
.logo {
    display: inline-block;
    height: 200px;
    width: 585px;
}

.preview-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
}

#headerLogo {
    height: 40px;
    margin-top: 15px;
    margin-left: 10px;
    float: left;
}

.navbar {
    position: fixed;
    z-index: 10;
    border-radius: 0;
    margin-bottom: 0;
    height: 70px;
    border: none;
    width: 100%;
    background-color: rgba(38, 38, 38, 0.7);
}

.navbar-nav {
    color: #fff;
    height: 20px;
    margin: 0px;
    font-size: 20px;
    list-style: none;
    padding-top: 25px;
    padding-left: 25px;
    text-decoration: none;
    float: left;
}

.navbar-nav > li > a {
    color: inherit;
    text-decoration: none;
}

.navbar-nav > li > a:hover {
    background: initial;
    color: #ddd;
}

.highlight-text {
    color: #fff;
    text-align: center;
    padding-top: 100px;
    font-size: 60px;
    font-weight: 200;
}

.change-topic {
    font-weight: 400;
}

.segment {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 300px;
    background: white;
}

.segment.half {
    height: auto;
    min-height: 150px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.segment-split {
    list-style: none;
    width: 100%;
    min-height: 150px;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
    display: table;
}

.segment-split li {
    width: 33.333%;
    display: table-cell;
    padding-bottom: 0px;
    /*    vertical-align: text-top;*/
}

.segment-split-text {
    text-align: center;
}

.segment-split-icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}

.segment-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translate(-50%);
    left: 50%;
    color: white;
    text-align: center;
    font-size: 25px;
}

/*slideshow container*/

.slideshow-container {
    max-width: 90%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    align-content: center;
    height: 28%;
    min-height: 250px;
    /*    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);*/
}

.slideView {
    display: none;
    height: 100%;
}


/* Next & previous buttons */

.prev,
.next {
    z-index: 9000;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #808080;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.next {
    right: 0px;
    border-radius: 3px 0 0 3px;
}

.slideContent {
    display: flex;
    /*    height: 300px;*/
    width: 100%;

}

.slideView {
    margin: 0 -5px;
}

.slidePicture {
    /*    height: 300px;*/
    /*    width: 24%;*/
    flex: 1;
    flex-wrap: wrap;
    background-size: cover;
    margin: 0 5px;
}

.slidePicture button {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-size: cover;
}

/*Carousel using Slick*/

.slick-next::before {
    color: black;
}

.slick-slide {
    position: relative;
}

.slick-slide:focus {
    outline: none;
}

.image-carousel-container {
    padding: 58.3333% 0 0 0;
    /* 58.3333% = 100 / (w / h) = 100 / (360 / 210) */
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 210px;
    position: relative;
    overflow: hidden;
}

.image-carousel-container img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 17px;
    padding: 2.5%;
}

.image-carousel {
    /* width: 360px;
    height: 28vh;
    height: 210px;
    border-radius: 5px;
    margin-right: 15px; */
}

.image-carousel--blackfader {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
    height: 25%;
    background: linear-gradient(transparent, black);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.image-carousel--name {
    position: absolute;
    color: white;
    font-size: 25px;
    left: 15px;
    bottom: 5px;
    font-weight: 500;
}

.image-carousel-wrapper {
    width: 90%;
    margin: 0 auto;
    max-height: 210px;
}

.image-carousel-wrapper-segment {
    background-color: transparent;
}

/*currently-theme-name*/

.currently-theme-name {
    margin-bottom: 30px;
}

/*videoContent*/

.arrow-up {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;

    border-bottom: 40px solid #262626;
}

.video-content-wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #333333;
    padding: 15px;
    padding-left: 27px;
    -webkit-box-shadow: inset 0px 0px 17px 4px #262626;
    -moz-box-shadow: inset 0px 0px 17px 4px #262626;
    box-shadow: inset 0px 0px 17px 4px #262626;
    display: inline-block;
}

.video-content--center {
    display: inline-block;
    position: relative;
    width: 1694px;
    min-height: 300px;
}

.vcenter {
    width: 100%;
    text-align: center;
}

@media (max-width: 1744px) {
    .video-content--center {
        width: 1452px;
    }
}

@media (max-width: 1502px) {
    .video-content--center {
        width: 1210px;
    }
}

@media (max-width: 1260px) {
    .video-content--center {
        width: 968px;
    }
}

@media (max-width: 1018px) {
    .video-content--center {
        width: 726px;
    }
}

@media (max-width: 776px) {
    .video-content--center {
        width: 484px;
    }
}

@media (max-width: 534px) {
    .video-content--center {
        width: 242px;
    }
}

.currently-theme-name h2 {
    margin-left: 15px;
}

.video-content {
    display: flex;
    width: 100%;
    position: relative;
    min-height: 300px;
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-start;
}

.videoContentTitle p {
    text-align: left;
}

.video-wrapper {
    margin-right: 12px;
    margin-bottom: 20px;
    width: 230px;
    background: grey;
    height: 220px;
}

.videoContentThumbnail {
    height: 150px;
    background-size: cover;
}

.videoContentTitle {
    margin-top: 5px;
    font-weight: 700;
    font-size: 19px;
}

.buttonHolder {
    text-align: center;
    position: relative;

}

@media (max-width: 1020px) {
    .logo {
        display: inline-block;
        height: 150px;
        width: 438.75px;
    }

    .segment-split {
        float: left;
        display: block;
    }

    .segment-split li {
        width: 100%;
        height: 20%;
        padding: 25px;
        display: block;
        clear: both;
        display: table;
    }

    .segment-split li:last-child {
        border-bottom: none;
    }

    .segment-split-text {
        width: 70%;
        padding: 5px;
        padding-left: 25px;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        border-left: 1px solid #CCCCCC;
    }

    .segment-split-icon {
        width: 30%;
        padding: 5px;
        padding-right: 25px;
        display: table-cell;
        text-align: right;
    }

    .segment-split-icon img {
        margin: 0;
    }
}

.segment-text-clock {
    display: inline-block;
    vertical-align: middle;
    font-size: 35px;
}

.smalltext {
    padding-top: 5px;
    font-size: 25px;
    color: #fff;
}

.red {
    background: #DB4A44;
}

#clockdiv {
    margin-top: 38px;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div {
    margin: 25px;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    background: #A83737;
    display: inline-block;
}

#clockdiv div > span {
    width: 88px;
    color: #fff;
    font-size: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    background: #DB4A44;
    display: inline-block;
}

.impressum {
    text-align: center;
    width: 100%;
}

@keyframes "bannermoveL" {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-2125px);
    }

}

@-moz-keyframes bannermoveL {
    0% {
        -moz-transform: translateX(0px);
    }
    100% {
        -moz-transform: translateX(-2125px);
    }

}

@-webkit-keyframes "bannermoveL" {
    0% {
        -webkit-transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-2125px);
    }

}

@-ms-keyframes "bannermoveL" {
    0% {
        -ms-transform: translateX(0px);
    }
    100% {
        -ms-transform: translateX(-2125px);
    }

}

@-o-keyframes "bannermoveL" {
    0% {
        -o-transform: translateX(0px);
    }
    100% {
        -o-transform: translateX(-2125px);
    }

}

@keyframes "bannermoveR" {
    0% {
        transform: translateX(-2125px);
    }
    100% {
        transform: translateX(0px);
    }

}

@-moz-keyframes bannermoveR {
    0% {
        -moz-transform: translateX(-2125px);
    }
    100% {
        -moz-transform: translateX(0px);
    }

}

@-webkit-keyframes "bannermoveR" {
    0% {
        -webkit-transform: translateX(-2125px);
    }
    100% {
        -webkit-transform: translateX(0px);
    }

}

@-ms-keyframes "bannermoveR" {
    0% {
        -ms-transform: translateX(-2125px);
    }
    100% {
        -ms-transform: translateX(0px);
    }

}

@-o-keyframes "bannermoveR" {
    0% {
        -o-transform: translateX(-2125px);
    }
    100% {
        -o-transform: translateX(0px);
    }

}
.segment-image {
    display: inline-block;
    margin: 25px;
    margin-right: 0;
    margin-bottom: 0;
    width: 400px;
    height: 250px;
    background-position: center;
    background-size: cover;
    border: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slide-wrapper {
    position: relative;
    height: 300px;
    overflow-y: none;
    overflow-x: hidden;
}

.slide-slider {
    white-space: nowrap;
    position: absolute;
    top: 0;
    height: 300px;
    overflow-y: none;
    overflow-x: hidden;
}

.slide-slider.right {
    -webkit-animation: bannermoveR 15s linear infinite;
    -moz-animation: bannermoveR 15s linear infinite;
    -ms-animation: bannermoveR 15s linear infinite;
    -o-animation: bannermoveR 15s linear infinite;
    animation: bannermoveR 15s linear infinite;
}

.slide-slider.left {
    -webkit-animation: bannermoveL 15s linear infinite;
    -moz-animation: bannermoveL 15s linear infinite;
    -ms-animation: bannermoveL 15s linear infinite;
    -o-animation: bannermoveL 15s linear infinite;
    animation: bannermoveL 15s linear infinite;
}

.text {
    text-align: center;
}
