@font-face {
    font-family: 'Opel Sans Condensed';
    src: url('../fonts/OpelSansCondensed.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpelSansCondensed.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/OpelSansCondensed.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Opel-Sans-Condensed_34001.ttf') format('truetype') /* Safari, Android, iOS */
;
}


@font-face {
    font-family: 'Opel Sans Condensed Bold';
    src: url('../fonts/OpelSansCondensed-Bd.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpelSansCondensed-Bd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/OpelSansCondensed-Bd.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Opel-Sans-Condensed-Bold_33999.ttf') format('truetype') /* Safari, Android, iOS */
;
}

body {
    background: rgba(36, 36, 36, 1);
    background: -moz-linear-gradient(top, rgba(36, 36, 36, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36, 36, 36, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(36, 36, 36, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(36, 36, 36, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(36, 36, 36, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(36, 36, 36, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background-repeat-y: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#000000', GradientType=0);
}

.padding-karriere {
    padding-left: 30px;
}

p {
    color: white;
    font-size: 14px;
    text-shadow: 0px 1px 0px #111;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}

ul.standard {
    color: #9e9e9e;
    list-style-image: url('../img/layout/standard-list-item.png');
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    text-shadow: 0px 1px 0px #111;
}

.control-label {
    color: white;
    font-family: Opel Sans Condensed;
    font-size: 16px;
}

.form-control {
    background-color: #161616;
    border: 1px solid #000000;
    color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(34, 34, 34, 1);
    box-shadow: inset 0 1px 1px rgba(34, 34, 34, 1);
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(34, 34, 34, 1), 0 0 8px rgba(254, 190, 16, 1);
    box-shadow: inset 0 1px 1px rgba(34, 34, 34, 1), 0 0 8px rgba(254, 190, 16, 1);
    border-color: #000000;
}

.btn-primary {
    background: none;
    font-size: 16px;
    font-family: Opel Sans Condensed;
    border: none;
}

.btn-primary:hover {
    color: #000;
    background-color: #febe10;
}

.btn-primary:hover i.fa {
    color: #000;
}

.thumbnail {
    background-color: #1e1e1e;
    border: 1px solid #e0e0e0;
}

.thumbnail h3 {
    font-size: 16px;
}

.leistungsbereich {
    border-bottom: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}


/*Headlines*/

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    color: #eeb210;
    font-family: 'Opel Sans Condensed Bold';
}

h2, h3 {
    margin-top: 0;
}


.topbar {
    width: 100%;
    background: #545454;
    border-top: 5px solid #febe10;
    font-family: 'Opel Sans Condensed';
}

.topbar a {
    text-shadow: 0px 1px 0px #111;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    margin-top: -5px;
}

.system-navi {
    float: right;
}

.system-navi li {
    display: inline-block;
    padding: 10px 10px 0px 10px;
}


/*Navi*/

.nav.navbar-nav, .collapse.navbar-collapse {
    padding: 0;
}

ul.nav.navbar-nav li:first-child {
    padding-left: 0;
}


ul.nav.navbar-nav li a {
    color: white;
    font-family: 'Opel Sans Condensed';
}

ul.nav.navbar-nav li a:hover {
    color: white;
}

ul.nav.navbar-nav li:hover, .navbar-default .navbar-nav > .active > a:hover {
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(254, 190, 16, 1);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(254, 190, 16, 1);
    box-shadow: inset 0px -4px 0px 0px rgba(254, 190, 16, 1);
    background: none;
    color: white;
}


.navbar-default .navbar-nav > .active > a {
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 1);
    color: #febe10;
    background: none;
}

.telefon {
    background: url('../img/layout/telefon-bg.png');
    display: inline-block;
    padding: 0px 35px;
}

.telefon a {
    font-family: 'Opel Sans Condensed Bold';
    font-size: 25px;
    color: black;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.timeline {
    background: url('../img/layout/Opelfischer_Timeline_2025.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
    height: 2300px;
}

.timeline-article {
    text-align: center;
    width: 40%;
    position: absolute;
}


.timeline-article p {
    width: 70%;
    margin: 0 auto;
}

.timeline-img {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 6px #111111 solid;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
}

.timeline-img img {
    border-radius: 50%;
}

.timeline-img-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 5px 10px rgba(17, 17, 17, 0.25);
    -moz-box-shadow: inset 0px 0px 5px 10px rgba(17, 17, 17, 0.25);
    box-shadow: inset 0px 0px 5px 10px rgba(17, 17, 17, 0.25);
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;
}


.timeline-article.numb-1 {
    right: 95px;
    top: 810px;
}

.timeline-article.numb-2019 {
    left: -60px;
    top: 750px;
}

.timeline-article.numb-2 {
    left: 220px;
    top: 950px;
}

.timeline-article.numb-3 {
    right: -50px;
    top: 1250px;
}

.timeline-article.numb-4 {
    left: -55px;
    top: 1790px;
}

.timeline-article.numb-5 {
    right: 84px;
    top: 1693px;
}

.timeline-article.numb-6 {
    left: 225px;
    top: 2000px;
}

.timeline-article.numb-7 {
    right: -55px;
    top: 2150px;
}

.timeline-article.numb-8 {
    left: -55px;
    top: 1380px;
}

.timeline-article.numb-9 {
    left: 280px;
    top: 1080px;
}

.timeline-article.numb-10 {
    top: 680px;
    right: -45px;
}

.timeline-article.numb-11 {
    top: 580px;
    left: -50px;
}

.timeline-article.numb-12 {
    top: 265px;
    right: 52px;
}

.timeline-article.numb-13 {
    top: 90px;
    left: 173px;
}

.timeline-article h3 {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.timeline-img.numb-1 {
    right: 15px;
    top: 1000px;
}

.timeline-img.numb-2 {
    display: none;
}

.timeline-img.numb-3 {
    left: 15px;
    top: 935px;
}

.timeline-img.numb-4 {
    display: none;
}

.timeline-img.numb-5 {
    left: 20px;
    top: 1110px;
}

.timeline-img.numb-6 {
    right: 871px;
    top: 1529px;
}

.timeline-img.numb-7 {
    left: 35px;
    top: 2004px;
}

.timeline-img.numb-8 {
    right: 20px;
    top: 1865px;
}

.timeline-img.numb-9 {
    right: 189px;
    top: 1429px;
}

.timeline-img.numb-10 {
    top: 400px;
    right: 50px;
}

.timeline-img.numb-11 {
    top: 300px;
    left: 50px;
}

.timeline-img.numb-13 {
    top: -1px;
    left: 29px;
}

.timeline-img.numb-12 {
    top: 0;
    right: 150px;
}


.team-slider-li-gr {
    width: 220px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 6px #111111 solid;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
    float: right;
    margin-bottom: 10px;
}

.team-vorsteller .bx-wrapper {
    width: 100%;
    float: right;
}

.team-slider-li {
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 6px #111111 solid;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
}


.last-block a {
    color: #9e9e9e;
    padding-left: 10px;
}

#bxslider-team li {
    /*width: 7.69% !important;*/
    float: right !important;
    padding-left: 200px;
}

.kontakt-telefon {
    font-family: 'Opel Sans Condensed Bold';
    font-size: 25px;
    color: white;
}

.team-slider-li img, .team-slider-li-gr img {
    border-radius: 50%;
}

.team-vorsteller {
    margin-top: 75px;
}

.team-vorsteller .bx-wrapper .bx-next {
    right: 230px;
    margin-top: 150px;
    background: url(../img/layout/team-slider-next.png) no-repeat 0px 0px;
}

.team-vorsteller .bx-wrapper .bx-prev {
    left: 120px;
    margin-top: 150px;
    background: url(../img/layout/team-slider-prev.png) no-repeat 0px 0px;
}


i.fa {
    color: #fabc11;
}

span#opel-partner {
    font-family: 'Open Sans', sans-serif;
    font-weight: light;
    color: #fabc11;
    font-size: 36px;
    font-style: italic;
}

#opel-partner-2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #9e9e9e;
    font-size: 26px;
    font-style: italic;
    text-shadow: 0px 1px 0px #111;
    display: block;
    text-align: right;
}


/*Content*/

.headgrafik {
    padding-top: 25px;
}

.wrapper {
    border-top: 3px solid rgba(254, 190, 16, 0);
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(left, #333333 0%, #1b1b1b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #333333 0%, #1b1b1b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #333333 0%, #1b1b1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#1b1b1b', GradientType=1); /* IE6-9 */
    margin-top: 2em;
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 60px;
}

.wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgba(239, 169, 0, 1) 0%, rgba(254, 190, 16, 1) 31%, rgba(239, 169, 0, 1) 50%, rgba(254, 190, 16, 0) 100%);
    top: 0px;
    left: 0;
}

.margin-top-50 {
    margin-top: 50px;
}

ol.list-upper-roman {
    list-style-type: upper-roman;
    color: white;
    color: #eeb210;
    font-family: 'Open Sans';
}


/*Slider*/

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: transparent;
    -webkit-transform: translatez(0);
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    color: transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #febe10;
}

.bx-wrapper .bx-pager {
    text-align: right;
    color: #fff;
}

.bxslider li {
    width: 100%;
}

.auto-slider-bg {
    background: #111111;
    padding: 30px 0px;
}


.auto-slider-bg .bx-wrapper .bx-prev {
    left: -15px;
    background: url(../img/layout/auto-slider-prev.png) no-repeat 0px 0px;
}

.auto-slider-bg .bx-wrapper .bx-next {
    right: -15px;
    background: url(../img/layout/auto-slider-next.png) no-repeat 0px 0px;
}

.auto-slider-bg .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 50px;
    margin-top: -90px;
}


.auto-slider-bg p {
    font-size: 14px;
}

.auto-slider-bg hr {
    border-top: 1px solid #2b2b2b;
    margin-top: 10px;
    margin-bottom: 10px;
}

.autoart {
    font-family: 'Opel Sans Condensed Bold';
    font-size: 11px;
    color: #808080;
}

.preis {
    font-family: 'Opel Sans Condensed Bold';
    color: #febe10;
    font-size: 18px;
    float: right;
}

.agb li a {
    color: white;
}

h4.autoname {
    font-family: 'Opel Sans Condensed Bold';
    min-height: 38px;
}

.kontakt-teaser {
    background-image: url('../img/layout/kontakt-teaser.jpg');
    background-repeat: no-repeat;
    padding: 20px 10px;
}

.emissionswerte {
    display: block;
    font-size: 11px;
    color: #fff;
    margin-top: -8px;
}

.car-emission {
    margin-top: 10px;
    font-size: 11px;
    padding: 0 15px;
    color: #c7c6c6;
}

.mehr-button {
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    padding-left: 5px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 45px;
    display: inline-table;
}

a.mehr-button:hover {
    color: #febe10;
    text-decoration: none;
}

ul.wagen li {
    list-style: none;
}

ul.wagen li a {
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    padding-left: 5px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 5px;
    display: inline-table;

}

ul.wagen li a:hover {
    color: #febe10;
    text-decoration: none;
}


/* Footer*/
footer {
    border-top: 4px solid #febe10;
    background: #212121;
    color: #eeb210;
}

footer .first-block h3 {
    font-size: 21px;
}

footer .first-block h3:last-child {
    text-align: right;
}

footer .first-block ul.uebersicht {
    list-style: none;
    padding-left: 0;
    font-family: 'Opel Sans Condensed Bold';
}

footer .first-block ul.uebersicht li {
    padding: 5px 0;
}

footer .first-block ul.uebersicht li a {
    color: white;
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Opel Sans Condensed', sans-serif;
}


footer .first-block {
    padding: 40px 0px 30px 0px;
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(75, 75, 75, 1);
    -moz-box-shadow: inset 0px 3px 0px 0px rgba(75, 75, 75, 1);
    box-shadow: inset 0px 3px 0px 0px rgba(75, 75, 75, 1);
    border-bottom: 3px solid #353535;
}

footer .last-block {
    padding: 20px 0px 25px 0px;
    color: #9e9e9e;
    font-family: 'Opel Sans Condensed Bold';
    font-size: 12px;
}

.icon-box {
    background: #febe10;
    border-radius: 3px;
    padding-top: 10px;
    width: 98%;
    margin: 0 auto;
    margin-top: 5px;
}

.icon-box img {
    margin: 0 auto;
    margin-top: 15px;
    display: block;
}

.icon-box span.yellow-box {
    text-align: center;
    display: block;
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    height: 100%;
    width: 18px;
    background: url('../img/layout/road.jpg');
}

.cd-timeline-img.cd-movie {
    background: #febe10;
}

.cd-timeline-content img {
    margin: 0 auto;
}

.panel-default > .panel-heading {
    color: #eeb210;
    background-color: #2b2b2b;
    border-color: #ddd;
}

.panel-default {
    border-color: #4e4c4c;
}

.panel-title > a {
    font-size: 24px;
}

.panel-title {
    text-align: center;
}

.panel-footer {
    background-color: #2b2b2b;
}

.panel-body {
    background: #232323;
    border-top-color: #000;
}

.panel-body img {
    margin: 0 auto;
}


.thumbnail-bx .bx-wrapper {
    float: left;
    margin-top: -110px !important;
}

.thumbnail-bx .bx-prev, .thumbnail-bx .bx-next {
    display: none;
}


.standard-table > div.row > div {
    padding: 25px;
    color: white;

}

.standard-table > div.row > div:nth-child(odd) {
    color: #eeb210;
    font-family: 'Opel Sans Condensed Bold';
    font-size: 24px;
}

ol.list-upper-roman {
    list-style-type: upper-roman;
    color: white;
}

ol.list-decimal {
    list-style-type: decimal;
    color: white;
    padding-left: 15px;
}

ol.list-decimal > li {
    padding-bottom: 15px;
}


@media (max-width: 992px) {
    .padding-karriere {
        padding: 0;
    }

    #bxslider-team li {
        float: left;
        list-style: none;
        position: relative;
        width: 690px;
    }

    .team-vorsteller .bx-wrapper .bx-next {
        right: 85px;
        margin-top: 130px;
        background: url(../img/layout/team-slider-next.png) no-repeat 0px 0px;
    }

    .team-vorsteller .bx-wrapper .bx-prev {
        left: 390px;
        margin-top: 130px;
        background: url(../img/layout/team-slider-prev.png) no-repeat 0px 0px;
    }

    #bxslider-team li {
        float: right !important;
        padding-left: 150px;
    }

    #cf3, #cf4, #cf5 {
        height: 150px !important;
    }

    .three-thousand-teaser > div > div > div {
        padding: 20px !important;
    }

    ul.people {
        display: inline-block;;
    }

    ul.people,
    .people li {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        padding-left: 0px !important;
    }

    .three-thousand-teaser + div .kontakt-telefon {
        font-size: 20px !important;
    }

    .three-thousand-teaser + div .people-wrapper {
        padding-left: 20px !important;
    }

    .people .team-slider-li-gr {
        width: auto !important;
    }
}

/* Loginbox für Gutscheinkarten */
#loginboxbc {
    border: 4px solid #febe10;
    border-radius: 3px;
    max-width: 400px;
    width: 100%;
    height: 225px;
}

#loginboxbc form.form-horizontal,
#loginboxbc form .formButtons {
    height: inherit;
}

#loginboxbc form .formButtons {
    display: grid;
    align-content: center;
    justify-content: center;
}

/* END Loginbox für Gutscheinkarten */


@media (min-width: 992px) and (max-width: 1199px) {
    .timeline-img img {
        width: 180px;
    }

    .timeline-article h3 {
        font-size: 21px;
    }

    .timeline-article p {
        font-size: 12px;
    }

    #cf3, #cf4, #cf5 {
        height: 300px !important;
    }

    .oeffnung {
        margin-top: 43px !important;
    }

    .mehr-button.oeffnung {
        margin-top: 0 !important;
    }

    .auto-slider-bg .bx-wrapper {
        padding: 0px 50px;
    }

    .team-vorsteller .thumbnail-bx .bx-wrapper {
        margin-top: 0 !important;
    }

    #bxslider-team li {
        padding-left: 110px !important;
    }

    .team-vorsteller .team-slider-li-gr {
        width: 220px;
    }

    .team-vorsteller .bx-wrapper .bx-prev {
        left: 230px;
        margin-top: 50px;
    }

    .team-vorsteller .bx-wrapper .bx-next {
        right: 50px;
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .telefon a[href^="tel"]:link,
    .telefon a[href^="tel"]:visited,
    .telefon a[href^="tel"]:hover {
        font-family: 'Opel Sans Condensed Bold';
        font-size: 22px !important;
        color: black !important;
    }

    .telefon {
        background-size: 100%;
    }

    .topbar-email {
        text-align: right;
    }

    .opel-logo img {
        float: none !important;
        margin: 0 auto;
    }

    .nav.navbar-nav {
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.29);
        -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.29);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.29);
    }

    #cf3, #cf4, #cf5 {
        height: 200px !important;
    }

    .letzte-aktion {
        margin-top: 50px;
    }
}

@media (max-width: 440px) {
    .hide-smart {
        display: none;
    }

    .margin-top-smart {
        margin-top: 30px;
    }

    .slider1 a {
        width: 272px !important;
        padding: 0px 35px;
    }

    #bxslider-team li {
        padding-left: 0px !important;
    }

    #bxslider-team li .col-md-8 {
        padding-left: 0px !important;
    }

    .team-vorsteller .bx-wrapper .bx-viewport {
        top: 118px !important;
    }

    .team-vorsteller .thumbnail-bx .bx-wrapper {
        margin-top: 0px !important;
    }

    .team-vorsteller .bx-wrapper .bx-next {
        right: 167px;
        margin-top: 170px;
    }

    .team-vorsteller .team-slider-li-gr {
        width: 185px !important;
    }

    #bxslider-team li .col-md-8 .kontakt-telefon {
        font-size: 20px;
    }
}


@media (min-width: 450px) and (max-width: 800px) {
    #bxslider-team li {
        padding-left: 0px !important;
    }

    #bxslider-team li .col-md-8 {
        padding-left: 100px !important;
    }

    #bxslider-team li .team-slider-li-gr {
        right: 300px;
    }


}


@media (max-width: 767px) {
    .headgrafik .opel-logo img {
        max-width: 308px !important;

    }
}

@media (max-width: 615px) {
    .headgrafik .opel-logo {
        text-align: center !important;
    }

    .headgrafik .opel-logo img {
        max-width: 308px !important;
    }
}

.uebersicht-corona {
    list-style: none;
    padding-left: 0;
    font-family: 'Opel Sans Condensed Bold';
}

.uebersicht-corona span {
    color: #fff;
}

.corona-row {
    border: 2px solid #eeb210;
    padding: 15px;
}

/* Footer Social Banner */
footer .footerSocialWrapper {
    display: block;
    width: 100%;
    position: relative;
    margin: 12px 0 22px 0;
    float: left;
}

footer .footerSocialWrapper img {
    max-width: 344px;
    width: 100%;
    border-radius: 3px;
    float: left;
}

footer .footerSocialWrapper img:first-child {
    margin-right: 20px;
}

@media (max-width: 1200px) {
    footer .footerSocialWrapper img {
        height: auto;
        max-width: 250px;
    }
}

@media (max-width: 620px) {
    footer .footerSocialWrapper {
        float: none;
    }

    footer .footerSocialWrapper img {
        height: auto;
        max-width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 10px;
    }

    footer .footerSocialWrapper a {
        width: 100%;
    }
}

/* OW Popup */
#owPopup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 100%;
    background-color: rgba(200, 200, 200, .4);
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
    display: flex;
    align-items: center;
    justify-content: center;
}

#owPopup b {
    font-weight: bold;
}

#owPopup.is-visible {
    opacity: 1;
    visibility: visible;
    transition: 1s all;
}

#owPopupContainer {
    transform: translateY(-50%);
    transition: 500ms all;
    position: relative;
    width: 40%;
    margin: 2em auto;
    padding: 5rem;
    background: #333;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    height: 65vh;
    overflow-y: overlay;
}

@media (max-width: 991px) {
    #owPopupContainer {
        width: 60%;
    }
}

@media (max-width: 560px) {
    #owPopupContainer {
        width: 75%;
    }
}

.is-visible #owPopupContainer {
    transform: translateY(0);
    transition: 500ms all;
}

#owPopupContainer .owPopup-close {
    position: absolute;
    top: 8px;
    font-size: 0;
    right: 8px;
    width: 30px;
    height: 30px;
}

.owPopup-headline {
    font-size: 18px;
}

#owPopupContainer a {
    color: #eeb210;
}


#owPopupContainer .owPopup-close:before,
#owPopupContainer .owPopup-close:after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #eeb210;
}

#owPopupContainer .owPopup-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

#owPopupContainer .owPopup-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}


#owPopupContainer .owPopup-close:hover:before,
#owPopupContainer .owPopup-close:hover:after {
    background-color: #eeb210;
    transition: 300ms all;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
}

.dropdown-content a {
    display: block;
}

.dropdown-content li {
    width: 100%;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn {
    color: #fff !important;
}

.active .dropbtn {
    color: #febe10 !important;
}

.dropdown-content .dropbtn {
    color: #fff !important;
}

.dropbtn i {
    margin-left: 5px;
}

.margin-top-100 {
    margin-top: 100px;
}

.dropdown-content .nav.navbar-nav {
    box-shadow: none;
}

.unfallservice__list, .unfallservice__list_left {
    list-style-image: url('../img/layout/list-style-img.png');
}

.unfallservice__listitem {
    color: white;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    color: #D8D8D8;
}

.unfallservice__wrapper {
    display: flex;
}

.autoglas__wrapper {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
    position: relative;
    top: 25px;
}

.block_left p, .block_right p {
    margin-bottom: 0;
    text-shadow: none;
}

.block_left, .block_right {
    width: 250px;
    background-color: #000;
    padding: 15px;
    text-align: center;
}

.subheader {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 20px;
    color: #FB510B;
}

.subheader_grey {
    color: #D8D8D8;
    /* max-width: 550px;*/
    float: right;
    text-align: right;
    margin-top: 20px;
}

.img-pl-pr {
    padding-left: 0;
    padding-right: 0;
}

.tar {
    text-align: right;
}

.img__extra-styles {
    float: right;
}

@media (max-width: 1199px) {
    .subheader-header_mobil {
        text-align: center;
        float: none;
    }

    .autoglas__wrapper {
        width: 80%;
        padding-bottom: 30px;
        float: none;
        margin: 0 auto;
    }

    .img__extra-styles {
        float: none;
        margin: 20px auto 20px;
    }

    .block_left, .block_right {
        margin: 0 auto;
    }

    .p-line-height {
        line-height: 44px;
    }

    .fz28 {
        font-size: 28px;
    }
}


@media (max-width: 991px) {
    .unfallservice__wrapper, .autoglas__wrapper {
        display: block;
    }

    .block_left {
        margin-bottom: 20px;
    }

    .img__extra-styles {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .block_right {
        margin-bottom: 20px;
    }

    .autoglas__img {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 567px) {
    .logo__bg img {
        width: 80% !important;
    }
}

/*.block_left, .block_right {
    border: 1px solid #fff;
}*/
@media (max-width: 768px) {
    .dropdown-content {
        display: block;
        padding: 0 15px;
    }

    .btn-main {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .dropdown-content {
        position: absolute;
        z-index: 1;
        border: none;
        width: 130px;
        background: #333333;
    }
}

.aktionen-content {
    color: white;
}

.d-none {
    display: none;
}