/* Beginn des Loginbuttons für den internen Bereich*/


body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464e54;
}

@media (min-width: 825px) {
.login{
    text-decoration: none;
    color: rgba(255, 255, 255, 0);
    transition: all 0.2s ease-in;
    position: absolute;
}

.login:hover{
    color: #adadad;
    transition: all 0.2s ease-in;
}

/*Beginn des headers*/
.header{
    width: 800px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
     
.header2{
      display: none;
}

.background-bild{
    width: 800px;
    height: 170px;
    margin: 0;
}

.logo-schrift{
    position: absolute;
    z-index: 10;
    top: 46px;
    padding-left: 30px;
}

/*beginn der navigationsleiste*/
.nav{
    position: absolute;
    height: auto;
    width: 800px;
    z-index: 10;
    top:160px;
    margin-left: auto;
    margin-right: auto;

}

.nav-ul{
    margin-top: 0;
    /*width: 800px;
    padding-right: auto;*/
    left: 0px;
    right: 0px;
    margin 0px;
    padding 0px;
}

.nav a{
    text-decoration: none;
    font: bold 10pt Verdana;
    color: #3e3737;
    
}

.nav .aktuell{
    display:inline-block;
    font: bold 10pt Verdana;
    color: #3e3737;
    margin-left: 3px;
    margin-right: 3px;
    background-color: rgb(242, 151, 0);
    padding: 3px;
    border-radius: 4px;
} 

.nav .aktuell:hover{
    display:inline-block;
    font: bold 10pt Verdana;
    color: #3e3737;
    margin-left: 3px;
    margin-right: 3px;
    background-color: rgb(242, 151, 0);
    padding: 3px;
    border-radius: 4px;
    cursor: pointer;
} 


.nav .bereit{
    display:inline-block;
    font: bold 10pt Verdana;
    color: #3e3737;
    margin-left: 3px;
    margin-right: 3px;
    background-color: rgba(242, 151, 0, 0.38);
    padding: 3px;
    border-radius: 4px;
    
} 

.nav .bereit:hover{
    display:inline-block;
    font: bold 10pt Verdana;
    color: #3e3737;
    margin-left: 3px;
    margin-right: 3px;
    background-color: rgb(242, 151, 0);
    padding: 3px;
    border-radius: 4px;
    cursor: pointer;
} 

/*Beginn des Inhalts*/

.page{
    margin-top: 50px;
/*    width:57.5%;*/
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 200px;
    min-height: 400px;
}
/*überschrift*/
.content .ueberschrift{
    font-family: "Quattrocento" !important;
    font-size: 23px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    color: rgb(242, 151, 0);

}

    /*Start des Unterinhalts*/

/*auflistung*/


.content .auflistung{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464e54;
    margin-bottom: 40px;
}
.content .auflistung li{
    margin-top: 10px;
}

/*Beginn des eigentlichen textes*/

.content .text-inhalt{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464e54;
    text-decoration: none;
    line-height: 150%;
}

.text-inhalt .mail{
    color:rgb(242, 151, 0);
    
}

.profilfoto{
    float:right;
    margin-left: 50px;
	margin-top: 5px;
}

.link{
    color:rgb(242, 151, 0);
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.spruch{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464e54;
}

strong{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#414141;
}

/*beginn des Footers*/
.footer {
    margin-top: 30px;
    text-align: center;
/*    width: 800px;*/
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    padding-top: 18px;
    

}

.footer a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;   
}

.mail{
    text-decoration: underline;
    color:rgb(242, 151, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    
    
}

.footer-text{
    text-decoration: none;
    color: #5a5a5a;
}
    
}

/*=============================New Media===================*/




@media screen and (max-width: 825px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 825px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}

@media screen and (max-width: 825px) {
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #464e54;
}
    
    
.topnav {
  overflow: hidden;
  background-image: url("../img/Bild3.jpg");
    background-repeat: no-repeat;
    background-size: 150%;
}

.topnav a {
  float: left;
  display: block;
  color: rgb(242, 151, 0);
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
  font-size: 17px;
    background-color: #f8f8f8;
}

.topnav a:hover {
  background-color: #dddddd;
    color: rgb(255, 183, 65);
}

.topnav .icon {
    background-color: rgba(232, 232, 232, 0.59);
    padding: 14px 16px;
}
    
.topnav .icon:hover {
  background-color: rgba(232, 232, 232, 0.84);
}
    
.topnav-first{
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 14px 16px !important;
}
    
    
.header{
     display: none;   
}
     
.header2{
      display: block;
}

.login{
    display: none;
}
    
    
/*Beginn des Inhalts*/

.page{
    margin-top: 30px;
/*    width:57.5%;*/
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 200px;
    min-height: 400px;
}
/*überschrift*/
.content .ueberschrift{
    font-family: "Quattrocento" !important;
    font-size: 27px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    color: rgb(242, 151, 0);

}

    /*Start des Unterinhalts*/

/*auflistung*/


.content .auflistung{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #464e54;
    margin-bottom: 40px;
    margin-left: -25px;
    line-height: 130%
}
.content .auflistung li{
    margin-top: 10px;
}

/*Beginn des eigentlichen textes*/

.content .text-inhalt{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #464e54;
    text-decoration: none;
}

.text-inhalt .mail{
    color:rgb(242, 151, 0);
    
}

.profilfoto{
    float:right;
    margin-left: 50px;
	margin-top: 5px;
}

.link{
    color:rgb(242, 151, 0);
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.spruch{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464e54;
}

strong{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:#414141;
}

/*beginn des Footers*/
.footer {
    margin-top: 30px;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    padding-top: 18px;
    margin-bottom: 80px;
    

}

.footer a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;   
}

.mail{
    text-decoration: underline;
    color:rgb(242, 151, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    
    
}

.footer-text{
    text-decoration: none;
    color: #5a5a5a;
}
    
}

@media (max-width: 500px) {
    
.profilfoto{
    display: block !important;
    float: none;
    height: 150px;
	margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    
    
}
    
}


