

/* order payment */
	
	.order_step3_payment_select li:hover { cursor:pointer }

	.btn_step3 {  border: 0px; width:148px; height:25px; background: url('/_upload_bilder/_filemanager/image/_page_layout/bestellabwicklung/step3_zahlungsweise/warenkorb_step3_inaktiv.png'); }
	.btn_step3:hover { cursor: pointer; width:148px; height:25px; background: url('/_upload_bilder/_filemanager/image/_page_layout/bestellabwicklung/step3_zahlungsweise/warenkorb_step3_aktiv.png'); }

	.payment {text-align: left; width: auto; float:left;}
		.payment label {text-align: left; font-weight:bold;}
		.payment input {float:left; margin-left: 1px; }
	/* .zahlung {text-align: left; width: auto; margin: 0 0 10px 15px; padding-bottom:10px;} */ /*border-bottom: 1px solid #CCC; */
	
	.payment-list {
		padding: 15px;
	}
	.zahlung_hover { list-style-type: none; border: 1px solid #FFF; padding:15px;}
	.zahlung_hover:hover { cursor: pointer; border: 1px solid lightgrey; }
	.payment-list  .active {
		border: 1px solid lightgrey; 
		background-color: #ededed;
	}


/* ======== FONT ============== */
@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-BlackItalic.woff2') format('woff2'),
        url('/css/fonts/Nunito-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-Bold.woff2') format('woff2'),
        url('/css/fonts/Nunito-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-ExtraLight.woff2') format('woff2'),
        url('/css/fonts/Nunito-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-Italic.woff2') format('woff2'),
        url('/css/fonts/Nunito-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-ExtraBold.woff2') format('woff2'),
        url('/css/fonts/Nunito-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-ExtraBoldItalic.woff2') format('woff2'),
        url('/css/fonts/Nunito-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-LightItalic.woff2') format('woff2'),
        url('/css/fonts/Nunito-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-BoldItalic.woff2') format('woff2'),
        url('/css/fonts/Nunito-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-ExtraLightItalic.woff2') format('woff2'),
        url('/css/fonts/Nunito-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-Black.woff2') format('woff2'),
        url('/css/fonts/Nunito-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-Light.woff2') format('woff2'),
        url('/css/fonts/Nunito-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-Regular.woff2') format('woff2'),
        url('/css/fonts/Nunito-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-SemiBold.woff2') format('woff2'),
        url('/css/fonts/Nunito-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/css/fonts/Nunito-SemiBoldItalic.woff2') format('woff2'),
        url('/css/fonts/Nunito-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}



/* ======== FONT ============== */

/* ======== HELPER ============== */
.hide,
.jq_hide {
    display: none;
}

.truncate-fade-1 {
    position: relative;
    overflow: hidden;
    height: 1.5rem;
    /* exactly three lines 1.5rem */
}

.truncate-fade-1:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 1.5rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.truncate-fade-2 {
    position: relative;
    overflow: hidden;
    height: 3rem;
    /* exactly three lines 1.5rem */
}

.truncate-fade-2:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 1.5rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
/* Chrome, Safari, Edge, Opera */
.input-number-hide-arrows::-webkit-outer-spin-button,
.input-number-hide-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input-number-hide-arrows[type=number] {
  -moz-appearance: textfield;
}

.color-inherit {
	color: inherit !important;
}

.vertical-middle {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
/* ======== HELPER ============== */

/* GENERAL */
* {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    /* font-weight: 400; */
}

@media (min-width: 1300px) {
	.container {
	  max-width: 1400px;
	}
  }

header {
    background-color: #fff;
}

body {
    /*background-color: #ECF0F1;*/
    color: #000500;
}

.cursor-pointer {
    cursor: pointer;
}

footer {
    background-color: #fff;
}

.bg-default {
    background-color: #e3e3e3;
    /* color: #fff; */
}

.bg-white {
    background-color: #fff;
    color: #000500;
}

.bg-yellow {
    background-color: #F1C40F;
}

.light,
.font-light {
    color: #777c8b;
}

a {
    color: #162761;
}

a:hover {
    color: #20398b;
    text-decoration: none;
}

a.font-white {
    color: #fff;
}

a.light:hover {
    color: #000500;
    text-decoration: none;
}

/* Link without styling, but with underline on hover */
.a-reduced {
    color: inherit !important;
    text-decoration: none !important;
}

.a-reduced:hover {
    color: #777c8b !important;
    text-decoration: none !important;
}

.bg-light {
    background-color: #ECF0F1
}

.inline {
    display: inline-block !important;
}

a.forward:before {
    content: "»";
    padding-right: .5rem;
}

.font-size-125 {
    font-size: 1.25em;
}

.font-size-175 {
    font-size: 1.75em;
}

/* OPACITY */

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.opacity-10 {
    opacity: 1;
}

/* OPACITY */

.soft-hide {
    display: none;
}

.overflow-hidden {
    overflow: hidden !important;
}

.input-border {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
    box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
}

.input-border:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.5) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.5) !important;
    box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.5) !important;
}

.pointer {
    cursor: pointer;
}

del {
    text-decoration: line-through;
}

option:disabled {
    color: rgba(73, 80, 87, .5);
}

img.border-light {
	border-color: #e8e8e8 !important;
}

img.border-dark {
	border-color: #777c8b !important;
}

/* ======== HELPER BOOTSTRAP ========= */
.font-100-perc {
    font-size: 100% !important;
}

.btn.nohover:hover {
    background-color: rgba(0, 0, 0, 0.01) !important;
    border-color: rgba(0, 0, 0, 0.01) !important;
    box-shadow: none !important;
}

.shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
    box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
}

.shadow:not(.shadownohover):hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.5) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.5) !important;
    box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.5) !important;
}

@media (min-width: 768px) {

    .shadow.shadow-md-none,
    .shadow.shadow-md-none:hover {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}

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

.text-line-through {
    text-decoration: line-through;
}

.btn-header {
    /*height: 50px;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 767.98px) {
    .p-xs-0 {
        padding: .0rem !important;
    }

    .pb-xs-0 {
        padding-bottom: .0rem !important;
    }

    .pl-xs-0 {
        padding-left: .0rem !important;
    }

    .pr-xs-0 {
        padding-right: .0rem !important;
    }

    .pl-xs-1 {
        padding-left: .3rem !important;
    }

    .pr-xs-1 {
        padding-right: .3rem !important;
    }

    .pb-xs-2 {
        padding-bottom: .5rem !important;
    }

    .pb-xs-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xs-3 {
        padding-left: 1rem !important;
    }

    .pl-xs-4 {
        padding-left: 2rem !important;
    }

    .pl-xs-5 {
        padding-left: 3rem !important;
    }

    .pr-xs-3 {
        padding-right: 1rem !important;
    }

    .pr-xs-3 {
        padding-right: 1rem !important;
    }

    .pl-xs-initial {
        padding-left: 15px !important;
    }

    h1,
    h2 {
        font-size: 26px !important;
    }
}

/* HEADER */
#top-bar,
#top-bar>.container>.row {
    min-height: 40px;
}

#top-bar img {
    max-height: 30px;
}

#top-bar .display-scrolled {
    display: none;
}

#top-bar ul.display-scrolled li {
    display: inline-block;
}

@media (max-width: 991px) {

    #top-bar .fa,
    #top-bar .far,
    #top-bar .fas {
        color: #000500;
    }
}

#top-bar .top-bar-logo {
			width: calc(100% - 155px);
	}
@media (max-width: 578px) {
	
}

.logo {
    max-height: 100px;
}

/* SEARCH CONTAINER */
#search-container .fa-search {
    color: #777c8b !important;
}

#search-container .form-control {
    border: none;
    height: 36px;
}

#search-container .form-control:focus {
    box-shadow: none;
}

#search-container .input-group span button {
    background-color: #fff !important;
    border: none !important;
    padding-right: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 767.98px) {
    #search-container .input-group span button {
        padding-right: 10px;
        padding-left: 10px;
    }
}

#search-container .input-group span button:focus {
    box-shadow: none !important;
}

#search-container .input-group span button:hover .fa-search:hover {
    color: #000500;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777c8b !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777c8b !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777c8b !important;
}

/* NAVIGATION */
.navbar {
    padding-left: 0px;
}

@media (max-width: 991px) {
    ul.navbar-nav li:not(.gender-mobile) {
        background-color: white;
        border-top: 1px solid #f3f3f3;
        text-align: center;
    }

    ul.navbar-nav li:not(.gender-mobile) .nav-link {
        position: relative;
    }

    ul.navbar-nav li:not(.gender-mobile) .nav-link .text-muted,
    ul.navbar-nav li:not(.gender-mobile) .nav-link .text-danger {
        /*color: white !important;*/
    }

    ul.navbar-nav.gender-selected li:not(.gender-mobile) {
        background-color: #003d8e;
    }

    ul.navbar-nav.gender-selected li:not(.gender-mobile) .nav-link {
        color: white !important;
    }

    ul.navbar-nav.gender-selected li:not(.gender-mobile) .nav-link .text-muted,
    ul.navbar-nav.gender-selected li:not(.gender-mobile) .nav-link .text-danger {
        color: white !important;
    }

    ul.navbar-nav.gender-selected li:nth-of-type(2) {
        border-top: none;
    }

    .gender-mobile a {
        position: relative;
    }

    .gender-mobile a:not(.active)+a:not(.active) {
        border-left: 1px solid #f3f3f3;
    }

    ul.navbar-nav li.active .nav-link:after,
    .gender-mobile a.active:after {
        position: absolute;
        z-index: 3;
        bottom: 6px;
        left: calc(50% - 20px);
        width: 40px;
        margin: 0 auto;
        height: 2px;
        content: '';
        background-color: white;
    }

    ul.navbar-nav:not(.gender-selected) li.active .nav-link:after {
        background-color: #000500;
    }

    .gender-mobile a.active:after {
        left: calc(50% - 29px);
    }
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000500 !important;
}

.nav-link span {
    padding-left: 0px;
}

.navbar-nav>.nav-item:hover {
    background-color: #f8f9fa;
}

.navbar-nav>.nav-item:hover .submenu {
    display: flex !important;
    position: absolute;
    left: 0;
}

.navbar-nav>.nav-item .submenu ul {
    list-style-type: none;
    padding: 0;
    /*	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;*/
}

#main_nav_products .dropdown:hover>.dropdown-menu {
    /*display: block;*/
}

#main_nav_products .dropdown-item {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#main_nav_products .dropdown-item span {
    border-bottom: 1px #777c8b solid;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

#main_nav_products .dropdown-item:last-of-type span {
    border-bottom: none;
}

@media only screen and (min-width: 991px) {
    #main_nav_products .dropdown-menu.show {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    #main_nav_products .dropdown-menu.show {
        display: block;
    }

    #main_nav_products .dropdown-menu {
        min-width: 50vw;
    }
}

@media only screen and (max-width: 767.98px) {
    #main_nav_products .dropdown-menu.show {
        min-width: 70vw;
        display: block;
    }
}

.mobile-menu-toggle.btn:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.mobile-menu-toggle {
    /*border: 1px solid #000500;*/
    padding: 3px 5px;
    padding-bottom: 1px;
    border-radius: 5px !important;
}

#mobile-menu-input {
    display: none;
}

#mobile-menu-label {
    display: block;
    position: relative;
    width: 40px;
    height: 30px;
    /*	top: 50%;
	left: 50%;*/
    transform: translate(0%, 55%);
}

#mobile-menu-label span {
    position: absolute;
    height: 2px;
    width: 80%;
    background: #000500;
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    left: 20%;
    transform-origin: center center;
}

#mobile-menu-label span:nth-child(1) {
    margin-top: 25%;
}

#mobile-menu-label span:nth-child(3) {
    margin-top: -25%;
}

.mobile-menu-toggle:not(.collapsed) #mobile-menu-label span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: -2px;
}

.mobile-menu-toggle:not(.collapsed) #mobile-menu-label span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle:not(.collapsed) #mobile-menu-label span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -2px;
}

@media (max-width: 991px) {
    .menu-container {
        padding: 0;
        position: fixed;
        z-index: 1000;
        top: 36px;
        max-width: 100%;
    }

    .submenu {
        display: none !important;
        opacity: 0;
    }
}

.gender-mobile a {
    /* width: 49%;
    width: calc(50% - 2px); */
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}

.gender-mobile a.active {
    background-color: #003d8e;
    color: white;
}

/* =========== Make bootstrap-select NOT WORKING ================ */
/*
.dropdown-toggle::after {
	display:none;
    float: right;
    margin-top: 10px;
}
.dropdown-menu {
	padding: 15px 15px 35px !important;
}
.dropdown-item  {
	background-color: inherit;
	padding-left: 0px;
	border: 0;
	color: #000500;
	text-transform: uppercase;
	border-bottom: 1px #777c8b solid;
	white-space: normal;
}
.dropdown-item:active {
	color: inherit;
	background-color: inherit;
	font-weight: bold;
}
.dropdown-item.active {
	color: inherit;
	background-color: inherit;
	font-weight: bold;
}
.dropdown-item:hover {
	color: #777c8b;
	background-color: inherit;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
*Without this, clicking will make it sticky
.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
/* =========== Make bootstrap-select NOT WORKING ================ */

/* BREADCRUMB */
.back-link {
    padding: .75rem 0rem;
    float: left;
}

.back-link:before {
    content: "«";
    padding-right: .5rem;
}

.back-link:after {
    content: "|";
    padding-left: .5rem;
}

.breadcrumb-wrapper {
    background-color: inherit;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .col-12 ol li {
        display: none;
    }
}

.breadcrumb-wrapper .btn-back {
    padding: .75rem 0rem;
}

.breadcrumb-wrapper a {
    color: #000500;
}

.breadcrumb-wrapper a:hover {
    color: #777c8b;
}

.breadcrumb {
    background-color: inherit;
    padding-left: 0px;
    margin-bottom: 0px;
}

.breadcrumb li:not(:last-child) {
    padding-right: .5rem;
}

.breadcrumb li a:after {
    content: "»";
    padding-left: .5rem;
    float: right;
}

.breadcrumb li:last-child a:after {
    content: "";
}

@media only screen and (max-width: 991px) {
    .breadcrumb li:not(:first-child):not(:nth-child(2)):not(:last-child) [itemprop="name"] {
        width: 1.2rem;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .breadcrumb li:last-child {
        max-width: 100%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}


/* SIDEBAR */
.sidebar .list-group-item {
    background-color: inherit;
    border: 0;
    border-bottom: 1px #777c8b solid;
    color: #000500;
    border-radius: 0;
    padding-left: 0px;
}

.sidebar .list-group-item.level-2:before {
    content: "»";
    padding-right: .5rem;
}

.sidebar .list-group-item.level-3:before {
    content: "»";
    padding-left: .5rem;
    padding-right: .5rem;
}

.sidebar .list-group-item.active {
    color: inherit;
    font-weight: bold;
}

.sidebar .list-group-item:hover {
    color: #777c8b;
}

/* STARTPAGE */


/* CATEGORY */
a.categorydiv {
    text-decoration: none;
    color: #000500 !important;
    display: block;
    height: 80px;
    position: relative;
}

.categorydiv .category-content {
    margin-left: 30%;
}

.categorydiv .btn-link {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 15px;
    left: 15px;
}

.categorydiv:hover .btn-link,
.articleoverview:hover .btn-link {
    background-color: #1a8cd8 !important;
}

.categorydiv .btn-link i {
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
    color: #fff !important;
}

.categorydiv .btn-link:hover,
.articleoverview .btn-link:hover {
    color: #fff;
    border-color: inherit;
}


/* ARTICLEOVERVIEW */
.article-header h1 {
    text-align: center;
    position: relative;
    font-size: 37px;
}

.article-header h1 span:first-of-type {
    background: #fff;
    padding: 0 3vw;
    z-index: 10;
    position: relative;
    display: inline-block;
}

.article-header h1 span:nth-of-type(2) {
    width: 100%;
    height: 2px;
    background-color: #777c8b;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

.articleoverviewlist a:hover {
    text-decoration: none !important;
}

.articleoverviewcontent {
    position: relative;
}

.articleoverviewcontent .btn-cart {
    height: 100%;
    width: 100%;
}

.article-title {
	color: #000000;
}

.articleoverview .main-image {
    width: 100%;
}

.articleoverviewcontent .card-detail {
    display: none;
}

@media (max-width: 1024px) {
    .articleoverviewcontent .card-detail.display-mobile {
        display: block;
    }
}

@media (min-width: 1200px) {
    .articleoverviewcontent:hover {
        box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
        position: absolute;
        /* top: 16px; */
        left: 15px;
        z-index: 1000;
        width: 100%;
    }

    .articleoverviewcontent:hover .card-detail,
    .articleoverviewcontent:hover .color-variants {
        display: block;
    }
}

.articleoverviewcontent .color-variants {
    display: none;
    width: 70px;
    position: absolute;
    left: -70px;
    height: 100%;
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
    overflow: hidden;
}

.articleoverviewcontent .color-variants-right-shadow-remove {
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: white;
}

.color-variants img {
    width: 100%;
}

.articleoverviewlist .sizes .size {
    background-color: #F5F5F5;
    padding: 2px 10px;
    display: inline-block;
}

.articleoverviewcontent .sizes-mobile .size.outline {
		/*background-color:#eeeeee;*/
		padding:2px;
		border-radius: 3px;
		font-size:80%;
		border: 1px solid #e4e4e4;
}	

.articleoverviewlist .sizes .size.outline {
    background-color: transparent;
    border: 1px solid #6c757d;
}

.articleoverviewlist .btn_basket_square {
    height: 75px;
    width: 75px;
}

.articleoverviewlist .btn_link_boxed {
    font-size: 25px;
    line-height: 60px;
    width: 75px;
    height: 75px;
}

.articleoverviewlist .btn_link_boxed>.fa {
    font-weight: bold;
}

/* article boxes slider formatting */

.bs-slider .articleoverviewcontent:hover .card-detail,
.bs-slider .articleoverviewcontent:hover .color-variants {
    display: none !important;
}

.bs-slider .articleoverviewcontent:hover {
    box-shadow: none !important;
}

.bs-slider .card-detail {
    display: none !important;
}

/* slider formatting - amount of items with breakpoints */
@media (max-width: 767.98px),
(min-width: 992px) {
    .startseite .carousel-item div:nth-of-type(n+6) {
        display: none !important;
    }
}

/* amount of items in general articleoverview i.e. home pages */
@media (max-width: 767.98px),
(min-width: 992px) {
    .startseite .articleoverviewlist>div:nth-of-type(n+5) {
        display: none !important;
    }
}

/* the above two could be merged */

/* CART */
td.cart {
    margin: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    vertical-align: middle;
}

.cart hr {
    margin: 0px !important;
    padding: 0px !important;
}

@media only screen and (max-width: 991.98px) {
    .cart-totalprice .w-50 {
        display: none;
    }

    .cart-totalprice .cart-line.pr-0 {
        padding: 5px 0px 5px 12px !important;
    }

    .cart-totalprice .cart-line.pl-0 {
        padding: 5px 12px 5px 0px !important;
    }

    .cart-totalprice .cart-line {
        padding: 5px 0px !important;
    }

    .cart-totalprice .w-25 {
        width: 50% !important;
    }
}

/* BASKET MODAL */
.cart-output .box-price::before {
    content: 'Art.-Nr. '
}

.cart-output .box-price,
.cart-output .box-extra-info {
    color: #777c8b !important;
    font-size: 80%;
    /* small */
    font-weight: 400;
    /* small */
}

.modal {
	z-index: 2500;
}

.modal > .modal-dialog {
	top: 20px;
}

.modal .modal-full {
		min-width:80vw;	
	}
@media (max-width: 575px) {
	.modal .modal-full {
		width:100%;	
		height: 100%;
		top:0 !important;
		margin:0;
	}
	.modal .modal-full .modal-body {
		padding:0;
	}
	.modal .modal-full .modal-content {
		width:100%;	
		height: 100%;
	}
}


@media (max-width: 991px) {
	.modal > .modal-dialog {
		top: 30px;
	}
}

@media (max-width: 575px) {
	.modal > .modal-dialog {
		top: 50px;
	}
}

/* ===== Template: category/articleoverview ======= */
.articleoverviewcontent .height40 button,
.height40 input,
.sublayer_articledetail .height40 button,
.height40 input {
    height: 34px;
}

/* ======== SEARCH-ASN ======== */
.asn-holder {
    position: relative;
}

.btn-asn-show-more {
    font-size: 12px;
}

.btn-asn-show-more .text {
    cursor: pointer;
}

.btn-asn-show-more .glyphicon {
    font-size: 8px;
}

.jq_filter_clear .icon {
    margin-top: 3px;
    margin-right: -5px
}

.content-asn-found-results {
    display: none;
}

.btn-asn-show-more[aria-expanded="true"] .text::before {
    content: "weitere Filter ausblenden";
    visibility: visible;
    word-spacing: normal;
    letter-spacing: normal;
}

.btn-asn-show-more[aria-expanded="true"] .text {
    visibility: hidden;
    word-spacing: -999px;
    letter-spacing: -999px;
}

/* ASN spacing for scrollbar */
.scrollable-menu {
    height: auto;
    max-height: 50vh;
    overflow-x: hidden;
}

.content-asn .bootstrap-select .dropdown-menu.show {
    box-sizing: content-box;
    padding-bottom: 30px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #000500 !important;
}

.content-asn .filter_active {}

.content-asn .bootstrap-select,
.content-asn .bootstrap_slider {
    margin-bottom: .5rem;
}

.content-asn .bootstrap_slider .dropdown-menu {
    width: 100%;
}

.bootstrap-select .dropdown-toggle.is-selected::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url("/_upload_bilder/_filemanager/image/_page_layout/_icon-set/glyphicons-basic-600-filter-cogwheel-text-dark.svg");
    background-repeat: no-repeat;
    border-style: 0;
    border-width: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    border-right: none;
    position: absolute;
    margin-top: 3px;
    right: 8px;
}

.bootstrap-select .bs-ok-default:after {
    width: 1rem !important;
    height: 1rem !important;
    background-image: url("/_upload_bilder/_filemanager/image/_page_layout/_icon-set/glyphicons-basic-600-check-text-dark.svg");
    background-repeat: no-repeat;
    border-style: 0 !important;
    border-width: 0 !important;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    border-right: none !important;
}

/* slider dropdown align right full width */
.bootstrap_slider .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
}

.bootstrap_slider .dropdown-toggle .text {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left;
}

.bootstrap_slider .dropdown-toggle.is-selected::after {
    width: 1rem;
    height: 1rem;
    background-image: url("/_upload_bilder/_filemanager/image/_page_layout/_icon-set/glyphicons-basic-600-filter-cogwheel-text-dark.svg");
    background-repeat: no-repeat;
    margin-left: 0;
    vertical-align: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    content: "";
    border-top: 0;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}


.bootstrap_slider .dropdown-toggle {
    font-weight: 100;
}

.bootstrap_slider .slider.slider-horizontal {
    width: 100%;
}

.content-asn .bootstrap_slider .dropdown-toggle.is-selected .caret {
    border: 0;
}

#celUITDiv #clear-all button.btn-default {
    background: #003d8e;
}

#celUITDiv #filters .answers > li:hover:before, #celUITDiv #filters .answers > li.selected:before {
	background: #003d8e !important;
}

#celUITDiv #filters #questions-toggle span {
	background: #003d8e !important;
}

/* ======== SEARCH-ASN ======== -END- */

/* ============== icon preloader ============== */
.icon-loading {
    display: inline-block;
    border: 3px solid grey;
    border-top: 3px solid #555;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ============== icon preloader ============== */


/* ARTICLE-DETAIL */
@media only screen and (max-width: 767.98px) {
    .img-modal {
        pointer-events: none;
    }
}

.modal_article_detail .carousel-caption {
    color: #000500
}

.sublayer_articledetail {
    position: relative;
}

.sublayer_articledetail .detail-icons i {
    font-size: 2rem;
    float: left;
    margin-right: 5px;
    color: #049CE2;
}

.sublayer_articledetail .gallery-pictures img {
    height: auto;
}

.sublayer_articledetail .description-toggle p {
    padding-bottom: 0;
}

.sublayer_articledetail .description-toggle ul li {
	list-style-position: inside;
}

.sublayer_articledetail .modal img {
    width: auto;
    height: auto;
    max-width: 100%;
}


@media (min-width: 576px) {
    .sublayer_articledetail .modal-dialog.modal-max-width {
        max-width: 95%;
        max-width: calc(100% - 20px);
    }
}

@media (min-width: 1055px) {
    .sublayer_articledetail .modal-dialog.modal-max-width {
        max-width: 1035px;
    }
}

.sublayer_articledetail [id^="groessentabelle_modal_"] iframe {
	width: 100%;
	height: 70vh;
}

@media (max-width: 768px) {
    .sublayer_articledetail [id^="groessentabelle_modal_"] iframe {
		height: 40vh;
	}
}

.sublayer_articledetail .description-toggle ul {
    margin-top: 1em;
}

.sublayer_articledetail .description-toggle.open {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 100%;
}

.sublayer_articledetail .bundle-image {
    max-width: 238px;
}

.sublayer_articledetail .description-toggle {
    height: 120px;
    position: relative;
    overflow: hidden;
}

.sublayer_articledetail .description-toggle.bundle:not(.open) {
    height: 305px;
}


.sublayer_articledetail .description-toggle.open:not(.bundle) .description-toggler {
    display: none;
}

.sublayer_articledetail .description-toggle.bundle.open .description-toggler {
    position: relative;
    padding-top: 0px;
    height: auto;
}

.sublayer_articledetail .description-toggle .description-toggler {
    display: block;
    position: absolute;
    bottom: 0;
    text-decoration: none;
    padding-top: 70px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}


.sublayer_articledetail .carousel.slide img {
    max-height: 95vh;
    width: auto;
    max-width: 100%;
}

.sublayer_articledetail .carousel.slide .col-md-3 {
    display: inline-block;
    padding: 0 5px;
    margin-left: -3px;
}

.sublayer_articledetail .carousel-inner,
.sublayer_articledetail .carousel,
.sublayer_articledetail .carousel-item {
    min-height: 0;
}

.sublayer_articledetail #carousel-mobile .carousel-inner,
.sublayer_articledetail #carousel-mobile .carousel,
.sublayer_articledetail #carousel-mobile .carousel-item {
    min-height: 345px; /* !important because of layout shifting 20230120 TReichelt */
}


.sublayer_articledetail div:not(#usps) .carousel-inner>.carousel-item.carousel-item-next,
.sublayer_articledetail div:not(#usps).carousel-inner>.carousel-item.active.carousel-item-right {
    transform: translate3d(100%, 0, 0) !important;
    -webkit-transform: translate3d(100%, 0, 0) !important;
    -ms-transform: translate3d(100%, 0, 0) !important;
    -moz-transform: translate3d(100%, 0, 0) !important;
    -o-transform: translate3d(100%, 0, 0) !important;
}

.sublayer_articledetail div:not(#usps) .carousel-inner>.carousel-item.carousel-item-prev,
.sublayer_articledetail div:not(#usps) .carousel-inner>.carousel-item.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0) !important;
    -webkit-transform: translate3d(-100%, 0, 0) !important;
    -ms-transform: translate3d(-100%, 0, 0) !important;
    -moz-transform: translate3d(-100%, 0, 0) !important;
    -o-transform: translate3d(-100%, 0, 0) !important;
}


.sublayer_articledetail .carousel-control-next,
.sublayer_articledetail .carousel-control-prev {
    color: initial;
    font-size: 30px;
    width: 60px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 30px;
    width: 30px;
}

.sublayer_articledetail .carousel-indicators li {
    background-color: rgba(8, 159, 216, 0.25);
}

.sublayer_articledetail .carousel-indicators .active {
    background-color: rgba(8, 159, 216, 1);
}

.sublayer_articledetail #form_warenkorb {
	overflow-x: hidden;
}

/* CROSSSELLING */
.holder_crossselling .content {
    position: relative;
    width: 300px;
}

.holder_crossselling .glyphicons-one-day.p-0:before {
    padding-left: 0px;
}

.holder_crossselling img {
    max-height: 50px;
    max-width: 50px;
}

.holder_crossselling .carousel-control {
    top: 5px !important;
}

.holder_crossselling .carousel-control-prev,
.holder_crossselling .carousel-control-next {
    height: 20px;
    width: 20px;
    right: 20px;
}

.holder_crossselling .carousel-control-prev {
    transform: rotate(180deg);
    right: 40px;
    left: auto;
}

.holder_crossselling .carousel-control-next .svg-icon-chevron-down {
    top: 2px;
}

/* POPOVER */
.popover {
    border-radius: 0;
    font-size: 1rem;
}

@media(max-width: 767px) {
    .popover.cart.bs-popover-bottom {
        display: none;
    }
}

/* Important for correct mouseover from trigger to popover no empty space */
.bs-popover-auto[x-placement^=bottom]::before,
.bs-popover-bottom::before {
    content: '';
    position: absolute;
    top: -1.2rem;
    left: 0;
    width: 100%;
    height: 1.2rem;
}

.bs-popover-auto[x-placement^=top]::before,
.bs-popover-top::before {
    content: '';
    position: absolute;
    bottom: -1.2rem;
    left: 0;
    width: 100%;
    height: 1.2rem;
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: 1rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((1rem + 1px) * -1);
    left: 42%
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 1rem 1rem 1rem;
}

.popover-title {
    padding: 15px 20px;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
}

.popover-content {
    padding: 15px 20px 5px;
}



#holder_crossselling .bottom {
    position: absolute;
    bottom: 0px;
}


/* ========== CONTACT FORM FAQ SELECTOR ============= */
.faq_form_selector a:focus,
.faq_form_selector a.active {
    -webkit-box-shadow: 0px 10px 0px -5px rgba(52, 152, 219, 1);
    -moz-box-shadow: 0px 10px 0px -5px rgba(52, 152, 219, 1);
    box-shadow: 0px 10px 0px -5px rgba(52, 152, 219, 1);
}



/* ========= BACK TO TOP BUTTON ============ */
#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1039;
    /* BS4 modal important z-index is 1040*/
}

#back-to-top .glyphicons {
    font-size: 36px;
    color: #dadada;
}

@media only screen and (max-width: 767.98px) {
    #back-to-top {
        bottom: 20px;
    }
}

/* ========= BACK TO TOP BUTTON ============ */



/* ========= SVG EXTRA ICONS-SET ========== */
.svg-icon {
	position: relative;
	/* top: -2px; */
	display: inline-block;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	/*vertical-align: baseline;*/
	vertical-align: middle;
}

/*SVG EXTRA ICON COLORS*/

.svg-icon-color-white {
	filter: invert(100%) sepia(3%) saturate(262%) hue-rotate(141deg) brightness(119%) contrast(100%);
}

.svg-icon-color-darkblue {
	filter: invert(10%) sepia(7%) saturate(5911%) hue-rotate(190deg) brightness(95%) contrast(104%);
}

/*SVG EXTRA ICON*/
.svg-icon-truck-primary { 
	background-image: url(/_upload_bilder/_filemanager/image/_page_layout/_icon-set/truck-fast-solid.svg);
	height: 16px;
	width: 23px;
}

/*SIZES*/
.svg-icon-button-xs {
    height: 12px;
    width: 12px;
}

.svg-icon-button-sm {
    height: 14px;
    width: 14px;
}

.svg-icon-button {
    height: 16px;
    width: 16px;
}

.svg-icon-button-lg {
    height: 20px;
    width: 20px;
}

.svg-icon-text {
    height: 16px;
    width: 16px;
}

.svg-icon-h1 {
    height: 40px;
    width: 40px;
}

.svg-icon-h2 {
    height: 32px;
    width: 32px;
}

.svg-icon-h3 {
    height: 28px;
    width: 28px;
}

.svg-icon-h4 {
    height: 24px;
    width: 24px;
}

.svg-icon-h5 {
    height: 20px;
    width: 20px;
}

.svg-icon-h6 {
    height: 16px;
    width: 16px;
}

.svg-icon-lead {
    height: 24px;
    width: 24px;
}

/*TYPES*/

.svg-icon-clipboard-text-dark {
    background-image: url('/_upload_bilder/_filemanager/image/_page_layout/_icon-set/glyphicons-basic-600-clipboard-text-dark.svg');
}

/*COLORS*/
.svg-icon-color-primary {
    color: #0b132e;
}

/*COLORS*/

/* ========= SVG EXTRA ICONS-SET ========== */





/* ======= OVERWRITE BOOTSTRAP =========== */

/* because of slide bug IOS twice !!! */
@media only screen and (max-width: 767.98px) {
    .carousel .carousel-item {
        opacity: 0 !important;
        transition-duration: .6s !important;
        transition-property: opacity !important;
    }

    .carousel .carousel-item.active,
    .carousel .carousel-item-next.carousel-item-left,
    .carousel .carousel-item-prev.carousel-item-right {
        opacity: 1 !important;
    }

    .carousel .active.carousel-item-left,
    .carousel .active.carousel-item-right {
        opacity: 0 !important;
    }

    .carousel .carousel-item-next,
    .carousel .carousel-item-prev,
    .carousel .carousel-item.active,
    .carousel .active.carousel-item-left,
    .carousel .active.carousel-item-prev {
        transform: translateX(0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

.btn-loading::before {
    content: '';
    display: inline-block;
    border: 3px solid grey;
    border-top: 3px solid #555;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-bottom: -1px;
    animation: spin 1s linear infinite;
}

.border-primary {
    border-color: #3498DB !important;
}

.border-dark {
    border-color: #777c8b !important;
}

.border-1 {
    border-width: 1px;
}

.border-solid {
    border-style: solid;
}

.pagination .page-link {
    padding: .23rem .75rem;
    line-height: 1.4;
    color: #000500;
    height: 30px;
    border: 1px solid #777c8b;
}

.pagination .page-item.active .page-link {
    background-color: #777c8b;
    border-color: #777c8b;
}

.pagination-count-top,
.pagination-count-bottom,
.pagination .pagination-link-top,
.pagination .pagination-link-bottom {
    display: none;
    white-space: nowrap;
}

@media (min-width:

    /*768px*/
    395px) {
    .pagination-count-top {
        display: block;
    }
}

@media (min-width:

    /*435px*/
    992px) {
    .pagination .pagination-link-top {
        display: block;
    }
}

@media (min-width:

    /*500px*/
    305px) {
    .pagination-count-bottom {
        display: block;
    }
}

@media (min-width:

    /*350px*/
    992px) {
    .pagination .pagination-link-bottom {
        display: block;
    }
}

.btn-link {
    color: #000500;
}

.btn-link:hover {
    color: #777c8b;
    text-decoration: none;
}

.nav-tabs {
    border-bottom: 1px solid #777c8b;
}

.nav-tabs .nav-link {
    margin-right: 3px;
    border-radius: 0;
    background-color: #FFF;
    border-color: #777c8b #777c8b #777c8b #777c8b;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #e9ecef;
    border-color: #777c8b #777c8b #777c8b #777c8b;
    color: #000500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #ECF0F1;
    border-color: #777c8b #777c8b transparent #777c8b;
}

/*
.carousel .carousel-inner {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(52,73,94,0.25) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(52,73,94,0.25) !important;
	box-shadow: 0px 0px 5px 0px rgba(52,73,94,0.25) !important;
}
.carousel .carousel-inner:not(.shadownohover):hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(52,73,94,0.5) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(52,73,94,0.5) !important;
	box-shadow: 0px 0px 5px 0px rgba(52,73,94,0.5) !important;
}*/

.carousel-control-next,
.carousel-control-prev,
.carousel-control-next,
.carousel-control-next {
    width: 9% !important;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.modal_article_detail .carousel .carousel-control-prev-icon,
.modal_article_detail .carousel .carousel-control-next-icon {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.show-neighbors {
  overflow: hidden;
}

.show-neighbors .item__third:first-child, 
.show-neighbors .item__third:last-child {
  display: none;
}

.show-neighbors .carousel-indicators {
  margin-right: 20%;
  margin-left: 20%;
}

.show-neighbors .carousel-control-prev, 
.show-neighbors .carousel-control-next {
  /*background: rgba(255, 255, 255, 0.3);*/
  width: 20%;
  z-index: 11;  /* .carousel-caption has z-index 10 */
}

.show-neighbors .sr-only {
  -webkit-box-shadow: 0px 0px 20px 10px rgba(52, 73, 94, 0.25) !important;
  -moz-box-shadow: 0px 0px 20px 10px rgba(52, 73, 94, 0.25) !important;
  box-shadow: 0px 0px 20px 10px rgba(52, 73, 94, 0.25) !important;
}

.show-neighbors .carousel-inner {
  width: calc((100% - 2 * 20%) * 3);
  left: calc(3 * 20% - 100%);
}

.show-neighbors .carousel-item-next:not(.carousel-item-left),
.show-neighbors .carousel-item-right.active {
  -webkit-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}

.show-neighbors .carousel-item-prev:not(.carousel-item-right),
.show-neighbors .carousel-item-left.active {
  -webkit-transform: translate3d(-33%, 0, 0);
  transform: translate3d(-33%, 0, 0);
}

.show-neighbors .item__third {
  display: block !important;
  float: left;
  position: relative;  /* captions can now be added */
  width: calc(33.33333333% - 16px);
  margin: 0 8px;
}

.text-danger {
    color: #CD2F23 !important;
}

.text-success {
    color: #298b20 !important;
}

hr {
    border-top: 1px #777c8b solid !important;
}

hr.border-light {
	border-color: rgb(52 73 94 / 25%) !important;
}

.article_price_table th,
.article_price_table td {
    padding: .5rem;
    border-top: 1px #777c8b solid;
}

.table tr:first-child th,
.table tr:first-child td {
    border-top: none;
}

.glyphicons:before {
    padding: 0.15em 8px;
}

.glyphicons.pside-0:before {
    padding: 0.15em 0;
}


.text-primary {
    /* color: #3498DB !important; */
    color: #20398B !important;
}

.text-secondary {
    color: #777c8b !important;
}

.text-price-regular {
    color: #404040 !important;
}

.text-size-70 {
    font-size: 70%;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.top-100pct {
    top: 100%;
}

.z-index100 {
    z-index: 100;
}

.z-index200 {
    z-index: 200;
}

.z-index1000 {
    z-index: 1000 !important;
}

.z-index2000 {
    z-index: 2000 !important;
}

@media (min-width: 768px) {
    .position-md-relative {
        position: relative !important;
    }
}

/* ====== MODAL ====== */
.modal-content {
    border-radius: 0 !important;
}

/* ===== list-group items ===== */
header .list-group-item {
    padding-right: 1rem;
    padding-left: 1rem;
    color: #000500;
}

header .list-group-item.active {
    background-color: #3498DB;
    border: 0;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

/* ======== Cards/Alerts ======== */
.alert {
    border-radius: 0;
}

.alert-success {
    color: #2c9453;
    background-color: #c9ebd7;
    border-color: #c9ebd7;
}

.alert-success a,
.alert-success u {
    font-weight: bold;
    color: #2c9453;
    text-decoration: none !important;
}

.alert-success::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-right: 0.5rem;
    background-repeat: no-repeat;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.alert-info {
    color: #3282b4;
    background-color: #cce5f6;
    border-color: #cce5f6;
}

.alert-info a,
.alert-info u {
    font-weight: bold;
    color: #3282b4;
    text-decoration: none !important;
}

.alert-info::before {
    content: "\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-right: 0.5rem;
    background-repeat: no-repeat;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.alert-warning {
    color: #cca812;
    background-color: #fbf0c3;
    border-color: #fbf0c3;
    text-decoration: none !important;
}

.alert-warning a,
.alert-warning u {
    font-weight: bold;
    color: #cca812;
    text-decoration: none !important;
}

.alert-warning::before {
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-right: 0.5rem;
    background-repeat: no-repeat;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.alert-danger {
    color: #c44333;
    background-color: #f9d2ce;
    border-color: #f9d2ce;
}

.alert-danger a,
.alert-danger u {
    font-weight: bold;
    color: #c44333;
    text-decoration: none !important;
}

.alert-danger::before {
    content: "\f071";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-right: 0.5rem;
    background-repeat: no-repeat;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.card {
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
    box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
}

.card-header {
    background-color: #FFF;
    font-weight: bold;
}

/* custom Card Alerts */
.card-info {
    border: 1px solid #3282b4;
}

.card-info .card-header {
    color: #3282b4;
}

.card-info .card-header::before {
    content: "\f05a";
    font-family: "Font Awesome 5 Free";
    position: relative;
    display: inline-block;
    padding-right: 0.5rem;
    background-repeat: no-repeat;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.card-warning {
    border: 1px solid #cca812;
}

.card-warning .card-header {
    color: #cca812;
}

.card-warning .card-header::before {
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    position: relative;
    display: inline-block;
    padding-right: 0.5rem;
    background-repeat: no-repeat;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.card-danger {
    border: 1px solid #c44333;
}

.card-danger .card-header {
    color: #c44333;
}

.card-danger .card-header::before {
    content: "\f071";
    font-family: "Font Awesome 5 Free";
    position: relative;
    display: inline-block;
    padding-right: 0.5rem;
    background-repeat: no-repeat;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.card-success {
    border: 1px solid #2c9453;
}

.card-success .card-header {
    color: #2c9453;
}

.card-success .card-header::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: relative;
    display: inline-block;
    padding-right: 0.5rem;
    background-repeat: no-repeat;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* ======== Cards ======== */



/* ====== FORM ============= */
.form-group {
    /*more margin bottom because of tooltip validation needed*/
    margin-bottom: 1.5rem !important;
}

.invalid-tooltip,
.valid-tooltip {
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 80%;
    margin-top: 0 !important;
}

.invalid-tooltip,
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #c44333 !important;
}

.valid-tooltip {
    color: #2c9453 !important;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #c44333 !important;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    /*border-color: #2c9453!important;*/
    border-color: #ced4da !important;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: inherit !important;
}


.form-control,
.form-control-sm,
.form-control-lg {
    border-radius: 0 !important;
}

#formular_designer button {
	border-width: 0;
}

/* === OVERHAUL CHECKBOX ===== */
.form-group input[type="checkbox"]+label {
    position: relative;
    cursor: pointer;
}

.form-group input[type="checkbox"]+label+div.invalid-tooltip {
    top: inherit !important;
}

.form-group input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group input[type="checkbox"]+label:before {
    transition: all 0.4s;
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #777c8b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -0.2rem;
}

@media (max-width: 768px) {
	.form-group input[type="checkbox"]+label:before {
		margin-right: 10px;
		float: left;
		margin-bottom: 5px;
		margin-top: 0px;
	}
}


.form-group input[type="checkbox"]:checked+label:before {
    border: 2px solid #003D8E;
    background-color: #003D8E;
}

.form-group input[type="checkbox"].checkbox-default:checked+label:before {
    border: 2px solid #777c8b;
    background-color: #777c8b;
}



.form-group input[type="checkbox"]:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.2rem;
    left: 0.575rem;
    width: 0.4rem;
    height: 0.8rem;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* === OVERHAUL CHECKBOX ===== */


/* === OVERHAUL RADIO ===== */
.form-group input[type="radio"]+label {
    position: relative;
    cursor: pointer;
}

.form-group input[type="radio"]+label+div.invalid-tooltip {
    top: inherit !important;
}

.form-group input[type="radio"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group input[type="radio"]+label:before {
    transition: all 0.4s;
    content: '';
    -webkit-appearance: none;
    background-color: transparent;

    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border: 2px solid #777c8b;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -3px;
}

.form-group input[type="radio"]:checked+label:before {
    border: 2px solid #003D8E;
    background-color: #003D8E;
}

.form-group input[type="radio"]:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 8px;
    height: 8px;
    /*border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);*/

    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 0px solid #000000;
    background-color: #FFF;
}

/* Nur Firefox */
@-moz-document url-prefix() {
    .form-group input[type="radio"]:checked+label:after {
        top: 8px;
    }
}

/* === OVERHAUL RADIO ===== */


/* ====== FORM ============= */

/* ========= CHECKOUT ========= */
#payment-holder .payment_description img {
    display: none
}

/* ========= CHECKOUT ========= */

/* =========== Headlines H1,H2,H3.... ========= */
h1,
.h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 700;
}

#startbanner h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 700;
}

h3,
.h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 700;
}

h4,
.h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 700;
}

h5,
.h5 {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 400;
}

h6,
.h6 {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 400;
}

p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 16px;
    margin-bottom: 0;
    font-weight: 400;
    display: block;
}

/* display: inline-block; because of margins*/

.lead {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    line-height: 22px;
    font-weight: 100;
}

/* =========== Headlines H1,H2,H3.... ========= */

/* ========== BADGES ================ */
.badge-success {
    background-color: #298b20 !important;
}

.badge-primary {
    background-color: #3498DB !important;
}

.badge-hot {
    background-color: #CD2F23 !important;
}

.badge-hot-product {
    width: calc(100% - 30px) !important;
    top: auto;
    left: 15px;
    bottom: 0px;
    z-index: 10;
}

/* ========== BADGES ================ */

/* ========= BUTTON STYLES ============ */

.btn.disabled,
.btn:disabled,
.cursor-disabled:disabled,
.cursor-disabled.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
}

.btn {
    border-radius: 0;
}

.btn:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
    box-shadow: 0px 0px 5px 0px rgba(52, 73, 94, 0.25) !important;
}

.btn-checkout {
    color: #FFF;
    background-color: #CD2F23;
}

.btn-checkout:hover {
    color: #FFF;
    background-color: #C54333;
}

.page-link {
    color: #3282B5;
}

.page-item.active .page-link {
    background-color: #3498DB;
    border-color: #3498DB;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #003d8e;
    border-color: #003d8e;
    border-radius: 0;
}

.btn-primary:hover {
    /*    background-color: #3282B5;
    border-color: #3282B5;*/
}

.btn-blank:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-default {
    border-color: #f3f3f3;
    background-color: #f3f3f3;
    color: #777c8b;
}

.btn-default:hover,
.btn-default[aria-expanded="true"] {
    color: white;
    border-color: #003d8e;
    background-color: #003d8e;
}

.btn-secondary {
    border-color: #CD2F23 !important;
    background-color: #FFF !important;
    color: #CD2F23 !important;
}

.btn-secondary:hover,
.btn-secondary:active {
    border-color: #C54333 !important;
    background-color: #FFF !important;
    color: #C54333 !important;
}

.btn.dropdown-toggle {
    border: 1px solid #777c8b;
    color: #000500;
    background-color: #FFF;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000500;
    background-color: #FFF;
    border-color: #3498DB;
}

.dropdown-item.active span,
.dropdown-item:active span {
    font-weight: bold
}

.btn.dropdown-toggle:hover {}

.dropdown-menu:not(.no-min-width) {
    min-width: 250px;
}

.dropdown-menu {
    border-radius: 0 !important;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

/* ========= BUTTON STYLES ============ */



/* ================== GENDER STYLES ============= */

.gender-wmns .btn-checkout,
.gender-wmns .btn-primary {
    background-color: #003d8e !important;
}

.gender-wmns .bg-primary {
    background-color: #003d8e !important;
    color: white;
}

.gender-men .btn-checkout,
.gender-men .btn-primary {
    background-color: #003d8e !important;
}

.gender-men .bg-primary {
    background-color: #003d8e !important;
    color: white;
}

.gender-uni .btn-checkout,
.gender-uni .btn-primary {
    background-color: #003d8e !important;
}

.gender-uni .bg-primary,
.gender-uni .bg-primary {
    background-color: #003d8e !important;
    color: white;
}

.gender-buttons a {
    width: calc(50% - 4px);
    height: 36px;
}

.btn-gender:hover:after,
.gender-btn-underline:after {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 50%;
    width: 80%;
    margin: 0 auto;
    transform: translate(-50%, 0%);
    height: 2px;
    content: '';
    background-color: #e3e3e3;
}

.gender-buttons a.btn:hover {
    box-shadow: none !important;
}

/* gender styles for sale pages */
.men-wide,
.women-wide,
.gender-men .non-gender,
.gender-wmns .non-gender {
    display: none;
}

.gender-men .men-wide,
.gender-wmns .women-wide {
    display: flex !important;
}

/* ================== GENDER STYLES ============= */


/* ================== PROFILES ================== */

.profile-link {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profile-images .img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.profile-images .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

/* ================== PROFILES ================== */

#edit-profile-tab .additional-boxes .remove-icon {
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 100;
}

#edit-profile-tab .invalid-tooltip {
    position: relative;
    top: 0;
}

/* ================== BUNDLES ================== */
.bundle-slot {
	display: contents;
}
.bundle-variant-selector a {
	border: 2px solid transparent;
}

.bundle-variant-selector img {
	width: 42px;
}

.bundle-size-selector {
	padding: 9px 13px;
	background-color: white;
}

.bundle-color-selector.active,
.bundle-color-selector:hover,
.bundle-size-selector.active,
.bundle-size-selector:hover {
	border: 2px solid #003d8e;
	background-color: rgba(0,60,140,0.05);
}

.sf-bundle-variant-selector .bundle-color-selector.active,
.sf-bundle-variant-selector .bundle-color-selector:hover,
.sf-bundle-variant-selector .bundle-size-selector.active,
.sf-bundle-variant-selector .bundle-size-selector:hover {
	border-color: #298b20;
	background-color: rgba(41,139,32,0.05);
}

.bundle-color-selector.inactive,
.bundle-size-selector.inactive {
	border: 2px dashed #D6D6D6;
	color: #D6D6D6;
}

.bundle-cart-variant-image {
	width: 42px;
	float: left;
}

#bundle_group_buy_modal {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
	width: 95vw;
	max-width: 900px;
	z-index: 1000;
}
/* ================== BUNDLES ================== */



/* ================== GUTSCHEIN ================== */
.container_gutschein_praemien .title {
	display: block;
	/*height: 46px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.container_gutschein_praemien .size {
	height: 30px;
}

form[id^="zugabe_gutscheine_form"] {
	background-color: #f5f5f5;
	padding: 10px;
}

#jq_zugabe_gutscheine_kampagne_modal > .modal-dialog {
	top: 40px;
}

@media (max-width: 991px) {
	#jq_zugabe_gutscheine_kampagne_modal > .modal-dialog {
		top: 50px;
	}
}

@media (max-width: 575px) {
	#jq_zugabe_gutscheine_kampagne_modal > .modal-dialog {
		top: 70px;
	}
}

.zugabe_gutscheine_kampagne_product_wrapper {
	gap: 20px 20px;
    justify-content: center;
}

.zugabe_gutscheine_kampagne_product {
	flex-basis: calc(20% - 30px);
	max-width: calc(20% - 30px);
}

@media (max-width: 1200px) {
	.zugabe_gutscheine_kampagne_product {
		flex-basis: calc(25% - 30px);
		max-width: calc(25% - 30px);
	}
}

@media (max-width: 992px) {
	.zugabe_gutscheine_kampagne_product {
		flex-basis: calc(33.33% - 30px);
		max-width: calc(33.33% - 30px);
	}
	
	.zugabe_gutscheine_kampagne_product_wrapper {
		    gap: 20px 10px;
	}
	
	.btn_zugabe_gutscheine {
		font-size: 0.85rem;
}
}

@media (max-width: 576px) {
	#jq_zugabe_gutscheine_kampagne_modal .modal-body,
	#jq_zugabe_gutscheine_kampagne_modal .modal-body > div {
		padding-left: 0;
		padding-right: 0;
	}
	
	.btn_zugabe_gutscheine {
		font-size: 1rem;
	}
}
/* ================== GUTSCHEIN ================== */

/* ======= OVERWRITE BOOTSTRAP =========== */
/*!
 * Bootstrap-select v1.13.2 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px\0
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, .5)
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle:before {
    content: '';
    display: inline-block
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}


@media print  {
    
		*, .text-success, .text-secondary {
				color: #000000!important;
		}
		
		#content .w-100 {
			width:auto !important;
		}
		
 }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./slick/fonts/slick.eot');
    src: url('./slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./slick/fonts/slick.woff') format('woff'), url('./slick/fonts/slick.ttf') format('truetype'), url('./slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;
	
	background-size: contain;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
	background-image: url('./slick/images/left.png');
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
	background-image: url('./slick/images/right.png');
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '?';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

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

/* roboto-condensed-300 - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/roboto-condensed-v25-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/roboto-condensed-v25-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-condensed-v25-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/roboto-condensed-v25-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/roboto-condensed-v25-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/roboto-condensed-v25-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-condensed-v25-latin-ext_latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
