/*importiert normalisierung.css*/
@import url("norm.css");



body {
position: relative;
margin: 0 auto;
text-align: center;
width: 950px;
background:#6e6a60;
font-size: 16px;
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
color:#5a6267;
}

/*wrapper umschliesst alles*/
div#wrapper {
background: url(images/mitte.gif) repeat-y center;
 position:relative;
 width: 950px;

 }

 
div#oben {
background: url(images/oben.jpg) no-repeat center;
width: 950px; 
height: 93px;
}

div#content {
padding:0 110px;
background: url(images/mitte1.gif) no-repeat center top;
overflow: hidden;
text-align: left;
/*overflow:hidden; kÃ¶nnte man machen um das float der beiden inneren container zu lÃ¶schen und dafÃ¼r zu sorgen, dass container mit einer evt. hÃ¶heren navi mitwÃ¤chst.*/
}

div#footer {
background:url(images/unten.gif) no-repeat center bottom;
height:93px;
width:950px; 

}

/*==========branding start ===============*/


h1.logo {
background: url(images/logo.gif) no-repeat;
text-indent:-9999px;
width:740px;
height:75px;
position:relative;
}

blockquote.info {text-indent: -9999px;height:0;}

/*===========branding ende===============*/


/*============zwei spalten start ==============*/

#navi {
background: url(images/navihg.png) repeat-y left top;
float:left;
width:231px; 
position: relative;
left:-35px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 0.8em;
letter-spacing:0.2em;
min-height:265px;
}

#content_main {
margin: 0 20px 0 20px; 
/*der linke rand verhindert, dass das navi float unterhalb umflossen wird*/}


#site_info {
clear:both; 
/*vorbei mit floating, steht wieder unterhalb von allem und sorgt dafuer, dass die oberen beiden divs die seite mit erhoehen*/
}
 

}
/*============ zwei spalten ende ==========*/

#navi h2 {
text-indent: -99999px;
height:0;
}


/*==========navi start===========*/

#navi ul {
padding: 40px 5px 20px 60px;
 /*abstand fuer das gesamte ULblockelement*/
}

#navi ul li a:link, #navi ul li a:visited, #navi ul li a:active {
display:block;
color:#5a6267;
text-decoration:none;
padding-bottom:15px;
}


#navi ul li a:hover, #navi ul li a:focus, #navi ul li a#current {
color:#000;
} 

/*==========navi ende============*/

/*=========content_main start===========*/
a {
text-decoration: none;
}

#wrapper 1 { width: 70%; margin-top: 1px; margin-bottom: 30px; 
background-color: #ecbe6e;
}

span.seitenueberschrift {
background-color: #ecbe6e;
margin-left: 100px;
font-family: Brussels, Calligraphic, Verdana;
font-weight: 100;
font-size: 24px;

}

span.ereigniss {
background-color: #ecbe6e;
text-align: center;
margin: 130px;
font-family:   Balthazar, Calligraphic, Verdana;
font-weight: 100;
font-size:24px;
color: #A60004;

}

#content_main h3 
{text-indent:-9999px;}

#content_main h4 {
margin-left: 180px;
padding-bottom: 5px;
font-family: Baskerville, Cambria, â€œTimes New Romanâ€, serif;
font-weight:100;
font-size: 1.2em;
text-align: center;
}

#content_main ul li {
overflow:hidden;
padding: 10px 0;
}

#content_main img {
float: left;
margin-right: 50px;
margin-bottom: 10px;
border: 2px solid #9e5e2d; 
padding: 2px;
background-color: #c57537;
}

#content_main p {
font-size: .9em;
line-height: 1.3;
margin-bottom: 15px;
/*margin-left: 205px; Nur, falls der Text nicht unter dem Bild weiterflieÃŸen soll*/
}

#content_main p img {
float:left;
margin-right: 20px;
border: 2px solid #9e5e2d; 
padding: 0;
width: 350px;
height:263px;
}

#d1 p {
 position: absolute; 
 width: 285px;
 top: 0px; right: 0px; left: 20px;
 }
 #wrapper1 {
 overflow: hidden;
 width: 100%
 border: 1px solid #9e5e2d;
 }  es gibt schon 1 wrapper1
 

#content_main p:first-letter {
font-family: â€œHelvetica Neueâ€œ, Helvetica, Tahoma, sans-serif;
font-size: 2.0em; 
/*2.5em bei hohem Initial, das sich Ã¼ber mehrere Zeilen erstrecken soll*/
font-weight: normal;
color: #382210;
line-height:1;*/ 
 /*.9 für Initital, das sich über mehrere Zeilen erstreckt. */
/*float:left; für Initial, das sich über mehrere Zeilen erstreckt*/
}
#content_main video{
margin-right: 75px;
margin-left: 75px;
width: 500px;
height: 375px;
}
/*==========content_main ende ==========*/

/*=========== slide show ============ */
#stapel {
    height: 34.438em;
    width: 34,333em;
    margin: 2em auto 0;
    border: 0px solid #eee;
    box-shadow: 0px 0px 0px 0px #777;
}

#stapel img {
    position: absolute;
    height: 34,438em;
    width: 34,333em;
    opacity: 0;
}



#stapel img:nth-of-type(1) {
    -webkit-animation: fade 36s ease-in-out infinite;
    animation: fade 36s ease-in-out infinite;
}

#stapel img:nth-of-type(2) {
    -webkit-animation: fade 36s 6s ease-in-out infinite;
    animation: fade 36s 6s ease-in-out infinite;
}

#stapel img:nth-of-type(3) {
    -webkit-animation: fade 36s 12s ease-in-out infinite;
    animation: fade 36s 12s ease-in-out infinite;
}

#stapel img:nth-of-type(4) {
    -webkit-animation: fade 36s 18s ease-in-out infinite;
    animation: fade 36s 18s ease-in-out infinite;
}

#stapel img:nth-of-type(5) {
    -webkit-animation: fade 36s 24s ease-in-out infinite;
    animation: fade 36s 24s ease-in-out infinite;
}

#stapel img:nth-of-type(6) {
    -webkit-animation: fade 36s 30s ease-in-out infinite;
    animation: fade 36s 30s ease-in-out infinite;
}

@-webkit-keyframes fade {
    6.66%, 20%          {opacity:1;}
       0%, 26.66%, 100% {opacity:0;}
}

@keyframes fade {
    6.66%, 20%          {opacity:1;}
       0%, 26.66%, 100% {opacity:0;}
}

/* ==========Ende slide-show=========== */
 /* 
 horizontale linie
  */       


/* 2 Spalten unter Navi start*/

#spalte_1 {
margin-left: 2px;
width: 360px;
background-color: #D2AE6A;
height: auto;
float: left;
margin-bottom: 5px;
}

#spalte_1 p {
font-size: 12px;
line-height: 1.2;
margin-bottom: 5px;
margin-left:210px;
}

#spalte_1 ul li {
overflow: hidden;
padding: 5px 0;
}

#spalte_1 img {
float: left;
margin-right: 20px;
border: 1px solid #9e5e2d;
padding: 2px;
background-color: #c57537;
margin-bottom: 5px;
border: 1px solid #9e5e2d;
}

#spalte_2 {
width: 360px;
background-color: #D2AE6A;
height: auto;
float: right;
margin-right: 2px;
margin-bottom: 5px;
}

#spalte_2 p {
font-size: 12px;
line-height: 1.2;
margin-bottom: 5px;
margin-left: 210px;
}


#spalte_2 ul li {
overflow: hidden;
padding: 5px 0;
}

#spalte_2 img {
float: left;
margin-right: 20px;
border: 1px solid #9e5e2d;
padding: 2px;
background-color: #c57537;
margin-bottom: 5px;
border: 1px solid #9e5e2d;
}

/* 2 Spalten unter Navi Ende*/

/* Bildbeschriftung */
span.bildbeschreibung {
position:relative;
top: 0 15px 0 15px;
background-color: #ecbe6e;
font-family:  Verdana, Geneva, Tahoma, sans-serif;
font-size: 14px;
font-weight: 100%;
}
/* video */

 .video {
    display: block; object-fit: cover;
    width: 500%;
    height: 375%;
 }
 
 .img-fit {
 width: 50%;
 object-fit; cover;
 height: 200px;
 }
 
/*==========site_info start ============*/

#site_info h4 {
text-indent:-9999px;
}

div#site_info {
float: left;
margin-left: 25px;
font-size: 0.5em;
line-height: 1.3em;
}
span.counter{
float: right;
margin-left: 600px;
margin-bottom: 10px;
}
/*=========site_info ende ==============*/
em;line-height: 1.3em;}

/*=========site_info ende ==============*/