body{
 width:100%;
    height: auto;
  margin: 0 0 0 0;
  cursor: default;

}
a {
text-decoration:none;
}
#header{
  z-index: 0;
  background-color: #FFFFFF;
  display: block;
  height:auto;
  margin-top:0;
}
.logo{
  
  width:48%;
box-sizing: border-box;
display: inline-block;
margin-left: 2.5%;

}
.logo img{
width:100%;
}
.texte_re{
  display: inline-block;
  width:40%;
  font-size: 90%;
font-weight: bold;
margin-left: 3%;  
}
.text_u{
  display: none;
  width:90%;
margin: 0 auto;
  text-align: center;
  color: #000000;
}
.text_u span{
  font-weight: bolder;
}
#mbutton{
z-index: 4;
display: inline-block;
    box-sizing: border-box;
  display: none;
    float: left;
    width: 10%;
margin-left: 3%;
 list-style: none;
margin-top: -5%;
   
  }
 #mbutton img{
    width: 50%;
  } 
#mbutton  li{
  display: block;
}
#mbutton ul{
  display:block;
  width: 2em;
}
#mbutton ul li{
  display: inline;
}
#mbutton ul li a.menue_button{
}
.menleiste{ 
  z-index:4;
  display: flex;
  flex-flow: row;
  position: relative;
  box-sizing: border-box;
  border-color: #8B0000;  
  text-align: center;
  border-top: solid 0.2em;
  width: 100%;

}
.menleiste li{
  display: inline;
}
.menleiste .nav{
  display: block;
  position:relative;
  width: 96%;
  margin: 0 ;
}

.menleiste ul li a{
font-size: 1.125em;
line-height: 2.2em;
padding: 0.563em 0.938em 0.375em 0.938em;
transition:background 0.2s;
-webkit-transition: background 0.2s;
}
.menleiste li a.active{
  color:#000000;
  background-color: #FF4500;
  font-weight: bolder;
}
.menleiste li a.active:hover{
 cursor: not-allowed;
}
.menleiste li a:hover{
cursor: pointer;
color: #ABABAB;
background-image: url("../button/rand.png");
}
/*----------------------------------------------------------------------haupt---------------------------------------*/
#main {  
box-sizing: border-box;
width:100%; 
height:auto;
display: block;
font-size:22px;
color:#000000;
background-color: #E8E8E8;
}
.ueberschrift{
text-align: center;
margin: 0 auto;
padding-top: 1.5%;
color: red;
font-weight: bolder;
}
.punkt{
	display: block;
width: 95%;
margin: 0 auto;

}
.punkt img{
width: 100%;
}
.punkt2{
	display: block;
width: 95%;
margin: 0 auto;

}
.punkt2 img{
width: 100%;
}
.punkt3 img{
width: 100%;
}
.pueber{
margin: 0 auto;
color:  red;
font-size: 120%;
}

.text1{
display: block;
width: 90%;
margin: 0 auto;
text-align: center;
font-size: 80%;
}
.text2{
display: block;
width: 90%;
margin: 0 auto;
text-align: center;
font-size: 80%;
}
.text3{
display: block;
width: 90%;
margin: 0 auto;
text-align: center;
font-size: 80%;
}
.abschnitt2{
	font-size: 120%;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
  padding-bottom: 3%;
color: #EE0000;
	animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 2.7s; 
    animation-iteration-count: infinite;   
}

@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }    
}


#footer{
	display: inline-block;
	width: 100%;
	height: auto;
	
font-size: 120%;
      text-align: center; 
   	 border-color: #8B0000;	
	border-top: solid 0.2em;
}
#footer li{
  display: inline;
}
#footer ul li a{
padding: 0.563em 0.938em 0.375em 0.938em;
  font-size: 100%;
  text-decoration: none;
}
#footer a:hover{
cursor: pointer;
background-image: url("../button/rand.png");
}
#footer .active{
font-style: 
 font-weight: bolder;
text-decoration: underline;
cursor: not-allowed;
}
#footer li a.active:hover{
 cursor: not-allowed;
}

/*---------------menue klein-----------------------*/
  @media screen  and (max-width:767px){
.texte_re{
  display: none;
   }


.logo{
  width:53%;
  margin-left: 23%;
}
.logo img{
  width:100%;
} 
.ordnung{
margin: 0 auto;
display: block;
width: 100%;
}
.text_u{
  z-index: 6;
  display:block;
  font-size: 80%;
margin: 0 auto;
}
#mbutton{
  display:block;
  position: relative;
  width: 10%;
}

#mbutton ul li a.menue_button{
    display: block;

  }
 .menleiste{
    border-style: none;

 margin-top: 4%;
     width: 38%;
 color:#000000;
 background-color:#FFFAFA;

  }
 
.menleiste .nav { 
  color:#000000;
 display: none;
 width:auto;
 height: 0;  
 text-align: left;
margin-left: 0%;
background-color:#FFFAFA;
  }
.menleiste nav ul{
    background-color:#FFFAFA;
    border:solid 0.015em;
     color:#000000;
padding-left: 0%;
  }
 .menleiste nav ul li {
padding-top: 0.2em;
    display: block;
background-color:#FFFAFA;
text-align: left;
  }
.menleiste ul li a{
  color:#000000;
  background-color:#FFFAFA;

}
  .menleiste li a.active{
  color:#000000;
text-decoration: underline;
background-color:#FFFAFA;
}

#footer{
  font-size: 85%;

}
#footer ul{
  margin-left: 0%;
  padding-right: 12%;
}
}

  @media screen  and (min-width:767px){
.ueberschrift{
font-size: 140%;
}
.punkt{
padding-top: 1.5%;
display: flex;
flex-flow: row;
}
.text1{
width: 50%;

  }
.p1{
width: 40%;

  }
.punkt2{
display: flex;
flex-flow: row;
margin-top: 3%;
  }
  .text2{
    order: 2;
    width: 50%;
  }
  .text2 .text{
  margin-top: -2%;
}
 .p2{
order: 1;
width: 45%;
}
.punkt3{
  display: flex;
  flex-flow: row;
  margin-top: 3%;
  }
  .text3{ 
width: 45%;
 }
 .p3{
width:35%;
padding-right: 3%;
}
.abschnitt2{
padding-bottom: 3%;
}
.text{
font-size: 115%;
}
.pueber{
font-size: 120%;
}
}
  @media screen  and (min-width:950px){
    .text{
font-size: 130%;
}
.pueber{
font-size: 135%;
}
}

  @media screen  and (min-width:1280px){
.ueberschrift{
font-size: 230%;
}
.text{
font-size: 160%;
}
.pueber{
font-size: 170%;
}
.abschnitt2{
font-size: 160%;
}
}