@CHARSET "ISO-8859-1";

/* @IF_CD_INSTALLER@

.onlyOnline {display:none;}

@ENDIF@ */

/*
 GENERAL
*/






html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #afb8bc;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: #afb8bc;
}

a {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #afb8bc;
}

img { border: 0px; }

p {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 1.5em;
}

form[name="galleryForm"] ul {
    margin: 0;
    padding: 0;
}

form[name="galleryForm"] li {
    list-style: none;
}

.button-box {
    float: right;
}

.button, .button-add {
    color: white;
    background: #004995;
    padding: 3px 5px;
    border-radius: 2px;
    border: 1px solid #004995;
    white-space: nowrap;
}

.button-add {
    
    padding: 3px 24px 3px 5px;
}

.button-add::after {
    content: '';
    background: url(images/plus.svg) no-repeat scroll right;
    color: white;
    height: 16px;
    margin-top: 2px;
    width: 16px;
    position: absolute;
    margin-left: 4px;
}

/*
 BASIC STRUCTURE
*/

#content-box {
    position: absolute;
    width: 100%;
    height: 100%;
    touch-action: none;
}

#header-box {
    background: white;
    min-width: 1024px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #afb8bc;
}

.logo {
    padding: 15px;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
}

#logo {
    display: block;
    background: white;
}

#decoration-before {
    float: right;
}

#decoration-after {
    float: left;
}

#logo-decoration #decoration-after::after {
    content: '';
    position: absolute;
    top: 10px;
    height: calc(100% - 20px);
    width: 0;
    box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: skew(-4deg);
    margin-left: 9px;
}

#logo-decoration #decoration-before::before {
    transform: skew(4deg);
    content: '';
    position: absolute;
    top: 10px;
    height: calc(100% - 20px);
    width: 0;
    box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-left: -9px;
}

#logo-wrapper {
    height: 100%;
    float: left;
    margin-left: 40px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 170px;
    z-index: 2;
}

.logo-border {
    display: block;
    margin: 0 auto;
    height: 10px;
    width: 100%;
    background-color: #008ED1;
    background-image: linear-gradient(90deg, #008ED1 0%, #004995 100%);
    margin-top: 0.1px;
}

#logo img {
    width: 120px;
}

#save {
    position: relative;
}

#mobile-favorite-count {
    display: none;
    position: absolute;
    bottom: 2px;
    left: 0;
    color: #004995;
    right: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: unset;
    text-shadow: 1px 1px 1px white, 1px -1px 1px white, -1px 1px 1px white, -1px -1px 1px white;
}

#right-menu-wrapper {
    height: 100%;
    float: right;
}

#menue-box li {
    float: left;
}

#menue-box li a {
    display: block;
    font-size: 15px;
    padding: 37px 15px 15px;
    color: #afb8bc;
}


#menue-box li.selected a {
    color: #004995;
}

#language {
    width: 135px;
    float: right;
}

#language .current-language {
    color: #607179;
    display: block;
    padding: 9px 14px 8px;
    user-se
}

#english_ZA {
    display: none;
}

.no-select {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.expand-menu-arrow::before {
    font-size: 10px;
    float: right;
    margin-top: 2px;
}

#language #other-language {
    position: absolute;
    background: white;
    display: none;
    border-top: 1px solid #afb8bc;
}

#language-mobile #other-language-mobile {
    position: absolute;
    background: white;
    display: none;
}

#other-language-mobile {
    position: relative;
}

#language-mobile li {
    float: none;
}

#language-mobile li a {
    display: block;
    padding: 5px 16px;
    color: #607179;
}

#language li {
    float: none;
}

#language li a {
    display: block;
    padding: 5px 16px;
    color: #607179;
}

/*
 content-box
*/

#image-box {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

#image-box a {
    cursor: default;
    width: 100%;
    height: 100%;
    position: fixed;
}

#image-box a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#surface-anchors>span {
    position: absolute;
    display: block;
}

#surface-anchors>span a {
    display: block;
    height: 45px;
    width: 45px;
    color: white;
    background: #607179;
    border-radius: 50%;
}

#surface-anchors>span.installation a::before, #surface-anchors>span.color a::before {
    margin-top: 7px;
    margin-left: 7px;
    position: absolute;
}

#surface-anchors>span.installation a::before {
    content: "\e904";
}

#surface-anchors>span.color a::before {
    content: "\e90d";
}

#wait-box {
    background-color: #000000;
    border-radius: 6px 6px 6px 6px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    padding: 4px;
    z-index: 2;
}

#toolbar-box {
    height: 50px;
    float: right;
}

#toolbar-box a:hover, #toolbar-box a:active {
    color: #004995;
}

.right-menu-row {
    width: 100%;
    float: right;
}

#toolbar-box li {
    width: 30px;
    padding: 0 8px;
    float: left;
}

#toolbar-box a {
    display: block;
    height: 30px;
    width: 30px;
    background-size: auto;
    background-position: center;
    
}

#toolbar-box a.selected {

}

#split-pane {
    display: none;
}

#split-pane-divider {
    position: absolute;
    width: 9px;
    height: 100%;
    left: 500px;
    
    cursor: e-resize;
    background-color: #F7F7F7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    

    user-select: none;
}


#split-pane-right {
        width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

#split-pane-right div {
    cursor: default;
    width: 100%;
    height: 100%;
    position: absolute;
}

#split-pane-right div img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#split-pane-favorites {
    position: absolute;
    right: 40px;
    top: 120px;
    width: 160px;
    
    max-height: 60%;
    overflow-x: hidden;
    overflow-y: auto;
    
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    background: #FFFFFF;
    color: #333333;
}

#split-pane-favorites .no-favorites{
    display: none;
}

#split-pane-favorites .addbookmark{
    color: #004995;
    font-weight: bold;
}

#split-pane-favorites>a {

    position: relative;
    display: inline-block;
}

#split-pane-favorites>a img {
    height: 90px;
}

#split-pane-favorites>a:hover:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 169px;
    height: 90px;
    content: '';
    display: block;
    background: url("images/icon_leftright.gif") no-repeat scroll 0 0 transparent;
}

#zoom-and-pan {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #0E2934;
}

#zoom-and-pan-detail {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#zoom-and-pan-detail>img {
    width: auto;
    height: auto;
}

#zoom-and-pan-navigator {
    position: absolute;
    left: 50px;
    top: 130px;
    width: 240px;
    height: 90px;
    
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

#zoom-and-pan-navigator>img {
    width: 100%;
    cursor: pointer;
}

#zoom-and-pan-navigator>div {
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    cursor: move;
}

/*
  Overlays
*/

.overlay {
    background: white;
    display: none;
    left: 0px;
    padding: 30px;
    padding-right: 33px;
    padding-left: 40px;
    position: absolute;
    top: 71px;
    width: 950px;
    font-size: 14px;    
    overflow: hidden;
    z-index: 1;
}

#overlay-myroom {
    display: block;
    position: absolute;
    width: 500px;
    max-width: calc(100vw - 20px);
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 280px;
    max-height: calc(50vh - 20px);
    background-color: rgba(255, 255, 255, 0.9);
}

#overlay-myroom .logo img {
    width: 100px;
}

#overlay-myroom-content-holder {
    width: 60%;
    height: 40%;
    margin: auto;
    position: absolute;
    top: 0;    
    bottom: 0;
    left: 0;
    right: 0;
    color: #607179;
    font-size: 14px;
    color: #607179;
    text-align: center;
}

#overlay-myroom-content-holder .hover-button {
    font-size: 14px;   
    margin-bottom: 20px;
}

#camera-icon-myroom-overlay {
    float: left;
    margin-right: 10px;
    font-size: 40px;
    color: #004995;
    margin-top: -10px;
}

#overlay-myroom-content-holder > div {
    display: inline-block;
    margin-bottom: 10px
}

#overlay-myroom-content-holder > div:first-child {
    width: 100%;
}

.button, .button-add {
    font-size: 14px !important;
}

.title {
    display: block;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.btn-close {
    display: block;
    height: 23px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 23px;
    z-index: 1;
}

.btn-close::before {
    font-size: 20px;
}

.content-overlay {
    position: relative;
}



#categories {
    float: left;
    margin-right: 50px;
    width: 170px;
}

#dyn-categories {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

#dyn-categories li {
    list-style: none outside none;
    margin-bottom: 5px;
}

#dyn-categories li a {
    display: inline-block;
    font-size: 14px;
    padding: 3px 0;
}

#dyn-categories li a.selected {
    color: #004995;
}

#gallery {
    float: left;
    height: 300px;
    width: 706px;
}

#carousel {
    height: 100%;
    margin-bottom: 14px;
    position: relative;
    width: 712px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
}

#carousel ul {
    position: absolute;
    z-index: 1;
}

#carousel li {
    margin: 0 0 5px 0;
    display: inline-block;
}

#carousel li a {
    display: block;
}

#carousel li a span {
    display: block;
    height: 128px;
    overflow: hidden;
    position: relative;
    width: 228px;
}

img.carousel {
    cursor: pointer;
    position: absolute;
}



#filter-box {
    float: left;
    margin-right: 50px;
    position: relative;
    width: 170px;
}

.filter {
    margin-bottom: 20px;
}

.filter-title {
    display: block;
    margin-bottom: 5px;
}

#filter-box select {
    color: #333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 100%;
    border: 1px solid #607179;
}

#product-list-box {
    float: left;
    height: 100%;
}

#top-box {
    border-bottom: 1px solid #ffffff;
    height: 290px;
}

#product-list {
    height: 100%;
    margin-bottom: 14px;
    overflow-y: auto;
    position: relative;
    width: 700px;
    padding-right: 10px;
}

#product-list > div {
    width: 100% !important;
}

#product-list > div > ul {
    width: 100%;
}


#product-list .items {


    position: absolute;
    z-index: 1;
}


#product-list .items .page {
    float: left;
    width: 705px;
}

#product-list li {
    float: left;
    margin: 0 4px 4px 0;
}

#product-list li a span.img-item {
    display: block;
    height: 72px;
    overflow: hidden;
    position: relative;
    width: 128px;
    border: 2px solid #fff;
}

#product-list ul li a span.selected {
    border: 2px solid #004995;
}

.img-item > img {
    width: 128px;
}

#product-list .strip {
    background: none repeat scroll 0 0 #eeeeee;
}


#installation-box {
    height: 126px;
    margin-bottom: 20px;
    overflow: hidden;
}

#installation-box li {
    float: left;
    margin: 0 8px 0 0;
}

#installation-box li a span {
    display: block;
    height: 40px;
    overflow: hidden;
    padding: 2px;
    width: 40px;
}

#installation-box li.selected a span {
    border: 1px solid #004995;
    padding: 1px;
}

#bottom-box {
    display: block;
    margin-top: 20px;
}

#bottom-box > div:first-child {
    float: right;
}

#buttons-right {
    float: left;
    margin-right: 50px;
    margin-top: 32px;
    position: relative;
    width: 185px;
    height: 68px;
}

.bottom-btn-box {
    display: block;
    margin-top: 15px;
}

#bottom-box #buttons-right #add-favorite {
    bottom: 0;
    position: absolute;
}

#dyn-patterns ul li {
    margin-top: 5px;
}

#pattern-element {
    display: inline-block;
}

#pattern-element li {
    float: left;
    margin-right: 40px;
    position: relative;
    width: 317px;
}

#pattern-element .txt-current-title {
    display: block;
    margin-bottom: 10px;
}

#pattern-element li a {
    float: left;
    margin-right: 10px;
}

#pattern-element .remove-product {
    left: 120px;
    position: absolute;
    top: 2px;
    font-size: 14px;
}

#pattern-element a span.current-product {
    background: none repeat scroll 0 0 #eeeeee;
    display: block;
    height: 72px;
    overflow: hidden;
    width: 128px;
}

#pattern-element a.selected span.current-product {
    border: 2px solid #004995;
    background: none repeat scroll 0 0 #eeeeee;
}

.current-product img {
    border: 0 none;
    width: 128px;
}

#pattern-element .current-item-description {
    position: absolute;
    top: 25px;
}

#carousel li a span.remove-room-btn {
    position: absolute;
    border: none;
    right: 3px; 
    top: 3px;
    height: 20px;
    width: 20px;
}

#carousel li a span.remove-room-btn::before {
    font-size: 20px;
}

#carousel li a .remove-room-btn::before {
    font-size: 18px;
}

.btn-box.myroom {
    padding: 15px;
    font-size: 13px;
}

.myroom-info-text {
    font-size: 14px;
}

#myroom-upload-headline {
    color: #607179;
    font-size: 14px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

#myroom-upload-headline .icon-camera {
    margin-top: 3px;
}

#myroom-info {
    width: 110px;
    padding-left: 10px;
}

.myroom-block {
    float: left;
    display: block;
}

#myroom-upload-btn {
    padding: 0px;
    width: 170px;
    position: relative;
}

.hover-button {
    font-size: 12px;
    padding: 15px;
    cursor: pointer;
    transition: 0.45s;
    display: block;
    border-color: #004995;
    -o-border-image: linear-gradient(to bottom, #008ED1, #004995) 1;
    border-image: linear-gradient(to bottom, #008ED1, #004995) 1;
    border-style: solid;
     border-width: 2px 2px 5px 2px;
    background-image: linear-gradient(to top, #004995 50%, transparent 50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 230% 230%;
    color: #004995;
}

.hover-button:hover, .hover-button:focus {
    background-position: 1% 98%;
    color: white;
}

#myroom-upload-btn span {
    width: 100%;
    display: block;
    text-align: center;
}

#myroom-upload-btn .icon-camera {
    font-size: 48px;
    transition: all .25s ease-out;
}

#myroom-upload-btn:hover .icon-camera {
    font-size: 60px;
}

#myroom-upload-btn input {
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#overlay-gallery .progress {
    display: none;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-size: 12px;
    width: 173px;
    line-height: 20px;
    height: 20px;
    margin-top: 15px;
}

#overlay-gallery .progress * {
    line-height: 20px;
}

#overlay-gallery .bar {
    height: 100%;
    background-color: #004995;
}

#overlay-gallery .bar-text {
    width: 100%;
    height: 18px;
    

    position: absolute;
    left: 5px;
    top: 0;
    line-height: 17px;
}




#favorites {
    min-height: 164px;
    max-height: 300px;
    margin-bottom: 12px;
    display: block;
    margin-top: 30px;
    overflow: auto;
}

#no-favorites {
    position: relative;
    text-align: center;
    top: 50px;
}

#dyn-favorite li {
    margin: 27px 10px 0 0;
    min-height: 150px;
    padding-top: 20px;
    position: relative;
}

#dyn-favorite li:first-child {
    padding-top: 0px;
    margin: 0 10px 0 0;
}

#dyn-favorite .current-item-description {
    color: #004995;
}

#dyn-favorite li .favorite-room-scene {
    cursor: pointer;
    float: left;
    height: 128px;
    margin-right: 20px;
    overflow: hidden;
    width: 228px;
}

#dyn-favorite li .favorite-room-scene img {
    height: 146px;
}

#dyn-favorite li .favorites-products .item-box li {
    border: medium none;
    float: left;
    height: 132px;
    margin: 0 20px 10px 0;
    min-height: inherit;
    padding: 0;
    width: 250px;
}

#dyn-favorite li .favorites-products .item-box li .current-item {
    background: none repeat scroll 0 0 #eeeeee;
    height: 72px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 128px;
}

#dyn-favorite .favorites-button {
    bottom: 179px;
}

#favorites-box .button-box {
    float: left;
}



#current-room-scene {
    float: left;
    height: 128px;
    margin-right: 20px;
    overflow: hidden;
    width: 228px;
}

#current-room-scene img {
    width: 228px;
}

#dyn-scene-objects {
    float: left;
}

#dyn-scene-objects li {
    float: left;
    height: 132px;
    margin: 0 20px 20px 0;
    position: relative;

}

#dyn-scene-objects .item-box {
    float: left;
    height: 132px;
    padding-right: 20px;
}

#dyn-scene-objects .current-item {
    background: none repeat scroll 0 0 #eeeeee;
    height: 72px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 128px;
}

#object-selection-box .button-box {
    width: 238px;
}

#object-selection-box {
    float: left;
    width: 100%;
}

#object-selection > .button-box {
    float: left;
}



#color-selector {
    display: block;
    margin-right: 20px;
    height: 200px;
}

#color-selection-box .button-box {
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0px;
}



#footer-box {
    position: absolute;
    right: 20px;
    bottom: 35px;
    transition: 0.45s;
}

#footer-box > div {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

#footer-box div {
    margin-bottom: 10px;    
}

#rotation-entry {
    background: #607179;
    color: white;
}

#camera-menu {
    color: white;
    background-image: linear-gradient(90deg, #008ED1 0%, #004995 100%);
    margin-top: 15px;
    z-index: 1;
    position: relative;
    margin-bottom: -15px !important;
}

#camera-menu:hover, #camera-menu:focus, #camera-menu:hover::before, #camera-menu:hover::before {
    transform: scale(0.95);
    outline: none;
}

#rotation-box > div {
    height: 100%;
    width: 100%;
}

#rotation-entry .rotation-element {
    float: right;
    transition: filter 0.3s ease;
    will-change: filter;
}

.rotation-element a {
    height: 40px;
    width: 40px;
    background: white;
    border-radius: 50%;
    position: absolute;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

#dyn-rotation a.selected {
    background-image: linear-gradient(90deg, #008ED1 0%, #004995 100%);
    color: white;
}

.rotation-menu-spacer {
    position: absolute;
    left: 28px;
    top: 14px;
}

#rotation-entry .rotate-0 {
    animation-name: animate-rotation-0;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transform: rotate(370deg);
}

#rotation-entry .rotate-0 a {
    transform: rotate(-370deg);
}

#rotation-entry .rotate-30 {
    animation-name: animate-rotation-30;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transform: rotate(325deg);
}

#rotation-entry .rotate-30 a {
    transform: rotate(-325deg);
}

#rotation-entry .rotate-45 {
    animation-name: animate-rotation-45;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transform: rotate(280deg);
}

#rotation-entry .rotate-45 a {
    transform: rotate(-280deg);
}

#rotation-entry .rotate-75 {
    animation-name: animate-rotation-75;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transform: rotate(235deg);
}

#rotation-entry .rotate-75 a {
    transform: rotate(-235deg);
}

#rotation-entry .rotate-90 {
    animation-name: animate-rotation-90;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transform: rotate(190deg);
}

#rotation-entry .rotate-90 a {
    transform: rotate(-190deg);
}

#rotation-entry .rotate-120 {
    animation-name: animate-rotation-120;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transform: rotate(145deg);
}

#rotation-entry .rotate-120 a {
    transform: rotate(-145deg);
}

#rotation-entry .rotate-135 {
    animation-name: animate-rotation-135;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transform: rotate(100deg);
}

#rotation-entry .rotate-135 a {
    transform: rotate(-100deg);
}

#footer-box.slide-out-footer {
    animation: slide-out-footer;
    -webkit-animation-fill-mode: forwards;
    animation-duration: 0.4s;
}

@keyframes animate-rotation-0 {
  0%   {transform: rotate(55deg);}
  100% {transform: rotate(370deg)}
}

@keyframes animate-rotation-30 {
  0%   {transform: rotate(55deg);}
  100% {transform: rotate(325deg)}
}

@keyframes animate-rotation-45 {
  0%   {transform: rotate(55deg);}
  100% {transform: rotate(280deg)}
}

@keyframes animate-rotation-75 {
  0%   {transform: rotate(55deg);}
  100% {transform: rotate(235deg)}
}

@keyframes animate-rotation-90 {
  0%   {transform: rotate(55deg);}
  100% {transform: rotate(190deg)}
}

@keyframes animate-rotation-120 {
  0%   {transform: rotate(55deg);}
  100% {transform: rotate(145deg)}
}

@keyframes animate-rotation-135 {
  0%   {transform: rotate(55deg);}
  100% {transform: rotate(100deg)}
}

#footer-box > div::before {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
}

#rotation-box {
    height: 50px;
    width: 50px;
    display: block;
}

#dyn-rotation {
    display: none;
    margin: 0;
    padding: 0;
    margin: auto;
    float:right;
    margin-right: 25px;
    margin-top: 26px;
}

#dyn-rotation li {
    display: inline;
}

#dyn-rotation a {
    color: #607179;
}

.visible-tablet-phone {
    display: none;
}

@keyframes slide-out-footer {
  0%   {right: 20px;}
  100% {right: 60px;}
}

@media(min-width:1201px) {
    #menue-box li a:hover::after {
        content: '';
        position: relative;
        display: block;
        margin-left: 0;
        margin-top: 3px;
        height: 4px;
        width: 100%;
        background-color: #008ED1;
        background-image: linear-gradient(90deg, #008ED1 0%, #004995 100%);
        transition: all 0.35s ease;
        pointer-events: none;
    }
    
    #menu-mobile-box {
        /*das klassiche Menü ist in das mobile Menü eingeflochten, um zu verhindern, dass irgendwelche Logik für das mobile-handling 
        das Menü ausblendet, wird dieses immer angezeigt und mit !important abesichert.*/
        display: block !important;
        opacity: 1 !important;
    }
    
    #right-menu-wrapper {
        width: 420px;
    }
    
    #color-selection-box .button-box {
        left: 40px;
        bottom: 10px;
    }
    
    #overlay-color .content-overlay {
        position: static;
    }
    
    .rotation-done * {
        animation-duration: 0s !important;
    }
    
    .overlay {
        padding-top: 50px;
    }
}

@media(max-width:1200px) {
    #menu-mobile-box {
        display: none;
        min-height: 50px;
        background: white none repeat scroll 0% 0%;
        width: 100%;
        position: absolute;
        top: 71px;
        z-index: 10;
    }
    
    #mobile-favorite-count {
        font-size: 20px;
        width: 40px;
        display: block;
    }
    
    #menue-box li {
        width: 100%;
    }
    
    #menu-mobile-box {
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        height: calc(100vh -  51px);
    }
    
    #header-box {
        min-width: 0px;
    }
    
    .overlay {
        max-width: calc(100% - 70px);
        height: calc(100% - 131px);
        overflow-y: auto;
    }
    
    .hide-tablet-phone {
        display: none;
    }
    
    .visible-tablet-phone {
        display: block;
    }
    
    #mobile-menu-btn {
        color: white;
        font-size: 40px;
        padding: 15px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top:0;
        background: #004995;
    }
    
    #language-mobile {
        float: left;
        width: calc(100% - 10px);
    }
    
    #language-mobile #other-language-mobile {
        border: none;
        border-left: 1px solid #607179;
        position: relative;
        margin-left: 15px;
    }
    
    .current-language-mobile {
        display: block;
    }
    
    #menu-mobile-box {
        font-size: 16px;
    }
    
    #menu-mobile-box #menue-box > li > a {
        width: 100%;
        display: block;
        color: #004995;
        font-size: 18px;
        padding: 10px;
    }
    
    #menu-mobile-box #menue-box > li > a.current-language-mobile {
        width: calc(100% - 20px);
    }
    
    #toolbar-box {
        float: left;
    }
    
    #toolbar-box ul, #toolbar-box ul li {
        height: 100%;
    }
    
    #toolbar-box ul li {
        padding: 0px 12px;
    }
    
    #toolbar-box ul li a {
        line-height: 70px;
        font-size: 40px;
        height: 100%;
        width: 100%;
    }
    
    #right-menu-wrapper {
       height: 100%;
       margin-right: 20px;
    }
    
    #toolbar-box {
        height: 100%;
    }
    
    #gallery-box {
        height: calc(100% - 20px);
    }
    
    #gallery {
        width: calc(100% - 190px);
        height: calc(100% - 41px);
    }
    
    #carousel {
        width: 100%;
        padding-right: 0px;
        position: relative;
    }
    
    #categories {
        margin-right: 20px;
    }
    
    .content-overlay {
        height: calc(100% - 20px);
    }
    
    #carousel {
        margin-bottom: 0px;
    }
    
    #favorites {
        height: calc(100% - 24px);
        max-height: unset;
    }
    
    #dyn-scene-objects li {
        margin: 0 0px 20px 0;
    }
    
    #dyn-scene-objects {
        width: calc(100% - 248px);
    }
    
    #dyn-scene-objects .installation {
        width: 100%;
    }
    
    #dyn-scene-objects .item-box {
        width: 50%;
        padding: 0px;
    }
    
    #object-selection > .button-box {
        position: absolute;
        bottom: 0px;
    }
    
    #product-list-box {
        width: calc(100% - 255px);
    }
    
    #product-list {
        width: 100%;
        padding-right: 0px;
    }
    
    #bottom-box > div:first-child {
        float: left;
        width: 100%;
    }
    
    #pattern-element {
        width: 100%;
    }
    
    #pattern-element > ul {
        width: 100%;
    }
    
    #pattern-element > ul li {
        margin: 0px;
        width: 50%;
    }
}

@media(max-width:720px) {
    #split-pane-favorites, #split-pane-divider,  #split-pane {
        display: none !important;
    }
    
    #mobile-favorite-count {
        width: unset;
        font-size: 18px;
    }
    
    @keyframes slide-out-footer {
      0%   {right: 20px;}
      100% {right: 50%; transform:translateX(50%);}
    }   
    
    body{
        -webkit-text-size-adjust: none;
    }
  
    .overlay {
        max-width: unset;
        height: calc(100% - 71px);
        width: calc(100% - 20px);
        padding: 10px;
    }
    
    .btn-close {
        right: 10px;
        top: 10px;
    }
    
    #toolbar-box {
        margin: 0px;
    }
    
    #header-box {
        height: 50px;
    }
    
    #mobile-menu-btn {
        font-size: 30px;
        padding: 10px;
    }
    
    #toolbar-box ul li a {
        line-height: 50px;
        font-size: 30px;
    }
    
    #menu-mobile-box, .overlay {
        top: 51px;
    }
    
    .hide-phone-landscape {
        display: none;
    }
    
    .visible-phone-landscape {
        display: block;
    }
    
    .right-menu-row {
        width: 100%;
        height: 100%;
    }
    
    #right-menu-wrapper {
        float: left;
    }
    
    #categories {
        width: 140px;
    }
    
    #myroom-upload-btn {
        width: 140px;
    }
    
    #gallery {
        width: calc(100% - 160px);
    }
    
    #color-selector {
        height: calc(100% - 35px);
        overflow-y: auto;
    }
    
    #favorites {
        height: calc(100% - 43px);
    }
    
    #filter-box {
        width: 100%;
        margin: 0px;
    }
    
    #filter-input-wrapper {
        width: 35%;
        float: left;
        margin-right: 10px;
    }
    
    #installation-box {
        height: unset;
        margin-bottom: 0px;
    }
    
    #product-list-box {
        width: 100%;
        height: 200px;
    }
    
    #reset-all-filter {
        clear: both;
        display: block;
        float: left;
        margin-top: 3px;
    }
    
    .filter {
        margin-bottom: 0px;
    }
    
    #product-list-box {
        margin-top: 3px;
    }
    
    #product-list li {

        width: 132px;
        width: min(calc(34% - 3px), 132px);
        margin: 0px;
    }
    
    #product-list li a span.img-item {
        height: unset;
        width: unset;
    }
    
    #product-list li a, #product-list li a .img-item, #product-list li a .img-item img {
        width: 100%;
        height: auto;
    }
    
    #dyn-patterns ul li {
        margin-top: 0px;
    }
    
    #installation-box li {
        margin: 0px;
    }
    
}

@media(max-width:610px) {
    #dyn-favorite li .favorites-products .item-box li {
        height: unset;
        width: unset;
    }
    
    #dyn-favorite li:first-child {
        border-top: none;
    }
    
    #dyn-favorite li {
        padding-top: 0px;
        margin: 0px;
        margin-top: 10px;
        border-top: 1px solid #607179;
        padding-top: 10px;
        margin-right: 5px;
    }
    
    #dyn-favorite li .favorite-room-scene {
        height: 100%;
    }
    
    #current-room-scene {
        width: 100%;
        margin-bottom: 10px;
    }
    
    #dyn-scene-objects {
        width: 100%;
    }
    
}

@media(max-width:550px) {
    #pattern-element a span.current-product {
        height: unset;
        width: unset;
    }
    
    .current-product img {
        width: 100%;
    }
    
    #pattern-element .current-item-description {
        position: static;
        float: left;
    }
    
    #pattern-element a span.current-product {
        display: inline.block;
        width: min(75%, 132px);
        border: 2px solid transparent;
    }
    
    #buttons-right {
        margin: 0px;
        width: 100%;
        height: auto;;
    }
    
    #product-selection-box #buttons-right .bottom-btn-box {
        width:100%;
        display: block;
        float: left;
        margin: 0px;
        height: 26px;
        margin-top: 3px;
    }
    
    #reset-all-filter {
        width: calc(100% - 12px);
    }
    
    #product-selection-box #buttons-right .bottom-btn-box .button-add {
        width: calc(100% - 31px);
        display: block;
    }
    
    #product-selection-box #buttons-right .bottom-btn-box .button-add::after {
        right: 4px;
    }
    
    #bottom-box #buttons-right #add-favorite {
        position: relative;
    }
}

@media(max-width:450px) {
    #dyn-favorite li .favorite-room-scene {
        width: unset;
    }
    
    #dyn-favorite li .favorite-room-scene img {
        height: 72px;
    }
    
    #dyn-favorite li {
        min-height: unset;
    }
    
    #dyn-favorite li .favorite-room-scene {
        margin-right: 5px;
    }
    
    ul.item-box li{
        width: 100%;
        margin-top: 5px;
    }
}

@media(max-width:410px) {
    .hide-phone {
        display: none;
    }
    
    #carousel img, #carousel a, #carousel li a span, #carousel li {
        width: 100%;
    }
    
    #carousel li a span {
        height: unset;
    }
    
    #carousel img.carousel {
        position: relative;
    }
    
    .favorites-products table {
        float: left;
    }
    
    #dyn-favorite li .favorites-products .item-box li {
        margin: auto;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    
    #favorites {
        min-width: 271px;
    }
    
    #favorites-box .button-box span {
        display: block;
        margin-bottom: 3px;
        width: 100%;
    }
    
    #favorites-box .button-box {
        width: 100%;
    }
    
    #dyn-favorite .favorites-button {
        float: left;
    }
    
    #dyn-favorite li {
        float: left;
        width: 100%;
    }
    
    #favorites-box .button-box .button-add {
        width: calc(100% - 31px);
        display: block;
    }
    
    #favorites-box .button-box .button {
        width: calc(100% - 12px);
        display: block;
    }
    
    #favorites-box .button-box .button-add::after {
        right: 4px;
    }
    
    #favorites {
        height: calc(100% - 76px);
    }
    
    #object-selection > .button-box {
        width: 100%;
    }
    
    #object-selection .button-box span {
        display: block;
        width: 100%;
    }
    
    #object-selection .button-box .button-add {
        width: calc(100% - 31px);
        display: block;
    }
    
    #object-selection .button-box .button-add::after {
        right: 4px;
    }
    
    #dyn-favorite li .favorite-room-scene {
        margin-bottom: 5px;
    }
}

@media(max-width:300px) {
    #toolbar-box ul li {
        padding: 0px 8px;
    }
    
    #gallery {
        float: left;
        width: 100%;
        height: calc(100% - 195px);
    }
    
    #dyn-categories li {
        display: inline-block;
    }
    
    #categories {
        width: 100%;
    }
    
    #myroom-upload-btn {
        width: calc(100% - 4px);
    }
    
    #myroom-upload-headline {
        margin-bottom: 5px;
    }
    
    #dyn-scene-objects .item-box {
        width: 100%;
        padding: 0px;
        height: unset;
        padding-bottom: 10px;
    }
}
