/* source-sans-pro-200 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/source-sans-pro-v14-latin-200.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'),
    url('../fonts/source-sans-pro-v14-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/source-sans-pro-v14-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/source-sans-pro-v14-latin-200.woff') format('woff'), /* Modern Browsers */
    url('../fonts/source-sans-pro-v14-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro-v14-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-sans-pro-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
    url('../fonts/source-sans-pro-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/source-sans-pro-v14-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/source-sans-pro-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro-v14-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

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

/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-pro-v14-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
    url('../fonts/source-sans-pro-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/source-sans-pro-v14-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/source-sans-pro-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro-v14-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v14-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
    url('../fonts/source-sans-pro-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/source-sans-pro-v14-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/source-sans-pro-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-900 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/source-sans-pro-v14-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Black'), local('SourceSansPro-Black'),
    url('../fonts/source-sans-pro-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/source-sans-pro-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/source-sans-pro-v14-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/source-sans-pro-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro-v14-latin-900.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

:root {
    --primary: rgb(245, 167, 17);
}

body, .form-control, .btn, .tooltip, .popover {
    font-family: 'Source Sans Pro', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-weight: 700;
}

.site-header .site-branding {
    padding: 10px 30px;
}
.site-header .site-branding .site-logo {
    width: 160px;
}

.site-header .site-menu > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
}

.site-header .search-box-wrap .input-group .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mini-teaser-bar {
    text-align: center;
    font-size: 90%;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
    background-color: var(--primary);
}

.hero-slider {
    min-height: 400px;
}
.hero-slider > .owl-carousel {
    min-height: 400px;
}
.hero-slider > .owl-carousel.dots-inside .owl-dots {
    right: 20px;
    height: 26px;
    padding: 0 10px;
    border-radius: 3px;
}
.hero-slider .owl-carousel .owl-dots .owl-dot {
    margin-top: 9px;
}
.hero-slider .item {
    height: 400px;
}
.hero-slider .item1,
.hero-slider .item2,
.hero-slider .item3,
.hero-slider .item4 {
    background-position: center;
    background-size: cover;
}

.page-index .title {
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: var(--primary);

}

/* Darstellung Produktbilder */
.product-card.product-list .product-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 20px;
}
.product-card .product-thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-item > a > img {
    width: unset;
    max-height: 400px;
}

.shopping-cart .product-item .product-thumb,
.shopping-cart-list .product-item .product-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopping-cart .product-item .product-thumb > img,
.shopping-cart-list .product-item .product-thumb > img {
    max-height: 230px;
    width: unset;
}

/* Ende Produktbilder */

.product-card .product-button-group .product-button {
    border: 0;
}
.product-card .product-button-group .item-stock-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
}

.product-card.product-list .btn-cart-messagebox {
    display: none;
    position: absolute;
    right: 0;
    padding: 15px 40px;
    background-color: #f5f5f5;
    z-index: 100;
}
.product-card.product-list .product-title > a {
    font-size: 24px;
    font-weight: bold;
}


.catalog-group .product-card.product-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.catalog-group .product-card.product-list .product-card-body {
    min-height: inherit;
    padding: 0;
}
.catalog-group .product-card.product-list .product-thumb {
    width: inherit;
    border: none;
    max-height: 230px;
}

.product-detail .eek-label {
    max-height: 36px;
    margin-top: 3px;
}
.product-detail .btn-cart-messagebox {
    display: none;
    position: absolute;
    padding: 15px 15px;
    background-color: #f5f5f5;
    z-index: 100;
    left: 10%;
    right: 10%;
}
.product-detail ul.spec-list {
    column-count: 2;
}

.shopping-cart-list h4 {
    font-size: 18px;
}
.shopping-cart-list h4 a {
    text-decoration: none;
    color: #232323;
    font-weight: 400;
}


/* Farbeinstellungen */
a,
.site-header .site-menu > ul > li.active > a,
.widget-categories ul > li.active > a {
    color: #2E58A4;
}

a:hover,
.site-header .site-menu > ul > li:hover > a,
.toolbar-dropdown > li:hover > a,
.site-header .site-menu > ul > li .sub-menu > li:hover > a,
.input-group .form-control:focus + .input-group-addon,
.steps .step.active .step-title,
.steps .step.active > i {
    color: #2A82C7;
}


.navi-link:hover {
    color: #2A82C7 !important;
}

footer {
    font-weight: 700;
}
footer .widget-title {
    font-weight: 700;
}

.site-header .site-menu > ul > li.active > a:before,
.widget-title:after,
.site-header .toolbar .toolbar-item > a > div > .compare-icon > .count-label,
.site-header .toolbar .toolbar-item > a > div > .cart-icon > .count-label,
.btn-primary {
    background-color: #2A82C7;
}

.btn-primary:hover {
    background-color: #2E58A4;
}

.btn-outline-primary {
    border-color: #2E58A4;
    color: #2E58A4;
}
.btn-outline-primary:hover {
    background-color: #2A82C7;
    border-color: #2A82C7;
}

.text-primary {
    color: #2E58A4 !important;
}

.bg-primary {
    background-color: #2A82C7 !important;
}

.icon-stock {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #000;
    display: inline-block;
    top: 2px;
    position: relative;
}

.font-size-24 {
    font-size: 24px !important;
}
.font-size-36 {
    font-size: 36px !important;
}

strong {
    font-weight: 600;
}

ul.column-count-2 {
    column-count: 2;
}
ul.column-count-3 {
    column-count: 3;
}

.form-control:focus,
.steps .step.active {
    border-color: #2A82C7;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 5px 20px;
}
.ui-menu .ui-menu-item {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background-color: #f5f5f5;
}
.ui-menu .ui-menu-item:last-child {
    border-bottom: 1px solid #e5e5e5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ui-widget.ui-widget-content {
    border: none;
    color: inherit;
    font-family: inherit;
    z-index: 1000;
}
.ui-widget-content .ui-state-active{
    border: 1px solid #e5e5e5;
    background: #2A82C7;
}

@media (min-width: 576px) {
    .product-card.product-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-radius: 8px;
        overflow: hidden;
    }
    .product-card.product-list .product-thumb {
        width: unset;
        overflow: hidden;
    }
}

/* XS */
@media (max-width: 576px) {
    .site-header .site-branding .site-logo {
        width: 180px;
    }
    .site-header .site-branding {
        padding-right: 0;
        padding-left: 0;
    }

    .shopping-cart .product-item .product-thumb {
        display: none;
    }
    .shopping-cart .product-item .product-title small {
        display: block;
        margin-left: 0;
    }

    .product-detail ul.spec-list {
        column-count: 1;
    }
}

/* Galerie alle Items gleiche Größe */
.product-gallery > .product-thumbnails > li {
    height: 74px;
    margin: 10px 4px;
}
.product-gallery > .product-thumbnails > li > a {
    height: 100%;
}
.product-gallery > .product-thumbnails > li > a > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/**/