﻿@font-face {
    font-family: 'ApexNew-V2-Book';
    src: url('../fonts/ApexNew-V2-Book.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'ApexNew-V2-Book';
    src: url('../fonts/font%204.otf') format('opentype' );
    font-weight:bold;
}

@font-face {
    font-family: 'FontAwesome';
    /*src: url(https://use.fontawesome.com/releases/v5.0.13/css/all.css);*/
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf);
}


body {
    font-family: 'ApexNew-V2-Book';
}

a {
    color: #f00f40;
}

a:hover {
    color: #f00f40 !important; 
}

.logoimg {
    max-width:100px;
}
.black {
    color:black !important;
}

.price .current{
    color: #f00f40 !important;
    margin-bottom:15px;
}

.swiper-tabs .block-title:before{
    background-color:#f00f40;
}

.navigation-banner-content .description {
    color: black;
}

.search-box.popup {
    width: 280px;
}

.search-field {
    margin-right:45px;
}

.search-button{
    background-color: #f00f40;
}

.menu-button{
    color:black !important;
}

.project-thumbnail {
    height: 100%;
    max-height:650px;
    width: auto;
    max-width:100%;
    object-fit: cover;
}

header.type-2 .navigation-vertical-align {
    border-bottom: 0px;
}

.prod-img {
    width:100%;
    height:auto;
}

.specs{
    line-height:20px;
    padding-bottom:20px;
}

.specs b{
    font-weight:bold !important;
}

.noborder{
    border:0px !important;
}

.swiper-active-switch {
    color:#f00f40;
    background-color:#f40f00;
    border-color:#f40f00;
}

.product-detail-box .price .current {
    color:#f00f40 !important;
}

.filterbutton{

    margin:20px;
    width:80%;
}

.kontosidebarentry {
    font-size: 13px;
    line-height: 18px;
    padding: 15px 0 15px 0;
    color: #262626;
    /*text-transform: uppercase; */
    font-weight: 600;
    border-top: 1px #ebebeb solid;
    cursor: pointer;
    padding-right: 15px;
    position: relative
}

.kontosidebarentry:hover{
    color:#f40f00;
}

.toppad {
    padding-top:30px;
    margin-top:30px;
}

.toppad15 {
    padding-top:15px;
}

.padbot {
    padding-top: 30px;
    margin-top: 30px;
}

.gray {
    padding: 15px;
    line-height: 1.5;
    font-size:12px;
    color: white;
    background-color: #3d4a52;
}

.gray h3{
    font-size:20px;
}

.zubehoer li{
    padding-bottom:5px;
}

.bullparent {
    height:100vh;
    width:100vw;
}

.bullseye {
    width: 300px;
    position: absolute;
    top: 30%;
    margin-left:auto;
}

.purpback {
    background-color: #f40f00;
    padding: 15px;
    line-height: 1.5;
    font-size: 12px;
    color: white;
}

.purpletext {
    color: #f40f00 !important;
}

.graytext {
    color: #3d4a52;
}

.pusherman{
    padding-top:20vh;
}

.landbox {
    height:200px;
    border:10px;
    border-style:solid;
    border-color:white;
}

.ball {
    background: #f40f00;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
    border: 0px solid #f40f00;
}

.whitetext{
    color:white !important;
}
.kontosidebarentry a {
    color: #262626;
}

.checkout_multiclass {
    border:1px solid black;
    margin:10px;
}

.multiclass_head {
    padding:2px;
    background-color:#f40f00;
}

.multiclass_head h3 {
    font-size:16px;
    color:white;
}

.multiclass_price{
    text-align:right;
    padding:5px;
    font-size:16px;
}

.multiclass_pricespan {
    font-size:16px;
    color:black;
}
.multiclass_pricespan_total {
    font-size: 20px;
    color: black;
}

.zubehoerbutton {
    padding: 0px;
    width: 25px;
    height: 22px;
    background-color: #262626;
    border-color: #262626;
    color: #fff;
    border: 1px solid #262626;
}

.zubehoerbutton:hover {
    background-color: #fff;
    border-color: #262626;
    color: #f00f40 !important;
}

#modal_image {
    max-width:400px;
    max-height:300px;
}

.product-image{
    min-height:195px;
}

.subul{
    margin-left:30px;
}


.bottompadder {
    padding-bottom:50px;
}

meter {
    /* Reset the default appearance */
    /*-webkit-appearance: none;
    -moz-appearance: none;*/
    appearance: none;
    margin: 0 auto 1em;
    width: 100%;
    height: 0.5em;
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

    meter::-webkit-meter-bar {
        background: none;
        background-color: rgba(0, 0, 0, 0.1);
    }
    /* Webkit based browsers */
    meter[value="1"]::-webkit-meter-optimum-value {
        background: red;
    }

    meter[value="2"]::-webkit-meter-optimum-value {
        background: yellow;
    }

    meter[value="3"]::-webkit-meter-optimum-value {
        background: lightgreen;
    }

    meter[value="4"]::-webkit-meter-optimum-value {
        background: green;
    }

    /* Gecko based browsers */
    meter[value="1"]::-moz-meter-bar {
        background: red;
    }

    meter[value="2"]::-moz-meter-bar {
        background: yellow;
    }

    meter[value="3"]::-moz-meter-bar {
        background: lightgreen;
    }

    meter[value="4"]::-moz-meter-bar {
        background: green;
    }

    /*number: up und down arrows nicht anzeigen*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
}

.margtop {
    margin-top:20px;
}

.float-right{
    float:right;
}
.rev-priceright {
    position: absolute !important;
    right: 30px;
}

.det-priceright {
    position: absolute !important;
    right: 20px;
}


.float-left {
    float: left;
}

.zubnum {
    width:20px !important;
    text-align:center;
}

.herstellerfilter .check{
    margin-left:5px;
}

.herstellerfilter {
    padding-left: 5px;
}

.button_big {
    padding: 0px;
    height:48px;
    width:40px;
    background-color: #262626;
    border-color: #262626;
    color: #fff;
    border: 1px solid #262626;
}

.button_big:hover {
    background-color: #fff;
    border-color: #262626;
    color: #f00f40 !important;
}

.gespreis {
    font-size: 24px;
    color: #f00f40;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.warencount{
    padding-top:20px;
}

.einzelpreis{
    font-size:12px;
}

.gestit {
    padding-top:5px;
    margin-bottom:0px !important;
    margin-left:20px;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.errortext{
    color:red;
    padding-bottom:20px;
}

.redtext {
    color: #f00f40;
}

#gridpart {
   border-top:1px;
   border-style:solid;
   border-color:black;
   border-color:#e6e6e6;
   margin-bottom:10px;
   padding-top:15px;
}

.titshort {
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shortag{
    height:28px;
    overflow:hidden;
}

.bottom-line-new {
    left: 0;
    width: 100%;
    background: rgba(28,28,28,0.9);
    text-align: center;
    font-size: 11px;
    line-height: 35px;
    font-weight: 600;
}

.bottom-line-a-new {
    color: #fff !important;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bottom-line-new :hover{
    background: #fff;
}

.bottom-line-a-new .fa{
    vertical-align: bottom;
    line-height: 35px;
    margin-right: 3px;
    width: 25px;
}

.priceshort{
    margin-bottom:10px;
 
}

.priceshort .current{
    text-align:right;
       float:right;
}

.pi-short{
    max-height:185px;
}

.scrollnobar {
    overflow-y: scroll;
    max-height:90vh;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.varimage {
    right: 7px;
    top: 7px;
    display:flex;
}

.varimage img{
    width:20px;
    height:15px;
}
.entry .simple-drop-down{
    width:155px;
}

.btn-allprod {
    width: 100%;
    background-color: rgba(28,28,28,0.9);
    color: white;
}

.vari-box {
    background-color: white;
    color: black !important;
    border: 1px solid #f00f40;
}

.brandlabel{
    display:inline;
}

.brand-dropdown {
    height: 30px;
    line-height: 28px;
    padding: 0 40px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #7c7c7c;
    top: -8px;
    position: relative;
}

.brand-dropdown .btn{
    border-radius:0px;
}

.grandtotal .redtext{
    margin-right:20px;
}

.adressauswahl{
    padding-left:0px;
    padding-bottom:20px;
}

.nocont{
    background-color:gray;
}

.lieferlinks {
    width:100px;
    float:left;
}

.share-box {
    height:56px;
}

.liefertable {

}

.liefertable tr {
    line-height: 30px;

}

.liefertable td {
    border-top: 0px !important;
    border-bottom: 1px solid #dddddd;
}


.row {
margin-left:0px;
margin-right:0px;
}