@import url("chronikanimation.css") screen;
/* Geruest */
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}  
body { font:13px/1.231 sans-serif; *font-size:small; color: #000;}
h2,h3,h4,h5,h6 { font-weight: bold;}

h1{
    font-size:16px; 
    font-family:Arial; 
    color:#3a3938;
    font-weight: normal;
    text-align: center;
    padding: 5px;
}

h2{
    font-weight: bold;
    text-decoration: underline;
}




/* Global links */
a { text-decoration:underline; color:#3a3938; }
a:hover { text-decoration:none; color:#9c7901; }
a:active {}



html { overflow-y: scroll; }
nav ul { list-style:none; }

/*Global */
body { background:#f7f7f7 center top; font:12px helvetica, arial, sans-serif; color:#82807b; }
.group { overflow:hidden; zoom:1; }
.wrapper { width:1222px; margin:0 auto;}


/* = Photo = */
div#photo-wrapper { position:relative; height:80px; background:#f1f1ee; background:rgba(237,238,234,0.8);}
body.home div#photo-wrapper { height:560px; }

#photo-holder { list-style:none; margin:0; padding:0; }
#photo-holder  { position:absolute; left:0; bottom:0; width:100%; overflow:hidden;   }
#photo-holder img { display:block; margin:0 auto;} 
 
/* = Gallery = */
div#gallery-wrapper { position:relative; height:80px; background:#f1f1ee; background:rgba(237,238,234,0.8);}
body.home div#gallery-wrapper { height:800px;}

#gallery{
    margin:0; padding:0;
    list-style:none;
    position:absolute; 
    left:0; 
    bottom:0; 
    width:100%; 
    overflow:hidden;
    top:92px;
    text-align: center;
}

#gallery div{
    width:1222px;height: 100%;margin:0 auto;
}

#gallery span img{
    width:18px;
    height: 18px;
     border:0px;
}

#gallery img {
    display:  inline-block; 
    /* Formate der Vorschaubilder */
			  width: 290px;
     height: 150px;                 /* erzwungene Höhe - weglassen wenn alle gleich groß */
     border: 2px outset  #efefef;  /* Rahmen um das Vorschaubild */
     
}


/* = Chronik = */
div#chronik-wrapper { position:relative; height:80px; background:#f1f1ee; background:rgba(237,238,234,0.8);}
body.home div#chronik-wrapper { height:976px; }

#chronikbox{
    margin:0; padding:0;
    list-style:none;
    position:absolute; 
    left:0; 
    bottom:0; 
    width:100%; 
    overflow:hidden;
    top:100px;
    text-align: center;
    
}

#chronikbox-subwrapper{
    width:484px;height: 100%;margin:0 auto;
    overflow:visible;
    
    
}

#chronikbox-subwrapper img {
    margin:0 auto;
    width: 484px; 
    height: 776px; 
   
 
} 

#mask {
	overflow:hidden;
	height:776px;
}

#chronikbox-subwrapper ul {
	margin:0 auto;
	padding:0;
	position:relative;
}
#chronikbox-subwrapper li {
	width:484px;
	height:776px;
        top:-750px;
	position:absolute;
	list-style:none;
}

#chronikbox-subwrapper li.firstanimation {
	animation:cycle 50s linear infinite;	
			
}
#chronikbox-subwrapper li.secondanimation {
	animation:cycletwo 50s linear infinite;
	
}
#chronikbox-subwrapper li.thirdanimation {
	animation:cyclethree 50s linear infinite;
		
}
#chronikbox-subwrapper li.fourthanimation {
	animation:cyclefour 50s linear infinite;
		
}
#chronikbox-subwrapper li.fifthanimation {
	animation:cyclefive 50s linear infinite;
		
}
#chronikbox-subwrapper li.sixthanimation {
	animation:cyclesix 50s linear infinite;
		
}
#chronikbox-subwrapper li.seventhanimation {
	animation:cycleseven 50s linear infinite;
		
}
#chronikbox-subwrapper li.eigthanimation {
	animation:cycleeigth 50s linear infinite;
		
}
#chronikbox-subwrapper li.ninethanimation {
	animation:cyclenine 50s linear infinite;
		
}
#chronikbox-subwrapper li.tenthanimation {
	animation:cycleten 50s linear infinite;
		
}

#chronikbox-subwrapper .tooltip {
	background:rgba(0,0,0,0.7);
	width:300px;
	height:60px;
	position:relative;
	bottom:75px;
	left:-320px;
	transition:all 0.3s ease-in-out;

}
#chronikbox-subwrapper .tooltip h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}
#chronikbox-subwrapper li#first:hover .tooltip, 
#chronikbox-subwrapper li#second:hover .tooltip, 
#chronikbox-subwrapper li#third:hover .tooltip, 
#chronikbox-subwrapper li#fourth:hover .tooltip, 
#chronikbox-subwrapper li#fifth:hover .tooltip {
	left:0px;
}
#chronikbox-subwrapper:hover li, 
#chronikbox-subwrapper:hover .progress-bar {
	animation-play-state:paused;

}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:484px; 
	height:5px;
	background:#000;
	animation:fullexpand 25s ease-out infinite;
	
}

/* = Sport = */
div#sport-wrapper { position:relative; height:80px; background:#f1f1ee; background:rgba(237,238,234,0.8);}
body.home div#sport-wrapper { height:760px; }

#sport-box{
    margin:0; padding:0;
    list-style:none;
    position:absolute; 
    left:0; 
    bottom:0; 
    width:100%; 
    overflow:hidden;
    top:100px;
    text-align: center;
    
}

#sportbox-subwrapper{
    width:1222px;height: 100%;margin:0 auto;
     
    
}

.sportboxsubdiv{
    width:300px;
    height: 400px;
    display:  inline-block;
    margin: 20px auto;
    margin-right: 40px;
    border: 1px solid black;
      font-size:14px; 
    font-family:Arial;
    text-align: left;
    color:black;
    padding: 5px;
    background: #ffffff;
     vertical-align: top;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
overflow: hidden;
}

#sportnavbox{
    width:100px;
    height: 30px;
    padding: 5px;
    text-align: center;
     margin: auto;
}

/* = Angebotet = */
div#angebote-wrapper { position:relative; height:80px; background:#f1f1ee; background:rgba(237,238,234,0.8);}
body.home div#angebote-wrapper { height:560px; }

#angebots-box{
    margin:0; padding:0;
    list-style:none;
    position:absolute; 
    left:0; 
    bottom:0; 
    width:100%; 
    overflow:hidden;
    top:100px;
    text-align: center;
  
}

#angebots-subwrapper{
    width:1222px;height: 100%;margin:0 auto;
 }
 
 .angebotstext{
     display: inline-block;
     width: 400px;
     font-weight: bold;
     text-align: left;
     height: 140px;
     padding: 2px;
 } 
 
 .angebotspreis{
     display: inline-block;
     width: 80px;
     height: 140px;
     font-weight: bold;
     padding: 2px;
  } 
 
 #angebots-subwrapper h1{
     line-height: 50px;
 }

#angebots-subwrapper div{
  
margin:0px auto;
width:500px;
height: 300px;

border:1px solid black;
font-size:14px; 
font-family:Arial; 
color:black;
background-color: rgba(223,220,220,0.8);
-webkit-box-shadow: 2px 2px 32px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 32px -3px rgba(0,0,0,0.75);
box-shadow: 2px 2px 32px -3px rgba(0,0,0,0.75);


}

/* = Speistart = */
div#Speis-wrapper { position:relative; height:80px; background:#f1f1ee; background:rgba(237,238,234,0.8);}
body.home div#Speis-wrapper { height:600px; }

#speisbox{
    margin:0; padding:0;
    list-style:none;
    position:absolute; 
    left:0; 
    bottom:0; 
    width:100%; 
    overflow:hidden;
    top:100px;
    text-align: center;
  
}

#speisbox-subwrapper{
    width:1222px;height: 100%;margin:0 auto;
      
    
}

.speisboxsubdiv{
    width:200px;
    height: 250px;
    display:inline-block;
    margin: 104px auto;
    margin-right: 40px;
 
}

.speisboxsubdiv2{
    width:413px;
    height: 80px;
    display:inline-block;
    margin: 40px auto;
    margin-right: 40px;
    
}

@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
   
.fade-in {
    opacity:0; 
    animation:fadeIn ease-in 1;
    animation-fill-mode:forwards;
    animation-duration:1s;
}

.fade-in.angebote{
    animation-delay: 0.3s;
}

.fade-in.speisekarte{
    animation-delay: 0.8s;
}

.fade-in.getraenke{
    animation-delay: 1.3s;
}

.fade-in.burger{
    animation-delay: 1.8s;
}

.fade-in.specialangebot{
    animation-delay: 2.3s;
}




/* HEADER */
header { position:absolute; top:10px; width:100%; height:69px;  background:url(../img/headerbackground.png);}
header p#linkhome { float:left; padding:7px 0 0 0px; }

/* Nav */
header nav { float:right; }
header nav ul { list-style:none; margin:0; padding:0; }
header nav ul li { float:left; }
header nav ul li.current-page { background:#fff; background:rgba(255,255,255,0.5); }
header nav ul li a { display:block; padding:21px 10px 20px; position:relative; text-decoration:none; text-transform:uppercase; font-size:14px; color:#62605c; }
header nav ul li a span { display:block; padding:21px 10px 20px; position:absolute; left:0; top:0; background:#fff; background:rgba(255,255,255,0.55); text-transform:uppercase; font-size:14px; color:#ae760f; }
    
/* Logo */
#Logo { clear:both; position:relative; top:12px; width:0px; height:53px;}
#Logo a,
#Logo img { display:block; margin:0 auto; text-decoration:none; }
#Logo a:hover { text-decoration:none; }
#Logo p { font:16px georgia, serif; line-height:24px; font-style:italic; color:#fff; -webkit-font-smoothing:antialiased; width:214px; margin:0 auto; text-shadow: 0px 0px 35px #000; }
#Logo p#linkhome { width:90%; float:none;  }

/*Main*/
main {
  position:absolute; 
  top:79px; 
  width:100%; 
  min-height:600px; 
  border: 0px solid #ffff00;  
}


/* Footer */
footer { font-size:14px; font-family:Arial; color:black;}
footer .inner { padding-left:0; padding-right:0; }
footer section { float:left; }
footer h4 { font-size:16px; color:black; text-transform:uppercase; font-weight:normal; margin-bottom:15px; text-decoration: underline;}

.construct{
    font-size:50px; font-family:Arial; color:black;
    text-align: center;
    vertical-align: middle;
}


section.news          { width:350px; margin-right:25px; }
section.balken        { width:2px; min-height: 940px; margin-right:40px; margin-top:60px; background:url(../images/footer_balken.png) }
.news .newstext { width:340px; float:right;}
.news  h5 { font-weight:normal; }

/* rechter news Frame */
#ifnews2{
    margin:0; 
    width:100%; 
    height:150px; 
    border:none; 
    overflow:hidden;
 }

/* Linker news Frame */
#ifnews1{
    margin:0; 
    width:100%; 
    height:150px; 
    border:none; 
    overflow:hidden;
 }
 
 /* mitte  Frame */
#ifnews3{
    margin:0; 
    width:100%; 
    height:150px; 
    border:none; 
    overflow:hidden;
 }
 
/* Text Style für iframe News */
.ifnews{
    font-size:14px; 
    font-family:Arial; 
    color:black;
 }
 
    
 .newsbox {
     min-height: 284px;
     
 }
  .newsbox2 {
     height: 443px;
     overflow:hidden;
     
 }
    .ifnews table{
        width: 350px;
              
    }
    
    .ifnews th{
        text-align: left;
        line-height: 2;
    } 
    
   
   
    
    
/* Slider Animation */
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
100% { left: -300%; }
}

figure { margin: 0; }
figure.slider {
	position: relative;
	width: 500%;
	font-size: 0;
	animation: 40s slidy infinite; 
}
figure.slider figure { 
	width: 20%;
	height: auto;
	display: inline-block;
	position: inherit; 
}

/* = Impressum = */
div#impressum-wrapper { position:relative; height:80px; background:#f1f1ee; background:rgba(237,238,234,0.8);}
body.home div#impressum-wrapper { height:1222px; }

#impressum-box{
    margin:0; padding:0;
    list-style:none;
    position:absolute; 
    left:0; 
    bottom:0; 
    width:100%; 
    overflow:hidden;
    top:100px;
    text-align: center;

}

#impressumbox-subwrapper{
    width:1222px;height: 100%;margin:0 auto;
  
    
}

#impressummiddlewrapper{
     width:400px;
    display:  inline-block;
    
}


.impressumsubdiv{
    width:450px;
    display:  inline-block;
    margin: 20px auto;
    margin-right: 40px;
    border: 1px solid black;
      font-size:14px; 
    font-family:Arial;
    text-align: left;
    color:black;
    padding: 5px;
    background: #ffffff;
    padding: 10px;
     vertical-align: top;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}

.impressumsubdiv p{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* = kontakt= */
div#kontakt-wrapper { position:relative; height:80px; background:#f1f1ee; background:rgba(237,238,234,0.8);}
body.home div#kontakt-wrapper { height:760px; }

#kontakt-box{
    margin:0; padding:0;
    list-style:none;
    position:absolute; 
    left:0; 
    bottom:0; 
    width:100%; 
    overflow:hidden;
    top:100px;
    text-align: center;

}

#kontaktbox-subwrapper{
    width:1222px;height: 100%;margin:0 auto;
   
    
}

#kontaktbox-subdivwrapper{
    display:flex;
    padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
    justify-content: center;
}

.kontakinfobox{
    width:250px;
    display:  inline-block;
     background: #ffffff;
    padding: 10px;
     margin: 20px auto;
     vertical-align: top;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
 border: 1px solid black;
      font-size:14px; 
    font-family:Arial;
    text-align: left;
    color:black;
 
  
}

.kontakinfobox2{
   width:300px;
   display:  inline-block;
    margin: 10px auto;
 
    border: 1px solid black;
      font-size:14px; 
    font-family:Arial;
    font-weight: bold;
    text-align: center;
    color:black;
    background: #ffffff;
    padding: 10px;
    vertical-align: top;
     
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);

}



.kontakkarte{
    width:850px;
    display:  inline-block;
}

.kontaktsubdiv{
     width:300px;
     height: 200px;
    display:  inline-block;
    margin: 20px auto;
    margin-right: 40px;
    border: 1px solid black;
      font-size:14px; 
    font-family:Arial;
    font-weight: bold;
    text-align: center;
    color:black;
    padding: 5px;
    background: #ffffff;
    padding: 10px;
    vertical-align: top;
     
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);

}

.kontaktwerbung {
    width:300px;
     height: 50px;
    display:  inline-block;
    margin: 20px auto;
    margin-right: 40px;
    border: 0px solid green;
      font-size:12px; 
  
}

.lines2{
    margin-bottom: 40px;
}

.lines1{
    margin-bottom: 20px;
}

.lineshalb{
    margin-bottom: 10px;
}


.center { 
    display:block;
    text-align: center;
}
.right {
    display:block;
    text-align: right;}

.left { 
    display:block;
    text-align: left;}

.justify { 
    display:block;
    text-align: justify;}
