@charset "utf-8";
/* CSS Document */

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

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

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

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

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

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



/*zurücksetzen der browser-css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}


/*-----CUSTOM CSS-----*/

/*-----ALLGEMEIN-----*/
html, body {
	/*scroll-padding-top: 12vh;*/
	scroll-behavior: smooth !important;
}

.offset:before {
	content: "";
	display: block;
	padding-top: 12vh; /* header height + empty space */
	margin-top: -12vh; /* header height to degrees padding’s space */
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1.4;
	background-color: #2c2421;
}

.wrapper {
	width: 85%;
	max-width: 80em;
	margin: 0 auto;
}

.start-wrap .col_1 {
	position: relative;
	padding: 0;
}

.spacing {height: 5em;}

.spacing-half {height: 2.5em;}


/*-----GRID-----*/
.col_1 {
	width: 100%;
	float: left;
	padding: 1em;
}

.col_2 {
	width: 50%;
	float: left;
	padding: 1em;
}

.col_13 {
	width: calc(100%/3);
	float: left;
	padding: 1em 0;
}

.col_23 {
	width: calc((100%/3)*2);
	float: left;
	padding: 1em 0;
}

.col_16 {
	width: calc(100%/6);
	float: left;
}


/*-----SCHRIFTDEKLARATION-----*/
h1, h2, h3 {
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
}

h1 {
	font-size: 3em;
	font-weight: bold;
	color: #2c2421;
}

h2 {
	font-size: 1.75em;
	color: #cac5c4;
	margin: 0 0.6em;
	}

h3 {
	font-size: 1.5em;
	color: #ffffff;
	margin: 0 0.8em;
}

p {color: #ffffff;}

a {text-decoration: none;}

.weiss {color: #ffffff;}

.auszeichnung {font-weight: bold;}

.kursiv {font-style: italic;}

.auszeichnung-kursiv {font-weight: bold; font-style: italic;}


/*-----NAVIGATION-----*/
#nav {
	width: 100%;
	height: 10vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 0.5em 0;
	background-color: #2c2421;
	box-shadow: 0 0.006em 0.5em #2c2421;
}

.nav-logo{
	max-width: 12em;
	min-width: 6em;
	float: left;
	margin-left: 1em;
	cursor: pointer;
	height: 8vh;
}

.menu-wrap {
	display: flex;
	float: right;
	align-items: center;
	height: calc(10vh - 1em);
}

#nav a {
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	cursor: pointer;
}

#hauptnavi a:hover {font-size: 1.5em;}

#hauptnavi li {
	display: inline-block;
	padding: 1.625em 1em;
}

.social-media{
	width: auto;
	height: 1.5em;
	margin-bottom: -.25em;
}

/*-----WARTUNG-----*/
#wartung {
	width: 100%;
	height: 15em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 3.5em 0;
	background-color: #2c2421;
	box-shadow: 0 0.006em 0.5em #2c2421;
}

.wartung-logo{
	max-width: 13em;
	min-width: 6em;
	float: left;
	margin-left: 0.1em;
	cursor: pointer;
	height: 8vh;
}

.menu-wrap-wartung {
	display: flex;
	float: left;
	align-items: center;
	height: calc(10vh - 1em);
}


/*-----HERO-----*/
.hero {
	background-image: url("img/hero.jpg");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 96vh;
	display: flex;
	align-items: center;
	text-align: center;
}

.slogan {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	color: #2c2421;
	margin-bottom: 4em;
}


/*-----PRODUKTE-----*/
.kachel {
	height: 14em;
	overflow: hidden;
	background-color: #651d09;
	position: relative;
	cursor: pointer;
}

.kachel h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	position: absolute;	
	z-index: 2;
	top: 15%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0.8em;
}

.thumbnail-bot {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	z-index: 1;
	object-fit: cover;
	object-position: 50% 100%;
}

.thumbnail-top {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	z-index: 1;
	object-fit: cover;
	object-position: 50% 0%;
}

.kachel:hover img {
	opacity: 0.8;
	transition: 0.5s all ease;
	transform: scale(1.2);
}


/*-----LIGHTBOX-----*/
.modal {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #2c2421;
	padding-top: 6.25em;
	top: 0;
	left: 0;
	display: none;
	position: fixed;
	z-index: 700;
}

.modal-content {
	width: 85%;
	max-width: 50em;
	margin: auto;
	padding: 0;
	position: relative;
}

.lightbox{
	width: 100%;
	height: 37.5em;
	object-fit: contain;
}

.close {
	font-size: 4em;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 15%;
}

.close:hover, .close:focus {
	color: #5e5552;
	text-decoration: none;
	cursor: pointer;
}

.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7, .mySlides8 {display: none;}

.prev, .next {
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	width: auto;
	padding: 1em;
	margin-top: -3em;
	transition: 0.6s ease;
	border-radius: 0 0.25em 0.25em 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
}

.next {right: 0; border-radius: 0.25em 0 0 0.25em;}

.prev:hover, .next:hover {
	color: #ffffff; 
	background-color: rgba(95, 85, 83, 0.8);
}

.col_16 img {
	width: 100%;
	height: 10em;
	object-fit: contain;
	margin-top: 2.5em;
	padding: 0 1em;
	;
}

.demo {opacity: 0.6}

.active, .demo:hover {opacity: 1;}


/*-----UNTERNEHMEN-----*/
.liste {
	color: #ffffff; 
	min-height: 19.375em;
}

ul.liste {
	margin: 0 0 1em 1.5em;
	list-style: none;
}

ul.liste li {
	line-height: 2.4;
	position: relative;}

ul.liste li::before {
	content: url("img/liste.svg") " ";
	width: 1em;
	position: absolute;
	top: 0.313em;
	left: -1.5em;
}

.u-li-querformat {
	width: 100%;
	height: 25em;
	object-fit: cover;
	object-position: 50% 25%;
}

.u-re-querformat {
	width: 100%;
	height: 25em;
	object-fit: cover;
	object-position: 50% 25%;
}

.button-1 {
	width: 100%;
	height: 6.25em;
	background-color: #006e00;
	text-align: center;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.querformat{
	width: 100%;
	height: 25em;
	object-fit: cover;
	object-position: 50% 25%;
}

.hochformat {
	width: 100%;
	height: 25em;
	object-fit: contain;
	object-position: 50% 50%;
}

.datum {
	font-size: 0.75em;
	padding: 1em 0;
}


/*-----KONTAKT-----*/
#kontakt {background-color: #5e5552; /*! display: flex; */margin-top: 12vh;}

#map {
	width: 100%;
	height: 25em;
}


/*-----DATENSCHUTZ-----*/
#datenschutz {margin-top: 8em;}

.mini-wrap .col_2 {padding: 0;}

.button-2 {
	width: 13em;
	height: 3em;
	background-color: #E16901;
	text-align: center;
	color: #ffffff;
	padding: 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: solid 1px #E16901;
	border-radius: 5em;
	font-size: 3em;
	margin: 0 auto; 
}

.mini-wrap img {height: 6.25em}


/*-----FOOTER-----*/
#footer {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	z-index: 100;
	background-color: #2c2421;
	border-top: 0.063em solid #ffffff;
}

#footer p {
	text-align: center;
	color: #ffffff;
}


/*-----BACK-TO-TOP-BUTTON-----*/
.back-to-top {
	width: 3.125em;
	height: 3.125em;
	border-radius: 50%;
	/*border: 2px solid #2c2421;*/
	background-color: #cac5c4;
	position: fixed;
	right: 1.25em;
	bottom: 5em;
	padding: 0.8em;
	z-index: 600;	
}

.back-to-top:hover {cursor: pointer;}














/*-----RESPONSIVE------*/

/*-----COMP-----*/
@media screen and (min-width: 75.000em) {
	
	#responsive-nav {display: none;}
	#responsive-wartung {display: none;}
	
}


/*-----SMARTPHONE-TABLET-----*/
@media screen and (min-width: 0em) and (max-width: 75.000em) {
	
	#nav {display:none;}
	#wartung {display:none;}
	
	.close {right: 7%;}
	
	
	
	/*-----HAMBURGER MENU-----*/
	#responsive-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 0.5em 0;
	background-color: #2c2421;
	box-shadow: 0 0.006em 0.5em #2c2421;
	}
	.nav-logo {height: 3.5em;}
	
	label.burger {
		width: 40px;
		height: 3.5em;
		background: #2c2421;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: 1em;
	}
	
	input#burger {display: none}
	
	.line {
		width: 40px;
		height: 4px;
		background: #ffffff;
		display: block;
		position: absolute;
		transition: 0.5s;
		transform-origin: center;
		cursor: pointer;
	}
	
	
	.line:nth-child(1) {top: 12px;}
	.line:nth-child(2) {top: 24px;}
	.line:nth-child(3) {top: 36px;}
	
	.active-burger .line:nth-child(1) {transform: translateY(12px) rotate(-45deg);}
	.active-burger .line:nth-child(2) {opacity: 0;}
	.active-burger .line:nth-child(3) {transform: translateY(-12px) rotate(45deg);}
	
	nav.burger-menu {
		height: auto;
		max-height: 0;
		overflow: hidden;
		transition: all 0.5s;
		text-align: center;
	}
	
	.active-res-nav {max-height: 100vh !important;}
	
	.burger-menu a {
		font-family: 'Poppins', sans-serif;
		color: #ffffff;
		cursor: pointer;
	}
	
	.burger-menu a:hover {font-size: 1.5em;}
	
	.burger-menu ul {margin-top: 2em;}
	.burger-menu li {padding: 1em;}
	
}


/*-----TABLET-----*/
@media screen and (min-width: 46.875em) and (max-width: 75.000em) {
	

	.wrapper {
		width: 90%;
		max-width: 60em;
		margin: 0 auto;
	}
	
	h1 {line-height: 1.4;}
	.slogan {font-size: 2em; margin-top: 0.5em; margin-bottom: 2em;}
	
	.kachel .zweizeilig {line-height: 1.4; top: 10%}
	
	.u-li-querformat, .u-re-querformat {height: 20em;}
	.hochformat, .querformat {height: 20em;}
	
	.button-2 {width: 13em;}
	
	#footer .col_2 {padding: 0.7em;}
	
	/*-----WARTUNG-----*/
	#responsive-wartung {
	width: 100%;
	height: 10em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 2em 0;
	background-color: #2c2421;
	box-shadow: 0 0.006em 0.5em #2c2421;
	}
	
	#responsive-wartung p{
	font-size: 1.5em;
	}
	
	.wartung-logo {height: 3.5em;}
	
}


/*-----SMARTPHONE-----*/
@media screen and (min-width: 0em) and (max-width: 46.875em) {
	
	body {font-size: 0.9em;}
	
	.wrapper {
		width: 93%;
		max-width: 60em;
		margin: 0 auto;
	}
	
	.col_1, .col_2 {width: 100%;}
	
	h1, h2, h3 {line-height: 1.4;}
	
	h1 {font-size: 2.3em; color: #ffffff;}
	h3 {margin: 0 0.8em;}
	
	.hero {align-items: center;}
	.slogan {font-size: 1.75em; color: #ffffff; margin-top: 0.5em; margin-bottom: 0;}
	
	.kachel h3 {top: 20%;}
	.kachel .zweizeilig {top: 8%;}

	.modal {overflow: unset; padding-top: 3em;}
	
	.prev, .next {margin-top: -1.5em;}
	
	ul.liste {margin: 0 0 0 1.5em;}
	.u-li-querformat, .u-re-querformat {height: 100%;}
	.u-li-querformat {margin-top: 2em;}
	
	.hochformat, .querformat {height: 100%;}
	
	.button-2 {width: 75%;
	font-size: 2.5em}
	.mini-wrap img {margin: 1.5em 0 0 31%;}
	
	#footer {padding-bottom: 0.5em;}
 	#footer .col_2 {padding: 0.5em 0.5em 0;}
	
	/*-----WARTUNG-----*/
	#responsive-wartung {
	width: 100%;
	height: 6em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 2em 0;
	background-color: #2c2421;
	box-shadow: 0 0.006em 0.5em #2c2421;
	}
	
	#responsive-wartung p{
	font-size: 0.9em;
	}
	
	.wartung-logo {height: 2.3em;}
		
}



/***********************COOKIE*************************/


.cookie-container{
	position: fixed;
	bottom: -1000000%;
	/*left: 0;*/
	right: 15px;
	/*background: #2f3640;*/
	background: #fff;
	/*color: #f5f6fa;*/
	color: #2f3640;
	/*padding: 0 32px;*/
	padding: 0;
	height: auto;
	width: 360px;
	z-index: 500;

	transition: 400ms;
	-webkit-box-shadow: 0 -2px 16px #2f3640;
	-moz-box-shadow: 0 -2px 16px #2f3640;
	box-shadow: 0 -2px 16px #2f3640;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.cookie-container.active {
	bottom: 15px;
}
.cookie-container .info-text{
	padding: 15px;
}
.cookie-container .info-text h3{
	font-size: 24px !important;
	color:#2f3640;
	font-weight: 700;
	line-height: 1;
	letter-spacing: normal;
	margin: 0 0 12px;
}
.cookie-container p{
	font-size: 14px !important;
	color: #2c2421;
}
.cookie-container .cookie-categories-wrapper{
	color:#323335;

}
.cookie-container .cookie-categories-wrapper .category-list {
	list-style: none;
	padding: 0 16px;
	margin: 0;
	max-height: 320px;
	overflow-y: auto;
}
.cookie-container .cookie-categories-wrapper .category-list .category{
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #eee;
	padding: 12px;
	color: #323335;
	margin-bottom: 8px;
	position: relative;
	list-style:none;
	margin-left:0;
	font-size: 16px;
}

.cookie-container .cookie-btn {
	background: #2c2421;
	border: 0;
	color: #f5f6fa;
	padding: 12px 48px;
	font-size: 18px;
	margin-bottom: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	cursor: pointer;
	width: 100%;
}
.cookie-container .cookie-btn.color-sub{
	background: #ccc;
	margin-bottom: 10px;
}

.cookie-container .cookie-btn:disabled{
	cursor: not-allowed;
	color: #ccc;
	background: #eee;
}

.cookie-container .toggle {
	margin:0 0 0 0rem;
	position: relative;
	display: inline-block;
	width: 4rem;
	height: 2rem;
	vertical-align: middle;
	margin-right: 15px;
}

.cookie-container .toggle input {
	display: none;
}

.cookie-container .roundbutton {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	/*background-color: #33455e;*/
	background-color: #ccc;
	display: block;
	transition: all 0.3s;
	border-radius: 3.4rem;
	cursor: pointer;
}
.cookie-container .name {
	vertical-align: middle;
	display: inline-block;
}

.cookie-container .roundbutton:before {
	position: absolute;
	content: "";
	height: 1.4rem;
	width: 1.4rem;
	border-radius: 100%;
	display: block;
	left: 0.3rem;
	bottom: 0.3rem;
	background-color: white;
	transition: all 0.3s;
}

.cookie-container input:checked + .roundbutton {
	background-color: #2c2421;
}

.cookie-container input:checked + .roundbutton:before  {
	transform: translate(2rem, 0);
}

.cookie-container .button-wrapper{
	padding: 0 15px;
}

#cookieOverlay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 450; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}