:root {
    --primary-color-one: #8D2D1E;
    --primary-color-two: #f7f7f7;
    /*--primary-color-link-two: #636b70;*/
    --body-background-color: #ffffff;
}

@font-face {
  font-family: "Lora";
  src: url('/custom/fonts/lora-v17-latin-regular.eot');
  src: url('/custom/fonts/lora-v17-latin-regular.eot') format('embedded-opentype'),
       url('/custom/fonts/lora-v17-latin-regular.woff2') format('woff2'),
       url('/custom/fonts/lora-v17-latin-regular.woff') format('woff'),
       url('/custom/fonts/lora-v17-latin-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  src: url('/custom/fonts/lora-v17-latin-500.eot');
  src: url('/custom/fonts/lora-v17-latin-500.eot') format('embedded-opentype'),
       url('/custom/fonts/lora-v17-latin-500.woff2') format('woff2'),
       url('/custom/fonts/lora-v17-latin-500.woff') format('woff'),
       url('/custom/fonts/lora-v17-latin-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  src: url('/custom/fonts/lora-v17-latin-700.eot');
  src: url('/custom/fonts/lora-v17-latin-700.eot') format('embedded-opentype'),
       url('/custom/fonts/lora-v17-latin-700.woff2') format('woff2'),
       url('/custom/fonts/lora-v17-latin-700.woff') format('woff'),
       url('/custom/fonts/lora-v17-latin-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    height: 100vh;
    background-color: var(--body-background-color);
}

body > div {
    height: 100vh;
}

header {
    padding-top: 0.5em;

}

a {
    color: var(--bs-secondary);
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    text-align: center;
}

.text-disabled {
    color: var(--bs-gray-300) !important;
}

.form-floating>label {
    opacity: .65;
}

.form-floating {
    padding-bottom: 0.25em;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    text-align: center;
}

div.navbar-collapse > ul > li > a {
    color: rgba(0,0,0,.5);
}

.nav-link.dropdown-toggle::after {
    display: none;
}

.header-color {
    background-color: var(--primary-color-one);
}

.footer-color-dark{
    padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.header-color-dark, .footer-color-dark {
    background-color: var(--primary-color-two);
}

.footer-color-dark > div > div > a {
    color: var(--primary-color-link-two) !important;
}

#headernavbar > ul > li > a {
    color: var(--primary-color-link-two) !important;
}

.headerlink:hover {
    color: #5c636a;
}

.head-icon-bar > div > a > img {
    height: 20px;
}

.xxl-ms-color.custom-border-bottom {
    border-bottom: 2px solid #59237E;
}

.no-underline {
    text-decoration: none;
}

.mw-100 {
    max-width: 100%;
}

.sm-logo {
    max-width: 40px;
}

.mw-100 > a > img {

    max-width: 100%;
}

.header-logo {
    height: 100%;
    max-height: 55px;

}

ul.noIndicator {
    list-style: none;
}

.headerlink {
    color: var(--bs-secondary);
}

.headerlink:hover {
    color: #5c636a;
}

.notenKachel {
    font-family: "Lora";
}

/* Slick-Override */
.slick-prev, .slick-next {
    font-size: 1em;
    color: #000;
    
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #000;
}

button:focus:not(:focus-visible) {
  outline: none;
}


/* BS-Override */
.btn-secondary, btn-secondary:hover {
    color: var(--primary-color-link-two) !important;
    background-color: var(--primary-color-two) !important;
    border-color: var(--primary-color-two) !important;
}

.btn-outline-secondary {
    border-color: var(--bs-border-color);
}

.card {
    background-color: var(--body-background-color);
    border-color: var(--body-background-color);
}

.card > a {
    color: var(--primary-color-link-two) !important;
}

.card-header {
    background-color: var(--primary-color-two);
    color: var(--primary-color-link-two);

}

.carousel-control-next, .carousel-control-prev {
	filter: invert(100%) grayscale(100%)
}

.carousel-indicators > button {
	filter: invert(100%) grayscale(100%)
}

/* Head-Men� */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.badge.mitwirkung{
    font-size: 1em;
    font-weight: 500;
}

.badge.mitwirkung > a,
.badge.detailCategory > a{
    color: #000000;
}

/* Register-/Account-Page */
p.required, .validation-advice {
  margin: 5px 0 0;
  color: #DF280A;  
}

input.validation-failed {
  border-color: #DF280A;
}



/* DETAIL-PAGE */
.detailCart {
	padding-bottom: 1rem;
}


.detailImageGalery > .detailImg{
    padding-right: 1em;

}

.detailImg > a > img,
.detailImageGalery > .detailImg > a > img {
    /*-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);*/
    border: 1px solid var(--bs-secondary);
}

.detailImageGalery > .detailImg:nth-last-child{
    padding-right: 0;
}

.detailCartAmountDiv {
    max-width: 5em;
}

/*
@media (min-width: 576px) {
    ...
}*/


@media (min-width: 768px) {
    .detailCartAmountDiv {
        max-width: 100%;
    }
}


@media (min-width: 992px) {
    .detailCartAmountDiv {
        max-width: 100%;
    }
}


@media (min-width: 1200px) {
    .detailCartAmountDiv {
        max-width: 5em;
    }
}


@media (min-width: 1400px) {
    .detailCartAmountDiv {
        max-width: 5em;
    }
}


.page.p1 {
    background-color: #ffffff;
}

.flipbook {
    height: 100%;
    transition: margin-left 0.25s ease-out;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flipbook .page {
    height: 100%;
    width: 100%;
}

.flipbook .page img {
    max-width: 100%;
    height: 100%;
}


/* RESULT-PAGE */
.resultImgGrid {
    height: 246px;
}

.resultItemBorderBottom {
    border-bottom: 1px solid var(--bs-secondary);
}

.category-products-download > div > .resultImgGrid {
    height: auto;
}

.category-products-download > div > .resultImgGrid > img {
    height: 120px;
}

.fixedImgHeight > div > div > a > img {
    height: 120px;
}

.fixedImgHeightDownloadImg {
    height: 120px;
}

.resultGridTextSize {
    font-size: 16px !important;
}

.rabPrice {
    font-size: 0.6em;
}

.resultItemImg > a > img {
    max-height: 150px;
}

.gridview > .resultItemImg > a > img {
    max-height: 250px;
}

/*Filter*/
.just-padding {
    padding: 15px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.nav-link {
    color: var(--bs-secondary);
    min-width: 44px;
}

.nav-pills .nav-link {
    border: 1px solid var(--bs-secondary);
    height: 40px;
}

.nav-pills .nav-link.active {
    background-color: var(--bs-secondary);
}

.resultFilterBoxList {
  background-color: #fff;
  max-height: 350px;
  overflow: auto;
}

.cardFilterSwitch {
    border-color: var(--bs-border-color-translucent);
}

.accordion-button.w-auto {
    width: auto;
}

.accordion-button:focus {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
} 

.accordion-button:not(.collapsed):focus::after {
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #6c757d;
}

.accordion-button.is-Selected {
  border: 1px solid #8F2E1F;
}

.btn-outline-secondary.selected {
    color: #fff;  
    background-color: #6c757d;
}

/* CART - Ovleray*/
.overlay{
    position: fixed;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: rgba(125, 125, 125, 0.5);
    ;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    z-index:100;
}

.overlay.show {
    left:0;
    width:  100%;
}

.overlay > .cart {
    position: absolute;
    width: 400px;
    height: 100%;
    background-color: var(--body-background-color);
    right: 0;
    overflow: auto;
}

.overlay > .wrap {
    position: absolute;
    width: calc(100% - 400px);
    height: 100%;
    left: 0;
    overflow: auto;
}

@media (max-width: 440px) {
    .overlay > .cart {
        width: 100%;
    }

    .cart-small-close {
        display: block;
    }
}

.gridview.resultItem {
    border-right: 1px solid var(--bs-secondary);
}


@media (max-width: 575px) {
    .gridview.resultItem {
        border-right: none;
    }

}

@media (min-width: 575px) and (max-width: 767.98px) {
    .gridview.resultItem:nth-child(even) {
        border-right: none;
    }

}
@media (min-width: 768px) and (max-width: 991.98px) {
    .gridview.resultItem:nth-child(3n+3) {
        border-right: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .gridview.resultItem:nth-child(3n+3) {
        border-right: none;
    }
}

@media (min-width: 1200px) {
    .gridview.resultItem:nth-child(4n+4) {
        border-right: none;
    }
}

/** CART Indicator **/
#progress {
    -webkit-appearance:none;
    position: absolute;
    width: calc(100% - 20px);
    z-index: 5;
    height: 10px;
    margin-bottom: 18px;
    margin-left: 10px;
}

.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--primary-color-two);
    transition: .4s;
}

.done {
    background-color: var(--primary-color-one);
    color: #fff;
}
.step-item {
    z-index: 10;
    text-align: center;
}


progress::-moz-progress-bar {
    background: var(--primary-color-one);
}
progress::-webkit-progress-value {
    background: var(--primary-color-one);
}
progress {
    color: var(--primary-color-one);
}


span.initial {
    font-size: 93px;
    line-height: 72px;
    vertical-align: bottom !important;
    display: block;
    float: left;
    padding: 0;
    margin: 0 3px 0 0 !important;
    border: 0;
    position: relative;
    height: 72px;
    overflow: hidden;
}

.resultFilterBox > ul {
    list-style: none;
    padding-left: 10px;
    padding-top: 10px;
    text-transform: capitalize;
}

ul.resultFilterBoxList > li, ul.resultFilterBoxList > div > li {
    padding: .5rem 1rem;

    border-bottom: 1px solid  var(--body-background-color);
}

ul.resultFilterBoxList > li > a, ul.resultFilterBoxList > div > li > a {
    text-decoration: none;
}

.resultFilterBoxList {
    background-color: #fff;
    max-height: 350px;
    overflow: auto;
}

a.btn-secondary {
    color: var(--primary-color-link-two) !important;
}

.kachel {
    padding-bottom: 0.5em;
}

.kachel > a > img {
    max-width: 100%;
}
/** Slider **/
.startItemSlider > label {
	margin-right: 0.25rem;
	margin-bottom: 0.25rem;
}

.carousel-item > div > a > img {
    max-width: 100%;
}




.navNotenDropdown > div {
    border-left: 1px solid #900;
}

.navNotenDropdown > div > .h3{
    padding-left: 0.5rem;
}

.navNotenDropdown > div > ul > li > a{
    text-decoration: none;
}

.navNotenHeader {
    color: #900;
}

.shariff > ul > li{
    text-align: center;
}

/*
.detailCategory:before {
    background-image: url("/images/favicon.ico");
    background-size: 16px;
    content: '';

    width: 16px;
    height: 16px;
    display: inline-block;
}
*/

.slider {
    width: 100%;
    margin: auto;
}

.slick-slide {
    margin: 0px 20px;
    height: auto !important;
}

.cardHeader {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.filter-dropdown {
    max-height: 300px;
    overflow-y: auto;
}