
.accordion {
  border: 1px solid black;
  padding: 0 10px;
  margin: 0 auto;
  list-style: none outside;
}

   



.accordion > * + * { border-top: 1px solid black; }



.accordion-item-hd {
  display: block;
  padding:0px 30px 5px 0px;
 position: relative;
 cursor: pointer;
  font-size: 15px;
  font-weight: normal; font-family: Arial;
;
}


.accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 1000px;
  padding-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
  transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
}


.accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}


.accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 6px );
  right: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-align: center;
  font-size: 10px;
  line-height: 1;
}


.accordion-item-bd {
 font-size: 15px; max-height: 0;
  margin-bottom: 0; overflow: hidden;
  -webkit-transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
  transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
}


.accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}



/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

[hidden] {
    display: none;
}




nav {
    display: block;
}




menu ul {
    margin: 1em 0;
}




menu ul {
    padding: 0 0 0 40px;
}


nav ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}



nav li {
	display: inline;
}




nav li a {
	margin: 0px;
	padding: 4px 8px 8px 8px;
  /*	font-weight: bold;   */
        font-weight: normal;
	text-decoration: none;
	color: #333333;  


}    





nav li a img {
	vertical-align : middle;
        strong;
}




nav li a.sel {
	background-color: #828282;
        
}

nav a#pull {
	display: none;
}

*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	
}



#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic li a {
	margin: 0px;
	padding: 4px 8px 8px 8px;
	
	text-decoration: none;
	color: #333333;
	

}    
#maintopic li a img {
	vertical-align : middle;
}

#maintopic li a.sel {
	background-color: #828282;
}
.container {
   	width: 1224px;    
        
	margin: 0 auto;
	
	padding: 0 0 10px;
}

.wrapper {
	margin: 0 auto;
	
     /*  	width: 100%;  */ 
        width: 1224px;  
        
        
}

/* Nachoben mit Animation V2 =========================== */
/* erfordert zzJavascripts.js  ------------------------- */
#zzNachoben {
   position: fixed;       /* bleibt beim Scrollen stehen */
   z-index: 100;          /* überlagert andere Elemente */
   bottom: 10%;              /* 10 % vom unteren Rand */
 /*  right: 20%;             Zentrierung horizontal */
   right: 5%;            /* Zentrierung horizontal */
   margin-left: 700px; } /* Aussenabstand rechts */
#zzNachoben a {
   width: 56px;           /* Breite des Buttons */
   display: block;        /* Blockelement - neue Zeile */
   text-align: center;    /* Text zentriert */
   padding-top: 12px;     /* Innenabstand oben */
   padding-bottom: 10px;  /* Innenabstand unten */
   font-size: 80%;        /* Schriftgrösse 80 % */
   font-weight: bold;     /* Schriftart fett */
   text-decoration: none; /* Textanzeige normal */
   color: #002f60;        /* Schrift blau */
  /*  background-color: #BDC7D2;   Hintergrund graublau */
   /* Rahmen mit runden Ecken und Schatten ------------- */
  /* -webkit-border-radius: 6px;   */
  /* -moz-border-radius: 6px;       */
  /* border-radius: 6px;    Rundungs-Mass Ecken */
  /* box-shadow: 4px 4px 2px #666666;  Schatten grau */
   /* Dauer Ueberblendeffekt bei hover in sec ---------- */
   -webkit-transition-duration: 1s;
   -moz-transition-duration: 1s;
   transition-duration: 1s; }
#zzNachoben a:hover {     /* Aktion bei hover ---------- */
   color: #FF0000;        /* Schrift rot */
   background-color: #D7DEE4; } /* Hintergrund zartgrau */

 
 
  
#header {
        margin: 0px;  
        float: left;
	width: 1224px;
        height: 250px;  
        
        padding-left: 50px;
        padding-right: 50px;
        background: #A6C853;
        
                
}


.logo-box {
	
	margin-top: 50px;
        margin-left: 150px;
	background: url(../images/logo-neu100.png) no-repeat;
        float: left;
        height:100px;
}
#logo-box-text {
	
	margin-top: 150px;
        margin-left: 150px;
	float: left;
        height:100px;
        position:absolute;
}

#logo-box3 {
	 
        margin-top: 55px;
        margin-left: 127px;
	width: 450px;
        height: 250px;
        float: left;
        
}

.slideshow {
		
        margin-left:0px;
        margin-top: 0px;
        float: left;          
        width: 290px;
        height: 250px;         
 }



figure {
    position: relative;

	display: inline-block;

        margin: 0;
        padding: 0;
        width: 95%;

        text-align: center;



}


figure img {

	
	display: block;

}



figcaption {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    
    
}

nav {
    	width: 1224px;  
        
        height: 20px;
	text-align: right;
	padding: 4px 0px 6px 0px;
   /*	margin-left: 70px;   */
        margin-left: 155px;
        margin-top: 0px;   
        
        text-align: CENTER;
        text-transform: uppercase;
        background-image:     -ms-linear-gradient(left, #A6C853, #fff, #A6C853);
        background-image:     -moz-linear-gradient(left, #A6C853, #fff, #A6C853);
        background-image:     -o-linear-gradient(left, #A6C853, #fff, #A6C853);
        
       
}

#maintopic {
	width: 1224px;
        
        height: 20px;
	text-align: right;
	padding: 4px 0px 6px 0px;
	margin-left: 70px;
        margin-top: 0px;   
        
        text-align: CENTER;
        text-transform: uppercase;
        background-image:     -ms-linear-gradient(left, #D2E0E9, #fff, #D2E0E9);
        background-image:     -moz-linear-gradient(left, #D2E0E9, #fff, #D2E0E9);
        background-image:     -o-linear-gradient(left, #D2E0E9, #fff, #D2E0E9);
        
       
}


#sprachauswahl1 {
	width: 25x;
        float: left;
	text-transform: uppercase;
	padding: 4px 0px 6px 0px;
	margin-left: 225px;
        margin-top: 0px;   
      /*  font-weight: bold;  */
        font-weight: normal;
        text-align: CENTER;
        height: 20px;
        list-style-type:none;
        display: block;
        text-decoration:none;
        color: #000000;
        
        
}


/* ------------------------- Trennzeile  ---------------*/

#hr{ 
         border: 0; 
         width: 100%;
         height: 2px;
         margin-top: 0px;
         
         
         color:#0094FF; background-color:#0094FF;
 }

/*  ------------------------- NAVIGATION HERE ---------------*/


#plaintext, #htmlheader {
	position: absolute;
	top: 10px;
	left: 850px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	text-decoration: none;
	color: #333333;
}
	



#sprachauswahl1 ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}




#sprachauswahl1 li {
	display: inline;
}




#sprachauswahl1 li a {
	margin: 0px;
	padding: 4px 8px 8px 8px;
	
	text-decoration: none;
	color: #333333;
	

}    





#sprachauswahl1 li a img {
	vertical-align : middle;
}




.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}


#content {
/*	                    */
 /*	width: 450px;   */  
 */       width: 500px;   */
        width: 600px;

/*	padding: 20px ;    */
        padding: 10px ;
   /*	margin-top: -155px;   */
    /*    margin-top: -200px; */
    /*    margin-top: -220px;   09.05  */
        margin-top: -160px;
	margin-left: 470px;
        
}

#content-text-grün {

        margin-left: 0px;
   /*     height:	150px;   */
    /*    height:	180px;    bis 06.07.16    */
    /*    height:	235px;   */
     /*   height:	400px;    wegen zusätzlicher Adresse   */
        width: 850px; 
        background-color: #A6C853; 
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
      

}

#content-kontakt {
/*	                    */
 	    
        width: 500px;   

	padding: 20px ;
	
        margin-top: -200px;
	margin-left: 470px;
}
#pfeil {
        
        bottom: 40px;
        margin-left: 950px;
	width: 30px;
	hight: 20px;
        
}
#pfeil-home {
        
       bottom: 35px;   
        
        margin-left: 985px;
	width: 26px;
	hight: 30px;
        position: fixed;
}


#banner-txt {
     /*   margin-top: 130px; */
     /*   margin-top: 110px;     bis 11.5.*/
          margin-top: 130px;    /*  11.05.  */
        
        margin-left: 200px;
	width: 250px;
        higth: 250px;
	
        
        
}


#social-container {
        margin-top:90px; 
        margin-left:200px;
	width: 100px;
        higth: 10px;
        float: left;	   
        
}

#kontakt-text-special {

        margin-left: 0px;
   /*     height:	150px;   */
    /*    height:	180px;    bis 06.07.16    */
    /*    height:	235px;   */
        height:	400px;   /* wegen zusätzlicher Adresse   */
        width: 850px; 
        background-color: #A6C853; 
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
      

}

#bottom {
      
   /*    margin-left: 480px;   */
       margin-left: 0px;   
     
        
        height:	50px;
	   
        
        clear: both;
        background-color: #A6C853; 
  
     /*   background-image:url(../images/kastengrün-30.png);   */
  
        
     /*  background-repeat: repeat-x; */
     
      /*  width: 100%;  */
       width: 850px; 
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
      	

}


/* ------------------ FOOTER HERE --------------------------*/
#footer {
    
    bottom: 10px;
    
    text-align:center;
    padding: 10px;
    width: 50%;
  /*  margin-left: -43px;    bis 07.07.16   */

    margin-left: -37px;
    
/*    font-size: 10px;    */
    
/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}




* html #footer {
    background:#FFC23F;
    height:5%;
    text-align:center;
    padding-top:1%;
    font-size: 20px;
    
    
    

    
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}