@import "fonts.css"; /* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap'); body {
    background-color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.cro_header {
    color: #ffffff;
    font-weight: 300;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}

.cro_header a {
    color: #e6e6e6;
}

/* HEADER */
.compare.wrapper {
    display: none;
}

.page-header {
    background: #ffffff;
}

.block-search .label:before, .minicart-wrapper .action.showcart:before, .header-user .authorization-link:before, .minicart-wrapper .action.showcart.active:before {
    color: #aaa;
}

.header-user {
    display: inline-block;
    position: relative;
    float: right;
}

.header-user .header.links {
    white-space: nowrap;
}

.header-user .header.links {
    cursor: pointer;
    display: none;
    text-decoration: none;
}

.header-user:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 40px;
    color: #aaa;
    /* Farbe Symbol user */
    content: '\f007';
    font-family: 'Awesome';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    cursor: pointer;
}

/*.header-user:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 40px;
    color: #F79133;
    content: '\f007';
    font-family: 'Awesome';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
	cursor: pointer;
}*/
.header-user:hover .header.links {
    display: inline-block;
    float: none;
    position: absolute;
    top: 40px;
    background: #eeeeeed1;
    padding: 10px 10px 0 10px;
    list-style: none;
    border: 1px solid #fff;
    z-index: 999;
    right: -20px;
    font-weight: 400;
    text-align: right;
}

.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
    font-size: 24px;
    line-height: 40px;
}

.block-search input {
    font-size: 12px !important;
    /* border: 0.5px solid #000;
    height: 40px; */
    border-radius: 20px;
    padding: 0 20px;
}

.minicart-wrapper .action.showcart:before {
    font-size: 24px;
    line-height: 40px;
}

.minicart-wrapper .action.showcart:before {
    font-size: 24px;
    line-height: 40px;
}

/*	.minicart-wrapper .action.showcart:hover:before {
    color: #f0f0f0;
} */
/* HEADER NAV */
.nav-sections {
    /* background: #9b9b9b;
    background: none; */
}

.navigation {
    background: none;
}

.navigation .level0>.level-top {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.navigation .level0.parent>.level-top>.ui-menu-icon {
    right: -6px;
}

.navigation .level0.parent>.level-top>.ui-menu-icon:after {
    font-size: 14px;
}

.navigation .level0>.level-top:hover, .navigation .level0>.level-top.ui-state-focus {
    color: #e8e8e8;
    text-decoration: none;
}

.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top {
    border-color: #4FB790;
    color: #F79133;
}

.level0.active > a {
    color: #fff !important;
}

.nav-item > a:hover {
    color: #de7e2c;
}

.breadcrumbs {
    margin: 20px auto;
    min-height: unset;
}

/* CONTENT */
.align-center {
    text-align: center;
}

.page-main {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ededed;
}

.cms-index-index .page-main,.page-products .page-main, .catalog-product-view .page-main, .checkout-index-index .page-main {
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

.catalog-category-view .columns .column.main {
    padding-bottom: 30px;
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
}

.columns .sidebar-main, .columns .sidebar-additional {
    max-width: 100%;
    background: #fff;
    padding: 0;
    margin-bottom: 40px;
}

.block.filter .filter-title, .sidebar .block-title {
    margin-bottom: 20px;
    background: #ededed;
    padding: 20px;
    font-family: "Inter", sans-serif;
    border-bottom: 1px solid #F79133;
}

.block-content.filter-content {
    padding: 20px;
}

/* CATEGORY */
.toolbar-products {
    margin-bottom: 40px;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #F79133;
    background-color: #ffffff;
}

.catalog-category-view .page-title-wrapper {
    display: none;
}

.category-description {
    background: #ffffff;
    padding: 15px;
}

.category-description [data-content-type='row'] [data-content-type='html'] {
    word-wrap: normal;
}

/* PRODUCT DETAIL */
.catalog-product-view .breadcrumbs .items .item.category{
    display: none;
}

.product-info-main h1.page-title {
    line-height: 2.25rem;
    font-size: 2rem;
    font-weight: 500;
}

.product-info-main .product-info-price {
    margin: 15px 0;
}

.product-options-bottom .price-box, .product-info-price .price-box {
    color: #006bb4;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.product.attribute delivery_time strong {
    float: left;
    margin-right: 10px;
}

.product-info-main .stock.available, .product-info-main .stock.unavailable {
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 7px;
    color: #fff;
}

.product-info-main .stock.available {
    background: #4fb790;
}

.product-info-main .stock.unavailable {
    background: #ff6347;
}

.product.attribute.overview div[itemprop="description"] {
    display: none;
}

.block.upsell, .block.related {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #eeeeee;
}

.box-tocart .label {
    color: #000000;
}

.product-item-name>a, .product.name a>a {
    color: #333;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

.fotorama__caption__wrap {
    display: none;
}

.cart .product-item-name>a, .product.name a>a {
    white-space: normal;
}

.price-details {
    font-size: 11px;
    margin-bottom: 14px;
}

.loading-mask {
    display: none;
}

.firecheckout .place-order .actions-toolbar .primary .action {
    border-color: #0070ba;
    background: #F79133;
}

.firecheckout .place-order .actions-toolbar .primary .action:hover, .firecheckout .place-order .actions-toolbar .primary .action:focus {
    border-color: #0e94d4;
    background: #d2691e;
}

/* CHECKOUT */
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #F79133;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #F79133;
}

.field div[name="shippingAddress.region_id"] {
    display: none;
}

.firecheckout #maincontent .authentication-wrapper .action-auth-toggle {
    border-style: solid;
    color: #ffffff;
    text-shadow: none;
    text-decoration: none;
    border-width: 2px;
    border-radius: 3px;
    border-color: transparent;
    box-shadow: none;
    background: #F79133;
    padding: 5px 12px;
    transition: all 200ms ease-in-out;
}

.firecheckout.fc-form-tooltips #checkout .checkout-payment-method:not(.fc-size-xs) .discount-code .actions-toolbar>div {
    height: 100%
}

/* KONFIGURATOR */
.konf-block {
    margin-bottom: 30px;
}

#zw-konfigurator {
    background: #F5F5F5;
    padding: 15px;
}

#zw-konfigurator .row {
    padding: 15px 0;
}

#zw-konfigurator label {
    display: block;
    float: left;
}

#zw-konfigurator input, #zw-konfigurator select {
    border: 1px solid #CDCDCD;
    width: 90%;
    line-height: 32px;
    height: 40px;
    margin-bottom: 15px;
}

#zw-konfigurator input[type="text"] {
    border: 1px solid #CDCDCD;
    width: 90%;
    line-height: 32px;
    height: 40px;
    margin-bottom: 15px;
}

#zw-konfigurator input[type="submit"] {
    cursor: pointer;
    width: 90%;
    line-height: 40px;
    height: 40px;
    background: #F79133;
    color: #ffffff;
    margin-top: 20px;
    border: 1px solid #fff;
    font-size: 16px;
}

/* PLANING SERVICE */
.beratungsservice {
    margin: 30px 0;
}

.beratungsservice .row {
    margin: 10px 0 20px;
}

.beratungsservice label {
    text-transform: none;
}

.beratungsservice .form-inline .form-control {
    width: 100%;
}

.beratungsservice .form-control, .beratungsservice select, .beratungsservice textarea {
    width: 100%;
}

.beratungsservice textarea {
    height: 150px;
    border: 1px solid #b0b0b1;
}

.beratungsservice .carousel-inner {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.beratungsservice .carousel-inner .step {
    float: left;
    display: none;
    transition: transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.beratungsservice .carousel-inner .step.active {
    display: block;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.beratungsservice .zw-kon-vorteile ul {
    margin-left: 1em;
}

.beratungsservice .zw-kon-vorteile ul li {
    padding-left: 1.2em;
    margin-bottom: 1em;
    line-height: 24px;
}

.beratungsservice .zw-kon-vorteile ul li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    margin-left: -1.2em;
    width: 1.2em;
    margin-right: 6px;
    font-size: 16px;
    color: #293A49;
}

/* KUNDENKONTO */
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
    border-color: #006bb4;
    color: #000;
    font-weight: 600;
}

/* FOOTER */
.footer-column-headline, h1, h2, h3, h4, h5, h6, a.nav-link, .product-name, .product-price, .cms-element-product-slider .cms-element-title {
    font-family: "Inter", Arial, sans-serif;
}

.footer-container h3 {
    color: #fff;
    text-transform: uppercase;
}

.footer-container {
    color: #fff;
}

.footer-container ul {
    list-style: none;
    padding-left: 0;
    line-height: 115%;
}

.footer-container ul li a, .footer-container ul li a:hover, .footer-container a {
    color: #F79133;
}

.footer-container h3.newsletter-title, .footer-container .newsletter-description {
    color: #ffffff;
}

.zw_payment_icons img {
    height: 16px;
    margin: 10px 20px;
}

.rl-content-planung .btn {
    margin-top: 20px;
    border-radius: 0;
    background: #F79133;
    color: #fff;
    border: none;
}

.rl-content-planung .row {
    margin-top: 20px;
}

.rl-content-planung .row .mgz-element-column {
    padding-left: 10px;
    padding-right: 10px;
}

.block-compare .empty {
    padding: 10px;
}

.block-compare .block-content {
    padding: 10px;
}

.block-compare .product-item .product-item-name {
    margin-left: 22px;
    overflow: hidden;
}

.beratungsservice .carousel-inner, .beratungsservice .zusammenfassung {
    position: relative;
    background: #f4f4f4;
    padding: 15px;
    border: 1px solid #ededed;
}

.choice-field {
    border: 1px solid #ddd;
    background: #fff;
    padding: 7px;
    height: 200px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.zw_iconset.error {
    border: 2px solid #FF0000 !important;
}

.zw_iconset.zw_selected {
    border: 2px solid #76CBFF !important;
    border-radius: 3px;
}

.zw_iconset.zw_selected span.label {
    background: #76CBFF !important;
}

.zw_iconset:hover {
    cursor: pointer;
    border: 2px solid #76CBFF;
    border-radius: 3px;
}

.zw_iconset {
    border: 2px solid #f0f0f0;
    background: #eee;
    margin: 15px 0;
    display: block;
    text-align: center;
}

.zw_iconset .label {
    text-transform: none;
    font-size: 13px;
    color: #494949;
    background: #ddd;
    margin: 0;
    padding: 15px 0;
    display: block;
    font-weight: 400;
    border-radius: 0;
}

span.m2 {
    font-size: 36px;
    color: #006DF0;
    font-weight: bold;
    margin: 14px 0;
    display: inline-block;
}

.cfgt-area-label {
    margin: 50px 0 !important;
}

.zw_iconset img {
    margin: 20px auto;
    width: 40%;
    max-width: 40% !important;
}

.zw_iconset input {
    margin: 20px auto;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.step input[type=radio], .step .zw_iconset input[type=checkbox] {
    display: none;
}

.beratungsservice {
    margin: 30px 0;
}

.beratungsservice .row {
    margin: 10px 0 20px;
}

.beratungsservice label {
    text-transform: none;
}

.beratungsservice .form-inline .form-control {
    width: 100%;
}

.beratungsservice .form-control, .beratungsservice select, .beratungsservice textarea {
    width: 100%;
}

.beratungsservice textarea {
    height: 150px;
    border: 1px solid #b0b0b1;
}

.beratungsservice .carousel-inner {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.beratungsservice .carousel-inner .step {
    float: left;
    display: none;
    transition: transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.beratungsservice .carousel-inner .step.active {
    display: block;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.beratungsservice .zw-kon-vorteile ul {
    margin-left: 1em;
}

.beratungsservice .zw-kon-vorteile ul li {
    padding-left: 1.2em;
    margin-bottom: 1em;
    line-height: 24px;
}

.beratungsservice .zw-kon-vorteile ul li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    margin-left: -1.2em;
    width: 1.2em;
    margin-right: 6px;
    font-size: 16px;
    color: #293A49;
}

.nav-sections-item-content>.navigation {
    text-align: center;
}

.sidebar.sidebar-additional .block.paypal.acceptance {
    display: none;
}

#kva_button {
    display: none !important;
}

.action.multicheckout {
    display: none !important;
}

.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field[name="shippingAddress.city"] {
    float: right !important;
}

.minicart-items .subtitle {
    display: none !important;
}

.minicart-items .label {
    color: #000;
}

#footer_slider img.owl-item-image {
    height: auto;
    width: 150px;
}

#footer_slider .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 1000px) {
    /*    .block.block-search.sparsh-search-auto-complete-block::after {
        content: 'seit 2009';
        position: absolute;
        right: -140px;
        top: 7px;
        font-size: 24px;
        color: #ffffff;
        font-family: "Inter", sans-serif;
        font-weight: lighter;
    }*/
}

.customer-account-create label, .customer-account-login label {
    color: #333;
}

.form.contact label {
    color: #333;
}

form#form-validate label {
    color: #333;
}

.product-info-main .product.attribute.sku .type:after {
    content: ':';
}

.biz_link {
    display: none;
}

@media only screen and (min-width: 1192px) {
    .biz_link {
        display: block;
        float: left;
        margin-top: 13px;
    }

    .biz_link img {
        max-width: 150px;
    }

    .block-search {
        margin-right: 30px;
        padding-left: 30px !important;
    }
}

.opc-block-summary .table-totals .totals-tax-details.shown {
    display: none !important;
}

.justify, .justify span, .justify p {
    text-align: justify;
    display: inline-block;
}

label.label {
    color: #333333;
}
