.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

@font-face {
    font-family: "MarketOT-Regular";
    src: url("../Fonts/marketot/MarketOT-Regular.eot");
    /* IE9 Compat Modes */
    src: url("../Fonts/marketot/MarketOT-Regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../Fonts/marketot/MarketOT-Regular.otf") format("opentype"),
        /* Open Type Font */
        url("../Fonts/marketot/MarketOT-Regular.svg") format("svg"),
        /* Legacy iOS */
        url("../Fonts/marketot/MarketOT-Regular.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../Fonts/marketot/MarketOT-Regular.woff") format("woff"),
        /* Modern Browsers */
        url("../Fonts/marketot/MarketOT-Regular.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "HelveticaNeueLTStd-BlkCn";
    src: url("../Fonts/helveticaneue/HelveticaNeueLTStd97BlackCondensed.eot");
    /* IE9 Compat Modes */
    src: url("../Fonts/helveticaneue/HelveticaNeueLTStd97BlackCondensed.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../Fonts/helveticaneue/HelveticaNeueLTStd97BlackCondensed.otf") format("opentype"),
        /* Open Type Font */
        url("../Fonts/helveticaneue/HelveticaNeueLTStd97BlackCondensed.svg") format("svg"),
        /* Legacy iOS */
        url("../Fonts/helveticaneue/HelveticaNeueLTStd97BlackCondensed.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../Fonts/helveticaneue/HelveticaNeueLTStd97BlackCondensed.woff") format("woff"),
        /* Modern Browsers */
        url("../Fonts/helveticaneue/HelveticaNeueLTStd97BlackCondensed.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: bolder;
    font-style: bolder;
}








#automatModal .modal-dialog {
    width: 600px;
}

@media screen and (max-width: 600px) {
    #automatModal .modal-dialog {
        width: 100%;
    }
}






#automatModal .modal-content .content {
    background-image: url(../images/rumpsteak.jpg);
    background-position: 21% 65%;
    background-size: 180%;
    background-repeat: no-repeat;
    height: 85vh;
    padding: 20px 40px;
}

@media screen and (max-width: 600px) {
    #automatModal .modal-content .content {
        padding: 20px;
    }
}

@media screen and (max-height: 800px) {
    #automatModal .modal-content .content {
        background-position: 21% 63%;
    }
}



#automatModal .close {
    background-color: #f9ba25;
    opacity: 1;
    text-shadow: none;
    padding: 10px;
    color: #fff;
    border-radius: 0;
}

@media screen and (max-width: 600px) {
    #automatModal .close {
        padding: 5px;
        font-size: 40px;
    }
}

#automatModal .fa-stack {
    color: #fff;
}




#automatModal .row {
    position: absolute;
    bottom: 0;
    color: #fff;
}

#automatModal .box-orange {
    background-color: #f9ba25;
    padding: 30px;
    padding-bottom: 0px;
}

#automatModal .box-orange h2 {
    text-transform: uppercase;
    font-family: "HelveticaNeueLTStd-BlkCn";
    font-weight: 900;
    font-size: 60px;
    letter-spacing: 0.05em;
    line-height: 0.9;
    margin-top: 0px;
}

@media screen and (max-width: 600px) {
    #automatModal .box-orange h2 {
        font-size: 40px;
    }
}

#automatModal .box-orange p {
    color: #3c3c3b;
    font-family: "MarketOT-Regular";
    font-size: 28px;
    line-height: 1;
}

@media screen and (max-width: 600px) {
    #automatModal .box-orange p {
        font-size: 20px;
    }
}

#automatModal .box-logo {
    background-color: #3c3c3b;
    position: absolute;
    right: 15%;
    top: -15%;
    padding: 17px;
}

@media screen and (max-width: 600px) {
    #automatModal .box-logo {
        right: 5%;
        top: -10%;
        padding: 10px;
    }
}


#automatModal .box-logo img {
    width: 100%;
}

#automatModal .box-bottom {
    text-transform: uppercase;
    font-family: "HelveticaNeueLTStd-BlkCn";
    font-size: 21px;
    width: 450px;
    margin-top: 30px;
    font-weight: bolder;
    line-height: 1.1;
    letter-spacing: 0.7px;
}

@media screen and (max-width: 600px) {
    #automatModal .box-bottom {
        font-size: 15px;
        letter-spacing: 0.3px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {

    #automatModal .box-bottom p {
        padding: 0;
    }
}

#automatModal .box-bottom small {
    font-size: 75%;
}

.modal-backdrop {
    z-index: 1040;
}









/* Karriere Interview Modal */
#uid-164 .modal-backdrop {
    background: white;
}
#uid-133 .modal-backdrop {
    display: none;
}

#uid-164 #mm-0 {
    z-index: unset;
}

#interviewModal .bg {
    background-image: url(../images/interview-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1100px;
    height: 1100px;
    margin: 25px 0;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1100px) {
    #interviewModal .bg {
        width: 100%;
        height: 1100px;
    }
}

#interviewModal .bg .content {
    width: 65%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1100px) {
    #interviewModal .bg .content {
        width: 80%;
    }
}

#interviewModal .bg .content h4 {
    color: #197b37;
    font-family: "MarketOT-Regular";
    font-size: 21px;
    margin-bottom: 0;
    text-transform: none;
}

#interviewModal .bg .content p {
    font-size: 14px;
}

#interviewModal .bg .content #interviewSlider {
    padding-top: 0;
}



#interviewModal .bg .content #interviewSlider .carousel-inner .head-row {
    margin-bottom: 15px;
}

#interviewModal .bg .content #interviewSlider .carousel-inner .head-row div {
    min-height: 250px;
}

#interviewModal .bg .content #interviewSlider .carousel-control {
    background: none;
    display: flex;
    align-items: center;
    right: -120px;
    opacity: 1;
    width: 150px;
}

#interviewModal .bg .content #interviewSlider .carousel-control .inner {
    text-align: left;
    position: relative;
}

#interviewModal .bg .content #interviewSlider .carousel-control .icon-frame {
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 20px;
}

#interviewModal .bg .content #interviewSlider .carousel-control .icon-frame .icon {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 17px solid #197b37;
}

#interviewModal .bg .content #interviewSlider .carousel-control p {
    color: #d4ac4f;
    font-family: "MarketOT-Regular";
    text-shadow: none;
    font-size: 27px;
    transform: rotate(-10deg);
    line-height: 1;
}





#interviewModal .bg .content #interviewSlider .img-box {
    text-align: center;
    background-image: url(../images/interview-img-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 -40px;
    padding: 0 40px;
    margin-left: -10px;
    margin-bottom: 25px;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#interviewModal .bg .content #interviewSlider #azubi .img-box {
    margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
    #interviewModal .bg .content #interviewSlider .img-box {
        padding: 0;
        margin: 0;
    }
}

#interviewModal .bg .content #interviewSlider .img-box img {
    width: 180px;
}

#interviewModal .bg .content #interviewSlider #azubi .img-box img {
    width: 250px;
}




#interviewModal .bg .content #interviewSlider .text-box {
    margin-left: -30px;
}

@media screen and (max-width: 769px) {
    #interviewModal .bg .content #interviewSlider .text-box {
        margin-left: 0px;
    }
}


#interviewModal .bg .content #interviewSlider .text-box p {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
}

#interviewModal .bg .content #interviewSlider h2 {
    color: #d4ac4f;
    font-family: "MarketOT-Regular";
    font-size: 50px;
    text-transform: none;
    transform: rotate(-5deg);
    margin-bottom: 0;
}

#interviewModal .bg .content #interviewSlider #azubi h2 {
    margin-top: 70px;
}

#interviewModal .bg .content #interviewSlider .caption {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 40px;
    top: 40px;
    background: #197b37;
    color: rgba(255, 255, 255, 0.8);
    padding: 0 7px;
    text-transform: uppercase;
    font-size: 13px;
}


/* Responsive  */
@media screen and (max-width: 991px) {
    #interviewModal {
        margin: 0 15px;
    }

    #interviewModal .bg {
        background: #e2e8dc;
        background-image: url(../images/zweibubbles.png);
        background-size: cover;
        background-repeat-x: no-repeat;
        height: auto;
        display: block;
        border-radius: 25px;
    }

    #interviewModal .bg .content {
        width: 88%;
    }

    #interviewModal .bg .content #interviewSlider {
        padding: 50px;
    }
}

@media screen and (max-width: 900px) {

    #interviewModal .bg .content {
        width: 100%;
    }

    #interviewModal .bg .content #interviewSlider {
        padding: 50px;
    }

    #interviewModal .bg .content #interviewSlider .carousel-control {
        right: 20px;
        bottom: -30px;
        display: block;
        height: 100px;
        margin: 0;
        top: auto;
    }
}
@media screen and (max-width: 570px) {
    #interviewModal .col-xs-6 {
        width: 100%;
    }
}

.modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal .cookie-hint-marketing {
    background-color: #1a7b37;
    padding: 1rem;
    border: 1px solid #FFF;
    outline: 4px solid #1a7b37;
}