/********************* color variables */
:root {
    --custom-gray: #706f6f; /* = main CI color*/
    --custom-blue: #879ca1; /* = main blue color*/
  }

body {
  font-family: 'TradeGothicLightRegular', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ribbon {
  font-family: 'TradeGothicLightBold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
h1, .h1 { 
	font-size: 3rem; 
	margin: 0 0 30px 0;
}
h2, .h2 { 
    font-size: 2.5rem;
    margin: 1.75rem 0 1.75rem 0;
}
h3, .h3 { 
	font-size: 2rem;
	margin: 1.5rem 0 1.15rem 0;
}
h4, .h4 { 
	font-size: 1.625rem; 
	margin: 25px 0 25px 0;
}
h5, .h5 { 
    font-size: 1.375rem; 
}
.lead {
    color: #ffffff;
}
b, strong {
    font-family: 'TradeGothicLightBold', Arial, Helvetica, sans-serif;
    letter-spacing: 0.05rem;
}
.text-uppercase {
    letter-spacing: normal;
}
.table {
    color: var(--custom-gray);
    font-size: 1.125rem;
}
a.href-tinymce {
    text-decoration: underline;
    font-weight: bold;
}
.container-custom {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.w-85{width:85% !important}

/**** buttons */
.btn {
  font-size: .875rem;
  margin: 12px 0 8px 0;
  letter-spacing: 0.1rem;
  padding: .65rem 1.25rem;
  font-weight: 100;
}
/** dark */
.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border: 1px solid black;
}
/** light */
.btn-light,
.btn-primary {      
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border: 1px solid var(--custom-gray);
}
.btn-light:hover,
.btn-primary:hover {
    color: #fff;
    background-color: var(--custom-blue);
    border-color: var(--custom-gray);
}
/** gray */
.btn-gray {      
    color: #ffffff;
    background-color: var(--custom-gray);
    border-color: var(--custom-gray);
    border: 1px solid #ffffff;
}
.btn-gray:hover {
    color: var(--custom-gray) !important;
    background-color: #fff;
    border-color: var(--custom-gray);
}

/** gray */
.btn-blue {      
    color: #ffffff;
    background-color: var(--custom-blue);
    border-color: var(--custom-blue);
    border: 1px solid #ffffff;
}
.btn-blue:hover {
    color: #000000 !important;
    background-color: #fff;
    border-color: var(--custom-gray);
}

a.btn.news {
    text-align: center;
}

.dark-overlay::after {
    opacity: .2;
}
p, ul, ol, a, .rex-yform .infotext, .rex-yform label {
    color: var(--custom-gray);
    font-size: 1.125rem;
}
a:hover {
    color: black;
    text-decoration: none;
}
.copyright p{
    font-size: 14px;
}
.text-muted {
  color: var(--custom-gray);
}
#scrollTop {
  bottom: 40px;
  right: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: none;
  color: var(--custom-gray);
}
#scrollTop:hover {
  color: white;
  background: var(--custom-gray);
}
#scrollTop .fa-long-arrow-alt-up {
  margin-top: 9px;
}
.ribbon {
    top: 0;
    width: 100%;
    opacity: 0.9;
    left: 0;
}
.ribbon::before,
.ribbon::after{
    display: none;
}
.bg-black { background-color: #000000; }
.bg-koinor-gray { background-color: var(--custom-gray); }
.bg-koinor-blue { background-color: var(--custom-blue); }

.pb-50 { padding-bottom: 50px; } 


/************************* nav bar*/
a.lnk-logo {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 2000;
}
ul.navbar-nav {
    width: 100%;
    /* position: relative; */
}
.navbar-nav-right {
    list-style: none;
}
.navbar .nav-link {
    color: #495057;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .9rem;
}
 
a.lnk-logo img {
    width: 70%
}
.lang-switch a {
  color: rgba(255,255,255,0.9);
  font-size: 0.85rem;
  font-weight: 700;
}
.navbar-light .navbar-icon-link a
, .navbar-fixed-light.fixed-top .navbar-icon-link a
, .navbar-hover-light:hover .navbar-icon-link a{
  color: rgba(0,0,0,0.95);
}
.navbar.fixed-top.bg-fixed-white {
    opacity: 0.98;
}
.dropdown-menu {
  font-size: 1rem;
}
.navbar .dropdown-menu {
  margin-top: 0.1rem;
  margin-bottom: 0;
}
ul.dropdown-menu {
  min-width: 260px;
}
.navbar-toggler {
  font-size: 1.75rem;
}
.navbar .nav-link {
    letter-spacing: 0;
}
.navbar .nav-link i, .navbar .nav-link svg {
    margin-left: 2px;
}
.dropdown-item.active {
    color: #ffffff;
    background: var(--custom-blue);
}

/* cookie settings link + klaro*/
a.cookie-settings-link {
    font-size: 1rem !important;
    cursor: pointer;
}
.klaro .cookie-notice p {
    font-size: 1em;
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
    font-size: 1.5em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a
, .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
    font-size: 1em;
    color: white;
}
.klaro .cookie-modal .cm-btn
, .klaro .cookie-notice .cm-btn {
    color: #eee;
    color: var(--font-color-dark, #eee);
    background:transparent !important;
    border-radius: 0px;
    padding: 6px 10px;
    margin-right: .5em;
    border: 0;
    padding: 0.4em;
    font-size: 1em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.klaro .cookie-notice .cm-btn.cm-btn-danger {
    cursor: pointer;
}
.klaro .cookie-notice .cm-btn.cm-btn-success
, .klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-accept-all
, .klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept {
    background: #fff500!important;
    font-size: 1.083em !important;
    padding: 5px 15px 5px 15px !important;
    letter-spacing: 0.25px;
    cursor: pointer;
    color: black;
}
.klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept {
    background: lightyellow!important;
    font-size: 1.083em !important;
    padding: 5px 15px 5px 15px !important;
    letter-spacing: 0.25px;
    cursor: pointer;
    color: black;
}
.klaro .cookie-notice .cm-btn.cm-btn-success:hover
, .klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-accept-all:hover
, .klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept:hover {
    background: var(--custom-blue) !important;
    font-size: 1.083em !important;
    padding: 5px 15px 5px 15px !important;
    letter-spacing: 0.25px;
    cursor: pointer;
    color: white;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
    font-size: 0.9em;
}
.klaro .cookie-modal .cm-btn
, .klaro .cookie-notice .cm-btn {
    cursor: pointer !important;
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
    font-size: 1.25em !important;
}
.klaro .cookie-modal p {
    font-size: 1.083em;
}
.klaro .cookie-modal a {
    font-size: 1em;
    text-decoration: underline!important;
    color: white!important;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret
, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret {
    font-size: 0.8em;
}

/* website search form*/
.main-search-container {
  width: 95%;
  margin: 0 1% 0 1%;
  top: 70px;
  left: 1px;
  position: absolute;
  padding: 15px;
  z-index: 999;
  background-color: var(--custom-gray);
  display: none;
}
.main-search-container .search-form {
  position: relative;
  border-radius: 3px;
  border: 2px solid var(--custom-gray);
  height: 60px;
  width: 100%
}
.main-search-container .search-form input {
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
  display: block;
  padding: 0px 20px;
  border-radius: 3px;
  font-size: 1.275rem;
}
.main-search-container .search-form .search-btn {
  top: 0px;
  right: 0px;
  width: 70px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: absolute;
  text-align: center;
  color: var(--custom-gray);
  border: none;
  font-size: 2em;
}
.main-search-container .search-form .categories-select {
  top: 0;
  bottom: 0;
  right: 70px;
  border: none;
  cursor: pointer;
  font-size: 1.275rem;
  padding: 0px 50px 0 15px;
  color: #ffffff;
  position: absolute;
  -webkit-appearance: none;
  background: var(--custom-gray);
  height: 56px;
}
.main-search-container .search-form .categories-select option{
  background: white;
  color: var(--custom-gray);
}
.main-search-container .bootstrap-select li.selected {
    background: var(--custom-gray);
}
div.dropdown.bootstrap-select.categories-picker {
    margin-top: 6px;
}
ul.search_it-results {
    list-style: none;
    padding: 0;
    margin-top: 50px
}
.search_it-teaser span, span.search_it-teaser {
    background: var(--custom-gray);
    color: #ffffff;
    padding: 1px 5px;
}
.search-output ul.search_it-results li {
    margin: 0 0 50px 0;
    text-indent: 0;
}
.search-output a {
    margin: 10px 0 20px 0;
    display: block;
    text-decoration: none;
    color: rgba(0, 0, 0, .64);
    -webkit-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
}
.search-output a:hover {
    background-color: #d0d0d0;
}
.search-output .search_it-title {
    font-size: 1.375rem;
    padding: 10px;
    background: var(--custom-gray);
    color: #ffffff;
}
.search-output .search_it-teaser {
    margin: 10px;
}

/* frontend login form*/
.login-form label {
    font-weight: bold;
}
.login-form .form-control {
    font-size: 1em;
    height: 3em;
}
.login-form .input-group-addon {
    padding: 14px;
    /* font-size: 14px; */
    font-weight: 400;
    line-height: 1.1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}
.login-form .alert-info {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

/*product section in megamenu*/
.product-section {
    padding: 25px 0 15px 0;
}
.product-section .living {
    margin-bottom: 30px;
}
.product-section .living h3
,.product-section .dining h3 {
    margin-bottom: 0;
}
.portfolio-items-grid .headline {
    font-family: 'TradeGothicLightBold', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: var(--custom-gray);
    position: absolute;
    top: 10px;
    left: 0;
    background: #ffffff;
    padding: 0 15px;
}
.portfolio-items-grid .headline-freisteller {
    font-family: 'TradeGothicLightBold', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 0;
    background: #000000;
    padding: 0 15px;
}
.portfolio-items-grid .item .beffect,
.li-lightgallery .beffect {
  background-color: #ffffff;
  margin-bottom: 20px;
  /* border: 1px solid var(--custom-gray); */
}
.portfolio-items-grid .item .beffect {
  border: none
}
.portfolio-items-grid .item .title {
  font-size: 1.275rem;
  color: #fff;
  background: var(--custom-gray) !important;
  margin-bottom: 25px;
  padding: 10px 0 1px 10px;
  letter-spacing: 0;
}
.portfolio-items-grid .item .title {
    padding: 2px;
}
.portfolio-items-grid .item {
    margin-bottom: 0.8rem;
}
.products-grid {
    max-width: 1440px;
    margin: 0 auto !important;
}

/* product detail view*/
ul.product-icons-functions .list-inline-item:not(:last-child) {
    margin-right: .5rem;
    margin-bottom: .5rem;
}

/* horizontal light gallery */
ul.gallery_box {
    margin: 30px 0 30px 0;
}
.gallery_box li{ 
    display:inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px
}

.gallery_box{ 
    padding:0;
    display: flow-root;
}

/* box20 */
.box20 {
    position: relative;
    overflow: hidden;
}
.box20:after,
.box20:before {
    position: absolute;
    content: ""
}

.box20:before {
    width: 100%;
    height: 220%;
    background: rgba(135, 156, 161, 0.8);
    left: -100%;
    z-index: 1;
    /* transform: rotate(21deg); */
    transform-origin: center top 0;
    transition: all .5s ease 0s;
}
.box20:hover:before {
    left: 0%
}
.box20 .box-content{
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    transition: all 1.1s ease 0s;
    text-align: center;
}
.box20:hover:after {
    bottom: -70%
}
.box20 img {
    width: 100%;
    height: auto
}
.box20 .box-content {
    top: -100%;
    color: #fff
}
.box20:hover .box-content {
    top: 43%
}
.box20 .title {
    font-size: 1.75rem;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

/* explicit homepage style*/
#homepage h2.big-font {
    font-size: 4.5rem;
    line-height: 4.25rem;
    margin-bottom: -5px;
}
.home-full-slider h1,
.home-carousel h1,
.product-detail-header h1 {
    font-size: 4rem;
}
.owl-nav i {
  color: #fff;
}
.owl-theme.owl-dots-modern .owl-dots {
    left: 110px;
    width: auto;
}
.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 6px;
}
.video-wrapper {
    width: 85%;
    margin: 0 auto;
    padding-top: 70px;
}
.video-wrapper video {
    width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}

/*transition shadow effect for images and content elements*/
.beffect{
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

/* on product list when coming back from product detail view*/
.anchor {
    padding-top: 90px;
    margin-top: -90px;
  }

/*hero overlay in some templates*/
#news-list-page .overlay-content
, #product-list-page .overlay-content
, #contentpage-big-header .overlay-content
{
    padding-top: 19%;
}
#contentpage-small-header .overlay-content
, #materialpage-small-header .overlay-content
, #outletpage-small-header .overlay-content {
    padding-top: 5%;
}
#news-list-page .overlay-content h2
, #product-list-page .overlay-content h2
, #contentpage-small-header .overlay-content h2
, #contentpage-big-header .overlay-content h2
, #outletpage-small-header .overlay-content h2
, #materialpage-small-header .overlay-content h2 {
    font-size: 4rem;
}
.news img {
  width: 100%;
}

/* separator */
.separator-section img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    display: block;
}
.separator-section #text-wrapper {
    bottom: 48%;
}
.separator-section h3 {
    padding-bottom: 1.125rem;
}

/* blog products within a category*/
.blog-posts a.img-link {
    display: block;
    width: 100%;
    height: 100%;
}
.blogimg {
	background-size: cover;
}
.blog-item-text-light {
    background: var(--custom-gray);
    color: #eee;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.blog-item-text-dark {
    background: var(--custom-gray);
    color: #eee;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.blog-item-text-light h3
, .blog-item-text-dark h3 {
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 30px;
}
.blog-item-text-light h4
, .blog-item-text-dark h4 {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 600;
}
.news .news-item .datetime {
    display: inline-block;
    margin-bottom: 10px;
}
.news-overview-item {
    margin-bottom: 3rem;
}
.news-overview-item h5 {
    margin-bottom: 0.1rem;
}

/*-- blog --*/

/* footer */
.main-footer a {
  color: #ffffff;
}
.main-footer.bg-koinor-gray a:hover
, .main-footer.bg-koinor-gray i:hover
, .main-footer.bg-koinor-gray ul > li > a:hover {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
}
.main-footer .copyright
, .main-footer p
, .main-footer ul
, .main-footer a {
  color: #ffffff;
  font-size: 1.25rem;
}
.social-share-buttons i.fab {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    color: #ffffff;
}

/* isotope filter styles*/
.portfolio-filter-menu {
    margin-bottom: 2.25rem;
    padding-left: 0;
}
.portfolio-menu {
  text-align: center;
}
.portfolio-menu ul li {
  display: inline-block;
  margin: 3px;
  list-style: none;
  padding: 1px;
  cursor: pointer;
}
.portfolio-menu ul li img {
    width: 50px;
    height: 50px;
}
.portfolio-menu ul li.active {
    background: #878786;
    color: #ffffff;
    padding: 5px;
}
.portfolio-items-grid .item {
  float: left;
  margin-bottom: 5px;
}

/* products overview page => e.g. the six main categories*/
#products-overview-header {
    height: 975px;
}

/* products list page => e.g. all products in category sofas*/
#products-list-header {
    height: 975px;
}
div.col-url-to-configurator {
    text-align: right;
}
div.col-url-to-configurator a {
    margin-top: 0;
}

/* product detail page => e.g. all informations about sofa "monroe" */
.product-detail-header {
    height: 975px;
}
.product-detail-header h1.hero-heading {
    margin-top: 9rem;
}
.contentpage-header {
    height: 975px;
}
.materialpage-header {
    height: 650px;
}

/**/
/*slick Slider*/
.gallery-slider
, .gallery-slider-2sp {
    width: 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

@media (orientation: landscape) {
    .gallery-slider .gallery-wrapper
    , .gallery-slider-2sp .gallery-wrapper {
        max-width: 120vh;
        margin: auto;
    }

    .gallery-slider .active-image
    , .gallery-slider-2sp .active-image-2sp {
        max-width: 100%;
    }

    .gallery-slider img
    , .gallery-slider-2sp img {
        width: 100%;
    }

    .gallery-slider .gallery-nav
    , .gallery-slider-2sp .gallery-nav {
        margin-top: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative;
        z-index: 1000;
    }

    .gallery-slider .gallery-nav .mover
    , .gallery-slider-2sp .gallery-nav .mover {
        display: flex;
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer;
    }

    .gallery-slider .gallery-nav .gallery-content
    , .gallery-slider-2sp .gallery-nav .gallery-content-2sp {
        max-width: 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .gallery-slider .gallery-nav .gallery-content .slick-slide img
    , .gallery-slider-2sp .gallery-nav .gallery-content-2sp .slick-slide img {
        margin: 0 6px;
        padding: 5px;
        cursor: pointer;
    }
    .gallery-slider-2sp .slick-dots li button:before {
        font-size: 20px;
    }
}

#carousel .slides img {
	max-width: 210px;
	max-height: 118px;
}
div.info-box-in-slider {
    position: absolute;
    top: 70px;
    left: 15px;
    width: 210px;
    min-height: 200px;
    background-color: #ffffff;
    opacity: 0.9;
    padding: 8px;
    z-index: 20;
}
div.info-box-in-slider .info-box-in-slider-text a {
    white-space: normal;
}
div.info-box-in-slider .info-box-in-slider-text .btn {
    margin: 0;
}
div.info-box-in-slider .info-box-in-slider-text p {
    margin: 0.5;
}


/**********search box container */
#searchBoxContainer {
    width: 100%;
    padding: 0 0 10px 0
}
#searchBoxContainer #searchBox {
    display: inline-block;
    width: 50%;
    font-size: 1.125rem;
    padding: 0.5rem;
}
#searchBoxContainer .bootstrap-select {
    width: 110px;
}
#searchBoxContainer #btnSearchDetailPage {
    font-size: 1.625rem;
    color: var(--custom-gray);
    cursor: pointer;
    margin-left: 6px;
    vertical-align: middle;
}
#searchBoxContainer .bootstrap-select .btn-light {
    margin-top: 4px;
    height: 43px;
}
#searchBoxContainer .bootstrap-select li.selected {
    background: var(--custom-gray);
}

.ui-autocomplete-loading {
    background: white url("../images/loading.gif") right center no-repeat;
}
.service-text {
    width: 100%;
}
.service-text .custom-icon {
    text-align: center;
    font-size: 2.25rem;
}

/* map / infowindow on detail page */
#mapOnDetailpage {
    position:relative;
    width:100%;
    height:600px;
}
.content-infowindow .headline {
    font-size: 1.25rem;
}
.content-infowindow .content p,
.content-infowindow .content a {
    font-size: 1.083rem;
    line-height: 1.5rem;
}
.content-infowindow .content a {
    color: inherit;
    font-weight: bold;
}
#legend {
    /* font-family: Arial, sans-serif; */
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 1px solid gray;
}
#legend img {
    margin: 2px;
}
#legend p {
    font-size: 0.75rem;
    margin-bottom: 0;
}

/* home carousel*/
.home-carousel {
  overflow: hidden;
  max-height: 100vh;
}
.carousel-item--image img {
  width: 100%;
}
.carousel {
  max-height: 100vh;
}
.carousel-indicators {
  left: 0;
  bottom: 0;
  margin: 1em;
  right: auto;
}
.carousel-indicators li {
    border: 1px solid gray;
  width: .75em;
  height: .75em;
  margin-right: .5em;
  border-radius: 100%;
  transition:
    transform 180ms ease-in-out,
    background 80ms ease-in-out;
}
.carousel-indicators li:not(.active):hover {
  background-color: #343a40;
}
.carousel-indicators li.active {
  transform: scale(1.3);
  background-color: #444444;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.carousel-item {
    transition-duration: 5s;
  }
.carousel-item--overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.carousel-item--overlay--content {
  z-index: 10;
  text-align: center;
  position: relative;
}
.carousel-item--overlay--content-right {
    z-index: 10;
    text-align: right;
    position: absolute;
    right: 5%;
}
.carousel-item--overlay--content-left {
    z-index: 10;
    text-align: left;
    position: absolute;
    left: 5%;
}
.carousel-item--overlay--content-bottom-center {
    z-index: 10;
    text-align: center;
    position: absolute;
    bottom: 16%;
}
.carousel-item--overlay--content-bottom-right {
    z-index: 10;
    text-align: right;
    position: absolute;
    bottom: 16%;
    right: 5%
}
.carousel-item--overlay--content-bottom-left {
    z-index: 10;
    text-align: left;
    position: absolute;
    bottom: 16%;
    left: 5%
}
.carousel-item--overlay--content h1
, .carousel-item--overlay--content-right h1
, .carousel-item--overlay--content-left h1 {
  color: white;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 2.6s;
    transition-property: opacity;
   }
   
   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
     opacity: 1;
   }
   
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
    opacity: 0;
   }
   
   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
   }
   

/* forms */
.form-control { 
    font-size: 0.93rem; 
}
.custom-control-label
, .custom-control-label a {
    font-size: 0.93rem;
    color:  #868e96;
}
.custom-control-label a {
    text-decoration: underline
}
ul.downloads {
    list-style-type: none;
    padding-left: 2px;
}

/*catalog order form*/
.form-captcha img {
    height: 43px;
}
.rex-yform .form-group label
, .rex-yform .form-check-group {
    color: var(--custom-gray);
    font-size: 1.125rem;
}
.rex-yform .form-control {
    font-size: 1.125rem;
}
.rex-yform .form-captcha a.btn.btn-default {
    background: #f0f0f0;
    margin-top: 0;
}
.rex-yform span.required {
    color: #ff0000;
}
.rex-yform label a {
    text-decoration: underline;
}

/***** .accordion */
.accordion {
    padding: 0;
    margin-bottom: 15px;
}
.accordion--head-wrapper {
    margin-bottom: 15px;
}
.accordion--head {
    padding: 15px;
    cursor: pointer;
    transition: all 180ms ease-in-out;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: var(--custom-blue);
}
.accordion--head:hover {
    background-color: var(--custom-gray);
}
.accordion--head h3 { 
    color: #ffffff; 
}
.accordion--content {
    padding: 15px;
    transition: all 180ms ease-in-out;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.accordion--head:not(.collapsed),
.accordion--head:not(.collapsed)+.accordion--content {
    border-color: #dcdcdc;
}
.accordion--content.in {
    border-color: #dcdcdc;
}
.accordion--head h3 {
    margin: 0;
    font-size: 1.25rem;
}

section.two-col-bild-text {
    margin: 40px 0 60px 0
}
/* about text/bild li-re*/
.about-image-column {
	position: relative;
	/* min-height: 500px */
}
#international-representatives-wrapper {
    margin: 30px 0;
}
.colors-slider div.text-overlay {
    position: absolute;
    color: #ffffff;
    bottom: 2px;
    left: 23px;
    font-size: 1rem;
}

/* product detail page - social share icons*/
.social-share-icons {
    margin-top: 75px;
}
/* sharing icons in reference detail view*/
ul.social-sharing {
    display: flex;
    float: right;
}
ul.social-sharing li {
    list-style-type: none;
    padding-left: 15px;
}
ul.social-sharing .btn--share {
    background-color: transparent;
    border-color: #ebebeb;
    color: #3a3a3a;
    margin-right: 5px;
    text-transform: none;
    font-size: 0.785rem;
}
ul.social-sharing .btn--share:hover {
    background-color: #ebebeb;
}
ul.social-sharing .btn--small {
    padding: 5px 10px;
    line-height: 1;
}

ul.social-sharing .btn--share i {
    vertical-align: middle;
}
ul.social-sharing svg:not(:root) {
    overflow: hidden;
}
ul.social-sharing .share-title {
    display: inline-block;
    vertical-align: middle;
}
ul.social-sharing .visually-hidden, .icon__fallback-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}


/*
   * --------------------------------------------------
   * 3. Responsiveness/media queries
   *--------------------------------------------------
   */

/* Extra small devices (phones, less than 768px) */

/* No media query since this is the default in Bootstrap */

@media (min-width: 576px) {

  /* Small devices (576px and up). Mixin: media-breakpoint-up(sm) */
  .container-custom {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* Medium devices (768px and up). Mixin: media-breakpoint-up(md) */
  .container-custom {
    max-width: 720px;
  }
  .carousel-indicators {
    left: 10%;
    margin: 2em;
  }
}

@media (min-width: 992px) {
  /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */
  .navbar {
      height: 70px;
  }

  .container-custom {
      max-width: 960px;
  }

  .navbar-airy .navbar-nav .nav-link {
      padding-right: 0.50rem;
      padding-left: 0.30rem;
      height: 80px;
  }

  div.products-grid.dropdown-menu {
      top: 70px;
  }

  .navbar-expand-lg .navbar-nav {
      margin-top: 42px;
      margin-left: 25%;
  }

  .portfolio-items-grid {
      width: 100%;
  }

  .service-column {
      border-right: none;
  }

  .two-col-bild-text div.row {
      padding: 2.5rem 1rem 2.5rem 1rem;
  }

  .about-text {
      padding: 0 2rem;
      /* max-width: 600px; */
  }
  .about-text h2 {
      margin-top: 0;
  }

}

@media (min-width: 1200px) {
  /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */
  .container-custom {
    max-width: 1160px;
  }
}


@media (max-width: 399.98px) {
    .demo-gallery .li-lightgallery {
        width: 30%;
        margin: 1px 11px 0 1px;
    }
    h1, .h1 { font-size: 1.5rem; }
    h2, .h2 { font-size: 1.3755rem; }
    h3, .h3 { font-size: 1.25rem; }
    h4, .h4 { font-size: 1.125rem; }

}

@media (max-width: 479.98px) {
    a.navbar-brand {
        width: 70%
    }
    h1, .h1 { font-size: 1.625rem; }
    h2, .h2 { font-size: 1.5rem; }
    h3, .h3 { font-size: 1.375rem; }
    h4, .h4 { font-size: 1.25rem; }

    .klaro .cookie-modal p {
        font-size: 0.8em;
    }
}

@media (max-width: 575.98px) {
  /* Small devices (575px and down). Mixin: media-breakpoint-down(xs) */
  .blog-item-text
  , .blog-item-img {
      margin-bottom: 10px;
  }
  .gallery-nav {
    display: none;
    }
    h1, .h1 { font-size: 1.625rem; }
    h2, .h2 { font-size: 1.5rem; }
    h3, .h3 { font-size: 1.375rem; }
    h4, .h4 { font-size: 1.25rem; }  
    div.col-url-to-configurator {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    /* Medium devices (767px and down). Mixin: media-breakpoint-down(sm) */
    .quickmenu {
        display: none;
    }
    h1, .h1 { font-size: 2rem; }
    h2, .h2 { font-size: 1.75rem; }
    h3, .h3 { font-size: 1.625rem; }
    h4, .h4 { font-size: 1.5rem; }  

}

@media (max-width: 991.98px) {
    h1, .h1 { font-size: 2.25rem; }
    h2, .h2 { font-size: 2rem; }
    h3, .h3 { font-size: 1.825rem; }
    h4, .h4 { font-size: 1.625rem; }  
    /* Large devices (992px and down). Mixin: media-breakpoint-down(md) */
    .products-grid .container-custom {
        max-width: 100%;
    }
    .navbar-brand img.logo {
        width: 60%
    }
    .portfolio-items-grid .item .title {
        font-size: 1rem;
        padding: 1px;
    }
    .home-full-slider h1 {
        font-size: 3rem;
    }
    .demo-gallery ul {
        margin: 0;
    }
    div#search-icon {
        padding: 10px 0 0 5px;
        width: 45%;
        float: left;
        margin: 15px 0;
    }
    div.lang-switch {
        padding-top: 12px;
        font-size: 1.5rem;
        float: right;
    }
    .navbar-expand-lg {
        padding: 1rem;
    }
    ul.navbar-nav {
        margin-top: 25px;
    }
    .main-search-container {
        width: 100%;
        margin-top: -60px;
        position: relative;
        padding: 5px;
        z-index: 999;
        background-color: #f1f1f1;
    }
    .show-search {
        width: 100px;
        float: left;
    }
    #legend {
        display: none;
    }
    div.info-box-in-slider {
        top: 0px;
    }
    .video-wrapper {
        width: 75%;
    }
    .social-share-icons {
        margin-top: 0;
        padding-left: 1px;
    }
    ul.social-sharing {
        float: left;
        padding-left: 0;
    }
}

@media (max-width: 1199.98px) {
  /* X-Large devices (1200px and down). Mixin: media-breakpoint-down(lg) */
  .showroom h3 {
      font-size: 3rem;
  }
  #homepage h2.big-font {
    font-size: 3.5rem;
    line-height: 3.15rem;
    margin-bottom: -0;
    }
 }
@media (max-width: 1489.98px) {
}

@media (min-width: 100px) and (max-width: 298.98px) {
    .demo-gallery .li-lightgallery {
        width: 45%;
        margin: 1px 4px 4px 1px;
    }
    /* products overview page => e.g. the six main categories*/
    #products-overview-header {
        height: 200px;
    }

    /* products list page => e.g. all products in category sofas*/
    #products-list-header {
        height: 280px;
    }

    /* product detail page => e.g. all informations about sofa "amur" */
    .product-detail-header {
        height: 200px;
    }
    .contentpage-header {
        height: 200px;
    }
    .materialpage-header { height: 200px; }

    .product-detail-header h1.hero-heading {
        margin-top: 9rem;
    }
    .home-full-slider h1, .home-carousel h1 {
        display: none;
    }
    .home-full-slider p, .home-carousel p {
        display: none;
    }
    a.lnk-logo img {
        width: 50%;
    }
    .lg-sub-html {
        display: none;
    }
    .colors-slider div.text-overlay {
        left: 5%;
    }
    .home-carousel {
        padding-top: 70px;
        margin-bottom: -50px;
    }
    #homepage h2.big-font {
        font-size: 2rem;
        line-height: 2.15rem;
        margin-bottom: -0;
    }
}

@media (min-width: 299px) and (max-width: 479.98px) {
    .demo-gallery .li-lightgallery {
        width: 44%;
        margin: 1px 4px 4px 1px;
    }
    /* products overview page => e.g. the six main categories*/
    #products-overview-header {
        height: 250px;
    }

    /* products list page => e.g. all products in category sofas*/
    #products-list-header {
        height: 370px;
    }

    /* product detail page => e.g. all informations about sofa "amur" */
    .product-detail-header {
        height: 250px;
    }
    .contentpage-header {
        height: 220px;
    }
    .materialpage-header { height: 240px; }

    .product-detail-header h1.hero-heading {
        margin-top: 9rem;
    }
    .home-full-slider h1, .home-carousel h1 {
        display: none;
    }
    a.lnk-logo img {
        width: 60%;
    }
    .lg-sub-html {
        display: none;
    }
    .colors-slider div.text-overlay {
        left: 8%;
    }
    .home-carousel {
        padding-top: 70px;
        margin-bottom: -40px;
    }
    #homepage h2.big-font {
        font-size: 2.35rem;
        line-height: 2.5rem;
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) and (max-width: 575.98px) {
    .demo-gallery .li-lightgallery {
        width: 48%;
        margin: 1px 4px 4px 1px;
    }
    /* products overview page => e.g. the six main categories*/
    #products-overview-header {
        height: 300px;
    }

    /* products list page => e.g. all products in category sofas*/
    #products-list-header {
        height: 400px;
    }

    /* product detail page => e.g. all informations about sofa "amur" */
    .product-detail-header {
        height: 300px;
    }
    .contentpage-header {
        height: 250px;
    }
    .materialpage-header { height: 300px; }
    .product-detail-header h1.hero-heading {
        margin-top: 9rem;
    }
    .home-full-slider h1, .home-carousel h1 {
        font-size: 2rem;
    }
    .lg-sub-html {
        display: none;
    }
    .colors-slider div.text-overlay {
        left: 18%;
    }
    .home-carousel {
        padding-top: 70px;
        margin-bottom: -35px;
    }
    #homepage h2.big-font {
        font-size: 3rem;
        line-height: 2.75rem;
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (between 576px and 767px). Mixin: media-breakpoint-only(sm) */
    #news-list-page .overlay-content
    , #contentpage-big-header .overlay-content {
        padding-top: 10%;
    }
    #product-list-page .overlay-content {
        padding-top: 25%;
    }
    #contentpage-small-header .overlay-content
    , #materialpage-small-header .overlay-content {
        padding-top: 12%;
    }
    #news-list-page .overlay-content h2
    , #product-list-page .overlay-content h2
    , #contentpage-small-header .overlay-content h2
    , #contentpage-big-header .overlay-content h2
    , #materialpage-small-header .overlay-content h2 {
        font-size: 2.5rem;
    }
    #news-list-page .overlay-content h4
    , #product-list-page .overlay-content h4
    , #contentpage-small-header .overlay-content h4
    , #contentpage-big-header .overlay-content h4
    , #materialpage-small-header .overlay-content h4 {
        font-size: 1.5rem;
    }
  .blog-item-text
  , .blog-item-img {
      margin-bottom: 10px;
  }
    .demo-gallery .li-lightgallery {
        width: 48%;
        margin: 1px 5px 5px 1px;
    }
    /* products overview page => e.g. the six main categories*/
    #products-overview-header {
        height: 350px;
    }

    /* products list page => e.g. all products in category sofas*/
    #products-list-header {
        height: 450px;
    }

    /* product detail page => e.g. all informations about sofa "amur" */
    .product-detail-header {
        height: 350px;
    }
    .contentpage-header {
        height: 300px;
    }
    .materialpage-header { height: 350px; }
    .product-detail-header h1.hero-heading {
        margin-top: 9rem;
    }
    .home-full-slider h1, .home-carousel h1 {
        font-size: 2.5rem;
    }
    .lg-sub-html p {
        font-size: 0.70rem;
        color: #ffffff
    }
    .colors-slider div.text-overlay {
        left: 10px;
    }
    .home-carousel {
        padding-top: 70px;
        margin-bottom: -30px;
    }
    #homepage h2.big-font {
        font-size: 3rem;
        line-height: 2.75rem;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Medium devices (tablets, between 768px and 991px). Mixin: media-breakpoint-only(md) */

    #news-list-page .overlay-content
    , #contentpage-big-header .overlay-content {
        padding-top: 11%;
    }
    #product-list-page .overlay-content {
        padding-top: 21%;
    }
    #contentpage-small-header .overlay-content
    , #materialpage-small-header .overlay-content {
        padding-top: 10%;
    }
    #news-list-page .overlay-content h2
    , #product-list-page .overlay-content h2
    , #contentpage-small-header .overlay-content h2
    , #contentpage-big-header .overlay-content h2
    , #materialpage-small-header .overlay-content h2 {
        font-size: 2.75rem;
    }
    #news-list-page .overlay-content h4
    , #product-list-page .overlay-content h4
    , #contentpage-small-header .overlay-content h4
    , #contentpage-big-header .overlay-content h4
    , #materialpage-small-header .overlay-content h4 {
        font-size: 1.75rem;
    }

  .blog-item-text
  , .blog-item-img {
      margin-bottom: 10px;
  }
    /* products overview page => e.g. the six main categories*/
    #products-overview-header {
        height: 420px;
    }

    /* products list page => e.g. all products in category sofas*/
    #products-list-header {
        height: 530px;
    }

    /* product detail page => e.g. all informations about sofa "amur" */
    .product-detail-header {
        height: 420px;
    }
    .contentpage-header {
        height: 340px;
    }
    .materialpage-header { height: 500px; }
    .product-detail-header h1.hero-heading {
        margin-top: 9rem;
    }
    .portfolio-items-grid .headline-freisteller {
        font-size: 0.9rem;
    }
    .home-full-slider h1, .home-carousel h1 {
        font-size: 2.5rem;
    }
    .lg-sub-html p {
        font-size: 0.70rem;
        color: #ffffff
    }
    .colors-slider div.text-overlay {
        left: 6%;
    }
    .home-carousel {
        padding-top: 70px;
        margin-bottom: -30px;
    }
    #homepage h2.big-font {
        font-size: 3rem;
        line-height: 2.75rem;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Large devices (desktops, between 992px and 1199px). Mixin: media-breakpoint-only(lg) */
  /* .product-section-item .ribbon-dark {
        font-size: 0.85rem;
    } */
    .blog-item-text
    , .blog-item-img {
        margin-bottom: 10px;
    }
    .product-detail-header {
        min-height: 450px;
    }
    .contentpage-header {
        height: 380px;
    }
    .materialpage-header { height: 500px; }
    #product-categories h3 {
        font-size: 1.5rem;
    }
    .navbar-expand-lg .navbar-nav {
        margin-top: 62px;
    }
    .navbar-airy .navbar-nav .nav-link {
        padding:0;
        font-size: 0.875rem;
        padding-right: 0.50rem;
        padding-left: 0.30rem;
    }
    /* products overview page => e.g. the six main categories*/
    #products-overview-header {
        height: 600px;
    }

    /* products list page => e.g. all products in category sofas*/
    #products-list-header {
        height: 600px;
    }

    /* product detail page => e.g. all informations about sofa "amur" */
    .product-detail-header {
        height: 600px;
    }    
    .contentpage-header {
        height: 500px;
    }
    .product-detail-header h1.hero-heading {
        margin-top: 9rem;
    }
    .navbar .dropdown-menu {
        top: 42px;
    }
    .home-full-slider h1, .home-carousel h1 {
        font-size: 3rem;
    }
    .lg-sub-html p {
        font-size: 0.75rem;
        color: #ffffff
    }
    .colors-slider div.text-overlay {
        left: 11%;
    }
}

@media (min-width: 1200px) and (max-width: 1479.98px) {
    .navbar-airy .navbar-nav .nav-link {
        padding-right: 0.80rem;
        padding-left: 0.10rem;
        font-size: 0.75rem;
    }
    /* products overview page => e.g. the six main categories*/
    #products-overview-header {
        height: 725px;
    }

    /* products list page => e.g. all products in category sofas*/
    #products-list-header {
        height: 725px;
    }

    /* product detail page => e.g. all informations about sofa "amur" */
    .product-detail-header {
        height: 750px;
    }
    .contentpage-header {
        height: 700px;
    }
    .materialpage-header { height: 650px; }
    .product-detail-header h1.hero-heading {
        margin-top: 9rem;
    }
    .navbar .dropdown-menu {
        top: 51px;
    }
    .lg-sub-html p {
        font-size: 0.85rem;
        color: #ffffff
    }
    .colors-slider div.text-overlay {
        left: 11%;
    }
}

@media (min-width: 1480px) {

    /* very X-Large devices (1480px and up) */
    .container-custom {
        max-width: 1440px;
    }

    .navbar-airy .navbar-nav .nav-link {
        padding-right: 0.90rem;
        padding-left: 0.35rem;
        font-size: 0.85rem;
    }

    .navbar .dropdown-menu {
        top: 52px;
    }
    .lg-sub-html p {
        font-size: 0.90rem;
        color: #ffffff
    }
    .colors-slider div.text-overlay {
        left: 11%;
    }
}
