/*Copyright 2019 RNH Verkaufsförderung*/

body
{
	font-family: verdana, sans-serif;
	font-size: 14pt;
	width: 100%;
}

/*Container*/

.white_container
{
	margin: 0;
	padding: 0;
}
.header_container
{
	margin: 0;
	padding: 0;
	height: 30%;
	min-Height: 300px;
	background: url(header_bild_wiecken.jpg) no-repeat;
	background-size: cover;
}
.nav_container
{
	margin: 0;
	padding: 0;
	position: sticky;
	top: 0;
	left: 0;
	background: white;
}
.pic_container
{
	margin: 2% 0 0 0;
	padding: 0;
	height: 15%;
	background: url(footer_bild_wiecken.jpg) no-repeat;
	background-size: cover;
}
.footer_container
{
	margin: 0;
	padding: 0;
	background: rgb(102,153,051);
}

/*Navigation*/

.nav
{
	margin: 0 auto;
	padding: 0;
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}
.nav img
{
	margin: 1% 1% 1% 0;
	width: 20%;
	min-width: 200px;
}
.nav a
{
	margin: auto 2% ;
	padding: 0 50px 0;
	text-decoration: none;
	color: rgb(102,153,051);
	font-size: 2em;
	height: 50px;
}
.nav a:hover
{
	color: black;
}
#unternehmen_button
{
	background: url(blatt_icon.svg) no-repeat;
	background-position: 0 50%;
}
#kontakt_button
{
	background: url(mail_icon_green.svg) no-repeat;
	background-position: 0 50%;
}
#kontakt_button:hover
{
	background: url(mail_icon_black.svg) no-repeat;
	background-position: 0 50%;
} 

/*Header*/

.header
{
	margin: 0 auto;
	padding: 5% 0;
	width: 70%;
}
.header h1
{
	margin: 0;
	padding: 2% 7% 2% 5%;
	color: white;
	width: 40%;
	min-width: 220px;
	max-height: 222px;
	background: rgb(000,112,050,75%);
}

/*Content*/

.content_box
{
	margin: 0 auto;
	padding: 0;
	width: 60%;
}

.content_box h2
{
	margin: 2% 2% 2% 0;
	padding: 0;
	font-size: 2em;
	color: rgb(000,112,050);
}

.list_container
{
	display: flex;
	flex-wrap: wrap;
}
.liste
{
	margin: 0 3% 0 0;
	padding: 0;
	list-style-image: url(list_icon.svg);
}
.liste li
{
	padding: 0 5px 0 0;
	min-width: 200px;
	line-height: 28px;
}


/*Footer*/

.footer
{
	margin: 0 auto;
	padding: 2% 0 0;
	color: white;
	font-weight: bold;
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}

.footer img
{
	margin: auto 0 0 0;
	width: 55%;
}

.footer_text_block
{
	margin: 0 0 0 2%;
	padding: 0;
}
.footer h3
{
	font-size: 2em;
}
.footer p
{
	margin: 0;
	padding: 1% 40px;
	line-height: 39px;
}
#footer_tel
{
	background: url(tel_icon_white.svg) no-repeat;
}
.footer a
{
	padding: 1% 40px;
	line-height: 39px;
	color: white;
	text-decoration: none;
	background: url(mail_icon_white.svg) no-repeat;
}
.footer a:hover
{
	color: black;
	text-decoration: underline;
	background: url(mail_icon_black.svg) no-repeat;
}