/* Icomoon */
@font-face {
    font-family: 'icomoon_override';
    src: url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

.icon-agrar,
.icon-pkw,
.icon-transporter,
.icon-nkw,
.icon-social-instagram {
    font-family: 'icomoon_override' !important;
}

.icon-agrar:before {
    content: "\e900";
}

.icon-pkw:before {
    content: "\e901";
}

.icon-transporter:before {
    content: "\e902";
}

.icon-nkw:before {
    content: "\e903";
}

.icon-social-instagram:before {
    content: "\e904";
}

/* Nav Icons Overwrite */

@media print, screen and (min-width: 61.25em) {
    .main_menu > li > a.pkw_item:after {
        font-family: 'icomoon_override';
        content: "\e901";
    }

    .main_menu > li > a.nkw_item:after {
        font-family: 'icomoon_override';
        content: "\e903";
        width: 74px;
        line-height: 54px;
        font-size: 65px;
    }

    .main_menu > li > a.transporter_item:after {
        font-family: 'icomoon_override';
        content: "\e902";
    }

    .main_menu > li > a.pkw_item:after {
        content: "\e901";
    }

    .main_menu > li > a.nkw_item:after {
        content: "\e903";
    }

    .main_menu > li > a.transporter_item:after {
        content: "\e902";
    }

    /* New Nav Icon Off Highway */
    /* Nav Icon NKW Fixes */
    header.smaller .main_menu > li > a.offhighway_item,
    header.smaller .main_menu > li > a.nkw_item {
        width: 69px;
    }

    header.smaller .main_menu > li > a.offhighway_item:after,
    header.smaller .main_menu > li > a.nkw_item:after {
        width: 69px;
        line-height: 47px;
        font-size: 56px;
    }

    header.smaller .main_menu > li.active > a.offhighway_item:before,
    header.smaller .main_menu > li.active > a.nkw_item:before {
        top: 40px;
    }

    .main_menu > li > a.offhighway_item,
    .main_menu > li > a.nkw_item {
        text-indent: -9000px;
        width: 74px;
        padding: 0;
    }

    .main_menu > li > a.offhighway_item:after {
        position: absolute;
        left: 0;
        width: 74px;
        text-align: center;
        top: 0;
        text-indent: 0;
        font-family: 'icomoon_override';
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        content: "\e900";
        line-height: 54px;
        font-size: 65px;
        display: inline-block;
        color: #fff;
    }

    .main_menu > li.active > a.offhighway_item:after {
        content: "\e900";
    }

    .main_menu > li.active > a.offhighway_item:after {
        background: 0 0;
        height: 0;
        top: 0;
    }

    .main_menu > li.active > a.offhighway_item:before {
        content: "";
        display: block;
        height: 2px;
        top: 51px;
        position: absolute;
        background: #fff;
        right: 18px;
        width: calc(100% - 35px);
        transition: top 0.3s ease;
    }

    .main_menu > li a.offhighway_item:hover:after {
        color: #0075c1;
        display: block;
        background: 0 0;
        height: auto;
    }

    .main_menu > li:hover a.has_submenu.offhighway_item:after {
        color: #0075c1;
        display: block;
        background: 0 0;
        height: auto;
    }
}


/* header social media icons */
header .group_header_link {
    right: 160px;
}

header ul.social_buttons_list {
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 80px;
}

header ul.social_buttons_list > li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-width: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
    position: relative;
}

header ul.social_buttons_list > li a,
header ul.social_buttons_list button {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

header ul.social_buttons_list button {
    cursor: pointer;
}

header ul.social_buttons_list > li a i,
header ul.social_buttons_list button i {
    color: #fff;
    margin-left: 0;
    font-size: 18px;
    background-color: transparent;
}

header ul.social_buttons_list > li a i:before,
header ul.social_buttons_list button i:before {
    font-size: 18px;
}

header ul.social_buttons_list button i:before {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

.social_buttons_list .dropdown-pane {
    width: auto;
    top: 35px !important;
    border: none;
    box-sizing: border-box;
    padding: 0;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.34);
}

.social_buttons_list .dropdown-pane ul {
    margin: 0;
    list-style-type: none;
}

.social_buttons_list .dropdown-pane ul li {
    padding: 0;
    margin: 0;
}

.social_buttons_list .dropdown-pane ul li a {
    width: auto;
    height: auto;
    background: transparent;
    white-space: nowrap;
    padding: 0 10px 0 7px;
    display: block;
    font-size: 14px;
    color: #0075c1;
    font-family: "Helvetica Neue World W07_75 Bd", Helvetica, sans-serif;
    text-decoration: none;
    line-height: 30px;
}

.social_buttons_list .dropdown-pane ul li a:hover {
    color: #0075c1;
    background: #e0e0e0;
}

@media print, screen and (min-width: 61.25em) {
    header.smaller .main_menu > li.partsfinder {
        right: 165px;
        top: 10px;
    }
}

@media print, screen and (min-width: 40em) {
    header .group_header_link {
        right: 180px;
    }

    header ul.social_buttons_list {
        right: 100px;
    }
}

@media screen and (max-width: 400px) {
    header .group_header_link {
        right: 50px;
    }

    header ul.social_buttons_list {
        display: none;
    }
}

/***********/
/* Refresh */
/***********/

.grid-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.grid-row > * {
    flex: 1 0 0%;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.grid-row .col {
    flex: 0 0 auto;
}

@media print, screen and (min-width: 1024px) {

    .col-1 {
        width: 8.33333333%;
    }

    .col-2 {
        width: 16.66666667%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.3333333%;
    }

    .col-5 {
        width: 41.66666667%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33333333%;
    }

    .col-8 {
        width: 66.66666667%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33333333%;
    }

    .col-11 {
        width: 91.66666667%;
    }
}

.me-auto {
    margin-right: auto;
}

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

.btn {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    padding: 12px 16px 16px 16px !important;
    transition: all .3s ease;
    border: 1px solid rgba(255, 255, 255, .75);
    margin-right: 16px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.btn:hover,
.btn:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 1);
}

.btn:after {
    display: inline-block;
    content: "";
    line-height: 1;
    height: 16px;
    width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.552' height='28.083' viewBox='0 0 17.552 28.083'%3E%3Cpath id='iconmonstr-arrow-63' d='M7.811,28.083,4.5,24.773,15.428,14.037,4.5,3.31,7.811,0l14.24,14.037Z' transform='translate(-4.5)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
}

.btn-opacity.btn-red {
    background-color: rgba(227, 16, 28, .8);
}

.btn-opacity.btn-red:hover,
.btn-opacity.btn-red:focus {
    background-color: rgba(227, 16, 28, 1);
}

.btn-opacity.btn-dark {
    background-color: rgba(0, 0, 0, .8);
}

.btn-opacity.btn-dark:hover,
.btn-opacity.btn-dark:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
}

.btn-opacity.btn-white {
    color: #E3101C;
    background-color: rgba(255, 255, 255, .8);
}

.btn-opacity.btn-gray {
    background-color: rgba(74, 74, 74, .8);
}

.btn-opacity.btn-gray:hover,
.btn-opacity.btn-gray:focus {
    background-color: rgba(74, 74, 74, 1);
}

.btn-opacity.btn-gray-light {
    background-color: rgba(128, 128, 131, .8);
}

.btn-opacity.btn-gray-light:hover,
.btn-opacity.btn-gray-light:focus {
    background-color: rgba(128, 128, 131, 1);
}


.btn-social-media {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    transition: all .3s ease;
    margin: 8px;
    text-indent: -9999px;
    font-size: 0;
}

.btn-social-media:after {
    text-indent: 0;
    font-size: 2rem;
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
}

.btn-social-media-youtube:after {
    width: 4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='84.406' height='59.06' viewBox='0 0 84.406 59.06'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='XMLID_142_' d='M82.877,9.709a10.551,10.551,0,0,0-7.449-7.477C68.837.5,42.471.5,42.471.5S16.588.391,10,2.124C6.352,3.1,2.869,6.079,1.9,9.709.136,16.319.3,30.026.3,30.026S.136,43.733,1.9,50.343c.965,3.63,4.5,6.61,8.092,7.585,6.591,1.788,32.475,1.625,32.475,1.625s25.883.108,32.475-1.625a11.43,11.43,0,0,0,7.985-7.585C84.7,43.787,84.7,30.026,84.7,30.026S84.646,16.319,82.877,9.709Z' transform='translate(-0.293 -0.498)' fill='%23e3101c'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='YouTube_icon_F7801' transform='translate(-250 20)'%3E%3Cg id='YouTube_icon_F7801-2' data-name='YouTube_icon_F7801' transform='translate(250 -20)'%3E%3Cg id='Gruppe_maskieren_7' data-name='Gruppe maskieren 7' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='YouTube_icon_white' d='M82.77,9.427a10.493,10.493,0,0,0-7.449-7.4C68.73.317,42.364.317,42.364.317S16.481.21,9.889,1.925c-3.644.965-7.127,3.912-8.092,7.5C.029,15.965.19,29.523.19,29.523S.029,43.081,1.8,49.619c.965,3.59,4.5,6.538,8.092,7.5,6.591,1.768,32.475,1.608,32.475,1.608s25.883.107,32.475-1.608a11.377,11.377,0,0,0,7.985-7.5c1.768-6.484,1.768-20.1,1.768-20.1S84.539,15.965,82.77,9.427Zm-48.5,33.064V16.555l21.06,12.969Z' transform='translate(-0.186 0.005)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.btn-social-media-instagram:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67.673' height='67.673' viewBox='0 0 67.673 67.673'%3E%3Cg id='instagram' transform='translate(0.6 0.3)'%3E%3Cg id='Gruppe_161' data-name='Gruppe 161' transform='translate(-0.6 -0.3)'%3E%3Cpath id='Pfad_663' data-name='Pfad 663' d='M77.532,56.205a15.686,15.686,0,0,0-.391-3.282,6.022,6.022,0,0,0-3.048-3.907,7.855,7.855,0,0,0-3.243-.86c-1.368-.078-2.735-.156-4.1-.156-3.4,0-6.8.039-10.2.078a18.52,18.52,0,0,0-2.93.234,7.352,7.352,0,0,0-2.657,1.016,6.235,6.235,0,0,0-2.579,3.829,16.148,16.148,0,0,0-.352,3.634c-.039,2.188-.039,4.415-.039,6.6,0,2.383-.039,4.767.117,7.111a9.309,9.309,0,0,0,.664,3.126,5.89,5.89,0,0,0,3.087,3.126,8.334,8.334,0,0,0,3.243.7q2.051.117,4.1.117c3.556,0,7.111.078,10.667-.078a13.116,13.116,0,0,0,2.735-.352,6.269,6.269,0,0,0,2.93-1.641,6.632,6.632,0,0,0,1.8-3.751,24.851,24.851,0,0,0,.234-3.4c.039-1.836,0-3.673,0-5.548h.039C77.61,60.62,77.571,58.432,77.532,56.205ZM63.075,72.068a9.262,9.262,0,1,1,8.987-9.221A9.253,9.253,0,0,1,63.075,72.068Zm9.377-16.723a2.169,2.169,0,0,1,0-4.337A2.127,2.127,0,0,1,74.6,53.2,2.168,2.168,0,0,1,72.452,55.346Z' transform='translate(-29.004 -29.128)' fill='%23fff' fill-rule='evenodd'/%3E%3Cpath id='Pfad_664' data-name='Pfad 664' d='M33.236-.3A33.836,33.836,0,1,0,67.073,33.536,33.85,33.85,0,0,0,33.236-.3ZM51.092,41.546a10.969,10.969,0,0,1-.9,3.868,9.165,9.165,0,0,1-3.829,4.415,11.387,11.387,0,0,1-5.04,1.446c-1.055.078-2.071.117-3.126.117-3.087.039-6.134.039-9.221.039-1.016,0-2.032-.039-3.048-.078a14.536,14.536,0,0,1-3.4-.469,9.206,9.206,0,0,1-5.314-3.516A10.223,10.223,0,0,1,15.3,42.015c-.117-1.211-.117-2.422-.2-3.634a.5.5,0,0,0-.039-.234v-9.69c0-.078.039-.117.039-.2.039-.821.078-1.641.078-2.462a13.986,13.986,0,0,1,.508-3.36,9.191,9.191,0,0,1,3.282-4.884A9.739,9.739,0,0,1,23.859,15.6c1.094-.156,2.227-.156,3.321-.234.508-.039,1.016-.039,1.485-.039h8.088c.039,0,.078.039.156.039.938.039,1.915.039,2.852.078a15.859,15.859,0,0,1,4.845.742A9.177,9.177,0,0,1,48.865,19.2a10.1,10.1,0,0,1,2.071,5.587c.117,1.211.156,2.462.156,3.673A121.887,121.887,0,0,1,51.092,41.546Z' transform='translate(0.6 0.3)' fill='%23fff' fill-rule='evenodd'/%3E%3Cpath id='Pfad_665' data-name='Pfad 665' d='M76.517,70.5a6,6,0,1,0,6.017,6.017A6,6,0,0,0,76.517,70.5Z' transform='translate(-42.72 -42.837)' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.btn-social-media-facebook:after {
    background-image: url("data:image/svg+xml,%3Csvg id='Gruppe_160' data-name='Gruppe 160' xmlns='http://www.w3.org/2000/svg' width='67.437' height='67.079' viewBox='0 0 67.437 67.079'%3E%3Cpath id='Pfad_662' data-name='Pfad 662' d='M100.037,66.044A33.719,33.719,0,1,0,61.07,99.379V75.825H52.519V66.1H61.07V58.62c0-8.449,5.018-13.16,12.75-13.16a50.9,50.9,0,0,1,7.527.666v8.3H77.1c-4.2,0-5.479,2.611-5.479,5.274v6.349h9.319l-1.485,9.729H71.618V99.328A33.675,33.675,0,0,0,100.037,66.044Z' transform='translate(-32.6 -32.3)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.section-centered {
    text-align: center;
}

.section-centered h1,
.section-centered h2,
.section-centered h3,
.section-centered h4 {
    font-weight: bold;
    padding-bottom: 0 !important;
}

.section-centered .mehr_link {
    font-weight: bold;
    padding: 8px 48px 10px 16px;
}

.section-centered .mehr_link:after {
    font-weight: normal;
}

.mehr_link {
    border: 1px solid rgba(255, 255, 255, .85);
}

.mehr_link:hover,
.mehr_link:focus {
    border: 1px solid rgba(255, 255, 255, 1);
}

.mehr_link_gray {
    background-color: #707070;
}

.mehr_link_gray:hover,
.mehr_link_gray:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.mehr_link_download:after,
.mehr_link_external:after {
    content: "";
    height: 20px;
    width: 20px;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

.mehr_link_download:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25.365' height='21.28' viewBox='0 0 25.365 21.28'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rechteck_108' data-name='Rechteck 108' width='25.365' height='21.28' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_147' data-name='Gruppe 147' transform='translate(0 0)'%3E%3Cg id='Gruppe_146' data-name='Gruppe 146' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cline id='Linie_3' data-name='Linie 3' y1='7.231' transform='translate(24.097 10.95)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Pfad_638' data-name='Pfad 638' d='M1.948,20.649V27.88a2.338,2.338,0,0,0,2.537,2.066H22.24a2.338,2.338,0,0,0,2.537-2.066' transform='translate(-0.68 -9.699)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Pfad_639' data-name='Pfad 639' d='M11.493,20.649l5.2,4.132,5.2-4.132' transform='translate(-4.01 -9.699)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='Linie_4' data-name='Linie 4' y2='11.88' transform='translate(12.683 1.033)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.mehr_link_external:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.195' height='21.22' viewBox='0 0 21.195 21.22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rechteck_104' data-name='Rechteck 104' width='21.195' height='21.22' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_139' data-name='Gruppe 139' transform='translate(0 0)'%3E%3Cg id='Gruppe_138' data-name='Gruppe 138' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Pfad_631' data-name='Pfad 631' d='M5.464,7.708a5.665,5.665,0,0,1,8.734.868l-1.984,1.985A2.989,2.989,0,0,0,8.829,8.838a2.941,2.941,0,0,0-1.442.794l-3.8,3.807a2.962,2.962,0,0,0,4.186,4.191l1.172-1.173a7.529,7.529,0,0,0,3.338.508l-2.587,2.59a5.682,5.682,0,0,1-8.031-8.039l3.8-3.807M11.5,1.664,8.915,4.253a7.53,7.53,0,0,1,3.338.507l1.171-1.172A2.962,2.962,0,0,1,17.61,7.779l-3.8,3.806a2.964,2.964,0,0,1-4.186,0,3.154,3.154,0,0,1-.642-.929L7,12.641a5.337,5.337,0,0,0,.7.868,5.669,5.669,0,0,0,8.031,0l3.8-3.806A5.681,5.681,0,1,0,11.5,1.664' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.bg-gray-light {
    background-color: #F8F8F8;
}

.bg-gray-light .hero-section h1,
.bg-gray-light .hero-section h2,
.bg-gray-light .hero-section h3,
.bg-gray-light .hero-section h4,
.bg-gray-light .hero-section h5,
.bg-gray-light .hero-section h6 {
    color: #0075c1;
}

header {
    border-top: none;
}

header .logo {
    position: initial;
}

.navbar {
    display: flex;
    align-items: center;
    height: 100%;
}

@media print, screen and (min-width: 1200px) {
    header {
        height: 107px;
        border-top: none;
    }

    .header_spacer {
        height: 107px;
    }

    header .container-default {
        height: 107px;
    }

    header .logo {
        height: 107px;
        padding: 16px;
    }

    .main_menu {
        padding-left: 0;
        top: 0;
        height: 100%;
        justify-content: flex-start;
        align-items: flex-end;
        flex-grow: 1;
    }

    .main_menu > li > a.nkw_item:after,
    .main_menu > li > a.pkw_item:after,
    .main_menu > li > a.transporter_item:after {
        top: 10px;
    }

    .main_menu > li > a.nkw_item:after {
        font-size: 80px;
    }

    .main_menu > li > a.pkw_item:after,
    .main_menu > li > a.transporter_item:after {
        font-size: 90px;
    }

    .main_menu > li > a.nkw_item:after {
        line-height: 58px;
    }

    .main_menu > li > a.pkw_item:after,
    .main_menu > li > a.transporter_item:after {
        line-height: 70px;
    }

    .main_menu > .align-left {
        margin-right: auto;
    }

    header.smaller .main_menu > li > a.nkw_item:after {
        line-height: 33px;
    }

    header.smaller .main_menu > li > a.pkw_item:after,
    header.smaller .main_menu > li > a.transporter_item:after {
        line-height: 40px;
    }
}

@media print, screen and (min-width: 61.25em) {
    .main_menu > li > a.nkw_item {
        width: 82px;
    }
}

header .logo {
    background: transparent;
    box-shadow: none;
}

header .main_menu {
    justify-content: flex-start;
}

.main_menu > li > a {
    text-transform: none;
    font-size: 19px;
}

@media print, screen and (min-width: 1400px) {
    .main_menu > li > a {
        font-size: 21px;
    }
}

header .main_menu li.with-icons:last-child {
    margin-right: auto;
}

header .language_block {
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin-left: auto;
}

header .language_block .language_button:hover,
header .language_block .language_button.hover {
    background: #fff;
    color: #0075c1;
}

.language_button:after {
    transition: none !important;
}

@media print, screen and (min-width: 1200px) {
    header .language_block .language_button {
        height: 79px;
    }

    header.smaller .language_block .language_button {
        height: 50px;
    }
}

.lead {
    font-size: 1.375rem;
    padding-top: 16px;
}

.bg-black.border-top-bottom,
.bg-gradient-linear-left-right.border-top-bottom {
    border-top: 5px solid #0075c1;
    border-bottom: 5px solid #0075c1;
}

.bg-gradient-linear-left-right .lead {
    color: #fff;
}

.bg-gradient-linear-left-right .csc-firstHeader > span {
    display: block;
    color: #0075c1;
}

.news-list-view {
    margin-bottom: 65px;
}

.news-search-field {
    display: flex;
    margin: 16px 0;
}

.news-search-input,
.news-search-submit {
    background-color: #e5e6e8;
    border: 2px solid #e5e6e8;
    padding: 8px 16px;
    height: 48px;
    line-height: 48px;
    color: #626364;
    box-shadow: none;
    display: inline-block;
    margin: 0;
}

.news-search-input:focus {
    box-shadow: none;
    background-color: #F8F8F8;
    border-color: #e5e6e8;
}

.news-search-input-label {
    font-weight: bold;
    padding-top: 16px;
}

.news-search-submit {
    margin-left: 8px;
    transition: all .3s ease;
}

.news-search-submit:after {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg id='lupe' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='44.861' height='45.196' viewBox='0 0 44.861 45.196'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rechteck_103' data-name='Rechteck 103' width='44.861' height='45.196' fill='%23626262'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_136' data-name='Gruppe 136' clip-path='url(%23clip-path)'%3E%3Cpath id='Pfad_630' data-name='Pfad 630' d='M44.861,39.32,32.9,27.355a17.841,17.841,0,1,0-5.955,5.8L38.987,45.2l5.874-5.875M6.644,17.83A11.185,11.185,0,1,1,17.828,29.014,11.2,11.2,0,0,1,6.644,17.83' fill='%23626262'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

.news-search-submit:hover,
.news-search-submit:focus {
    background-color: #0075c1;
    border-color: #0075c1;
}

.news-search-submit:hover:after,
.news-search-submit:focus:after {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg id='lupe' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='44.861' height='45.196' viewBox='0 0 44.861 45.196'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rechteck_103' data-name='Rechteck 103' width='44.861' height='45.196' fill='%23626262'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_136' data-name='Gruppe 136' clip-path='url(%23clip-path)'%3E%3Cpath id='Pfad_630' data-name='Pfad 630' d='M44.861,39.32,32.9,27.355a17.841,17.841,0,1,0-5.955,5.8L38.987,45.2l5.874-5.875M6.644,17.83A11.185,11.185,0,1,1,17.828,29.014,11.2,11.2,0,0,1,6.644,17.83' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.article-news,
.article-news-archive {
    margin-top: 16px;
    margin-bottom: 16px;
}

.article-news {
    background-color: #e5e6e8;
}

@media print, screen and (min-width: 1024px) {
    .article-news-archive {
        display: flex;
    }
}

.article-news-archive + .article-news-archive {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 2px solid #e5e6e8;
}

.article-teaser {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media print, screen and (max-width: 1023px) {
    .article-news .article-teaser {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media print, screen and (min-width: 1024px) {
    .article-teaser {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.article-news .article-teaser {
    padding-top: 16px;
    padding-bottom: 16px;
}

.article-news .article-footer {
    margin-top: 16px;
}

.article-news-archive .article-image,
.article-news-archive .article-footer {
    padding-top: 16px;
    padding-bottom: 16px;
}

.article-news-archive .col {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-news-archive .headline {
    margin-bottom: 4px;
    margin-top: -4px;
}

.article-year {
    padding: 8px;
    background: #e5e6e8;
    color: #0075c1;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}

.article-detail {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media print, screen and (min-width: 1024px) {
    margin-top: 65px;
    margin-bottom: 65px;
}

.article-detail .article-header,
.article-detail .article-title {
    margin-bottom: 32px;
}

.article-detail .article-title {
    font-size: 50px;
}

.article-detail .article-related {
    margin-top: 65px;
}

.article-detail .article-image,
.article-detail .article-embed {
    margin-bottom: 16px;
}

.article-detail .article-related .mehr_link {
    margin-right: 16px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed, .embed-responsive iframe,
.embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.teaser-front,
.teaser-front .white_block {
    text-align: center;
}

.teaser-front .discription,
.teaser-front .discription a {
    color: #626262;
}

.teaser-front .discription,
.teaser-front .discription p {
    line-height: 1.5;
}

.teaser-front .mehr_link,
.teaser-front .white_block .mehr_link {
    left: auto;
    max-width: 100%;
    margin: 16px 0;
}

.teaser-front .container-default,
.teaser-front .white_block .container-default {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
}

@media print, screen and (min-width: 1024px) {
    [data-equalize-on="large"] > .columns > .white_block {
        height: 100% !important;
    }
}

.teaser-front .article-news {
    background: none;
}

.teaser-front .article-title a:hover,
.teaser-front .article-title a:focus {
    text-decoration: none;
}

.teaser-front .article-image,
.teaser-front .pic_max_100 {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
}

.teaser-front .article-image img,
.teaser-front .pic_max_100 img {
    transition: all .3s ease;
}

.teaser-front:hover .article-image img,
.teaser-front:hover .pic_max_100 img {
    transform: scale(1.2);
}

.pics_block_item_teaser {
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.pics_block_item_teaser .pics_block_content {
    background: #0075c1;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.pics_block_item_teaser .pics_block_content:after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    line-height: 1.2;
    height: 100%;
    width: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.552' height='28.083' viewBox='0 0 17.552 28.083'%3E%3Cpath id='iconmonstr-arrow-63' d='M7.811,28.083,4.5,24.773,15.428,14.037,4.5,3.31,7.811,0l14.24,14.037Z' transform='translate(-4.5)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 12px;
}

.pics_block_item_teaser .pics_block_content .pics_block_item_header {
    font-size: 1rem;
    margin-bottom: 8px;
    line-height: 1.2;
}

@media print, screen and (min-width: 1024px) {
    .pics_block_item_teaser .pics_block_content:after {
        bottom: 16px;
        right: 16px;
        height: 2rem;
        width: 2rem;
        background-size: 16px;
    }

    .pics_block_item_teaser .pics_block_content .pics_block_item_header {
        font-size: 1.75rem;
    }
}

.align-items-bottom {
    display: flex;
    align-items: flex-end;
}

.content-block {
    padding: 20px 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 0;
}

.red_color {
    color: #0075c1 !important;
}

.content-block-video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    z-index: 0;
    transform: translateY(-50%);
}

.content-block-video > video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content-block.content-block-layout-content-right {
    justify-content: flex-end;
}

.content-block.content-block-layout-content-right > .container-default {
    display: flex;
    justify-content: flex-end;
}

.content-block > .container-default {
    z-index: 1;
}

.content-block .content-block-content {
    z-index: 2;
    padding: 30px 15px;
    background: rgba(0, 0, 0, .82);
}

.content-block .content-block-content,
.content-block .content-block-content h1,
.content-block .content-block-content h2,
.content-block .content-block-content h3,
.content-block .content-block-content h4,
.content-block .content-block-content h5,
.content-block .content-block-content h6 {
    color: #fff;
}

.content-block .content-block-content .dots_list li:before {
    background: #fff;
}

.content-block .content-block-content .container-default {
    padding: 0;
    width: auto;
    min-width: auto;
    margin: initial;
}

.content-block .content-block-content.bg-red {
    background: #0075c1;
}

.content-block .content-block-content.bg-red,
.content-block .content-block-content.bg-red .csc-firstHeader span {
    color: #fff;
}

@media print, screen and (min-width: 1024px) {
    .content-block {
        padding: 10vh 50px;
    }

    .content-block .content-block-content {
        max-width: 50%;
        padding: 30px;
    }
}

.row > .columns > .red_block {
    background: #0075c1;
    color: #fff;
    padding: 15px;
}

.row > .columns > .red_block h1,
.row > .columns > .red_block h2,
.row > .columns > .red_block h3,
.row > .columns > .red_block h4,
.row > .columns > .red_block h5,
.row > .columns > .red_block h6 {
    color: #fff !important;
}

.row > .columns > .red_block img {
    margin-top: 8px;
    margin-bottom: 8px;
}

@media print, screen and (min-width: 40em) {
    .row > .columns > .red_block {
        padding: 30px;
        height: calc(100% - 15px);
        margin-bottom: 15px;
    }
}

.achievements-container[data-layout="3"] {
    .icon_block {
        min-height: 120px;
        display: flex;
        align-items: flex-end;
        padding-bottom: 16px;
    }
}
