html{
    width: 100%;
    height: 100%;
    
}

*{
    padding: 0;
    margin: 0;
    font-size: 100%;
}
img {
    border: 0; 
}

body{
    text-align: center;
    /*background-color: #A8A8A8;*/
    font-family: Verdana , Arial, sans-serif;
    font-size: 13px;
    color: #505050;
    width: 100%;
    height: 100%;
}

header, nav, footer, section {
    display: block;
}

/*header {
    background-color: #FFFFFF;
    background-image: url(img/sonstiges_img/header-test-2.png);
    height: 200px;
    border-radius: 5px;
    }                 */
  
nav {
    width:100%;
    float: left;
    position:fixed;
    top: 0;
    z-index:100;
    opacity: 0.85;
    border-radius: 10px;
}

section {
    margin-left:25%;
    margin-right: 25%;
    list-style-type: none;
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 70px;
    z-index: 50 ;
    position: absolute;
    margin-bottom: 4%;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    min-width: 50%;
    min-height: 70%;
}
section h1 {
    text-align: left;
    color: #505050;
    font-family: 'Helvetica';
    font-size: 21px;
    padding-top: 0px;
    
}
section h2 {
    line-height: 1.4em;
    padding-left: 70px;
    padding-right: 15px;
    font-size: 17px;
}
section p {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

section a img {
    float: left;
}
footer {
    background-color: #FFEBC9;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: fixed;
    top: 96%;
    height:4%;
    width:100%;
    z-index: 100;
    opacity: 0.85;
}
footer p{
    text-align: left;
    margin-left: 10px;
    font-size: small;
    color: #333333;
    margin-top: 0.6%;
}
footer p a{
    text-decoration: none;
    color: #333333;
    margin-left: 15px;
}
footer p a:hover{
    color: #999999;
    text-decoration: underline;
 }
 footer img {
     width: 1.8% ;
     height: auto;
     position: absolute;
     left: 97.5%;
     top: 0;
 }

#logo{
    height: 220px;
    width: 220px;
    margin-left: 10px;
    margin-top: 5px;
    position: absolute;
}

#wrapper {
    /*background-color: #FFFFFF; 
    background-image: url(img/index_img/fingerhuete.jpg); */
    margin: 0 auto;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 7px;
    height: 100%;
    overflow: hidden;
}


                    /**/
#equipmentbutton {
    margin-left: 0px;
    width:100%;
    height:200px;
    margin-right:auto ;
    margin-top: 15px;
    background: url(img/buttons/equipmentuebersicht-bw.png);
    display: block;
}

#equipmentbuttonoverlay {
    background:url(img/buttons/equipmentuebersicht-cl.png);
    opacity:0;
    width:100%;
    height:200px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}
#equipmentbutton:hover #equipmentbuttonoverlay {
               opacity:1;
}


#vitabutton {
    margin-left: 0px;
    width:100%;
    height:200px;
    margin-right:auto ;
    margin-top: 15px;
    background: url(img/buttons/vitauebersicht-bw.png);
}
#vitabuttonoverlay {
    background:url(img/buttons/vitauebersicht-cl.png);
    opacity:0;
    width:100%;
    height:200px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}
#vitabutton:hover #vitabuttonoverlay {
               opacity:1;
}

#arbeitsweisebutton {
    margin-left: 0px;
    width:100%;
    height:200px;
    margin-right:auto ;
    margin-top: 15px;
    background: url(img/buttons/arbeitsweiseuebersicht-bw.png);
}
#arbeitsweisebuttonoverlay {
    background:url(img/buttons/arbeitsweiseuebersicht-cl.png);
    opacity:0;
    width:100%;
    height:200px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}
#arbeitsweisebutton:hover #arbeitsweisebuttonoverlay {
               opacity:1;
}

#meinewerkebutton {
    margin-left: 0px;
    width:100%;
    height:200px;
    margin-right:auto ;
    margin-top: 15px;
    background: url(img/buttons/meinewerkeuebersicht-bw.png);
    display: block;
}

#meinewerkebuttonoverlay {
    background:url(img/buttons/meinewerkeuebersicht-cl.png);
    opacity:0;
    width:100%;
    height:200px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}
#meinewerkebutton:hover #meinewerkebuttonoverlay {
               opacity:1;
}

#auftragswerkebutton {
    margin-left: 0px;
    width:100%;
    height:200px;
    margin-right:auto ;
    margin-top: 15px;
    background: url(img/buttons/auftragswerkeuebersicht-bw.png);
    display: block;
}

#auftragswerkebuttonoverlay {
    background:url(img/buttons/auftragswerkeuebersicht-cl.png);
    opacity:0;
    width:100%;
    height:200px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}
#auftragswerkebutton:hover #auftragswerkebuttonoverlay {
               opacity:1;
}
#blumenundpflanzenbutton {
    margin-left: 0px;
    width:100%;
    height:200px;
    margin-right:auto ;
    margin-top: 15px;
    background: url(img/buttons/blumenundpflanzenuebersicht-bw.png);
    display: block;
}

#blumenundpflanzenbuttonoverlay {
    background:url(img/buttons/blumenundpflanzenuebersicht-cl.png);
    opacity:0;
    width:100%;
    height:200px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}
#blumenundpflanzenbutton:hover #blumenundpflanzenbuttonoverlay {
               opacity:1;
}

#tiereundfigurenbutton {
    margin-left: 0px;
    width:100%;
    height:200px;
    margin-right:auto ;
    margin-top: 15px;
    background: url(img/buttons/tiereundfigurenuebersicht-bw.png);
    display: block;
}

#tiereundfigurenbuttonoverlay {
    background:url(img/buttons/tiereundfigurenuebersicht-cl.png);
    opacity:0;
    width:100%;
    height:200px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}
#tiereundfigurenbutton:hover #tiereundfigurenbuttonoverlay {
               opacity:1;
}
#familienfestebutton {
    margin-left: 0px;
    width:100%;
    height:200px;
    margin-right:auto ;
    margin-top: 15px;
    background: url(img/buttons/familienfesteuebersicht-bw.png);
    display: block;
}

#familienfestebuttonoverlay {
    background:url(img/buttons/familienfesteuebersicht-cl.png);
    opacity:0;
    width:100%;
    height:200px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}
#familienfestebutton:hover #familienfestebuttonoverlay {
               opacity:1;
}
#sonstigesbutton {
    margin-left: 0px;
    width:100%;
    height:200px;
    margin-right:auto ;
    margin-top: 15px;
    background: url(img/buttons/sonstigesuebersicht-bw.png);
    display: block;
}

#sonstigesbuttonoverlay {
    background:url(img/buttons/sonstigesuebersicht-cl.png);
    opacity:0;
    width:100%;
    height:200px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}
#sonstigesbutton:hover #sonstigesbuttonoverlay {
               opacity:1;
}
  

section a div span {
    text-decoration: none;
    font-size: medium;
    color: #333333;
    background-color: silver;
    background-color: hsla(0, 0%, 100%, 0.5);
    position: absolute;
    width: 100%;
    line-height: 2em;
    text-align: center;
    z-index: 999;
}

.profiluebersicht a img {
   /* width: 100%;
    height: 200px;
    margin-right:auto ;
    margin-top: 20px;
    position: relative;
    border: 2px solid #CECECE;   */
    
    }
     

.profiluebersicht a img:hover:before {
    background-image: url(img/buttons/equipment-thumb-neu-cl.png);
    
    
}          

                /**/

.equipmentbilder {
    margin-right: 1em;
    margin-bottom: 3em;
    width: 225px;
    height: 150px;
    border-radius: 8px;
}

                /**/

.kontaktinformationen {
    text-align: center;
}

                /**/
                
.angeboteuebersicht a img {
    height: 360px;
    width: 300px;
    margin-right: 2em ;
    float: left;
    border-radius: 7px;
    border: 2px solid #CECECE;
    margin-left: 40px;    
}
.angeboteuebersicht a img:hover {
    border: 2px solid #505050;
}

                /**/

.fotogalerieuebersicht a img {
    width: 160px;
    height: 280px;
    margin-right: 20px ;
    float: left;
    border-radius: 7px;
    border: 2px solid #CECECE;
    margin-left: 10px;
    
}
.fotogalerieuebersicht a img:hover {
    border: 2px solid #505050;
}

                /**/
.sortimentindividuellesfotogaleriebilder {
    padding-left: 30px;
}
                
.sortimentindividuellesfotogaleriebilder a img {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 150px;
    height:150px;
    border-radius: 3px;
    border: 2px solid #CECECE;    
}

.sortimentindividuellesfotogaleriebilder a img:hover {
    border: 2px solid #505050;
}

                    /**/
                    
.individuellesvorschaubilder {
    width: 150px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 50px;   
}

.kontaktfeld {
    padding: 5px;
}

.kontaktfeld tr td {
    margin-bottom: 10px;   
}



#einleitungstext {
    line-height: 1.4em;
    padding-left: 70px;
    padding-right: 15px;
}

#e-mailadresse img {
    width: 200px;
    height: 12px;
}


#veranstaltungenlinks:hover {
    color: #505050;
    text-decoration: underline;
}
#veranstaltungenlinks,
#veranstaltungenlinks:visited,
#veranstaltungenlinks:focus,
#veranstaltungenlinks:active {
    color: #505050;
    text-decoration: none;
}


         /* Das Menü */          

         .menu {font-family: Verdana, sans-serif; float: left; height:50px; position:absolute; margin:0; margin-top: 0px; z-index: 999; width:100%;}

         /* 1.Ebene */

         .menu ul li a, .menu ul li a:visited {display: block; background:#FFEBC9; height:50px; font-size:16px;color:#333333;
                                               letter-spacing: -0.05em; text-decoration:none; text-align:center; line-height: 50px;}                                           
         .menu ul {padding: 0;margin:0;list-style-type: none;}      
         .menu ul li {float:left; margin-right:0px; position:relative;}
         .menu ul li ul {display: none;}
         .menu ul li {width: 16.6666666666%; }

               /* Mouseover */

               .menu ul li:hover a {color:#333333; background-color: #FFF3D2; font-size: 15px;}
               
               /* Mouseclick */
               
               .menu ul li:active ul a {color:#333333; background-color: #FFEBC9; font-size: 15px;}

         /* 2.Ebene */

         .menu ul li:hover ul {display: block;float: left; position:fixed; top:50px; width: 100%}
         .menu ul li:hover ul li a {float: left; position: relative; background:#FFF2D2; color:#333333; width:100%; height: 50px; font-size: 15px;}
         .menu ul li:hover ul li {float: none;}
               /* Mouseover */

         .menu ul li:hover ul li a:hover {background:#FFF7D7; color:#333333; font-size: 14px;}
         .menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0;}
         
               /* Mouseclick */
               
         .menu ul li:hover ul li a:active {background:#FFF2D2; color:#333333; font-size: 14px;}
         
         
   /*Diashow-background*/ 
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(img/sonstiges_img/pattern0.5.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 110px;
    padding-bottom: 15%;
    padding-left: 200px;
    padding-right: 200px;
    line-height: 120px;
    color: #535353;
}
.cb-slideshow li:nth-child(1) span { background-image: url(img/index_img/fingerhuete.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(img/index_img/etagere.JPG);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;     
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(img/index_img/blumentassen.JPG);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(img/index_img/espressotasseundmilchkuh.JPG);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(img/index_img/osterhasen.JPG);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(img/index_img/maigloeckchenteller.JPG);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}