html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #8E0512FF
}

.navbar .navbar-toggle {
    margin-top: 14px;
}

.navbar {
    background-color: #fff;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    height: 51px;
}

.eh-videoheader__textblock {
    margin: 10px 0;
}

.figure-caption {
    margin: 10px 15px;
}

@media (min-width: 992px) {
    .navbar {
        min-height: 70px;
    }

    .navbar-brand img {
        height: 70px;
    }

    .navbar-default .navbar-nav {
        margin-left: 30px;
    }

    .eh-videoheader__textblock {
        margin: 60px 0;
    }
}


.navbar-default .navbar-nav > li > a {
    background-color: #fff !important;
    color: #b70717;
    font-weight: bold;
    font-size: 20px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #8E0512FF
}

.navbar-default .navbar-nav > li > a:after {
    background-color: #fff;
}

@media (min-width: 1200px) {
    .navbar-nav {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .eh-course-teaser__headline {
        font-size: 27px;
    }
}

.eh-videoheader__textblock {
    text-align: left;
}

.eh-course-teaser .item {
    text-align: left;
}

.eh-videoheader__textblock__headline {
    /*font-size: 25px;*/
}

.eh-testimonials .eh-course-teaser__headline {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.eh-testimonials .eh-course-teaser__textblock {
    margin: 20px 0;
}

.eh-testimonials .item {
    /*max-width: 30%;*/
}

@media (min-width: 992px) {
    .eh-testimonials .eh-course-teaser__textblock {
        font-size: 20px;
    }
}

@media (min-width: 768px) {

    .eh-videoheader__textblock__headline {
        font-size: 32px;
    }

    .eh-testimonials .eh-course-teaser__headline {
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 24px;
    }

}

.embed-responsive-item {
    cursor: pointer;
}

.navbar-default {
    border-color: transparent;
}

/* bg */
.eh-videoheader {
    background: url("img/bg.jpeg") no-repeat;
    background-size: cover;
    color: #b70717;
}

.eh-videoheader__playbutton {
    left: 50% !important;
}

/*.stoerer {*/
/*    width: 90px;*/
/*    top: -8px;*/
/*    right: 20px;*/
/*}*/

/*.stoerer__image {*/
/*    !*width: 30%;*!*/
/*}*/

/*.stoerer2 {*/
/*    margin-right: -23px;*/
/*    margin-top: -20px;*/
/*}*/

/*.stoerer__image2 {*/
/*    width: 16%;*/
/*}*/


/*@media (min-width: 460px) {*/
/*    .stoerer {*/
/*        width: 112px;*/
/*        top: -13px;*/
/*        right: 20px;*/
/*    }*/

/*    .stoerer__image {*/
/*        !*width: 30%;*!*/
/*    }*/

/*    .stoerer2 {*/
/*        margin-right: -3px;*/
/*        margin-top: -10px;*/
/*    }*/

/*    .stoerer__image2 {*/
/*        width: 16%;*/
/*    }*/

/*}*/

/*@media (min-width: 615px) {*/
/*    .stoerer {*/
/*        width: 177px;*/
/*    }*/

/*    .stoerer2 {*/
/*        width: 80px;*/
/*        margin-right: 83px;*/
/*        margin-top: 0;*/
/*    }*/

/*    .stoerer__image {*/
/*        width: 80%;*/
/*    }*/

/*    .stoerer__image2 {*/
/*        width: 50%;*/
/*        height: auto;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .stoerer__image {*/
/*        width: 100%;*/
/*    }*/

/*    .stoerer {*/
/*        width: 300px;*/
/*    }*/

/*    .stoerer2 {*/
/*        margin-right: 100px;*/
/*        margin-top: 20px;*/
/*        width: 120px;*/
/*    }*/
/*}*/


/*@media (max-width: 355px) {*/
/*    .eh-image-teaser__stoerer {*/
/*        display: none;*/
/*    }*/
/*}*/

.pt-0 {
    padding-top: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}