h1 {
padding-top:0px; padding-left:0px; padding-right:0px;
font-size:18px;
line-height:25px;
font-family:Verdana,Helvetica,Arial,sans-serif;
color:#b04326;
text-align: left;
}


h2 {
padding:0px; padding-left:0px; padding-right:0px;
font-size:17px;
line-height:20px;
font-family:Verdana,Helvetica,Arial,sans-serif;
color:#aaa;
text-align: left;
} 

h3 {
font-size : 17px;
line-height:22px;
font-family : Verdana, Helvetica, Arial, sans-serif;
color:#aaa;
font-weight: normal;
}

body {
background-color : #fff;
padding:0px
margin:0px;
font-size : 17px;
line-height:22px;
font-family : Verdana, Helvetica, Arial, sans-serif;
}


table {
font-size : 17px;
line-height:22px;
font-family : Verdana, Helvetica, Arial, sans-serif;
color : #444;
}

ul {
font-size : 17px;
line-height:22px;
font-family : Verdana, Helvetica, Arial, sans-serif;
color : #444;
padding-left: 20px;
}

.Box {
    //position: relative;
}
 
.Box input {
    position: absolute;
    left: -99999px;
}
 
.Box label {
    display: block;
    background: #fff;
    color: #222;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}
 
.Box label:hover {
    background: #fff;
}
 
.Box input:not(:checked) ~ div {
    opacity: 0;
    height: 0;
}
 
.Box input:checked ~ div {
    opacity: 1;
    padding: 0px;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
 
.Box input:not(:checked) ~ .close,
.Box input:checked ~ .open {
    display: none;
}


@media screen and (max-width: 999px) {

  div#Inhalt {
  position : absolute;
  top : 420px;
  left: 0px;
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom:150px;
  text-align: left;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  color:#444;
  background-color: #fff;
  z-index: 10;
  }

  div#Menue {
  position: fixed;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 150px;
  margin: 0px;
  padding: 0px;
  z-index: 999;
  width: 100%;
  left: 0px;
  background-color: #fff;
  border-bottom : #826c68 solid 1px;
  }

  a.Menue:link, a:visited, a:active {
  font-size : 30px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-decoration : none;
  font-weight : normal;
  color : #fff;
  padding: 10px 0 10px 0;
  margin: 0px;
  width: 100%;
  height: 51px;
  padding-left:10%;
  //border-bottom : #826c68 solid 1px;
  background-color: #fff;
  z-index: 999;  
  }
  
  a.Menue:hover {
  font-size : 30px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-decoration : none;
  font-weight : normal;
  color : #aaa;
  padding: 10px 0 10px 0;
  }

  div#Kacheln {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  }

  .Kachel_Detail {
  border-radius : 3px;
  border : #777 solid 1px;
  box-shadow : 2px 2px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
  }

  .Formular_Text {
  width: 100%;
  }

  .Formular_Detail {
  width: 100%;
  margin-top: 20px;
  }

  .Kacheln_Footer {
  width: 100%;
  margin-top: 20px;
  }

  div#Bild_Oben {
  position: fixed;
  top : 150px;
  width : 100%;
  left: 0px;
  z-index: 0;
  background-size: cover;
  }  

  .HB_Logo {
  margin: 0 0 0 0;
  }
  
  div#Logo {
  top: 150px;
  text-align: center;
  margin: 10px 0 10px 0;
  z-index: 999999999;
  }
}


@media screen and (min-width: 1000px) {

  div#Inhalt {
  position : absolute;
  top : 620px;
  left: 0px;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom:150px;
  text-align: justify;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  color:#444;
  background-color: #fff;
  z-index: 10;
  }
  
  div#Menue {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: left;
  margin: 0px;
  width: 100%;
  height: 40px;
  left: 0px;  
  padding: 60px 0 0 10%;
  border-bottom : #826c68 solid 1px;
  background-color: #fff;
  z-index: 999;
  }

  a.Menue:link, a:visited, a:active {
  font-size : 25px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-decoration : none;
  font-weight : normal;
  color : #fff;
  padding: 10px 0 10px 0;
  }
  
  a.Menue:hover {
  font-size : 25px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-decoration : none;
  font-weight : normal;
  color : #aaa;
  padding: 10px 0 10px 0;
  }

  div#Kacheln {
  display: flex;
  flex-direction: row;
  }

  .Kachel_Detail {
  border-radius : 3px;
  border : #777 solid 1px;
  box-shadow : 2px 2px 2px rgba(0, 0, 0, 0.3);
  width: 49%;
  }

  .Formular_Text {
  width: 70%;
  }

  .Formular_Detail {
  width: 28%;
  }

  .Kacheln_Footer {
  width: 33%;
  margin-top: 10px;
  font-size: 15px;
  }

  div#Bild_Oben {
  position: fixed;
  top : 105px;
  width : 100%;
  height : 600px;
  left: 0px;
  z-index: 0;
  background-size: cover;
  }

  .HB_Logo {
  margin: -30px 0 0 0;
  }

  div#Logo {
  position: fixed;
  top: 10px;
  right: 0px;
  margin: 0 11% 5px 0;
  z-index: 999999999;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
  div#Inhalt {
  position : absolute;
  top : 600px;
  left: 0px;
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom:150px;
  text-align: justify;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  color:#444;
  background-color: #fff;
  z-index: 10;
  }

  div#Logo {
  margin: 0 1% 0 0;
  }
  
  div#Menue {
  padding: 60px 0 0 1%;
  }
  
}

div#Decker {
position: fixed;
top: 0px;
width: 100%;
height: 50px;
background-color: #fff;
z-index: 11;
}


a.menue1:link { font-family:Verdana,Helvetica,Arial,sans-serif; font-size: 17px; color:#888; padding: 5px 10px 6px 10px;  }
a.menue1:visited { font-family:Verdana,Helvetica,Arial,sans-serif; font-size: 17px; color:#888; padding: padding: 5px 10px 6px 10px; }
a.menue1:hover { font-family:Verdana,Helvetica,Arial,sans-serif; font-size: 17px; color:#fff; background-color: #aaa; padding: 5px 10px 6px 10px;}
a.menue1:active { font-family:Verdana,Helvetica,Arial,sans-serif; font-size: 17px; color:#888; padding: 5px 10px 6px 10px; } 

/*
div#Menue {
position: fixed;
top : 0px;
width : 100%;
height : 100px;
left: 0px;
padding-left:10%;
border-bottom : #826c68 solid 1px;
background: rgba(250,250,250,1);
z-index: 100;
}
*/







.Formular {
background : #eee;
border : #bbb solid 1px;
border-radius : 2px;
box-shadow : 1px 2px 4px rgba(0, 0, 0, 0.2);
padding : 2px;
}

.Rahmen {
border-radius : 3px;
border : #777 solid 1px;
box-shadow : 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.Forumuebersicht {
padding : 5px;
border : #999 solid 1px;
border-radius : 7px;
background-color : #aaa;
box-shadow : 3px 3px 3px rgba(0, 0, 0, 0.3);
background: -moz-linear-gradient(top, #efe9df, #e8ddcd);
background: -webkit-linear-gradient(top, #efe9df, #e8ddcd);
background: -ms-linear-gradient(top, #efe9df, #e8ddcd);
background: -o-linear-gradient(top, #efe9df, #e8ddcd);
}

a:link { font-family:Verdana,Helvetica,Arial,sans-serif; text-decoration:none; font-weight:normal; font-size: 17px; color:#b04326; }
a:visited { font-family:Verdana,Helvetica,Arial,sans-serif; text-decoration:none; font-weight:normal; font-size: 17px; color:#b04326; }
a:hover { font-family:Verdana,Helvetica,Arial,sans-serif; text-decoration:none; font-weight:normal; font-size: 17px; color:#000; }
a:active { font-family:Verdana,Helvetica,Arial,sans-serif; text-decoration:none; font-weight:normal; font-size: 17px; color:#b04326; } 


.button, a.button {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	border: 2px solid #000000;
	color: #000000;
	background: transparent;
	font-weight: bold;
	cursor: hand;
	padding-left: 3px;
}

