/*color: #036;"*/

header{
background: url("/pics/oben.gif") repeat-x scroll 0 0;
height: 98px;
}
#hpic {
  background: url("/pics/header.png") no-repeat;
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
}
header img {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
#wrapper{
padding: 20px;
max-width: 800px;
padding: 0; 
margin: 0 auto;
}
#content {
color: #003366;
font-family: arial;
background-color: #fff;
padding: 50px;
}
#menu  {
display:none;
}
figure {
    float: left;
	margin:0;
	padding: 0px 10px 10px 0;
}
.text {
    color: #003366;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.4em;
	margin: 0px;
}
p {
margin: 0;
padding: 0;
}
#footer {
    background: rgba(27, 105, 146, 1);
    padding: 8px;
	border-top: 1px solid #fff;
}
.kleinweiss {
    margin: 0 auto;
    max-width: 230px;
}
.textblock {
    font-size: 1em;
    line-height: 1.4em;
    padding: 0;
}
.tabtext_right {
	text-align: center;
}

.trenner {
    margin-bottom: 70px;
}
.blink {
color: darkorange;
      animation: blink 1s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }
	
.btn {
  font-size: 1em;
  color: #fff;
  background-color: darkorange;
  padding: 8px;
  border-right: 3px solid #999;
  border-bottom: 3px solid #999;
}
.hyphenate{
 /* -ms-word-break: break-all;
     -webkit-word-break: break-all;

    Non standard for webkit
     word-break: break-word;*/
text-align: justify;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
} 
/* start bis 767 */
@media(max-width:767px){
	#content {
	  padding: 30px;
	}

}/* ende bis 767 */
/* start bis 610 */
@media (max-width:610px){
#wrapper{
margin: 8px auto;
}

	#content {
	  padding: 16px;
	}
	figure {
    float: none;
		padding: 0px 0px 10px 0;
	}
			.text{
	  margin: 0 10px;
	}
	#hpic {
  background: url("/pics/header_kl.png") no-repeat;
  background-position: 0 1px;
  max-width: 333px;
  margin: 0 auto;
  height: 98%;
}
.trenner {
    margin-bottom: 20px;
}
}/* ende bis 610 */
/* start bis 400 */
@media (max-width:400px){
	#content {
	  padding: 8px;
	}
		#hpic {
  background: url("/pics/header_kl.png") no-repeat;
  background-position: 0 1px;
  background-size: 100%;
  width: 100%;
  margin: 0 auto;
}
}/* ende bis 400 */