@charset "utf-8";
/* 
INHALT
- Globale Medienunabhängige Formatierungen
	- 
- Media Query > 951px
	- 
- Media Query < 951px
	- 
- Media Query < 480px
	- 
*/
/*******-------.......   Globale Formatierungen   .......-------*******/
*, html{
	
}

body{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #333;
}

a{
	text-decoration: none;
}

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{
	
}

fieldset, div.textArea{
	width: 97%;
	border-color: #fea;
}
textarea{
	width: 100%;
	height: 7rem;
	resize: none;
}

/*******-------.......   Media Query > 1425px   .......-------*******/
@media(min-width : 1425px ){
	.searchResults article.artclLeft{
		float: left;
		margin: 0 1rem -2rem 0;
		max-width: 50%;
	}
}

/*******-------.......   Media Query < 1425px   .......-------*******/
@media(max-width : 1425px ){
	.searchResults article.artclLeft{
		float: left;
		margin: 0 1rem -2rem 0;
		max-width: 70%;
	}
}

/*******-------.......   Media Query > 951px   .......-------*******/
@media(min-width : 920px ){
	header{
		position: sticky;
		top: 0;
	}
	nav#menuHeader{
		height: 9rem;
		background-color: #fa5;
		display: flex;
		justify-content: center;
	}
	nav#menuHeader ul li{
		float: left;
		list-style-type: none;
		display: block;
		width: 15rem;
		height: 2.2rem;
		margin: 0 1rem;
		background-color: #aa5;
		padding: 1.25rem 0 0.9rem 0;
		border-radius: 1.5rem 0.5rem;
		text-align: center;
		font-size: 1.5rem;
		box-shadow: 7px 5px 10px -1px #d83;
	}
	nav#menuHeader ul li:hover, nav#menuHeader ul li.active{
		background-color: #883;
	}
	header form{
		position: absolute;
		top: 7.2rem;
		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: 5rem 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);
	}
	.searchResults
	{
		max-height: 12rem;
		overflow: hidden;
		color: #333;
	}
	.searchResults article{
		display: block;
		float: left;
		margin: 1rem 1rem 1rem 0;
	}
	.searchResults article.artclimg{
		width: 15%;
		max-height: 10rem;
		overflow: hidden
	}
	.searchResults article img{
		width: 100%;
	}
	.searchResults article.artclRight{
		float: right;
		margin: 1rem 1rem 0 1rem;
		min-width: 5rem;
		height: 10rem;
	}
	.searchResults article.artclRight p{
		margin-bottom: 2rem;
	}
	main fieldset div{
		display: inline-block;
		margin-bottom: 1rem;
		min-width: 150px;
		vertical-align: top;
	}
	main fieldset#articleTitle input{
		width: 100%;
	}
	main fieldset#kontakt input{
		margin-right: 1rem;
		width: 250px;
	}
	main div#formButton input{
		margin: 2rem 0 2rem 1rem;
		padding: 1rem;
		font-size: 1.1rem;
		font-weight: bold;
	}
	footer{
		position: sticky;
		bottom: 0;
		height: 9rem;
		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 < 951px   .......-------*******/
@media(max-width : 920px ){
	header{
		position: sticky;
		top: 0;
	}
	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{
		position: relative;
		top: -4.25rem;
		right: -85%;
		width: 3rem;
		height: 3rem;
		background-color: none;
	}
	.menuIcon{
		width: 3rem;
		height: 0.5rem;
		margin: 0.5rem 0;
		border-radius: 0.25rem;
		background-color: #000;
	}
	main{
		margin: -8rem 1%;
		padding: 5rem 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);
	}
	main fieldset div{
		display: inline-block;
		margin-bottom: 1rem;
		min-width: 150px;
		vertical-align: top;
	}
	footer{
		margin: 4rem 0;
		height: 7rem;
		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){
	
}
