﻿body {
	margin:0px;
	}

#abschnitt_navigation {
position:fixed;
z-index:500;
width:100%;

}


#abschnitt_kontakt {
width:100%;
background-color:white;
}



#abschnitt_kopfleiste {
	width:100%;
	background-image:url('image/kopfbild.png');
	background-repeat:no-repeat;
	background-size:2100px 100%;
}



#abschnitt_fussleiste {
width:100%;
background-image:url('image/fußbild.png');
background-repeat:no-repeat;
background-size:2100px 100%;
}




.container_100 {
	display:flex;
	width:100%;
	justify-content:center;
}


.container_repo_kopf {
	width:65%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	flex-direction:row;
	padding-top:20px;
	}


.container_repo_mittel {
	width:65%;
	display:flex; 
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: stretch;
	}
	
.container_repo_produkt {
	width:65%;
	display:flex; 
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: stretch;
	}
	



.container_repo_produkt_blue {
	width:65%;
	display:flex; 
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: stretch;
	background-color:blue;
	}







.con_repo_detail {
	display:flex; 
	width:100%;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: stretch;
		}

	
	
	
.item_100 {
max-width:100%;
color:black;
flex:1;
margin:10px;
border-radius:5px;
background-color:white;
}



.item_kontakt_stefan {
color:black;
	flex:1;
	margin:10px;
	width:200px;
	height:200px;
}

.item_kontakt {
color:black;
	flex:3;
	margin:10px;
	
}



.stefan_pics {
height:200px;
width:200px;
}


.logo_pics {
width:280px;
}

.item_text_kopf {
flex:1;
	color:black;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	max-width:800px;
	}



#abschnitt_produkt {
width:100%;
color:black;
background-color:white;
}


.item_produkt_small {
width:30%;
max-width:500px;
color:black;
flex:1;
margin:10px;
}



.item_galerie_image {
width:25%;
max-width:500px;
min-width:300px;
color:black;
flex:1;
margin:10px;
}


.small_galerie_pics {
	width:100%;
	}


.small_produkt_pics {
	width:100%;
	}

.galerie_pics {
	width:100%;
	}

.item_detail {
max-width:480px;
min-width:320px;
color:black;
flex:1;
margin:10px;
background-color:white;
}


.item_detail_text {
min-width:320px;
color:black;
flex:2;
margin:10px;
background-color:white;
}


.hr_schwarz {
	margin-left:10px; 
	margin-right:10px;
	border: 1px solid #000000;
	margin-bottom:2px;
	margin-top:2px;
	}





#abschnitt_faq {
width:100%;
background-image:url('image/higrupics_orange.png');
background-repeat:no-repeat;
background-size:100% 100%;
}


.item_fussleiste {
	flex:1;
	color:black;
	padding:10px;
	algin-item:center;
	text-align:center;
	margin:10px;
}




.trennleiste_a {
background-image:url('image/leiste_w_ul_or.png');
background-position:center;
background-repeat:no-repeat;
background-size:100% 70px;
height:70px;
width:100%;
}


.trennleiste_b {
background-image:url('image/leiste_w_or_ul.png');
background-position:center;
background-repeat:no-repeat;
background-size:100% 70px;
height:70px;
width:100%;
}




/*Produkt Button */
.button {
  border: none;
  
  font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style:normal;
	font-size:1.2rem;
    line-height: 150%; 	
    letter-spacing:normal; 

   
  
  background-color:orange;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  border-radius: 3px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-top:10px;
  margin-left:10px;
}

.button:hover, button:focus {
  cursor: pointer;
  opacity: 0.75;
}
/*Produkt Button */



/*Galerie Button */
.button_galerie {
  border: none;
  
  font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style:normal;
	font-size:1.2rem;
    line-height: 150%; 	
    letter-spacing:normal; 

   
  
  background-color:#508fef;
  color:black;
  text-decoration: none;
  padding: 12px;
  border-radius: 3px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-top:10px;
  margin-left:10px;
}

.button_galerie:hover, button_galerie:focus {
  cursor: pointer;
  opacity: 0.75;
}
/*Produkt Galerie */












/*hamburger menue */
.checkbox {
  display: none;
}

.button_ham {
  position:relative;
  background-color:#ffa500;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: fixed;
  top: 50px; 
  right: 50px; 
  z-index: 2000;
  text-align: center; 
  cursor: pointer;
 

}

.background {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  position: fixed;
  top: 48px; 
  right: 48px; 
  z-index: 1000;
  background-color:white;
  opacity: 0.5;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  
}

.nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s;
}

.list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
  background-color:#ffa500;
}

.item {
  margin: 1rem;
  font-size: 36px;
}

/* functionality */
.checkbox:checked ~ .background {
  transform: scale(80);
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 100%;
  right: 0;
}

/*  */
/* styling hamb ICON */
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
  width: 30px;
  height: 5px;
  background-color:black;
  display: inline-block;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}

.icon::before {
  top: -0.8rem;
}
.icon::after {
  top: 0.8rem;
}

.button_ham:hover icon:before {
  top: -1rem;
}
.button_ham:hover icon::after {
  top: 1rem;
}

.checkbox:checked + .button_ham .icon {
  background-color: transparent;
}

.checkbox:checked + .button_ham .icon::before {
  top: 0;
  transform: rotate(135deg);
}
.checkbox:checked + .button_ham .icon::after {
  top: 0;
  transform: rotate(-135deg);
}
a:link, a:visited {
 text-decoration: none;
}



/*mobile Firts Smartphone*/
@media only screen
  and (min-width: 300px)
  and (max-width: 412px)
 {
.item_galerie_image {width:96%;}
.item_produkt_small {width:96%;}
.container_repo_produkt {width:98%; flex-direction:column;}
.container_repo_kopf {	width:95%;}
.container_repo_mittel {width:95%;}
.logo_pics {width:200px;}

}


@media only screen
  and (min-width: 413px)
  and (max-width: 650px)
 {
.item_galerie_image {width:96%; max-width:700px;}
.item_produkt_small {width:96%; max-width:700px;}
.container_repo_produkt {width:90%; flex-direction:column;}
.container_repo_kopf {	width:90%;}
.container_repo_mittel {width:90%;}
.logo_pics {width:230px;}

}


@media only screen
  and (min-width: 651px)
  and (max-width: 1400px)
 {
.item_galerie_image {width:96%; max-width:700px;}
.item_produkt_small {width:95%; max-width:700px;}
.container_repo_produkt {width:90%;}
.container_repo_kopf {	width:90%;}
.container_repo_mittel {width:90%;}
.logo_pics {width:260px;}

}




