/*Highlight*/
/*Wenn es einen "Achtung" Eintrag gibt*/
#News_Highlight .Achtung {
    background: red;
}

#News_Highlight .Achtung h2, #News_Highlight .Achtung h3 {
    color: white;
}

/*Banner*/

div.cover {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

img.cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    overflow-x: hidden;
}

#BannerDiashow {
    position: relative;
    height: 100%;
}

.NewsBannerBilder {
    margin: 0;
    padding: 0;
    width: 100%;
    /* overflow: hidden; */
    height: auto !important;
}

.NewsBannerBilder a {
    width: 100% !important;
}

ul.NewsBannerBilder {
    padding-left: 0 !important;
}

.NewsBannerBilder li {
    /*margin: 0 0 0 -40px;*/
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    list-style: none;
    position: absolute;
    z-index: 0;
    display: list-item;
}

.BannerBildContainerInner {
    position: relative !important;
}

.BannerBildContainerInner a {
    display: block;
    width: 100%;
}

.BannerBildContainer {
    height: 100%;
}

.BannerBildContainer img {
    max-width: 100%;
}

.BannerTextContainer {
    position: relative;
    width: 100%;
    max-width: 980px;
    z-index: 10;
    margin: 0 auto;
    top: 20px;
    height: 0;
}

.BannerTextContainerInner {
    margin: 0 auto;
    padding: 0;
}

#banner a, #banner a {
    text-decoration: none;
}

#banner .BannerTextContainer h1, #banner .BannerTextContainer h2, #banner .BannerTextContainer h3 {
    font-weight: bold;
    color: #ffffff;
    background: none;
    padding: 0;
    text-shadow: 1px 1px 1px black,
    1px -1px 1px black,
    -1px 1px 1px black,
    -1px -1px 1px black;
}

#banner .BannerTextContainer h1  {
    text-transform: uppercase;
    font-size: 48px;
}

#banner .BannerTextContainer h2 {
    font-size: 24px;
}

#banner .BannerTextContainer h3 {
    font-size: 18px;
}


#BannerBildnavigation {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.BannerBildnavigationContainer {
    display: inline-block;
    width: 40px;
    margin-left: 10px;
    border: 2px solid #ffffff;
}

.BannerBildnavigationContainer a {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
}

#BannerBildnavigation img {
    height: 40px;
    position: absolute;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
}


/*News*/


#News_Highlight,
#News_Liste {
    margin-top: 15px;
}

#News_Liste .News_VideoContainer iframe {
    width: 100%;
}

.News_Eintrag {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid black;
}

.News_Bilder {
    width: 25%;
    margin-right: 5%;
    float: left;
    overflow: hidden;
}

.News_Bilder img {
    width: 100%;
}


.News_TextContainer {
    width: 70%;
    float: left;
}




#News_Detail {

}

#News_Detail .News_Text {
    float: left;
    width: 60%;
}

#News_Detail .News_Bilder {
    float: right;
    width: 35%;
}
#News_Detail .News_Bilder .BildLarge img {
    width: 100%;
}
#News_Detail .News_Bilder .Bildcontainer div {
    float: left;
    width: 25%;
}
#News_Detail .News_Bilder .Bildcontainer img {
    width: 100%;
}




#VideoThmbContainer .VideoPlayButton {
    width: 150px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
}

#VideoThmbContainer .VideoPlayButton img {
    width: 150px;
}