/* 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: #FFFFFF;
     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.7);
 }
 
  .font-weight-bold {
	 font-weight: bold;
 }
 
 .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: 50px;
 }
 
 .head-wrapper a#logo-container {
     color: #FFFFFF;
     text-decoration: none;
     text-transform: uppercase;
     padding: 10px 0;
     display: inline-table;
     font-weight: bold;
 }
 
 .fullro {
     margin: 0;
     padding: 0;
     width: 100%;
 }
 
 .container {
     font-size: 17px;
     color: #000000;
 }

strong {
    font-weight: 600;
}
 
a {
    color: #085C82;
	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;
 }
 
 nav .nav-wrapper {
     padding-right: 20px;
 }
 
 .nav-wrapper ul li a {
     color: #031c31;;
     text-decoration: none;
     text-transform: uppercase;
     font-weight: bold;
     text-shadow: -1px 0px 5px rgba(255, 255, 255, 1);
 }
 
 .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: #004783;
 }
 
 .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: #004783 !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: 900px;
     color: #FFFFFF;
 }
 
 #index-banner h1 {
     margin-top: 140px;
 }

 #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);
 }
 
 #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: 30px;
 }
 
 #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: 140px;
   
}
*/
#imghead {
    width: 100%;
    text-align: center;
    background-color: #FFF;
    padding: 50px 0;
    margin-bottom: 50px;
}
#imghead h1 {
    padding:0;
    margin:0;
}
.randoms, .highlights {
    width: 100%;

}

.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 {
    text-align: right;
    top: 5px;
    right: 5px;
    height: 20%;
    width: 100%;
    min-width: 0;
    padding: 0 5px 0 0;
    margin: 0;
    
}

.highlights .row .col {

width: 25%;

}

.card .cardtop {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    margin-top:0;
    margin-bottom:0;

}

.card .cardcontent {
    font-size: 0.9rem;
    margin-top:0;
    margin-bottom:0;

}

.fixedheight {
    overflow: hidden;
    height: 25px;
    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: #004783 !important;
}

/* 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(2, 28, 59, 0.529);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: auto;
    position: absolute;
    right: 5px;
}


.randoms .card .card-image .card-title .ergebnis_preis, .highlights .card .card-image .card-title .ergebnis_preis {
    font-size: 2rem;
    /*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 {
    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 #004783;
    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;
}

.brwrapper div a:hover {
    background-color: #eff8ff;
}

.brwrapper div.brtopper {
    margin-bottom: 40px;
}

.brwrapper div.brtopper a {
    background-color: #eff8ff;
}

.brwrapper div.brtopper a:hover {
    background-color: #e2f0fa;
}

h1.brands {
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}

h2.brands {
    font-size: 1.5rem;
    text-transform: initial;
    margin-top: 0;
}
 
.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: #004783;
    
    -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);
    */
}



.btn-large {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    padding: 0 28px;
}

.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 {
    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: #004783;
    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 {

    background-color: #004783;
}

#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: rgb(12, 78, 135);
    padding: 10px;
}
.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: 1.2rem;
}
#form_haendlersearchform label {
	color: #000000;
}
#frontrandom {
    min-height: 400px;
    margin-bottom: 60px;
    overflow:hidden;
}

#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;
}

  .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 {
    text-decoration: none;
    color: #fff;
    background-color: #004783 !important;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}

.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 .card .card-title {
    font-size: 24px;
    font-weight: 300;
    padding: 10px;
    font-weight: bold;
    font-size: 1.3rem;
    background-color: #0047833b;
    display: block;
    color: black;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgb(196, 212, 226);
    outline: none;
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: rgb(196, 212, 226);
    color: #000000;
    font-weight:bold;
}


.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    background-color: transparent;
    color: #6b7280;
    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: #004783;
    will-change: left, right;
}

#logout {
    text-align: center;
    padding: 50px 10px;
}


/************* Haendlerbereich Anfang *****************/

.hwerd {

}

.hwerd ul {
    padding-left: 50px;
}

.hwerd ul li {
    list-style-type: disc;
    margin-bottom: 15px;
}

.hwerd ul li span {
    display: inline-block;
    float:right;
}

h2.hwerd {
    text-align: center;
    line-height: 3rem;
    font-size: 2rem;
    background-color: aliceblue;
    padding: 20px;
    margin: 60px 0px;
}

h2.hwerd strong {
    display: inline-block;
    line-height: 2rem;
    font-size: 1.5rem;
}

.hwerd table {
    margin-bottom: 80px;
    font-weight: bold;
}

.hwerd table td {
    border: 1px solid #E0E0E0;
    padding: 20px;
}

.hwerd table td:nth-child(2) {
    text-align: center;
}

ul.hwerd {
    width:50%;

}

ul.hwerd li {
    border-bottom: 1px solid #E0E0E0;
}



/************* Haendlerbereich Ende   *****************/


 @media only screen and (max-width: 1730px) {}
 
 @media only screen and (max-width: 1540px) {}
 
 @media only screen and (max-width: 1115px) {}
 
 @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: #266ca6;
     }
     .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;
     }

     #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) {
    ul.brands {
        width: 50%;
    }
    .highlights .row .col {
        width: 100%;
    }
 }
 
 @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;
}

#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;
}

#rabatt-banner .container h2, #rabatt-banner .container h3 {
    color: #FFF;
}

.front-header-h1.rabatt {
    background-color: #004783;
    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;
}

.mwstsenkung {
    color: #FFF;
    background-color: rgba(0, 60, 110, 0.9);
    -moz-border-radius: 10px;
    border-radius: 10px;
    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;
}

#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;
}