/******* aus Raumausstatter-2019 **********/
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* In Gebrauch */


.burgerMobile {
    float: right;
    margin-top: 10px;
    cursor: pointer;
}
.burgerMobileSpan {
    height: 2px;
    width: 21px;
    background: #f0f0f0;
    display: block;
    margin-bottom: 6px;
    border-radius: 20px;
    transition: 0.3s;
}

.burgerMobile.w--open .burgerMobileSpan:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.burgerMobile.w--open .burgerMobileSpan:nth-child(1) {
    position: relative;
    top: 7.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burgerMobile.w--open .burgerMobileSpan:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    position: relative;
    top: -8px;
    margin-left: 0;
}
.burgerMobile.w--open ~ .MainNav-mobile {
    display: block !important;
}


/* --------------- */

.inline-block {
    max-width: 100%;
    display: inline-block;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.flexbox_50 {
    padding-right: 10px;
    padding-bottom: 45px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.header_section {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    padding: 40px 40px 20px;
}

.logo_image {
    width: 290px;
}

.brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.max-width-container {
    position: relative;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.max-width-container.navi {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav_bar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 80px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: rgba(0, 0, 0, 0.75);
}

.nav_dopdown_list {
    left: 0px;
    top: auto;
}

.nav_dopdown_list.w--open {
    padding-right: 40px;
    padding-left: 40px;
    background-color: rgba(0, 0, 0, 0.8);
}

.nav_dropdown {
    position: static;
}

.nav_dropdown_toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-bottom: 23px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #edeff2;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: lowercase;
}

.nav_dropdown_toggle:hover {
    color: red;
}

.nav_dropdown_toggle.w--open {
    letter-spacing: 0.02em;
}

.nav_dropdown_toggle.current {
    color: red;
}

.nav_dropdown_link {
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.nav_dropdown_link:hover {
    color: red;
}

.nav_dropdown_link.w--current {
    color: #737373;
}

.nav-menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: -10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.image_top {
    position: relative;
    width: 80%;
    margin-bottom: -30px;
    margin-left: 30px;
}

.flex_box_footer {
    margin-bottom: 14px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding-left: 10px;
}

.flex_box_footer._50 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}


.bold {
    font-weight: 500;
}

.footer_link {
    color: #a6a6a6;
    text-decoration: none;
}

.footer_link:hover {
    color: red;
}

.footer_text {
    padding-right: 20px;
    color: #9d9fa2;
    font-size: 0.8em;
    line-height: 1.7em;
}

.flex_container_footer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.max_width_container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.content_nav {
    display: block;
    max-width: 1280px;
    min-height: 60px;
    margin-right: auto;
    margin-left: auto;
}

.content_nav_link {
    position: relative;
    z-index: 30;
    height: 60px;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #1a2025;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    text-decoration: none;
}

.content_nav_link:hover {
    background-color: #e30613;
}

.content_nav_link.w--current {
    background-color: #353535;
}

.content_nav_section {
    margin-top: -30px;
    padding-right: 40px;
    padding-left: 40px;
}

.nav_dropdown_margin {
    margin-right: -40px;
    margin-left: -40px;
    text-align: right;
}

.flex_box_25_product_tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
}

.flex_box_padding_product_tile {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top-width: 1px;
    border-top-color: red;
}

.flex_box_50 {
    padding-bottom: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
html.w-mod-touch * {
    background-attachment: scroll !important;
}




/******* basic css settings **********/
h1,h2,h3,h4,h5,h6 {
    /**Einstellungen zurücksetzen von raumausstatter-wengenmeier-2019.css */
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: initial;
    text-align: left;
    color: #404047;
    letter-spacing: initial;
}
h1 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 500;
    color: #404047;
}

h2 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
}


h5{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}


p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #404047;
    font-size: 0.9em;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
}


ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: 300;
}

.medium-grey {
    color: #676770;
}



.navigation-link {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #676770;
}

.navigation-link:hover {
    color: #2e9dff;
}

.navigation-bar {
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #fff;
}

.brand-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #69b9ff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.brand-link {
    padding-top: 16px;
    padding-bottom: 16px;
}

.section {
    position: relative;

    background-color: #edeff2;
}

.white-box {
    padding: 15px;
    border: 1px solid #dcebf7;
    background-color: #fff;
    text-align: center;
}

.hero-heading {
    margin-top: -15px;
    margin-bottom: 23px;
    padding-top: 0px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 7.9em;
    line-height: 1em;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: none;
}

.section-heading {
    margin-top: 0px;
    margin-bottom: 16px;
}

.section-heading.centered {
    font-family: europa;
    color: #00253b;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.section-subheading {
    color: #fff;
}

.section-subheading.center {
    font-family: europa;
    color: #8e8e9c;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}



/*****************
 macht probleme daher in raumausstatter-wengenmeier-2019.css hack in zeile 2163
body{font-size:unset;}
************/
/********re-coloring*********/




/* hack in zeile margin .double_slider_container .gallery_slide_headline  */

.flexcontainer_20 {
  /*  position:absolute; bottom:20px; */
}

.m_vertikal, .m_vertikal_click {
    padding: 10px;
    color: black;
    overflow: hidden;
}

table {
    color: black;
}

.mbox {
    height: 50px;
    width: 90% !important;
}

*:focus {
    outline: none;
    outline-width: 0;
}

.clear {
    clear: both;
}
.autoheight {
    height: auto;
}
/*  jetzt in w....php
.line_full_hack {
    position: relative;
}
.line_full_hack:before {
    position: absolute;
    border-top:3px solid  red;
    top: -23px;
    left: 0;
    width: 100%;
    height: 10px;
    content: " ";
}
*/
.product_text {
    margin-bottom: 15px;
    font-weight: 400;     /* font-weight: 300;**/
}

.product_text a {
    color: #404047;
    border-bottom: 2px solid red;
    text-decoration: none;
}

.product_title {
    padding-bottom: 5px;
    font-weight: 700;
}

.product_image {
    width: 100%;
    margin-bottom: -40px;
    margin-left: -20px;
}

.product_text_container {
    padding: 55px 25px 30px;
    border-bottom: 1px solid #9d9fa2;
    border-left: 1px solid #9d9fa2;
}

.product_text_container:hover {
    background-color: #fff;
}

.product_tile {
    margin-bottom: 40px;
    color: #404047;
    text-decoration: none;
}

.product_intro_headline {
    min-height: 100px;
}

.product_intro_headline_h3 {
    margin-bottom: 0;
}

/************* Slider **********************/
.slide_text_container {
    z-index: 9;
}

.slider_nav_bottom {
    width: 40%;
    font-size: 24px;
    display: flex;
    padding: 10px 0;
}

.slider_arrow {
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 3;
    display: inline-block;
    float: left;
    padding: 6px 0 0;
}

.slider_nav {
    display: inline-block;
    float: left;
}

.swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    cursor: pointer;
    margin: 0 3px .5em;
    transition: background-color 100ms,color 100ms;
    border-radius: 100%;
    background-color: grey;
}

.swiper-pagination-bullet-active {
    background-color: #404047;
}

  
.double_slider_container {              /*** hacked mit 5px  ***/
   margin-bottom: 50px;
 }



.double_slider_container .gallery_slider,
.double_slider_container .swiper-container,
.double_slider_container .swiper-wrapper,
.double_slider_container .w-slider-mask,
.double_slider_container .w-slide,
.double_slider_container .covercontainer
{
    min-height: unset;
    height: auto;
    max-height: 600px;
}

.double_slider_container .slide_text_container {
    width:40%;			/***   width:30%;***/
    height: auto;
    min-height: 300px;	/*** min-height: 250px;***/
    bottom:20px;
    display: flex;
    justify-content: center;
    padding: 40px;		//***   padding: 30px;***/
}
.double_slider_container .slide_text_container h3 {
    text-transform: unset;
}

.slide_text_container_hell {
    background-color: rgb(255, 255, 255); /* Fallback for web browsers that don't support RGBa */
    background-color: rgba(255, 255, 255, 0.8);			//****    background-color: rgba(255, 255, 255, 0.5);**/
    color: #000;
}
.slide_text_container_dunkel {
    background-color: rgb(0, 0, 0); /* Fallback for web browsers that don't support RGBa */
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}
.double_slider_container .gallery_slide_headline {
    border-top: 3px solid red;
    padding-top: 20px;
    margin: 20px 0 20px 0;
}
.double_slider_container .slide_bild_container {
    width:40%;
	max-width:500px;   /* 400 HACK*/ 
    height: 250px;	
    bottom: 120px;		/**   bottom: 0;**/
    position: absolute;
    right: 0;
}
.double_slider_container .slide_bild_container .covercontainer {
    width: 100%;
    height: auto;
    max-height: 330px;   /* height: 250px;*/	/***hack***/
}

.gallery_slider.vollebreite .covercontainer img {
    object-fit: unset;
    width: 100%;
   /**** max-width: 100%;***/
   max-width: 850px; /***hack***/
    height: auto;
    margin: 0;
    padding: 0;
}
.gallery_slider.vollehoehe .covercontainer img {
    object-fit: unset;
    width: auto;
    max-width: unset;
    height: 600px;
    margin: 0;
    padding: 0;
}
.gallery_slider.vollesbild .covercontainer img {
    object-fit: cover;
    width: unset;
    height: unset;
}
.double_slider_container .gallery_slider_arrow {
    margin-top: 20px;
    font-size: 26px;
}
.double_slider_container .gallery_slider_arrow.w-slider-arrow-right {
    margin-right: 230px;
}
.double_slider_container .gallery_slider_arrow.left {
    margin-right: 290px;
}

.double_slider_container .hashtagBoxHeader {  /*** background:#aa1;  debug***/
    border: none;
    width: 100%;
    height: 100%;
    position: relative;
    /*font-size: 24px;*/
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.double_slider_container .hashtagBox {            /*** background:#ee1; debug***/
    table-layout: fixed;
    overflow:hidden;
    width: 90%;     /*** width: 60%;  ***/
    height: auto;
    max-height:300px;
    position: absolute;
    left: 7%;		/***  left: 22%;   ***/
    bottom: 10px;		/*** bottom: 20px;**/
}



/***** mein Block  ******/
.detailShow{}
.detailHide{display:none !important; }
.double_slider_container .negativ{color:#000;}
.double_slider_container .positiv{color:#fff;}
.border_positiv{border-color:#fff;}
.border_negativ{border-color:#000;}
.klammer_left{	width:20px; 
				border-left:3px solid #fff; 
				border-top:3px solid #fff; 
				border-bottom:3px solid #fff; 
				height:100%; 
				min-height:100px;}
.klammer_right{	width:20px; 
				border-right:3px solid #fff; 
				border-top:3px solid #fff; 
				border-bottom:3px solid #fff; 
				height:100%; 
				min-height:100px;}



@media screen and (max-width: 991px) {
	h4{font-size:18px; line-height: 26px;}
    .double_slider_container .gallery_slider,
    .double_slider_container .swiper-container,
    .double_slider_container .swiper-wrapper,
    .double_slider_container .w-slider-mask,
    .double_slider_container .w-slide
    {
        max-height: 400px;
    }
    .gallery_slider.vollehoehe .covercontainer img {
        height: 400px;
    }
    .double_slider_container .slide_bild_container {
        width: 50%;
    }
    .double_slider_container .slide_text_container {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .double_slider_container .slide_text_container {
        width: 60%;
        bottom: 10px;
        min-height: 150px;
        padding: 20px;
    }
    .double_slider_container .gallery_slide_headline {
        margin: 40px 0 0 0;
    }
    .double_slider_container .slide_text_container p {
        margin: 0;
    }
    .double_slider_container .slide_bild_container {
        width: 60%;
    }
    .double_slider_container .hashtagBoxHeader {
        margin: 0;
    }
}
@media screen and (max-width: 479px) {


	h4{font-size:14px; line-height: 16px;}  /*  20px  26px */
    h1{font-size:16px; line-height: 16px;}
    h2{font-size:16px; line-height: 16px;}
    h3{font-size:16px; line-height: 16px;}

    .double_slider_container .gallery_slider,
    .double_slider_container .swiper-container,
    .double_slider_container .swiper-wrapper,
    .double_slider_container .w-slider-mask,
    .double_slider_container .w-slide
    {
        max-height: 300px;
    }
    .gallery_slider.vollehoehe .covercontainer img {
        height: 300px;
    }
    .slider_nav_bottom {
        display: flex;
        justify-content: center;
        margin-top: 7px;
        width: 100%;
    }
    .swiper-pagination-bullet {
        padding: 5px;
        margin: 0 5px;
    }
    .slider_arrow {
        padding-top: 8px;
    }
    .double_slider_container {
      /*  margin-bottom: 20px;*/
    }

    .double_slider_container .slide_text_container {
        width: 100%;
    /*   bottom: -250px;*/
        height: 280px;
      /*  position:unset; */
    }
    .double_slider_container .slide_text_container.slide_text_container_short {
      /*  bottom: -130px;*/
        height: 150px;
    }
    .double_slider_container .slide_bild_container {
        width: 100%;
      /*  bottom: -250px;*/
        height: 280px;
    }
    .double_slider_container .slide_text_container h4 {
        font-size: 16px;
        line-height: 23px;
    }
}

/***** Article Slider *********/
.article_slider {
    width: 400px;
    min-height: 0;
    height: auto;
}
.article_slider .slider_nav_bottom {
    display: flex;
    justify-content: center;
    margin-top: 7px;
    width: 100%;
}
.article_slider.article_warenkorb {
    width: 600px;
    max-width: 100%;
    min-height: 0;
    height: auto;
}
.article_slider.article_warenkorb .covercontainer img {
    object-fit: unset;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.article_slider.projekt_slider {
    height: 300px;
    width: 100%;
    margin-bottom: 100px;
}
.article_slider.projekt_slider .covercontainer img {
    object-fit: contain;
    width: 100%;
    max-width: unset;
    height: 100%;
    margin: 0;
    padding: 0;
}

.article_slider.projekt_slider .swiper-container,
.article_slider.projekt_slider .swiper-wrapper,
.article_slider.projekt_slider .w-slider-mask,
.article_slider.projekt_slider .w-slide,
.article_slider.projekt_slider .covercontainer
{
    height:300px;
}

/************* End Slider **********************/

/************* Menüs **********************/
nav .w-active {
    color: #e30613;
}

.js-item-levelB:hover, .js-item-levelB.w-active {
    color: #ffffff;
    background-color: #e30613;
}

@media screen and (max-width: 991px) {
    .header_noimage_levelA, .header_noimage_levelB {
        display: none;
    }
}

