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;
background-color: #E8E8E8;
width:100%; 
height:auto;
min-height: 100%;
display: block;
font-size:20px;
padding-top: 0%;
color:#000000;
}

.ueberschrift{
  display: block;
  position:static;
  padding-top:1.5%;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  font-size:175%;
  font-weight:bolder;
  background-color: #E8E8E8;
}
#rechts{
  display:inline-block;
  box-sizing: border-box;
  position: static;
  width: 48%;
  font-size: 110%;
   margin-left: 14%;
   padding-right: 18%;
}
#links{
  display: block;
  box-sizing: border-box;
  float: left;
  margin: 0;
  width: 38%;
  padding-left:18%;
  font-size: 110%;
}
.gestaltung{
  display: inline-block;
  position: static;
  width: 40%;
  margin-left: 14%;
}
.adr2{
  display: none;  
}
.abschnitt {
  font-size: 120%;
 font-style: bold;
}

.urecht{
  display:block;
  position: static;
  width: 85%;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 1%;
  padding-bottom: 5%;

}
.texte{
  font-size: 90%;
}
/*----------------------------------------------------------------------------footer---------------------------------------*/
#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;
}
/*--------------------------------------------------------------------------------------------  769-1024-------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------1024---------------------------------------------------------------------------------*/
@media screen and (min-width:769px) and (max-width:1024px){

#links{
padding-left:9%;
width:48%;
}
#rechts{
  padding-right: 9%;
  margin-left: 0%;
  }
.gestaltung{
  display: block;
margin-top: 0;
text-align: center;
margin-left: 27%;
}
.adr1{
  display: none;
}
.adr2{
  display: inline;
text-align: center; 
}
.urecht{
  padding-top: 1%;  
idth: 44%;
}
}
/*--------------------------------------------------------------------------------------------  426-768-------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------768---------------------------------------------------------------------------------*/
@media screen and (min-width:426px) and (max-width:768px){
.texte_re{
  font-size: 90%;
}
.logo{
  width:53%;
  margin-left: 2%
}
.logo img{
  width:75%;
}
.ueberschrift{
margin-left: 0%;
  width: 100%;
  font-size: 155%;
}
#links{
  font-size: 100%;
width:80%;
padding-left: 12%;
 text-align: center;
 padding-bottom: 5%;
}
#rechts{
  font-size: 100%;
  width: 100%;
}
.gestaltung{
  width: 80%;
  margin-left: 10%;
  text-align: center;
}
.adr1{
  display:none;
}
.adr2{
  display: inline;
  text-align: center;
}
}
/*--------------------------------------------------------------------------------------------  376-425-------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------425---------------------------------------------------------------------------------*/
@media screen and (min-width:376px) and (max-width:425px){
  
 
.texte_re{
  font-size: 55%;
    display: none;
}

.logo{
  width:53%;
  margin-left: 23%;
}
.logo img{
  width:100%;
} 
.ordnung{
  margin-top: 1%;
}
.text_u{
  z-index: 6;
  display:inline-block;
  font-size: 100%;
  margin-left:0%;
}
#mbutton{
  display: inline-block;
  width: 10%;
  padding-top: 15%;  
  margin-top:2.5%; 
}

#mbutton ul li a.menue_button{
    display: block;

  }
 .menleiste{
    border-style: none;
 margin-top: 1%;
     width: 30%;
 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;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxMain< xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.ueberschrift{
  font-size: 125%;
}
#links{
clear:both;
width: 70%;
padding-left: 15%;
font-size:80%;
}
#rechts{
  font-size: 80%;
  clear:both;
  width: 70%;
  padding-right: 0%;
}
.gestaltung{
  font-size: 80%;
  width: 70%;
}
.urecht{
  width: 70%;
  padding-right: 0;
  padding-left: 15%;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxFooterxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#footer{
  font-size: 85%;
}
#footer ul{
  margin-left: 0%;
  padding-right: 18%;
}
}
/*--------------------------------------------------------------------------------------------  320-375-------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------375---------------------------------------------------------------------------------*/
@media screen and (min-width:320px) and (max-width:375px){
  
 
.texte_re{
  font-size: 55%;
    display: none;
}

.logo{
  width:53%;
  margin-left: 23%;
}
.logo img{
  width:100%;
} 
.ordnung{
  margin-top: 0%;
}
.text_u{
  z-index: 6;
  display:inline-block;
  font-size: 80%;
  margin-left:0%;
}
#mbutton{
  display: inline-block;
  width: 10%;
  padding-top: 15%;  
  margin-top:4%; 
}

#mbutton ul li a.menue_button{
    display: block;

  }
 .menleiste{
    border-style: none;
 margin-top: 4%;
     width: 30%;
 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;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxMain< xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.ueberschrift{
  font-size: 125%;
}
.abschnitt{
  font-weight: bold;
}
#links{
clear:both;
width: 70%;
padding-left: 15%;
font-size:80%;
}
#rechts{
  font-size: 80%;
  clear:both;
  width: 70%;
  padding-right: 0%;
}
.gestaltung{
  font-size: 80%;
  width: 70%;
}
.urecht{
  width: 70%;
  padding-right: 0;
  padding-left: 15%;
}







/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxFooterxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#footer{
  font-size: 85%;
}
#footer ul{
  margin-left: 0%;
  padding-right: 18%;
}
}