/* Style DESKTOP MENUE */
html {
  max-width: 1200px;
	margin: 0 auto;
  position: relative; /* Fix for absolute positioning */
	font-size: 10px;
}

.hamburg { 
   	display: block;
   	width: 44px; height: 45px; 
   	position: relative; 
   	margin-left: auto; 
	margin-right: auto;
   	border-radius: 4px;
	z-index: 100;
}

.line { 
   position: absolute;
	margin-left: 10px;
   left:2px;
   height: 2px; width: 40px; 
   background: #000000; 
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 8px; }
.line:nth-child(2) { top: 16px; }
.line:nth-child(3) { top: 24px; }
.line:nth-child(4) { top: 32px;
background: none;}


.logoHeadDesktop{
	width: 10em;
}
.l1Menue{
	font-family: 'M PLUS Rounded 1c', bold;
	font-size: 0.7em;
}
.l2Menue{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.2em;
}
.l3Menue{
	font-family: 'Cutive Mono', sans-serif;
	font-size: 1.2em;
	padding-left: 2em;
}
.hrMenue{
	position: absolute;
	top: 100px;
	left:200px;
	width: 300px;
	border-width: 2px;
  	border-color: black;
}
.brMenue{
	line-height: 0.1em;
	font-size: 0.1em;
}
.line1MenueDIV{
	position: absolute;
	left: 15em;
	top: 1em;
	width: 30em;
}
.line2MenueDIV{
	position: absolute;
	left: 15em;
	top: 3em;
	width: 30em;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: black;
}
.line3MenueDIV{
	position: absolute;
	left: 15em;
	top: 7em;
	width: 30em;
	
}
/* Style MOBIELE MENUE */

.mobileCloseButton{
	margin-top: 5em;
	float:right;
	text-align:right;
}



.teilerImage{
	width: 100%;
}

.logoHeadMobielDiv{
	width: 90%;
	left: 0;
	position:absolute;
	margin: 10px auto; 
	text-align: right;
	z-index: 50;
} 
.logoHeadMobiel{
	
	width: 20%;
	
	
}
footer{
	background-color: #263838;
}

.footerImage{
	width:100%;
}

.footerText{
	text-align: center;
	font-family: 'Cutive Mono', sans-serif;
	height: 8em;
	color: #FFFFFF;
	font-size: 1em;
	background-color: #263838;
}
h1{
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
p{
	font-family: 'Cutive Mono', sans-serif;
	overflow: scroll;
	font-size: 1em;
}


.headerDiv{
   	width: 100%;
   	height: 70vh;
   	display: flex;
    align-items: center;
    justify-content: center;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	
}
 

.headerText{
	font-family: 'Open Sans', sans-serif;
	border-style: solid;
	padding: 0.3em;
	color: #f39207;
	font-size: 1.7em;
	letter-spacing: 4px;
}

/* Index Page Design Elements */





.imgReini{
	width: 100%;
}
.desktop{
	display: block;
}
.mobiel{
	display: none;
}
p{
	font-family: 'Cutive Mono', monospace;
	font-size: 2em;
}
@media (max-width:1000px){
p{
		
		font-size: 1.5em;
		
	}
	
}

@media (max-width:450px){
p{
		
		font-size: 0.8em;
		
	}
	
}

@media (max-width:800px){
	p{
		
		font-size: 0.8em;
		
	}
	
	.desktop{
	display: none;
}
	.mobiel{display: block;}

}










.spanBaumpflege{
	font-size: 2em;
	font-family: 'Reenie Beanie', cursive;
}

.desktopIndex{
}

.buttonLink{
		color: white;
		background: #4a5c5c;
		width: 15em;
		border-radius: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Cutive Mono', sans-serif;
		font-size: 1.3em;
	}

article::first-letter {
  -webkit-initial-letter: 2 2;
          initial-letter: 2 2;
  
}


/* Image and Float Text */

.contentMain{
	margin:10em;
}

@media (max-width:1000px){
 .contentMain{
	margin:5em;
}	
	
}
@media (max-width:800px){
 .contentMain{
	margin:0em;
	 margin-left: 2em;
	}

	.footerText{
		font-size: 0.7em;
	}

.textMobiel{
	display:none;
}
.platzhalterMobiel{
	display: none;
}
}
@media (max-width:701px){
	.textDesktop{
		display: none;
	}
	.textMobiel{
		display: block;
	}
	
	
}

a {
	text-decoration: none;
}

/* Leistung Page Design Elements */

.leistungDesktop{
	visibility: visible;
	}
.leistungMobiel{
	visibility: visible;
	}
	
	
.titleL{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.5em;
	margin-top: 1em;
	text-align: center;
	white-space:nowrap;
}
	

@media (max-width:701px){
	.headerDiv{
		height: 50vh;
		top:-10em;
		z-index: -1;
	}
	.contentMain{
		margin-top: -10em;
	}
	}
@media (max-width:800px){

}