@charset "utf-8";
/* 
INHALT
- Globale Medienunabhängige Formatierungen
	- 
- Media Query > 951px
	- 
- Media Query < 951px
	- 
- Media Query < 480px
	- 
*/
/*******-------.......   Globale Formatierungen   .......-------*******/
*, html{
	scroll-behavior: smooth;
}

body{
	color: #333;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background: url("../media/img/braun-container-drinnen-gemutlich-2079436small.jpg");
	background-size: cover;
}

nav [type="checkbox"]{
	display: none;
}

hr{
	margin: 1rem 0 0.5rem 0;
	border: 1px solid #333;
}

a{
	text-decoration: none;
	color: #333;
}

a.primaryNav{
	color: #333;
	font-weight: bold;
}
a.primaryNav:link{
	
}
a.primaryNav:visited{
	
}
a.primaryNav:hover{
	
}
a.primaryNav:active{
	
}

a.secondaryNav{
	color: #a50;
}
a.secondaryNav:link{
	
}
a.secondaryNav:visited{
	
}
a.secondaryNav:hover{
	font-weight: bolder;
}
a.secondaryNav:active{
	
}

a.serviceNav{
	
}
a.serviceNav:link{
	
}
a.serviceNav:visited{
	
}
a.serviceNav:hover{
	
}
a.serviceNav:active{
	
}

input[type=checkbox]{
	width: 1.2rem;
	height: 1.2rem;
}

footer #webdesignBy{
	position: relative;
	font-size: 1.5rem;
	background-color: #333;
}

/*******-------.......   Media Query > 1425px   .......-------*******/
@media(min-width : 1425px ){
	
}

/*******-------.......   Media Query > 970px   .......-------*******/
@media(min-width : 970px ){
	header{
		position: sticky;
		top: 0;
		z-index: 5;
	}
	nav#menuHeader{
		height: 5rem;
		background-color: #fa5;
		display: flex;
		justify-content: center;
		z-index: 500;
	}
	nav#menuHeader ul{
		position: relative;
		float: left;
		margin: 0.5rem 1rem;
		padding: 0;/**/
		width: 15rem;
		height: 4rem;
		list-style-type: none;
		text-align: center;
		overflow: hidden;
		background-color: #aa5;
		border-radius: 1.5rem 0.5rem;
		box-shadow: 7px 5px 10px -1px #d83;
	}
	nav#menuHeader ul li{
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		width: 15rem;
		text-align: center;
		font-size: 1.5rem;
		line-height: 4rem;
	}
	nav#menuHeader ul li:hover, nav#menuHeader ul li.active{
		background-color: #883;
	}
	nav#menuHeader ul.dropdown:hover{
		height: 12rem;
		background-color: #aa5;
		z-index: 10;
		animation-name: uldropdown;
		animation-duration: 0.2s;
		animation-timing-function: linear;
		animation-fill-mode: both;
	}
	@keyframes uldropdown{
		0%	{
			height: 4rem;
		}
		100% {
			height: 12rem;
		}
	}
	nav#menuHeader ul.dropdown:hover li:hover{
		background-color: #883;
	}
	header form{
		position: absolute;
		top: 4.8rem;
		display: flex;
		margin: 0 0 0 1.25%;
		padding: 1rem;
		border-radius: 0.25rem;
		background-color: #999;
		justify-content: center;
		box-shadow: 8px 10px 10px -1px rgba(100, 100, 100, 0.5);
	}
	form lable{
		margin: 0 2rem;
		padding: 0 2rem;
		width: 20rem;
	}
	main{
		margin: 0 15%;
		padding: 4rem 0 1rem 0;
	}
	main section{
		border-style: solid;
		border-radius: 1.5rem 0.5rem;
		border-color: #f70;
		background-color: #fea;
		padding: 0rem 2rem;
		box-shadow: 8px 10px 10px -1px rgba(100, 100, 100, 0.5);
	}
	
	
	
	footer{
		position: sticky;
		z-index: 5;
		bottom: 0rem;
		height: 3rem;
		padding: 0 3rem;
		background-color: #fa5;
	}
	footer div{
		float: left;
		margin-left: 15%;
		text-align: left;
	}
	footer nav{
		float: right;
		margin-right: 15%;
		text-align: right;
	}
	footer nav ul li{
		list-style-type: none;
	}
}

/*******-------.......   Media Query < 1150px   .......-------*******/
@media(max-width : 1150px ){
	#homeText{
		display: none;
	}
	html body nav ul#home{
		width: 4rem;
	}
	#homeIcon1{
		position: absolute;
		margin: 1.6rem 1rem;
		width: 2rem;
		height: 1.5rem;
		background-color: #333;
	}
	#homeIcon1::after{
		position: absolute;
		top: -2.5rem;
		left: -0.2rem;
		width: 0rem;
		height: 1.5rem;
		border-right: 1.2rem solid transparent;
		border-bottom: 1rem solid #333;
		border-left: 1.2rem solid transparent;
		content: '';
	}
	#homeIcon2{
		position: absolute;
		top: 0.7rem;
		left: 0.4rem;
		width: 0.4rem;
		height: 0.8rem;
		background-color: #aa5;
	}
	#homeIcon2::after{
		position: absolute;
		top: -0.3rem;
		left: 0.8rem;
		width: 0.4rem;
		height: 0.4rem;
		background-color: #aa5;
		content: '';
	}
	li:hover #homeIcon2, li.active #homeIcon2{
		position: absolute;
		top: 0.7rem;
		left: 0.4rem;
		width: 0.4rem;
		height: 0.8rem;
		background-color: #883;
	}
	li:hover #homeIcon2::after, li.active #homeIcon2::after{
		position: absolute;
		top: -0.3rem;
		left: 0.8rem;
		width: 0.4rem;
		height: 0.4rem;
		background-color: #883;
		content: '';
	}
}
/*******-------.......   Media Query < 970px   .......-------*******/
@media(max-width : 970px ){
	header{
		position: sticky;
		top: 0;
		z-index: 500;
	}
	nav#menuHeader{
		height: 5rem;
		background-color: #fa5;
		display: flex;
		justify-content: center;
	}
	nav#menuHeader ul{
		display: none;
	}
	nav#menuHeader ul:hover{
		display: block;
	}
	nav#menuHeader ul li{
		float: left;
		list-style-type: none;
		display: block;
		width: 15rem;
		height: 1.5rem;
		margin: -0rem 1rem;
		background-color: #aa5;
		padding: 0.5rem 0;
		text-align: center;
		font-size: 1.25rem;
		box-shadow: 7px 5px 10px -1px #d83;
	}
	nav#menuHeader ul li:hover, nav#menuHeader ul li.active{
		background-color: #883;
	}
	header form{
		display: none;
	}
	#menuIcon{
		background-color: #fa5;
	}
	#menuIcon .mobileNav{
		list-style-type: none;
	}
	
	
	#menuIcon{
		height: 5rem;
		background-color: #fa5;
		/*display: flex;*/
		justify-content: center;
		z-index: 500;
	}
	#menuIcon ul{
		position: relative;
		float: left;
		margin: 0.5rem 1rem;
		padding: 0;/**/
		width: 15rem;
		height: 24rem;
		list-style-type: none;
		text-align: center;
		overflow: hidden;
		background-color: #aa5;
		border-radius: 1.5rem 0.5rem;
		box-shadow: 7px 5px 10px -1px #d83;
	}
	#menuIcon ul li{
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		width: 15rem;
		text-align: center;
		font-size: 1.5rem;
		line-height: 4rem;
	}
	#menuIcon ul li:hover, nav#menuIcon ul li.active{
		background-color: #883;
	}
	
	
	
	#menuIconA{
		width: 30rem;
		height: 0.5rem;
		margin: 0.5rem 0;
		border-radius: 0.25rem;
		background-color: #333;
		transform: rotate(45deg);
	}
	#menuIconB{
		width: 30rem;
		height: 0.5rem;
		margin: 0.5rem 0;
		border-radius: 0.25rem;
		background-color: #333;
		transform: rotate(-45deg);
	}
	
	
	
	
	
	
	.menuIcon{
		width: 3rem;
		height: 0.5rem;
		margin: 0.5rem 0;
		border-radius: 0.25rem;
		background-color: #333;
	}
	main{
		margin: -8rem 1%;
		padding: 5rem 0;
		z-index: 1;
	}
	main section{
		border-style: solid;
		border-radius: 1.5rem 0.5rem;
		border-color: #f70;
		background-color: #fea;
		padding: 0rem 2rem;
		box-shadow: 8px 10px 10px -1px rgba(100, 100, 100, 0.5);
		z-index: 1;
	}
	
	footer{
		position: sticky;
		z-index: 5;
		bottom: 0rem;
		margin: 2rem 0 0 0;
		height: 4rem;
		padding: 0 1rem;
		background-color: #fa5;
	}
	footer div{
		float: left;
		margin-left: 1%;
		text-align: left;
	}
	footer nav{
		float: right;
		margin-right: 1%;
		text-align: right;
	}
	footer nav ul li{
		list-style-type: none;
	}
}

/*******-------.......   Media Query < 480px   .......-------*******/
@media(max-width: 480px){
	
}
