/* Fonts */

/**
 * Open Sans
 * 400  : regular
 * 600  : semi-bold
 * 700  : bold
 * 800  : extra-bold

 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

/**
 * Colors
 * #fff    :  Weiss
 * #000    :  schwarz
 * #515151 :  dunkelgrau
 * #cecece :  grau
 * #f0f0f0 :  hellgrau
 * #ffb300 :  gelb
 * #df2432 :  rot
 * #002e49 :  dunkelblau
 * #0c419a :  blau
 * #b5a36a :  braun/gruen
 */

/* Standardschrift */

html {
    font-size: 100%;
}

body {
    /* Standard: Lauftext */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0;
}

.no-transition {
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -ms-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.main {
    /**
     * Prevents horizontal scrollbars if background-grey is applied
     */
    overflow: hidden;
    padding-bottom: 60px;
}

/* Helpers */

.nowrap {
    white-space: nowrap;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.hidden { display: none; }
input[type="radio"].visuallyhidden {
    position: relative;
    opacity: 0;
}

img {
    /*width: 100%; SVGS werden nicht angezeigt*/
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ce-gallery * {
    max-width: 100%;
}

.ce-gallery figure {
    display: block;
}
.ce-gallery figcaption {
    display:block;
}

.abbr[title] {
    text-decoration: none;
}

.center {
    text-align: center;
}

.container__bigger{
    max-width: 1400px;
}

.container__smaller {
    max-width: 850px;
}

.container__supersmall {
    max-width: 575px;
}

.content {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.content .content{
    /*width: 100%;
    margin: 0;
    margin-left: -20px;
    margin-right: -20px;*/
}

.main .content .container > .content{
    padding-top: 0;
    padding-bottom: 0;
}

.main .container > .content{
    padding-top: 40px;
    padding-bottom: 20px;
}

.main .container > .content.bg-black {
    padding-top: 40px;
    padding-bottom: 100px;
}

.main .container > .content.bg-black + .content.bg-black, .main .container > .content.bg-lightgray + .content.bg-lightgray{
    padding-top: 40px;
}

.main .container > .content.bg-black + .content:not(.bg-black), .main .container > .content.bg-lightgray + .content:not(.bg-lightgray){
    padding-top: 80px;
}

.main .content [class^="col"]{
    margin-bottom: 40px;
}

.main .content .col12{
    margin-bottom: 0;
}

fieldset {
    border: 0;
}

strong, b {
    font-weight: 700;
}

/* Icons */
[class^="t8-icon"]{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
}

.t8-icon-pannenhilfe{
    background-image: url(../images/icons/pannenhilfe.svg);
}

.t8-icon-neuwagen{
    background-image: url(../images/icons/neuwagen.svg);
}

.t8-icon-probefahren{
    background-image: url(../images/icons/probefahren.svg);
}

.t8-icon-katalog{
    background-image: url(../images/icons/katalog.svg);
}

.t8-icon-information{
    background-image: url(../images/icons/info.svg);
}
.t8-icon-service{
    background-image: url(../images/icons/service_formular.svg);
}

a[class^="icon-"]:hover{
    color: #515151;
    transition: color 0.3s ease;
}

.svg-icon--arrow-right{
    width: 1em;
    height: 1em;
    fill: #fff;
    border: 0.07em solid #fff;
    border-radius: 50%;
    margin-bottom: -0.1em;
    transition: background-color 0.2s ease, fill 0.2s ease;
}

a .svg-icon--arrow-right:hover{
    background-color: #fff;
    fill: #515151;
}

/* ToTop-Button */
.toTop-button {
    position: fixed;
    right: -5.5em;
    bottom: 5.25em;
    z-index: 5;
    width: 4em;
    height: 4em;
    display: block;
    opacity: .5;
    -webkit-transition: all .35s cubic-bezier(0.75, 0, 0.25, 1);
    transition: all .35s cubic-bezier(0.75, 0, 0.25, 1);
    background-color: #ffb300;

    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;

    display: flex;
    justify-content: center;
    align-items: center;
}
.toTop-button:before {
    content: "\e607";
    font-size: 1.5em;
}

.toTop-button--visible{
    opacity: 1;
    right: 2.25em;
}

/* Headings */

h2 {
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    margin: 1.5em 0 2em 0;
}

/*h2:first-child{
    margin-top: 0;
}*/

h2:after{
    content: "";
    display: block;
    margin: auto;
    width: 150px;
    padding-bottom: 0.3em;
    border-bottom: 2px solid;
}

h3 {
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

h4 {}

h5 {
    font-size: 1em;
    font-weight: 600;
    border-bottom: 1px solid;
}

/* Paragraphs */

p {
    margin-bottom: 1em;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* lead */

.lead {}


/* Links */
a{
    color: inherit;
}

/*File Links PDF, mit download Icon*/
a[href $='.pdf']:before {
    padding: 0 0.2em 0 0;
    font-family: "FontAwesome";
    content: "\f1c1";
}

a[href $='.pdf']:after {
    content: " (PDF)";
}

[href$='.docx']:before {
    padding: 0 0.2em 0 0;
    font-family: "FontAwesome";
    content: "\f1c2";
}

[href$='.xlsx']:before {
    padding: 0 0.2em 0 0;
    font-family: "FontAwesome";
    content: "\f1c3";
}

[href$='.pptx']:before {
    padding: 0 0.2em 0 0;
    font-family: "FontAwesome";
    content: "\f1c4";
}

/* Lists */

.main ul:not(.content):not([class^="col"]):not([class*=" col"]) {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0.75em;
    font-size: 1em;
    line-height: 1.7em;
}

.main .ce-bodytext ul > li{
    padding-left: 1em;
}

.main .ce-bodytext ul > li:before {
    content: "–";
    display: inline-block;
    margin-left: -1em;
    width: 1em;
}



/* Backgrounds */
.bg-black{
    color: #fff;
    position: relative;
    margin-top: 60px;
}
.bg-black:before{
    content: "";
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((100vw - 100%) / 2 * -1);
    background-color: #000;
    z-index: -1;
}

.bg-black .button{
    color: #fff;
    /*border-color: #fff;*/
}

.bg-lightgray {
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
}

.bg-lightgray:last-child {
    margin-bottom: 0;
}

.bg-lightgray:before {
    content: "";
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((100vw - 100%) / 2 * -1);
    background-color: #f0f0f0;
    z-index: -1;
}

/*.bg-black .button:before{
    background-color: #fff;
}

.bg-black .button:hover{
    color: #000;
}*/

/* Header */

.header {}


/* NAVIGATION */
.navigations ul[class*="_list"]{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
}

.navigations ul[class*="_list"][class$="_right"]{
    justify-content: flex-end;
}

.navigations li{
    list-style: none;
}

.navigations li * {
    /*height: 100%;*/
    align-items: center;
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
}

/* Navigation: Main */

.navigation_wrapper {
    background-color: #000;
    color: #fff;
    letter-spacing: 0.125em;
}

.navigation{
    margin: 0 -20px;
    flex-wrap: nowrap;
}

.navigation__list{
    flex: 1;
}
.navigation__item {
    font-size: 16px;
}

.navigation__link {
    display: block;
    padding: 45px 15px;
}

.navigation__link--active{
    color: #ffb300 !important;
}

.navigation__link:hover{
    transition: color 0s ease 0.3s;
    color: #ffb300;
}

.navigations a[class^="navigation"][class*="__link"]{
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.navigations a[class^="navigation"][class*="__link"]:before{
    content: attr(data-text);
    color: #ffb300;
    position: absolute;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
}

.navigations a[class^="navigation"][class*="__link"]:hover:before{
    max-width: 100%;
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

.header_logo__link{
    display: flex;
    align-items: center;
    max-width: 320px;
}

.header_logo__image{
    width: 100%;
    align-self: center;
    max-height: calc(100% - 40px);
}

@media (min-width: 1500px) {
    .navigation .col5{
        width: 37.5%;
    }

    .navigation .col2{
        width: 25%;
    }
}

/* Meta */
.navigations .navigation_meta .navigation_meta__right {
    align-items: center;
}

/* nav search */
.input-button{
    display: flex;
    flex-direction: row;
}

.input-button input{
    flex: 1;
    min-width: 0;
}

.nav-search{
    padding-left: 1em;
}

.nav-search form{
    display: flex;
}

.nav-search button{
    border: none;
    color: #000;
    padding-left: 0.5em;
}
.nav-search input{
    width: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 5px 0;
    transition: all 0.5s ease;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    opacity: 1 !important;
}

.nav-search ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.nav-search :-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.nav-search ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.nav-search :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.nav-search input:focus{
    outline: none;
}

.nav-search:hover input, .nav-search input:hover, .nav-search input:focus{
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    flex: none;
    border-color: #000;
}

.navigation_meta__right{
    white-space: nowrap;
    overflow: hidden; /* so it will not overflow the left metanav when search is opened */
}


/* Navigation: Meta */

.navigation_meta_wrapper {
    background-color: #ffb300;
    color: #000;
    font-size: 0.6667em;
    font-weight: 700;
}

.navigation_meta__link {
    display: block;
    /*padding: 7px 15px;*/
    padding: 7px 10px;
}

.navigation_meta__link--active {
    color: #fff !important;
}

.navigation_meta__link:hover{
    transition: color 0s ease 0.3s;
    color: #fff;
}

.navigations a[class^="navigation"][class*="__link"].navigation_meta__link:before{
    color: #fff;
    border-bottom: 0;
    padding: 7px 0;
    display: flex;
    align-items: center;
    top: 0;
    /*left: 15px;*/
    left: 10px;
    bottom: 0;
    /*right: 15px;*/
    right: 10px;
}

.navigation_meta__item > a{
    height: 100%;
}

.navigations a[class^="navigation"][class*="__link"][href*="facebook.com"].navigation_meta__link, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link,
.navigations a[class^="navigation"][class*="__link"][href*="instagram.com"].navigation_meta__link, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link,
.navigations a[class^="navigation"][class*="__link"][href*="linkedin.com"].navigation_meta__link, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link{
    font-size: 1.5em;
    display: flex;
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    padding: 0;
}
@supports ( -moz-appearance:none ){
    .navigations a[class^="navigation"][class*="__link"][href*="facebook.com"].navigation_meta__link, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link,
    .navigations a[class^="navigation"][class*="__link"][href*="instagram.com"].navigation_meta__link, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link,
    .navigations a[class^="navigation"][class*="__link"][href*="linkedin.com"].navigation_meta__link, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link {
        display: inline-flex;
    }
}

.navigations a[class^="navigation"][class*="__link"][href*="facebook.com"].navigation_meta__link:before, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link:before,
.navigations a[class^="navigation"][class*="__link"][href*="instagram.com"].navigation_meta__link:before, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link:before,
.navigations a[class^="navigation"][class*="__link"][href*="linkedin.com"].navigation_meta__link:before, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link:before{
    color: #000;
    position: static;
    max-width: none;
    overflow: visible;
    text-indent: 0;
    float: left;
    padding: 7px 15px;
}
.navigations a[class^="navigation"][class*="__link"][href*="facebook.com"].navigation_meta__link:before, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link:before {
    content: "\e00b";
}
.navigations a[class^="navigation"][class*="__link"][href*="instagram.com"].navigation_meta__link:before, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link:before {
    content: "\e609";
}
.navigations a[class^="navigation"][class*="__link"][href*="linkedin.com"].navigation_meta__link:before, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link:before {
    content: "\e60a";
}

.navigations a[class^="navigation"][class*="__link"][href*="facebook.com"].navigation_meta__link:hover:before, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link:hover:before,
.navigations a[class^="navigation"][class*="__link"][href*="instagram.com"].navigation_meta__link:hover:before, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link:hover:before,
.navigations a[class^="navigation"][class*="__link"][href*="linkedin.com"].navigation_meta__link:hover:before, .navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link:hover:before{
    color: #fff;
}

.navigations .navigation_meta__item--res_nav_header a[class^="navigation"][class*="__link"].navigation_meta__link:before{
    content: "\e090";
}

.navigation_meta_wrapper [class^="icon-"]{
    font-size: 1.5em;
    display: flex;
}


/* collapse all */
.all_collapse{
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.all_collapse__closed{
    max-height: 0 !important;
}

.all_collapse__open:not(.all_collapse__inprogress){
    max-height: none !important;
}

/* Sidebar */
.fixed_sidebar{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(100%) translateX(-2em) translateX(-20px);
    z-index: 5;
}

.sidebar-open {
    transform: translateX(-100%) translateX(2em) translateX(20px);
}

.fixed_sidebar__ul{
    display: flex;
    flex-direction: column;

}

.fixed_sidebar__li{
    padding: 10px 20px 10px 10px;
    background-color: #ffb300;
    margin: 5px 0;
    font-weight: 700;
    text-transform: uppercase;
    transition: transform 0.5s ease-out;
}
.fixed_sidebar__li.hovered--onload--animation:nth-child(2) {
    transition: transform 0.5s ease-out 0.035s;
}
.fixed_sidebar__li.hovered--onload--animation:nth-child(3) {
    transition: transform 0.5s ease-out 0.07s;
}
.fixed_sidebar__li.hovered--onload--animation:nth-child(4) {
    transition: transform 0.5s ease-out 0.095s;
}
.fixed_sidebar__li.hovered--onload--animation:nth-child(5) {
    transition: transform 0.5s ease-out 0.13s;
}
.fixed_sidebar__li:hover, .fixed_sidebar__li.hovered, .fixed_sidebar__li:hover, .fixed_sidebar__li.hovered--onload {
    transform: translateX(-100%) translateX(2em) translateX(20px);
}

.fixed_sidebar__li a{
    text-decoration: none;
    display: flex;
    align-items: center;
}

.fixed_sidebar__li [class^="t8-icon"]{
    width: 2em;
    height: 2em;
    margin-right: 15px;
}

/* Banner & Claim */

.banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform:translateY(0);
        transform:translateY(0)
    }
    40% {
        -moz-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    60% {
        -moz-transform:translateY(-15px);
        transform:translateY(-15px)
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    40% {
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    60% {
        -webkit-transform:translateY(-15px);
        transform:translateY(-15px)
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    40% {
        -moz-transform:translateY(-30px);
        -ms-transform:translateY(-30px);
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    60% {
        -moz-transform:translateY(-15px);
        -ms-transform:translateY(-15px);
        -webkit-transform:translateY(-15px);
        transform:translateY(-15px)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
    }
    45% {
        -webkit-transform: scale(1.1) rotate(-5deg);
    }
    90%, 100% {
        -webkit-transform: scale(1) rotate(0deg);
    }
}
@-o-keyframes pulse {
    0% {
        -o-transform: scale(1) rotate(0deg);
    }
    45% {
        -o-transform: scale(1.1) rotate(-5deg);
    }
    90%, 100% {
        -o-transform: scale(1) rotate(0deg);
    }
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1) rotate(0deg);
    }
    45% {
        -moz-transform: scale(1.1) rotate(-5deg);
    }
    90%, 100% {
        -moz-transform: scale(1) rotate(0deg);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1) rotate(0deg);
    }
    45% {
        transform: scale(1.1) rotate(-5deg);
    }
    90%, 100% {
        transform: scale(1) rotate(0deg);
    }
}

.banner__button {
    position: absolute;
    top: -5.5em;
    left: 2em;
    border-radius: 50%;
    background-color: #ffb300;
    background-size: 400% 400%;
    width: 10.5em;
    height: 10.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.72em;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    transform: scale(1);
    text-align: center;
    box-sizing: content-box;
    /*-moz-animation: bounce 2s linear infinite;
    -webkit-animation: bounce 2s linear infinite;
    animation: bounce 2s ease-in-out infinite;*/
    -webkit-animation: pulse 1.5s ease 0s infinite normal;
    -o-animation: pulse 1.5s ease 0s infinite normal;
    -moz-animation: pulse 1.5s ease 0s infinite normal;
    animation: pulse 1.5s ease 0s infinite normal;
    z-index: 2;
}
.body--follow .banner__button {
    top: 6.5em;
}


@media (max-width: 1780px) {
    .banner__button {
        top: 0em;
        left: auto;
        margin-right: 540px;
        right: 50%;
    }
    .body--follow .banner__button {
        top: 12em;
        right: 14em;
        margin-right: -6em;
    }
}

@media (max-width: 1430px) {
    .banner__button {
        top: 36em;
        left: auto;
        margin-right: -6em;
    }

    .navigation_meta_wrapper {
        font-size: 0.615em;
    }
    .navigation_meta__link {
        padding-left: 7px;
        padding-right: 7px;
    }
    .navigations a[class^="navigation"][class*="__link"].navigation_meta__link:before{
        left: 7px;
        right: 7px;
    }

}

@media (max-width: 1280px) {
    .body--follow .banner__button {
        top: 56vh;
        margin-right: -5em;
        right: 50%;
    }
}

@media (max-width: 950px) {
    .banner__button {
        top: auto;
        left: auto;
        margin-right: -6em;
    }
}

@media (max-width: 640px) {
    .body--follow .banner__button {
        /* top: 12.5em; */
    }
}


.banner__button .t8-icon-pannenhilfe{
    width: 3.5em;
    height: 3.5em;
    margin-bottom: 0.35em;
}

.banner__button .t8-icon-pannenhilfe[style*="sonderangebot-icon"] {
    width: 5.5em;
    height: 5.5em;
}

.banner__button_text{
    padding: 0 0.85em;
    max-width: 100%;

}

/* banner brand-links (home) */

.banner.banner__brand-links {
    background-image: url(../../redaktion/bilder/2022.11_Home_Background.jpg);
    padding: 80px 0;
}

.banner_images{
    margin: 0 !important;
    padding: 0 !important;
}

.banner_images .banner_image__li{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.8s ease;
    /*transition: opacity 0.8s ease 0.2s;*/
}

.banner_images .banner_image__li.banner_image__li--show{
    opacity: 1;
    /*transition: opacity 0.8s ease;*/
}

#banner_image__li--bg{
    background: #000;
}

.banner.banner__brand-links .banner-content{
    align-items: stretch;
}

.banner.banner__brand-links .banner__content > [class^="col"]{
    margin-bottom: 40px;
}

.banner.banner__brand-links .banner__link {
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #fff;
    padding: 10% 25%;
    height: 100%;
    min-height: 175px;
    /*object-fit: contain;
    width: 100%;
    height: 100%;*/
    max-height: 175px;
}
.banner.banner__brand-links [data-brand="Dodge"].banner__link,
.banner.banner__brand-links [data-brand="RAM"].banner__link {
    padding: 10% 15%;
}

.banner__button--wrapper a[href $='.pdf']:before {
    padding: 0 0.2em 0 0;
    font-family: "FontAwesome";
    content: "" !important;
}

.banner__button--wrapper a[href $='.pdf']:after {
    content: "" !important;
}

.banner.banner__brand-links .banner__link > img{
    height: auto !important;
    width: 100%;
}

.banner.banner__brand-links .banner__button--wrapper{
    width: 100%;
    /*position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);*/
    position: static;
    margin: auto;
}

/* banner slider */
.banner.banner__slider{
    height: 0;
    min-height: 55vh;
    padding-bottom: 37.5%;
    border-bottom: 15px solid #002e49;
}

.image-slider{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.image-slider__images{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    transition: transform 0.7s ease;
}

.image-slider__image{
    width: 100%;
    height: 100%;
    flex: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-slider__points-list{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 2;
}

.image-slider__points-item{
    display: block;
    width: 16px;
    height: 16px;
    margin: 7px;
    border-radius: 50%;
    border: 8px solid #fff;
    cursor: pointer;
    transition: border 0.15s ease;
}

.image-slider__points-item.image-slider__points-item--selected{
    border-width: 3px;
}

/* Claim */
/*.banner__slider .banner__content{
    position: absolute;
    top: 7.5%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}*/
.image-slider__image .container{
    position: relative;
    margin-top: 3.5%;
    height: calc(96.5% - 80px);
}





/* Tabellen */
figure.table {
    margin: 0;
}
[itemprop="articleBody"] .contenttable {
    margin-left: -40px;
    margin-right: -40px;
}
[itemprop="articleBody"] .contenttable td {
    border: none;
    padding: 0 40px;
}

.contenttable {
    margin-top: 2em;
}
.contenttable tbody {}
.contenttable tr {}
.contenttable tbody tr {}
.contenttable tbody tr:nth-child(even) {}
.contenttable td {
    border: 1px solid #eee;
    padding: 0 1em;
}
.contenttable tr td {}
.contenttable tr td:last-child { white-space: nowrap }
.contenttable tr td:nth-last-child(2) { white-space: nowrap }
.contenttable tr td:nth-last-child(3) { white-space: nowrap }

.contenttable p {
    margin: .5em 0;
}

@media (max-width: 1170px) {
    .contenttable tr td:last-child { white-space: normal }
    .contenttable tr td:nth-last-child(2) { white-space: normal }
    .contenttable tr td:nth-last-child(3) { white-space: normal }
}

/* News image slider */
/* Image slider*/
.news-image-slider {
    /* display: none; */
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.news-image-slider__images {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .75s cubic-bezier(0.79, 0, 0.36, 1);
    transition: all .75s cubic-bezier(0.79, 0, 0.36, 1);
}
.news-image-slider__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    border: 0;
    height: 100%;
}
.news-image-slider__images { width: 1000% }


.news-image-slider__image-wrap .mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-image-slider__image-wrap .mediaelement-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-image-slider__image-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.news-image-slider__figure {
    width: 10%;
    margin: 0;
    float: left;
    height: 100%;
    position: relative;
}

.news-image-slider__radio-nr-1:checked ~ .news-image-slider__images { -webkit-transform: translateX(0); transform: translateX(0) }
.news-image-slider__radio-nr-2:checked ~ .news-image-slider__images { -webkit-transform: translateX(-10%); transform: translateX(-10%) }
.news-image-slider__radio-nr-3:checked ~ .news-image-slider__images { -webkit-transform: translateX(-20%); transform: translateX(-20%) }
.news-image-slider__radio-nr-4:checked ~ .news-image-slider__images { -webkit-transform: translateX(-30%); transform: translateX(-30%) }
.news-image-slider__radio-nr-5:checked ~ .news-image-slider__images { -webkit-transform: translateX(-40%); transform: translateX(-40%) }
.news-image-slider__radio-nr-6:checked ~ .news-image-slider__images { -webkit-transform: translateX(-50%); transform: translateX(-50%) }
.news-image-slider__radio-nr-7:checked ~ .news-image-slider__images { -webkit-transform: translateX(-60%); transform: translateX(-60%) }
.news-image-slider__radio-nr-8:checked ~ .news-image-slider__images { -webkit-transform: translateX(-70%); transform: translateX(-70%) }
.news-image-slider__radio-nr-9:checked ~ .news-image-slider__images { -webkit-transform: translateX(-80%); transform: translateX(-80%) }
.news-image-slider__radio-nr-10:checked ~ .news-image-slider__images { -webkit-transform: translateX(-90%); transform: translateX(-90%) }

.news-image-slider__image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: 50% 50%;
}
.news-image-slider__images-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.news-image-slider__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.news-image-slider__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 30px 24px;*/
    padding: 1.6666666666666667em 1.3333333333333333em 0.4444444444444444em; /* 30/18; 24/18; 8/18 */
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.25);
    color: white;
}
.news-image-slider__arrows-list {
    list-style-type: none;
    display: none;
}
.news-image-slider__arrows {
    height: 0;
    /* display: none; */
}
.news-image-slider__radio-nr-1:checked ~ .news-image-slider__arrows .news-image-slider__arrows-list-1 { display: block; }
.news-image-slider__radio-nr-2:checked ~ .news-image-slider__arrows .news-image-slider__arrows-list-2 { display: block; }
.news-image-slider__radio-nr-3:checked ~ .news-image-slider__arrows .news-image-slider__arrows-list-3 { display: block; }
.news-image-slider__radio-nr-4:checked ~ .news-image-slider__arrows .news-image-slider__arrows-list-4 { display: block; }
.news-image-slider__radio-nr-5:checked ~ .news-image-slider__arrows .news-image-slider__arrows-list-5 { display: block; }
.news-image-slider__radio-nr-6:checked ~ .news-image-slider__arrows .news-image-slider__arrows-list-6 { display: block; }
.news-image-slider__radio-nr-7:checked ~ .news-image-slider__arrows .news-image-slider__arrows-list-7 { display: block; }
.news-image-slider__radio-nr-8:checked ~ .news-image-slider__arrows .news-image-slider__arrows-list-8 { display: block; }
.news-image-slider__radio-nr-9:checked ~ .news-image-slider__arrows .news-image-slider__arrows-list-9 { display: block; }
.news-image-slider__radio-nr-10:checked ~ .news-image-slider__arrows .news-image-slider__arrows-list-10 { display: block; }

.news-image-slider__arrow-button {
    width: 4em;
    height: 4em;
    position: absolute;
    top: 50%;
    margin-top: -2em;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
}
.news-image-slider__arrow-button--previous {
    left: 0;
}
.news-image-slider__arrow-button--next {
    right: 0;
}
.news-image-slider__icon-arrow {
    color: white;
    font-size: 3.75em;
}
/*http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/*/
/*Hide arrows if only one image vorhanden.*/
.news-image-slider__arrows-list:first-child:nth-last-child(1) {
    display: none !important;
}

.news-image-slider__thumbnails {
    width: auto;
    float: none;
    margin-top: 20px;
}

.news-image-slider__thumbnail-label {
    cursor: pointer;
    display: block;
    opacity: .5;
    -webkit-transition: all .75s cubic-bezier(0.79, 0, 0.36, 1);
    transition: all .75s cubic-bezier(0.79, 0, 0.36, 1);
}
.news-image-slider__thumbnail-item {
    margin-bottom: 20px;
}
.news-image-slider__radio-nr-1:checked  ~ .news-image-slider__thumbnails [for="detail-slide-1"] { opacity: 1 }
.news-image-slider__radio-nr-2:checked  ~ .news-image-slider__thumbnails [for="detail-slide-2"] { opacity: 1 }
.news-image-slider__radio-nr-3:checked  ~ .news-image-slider__thumbnails [for="detail-slide-3"] { opacity: 1 }
.news-image-slider__radio-nr-4:checked  ~ .news-image-slider__thumbnails [for="detail-slide-4"] { opacity: 1 }
.news-image-slider__radio-nr-5:checked  ~ .news-image-slider__thumbnails [for="detail-slide-5"] { opacity: 1 }
.news-image-slider__radio-nr-6:checked  ~ .news-image-slider__thumbnails [for="detail-slide-6"] { opacity: 1 }
.news-image-slider__radio-nr-7:checked  ~ .news-image-slider__thumbnails [for="detail-slide-7"] { opacity: 1 }
.news-image-slider__radio-nr-8:checked  ~ .news-image-slider__thumbnails [for="detail-slide-8"] { opacity: 1 }
.news-image-slider__radio-nr-9:checked  ~ .news-image-slider__thumbnails [for="detail-slide-9"] { opacity: 1 }
.news-image-slider__radio-nr-10:checked ~ .news-image-slider__thumbnails [for="detail-slide-10"] { opacity: 1 }

.news-image-slider__thumbnail-image {
    display: block;
}
.news-image-slider__thumbnail-item::before {
    content: none !important;
}
.news-image-slider__arrow-item::before {
    content: none !important;
}
.news-image-slider__thumbnail-list {
    list-style: none;
}


















.claim{
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
    max-width: 78%;
    position: absolute;
    margin: 3% 0;
    display: flex;
    flex-wrap: wrap;
}

.claim__small {
    display: block;
    width: 100%;
    flex: none;
}

.claim-left{
    left: 20px;
}

.claim-center{
    left: 50%;
    transform: translateX(-50%);
}

.claim-right{
    right: 20px;
}

.claim-v-top{
    top: 0;
}

.claim-v-center{
    top: 43%;
    transform: translateY(-50%);
}

.claim-v-bottom{
    bottom: 0;
}

.claim-white{
    color: #fff;
}

.claim-center.claim-v-center{
    transform: translateY(-50%) translateX(-50%);
}

.claim-black{
    color: #000;
}

.claim a{
    text-decoration: none;
}

.claim__big{
    font-weight: 800;
    font-size: 1.5em;
    text-transform: uppercase;
}

.claim__big + .svg-icon--arrow-right{
    width: 0.9em;
    height: 0.9em;
    margin-left: 0.3em;
    margin-bottom: 0.05em;
}

.claim-black .claim__big + .svg-icon--arrow-right{
    border-color: #000;
    fill: #000;
}

.claim-black .claim__big + .svg-icon--arrow-right:hover {
    /*fill: #fff;*/
    border-color: #000;
    background-color: #000;
}

.claim-black .claim__big + .svg-icon--arrow-right:hover path {
    fill: #fff;
}

.claim-white .claim__big + .svg-icon--arrow-right:hover {
    /*fill: #000;*/
    background-color: #fff;
}

.claim-white .claim__big + .svg-icon--arrow-right:hover path {
    fill: #000;
}

/*.claim__big:after{
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e079";
    font-size: 0.6em;
    margin-left: 0.3em;
    margin-top: 0.3em;
}*/

/* Map */
.tx-easy-googlemap:last-child{
    margin-bottom: -60px;
}

.map_wrapper{
    position: relative;
}

.map_info__item{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s ease 0.3s, transform 0.45s ease;
    background-color: #f0f0f0;
    height: 100%;
    padding: 20px;
    transform: translateX(-75%);
}

.map_info__item.map_info__item--visible{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.45s ease;
    transform: translateX(0);
}

.map_info__open .map_info__item{
    transform: translateX(0);
}

.map_info__item h4{
    margin-top: 3.5em;
}

.map_info__item h4 a{
    text-decoration: none;
}

.gm-infowindow__infogroup{
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding-right: 2.5em;
    min-width: 150px;
    margin: 1em 0;
}

.gm-infowindow__infogroup > [class^="icon-"] {
    flex: none;
    font-size: 1.6em;
    margin-right: 1em;
}

.gm-infowindow__infogroup > .icon-location-pin{
    font-size: 2em;
    margin-top: -0.35em;
    margin-right: 0.6em;
}

.gm-infowindow__infogroup p{
    margin: 0;
}

.map_info__closer{
    display: block;
    margin: -20px;
    padding: 20px;
    background-color: #ffb300;
    font-size: 1.5em;
    cursor: pointer;
    text-align: right;
}

/*.gm-style img {
    min-width: 30px;
    min-height: 40px;
}*/

/* Brand Page */
.brand_page__logo{
    height: 130px;
    text-align: center;
    margin: 90px 0 -20px 0;
}

.brand_page__logo img{
    height: 100%;
}

.product{
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.product h3{
    flex: none;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3em;
}

.product__img{
    flex: none;

    /*display: flex;
    justify-content: center;
    align-items: center;*/
    /*background-color: #000;*/
}

.product__img .product__img--wrap{
    background-color: #000;

    position: relative;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
    text-align: center;
}

.product__img img{
    /*width: auto;
    max-width: none;
    height: 100%;*/
    /*min-width: 100%;
    object-fit: cover;*/
    min-width: 100%;
    transition: opacity 0.3s ease;
    backface-visibility: hidden; /* ruckeln on hover */
}

.product:hover img{
    opacity: 0.5;
}

.product_description{
    text-align: center;
//flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    margin: 8px 0 0 0;
    padding: 0.65em;
    height: 100%;
}



/* Buttons */
button, input, select, textarea{
    font: inherit;
}

.button, button, input[type="submit"]{
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.5em;
    border: 2px solid;
    font-size: 1em;
    color: #515151;
    border-color: #515151;
    background-color: transparent;
    transition: background-color 0.5s ease, color 0.3s ease;;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
}

.button:first-child{
    margin-top: 1em;
}

.button:focus{
    outline: none;
}

.button-small{
    font-size: 0.85em;
    font-weight: 400;
    letter-spacing: 0.075em;
    padding: 0.5em 1em;
    border-width: 1px;
}

input[type="submit"]:hover{
    color: #fff;
    background-color: #515151;
    border-color: #515151;
}

.button:hover{
    color: #fff;
}

.button:before{
    content: "";
    display: block;
    background-color: #515151;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
    z-index: -1;
}

.button:hover:before{
    transform: scaleX(1);
}

.button--icon [class^="icon"], .button--icon .fa{
    margin-right: 0.75em;
    margin-left: -0.5em;
}

button.button--inactive {
    color: #cfcaca;
    border-color: #cfcaca;
    background-color: #ffffff;
    pointer-events: none;
}

button.button--inactive:hover {
    color: #cfcaca;
    border-color: #cfcaca;
    background-color: #ffffff;
}

[data-main-category-id] {
    display: none;
}
.mixitup-control-active, .button--active {
    color: #fff;
    background-color: #515151;
    border-color: #515151;
}
.team-category-sub-mobile {
    display: none;
    margin-bottom: -1px !important;
}
@media (min-width: 640px) {
    .team-category-sub-mobile {
        display: none !important;
    }
}
.team-category-sub-mobile .button {
    display: block;
    width: 100%;
    margin: 0 !important;
    margin-top: -1px !important;
}
.mixer_controls{
    text-align: center;
    margin-bottom: 40px;
}

.responsable-persons {
    margin-bottom: 40px;
}

.mixer_controls .button{
    margin: 5px;
}

input{
    border-radius: 0;
}

.button--location {
    display: none;
}

.button--news-contact {
    color: #000;
    border-color: #ffb300;
    margin-top: 1em;
}
.button--news-contact:hover {
    color: #000;
}
.button--news-contact::before {
    transform: scaleX(1);
    transform-origin: right;
    background-color: #ffb300;
}
.button--news-contact:hover::before {
    transform: scaleX(0);
}






/* Sub-Category */
.team-category-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.team-category-sub {
    position: absolute;
    top: 44px;
    background-color: #eee;
    left: 5px;
    border-top: 10px solid #eee;
    border-bottom: 10px solid #eee;
    border-left: 11px solid #eee;
    border-right: 11px solid #eee;
    min-width: calc(100% - 10px);
    visibility: hidden;
}
.team-category-wrap:hover {
    z-index: 10;
}
.team-category-wrap:hover .team-category-sub {
    visibility: visible;
}
.team-category-sub li {
    text-align: left;
}
.team-category-sub .button {
    /* text-align: left; */
}
.team-category-sub .button:hover {
    background-color: #515151;
}


/* Formulare */
.form__label{
    display: block;
    margin: 0.75em 0 0.15em 0;
}

.form__fieldwrap--check .form__label:not(.powermail_label){
    display: inline;
}

.form__fieldwrap--betriebe_mail {
    display: none;
}
.conditional-form__belwag-label {
    display: none;
}
.conditional-form__formtype {
    padding: 0 20px;
}

textarea,
input {
    padding: 0.5em 0.5em;
    width: 100%;
    border: 1px solid #cecece;
    transition: border 0.25s ease;
}

textarea:hover,
input:hover {
    border-color: #515151;
}

textarea:focus, input:focus{
    box-shadow: 0 0 3px 1px rgba(255,179,0,0.1);
    border-color: #ffb300;
    outline: none
}

.form__input--select{
    width: 100%;
    margin: 0.25em 0;
    min-height: 1.75em;
    border: 1px solid #cecece;
    padding: 0.5em 0.5em;
    background-color: transparent;
}

.form__checkboxes{
    margin: 0.5em 0;
}

.conditional-form__models .form__checkboxes, .conditional-form__weekdays .form__checkboxes{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.conditional-form__models .form__checkbox-wrap{
    width: 16.66666%;
    min-width: 165px;
}

.form__fieldwrap--check.conditional-form__weekdays{
    width: 100%;
    padding: 0 20px;
}

.conditional-form__weekdays .form__checkbox-wrap{
    min-width: 80px;
}

.form__checkbox{
    width: auto;
}

.conditional-form__hidden-label{
    width: 100%;
    padding: 0 20px;
}

.conditional-form__hidden-label > label{
    display: none;
}

.conditional-form__hidden-label .form__checkbox-wrap{
    margin: 1.5em 0;
}

.conditional-form__available-locations{
    margin: 1em 0 2em 0 !important;
}

.conditional-form__models{
    margin: 0.5em 0;
}

.conditional-form_width-auto{
    padding: 0 20px;
}

.form__input--select[name|="tx_powermail_pi1[field][blog_hidden]"] {
    display: none;
}

ul.powermail_message,
.main ul:not(.content):not([class^="col"]):not([class*=" col"]).powermail_message {
    padding-left: 20px;
    padding-right: 20px;
}

.powermail_message_error,
.powermail-errors-list {
    color: #df2432;
}

.powermail-date-error + .powermail-errors-list {
    display: none;
}

/* Placeholder text */

::-webkit-input-placeholder {
    color: #cecece;
    opacity: 0.6;
    letter-spacing: 0.02em;
}

:-moz-placeholder {
    color: #cecece;
    opacity: 0.6;
    letter-spacing: 0.02em;
}

::-moz-placeholder {
    color: #cecece;
    opacity: 0.6;
    letter-spacing: 0.02em;
}

:-ms-input-placeholder {
    color: #cecece;
    opacity: 0.6;
    letter-spacing: 0.02em;
}

/* TYPO3 Text & Bild */
.ce-textpic .ce-gallery figure:first-child{
    margin-left: 0;
}
.ce-textpic .ce-gallery figure:last-child{
    margin-right: 0;
}

.ce-textpic .ce-media--title {
    margin-top: 0;
}
.ce-textpic .ce-media__more-button {
    margin: 1em 0;
}
.ce-textpic .ce-media figcaption + .ce-media__more-button {
    margin-top: 0;
}

.ce-textpic.ce-intext{
    clear: both;
}

.ce-textpic.ce-intext.ce-left .ce-gallery{
    float: left;
    margin-bottom: 30px;
}

.ce-textpic.ce-intext.ce-left .ce-gallery figure{
    margin: 0 40px 10px 0;
}

.ce-textpic.ce-intext.ce-right .ce-gallery{
    float: right;
    margin-bottom: 30px;
}

.ce-textpic.ce-intext.ce-right .ce-gallery figure{
    margin: 0 0 10px 40px;
}

.ce-textpic.ce-intext.ce-nowrap{
    display: flex;
    flex-direction: row;
}

.ce-textpic.ce-intext.ce-nowrap .ce-gallery{
    flex: none;
}

.ce-textpic.ce-intext.ce-nowrap.ce-right .ce-gallery{
    margin-left: 40px;
    order: 1;
}

.ce-textpic.ce-intext.ce-nowrap.ce-left .ce-gallery{
    margin-right: 40px;
}

.ce-image .ce-gallery.gallery-more-gap .ce-row{
    align-items: center;
}

.ce-image .ce-gallery.gallery-more-gap figure{
    margin: 15% !important;
}

.ce-image .ce-gallery.gallery-more-gap figure img{
    width: unset;
    height: unset;
}

.ce-textpic.ce-above .ce-gallery,
.ce-textpic.ce-above .ce-row,
.ce-textpic.ce-above .ce-column:first-child:last-child {
    width: unset;
}
.ce-column[class*="col"] {
    margin-right: 0;
}
.ce-row.content {
    max-width: unset;
}
.video[data-type="external"] .video-embed {
    position: relative;
}

/* Carify Plugin */
carify-vehicle-grid.carify-belwag {
    --active-page-indicator-bg: #ffb300;
    --vehicle-price-color: #ffb300;
    --filter-search-bg: #ffb300;
    --filter-search-color: #000;
    --active-filter-bg: #ffb300;
    --filter-view-bg: #ffb300;
}

/* News List */

.news-list {}

.news-list-view__headerspacer {
    display: block;
    padding-top: 2em;
    padding-bottom: 2em;
}

.news-list-item {
    padding: 10px 25px 25px 35px;
    background-color: #515151;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.news-list-item footer{
//flex: 1;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1em;
}

.news-list-item h3{
    text-align: left;
    text-transform: none;
    border-bottom: 2px solid;
    margin-bottom: 0.5em;
    padding-bottom: 0.75em;
    width: 100%;
    flex: none;
}

.news-list-item p{
    letter-spacing: 0.08em;
    width: 100%;
    flex: none;
}
.news-list-item p + p{
    margin-top: 0;
}

.news-list-item .news-more--link{
    text-decoration: none;
    font-size: 1.75em;
    line-height: 1;
}

/* News Detail */
.teaser-text{
    font-weight: 600;
}

.news-img-wrap{
    margin-top: 2.7em;
}

.news-img-wrap .mediaelement-image{
    margin-bottom: 1em;
}

/* Zitate */
blockquote {
    /*display: flex;
    flex-direction: column;*/
    padding: 35px 10%;
    border: 2px solid;
    color: #515151;
    text-align: center;
    margin: 0;
    height: 100%;
}

blockquote:before{
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e02c";
    font-size: 1.75em;
    display: block;
    text-align: center;
    margin: -5px 0 0.8em 0;
}

blockquote p{
    margin: 0;
    /*flex: 1;
    display: flex;
    flex-direction: column;*/
}

blockquote q,
blockquote .quote {
    display: block;
    font-size: 1.5em;
    margin-bottom: 1em;
    letter-spacing: 0.075em;
}

blockquote cite,
blockquote .quote__author {
    font-size: 0.8em;
    font-style: normal;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.align-center__flex {
    display: flex;
    justify-content: space-between;
}

/* TEAM */
.team{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team .team__description{
    margin-top: 10px;
    padding: 13px 20px;
    background-color: #f0f0f0;
    /*flex: 1;*/
    height: 100%;
    max-height: 200px; /* ie fail mit mixitup (teilweise elemente sehr hoch) */
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.team__description p{
    height: 100%;
    flex: 1;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.8em;
    word-wrap: break-word;
    max-width: calc(100% - 2.8em);
}

.team__description b {
    font-size: 1.2em;
    line-height: 2;
}

.team__description p span{
    margin-bottom: 0.2em;
}

.team__description a{
    text-decoration: none;
}

.team__icons{
    display: flex;
    flex-direction: column;
    margin-left: 1em;
    font-size: 1.2em;
    line-height: 0.75;
}

.team__icons [class^="icon"]{
    display: block;
    margin-top: 0.7em;
    margin-bottom: 0.15em;
}

.team__icons [class^="icon"]:hover{
    color: #ffb300;
    transition: color 0.2s ease;
}

.team__image{
    /*height: 280px;*/
    flex: none;
    /*display: flex;
    justify-content: center;
    align-items: flex-start;*/
}

.team__image-wrapper {
    height: 0;
    position: relative;
    padding-bottom: 80%;
    text-align: center;
    overflow: hidden;

    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.team__image img{
    /*width: auto;
    max-width: none;
    height: 100%;*/
    min-width: 100%;
}

#filterbox {
    align-content: flex-start;
    justify-content: space-between;
}

/* TEAM LIST JS */
.teamlist__ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.teamlistcol__li {
    list-style: none;
}

/* icon links */
.icon_link, .link_bigger{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1111em;
    text-decoration: none;
    transition: color 0.25s ease;
}

a.link_bigger:hover{
    color: #515151;
}

.image a > img{
    transition: opacity 0.25s ease;
}

.image a:hover > img{
    opacity: 0.65;
}

/* collapsible */
.content.collapsible{
    width: auto !important;
    margin: 0 -20px;
}

.collapsible{
    overflow: hidden;
    transition: max-height 0.7s ease;
}

.collapsible--button{
    width: auto !important;
}

.collapsible:not(.collapsible--inprogress):not(.collapsible--closed){
    max-height: none !important;
}

/* Suche: Resultatseite */
.tx-indexedsearch-searchbox fieldset{
    padding: 0;
    text-align: center;
}

.searched_for{
    text-align: center;
    margin: 2em 0;
}

.tx-indexedsearch-searchbox fieldset > div {
    margin: 0.5rem 0;
}

.tx-indexedsearch-searchbox legend{
    display: none;
}

.tx-indexedsearch-searchbox input {
    padding: 0.5em;
}

.tx-indexedsearch-form{
    max-width: 500px;
    width: calc(100% - 95px);
}

.tx-indexedsearch-searchbox input[type="submit"]{
    padding-left: 1em;
    padding-right: 1em;
}

.tx-indexedsearch-searchbox input[type="text"]{
    border: 1px solid #cecece;
    width: 100%;
}

.tx-indexedsearch-searchbox fieldset > div {
    display: inline-block;
}

.tx-indexedsearch-rules h2{
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 0.5rem;
}

.tx-indexedsearch-rules h2:after{
    content: none;
}

.tx-indexedsearch-browsebox{
    text-align: center;
}

ul.tx-indexedsearch-browsebox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: -0.75em !important;
    margin-right: -0.75em !important;
}

ul.tx-indexedsearch-browsebox li{
    margin: 1em 0.75em 0.5em 0.75em;
}

ul.tx-indexedsearch-browsebox li a{
    text-decoration: none;
}

.tx-indexedsearch-res h3{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.5em;
}

.tx-indexedsearch-title a{
    text-decoration: none;
}

.tx-indexedsearch-percent{
    font-size: 1rem;
}

.tx-indexedsearch-icon{
    display: none;
}

.tx-indexedsearch-text-item-size, .tx-indexedsearch-text-item-crdate, .tx-indexedsearch-text-item-mtime, dt.tx-indexedsearch-text-item-path, .tx-indexedsearch-rules, .tx-indexedsearch-searchbox fieldset > :not(.tx-indexedsearch-form):not(.tx-indexedsearch-search-submit), .tx-indexedsearch-searchbox fieldset + p, .tx-indexedsearch-form label{
    display: none;
}

dd.tx-indexedsearch-text-item-path{
    margin-left: 0;
    font-size: 0.75em;
}

.tx-indexedsearch-res{
    padding: 20px 25px;
    margin: 20px 0;
    background-color: #f0f0f0;
}

.tx-indexedsearch-res :first-child{
    margin-top: 0;
}

.tx-indexedsearch-res :last-child{
    margin-bottom: 0;
}

/* Footer */
footer ul {
    list-style: none;
    padding-left: 0;


}
.footer {
    /*margin-top: 60px;*/
    font-size: 0.7777778em;
    letter-spacing: 0.1em;
    line-height: 1.7;
    background-color: #000;
    color: #fff;
    padding: 2em 0;
}

/*.footer__home{
    margin-top: 0;
}*/

.footer .logo{
    margin-top: 0.75em;
    margin-left: -20px;
    margin-left: -40px;
    background: #000;
    padding-left: 40px;
    width: calc(100% + 40px);
    max-width: none;
}

.footer .column-logo{
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    text-align: right;
}

.footer [class^="icon-social"]{
    font-size: 1.5em;
    line-height: 2.25;
}

.footer-copyright{
    text-align: right;
    margin-top: -7.5em;
}

.footer .footer-copyright a:hover{
    transition: none;
}

.footer h5{
    margin-right: -40px;
}

.footer a{
    text-decoration: none;
    display: inline-block;
}

.footer a:hover{
    transition: color 0s ease 0.3s;
    color: #ffb300;
}

.footer-copyright-link {
    margin-left: 1em;
}

.footer a{
    position: relative;
}

.footer a:before{
    content: attr(data-text);
    color: #ffb300;
    position: absolute;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
}

.footer a:hover:before{
    max-width: 100%;
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

/*.footer a:after{
    content: "";
    display: block;
    margin-top: -0.2em;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    border-bottom: 1px solid #fff;
    transition: transform 0.3s ease;
}

.footer a:hover:after{
    transform: scale(1);
}*/

.footer table{
    border-spacing: 0;
    margin: 0 -7px;
    padding-bottom: 1.7em;
}

.footer table th, .footer table td{
    border: 0;
    padding: 0;
    font-weight: inherit;
    text-align: left;
    padding: 0 7px;
}

.footer__content {}

address {}

.social-media__list {}

.social-media__item {}

/* Footer-Navigation */

.navigation_footer {}

.navigation_footer__item {}

.navigation_footer__link {}


/* Mobile Menu

.slicknav_menu {
    display: none;
    background-color: #ffffff;
    text-transform: lowercase;
}

.slicknav_nav ul {
    position: static;
}

.slicknav_nav {
    font-size: .8em;
}

.slicknav_nav .navigation__level2 {
    font-size: 1em;
    padding: 15px 0;
    text-align: left;
}

.slicknav_nav .navigation__level2-link {
    padding: 10px 0 10px 10px;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    background-color: #f7f7f7 !important;
}

.slicknav_nav .navigation__link--active::after, .slicknav_nav .navigation__link:hover::after {
    content: none;
}

.slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #4a4a4a;
    height: 3px;
}

.slicknav_nav .navigation__link {
    padding-top: 14px;
    padding-bottom: 14px;
}

.slicknav_btn {
    background-color: #ffffff;
    padding: .5em .75em .55em;
    border-radius: 0;
}

.slicknav_menu .slicknav_icon {
    margin: .2em 0 0;
}

.slicknav__logo-img {
    height: 34px;
    width: auto;
    position: relative;
    top: -0px;
    left: -5px;
}

.slicknav_nav {
    text-align: right;
    border-top: 1px solid #d8d8d8;
    margin-top: 51px;
}

.slicknav_nav .slicknav_item a {
    padding: 10px 0 10px 0;
    display: inline-block;
}

.slicknav_nav .slicknav_arrow {
    color: #4a4a4a;
    display: inline-block;
    width: 1em;
    height: 1em;
    white-space: nowrap;
    font-size: 1em;
    line-height: 1em;
    overflow: hidden;
    position: relative;
    top: 12px;
    float: right;
}

.slicknav_nav .slicknav_row {
    text-align: left;
}

.slicknav_nav .slicknav_arrow::before {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    margin-right: 1em;
}

.slicknav_open .slicknav_arrow::before {
    content: "\f068";
}

.slicknav_nav a {
    color: black;
}

.slicknav_nav ul {
    margin-left: 0;
    border-top-width: 2px;
}

.slicknav_nav li {
    float: none;
}

.slicknav_nav .navigation__link {
    color: black;
    text-align: left;
}

.slicknav_nav .navigation-meta__item--slicknav {
    width: 33.333333333333333333333333333333%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    margin-top: 6px;
}

.navigation-meta__item--slicknav .navigation-meta__link--active::after {
    bottom: 0;
}*/


/* Occasionen, (t8_items) */
.t8_items__list__item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.t8_items__list__item__text {
    background-color: #f0f0f0;
    padding: 1em 1.25em;
}

.t8_items__list__item__title {
    text-align: left;
    margin-top: 0.15em;
    margin-bottom: 0.65em;
    text-transform: none;
    font-size: 1.25em;
}

.t8_items__list__item__description {
    margin-bottom: 1.25em;
    font-size: 0.925em
}

.t8_items__list__item__description p {
    margin-top: 0;
    margin-bottom: 0.675em;
}

.t8_items__list__item__description p:last-child {
    margin-top: 0;
    margin-bottom: 0;
}

.t8_items__list__item__price {
    font-weight: 600;
    color: #df2432;
}

.t8_items__list__item__price__old {
    color: #000;
}

.news__media {
    width: 60%;
    float: right;
    height: 290px;
    position: relative;
    top: 0px;
}

.news__media .news-img-wrap {
    height: 290px;
    margin-top: 0;
}
.news__media .news-img-wrap .outer {height: 290px;}
.news__media .news-img-wrap .outer .news-image-slider {padding-bottom: 56.25%;}

.news__media + p:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
    height: 290px;
}

.news_lightbox {
    min-width: 100%;
    min-height: 100%;
    display: inline-block;
}

.centerContent {
    display: flex;
    justify-content: center;
}

.centerContent .col12 {
    width: 75%;
}




/**
* T8 Cookie Banner
 */

:root {
    --grid-gap-between-columns: 20px;
}

.cbanner .button--primary:before, .cwindow .button--primary:before {
    transform: scaleX(1);
    background-color: #515151;
    color: #fff;
}

.cbanner .button--primary, .cwindow .button--primary{
    color: #fff;
    border-color: #515151;
}

.cbanner .button--primary:hover, .cwindow .button--primary:hover{
    color: #fff;
}

.cbanner .cbanner__pagelinks a, .cwindow .cwindow__footer__link{
    color: #000000;
}

.cbanner .cbanner__pagelinks a:hover, .cwindow .cwindow__footer__link:hover {
    background-image: none;
    color: #ffb300;
}

.cwindow .form__toggle > .form__input--toggle:checked + .form__label--toggle::before {
    background-color: #ffb300;
    border-color: #ffb300;
}

.cwindow .csettings__item__title {
    text-align: left;
}

.cwindow .cwindow__buttons {
    align-items: flex-end;
}


/**
 * Media-Queries
 * Defaults: fileadmin/theme/css/t8-grid.css
 */

@media (min-width: 1280px) {
    .navigations ul[class*="_list"].original{
        display: flex;
    }

    .navigations ul[class*="_list"].original.cloned, .navigations ul[class*="_list"].navigation__list_subnav, .mobilenav_header{
        display: none;
    }

    .original{
        display: flex;
    }

    .original.cloned{
        display: none;
    }
}

@media (max-width: 1280px) {
    /* responsive navigation */
    body{
        padding-top: 95px;
    }

    body.nav_open {
        max-height: 100%;
        overflow: hidden;
    }

    .navigation_wrapper{
        position: absolute;
        top: 20px;
        left: 0;
        bottom: calc(100% - 95px);
        right: 0;
        z-index: 6;
        transition: bottom 0.5s ease;
        overflow: hidden;
    }

    .mobilenav_header{
        width: 100%;
        height: 75px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }

    .mobilenav_header .icon-magnifier{
        color: #fff;
        font-size: 1.15em;
    }

    .navigation_wrapper.navigation_wrapper--show_search{
        bottom: calc(100% - 155px);
    }

    .navigation_wrapper:not(.navigation_wrapper--show_search) .nav-search input{
        visibility: hidden;
        transition: visibility 0s ease 0.3s;
    }

    .nav-search.cloned input{
        z-index: 5;
        padding: 0 20px;
        position: absolute;
        height: 60px;
        background-color: #515151;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        margin: 0;
        transform: translateY(100%);
        border: none;
        color: #fff;
        letter-spacing: 0.02em;
        border-radius: 0;
    }

    .nav-search.cloned:hover input, .nav-search.cloned input:hover, .nav-search.cloned input:focus{
        width: 100%;
        padding: 0 20px;
    }

    .nav-search.cloned input + button{
        display: none;
    }

    /* Placeholder text */
    .nav-search.cloned ::-webkit-input-placeholder {
        color: #cecece;
        opacity: 0.6;
        letter-spacing: 0.02em;
    }

    .nav-search.cloned :-moz-placeholder {
        color: #cecece;
        opacity: 0.6;
        letter-spacing: 0.02em;
    }

    .nav-search.cloned ::-moz-placeholder {
        color: #cecece;
        opacity: 0.6;
        letter-spacing: 0.02em;
    }

    .nav-search.cloned :-ms-input-placeholder {
        color: #cecece;
        opacity: 0.6;
        letter-spacing: 0.02em;
    }

    .mobilenav_header .navigation_meta__item{
        order: -1;
    }

    .navigation_wrapper.nav_open{
        bottom: 0;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .mobilenav_header > [class^="icon"]{
        font-size: 1.75em;
        padding: 0 15px;
    }

    .nav_open .mobilenav_header > [class^="icon"]{
        /*position: fixed;*/
    }

    .header_logo__link {
        /*flex: 1;*/
        width:100%;
        justify-content: flex-start;
        padding: 15px 20px;
        order: -2;
        max-width: 100%;
    }

    .header_logo__link img{
        max-width: 190px;
        max-height: 100%;
        margin: 0;
    }

    .nav_open .header_logo__link, .nav_open .mobilenav_header .navigation_meta__item{
        display: none;
    }

    .navigations ul[class*="_list"]{
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }

    .navigations ul[class*="_list"].navigation_meta__right {
        flex-direction: row;
    }

    .navigations ul[class*="_list"].navigation_meta__right .navigation_meta__item {
        margin-left: 20px;
    }


    .navigation.content{
        flex-direction: column;
    }

    .navigation__list{
        flex: auto;
    }

    .navigations ul[class*="_list"].original.cloned, .navigations ul[class*="_list"].navigation__list_subnav, .mobilenav_header{
        display: flex;
    }

    .navigations ul[class*="_list"].original.cloned{
        padding: 0 20px;
        margin: 0 -20px;
        width: auto;
    }

    .navigations ul[class*="_list"].original, .navigations ul[class*="_list"] .header_logo__link{
        display: none;
    }

    .original{
        display: none;
    }

    .original.cloned{
        display: block;
    }

    .navigation .navigation__link, .navigation .navigation_meta__link{
        padding: 20px;
        margin: 0 -20px;
        border-bottom: 1px solid #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navigation .navigation__link--subnav{
        color: #ffb300 !important;
    }

    .navigation .navigation__link, .navigation .navigation_meta__link{
        position: relative;
    }

    .navigation .navigation__link:after, .navigation .navigation_meta__link:after{
        content: "\e606";
        font-family: 'simple-line-icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .navigation .navigation__link--subnav:after{
        transform: translateY(-50%) rotate(90deg);
        transform-origin: center center;
        transition: transform 0.3s ease;
    }

    .navigation .navigation__link--subnav.all_collapse_btn__open:after{
        transform: translateY(-50%) rotate(270deg);
    }

    .navigation .navigation__list_subnav .navigation_meta__link{
        color: #515151 !important;
        background-color: #f0f0f0;
        border: 0;
        padding-left: 40px;
    }

    .navigation .navigation__list_subnav .navigation_meta__link--active{
        background-color: #cecece;
    }

    .navigation .navigation_meta__link:after{
        color: #515151;
    }

    .navigation_meta_wrapper{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;

    }

    .navigation_meta_wrapper a{
        padding: 0;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .navigation_meta_wrapper .navigation_meta{
        margin: 0;
    }

    .navigation_meta_wrapper .navigation_meta__list{
        padding: 0 !important;
    }

    .navigation_meta__item.cloned [href*="facebook.com"].navigation_meta__link,
    .navigation_meta__item.cloned [href*="instagram.com"].navigation_meta__link,
    .navigation_meta__item.cloned [href*="linkedin.com"].navigation_meta__link {
        justify-content: flex-start;
        font-size: 1.25em !important;
        display: flex !important;
        padding: 15px 0 !important;
        border-bottom: none;
    }
    .navigation_meta__item.cloned.navigation_meta__item--res_nav {
        width: auto;
    }

    .navigation_wrapper ul > li > a:not(.navigation__link--active), .navigation_wrapper ul > li > a:before{
        color: #fff !important;
    }

    .navigation_meta__item.cloned .navigation_meta__link:after{
        content: none;
    }

    .navigation_meta__right.navigation_meta__item--res_nav_header, .navigation_meta__right.navigation_meta__item--res_nav{
        display: none;
    }

    .navigations a[class^="navigation"][class*="__link"]:before, .navigations a[class^="navigation"][class*="__link"].navigation_meta__link:before{
        content: none;
    }


    .claim{
        font-size: 1.6em;
    }

}

@media (max-width: 1150px) {
    .footer {
        font-size: 0.83em;
    }

    .footer .logo {
        max-width: 200px;
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .footer .column-logo{
        order: -1;
        width: 100%;
    }
}

@media (max-width: 950px) {
    body {
        font-size: 16px;
        line-height: 1.7;
    }

    .claim{
        font-size: 1.5em;
    }

    .footer h5{
        margin-right: 0;
    }
}

@media (max-width: 768px){
    .news__media, .news__media .news-img-wrap, .news__media .news-img-wrap .outer {
        height: auto;
        width: 100%;
        float: none;
    }

    .news__media + p:nth-child(2) {
        height: auto;
        display: block;
        margin-top: 40px;
        padding-right: 0;
    }
}

@media (min-width: 641px){
    .map_info{
        height: auto !important;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 14px;
    }

    .footer {
        font-size: 0.9em;
    }

    .footer-copyright{
        margin-top: 0;
    }

    .brand_page__logo{
        height: 80px;
        margin-top: 50px;
        margin-bottom: -40px;
    }

    .claim{
        font-size: 1.35em;
        max-width: calc(100% - 9em);
        margin: 2.5em 0;
    }

    .image-slider__points-list{
        margin: 0;
    }

    .image-slider__points-item{
        width: 10px;
        height: 10px;
        border-width: 5px;
    }

    .image-slider__points-item.image-slider__points-item--selected{
        border-width: 2px;
    }

    .team__description p{
        font-size: 1em;
    }

    .team__icons {
        font-size: 1.5em;
    }

    /* Map */
    .map_info{
        position: relative;
        overflow: hidden;
        transition: height 0.5s ease;
    }

    .map_info:not(.map_info__open){
        height: 0 !important;
    }

    .map_info__item{
        height: auto;
        min-height: 100%;
        width: 100%;
        max-width: none;
        transform: none;
    }

    .mixer_controls {
        background-color: #efefef;
        font-size: 1em;
        margin-bottom: 40px;
    }
    .button--location {
        display: block;
        width: 100%;
        height: 3em;
        display: block;
        margin: 0 !important;
        width: 100%;
        font-size: 1em;
        margin: 0;
        padding: 0.6428571428571429em;
        background-color: white;
        border: 1px solid black;
        position: relative;
        text-align: left;
    }
    .button--location::after {
        content: "\f067";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 12px;
        top: .9em;
    }
    .button--location-opened::after {
        content: "\f068";
    }

    .button--location:hover {
        color: black;
    }
    .team-category-wrap {
        width: 100%;
        height: 3em;
        display: block;
    }
    .team-category-wrap .button {
        width: 100%;
        font-size: 1em;
        margin: 0;
        padding: 0.6428571428571429em;
        background-color: white;
        color: black;
    }
    .team-category-wrap {
        display: none;
    }
    .button--location-opened ~ .team-category-wrap {
        display: block;
    }
    .team-category-sub {}
    .team-category-sub li {}
    .team-category-sub li .button {}
    .team-category-sub {
        display: none !important;
    }
    .mixitup-control-active + .team-category-sub {}

    .team-category-wrap > .mixitup-control-active, .team-category-wrap > .button--active {
        color: #fff;
        background-color: #515151;
        border-color: #515151;
    }

    .mix .team__image-wrapper {
        background-image: none !important;
        display: none;
    }
}

@media (max-width: 480px) {
    .claim{
        font-size: 1em;
    }

    .banner.banner__brand-links .banner__link {
        min-height: 125px;
    }
}

@media (max-width: 320px) {
    .claim{
        font-size: 0.8em;
    }

    .banner.banner__brand-links .banner__link {
        min-height: 100px;
    }
}
