textarea,
input,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
body {
  font-weight:300;
  background:#fff;
  font-family: 'Open Sans', arial, verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}
h1 {
  color:#aa0202;
  font-size:28px;
  font-weight:300;
}
h2 {
  font-size:20px;
  font-weight:400;
}
h3 {
  font-size:16px;
  font-weight:400;
}
a {
  color:#00739f;
  text-decoration:none;  
}
a:hover {
  text-decoration:none;
  color:#aa0202;
}
li {
  list-style-type:none;
}
hr {
  border-top:#a4a4a4 1px solid;
  border-bottom:#fff 1px solid;
  background:none;
  width:100%;
  margin:20px 0;
}
#top {
  width:100%;
  position:fixed;
  top:0;
  left:0;
  height:1em;
  display:block;
  z-index:100;
  background:#fff;
}
#right{
  height:100%;
  position:fixed;
  top:0;
  right:0;
  width:1em;
  display:block;
  z-index:100;
  background:#fff;
}
#bottom {
  width:100%;
  position:fixed;
  bottom:0;
  left:0;
  height:1em;
  display:block;
  z-index:100;
  background:#fff;
}
#left {
  height:100%;
  position:fixed;
  top:0;
  left:0;
  width:1em;
  display:block;
  z-index:100;
  background:#fff;
}
#background {
  background:url('images/background_impression.jpg') no-repeat;
  background-size:cover;
  min-height:100%;
  min-width:100%;
  position:fixed;
  overflow:hidden;
}
#background-slider {
  position:relative;
}
#background-slider img{
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: fixed;
}
#background-slider img.active{
  z-index:3
}
#cont_box {
  background:url('images/cont_bg.png');
  background-attachment:fixed;
  padding: 5% 0 5% 50px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  z-index: 99;
}
#content {
  color:#515556;
  clear:both;
  height: auto;
  width:90%;
  margin:0;
  overflow: auto;
  padding: 2% 0 8% 0;
}
#logo_rwd {
  display: none;
}
#logo {
  background: none;
  padding: 3em 0 10px 0;
  width: 90%;
  z-index: 100;
  box-sizing:border-box;
}
#logo img {
  width: 100%;
  max-width:600px;
}
#content .box {
  clear: both;
  display: inline-block;
  margin: 10px 0;
  width:90%;
}
#content .box span {
  float:left;
  display:block;
  width:80px;
}
#content ul {
  clear:both;
  margin:0;
  padding:0;
}
#content .message {
  margin:0.5em 1em 1em 0;
  font-size:170%;
  line-height:110%;
}
#content .impressum .regelungen li {
  border-bottom:1px solid #fff;
  padding:5px 0;
}
#content .imprint li {
  float: left;
  font-size: 12px;
  list-style-type: none;
  margin: 0 20px 0 0;
}


/* RESPONSIVE -----------------------------------------------------------------------------*/

@media only screen and (max-width: 1500px) {
	#cont_box {
	  background: url('images/cont_bg.png') rgba(255,255,255,0.8);
	}
}

@media only screen and (max-width: 1000px) {
#top, #right, #left, #bottom{
  display:none;
}
#background {
  background-position:bottom left;
  height: 400px;
  margin: 0 0 0.5em 0;
  min-height: 0;
  min-width: 0;
  overflow: inherit;
  position: relative;
  width: 100%;
  z-index: 100;
}
#cont_box {
  background:url('images/cont_bg.png');
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  position: inherit;
  width: 100%;
  z-index: 100;
}
#logo {
  width:auto;
  margin:0 5%;
}
#logo img {
  width:calc(100% - 5%);
  max-width:500px;
}
#content {
  margin: 0 5%;
  padding:2% 0;
  overflow: none;
}
#content .box{
  width:auto%;
}
#content .message {
  margin:0 1em 0 0;
  font-size:150%;
  line-height:120%;
}
}

@media only screen and (max-width: 480px) {
#background {
  height: 200px;;
}
#logo {
  width:95%;
}
}