#GenreSelectContainer, #OrtSelectContainer, #MonatSelectContainer {
    margin: 10px 0;

}

#GenreSelectContainer select,
#OrtSelectContainer select,
#MonatSelectContainer select {
    width: 100%;
    height: 33px;
    -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
    border: 1px solid #d3d3d3; background: #f6f6f6; font-weight: normal; color: #555555;
    -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
    color:#000000;
}

/*Banner*/

#EventBanner {
    height: 280px;
    max-width: 980px;
    width: 100%;
    position: static !important;
    border: 0px;
    background: #efefef;
    border: 1px solid #000000;
}

#EventBanner .EventBannerContainer {
    max-width: 980px;
    width: 100%;
}

#EventBanner .EventBannerBild {
    float: left;
    width: 650px;
    height: 280px;
    overflow: hidden;
}

#EventBanner .EventBannerText {
    float: right;
    width: 280px;
    height: 240px;
    vertical-align: top;
    margin-left: 0px;
    padding:20px;
}


#EventBanner .EventBannerText h1 {
    margin: 0 0 10px;
}

#EventBanner .EventBannerPaginationContainer {
    position: relative;
    width: 980px;
    margin-top: 0px;
    display: none;
}

#EventBanner .pagination {
    position: absolute;
    right: 10px;
    margin: 0;
    z-index: 10000000;
    top: -70px;
    height: 20px;
}

#EventBanner .pagination li {
    float: left;
    margin: 0 15px 0 0;
    list-style-type: none;
    background: #FF0000;
}

#EventBanner .pagination a {
    background: #cccccc;
    padding: 0;
    margin: 0;
}

/*Highlight*/
#EventHighlight {
    position: relative;
    margin: 10px 0 20px;
}

#EventHighlight .ImgContainer {
    width: 298px;
    height: 200px;
}

#EventHighlight .EventHighlights {
    float: left;
    margin-right: 40px;
    margin-top: 10px;
}

#EventHighlight .EventHighlights:nth-of-type(3n) {
    margin-right: 0px;
}

#EventHighlight h3 {
    margin: 0 0 10px 0;
}

#EventHighlight p {
    margin: 0 0 5px 0;
}

#EventHighlight h2 , #EventListe h2 {
    margin: -10px 0 5px 0;
}

#EventHighlight h3 , #EventListe h3 {
    margin: 0 0 5px 0;
}

#EventHighlight .EventOrt,
#EventListe .EventOrt {
    font-weight: bold;
}

/*Eventliste*/
#EventListe {

}

#EventHighlight .EventListeEintrag:first-of-type,
#EventListe .EventListeEintrag:first-of-type {
    border-top: 1px solid grey;

}

#EventHighlight .EventListeEintrag,
#EventListe .EventListeEintrag {
    border-bottom: 1px solid grey;
    padding: 20px 0;
}

#EventHighlight .EventListeBild,
#EventListe .EventListeBild {
    min-width: 170px;
    width: 25%;
    float: left;
    min-height: 80px;
}

#EventHighlight .EventListeBild img,
#EventListe .EventListeBild img {
    width: 150px;
}

#EventHighlight .EventListeText,
#EventListe .EventListeText {
    float: left;
    width: 75%;
}

/*EventDetail*/
#EventDetail {

}

#EventDetail .BildContainer {
    width: 280px;
    float: left;
}

#EventDetail .BildContainer img {
    width: 250px;
}

#EventDetail .InfoContainer {
    float: left;
}

#EventDetail .ShopContainer {
    border: 1px solid black;
    padding: 10px;
    background: #ededed;
}

#EventDetail .PresseBildContainer {
    display: inline-block;
    width: 150px;
    background: #000000;
}
#EventDetail .PresseBildContainer .PresseBild {
    width: 150px;
    height: 80px;
    overflow: hidden;
    background: #000000;
}
#EventDetail .PresseBildContainer .PresseBildText {
    padding: 3px;
    background: #ededed;
    text-align: center;
}

/*Sponsoren*/
#EventDetail .SponsorContainer {
    display: table-cell;
    width: 150px;
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 5px;
    vertical-align: middle;
}


.EventBestellungForm .EventBestellungFormKategorieSelect {
    width: 170px;
}


.videoThmbContainer {
    margin-top: 10px;
    display: flex;
}
.videoThmbContainer .videoPlayButton {
    width: 150px;
    height: 100px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-right: 10px;
}

