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

.BannerDiashow .bx-viewport {
    height: 200px;
}

.BannerDiashow .bx-wrapper .bx-controls-direction a {
    position: static !important;
    width: auto !important;
    height: auto !important;
}

.BannerDiashow .bx-controls-direction {
    position: absolute;
    top: calc(50% - 30px);
    height: 60px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 40px;
}

.BannerDiashow .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    background: none !important;
    text-indent: 0 !important;
    flex: 0 1 auto;
    font-size: 3em;
}

.BannerBilder {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.BannerBilder li {
    margin: 0;
    padding: 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
    list-style-type: none;
    position: relative;
}

.BannerCountdown {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BannerCountdown .CountdownTicker {
    font-size: 8em;
}

.BannerCountdown .CountdownTicker div,
.BannerCountdown .CountdownTicker div > span {
    background-color: initial;
}

.BannerInner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.BannerTextContainer {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
}

.BannerTextContainerInner {
    margin: 0 auto;
    padding: 0;
    padding: 15px;
    width: 970px;
}

.BannerTextContainer h1, .BannerTextContainer h2, .BannerTextContainer h3 {
    margin: 0;
    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;
}

#BannerBildnavigation div {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border: 2px solid #ffffff;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

@media (min-width: 576px){
    .BannerTextContainerInner {
        width: 540px;
    }
}

@media (min-width: 768px){
    .BannerTextContainerInner {
        width: 720px;
    }
}

@media (min-width: 992px){
    .BannerTextContainerInner {
        width: 960px;
    }
}

@media (min-width: 1200px){
    .BannerTextContainerInner {
        width: 1140px;
    }
}


