/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	background: none;
	color: #000;
	font-family: 'Geometria', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #ffcc00;
	text-shadow: none;
}

::selection {
	background: #ffcc00;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 1em 0;
	background: #ff4444;
	color: #fff;
	padding: 1em 0;
}

/* ==========================================================================
   Author's custom styles

   green #688848
   light grey #e3e3e3

   font-family: 'Geometria', sans-serif;
   font-family: 'Geometria-Bold', sans-serif;

   .no-svg / .lt-ie9
   ========================================================================== */

html {
	position: relative;
	min-height: 100%;
}
body {
	background: none;
	margin: 0 0 3.75em; /* 60px, bottom = pagefooter height */
}
a,
a:visited {
	border-bottom: 1px dotted #000;
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted #688848;
	color: #688848;
	text-decoration: none;
}
strong {
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: 400;
}
.green {
	color: #688848;
}
.font-size--s {
	font-size: 0.75rem;
}

/* ==================================================
   css_styled_content overrides
   ================================================== */

figure {
	margin: 0;
}
.csc-textpic-image {
	margin-bottom: 10px;
}

/* ==================================================
   some transitions
   exceptions are made directly at the selector
   ================================================== */

a,
table tr,
input,
textarea {
	-webkit-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out, opacity 0.2s ease-out;
	-moz-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out, opacity 0.2s ease-out;
	-o-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out, opacity 0.2s ease-out;
	transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out, opacity 0.2s ease-out;
}

/* ==================================================
   general table styles
   ================================================== */

/* ==================================================
   general table definitions
   ================================================== */

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: cell;
	margin: 0 0 2em;
	padding: 0;
	width: auto;
}

table caption {
	color: #000;
	margin: 0 0 2em;
	text-align: left;
}

table td,
table th {
	border: none;
	overflow: hidden;
	padding: 2em;
	text-align: left;
	vertical-align: top;
	word-break: normal;
}

table {
	width: auto !important;
}
table col {
	width: auto !important;
}
.table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* ==================================================
   pageheader
   ================================================== */

.pageheader {
	/*background-color: rgba(255,255,255,.9);*/
	background-color: rgb(102, 136, 74);
	background-color: rgba(102, 136, 74, 0.9);
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: 0;
	opacity: 1;
	overflow: auto;
	padding-bottom: 1.5em;
	position: fixed;
	top: 0;
	width: 12.5em; /* 200px */

	-webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

/* =========================
   main logo
   ========================= */

.pageheader a.logo-main {
	background: url('/fileadmin/default/img/logo_nyffenegger-holz-ag_white.svg') no-repeat 0 0;
	background-size: 100%;
	border: none;
	display: block;
	flex-shrink: 0;
	height: 7.125em; /* 114px */
	margin: 1.5625em auto 6.25em; /* 25px 100px */
	width: 8.875em; /* 142px*/
}
.no-svg .pageheader a.logo-main {
	background-image: url('/fileadmin/default/img/logo_nyffenegger-holz-ag_white.png');
}

/* =========================
   menu-btn
   (off-canvas-navigation)
   ========================= */

.menu-btn {
	background: url('/fileadmin/default/img/menu_btn.svg') no-repeat 0 0;
	cursor: pointer;
	display: none;
	height: 3.125em; /* 50px */
	margin-bottom: 2.5em;
	position: relative;
	width: 3em; /* 48px */
}
.no-svg .menu-btn {
	background-image: url('/fileadmin/default/img/menu_btn.png');
}

.menu-btn:hover {
	background-color: #fff;
}

/* =========================
   navigation
   ========================= */

.nav-main {
	flex-grow: 1;
	padding: 0 0 0 1.875em; /* 30px */
}
.nav-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-main li {
	line-height: 1.2; /* 25px */
	margin-bottom: 1em;
}

.nav-main a {
	border: none;
	color: #fff; /*color: #688848;*/
	display: block;
	font-size: 0.875em; /* 14px */
}

ul.nav-main-level-1 {
	text-transform: uppercase;
}
ul.nav-main-level-1 a:hover,
ul.nav-main-level-1 .active {
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: 400;
}

ul.nav-main-level-2 {
	font-family: 'Geometria', sans-serif;
	font-weight: 400;
	margin: 0.5em 0 1em 0.5em;
	text-transform: none;
}
ul.nav-main-level-2 a:hover,
ul.nav-main-level-2 .active {
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: 400;
}
ul.nav-main-level-2 li {
	line-height: 1.125em; /* 17px */
}

/* =========================
   social navigation
   ========================= */

ul.nav-social {
	list-style: none;
	margin: 3em 0 0 0;
	padding: 0 0 0 1.875em; /* 30px */
}
.nav-social li {
	display: inline-block;
	height: 1.5em;
	margin-right: 0.5em;
	width: 1.5em;
}

.nav-social a {
	border: none;
	display: block;
	transition: 0.2s opacity ease-out;
}

.nav-social a:hover {
	opacity: 0.75;
}

/* =========================
   ad
   ========================= */

.ad {
	margin: 0 0 1em 1.875em;
	max-width: 9em;
	width: 100%;
	height: auto;
}
.ad__link {
	border: none;
	text-decoration: none;
	transition: none;
}

/* ==================================================
   main area
   ================================================== */

.main {
	margin: 1.875em 0 3em 17.5em; /* 30px 280px */
	width: 41.25em; /* 660px */
}

/* =========================
   fixcontact
   ========================= */

.fixcontact {
	position: fixed;
	right: 0;
	text-align: right;
	top: 4.375em;
}

.fixcontact__phone,
.fixcontact__mail {
	background-color: rgb(102, 136, 74);
	background-color: rgba(102, 136, 74, 0.9);
	color: #fff;
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.75em;
	margin-bottom: 0.625em;
	padding: 0 1.125em;
	text-transform: uppercase;
}

.fixcontact__offer, .fixcontact__shop {
	background-color: rgb(181, 99, 90);
	background-color: rgba(181, 99, 90, 0.9);
	color: #fff;
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.75em;
	margin-bottom: 0.625em;
	padding: 0 1.125em;
	text-transform: uppercase;
}

.fixcontact__phone a,
.fixcontact__mail a,
.fixcontact__offer a,
.fixcontact__shop a {
	border: none;
	color: #fff;
}

/* =========================
   fixnews
   ========================= */

#fixnews {
	display: flex;
	flex-direction: row;
	position: fixed;
	right: -17.5em;
	top: 15.5em;
	/* transition: right 0.2s ease-out; */
	width: 20em;
}

#fixnews.fixnews--open {
	right: 0;
}

#fixnews * {
	color: #fff !important;
}

.fixnews__toggleicon {
	background-color: rgba(181, 99, 90, 0.9);
	background-image: url('/fileadmin/default/img/fixnews--open.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.2em 1.2em;
	cursor: pointer;
	height: 1em;
	padding: 0.8em;
	width: 1em;
}

#fixnews.fixnews--open .fixnews__toggleicon {
	background-image: url('/fileadmin/default/img/fixnews--close.svg');
}

.fixnews__content {
	background: rgba(181, 99, 90, 0.9);
	flex-grow: 1;
	padding: 1em;
}

/* =========================
   top meta navigation
   ========================= */

.nav-meta-top ul {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	float: right;
	list-style: none;
	margin: 0 0 11.88em; /* 190px */
	padding: 0 1.125em; /* 18px */
}

.nav-meta-top li {
	line-height: 1.75em;
	float: left;
	padding: 0; /*.19em 0 .0625em 0; 3px 1px*/
}
.nav-meta-top a {
	display: inline-block;
	border: none;
	color: #688848;
	font-size: 0.875em; /* 14px */
	line-height: 1.75em;
	text-transform: uppercase;
}
.nav-meta-top a:hover,
.nav-meta-top a.active {
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: 400;
}
.nav-meta-top .separator {
	display: inline-block;
	width: 1.125em; /* 18px */
}

/* ==================================================
   mobile only logo
   ================================================== */

.mobile-only-logo {
	display: none;
}

/* ==================================================
   content area
   ================================================== */

.content img,
.content embed,
.content object {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.content .layout-1 img {
	max-width: none;
	width: auto;
}

.header-main {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	display: inline-block;
	margin: 0 0 0.625em 0; /* 10px */
	opacity: 1;
	padding: 1.375em 3.75em 0.875em; /* 22px 60px 14px */
}

.header-main h1 {
	color: #688848;
	display: inline;
	font-family: 'Geometria-Bold', sans-serif;
	font-size: 2.5em; /* 40px */
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
}

.content {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 0.875em; /* 14px */
	opacity: 1;
	padding: 1.571428571em 4.285714286em 2em; /* 22px 60px 7px */
}

.content h2 {
	color: #688848;
	font-family: 'Geometria-Bold', sans-serif;
	font-size: 1em; /* 17px */
	font-weight: 400;
	margin: 2em 0 0.5em; /* 28px 7px */
	text-transform: uppercase;
}

/* the first h2 in the first div withing .content should not have a top-margin */
.content > div:first-child > header:first-child > h2 {
	margin-top: 0;
}

.content p {
	margin: 0 0 1.142857143em; /* 16px */
}
.content ul,
.content ol {
	margin-left: 1.3em;
}

.content .csc-textpic,
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
	margin-bottom: 1.142857143em; /* 16px */
}

.content table {
	width: auto;
}
.content td {
	padding: 0.25em 1em 0.25em 0;
}
.content th {
	border-bottom: 1px solid #ccc;
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: 400;
	padding: 0.25em 1em 0.25em 0;
}
/*.content td.td-last { padding: .25em 0; }*/

.content table.ce-table-bordered td,
.content table.ce-table-bordered th {
	padding-left: 0.5em;
}

/* just for presentation purposes – delete after decisions are made */
/* .content img { margin-bottom: 1.142857143em; */ /* 16px */ /* } */
.bsp-2col-img-col1 {
	float: left;
	margin-right: 1.142857143em; /* 16px */
	width: 18.714285714em; /* 262px */
}
.bsp-2col-img-col2 {
	float: left;
	width: 18.714285714em; /* 262px */
}

/* ==================================================
   pagefooter (a sticky one)
   ================================================== */

.pagefooter {
	bottom: 0;
	height: 3.75em; /* 60px */
	left: 0;
	position: absolute;
	width: 100%;
}
/*.lt-ie9 .pagefooter { position: relative; }*/

.pagefooter .address {
	color: #fff;
	font-size: 0.5625em; /* 9px */
	margin: 2em 0 0 28.888888889em; /* 260px */
	text-align: center;
	text-transform: uppercase;
	width: 77.777777778em; /* 700px */
}

.pagefooter .address a {
	border: none;
	color: #fff;
}
.pagefooter .address a.email:hover {
	color: #688848;
}
.pagefooter .address .separator {
	margin: 0 0.333333333em;
}
.pagefooter .address .mobile {
	display: none;
}
.pagefooter .address .screen {
	display: inline-block;
}

.pagefooter .nav-meta-bottom {
	color: #fff;
	font-size: 0.5625em; /* 9px */
	margin: 0 0 0 28.888888889em; /* 260px */
	text-align: center;
	text-transform: uppercase;
	width: 77.777777778em; /* 700px */
}

.pagefooter .nav-meta-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagefooter .nav-meta-bottom li {
	display: inline;
}
.pagefooter .nav-meta-bottom a {
	border: none;
	color: #fff;
}
.pagefooter .nav-meta-bottom a:hover {
	color: #688848;
}
.pagefooter .nav-meta-bottom .separator {
	margin: 0 0.333333333em;
}

/* ==================================================
   filelinks
   ================================================== */

ul.csc-uploads {
	margin: 0 0 1em 0 !important;
	padding: 0;
}
ul.csc-uploads li {
	margin: 0;
}
ul.csc-uploads li span {
	display: inline;
}
ul.csc-uploads img {
	border: 1px solid #ff7777;
}

/* ==================================================
   gridelements
   ================================================== */

/* =========================
   3 columns
   ========================= */

.ge-3col {
}
.ge-3col-col1 {
	float: left;
	margin: 0 3% 0 0;
	width: 31.333333333%;
}
.ge-3col-col2 {
	float: left;
	margin: 0 3% 0 0;
	width: 31.333333333%;
}
.ge-3col-col3 {
	float: left;
	width: 31.333333333%;
}

/* =========================
   2 columns
   ========================= */

.ge-2col {
}
.ge-2col-col1 {
	float: left;
	margin: 0 3% 0 0;
	width: 48.5%;
}
.ge-2col-col2 {
	float: left;
	width: 48.5%;
}

/* =========================
   news
   ========================= */

/* .ge-news {
	background: rgba(181, 99, 90, 0.9);
	display: flex;
	flex-direction: row;
	position: fixed;
	right: 0;
	top: 10.7rem;
}

.ge-news * {
	color: #fff !important;
}

.ge-news__toggle {
	padding: 1rem;
}

.ge-news__content {
	flex-grow: 1;
	padding: 1rem 1rem 1rem 0;
}

.ge-news__content h2 {
	margin-top: 0;
} */

/* ==================================================
   ext: dp_cookieconsent
   ================================================== */

/*.cc-window { display: none; }*/
/*.cc-btn { border: none; transition: opacity .2s ease-out; }
.cc-btn:hover { border: none; opacity: .75; }
a.cc-link { border-bottom: 1px dotted #fff; padding: 0; text-decoration: none; }*/
.cc-btn.cc-allow,
.cc-btn.cc-deny {
	color: #fff;
}

/* ==================================================
   ext: powermail
   ================================================== */

.tx-powermail input[type='text'],
.tx-powermail input[type='email'],
.tx-powermail input[type='number'],
.tx-powermail textarea {
	background: #b6c18f;
	border: none;
	box-sizing: border-box;
	color: #000;
	margin: 0 0 1em;
	padding: 0.5em 0.5em;
	width: 100%;
}

.tx-powermail input[type='text']:focus,
.tx-powermail input[type='text']:hover,
.tx-powermail input[type='email']:focus,
.tx-powermail input[type='email']:hover,
.tx-powermail textarea:focus,
.tx-powermail textarea:hover {
	background: #dadfc7;
	border: none;
	outline: none;
}

.tx-powermail input[type='submit'] {
	background: #b6c18f;
	border: none;
	color: #000;
	display: block;
	margin: 0 0 1em;
	padding: 0.25em 1em;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tx-powermail input[type='submit']:hover {
	background: #dadfc7;
}
.powermail_fieldwrap_type_check .checkbox label {
	display: flex;
}
.powermail_fieldwrap_type_check .checkbox label .powermail_checkbox {
	margin-right: 0.5em;
}

.powermail_fieldwrap_offertebestellung .powermail_field .radio {
	display: inline-block;
	margin-right: 2em;
}
.powermail_fieldwrap_offertebestellung .powermail_field .radio .powermail_radio {
	margin-right: 0.5em;
}

.powermail_fieldwrap_tonnen {
	display: flex;
}
.powermail_fieldwrap_tonnen > label {
	margin-left: 1em;
	order: 2;
}
.powermail_fieldwrap_tonnen > div.powermail_field {
	width: 20%;
}

.powermail_fieldwrap_stuecka4mlaenge {
	display: flex;
}
.powermail_fieldwrap_stuecka4mlaenge > label {
	margin-left: 1em;
	order: 2;
}
.powermail_fieldwrap_stuecka4mlaenge > div.powermail_field {
	width: 20%;
}

.powermail_fieldwrap_stuecka5mlaenge {
	display: flex;
}
.powermail_fieldwrap_stuecka5mlaenge > label {
	margin-left: 1em;
	order: 2;
}
.powermail_fieldwrap_stuecka5mlaenge > div.powermail_field {
	width: 20%;
}

.powermail_fieldwrap_type_radio .powermail_field {
	display: flex;
}
.powermail_fieldwrap_type_radio .powermail_field .radio {
	margin-right: 2em;
}
.powermail_fieldwrap_type_radio .powermail_field .radio label input {
	margin-right: 0.5em;
}

.powermail_fieldwrap_losesaeckebigbagpaloxen {
	margin-bottom: 1em;
}
.powermail_fieldwrap_abholunglieferung {
	margin-bottom: 1em;
}

.powermail_fieldwrap_geliefertnach {
	display: flex;
}
.powermail_fieldwrap_geliefertnach > label {
	margin-right: 1em;
}
.powermail_fieldwrap_geliefertnach > div.powermail_field {
	width: 50%;
}

.powermail_date {
	background: #b6c18f;
	border: none;
	margin: 0 0 1em;
	padding: 0.5em 0.5em;
	width: auto;
}
.powermail_date:hover {
	background: #dadfc7;
}

.powermail_fieldwrap_plz,
.powermail_fieldwrap_plz_01 {
	width: 20%;
}

.powermail_fieldset_6 {
	margin-bottom: 1em;
}
/*.powermail_fieldwrap_gleichewielieferadresse { margin-bottom: 1em; }*/

/* Auswahl Abholung / Lieferung*/
.powermail_fieldwrap_type_radio.powermail_fieldwrap_abholunglieferung .powermail_field {
	display: block;
}

.powermail_fieldset_4 {
	display: none;
}
.powermail_fieldwrap_geliefertnach {
	display: none;
}

.powermail_fieldwrap_agb {
	margin-bottom: 1em;
}

/* confirmation */

.powermail_confirmation table tr {
	border-bottom: 1px dotted #000;
}
.powermail_confirmation table td {
	padding: 0.25em 2em 0.25em 0;
	vertical-align: top;
}
.powermail_confirmation .btn-group {
	display: flex;
	margin-bottom: 2em;
}
.powermail_confirmation .btn-group form:first-child {
	flex: 1;
}

.powermail-errors-list,
.powermail_message_error {
	color: #ff4444;
	list-style: none;
	margin: 0 0 2em 0 !important;
	padding: 0;
}

.powermail_fieldwrap_type_captcha {
	margin-bottom: 1em;
}
.powermail_fieldwrap_type_captcha img {
	margin: 0 0 1em;
	width: auto;
}

/* ==================================================
   ext: pelletbestellung
   ================================================== */

.ui-widget {
	font-family: 'Geometria', sans-serif !important;
}
.ui-widget-header,
.ui-datepicker th {
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: 400;
}

.tx-pelletbestellung {
	margin: 2em 0 4em;
}

.tx-pelletbestellung .form-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tx-pelletbestellung .area-1 {
	order: 1;
	width: 47.5%;
}
.tx-pelletbestellung .area-2 {
	order: 3;
	width: 100%;
}
.tx-pelletbestellung .area-3 {
	order: 2;
	width: 47.5%;
}
.tx-pelletbestellung .liefergebiete__img {
	margin: 0.5em 0 1em;
}

.tx-pelletbestellung .totalzusatz {
	margin-top: 1em;
}
.tx-pelletbestellung label {
	display: block;
}

.tx-pelletbestellung input[type='text'],
.tx-pelletbestellung input[type='email'],
.tx-pelletbestellung textarea {
	background: #b6c18f;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: #000;
	margin: 0 0 1em;
	padding: 0.5em 0.5em;
	width: 100%;
}

.tx-pelletbestellung input[type='text']:focus,
.tx-pelletbestellung input[type='text']:hover,
.tx-pelletbestellung input[type='email']:focus,
.tx-pelletbestellung input[type='email']:hover,
.tx-pelletbestellung textarea:hover {
	background: #dadfc7;
	border: none;
	outline: none;
}

.tx-pelletbestellung input[type='text']#liefplz,
.tx-pelletbestellung input[type='text']#lieferdatum,
.tx-pelletbestellung input[type='text']#menge {
	width: 80%;
}

.tx-pelletbestellung input[type='text']#plz {
	width: 20%;
}

.tx-pelletbestellung button {
	background: #b6c18f;
	border: none;
	color: #000;
	display: block;
	margin: 0 0 1em;
	padding: 0.25em 1em;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tx-pelletbestellung button:hover {
	background: #dadfc7;
}
.tx-pelletbestellung #error {
	background: #ffcccc;
	color: #ff4444;
	margin: 1em 0;
	padding: 1em;
}
.tx-pelletbestellung #error a {
	color: #ff4444;
}
.tx-pelletbestellung .alert-error {
	color: #f77;
	margin-top: 0.5em;
}
.tx-pelletbestellung #lieferung {
	margin: 0;
	width: 100%;
}
.tx-pelletbestellung #lieferung tr.dotted {
	border-bottom: 1px dotted #000;
}

.tx-pelletbestellung #lieferung th,
.tx-pelletbestellung #lieferung td {
	text-align: left;
	padding: 0.5em;
}

.tx-pelletbestellung #lieferung th:first-child,
.tx-pelletbestellung #lieferung td:first-child {
	padding-left: 0;
}

.tx-pelletbestellung #lieferung th:last-child,
.tx-pelletbestellung #lieferung td:last-child {
	padding-right: 0;
}

.tx-pelletbestellung #lieferung th {
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: 400;
}
.tx-pelletbestellung #lieferung td:nth-child(even) {
	text-align: right;
}

.tx-pelletbestellung #result .total {
	border-bottom: 5px solid #b6c18f;
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: 400;
	margin: 0 0 2em;
	padding: 0.5em 0;
}

.tx-pelletbestellung #result #preislose {
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: 400;
}

.tx-pelletbestellung #optionen {
	margin-bottom: 1.5em;
}
.tx-pelletbestellung .type-check {
	margin-bottom: 0.5em;
}
.tx-pelletbestellung .type-check label {
	display: flex;
}
/*.tx-pelletbestellung .type-check label input { margin-right: 1em; }*/

.tx-pelletbestellung form#bestellung {
	margin-top: 3em;
	width: 100%;
}
.tx-pelletbestellung #fieldset-1 {
	margin-bottom: 2em;
}
.tx-pelletbestellung #fieldset-2 {
	margin-bottom: 2em;
}
.tx-pelletbestellung #fieldset-3 {
	margin-bottom: 2em;
}
.tx-pelletbestellung #fieldset-5 {
	margin-bottom: 2em;
}
.tx-pelletbestellung #fieldset-6 {
	margin-bottom: 2em;
}
.tx-pelletbestellung #rgadresse {
	margin: 2em 0;
}
.tx-pelletbestellung .bemerkungen {
	margin: 2em 0;
}
.tx-pelletbestellung .sectiontitle {
	border-bottom: 2px solid #b6c18f;
	font-family: 'Geometria-Bold', sans-serif;
	font-weight: 400;
	margin-bottom: 1.5em;
}
.tx-pelletbestellung #zustellzeitraum {
	margin-bottom: 1.5em;
}

/*.tx-pelletbestellung #bemerkungen { height }*/

/* without, some browsers display different checkbox sizes */
.tx-pelletbestellung input[type='checkbox'] {
	transform: scale(1);
	min-width: 1.5em;
	width: 1.5em;
	flex: 0;
	margin-right: 1.5em;
}

/* display error in safari on narrow screens */
.tx-pelletbestellung #fieldset-3 a {
	border: none;
	color: #688848;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: ' '; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

.breakpoint {
	background: #ff7777;
	border-radius: 12px;
	color: #fff;
	display: block;
	font-size: 8px;
	line-height: 16px !important;
	padding: 0 4px;
	position: fixed;
	right: 24px;
	text-align: center;
	top: 24px;
	width: auto;
	z-index: 1000;
}

.breakpoint:before {
	content: 'min 1020 / Standardgrösse';
}

/* bigger than 1300px */
@media screen and (min-width: 1300px) {
	.breakpoint:before {
		content: 'bigger than 1300px';
	}
	html {
		font-size: 120%;
	}
}

/* bigger than 1200px */
@media screen and (min-width: 1200px) and (max-width: 1299px) {
	.breakpoint:before {
		content: 'bigger than 1200px';
	}
	html {
		font-size: 110%;
	}
}

/* bigger than 1100px */
@media screen and (min-width: 1100px) and (max-width: 1199px) {
	.breakpoint:before {
		content: 'bigger than 1100px';
	}
	html {
		font-size: 105%;
	}
}

/* smaller than 1020px */
@media screen and (max-width: 1019px) {
	.breakpoint:before {
		content: 'smaller than 1020px';
	}
	html {
		font-size: 95%;
	}
}

/* smaller than 969px */
@media screen and (max-width: 968px) {
	.breakpoint:before {
		content: 'smaller than 969px';
	}
	html {
		font-size: 90%;
	}
}

/* smaller than 918px */
@media screen and (max-width: 917px) {
	.breakpoint:before {
		content: 'smaller than 918px';
	}
	html {
		font-size: 85%;
	}
}

/* smaller than 867px */
@media screen and (max-width: 866px) {
	.breakpoint:before {
		content: 'smaller than 867px';
	}
	html {
		font-size: 80%;
	}
}

/* smaller than 816px */
@media screen and (max-width: 815px) {
	.breakpoint:before {
		content: 'smaller than 816px';
	}
	html {
		font-size: 75%;
	}
}

/* smaller than 765px */
@media screen and (max-width: 764px) {
	.breakpoint:before {
		content: 'smaller than 765px';
	}
	html {
		font-size: 70%;
	}
}

/* smaller than 714px */
@media screen and (max-width: 713px) {
	.breakpoint:before {
		content: 'smaller than 714px';
	}

	html {
		font-size: 100%;
	}
	body {
		background: #e3e3e3 !important;
		margin: 0 0 7.5em; /* 120px, bottom = pagefooter height */
	}
	#supersized,
	#supersized-loader {
		display: none;
	}

	.pageheader {
		display: none;
	}
	.main {
		margin: 1em auto 1em;
		width: 94%;
	}
	.menu-btn {
		display: block;
	}
	.nav-meta-top {
		display: none;
	}
	.header-main {
		background: #fff;
		margin-bottom: 1em;
		padding: 1em 1em 0.625em; /* 16px 10px */
	}
	.header-main h1 {
		font-size: 2em; /* 28px */
	}

	.mobile-only-logo {
		display: block;
		margin: 7.5% auto 15%;
		width: 70%;
	}

	.fixcontact {
		position: absolute;
		top: 1em;
	}

	.fixcontact__phone,
	.fixcontact__mail,
	.fixcontact__offer {
		font-size: 0.8em;
		line-height: 1.5em;
		margin-bottom: 0.3;
		padding: 0 1em;
	}

	#fixnews {
		font-size: 0.8em;
		right: -17.5em;
		top: 12em;
	}

	.content {
		background: #fff;
		padding: 1.571428571em 1.142857143em 2em; /* 22px 16px 7px */
	}

	/* just for presentation purposes – delete after decisions are made */
	.bsp-2col-img-col1 {
		float: left;
		margin-right: 0;
		width: 100%;
	}
	.bsp-2col-img-col2 {
		float: left;
		width: 100%;
	}

	.pagefooter {
		height: 7.5em; /* 120px */
		left: 3%;
		position: relative;
		width: 94%;
	}

	.pagefooter .address {
		background: #fff;
		color: #688848;
		font-size: 1em; /* 14px */
		margin: 0;
		padding: 1em 0;
		width: 100%;
	}

	.pagefooter .address p {
		margin-bottom: 0;
	}
	.pagefooter .address a {
		color: #688848;
	}
	.pagefooter .address a.email:hover {
		color: #000;
	}
	.pagefooter .address .mobile {
		display: inline-block;
	}
	.pagefooter .address .screen {
		display: none;
	}
	.pagefooter .nav-meta-bottom {
		display: none;
	}

	.ge-2col-col1 {
		float: none;
		margin: 0 0 1em 0;
		width: 100%;
	}
	.ge-2col-col2 {
		float: none;
		width: 100%;
	}

	.ad {
		margin: 0 0 20px 20px;
		width: 144px;
	}

	/*.tx-pelletbestellung .form-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }*/
	.tx-pelletbestellung .area-1 {
		order: 1;
		width: 100%;
	}
	.tx-pelletbestellung .area-2 {
		order: 2;
		width: 100%;
	}
	.tx-pelletbestellung .area-3 {
		order: 3;
		width: 100%;
	}
	.tx-pelletbestellung input[type='text']#liefplz,
	.tx-pelletbestellung input[type='text']#menge,
	.tx-pelletbestellung input[type='text']#lieferdatum,
	.tx-pelletbestellung input[type='text']#plz {
		width: 40%;
	}
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: ' (' attr(href) ')';
	}

	abbr[title]:after {
		content: ' (' attr(title) ')';
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
