*{ margin:0; outline:medium none; padding:0;box-sizing: border-box;}
html, body{ height:100%; width:100%;}
body{ font:14px Verdana,Tahoma,Geneva,Arial,sans-serif; background: #fff;line-height:22px;}
.container{
  max-width:1000px;
  position:relative;
  margin:auto;
  background: url('../images/bg-page.jpg') no-repeat 0 0 #fff;
  background-size: cover;
  box-shadow: 5px 5px 15px rgba(111, 111, 111, 0.2), -5px 5px 15px rgba(111, 111, 111, 0.2);
}
.content-wrap{padding-top: 22%;}
.content{
  background-color: #fff;
  width: 71%;
  margin-left: 15%;
  min-height: 600px;
  padding: 8% 4% 10% 9%;
}
.footer{
  max-width:1000px;
  max-height:30px;
  margin:0 auto;
  padding-top: 1%;
  padding-right: 1%;
  padding-bottom: 4%;
  text-decoration:none;
  font-size:80%;
  color:#666;
  text-align: right;
}
/*-----Styles---------------*/
a{color:#222;}
a:active, a:focus {outline:none;}
a img{border:0;}
p{
  color:#222;
  font-size: 100%;
  padding-bottom: 2%;
}
h1{
  font-size: 200%;
  font-weight:400;
  color:#222;
  padding-bottom: 1%;
  font-style: italic;
  line-height:32px;
  text-align: center;
}
h2{
  font-size: 100%;
  font-weight:400;
  color:#222;
  line-height:28px;
  padding-top: 0;
  text-align: center;
  font-style: italic;
}
h3{
  font-size: 100%;
  font-weight:600;
  color:#222;
  padding-top: 1%;
  line-height:24px;
}
h4{
  font-size: 90%;
  color:#222;
  line-height:22px;
}
.prio{
  font-size: 110%;
  font-weight:600;
  color:#b05841;
}
.pad0{
	padding-bottom: 0 !important;
}
.align-center {text-align:center;}
.brown{color:#b05841;text-align: center;font-size: 110%; font-weight: 600;padding-bottom: 0 !important;}
.space{ padding-top:3px;}
ul{ margin-left: 5%; margin-bottom: 3%;}
li{ color:#222; font-size: 100%;}
.recht h1{  padding-bottom: 5%;text-align: left;}
.recht p{font-size:90%;line-height:140%;}
.recht ul{ margin-left: 5%; margin-bottom: 1%;
}
.recht li{ color:#222;font-size:90%;line-height:140%;}
.recht h2{
  font-size: 120%;
  font-weight:600;
  color:#222;
  line-height:28px;
  padding-top: 5%;
  text-align: left;
  font-style:normal;
}