/*
	weingut-steuer.de - steuer-wein.de

Größen:

Inhaltsbreite: 1152px


*/

/*  ==========  Korrekturen für Theme LASR  ==========  */
.p-t-1, .mod_article.p-t-1 { padding-top: calc(1 * var(--base-spacing-unit)); }
.p-t-2, .mod_article.p-t-2 { padding-top: calc(2 * var(--base-spacing-unit)); }
.p-t-3, .mod_article.p-t-3 { padding-top: calc(3 * var(--base-spacing-unit)); }
.p-t-4, .mod_article.p-t-4 { padding-top: calc(4 * var(--base-spacing-unit)); }
.p-t-5, .mod_article.p-t-5 { padding-top: calc(5 * var(--base-spacing-unit)); }
/*  ==========  /Korrekturen für Theme LASR  ==========  */


:root {
	
	--farbe-submit-button-text:             #000000;
	--farbe-submit-button-hintergrund:      var(--color-green);
	--bestell-pdf-button-textfarbe:         #ffffff;
	--bestell-pdf-button-hintergrundfarbe:  var(--color-gray-dark);
	
}


html {
	font-size: 100%;
	font-size: 16px;
}
#wrapper {
	grid-template-columns: 100%;
}

/*
.ce_text.wein {
	display: flex;
	padding: 25px;
	color: #000000;
	background-color: #ffffff;
	margin-bottom: 15px;
	margin-top: 15px;
}
.ce_text.wein .image_container.float_left {
	float: none;
	display: inline-block;
	text-align: center;
	width: 30%;
	min-width: 100px;
}
.ce_text.wein .image_container.float_left img {
	
}
.ce_text.wein .text-container {
	float: none;
	display: inline-block;
	padding-top: 40px;
}
*/

.ce_text.wein-headline .text-container {
	display: block;
	position: relative;
	border-top: 1px solid #ffffff;
	margin: 15px 0 40px 0;
	width: 100%;
}
.ce_text.wein-headline h3 {
	background-color: var(--color-gray);
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0 50px;
	transform: translate(-50%,-50%);
	font-size: 1.875rem;
	font-style: italic;
}
h2 {
	font-size: 2.5rem;
}

.ce_text.wein {
	display: grid;
	grid-column-gap: 0;
	grid-template-columns: 120px auto;
	grid-template-rows: 160px auto;
	color: #000000;
	background-color: #ffffff;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 15px 15px;
	line-height: 1.3;
}
.ce_text.wein.leer {
	background-color: transparent;
}
.ce_text.wein.leer img {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
	height: 300px;
	width: auto;
}
.ce-text.wein::after {
	display: block;
	content: "";
	clear: both;
}
.ce_text.wein .image_container.float_left {
	float: none;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 3;
}
.ce_text.wein .image_container.float_left img {
	
}
.ce_text.wein .text-container {
	float: none;
	display: inline-block;
	padding: 0 10px 0 10px;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.ce_text.wein .text-container p {
	margin-bottom: 5px;
}
.ce_text.wein .text-container h3 {
	margin: 5px 0;
	font-weight: bold;
}
.ce_text .float_left, .ce_text .float_right {
	max-width: none;
	margin: 0 !important;
}
.ce_text.wein .text-container h5 {
	font-size: inherit;
	padding-bottom: 15px;
}
.ce_text.wein .preis-container {
	float: none;
	display: inline-block;
	padding: 5px 10px 0 10px;
	border-top: 1px solid #000000;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.ce_text.wein .preis-container p {
	margin: 0;
}
.ce_text.wein .preis-container h3 {
	margin-bottom: 5px;
}
.literpreis {
	font-size: 0.8em;
}

@media screen and (min-width: 768px) {
	.widget.wein.leer {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.ce_text.wein.leer {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.ce_text.wein {
		display: grid;
		grid-template-columns: 30% 62%;
		grid-column-gap: 25px;
		padding-left: 10px;
	}
}

.m-t--100 {
	margin-top: -100px !important;
}
.m-t--50 {
	margin-top: -50px !important;
}

[id="header"] {
	position: absolute;
	background-color: transparent;
}
[id="header"]::before {
	background-color: transparent;
}
[id="header"] > .inside {
	padding-top: 0;
	width: 100%;
	max-width: 72em;
	margin: 0 auto;
	height: 265px;
	overflow: hidden;
	display: block;
/*
	grid-template-columns: auto;
*/
}
[id="header"] > .inside::before {
	display: block;
	content: '';
	position: absolute;
	left: -20px;
	top: -60px;
	width: 120%;
	height: 150px;
	transform: rotate(-1.5deg);
	background: var(--color-header-bg);
}
[id="header"]::before {
	height: 0;
}
#header .logo {
	position: absolute;
	top: 0;
	left: 60px;
}
#header .logo img {
	width: 206px;
	height: auto;
	background-color: var(--color-gray-dark);
	padding: 50px 15px 25px 15px;
}

@media screen and (max-width: 767px) {
	#header .logo {
		left: 20px;
	}
	#header .logo img {
		width: 100px;
		padding: 25px 0 5px 0;
	}
}

#header {
	z-index: 400;
}
#header + .custom {
	z-index: 200;
}

[id="wrapper"] {
	max-width: none;
}
[id="container"] {
	z-index: 300;
	overflow: visible;
	position: relative;
}

[id="footer"] {
	background-color: var(--color-gray-dark);
}

#kopfbild {
	position: relative;
	z-index: 300;
}
@media screen and (max-width: 767px) {
	#kopfbild > .inside {
		padding-top: 80px;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/*
.mod_article.hero {
	margin-bottom: 50px;
}
*/
.ce_hero .content_container {
	position: absolute;
	width: 100%;
	max-width: 72em;
	left: 50%;
	top: 50%
	transform: translate(-50%,-50%);
	color: #ffffff;
	text-shadow: 0 0 10px #000000;
}


.ce_hero .content_container .teaser {
	background-color: transparent;
}


.ce_image img {
	border: none;
}

.band--tint h2 {
	color: #ffffff;
}



.board {
	position: relative;
}
.board::before {
	display: block;
	content: " ";
	border: 12px solid rgba(255,255,255,0.3);
	position: absolute;
	z-index: 50;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.board .image_container {
	position: relative;
	z-index: 70;
}



/*  ==========  Kontakt-Widget  ==========  */

#kopfbild .mod_article.info-button {
	position: absolute;
	bottom: -149px;
	padding: 0;
}
#kopfbild .info-button img {
	background-color: var(--color-gray-dark);
	margin: 0;
}
#main .mod_article.info-button {
	position: absolute;
	top: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
	#main .mod_article.info-button {
		display: none;
	}
}
#main .info-button img {
	background-color: var(--color-gray-dark);
	margin: 0;
}

#main .info-button > .inside {
	position: relative;
	overflow: hidden;
}
#main .info-button img {
	position: relative;
	cursor: pointer;
	z-index: 320;
	padding: 25px 0;
}
#main .info-button img:hover {
	opacity: 0.8;
}
#kontaktwidget {
	position: relative;
	display: block;
	overflow: hidden;
}
#kontaktwidget .kontaktdaten {
	display: block;
	overflow: hidden;
	height: 200px;
	width: 350px;
	position: absolute;
	top: 0;
	right: 100%;
	background-color: var(--color-gray-light);
	z-index: 310;
	opacity: 1;
	overflow: hidden;
	padding: 30px 30px 10px 30px;
	transition: right 0.5s;
}
#kontaktwidget.show  .kontaktdaten {
	opacity: 1;
	right: calc(100% - 415px);
	transition: right 0.5s;
}



/*  ==========  /Kontakt-Widget  ==========  */



.mod_article.hintergrund {
	padding-top: 0;
	padding-bottom: 0;
}
#main .mod_article.hintergrund.last {
	margin-bottom: 50px;
}
.mod_article.hintergrund.schraeg-anfang, 
.mod_article.hintergrund.schraeg-ende {
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	margin-top: -60px;
	padding-top: 60px;
	padding-bottom: 40px;
}
.mod_article.hintergrund.schraeg-anfang {
	max-width: 72em;
	padding-bottom: 0;
}
#main .mod_article.hintergrund.schraeg-ende {
	max-width: 72em;
	padding-top: 0;
	margin-top: 0;
}
.mod_article.hintergrund.schraeg-anfang.schraeg-ende {
	padding-top: 40px !important;
	padding-bottom: 40px !important;	
	margin-top: -60px !important;
}
#kopfbild .mod_article.hintergrund.schraeg-ende {
	max-width: 72em;
	padding-top: 0;
	padding-bottom: 60px;
	margin-top: 0;
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translate(-50%,0);
}
.mod_article.hintergrund.schraeg-anfang::before {
	display: block;
	content: '';
	position: absolute;
	left: -20px;
	top: 20px;
	width: 120%;
	height: 150px;
	transform: rotate(-1.5deg);
}
@media screen and (max-width: 767px) {
	.mod_article.hintergrund.schraeg-anfang::before {
		top: 20px;
	}
}
#main .mod_article.hintergrund.schraeg-ende::after {
	display: block;
	content: '';
	position: absolute;
	left: -20px;
	bottom: 20px;
	width: 120%;
	height: 150px;
	transform: rotate(-1.5deg);
}
#kopfbild .mod_article.hintergrund.schraeg-ende::after {
	display: block;
	content: '';
	position: absolute;
	left: -20px;
	bottom: 20px;
	width: 120%;
	height: 150px;
	transform: rotate(-1.5deg);
}

.mod_article.hintergrund.schraeg-anfang > .inside, 
.mod_article.hintergrund.schraeg-ende > .inside {
	position: relative;
	z-index: 10;
	overflow: hidden;
/*	padding-top: var(--base-spacing-unit--xl);  */
	padding-top: 0;
	padding-bottom: var(--base-spacing-unit--xl);
}
.mod_article.hintergrund.grau > .inside, 
.mod_article.hintergrund.grau:before, 
.mod_article.hintergrund.grau:after {
	background-color: var(--color-gray);
	color: #ffffff;
}
.mod_article.hintergrund.rot > .inside, 
.mod_article.hintergrund.rot:before, 
.mod_article.hintergrund.rot:after {
	background-color: var(--color-red-dark);
	color: #ffffff;
}
.mod_article.hintergrund.grau > .inside h2, 
.mod_article.hintergrund.grau > .inside a, 
.mod_article.hintergrund.rot > .inside h2, 
.mod_article.hintergrund.rot > .inside a {
	color: #ffffff;
}
.mod_article.hintergrund.grau > .inside button.submit {
	background-color: var(--color-green);
}
.mod_article.hintergrund.grau > .inside span.mandatory {
	color: #ffffff;
	padding-left: 5px;
}
.mod_article.hintergrund.grau > .inside button.submit:hover {
	opacity: 0.7;
}
.mod_article.hintergrund.rot > .inside button.submit {
	background-color: var(--color-gray-light);
	color: #000000;
}
.mod_article.hintergrund.rot > .inside span.mandatory {
	color: #ffffff;
	padding-left: 5px;
}
.mod_article.hintergrund.rot > .inside button.submit:hover {
	opacity: 0.7;
}
.mod_article.hintergrund.gelb > .inside, 
.mod_article.hintergrund.gelb:before, 
.mod_article.hintergrund.gelb:after {
	background-color: var(--color-yellow-light);
	color: #000000;
}
.mod_article.hintergrund.gelb > .inside h2 {
	color: #ffffff;
}
.mod_article.hintergrund.gruen > .inside, 
.mod_article.hintergrund.gruen:before, 
.mod_article.hintergrund.gruen:after {
/*	background-color: var(--color-green);  */
	background-color: rgb(220,231,176);
	color: #000000;
}
.mod_article.hintergrund.gruen > .inside h2 {
	color: #ffffff;
}
.mod_article.hintergrund.gruen > .inside a {
	color: #ffffff;
}

.mod_article.hintergrund.papier > .inside, 
.mod_article.hintergrund.papier:before, 
.mod_article.hintergrund.papier:after {
	background-image: url(/files/_tmpl/img/paper-1074131_1920_Kachel_compr.jpg);
	background-repeat: repeat;
	color: #000000;
}
.mod_article.hintergrund.papier > .inside h2 {
	color: #ffffff;
}
.mod_article.hintergrund.papier > .inside a {
	color: #ffffff;
}



.unterstrich-weiss {
	border-bottom: 1px solid #ffffff;
}


#header .nav--main {
	position: absolute;
	top: 15px;
	right: 40px;
	height: 70px;
	width: calc(100% - 310px);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: end;
}
.nav--horizontal ul {
	flex-wrap: wrap;
	justify-content: end;
}
.nav--main a, 
.nav--main a.trail, 
.nav--main strong.active, 
.nav--main strong.trail {
	padding: 0 10px 3px 5px;
}
.nav--main .level_1 > li > a, 
.nav--main .level_1 > li > strong {
	border-left: 5px solid var(--color-orange);
}

.nav--main a {
	color: #ffffff;
}
.nav--main a:hover {
	color: var(--color-gray-light);
}
.nav--main a.trail, .nav--main strong.active, .nav--main strong.trail {
	color: var(--color-orange);
}

.nav-toggler {
	position: absolute;
	top: 20px;
	right: 20px;
}
#footer .mod_navigation strong.active {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	
	#header .nav--mobile--active {
		position: fixed;
		display: block;
		top: 127px !important;
		right: 0;
		bottom: 0;
		left: auto;
		width: 100%;
		max-width: 250px;
		height: auto;
	}
	#header .nav--mobile .level_1 {
		display: block;
	}
	#header .nav--mobile li {
		
	}
	.nav--main .level_1 > li > a, 
	.nav--main .level_1 > li.active {
		padding: 15px 10px 15px 10px;
		border: none;
	}
	.nav--main .level_1 > li > a span, 
	.nav--main .level_1 > li.active > strong {
		border-left: 5px solid var(--color-orange);
		padding-left: 10px;
	}
	#kopfbild .mod_article.hintergrund.schraeg-ende::after {
		bottom: 35px;
	}
}
@media screen and (min-width: 768px) {
	nav .mobile-menu {
		display: none;
	}
	#footer nav .mobile-menu {
		display: inline-block;
	}
}

/*
@media screen and (min-width: 48em) {
	.nav-toggler {
		display: block;
	}
}
@media screen and (min-width: 72em) {
	.nav-toggler {
		display: none;
	}
}
@media screen and (max-width: 71.98em) {
	.nav--mobile {
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		z-index: 1004;
		visibility: visible;
		font-size: var(--base-font-size--xl);
		position: fixed;
		background: var(--nav-mobile-color-background);
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-ms-touch-action: touch;
		-ms-overflow-style: none;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		pointer-events: auto;
	}
}
*/



#footer .nav--meta a, 
#footer .nav--meta strong.active, 
#footer .nav--meta strong.trail {
	color: #ffffff;
}

#footer a:hover {
	color: var(--color-gray-light);
}




.galeriebild {
	position: relative;
	text-align: center;
}
.galeriebild .image_container {
/*	width: 85%;  */
	width: auto;
	display: inline-block;
	border: 10px solid #ffffff;
	box-shadow: 0 0 10px #333333;
	margin: 0 auto;
	position: relative;
}
.galeriebild.dreh-5 .image_container {
	transform: rotate(5deg);
	z-index: 60;
}
.galeriebild.dreh-4 .image_container {
	transform: rotate(4deg);
	z-index: 60;
}
.galeriebild.dreh-3 .image_container {
	transform: rotate(3deg);
	z-index: 60;
}
.galeriebild.dreh-2 .image_container {
	transform: rotate(2deg);
	z-index: 60;
}
.galeriebild.dreh-1 .image_container {
	transform: rotate(1deg);
	z-index: 40;
}
.galeriebild.dreh-0  .image_container {
	transform: rotate(0deg);
	z-index: 70;
}
.galeriebild.dreh--2 .image_container {
	transform: rotate(-2deg);
	z-index: 50;
}
.galeriebild.dreh--4 .image_container {
	transform: rotate(-4deg);
	z-index: 40;
}
.galeriebild.dreh--6 .image_container {
	transform: rotate(-6deg);
	z-index: 60;
}



.startseite .ce_hero .content_container {
	left: 40%;
	width: calc(60% - 4 * var(--base-spacing-unit--xl));
}
.startseite .ce_hero .content_container .teaser {
	grid-column: span 12;
}
.startseite .ce_hero.headline-11 h1 {
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	background-image: url(/files/bilder/headlines/Headline-Weingut-Steuer-Willkommen.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 600px;
	height: 280px;
}
@media screen and (max-width: 767px) {
	.startseite .ce_hero .content_container {
		display: block;
		top: 40px;
		left: 0;
		right: 0;
		bottom: auto;
	}
	.startseite .ce_hero.headline-11 h1 {
		width: 100%;
		height: 40vw;
		max-width: 600px;
		max-height: 280px;
	}
}
h2[class*=" headline-"] {
	width: 100% !important;
	height: 236px !important;
	max-width: 678px;
	background-size: contain;
	background-size: 140%;
	background-position: center center;
}
@media screen and (max-width: 767px) {
	h2[class*=" headline-"] {
		height: 30vw !important;
		background-size: 140%;
		background-position: center center;
	}
}
.ce_headline.headline-12 {
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	background-image: url(/files/bilder/headlines/Headline-Wein-ist-Leben.png);
	background-repeat: no-repeat;
	width: 678px;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
}
.ce_headline.headline-13 {
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	background-image: url(/files/bilder/headlines/Headline-Wir-die-Steuers.png);
	background-repeat: no-repeat;
	width: 678px;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
}
.ce_headline.headline-21 {
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	background-image: url(/files/bilder/headlines/Headline-Besuch-Moseltal.png);
	background-repeat: no-repeat;
	width: 678px;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
}
.ce_headline.headline-31 {
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	background-image: url(/files/bilder/headlines/Headline-Unser-Wein.png);
	background-repeat: no-repeat;
	width: 678px;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
}
.ce_headline.headline-32 {
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	background-image: url(/files/bilder/headlines/Headline-Unser-Wein-zum-Bestellen-und-Geniessen.png);
	background-repeat: no-repeat;
	width: 678px;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
}
.ce_headline.headline-41 {
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	background-image: url(/files/bilder/headlines/Headline-Ferienwohnung.png);
	background-repeat: no-repeat;
	width: 678px;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
}
.ce_headline.headline-51 {
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	background-image: url(/files/bilder/headlines/Headline-Bestens-informiert.png);
	background-repeat: no-repeat;
	width: 678px;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
}
.ce_headline.headline-61 {
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	background-image: url(/files/bilder/headlines/Headline-Weinproben.png);
	background-repeat: no-repeat;
	background-size: 130% !important;
	width: 678px;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
}
.ce_headline.headline-71 {
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	background-image: url(/files/bilder/headlines/Headline-Kontakt.png);
	background-repeat: no-repeat;
	width: 678px;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
}


.ce_text.headline-weisswein .text-container, 
.ce_text.headline-rosewein .text-container, 
.ce_text.headline-rose .text-container, 
.ce_text.headline-rotwein .text-container, 
.ce_text.headline-sekt .text-container, 
.ce_text.headline-saft .text-container {
	text-align: center;
}
.ce_text.headline-weisswein h2, 
.ce_text.headline-rosewein h2, 
.ce_text.headline-rose h2, 
.ce_text.headline-rotwein h2, 
.ce_text.headline-sekt h2, 
.ce_text.headline-saft h2 {
	position: relative;
	padding-left: 58px;
	display: inline-block;
}
.ce_text.headline-weisswein h2::before, 
.ce_text.headline-rosewein h2::before, 
.ce_text.headline-rose h2::before, 
.ce_text.headline-rotwein h2::before, 
.ce_text.headline-sekt h2::before, 
.ce_text.headline-saft h2::before {
	content: " ";
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 8px;
	left: 0;
	background-size: 36px 36px;
	
}
.ce_text.headline-weisswein h2::before {
	background-image: url(/files/_tmpl/img/Punkt_weisswein.svg);
}
.ce_text.headline-rosewein h2::before, 
.ce_text.headline-rose h2::before {
	background-image: url(/files/_tmpl/img/Punkt_rosewein.svg);
}
.ce_text.headline-rotwein h2::before {
	background-image: url(/files/_tmpl/img/Punkt_rotwein.svg);
}
.ce_text.headline-sekt h2::before {
	background-image: url(/files/_tmpl/img/Punkt_sekt.svg);
}
.ce_text.headline-saft h2::before {
	background-image: url(/files/_tmpl/img/Punkt_saft.svg);
}





.ce_hyperlink.weiterlink {
	font-size: 24px;
	font-size: 1.5rem;
}
.ce_hyperlink.weiterlink a {
	display: block;
	text-align: center;
	margin: 0 auto;
}


/*  ==========  Slick Slider  ==========  */

@media screen and (min-width: 768px) {
	.slick-initialized .slick-slide {
		display: grid;
	}
}
@media screen and (max-width: 767px) {
	.startseite .ce_hero .content_container {
		left: 10px;
		top: 20px;
		right: 10px;
		bottom: auto;
	}
	.slick-slide .content_container {
		;
	}
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
button.slick-next, 
button.slick-prev, 
ul.slick-dots {
	display: none !important;
}


/*  ==========  /Slick Slider  ==========  */



.ce_hyperlink.bestell-pdf-button {
	text-align: center;
	padding: 20px 20px 35px 20px;
}
.ce_hyperlink.bestell-pdf-button a {
	position: relative;
	padding: 12px 25px 12px 55px;
	color: var(--bestell-pdf-button-textfarbe);
	background-color: var(--bestell-pdf-button-hintergrundfarbe);
}
.ce_hyperlink.bestell-pdf-button a:hover {
	opacity: 0.7;
}
.ce_hyperlink.bestell-button a:hover {
	opacity: 0.7;
}
.ce_hyperlink.bestell-pdf-button a::before {
	display: block;
	content: '';
	position: absolute;
	width: 43px;
	height: 43px;
	top: 0;
	left: 0;
	background-image: url(/files/_tmpl/img/Info-Block.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.ce_hyperlink.button {
	text-align: center;
}
.ce_hyperlink.button a {
	display: inline-block;
	position: relative;
	padding: 8px 25px 8px 55px;
	color: var(--bestell-pdf-button-textfarbe);
	background-color: var(--bestell-pdf-button-hintergrundfarbe);
}
.ce_hyperlink.button a::before {
	display: block;
	content: '';
	position: absolute;
	width: 43px;
	height: 43px;
	top: 0;
	left: 0;
	background-image: url(/files/_tmpl/img/Info-Block.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.ce_hyperlink.button a:hover {
	opacity: 0.7;
}


@media screen and (min-width: 480px) {
	form .widget.halbe-breite {
		width: 48%;
		padding-right: 1.5%;
		display: inline-block;
	}
}



.radio_container > span, 
.checkbox_container > span {
	align-items: start;
}
input.radio, input.checkbox {
	margin: 6px 10px 0 0;
}




/*  ==========  Bestellformular  ==========  */


.mod_article.bestellformular .widget-select select {
	margin: 2px 0 0 0;	
	padding: 5px 0 5px 0
}
.mod_article.bestellformular .widget-checkbox input {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
.mod_article.bestellformular .widget-checkbox label {
	display: inline-block;
	width: 85%;
}
.mod_article.bestellformular input.submit {
	color: var(--farbe-submit-button-text);
	background-color: var(--farbe-submit-button-hintergrund);
	padding: 10px 25px;
}
.mod_article.bestellformular input.submit:hover {
	opacity: 0.7;
	color: #ffffff;
}
.mod_article.bestellbedingungen {
	padding-top: 16px;
	padding-bottom: 16px;
}
.mod_article.bestellbedingungen table {
	width: auto;
}


/*  ==========  /Bestellformular  ==========  */






