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


h2 {
padding: 0px;
font-size:18px;
line-height:22px;
font-family:Verdana,Helvetica,Arial,sans-serif;
color:#aaa;
text-align: center;
} 

h3 {
padding: 0px;
font-size:18px;
line-height:22px;
font-family:Verdana,Helvetica,Arial,sans-serif;
color:#aaa;
text-align: left;
} 

h4 {
padding: 0px;
margin: 0px;
font-size:17px;
line-height:18px;
font-family:Verdana,Helvetica,Arial,sans-serif;
color:#aaa;
text-align: left;
font-weight: normal;
} 

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

div#Rahmen {
width:100%;
float: left;
}

.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#Header {
  float: both;
  top : 0px;
  left: 1%;
  right: 1%;
  width: 100%;
  height: 100px;
  z-index: 10;
  background: -moz-linear-gradient(top, #0b1832, #57637b);
  background: -webkit-linear-gradient(top, #0b1832, #57637b);
  background: -ms-linear-gradient(top, #0b1832, #57637b);
  background: -o-linear-gradient(top, #0b1832, #57637b);
  text-align: center;
  margin: 0px;
  padding: 0px;
  }

  div#Inhalt {
  float: both;
  margin-top : 10px;
  padding: 10px 2% 30px 2%;
  width: 96%;
  z-index: 10;
  }

  div#Info {
  float: both;
  margin-top: 10px;
  left: 1%;
  right: 1%;
  width: 100%;
  //border : #aaa solid 1px;
  z-index: 10;
  }

  div#Footer {
  position : relative;
  height: 15px;
  width: 100%;
  padding: 10px 0 20px 0;
  background: rgba(14,26,52,0.9);
  color: #fff;
  text-align: right;
  z-index: 10;
  }
  
  div#Menue {
  display: flex;
  flex-direction: column;
  background-color: #57637b;
  text-align: center;
  padding: 10px;
  margin: 0px;
  padding: 0 0 10px 0;
  border-top : #57637b solid 1px;
  }

  a.Menue_Link:link, a.Menue_Link:visited, a.Menue_Link:active {
  font-size : 30px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-decoration : none;
  font-weight : normal;
  color : #fff;
  line-height: 35px;
  }
  
  a.Menue_Link:hover {
  font-size : 30px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-decoration : none;
  font-weight : normal;
  color : #aaa;
  line-height: 35px;
  }
  
  .Logo_groesse {
  width:70%;
  max-width: 600px;
  height:auto;
  margin-top: 10px;
  }  

  .Bild_rechts {
  width: 100%; 
  margin: 10px 0 10px 0;
  border : #ddd solid 1px;
  }  

  .Bild_links {
  width: 100%; 
  margin: 10px 0 10px 0;
  border : #ddd solid 1px;
  }  

  .Text_klein {
  font-size: 17px;
  color: #aaa;
  }  


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

  .Kachel_Detail {
  border-radius : 3px;
  border : #777 solid 1px;
  box-shadow : 2px 2px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
  }
  
  body {
  background-color : #fff;
  padding:0px
  margin:0px;
  font-size : 17px;
  line-height:22px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-align: left;
  color:#444;
  }
  
  table {
  font-size : 17px;
  line-height:22px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  color : #444;
  text-align: left;
  }

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



@media screen and (min-width: 1000px) {
  body {
  background-color : #fff;
  padding:0px
  margin:0px;
  font-size : 17px;
  line-height:22px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-align: justify;
  color:#444;
  }
  
  
  table {
  font-size : 17px;
  line-height:22px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  color : #444;
  text-align: justify;
  }
  
  div#Header {
  position : relative;
  top : 0px;
  width: 100%;
  height: 160px;
  background: -moz-linear-gradient(top, #0b1832, #57637b);
  background: -webkit-linear-gradient(top, #0b1832, #57637b);
  background: -ms-linear-gradient(top, #0b1832, #57637b);
  background: -o-linear-gradient(top, #0b1832, #57637b);
  z-index: 10;
  text-align: center;
  margin: 0px;
  padding: 0px;
  }
  
  div#Inhalt {
  position : absolute;
  margin-top : 10px;
  margin-left: 10%;
  padding:0 0 50px 0;
  width: 60%;
  //border : #aaa solid 1px;
  z-index: 10;
  }

  div#Info {
  position : absolute;
  margin-top : 60px;
  margin-right: 10%;
  left: 73%;
  width: 17%;
  //border : #aaa solid 1px;
  z-index: 10;
  }

  div#Footer {
  position : fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 0 10px 0;
  background: rgba(14,26,52,0.9);
  color: #fff;
  text-align: right;
  z-index: 10;
  }
  
  div#Menue {
  display: flex;
  flex-direction: row;
  background-color: #57637b;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0px;
  padding: 0px;
  border-top : #57637b solid 1px;
  }

  a.Menue_Link:link, a.Menue_Link:visited, a.Menue_Link:active {
  font-size : 25px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-decoration : none;
  font-weight : normal;
  color : #fff;
  padding: 10px 30px 10px 30px;
  }
  
  a.Menue_Link:hover {
  font-size : 25px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-decoration : none;
  font-weight : normal;
  color : #aaa;
  padding: 10px 30px 10px 30px;
  }
  
  .Bild_rechts {
  width: 40%; 
  max-width: 600px; 
  margin: 0 0 0 20px;
  border : #ccc solid 1px;
  box-shadow : 2px 2px 2px rgba(0, 0, 0, 0.3);
  }  

  .Bild_links {
  width: 40%; 
  max-width: 600px; 
  margin: 0 20px 0 0;
  border : #ccc solid 1px;
  box-shadow : 2px 2px 2px rgba(0, 0, 0, 0.3);
  } 

  .Text_klein {
  font-size: 13px;
  color: #aaa;
  }  
    
  .Logo_groesse {
  width: 600px;
  margin-top: 10px;
  }  

  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%;
  }

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


@media screen and (min-width: 1000px) and (max-width: 1399px) {
  div#Inhalt {
  position : absolute;
  margin-top : 10px;
  margin-left: 1%;
  padding:0 0 50px 0;
  width: 69%;
  //border : #aaa solid 1px;
  z-index: 10;
  }

  div#Info {
  position : absolute;
  margin-top : 60px;
  margin-right: 1%;
  left: 73%;
  width: 26%;
  //border : #aaa solid 1px;
  z-index: 10;
  }
}



.Infobox {
border : #aaa solid 1px;
margin: 0px;
padding: 0px;
box-shadow : 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.Infobox_Titel {
background: -moz-linear-gradient(top, #0b1832, #57637b);
background: -webkit-linear-gradient(top, #0b1832, #57637b);
background: -ms-linear-gradient(top, #0b1832, #57637b);
background: -o-linear-gradient(top, #0b1832, #57637b);
padding: 10px;
color: #fff;
margin: 0px;
}

.Infobox_Inhalt {
padding: 10px;
margin: 0px;
}

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

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

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

  

.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;
}


/*
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  body {
  background-color : #fff;
  padding:0px
  margin:0px;
  font-size : 17px;
  line-height:22px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-align: justify;
  color:#444;
  }
  
  
  table {
  font-size : 17px;
  line-height:22px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  color : #444;
  text-align: justify;
  }
  
  div#Header {
  position : relative;
  top : 0px;
  width: 100%;
  height: 160px;
  background: -moz-linear-gradient(top, #0b1832, #57637b);
  background: -webkit-linear-gradient(top, #0b1832, #57637b);
  background: -ms-linear-gradient(top, #0b1832, #57637b);
  background: -o-linear-gradient(top, #0b1832, #57637b);
  z-index: 10;
  text-align: center;
  margin: 0px;
  padding: 0px;
  }
  
  div#Inhalt {
  position : absolute;
  margin-top : 10px;
  margin-left: 1%;
  padding:0 0 50px 0;
  width: 64%;
  //border : #aaa solid 1px;
  z-index: 10;
  }

  div#Info {
  position : absolute;
  margin-top : 60px;
  margin-right: 1%;
  left: 68%;
  width: 31%;
  //border : #aaa solid 1px;
  z-index: 10;
  }

  div#Footer {
  position : fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 0 10px 0;
  background: rgba(14,26,52,0.9);
  color: #fff;
  text-align: right;
  z-index: 10;
  }
  
  div#Menue {
  display: flex;
  flex-direction: row;
  background-color: #57637b;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0px;
  padding: 0px;
  border-top : #57637b solid 1px;
  }

  a.Menue_Link:link, a.Menue_Link:visited, a.Menue_Link:active {
  font-size : 25px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-decoration : none;
  font-weight : normal;
  color : #fff;
  padding: 10px 30px 10px 30px;
  }
  
  a.Menue_Link:hover {
  font-size : 25px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-decoration : none;
  font-weight : normal;
  color : #aaa;
  padding: 10px 30px 10px 30px;
  }
  
  .Logo_groesse {
  width: 600px;
  margin-top: 10px;
  }  

  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%;
  }

  a.Footer:link, a.Footer:visited, a.Footer:active {
  font-size : 15px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-decoration : none;
  font-weight : normal;
  color : #fff;
  }
  
  a.Footer:hover {
  font-size : 15px;
  font-family : Verdana, Helvetica, Arial, sans-serif;
  text-decoration : none;
  font-weight : normal;
  color : #aaa;
  }
}
*/