.font_topHeadline {
  font-family: 'Molle', cursive;
}

.font_topSubHeadline {
  font-family: 'Julee', cursive;
}

.font_mainNavigation {
  font-family: 'Cabin Sketch', cursive;
  font-weight:bold
}

.font_subNavigation {
 /* font-family: 'Julee', cursive;*/
  font-family: 'Cabin Sketch', cursive;
}

.font_contentHeadline {

font-family: 'Cabin Sketch', cursive;
  font-weight:bold 

}
.font_contentText {

 font-family: 'Averia Sans Libre', cursive;
 text-shadow: 1px 1px lightblue;
 
}

body {
 padding:0;
 margin:0;
  background-color:#AA7502;
  font-family:Verdana;
  position:relative;
  background: #AA7502 url(img/Stachi-Schuppen_20.png) repeat;
  width:100%;
}

 #header_container {
   background-color:#AA7502;
 /* height:132px;*/
  height:182px;
   padding: 50px 30px 0px;
   background: #AA7502 url(img/Stachi-Schuppen_20.png) repeat;
   z-index:0; 
   width:100%;  
   box-sizing: border-box;  
 }
 #navi_container {
   background: #ffffff url(img/Stachi-Schuppen_20.png) repeat;
   padding:12px 0;
   z-index:800;
   position:absolute;
   box-shadow: 0 10px 35px black;
   width:100%;
/*  min-width:980px;*/
  left:0;
  right:0;
  box-sizing: border-box;
 }
 
 #navi_container.sticky {
   position:fixed !important;
   top:0 !important;
 }
 
 #mainNavi_container {
   background-color:#000000;
   height:42px;
   
  /* border-top:12px solid white;*/
   background: #000000 url(img/Stachi-Schuppen_20.png) repeat;
 }
 
 #subNavi_container {
   background-color:#292929;
   min-height:38px;  
  /* border-bottom:12px solid white;*/
   background: #292929 url(img/Stachi-Schuppen_20.png) repeat;
 }
 
 #content_container {   
   padding: 100px 30px 50px;
 /*  background: #AA7502 url(img/Stachi-Schuppen_20.png) repeat;*/
 overflow:hidden;
 width:100%;    
 box-sizing: border-box;
 }
 
 #header_box {
  min-width:1050px;
  max-width:1370px;
  margin: 0 auto;
  background-color: #FEFAF1; /*#FAE196;*/
  height:170px;
  
  border-radius: 25px 25px 25px 25px;
  background: #FEFAF1 url(img/Stachi-Schuppen_7.png) repeat;
  font-size:64px;
  color: #0089D4; /*#008EFC;*/
  position:relative;
  z-index:0;
  text-shadow: 0 1px black;
  box-shadow: black 0 10px 50px
 }

 #header_mainbox {
  padding: 35px;
 }
 
 #header_subbox {
  font-size:35px;  
  position:absolute;
  width:100%;
  color: #008E7C; /*0089D4*/
  margin: 0 auto;
  top:10px;
  text-align:center;
  font-style: italic;
 }
 
 #header_box img {
  margin:10px;   
 }
 

 
 #content_box {
  color:#0079D4; /*#008EFC;*/
  
  font-size:18px;
  line-height:28px;
  padding: 50px 35px 35px;
  min-width:980px;
  max-width:1300px;
  margin: 0 auto;
  border-radius: 0px 0px 25px 25px;
  background: #FEFAF1 url(img/Stachi-Schuppen_7.png) repeat;
  box-shadow: black 0 10px 50px;
  min-height: 600px;
  position:relative;
 }
 
 #slide_container {
  padding:40px;
  border-radius: 250px 250px 250px 250px;
  background: #027520 url(img/Stachi-Schuppen_20.png) repeat;
  position:fixed;
  height:250px;
  width:600px;
  top:50px;
  right:-450px;
  z-index: 30;
  box-shadow: -2px 5px 25px
 }
 
 #slide_container:hover {  
  right:-150px;  
 } 
 #slide_box {
 
  border-radius: 250px 250px 250px 250px;
  height: 250px;
  background: #FEFAF1 url(img/Stachi-Schuppen_7.png) repeat;
 }

 
.content_headline {
  font-size:42px;
  color: #008EFC;
  margin-bottom: 30px;
}


#mainNavi_box {
  color:#FFFFFF;
  min-width:980px;
  max-width:1300px;
  margin: 0 auto;
  padding: 0 30px;
 }
 
#mainNavi_box div {
  float:left;
  padding-right:50px;
  font-size:32px;
  color: #FFFFFF;
  cursor:pointer;
} 

#mainNavi_box div:hover { 
  color: #FF0000;
}

#mainNavi_box div.aktiv { 
  color: #008EFC;
} 
 
#subNavi_box {
  color:#ffffff;
  min-width:980px;
  max-width:1300px;
  margin: 0 auto;
  padding-top: 2px;
  padding: 0 30px;
 } 
 
#subNavi_box div {
  float:left;
  padding-right:55px;
  font-size:26px;
  color: #FFFFFF;
  cursor:pointer;
} 

#subNavi_box div.last{
  padding-right:0;
}

#subNavi_box div:hover { 
  color: #FF0000;
}

#subNavi_box div.aktiv { 
  color: #008EFC;
}

.sN_meine_tiere, .sN_wissenswertes {
  display:none;
}


.sN_impressum {
  display:none;
}

.list_header {
  font-weight:bold;
  width: 190px;
  display:inline-block;
  float: left;
} 
.news_datum {
  float: right;
  font-size:14px;
}

.link_nachzuchten {
  text-decoration: underline;
  cursor:pointer;
}
.link_nachzuchten:hover {
  text-decoration: none;
  color: #FF0000;
}

.imageContainer {
  border: 1px solid #0079D4;
    box-shadow: 6px 7px 19px 0 black;
    height: 350px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    width: 400px;
}

.imageContainer.right {
  float:right;
  margin-bottom: 35px;
    margin-left: 35px;
    margin-top: 10px;
}

.imageContainer.left {
  float:left;
  margin-bottom: 35px;
    margin-right: 35px;
    margin-top: 10px;
}

.imageBox {
  display:none;
  position:relative;
  height: 350px;
}

.imageBox.active {
  display:block;
}

.imageBox .imageBoxImage{
  height:350px;
  cursor:pointer;
  text-align:center;
  overflow: hidden;
}

.imageBox .imageBoxCaption {
  position:absolute;
  left:0;
  bottom:0;
  padding: 10px;
  background: url("img/Stachi-Schuppen_7.png") repeat scroll 0 0 #FEFAF1;
  font-size: 16px;
  line-height: 19px;
  color: #008E7C;
  text-align: center;
  width: 380px;
    
}


.imageBoxNavi.left,.imageBoxNavi.right {
   background: url("img/Stachi-Schuppen_7.png") repeat scroll 0 0 #FEFAF1;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0 1px 5px black;
    color: #0079D4;
    cursor: pointer;
    font-family: 'Averia Sans Libre',cursive;
    text-align: center;
    text-shadow: 1px 1px lightblue;
    font-weight: bold;
    position: absolute;
    font-weight: bold;
    z-index: 500;
}

.imageBoxNavi.left {
    font-size: 25px;
    padding: 0 4px 4px;
    left: 5px;
    top: 165px;
    width: 25px;
    display:none;
}

.imageBoxNavi.right {
     font-size: 25px;
    padding: 0 4px 4px;
    right: 5px;
    top: 165px;
    width: 25px;
    display:none;
}

.black_fog {
    background-color: #000000;
    height: 100%;
    left: 0;
    filter: alpha(opacity = 30); /* IE 6, 7, 8 */ 
    -ms-filter: "alpha(opacity = 30)"; /* ab IE 8 zusätzlich möglich */
    opacity: 0.3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
    display:none;
}

#lightbox {
background: url("img/Stachi-Schuppen_7.png") repeat scroll 0 0 #FEFAF1;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0 10px 50px black;
    left: 0;
    margin: 0 auto;
    padding: 35px;
    position: fixed;
    right: 0;
    top: 35px;
    width: 800px;
    z-index: 1000;  
    display:none;
}

.lightbox_content_container {
  position:relative;
}

.lightbox_content {
  width: 800px;
  text-align:center;
}

.lightbox_content img {
  margin:auto;
}

.lightbox_close,.lightbox_nav_left,.lightbox_nav_right {
   background: url("img/Stachi-Schuppen_7.png") repeat scroll 0 0 #FEFAF1;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0 1px 5px black;
    color: #0079D4;
    cursor: pointer;
    font-family: 'Averia Sans Libre',cursive;
    text-align: center;
    text-shadow: 1px 1px lightblue;
    font-weight: bold;
    position: absolute;
    font-weight: bold;
}


.lightbox_close {
   
    font-size: 25px;      
    right: -10px;         
    top: -10px;
    width: 32px;
}

.lightbox_nav_left {
    font-size: 35px;
    padding: 0 4px 4px;
    left: 35px;
    top: 35px;
    width: 41px;
    display:none;
}

.lightbox_nav_right {
    font-size: 35px;
    padding: 0 4px 4px;
    right: 35px;
    top: 35px;
    width: 41px;
    display:none;
}  

.lightbox_close:hover, .lightbox_nav_left:hover, .lightbox_nav_right:hover, .imageBoxNavi.left:hover, .imageBoxNavi.right:hover {
  color: #FF0000;
}

.lightbox_imageCaption {
padding:25px 115px;
color: #008E7C;
text-shadow: 1px 1px lightblue;
font-family: 'Averia Sans Libre',cursive;
font-size: 20px;
}

#countdownLayer{
display:none;
width:300px;
margin:auto;
text-align:center;
}

.nachzucht_gallery{
  margin-right:25px !important;
  height:280px;
}

.nachzucht_gallery .imageBox{
  height:280px;
}

.nachzucht_gallery .imageBox .imageBoxImage{
  height:280px;
}