@charset "utf-8";
/* CSS Document */

.df-panel[data-collapse] .df-panel__title {
    background-image: url("down.svg") !important;
    background-size: 20px
}

.df-panel .df-panel__title {
    background-image: url("up.svg") !important;
    background-size: 20px
}

.df-card__availability {
    font-size: 12px;
    font-weight: bold
}

#ccs-logos{
    display:flex;
    justify-content:flex-end;
}

#s_variants{
    height: 25px;
    width: 100%;
    border:none;
    background: #26316C;
    color:#fff;
    font-weight:bold;
    border-radius: 5px;
 }

[class^="av"] {
    background-image: url("na.svg");
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px
}

.av220,.av250,.av2000 {
    background-image: url("lagernd.svg")
}

.av12,.av8,.av9,.av16,.av17,.av10,.av18,.av13, .av20 {
    background-image: url("warten.svg")
}

#ownDesc ul,#ownDesc ul li { 
   list-style-type: disc!important; 
   list-style-position: inside!important; 
   margin-left: 15px; 
}
#ownDesc ol,#ownDesc ol li{ 
   list-style-type: decimal!important; 
   list-style-position: inside!important; 
   margin-left: 15px; 
}
#ownDesc li {
    list-style: initial!important;
    display: list-item!important;
    margin-left:10px;
}

#ownDesc h1, #ownDesc h2, #ownDesc h3, #ownDesc h4, #ownDesc h5, #ownDesc h1{
    margin: 15px 0px 7px 0px;
}

#ownDesc h1{
    font-size:28px;
    font-weight:bold;
}
#ownDesc h2{
    font-size:24px;
    font-weight:bold;
}
#ownDesc h3{
    font-size:20px;
    font-weight:bold;
}
#ownDesc h4{
    font-size:16px;
}
#ownDesc h5{
    font-size:12px;
}
#ownDesc h6{
    font-size:12px;
    font-weight:normal;
}
#techdata div:empty{
    display:none;
}

.ekRating, .fa-star{
    color: #FFC000;
}

.ex250 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 3px;
    left: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("express.svg")
}

.df-card {
    position: relative
}

.df-classic .df-term {
    text-align: left
}
.doofinderLogo{
    display: none!important;
}
body > div.section > div.container > div > div.column.is-4.is-offset-1.has-text-left-mobile.background{
    align-self:flex-start;
}
footer{
    margin-top:3rem;
}

#ownContentIFrame{
    width:100%;
}

.bware a, .bwarepreis{
    font-weight:bold;
    color:#C70822;
}

/*
.xmasbulb, .shopinfo-top-bf, .bf-link{
    display:none!important;
}
*/
.marquee a{
    display: none;
  
}

.ITSn, .ITSv{
    width:50%;
    display:inline-block;
}

.ITSg{
    font-weight:bold;
}


@media screen and (min-width:769px){
    .wg{
        display: block!important;
    }
    #Wgliste>section>h3:before{
        display: none!important;
        content:""!important;
        font-weight:bold;
    }
    #Wgliste>section>h3{
        font-weight:bold!important;
    }
    .wg>.column>a[href^="wglis"]::before{
    	content:"+ ";
    }
    .wg>.column>a[href^="liste"]{
    	margin-left:11px;
    }
    .rocketchat-widget{
        right:110px!important;
        bottom:37px!important;
     }
    
}