@font-face {
    font-family: 'RobotoCondensed-Light';
    /*src: url("../fonts/Dosis/RobotoCondensed-Light.ttf") format("truetype");*/
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'RobotoCondensed-Regular';
    /*src: url("../fonts/Dosis/RobotoCondensed-Regular.ttf") format("truetype");*/
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'RobotoCondensed-Medium';
    /*src: url("../fonts/Dosis/RobotoCondensed-Medium.ttf") format("truetype");*/
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    /*src: url("../fonts/Dosis/RobotoCondensed-Bold.ttf") format("truetype");*/
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto-Light';
    /*src: url("../fonts/Lato/Roboto-Light.ttf") format("truetype");*/
    src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto-Regular';
    /*src: url("../fonts/Lato/Roboto-Regular.ttf") format("truetype");*/
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto-Bold';
    /*src: url("../fonts/Lato/Roboto-Bold.ttf") format("truetype");*/
    src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

/* ##### ##### ##### ##### ##### ##### ##### ##### */
/* ##### ##### ##### ##### ##### ##### ##### ##### */

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden !important;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Roboto-Regular';
    color: #4b4b4b;
    padding-top: 70px;
    padding-bottom: 80px;
}

@media screen and (max-width: 1199.98px) {
    body {
        padding-top: 100px !important;
        padding-bottom: 260px !important;
    }
}

p, ol li, ul li {
    margin: 0 0 1.25rem 0;
    padding: 0;
}

ul li {
    margin-bottom: 0px !important;
}

p strong {
    font-family: "Roboto-Bold";
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #0f72b8;
    font-family: "RobotoCondensed-Medium";
    text-transform: uppercase;
}

h1, .h1 {
    font-family: "RobotoCondensed-Regular" !important;
}

a {
    color: #4b4b4b;
    text-decoration: none;
}

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

img {
    display: inline-block;
    max-width: 100%;
}

.bm-btn, form .btn {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    color: #4b4b4b;
    text-transform: uppercase;
    font-family: "RobotoCondensed-Medium";
}

.bm-btn._white {
    border: 1px solid #fff;
    color: #fff;
}

.bm-btn:hover, form .btn:hover {
    border: 1px solid #0f72b8;
    color: #0f72b8;
}

.bm-btn.lightblue {
    border: 1px solid #00C4FF;
    color: #fff;
    background-color: #00C4FF;
}

.modal-backdrop.show {
    opacity: 0.8 !important;
}

#previewModal img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 5px;
}

#previewModal .modal-content, .galleryModal .modal-content {
    background: none !important;
    border: 0 !important;
}

#previewModal .modal-footer, .galleryModal .modal-footer {
    border: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}

#previewModal .btn-close, .galleryModal .btn-close {
    background: none !important;
    opacity: 1 !important;
    padding-top: 0;
    padding-bottom: 0;
}

#previewModal .btn-close i, .galleryModal .btn-close i {
    font-size: 1.5rem;
    line-height: 1rem;
    color: #fff !important;
}

.bg-grey, .blue-grey {
    background-color: #f2f3f6 !important;
}

._headline {
    color: #0f72b8;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-family: 'RobotoCondensed-Regular';
}

.row.line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.row.line_v2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.25rem;
}

#bg_tothetop {
    position: fixed;
    z-index: 99999999;
    display: block;
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
    background-color: #0f72b8 !important;
    border-radius: 25px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 1s !important;
}

#bg_tothetop i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

#bg_tothetop._show {
    opacity: 1;
    visibility: visible;
}

/* ##### ##### ##### ##### ##### ##### ##### ##### */
/* ##### ##### ##### ##### ##### ##### ##### ##### */
/* ==> Header Area */

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1039;
    background: #fff;
    box-shadow: 2px 2px 10px #1f224333;
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: all .3s ease;
}

header .logo a {
    display: block;
}

header .logo img {
    max-width: 280px !important;
}

header.hide {
    top: -73px;
}

header .navbar {
    width: 100%;
    background: none;
    border: 0;
}

header .navbar-nav .nav-item a {
    background: none;
    text-transform: uppercase;
    font-family: "RobotoCondensed-Regular";
    color: #4b4b4b;
    text-decoration: none !important;
    font-size: 1.1rem;
}

header .navbar-nav .nav-item a:hover {
    color: #0f72b8;
}

header .navbar-nav .nav-item.active > a {
    font-family: "RobotoCondensed-Bold";
    color: #0f72b8;
}

header .navbar-nav .nav-item:hover > .dropdown-menu {
    display: block;
}

header .navbar-nav .nav-item:hover > .dropdown-menu,
header .navbar-nav .nav-item > .dropdown-menu.show {
    z-index: 10000;
    border: 0;
    border-radius: 0;
    border-top: 4px solid #00b9ee;
    background: rgba(255, 255, 255, 1); /* background: url('../images/sub_navi_bg.png'); */
}

header .navbar-nav .nav-item:hover > .dropdown-menu .active > a {
    color: #0f72b8;
    font-family: "RobotoCondensed-Bold";
}

header .navbar-nav .dropdown-toggle::after {
    display: none !important;
}

header .navbar-brand {
    font-size: 1rem;
    font-family: "RobotoCondensed-Bold";
    color: #4b4b4b;
    text-transform: uppercase;
}

header .navbar-toggler {
    border: 1px solid #4b4b4b;
}

header .navbar-toggler:focus {
    box-shadow: none !important;
}

header .navbar-nav .nav-item.last .dropdown-menu {
    right: 0;
}

.dropdown-menu[data-bs-popper] {
    top: unset !important;
    left: unset !important;
    margin-top: inherit !important;
}

@media screen and (max-width: 1199.98px) {
    header .navbar-nav {
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 991.98px) {
    header {
        position: absolute !important;
    }

    header .navbar-nav .nav-item .dropdown-menu {
        display: block !important;
        position: static !important;
        z-index: inherit !important;
        border: 0 !important;
        background: none !important;
    }
}

#banner p {
    margin: 0;
    margin: 0;
    color: #fff;
    font-family: "Roboto-Regular";
    font-size: 18px;
    line-height: 24px;
    z-index: 10000;
}

#banner h6 {
    font-size: 44px;
    line-height: 44px;
    font-family: "RobotoCondensed-Light";
    text-transform: uppercase;
}

@media screen and (max-width: 767.98px) {
    #banner h6 {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    #banner p {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
}

#slider {
    background: linear-gradient(90deg, #0a2745 50%, #0c6db2 100%) !important;
}

#slider .carousel-caption {
    right: inherit !important;
    left: 0;
    right: 0;
    top: 50%;
    bottom: inherit !important;
    transform: translateY(-50%);
    text-align: start !important;
    padding: 0 1rem;
}

#slider .carousel-item img {
    max-height: 500px !important;
    width: auto !important;
    margin-left: auto;
}

#slider .carousel-item h5 {
    display: block;
    width: 100%;
    font-family: 'RobotoCondensed-Light';
    font-size: 44px;
    line-height: 50px;
    color: #fff;
}

#slider .carousel-item h5 mark {
    background: #12b2e8;
    color: #fff !important;
    border: 0;
    padding: 5px;
    margin: 0;
    display: inline-block;
}

#slider .carousel-item p {
    font-size: 1.25rem;
    color: #fff;
    font-family: 'Roboto-Regular';
    line-height: 1.5rem;
    margin-bottom: 0;
}

#slider .carousel-indicators {
    margin-bottom: 0.125rem;
}

#slider .carousel-indicators [data-bs-target] {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    margin: 0 0.5rem;
}

@media screen and (max-width: 767.98px) {
    #slider .carousel-item h5 {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    #slider .carousel-item p {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 575.98px) {
    #slider .carousel-item .carousel-caption {
        display: none !important;
    }

    #slider .carousel-indicators [data-bs-target] {
        width: 0.5rem !important;
        height: 0.5rem !important;
        margin: 0 3px -7px 3px !important;
    }
}

li.megamenu:hover #megamenu, li.megamenu #megamenu.show {
    display: block;
}

#megamenu {
    position: fixed;
    display: none;
    z-index: 10000;
    width: 60vw;
    top: 56px;
    padding-top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 1);
}

#megamenu .topline {
    display: table;
    width: 100%;
    border-top: 8px solid #00b9ee;
}

#megamenu ._headline {
    font-size: 1.125rem !important;
}

#megamenu ul {
    list-style-type: none;
}

#megamenu ul.lvl1 {
    margin: 0;
    padding: 0;
}

#megamenu ul.lvl1 li {
    padding-bottom: 1rem;
}

#megamenu ul.lvl2 {
    padding-top: 0.5rem;
    padding-left: 1rem;
}

#megamenu ul.lvl2 a {
    text-transform: none !important;
}

#megamenuMOB ._headline {
    font-size: 1.25rem !important;
    padding-left: 1rem;
    padding-bottom: 0.125rem;
    margin-bottom: 0;
}

#megamenuMOB .dropdown-menu a {
    padding-left: 1.5rem;
}

@media screen and (max-width: 991.98px) {
    #megamenu {
        width: 85vw;
        top: 108px;
    }
}

@media screen and (max-width: 767.98px) {
    li.megamenu:hover #megamenu {
        pointer-events: none;
    }

    #megamenu {
        display: none !important;
    }
}

/* ########## ########## ########## ########## ########## */
/* ########## ########## ########## ########## ########## */
/* ==> Content Area */

/* ##### ##### ##### ##### ##### ##### ##### ##### #####  */
/* Newsbereich, Auflistung etc */

.newsList .date {
    display: table;
    width: 100%;;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #ccc;
}

.newsList .date span {
    font-size: 30px;
    line-height: 40px;
    color: #9a9a9a;
    font-family: "RobotoCondensed-Regular";
    text-transform: uppercase;
}

.newsList img {
    max-width: 100% !important;
    height: auto !important;
}

@media screen and (max-width: 767.98px) {
    .newsList p.headline {
        font-size: 1.5rem;
    }
}

/* ##### ##### ##### ##### ##### ##### ##### ##### #####  */

#fpNews, #fpVideo {
    border: 1px solid #ccc;
    padding: 1rem;
}

#fpNews img {
    height: auto !important;
}

#fpTeaser .teaser {
    text-align: center;
}

#fpTeaser .teaser p {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 1rem;
}

#fpTeaser .teaser ._headline {
    display: table;
    width: 100%;
    text-align: center;
}

#bm_news_msg_copylink {
    right: 1%;
    bottom: 1%;
}

#bm_news_msg_copylink .toast-header strong {
    color: #0f72b8 !important;
}

.news_read_more span {
    display: none;
}

.news_read_more[aria-expanded="false"] span.more {
    display: block;
}

.news_read_more[aria-expanded="true"] span.less {
    display: block;
}

.singleService img {
    display: block;
    widht: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}

.singlePress ._headline {
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.singleLink {
    display: table;
    width: 100%;
    border: 2px solid #f0f0f0;
    margin-bottom: 20px;
}

.singleLink img {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 10px auto;
}

.singleLink p {
    font-size: 14px;
    line-height: 20px;
    display: table;
    width: 100%;
    min-height: 50px;
    text-align: center;
    font-family: "Roboto-Bold";
    margin-bottom: 10px;
    padding: 0;
}

.singleLink a {
    display: table;
    width: 100%;
    line-height: 42px;
    font-family: "Roboto-Bold";
    color: #0f72b8;
    text-decoration: none;
    background: #f0f0f0;
    text-align: center;
}

.listHistory img {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    padding-bottom: 1.5rem;
}

.singleHistory p {
    margin: 0;
    padding: 0;
}

.teambenefits i {
    font-size: 3.25rem;
    line-height: 4rem;
    color: #0f72b8;
    padding-bottom: 1rem;
}

.teambenefits .col-sm-3 p:last-child {
    min-height: 40px;
}

.philoIcon {
    color: #0f72b8;
    font-size: 4rem;
    line-height: 4rem;
    text-align: center;
}

#map-area {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 480px;
    position: relative;
}

#map-area iframe {
    position: absolute;
    left: 50%;
    margin-left: -1250px;
}

#sidebar {
    position: absolute;
    width: 280px;
    right: -220px;
    top: 100px;
    z-index: 9999;
}

#sidebar .frame {
    display: block;
    width: 280px;
    height: 60px;
    position: relative;
    margin-bottom: 5px;
    transition: left 1.5s ease 0s;
    left: 0;
}

#sidebar .frame:hover {
    left: -220px;
}

#sidebar .frame img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

#sidebar .frame a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    width: 220px;
    height: 60px;
}

#sidebar .frame a p {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff ! important;
    width: 220px;
    right: 0;
    text-align: center;
}

@media screen and (max-width: 991.98px) {
    #sidebar {
        top: 160px;
    }
}

@media screen and (max-width: 767.98px) {
    #sidebar {
        display: none;
    }
}

.singleMotorsport div.quote {
    display: table;
    width: 85%;
    padding: 0 0 10px 40px;
    margin: 20px auto;
    font-style: italic;
    background: url(' ../images/quotes.png') no-repeat top left;
}

.singleMotorsport div.quote p {
    padding: 0;
    margin: 0;
}

.singleMotorsport div.quote em {
    font-size: 13px !important;
}

.singleGallery {
    position: relative;
}

.singleGallery a {
    display: block;
    width: 100%;
    position: relative;
}

.singleGallery a:hover p {
    display: block;
}

.singleGallery p {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff;
}

.singleGallery p span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.singleGallery p span i {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.singleGallery img {
    max-width: 100%;
    max-height: 130px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

#the_countdown {
    background: linear-gradient(90deg, #0c6db2 50%, #0a2745 100%) !important;
    max-width: 800px;
}

#the_countdown ._mark {
    background: #12b2e8;
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
    padding: 0.25rem 0.5rem;
    font-family: "RobotoCondensed-Regular";
}

#the_countdown ._days {
    background: none;
    width: 200px;
    height: 3.25rem;
}

#the_countdown ._days span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #fff;
    font-family: "RobotoCondensed-Medium";
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 1px;
}

#the_countdown ._info {
    color: #fff;
}

@media screen and (max-width: 767.98px) {
    #the_countdown ._mark {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    #the_countdown ._days {
        width: 135px;
        height: 2.25rem;
    }

    #the_countdown ._days span {
        font-size: 2rem;
        line-height: 2rem;
    }
}

/* ########## ########## ########## ########## ########## */
/* ########## ########## ########## ########## ########## */
/* ==> Footer Area */

footer {
    position: absolute;
    bottom: 0;
    background: #1c2530;
}

footer p {
    color: #fff;
    margin: 0;
    padding: 0;
}

#nav-footer ul, #nav-footer ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#nav-footer ul {
    margin-left: auto;
}

#nav-footer ul li {
    float: left;
}

#nav-footer ul li a,
#nav-footer ul li span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'RobotoCondensed-Regular';
    line-height: 1rem !important;
    padding: 0.5rem;
}

#nav-footer ul li.divider.last {
    display: none;
}

/*#nav-footer ul li.notfirst a { border-left: 1px solid #fff; }*/

@media screen and (max-width: 991.98px) {
    footer .col-12 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    footer p {
        text-align: center !important;
    }

    #nav-footer ul {
        margin: 0 auto;
        display: table;
    }

    #nav-footer ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }

    #nav-footer .divider {
        display: none;
    }
}

/* ########## ########## ########## ########## ########## */
/* ########## ########## ########## ########## ########## */

/* ########## ########## ########## ########## ########## */
/* ########## ########## ########## ########## ########## */

#header {
    padding-top: 78px;
}

#naviHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
    box-shadow: 2px 2px 10px #1f224333;
}

/* ########## ########## ########## ########## ########## */
/* ########## ########## ########## ########## ########## */

.special-img a {
    float: left;
    padding-bottom: 20px;
}

.special-img img {
    margin: 0;
}

.lightboxOverlay {
    z-index: 999999 !important;
}

.lightbox {
    z-index: 1000000 !important;
}

/* ==> Content Area - - HOME */

#big_news {
    padding-bottom: 20px;
}

#big_news .row {
    border: 1px solid #ccc;
}

#big_news a {
    color: #0f72b8;
}

#home_news {
    border: 1px solid #ccc;
}

#home_news .date {
    display: table;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    text-align: center;
}

#home_news .date span {
    color: #9a9a9a;
    font-size: 34px;
    line-height: 40px;
    font-family: "RobotoCondensed-Regular";
    text-transform: uppercase;
}

#home_news .news .headline {
    padding-bottom: 0;
    margin-bottom: 0;
}

#home_news > .row {
    margin: 0;
}

/* ==> Content Area - - NEWS */

/* ==> Content Area - - UNTERNEHMEN */

.link img {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

.link a {
    color: #0f72b8;
}

.press-section {
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
}

.press-section p.headline {
    font-family: "RobotoCondensed-Bold";
    font-size: 1.5rem;
}

.press-section p {
    font-family: "Roboto-Regular";
}

.press-section p strong {
    font-family: "Roboto-Bold";
    font-weight: normal;
}

.sponsor-section {
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
}

.sponsor-section .thumbnail {
    padding-left: 15px;
    padding-right: 15px;
}

.sponsor-section .thumbnail img {
    margin: 0;
}

.sponsor-section p.headline {
    color: #0f72b8;
    font-size: 20px;
    line-height: 25px;
    font-family: "RobotoCondensed-Medium";
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* ==> Content Area - - BEREICHE */
.weg-sens .row {
    border-bottom: 1px solid #ccc;
}

/* ==> Content Area - - KONTAKT */
.g_maps {
    padding: 0;
}

#contact-form {
    display: table;
    width: 100%;
    margin: 0;
}

#contact-form p.notification {
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    text-align: center;
}

#contact-form p.notification span {
    color: #B8550F;
}

#contact-form p.notification.success span {
    color: #a1c510;
}

#contact-form label {
    display: table;
    width: 100%;
    margin: 0 0 10px;
}

#contact-form label strong {
    display: table;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto-Regular';
}

#contact-form label strong span {
    font-size: 11px;
    line-height: 11px;
    color: #B8550F;
    font-family: 'Roboto-Bold';
}

#contact-form input,
#contact-form textarea {
    display: inline-block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    padding: 0 10px;
    font-weight: normal;
    font-family: 'Roboto-Regular';
    background: #fff;
    border: 1px solid #ccc;;
}

#contact-form input.marked,
#contact-form textarea.marked {
    border: 1px solid #B8550F;
}

#contact-form textarea {
    height: 100px;
    resize: none;
    line-height: 18px;
    padding: 10px 10px;
}

#contact-form button {
    float: left;
    border: 0;
    background: #fff;
    padding: 10px 30px;
    margin: 10px 0;
    color: #0f72b8;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #ccc;
}

#contact-form button:hover {
    border-color: #0f72b8;
}

form .checkfield {
    display: none !important;
}

div.select-border {
    display: table;
    width: 100%;
    height: auto;
    position: relative;
}

div.select-border select {
    display: block;
    width: 100%;
    margin: 0 auto;
    outline: none;
}

div.select-border span {
    display: none;
    width: 100%;
    height: 53px;
    font-size: 16px;
    line-height: 53px;
    padding: 0 8px;
    font-weight: normal;
    font-family: 'Roboto-Regular';
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
}

p.servs-headline {
    color: #0f72b8;
    font-size: 20px;
    line-height: 24px;
    font-family: "RobotoCondensed-Medium";
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service-grey {
    background-color: #f2f3f6;
    padding: 20px 30px;
    margin: 20px -15px;
}

/* ==> Content Area - - SEARCH */
#search-frame {
    position: absolute;
    display: block;
    width: 100%;
    height: 328px;
    top: -328px;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all 1s !important;
    z-index: 100;
}

#search-frame._show {
    top: 73px;
}

#search-frame._static {
    position: static !important;
    width: 100%;
    height: auto !important;
    top: inherit !important;
}

#search-field ._headline {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    padding: 0;
    margin: 0;
}

#search-field ._headline span {
    font-family: 'RobotoCondensed-Medium' !important;
}

#search-field input {
    height: 80px;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

#search-field input::placeholder {
    color: rgba(75, 75, 75, 0.5) !important;
}

#search-field button {
    border-radius: 0 !important;
    background-color: #fff !important;
    color: #4b4b4b !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

#search-field .input-group i {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

#search-process {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.85);
}

#search-process i {
    font-size: 3rem;
    line-height: 3rem;
    color: #fff;
}

#search-process span {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    font-family: 'Roboto-Regular' !important;
}

@media screen and (max-width: 991.98px) {
    #search-frame._show {
        top: 113px;
    }
}

@media screen and (max-width: 767.98px) {
    #search-frame._show {
        top: 72px;
    }
}

.bm_search_filter {
    position: relative;
    width: 100%;
    padding-left: 2rem;
}

.bm_search_filter i {
    position: absolute;
    top: 4px;
    left: 0;
    line-height: 1.125rem;
    font-size: 1.125rem;
}

.bm_search_filter i.fa-check-square {
    display: none;
}

.bm_search_filter._checked i.fa-check-square {
    display: inline-block;
}

.bm_search_filter._checked i.fa-square {
    display: none;
}

.bm_search_filter:hover,
.bm_search_filter._checked {
    cursor: pointer;
    color: #1472B8;
}

strong.search-term {
    color: #1472B8;
}

._s_result {
    position: relative;
    padding-left: 2rem;
}

._s_result i {
    position: absolute;
    font-size: 1rem;
    line-height: 1rem;
    color: #1472B8;
    left: 0;
    transition: all 0.5s;
    top: 50%;
    transform: translateY(-50%);
}

._s_result:hover i {
    left: 0.5rem;
}

/* ########## ########## ########## ########## ########## */
/* ########## ########## ########## ########## ########## */

.singleDownload .download strong {
    color: #0f72b8 !important;
}

#downloadCategoryList {
    background-color: #023860;
}

#downloadCategoryList ._category ._title {
    color: #fff !important;
    font-family: 'Roboto-Bold';
    font-size: 1rem !important;
}

/* ########## ########## ########## ########## ########## */
/* ########## ########## ########## ########## ########## */

.careerCategoryList {
    background-color: #023860;
}

.careerCategoryList ._category ._title {
    color: #fff !important;
    font-family: 'Roboto-Bold';
    font-size: 1rem !important;
}

.careerJobList ._filter ._title {
    font-family: 'Roboto-Bold' !important;
}

.careerJobList ._clearfilter a strong {
    color: #0f72b8 !important;
}

.careerJobList .job {
    background-color: #F2F3F6;
}

.careerJobList .job ul {
    list-style-type: none;
    border-bottom: 1px solid #CCC;
}

.careerJobList .job ul li {
    display: table;
    float: left;
    list-style-type: none;
}

.careerJobList .job ul li.location {
    max-width: 150px;
}

.careerJobList .job ul li.start {
    max-width: 150px;
}

.careerJobList .job ul li.worktime {
    max-width: 100px;
}

.careerJobList .job ul li i {
    padding-right: 0.25rem;
}

.careerJobList .job .title {
    font-family: 'Roboto-Bold' !important;
    font-size: 20px;
    line-height: 24px;
    padding-right: 100px !important;
}

.careerJobList .job .more {
    font-family: 'Roboto-Regular' !important;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

@media screen and (max-width: 767.98px) {
    .careerJobList .job .title {
        font-size: 18px;
    !important;
        padding-right: 30px !important;
    }

    .careerJobList .job .more span {
        display: none !important;
    }
}

.careerCategory._grey {
    background-color: #F2F3F6 !important;
}

.careerCategory img {
    max-width: 100%;
}

.careerCategory._blue {
    background-color: #023860 !important;
}

.careerCategory._blue * {
    color: #fff !important;
}

.careerCategory .benefit i {
    font-size: 2rem;
    line-height: 2rem;
}

.careerSingleJob .title {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Roboto-Bold' !important;
}

.careerSingleJob ul {
    padding-left: 1rem !important;
}

.careerSingleJob .infoline {
    background-color: #023860 !important;
}

.careerSingleJob .infoline * {
    color: #fff !important;
}

.careerSingleJob .infoline i {
    font-size: 1.5rem;
}

@media screen and (max-width: 991.98px) {
    /*body.child-career #banner { display: none !important; }*/
}

.singleCareerVids {
    position: relative;
}

.singleCareerVids img {
    width: 100%;
}

.singleCareerVids a {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 4rem;
    font-size: 1.5rem;
    color: #fff;
    padding: 0 10px;
    background-color: #000000B3;
    font-family: "RobotoCondensed-Medium";
    text-transform: uppercase;
}

.singleCareerVids a i {
    float: right;
    font-size: 1.5rem;
    line-height: 4rem;
}

.careerApplication {
    font-family: 'Roboto-Light' !important;
}

.careerApplication textarea {
    resize: none !important;
}

.careerApplication .bm-error * {
    color: #F70606 !important;
}

.careerApplication .bm-error select, .careerApplication .bm-error input {
    border-color: #F70606 !important;
}

.careerApplication .form_btn {
    max-width: 300px;
}

.careerApplication .form_btn:hover {
    cursor: pointer !important;
}

.careerApplication .form_btn * {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #fff;
}

.careerApplication .form_btn ._inner {
    width: 100px;
}

.careerApplication .form_btn span {
    font-family: 'RobotoCondensed-Medium' !important;
}

.careerApplication .form_btn.pdf {
    background-color: #023860 !important;
}

.careerApplication .form_btn.linkedin {
    background-color: #0077B5 !important;
}

.careerApplication .form_btn.xing {
    background-color: #006567 !important;
}

.careerApplication #form_linkedin label {
    color: #0077B5 !important;
}

.careerApplication #form_xing label {
    color: #006567 !important;
}

#_printjob {
    display: block;
    width: 100%;
    padding-top: 1rem;
    font-size: 1.125rem;
    line-height: 2rem;
    color: #1472B8;
}

#_printjob i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

@media screen and (max-width: 767.98px) {
    #_printjob {
        text-align: center;
    }
}

.bm-dropdown {
    position: relative;
}

.bm-dropdown .current {
    border: 1px solid #C1C1C1;
    padding: 10px 15px !important;
    font-family: 'Roboto-Light' !important;
    color: #555555 !important;
}

.bm-dropdown .current i {
    color: #555555 !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.bm-dropdown .current:hover {
    cursor: pointer;
}

.bm-dropdown ul {
    border-bottom: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    position: absolute;
    top: 45px;
    background: #fff;
    max-height: 300px;
    list-style-type: none;
    z-index: 100;
}

.bm-dropdown ul li {
    margin: 0;
    padding: 10px 15px !important;
    list-style-type: none;
    font-family: 'Roboto-Light' !important;
    color: #555555 !important;
}

.bm-dropdown ul li:hover {
    background-color: #C1C1C1;
    color: #fff !important;
    cursor: pointer;
}

/* ########## ########## ########## ########## ########## */
/* ########## ########## ########## ########## ########## */
/* ==> Products Area */

#bg_products ._grey {
    background-color: #F2F3F6 !important;
}

#bg_products .cat_to_scroll {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    lefT: 0;
    text-align: center;
}

#bg_products .cat_to_scroll i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    cursor: pointer;
}

/*#bg_category_list ._list { overflow-x: hidden; white-space: nowrap; height: 130px; }*/

#bg_category_list ._list .catItem {
    padding-top: 10px;
    width: 120px !important;
    height: 120px !important;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

#bg_category_list ._list .catItem ._icon {
    display: table;
    width: 100%;
    text-align: center;
}

#bg_category_list ._list .catItem ._icon img {
    max-width: 100% !important;
    width: auto !important;
}

#bg_category_list ._list .catItem ._icon img._white {
    display: none;
}

#bg_category_list ._list .catItem ._title {
    font-family: 'Roboto-Regular';
    font-size: 14px;
    line-height: 18px;
    max-height: 38px !important;
    bottom: 5px;
    white-space: normal !important;
    color: #012C45 !important;
}

#bg_category_list ._list .catItem:last-child {
    margin-right: 0 !important;
}

#bg_category_list ._list .catItem:hover,
#bg_category_list ._list .catItem._active {
    background-color: #012C45;
}

#bg_category_list ._list .catItem:hover ._icon img._white,
#bg_category_list ._list .catItem._active ._icon img._white {
    display: inline-block;
}

#bg_category_list ._list .catItem:hover ._icon img._blue,
#bg_category_list ._list .catItem._active ._icon img._blue {
    display: none;
}

#bg_category_list ._list .catItem:hover ._title,
#bg_category_list ._list .catItem._active ._title {
    color: #fff !important;
}

#bg_category_list ._list .catItem.is-active {
    border: 1px solid #012C45;
}

#bg_category_list .splide button:disabled {
    display: none;
}

#bg_category_list .splide-progress-bar {
    height: 3px;
    background-color: #0f72b8;
}

#bg_prod_filter {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    cursor: pointer;
}

#bg_prod_filter i {
    color: #0068B4 !important;
}

#bg_prod_filter i._status {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #707070 !important;
}

#bg_prod_filter strong {
    font-family: 'RobotoCondensed-Medium';
    color: #0068B4 !important;
    text-transform: uppercase;
}

#bg_prod_filter._open i._down {
    display: none;
}

#bg_prod_filter._open i._up {
    display: inherit;
}

#bg_prod_filter._closed i._down {
    display: inherit;
}

#bg_prod_filter._closed i._up {
    display: none;
}

#bg_prod_filter .filter_list {
    background-color: #fff !important;
    top: 38px !important;
    left: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0 5px 3px;
    z-index: 100;
}

#bg_prod_filter .filter_list label {
    text-transform: uppercase;
    font-family: 'RobotoCondensed-Medium' !important;
    cursor: pointer;
}

#bg_prod_filter .filter_list a {
    border: 1px solid #0f72b8;
    color: #0f72b8;
}

#bg_prod_filter .filter_list .form-check-input[type=checkbox] {
    border-radius: 0 !important;
}

#bg_prod_filter .filter_list .form-check-input {
    border-color: #707070 !important;
}

#bg_prod_filter .filter_list .form-check-input:checked {
    background-color: #0f72b8 !important;
    border-color: #0f72b8 !important;
    box-shadow: none !important;
}

#bg_filter_selected strong._title {
    font-family: 'Roboto-Bold';
    color: #707070 !important;
}

#bg_filter_selected ._filter {
    border: 1px solid #4B4B4B;
    padding: 0.25rem 0.5rem 0.25rem 1.75rem;
    cursor: pointer;
    color: #4B4B4B !important;
}

#bg_filter_selected ._filter i {
    position: absolute;
    font-size: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5rem;
    color: #4B4B4B !important;
}

#bg_product_list ._line {
    border-top: 1px solid #4B4B4B;
}

#bg_product_list img {
    width: 100%;
    max-width: 100%;
}

#bg_product_list .the_download * {
    color: #0068B4 !important;
}

#bg_product_list .the_download i {
    font-size: 3rem;
}

#bg_product_list .the_download a {
    border-color: #0068B4 !important;
}

#bg_product_list .the_download img {
    border: 1px solid #4b4b4b !important;
}

/* ########## ########## ########## ########## ########## */
/* ########## ########## ########## ########## ########## */

.regBox {
    background-color: #f2f3f6;
}

.regBox p {
    font-family: 'RobotoCondensed-Medium';
}

.bg_field {
    position: relative;
    border-radius: 0;
    border-color: #CBC8C8 !important;
    height: 50px !important;
    box-shadow: none !important;
}

.bg_field::placeholder {
    color: #A0A0A0 !important;
}

.bg_field:focus {
    border-color: #0068B4 !important;
}

.bg_checkbox {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid #CBC8C8 !important;
}

.bg_checkbox:focus {
    border-color: #CBC8C8 !important;
}

.bg_ca_btn {
    text-transform: uppercase;
    color: #fff !important;
    background-color: #00C4FF;
    border: 0;
    border-radius: 0;
    padding: 5px 10px;
    font-family: 'RobotoCondensed-Regular' !important;
}

.bg_ca_btn.border {
    border-color: #00C4FF !important;
    color: #00C4FF !important;
    background-color: #fff !important;
}

.bg_ca_passwort i {
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.bg_ca_passwort i._show {
    display: block !important;
}

.bg_ca_passwort._shown i._unshow {
    display: block;
}

.bg_ca_passwort .bg_field {
    padding-right: 50px;
}

.bm-dropdown._required p {
    border-color: #ff0000 !important;
}

.bg_ca_muted {
    color: #A0A0A0 !important;
}

.bg_ca_muted a {
    color: #A0A0A0 !important;
}

.bg_ca_muted a:hover {
    color: #0f72b8 !important;
}

#bcr_privacy_area {
    cursor: pointer;
}

#bcr_privacy_area._required * {
    color: #ff0000 !important;
}

#bg_nav_customerarea:hover #bg_ca_navmenu {
    display: block;
}

#bg_ca_navmenu {
    display: none;
    width: 190px;
    background-color: #fff;
    z-index: 99999;
    top: 90%;
    right: 0;
    border-top: 3px solid #00C4FF;
    padding: 20px;
    box-shadow: 0 3px 6px #000;
}

#bg_ca_navmenu ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#bg_ca_navmenu ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-transform: none !important;
    font-family: 'Roboto-Regular' !important;
}

#bg_ca_navmenu ul li a i {
    color: #0f72b8 !important;
}

#bcr_attention p._required, #bcrInterestsInfo._required {
    color: #ff0000 !important;
}

/* Small devices (tablets, 768px and up) */
@media screen and (max-width: 767.98px) {
    #bg_ca_navmenu {
        display: block;
        position: static !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
        padding-left: 1rem !important;
    }
}

/* ########## ########## ########## ########## ########## */
/* ########## ########## ########## ########## ########## */

#bmMobileNav {
    z-index: 99999999;
    background-color: #023860;
}

#bmCloseMobileNav {
    display: inline-block;
    width: 40px;
    height: 30px;
    text-align: center;
}

#bmCloseMobileNav i {
    font-size: 30px;
    line-height: 30px;
}

#bmBackMobileNav {
    min-height: 24px !important;
}

.theMobileNav, .theMobileNav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.theMobileNav li:first-child {
    border-top: 1px solid #0163AC;
}

.theMobileNav li {
    border-bottom: 1px solid #0163AC;
}

.theMobileNav.subNav li:first-child {
    border-top: 0 !important;
}

.theMobileNav li.inside, .theMobileNav li.inside .subNav > li:first-child {
    border-bottom: 0 !important;
}

.theMobileNav li a.active {
    background-color: #00C4FF;
    padding-left: 0.5rem;
}

.theMobileNav li a.active + .subNav > li:first-child {
    border-bottom: 1px solid #0163AC !important;
}

.theMobileNav li a:hover {
    background: none;
    color: #00C4FF;
}

.theMobileNav li a.active:hover {
    background-color: #00C4FF;
    color: #fff;
}

.theMobileNav li a.active i {
    display: none;
}

.theMobileNav li a {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    font-family: 'RobotoCondensed-Regular' !important;
    font-size: 23px;
    line-height: 68px;
    text-decoration: none;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
}

.theMobileNav li a i.subIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.25rem;
}

.theMobileNav li a.dropdown-item {
    padding: 0 1rem !important;
    font-size: 1.125rem;
}

.theMobileNav a.active.dropdown-item {
    padding-left: 0.25rem !important;
}

.theLanguages a {
    display: inline-block;
    padding: 0.25rem 0.5rem 0.25rem 0 !important;
}

@media screen and (min-width: 992px) {
    #bmMobileNav {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

/* ########## ########## ########## ########## ########## */
/* ########## ########## ########## ########## ########## */
/* ==> Responsive Area */

/* Small devices (tablets, 768px and up) */
@media screen and (max-width: 767.98px) {
    .small-left .txt-right, .small-left.txt-right {
        text-align: left !important;
    }

    .thumbnail img {
        display: block;
        margin: 0 auto;
    }

    header .navbar-toggle {
        margin-right: 0;
        margin-top: 0;
    }

    #map-area {
        height: 200px;
    }

    #map-area iframe {
        height: 200px;
    }

    .banner-title p {
        font-size: 16px;
    }

    .banner-title p.title {
        font-size: 30px;
        line-height: 34px;
    }

    #naviHeader {
        position: absolute;
    }
}

/* ########## ########## ########## ########## ########## */

.bm-competences .line_v2 {
    margin-bottom: 0 !important;
}

.bm-competences .line_v2:last-child {
    border: 0 !important;
}

.bm-competences .row p:last-child {
    padding: 0 !important;
    margin: 0 !important;
}

/* ########## ########## ########## ########## ########## */
/* Contact -> SalePartners */

.contactSalesPartners ._partner ._frame {
    background-color: #F2F3F6;
    padding: 10px;
}

.contactSalesPartners ._partner ._frame ._country {
    font-family: "RobotoCondensed-Medium";
    color: #1472B8;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.contactSalesPartners ._partner ._frame ._contact p {
    display: block;
    min-height: 72px !important;
}

.contactSalesPartners ._partner ._frame ._connect {
    min-height: 96px !important;
}

.contactSalesPartners ._partner ._frame ._connect ._line {
    word-break: break-word;
}

.contactSalesPartners ._partner ._frame ._connect ._line .fa-regular {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #0068B4;
}
