/* Custom Stylesheet */
/** * Use this file to override Materialize files so you can update * the core Materialize files in the future * * Made By MaterializeCSS.com */
html, body {
    -ms-overflow-style: scrollbar;
    color: #000000;
    background-color: #f1f1f1;
    font-family: 'Open Sans', sans-serif;
    font-size: 93%;
}
.hiddendiv.common {
    display: none;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track-piece {
    background-color: #F5F5F5;
    border: 3px solid #F5F5F5;
}
::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #C4C4C4;
}
::-webkit-scrollbar-thumb:horizontal {
    width: 10px;
    background-color: #C4C4C4;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #939393;
}
::-webkit-scrollbar-thumb:active {
    background-color: #939393;
}
nav {
    background-color: rgba(209, 209, 209, 0.336);
}

 .font-weight-bold {
	 font-weight: bold;
 }
.input-field > label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(1);
            transform: translateY(-14px) scale(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
}
.select-wrapper + label {
    position: absolute;
    top: -26px;
    font-size: 1rem;
}
.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}
.sidenav-trigger {
    cursor: pointer;
}
.hedwra {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.head-wrapper {
    padding: 0 20px;
    height: 64px;
}
.head-wrapper a#logo-container {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0;
    float: left;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
nav, .sidenav {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fullro {
    margin: 0;
    padding: 0;
    width: 100%;
}
.container {
    font-size: 17px;
    color: #000000;
}
strong {
    font-weight: 600;
}
a {
    color: #0b1f2f;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
    color: #000000;
}
h1, h2 {
    font-size: 1.6rem;
    font-weight: bold;
}
h3, h4 {
    font-size: 1.2rem;
    font-weight: bold;
}
p {
    color: #000000;
}
.input-field > label {
    color: #0b1f2f;
    font-weight: bold;
}
#myVideo {
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
}
.front-parax {
    background-color: white;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    position: relative;
    margin-top: 0px;
   /*animation: colorchange 50s;
   */
   /* animation-name followed by duration in seconds*/
   /* you could also use milliseconds (ms) or something like 2.5s */
   /* -webkit-animation: colorchange 50s;
   */
   /* Chrome and Safari */
}
.front-parax.slogans {
    border-top: 2px solid #0b1f2f;
}
.front-parax .container {
    padding-bottom: 60px;
    padding-top: 45px;
}
.front-header-h1 {
    background-color: #0b1f2f;
    position: relative;
    top: 0px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 0px;
}
.front-header-h1.rabatt {
    background-color: #0b1f2f;
    position: relative;
    top: 0px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 0px;
}
.front-header-h1.rabatt table.rabatt {
    border: 2px solid white;
    border-collapse: unset !important;
}
.front-header-h1.rabatt table.rabatt {
    color: #FFFFFF;
    font-weight: bold;
    margin: 30px 0;
}
.front-header-h1.rabatt table.rabatt td {
    text-align: center;
    padding: 8px !important;
    border: none;
    border-radius: 0px !important;
}
.front-header-h1.rabatt table.rabatt td.lastel {
    color: #00B050;
    background-color: #C2CCDA;
}

.front-parax h1 {
    font-size: 2.7rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.front-parax h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}
.parax {
    box-sizing: border-box;
    height: auto;
    min-height: 720px;
    min-width: 100%;
    background-size: cover;
    top: 160px;
    position: relative;
}
.parax p {
    color: #FFFFFF;
}
@keyframes colorchange {
    0% {
        background: rgb(255, 255, 255);
   }
    25% {
        background: rgb(204, 204, 204);
   }
    50% {
        background: rgb(190, 190, 240);
   }
    75% {
        background: rgb(160, 160, 197);
   }
    100% {
        background: rgb(203, 213, 219);
   }
}
@-webkit-keyframes colorchange 
/* Safari and Chrome - necessary duplicate */
{
    0% {
        background: rgb(255, 255, 255);
   }
    25% {
        background: rgb(204, 204, 204);
   }
    50% {
        background: rgb(190, 190, 240);
   }
    75% {
        background: rgb(160, 160, 197);
   }
    100% {
        background: rgb(203, 213, 219);
   }
}
nav .nav-wrapper {
    padding-right: 20px;
}
.nav-wrapper ul li a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.nav-wrapper ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #114777 !important;
}
.sidenav-trigger {
    color: #ffffff;
    float: right;
    margin-right: 0px;
    font-weight: bold;
    display: none;
}
.bg-color-orange {
    background-color: #F3B000;
}
.bg-color-green {
    background-color: #6EA41A;
}
.bg-color-blue {
    background-color: #0b1f2f;
}
.nwmfillColor {
    background-color: #0b1f2f !important;
}
.bg-color-red {
    background-color: #C40017;
}
.overlay {
    display: none;
    opacity: 0;
}
.active-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: block;
}
footer {
    display: block !important;
    width: 100% !important;
    background-color: #0b1f2f !important;
    height: auto;
}
.page-footer {
    width: 100%;
}
.page-footer p {
    color: #FFFFFF;
}
.page-footer a {
    color: #FFFFFF;
}
.page-footer .container {
    color: #FFFFFF;
}
.footer-copyright .container {
    font-size: 10px;
    text-align: right;
}
#index-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../../img/page-banner/01.jpg');
   /*background-image: url('/assets/img/page-banner/01.jpg');
   */
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 780px;
    color: #FFFFFF;
}
#index-banner.inspirationen {
    min-height: 780px;
}
#index-banner h1 {
    margin-top: 140px;
}
#index-banner.ib1 h1, #index-banner.ib2 h1, #index-banner.ib3 h1, #index-banner.ib4 h1, #index-banner.ib5 h1, #index-banner.ib6 h1, #index-banner.ib7 h1, #index-banner.ib8 h1, #index-banner.ib9 h1 {
    text-align: center;
    color: #ffffff;
    font-size: 4rem;
    margin-top: 400px;
    background-color: rgba(11, 31, 47, 0.69);
    width: 100%;
    padding: 15px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
#index-banner.ib1 {
    background: url('../../../img/inspiration/abenteuer.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
#index-banner.ib2 {
    background: url('../../../img/inspiration/umwelt.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
#index-banner.ib3 {
    background: url('../../../img/inspiration/familie.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
#index-banner.ib4 {
    background: url('../../../img/inspiration/einsteiger.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
#index-banner.ib5 {
    background: url('../../../img/inspiration/luxus.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
#index-banner.ib6 {
    background: url('../../../img/inspiration/spass.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
#index-banner.ib7 {
    background: url('../../../img/inspiration/unterwegs.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
#index-banner.ib8 {
    background: url('../../../img/inspiration/luecke.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
#index-banner.ib9 {
    background: url('../../../img/inspiration/lastesel.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
#index-banner.e404 h1 {
    margin-top: 110px;
    display: block;
    font-size: 8rem;
    color: #FFFFFF;
}
#index-banner .container h5, #index-banner .container p {
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: -1px 0px 5px rgba(0, 0, 0, 1);
}
#rabatt-banner {
    background-color: #617788;
    color: #FFF;
    text-align: center;
    height: 400px;
    margin-bottom: 0px;
    display: table;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../../img/page-banner/euro-1557431_1920.jpg');
    background-repeat: no-repeat;
    background-position: center -400px;
    background-attachment: fixed;
    background-size: cover;
}
#rabatt-banner .container {
    display: table-cell;
    vertical-align: middle;
}

#search-banner {
    background-color: #617788;
    color: #FFF;
    text-align: center;
    height: 300px;
    margin-bottom: 60px;
    display: table;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../../img/page-banner/02.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
#search-banner.nobomar {
    margin-bottom: 0px;
}
#bottom-search-banner {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../../img/page-banner/02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
}
#bottom-search-banner-home {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.28)), url(../../../img/page-banner/02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
#search-banner .container {
    display: table-cell;
    vertical-align: middle;
}
#search-banner h1, #search-banner h2, #search-banner h3, #search-banner p, 
#bottom-search-banner h1, #bottom-search-banner h2, #bottom-search-banner h3, 
#bottom-search-banner p, #bottom-search-banner-home h1, #bottom-search-banner-home h2, 
#bottom-search-banner-home h3, #bottom-search-banner-home p,  #rabatt-banner h2, #rabatt-banner h3 {
    color: #FFF !important;
}
#rabatt-banner h2, #rabatt-banner h3 {
    /*width: 100%;*/
}
a.whitegreylink {
    color: #f3f3f3;
    font-weight: bold;
    text-decoration: underline;
}
a.whitegreylink:hover {
    color: #ffffff;
    font-weight: bold;
}
#ecmlogo {
    position: fixed;
    top: 45px;
    left: 10px;
    width: 220px;
    z-index: 1001;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
#ecmlogo img {
    width: 100%;
}
.svgbanner {
   /*filter: invert(0.5) sepia(1) saturate(255) hue-rotate(200deg);
   */
    max-width: 60%;
}
.toplogo {
    height: 48px;
}
#sidelogo {
    display: none;
}
.placeholder {
    width: 100%;
    height: 50px;
    background-color: transparent;
}
.placeholderDouble {
    width: 100%;
    height: 75px;
    background-color: transparent;
}
.waves-input-wrapper {
    margin-left: 5px;
}
.fillColor {
    background-color: #f9f9f9;
}
.page-footer .footer-copyright {
    background-color: rgba(255, 255, 255, 0.05);
}
.contacadd {
    margin: 0;
    list-style: none;
    margin: 0 auto;
    text-align: center;
}
.contacadd li {
    margin: 0 10px 0 10px;
    padding: 0;
    list-style: none;
    display: inline-flex;
    font-size: 12px;
}
.nopedinope {
    margin-top: 130px;
    margin-bottom: 130px;
    text-align: center;
}
.nopedinope h1 {
    font-size: 1.2rem;
    margin-bottom: 5rem;
}
footer p.fillertext {
    text-align: justify;
    font-size: 16px;
}
.owl-carousel {
    background-image: url('../../../img/imgloader.gif');
    background-repeat: no-repeat;
   /*background-size: 35%;
   */
    background-position: center center;
}
button.owl-dot {
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.owl-dot:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.owl-thumbs {
    text-align: center;
    padding-top: 10px;
}
.owl-thumb-item {
    width: 100px;
    height: 65px;
    display: inline-block;
    opacity: 0.6;
    background-color: #FFFFFF;
}
button.owl-thumb-item {
    width: 100px !important;
    height: 65px !important;
    display: inline-block !important;
    opacity: 0.6 !important;
    background-color: #FFFFFF !important;
    padding:0 !important;
}
button.owl-thumb-item.active, .owl-thumb-item.active {
    width: 100px;
    height: 65px;
    opacity: 1 !important;

}
button.owl-thumb-item:hover, .owl-thumb-item:hover {
    opacity: 1 !important;
}
.owl-thumb-item img {
    width: 100px;
    height: 65px;
    /*border: 4px solid #FFFFFF;*/
    cursor: pointer;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 40%;
    width: 100%;
}
.owl-prev {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
}
.owl-next {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: #FFF!important;
}
/*
#brand {
    text-align: center;
}
#brandwrap {
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.051);
    padding: 20px;
}
#brandwrap:after {
    content: '';
    display: block;
    clear: both;
}
ul.brands {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.5rem;
    width: 16.6%;
    margin: 5px 0px 15px 0px;
}
ul.brands li {
    text-align: left;
}
ul.brands li ul {
    font-weight: normal;
    width: 110px;
    height: 100px;
}
*/
#imghead {
    width: 100%;
    text-align: center;
    background-color: #FFF;
    padding: 50px 0;
    margin-bottom: 50px;
    border-top: 2px solid #0b1f2f;
    border-bottom: 2px solid #0b1f2f;
}
#imghead h1 {
    padding:0;
    margin:0;
}
.randoms, .highlights {
    width: 70%;
    margin: 30px auto;
}
.autobrands .randoms {
    width: 100%;
    margin: 30px auto;
}
.randoms .row {
    width: 33%;
    float: left;
}
.highlights .row {
    font-family: arial;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.randoms .row {
    margin-bottom: 0;
    margin-top: 20px;
}
.randoms .card-image, .highlights .card-image {
    width: 100%;
    height: auto;
}
.randoms:after, .highlights:after {
    content: '';
    display: block;
    clear: both;
}
.randoms .card .card-image .card-title, .highlights .card .card-image .card-title, .inspire-results .card .card-image .card-title {
    text-align: right;
    top: 5px;
    right: 5px;
    height: 20%;
    width: 100%;
    min-width: 0;
    padding: 0 5px 0 0;
    margin: 0;
}
.highlights .row .col, .inspire-results .col {
    width: 25%;
}
.card .cardtop {
    /*font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    margin-top: 0;
    margin-bottom: 0;*/
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7rem;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #0b1e2f;
    color: #FFF;
    height: 45px;
    padding: 8px;    
}

#frontrandom .cardtop {
    /*font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    margin-top: 0;
    margin-bottom: 0;*/
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7rem;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    height: 45px;
    padding: 0px;    
}

.dummyclass .cardtop {
    /*font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    margin-top: 0;
    margin-bottom: 0;*/
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7rem;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    color: rgb(0, 0, 0);
    height: 45px;
    padding: 0px;    
    display:none;
}

.card .cardcontent {
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 0;
}
.fixedheight {
    overflow: hidden;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.highlights .card.medium {
    height: 350px;
}
#rquittung, #dquittung {
    display: none;
    color: #000000;
}
.quitext {
    text-align: center;
    padding: 20px;
    padding-top: 130px;
}
.quitext h5 {
    font-size: 1.2rem;
    font-weight: bold;
}
.aloader, .rloader {
    display: none;
}
#fsaformB {
    display: none;
}
.pif {
    color: #0b1f2f !important;
}
.plakette {
    height: 100px;
    position: relative;
    text-align: center;
}
.plakette .switch {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.plakette .switch label {
    min-height: 120px !important;
}
.plakette .switch label .lever {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.plakette_rot .switch {
    background-color: #E11923;
}
.plakette_gelb .switch {
    background-color: #FEEC32;
}
.plakette_grün .switch {
    background-color: #0B8C4B;
}
/* new minieffi */
ul.minieffi {
    padding: 0;
    margin: 0;
    display: block;
    width: 40%;
    background-color: transparent;
    padding: 0px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: none;
}
ul.minieffi li {
    list-style: none;
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0 0 0px 0;
    border: none;
    clear: left;
}
ul.minieffi li div {
    font-style: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.4rem;
}
ul.minieffi li div:first-child {
    float: left;
    height: 10px;
    margin-top: 0px;
    margin-bottom: 2px;
    padding-left: 5px;
    font-weight: bold;
    line-height: 10px;
    animation: 1s ease-out 0s 1 slideInFromLeft;
}
ul.minieffi li div:last-child {
    width: 25%;
    float: right;
    height: 10px;
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: right;
    line-height: 10px;
    padding-right: 5px;
    font-weight: bold;
    visibility: visible;
    animation: 1s ease-out 0s 1 slideInFromRight;
}
ul.minieffi li .aplusplusplus {
    background-color: #009640;
    color: #FFFFFF;
    width: 25%;
}
ul.minieffi li .aplusplus {
    background-color: #009640;
    color: #FFFFFF;
    width: 30%;
}
ul.minieffi li .aplus {
    background-color: #52ae32;
    color: #FFFFFF;
    width: 35%;
}
ul.minieffi li .a {
    background-color: #c8d400;
    color: #FFFFFF;
    width: 40%;
}
ul.minieffi li .b {
    background-color: #c8d400;
    color: #FFFFFF;
    width: 45%;
}
ul.minieffi li .c {
    background-color: #ffed00;
    color: #FFFFFF;
    width: 50%;
}
ul.minieffi li .d {
    background-color: #ec6608;
    color: #FFFFFF;
    width: 55%;
}
ul.minieffi li .e {
    background-color: #e30613;
    color: #FFFFFF;
    width: 60%;
}
ul.minieffi li .f {
    background-color: #e30613;
    color: #FFFFFF;
    width: 65%;
}
ul.minieffi li .g {
    background-color: #e30613;
    color: #FFFFFF;
    width: 70%;
}
ul.minieffi li .set {
    background-color: #000000;
    color: #FFFFFF;
}
ul.minieffi .css-color-span {
    display: block;
    float: right;
    width: 1px;
    height: 5px;
    background-color: transparent;
}
ul.minieffi .css-arrow-span {
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 5px 0 5px 10px;
}
ul.minieffi .css-color-span-set {
    display: block;
    float: left;
    width: 1px;
    height: 5px;
    background-color: transparent;
}
ul.minieffi .css-arrow-span-set {
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 5px 10px 5px 0;
    padding: 0;
    margin: 0;
    float: right;
}
ul.minieffi li .aplusplusplus span.css-arrow-span {
    border-color: transparent transparent transparent #009640;
}
ul.minieffi li .aplusplus span.css-arrow-span {
    border-color: transparent transparent transparent #009640;
}
ul.minieffi li .aplus span.css-arrow-span {
    border-color: transparent transparent transparent #52ae32;
}
ul.minieffi li .a span.css-arrow-span {
    border-color: transparent transparent transparent #c8d400;
}
ul.minieffi li .b span.css-arrow-span {
    border-color: transparent transparent transparent #c8d400;
}
ul.minieffi li .c span.css-arrow-span {
    border-color: transparent transparent transparent #ffed00;
}
ul.minieffi li .d span.css-arrow-span {
    border-color: transparent transparent transparent #ec6608;
}
ul.minieffi li .e span.css-arrow-span {
    border-color: transparent transparent transparent #e30613;
}
ul.minieffi li .f span.css-arrow-span {
    border-color: transparent transparent transparent #e30613;
}
ul.minieffi li .g span.css-arrow-span {
    border-color: transparent transparent transparent #e30613;
}
ul.minieffi li .set span.css-arrow-span-set {
    border-color: transparent #000000 transparent transparent;
}
.htwrap {
    padding: 0 10px;
    background-color: rgba(23, 42, 58, 0.51);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: auto;
    position: absolute;
    right: 5px;
}
.wrapitup {
    width: 100%;
    /*background-color: #0b1f2f;*/
    padding-top: 45px;
    padding-bottom: 35px;
    /*border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;*/
}
.randoms .card .card-image .card-title .ergebnis_preis, .highlights .card .card-image .card-title .ergebnis_preis, .inspire-results .card .card-image .card-title .ergebnis_preis {
    font-size: 2.4rem;
   /*font-size: calc(1vw + 1vh + 1.4vmin);
   */
    font-weight: bold;
    margin: 0;
}
.randoms .card .card-image .card-title .ergebnis_mwst, .highlights .card .card-image .card-title .ergebnis_mwst, .inspire-results .card .card-image .card-title .ergebnis_mwst {
    font-size: 0.75rem;
    font-size: calc(0.4vw + 0.4vh + 0.3vmin);
    margin: -10px 0 0 0;
}
.brwrapper {
    margin-top: 20px;
}
.brwrapper div {
    width: 100%;
    border: 2px solid #0b1f2f;
    display: table;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    margin-bottom: 20px;
}
.brwrapper div a {
    display: block;
    width: 100%;
    padding: 20px;
    color: #000000;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.brwrapper div a:hover {
    background-color: #0b1f2f;
    color: #FFFFFF;
}
.brwrapper div.brtopper {
    margin-bottom: 40px;
}
.brwrapper div.brtopper a {
    background-color: #0b1f2f;
    color: #FFFFFF;
}
.brwrapper div.brtopper a:hover {
    background-color: #0b1f2f;
    color: #FFFFFF;
}
h1.brands {
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}
h2.brands {
    font-size: 1.5rem;
    text-transform: initial;
    margin-top: 0;
    text-align: center;
}
.brandlogo {
    /*margin-right: 10px;*/
    /*margin-top: 50px;*/
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 23px;
    right: 23px;
    z-index: 99;
    height: 56px;
    width: 56px;
   /* border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    line-height: 1rem;
    text-align: center;
    border-radius: 40px;
    padding: 0;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    background-color: #0b1f2f;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.07);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.07);
    */
}
a.iwga {
    margin: 0px auto 30px auto;
    display: block;
    width: 280px;
    /*border: 1px solid #FFFFFF;*/
}
.btn-large {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    padding: 0 28px;
}
a.pseudobtn-large {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    padding: 0 28px;
    margin: 50px auto;
    color: #FFF;
    border: 1px solid #FFFFFF;
    background-color: #0b1f2f !important;
}
.lean-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}
.btn i, .btn-large i, .btn-small i, .btn-floating i, .btn-large i, .btn-small i, .btn-flat i, a.pseudobtn-large i {
    font-size: 1.4rem;
    line-height: inherit;
    color: #FFFFFF;
}
#modal2.modal.modal-fixed-footer {
    padding: 0;
    height: 55%;
}
#dsgvomodal, #dsgvomodalrr {
    display: none;
    text-align: left;
    color: #000;
}
#dsgvomodal ul, #dsgvomodal ol, #dsgvomodal ul li, #dsgvomodal ol li, #dsgvomodal p, #dsgvomodal a, #dsgvomodal span, #dsgvomodalrr ul, #dsgvomodalrr ol, #dsgvomodalrr ul li, #dsgvomodalrr ol li, #dsgvomodalrr p, #dsgvomodalrr a, #dsgvomodalrr span, #modaldsgvo .modal-content ul, #modaldsgvo .modal-content ol, #modaldsgvo .modal-content ul li, #modaldsgvo .modal-content ol li, #modaldsgvo .modal-content p, #modaldsgvo .modal-content a, #modaldsgvo .modal-content span {
    color: #000 !important;
    font-weight: normal;
}
#modaldsgvo .modal-footer a {
    font-weight: bold;
}
#dsgvochecked, #dsgvocheckedrr {
    display: none;
}
#menuz {
    position: fixed;
    bottom: 23px;
    left: 23px;
    height: 56px;
    width: 56px;
}
#menuz.btn-floating i {
    font-size: 1.8rem;
    line-height: 56px;
}
#myBtn i {
    font-size: 1.8rem;
    line-height: 56px;
}
.tap-target {
    background-color: #0b1f2f;
    color: #FFF;
}
.tap-target-content {
    color: #FFF;
}
.tap-target-content h1, .tap-target-content h2, .tap-target-content h3, .tap-target-content h4, .tap-target-content h5 {
    color: #FFF;
}
.tap-target-content p {
    color: #FFF;
}
.btn, .btn-large, .btn-small, a.pseudobtn-large {
    background-color: #0b1f2f;
}
#imenu-a {
    transform: rotate(-90deg);
    position: absolute;
    left: -68px;
    top: 153px;
}
#imenu-b {
    transform: rotate(0deg);
    position: absolute;
    left: 147px;
    top: 367px;
}
#imenu-c {
    transform: rotate(-45deg);
    position: absolute;
    left: 95px;
    top: 253px;
}
.fixed-action-btn {
    background-color: transparent !important;
}
.footernav {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.051);
    padding: 10px;
    display: block;
}
.footernav a {
    display: inline-block;
    margin: 0 10px;
}
.footernav a:hover {
    color: #dfdfdf;
}
.hiddenmenu {
    display: none;
}
#freiesuchanfrage textarea.materialize-textarea {
    line-height: normal;
    overflow-y: hidden;
    padding: .8rem 0 .8rem 0;
    resize: none;
    min-height: 6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#freiesuchanfrage .input-field label {
    color: #000000;
}
#freiesuchanfrage .select-wrapper+label {
    position: absolute;
    top: -40px;
    font-size: 1rem;
}
#form_haendlersearchform label {
	color: #000000;
}
#frontrandom {
    min-height: 400px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #0b1f2f;
    width: 100% !important;
}
#frontrandom .highlights {
    display: none;
}
.cssloader {
    margin: 100px auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
span.ran.starr.tooltipped {
}
#rdatinfo {
    line-height: 16px;
    font-size: 0.8rem;
    color: #c7c7c7;
    display: block;
    text-align: justify;
}
.leftlightspeedout {
    @extend .lightspeedout;
    animation-direction: reverse !important;
}
.rightlightspeedin {
    @extend .lightspeedin;
    animation-direction: reverse !important;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
   }
    100% {
        -webkit-transform: rotate(360deg);
   }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
   }
    100% {
        transform: rotate(360deg);
   }
}
.load-bar {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 6px;
    background-color: #fdba2c;
    z-index: 191919;
}
#stasto {
    height: 6px;
    width: 100%;
    margin:0;
    max-height: 6px;
}
.rrrr {
    min-height: 600px;
}
.load-bar.sttop {
    position: relative;
    height: 6px;
    background-color: #fdba2c;
    z-index: 191919;
}
.lobar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}
.load-bar.sttop .lobar {
    height: 6px !important;
    max-height: 6px;
}
.lobar:nth-child(1) {
    background-color: #da4733;
    -webkit-animation: loloading 3s linear infinite;
    animation: loloading 3s linear infinite;
}
.lobar:nth-child(2) {
    background-color: #3b78e7;
    -webkit-animation: loloading 3s linear 1s infinite;
    animation: loloading 3s linear 1s infinite;
}
.lobar:nth-child(3) {
    background-color: #fdba2c;
    -webkit-animation: loloading 3s linear 2s infinite;
    animation: loloading 3s linear 2s infinite;
}
@-webkit-keyframes loloading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
   }
    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
   }
    to {
        left: 0;
        width: 100%;
   }
}
@keyframes loloading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
   }
    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
   }
    to {
        left: 0;
        width: 100%;
   }
}
#count_results {
    min-width: 95px;
    text-align: center;
}
.loadercontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
.dash {
    margin: 0 15px;
    width: 35px;
    height: 15px;
    border-radius: 8px;
    background: #0B1F2F;
   /*box-shadow: 0 0 10px 0 #102435;
   */
}
.uno {
    margin-right: -18px;
    transform-origin: center left;
    animation: spin 3s linear infinite;
}
.dos {
    transform-origin: center right;
    animation: spin2 3s linear infinite;
    animation-delay: .2s;
}
.tres {
    transform-origin: center right;
    animation: spin3 3s linear infinite;
    animation-delay: .3s;
}
.cuatro {
    transform-origin: center right;
    animation: spin4 3s linear infinite;
    animation-delay: .4s;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
   }
    25% {
        transform: rotate(360deg);
   }
    30% {
        transform: rotate(370deg);
   }
    35% {
        transform: rotate(360deg);
   }
    100% {
        transform: rotate(360deg);
   }
}
@keyframes spin2 {
    0% {
        transform: rotate(0deg);
   }
    20% {
        transform: rotate(0deg);
   }
    30% {
        transform: rotate(-180deg);
   }
    35% {
        transform: rotate(-190deg);
   }
    40% {
        transform: rotate(-180deg);
   }
    78% {
        transform: rotate(-180deg);
   }
    95% {
        transform: rotate(-360deg);
   }
    98% {
        transform: rotate(-370deg);
   }
    100% {
        transform: rotate(-360deg);
   }
}
@keyframes spin3 {
    0% {
        transform: rotate(0deg);
   }
    27% {
        transform: rotate(0deg);
   }
    40% {
        transform: rotate(180deg);
   }
    45% {
        transform: rotate(190deg);
   }
    50% {
        transform: rotate(180deg);
   }
    62% {
        transform: rotate(180deg);
   }
    75% {
        transform: rotate(360deg);
   }
    80% {
        transform: rotate(370deg);
   }
    85% {
        transform: rotate(360deg);
   }
    100% {
        transform: rotate(360deg);
   }
}
@keyframes spin4 {
    0% {
        transform: rotate(0deg);
   }
    38% {
        transform: rotate(0deg);
   }
    60% {
        transform: rotate(-360deg);
   }
    65% {
        transform: rotate(-370deg);
   }
    75% {
        transform: rotate(-360deg);
   }
    100% {
        transform: rotate(-360deg);
   }
}
.loading {
}
.loading-bar {
    display: inline-block;
    width: 4px;
    height: 15px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
    margin: 2px;
}
.loading-bar:nth-child(1) {
    background-color: #ffffff;
    animation-delay: 0;
}
.loading-bar:nth-child(2) {
    background-color: #ffffff;
    animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
    background-color: #ffffff;
    animation-delay: .18s;
}
.loading-bar:nth-child(4) {
    background-color: #ffffff;
    animation-delay: .27s;
}
@keyframes loading {
    0% {
        transform: scale(1);
   }
    20% {
        transform: scale(1, 2.2);
   }
    40% {
        transform: scale(1);
   }
}
.cardinfo {
    padding: 10px !important;
    font-size: 12px;
    background-color: whitesmoke !important;
}
.cardinfo p {
    padding: 0px;
    margin: 0;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn, .btn-large, .btn-small, a.pseudobtn-large {
    text-decoration: none;
    color: #fff;
    background-color: #0b1f2f !important;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}
.frontpagesearch .btn, .frontpagesearch .btn-large, .frontpagesearch .btn-small, .fullpagesearch .btn, .fullpagesearch .btn-large, .fullpagesearch .btn-small, a.pseudobtn-large {
    border: 1px solid #FFF;
}
.fullpagesearch {
    padding: 25px;
    background-color: #0b1f2f;
    margin-bottom: 60px;
}
.fade-it {
    -webkit-animation: aliceblue-fade 2s ease-in-out 0s;
    -moz-animation: aliceblue-fade 2s ease-in-out 0s;
    -o-animation: aliceblue-fade 2s ease-in-out 0s;
    animation: aliceblue-fade 2s ease-in-out 0s;
}
@-webkit-keyframes aliceblue-fade {
    from {
        background: #f9fcff;
   }
    to {
        background: #fff;
   }
}
@-moz-keyframes aliceblue-fade {
    from {
        background: #f9fcff;
   }
    to {
        background: #fff;
   }
}
@keyframes aliceblue-fade {
    from {
        background: #f9fcff;
   }
    to {
        background: #fff;
   }
}
.owl-carousel {
    background-image: url('../../../img/infinite-progress-bar.gif');
    min-height: 10px;
    background-repeat: no-repeat;
    background-position: top left;
}
.dropdown-content.select-dropdown {
    max-height: 300px !important;
}
#haendlercards {
}
#haendlercards .tabs.tabs-fixed-width {
    margin-bottom: 30px;
}
#haendlercards .tabs .tab a:hover, #haendlercards .tabs .tab a.active {
    background-color: rgb(11, 31, 47);
    color: #ffffff;
    font-weight: bold;
}
#haendlercards .tabs .tab.disabled a:hover, #haendlercards .tabs .tab.disabled a.active {
    background-color: transparent;
    color: rgba(177, 177, 177, 0.4);
    cursor: default;
}
#haendlercards .card .card-title {
    padding: 5px 11px;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: #0b1f2f;
    display: block;
    color: #FFF;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: #0b1f2f;
    outline: none;
}
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: #0b1f2f;
    color: #ffffff;
    font-weight: bold;
}
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    background-color: transparent;
    color: rgba(177, 177, 177, 0.4);
    cursor: default;
}
.tabs .tab a {
    color: rgb(0, 71, 131);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
}
.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #0b1f2f;
    will-change: left, right;
}
#logout {
    text-align: center;
    padding: 50px 10px;
}
#co2effizienz li:nth-child(2)>a, #co2effizienz li:nth-child(2)>span {
    color: #ffffff !important;
    background-color: #009640 !important;
}
#co2effizienz li:nth-child(3)>a, #co2effizienz li:nth-child(3)>span {
    color: #ffffff !important;
    background-color: #009640 !important;
}
#co2effizienz li:nth-child(4)>a, #co2effizienz li:nth-child(4)>span {
    color: #ffffff !important;
    background-color: #52ae32 !important;
}
#co2effizienz li:nth-child(5)>a, #co2effizienz li:nth-child(5)>span {
    color: #ffffff !important;
    background-color: #c8d400 !important;
}
#co2effizienz li:nth-child(6)>a, #co2effizienz li:nth-child(6)>span {
    color: #ffffff !important;
    background-color: #c8d400 !important;
}
#co2effizienz li:nth-child(7)>a, #co2effizienz li:nth-child(7)>span {
    color: #ffffff !important;
    background-color: #ffed00 !important;
}
#co2effizienz li:nth-child(8)>a, #co2effizienz li:nth-child(8)>span {
    color: #ffffff !important;
    background-color: #ec6608 !important;
}
#co2effizienz li:nth-child(9)>a, #co2effizienz li:nth-child(9)>span {
    color: #ffffff !important;
    background-color: #e30613 !important;
}
#co2effizienz li:nth-child(10)>a, #co2effizienz li:nth-child(10)>span {
    color: #ffffff !important;
    background-color: #e30613 !important;
}
#co2effizienz li:nth-child(11)>a, #co2effizienz li:nth-child(11)>span {
    color: #ffffff !important;
    background-color: #e30613 !important;
}
.acctab-wrap {
    -webkit-transition: 0.3s box-shadow ease;
    transition: 0.3s box-shadow ease;
    border-radius: 6px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
   /*background-color: #fff;
   */
    margin: 40px 0 80px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.acctab-wrap:hover {
    box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}
.acctab {
    display: none;
}
.acctab__content {
    padding: 10px 25px;
    background-color: rgba(7, 20, 31, 0.9);
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    border-radius: 0px 0px 6px 6px;
}
.acctab__content h1, .acctab__content h3, .acctab__content h3, .acctab__content p {
    color: #FFF;
}
/**/
.acctab:checked:nth-of-type(1)~.acctab__content:nth-of-type(1) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
    transition: 0.5s opacity ease-in, 0.2s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.acctab:checked:nth-of-type(2)~.acctab__content:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
    transition: 0.5s opacity ease-in, 0.2s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.acctab:checked:nth-of-type(3)~.acctab__content:nth-of-type(3) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
    transition: 0.5s opacity ease-in, 0.2s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.acctab:checked:nth-of-type(4)~.acctab__content:nth-of-type(4) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
    transition: 0.5s opacity ease-in, 0.2s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
.acctab:first-of-type:not(:last-of-type)+label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.acctab:not(:first-of-type):not(:last-of-type)+label {
    border-radius: 0;
}
.acctab:last-of-type:not(:first-of-type)+label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.acctab:checked+label {
    background-color: rgba(7, 20, 31, 1);
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
    color: #FFF;
}
.acctab:checked+label:hover {
    box-shadow: 0 -1px 0 #fff inset;
    background-color: rgba(7, 20, 31, 0.9);
}
.acctab+label {
    width: 100%;
    box-shadow: 0 -1px 0 #eee inset;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #b3b3b3;
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    text-align: center;
    background-color: rgba(7, 20, 31, 0.9);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    height: 50px;
    box-sizing: border-box;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
}
@media (min-width:768px) {
    .acctab+label {
        width: auto;
   }
}
.acctab+label:hover {
    background-color: rgba(7, 20, 31, 1);
    box-shadow: 0 1px 0 #f4f4f4 inset;
}
/**/
/* SECTIONS */
.cartypes.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}
/* COLUMN SETUP */
.cartypes .col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}
.cartypes .col:first-child {
    margin-left: 0;
}
/* GROUPING */
.cartypes.group:before, .cartypes.group:after {
    content: "";
    display: table;
}
.cartypes.group:after {
    clear: both;
}
.cartypes.group {
    zoom: 1;
   /* For IE 6/7 */
}
/* GRID OF FOUR */
.span_4_of_4 {
    width: 100%;
}
.span_3_of_4 {
    width: 74.6%;
}
.span_2_of_4 {
    width: 49.2%;
}
.span_1_of_4 {
    width: 23.8%;
}
.inspire {
   /* display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    width: 100%;
    grid-column-gap: 25px;
    grid-row-gap: 15px;
    margin-bottom: 15px;
    padding: 15px 15px 25px 15px;
    background-color: transparent;
    */
}
.inspire.row {
    width: 100% !important;
    margin: 0 auto 0 auto !important;
}
.acctab__content.inspi {
    padding-top: 30px;
}
@media only screen and (min-width: 75em) {
    .inspire.row .col-lg, .inspire.row .col-lg-1, .inspire.row .col-lg-10, .inspire.row .col-lg-11, .inspire.row .col-lg-12, .inspire.row .col-lg-2, .inspire.row .col-lg-3, .inspire.row .col-lg-4, .inspire.row .col-lg-5, .inspire.row .col-lg-6, .inspire.row .col-lg-7, .inspire.row .col-lg-8, .inspire.row .col-lg-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 4px;
        padding-left: 4px;
   }
}
.inspire .g1, .inspire .g2, .inspire .g3, .inspire .g4, .inspire .g5, .inspire .g6, .inspire .g7, .inspire .g8, .inspire .box {
    position: relative;
}
.inspire .box {
    overflow: hidden;
}
.inspire .box img {
    width: 100%;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(80%);
}
.inspire .box img:hover {
    filter: brightness(100%);
    transform: scale(1.3);
}
.inspire .box span {
    position: absolute;
    background-color: rgba(56, 78, 95, 0.65);
    top: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    padding: 5px;
}
.inspire .span_1_of_4 {
   /*width: 100% !important;
    float:left;
   */
}
.inspire .ib {
    cursor: pointer;
}
.cartype {
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 6px;
    height: 115px;
    position: relative;
}
img.cartypelogo {
    position: relative;
    top: 35px;
    width: 80%;
}
.cartype span.txt {
    text-transform: uppercase;
    font-size: 0.6rem;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0;
    min-height: 28px;
    font-weight: 600;
}
.cartype:hover {
    background-color: rgb(11, 31, 47);
}
.switch label {
    margin: 0;
    padding: 0;
    min-height: 115px;
    z-index: 997;
    width: 100%;
    position: absolute !important;
    left: 0;
    text-align: right !important;
}
.switch label .lever {
    margin: 0 8px 0 16px;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: #25425d;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #0279d8;
}
.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
    background-color: #0279d8 !important;
}
.noUi-target.noUi-horizontal .noUi-tooltip {
    background-color: #0279d8 !important;
}
.noUi-connect {
    background: #0279d8 !important;
}
.noUi-tooltip {
    display: none;
}
.noUi-active .noUi-tooltip {
    display: block;
}
span.sliderInputLeft {
    display: block;
    color: #FFF;
    border: none !important;
   /*width: 100px !important;
   */
    float: left;
    text-align: left;
    height: 25px !important;
    font-size: 0.98rem;
    font-weight: lighter;
    margin-top: 13px;
}
span.sliderInputRight {
    display: block;
    color: #FFF;
    border: none !important;
   /*width: 100px !important;
   */
    float: right;
    text-align: right;
    height: 25px !important;
    font-size: 0.98rem;
    font-weight: lighter;
    margin-top: 13px;
}
input.sliderInputLeft:not([type]):disabled, input.sliderInputRight:not([type]):disabled, input.sliderInputLeft:focus, input.sliderInputRight:focus {
    border: none !important;
    color: #FFF;
}
.noUi-tooltip span {
    display: none;
}
.frontpagesearch #nwmsort label, .fullpagesearch #nwmsort label, #nwmplaketten label.uplakette {
    color: #FFFFFF !important;
}
#nwmsort input.select-dropdown {
    color: rgb(255, 255, 255) !important;
}
#nwmsort [type="radio"]:checked+span:after, #nwmsort [type="radio"].with-gap:checked+span:before, #nwmsort [type="radio"].with-gap:checked+span:after {
    border: 2px solid #0279D8 !important;
}
/* GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
    .toplogo {
        height: 30px;
    }
    .svgbanner {
       /*filter: invert(0.5) sepia(1) saturate(255) hue-rotate(200deg);
       */
        max-width: 90%;
        width: 90%;
   }
    .col {
        margin: 1% 0 1% 0% !important;
   }
    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
        width: 100%;
        float: left;
   }
    .cartype span.txt {
        font-size: 0.6rem;
        text-align: center;
        min-height: 28px;
   }
    #typegrid.nwmsearchformbasic {
        grid-column-gap: 0px;
   }
}
#price-slider, #km-slider, #leistung-slider {
    margin-top: 45px;
}
#detailsearchfront {
    width: 100%;
    text-align: center;
}
#detailsearchfront a {
    color: #FFFFFF;
    background-color: #0b1f2f;
    text-transform: uppercase;
    display: block;
    padding: 4px 6px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    cursor: pointer;
    width: 200px;
    font-weight: normal;
    font-size: 0.8rem;
    margin: 20px auto;
}
#fulldetailsearchfront {
    display: none;
    width: 100%;
}
ul#nwmsearchformdetailcheck.nwmfront {
    background-color: rgba(11, 31, 47, 0);
}
ul#nwmsearchformdetailcheck.nwmfront li {
    list-style-type: none;
    text-align: left !important;
}
ul#nwmsearchformdetailcheck.nwmfront li [type="checkbox"]+span:not(.lever) {
    color: #ffffff !important;
    font-weight: lighter;
}
ul#nwmsearchformdetailcheck.nwmfront li [type="checkbox"]:checked+span:not(.lever):before {
    border-right: 4px solid #0279d8 !important;
    border-bottom: 4px solid #0279d8 !important;
}
.screen-wipe-top {
    width: 100%;
    height: 100vh;
    background: #0b1f2f;
    position: fixed;
    z-index: 10000;
    top: -100% 
}
.screen-wipe-bottom {
    width: 100%;
    height: 100vh;
    background: #0b1f2f;
    position: fixed;
    z-index: 10000;
    bottom: -100% 
}
/************* Haendlerbereich Anfang *****************/
.hwerd {
}
.hwerd ul {
    padding-left: 50px;
}
.hwerd ul li {
    list-style-type: none;
    margin-bottom: 15px;
}
.hwerd ul li span {
    display: inline-block;
    float: right;
}
h2.hwerd {
    text-align: center;
    line-height: 6rem;
    font-size: 2rem;
    background-color: #0b1f2f;
    color: #FFF;
    padding: 20px;
    margin: 60px 0px;
}
h2.hwerd.nobomar {
    margin: 60px 0px 0px 0px;
}

h2.hwerd strong {
    display: inline-block;
    line-height: 2rem;
    font-size: 1.5rem;
}
.flash {
    -moz-animation: flash 1s ease-out;
    -moz-animation-iteration-count: 1;
  
    -webkit-animation: flash 1s ease-out;
    -webkit-animation-iteration-count: 1;
  
    -ms-animation: flash 1s ease-out;
    -ms-animation-iteration-count: 1;
  }
  
  @keyframes flash {
      0% { background-color: transparent; }
      50% { background-color: #fff956; }
      100% { background-color: transparent; }
  }
  
  @-webkit-keyframes flash {
      0% { background-color: transparent; }
      50% { background-color: #fff956; }
      100% { background-color: transparent; }
  }
  
  @-moz-keyframes flash {
      0% { background-color: transparent; }
      50% { background-color: #fff956; }
      100% { background-color: transparent; }
  }
  
  @-ms-keyframes flash {
      0% { background-color: transparent; }
      50% { background-color: #fff956; }
      100% { background-color: transparent; }
  }

.anmeldebuttonrow {
    margin: 50px 0px 20px 0px;
    text-align: center !important;
}
.anmeldeformular .notforshow {
    display:none !important;
}
.anmeldeformular.hwerd {
    padding: 60px 0 0px 0;
    margin-bottom: 50px;
    border-bottom: 2px solid #0b1f2f;
    background-color: white;
}
#anfor {

}
#andat {
    display:none;
}
.anmeldeformular select#anrede {
    font-weight: bold;
    font-size: 1rem;
}
.anmdsgvofooter-footer {
    margin:50px 0;
    width:100%;
    text-align:center;
}
.redWarning {
    outline: 2px solid red;
}
.redFont {
    color: red;
}
.hwerd table {
    margin-bottom: 80px;
    font-weight: bold;
    background-color: #fff;
}
.hwerd table td {
    border: 1px solid #0b1f2f;
    padding: 20px;
}
.hwerd table td:nth-child(2) {
    text-align: center;
}
ul.hwerd {
    width: 50%;
    padding-left: 0
}
ul.hwerd li {
    border-bottom: 1px solid #0b1f2f;
}
.mdatensubmit {
    float: right;
}
.datepicker-calendar-container button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.datepicker-calendar-container button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #FFFFFF;
}
.datepicker-day-button {
    background-color: transparent;
    border: none;
    line-height: 38px;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 0 5px;
    cursor: pointer;
    color: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button.datepicker-day-button:hover {
    background-color: #0d426d;
}
.datepicker-table td {
    border-radius: 0;
    padding: 0;
    width:46px !important;
    height:46px !important;
}
.datepicker-table td.is-selected {
    background-color: #0a365a;
    color: #fff;
}
.datepicker-table td.is-today {
    background-color: #708090;
    color: #FFFFFF;
}
.datepicker-table td.is-today.is-selected {
    background-color: #0a365a;
    color: #fff;
}
.datepicker-date-display {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    background-color: #708090;
    color: #fff;
    padding: 20px 22px;
    font-weight: 500;
}
.datepicker-footer {
    padding-top: 5px;
}
.datepicker-footer button.btn-flat {
    margin-left:5px;
}
.datepicker-footer button.btn-flat:hover {
    background-color: #0d426d;
    margin-left:5px;
}
.datepicker-footer .confirmation-btns {
    background-color: #FAFAFA;
}
.datepicker-footer .confirmation-btns:hover {
    background-color: #FAFAFA;
}
/***************************************/
#topsheader {
    background-color: #708090;
    padding: 0.8em;
    position:relative;
    border: 1px solid #E2E6E9;
}
#topsheader div {
    float:right;
    min-width: 70px;
    background-color: rgba(10, 29, 45, 0.23);
}
.tops li {
    width: 100%;
    margin-bottom:5px;
    height: 50px;
    position: relative;
    background-color: #939CA3;
}
.tops li span {
    display: block;
}
.tops li span a {
    color: #0b1f2f;
}
.libar {
    padding: 0.8em;
    position:relative;
}
.tops li .libarnum {
    color: #FFFFFF;
    font-weight: bold;
    position:absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 0.8em;
    min-width: 70px;
    background-color: rgba(10, 29, 45, 0.23);
    text-align: right;
}
.tops li .libarnum span {
}
.Rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
}
.Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.4em 0.8em;
    overflow: hidden;
    list-style: none;
    border: solid 1px white;
    background: rgba(112, 128, 144, 0.2);
    text-align: center;
}
.Rtable-cell > h1, .Rtable-cell > h2, .Rtable-cell > h3, .Rtable-cell > h4, .Rtable-cell > h5, .Rtable-cell > h6 {
    margin: 0;
}
/* Table column sizing ================================== */
.Rtable--2cols > .Rtable-cell {
    width: 50%;
}
.Rtable--3cols > .Rtable-cell {
    width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
    width: 25%;
}
.Rtable--5cols > .Rtable-cell {
    width: 20%;
}
.Rtable--6cols > .Rtable-cell {
    width: 16.6%;
}
.Rtable--8cols > .Rtable-cell {
    width: 12.5%;
}
/* Apply styles ================================== */
.Rtable {
    position: relative;
    top: 3px;
    left: 3px;
}
.Rtable-cell {
    margin: -3px 0 0 -3px;
    background-color: white;
    border-color: #e2e6e9;
}
/* Cell styles ================================== */
.Rtable-cell--dark {
    background-color: slategrey;
    border-color: #5a6673;
    color: white;
}
.Rtable-cell--dark > h1, .Rtable-cell--dark > h2, .Rtable-cell--dark > h3, .Rtable-cell--dark > h4, .Rtable-cell--dark > h5, .Rtable-cell--dark > h6 {
    color: white;
}
.Rtable-cell--medium {
    background-color: #b8c0c8;
    border-color: #a9b3bc;
}
.Rtable-cell--light {
    background-color: white;
    border-color: #e2e6e9;
}
.Rtable-cell--highlight {
    background-color: lightgreen;
    border-color: #64e764;
}
.Rtable-cell--alert {
    background-color: darkorange;
    border-color: #cc7000;
    color: white;
}
.Rtable-cell--alert > h1, .Rtable-cell--alert > h2, .Rtable-cell--alert > h3, .Rtable-cell--alert > h4, .Rtable-cell--alert > h5, .Rtable-cell--alert > h6 {
    color: white;
}
.Rtable-cell--head {
    background-color: #708090;
    border-color: #5a6673;
    color: white;
}
.Rtable-cell--head > h1, .Rtable-cell--head > h2, .Rtable-cell--head > h3, .Rtable-cell--head > h4, .Rtable-cell--head > h5, .Rtable-cell--head > h6 {
    color: white;
}
.Rtable-cell--foot {
    background-color: #b8c0c8;
    border-color: #a9b3bc;
}
/* Responsive ==================================== */
@media all and (max-width: 500px) {
    .Rtable--collapse {
        display: block;
   }
    .Rtable--collapse > .Rtable-cell {
        width: 100% !important;
   }
    .Rtable--collapse > .Rtable-cell--foot {
        margin-bottom: 1em;
   }
}
.no-flexbox .Rtable {
    display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
    width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
    margin-bottom: 1em;
}
#topstats i.prefix {
    color: #0b1f2f ;
    display:block;
    width: 30px;
    float:left;
}
#topstats input.datepicker {
    display: block;
    margin-left: 33px;
    width: 75%;
    height: 25px;
}
#topstats i#dvon, #topstats i#dbis, i#sumsrefresh {
    cursor: pointer;
}
#statstops {
    width: 100%;
    margin:0;
}
.statspager ul.pagination {
    margin: 0;
    padding: 0;
    text-align: center;
}
.statspager .pagination li {
    border: 1px solid #ccc;
    margin: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    line-height: unset;
    border-radius: 2px;
    text-align: center;
}
.statspager .pagination li a {
    border: none;
    background-color: transparent;
    line-height: unset;
}
.statspager ul.pagination li.disabled {
    cursor: default;
}
.statspager ul.pagination li.active {
    background-color: #0b1f2f;
    color: #FFF;
}
.statspager ul.pagination li:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.buttonholder {
    text-align: right;
    width: 100%;
}
/************* Haendlerbereich Ende *****************/
@media only screen and (max-width: 1730px) {
}
@media only screen and (max-width: 1540px) {
}
@media only screen and (max-width: 1115px) {
    .inspire {
        grid-template-columns: repeat(2, 1fr);
   }
}
@media only screen and (max-width: 1060px) {
    .highlights .row .col {
        width: 50%;
   }
}
@media only screen and (max-width: 992px) {
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        color: #FFF!important;
   }
    .modal {
        max-height: 100%;
   }
    #modal1 .row .col.s6, #modal2 .row .col.s6 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
   }
    #modal2.modal.modal-fixed-footer, #modal1.modal.modal-fixed-footer {
        padding: 0;
        height: 100% !important;
        width: 100% !important;
        top: 0 !important;
   }
    #nwmdetail-wrapper {
        margin-top: 25px;
   }
    .modal .modal-content {
        padding: 24px;
   }
    h1, h2 {
        font-size: 1.4rem;
        font-weight: bold;
   }
    footer p.fillertext {
        text-align: justify;
        font-size: 14px;
   }
    .highlights .row {
   }
    .randoms .row {
        width: 100%;
        float: left;
   }
    .randoms .row .col {
        width: 100%;
        float: none;
   }
    .randoms .row:nth-child(2) {
        display: none;
   }
    .randoms .row:last-child {
        display: none;
   }
    .highlights.topStart .row:last-child {
        display: none;
   }
    .highlights .card .card-image .card-title .ergebnis_preis {
        font-size: 2rem;
        font-size: calc(1vw + 1vh + 3.0vmin);
        font-weight: bold;
        margin: 0;
   }
    .highlights .card .card-image .card-title .ergebnis_mwst {
        font-size: 0.75rem;
        font-size: calc(0.5vw + 0.5vh + 1vmin);
        margin: -9px 0 0 0;
   }
    ul.brands {
        width: 25%;
   }
    ul.brands li ul {
        height: 80px;
   }
    .fillColor {
        background-color: #f9f9f9;
   }
    .waves-input-wrapper {
        margin-left: 0px;
   }
    .slast {
        display: block;
   }
    #sidelogo {
        display: block;
        width: 300px;
        text-align: center;
        padding: 0 0 0 0;
        height: 55px;
        background-color: #0a3659;
   }
    .hiddenmenu {
        display: block;
   }
    #sidelogo img {
        width: 50%;
   }
    .sidenav-trigger {
        color: #ffffff;
        float: right;
        margin-right: -10px;
        font-weight: bold;
        display: block;
        line-height: 53px;
   }
    .placeholder {
        width: 100%;
        height: 41px;
   }
    #mainnav {
        position: fixed;
        width: 300px;
        right: -300px;
        top: 41px;
        margin: 0;
        background-color: #FFFFFF;
   }
    .nav-wrapper ul li a {
        color: #000000;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: none;
   }
    .navinav {
        position: fixed;
        width: 300px;
        right: -300px;
        top: 41px;
        margin: 0;
        transition: 0.5s;
   }
    #navnav.right {
        position: fixed;
        width: 300px;
        right: -320px;
        top: 41px;
        margin: 0;
        height: 100%;
        height: calc(100% - 41px);
        height: -moz-calc(100%);
        padding-bottom: 41px;
        background-color: #fff;
        z-index: 999;
        overflow-y: auto;
        transition: 0.5s;
   }
    #navnav.mobilesidenav {
        position: fixed;
        width: 300px;
        right: -20px;
        top: 41px;
        margin: 0;
        height: 100%;
        height: calc(100% - 41px);
        height: -moz-calc(100%);
        padding-bottom: 41px;
        background-color: #fff;
        z-index: 999;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.36);
        -moz-box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.36);
        box-shadow: -3px 1px 5px 0px rgba(0, 0, 0, 0.36);
   }
    nav ul li {
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        float: left;
        padding: 0;
        width: 300px;
   }
    nav ul li a {
        display: block;
   }
    .head-wrapper {
        text-align: center;
        z-index: 2500;
        position: relative;
   }
    .placeholderDouble {
        width: 100%;
        height: 0px;
        background-color: transparent;
        display: none;
   }
    .resultSearchN {
        margin-top: 25px;
   }
    #index-banner h1 {
        margin-top: 20px;
       /*display: none;
        font-size:1.4rem;
       */
   }
    #index-banner.e404 h1 {
        margin-top: 20px;
        display: block;
        font-size: 6rem;
   }
    .owl-thumb-item {
        width: 100px;
        height: 65px;
        display: inline-block;
        opacity: 0.6;
        background-color: #FFFFFF;
   }
    .owl-thumb-item.active {
        width: 100px;
        height: 65px;
        opacity: 1;
   }
    .owl-thumb-item:hover {
        opacity: 1;
   }
    .owl-thumb-item img {
        width: 100px;
        height: 65px;
        /*border: 2px solid #FFFFFF;*/
   }
    .owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        top: 35%;
        width: 100%;
   }
    .row .col.s3.haendlersuchf {
        width: 100% !important;
   }
    .row .col.s6.haendlersuchf {
        width: 100% !important;
   }
    #resetformh {
        width: 100% !important;
   }
    #search_hstart {
        width: 100% !important;
        margin-top: 10px;
   }
}
@media only screen and (max-width: 768px) {
    #index-banner.ib1 h1, #index-banner.ib2 h1, #index-banner.ib3 h1, #index-banner.ib4 h1, #index-banner.ib5 h1, #index-banner.ib6 h1, #index-banner.ib7 h1, #index-banner.ib8 h1, #index-banner.ib9 h1 {
        text-align: center!important;
        color: #fff!important;
        font-size: 4rem!important;
        margin-top: 0px!important;
        background-color: rgb(11, 31, 47)!important;
        width: 100%!important;
        padding: 15px!important;
        font-size: 2rem !important;
   }
    #index-banner.inspirationen {
        min-height: auto !important;
   }
    #index-banner.ib1, #index-banner.ib2, #index-banner.ib3, #index-banner.ib4, #index-banner.ib5, #index-banner.ib6, #index-banner.ib7, #index-banner.ib8, #index-banner.ib9 {
   }
    #search-banner {
    text-align: center;
    height: 205px;
    margin-bottom: 60px;
   }
    ul.hwerd {
        width: 100%;
   }
    ul.brands {
        width: 50%;
   }
    .highlights .row .col {
        width: 100%;
   }
    .randoms, .highlights {
        width: 80%;
        margin: 30px auto;
   }
    .acctab__content {
        padding: 0px 0px;
   }
    .acctabs a {
        width: 100%;
   }
    .acctabs a+div {
        position: static;
        float: left;
   }
    .acctabs li {
        display: block;
        overflow: hidden;
        margin: 0 0 1px 0;
   }
    .acctab:last-of-type:not(:first-of-type)+label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
   }
    .acctab:first-of-type:not(:last-of-type)+label {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 0;
   }
    .acctab__content.inspi {
        padding-top: 7px;
   }
    .inspire {
        grid-template-columns: repeat(1, 1fr);
   }
    .inspire.row {
        margin: 0 auto 0 auto !important;
   }
    .head-wrapper {
        height: 43px;
   }
   img.cartypelogo {
       position: relative;
       top: 35px;
       width: 50%;
   }
   #detailsearchfront a {
        margin: 90px auto 20px auto;
    }
    .umkreg {
    padding-top: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #imenu-a {
        transform: rotate(-90deg);
        position: absolute;
        left: -52px;
        top: 98px;
   }
    #imenu-b {
        transform: rotate(0deg);
        position: absolute;
        left: 128px;
        top: 273px;
   }
    #imenu-c {
        transform: rotate(-45deg);
        position: absolute;
        left: 93px;
        top: 176px;
   }
    #imenu-a h5, #imenu-b h5, #imenu-c h5 {
        font-size: 1.4rem;
   }
}
 .klaro .cookie-modal .cm-app-label .slider, .klaro .cookie-notice .cm-app-label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: 50px;
    height: 30px !important;
    display: inline-block;
}
.klaro .cookie-modal .cm-btn, .klaro .cookie-notice .cm-btn {
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2), 5px 5px 10px 0 rgba(0,0,0,.19);
    color: #eee;
    border-radius: 0px !important;
    padding: initial !important;
    padding: 0em 0.5em 0.5em 0.5em !important;
    margin-right: .5em;
    border: 0;
	font-weight: bold;
	border: 1px solid #ffffff !important;
}
.klaro .cookie-modal a, .klaro .cookie-notice a {
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: underline !important;
}
.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
	background-color: #085C82 !important;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
	color: #ffffff;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out, .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
	color: #ffffff !important;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
	color: #ffffff !important;
}
.klaro .cookie-modal .cm-modal .cm-footer a.cm-powered-by {
	color: #ffffff !important;
}
.klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider, .klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
	background-color: #085C82 !important;
}

#finanzModalContent.modal-content {
    padding: 24px;
    width: fit-content !important;
}
#finanzModalCenter.modal {
    width: 350px !important;
}

a.bank11finanz.waves-effect.waves-light.btn-flat {
    display: block !important;
    width: 325px;
    margin: 20px auto 0 auto !important;
    background-color: #0B1F2F !important;
}

.card .card-image {
    overflow: hidden !important;
}

.card .card-image img {
    transition: transform .5s ease !important;
}

.card .card-image:hover img {
    transform: scale(1.1) !important;
}

.seen {
    filter: opacity(45%) !important;
}

.mwstsenkung {
    color: #FFF;
    background-color: rgba(7, 20, 31, 0.9);
    padding: 20px;
    text-align: center;
    margin-top: 35px;
}

.mwstsenkung a { 
    color: #FFF;
    font-size: 1.3rem;
    font-weight: bold;
    display:block;
}

div.agbtext ul {
    padding-left: 35px !important;
    list-style-type: disc !important;
}

div.agbtext ul li {
    list-style-type: disc !important;
}

#brand {
	width: 100%;
}

#brandwrap {
	background-color: rgba(255, 255, 255, 0.051);
	padding: 20px;
	margin: 0 auto;
}

.brands-list {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;

  /* Desktop: 6 gleich breite Spalten */
  grid-template-columns: repeat(6, 1fr);
}

/* Responsiv: weniger Spalten */
@media (max-width:1200px) { .brands-list { grid-template-columns: repeat(5, 1fr); } }
@media (max-width:1000px) { .brands-list { grid-template-columns: repeat(4, 1fr); } }
@media (max-width:800px)  { .brands-list { grid-template-columns: repeat(3, 1fr); } }
@media (max-width:600px)  { .brands-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width:400px)  { .brands-list { grid-template-columns: 1fr; } }

/* Serien-Liste wie oben */
.series-list {
  list-style: none;
  padding: 0;
  margin: 0;
  
  max-height: 8rem;        /* Höhe von ca. 4 × 1.5rem li */
  overflow-y: auto;        /* vertikales Scrollen erlauben */
  scroll-behavior: smooth;  /* optional: sanftes Scrollen */
  -webkit-overflow-scrolling: touch; /* auf iOS flüssiger */
}

/* Optional: schmalere, dezentere Scrollbar */
.series-list::-webkit-scrollbar {
  width: 6px;
}
.series-list::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 3px;
}

.series-item + .series-item {
  margin-top: 0.25rem;
}
.brand-name {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 1.9466666667rem 0 0.5rem 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.nwm-headline {	
	font-weight: 400;
	font-size: 1.64rem;
	line-height: 110%;
	margin: 1.0933333333rem 0 0.656rem 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0;
}