
HTML, BODY, TD, INPUT {
	font-family : Arial, alegreya, Trebuchet MS, Geneva,  Helvetica, sans-serif, robotolt, rockwell;
	font-size: 13px;
}
body, html {
	margin: 0px;
        

	background-position: left top;
	background-color: #ffffff; 
   /*       background-image:url(../images/background-290.gif);  */
        background-image:url(../images/bodygrün-160.gif),url(../images/bodygrün1-160.gif);   
  
        
        background-repeat: repeat-x, repeat;
 
}

.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;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;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;
}

.active{
    text-decoration: underline;
    
}  


.dropbtn {
    background-color: #A6C853;    /* gelb/grün  wie Homepage  */
    color: black;                 /* schrift   */
    padding: 16px;     
       
    font-size: 10px;
    border: none;
    cursor: pointer;  
    position:absolute; 
    top: -10px; 
    opacity: 0.7;   
    z-index: 200;  
    left: 90px;
    width:220px;
}
    


.dropdown {
    position: relative;
    display: inline-block;
    margin-top: -130px;
    margin-left: 170px;
    float: both;
    
}

.dropdown-content {
    display: none;
    position: absolute;
         
    min-width: 160px;
 /*   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);   */
  /*  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);    */
    font-size: 12px;
    margin-top: -130px;
    line-height: 10px;
    margin-left: 170px;
    background-color: yelllow;
    float: both;

   
}

.dropdown-content a {
    color: black;
 /*   padding: 12px 16px; */
    padding: 1px 1px;
    text-decoration: none;
    display: block;
    font-size: 12px;  
    margin-top: -130px;
    margin-left: 170px;
    line-height: 15px;
    border: 1px solid black;
    background-color: red;

    floaf: both;
    
}

.dropdown-content a:hover {background-color: #ffffff}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #A6C853;      /* grün   */

    
}


#navigation {
position:absolute; 
/*top:10px; */ 
top:-10px; 
/*left:30px; */
opacity: 0.7;
z-index: 200;
left: 90px;
width:220px;

}
#navigation ul  
#navigation h2
#navigation a
#navigation a:hover
#navigation li  
#navigation ul ul ul

div#navigation ul ul ul
div#navigation ul ul li:hover ul
div#navigation ul ul li.hover ul ul
div#navigation ul ul ul li:hover ul

#navigation 
   {
   width: 200px;
   
   }
#navigation ul 
   {
   list-style: none;
   }

#navigation a 
   {
   text-decoration: none; 
   display: block;
   border: 1px solid black;   
   font-size:10px;
   line-height: 10px;
   
   
   
   padding:3px;
  text-align:center; 
 /*  color: #333333;   */
   color: black;
}
   

#navigation li 
   {
   position: relative;
   /*  color: #333333;   */
   color: green;
   line-height: 10px;
   
   }
#navigation ul ul ul 
   {
   position: relative;
     
   }
div#navigation ul ul ul 
   {
   display: none;
     
   }
div#navigation ul ul li:hover ul ul 
   {
   display: none;
   }
div#navigation ul ul li:hover ul 
   {
   display: block;
   }
div#navigation ul ul ul li:hover ul 
   {
   display: block;
   }

/*       ende navigation neu                 */


#sprachauswahl1 {
        position:absolute; 
	width: 10px;
        top:-10px; 
	text-transform: uppercase;
	padding: 4px 0px 6px 0px;
	margin-left: 40px;
        
        
        text-align: CENTER;
        height: 15px;
        list-style-type:none;
        display: block;
        text-decoration:none;
        color: #000000;
        opacity: 0.7;
        z-index: 200;
        
        
}


#sprachauswahl1 li {
	display: inline;
}




#sprachauswahl1 li a {
	margin: 0px;
	padding: 4px 8px 4px 8px;
	line-height: 10px;
	text-decoration: none;
	color: #333333;
	

}    





#sprachauswahl1 li a img {
	vertical-align : middle;
}





@font-face {
    font-family: 'alegreyaregular';
    src: url('../fonts/alegreya-regular-webfont.eot');
    src: url('../fonts/alegreya-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alegreya-regular-webfont.woff') format('woff'),
         url('../fonts/alegreya-regular-webfont.ttf') format('truetype'),
         url('../fonts/alegreya-regular-webfont.svg#alegreyaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(.9, .9);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}


#content h1 {
	font-size: 240%;
	font-weight : normal;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #000000;
        
        text-shadow: 2px 1px 0px #ccc;    
  /*      text-shadow: 2px 1px 0px rgba(0,0,0,0.3);   */
         animation-duration: .3s;
    animation-name: fadeAndScale;
    animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
}

#content-kontakt h1 {
	font-size: 240%;
	font-weight : normal;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #000000;
        
        text-shadow: 2px 1px 0px #ccc;
}
#logo-box3 h1 {
   /*	font-size: 200%;   */
        font-size: 150%;
	font-weight : normal;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #000000;
        
    /*    text-shadow: 2px 1px 0px #fff;   */
        letter-spacing: 5px;
}
#logo-box-text h1 {
	font-size: 200%;
	font-weight : normal;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #000000;
        
    /*    text-shadow: 1px 1px 0px #000;   */
        letter-spacing: 5px;
}

#logo-box1 h1 {
   	
        font-size: 150%;
	font-weight : normal;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #000000;
        
    /*    text-shadow: 2px 1px 0px #fff;   */
        letter-spacing: 5px;
}

#logo-box3-text p {
	margin: 0px;
   
        padding: 2px 0px 4px 0px;
   
        line-height: 80%;  
        color: #000000;
        font-size: 100%;
       
        letter-spacing: 3px;
}
#logo-box3 p {
	margin: 0px;
   /*	padding: 2px 0px 8px 0px;   */
        padding: 2px 0px 4px 0px;
   /*	line-height: 150%;    */              
    /*    line-height: 100%;   */
        line-height: 120%;  
        color: #000000;
        font-size: 100%;
        
        letter-spacing: 3px;
}

p.farbegrün  {
        font-size: 130%;
	font-weight : bold;
        
        color: green;
    
  }
#content h2 {
	font-size: 120%;
	font-weight : bold;
	margin: 0px;
}

#content h2 {
	padding: 10px 0px 2px 0px;
}


 h2.farbegrün {
       font-size: 130%;
	font-weight : bold;
        
        color: green;
 }

#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

#content p {
	margin: 0px;
  	padding: 0px 0px 0px 0px;    
        
	line-height: 160%;
        
        font-size: 110%;  
        
}

#content-kontakt p {
	margin: 0px;
	padding: 2px 0px 8px 0px;
	line-height: 160%;
        
        font-size: 110%;
        
}
#content a {
	text-decoration: none;
	font-weight : bold;
 /*	color: #F0C300;   */

        color: #000000;

}
#content-kontakt a {
	text-decoration: none;
	font-weight : bold;
	color: #F0C300;
}

#content a:hover {
	text-decoration: underline;
}




#banner-txt h3 {        
  
        font-size: 22px;
	color: #000000;
	height: 30px;

        text-align: left;
	
	padding-top: 20px;
	padding-right: 0;
	padding-left: 35px;
	padding-bottom: 20px;
	font-weight: normal;        
         
}
#banner-txt p {       
 	
	font-size: 13px;
	color: #000000;
	
	padding: 0px 0 0px 50px;
   /*	line-height: 15px;  */
        line-height: 8px;
        text-align: left;       
        margin-top: 0px; 
}
 
.p1    {

       line-height: 10px;
      }

#sprachauswahl1 li a:link { 
         
}
#content .clearer {
	clear: both;
}

#more {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: right;
}

h2 {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
}
/* Liste */

#content ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#content li {
	padding: 2px 0px 2px 0px;
   /*
	background: url(../images/pbull.gif) no-repeat top left;  */
}

/* 

ul li a { 
    float: left; 
    padding-left: 100px; 
 }
    */

/* 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;
	
	text-decoration: none;
	color: #333333;
	

}    





nav li a img {
	vertical-align : middle;
}




nav li a.sel {
	background-color: #828282;
}

nav a#pull {
	display: none;
}

*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: red;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		/*	background: url("../images/nav-icon.png") no-repeat;   */
                background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}




.container {
	width: 320px;
	margin: 0px;
	float: left;
	
}



/* Nachoben mit Animation V2 =========================== */
/* erfordert zzJavascripts.js  ------------------------- */
#zzNachoben {
   position: fixed;       /* bleibt beim Scrollen stehen */
   z-index: 100;          /* überlagert andere Elemente */
   bottom: 0%;        /*      10 % vom unteren Rand */
   right: 90%;            /* Zentrierung horizontal */
   margin-left: 100px; } /* Aussenabstand rechts */
   
#zzNachoben a {
   width: 40px;           /* 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: 0;  
        float: both;
	width: 320px;
        height: 160px;  
        margin-left:0px;
        margin-top: 0px;
        background: #A6C853;
        
                
}


.logo-box {
	float: both;
	margin-left:10px;
        margin-top: -140px; 
        
        position:absolute;
	background: url(../images/logo-neu60.gif) no-repeat;
        
}

#logo-box1 {
	
	margin-top: -80px;
        margin-left: 10px;
	float: left;
        height: 100px;
        position: absolute;
}

#logo-box3 {
	margin-left:10px;
        margin-top: 0px;   
    /*   margin-top: -20px;  */
        float: both;
        
        width: 300px;   
        
        height: 200px;   
   /*    height: 180px;    */
        
       /*  height: 150px;  */
}

.slideshow {
	margin-left:10px;
        margin-top: -60px; 
        float: both;                
        width: 320px;
        height: 250px;       
}              


figure {
    position: relative;

	display: inline-block;

        margin: 0;
        padding: 0;
        width: 88%;

        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 {
        float: both;
	margin-left:10px;
        margin-top: 0px;
	width: 320px;
        
        height: 20px;
	text-align: right;
	padding: 4px 0px 6px 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);
        
       
}



#sprachauswahl1 {
	width: 25x;
        float: both;
	margin-left:10px;
        margin-top: 0px;
	text-transform: uppercase;
	padding: 4px 0px 6px 0px;
	
          
       
        text-align: CENTER;
        height: 20px;
        list-style-type:none;
        display: block;
        text-decoration:none;
        color: #000000;
        
        
}









#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: 320px;     
 */       width: 500px;   */

  /*	padding: 20px ;  bis  14.05.16   */
        padding: 0px ;
	
        float: both;
	margin-left:10px;
        margin-top: 20px;
	
}

#content-text-grün {
/*	                    */
 	width: 320px;     

        padding: 0px;
	
        float: both;
  /*	margin-left:10px; */
        margin-left:0px;  
        
        margin-top: 0px;

        background-color: #A6C853; 
         
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;   
      
	
}




#content-kontakt {
/*	                    */
 	    
        width: 320px;   

	padding: 20px ;
	
        float: both;
	margin-left:10px;
        margin-top: 20px;
	
}
#pfeil {
        
        bottom: 40px;
  /*      margin-left: 250px;   */
        margin-left: 150px;
	width: 30px;
	hight: 20px;
        
}



#banner-txt {

        float: both;
	margin-left:10px;
        margin-top: 0px;
        
	width: 280px;
        higth: 300px;
	background-color: #A6C853;


        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;  
        
        
}

#contact-txt-special {

        float: both;
	margin-left:10px;
        margin-top: 0px;
        
	width: 280px;
        higth: 10px;
	
        
}




#social-container {
        float: both;
	margin-left:10px;
        margin-top: 0px;
	width: 100px;
        higth: 10px;
           
        
}



/* ------------------ FOOTER HERE --------------------------*/
#footer {
    
    bottom: 0px;
    
    text-align:center;
    padding: 10px;
    width: 200px;
    left: 10px;
    
/*    font-size: 10px;    */


#footer p {
	margin: 0px;
	padding: px 0px px 30px;      
         
        
}    
/* 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;
    
    
    

    
}

#bottom {
      
        left: 0px;   
     /*   right: 5%;   */
        
        height:	50px;
	   
      /*  position: absolute;  */
        clear: both;
        background-color: #A6C853;   
     /*   background-image:url(../images/kastengrün-30.png);   */
  
        
     /*  background-repeat: repeat-x; */
     
       width: 320px; 
       

}

#bottom p {
        
 	 
	font-size: 15px;
	color: #000000;
	
	padding: 10px 0 20px 5px;
   	line-height: 12px; 
        
        text-align: justify;
              
        margin-top: 0px; 
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}