/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

body, td {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #2f3942;
}

b, strong {
    font-weight: 500;
}

.mbl {
    margin-bottom: 30px;
}

.pbl {
    padding-bottom: 30px;
}

a {
    color: #323d44;
    text-decoration: underline;
}

p {
    margin: 0 0 20px;
    letter-spacing: 0.4px;
}

span {
    font-size: 13px;
    letter-spacing: 2px;
}

.header-container {
    background-color: #eeeff1;
}

.top-header-box, .footer {
    background-color: #2f3942;
}

.top-header-box {
    height: 30px;
}

.header-box {
    position: relative;
}

.header-box .header-line-left {
    margin: 30px 0;
    width: fit-content;
}

.header-box .header-line-right {
    display: none;
}

.header-box .opentime {
    font-size: 13px;
    display: none;
}

.bg-nontp {
    background-color: #fff;
}


.index-headline {
    margin-top: 60px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 300;
    color: #045292;
}

.first-headline {
    margin-top: 30px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    color: #045292;
    white-space: nowrap;
}

.headline {
    margin-top: 30px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    color: #045292;
    white-space: nowrap;
}
.headline-account {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    color: #045292;
    white-space: nowrap;
}

.first-headline-top {
    margin-top: 30px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #045292;
    white-space: nowrap;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #045292;
    white-space: nowrap;
}

.first-headline-bold {
    white-space: nowrap;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 5px;
}

.first-headline:before, .first-headline-top:before, .index-headline:before {
    border: 3px #ffe117 solid;
    width: 20px;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 7px;
}

.box-teaser {
    background-color: #ffe117;
    padding: 10px 30px 20px 30px;
    margin-bottom: 60px;
}

.box-teaser-wide {
    background-color: #ffe117;
    padding: 10px 30px 20px 30px;
}

.box-teaser-wide .first-headline-bold,.box-teaser .first-headline-bold {
    padding-left: 40px;
}

.box-teaser-wide .fhb, .box-teaser .fhb {
    font-weight: 900;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: -3px;
    z-index: 50;
    font-size: 62px;
    padding-right: 10px;
}


.box-teaser .sub-headline {
    font-weight: 500;
    color: #045292;
}

.box-teaser .text-block-inner {
    height: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar-header {
    text-transform: none;
}

.navbar-header a {
    text-decoration: none;
}

.navbar-nav {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #ffe117;
}

.navbar-default {
    background: none;
    background-color: #556677;
    border-radius: unset;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    color: #fff;
}


.sticky div.container div.navbar-header a.navbar-brand {
    display: block;
}

.navbar-oben, .navbar-unten {
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}


.navbar-default .navbar-toggler {
    border-color: #ffe117;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #ffe117;
}

.navbar-default .navbar-toggler .navbar-toggler-icon {
    filter: grayscale(1) invert(1);
}

.navbar-default .navbar-toggler:focus, .navbar-default .navbar-toggler:hover {
    background-color: #5b6e7b;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    text-decoration: none;
    position: relative;
}

nav ul ul {
    list-style: none;
    padding-left: 0;
}

.level_1 a {
    padding: 7px 15px;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}

.level_1 a:hover {
    color: #ffe117;
}

.level_1 a:before {
    content: "-";
    margin-right: 10px;
}

/* Change this in order to change the Dropdown symbol */
.level_1 li > a:after {
    content: ' +';
}

.level_1 li > a:only-child:after {
    content: '';
}

/*.cbwid-22, .cbwid-41, .cbwid-71, .cbwid-72 {*/
/*    background: #eeeff1;*/
/*}*/

.container-bottom {
    margin-top: 30px;
}

.footer-top {
    background-color: #556677;
    padding: 30px 0;
    color: #fff;
}

.footer-phone {
    display: block;
}

.footer-text-line-1 {
    margin-top: 10px;
    text-align: left;
}

.footer-text-line-2 {
    margin-top: 10px;
    text-align: left;
}

.footer {
    margin-top: 0;
}

.footer-box {
    padding-top: 30px;
    color: #ffffff;
}

.footer .navbar-nav > li > a {
    color: #fff;
    display: block;
    padding: 6px 6px;
    text-decoration: none;
}

.footer .navbar-nav > li > a:hover {
    color: #ffe117;
}

.copyright {
    color: #fff;
    text-transform: none;
    padding-top: 6px;
}


.textblock-main ul {
    list-style: none;
    padding-left: 5px;
}

.textblock-main li {
    position: relative;
    margin-left: 20px;
}

.textblock-main .fa-angle-double-right {
    color: #ffe117;
    font-size: 30px;
    position: absolute;
    line-height: 30px;
}

.textblock-main .fa-angle-double-right + a {
    margin-left: 30px;
    padding: 1px;
    background-color:#ffe117;
    letter-spacing:3px;
    font-size: 16px;
    line-height: 30px;
}

.textblock-main li::before {
    content: "\2022";
    color: #ffe117;
    font-weight: bold;
    display: inline-block;
    font-size: 36px;
    position: absolute;
    left: -25px;
}

.textblock-wide {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}

.fhb-textblock {
    font-size: 120px;
    color: #ffe117;
    font-weight: 900;
    line-height: 120px;
    position: relative;
}

.fhb-textblock p {
    margin-top: 20px;
}

.img-dots {
    position: absolute;
    bottom: 5px;
    right: 0;
    max-height: 50%;
}

.text-headline {
    color: #045292;
    font-weight: 300;
}


a.mail-link {
    color: #fff;
    text-decoration: none;
}

.cm-btn.cm-btn-success {
    background-color: #ffe117 !important;
    color: #2f3942 !important;
}

.container-bottom-inner-design-index {
    padding-top: 1rem;
    background: #eeeff1;
}

.container-bottom-design-kontakt {
    background-image: url(/media/images/bg-wide.png);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-bottom-inner-design-kontakt {
    background-color: #ffe117;
    padding-top: 20px;
}

.container-bottom-inner-design-kontakt p {
    letter-spacing: 5px !important;
    font-size: 28px;
    text-align: center;
    font-weight: 300;
}

.img-dots {
    position: absolute;
    bottom: 5px;
    right: 0;
    max-height: 50%;
}

@media (min-width: 380px) {
    .header-box .header-line-right {
        position: absolute;
        top: 74px;
        display: inline-block;
        max-width: fit-content;
        right: 0;
    }
}

@media (min-width: 480px) {


    .header-box .header-line-right .fa {
        font-size: 24px;
        position: relative;
        margin-right: 10px;
        margin-left: 10px;
    }


    .first-headline:before, .index-headline:before {
        width: 50px;
        margin-right: 40px;
    }

    .first-headline {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .text-headline {
        letter-spacing: 8px;
    }

    .footer-phone {
        display: inline-block;
    }

    .footer-text-line-0 {
        padding-bottom: 6px;
        position: relative;
        bottom: 22px;
    }

    .footer-text-line-1 {
        margin-top: 20px;
        padding-left: 30px;
    }

    .footer-text-line-2 {
        margin-top: 20px;
        padding-left: 30px;
    }
}

@media (min-width: 540px) {

}

@media (min-width: 768px) {

    .header-box .header-line-right {
        top: 60px;
    }

    .header-box .opentime {
        display: inline-block;
        max-width: 280px;
    }

    .sticky {
        position: fixed !important;
        top: 0 !important;
        width: 100%;
        z-index: 100;
    }

    .footer {
        padding-bottom: 12px;
    }

    .container-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-text-line-1, .footer-text-line-2 {
        display: inline-block;
    }

    .img-dots {
        position: absolute;
        max-height: 100%;
        right: 0;
    }
}

@media (min-width: 992px) {

    .header-box .opentime {
        max-width: unset;
    }

    .box-teaser .text-block-inner {
        height: 180px;
        overflow: hidden;
    }

    .footer {
        min-height: 100px;
    }

    .index .container-main .overtop {
        margin-top: -60px;
        padding-top: 60px;
    }

    .navbar-oben .level_0 {
        height: 50px;
        line-height: 36px;
    }

    /* Display Dropdowns on Hover */
    nav ul li:hover > ul {
        display: inherit;
        padding-top: 1px;
    }

    /* First Tier Dropdown */
    nav ul ul li {
        width: 100%;
        float: none;
        display: list-item;
        position: relative;
    }

    nav ul ul {
        display: none;
        position: absolute;
        top: 49px; /* the height of the main nav */
        z-index: 10;
        padding-left: 0;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(227, 227, 227, 0.5);
        -moz-box-shadow: 0px 1px 5px 0px rgba(227, 227, 227, 0.5);
        box-shadow: 0px 1px 5px 0px rgba(227, 227, 227, 0.5);
    }

    nav ul ul .level_2 {
        left: 100%;
        top: -1px;
    }

    .navbar-oben .active::before {
        content: "";
        border-bottom: 3px solid #ffe117;
        display: inline-block;
        left: 10px;
        position: absolute;
        bottom: 2px;
        right: 10px;
        z-index: 1000;
    }

    ul .level_1, ul .level_2 {
        flex-direction: column;
        line-height: normal;
    }

    ul .level_1 li {
        display: inline-block;
    }

    .level_1 a:before {
        content: "";
        margin-right: 0;
    }

    .level_1 a {
        padding: 10px 15px;
        background-color: #fff;
        color: #2f3942;
        border-bottom: 1px solid #556677;
    }

    .level_1 .active::before {
        content: "";
        border-left: 4px solid #ffe117;
        display: inline-block;
        left: -2px;
        position: absolute;
        border-bottom: none;
        top: 4px;
        bottom: 4px;
    }

    .header-box .header-line-right {
        top: 70px;
    }

    .navbar-brand {
        margin-top: -3px;
    }

}

@media (min-width: 1200px) {
    .mtxl {
        margin-top: 82px;
    }

    .mtxl1 {
        margin-top: 30px;
    }

    .mtxl2 {
        margin-top: 114px;
    }

    .mtxl3 {
        margin-top: 150px;
    }

    .mbxl {
        margin-bottom: 50px;
    }

    .img-dots {
        position: relative;
        left: 200px;
        top: -70px;
        height: auto;
    }

    .index-headline {
        margin-top: 90px;
    }

    .first-headline {
        margin-top: 60px;
    }

    .container-bottom {
        margin-bottom: 60px;
        margin-top: 60px;

    }
}

@media (min-width: 1400px) {

    .container {
        max-width: 1400px;
    }

    .box-teaser .text-block-inner {
        height: 150px;
        overflow: hidden;
    }

    .box-teaser .first-headline-bold {
        padding-left: 55px;
    }

    .first-headline-bold {
        font-size: 30px;
    }

    .box-teaser .fhb {
        top: -15px;
        left: -3px;
        font-size: 66px;
    }
}