body {
  margin:0;
  padding:0;
  width:100%;
    height:100%;
  font-family: Arial;
  background:#1B8C42;
    font-size:medium;
}

header {
    position:absolute;
    top:0;
    left:0;
    padding: 0 5%;
    background: #1B8C42;
    width: 100%;

    box-sizing: border-box;
    display:flex;
    flex-direction: column;

}
Beginn {
    padding: 0 5%;
    background: #1B8C42;
    width: 100%;
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
}

.logo {
    height:160px;
    background: white;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
    
.logo img {
     width:300px;
}
.menu{
    z-index:1;
    background: #e57716;
}
.sticky{
    width:90%;
    position:fixed;
 }
 
.sticky{
         position:block; 
}
.nav {
    border-top: 5px solid #1B8C42;
    border-bottom: 5px solid #1B8C42;
    background: none;
    font-size: medium;
}
.navPassiert{
    color:white;
    font-size: 12px;
    font-style: italic;
    line-height: 2.5;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    display:none;
}
.nav ul {
  margin:  0;
  padding: 0;
  display:flex;
  justify-content: center;

}    
    
.nav ul li {

    list-style: none;
    position:relative;
}

.nav ul li.submenu:before {
    content:'\f0dd';
    font-family: fontAwesome;
    font-size:large;
    position:absolute;
    color:white;
    right:5px;
    top:4px;
}
    
.nav ul li.active.submenu:before {
    content:'\f0de';
    font-family: fontAwesome;
    font-size:large;
    position:absolute;
    color:white;
    right:5px;
}
    
.nav ul li ul {
    position:absolute;
    left:0;
    background:#e57716;
    line-height: 40px;
    display:none;
}       

.nav ul li.active ul,
.nav ul li.hover ul{
    display:block;
}   
.nav ul li ul li {
    display: block;
    width: 250px;
}       

.nav ul li a {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    display: block;
}
    
.nav ul li a:hover, 
.nav ul li a.active{
    color: white;
    background: #1B8C42;
    cursor: pointer;
}

.menu-toggle{
    background: #e57716;
    color: white;
    float: center;
    cursor: pointer;
    display: none;
}

.inhalt{
    margin-top:200px;
    background: white;
    display:flex;
    flex-direction: row;
    width:100%;
    text-align: center;
    }
.inhalt0 {
    margin-top:4%;
    width: 100%;
}
.inhalt0a {
    margin-bottom:2%;
    margin-top:2%;
    width: 100%;
}

.inhalt0a img{
    width: 100%;
    height: auto;
}

.inhalt1 {
    width:130%;
    margin-top:6%;
}
.inhalt2 {
   width:70%;
    margin-top: 10%;
    
}
.inhalt2 img {
   margin-top: 2%;
}

.ueberschrift {
    margin-left:10%;
    margin-right:10%;
    font-size: large;
    font-weight: bold;
    text-align: left;
}
.ueberschrift2 {
    margin-left:10%;
    margin-right:10%;
    font-size: medium;
    font-weight: bold;
    text-align: left;
}
.text {
    margin-left:10%;
    margin-right:10%;
    font-size: medium;
    text-align:justify;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.liste {
    font-size: medium;
    margin-left:8%;
    margin-right:10%;
text-align:justify;
}
.liste li{
    margin-top:2%;
    margin-bottom:2%;
    line-height: 1.2em;
}
.liste a{
    margin-top:20%;
    margin-bottom:2%;

}
.bildbeschriftung_oben {
    font-size: small;
}.bildbeschriftung {
    font-size: small;
}
.bild {
    margin-top: 0px;
    border: 1px #000000 solid;
}

#jssor_1{
    position:relative;
    margin:0 auto;
    top:0px;
    left:0px;
    width:450px;
    height:326px;
    overflow:hidden;
    visibility:hidden; 
}

.jssor_1a{
    cursor:default;
    position:relative;
    top:0px;
    left:0px;
    width:450px;
    height:326px;
    overflow:hidden;
}

.ueberschrift_slider {
        top:0%;
        width:100%;
        background: #1B8C42;
        position: relative;
		color: white;
		font-size: large;
		text-align: center;
}

.bildertext_slider {
        margin-right: 5px;	
        top: 10%;
        right: 0%;
        text-align: left;
        position: absolute;
		color: white;
	    font-size: medium;
        line-height: 250%;
		text-align: right;
        text-shadow: 0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42,0 0 0.3em #1B8C42;	
}
.footer{
    background: #e57716;
    color:white;
    font-size: medium;
    line-height:auto;
    border-top: 5px solid #1B8C42;
    }
.footer1{
    margin-left:5%;
    margin-right:5%;
    display: flex;
    flex-direction: row;
    color:white;
    justify-content:space-between;
}
.footer1a{    
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    width:60%;
    }
.footer1b{
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:flex-start;
}
.footer1b a { 
    margin-top:30px
    }
.footer1b a i{ 
    font-size: 40px;
    color: #1B8C42;
 }
.footer2{
    margin-left:5%;
    margin-right:5%;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    color:white;
    justify-content:left;
    text-align: right;
}




@media screen and (max-width: 1100px) {
    
    
header {
    top:0px;
    padding: 0px 0px;
}
    
beginn{
    padding: 0px 0px;
    }

.logo{
        ;
    }    
.logo img {
    width: 250px;
    margin: 1em auto; 
}
.menu{
    background: none;
    width:100%
}
.menu_tel{
        display:none;
    }
.menu-toggle{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    text-align: right;
    padding-right: 15px;
    border-top: 5px solid #1B8C42;
    border-bottom: 5px solid #1B8C42;
    font-size: xx-large;
    height:35px
}   
.sticky{
      position:fixed;
 }
 
.sticky{
         position:block; 
}
.nav {
    border-top: 0;
    border-bottom: 0;
    position: relative;
    width: 100%;
    left: -100%;
    transition: 0.5s;
    display:none;
    
}
.navPassiert{
    display:flex;
    font-size: x-large;
    line-height: 1.5;
}

.nav.active {
    left: 0;
    display:block;
}        
    
.nav ul {
    display: block;
    text-align: center;
    
} 

.nav ul li.submenu:before {
    font-size:x-large;   
    right: 20px;
    top:8px;
}

    
.nav ul li.active.submenu:before {
    font-size:x-large;
    right: 20px;
    top:8px;
}       
.nav ul li a {
    font-size:x-large;
    border-top: 2px solid white;
    height:40px;
    line-height: 40px;
    background: #e57716;
}   

.nav ul li.active ul {
    position: relative;
    background: #e57716;
}   
      
.nav ul li ul li{
    width:100%;
}     
    
.nav ul  ul li a{
    text-align: center;
    margin-right:40px;
    margin-left:40px;
    background:#ec8d3a;
}     

.nav ul li a:hover, 
.nav ul li a.active{
  color: white;
  background: #e57716;
}

.inhalt{
    margin-top:185px;
    width:100%;
    flex-direction: column;
    }
.inhalt0a{
    margin-bottom:10px;
    margin-top:10px;
    }
.inhalt1 {
    width:100%
}
.inhalt2 {
   margin-top: 0px;
    width: 100%;
}
.liste {
    margin-left:4%;
}
.bildbeschriftung_oben {
	  margin-top: 20Px;
}

.bild{
    margin-bottom: 10px;
    }

#jssor_1{
    width:300px;
    height:218px;

}
.jssor_1a{
    width:300px;
    height:218px;
}

.ueberschrift_slider {
		font-size: medium;
	
}
.bildertext_slider {
        text-align: right;
        font-size: small;
        line-height: 23px;;
}
.footer{
    font-size: medium;
    }
.footer1{
    margin-left:5%;
    margin-right:5%;
}
.footer1a{    
    flex-direction: column;
    width:80%;
}


    
