@font-face {
    font-family: 'DIN Pro';
    src: local('DIN Pro Regular'), local('DIN-Pro-Regular'),
    url('../fonts/DINPro.woff2') format('woff2'),
    url('../fonts/DINPro.woff') format('woff'),
    url('../fonts/DINPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Bebas-Neue-Book';
    src: url('../fonts/Bebas-Neue-Book.ttf.woff') format('woff'),
    url('../fonts/Bebas-Neue-Book.ttf.svg#Bebas-Neue-Book') format('svg'),
    url('../fonts/Bebas-Neue-Book.ttf.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
    url('../fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.body {
    font-family: Arial;
}

.navbar {
    font-family: "DIN Pro";
}

.navbar ul li a {
    color: #989996;
}

.navbar .form-inline a {
    color: #000;
}

.navbar a:hover {
    color: #EC880E !important;
    text-decoration: none;
}

.top-sticky {
    background-color: #ffffff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    position: -webkit-sticky !important; /* Safari */
    position: sticky !important;
    top: 0 !important;
    z-index: 100;
    mix-blend-mode: normal;
}

.cto {
    color: #EC880E;
}

.cto-top {
    color: #EC880E;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', cursive;
}

.hero {
    background-image: url("../images/background_hero.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #4d5b4b;
    background-size: cover;
}

@media (max-width: 992px) {
    .hero {
        background-position: top left;
    }
}

.hero h2 {
    color: #EC880E;
    font-size: 46px;
}

.hero h3 {
    font-size: 34px;

}

.hero h4 {
    /*font-family: "Bebas-Neue-Book" !important;*/
    font-size: 34px;
    line-height: 32px;
    color: #EC880E;
}

.hero p {
    font-family: "DIN Pro";
    line-height: 24px;
    font-size: 16px;
}

.hero .btn-circle {
    padding: 9px 11px;
}


.btn-primary {
    background-color: #EC880E;
    border: 0;
    border-top: 1px solid #FCD488;
    font-family: "DIN Pro";
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 14px;
}

.btn-primary:hover {
    background-color: white;
    color: #EC880E;
}

.btn-primary:disabled {
    color: #B46518;
    background-color: #FCD488;
    opacity: 1;
    border-color: #FCD488;
}

.btn-circle {
    padding: 12px;
    background-color: transparent;
    border: 1px solid #EC880E;
    color: #EC880E;
}

.btn-circle:hover {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

#warum .btn-circle:hover {
    background-color: #EC880E;
    border: 1px solid #EC880E;
    border-top: 1px solid #FCD488;
}

#warum .btn-circle:hover, #kennen .btn-circle:hover {
    background-color: #EC880E;
    border: 1px solid #EC880E;
    border-top: 1px solid #FCD488;
}


#starte .text-center {
    color: #989996;
}

#starte .col-lg-6 {
    border: 1px solid #C9C2BF;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

#starte .col-lg-6:first-child {
    border-radius: 5px 0px 0px 5px;
    border-right: 0;
    background-color: #717E65;
    min-height: 400px;
}

#starte .col-lg-6:first-child:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    border: 1px solid #e7e5e3;
    border-radius: 5px;
    width: calc(100% - 13px);
    height: calc(100% - 13px);
    z-index: 30;
}


#starte .col-lg-6:nth-child(2) {
    border-radius: 0px 5px 5px 0px;
    border-left: 0;
}

@media (max-width: 992px) {
    #starte .col-lg-6:first-child {
        border-radius: 5px 5px 0 0;
        border-bottom: 0;
    }

    #starte .col-lg-6:nth-child(2) {
        border-radius: 0px 0px 5px 5px;
        border-top: 0;
        border-left: 1px solid #C9C2BF;
    }
}


#starte .text-center strong {
    color: #111;
}

#starte h2 {
    font-size: 42px;
}

#starte h3 {
    font-size: 30px;
    font-family: "Bebas-Neue-Book" !important;
    line-height: 32px;
}

#starte p {
    color: #736E6D;
    font-size: 14px;
}

#starte .col-lg-4 {
    font-size: 18px;
}


#starte .col-lg-4 {
    color: #736E6D;
}

#starte .col-lg-4 strong {
    color: #111;
}

#starte2 h3 {
    font-family: "Bebas-Neue-Book" !important;
}

#starte2 .row .col-lg-6.first:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    border: 2px solid white;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    width: calc(100% - 5px);
    height: calc(100% - 13px);
    z-index: 30;
}

#starte2 .row .col-lg-6.second:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    border: 2px solid white;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    width: calc(100% - 5px);
    height: calc(100% - 13px);
    z-index: 30;
}

@media (max-width: 992px) {
    #starte2 .row .col-lg-6.first:before {
        top: 6px;
        left: 6px;
        border: 2px solid white;
        border-radius: 5px;
        width: calc(100% - 13px);
        height: calc(100% - 13px);
        z-index: 30;
    }
    #starte2 .row .col-lg-6.second:before {
        top: 6px;
        left: 6px;
        border: 2px solid white;
        border-radius: 5px;
        width: calc(100% - 13px);
        height: calc(100% - 13px);
        z-index: 30;
    }
    #starte2 .row .col-lg-6.second {
        min-height: 400px;
    }


}

#starte2 .row .col-md-6 p {
    color: #736E6D;
}

#starte2 .row .col-md-6 strong {
    color: #111;
}


#starte2 .row {
    background-color: #E9E7E5;
    border-radius: 5px;
    overflow: hidden;
}


#starte2 .col-lg-6:nth-child(2) {
    background-size: cover;
    background-position: center center;
}

#starte2 p.second {
    color: #736E6D;
}

#starte2 p.second strong {
    color: #111;
}

hr.gray {
    color: #C9C2BF;
}

#starte .branch {
    vertical-align: middle;
    border-style: none;
    position: absolute;
    top: -12px;
    right: 38px;
}


#warum.bg-gray {
    background-color: #e7e5e3;
}

#warum h2 {
    color: #111;
    font-size: 46px;
    line-height: 44px;
}

#warum h3 {
    font-family: "DIN Pro";
    color: #5D8539;
    font-size: 18px;
    font-weight: bold;
}

#warum hr {
    width: 50px;
}

#warum p {
    color: #736E6D;
    font-size: 14px;
    min-height: 130px;
}

#warum .col-lg-3 {
    border-radius: 7px;
    background-color: white;
}

@media (min-width: 768px) {
    #warum .container {
        /*max-width: 95%;*/
    }

    #warum .col-md-4 {
        /*max-width: 32% !important;*/
    }
}

#warum .col-lg-3:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    border: 1px solid #e7e5e3;
    border-radius: 5px;
    width: calc(100% - 13px);
    height: calc(100% - 13px);
    z-index: 30;
}

#warum .col-lg-3 img.icon {
    position: absolute;
    top: -37px;
    left: calc(50% - 35px);
    z-index: 31;
}

#warum .col-lg-3 img.icon-shadow {
    position: absolute;
    top: -60px;
    left: calc(50% - 90px);
    z-index: 30;
}

#warum .col-lg-3 .bg img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

#warum .col-lg-3 p {
    color: #736E6D;
    font-size: 12px;
}

#warum .btn-circle {
    padding: 8px 30px;
}

#warum {
    background-image: url("../images/branch_warum.png"), url("../images/branch_warum_2.png");
    background-repeat: no-repeat;
    background-position: left 60%, right 20%;
    background-size: 20%;
}

#team-pictures .col-lg-12 {
    /*position: absolute;*/
    /*height: 90%;*/
    touch-action: none;
}

#team-pictures .col-lg-12:before {
    content: '';
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: 10%;
    right: 10%;
    border: 1px solid rgba(231, 229, 227, 0.62);
    border-radius: 5px;
    z-index: 30;
    touch-action: none;
}

#team-pictures .col-lg-12 .buttons {
    position: absolute;
    bottom: 12px;
    width: 100%;
    z-index: 31;
}

#team-pictures .col-lg-12 .team_button {
    width: 15px;
    height: 15px;
    border: 2px solid white;
    border-radius: 15px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    cursor: pointer;
}


.team_button:hover, .team_button.active {
    background-color: white;
}


#mitbringen .container {
    border: 1px solid rgba(231, 229, 227, 0.62);
    border-radius: 5px;
}

#mitbringen .row {
    background-image: url('../images/branch_h1.png');
    background-size: 75px;
    background-repeat: no-repeat;
    background-position: 97%;
}

#mitbringen .row {
    background: white;
}

#mitbringen .col-lg-12:first-child {
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('../images/mb_bg.png');
    /*border-bottom: 1px solid #e7e5e3;*/
}

#mitbringen p {
    color: #736E6D;
    font-size: 14px;
    line-height: 30px;
}

#mitbringen h3 {
    font-size: 35px;
}

#mitbringen .col-lg-12.pl-5 {
    background-position: right center;
}

#mitbringen .branch1 {
    position: absolute;
    right: 1%;
    bottom: -80px;
    width: 130px;
}

#mitbringen .branch2 {
    position: absolute;
    right: -75px;
    top: 10px;
    width: 75px;
}

#mitbringen h3.cto {
    line-height: 29px;
}

#jetzt .container-lg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    min-width: 82%;
}

#jetzt .c-j {
    border-radius: 5px;
    border: 1px solid white;
}

#jetzt .c-j .section.pt-5 {
    /*min-height: 400px;*/
}

#jetzt p.gray {
    color: #736E6D;
}

#jetzt h2 {
    font-size: 35px;
    line-height: 34px;
}

#jetzt h3 {
    font-size: 30px;
    font-family: "Bebas-Neue-Book" !important;
    line-height: 32px;
}

#jetzt .khaki {
    color: #717E65;
}

#jetzt .info {
    font-size: 14px;
    color: #151517;
}

#next {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 30px;
    box-shadow: 0px 6px 10px rgba(24, 40, 37, 0.37);
    z-index: 35;
}

#next:hover {
    border-top: 1px solid #B46518;
}

#next:disabled {
    color: #B46518;
    background-color: #FCD488;
    opacity: 1;
    border-color: #FCD488;
}


#back {
    position: absolute;
    background-color: white !important;
    border-color: #FCD488 !important;
    color: #B46518 !important;
    top: 2px;
    left: 5%;
    transform: translateX(-50%);
    padding: 10px 12px;
    box-shadow: 0px 6px 10px rgba(24, 40, 37, 0.37);
    z-index: 35;
}

#back:hover {
    border-top: 1px solid #B46518;
}

button:focus, button:active {
    color: #B46518 !important;
    background-color: #FCD488 !important;
    opacity: 1 !important;
    border-color: #FCD488 !important;
}

#jetzt .btn-quest {
    background-color: white;
    border: 1px solid #989996;
    color: #333;
    padding: 10px 25px;
}

#jetzt .btn-quest.selected {
    border: 1px solid #EC880E;
    color: #EC880E;
    font-weight: bold;
}

#jetzt .btn-quest:hover {
    border: 1px solid #EC880E;
    color: #EC880E;
    font-weight: bold;
}

#jetzt .progress {
    height: 5px;
    border-radius: 5px;
    background-color: #C9C2BF;
}

#jetzt .progress-bar {
    border-radius: 5px;
    background-color: #EC880E;
}

#kennen {
    background-image: url('../images/branch_kennen_1.png'),
    url('../images/branch_kennen_2.png'),
    url('../images/branch_kennen_3.png');
    background-repeat: no-repeat;
    background-size: 204px, 75px, 150px;
    background-position: 10% 70%, 25% 70%, 90% 35%;
}

#kennen.bg-gray {
    background-color: #e7e5e3;
}

#kennen h2 {
    font-size: 35px;
}

#kennen .col-lg-3:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    border: 1px solid #C9C2BF;
    border-radius: 5px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    z-index: 30;
}

#kennen .col-lg-3:after {
    position: absolute;
    top: -6px;
    z-index: 31;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: #e7e5e3;
    width: 100px;
    height: 1px;
}


#kennen p {
    color: #736E6D;
    font-size: 14px;
    line-height: 22px;
}

#kennen .col-lg-3 img {
    position: absolute;
    top: -35px;
    left: calc(50% - 35px);
    z-index: 32
}

#kennen button {
    padding: 12px 35px;
}


#komme {
    background-color: #e7e5e3;
    border: 0;
}

#komme .col-lg-3 {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 20px;
}


#komme .container-lg {
    position: relative;
    height: 425px;
    background-size: cover, cover;
    background-position: center;
    border-radius: 5px;
}

#komme h2 {
    color: white;
}

#komme h3 {
    font-family: "Bebas-Neue-Book" !important;
    color: white;
}

#komme img {
    position: absolute;
    bottom: 10px;
    transform: translateX(-50%);
    left: 50%;
    width: 44px;
}

#komme .row:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    border: 1px solid #e7e5e3;
    border-radius: 5px;
    width: calc(100% - 13px);
    height: calc(100% - 13px);
    z-index: 30;
}


#hinterlasse .container {
    background-color: white;
    border-radius: 5px;
    background-image: url('../images/branch_h1.png'), url('../images/branch_h2.png');
    background-size: 240px, 240px;
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
}


#hinterlasse .c-border {
    border: 1px solid #E9E7E5;
    border-radius: 5px;
}

#hinterlasse button {
    padding: 10px 30px;
    position: absolute;
    bottom: calc(-6rem - 25px);;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

#hinterlasse button:hover {
    border-top: 1px solid #B46518;
}

#hinterlasse h2 {
    font-family: "Bebas-Neue-Book" !important;
    font-size: 40px;
    line-height: 44px;
}

#hinterlasse input {
    border: 1px solid #C9C2BF;
    background-color: #E9E7E5;
}

input.tel {
    padding-left: 84px;
}

.tel-ger {
    background-image: url('../images/icon_ger.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    text-align: left;
    width: 60px;
    color: black;
    position: relative;
    top: -31px;
    left: 20px;
}

#hinterlasse.bg-gray {
    background: linear-gradient(180deg, #e7e5e3 50%, #151517 50%);
}


#footer {
    background-color: #151517;
    padding-top: 70px;
}

#footer a {
    color: white;
    font-family: "DIN Pro";
    margin-right: 20px;
}


#footer a:hover {
    color: #EC880E !important;
    text-decoration: none;
}

#footer a.btn {
    background-color: #151517;
    border-color: #736E6D;
    color: white;
    border-radius: 30px;
    padding: 9px 11px;
}

#footer a.btn:hover {
    color: #EC880E;
    border-color: #EC880E;
}


.hand {
    cursor: pointer;
}


.form-control {
    border-radius: 3px;
}

.hand {
    cursor: pointer !important;
}

.modal-content {
    border: 0 !important;
    border-radius: 5px !important;
}

.modal-footer button {
    border-radius: 30px;
    border: 1px solid #EC880E !important;
}

.modal-footer button:hover {
    border-radius: 30px;
    border: 1px solid #EC880E !important;
}


@media (max-width: 992px) {
    .w-25 {
        width: 80%;
    }

    #hinterlasse .col-lg-3, #jetzt .col-lg-3 {
        margin-left: 10%;
        margin-right: 10%;
    }
}

#team-pic {
    touch-action: none;
}