body, td, th {
	margin: 0;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #7A8A81;
	background-image: url(../images/hg.jpg);
	background-repeat: no-repeat;
	background-position: right 0%;
	background-size: 100% auto;
	text-align: justify;
}
img {
  max-width: 100%;
  height: auto;
}
.clear {
  clear: left;
}
header {
	padding-top: 80px;
	position: relative;
	padding-left: 110px;
	padding-bottom: 5px;
}
nav {
	color: #C6183E;
	font-size: 16px;
	margin-top: 45px;
	margin-left: -10px;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	display: inline-block;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	text-align: left;
}
#hg1 {
	background-color: rgba(199,25,62,0.34);
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 530px;
}
.hg2{
	background-color: #D2D7D4;
	height: 1px;
	width: 330px;
	margin-top: 20px;
	margin-bottom: 45px;
}
article {
	padding-top: 50px;
	padding-left: 110px;
	width: 42%;
	padding-bottom: 20%;
}
article ul li {
	padding: 0px;
	text-align: left;
	display: block;
}


h1 {
	color: #FFFFFF;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0px 0px 26px;
	font-size: 16px;
	background-color: #7A8A81;
	display: inline-block;
	padding: 13px;
}
h2 {
	color: #7A8A81;
	font-size: 16px;
	margin: 0px 0px 18px;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
}
h3 {
	color: #7A8A81;
	font-size: 16px;
	margin: 0px 0px 18px;
	font-style: italic;
	font-weight: normal;
}
.rot {
	color: #C6183E;
	font-style: italic;
	text-decoration: none;
}
.braun {
	color: #7A8A81;
	text-decoration: none;
}
.weiss {
	color: #FFFFFF;
	text-decoration: none;

}

a.mail, a.tel {
  color: #3E8E34;
  text-decoration: none;
}
footer {
	background-color: #C7193E;
	padding-left: 110px;
	padding-top: 39px;
	padding-bottom: 39px;
	position: relative;
}
#nav-bottom {
	position: absolute;
	width: 42%;
	top: 34px;
	left: 0%;
	padding-left: 110px;
	text-align: right;
}



@media (max-width:1100px){
#nav-bottom {
	position: relative;
	width: auto;
	padding-left: 0px;
	left: auto;
	top: auto;
	text-align: left;
	margin-left: -10px;
}

}

@media (max-width:870px){
	article {
	padding-top: 50px;
	padding-left: 10%;
	width: 80%;
	padding-bottom: 20%;
}
header, footer{
	padding-left: 10%;
}
#hg1 {
	width: 90%;
}
#hg2 {
	width: 70%;
}

}

@media (max-width:450px){
nav {
	font-size: 15px;
}
ul li {
	padding-right: 3px;
	padding-left: 3px;
}
#hg1 {
	width: 100%;
}



}
