/* ----- KEYFRAMES -------------------- */

@keyframes bm-icon {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: .9;
    }
}

@keyframes ken-burns {
    0% {
        transform: scale3d(1, 1, 1);
    }
    
    100% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }
    
    10% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    
    100% {
        transform: scale3d(1, 1, 1);
    }
}

/* ----- GRUNDEINSTELLUNGEN -------------------- */

a {
    color: #124395;
}

a:hover {
    color: #e95125;
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

.bm-hide {
    display: none !important;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    margin: 100vh 0 0;
}

#bm-wrapper {
    overflow-x: hidden;
}

h2 {
    color: #124395;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2.25rem;
}

h3 {
    color: #124395;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2.25rem;
}

h3.text-center:after {
    background-color: #e5e5e5;
    content: '';
    display: inline-block;
    height: 2px;
    margin-left: 15px;
    vertical-align: middle;
    width: 20%;
}

h3.text-center:before {
    background-color: #e5e5e5;
    content: '';
    display: inline-block;
    height: 2px;
    margin-right: 15px;
    vertical-align: middle;
    width: 20%;
}

hr {
    background-color: #e95125;
    border: none;
    height: 2px;
    margin: 42px 0;
    padding: 0;
}

hr.bm-remove-hr {
    border: none;
    height: 0;
}

input,
textarea {
    background-color: #e5e5e5;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #404040;
    font-weight: 700;
    padding: 10px 20px;
    width: 100%;
}

input:focus,
textarea:focus {
    background-color: #f2f2f2;
}

input[type='submit'] {
    background-color: #124395;
    color: #fff;
    float: right;
    padding: 10px 40px;
    width: inherit;
}

input[type='submit']:active,
input[type='submit']:focus {
    background-color: #e95125 !important;
}

label {
    display: block;
}

p {
    margin-bottom: 1.5rem;
}

::selection {
    background-color: #e95125;
    color: #fff;
}

textarea {
    height: 10rem;
}

/* ----- */

/* ----- HEADER -------------------- */

    /* ----- Navigation -------------------- */
    
    #bm-header .bm-navbar {
        background-color: #fff;
        margin: 0 auto;
    }
    
    #bm-header .bm-navbar-brand {
        color: #124395;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 84px;
        padding: 0 0 0 66px;
    }
    
    #bm-header .bm-navbar-brand img {
        height: 120px;
        margin-left: -66px;
        position: absolute;
        top: 0;
    }
    
    #bm-header .bm-navbar-brand span {
        display: none;
    }
    
    #bm-header .bm-navbar-toggler {
        border: none;
        padding: 0;
    }
    
    #bm-header .bm-navbar-toggler-icon {
        background-image: none;
        height: 50px;
        width: 50px;
    }
    
    #bm-header .bm-navbar-toggler-icon img {
        height: 50px;
    }
    
    #bm-nav {
        padding: 0 50px;
    }
    
    #bm-nav .bm-fullscreen-nav {
        align-items: center;
        height: calc(100vh - 100px);
        justify-content: right;
    }
    
    #bm-nav .bm-fullscreen-nav .ml-auto {
        margin-left: 0;
    }
    
    #bm-nav .bm-fullscreen-nav .bm-navbar-nav {
        margin: -84px 0 0;
        width: 100%;
    }
    
    #bm-nav .bm-nav-item {
        border-top: 1px dotted #d9d9d9;
    }

    #bm-nav .bm-nav-item:first-child {
        display: none;
    }
    
    #bm-nav .bm-nav-item:nth-child(2) {
        border: none;
    }
    
    #bm-nav .bm-nav-link {
        color: #124395;
        font-size: 2.4rem;
        padding: 8px 16px !important;
    }
    
    #bm-nav .bm-nav-link-aktiv {
        font-weight: 700 !important;
    }
    
    /* ----- */

#bm-arrow-down {
    position: absolute;
    left: calc(50% - 25px);
    bottom: 15px;
    z-index: 1;
}

#bm-arrow-down img {
    height: 50px;
}

#bm-header {
    overflow: hidden;
    position: absolute;
    top: 0;
}

#bm-header .bm-background-image {
    background-color: #f2f2f2;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#bm-header .bm-background-image:after {
    background-color: rgba(255, 255, 255, 0.45);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#bm-header .bm-container-fluid {
    position: absolute;
    top: 0;
}

#bm-header .bm-display-1 {
    color: #124395;
    font-size: 3rem;
}

#bm-header .bm-display-2 {
    color: #124395;
    font-size: 2rem;
}

#bm-header .bm-icon {
    opacity: .9;
    position: absolute;
    right: 38px;
    top: calc(35% + 50px);
}

#bm-header .bm-icon img {
    height: 30vh;
}

#bm-header .bm-row {
    padding: 100px 25.5px 0;
    width: 100%;
}

#bm-header .bm-text-center {
    text-align: left !important;
}

/* ----- */

/* ----- CONTENT -------------------- */

#bm-content b,
#bm-content strong {
    color: #404040;
}

#bm-content .bm-angebot {
    margin: 0 -51px;
    width: calc(100% + 102px);
}

#bm-content .bm-angebot a p {
    color: #124395;
}

#bm-content .bm-angebot a:hover p {
    color: #e95125;
}
    
#bm-content .bm-angebot .container {
    background-color: #f2f2f2;
}

#bm-content .bm-angebot img {
    margin-top: 2.25rem;
    max-height: calc(269px * .3);
    max-width: calc(269px * .3);
}

#bm-content .bm-angebot p {
    font-size: .8rem;
    font-weight: 700;
}

#bm-content .bm-mitarbeiter img {
    width: 374px;
}

#bm-content .bm-mitarbeiter .bm-jahrgang {
    background-color: #124395;
    color: #fff;
    font-weight: 300;
    margin-left: 15px;
    padding: 2.5px 15px;
    position: absolute;
    right: -2px;
    margin-top: -59px;
    
}

#bm-content .bm-mitarbeiter h3 {
    font-size: 1.5rem;
}

#bm-content .bm-mitarbeiter p {
    font-size: 1rem;
}

#bm-content .bm-mitarbeiter img {
    margin-bottom: .5rem;
    width: 100%;
}

#bm-content .bm-row {
    padding: 42px 25.5px;
}

#bm-content p {
    color: #595959;
}

.gm-style .gm-style-iw h3 {
    color: #404040;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 1.5rem !important;
    margin-bottom: .5rem !important;
}

.gm-style .gm-style-iw p {
    color: #595959;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 1rem !important;
    margin-bottom: .5rem !important;
}

.gm-style .gm-style-iw strong {
    color: #404040;
}

/* ----- */

/* ----- FOOTER -------------------- */

#bm-badge {
    height: 120px;
    margin: -80px 0 0;
    -webkit-transform: rotate(4.5deg);
    -moz-transform: rotate(4.5deg);
    transform: rotate(4.5deg);
}

#bm-footer {
    background-color: rgba(18, 67, 149, .9);
}

#bm-footer a {
    color: #fff;
}

#bm-footer .bm-row {
    padding: 42px 25.5px;
}

#bm-footer h3 {
    color: #fff;
}

#bm-footer p {
    color: #fff;
    margin: 0;
}

/* ----- */


@media(max-width: 575px) {
    
    /* ----- Header -------------------- */

    #bm-content .bm-angebot {
        padding: 0 18px !important;
    }
    
    /* ----- */
    
}

@media(min-width: 576px) {
    
    /* ----- Header -------------------- */
    
    #bm-header .bm-display-1 {
        font-size: 4.5rem;
    }
    
    #bm-header .bm-display-2 {
        font-size: 3rem;
    }
    
    #bm-header .bm-navbar .bm-container {
        padding: 0 15px !important;
    }
    
    /* ----- */
    
    /* ----- Content -------------------- */
    
    #bm-content .bm-absatz-mit-bild {
        margin: 0 -25.5px;
        padding: 25.5px 25.5px;
        max-width: calc(100% + 51px);
    }
    
    #bm-content .bm-angebot {
        margin: 0 -30.5px;
        max-width: calc(100% + 61px);
        width: calc(100% + 61px);
    }
    
    #bm-content .bm-angebot img {
        max-height: calc(269px * .5);
        max-width: calc(269px * .5);
    }
    
    #bm-content .bm-angebot p {
        font-size: 1rem;
    }
    
    /* ----- */
    
}




@media(max-width: 767px) {

    /* ----- Footer -------------------- */
    
    #bm-footer p.bm-margin {
        margin-top: 30px;
    }
    
    /* ----- */
    
}

@media(min-width: 768px) {
    
    /* ----- Header -------------------- */
    
    #bm-header .bm-display-1 {
        font-size: 6.75rem;
    }

    #bm-header .bm-display-2 {
        font-size: 4.5rem;
    }
    
    #bm-header .bm-icon {
        top: calc(30% + 50px);
    }

    #bm-header .bm-icon img {
        height: 40vh;
    }
    
    /* ----- */
    
    /* ----- Content -------------------- */
    
    #bm-content .bm-angebot {
        margin: 0 -30.5px;
        max-width: calc(100% + 61px);
        width: calc(100% + 61px);
    }
    
    #bm-content .bm-angebot p {
        font-size: 1.125rem;
    }
    
    #bm-content .bm-mitarbeiter img {
        width: 304px;
    }
    
    /* ----- */
    
}

@media(min-width: 992px) {
    
    /* ----- Grundeinstellungen -------------------- */
    
    h2 {
        font-size: 2.25rem;
    }
    
    h3 {
        font-size: 1.875rem;
    }
    
    hr {
        margin: 120px 0;
    }
    
    ol, ul {
        font-size: 1.5rem;
    }
    
    /* ----- */
    
    /* ----- Header -------------------- */
        
        /* ----- Navigation -------------------- */
        
        .bm-add-background {
            background-color: rgba(255, 255, 255, .95) !important;
            -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
            -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
            cursor: grabbing;
            transition: all ease .5s;
        }
    
        #bm-header .bm-background-image {
            animation-duration: 10s;
            animation-fill-mode: forwards;
            animation-name: ken-burns;
        }
        
        #bm-header .bm-navbar {
            background-color: transparent;
            padding-bottom: 0;
            padding-top: 0;
        }
        
        #bm-header .bm-navbar-brand {
            font-size: 2.25rem;
            line-height: 125px;
            padding: 0 0 0 64px;
            position: relative;
            transition: all ease .5s;
        }
        
        #bm-header .bm-navbar-brand img {
            height: 150px;
            left: 0 !important;
            margin-left: 0 !important;
            position: absolute;
            top: 0;
        }
        
        #bm-header .bm-navbar-brand span {
            color: rgba(18, 67, 149, 1);
            display: inline;
            font-size: .75rem;
            line-height: 1;
            position: absolute;
            right: 15px;
            top: 67px;
        }
        
        #bm-header .bm-navbar-brand:active,
        #bm-header .bm-navbar-brand:focus {
            opacity: .85 !important;
            -webkit-transform: scale(1) !important;
            -moz-transform: scale(1) !important;
            transform: scale(1) !important;
            transition: none !important;
        }
        
        #bm-header .bm-navbar-brand:hover {
            -webkit-transform: scale(1.075);
            -moz-transform: scale(1.075);
            transform: scale(1.075);
            transition: all ease .25s;
        }
        
        #bm-nav {
            padding: 0;
        }
    
        #bm-nav .bm-fullscreen-nav {
            height: inherit;
            width: 100%;
        }

        #bm-nav .bm-fullscreen-nav .ml-auto {
            margin-left: auto;
        }

        #bm-nav .bm-fullscreen-nav .bm-navbar-nav {
            margin: 0 0 0 auto;
            width: auto;
        }
    
        #bm-nav .bm-nav-item {
            border: none;
        }
        
        #bm-nav .bm-nav-link {
            font-size: 1.875rem;
            font-weight: 300;
            line-height: 125px;
            margin-left: 30px;
            opacity: .85;
            padding: 0 !important;
            transition: all ease .5s;
        }
        
        #bm-nav .bm-nav-link:active,
        #bm-nav .bm-nav-link:focus {
            color: #e95125 !important;
            -webkit-transform: scale(1) !important;
            -moz-transform: scale(1) !important;
            transform: scale(1) !important;
            transition: none !important;
        }
        
        #bm-nav .bm-nav-link:hover {
            opacity: 1;
            -webkit-transform: scale(1.075);
            -moz-transform: scale(1.075);
            transform: scale(1.075);
            transition: all ease .25s;
        }
        
        #bm-nav .bm-nav-link {
            padding-right: 76px;
        }
        
        .bm-nav-link-hover {
            opacity: .5 !important;
        }
        
        .bm-nav-link-hover:hover {
            opacity: 1 !important;
        }
        
        .bm-remove-nav .bm-navbar-brand {
            opacity: 0;
            transition: all ease .5s;
        }
        
        .bm-remove-nav nav {
            background-color: rgba(233, 81, 37, .9) !important;
            transform: translate3d(0, -80px, 0);
            transition: all ease .5s;
        }
        
        /* ----- */
        
    #bm-arrow-down {
        animation-delay: .25s;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: pulse;
        cursor: pointer;
        transition: all ease .5s;
    }
    
    #bm-arrow-down:active,
    #bm-arrow-down:focus {
        opacity: .85;
        -webkit-transform: scale(.9) !important;
        -moz-transform: scale(.9) !important;
        transform: scale(.9) !important;
        transition: none !important;
    }
    
    #bm-arrow-down:hover {
        animation-play-state: paused;
    }
    
    #bm-header .bm-display-1 {
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-name: pulse;
        font-size: 9rem;
    }
    
    #bm-header .bm-display-2 {
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-name: pulse;
        font-size: 6rem;
    }
    
    #bm-header .bm-icon {
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-name: bm-icon;
        opacity: 0;
        right: calc(50% - 930px / 2);
        top: 20%;
    }
    
    #bm-header .bm-icon img {
        height: 60vh;
    }
    
    #bm-header .bm-row {
        padding: 0;
    }
    
    #bm-header .bm-text-center {
        text-align: center !important;
    }
    
    /* ----- */
    
    /* ----- Content -------------------- */
    
    #bm-content .bm-angebot {
        margin: 0 -93px;
        max-width: calc(100% + 186px);
        width: calc(100% + 186px);
    }
    
    #bm-content .bm-angebot img {
        max-height: calc(269px * .3);
        max-width: calc(269px * .3);
    }
    
    #bm-content .bm-angebot p {
        font-size: 1rem;
    }
    
    #bm-content .bm-mitarbeiter img {
        margin-bottom: 1rem;
        width: 374px;
    }
    
    #bm-content .bm-row {
        padding: 120px 88px;
    }
    
    #bm-content p {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 2.25rem;
    }
    
    /* ----- */
    
    /* ----- Footer -------------------- */
    
    #bm-badge {
        height: 180px;
        margin: -110px 0 0;
        -webkit-transform: rotate(4.5deg);
        -moz-transform: rotate(4.5deg);
        transform: rotate(4.5deg);
    }
    
    #bm-footer .bm-container .bm-row {
        padding: 60px 88px;
    }
    
    #bm-footer h3 {
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 42px;
    }
    
    #bm-footer p {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    
    /* ----- */
    
}

@media(min-width: 1200px) {
    
    /* ----- Grundeinstellungen -------------------- */
    
    .bm-hide {
        display: inline !important;
    }
    
    /* ----- */
    
    /* ----- Header -------------------- */
        
        /* ----- Navigation -------------------- */
        
        #bm-header .bm-navbar-brand img {
            left: calc(50% - 1110px / 2);
        }
        
        /* ----- */
    
    #bm-header .bm-icon {
        right: calc(50% - 1110px / 2);
    }
    
    /* ----- */
    
    /* ----- Content -------------------- */
    
    #bm-content .bm-absatz-mit-bild img {
        max-width: 381px;
    }
    
    #bm-content .bm-absatz-mit-bild.bm-zwei-bilder img {
        max-width: 291px;
    }
    
    #bm-content .bm-angebot img {
        max-height: calc(269px * .5);
        max-width: calc(269px * .5);
    }
    
    #bm-content .bm-angebot p {
        font-size: 1.125rem;
    }
    
    #bm-content .bm-mitarbeiter img {
        width: 299px;
    }
    
    /* ----- */
    
}

@media(min-width: 1695px) {
    
    /* ----- Header -------------------- */
        
        /* ----- Navigation -------------------- */
        
        #bm-header .bm-navbar-brand img {
            left: calc(50% - 1635px / 2);
        }
        
        /* ----- */
    
    #bm-header .bm-container {
        max-width: 1665px;
    }
    
    #bm-header .bm-display-1 {
        font-size: 10.8rem;
    }
    
    #bm-header .bm-display-2 {
        font-size: 7.2rem;
    }
    
    #bm-header .bm-row {
        max-width: 1140px;
    }
    
    /* ----- */
    
    /* ----- Content -------------------- */
    
    #bm-content .bm-absatz-mit-bild img {
        max-width: 445px;
    }
    
    #bm-content .bm-absatz-mit-bild.bm-zwei-bilder img {
        max-width: 350px;
    }
    
    #bm-content .bm-mitarbeiter {
        max-width: 1665px;
        padding: 0 88px !important;
        position: relative;
        left: calc(50% - 832.5px);
        width: 1665px;
    }
    
    #bm-content .bm-mitarbeiter img {
        width: 464px;
    }
    
    #bm-content .bm-row {
        padding: 120px 0;
    }
    
    /* ----- */
    
    /* ----- Footer -------------------- */
    
    #bm-footer .bm-container {
        max-width: 1665px;
    }
    
    /* ----- */
    
}