.navbar_mobile {
    background-color: #117744;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
}

.navbar_mobile_bsb_logo {
    height: 42px;
    margin: 9px 0 0 14px;
}

.navbar_mobile_menu_icon {
    float: right;
}

.icon_menu {
    cursor: pointer;
    float: right;
    margin: 16px 18px 0 0;
}

.icon_menu div {
    background-color: white;
    height: 4px;
    margin: 4px 0;
    transition: 0.4s;
    width: 24px;
}

.change .icon_menu_bar1 {
    -webkit-transform: rotate(-45deg) translate(-11px, 6px);
    transform: rotate(-45deg) translate(-4px, 7px);
}

.change .icon_menu_bar2 {
    opacity: 0;
}

.change .icon_menu_bar3 {
    -webkit-transform: rotate(45deg) translate(-11px, -11px);
    transform: rotate(45deg) translate(-4px, -7px);
}

.container_mobile_menu {
    display: none;
}

.container_mobile_menu.open {
    background-color: #117744;
    bottom: 0;
    display: block;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 4;
}

.mobile_menu {
    display: flex;
    flex-direction: column;
    height: 95%;
    justify-content: space-between;
}

.mobile_menu .navbar_mobile_link {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 48px;
    letter-spacing: 0.5px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar_mobile_phonenumber {
    border: 1px solid white;
    color: white;
    padding: 10px;
    text-decoration: none;
}

.navbar_icon {
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 10px auto 16px;
    height: 26px;
    padding: 11px;
}

.navbar_icon:hover {
    background-color: rgba(0,0,0,0.2);
}

.navbar_instagram_logo svg {
    width: 26px;
    height: 26px;
}

.navbar_facebook_logo {
    width: 26px;
    height: 26px;
}

.navbar_mobile_link:hover {
    color: #E97400;
}

.nav_mobile_active {
    background-color: #E97400;
}

.nav_mobile_active:hover {
    color: white;
}

.navbar,
.navbar_phonenumber {
    display: none;
}

.header_container {
    display: block;
    height: auto;
}

.headerimg {
    background-position: center;
    background-size: cover;
    height: 486px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: -2;
}

.headervid {
    bottom: 0;
    height: 100%;
    position: absolute;
    transform: scale(1.7) translate(0, -4%);
    width: 100%;
    z-index: -1;
}

.headertextfeld {
    background-color: #E97400;
    bottom: 0;
    padding: 18px 18px 4px 18px;
    position: absolute;
    z-index: 1;
}

.headertextfeld p {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.headertextfeld p:nth-of-type(2) {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 26px;
}

.headerimg_overlay {
    background-color: white;
    bottom: 0;
    height: 36px;
    position: absolute;
    width: 100%;
}

@media only screen and (min-width:569px) {
    .headerimg {
        height: 575px;
    }

    .headerimg.videomode {
        height: 677px;
    }

    .headervid {
        bottom: 88px;
        height: calc(100% - 119px);
        left: 50%;
        transform: translate(-50%);
        width: auto;
    }

    .headerimg_overlay.videomode {
        height: 119px;
    }

    .headertextfeld {
        padding: 30px;
    }

    .headertextfeld p {
        font-size: 40px;
        line-height: 48px;
    }

    .headertextfeld p:nth-of-type(2) {
        font-size: 25px;
        line-height: 30px;
        margin: 19px 0 0 0;
    }
}

@media only screen and (min-width:854px) {
    .headervid {
        bottom: 88px;
        height: calc(100% - 119px);
        left: 50%;
        transform: translate(-50%);
        width: auto;
    }
}

@media only screen and (min-width:970px) {
    .container_navbar_mobile {
        display: none;
    }

    .navbar {
        background-color: #117744;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
        display: block;
        height: 96px;
        left: 0;
        overflow: hidden;
        padding: 0 25px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 4;
    }

    .navbar a {
        float: left;
    }

    .navbar_bsb_logo {
        height: 60px;
        margin: 18px 0 0 0;
    }

    .navbar_menu {
        float: right;
        margin: 25px 0 0 0;
    }

    .navbar_link {
        color: white;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.5px;
        padding: 13px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    .navbar_link:hover,
    .navbar_phonenumber:hover {
        border-color: #E97400;
        color: #E97400;
    }

    .navbar_link.active {
        background-color: #E97400;
    }

    .navbar_link.active:hover {
        color: white;
        cursor: pointer;
    }

    .navbar_phonenumber {
        border: 1px solid white;
        color: white;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.5px;
        margin: 0 13px;
        padding: 12px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    .navbar_icon {
        display: inline-block;
        margin: 0 0 0 13px;
    }

    .headerimg {
        margin: 96px 0 0 0;
    }

    .headervid {
        bottom: 119px;
    }
}

@media only screen and (min-width:1007px) {
    .headervid {
        bottom: calc(50% + 60px);
        height: auto;
        left: auto;
        transform: translate(0, 50%);
        width: 100%;
    }
}

@media only screen and (min-width:1173px) {
    .navbar_phonenumber {
        display: inline-block;
    }
}

@media only screen and (min-width:1223px) {
    .navbar_instagram_logo,
    .navbar_facebook_logo {
        /* display: inline-block; */
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (orientation:landscape) {
    .headertextfeld {
        padding: 18px 18px 16px 18px;
    }

    .headertextfeld p {
        font-size: 26px;
        letter-spacing: 0.5px;
        line-height: 28px;
    }

    .headertextfeld p:nth-of-type(2) {
        font-size: 24px;
        letter-spacing: 1.2px;
        line-height: 26px;
        margin: 0;
    }
}
