/*
Welcome everyone, Really nice to get you here ;) 
If you fin any bugs or anything, ddont hesitate to contact us.
*/


/* 
/* 1. Define Basic 
*/
:root {
	--main-color: #b08d63;
	--secondary-color: #000000;
	--font: "faricy-new-web", sans-serif;
}
html{
	background-color: none;
	font-family: var(--font);
	font-size:10px;
}
body{
	margin:0;
}

/* 
/* 2. Text
*/

h2, h1{
	font-size:3.5em;
	font-weight:800;
	margin: 0 0 10px 0;
}

h2:after, h1:after {
	font-weight:800;
	content: "–";
	display: block;
	margin: 5px 0 0px 0;
}

p q{
	font-size:2em;
	line-height:1.2em;
	font-weight:800;
	margin: 0 0 10px 0;
	quotes: "„" "“";
}
p.quoted em{
	font-size:2em;
	line-height:1.2em;
	font-weight:300;
	font-style:normal;
}
p.quoted:after{
	font-weight:800;
	content: "–";
	font-size:2em;
	display: block;
	margin: 5px 0 0px 0;
}


h3{
	font-size:2.2em;
	font-weight:800;
	margin: 0 0 10px 0;
}
h3:after{
	font-weight:800;
	content: "–";
	display: block;
	margin: 5px 0 0px 0;
}
p~h4{
	margin-top:30px;
}

p~h2{
	margin-top:60px;
}

h4{
	font-size:1.8em;
	line-height:1.3em;
	font-weight:800;
	margin:0 0 10px 0;
}
p{
	font-size:1.8em;
	line-height:1.3em;
	font-weight:300;
	margin:0 0 10px 0;
}
img{
	margin-bottom: 40px;
}
p a img{
	margin:5px 2px 0 0;
}
strong{
	font-weight:800;
}
a{
	color: var(--secondary-color);
	text-decoration:none;
	font-weight:300;
}
a:hover, footer a{
	text-decoration:underline;
}
.black a{
	color: var(--main-color);
}
ul.text-list{
	padding:0;
	margin:0 0 20px 0;
	list-style:none;
	font-size: 1.8em;
	line-height:1.3em;
	font-weight:300;
}
ul.text-list li {
	margin: 3px 0;
	text-indent: -0em;
  padding-left: 1em;
}
ul.text-list li:before {
  content: "–";
  font-weight:700;
  display: inline-block;
  text-indent: -1em;
}
/* 
/* 3. Sections
*/
section.text{
	width:auto;
	padding: 60px 10%;
	display:block;
	clear:both;
	background-color: var(--main-color);
	position:relative;
}
section.text.row{
	padding: 60px 10%;
	display: flex;
}
section .column{
	float:left;
	display:block;
	padding: 0 40px 0 0;
}



section .column element{
	padding-right: 40px;
}
section .column:after{
		clear:both;
}

section.text.black{
	background-color: var(--secondary-color);
}
section.text.black h2,
section.text.black h1,
section.text.black h3,
section.text.black h4,
section.text.black q,  
section.text.black p{
	color: var(--main-color);
}

section.text.row.head .column:first-child{
	width:25%;
}

section.text.row.head{
	font-size:1.1em;
	padding: 60px 20%;
	
}
section.text.row.head .column:nth-of-type(2n){
	width:67%;
}
section .column{
	width:67%;
}
section .column.img{
	width:33%;
}
@media only screen and (max-width: 795px) {
		section.text,
	section.text.row.head{
	  padding: 35px 40px 40px 40px;
	  font-size:1em;
	}
	
	section.text.row.head{
	  padding: 35px 40px 0px 40px;
	}
	
	section.text.row.head .column:first-child{
		width:75%;
	}
	
	section .column,
	section.text.row.head .column:nth-of-type(2n){
		width:100%;
		float:none;
		display:block;
		padding: 0 40px 40px 0;
	}
	section.text.row{
		padding: 40px;
		display: block;
	}
	section .column.brot{
		display:none;
	}
	section .column.img{
	width:100%;
	padding-top:40px;
	}
	
	section .column.logo img{
	width:50%;
	}	
	
}

.download-gallery{
}
.download-gallery img{
	margin:0 20px 20px 0;
	padding:0;
	width:45%;
}
.download-gallery a{
	padding:0;
	margin:0;
	display:inline;
}

#arrow{
	display:block;
	position:fixed;
	z-index:100;
	width: 43px;
	height:30px;
	background-image: url("img/arrow.png");
	background-repeat: no-repeat;
	right: 40px;
	bottom:45%;
}
#arrow-hide{
	display:block;
	position:absolute;
	z-index:999;
	width: 43px;
	height:300px;
	background-color:  var(--secondary-color);
	background-repeat:none;
	right: 40px;
	bottom:180px;
}
@media only screen and (max-width: 795px) {
	#arrow,
	#arrow-hide{
	display:none;
	}
}
	

/* 
/* 4. Header ********************************
*/

header{
	background-color: var(--main-color);
}
header nav{
	  align-items: center;
	  text-align: center;
	  	padding:0px;
		margin:0;
		height: 43px;
}
header nav ul{
	  display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
header nav ul li{
	margin:0;
	width:auto;
	position: relative;
	float: left;
	background-color: var(--secondary-color);
	height: 43px;
}
header nav a{
	display: block;
	text-align: center;
	font-size:1.6em;
	font-weight: 700;
	padding: 12px 12px 12px 12px;
	background-color: var(--main-color);
}
header nav a:hover, header nav a.here{
	padding:12px 12px 8px 12px;
	transition: padding 0.2s ease;
	text-decoration:none;
	
}
@media only screen and (max-width: 795px) {
	header nav ul li{
		float: none;
		height: 31px;
	}
	header nav{
		height: auto;;
	}
	header nav a{
		display: block;
		text-align: center;
		font-size:1.6em;
		font-weight: 700;
		padding: 6px 6px 6px 6px;
		background-color: var(--main-color);
	}
	header nav a:hover, header nav a.here{
		padding: 6px 6px 3px 6px;
	}

}

/* 
/* 5. Separator ********************************
*/
div.separator{
	height:350px;
	width:100%;
	background-image: url("img/baeckersluud-Patern2024-dampf.png");
	background-color: var(--main-color);
	background-repeat: repeat;
	background-attachment: fixed;
}
div.separator.dampf{
	background-image: url("img/baeckersluud-Patern2024-dampf.png");
}
div.separator.brot{
	background-image: url("img/baeckersluud-Patern2024-brot.png");
}
div.separator.erde{
	background-image: url("img/baeckersluud-Patern2024-erde.png");
}
div.separator.feuer{
	background-image: url("img/baeckersluud-Patern2024-feuer.png");
}