
:root {
	--wgc-cookie-box-inner-bg-color: #fff;
	--wgc-cookie-box-font-color: #333;
	--wgc-control-indicator-bg-color: #ddd;
	--wgc-control-indicator-border-color: #aaa;
	--wgc-control-indicator-hover-bg-color: #5a9900;
	--wgc-control-indicator-hover-border-color: #5a9900;
	--wgc-control-radio-bg-color: #fff;
	--wgc-control-radio-disabled-bg-color: #888;
	--wgc-control-checkbox-border-color: #fff;
	--wgc-button-submit-grey-font-color: #333;
	--wgc-button-submit-orange-bg-color: #5a9900;
	--wgc-button-submit-orange-font-color: #fff;
	--wgc-button-submit-orange-hover-bg-color: #A81024;
	--wgc-cookie-link-font-color: #333;
	--wgc-cookie-link-hover-font-color: #333;
}





/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}











* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	height:100.2%;
	background:#2E2D2C;
	overflow-x: hidden;
}

body {
	/*
	-moz-hyphens: auto !important;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	height: 100%;
	*/
}

/*
.hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.hide-scrollbar {
	  -ms-overflow-style: none;
}
*/

address {
	display: none;
}

.display-flex {
	display: flex;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* Iframes */

.elastic-iframe {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}

.elastic-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	display: block;
}

/* Top-Pfeil (Positionierung in den einzelnen Styles) */

.back-to-top {
	text-decoration: none;
	font-size: 30px;
	color: #fff;
}

.back-to-top:hover {
	text-decoration: none;
	font-size: 30px;
	color: #A81024;
}

/* Listen */

.possible-list ul, .possible-list ol {
	margin: 5px 0 5px 16px;
}

.possible-list ul li {
	/*
	list-style-image: none;
	list-style-type: circle;
	*/
	list-style-type: none;
	list-style-image: url(../images/icon-li.png);
	margin: 0 0 8px 6px;
	padding: 0;
}

.sitemap ul {
	margin-left: 16px;
}

.doc-ul {
	margin: 5px 0 5px 16px;
	list-style-type: none !important;
	clear: both;
}

.doc-ul li {
	margin: 0 0 8px 6px;
	list-style-type: none !important;
}

.doc-ul-faq {
	margin-left: 16px !important;
	list-style-type: none !important;
	clear: both;
}

.doc-ul-faq li {
	margin: 3px 0 0 0;
	list-style-type: none !important;
	list-style-image: none !important;
}

/* Icons */

.icon-adress {
	background: url(../images/st-icon-adress.png) no-repeat 0 50%;
	padding:0 0 0 12px;
}

.icon-mail {
	background:url(../images/st-icon-mail.png) no-repeat 0 50%;
	padding:0 0 0 18px;
}

.icon-phone {
	background:url(../images/st-icon-phone.png) no-repeat 0 50%;
	padding:0 0 0 17px;
}

/* Tabellen */

.table-collapse {
	border-collapse:collapse;
}

.table-row {
	display: table-row;
	width:100%;
}

.table-cell {
	display: table-cell;
}

/* Diverses */

.mark-search-string {
	background: #A81024;
}

.clear-both {
	clear: both;
}

p {
	margin:0 0 10px 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

.preview {
	background: #fff url(../images/bg-preview.gif) repeat 50% 50% !important;
}

::selection {
	background: #A81024;
	color: #fff;
}

.content-center > p:last-child, .content-full > p:last-child {
	margin-bottom: 0 !important;
}

/* Abstände */

.margin-bottom-20 {
	margin-bottom: 20px;
}

/* Sprunglinks barrierefrei */
.unsichtbar:not(:focus) {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(100%);
	white-space: nowrap;
}



/* ### Akkordeon ### */

.tab-accordeon {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	overflow: hidden;
}

.tab-accordeon input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tab-accordeon label {
	position: relative;
	display: block;
	padding: 10px 20px 6px 42px;
	background: #ddd;
	font-weight: bold;
	line-height: 1.6em;
	cursor: pointer;
	color: #444;
	font-size: 16px;
}

/* .blue label {
	background: #2980b9;
} */

.tab-accordeon-content {
	max-height: 0;
	overflow: hidden;
	background: #eee;
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
}

/* .blue .tab-accordeon-content {
	background: #3498db;
} */

.tab-accordeon-content p {
	margin: 20px;
}

.tab-accordeon input:checked ~ .tab-accordeon-content {
	max-height: 1000vh;
}

.tab-accordeon label::after {
	position: absolute;
	left: 0; /* oder rechts */
	top: 0;
	display: block;
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
	text-align: center;
	padding: 6px 10px 10px 4px;
	/*
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	*/
}

.tab-accordeon input[type=checkbox] + label::after {
	content: "+";
	font-size: 20px;
}

.tab-accordeon input[type=radio] + label::after {
	content: "+";
	font-size: 20px;
}

.tab-accordeon input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
	margin-top: -3px;
}

.tab-accordeon input[type=radio]:checked + label::after {
	transform: rotateX(180deg);
}

/* ### Ende Akkordeon ### */




/* ### Schriften ### */

h1, h2, h3, h4, h5, h6 {
	font-family: Roboto,arial,sans-serif;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

h1 {
	font-size: 40px;
	line-height: 48px;
	margin: 0 0 10px 0;
	font-weight: 300;
}

h2 {
	font-size: 30px;
	line-height: 36px;
	padding: 0 0 7px 0;
	margin: 0 0 20px 0;
	display: block;
	border-bottom: 1px solid #fff;
	font-weight: 500;
}

h3 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 10px 0;
}

h3.h3-modal {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 10px 0;
}

h4, h5, h6 {
	font-size: 16px;
	line-height: 24px;
}

h3.h3-start-news-box {
	font-size: 25px;
	line-height: 30px;
	color: #333;
	font-weight: 700;
	margin: 0 0 15px 0;
}

h3.h3-t11 {
	font-size: 25px;
	line-height: 30px;
	margin: 10px 0 10px 0;
}

h3.infobox-h3 {
	margin-bottom: 10px;
}



					.strong-text-400 {
						font-weight: 400;
					}

					.strong-text-500 {
						font-weight: 500;
					}

					.icon-text {
						font-family: Roboto,arial,sans-serif;
						font-size: 16px;
						font-weight: 400;
						line-height: 22px;
						color: #fff;
					}

					.footer-text {
						font-family: Roboto,arial,sans-serif;
						font-size: 16px;
						font-weight: 300;
						line-height: 24px;
						color: #fff;
					}




					.angebote-text-1 {
						font-family: Roboto,arial,sans-serif;
						font-size: 30px;
						font-weight: 400 !important;
						line-height: 30px;
						color: #fff;
						text-transform: uppercase;
					}

					.angebote-text-2 {
						font-family: Roboto,arial,sans-serif;
						font-size: 38px;
						font-weight: 500 !important;
						line-height: 50px;
						color: #fff;
						text-transform: uppercase;
					}

					.herkunft-caption {
						font-family: Roboto,arial,sans-serif;
						font-size: 27px;
						font-weight: 300 !important;
						line-height: 30px;
						color: #fff;
						text-transform: uppercase;
					}


.plain-text {
	font-family: Roboto,arial,sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	color: #fff;
}

.alert-text {
	color: #A81024;
	font-weight: bold;
}

.bold-text {
	font-weight: 500 !important;
}

/* ### Ende Schriften ### */




/* ### Links ### */


					.adress-text-link a:link, .adress-text-link a:visited {
						font-family: Lato,arial,sans-serif;
						font-weight: 400;
						line-height: 26px;
						color: #fff;
						text-decoration: none;
						font-size: 18px;
					}

					.adress-text-link a:hover, .adress-text-link a:active, .adress-text-link a:focus {
						color: #ddd;
					}


.plain-text-link a:link, .plain-text-link a:visited {
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}

.plain-text-link a:hover, .plain-text-link a:active, .plain-text-link a:focus {
	font-weight: 500;
	color: #000;
	text-decoration: none;
	font-size: 1em;
}


.footer-text-link a:link, .footer-text-link a:visited {
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}

.footer-text-link a:hover, .footer-text-link a:active, .footer-text-link a:focus {
	font-weight: 300;
	color: #000;
	text-decoration: none;
	font-size: 1em;
}

.footer-text-link a:hover {
	color:#fff;
	text-decoration:underline;
}



.without-style-link a:link, .without-style-link a:visited, .without-style-link a:hover, .without-style-link a:active, .without-style-link a:focus {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}


.external-link {
	background: transparent url(../images/external-link-dark.png) no-repeat 0% 60%;
	padding: 0px 0px 0px 14px;
}


.hover-shadow:hover {
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.18);
	-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.18);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.18);
}


.call-to-action a:link, .call-to-action a:visited {
    font-family: arial,sans-serif !important;
	cursor: pointer;
	padding: 8px 15px 7px 15px;
	outline: 0;
	border: none !important;
	border-radius: 0;
	background: #A81024;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	display: inline-block;
	text-align: center !important;
	font-weight: 400;
}

.call-to-action a:hover, .call-to-action a:active, .call-to-action a:focus {
    background: #fff;
    color: #222;
}


.reserve-link a:link, .reserve-link a:visited {
	font-family: Roboto,arial,sans-serif !important;
	cursor: pointer;
	padding: 12px 25px 10px 25px;
	outline: 0;
	border: none !important;
	border-radius: 10px;
	background: #fff;
	color: #222;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	text-align: center !important;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.reserve-link a:hover, .reserve-link a:active, .reserve-link a:focus {
	background: #A81024;
	color: #fff;
}

.cursor-default {
	cursor: default;
}

.cursor-pointer {
	cursor: pointer;
}

/* ### Ende Links ### */








/* ### Ende Galerien ### */

div.cssbox {
	display: inline-block;
}

span.cssbox-full {
	z-index: 9999998;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s linear;
}

span.cssbox-full img {
	position: fixed;
	background-color: white;
	margin: 0;
	padding: 0;
	max-height: 90%;
	max-width: 90%;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 20px black;
}

.gallery-text {
	color: #fff !important;
	text-align: center !important;
	width: 100% !important;
	padding: 10px 20% 10px 20%;
	top: 0px;
	left: 50%;
	margin-left: -50%;
	position: fixed;
	background: #000 !important;
}

a.cssbox-close,
a.cssbox-prev,
a.cssbox-next {
	z-index: 9999999;
	position: fixed;
	text-decoration: none !important;
	visibility: hidden;
	color: white !important;
	font-size: 36px !important;
}

a.cssbox-close {
	top: 12px;
	right: 9px
}

a.cssbox-close::after {
	content: '✘';
}

a.cssbox-prev,
a.cssbox-next {
	top: 50%;
	transform: translate(0%, -50%);
}

a.cssbox-prev {
	left: 5%;
	font-size:5em !important;
}

a.cssbox-next {
	right: 5%;
	font-size:5em !important;
}

a:target ~ a.cssbox-close,
a:target ~ a.cssbox-prev,
a:target ~ a.cssbox-next {
	visibility: visible;
}

a:target > img.cssbox-thumb + span.cssbox-full {
	visibility: visible;
	opacity: 1;
	pointer-events: initial;
}

span.cssbox-full {
	cursor: initial;
}

/* ### Galerien ### */







.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	right: 20px;
	display: none;
	text-decoration: none;
	font-size: 30px;
	z-index: 999;
}

.logo-bei-herkunft {
	width: 150px;
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}