/* jura-regular - latin */
@font-face {
    font-family: 'Jura';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jura-v10-latin/jura-v10-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Jura Regular'), local('Jura-Regular'),
    url('../fonts/jura-v10-latin/jura-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/jura-v10-latin/jura-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/jura-v10-latin/jura-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/jura-v10-latin/jura-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/jura-v10-latin/jura-v10-latin-regular.svg#Jura') format('svg'); /* Legacy iOS */
}

body, html {
    height: 100%;
    font-family: 'Jura', sans-serif;
}
.bg {
    background-image: url("../../resources/img/bg_2.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0px 30%;    
}
.gb_green {
    color: #89be3d;
}
.gb_grey {
    color: #9a9ea0;
}
.gb_red {
    color: #d74f4b;
}

.gb-carousel {
    padding-top: 5px;
}

.slick-slide {
    display: none;
    float: left;
    position: relative;
    height: 100%;
    min-height: 1px;
}
.gb-carousel>.slick-prev {
    left: 10px;
    z-index: 1;
}
.gb-carousel>.slick-next {
    right: 40px;
    z-index: 1;
}
.slick-prev:before {
    font-size: 30px;
    color: #9a9ea0 !important;
    z-index: 100;
}

.slick-next:before {
    font-size: 30px;
    color: #9a9ea0 !important;
    z-index: 100;
}


.navbar-toggler {
    width: 100%;
    background-color: #fff;
}

.navbar-brand-logo {
    width: 100%;
}
.logo_row {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
    height: 140px;
    padding-top: 10px;
}

.slogan {
    font-size: 12pt;
    float: left;
    vertical-align: middle;
}
.slogan_sm {
    padding:auto;
    padding-bottom: 5px;
    font-size: 14pt;   
}

.nav-item {
    padding-right:15px;
}

.menutop{
    text-align:left;
}
ul.menutop li {
    display:inline-block;
    color:#fff;
}
.menutop a {
    display:block;
    padding-right:15px;
    color:#fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12pt;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.products_menu {
    background-color: #89be3d;
    width: 100%;
    height: 40px;
    margin: 0px;
    padding: 0px;
}

.dropdown {list-style: none; background: white; padding: 10px; display: inline-block;}
.dropdown .nav-link {color:#ff0000; text-decoration: none;}
.dropdown .dropdown-menu a{color: #000; text-decoration: none;}
.dropdown .btn {color:#ff0000;}
.dropdown .btn:hover {background: white; color:#000;}
.dropdown .btn:active {background: white; color:#000;}
.dropdown .btn:focus {background: white; color:#000;}
.dropdown-menu .dropdown-item {display: inline-block; width: 100%; padding: 10px 5px;}

.product_container {
    background-color: #fff;
}

.product_details_headline {
    font-size: 30px;
    font-style: normal;
    color: #9A9EA0;
    padding-left: 13px;
}

.product_details_image {
    float: right;
    font-size: 18px;
    width: 100%;
}
.product_details_image img {
    display: block;
    margin: 0 auto;
}

.product_details_text_details {
    float: left;
    color: #666; 
    font-size: 14px;
}
.product_details_image a {
    font-size: 12px;
    text-decoration: none;
}
.product_details_options { /* grüne box unter dem artikel...*/
    background-color: #ebeced;
    float:right;
}
.notice_link {
    color: #95c11f;
}
.product_details_extras {
    padding: 10px;
    float: left;
}
.product_details_price {
    font-size: 20px; 
    margin-right: 20px;
}
.product_options {
    font-size: 20px; 
    background-color: #89be3d;
    color: #fff;
    margin-bottom: 10px; 
    padding: 5px;
}
.custom-select {
    font-size: 15px; 
}
.basket_btn {
    margin: 10px;
    padding-bottom: 10px;
}

.restest {
    background-color: #ffff00;
    height: 10px;
}

.navbar {
    padding: 0;
}
.navbar-nav {
    padding-left: 10px;
}

.gbcontent {
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
}

.company-box-header {
    padding: 6px;
    margin: 5px;
    height: 40px;
    background-color: #89be3d;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
.company-box-header h3 {
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
}

.product_link_box {
    text-decoration: none;
}

a.product_link_box:hover {
    text-decoration: none;
}
.teaser_box {
    height: 300px !important;
}
.gb_product_box {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #666;
    background: #fff;
    height: 200px;
    margin: 5px;
    padding: 5px;
}

.product_card_headline {
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}
.art_bez_sub {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #666;
    /*float: left;
    width: 60%;
    height: 100px;*/
}
.product_pic {
    /*float: right;*/
}
.product_price {
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    width: 100%;
    height: 50px;
    color: #669933;
    float: left;
}

.nospace {
    padding: 0px;   
}

.service_left {
    padding: 16px;    
}
.slogan_service {
    font-weight: bold;
    font-size: 20px;
}
.ul_services {
    list-style: none;
    color: #89be3d;
}
.services_headline {
    font-size: 22px;
}
.services_quote_background {
    background-image: url("../img/serviceleistungen.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-right: -15px;
    margin-left: -15px; 
    padding-bottom: 62.5%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.services_left {
    margin: 10px;
}
.slogan_service_ibuy {
    margin-top: 250px;
}

.ln_headline {
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.basket {
    background-color: #fff;
    font-size: 10px;
}
.gb_products {
    margin-bottom: 100px;

}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #212327 url("cubes.png");
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

#checkout_box {
    margin: 40px;
}

.checkout_headline {
    font-size: 20px;
    font-weight: bold;
}

.checkout_headline_products {
    font-size: 20px;
    font-weight: bold;
}

.checkout_product_box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.checkout_product_headline {
    font-size: 25px;
    font-weight: bold;
}

.checkout_product_picture {
    height: 130px;
}

.checkout_product_price_old {
    font-size: 25px;
}

.checkout_product_price_new {
    font-size: 30px;
}

.special_offer {
    padding-bottom: 10px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


/** Größere Monitore **/
@media only screen and (max-width: 600px) {
    .gb_product_box {
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        color: #666;
        background: #fff;
        height: 270px;
        margin: 5px;
        padding: 5px;
    }
}


/* GELB = XS */ 

/* SM */
/* ROT */
@media (min-width: 576px) {
    .restest {background-color: #ff0000;}
    .footer-widget-title{font-size: 22px;}
    .navbar-brand-logo {width: 40%;}
    .logo_row {
        margin-top: 0px;
        height: 60px;
    }  
    .bg-light {
        background:transparent !important;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }    
    .navbar-nav {
        padding-left: 0px;
    }    
    .dropdown {
        padding: 0px !important;
    } 
    .basket {
        background-color: #fff;
        font-size: 18px;
    }
    .teaser_box {
        height: 200px !important;
    }
    .gb-carousel>.slick-prev {
        left: 10px;
        z-index: 1;
    }
    .gb-carousel>.slick-next {
        right: 40px;
        z-index: 1;
    }
    .slick-prev:before {
        font-size: 50px;
        color: #9a9ea0 !important;
        z-index: 100;
    }

    .slick-next:before {
        font-size: 50px;
        color: #9a9ea0 !important;
        z-index: 100;
    }
}

/* LG */
/* Blau */
@media (min-width: 992px) {
    .restest {background-color: #0000ff;}
    .container-fluid {width: 1200px;}
    .navbar-brand-logo {width: 50%;} 
    .logo_row {
        margin-top: 0px;
        height: 120px;
    }
    .slogan {
        padding:auto;
        font-size: 22pt;
    }    
    .menutop a {
        display:block;
        font-size: 17pt;
    }
    .product_details_headline {
        font-size: 40px;
        padding-left: 13px;
    } 
    .company-box-header {
        padding: 20px;
        margin: 10px;
        height: 80px;
    }
    .company-box-header h3 {
        font-size: 30px;
    }

}
