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

/*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-behavior: smooth!important;}

body {
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 1.4;
	background-color: #ffffff;
}

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

.spacing {height: 5em;}

.spacing-half {height: 2.5em;}

.spacing-double {height: 10em;}

img {width: 100%;}

/*---------------AENDERUNG---------------*/



/*++++*/
	

.artikel-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2em;
  margin: 2em 0;
}

.artikel-box {
  background-color: #FEF0D1; /* heller Hintergrund */
  border: 1px solid #ddd;    /* dezente Umrandung */
  border-radius: 0px;        /* leicht abgerundet */
  padding: 1.5em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* leichte Schatten */
	overflow-wrap: break-word; /* Lange Wörter umbrechen */
    word-break: break-word; /* Fallback */
}

.artikel-box img {
  max-width: 100%;
  height: auto;
  border-radius: 0px;
  margin-bottom: 1em;
	margin: 0 auto 1em auto; /* Zentriert und Abstand unten */
}
	
/*.slider-wrapper {
	position: realtive;*/

/* Linie zur Abgrenzung */
.separator {
    max-width: 300px; /* Länge der Linie */
	width: 80%;
    height: 2px; /* Dicke der Linie */
    background-color: black; /* Farbe der Linie */
    margin: 50px auto; /* Abstand nach oben und unten */
}

#slider1 {
	margin: 0 auto;
	
}

#slider1 input [type=radio]  {
	display: none;
}

#slider1 label {
	cursor:pointer;
	text-decoration: none;
}






#slider {
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
}

#slider input [type=radio]  {
	display: none;
}
#slider label {
	cursor:pointer;
	text-decoration: none;
}
#slides {
	padding: 10px;
	border: 3px solid #ccc;
	background: #fff;
	position: relative;
	z-index: 1;
}
#overflow {
	width: 100%;
	overflow: hidden;
}
#slide1:checked~ #slides .inner{
	margin-left: 0;
}
#slide2:checked~ #slides .inner{
	margin-left: 100%;
}
#slide3:checked~ #slides .inner{
	margin-left: 200%;
}
#slide4:checked~ #slides .inner{
	margin-left: 300%;
}
#slide5:checked~ #slides .inner{
	margin-left: 400%;
}
#slide6:checked~ #slides .inner{
	margin-left: 500%;
}
#slides .inner {
	transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	width: 400%;
	line-height: 0;
	height: 200%;
}
#slides .slide {
	width: 25%;
	float: left;
	display: block;
	height: 100%;
	color: #fff;
}
#slides .slide_1 {
	background: #fff;
}
#slides .slide_2 {
	background: #fff;
}
#slides .slide_3 {
	background: #fff;
}
#slides .slide_4 {
	background: #fff;
}
#slides .slide_5 {
	background: #fff;
}
/*--{}
{}
{}
{}
{}
/*---------------GRID---------------*/
.col_1 {
	width: 100%;
	float: left;
	padding: 1em;
}

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

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

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

.col_4 {
	width: 25%;
	float: left;
	padding: 1em;
}

/*---------------SCHRIFTDEKLARATION---------------*/
h1 {
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5em;
	line-height: 2;
	color: #ffffff;
	text-shadow: 0.04em 0.04em 6px #5f6e69;
}

h2 {
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5em;
	line-height: 2.4;
	color: #5F3C2D;
}

h3 {
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.4;
	color: #5F3C2D;
}

h4 {
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1em;
	line-height: 1.4;
	color: #5F3C2D;
}

p {color: #5F3C2D;}

a {
	text-decoration: none;
	color: #5F3C2D;
}

a:hover {color: #996723;}

.weiss {color: #ffffff;}

strong {
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1em;
	line-height: 1.4;
}


/*---------------NAVIGATION---------------*/
#nav {
	width: 100%;
	height: 6em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #ffffff;
	box-shadow: 0 0.006em 0.5em rgba(0, 0, 0, 0.5);
}

.nav-logo {
	max-width: 10em;
	min-width: 3em;
	float: left;
	cursor: pointer;
	padding: 1em 0;
	margin-left: 1em;
	height:5.5em;
}

.menu-wrap  {
	display: flex;
	float: right;
	position: relative;
	right: -5.5em;
	margin-top: 2.6em;
}

#nav a {
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-style: normal; 
	font-size: 1.1em;
	color: #5F3C2D;
	cursor: pointer;
}

#main-nav li {
	display: inline-block;
	padding: 0 2em;
}

#nav a:hover {color: #996723;}

.language {
	float: right;
	/*max-width: 80px;*/
}

.language ul li {
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.75em;
	color: #5F3C2D;
	cursor: pointer;
}

.language li {
	display: inline-block;
	padding: 1.4em 0.5em;
}

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

.social-media ul li {
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.75em;
	color: #5F3C2D;
	cursor: pointer;
}

.social-media li {
	display: inline-block;
	padding: 1em 0.5em;
}


/*---------------HERO---------------*/
.hero {
	background-image: url("img/hero.jpg");
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 80vh;
	display: flex;
	align-items: flex-end;
	text-align: right;
	padding-bottom: 3%;
}

.hero h1 {margin-top: -15%;}


/*---------------PROJEKT---------------*/


/*---------------PARTNER---------------*/
#partners, #partner {
	background-image: url("img/holz.jpg");
	background-size: cover;
	width: 100%;
}

.partner-logo {
	width: auto;
	height: 8em;
	padding: 1em;
	object-fit: contain;
	object-position: left;
}

#partners ul, #partner ul {
	color: #5F3C2D;
	padding: 1em;
	list-style-type: disc;
}

.pdf {
	text-align: center;
	margin-top: 1em;
}

.pdf img {
	height: 4em;
	object-fit: contain;
}

.slider {
	height: 24em;
	background-color: rgba(150,95,54,0.5);
	position: relative;
	margin: auto;
}

.slider1 {
	height: 24em;
	background-color: rgba(150,95,54,0.5);
	position: relative;
	margin: auto;
}
/*****************************************************AENDERUNG****/
/*** aus Video***

	#slider {
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
}
#slider input[type=radio] {
	display: none;
}
 #slider label {
	 cursor:pointer;
	 text-decoration: none;
}
#slides {
	padding: 10px;
	border: 3px solid #ccc;
	background: #ff;
	position: relative;
	z-index: 1;
}
overflow {
	width: 100%;
	overflow: hidden;
}
slide1:checked ~ #slides .inner {
	margin-left: 0;
}
slide2:checked ~ #slides .inner {
	margin-left: -100%;
}
slide3:checked ~ #slides .inner {
	margin-left: -200%;
}
slide4:checked ~ #slides .inner {
	margin-left: -300%;
}
#slides .inner {
	transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	width: 400%;
	line-height: 0;
	height: 200%;
}
#slides .slide {
	width: 25%;
	float: left;
	display: block;
	height: 100%;
	color: #fff;
}
#slides .slide_1 {
	background: #fff;
}
#slides .slide_2 {
	background: #fff;
}
#slides .slide_3 {
	background: #fff;
}
#slides .slide_4 {
	background: #fff;
}
.slide-content {
	padding: 10px;
}
#controls {
	margin: -180px 0 0 0;
	width: 100%;
	height: 50px;
	z-index: 3;
	position: relative;
}
#controls label {
	transition: opacity 0.2s ease-out;
	display: none;
	width: 50px;
	height: 50px;
	opacity: 1;
}
#controls label:hover {
	opacity: 1;
}
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3), 
#slide3:checked ~ #controls label:nth-child(4), 
#slide4:checked ~ #controls label:nth-child(1) {
	background: url(img/angle-right-solid.png) no-repeat;
	float: right;
	margin: 0 -50px 0 0;
	display: block;
}
#slide1:checked ~ #controls label:nth-last-child(2),
#slide2:checked ~ #controls label:nth-last-child(3), 
#slide3:checked ~ #controls label:nth-last-child(4), 
#slide4:checked ~ #controls label:nth-last-child(1) {
	background: url(img/angle-left-solid.png) no-repeat;
	float: left;
	margin: 0 0 0 -50px;
	display: block;
}
#bullets {
	margin: 100px;
} 
#bullets label {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #ccc;
	margin: 0 10px;
}
#slide1:checked ~ #bullets label:nth-child(1), 
#slide2:checked ~ #bullets label:nth-child(2),
#slide3:checked ~ #bullets label:nth-child(3),
#slide4:checked ~ #bullets label:nth-child(4) {
	background: #444;
}
@media screen and (max-width: 900px){
	#slide1:checked ~ #controls label:nth-child(2),
	#slide2:checked ~ #controls label:nth-child(3), 
	#slide3:checked ~ #controls label:nth-child(4), 
	#slide4:checked ~ #controls label:nth-child(1) {
	margin: 0;
}
	#slide1:checked ~ #controls label:nth-last-child(2),
	#slide2:checked ~ #controls label:nth-last-child(3), 
	#slide3:checked ~ #controls label:nth-last-child(4), 
	#slide4:checked ~ #controls label:nth-last-child(1) {
	margin: 0;
}
/*{}
{}
{}
{}
{}

.slider-wrapper { 
	position: relative;
	max-width: 48rem;
	margin: 0 auto;
}
.slider {
	/*display: flex;
	aspect-ratio: 16/9;
	overflow-x: auto;*
	height: 24em;
	background-color: rgba(150,95,54,0.5);
	position: relative;
	margin: auto;
}
.slider img {
	flex1 0 100%;
	
}
*****************************************************AENDERUNG****/
	
.mySlides5, .mySlides1, .mySlides2, .mySlides3, .mySlides4 /*--, .mySlides6 --*/ {display: none;}

.pfeil {
	width: auto; 
	height: 2em;
}

.prev, .next {
	width: auto;
	height: 4em;
	padding: 1em;
	position: absolute;
	top: 43%;
	transition: 0.6s ease;
	cursor: pointer;
	user-slect: none;
	-webkit-user-select: none;
}

.next {right: 0;}

.prev:hover, .next:hover {background-color: rgba(150, 95, 54, 0.5);}

.galerie {
	width: 100%;
	height: 24em;
	object-fit: cover;
}

.row {
	display: flex;
	justify-content: center;
	margin: 1em 0;
}

.dot5, .dot1, .dot2, .dot3, .dot4 /*--.dot6--*/ {
	width: auto;
	height: 1em;
	margin: 0 0.5em;
	opacity: 0.5;
	cursor: pointer;
}

.pfeil1 {
	width: auto; 
	height: 2em;
}

.prev1, .next1 {
	width: auto;
	height: 4em;
	padding: 1em;
	position: absolute;
	top: 43%;
	transition: 0.6s ease;
	cursor: pointer;
	user-slect: none;
	-webkit-user-select: none;
}

.next1 {right: 0;}

.prev1:hover, .nex1:hover {background-color: rgba(150, 95, 54, 0.5);}

.galerie1 {
	width: 100%;
	height: 24em;
	object-fit: cover;
}

.row1 {
	display: flex;
	justify-content: center;
	margin: 1em 0;
}



.active, .dot5:hover, .dot1:hover, .dot2:hover, .dot3:hover, .dot4:hover/*-- .dot6:hover --*/ {opacity: 1;}


/*---------------IMPRESSUM---------------*/
.button {
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 1.4;
	color: #ffffff;
	text-align: center;
	background-color: #5F3C2D;
	padding: 1.5em;
	border-style: none;
	cursor: pointer;
	display: inline-block;
}

.button:hover {
	color: #ffffff;
	background-color: #996723;
}


/*---------------DATENSCHUTZ---------------*/
#datenschutz ul {
	color: #5F3C2D;
	padding: 1em;
	list-style-type: disc;
}

#datenschutz a {color: #94BA3B;}


/*---------------FOOTER---------------*/
.foederung {
	display: flex;
	align-items: center;
}

.foederung img {object-fit: contain;}

.bmel {height: 24em;}

.fnr {height: 8em;}

.charta {height: 6em;}

.link-footer {margin-right: 6em;}


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

.back-to-top:hover {cursor: pointer; background-color: #996723;}






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

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


/*---------------SMARTPHONE-TABLET---------------*/
@media screen and (min-width: 0em) and (max-width: 75.000em) {
	
	#nav {display:none;}
	
	/*---------------HAMBURGER-MENU---------------*/
	#responsive-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 0.5em 0;
	background-color: #ffffff;
	box-shadow: 0 0.006em 0.5em rgba(0, 0, 0, 0.5);
	}
	
	.nav-logo {
		max-width: 7em; 
		height: 5em;
		object-fit: contain;
	}
	
	label.burger {
		width: 40px;
		height: 3.5em;
		background: #ffffff;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: 1em;
	}
	
	input#burger {display: none;}
	
	.line {
		width: 35px;
		height: 4px;
		background: #5F3C2D;
		border-radius: 16px;
		display: block;
		position: absolute;
		transition: 0.5s;
		transform-origin: center;
		cursor: pointer;
	}
	
	.line:nth-child(1) {top: 30px;}
	.line:nth-child(2) {top: 40px;}
	.line:nth-child(3) {top: 50px;}
	
	.active-burger .line:nth-child(1) {transform: translateY(10px) rotate(-40deg);}
	.active-burger .line:nth-child(2) {opacity: 0;}
	.active-burger .line:nth-child(3) {transform: translateY(-10px) rotate(40deg);}
	
	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: roboto, sans-serif;
		font-weight: 700;
		font-style: normal; 
		font-size: 1.1em;
		color: #5F3C2D;
		cursor: pointer;
	}
	
	.burger-menu a:hover {color: #996723;}
	
	.burger-menu ul {margin-top: 2em;}
	.burger-menu li {padding: 1em;}
	
	.language {float: none;}
	
}


/*---------------TABLET---------------*/
@media screen and (min-width: 46.875em) and (max-width: 75.000em) {
	
	.wrapper {
		width: 90%;
		max-width: 60em;
		margin: 0 auto;
	}

	.link-footer {margin-right: 2em;}
	
}


/*---------------SMARTPHONE---------------*/
@media screen and (min-width: 0em) and (max-width: 46.875em) {
	
	.wrapper {
		width: 93%;
		max-width: 60em;
		margin: 0 auto
	}

	.col_2, .col_13, .col_4 {width: 100%;}
	
	.hero {height: 60vh;}
	
	h1 {font-size: 1.5em;}
	h2 {font-size: 1.25em;}
	h3 {font-size: 1.1em;}
	
	.back-to-top {bottom: 3em;}
	
	.slider, .galerie {height: 15em;}
	
	.foederung {flex-direction: column;}
	
	.link-footer {margin-bottom: 4em; margin-right: 0em;}
	
}


/*________________________________________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;
}
.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: #996723;
	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: #996723;
}

.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 */
}