﻿/* preloader hide */

.page-preloader-container {
    display: none;
}


/* COMMON */

body {
    margin: 0;
    background-color: #ecebe7;
}

* {
    outline: none;
}

.relative {
    position: relative;
}

.wrapper {
    background-color: #ecebe7;
    width: 100%;
}

.wrapper.fix {
    position: fixed;
}

.white-background {
    background-color: #ffffff;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.white-background-padding-bottom {
    padding-bottom: 50px;
}

.grey-background {
    background-color: #ecebe7;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.dark-grey-background {
    background-color: #3d3c3a;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.content {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    box-sizing: border-box;
}


/* DND HOTFIX AFTER REFAKT - VV 2018-05-31 */

.inner-padding {
    padding: 0 24px;
}

.dnd-editor-parent {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.sample-order-page-content .dnd-editor-parent {
    padding: 0;
}


/* END */

.toLeft {
    float: left;
}

.toRight {
    float: right;
}

.clearfix::before,
.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px -2.5px;
}

.border {
    border: 1px solid #e2e0da;
}


/* COLS */

.container-fluid {
    padding: 0;
}

.row {
    margin: 0 -4px;
}

.row>div {
    padding: 0 4px;
}

.big-grid {
    padding: 0;
}

.big-grid.padding24 {
    padding: 0 24px;
}

.big-grid .row {
    margin: 0 -12px;
}

.big-grid .row>div {
    padding: 0 12px;
}

.small-grid .row {
    margin: 0 -4px;
}

.small-grid .row>div {
    padding: 0 4px;
}

/* CAROUSEL */

.carousel .slick-prev,
.carousel .slick-next {
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.carousel.mobile .slick-prev,
.carousel.mobile .slick-next {
    opacity: 0.6;
}

.carousel:hover .slick-prev,
.carousel:hover .slick-next {
    opacity: 0.6;
}

.carousel .slick-prev {
    left: 0;
    z-index: 10;
}

.carousel .slick-prev {
    background: url('../images/carousel/slider-prev.png') top left no-repeat !important;
    width: 40px;
    height: 70px;
}

.carousel .slick-prev:hover {
    opacity: 0.8;
}

.carousel .slick-next {
    right: 0;
    z-index: 10;
}

.carousel .slick-next {
    background: url('../images/carousel/slider-next.png') top left no-repeat !important;
    width: 40px;
    height: 70px;
}

.carousel .slick-next:hover {
    opacity: 0.8;
}

.carousel .slick-prev::before,
.carousel .slick-next::before {
    display: none;
}


/* BILLBOARD */

.billboard {
    height: 480px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto !important;
}

.billboard .item {
    position: relative;
    height: 480px;
    background-size: cover !important;
}

.billboard .item .textbox {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 500px;
    top: 134px;
    right: 56px;
    padding: 16px 24px;
    box-sizing: border-box;
}

.billboard .item .textbox.show-only-desktop {
    display: block;
}

.billboard .item .textbox h2 {
    color: #000000;
    font-size: 45px;
    font-family: "FranklinGothicDemiITC";
    line-height: 50px;
    margin: 0 0 5px;
}

.billboard .item .textbox h2 span {
    color: #df122c;
}

.billboard .item .textbox p {
    line-height: 1.3;
    margin: 0;
}

.billboard .item .textbox h2 p {
    line-height: 1.1;
}

.billboard .item .textbox p span {
    font-family: "FranklinGothicDemiITC";
}

.billboard .search-container.in-billboard h2 {
    text-align: center;
    font-size: 45px;
    padding-top: 150px;
}

.billboard .slick-dots {
    bottom: 12px;
    opacity: 0.7;
}

.billboard .slick-dots li {
    background-color: #575550;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    margin: 0 2px;
    box-sizing: unset;
}

.billboard .slick-dots li.slick-active {
    background-color: #ff0101;
}

.billboard .slick-dots li button {
    width: 14px;
    height: 14px;
}

.billboard .slick-dots li button::before {
    display: none;
}

.billboard-synced {
    display: none !important;
}

.billboard a:hover,
.billboard-synced a:hover {
    text-decoration: none;
}


/* QUICKLINKS */

.quicklinks.carousel {
    max-width: 1280px;
    width: 100%;
    margin: 32px auto 52px !important;
    padding: 0 115px;
}

.quicklinks .slick-prev,
.quicklinks .slick-next {
    opacity: 0.5;
    transition: opacity 300ms ease-in-out;
}

.quicklinks .slick-prev {
    left: 67px;
    z-index: 10;
}

.quicklinks .slick-prev {
    background: url('../images/carousel/quicklinks-prev.png') top left no-repeat !important;
    width: 40px;
    height: 70px;
}

.quicklinks .slick-prev:hover {
    opacity: 1;
}

.quicklinks .slick-next {
    right: 67px;
    z-index: 10;
}

.quicklinks .slick-next {
    background: url('../images/carousel/quicklinks-next.png') top left no-repeat !important;
    width: 40px;
    height: 70px;
}

.quicklinks .slick-next:hover {
    opacity: 0.8;
}

.quicklinks .slick-prev::before,
.quicklinks .slick-next::before {
    display: none;
}

.quicklinks .quicklinks-item {
    position: relative;
    background-color: #d9d6cf;
    margin: 0 12px;
    transition: background-color 300ms ease-in-out;
}

.quicklinks .quicklinks-item:hover {
    background-color: #df0a25 !important;
}

.quicklinks .quicklinks-item.red {
    background-color: #df0a25;
}

.quicklinks .quicklinks-item .textbox {
    width: 100%;
    height: 100%;
}

.quicklinks .quicklinks-item .textbox img {
    position: absolute;
    top: 10px;
    right: 13px;
}

.quicklinks .quicklinks-item .textbox p {
    position: absolute;
    left: 11px;
    bottom: 15px;
    color: #000000;
    font-size: 24px;
    font-family: "FranklinGothicBookITC";
    line-height: 1;
    margin: 0;
    width: calc(100% - 22px);
    text-align: left;
    transition: color 300ms ease-in-out;
}

.quicklinks .quicklinks-item:hover .textbox p {
    color: #ffffff !important;
}

.quicklinks .quicklinks-item .textbox i {
    position: absolute;
    top: 11px;
    right: 13px;
    color: #000000;
    font-size: 40px;
    opacity: 0.16;
}

.quicklinks .quicklinks-item.red .textbox p {
    color: #ffffff;
}

.quicklinks .quicklinks-item.red .textbox i {
    color: #ffffff;
    opacity: 1;
}


/* BILLBOARD & QUICKLINKS HOTFIX */

.carousel-parent-hotfix {
    margin: 0 -24px !important;
    width: calc(100% + 48px);
}


/* CARDS */

.card-item {
    padding: 0 4px;
}

.card-item.big {
    margin: 0 0 8px;
}

.card-item.medium,
.card-item.small {
    margin: 0 0 8px;
}

.card-item.color-card-item {
    max-height: 245px;
    max-width: 940px;
    position: relative;
    padding: 0;
}

.card-item.color-card-item.color-card-item-small {
    max-height: unset;
    min-width: 140px;
}


/*.card-item.news-item {*/


/*margin: 0 0 24px;*/


/*width: 33.33%;*/


/*}*/


/*@media screen and (max-width:1023px){*/


/*.card-item.news-item {*/


/*width:50%;*/


/*}*/


/*}@media screen and (max-width:767px){*/


/*.card-item.news-item {*/


/*width:100%;*/


/*}*/


/*}*/


/*.card-item.news-item.hidden {*/


/*display: none;*/


/*}*/

.card-item:nth-last-child(1) {
    margin: 0;
}

.card-item .inner {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-color: #ffffff !important;
    border-radius: 2px;
    height: 100%;
    overflow: hidden;
}

.references .card-item .inner {
    height: 100% !important;
}

.card-item.random-height .inner {
    background-color: #ffffff;
    padding: 50px 10px;
}

.card-item .inner {
    text-decoration: none;
    color: #000;
}

.card-item.color-card-item .inner {
    padding: 25px;
    border: 1px solid #cdcdcd;
}

.card-item.color-card-item.color-card-item-small .inner {
    padding: 0px;
    border: none;
    border-radius: 0;
    overflow: visible;
}

.card-item.color-card-item .inner .inline-extra-icon {
    position: relative;
    height: 70px;
    width: 40px;
}

.card-item.color-card-item .inner .inline-extra-icon.with-sampleorder-addtocart {
    width: 100%;
}

.card-item.color-card-item .inner .inline-extra-icon.with-sampleorder-addtocart .sample-order-addtocart-button i {
    position: absolute;
    bottom: 8px;
    left: 35px;
    font-size: 24px;
    color: #e2001a;
}

.card-item.color-card-item.extra-icon-with-sample-order-button .inner .inline-extra-icon {
    height: 35px;
}

.card-item.color-card-item.color-card-item-small .inner .inline-extra-icon {
    height: 50px;
}

.card-item.color-card-item .inner .inline-extra-icon .extra {
    bottom: 0px;
    left: -8px;
}

.card-item.color-card-item.card-item-without-border .inner {
    border: none;
    padding: 0;
}

.card-item.color-card-item .color-card-color-background {
    width: 45%;
    height: 195px;
    float: left;
}

.card-item.color-card-item.color-card-item-small .color-card-color-background {
    width: 100%;
    height: 75px;
    float: none;
}

.card-item.color-card-item.card-item-without-border .color-card-color-background {
    width: 55%;
}

.card-item.color-card-item.card-item-without-border .color-card-color-background {
    height: 245px;
}

.card-item.color-card-item .color-card-detail {
    width: 55%;
    height: 195px;
    float: left;
    padding-left: 25px;
    color: #5d5d5d;
    font-size: 14px;
    font-family: "FranklinGothicBookITC";
    line-height: 175%;
}

.card-item.color-card-item .color-card-detail .simple-link i {
    color: #5d5d5d;
}

.card-item.color-card-item .color-card-detail .simple-link:hover i {
    color: #df0a25;
}

.card-item.color-card-item.color-card-item-small .color-card-detail {
    height: auto;
    padding-left: 0;
    width: 100%;
}

.card-item.color-card-item.card-item-without-border .color-card-detail {
    width: 45%;
}

.card-item.color-card-item .color-card-detail .color-card-title {
    font-size: 200%;
    line-height: 150%;
    font-family: "FranklinGothicDemiITC";
    color: #000000;
}

.card-item.color-card-item.extra-icon-with-sample-order-button .color-card-detail .color-card-title {
    line-height: 110%;
}

@media screen and (max-width: 480px) {
    .card-item.color-card-item {
        height: auto;
        max-height: none;
    }
    .card-item.color-card-item.card-item-without-border .color-card-color-background,
    .card-item.color-card-item .color-card-color-background {
        height: 130px;
        width: 100%;
    }
    .card-item.color-card-item.card-item-without-border .color-card-detail,
    .card-item.color-card-item .color-card-detail {
        height: auto;
        width: 100%;
    }
}

.card-item .inner .textbox {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 232px;
    top: 342px;
    right: 24px;
    padding: 14px 10px;
    box-sizing: border-box;
}

.card-item .inner .textbox h2 {
    color: #000000;
    font-size: 24px;
    font-family: "FranklinGothicDemiITC";
    line-height: 26px;
    margin: 0;
}

.card-item.inner .textbox h2 span {
    color: #df122c;
}

.card-item .inner .text-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* padding: 0 12px; */
    padding: 15px 12px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: none;
    /* height: 52px; */
}

.card-item.products-az .inner .text-container {
    background-color: #df0a25;
    height: 100%;
}

.card-item.products-az .inner .text-container h5 {
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.card-item.medium.products-az .inner .text-container h5 {
    top: 50px;
    font-size: 30px;
    transform: unset;
}

.card-item.products-az .inner .text-container i {
    color: #ffffff;
    top: unset;
    bottom: 0;
}

.card-item .inner .text-container.with-button {
    bottom: -148px;
    transition: bottom 300ms ease-in-out, box-shadow 300ms ease-in-out;
    ;
}

.card-item .inner .text-container.with-button.visible {
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px 10px;
}

.card-item .inner .text-container.with-button .button {
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: #fff;
    right: 12px;
    top: -18px;
    border-radius: 50%;
    z-index: 10;
}

.card-item .inner .text-container.with-button .button span {
    color: #df0a25;
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% + 1px);
    font-size: 20px;
    cursor: pointer;
}

.card-item .inner i.launch {
    position: absolute;
    width: 52px;
    line-height: 52px;
    text-align: center;
    top: 0;
    right: 0;
    color: #ffffff;
}

.card-item .inner.light-background i.launch {
    color: #000000;
}

.card-item .inner .text-container.no-background {
    background-color: transparent;
}

.card-item .inner .text-container.no-background::before {
    content: '';
    display: block;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.card-item .inner .text-container.with-button {
    background-color: transparent;
}

.card-item .inner .text-container.with-button .background {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}

.card-item .inner .text-container.with-button.visible .background {
    opacity: 0.8;
}

.card-item .inner .text-container span {
    position: absolute;
    top: -15px;
    left: 12px;
    color: #222222;
    font-size: 15px;
    font-family: "FranklinGothicMediumITC";
    line-height: 20px;
}

.card-item .inner .text-container.no-background span {
    color: #ffffff;
}

.card-item .inner .text-container h5 {
    color: #222222;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.25px;
    width: calc(100% - 40px);
    margin: 0;
    /*padding: 15px 0;*/
    position: relative;
    z-index: 5;
}

.card-item.small:not(.news-item) .inner .text-container h5 {
    font-size: 17px;
    line-height: 19px;
}


/*.card-item.reference .inner .text-container h5 {
    padding: 11px 0;
}*/

.card-item.reference-image {
    overflow: hidden;
}

.card-item.reference-image img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.reference-image .counter-container {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.reference-image .counter-container span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 45px;
    font-family: "FranklinGothicMediumITC";
    line-height: 1;
    margin: 0;
}

.card-item .inner .text-container.with-button p {
    font-size: 18px;
}

.card-item .inner .text-container p.details {
    font-size: 13px;
    font-family: "FranklinGothicBookITC";
    line-height: 17px;
    letter-spacing: 0;
    width: 100%;
    min-height: 136px;
    margin: 0 0 12px;
    position: relative;
    z-index: 5;
}

.card-item .inner .text-container p.details a {
    color: #df0a25;
    text-decoration: underline;
}

.card-item .inner .text-container.no-background h5,
.card-item .inner .text-container.no-background h5 a,
.card-item .inner .text-container.no-background p {
    color: #ffffff;
}

.card-item .inner .text-container i.add-to-dashboard {
    position: absolute;
    color: #ada99f;
    width: 52px !important;
    line-height: 52px;
    text-align: center;
    top: unset;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
}


/*.card-item .inner .text-container i.add-to-dashboard.red {
	color: #df0a25;
}
.card-item .inner .text-container i.add-to-dashboard.red:hover {
	color: #b2081e;
}*/

.card-item .inner .text-container.no-background i,
.card-item .inner .text-container.no-background i:hover {
    color: #ffffff !important;
}

.card-item .inner .text-container.with-button i {
    opacity: 0;
    top: unset;
    bottom: 0;
    transition: opacity 300ms ease-in-out;
}

.card-item .inner .text-container.with-button.visible i {
    opacity: 1;
    color: #000000;
}

.card-item .inner .text-container i.add-to-dashboard:hover {
    color: #000000;
}


/*my baumit*/

.my-baumit-dashboard .card-item.with-hover-layer .hidden-content {
    z-index: 200;
}

.my-baumit-dashboard .card-item.with-hover-layer .hidden-content .toggle-button {
    display: none;
}

.my-baumit-dashboard .card-item.with-hover-layer .extra {
    z-index: 201;
    opacity: 1;
    pointer-events: all;
}

.my-baumit-dashboard .card-item.with-hover-layer .extra .extra-container ul {
    width: 210px;
}

.my-baumit-dashboard .card-item.with-hover-layer .hidden-content.visible {
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px 10px;
}

.my-baumit-dashboard .card-item.with-hover-layer .outer {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.my-baumit-dashboard .card-item.with-hover-layer.menu-open .outer {
    overflow: visible;
}

.my-baumit-dashboard .card-item.with-hover-layer .hidden-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 12px;
    transition: bottom 300ms ease-in-out;
}

.my-baumit-dashboard .card-item.with-hover-layer .hidden-content p.details {
    visibility: hidden;
    display: none;
}

.my-baumit-dashboard .card-item.with-hover-layer .hidden-content.visible {
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px 10px;
}

.my-baumit-dashboard .card-item.with-hover-layer .hidden-content .toggle-button {
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: #fff;
    right: 12px;
    top: -18px;
    border-radius: 50%;
    z-index: 10;
}

.my-baumit-dashboard .card-item.with-hover-layer .hidden-content .toggle-button {
    transition: transform 0.5s;
}

.my-baumit-dashboard .card-item.with-hover-layer .hidden-content .background {
    height: 52px;
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}

.my-baumit-dashboard .card-item.with-hover-layer .hidden-content.visible .background {
    opacity: 0.8;
}

.my-baumit-dashboard .card-item.with-hover-layer .hidden-content .text-container {
    height: 52px;
}


/* VV - CARD WITH HIDDEN CONTENT MOD 2018-05-10 */

.card-item.with-hover-layer .outer {
    /*position: relative;*/
    /*overflow: hidden;*/
    /*height: 100%;*/
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 98%;
}

.card-item.with-hover-layer.menu-open .outer {
    overflow: visible;
}

.card-item.with-hover-layer .hidden-content {
    position: absolute;
    bottom: -137px;
    width: 100%;
    padding: 0 12px;
    transition: bottom 300ms ease-in-out;
}

.card-item.with-hover-layer .hidden-content.position-1 {
    bottom: -56px;
}

.card-item.with-hover-layer .hidden-content.position-2 {
    bottom: -90px;
}

.card-item.with-hover-layer .hidden-content.position-3 {
    bottom: -124px;
}

.card-item.with-hover-layer .hidden-content.position-4 {
    bottom: -158px;
}

.card-item.with-hover-layer .hidden-content.position-5 {
    bottom: -192px;
}

.card-item.with-hover-layer .hidden-content.visible {
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px 10px;
}

.card-item.with-hover-layer .hidden-content .toggle-button {
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: #fff;
    right: 12px;
    top: -18px;
    border-radius: 50%;
    z-index: 10;
}

#calc-selector .card-item.with-hover-layer.calculator-item {
    cursor: pointer;
}

#calc-selector .card-item.with-hover-layer.calculator-item .hidden-content .toggle-button {
    pointer-events: none;
}

#calc-selector .card-item.with-hover-layer.calculator-item:hover .hidden-content {
    bottom: 0 !important;
    transition: bottom 300ms ease-in-out;
}

#calc-selector .card-item.with-hover-layer.calculator-item:hover .hidden-content .toggle-button .mdi-chevron-up:before {
    content: "\F140";
}

.card-item.with-hover-layer .hidden-content .toggle-button span {
    color: #df0a25;
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% + 1px);
    font-size: 20px;
    cursor: pointer;
    position: absolute;
}

.card-item.with-hover-layer .hidden-content .toggle-button {
    transition: transform 0.5s;
}

.card-item:not(.calculator-item):not(.calculator-common-item).with-hover-layer .hidden-content .toggle-button:hover {
    transform: translateY(-3px);
}

.card-item.with-hover-layer .hidden-content .background {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}

.card-item.with-hover-layer .hidden-content.visible .background {
    opacity: 0.8;
}

.card-item.with-hover-layer .hidden-content .text-container {
    height: 52px;
}

.card-item.with-hover-layer .hidden-content .text-container h5 {
    color: #222222;
    font-size: 17px;
    line-height: 19px;
    letter-spacing: -0.25px;
    width: calc(100% - 40px);
    margin: 0;
    /*padding: 15px 0;*/
    position: relative;
}

.card-item.with-hover-layer .hidden-content p.details {
    color: #222222;
    font-size: 13px;
    font-family: "FranklinGothicBookITC";
    line-height: 17px;
    letter-spacing: 0;
    width: 100%;
    height: 85px;
    margin: 0 0 52px;
    position: relative;
    overflow: hidden;
}

.card-item.small.related-item {
    position: relative;
}

.card-item.small.related-item .inner .text-container h5 {
    font-size: 17px;
    line-height: 20px;
}


/* HIGHLIGHTS */

.highlight-container {
    position: absolute;
    right: 0;
    top: 27px;
}

.highlight-container .highlight {
    color: #ffffff;
    font-size: 14px;
    font-family: "FranklinGothicDemiITC";
    line-height: 24px;
    text-align: center;
    margin: 0 0 4px;
    display: block;
    padding: 0 6px 0 2px;
}

.highlight-container .highlight::before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: -14px;
    border-style: solid;
    border-width: 0 14px 24px 0;
}

.highlight-container .highlight.red {
    background-color: #df0a25;
}

.highlight-container .highlight.red::before {
    border-color: transparent #df0a25 transparent transparent;
}

.highlight-container .highlight.green {
    background-color: #559530;
}

.highlight-container .highlight.green::before {
    border-color: transparent #559530 transparent transparent;
}

.highlight-container .highlight.gold {
    background-color: #c3a155;
}

.highlight-container .highlight.gold::before {
    border-color: transparent #c3a155 transparent transparent;
}


/* LEFT MENU */

.left-menu .menu-item p {
    color: #575550;
    font-size: 14px;
    font-family: "FranklinGothicBookITC";
    line-height: 20px;
    margin: 0;
}

.left-menu .menu-item a p {
    cursor: pointer;
}

.left-menu .menu-item a:hover {
    text-decoration: none;
}

.header .content .main-menu .menu-item .submenu .submenu-item .line {
    background-color: #d9d6cf;
    width: 100%;
    height: 1px;
}

.left-menu .menu-item ul {
    list-style: none;
    margin: 10px 16px 50px 0;
    padding: 0;
}

.left-menu .menu-item ul li {
    margin: 0 0 4px;
}

.left-menu .menu-item ul li p {
    color: #000000;
    font-size: 18px;
    font-family: "FranklinGothicMediumITC";
    line-height: 24px;
    margin: 0;
    padding: 5px 12px;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 300ms ease-in-out;
}

.left-menu .menu-item ul li p.selected {
    background-color: #ffffff;
}

.left-menu .menu-item ul li.opened>a p.selected {
    background-color: #e0ddd7;
}

.left-menu .menu-item ul li p:hover {
    color: #df0a25;
}

.left-menu .menu-item ul li ul {
    margin: 4px 0 0 12px;
    display: none;
}

.left-menu .menu-item ul li ul li {
    margin: 0 0 4px;
}

.left-menu .menu-item ul li ul li p {
    color: #575550;
    font-family: "FranklinGothicBookITC";
}

.left-menu .allProducts {
    color: #df0a25;
    font-size: 18px;
    font-family: "FranklinGothicMediumITC";
    line-height: 34px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 300ms ease-in-out;
}

.left-menu .allProducts:hover {
    color: #b2081e;
}


/* COUNTER */

.counter {
    color: #575550;
    font-size: 20px;
    font-family: "FranklinGothicBookITC";
    line-height: 20px;
    margin: 14px 0 18px;
}


/* PRODUCTS COUNTER & FILTER */

.products .filter {
    margin: 0 0 8px;
}

.products .filter .filter-item {
    color: #df0a25;
    font-size: 16px;
    font-family: "FranklinGothicMediumITC";
    line-height: 22px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid transparent;
    cursor: pointer;
}

.products .filter .filter-item.selected {
    color: #575550;
    border: 1px solid #c6c1b6;
}


/* PRODUCTS */

.products .product.hidden {
    display: none;
}


/* PRODUCTS A-Z */

.products-az .product:nth-child(odd) .accordion-title {
    background-color: #ffffff;
}

.products-az .product:nth-child(even) .accordion-title {
    background-color: #f9f9f8;
}

.products-az .product .product-detail .inner {
    background-color: #ffffff;
    padding: 12px 13px 31px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d6cf;
}

.products-az .product .product-detail .inner p.alternative-name {
    font-size: 16px;
    font-family: "FranklinGothicDemiITC";
    line-height: 18px;
}

.products-az .product .product-detail .inner p.description {
    font-size: 18px;
    line-height: 24px;
}

.products-az .product .product-detail .inner p.to-product {
    font-size: 16px;
    font-family: "FranklinGothicDemiITC";
    line-height: 42px;
    text-transform: uppercase;
    margin: 0;
}

.products-az .product .product-detail .inner p.to-product a {
    color: #df0a25;
}

.products-az .product .product-detail .inner p.to-product a:hover {
    text-decoration: none;
}

.products-az .product .product-detail .inner img {
    display: block;
    margin: 0 0 0 20px;
}

.products-az .product .extra {
    top: 5px;
    right: 44px;
    height: 34px;
}

.products-az .product .extra.sheets {
    right: 5px;
}

.products-az .grid-item.product .extra {
    top: 0;
    right: 34px;
    bottom: 0;
}

.products-az .grid-item.product .extra.sheets {
    right: 0;
}

.products-az .grid-item a.text-inner:hover {
    text-decoration: none !important;
}


/* PRODUCTS CATEGORY */

.products .product,
.brochure {
    margin: 0 0 8px;
    padding: 0 4px;
}

.products .product .background,
.brochure .background {
    background-color: #ffffff;
    border-radius: 2px;
}

.products .product .inner,
.brochure .inner {
    padding: 0 8px 8px;
}

.products .product .inner .relative,
.brochure .inner .relative {
    height: 34px;
}

.products .product .inner a:hover {
    text-decoration: none;
}

.products .product .inner img {
    max-width: 200px;
}

.brochure .inner img {
    max-width: 150px;
    /* Balázs kérésére módositve, 2018-11-07 */
}

.products .product .inner img,
.brochure .inner img {
    max-height: 180px;
    width: auto;
    height: 180px;
    /*width: 100%;
    height: auto;*/
    margin: 0 auto 8px;
    display: block;
}

.products .product .inner .alternative-name-outer,
.brochure .inner .alternative-name-outer {
    height: 18.2px;
    overflow: hidden;
}

.products .product .inner .name-outer,
.brochure .inner .name-outer {
    height: 34px;
    margin: 0 0 4px;
    overflow: hidden;
}

.products .product .inner h5 a,
.brochure .inner h5 a {
    color: #000000;
}

.products .product .inner .description-outer {
    height: calc(3 * 14.3px);
    margin: 0 0 20px;
    overflow: hidden;
}

.products .product .inner .description-outer p.description {
    margin: 0;
}

.brochure .inner p.description {
    color: #282724;
    font-size: 16px;
    line-height: 20px;
    min-height: 70px;
    margin: 0;
}

.brochure .inner .extra {
    right: 36px;
    bottom: 0;
}

.brochure .inner .extra.sheets {
    right: 0;
    bottom: 0;
}


/* PRODUCTS EXTRAS */

.grid-item.with-hover-layer .extra {
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease-in-out;
}

.grid-item.with-hover-layer.show-layer .extra {
    opacity: 1;
    pointer-events: all;
}

.grid-item.white-extra-button .extra i:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #e0dbce;
}

.grid-item.white-extra-button .extra i.red:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #b2081e;
}

.extra {
    position: absolute;
    bottom: 8px;
    right: 12px;
}

.my-baumit-dashboard .extra {
    z-index: 201;
}

.extra i {
    color: #ada99f;
    width: 34px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.extra i.red {
    color: #df0a25;
}

.extra i.red:hover {
    color: #b2081e;
}

.extra i:hover {
    background-color: #f7f5f4;
    color: #575550;
}

.extra i.selected {
    background-color: #e2e0da;
    color: #575550;
}

.extra i.disabled,
.extra i.disabled:hover {
    background-color: transparent;
    color: #ada99f;
    cursor: not-allowed;
}

.extra .extra-container {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #f1efed;
    z-index: 10;
}

.product-page .extra .extra-container {
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #f1efed;
    z-index: 10;
}

.extra .extra-container.visible {
    display: block;
}

.extra .extra-container ul {
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.extra .extra-container ul li {
    font-size: 14px;
    font-family: "FranklinGothicBookITC";
    line-height: 36px;
    margin: 0;
    padding: 0 12px;
    cursor: pointer;
}

.extra .extra-container ul li a {
    color: #282724;
}

.extra .extra-container ul li:hover {
    background-color: #f1efed;
}

.extra .extra-container ul li:hover a {
    text-decoration: none;
}

.extra .extra-container ul li:nth-last-child(1) {
    border-top: 1px solid #f1efed;
}

.extra .extra-container ul li i {
    position: relative;
    color: #000;
    font-size: 18px;
    top: 5px;
    margin: 0 8px 0 0;
    padding: 0;
}

.fixed-extras .extra {
    position: relative;
    bottom: 0;
    right: 0;
}


/* RELATED PRODUCTS */

.related-products .slick-list {
    margin: 0 -4px -8px -4px;
}

.related-products .card-item {
    padding: 0 4px;
}

.related-products .slick-prev {
    background: url('../images/carousel/slider-prev-small.png') top left no-repeat !important;
    width: 36px;
    height: 52px;
    left: -24px;
}

.related-products .slick-next {
    background: url('../images/carousel/slider-next-small.png') top left no-repeat !important;
    width: 36px;
    height: 52px;
    right: -24px;
}


/* PRODUCTS CAROUSEL */

.products.carousel .slick-list {
    margin: 0 -4px -8px -4px;
}

.products.carousel .slick-prev {
    background: url('../images/carousel/slider-prev-small.png') top left no-repeat;
    width: 36px;
    height: 52px;
    left: -101px;
}

.products.carousel .slick-next {
    background: url('../images/carousel/slider-next-small.png') top left no-repeat;
    width: 36px;
    height: 52px;
    right: -101px;
}

.products.carousel .item .extra .extra-container {
    top: unset;
    bottom: 40px;
}

.products.carousel .item.slick-current .extra .extra-container {
    left: 0;
    right: unset;
}


/* PRODUCT PAGE */

.product-page .dropdown.variants {
    max-width: 396px;
    width: 100%;
    margin: 0 0 16px;
}

.product-page .table {
    margin: 0 0 48px;
}

.product-page .product-image {
    border: 1px solid #BCBBB7;
    margin: 0 0 8px;
    text-align: center;
}

.product-page .product-image img {
    max-width: 100%;
    width: auto;
    margin: 0;
}

.product-page .product-image img.grayscale-image {
    max-width: 100%;
    width: auto;
    margin: 0;
    filter: grayscale();
}

.product-page .product-downloads {
    background-color: #f7f5f4;
    margin: 0 0 24px;
    padding: 16px;
}

@media screen and (min-width: 960px) {
    .product-page .product-downloads.without-documents {
        background-color: transparent;
    }
}

.product-page .product-downloads .extra {
    position: relative;
    bottom: unset;
    right: unset;
    float: right;
    display: flex;
    align-items: center;
    height: 42px;
    justify-content: center;
}

.product-page .product-downloads .extra i {
    font-size: 23px;
    width: 34px;
    height: 34px;
}

.product-page .product-downloads .prod-icons i {
    color: #ada99f;
    font-size: 22px;
}

.product-page .product-downloads .prod-icons:hover i {
    color: #333;
}

.product-page .product-downloads .prod-icons {
    text-align: center;
    width: 28px;
    cursor: pointer;
    display: block;
    padding-top: 11px;
}

.product-page .dropdown.downloads i,
.product-page .product-shop-box .button i {
    font-size: 16px;
    margin: 0 8px 0 0;
    position: relative;
    top: 1.5px;
}

.product-page .dropdown.downloads .btn-secondary {
    color: #ffffff;
    background-color: #df0a25;
    border-color: #df0a25;
    text-transform: uppercase;
}

.product-page .dropdown.downloads .btn-secondary:hover {
    color: #ffffff;
    background-color: #b2081e;
    border-color: #b2081e;
}

.product-page .dropdown.downloads .btn-secondary:not([disabled]):not(.disabled).active,
.product-page .dropdown.downloads .btn-secondary:not([disabled]):not(.disabled):active,
.product-page .dropdown.downloads .show>.btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #b2081e;
    border-color: #b2081e;
    box-shadow: unset;
}

.product-page .dropdown.downloads .dropdown-item:nth-last-child(1) {
    border-top: 1px solid #f1efed;
}

.product-page .add-to-dashboard {
    color: #ada99f;
    line-height: 44px;
    cursor: pointer;
}

.product-page .add-to-dashboard:hover {
    color: #575550;
}

.product-page .product-certificates img {
    float: right;
    margin: 0 0 0 20px;
    max-height: 74px;
}

.product-page .product-certificates img:nth-last-child(1) {
    margin: 0;
}

.product-page .youtube {
    margin: 0 0 70px;
}

.product-page ul.highlights li::before {
    top: 7px;
}

.product-page ul.highlights.highlights-with-h2 li::before {
    top: 16px;
}

.youtube iframe {
    height: 100%;
}


/* COLOR SELECTION */

.color-container {
    /*display: none;*/
    z-index: 100;
    position: relative;
}

.color-selection-container {
    margin: 30px 0 50px !important;
}

.color-selection {
    height: 334px;
    background-color: #ffffff;
    /*margin: 30px 0 125px !important;*/
    /* VV MOD 20180626 */
    /*margin: 30px 0 50px !important;*/
    height: auto;
    /*opacity: 0;

    transition: opacity 300ms ease-in-out 300ms;*/
}

.color-selection.tablet {
    display: none;
}

.color-selection .slick-track {
    left: -1px !important;
}

.color-selection .slick-prev {
    left: -24px;
}

.color-selection .slick-next {
    right: -24px;
}

.color-selection .palette-row {
    display: flex;
    margin: 0;
}

.color-selection .palette-row .palette-color {
    width: 100%;
    padding-left: 1px;
}

.color-selection .palette-row .palette-color .color {
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    width: 100%;
    height: 36px;
    margin: 0 0 1px !important;
    cursor: pointer;
    /* VV MOD 20180626 */
    /*width: 38px;
    height: 26px;
    margin: 0 0 1px 1px;*/
    /*float: left;*/
}

.color-selection.lasur-metallic-glitter .palette-row .palette-color .color {
    height: 150px;
    margin: 0 0 4px !important;
}

.color-selection.premiumfuge .palette-row .palette-color .color {
    height: 75px;
    margin: 0 0 4px !important;
}

.color-selection.mosaik .palette-row .palette-color .color {
    height: 100px;
    margin: 0 0 4px !important;
}

.color-selection .palette-row .palette-color .color {
    box-shadow: none;
    transition: box-shadow 300ms ease-in-out;
}

.color-selection .palette-row .palette-color .color.white {
    box-shadow: inset 0px 0px 0px 1px #ecebe7;
}

.color-selection .palette-row .palette-color .color.black {
    box-shadow: inset 0px 0px 0px 1px #ecebe7;
    border: 3px solid #3d3c3a;
}

.color-selection.tablet .palette-row .palette-color .color {
    width: 50px;
}

.color-selection .slick-dots {
    height: 36px;
    bottom: -57px;
}

.color-selection .slick-dots li {
    background-size: 100% !important;
    height: 48px;
    margin: 0;
    vertical-align: middle;
    border-bottom: 4px solid transparent;
    transition: border-bottom 300ms ease-in-out;
}

.color-selection .slick-dots li.slick-active {
    position: relative;
    border-bottom: 4px solid #df0a25;
}

.color-selection .slick-dots li button {
    position: absolute;
    width: 100%;
    height: 26px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: height 300ms ease-in-out;
}

.color-selection .slick-dots li.slick-active button {
    height: 34px;
}

.color-selection .slick-dots li:nth-child(1) button {
    background: url('../images/products/color-selection/white.jpg');
}

.color-selection .slick-dots li:nth-child(2) button {
    background: url('../images/products/color-selection/yellow.jpg');
}

.color-selection .slick-dots li:nth-child(3) button {
    background: url('../images/products/color-selection/brown.jpg');
}

.color-selection .slick-dots li:nth-child(4) button {
    background: url('../images/products/color-selection/red.jpg');
}

.color-selection .slick-dots li:nth-child(5) button {
    background: url('../images/products/color-selection/blue.jpg');
}

.color-selection .slick-dots li:nth-child(6) button {
    background: url('../images/products/color-selection/green.jpg');
}

.color-selection .slick-dots li:nth-child(7) button {
    background: url('../images/products/color-selection/grey.jpg');
}

.color-selection .slick-dots li:nth-child(8) button {
    background: url('../images/products/color-selection/neutral.jpg');
}

.color-selection .slick-dots li:nth-child(9) button {
    background: url('../images/products/color-selection/mosaik.jpg');
}

.color-selection .slick-dots li button::before {
    display: none;
}

.color-detail-background {
    position: fixed;
    /*background-color: rgba(0,0,0,0.25);*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}

.color-detail {
    /*display: none;*/
    position: absolute;
    /*border: 1px solid #d9d6cf;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.color-detail .close-button {
    position: absolute;
    right: 12px;
    top: 13px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.color-detail.visible {
    /*display: block;*/
    pointer-events: all;
    opacity: 1;
}

.color-detail .inner {
    position: absolute;
    background-color: #ffffff;
    max-width: 1024px;
    width: 100%;
    padding: 23px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.color-detail.calculator-style .inner {
    max-width: 700px;
}

.color-detail .color-image {
    background-size: cover;
    height: 180px;
}

.color-detail .color-image.white {
    -webkit-box-shadow: inset 0px 0px 0px 1px #ecebe7;
    -moz-box-shadow: inset 0px 0px 0px 1px #ecebe7;
    box-shadow: inset 0px 0px 0px 1px #ecebe7;
}

.color-detail .row {
    height: 100%;
}

.color-detail .textbox {
    padding: 0 16px !important;
}

.color-detail p {
    color: #5d5d5d;
    font-size: 14px;
    font-family: "FranklinGothicBookITC";
    line-height: 16px;
    margin: 0 0 10px;
}

.color-detail p.color-name {
    color: #000000;
    font-size: 34px;
    font-family: "FranklinGothicDemiITC";
    line-height: 38px;
}

.color-detail p.color-code {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*border-bottom: none;*/
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 258px;
    overflow-y: scroll;
}

.autocomplete-items div {
    color: #797773;
    font-size: 20px;
    font-family: "FranklinGothicBookITC";
    padding: 0 14px;
    line-height: 42px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-items div strong {
    color: #000000;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}


/* GUIDE */

.stage-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.stage-container img {
    width: 100%;
    margin: 0;
}

.stage-container .stage-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.stage-container .stage-map a {
    color: #575550;
}

.stage-container .stage-map .pointer {
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    opacity: 0.8;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 300ms ease-in-out;
}

.stage-container .stage-map .pointer i {
    color: #df0a25;
    width: 32px;
    line-height: 32px;
    transition: color 300ms ease-in-out;
}

.stage-container .stage-map .pointer:hover {
    opacity: 1;
}

.stage-container .stage-map .pointer:hover i {
    color: #575550;
}

.stage-container .stage-map .pointer .note {
    position: absolute;
    background-color: #ffffff;
    padding: 0 12px;
    line-height: 40px;
    top: -4px;
    border-radius: 2px;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: opacity 300ms ease-in-out;
}

.stage-container .stage-map .pointer:hover .note {
    opacity: 1;
}

.stage-container .stage-map .pointer .note::after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    right: -9px;
    top: 11px;
    border-style: solid;
    border-width: 8.5px 0 8.5px 9px;
    border-color: transparent transparent transparent #ffffff;
}


/* PAGINATION */

.pagination {
    margin: 7px 0 0;
}

.pagination .page-item.hidden {
    display: none;
}

.pagination .page-item.first,
.pagination .page-item.last,
.pagination .page-item.active {
    display: block;
}

.pagination .page-item.prevDots {
    padding: 0 0 0 30px;
    position: relative;
}

.pagination .page-item.prevDots::before {
    display: block;
    content: '...';
    padding: 0 8px;
    font-size: 16px;
    font-family: "FranklinGothicMediumITC";
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.pagination .page-item.nextDots {
    padding: 0 30px 0 0;
    position: relative;
}

.pagination .page-item.nextDots::after {
    display: block;
    content: '...';
    padding: 0 8px;
    font-size: 16px;
    font-family: "FranklinGothicMediumITC";
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.pagination .page-item .page-link {
    border: 1px solid transparent;
    background-color: transparent;
    color: #df0a25;
    font-size: 16px;
    font-family: "FranklinGothicMediumITC";
    line-height: 30px;
    text-align: center;
    /*width: 30px;*/
    margin: 0;
    padding: 0 8px;
    pointer-events: all;
    cursor: pointer;
}

.pagination .page-item .page-link:hover {
    color: #575550;
    border: 1px solid #c6c1b6;
    background-color: transparent;
}

.pagination .page-item.disabled .page-link {
    color: #df0a25;
    border: 1px solid transparent;
    background-color: transparent;
    opacity: 0.4;
    pointer-events: none;
}

.pagination .page-item.active .page-link {
    color: #575550;
    border: 1px solid #c6c1b6;
    background-color: transparent;
    opacity: 0.4;
    pointer-events: none;
}


/* MORE INFORMATION */

.more-information {
    margin: 0 0 42px;
}

.more-information p {
    color: #666666;
    font-size: 20px;
    font-family: "FranklinGothicBookITC";
    line-height: 24px;
    margin: 50px 0 20px;
}


/* SEO */

.seo h3 {
    display: none;
    color: #797773;
}

.seo p {
    color: #797773;
}


/* FOOTER */

.footer {
    background-color: #ecebe7;
}

.footer .footer-item p {
    color: #000000;
    font-size: 16px;
    font-family: "FranklinGothicDemiITC";
    line-height: 18px;
    margin: 0 0 12px;
}

.footer .footer-item p a {
    color: #000000;
}

.footer .footer-item p a:hover {
    color: #df0a25;
    text-decoration: none;
}

.footer .footer-item ul {
    list-style: none;
    margin: 0 0 44px;
    padding: 0;
}

.footer .footer-item ul li {
    margin: 0 0 12px;
}

.footer .footer-item ul li:nth-last-child(1) {
    margin: 0;
}

.footer .footer-item ul li p {
    font-family: "FranklinGothicMediumITC";
    margin: 0;
}

.footer .footer-item ul li p a {
    color: #282724;
    text-decoration: none;
}

.footer .footer-item ul li p a:hover {
    color: #df0a25;
}

.footer .footer-item ul li p a:focus {
    color: #b2081e;
}

.footer .footer-item .social a {
    color: #575550;
    font-size: 42px;
    margin: 0 10px 0 0;
    opacity: .85;
    transition: opacity .5s;
}

.footer .footer-item .social.social-media-links-from-cms a {
    line-height: 48px;
}

.footer .footer-item .social.social-media-links-from-cms a img {
    max-width: 42px;
    max-height: 42px;
}

.footer .footer-item .social a:hover {
    opacity: 1;
}

.footer .not-included-sitemap p {
    font-size: 16px;
    font-family: "FranklinGothicMediumITC";
    line-height: 18px;
    margin: 0;
}

.footer .not-included-sitemap p a {
    color: #282724;
    text-decoration: none;
    margin: 0 0 0 20px;
}

.footer .not-included-sitemap p a:nth-child(1) {
    margin: 0;
}

.footer .not-included-sitemap p a:hover {
    color: #df0a25;
}

.footer .not-included-sitemap p a span {
    color: #000000;
    font-family: "FranklinGothicDemiITC";
}

.footer .not-included-sitemap p a span:hover {
    color: #df0a25;
}

.footer .dropdown.countries {
    width: 100%;
    margin: 0 0 25px;
}

.footer .dropdown.countries .dropdown-menu {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}


/* DOWNLOAD & PRESS CONTAINER */

.downloads-title,
.press-title {
    padding: 8px 0;
    border-bottom: 1px solid #e2e0da;
}

.downloads-item,
.press-item {
    padding: 8px 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e0da;
}

.downloads-item .date,
.press-item .date {
    width: 130px;
}

.downloads-item .news-content,
.press-item .news-content {
    width: calc(100% - 210px);
}

.downloads-item .buttons,
.press-item .buttons {
    position: relative;
    width: 80px;
}

.downloads-item .buttons .extra,
.press-item .buttons .extra {
    position: absolute;
    right: 36px;
    top: 18px;
}

.downloads-item .buttons .extra.sheets,
.press-item .buttons .extra.sheets {
    position: absolute;
    right: 0px;
}

.dnd-editor-parent .block.non-editable-root:nth-child(odd) .downloads-item,
.dnd-editor-parent .block.non-editable-root:nth-child(odd) .press-item {
    background-color: #f9f9f8;
}

.downloads-container .downloads-item:nth-child(odd),
.press-container .press-item:nth-child(odd) {
    background-color: #f9f9f8;
}

.downloads-container .downloads-title h3,
.press-container .press-title h3 {
    line-height: 36px;
    margin: 0;
}

.downloads-container .downloads-title a {
    margin: 0 4px;
}

.downloads-item p,
.downloads-item a {
    color: #df0a25;
    font-size: 16px;
    font-family: "FranklinGothicBookITC";
    line-height: 36px;
    margin: 0;
}

.downloads-item .downloads-item-title a {
    margin: 0;
    text-transform: none;
    text-decoration: underline;
}

.downloads-item .downloads-item-links a {
    margin: 0 0 0 24px;
    text-transform: uppercase;
    text-decoration: underline;
}

.press-item p {
    margin: 0;
    line-height: 22px;
}

.press-item p.date {
    font-family: "FranklinGothicMediumITC";
    line-height: 20px;
    top: 2px;
    position: relative;
}

.press-item p.title {
    color: #df0a25;
}

.press-container.in-the-press .press-title h5 {
    line-height: 36px;
    margin: 0;
}

.press-container.in-the-press .press-item p {
    line-height: 34px;
}

.press-container.in-the-press .press-item .extra {
    position: relative;
    top: unset;
}


/* NEWS */

@media screen and (min-width: 1024px) {
    .news-overview .grid-item {
        width: 33.33% !important;
    }
}

.news-overview .grid-item a span.url {
    position: relative;
    color: #df0a25;
    top: unset;
    left: unset;
    font-size: 14px;
    font-family: "FranklinGothicBookITC";
    line-height: 18px;
    transition: color 300ms ease-in-out;
}

.news-overview .grid-item a:hover {
    text-decoration: none;
}

.news-overview .grid-item a:hover span.url {
    text-decoration: underline;
}

.news-overview .grid-item img {
    position: relative;
    width: 100%;
    margin: 0;
}

.news-overview .grid-item .text-container {
    position: relative;
}

.news-overview .card-item .inner {
    height: auto;
}


/*.grid-item.news-item a:hover {*/


/*text-decoration: none*/


/*}*/


/*.grid-item.news-item a span.url {*/


/*position: relative;*/


/*color: #df0a25;*/


/*top: unset;*/


/*left: unset;*/


/*font-size: 14px;*/


/*font-family: "FranklinGothicBookITC";*/


/*line-height: 18px;*/


/*transition: color 300ms ease-in-out;*/


/*}*/


/*.grid-item.news-item a:hover span.url:hover {*/


/*color: #b2081e;*/


/*}*/


/*.grid-item.news-item .inner .text-container {*/


/*position: relative;*/


/*padding: 12px;*/


/*height: auto;*/


/*}*/


/*.grid-item.news-item .inner .text-container h5 {*/


/*width: 100%;*/


/*padding: 0;*/


/*}*/


/*.grid-item.news-item .inner .text-container p.news {*/


/*width: 100%;*/


/*line-height: 1.3;*/


/*}*/


/*.grid-item.news-item .inner .text-container .extra {*/


/*right: 4px;*/


/*bottom: 4px;*/


/*}*/


/* CONTACT */

.grid-item.contact-item .inner .text-container {
    position: unset;
    padding: 12px;
    border: 1px solid #e2e0da;
}

.grid-item.contact-item .inner .text-container>* {
    float: left;
    width: calc(100% - (128px + 16px));
}

.grid-item.contact-item .inner .text-container img {
    width: auto;
}

.grid-item.contact-item .inner .text-container h4 {
    line-height: 22px;
}

.grid-item.contact-item .inner .text-container p.bodytext.small {
    line-height: 18px;
}

.grid-item.contact-item .inner .text-container p.bodytext a {
    text-decoration: none !important;
}

.grid-item.contact-item .inner .text-container p.bodytext a i {
    position: relative;
    top: 5px;
    line-height: 23px;
}

#contact-form-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}

#contact-form-modal .modal-content {
    padding-left: 50px;
}

#contact-form-modal .modal-footer {
    border-top: none;
}


/* GOOGLE MAP */

.filter-container {
    background-color: #f7f5f4;
    padding: 16px 20px;
    margin: 0 0 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.partner-filter {
    width: calc( 100% - 400px);
}

.partner-filter-buttons {
    width: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.filter-container .custom-control {
    padding: 0 0 0 26px;
    cursor: pointer;
}

.filter-container .custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    color: #000000;
    background-image: none;
    background-color: #ffffff;
}

.filter-container .custom-checkbox .custom-control-input~.custom-control-indicator span {
    display: none;
}

.filter-container .custom-checkbox .custom-control-input:checked~.custom-control-indicator span {
    display: block;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

.filter-container .custom-control-input:focus~.custom-control-indicator {
    box-shadow: none;
}

.filter-container .custom-control-indicator {
    background: #ffffff;
    border: 1px solid #d9d6cf;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    top: 2px;
    left: 2px;
}

.filter-container .custom-control .custom-control-description {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 0 6px;
}

.filter-container .custom-control.with-image .custom-control-description {
    padding: 0 35px;
}

.filter-container .custom-control .custom-control-description {
    background-size: 20px;
    background-position-x: 6px;
    background-repeat: no-repeat;
}

.partner-filter {
    display: grid;
    grid: auto / auto auto auto auto;
}

.partner-filter.filter-container {
    float: left;
    width: 100%;
}

.partner-filter .custom-control {
    display: block;
    float: left;
    min-height: 60px;
}

.partner-filter .custom-control-description-contener {
    float: left;
    display: block;
}

.partner-filter .custom-control.with-image .custom-control-description-icon {
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 20px;
    display: block;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 4px;
}

.partner-filter .custom-control.with-image .custom-control-description {
    display: block;
    width: calc( 100% - 32px);
    float: left;
}

.filter-container #reset {
    float: right;
}

.partner-filter .dropdown {
    margin: 0px 20px;
}

.partner-filter .custom-control-description {
    padding: 0px !important;
    line-height: 18px;
}

.my-position {
    background-color: #df0a25;
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
    margin: 0 0 0 18px;
}

.my-position span {
    color: #ffffff;
    font-size: 36px;
    line-height: 52px;
    cursor: pointer;
}

.my-position span::before {
    width: 52px;
    height: 52px;
    display: block;
}

.info-window h4,
.info-window p {
    font-size: 16px;
    line-height: 21px;
}

.info-window h4 {
    margin: 0;
}

.info-window p {
    margin: 0 0 5px;
}

.info-window .details {
    color: #df0a25;
    font-size: 16px;
    font-family: "FranklinGothicMediumITC";
    text-transform: uppercase;
    cursor: pointer;
}

#map {
    height: 450px;
    border: 1px solid #c6c1b6;
}


/* PARTNERS */

.partners .partner {
    margin: 0 0 24px;
}

.partners .partner .inner {
    border: 1px solid #e2e0da;
    padding: 15px 10px 10px;
    transition: border 300ms ease-in-out;
}

.partners .partner.opened .inner {
    border: 1px solid #df0a25;
}

.partners .partner .inner .premium {
    background: url('../images/map/premium.png') top right no-repeat;
    width: 64px;
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 12px;
    font-family: "FranklinGothicMediumITC";
    line-height: 11px;
    text-align: right;
    color: #ffffff;
    padding: 3px;
}

.partnerImageConatainer {
    display:flex;
    flex-direction:row;
    max-width:100%;
    justify-content: flex-start;
    margin: 10px 0;
}

.partner-image {
    max-width:29%;
    margin-right: 10px;
}

.partner-image img {
    width:100%;
    height:100%;
    aspect-ratio: 1/1;
    object-fit:cover;
    border: 3px solid #fff;
}

.partners .partner .extended-info {
    display: none;
}

.partners .partner .extended-info-buttons .map,
.partners .partner .extended-info-buttons .details {
    font-family: "FranklinGothicMediumITC";
    text-transform: uppercase;
    cursor: pointer;
}

.partners .partner .extended-info-buttons .details {
    color: #df0a25;
    pointer-events: all;
}

.partners .partner .extended-info-buttons .details.disabled {
    pointer-events: none;
}

.partner-filter label {
    max-width: 315px;
}

.partner-filter a#reset {
    float: right;
    max-height: 42px;
    padding-top: 3px;
}

.partner-filter a#reset i {
    top: 13px;
}

.partner-filter .partner-selector {
    display: none;
}


/*Partners Autocomplete*/

.pac-container .pac-item,
.pac-container .pac-item-query {
    font-size: 20px;
    font-family: "FranklinGothicBookITC";
    line-height: 50px;
}

.pac-container .pac-icon {
    opacity: 0;
}


/* TARGET GROUP */

.target-group {
    background-color: #3d3c3a;
    color: #ffffff;
    font-size: 16px;
    font-family: "FranklinGothicBookITC";
    line-height: 32px;
    position: relative;
    z-index: 100;
    margin-top: -200px;
    transition: margin-top 300ms ease-in-out;
    position: absolute;
    width: 100%;
}

.target-group.visible {
    margin-top: 0px !important;
}

.target-group .inner {
    max-width: 1280px;
    width: 100%;
    padding: 4px 24px;
    margin: 0 auto;
    display: none;
}

.target-group.initialized .inner {
    display: block;
    position: relative;
}

.target-group .target-group-title {
    float: left;
    padding: 0;
}

.target-group .target-group-item {
    float: left;
}

.target-group .mdi {
    margin: 0 0 0 8px;
}

.target-group span {
    border-bottom: 2px solid #ffffff;
}

.target-group span.mdi,
.target-group span.no-link,
.target-group a span.mdi,
.target-group a span {
    border-bottom: 2px solid transparent;
}

.target-group a {
    color: #ffffff;
}

.target-group a:hover {
    color: #df0a25;
    text-decoration: none;
}

.target-group .target-group-button {
    background: url('/images/group-target-button-background.png') top right no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
}

.target-group .target-group-button span {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    transition: color 300ms ease-in-out;
}


/* FILTERNAME */

.filtername {
    position: absolute;
    z-index: -1;
}


/* DASHBOARD */

.dashboard-login-container {
    background-color: #282724;
    margin: 0 40px 0 0;
    padding: 16px;
    width: 100%
}

.dashboard-text {
    color: #575550;
    text-align: center;
    margin: 200px auto 200px;
}

.dashboard-list .form-group {
    position: relative;
}

.dashboard-list .form-group input {
    width: calc(100% - 44px);
}

.dashboard-list .form-group span {
    line-height: 42px;
    cursor: pointer;
}

.dashboard-list .form-group span::before {
    color: #ada99f;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    width: 44px;
    transition: color 300ms ease-in-out;
}

.dashboard-list .form-group span:hover::before {
    color: #000000;
}


/* PASSWORD RECOVERY */

.modal .registration-success,
.modal .password-recovery,
.modal .password-recovery-success,
.modal .registration-error {
    display: none;
}


/* ERROR MESSAGES */

#errorMessage {
    z-index: 1060;
}


/* RESULTS */

.results .result {
    border-bottom: 1px solid #d9d6cf;
}

.results .result:nth-child(1) {
    border-top: 1px solid #d9d6cf;
}

.results .result img {
    max-width: 100%;
}


/* CONSULTANTS */

.consultant .inner {
    background-color: #ffffff;
    border: 1px solid #e2e0da;
    padding: 12px;
}

.consultant .inner .image,
.consultant .inner img {
    max-width: 128px
}

.consultant .inner .architect {
    max-height: 115px;
}

.consultant .inner .text {
    width: calc(100% - 144px);
}

.consultant .inner .text .bodytext {
    display: inline-block;
}

.consultant .distribution {
    color: #000000;
    font-size: 16px;
    padding-bottom: 20px;
}

.consultant .description {
    font-size: 1rem;
}

.consultant .distribution-product-category svg {
    max-height: 14px;
}

.consultant-header {
    color: #575550;
    font-size: 20px;
    font-family: "FranklinGothicBookITC";
    line-height: 20px;
    margin: 14px 0 18px;
}

.consultant.consultant-v2 h4.consultant-name {
    text-transform: uppercase;
}

@media screen and (max-width: 599px) {
    .consultant.consultant-v2 * {
        font-size: 14px;
    }
    .consultant .distribution-product-category {
        text-align: left !important;
    }
    .consultant .distribution-product-category svg {
        max-height: 12px;
    }
}


/* MORE INFORMATIONS */

.more-informations-container.hidden {
    display: none;
}

.more-informations-container .more-informations {
    margin: 0 -4px;
}

.more-informations-container .more-informations .card-item {
    position: relative;
}

.more-informations-container .more-informations .card-item.resize {
    width: 25% !important;
}

@media screen and (max-width: 1279px) {
    .more-informations-container .more-informations .card-item.resize {
        width: 33.333333% !important;
    }
}

.lifechallenge-color-container {
    margin-bottom: 10px;
    margin-top: -4px;
}

.lifechallenge-color-container .lifechallenge-color {
    width: 85px;
    padding: 2px 10px;
    display: inline-block;
    margin-left: 50px;
}

.reference-image-container {
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.reference-image-container.visible {
    opacity: 1;
}

.scroll-up {
    width: 100%;
    max-width: 1280px;
    position: fixed;
    bottom: 20px;
    height: 80px;
    transform: translateX(-50%);
    left: 50%;
    pointer-events: none;
}

.scroll-up .scroll-up-arrow {
    background: #555;
    opacity: 0.3;
    color: white;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -65px;
    transition: opacity .5s;
    cursor: pointer;
    pointer-events: all;
}

.scroll-up .scroll-up-arrow:hover {
    opacity: 0.7;
}

.scroll-up .scroll-up-arrow i {
    font-size: 40px;
    line-height: 60px;
}

@media screen and (max-width: 1420px) {
    .scroll-up .scroll-up-arrow {
        right: 20px;
    }
}

@media screen and (max-width: 599px) {
    .scroll-up {
        display: none;
    }
}


/* Site search page */

.search-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: all;
    display: none;
}

.search-loader .fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.not-be-found-title {
    font-size: 90px;
    font-weight: bold;
    font-family: 'FranklinGothicBookITC';
}

.not-be-found-content-bold {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'FranklinGothicBookITC';
}

.not-be-found-content.text-center {
    margin-top: 5px;
    font-size: 17.5px;
    font-family: 'FranklinGothicBookITC';
}

.not-be-found-go-to-home {
    margin-top: 45px;
    margin-bottom: 100px;
}

.not-be-found-go-to-home .go-to-home {
    padding: 14px 18px;
    background-color: #df0a25;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

p.bodytext a {
    color: #df0a25;
    text-decoration: underline;
}

p.bodytext a:hover {
    color: #b2081e;
    text-decoration: underline;
    transition: color 300ms ease-in-out;
}

.dropdown-menu.down-start.show {
    transform: translate3d(0px, 43px, 0px) !important;
    -webkit-transform: translate3d(0px, 43px, 0px) !important;
}


/* BAUMIT CALCULATOR */


/* CALCULATOR PROGRESSBAR */

.calculator-container .progressbar {
    overflow: hidden;
}

.calculator-container .progressbar .step-indicator-outer {
    position: relative;
}

.calculator-container .progressbar .step-indicator-outer:before {
    background-color: #999999;
    content: '';
    width: 400px;
    height: 4px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(-50%);
}

.calculator-container .progressbar .step-indicator-outer.last:before {
    background-color: #ecebe7;
    width: 100%;
    pointer-events: none;
}

.calculator-container .progressbar .step-indicator-outer.passed:before {
    background-color: #e20019;
}

.calculator-container .progressbar .step-indicator-outer.passed p,
.calculator-container .progressbar .step-indicator-outer.active p {
    color: #e20019;
}

.calculator-container .progressbar .step-indicator-outer .step-indicator {
    position: relative;
}

.calculator-container .progressbar .step-indicator-outer .step-indicator:before {
    background-color: #999999;
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.calculator-container .progressbar .step-indicator-outer.passed .step-indicator:before {
    background-color: #e20019;
    width: 30px;
    height: 30px;
    z-index: 20;
}

.calculator-container .progressbar .step-indicator-outer.active .step-indicator:before {
    background-color: #e20019;
    width: 42px;
    height: 42px;
    z-index: 20;
}

.calculator-container .progressbar .step-indicator-outer.passed .step-indicator:after,
.calculator-container .progressbar .step-indicator-outer.active .step-indicator:after {
    background-color: #ffffff;
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 30;
}


/* CALCULATOR RADIO BUTTONS */

.calculator-container .radio-button:hover {
    cursor: pointer;
}


/* CALCULATOR SLIDER */

.calculator-container .house-image {
    opacity: 0.3;
    transition: opacity 300ms ease-in-out;
}

.calculator-container .ui-slider {
    background-color: #d3d1d2 !important;
    height: 14px !important;
    border: none !important;
    border-radius: 4px !important;
    margin: 32px 40px 56px;
}

.calculator-container .ui-slider-handle {
    color: #000000 !important;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    line-height: 24px;
    padding: 50px 0 0;
    width: 80px !important;
    text-align: center;
    background: none !important;
    border: none !important;
    position: relative !important;
    cursor: pointer !important;
    margin: 0 0 0 -40px !important;
}

.calculator-container .ui-slider-handle:before {
    content: '';
    background: url('../images/calculator/handler.png') top left no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -12.5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}


/* CALCULATOR DATA */

.calculator-container .calculation-data .accordion-header {
    cursor: pointer;
}

.calculator-container .calculation-data .accordion-header .material-icons {
    color: #df0a25;
}

.calculator-container .calculation-data .accordion-header:hover .material-icons {
    color: #b2081e;
}

.calculator-container .calculation-data .dropdown-menu {
    max-height: 252px;
    overflow-y: scroll;
}

.calculator-container .calculation-data .form-control {
    padding: 0 12px;
    text-align: left !important;
}

.calculator-container .calculation-data .calculation-data-color {
    padding: 0 12px;
    line-height: 44px;
    text-align: right;
    text-shadow: 0 0 5px #ffffff;
}

.calculator-container .calculation-data .calculation-data-color.text-white {
    text-shadow: 0 0 5px #000000;
}


/* CALCULATOR TABLE */

.calculator-container .baumit-table-container .table-style {
    padding: 0 24px;
    line-height: 44px;
    background-color: #f7f5f4;
    border: 1px solid #d9d6cf;
    border-bottom: none !important;
}

.calculator-container .baumit-table-container .baumit-table thead {
    background-color: #f7f5f4;
}

.calculator-container .baumit-table-container:not(.table-with-white-body) .baumit-table tbody tr:nth-of-type(even) {
    background-color: #f7f5f4;
}

.calculator-container .baumit-table-container:not(.table-with-white-body) .baumit-table tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.calculator-container .baumit-table-container .baumit-table tbody tr:not(.calculator-data-row):nth-last-child(1) {
    background-color: transparent !important;
}

.calculator-container .baumit-table-container .baumit-table th:nth-child(n+3),
.calculator-container .baumit-table-container .baumit-table td:nth-child(n+3) {
    text-align: center;
}

.calculator-container .baumit-table-container .baumit-table td,
.calculator-container .baumit-table-container .baumit-table th {
    padding: 4px 12px;
    vertical-align: middle;
    border: 1px solid #d9d6cf;
}

.calculator-container .baumit-table-container .baumit-table td.colspan-this-add-accessorie {
    padding: 1px 0 !important;
}

.calculator-container .baumit-table-container .baumit-table tr td:nth-child(1),
.calculator-container .baumit-table-container .baumit-table tr th:nth-child(1) {
    width: 25%;
}

.calculator-container .baumit-table-container .baumit-table tr:not(.calculator-data-row):nth-last-child(1) td {
    border: none !important;
}

.calculator-container .baumit-table-container .baumit-table td.big-padding,
.calculator-container .baumit-table-container .baumit-table th.big-padding {
    padding: 12px;
}

.calculator-container .baumit-table-container .baumit-table td:nth-child(1),
.calculator-container .baumit-table-container .baumit-table th:nth-child(1) {
    padding-left: 24px;
}

.calculator-container .baumit-table-container .baumit-table .form-control.small {
    max-width: 75px;
    padding: 0 12px;
}

.calculator-container .baumit-table-container .baumit-table p {
    white-space: nowrap;
}

.pl-13 {
    padding-left: 13px !important;
}

.calculator-container .baumit-table-container .baumit-table.extended p,
.calculator-container .baumit-table-container .baumit-table.extended .form-control,
.calculator-container .baumit-table-container .baumit-table.extended .dropdown .btn,
.calculator-container .baumit-table-container .baumit-table.extended .dropdown .dropdown-item {
    font-size: 14px;
}

.calculator-container .baumit-table-container .baumit-table.extended tr td:nth-child(1),
.calculator-container .baumit-table-container .baumit-table.extended tr th:nth-child(1) {
    width: 20%;
}

.calculator-container .baumit-table-container.table-with-white-body .table-style {
    border: 1px solid #d9d6cf;
    border-bottom: none !important;
}

.calculator-container .baumit-table-container.table-with-white-body .baumit-table td,
.calculator-container .baumit-table-container.table-with-white-body .baumit-table th {
    border: none;
}

.calculator-container .baumit-table-container.table-with-white-body .baumit-table tr td:nth-child(1),
.calculator-container .baumit-table-container.table-with-white-body .baumit-table tr th:nth-child(1) {
    width: 736px;
}

.calculator-container .baumit-table-container.table-with-white-body .baumit-table tr:nth-last-child(1) td {
    border: none !important;
}

.calculator-container .baumit-table-container.table-with-white-body .baumit-table tbody tr {
    background-color: #ffffff !important;
}

.calculator-container .baumit-table-container.table-with-white-body .baumit-table tbody tr {
    border: 1px solid #d9d6cf;
}

.calculator-container .baumit-table-container.table-with-white-body .baumit-table tbody tr:nth-child(1) {
    border-bottom: none !important;
}

.calculator-container .baumit-table-container.table-with-white-body .baumit-table tbody tr:nth-child(2) {
    border-top: none !important;
}

.calculator-container .baumit-table-container.table-with-white-body .baumit-table tbody tr:nth-last-child(1) {
    background-color: transparent !important;
    border: none !important;
}

.calculator-container .baumit-table-container.table-with-white-body .baumit-table tr td:nth-child(2),
.calculator-container .baumit-table-container.table-with-white-body .baumit-table tr th:nth-child(2) {
    width: 142px;
}

.calculator-container .tt-menu {
    z-index: 1 !important;
}

.enable-zoom {
    transition: background-color 400s;
    -webkit-transition: background-color 400s;
    /* Safari 3.1 to 6.0 */
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
}

.enable-zoom .zoom {
    position: fixed;
    top: 0px;
    left: 0px;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    background-color: rgba(179, 179, 178, 0.5);
    display: block;
    z-index: 1000;
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
}

.enable-zoom .zoom img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.enable-zoom .zoom-y {
    position: fixed;
    top: 0px;
    left: 0px;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    background-color: rgba(179, 179, 178, 0.5);
    display: block;
    z-index: 1000;
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
}

.enable-zoom .zoom-y img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.upload-bg {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(179, 179, 178, 0.5);
    display: block;
    left: 0px;
}

.upload-bg .progress-content {
    position: absolute;
    left: 43%;
    top: 50%;
    transform: translate(-43%, -50%);
    width: 25% !important;
    height: auto;
    display: block;
    background: white;
}

.upload-bg .progress-content .progress-bar {
    color: #fff;
    background-color: #575550;
    min-width: 25px;
    font-size: 14px;
    font-family: "FranklinGothicMediumITC";
}

.upload-bg .progress-bar-title {
    position: absolute;
    left: 43%;
    top: 50%;
    margin-top: 25px;
    transform: translate(-43%, -50%);
    height: auto;
    display: block;
    color: #575550;
    font-size: 14px;
    font-family: "FranklinGothicMediumITC";
    line-height: 16px;
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}


/* PROD A-Z IE FIX */

.prod-search {
    position: relative;
    z-index: 20;
}

.prod-cards {
    position: relative;
    z-index: 10;
}

.force-pr-0 {
    padding-right: 0 !important;
}

.force-mr-0 {
    margin-right: 0 !important;
}

.text-right {
    text-align: right;
}


/*LC files list */

ul.files-list.lc-files-list li {
    margin-bottom: 35px !important;
}


/* scroll percentage*/

#scroll-percentage {
    height: 3px;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #df0a25;
}

.offer-status-button.with-badge {
    position: relative;
    padding-right: 20px;
}

.offer-status-button .badge {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    min-width: 16px;
    text-align: center;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    font-weight: normal;
    padding: 1px 3px;
}

.project-images-galerys .modal.show {
    display: block;
}


/*  baumit life  -> ami a cardokkal kapcsolatos azok a cardoknál vannak többnyire */

.baumitlife-structure {
    max-width: 11.1111% !important;
    min-width: 120px;
}

.baumitlife-structure .texture {
    position: relative;
    height: 75px;
    overflow: hidden;
}

.baumitlife-structure .structure-content {
    font-size: 200%;
    line-height: 150%;
    color: #000000;
    font-family: "FranklinGothicDemiITC";
}

.baumitlife-structure .overlay-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.6;
}

.baumitlife-structure img {
    max-width: 100%;
}

.baumitlife-product-carousel {
    margin-left: -24px;
    margin-right: -24px;
}

@media screen and (max-width: 959px) {
    .baumitlife-product-carousel {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.baumitlife-product-carousel .carousel-component .component-carousel .slick-list {
    padding-top: 40px;
    padding-bottom: 40px;
}

.baumitlife-product-carousel .carousel-component .preheader {
    padding-top: 15px;
}

.baumitlife-product-carousel .product-card-component .product-container .product-card .inner p.description {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4 !important;
}

.baumitlife-product-carousel .content {
    padding: 0 24px;
}

@media screen and (max-width: 959px) {
    .baumitlife-product-carousel .content {
        padding: 0 16px;
    }
}

.baumitlife-combination .baumitlife-combination-item:nth-of-type(2n+0) {
    padding-right: 0;
}

.baumitlife-combination .baumitlife-combination-item:nth-of-type(2n+1) {
    padding-left: 0;
}

.baumitlife-shades {
    padding: 0 4px;
}

@media screen and (min-width: 768px) {
    .baumitlife-shade-item {
        min-width: 20%;
        max-width: 20%;
    }
}

.baumitlife-inspiration-item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px 10px;
    margin-bottom: 4px;
    cursor: pointer;
}

.baumitlife-inspiration-item.inspiration-item-small {
    margin-bottom: 8px;
}

.baumitlife-inspiration-item .inspiration-item-image {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 45px);
    overflow: hidden;
    position: relative;
}

.baumitlife-inspiration-item .inspiration-item-image img {
    max-width: 100%;
}

.baumitlife-inspiration-item .inspiration-item-image .inspiration-item-colors {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    -webkit-transition: height 300ms linear;
    -moz-transition: height 300ms linear;
    -ms-transition: height 300ms linear;
    -o-transition: height 300ms linear;
    transition: height 300ms linear;
}

.baumitlife-inspiration-item:hover .inspiration-item-image .inspiration-item-colors {
    height: 100%;
}

.baumitlife-inspiration-item .inspiration-item-image .inspiration-item-colors>.row {
    height: 100%;
}

.baumitlife-inspiration-item .inspiration-item-image .inspiration-item-colors .inspiration-item-colors-item:not(:first-of-type) {
    border-left: 1px solid #ffffff;
}

.baumitlife-inspiration-item .inspiration-item-image .inpiration-item-contentbox {
    position: absolute;
    bottom: 65px;
    right: 30px;
    padding: 30px;
    max-width: 60%;
    max-height: calc(100% - 70px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
}

.baumitlife-inspiration-item .inspiration-item-image .inpiration-item-contentbox .bodytext {
    line-height: 1.2;
}

@media screen and (max-width: 991px) {
    .baumitlife-inspiration-item .inspiration-item-image .inpiration-item-contentbox {
        max-width: 80%;
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    .baumitlife-inspiration-item .inspiration-item-image .inpiration-item-contentbox {
        max-width: 90%;
        padding: 15px;
        bottom: 50px;
        right: 15px;
    }
    .baumitlife-inspiration-item .inspiration-item-image .inpiration-item-contentbox h2 {
        font-size: 22px;
    }
}

.baumitlife-inspiration-item .inspiration-item-content {
    font-size: 18px;
    line-height: 35px;
    padding: 5px 10px;
    font-family: "FranklinGothicMediumITC";
    background: #ffffff;
    color: #212529;
}

.inspiration-item-content-link:hover {
    text-decoration: none;
}

.baumitlife-trend-category .trend-category-title {
    margin: 30px 0;
}

.baumitlife-trend-item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px 10px;
    margin-bottom: 8px;
}

.baumitlife-trend-item .trend-item-image {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 45px);
    overflow: hidden;
    position: relative;
}

.baumitlife-trend-category .trend-item-image img {
    max-width: 100%;
}

.baumitlife-trend-item .trend-item-image .trend-item-colors {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    -webkit-transition: height 300ms linear;
    -moz-transition: height 300ms linear;
    -ms-transition: height 300ms linear;
    -o-transition: height 300ms linear;
    transition: height 300ms linear;
}

.baumitlife-trend-item:hover .trend-item-image .trend-item-colors {
    height: 100%;
}

.baumitlife-trend-item .trend-item-image .trend-item-colors>.row {
    height: 100%;
}

.baumitlife-trend-item .trend-item-image .trend-item-colors .trend-item-colors-item:not(:first-of-type) {
    border-left: 1px solid #ffffff;
}

.baumitlife-trend-item .trend-item-content {
    font-size: 18px;
    line-height: 35px;
    padding: 5px 10px;
    font-family: "FranklinGothicMediumITC";
    background: #ffffff;
    color: #212529;
}

.trend-item-content-link:hover {
    text-decoration: none;
}

.baumitlife-nav a:hover {
    text-decoration: none;
}

.button.type-13.baumitlife-button-type-13 {
    color: #575550;
}

.product-shop-box {
    padding: 16px;
}

.product-shop-box .bodytext {
    line-height: 1.2;
}


/* new billboard carousel*/

#home-billboard-carousel {}

.home-billboard-carousel .carousel-control-next {
    background: url('../images/carousel/slider-next.png') top left no-repeat !important;
    width: 40px;
    height: 70px;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: opacity 300ms ease-in-out;
}

.home-billboard-carousel .carousel-control-prev {
    background: url('../images/carousel/slider-prev.png') top left no-repeat !important;
    width: 40px;
    height: 70px;
    left: 0;
    opacity: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: opacity 300ms ease-in-out;
}

.home-billboard-carousel:hover .carousel-control-prev,
.home-billboard-carousel:hover .carousel-control-next {
    opacity: 0.6;
}

.home-billboard-carousel .carousel-control-prev:hover,
.home-billboard-carousel .carousel-control-next:hover {
    opacity: 0.8;
}

.home-billboard-carousel .carousel-item .carousel-image {
    width: 100%;
    height: 0;
    padding-bottom: 37.5%;
    position: relative;
    overflow: hidden;
}

.home-billboard-carousel .carousel-item .carousel-image img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

.home-billboard-carousel.mobile .carousel-item .carousel-image {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.home-billboard-carousel.mobile .carousel-item .carousel-image img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

.home-billboard-carousel .carousel-item .carousel-caption {
    position: absolute;
    width: 500px;
    top: 75px;
    right: 50px;
    bottom: auto;
    left: auto;
    box-sizing: border-box;
    text-align: left;
    padding: 0;
}

.home-billboard-carousel .carousel-item .carousel-caption .item {
    padding: 16px 24px;
}

.home-billboard-carousel .carousel-item .carousel-caption h2 {
    color: #000000;
    font-size: 45px;
    font-family: "FranklinGothicDemiITC";
    line-height: 50px;
    margin: 0;
}

.home-billboard-carousel .carousel-item .carousel-caption h2 span {
    color: #df122c;
}

.home-billboard-carousel .carousel-item .carousel-caption p {
    line-height: 1.3;
    margin: 0;
}

.home-billboard-carousel .carousel-item .carousel-caption h2 p {
    line-height: 1.1;
}

.home-billboard-carousel .carousel-item .carousel-caption p span {
    font-family: "FranklinGothicDemiITC";
}

.home-billboard-carousel .carousel-item .carousel-caption .bodytext {
    color: #282724;
}

.home-billboard-carousel .carousel-indicators li {
    background-color: #575550;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    margin: 0 2px;
    box-sizing: unset;
    cursor: pointer;
}

.home-billboard-carousel .carousel-indicators li.active {
    background-color: #ff0101;
}

.home-billboard-carousel a,
.home-billboard-carousel a:hover {
    text-decoration: none;
}

.youtube-player-container {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.youtube-player {
    position: relative;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.youtube-player>div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.youtube-player iframe {
    z-index: 100;
    background: transparent;
    max-width: 100%;
}

.youtube-player img {
    object-fit: cover;
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('/images/youtube.png') no-repeat;
    cursor: pointer;
}

.carousel-universal-item .youtube-player {
    width: 320px;
}

.carousel-universal-item .youtube-player[data-quality*="sd"],
.carousel-universal-item .youtube-player[data-quality*="hq"] {
    width: 240px;
}

@media screen and (max-width: 1279px) {
    .home-billboard-carousel .carousel-item .carousel-caption {
        width: 470px;
        top: 54px;
        right: 23px;
    }
    .home-billboard-carousel .carousel-item .carousel-caption h2 {
        font-size: 36px;
        line-height: 1.1;
    }
}

@media screen and (max-width: 959px) {
    .home-billboard-carousel .carousel-item .carousel-caption {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
    }
    .home-billboard-carousel .carousel-indicators {
        display: none;
    }
    .home-billboard-carousel .carousel-control-prev,
    .home-billboard-carousel .carousel-control-next {
        opacity: 0.6;
        top: calc((100vw - 32px) * 0.375 / 2);
    }
}

@media screen and (max-width: 599px) {
    .home-billboard-carousel .carousel-item .carousel-caption h2 {
        font-size: 30px;
    }
}

.quicklinks.carousel {
    min-height: 186px;
}

.quicklinks.carousel .quicklinks-item:nth-of-type(1),
.quicklinks.carousel .quicklinks-item:nth-of-type(2) {
    width: 186px;
    height: 186px;
    float: left;
}

@media screen and (max-width: 1279px) {
    .quicklinks.carousel {
        min-height: 129px;
    }
}

@media screen and (max-width: 959px) {
    .quicklinks.carousel .quicklinks-item:nth-of-type(1),
    .quicklinks.carousel .quicklinks-item:nth-of-type(2) {
        width: 100px;
        height: 129px;
        float: left;
    }
}

.card-section-component .card-item {
    position: relative;
}

.card-section-component .card-item.small::before,
.card-section-component .card-item.big::before {
    content: "";
    float: left;
    padding-top: 100%;
}

.card-section-component .card-item.medium::before {
    content: "";
    float: left;
    padding-top: calc(50% - 4px);
}

.card-section-component .card-item.small.reference::before,
.card-section-component .card-item.big.reference::before,
.card-section-component .card-item.medium.reference::before {
    content: "";
    float: left;
    padding-top: calc(62.469% - 4px);
}

.card-section-component .card-item.small.reference-image::before,
.card-section-component .card-item.medium.reference-image::before {
    content: "";
    float: left;
    padding-top: 61.881%;
}

.card-section-component .card-item.big.reference-image::before {
    content: "";
    float: left;
    padding-top: calc(61.881% + 2px);
}

.product-shop-box .button.type-2 {
    font-size: 18px;
    line-height: 42px;
    font-family: "FranklinGothicBookITC";
}

.body-page-cz .product-shop-box .button.type-2 {
    background: #83c06f;
}

.body-page-cz .product-shop-box .button.type-2:hover {
    background: #569143;
}

#page-related-content-container {
    padding-bottom: 1px;
}

.h-auto {
    height: auto !important;
}

.fillscreen-zoomed-image {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(179, 179, 178, 0.5);
    cursor: zoom-out;
}

.fillscreen-zoomed-image img {
    max-width: 1200px;
    max-height: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1279px) {
    .fillscreen-zoomed-image img {
        max-width: 90%;
    }
}

@media screen and (max-width: 1023px) {
    .fillscreen-zoomed-image img {
        max-width: 96%;
    }
}

.partners-wrapper .search-input {
    width: calc(100% - 52px);
    position: relative;
    float: left;
}


/* new target group layer*/

.header-topbar-targetGroupLayer-parent {
    position: relative;
}

.header-topbar-targetGroupLayer-parent .target-group-new-layer {
    position: absolute;
    top: 0;
    left: 103px;
    font-size: 14px;
    line-height: 18px;
    transition: linear left 300ms;
}

.header.compact .header-topbar-targetGroupLayer-parent .target-group-new-layer {
    left: 87px;
}

.target-group-button {
    background: #707070;
    color: #ffffff;
    height: 20px;
    line-height: 16px;
    font-size: 14px;
    padding: 1px .5rem;
    margin-right: 1px;
    display: inline-block;
    font-family: "FranklinGothicBookITC";
}

.target-group-button.with-image {
    padding: 1px .5rem 1px 24px;
    position: relative;
}

.target-group-button.active {
    background: #313133;
}

.target-group-button img {
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -8px;
    max-width: 16px;
    max-height: 16px;
}

.target-group-button:hover {
    color: #ffffff;
    background: #313133;
}

.header-target-group-spacer {
    display: none;
}

@media screen and (max-width: 1279px) {
    .header-topbar-targetGroupLayer-parent .target-group-new-layer {
        left: 79px;
    }
}

@media screen and (max-width: 959px) {
    .header-topbar-targetGroupLayer-parent .target-group-new-layer {
        left: 71px;
    }
}

@media screen and (max-width: 768px) {
    .header-topbar-targetGroupLayer-parent .target-group-new-layer {
        position: relative;
        top: 0;
        left: 0px;
        padding: 10px 16px 10px 16px;
        margin: -12px -16px 10px -16px;
        background: #ecebe7;
    }
    .header-target-group-spacer {
        display: block;
        width: 100%;
        height: 40px;
    }
}

@media screen and (max-width: 599px) {
    .header-topbar-targetGroupLayer-parent .target-group-new-layer {
        position: relative;
        top: 0;
        left: 0px;
        padding: 10px 8px 10px 8px;
        margin: -8px -8px 10px -8px;
        background: #ecebe7;
    }
}

@media screen and (max-width: 479px) {
    .target-group-button.with-image {
        padding: 0 .5rem;
    }
    .target-group-button img {
        display: none;
    }
}

body.black-view {
    background: #000000;
}

body.black-view .wrapper {
    background: #000000;
}

body.black-view .wrapper>.white-background {
    background: #000000;
}

body.black-view ol.breadcrumb .breadcrumb-item {
    color: #ffffff;
}

body.black-view ol.breadcrumb .breadcrumb-item.active {
    color: #ababab;
}

body.black-view h1,
body.black-view h2,
body.black-view h3,
body.black-view h4,
body.black-view h5 {
    color: #ffffff;
}

body.black-view .product-card h5 {
    color: #000000;
}

body.black-view p.bodytext,
body.black-view p.introtext {
    color: #ffffff;
}


/*
body.black-view p.bodytext a,
body.black-view p.introtext a {
    color: #ababab;
}
*/

body.black-view .accordion-component .card.accordion-item {
    background: #000000;
}

body.black-view .floated-image-text-component {
    color: #ffffff;
}

body.black-view .jobs-filter {
    color: #ffffff;
}

body.black-view .counter {
    color: #ffffff;
}

body.black-view .pagination .page-item.active .page-link {
    color: #ffffff;
}

body.black-view .partners .partner .inner {
    background: #ffffff;
}

body.black-view .partners .partner h4 {
    color: #000000;
}

body.black-view .partners .partner p.bodytext {
    color: #282724;
}

body.black-view .footer {
    color: #ffffff;
    background: #000000;
}

body.black-view .footer .footer-item ul li p a {
    color: #ababab;
}

body.black-view .footer .footer-item ul li p a:hover,
body.black-view .footer .footer-item ul li p a:focus {
    color: #df0a25;
}

body.black-view .footer .footer-item p a {
    color: #ffffff;
}

body.black-view .footer .footer-item p a:hover,
body.black-view .footer .footer-item p a:focus {
    color: #b2081e;
}

body.black-view .footer .not-included-sitemap p a {
    color: #ababab;
}

body.black-view .footer .not-included-sitemap p a:hover,
body.black-view .footer .not-included-sitemap p a:focus {
    color: #b2081e;
}

body.black-view .footer .footer-item p {
    color: #ffffff;
}

.color-sample-floating-cart {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    right: 10px;
    width: 96px;
    height: 96px;
    padding: 5px;
    background: #ffffff;
    color: #ffffff;
    border: 3px solid #e2001a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.color-sample-floating-cart a {
    color: #ffffff;
}

.color-sample-floating-cart .inner {
    background: #e2001a;
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 84px;
    margin: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.color-sample-floating-cart .inner span {
    display: block;
    text-align: center;
}

.color-sample-floating-cart .inner span.color-sample-cart-count {
    max-width: 80%;
    margin: auto;
    line-height: 1;
    padding: 3px;
}

.color-sample-floating-cart .inner span.color-sample-floating-cart--icon {
    font-size: 1.8em;
    line-height: 1;
    max-width: 80%;
    margin: auto;
}

.color-sample-floating-cart .inner span.color-sample-floating-cart--text {
    font-size: 65%;
    line-height: 110%;
    max-width: 70%;
    margin: auto;
}

.badged-submenu .badge {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    margin-top: -11px;
    font-weight: 100;
    line-height: 15px;
    height: 15px;
    width: 15px;
    text-align: center;
    padding: 0;
    position: relative;
    top: -9px;
    left: -3px;
}

.modal {
    z-index: 1101;
}

@media screen and (max-width: 479px) {
    .lc-category-settings .dropdown-menu {
        max-width: 370px;
        min-width: 290px;
    }
    .lc-category-settings .dropdown-menu button span {
        white-space: normal;
    }
}

@media screen and (max-width: 369px) {
    .lc-category-settings .dropdown-menu {
        max-width: 320px;
    }
}

.bg-gray {
    background-color: #eee;
}

.modal-backdrop {
    z-index: 1100;
}

.baumitlife-product-carousel-wrapper{
    width: calc(100% + 48px);
    margin: 0 -24px;
    background-color: #f7f5f4;
    padding-top: 30px;
}

.baumitlife-product-carousel-wrapper .red-nav-tabs {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
    margin: 0 120px;
}
.baumitlife-product-carousel-wrapper .red-nav-tabs .nav-link {
    display: block;
    float: left;
}
.baumitlife-product-carousel-wrapper .red-nav-tabs a.nav-link {
    color: black;
    cursor: pointer;
    font-weight: bold;
}

.baumitlife-product-carousel-wrapper .red-nav-tabs a.nav-link.active,
.baumitlife-product-carousel-wrapper .red-nav-tabs a.nav-link:hover,
.baumitlife-product-carousel-wrapper .red-nav-tabs a.nav-link:active {
    border-bottom: 5px solid #df0a25;
}

@media screen and (max-width: 1279.99px) {
    .baumitlife-product-carousel-wrapper .red-nav-tabs {
        margin: 0 94px;
    }
}
@media screen and (max-width: 960px) {
    .baumitlife-product-carousel-wrapper .red-nav-tabs {
        margin: 0 24px;
    }
}


/* SEARCH */

.search-container {
    position: relative;
}

.search-container h1.search-keyword {
    max-width: 100%;
}

.search-container .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search-container input {
    border: 1px solid #e2e0da;
    color: #797773;
    font-size: 20px;
    font-family: "FranklinGothicBookITC";
    line-height: 50px;
    height: 50px;
    width: 605px;
    padding: 0 66px 0 14px;
    box-sizing: border-box;
}

.search-container .search-button {
    /*background-color: #df0a25;*/
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
    position: absolute;
    margin: 0 0 0 -52px;
}

.search-container button.search-button {
    padding: 0;
    background: transparent;
    border: none;
}

.search-container .search-button span {
    color: #797773;
;
    font-size: 36px;
    line-height: 52px;
}

.search-container .search-button span::before {
    width: 52px;
    height: 52px;
    display: block;
}


/* SEARCH IN MENU */

.search-container.in-menu {
    display: none;
    position: absolute;
    border: 1px solid #e2e0da;
    background-color: #ffffff;
    width: calc(100% - 48px);
    height: 86px;
    top: 102px;
    left: 24px;
    /*transition: top 300ms ease-in-out;*/
}

.search-container.in-menu.visible {
    display: block;
}


/* SEARCH IN BILLBOARD */

.search-container.in-billboard {
    width: 100%;
    height: 100%;
}


/* SEARCH IN PRODUCTS */

.search-container.products {
    margin: 0 0 36px;
}

.search-container.products .inner {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}

.search-container.products input {
    border: 1px solid #e2e0da;
    border-right: none;
    color: #797773;
    font-size: 18px;
    font-family: "FranklinGothicBookITC";
    line-height: 42px;
    height: 44px;
    max-width: 712px;
    width: 100%;
    padding: 0 66px 0 14px;
    box-sizing: border-box;
}

.search-container.products .search-button {
    background-color: #df0a25;
    display: inline-block;
    width: 45px;
    height: 44px;
    text-align: center;
    margin: 0 0 0 -45px;
    transition: background-color 300ms ease-in-out;
}

.search-container.products .search-button:hover {
    background-color: #b2081e;
}

.search-container.products .search-button span {
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
    cursor: pointer;
}

.search-container.products .search-button span::before {
    width: 45px;
    height: 44px;
    display: block;
}


/* SEARCH COLOR CODE */

.search-container.color-code {
    position: relative;
    width: 230px;
    height: 44px;
    margin: 0 0 30px;
    box-shadow: none;
}

.search-container.color-code input {
    width: 100%;
    line-height: 42px;
    height: 44px;
    padding: 0 58px 0 14px;
}

.search-container.color-code .search-button {
    background-color: #df0a25;
    width: 44px;
    height: 44px;
    margin: 0 0 0 -44px;
    cursor: pointer;
    transition: background-color 300ms ease-in-out;
}

.search-container.color-code .search-button:hover {
    background-color: #b2081e;
}

.search-container.color-code .search-button span {
    color: #ffffff;
    font-size: 32px;
    line-height: 42px;
}

.search-container.color-code .search-button span::before {
    width: 44px;
    height: 44px;
}

.search-container.in-menu {
    width: calc(100% + 48px);
    left: -24px;
}
.search-container.in-menu .inner {
    width: 100%;
    max-width: calc(100% - 48px);
}
.search-container input {
    width: 100%;
}
p.bodytext a.link-icon{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-content: center;
    align-items: center;
    text-decoration: none !important;
    width: max-content;
}
