@import url('https://fonts.googleapis.com/css?family=Asap:400,700');

html, body {
    width:100%;
    height:100%;
    display: table !important;
    background: #009fe3;
}

html{
    font-family: 'Asap', sans-serif;
    font-size: 18px;
    line-height: 1.333rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    min-width: 320px;
    font-family: inherit;
    color: #717e86;
    background: #fff;
}

button{
    background-color: transparent;
}

/** 
    HEADER / NAVIGATION
*/
header.navbar{
    background: #009fe3;
    height: 100px;
    padding: 0;
}
header.navbar .container, header.navbar .container-fluid{
    justify-content: unset;
}

header.navbar .logo img {
    width: 300px;
    padding-top: 4px;
}

@media screen and (max-width:575px){
    header.navbar .logo img {
        width: 140px;
        padding-bottom: 4px;
    }
}

.nav-switch{
    cursor: pointer;
    border: 0;
    color: #fff;
    background: none;
    font-size: 24px;
    padding: 0;
    margin-right: 15px;
}

.subnav{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #717e86;
    margin-top:100px;
    display:none;
    padding:0;
    max-width: 400px;
}
.subnav ul{
    list-style: none;
    padding: 0;
    margin: 15px;
}
.subnav .main{
    margin-bottom: 5px;
}
.subnav .main .text{
    font-weight: 700;
    padding: 10px 15px;
    color: #fff;
    background: rgba(255,255,255,0.2);
}
.subnav .main a:hover{
    text-decoration: none;
}
.subnav .main a:hover > .text{
    background: rgba(255,255,255,0.3);
}

.subnav ul .main ul {
    padding: 15px;
    margin: 0;
}
.subnav ul .main ul .sub a {
    padding:10px;
    color: #fff;
    display:block;
    transition: all 0.3s;
    text-decoration: none;
}
.subnav ul .main ul .sub a:hover{
    background:rgba(255,255,255,0.2);
}
.subnav-show{
    display:block !important;
}

.im-handel-header, .wk-header, .login-header{
    position:relative;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding:15px;
    transition: background-color 0.3s;
}

.im-handel-header:hover, .wk-header:hover, .login-header:hover{
    background: #008fcc;
    text-decoration: none;
}
.wk-header:hover > span.wk-counter{
    border: 2px solid #008fcc;
}

.im-handel-header img, .wk-header img, .login-header img{
    height:45px;
}
.login-header img{
    border: 3px solid transparent;
}
.im-handel-header span, .wk-header span.text, .login-header span{
    display:block;
    margin-top:10px;
}
.wk-header.b2b img{
    border: 3px solid transparent;
}
.wk-header span.wk-counter{
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 15px;
    border: 2px solid #009fe3;
    text-align: center;
    transition: border-color 0.3s;
}
.wk-header span.wk-counter.b2b {
    top: 2px;
    right: 65px;
}

@media screen and (max-width:767px){

    .im-handel-header, .wk-header, .login-header{
        padding:5px;
    }
    .im-handel-header img, .wk-header img, .login-header img{
        height:30px;
    }

    .im-handel-header span, .wk-header span.text, .login-header span{
        display:none;
    }

    .wk-header span.wk-counter{
        line-height: 17px;
        font-weight: 700;
        width: 22px;
        height: 22px;
        display: inline-block;
        position: absolute;
        top: 9px;
        right: 0px;
    }
}

@media screen and (max-width:359px){
    .im-handel-header{
        display: none;
    }
    .wk-header{
        margin-left: auto !important;
    }
}

/**
    PRDOUCT HEADER IMAGE & TEXT
*/
.header-image img{
    display: block;
    margin: 0 auto;
    width: 100%;
}


/**
    CONTENT
*/
.main-content{
    padding-top:150px;
}

h1{
    padding:14px 20px;
    font-size: 2rem;
    line-height: 2rem;
    display: inline-block;
    border-radius:2px;
    margin-bottom:25px;
}

h2.section{
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 0 30px 0;
}

@media screen and (max-width:575px){
    h1{
        font-size: 1rem;
        line-height: 1.25rem;
    }
    h2.section{
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

.button-border-grey{
    display: inline-block;
    border: 2px solid rgba(141,152,158,0.7);
    color: rgba(141,152,158,1);
    font-size: 1rem;
    line-height: 1rem;
    padding: 8px 30px;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 2px;
    margin: 0 0 15px 0;
}
.button-border-grey i{
    margin-right: 15px;
}
.button-border-grey:hover{
    background: rgba(141,152,158,1);
    color:#fff;
    text-decoration: none;
    cursor: pointer;
}

.button-cyan{
    display: inline-block;
    border: 2px solid #009fe3;
    color: #fff;
    background: #009fe3;
    font-size: 1rem;
    line-height: 1rem;
    padding: 8px 30px;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 2px;
    margin: 0 0 15px 0;
}
.button-cyan i{
    margin-right: 15px;
}
.button-cyan:hover{
    background: #008fcc;
    border: 2px solid #008fcc;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
}

.button-cyan.inactive{
    border: 2px solid rgba(141,152,158,0) !important;
    color: rgba(141,152,158,0.5) !important;
    background: rgba(141,152,158,0.3) !important;
}
.button-cyan.inactive:hover{
    cursor: initial;
}

.button-grey{
    display: inline-block;
    border: 2px solid #8d989e;
    color: #fff;
    background: #8d989e;
    font-size: 1rem;
    line-height: 1rem;
    padding: 8px 30px;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 2px;
    margin: 0 0 15px 0;
}
.button-grey i{
    margin-right: 15px;
}
.button-grey:hover{
    background: #747a7e;
    border: 2px solid #747a7e;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
}

.button-red{
    display: inline-block;
    border: 2px solid #C00;
    color: #fff;
    background: #C00;
    font-size: 1rem;
    line-height: 1rem;
    padding: 8px 30px;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 2px;
    margin: 0 0 15px 0;
}
.button-red i{
    margin-right: 15px;
}
.button-red:hover{
    background: rgb(170, 0, 0);
    border: 2px solid rgb(170, 0, 0);
    color:#fff;
    text-decoration: none;
    cursor: pointer;
}

.button-next-prev{
    display: inline-block;
    background: rgba(141,152,158,0.7);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    padding: 15px;
    text-decoration: none;
    transform: translate(0,-50%);
    top: 50%;
    z-index: 1;
}
.button-next-prev i{
    color: #fff;
}
.button-next-prev:hover{
    background: rgba(141,152,158,1);
    color:#fff;
    text-decoration: none;
    cursor: pointer;
}

.button-next-prev.sortiment,
.button-next-prev.home{
    font-size: 2rem;
    line-height: 1;
    background: transparent;
}
.button-next-prev.sortiment i,
.button-next-prev.home i{
    color: rgba(141,152,158,0.7);
}
.button-next-prev.sortiment:hover,
.button-next-prev.home:hover{
    background: transparent;
}
.button-next-prev.sortiment:hover i,
.button-next-prev.home:hover i{
    color: rgba(141,152,158,1);
}



.header-image{
    margin-top: 100px;
}
.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.pos-top-left{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%,0%);
}
*/
@media screen and (max-width: 575px){
    .pos-top-left {
        background: #009fe3;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        padding: 0;
    }
    .pos-top-left.klimaschutz {
        background: #94c11f;
    }
    .carousel .pos-top-left {
        /* min-height: 171px; */
    }
}

@media screen and (min-width: 576px){
    .pos-top-left {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%,0%);
        min-height: auto;
    }

}


.header-image .kurzbeschreibung{
    padding: 10px 15px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    margin-bottom:0;
}
.header-image .name{
    padding: 10px 15px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    margin-top:10px;
    margin-bottom: 10px !important;
}

@media screen and (max-width: 575px){
    .header-image .kurzbeschreibung{
        padding: 15px;
        width:100%;
    }
    .header-image p.name{
        padding: 15px !important;
        margin-top:0;
        margin-bottom: 0 !important;
        width:100%;
    }
}

@media screen and (min-width: 576px){
    .header-image .kurzbeschreibung{
        margin-bottom:15px;
    }
    .header-image .name{
        margin-top:0;
        margin-bottom: 0;
    }
}

.header-image .kurzbeschreibung.bg-cyan{
    background: rgba(0, 159, 227, 0.9);
}
.header-image .kurzbeschreibung.bg-green{
    background: rgba(148, 193, 31, 0.9);
}

@media screen and (max-width: 767px){
    /*
    .header-image .kurzbeschreibung{
        font-size: 1rem !important;
    }
    .header-image .name, .header-image.home .name{
        font-size: 1rem !important;
    }
    */
}


/*.header-image .kurzbeschreibung,
.header-image .name {
    font-size: 0.75rem !important;
}
*/

@media only screen and (min-width:567px){
    .header-image .kurzbeschreibung,
    .header-image .name{
        font-size: 1rem !important;
    }
}

@media only screen and (min-width:992px){
    .header-image .kurzbeschreibung,
    .header-image .name{
        font-size: 1.333rem !important;
        font-size: 2vw !important;
    }
}

/** 
    STARTSEITE
*/
.header-image.home .name{
    padding: 10px 15px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
}

.topic-headline.home{
    font-size: 2rem;
    line-height: 1;
    padding-top: 70px;
    padding-bottom: 70px;
}

.productbox-slider{
    margin-bottom: 70px;
    position: relative;
}
@media screen and (max-width:575px){
    .topic-headline.home{
        font-size: 1rem;
        padding-top:50px;
        padding-bottom:50px;
    }
    .topic-headline.home.geschmackswelt{
        padding-bottom:30px;
    }
    .productbox-slider{
        overflow: hidden;
        min-height: 215px;
        height: 215px;
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media screen and (min-width:576px){
    .productbox-slider{
        height:206px;
        overflow:hidden;
    }
}
@media screen and (min-width:768px){
    .productbox-slider{
        height:284px;
        overflow:hidden;
    }
}
@media screen and (min-width:992px){
    .productbox-slider{
        height:249px;
        overflow:hidden;
    }
}
@media screen and (min-width:1200px){
    .productbox-slider{
        height:300px;
        overflow:hidden;
    }
}
@media screen and (min-width:1370px){
    .button-next-prev.home.left-0{
        left:5%;
    }
    .button-next-prev.home.right-0{
        right:5%;
    }
}

.button-next-prev.home:active i{
    color: #009fe3;
}

.productbox-slider .productbox {
    position: relative;
    margin: 0 auto;
}

.box-klimaschutz-daten{
    background: rgb(117,169,17);
    background: -moz-linear-gradient(45deg, rgb(117,169,17) 0%, rgb(148,193,31) 100%); 
    background: -webkit-linear-gradient(45deg, rgb(117,169,17) 0%,rgb(148,193,31) 100%);
    background: linear-gradient(45deg, rgb(117,169,17) 0%,rgb(148,193,31) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75a911', endColorstr='#94c11f',GradientType=1 );
    padding-top: 80px;
    padding-bottom: 80px;
}
.box-klimaschutz-daten img{
   width: 430px;
   height: auto;
}
.box-klimaschutz-daten .container{
    font-size: 2rem;
}
.box-klimaschutz-daten .container p{
    font-size: 44px;
}
.box-klimaschutz-daten .container hr{
    border-top: 2px solid rgba(0,0,0,0.2);
    width:80px;
}
@media screen and (max-width:575px){
    .box-klimaschutz-daten{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .box-klimaschutz-daten .container{
        font-size: 1rem;
    }
    .box-klimaschutz-daten .container p{
        font-size: 1rem;
    }
}

.box-ueber-uns .box,
.box-klimaschutz .box,
.box-florida-eis-welt .box{
    padding: 0;
    border: 10px solid #fff;
}
.box-ueber-uns .box,
.box-klimaschutz .box {
    margin-bottom: 45px !important;
}
.box-ueber-uns .box a,
.box-klimaschutz .box a,
.box-florida-eis-welt .box a{
    display: block;
    overflow: hidden;
}
.box-klimaschutz .box a:hover > .text {
    border-bottom: 5px solid #94c11f;
}

.box-ueber-uns .box a:hover > .text,
.box-florida-eis-welt .box a:hover > .text {
    border-bottom: 5px solid #009fe3;
}

.box-ueber-uns .box img,
.box-klimaschutz .box img,
.box-florida-eis-welt .box img{
    display: block;
    transition: all 0.4s;
}
.box-ueber-uns .box a:hover img,
.box-klimaschutz .box a:hover img,
.box-florida-eis-welt .box a:hover img {
    transform: scale(1.1);
}

.box-ueber-uns .box .text,
.box-klimaschutz .box .text,
.box-florida-eis-welt .box .text{
    position: absolute;
    left: 50%;
    right:auto;
    top: auto;
    bottom:0;
    transform: translateX(-50%);
    border-bottom: 0px solid #009fe3;
    transition: border 0.3s;
}
.box-ueber-uns .box .text,
.box-klimaschutz .box .text{
    bottom:-45px;
}
.box-klimaschutz .box .text{
    border-bottom: 0px solid #94c11f;
}



.carousel-control-next, .carousel-control-prev{
    z-index: 2;
    font-size: 2rem;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
    background-image: none;
    margin-top: -40px;
}


.sortiment .produkt-name {
    padding: 10px 15px;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 30px;
}

.sortiment.main-content{
    padding-top: 50px;
}
.sortiment .produkt-kurzbeschreibung {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 15px;
}

.sortiment_icons_container{
    position: absolute;
    top:15px;
    right: 30px;
    left: auto;
}


.flex-wrapper {
    width: 130px;
    margin: 0 auto;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-height: 100px;
    min-height: 100px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-dasharray: 1.5;
    stroke-width: 1.5;
}

.circle {
    stroke: #3c9ee5;
    fill: none;
    stroke-width: 1.5;
    animation: progress 1s ease-out forwards;
    
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.percentage {
    fill: rgb(141,152,158);
    text-anchor: middle;
    font-weight:700;
    font-size: 0.5rem;
}

.sortiment .produkt-wk-plus-minus{
    text-align:center;
}
.sortiment .produkt-wk-plus-minus .minus, .sortiment .produkt-wk-plus-minus .plus{
    padding: 10px 15px;
}
.sortiment .produkt-wk-plus-minus .current{
    padding: 10px;
}
.sortiment .produkt-action-box{
    font-size: 1.2rem;
}
.sortiment .produkt-action-box .shopLink,
.sortiment .produkt-action-box .add{
    padding: 10px;
}


/**
    FORMS
*/
.form-control{
    border-radius:2px;
    border-width:2px;
}

/**
    IM HANDEL
*/
#gmap.im-handel{
    padding-bottom: 35%;
    margin-top: 100px;
    min-height: 300px;
}
#haendler_ausgabe .name_listing{
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s;
}
#haendler_ausgabe .name_listing:hover{
    background: rgba(73, 80, 87, 0.1);
}

/**
    EIS-CATERING
*/
.eis-catering a{
    border: 2px solid #e3e5e7;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 0 0 #f1f2f3;
    box-shadow: 3px 3px 0 0 #f1f2f3;
    transition:all 0.2s;
    text-align:center;
    height:100%;
}
.eis-catering a:hover{
    border: 2px solid #009fe3;
}

.main-content.eis-catering .form-control{
    border-radius:2px;
    border-width:1px;
}


/**
    FÜR HÄNDLER
*/
.fuer-haendler-box a{
    border: 2px solid #e3e5e7;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 0 0 #f1f2f3;
    box-shadow: 3px 3px 0 0 #f1f2f3;
    transition:all 0.2s;
    text-align:center;
    height:100%;
}
.fuer-haendler-box a:hover{
    border: 2px solid #009fe3;
}



/**
    KONTAKT
*/
#gmap.kontakt {
    padding-bottom: 25%;
    margin-top: 100px;
    min-height: 200px;
}
.main-content.kontakt .form-control{
    border-radius:2px;
    border-width:1px;
}

/**
    SHOP
*/
.sortenauswahl-tabs{
    border-bottom: 4px solid #009fe3;
}
.sortenauswahl-tabs .nav-item{
    padding: 0;
}

.sortenauswahl-tabs .nav-link{
    color: rgba(141,152,158,1);
    background: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding: 10px 30px;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 2px 2px 0 0;
    text-align: center;
    height: 100%;
}
.sortenauswahl-tabs .nav-link:hover{
    background: rgba(141,152,158,0.2);
}
.sortenauswahl-tabs .nav-link.active, .sortenauswahl-tabs .nav-link.active:hover{
    color: #fff;
    background: #009fe3;
    font-size: 1rem;
    line-height: 1rem;
    padding: 10px 30px;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 2px 2px 0 0;
}
.sortenauswahl-tabs .nav-link.active::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-top: solid 12px #009fe3;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.sortenauswahl-content .sorte-box{
    display: flex;
}
.sortenauswahl-content .sorte{
    border: 2px solid #e3e5e7;
    border-radius: 2px;
    padding: 20px 10px;
    -webkit-box-shadow: 3px 3px 0 0 #f1f2f3;
    box-shadow: 3px 3px 0 0 #f1f2f3;
    transition:all 0.2s;
    text-align:center;
    width:100%;
}
.sortenauswahl-content .sorte:hover{
    border: 2px solid #009fe3;
}
.sortenauswahl-content .sorte .produkt-bild{
}
.sortenauswahl-content .sorte .produkt-name{
    margin-top:10px;
    font-weight: 700;
}
.sortenauswahl-content .sorte .produkt-kurzbeschreibung{
    font-size: 0.77777rem;
    line-height: 1rem;
    min-height: 2rem;
}

@media screen and (max-width:767px){
    .sortenauswahl-content .sorte .produkt-kurzbeschreibung{
        min-height: auto;
    }
}

.sortenauswahl-content .sorte .produkt-preis{
    font-size: 1.55555rem;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1;
}
.produkt-preis{
    position: relative;
}
.sortenauswahl-content .sorte .produkt-ml-preis{
    font-weight: 700;
    font-size: 0.77777rem;
}

@media screen and (max-width:1199px){
    .sortenauswahl-tabs{
        border-bottom: 0px;
    }
    .sortenauswahl-tabs .nav-link, .sortenauswahl-tabs .nav-link.active, .sortenauswahl-tabs .nav-link.active:hover{
        border-radius: 2px;
    }
    .sortenauswahl-tabs .nav-link.active::after{
        display: none !important;
    }
}


.sommer-winter-icon {
    z-index: 1;
    background: #0070a1;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    width: 26px;
    height: 26px;
    line-height: 27px;
    text-align: center;
    margin-top: 2px;
}
.sommer-winter-icon.sommer{
    background: #cc2f04;
    color: #ffd505;
}
.sommer-winter-icon.winter{
    background: #0070a1;
    color: #fff;
}


.produkt-action-box {
    margin-top:20px;
}
.produkt-action-box .info{
    display: inline-block;
    border: 1px solid #b8bec2;
    border-radius: 3px;
    line-height: 1;
    padding:8px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
}
.produkt-action-box .info i{
    color:#959ea4;
}

.produkt-wk-plus-minus{
    display: inline-block;
    border: 1px solid #b8bec2;
    border-radius: 3px;
    line-height: 1;
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
}
.produkt-wk-plus-minus .minus, .produkt-wk-plus-minus .plus{
    display: inline-block;
    line-height: 1;
    padding:8px 10px;
}
.produkt-wk-plus-minus .minus{
    border-right: 1px solid #b8bec2;
}
.produkt-wk-plus-minus .plus{
    border-left: 1px solid #b8bec2;
}
.produkt-wk-plus-minus .minus:active, .produkt-wk-plus-minus .plus:active{
    background:#009fe3;
}
.produkt-wk-plus-minus .minus img, .produkt-wk-plus-minus .plus img{
    display: inline-block;
    line-height: 1;
    width: 12px;
    height: auto;
    margin-top: -2px;
}
.produkt-wk-plus-minus .current{
    display: inline-block;
    line-height: 1;
    font-weight:700;
    padding: 8px 15px;
    width:65px;
    background: #edeff0;
}

.produkt-wk-plus-minus .current.b2b {
    padding: 6px 15px;
    background: #fffccc;
    border: 0;
}

.produkt-action-box .shopLink,
.produkt-action-box .add,
.produkt-action-box .update {
    border: 1px solid #009fe3;
    display: inline-block;
    line-height: 1;
    padding:8px;
    margin-left: 10px;
    background: #009fe3;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
}
.produkt-action-box .shopLink:hover,
.produkt-action-box .add:hover,
.produkt-action-box .update:hover{
    background: #008fcc;
    border-color: #008fcc;
}

.produkt-action-box .delete{
    display: inline-block;
    border: 1px solid #b8bec2;
    background: #edeff0;
    border-radius: 3px;
    line-height: 1;
    padding:8px 10px;
    margin-left: 10px;
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
}
.produkt-action-box .delete i{
    color:#959ea4;
}
.produkt-action-box .delete:hover{
    color:#fff;
    background: #C00;
    border-color: #C00;
}
.produkt-action-box .delete:hover i{
    color:rgba(0,0,0,0.3);
}

.rabatt-prozent{
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 50%;
    background: #ffaa00;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    transform: translate(-230%,70%);
    font-size: 0.85rem;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}

/**
    WARENKORB
*/
.warenkorb-container{
    border: 2px solid #e3e5e7;
    border-radius: 2px;
    padding: 30px 15px;
    -webkit-box-shadow: 3px 3px 0 0 #f1f2f3;
    box-shadow: 3px 3px 0 0 #f1f2f3;
    transition: all 0.2s;
    height: 100%;
}

.warenkorb-container .rabatt-prozent{
    top: 5px;
    left: 5px;
    transform: unset;
}

.hr-gesamtsumme{
    border-top: 2px solid rgba(0,0,0,.1);
}

input[name="gutscheincode"],input[name="rabattcode"]{
    border-width: 1px;
}

/**
    KASSE
*/
.main-content.kasse .form-container{
    padding: 30px 30px 1px 30px;
    background: rgba(206, 212, 218, 0.3);
}
.main-content.kasse .form-container.bezahlung{
    padding-top: 15px;
}
@media screen and (max-width:575px){
    .main-content.kasse .form-container.bezahlung {
        padding: 0;
        background: #fff;
    }

    .main-content.kasse h2.section {
        margin-bottom: 10px;
    }

    #ppplus{
        width: 85%;
        margin: 0 auto;
    }
    #ppplus #paymentMethodContainer {
        margin: 0px;
    }
}

.main-content.kasse .form-control{
    border-radius:2px;
    border-width:1px;
}

footer {
    display: table-footer-group !important;
    height: 222px;
}

footer a {
    padding: 10px 0px;
    display: block;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
}

footer a i {
    margin-right: 10px;
    color: rgba(255,255,255,0.3);
    font-size: 0.75rem
}

footer a:hover i {
    color: rgba(255,255,255,0.8);
}


/**
    PARTY EISTRESEN SHOP
*/

.party-eistresen-bestellen #sortenanzahl a{
    border: 2px solid #e3e5e7;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 0 0 #f1f2f3;
    box-shadow: 3px 3px 0 0 #f1f2f3;
    transition: all 0.2s;
    text-align: center;
    height: 100%;
}

.party-eistresen-bestellen #sortenanzahl a:hover{
    border: 2px solid #009fe3;
}
.party-eistresen-bestellen #sortenanzahl a.active{
    border: 2px solid #009fe3;
    background: #009fe3;
}
.party-eistresen-bestellen #sortenanzahl a.active p{
    color: #fff !important;
}

.party-eistresen-bestellen #sortenauswahl{
    border: 2px solid #e3e5e7;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 0 0 #f1f2f3;
    box-shadow: 3px 3px 0 0 #f1f2f3;
    transition: all 0.2s;
    text-align: center;
    height: 100%;
}

.produkt-et-wk-plus-minus{
    display: inline-block;
    border: 1px solid #b8bec2;
    border-radius: 3px;
    line-height: 1;
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
}
.produkt-et-wk-plus-minus .minus, .produkt-et-wk-plus-minus .plus{
    display: inline-block;
    line-height: 1;
    padding:8px 10px;
}
.produkt-et-wk-plus-minus .minus{
    border-right: 1px solid #b8bec2;
}
.produkt-et-wk-plus-minus .plus{
    border-left: 1px solid #b8bec2;
}
.produkt-et-wk-plus-minus .minus:active, .produkt-et-wk-plus-minus .plus:active{
    background:#009fe3;
}
.produkt-et-wk-plus-minus .minus img, .produkt-et-wk-plus-minus .plus img{
    display: inline-block;
    line-height: 1;
    width: 12px;
    height: auto;
    margin-top: -2px;
}
.produkt-et-wk-plus-minus .current{
    display: inline-block;
    line-height: 1;
    font-weight:700;
    padding: 8px 15px;
    width:50px;
    background: #edeff0;
}

/**
    Datenschutz
*/
@media screen and (min-width:576px){
    iframe.piwik-frame{
        width: 500px !important;
        height: 250px !important;
    }
}
.kontakt a, .datenschutz a, .main-content.kasse a {
    word-break: break-all;
}

/**
    MODALS
*/
.shopModal .modal-content{
    border-radius: 0;
}
.shopModal .modal-content .modal-header{
    border:0;
}

/**
    Tooltips
*/
.tooltip{
    font-size:12px;
    font-weight:700;
    line-height:1rem;
}

/**
    HELPERS
*/
.clear{
    clear: both;
}

hr.dotted{
    border:0;
    border-top: 3px dotted #009fe3;
    margin: 0;
    margin-top:50px;
    margin-bottom:50px;
}

.text-uppercase{
    text-transform: uppercase;
}

.text-bold{
    font-weight: 700;
}

.text-xs{
    font-size: 0.75rem;
}
.text-xs-i{
    font-size: 0.75rem !important;
}
.text-sm{
    font-size: 0.875rem;
}
.text-sm-i{
    font-size: 0.875rem !important;
}
.text-normal{
    font-size: 1rem;
}
.text-normal-i{
    font-size: 1rem !important;
}
.text-lg{
    font-size: 1.25rem;
}
.text-lg-i{
    font-size: 1.25rem !important;
}

/*
.text-line-through{
    text-decoration-line: line-through;
    text-decoration-color: #c00;
}
*/

.text-line-through:before{
    border-top: 1px solid #C00;
    content:"";
    width: 50px;
    position: absolute;
    top: 50%; 
    left: 50%;
    z-index: 1;
    transform: translate(-50%,0);
    display: inline-block;
}

.lh-1{
    line-height: 1;
}

.text-black{
    color:#000;
}
.text-white{
    color:#fff;
}
.text-cyan{
    color:#009fe3;
}
.text-green{
    color: #94c11f;
}

.text-grey{
    color:rgb(141,152,158);
}

.link-grey{
    color:rgb(141,152,158);
}
.link-grey:hover{
    color:rgb(107, 117, 122);
}

.link-cyan{
    color:#009fe3;
}
.link-cyan:hover{
    color: #008fcc;
}

.link-white{
    color:#ffffff;
}
.link-white:hover{
    color: rgba(255,255,255,0.8);
}

.link-green{
    color: #94c11f;
}
.link-green:hover{
    color: #7bac00;
}

.link-decoration{
    text-decoration: underline;
}

.link-nodecoration{
    text-decoration: none;
}
.link-nohoverdecoration:hover{
    text-decoration: none;
}

.bg-white{
    background:#fff;
}
.bg-cyan{
    background:#009fe3;
}
.bg-green{
    background: #94c11f;
}

.p-15px{
    padding:15px !important;
}
.p-20px{
    padding:20px !important;
}
.p-30px{
    padding:30px !important;
}
.p-50px{
    padding:50px !important;
}
.px-30px{
    padding-left:30px !important;
    padding-right:30px !important;
}
.px-50px{
    padding-left:50px !important;
    padding-right:50px !important;
}
.py-30px{
    padding-top:30px !important;
    padding-bottom:30px !important;
}
.py-50px{
    padding-top:50px !important;
    padding-bottom:50px !important;
}
.pb-30px{
    padding-bottom:30px !important;
}
.pb-50px{
    padding-bottom:50px !important;
}

.mt-15px{
    margin-top: 15px;
}
.mt-20px{
    margin-top: 20px;
}
.mt-30px{
    margin-top: 30px;
}
.mt-50px{
    margin-top: 50px;
}

.mb-15px{
    margin-bottom: 15px;
}
.mb-20px{
    margin-bottom: 20px;
}
.mb-30px{
    margin-bottom: 30px;
}
.mb-50px{
    margin-bottom: 50px;
}

.br-2px{
    border-radius: 2px;
}

.box-shadow{
    box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
}

.left-0{
    left:0;
    right:auto;
}
.right-0{
    left:auto;
    right:0;
}

.jc-normal{
    justify-content: unset !important;
}

.unselectable{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

