/*
    Document   : plannerMain
    Created on : 26.01.2015, 23:14:14
    Author     : jschwuch
    Description:
*/
@media print {
    html, body {
        display: none !important;
    }

}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: -5px;
    right: 100%;
    margin-top: -1px;
}

/* first for IE 4-8 */
@font-face {
    font-family: FontAwesome;
    src: url("../font/fontawesome-webfont.eot");
}

/* then for WOFF-capable browsers */
@font-face {
    font-family: FontAwesome;
    src: url("../font/fontawesome-webfont.woff") format("woff");
}

.img_flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.textButton {
    padding: 10px;
}

#Screen {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

@keyframes moduleDragDrop {
    0% {
        bottom: 300px;
        left: 40px;
        width: 50px; /*height:150px;*/
    }

    20% {
        bottom: 300px;
        left: 40px;
        width: 50px; /*height:150px;*/
    }

    50% {
        bottom: 40px;
        left: 450px;
        width: 50px; /*height:150px;*/
    }

    51% {
        bottom: 40px;
        left: 450px;
        width: 150px; /*height:450px;*/
    }

    100% {
        bottom: 40px;
        left: 450px;
        width: 150px; /*height:450px;*/
    }

}

#footer {
    display: none;
}

#main-container {
    overflow: hidden;
}

#loadingScreen {
    padding-top: 10px; /*border: 1px solid #dedede;*/
    width: 100%;
    position: relative;
    height: 100%; /*max-height: calc(100vh - 60px);*/
    background: #dedede;
}

.buttonWrapper {
    position: absolute;
    right: 10px;
    bottom: 10px;
    position: absolute; /* right: 10px; */
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 60px;
    text-align: center;
    padding: 1em;
}

.minimalButton {
    cursor: pointer;
    font-size: 10pt;
    text-align: right;
}

.minimalButton:hover {
    text-decoration: underline;
}

.flexslider {
    height: 100%;
    border: none;
}

.flexslider .flex-viewport {
    height: 100%;
}

.flexslider .slides {
    height: 100%;
}

.flexslider .slides img {
    width: auto;
    max-height: calc(100vh - 128px);
    margin: auto;
    max-width: 100vw;
    display: inline-block;
}

.flexslider li {

    /*background: url('../img/slider_background.jpg');
    background-size: contain;
    background-repeat: no-repeat;*/

    /*background-color: rgba(0, 165, 255, .5);
    color: rgba(255, 255, 255, 0.8);*/
    height: 100%;
}

.slide-content {
    width: 100%;
    height: 100%;
    position: relative;
    line-height: calc(100vh - 100px);
    vertical-align: middle;
    text-align: center;
}

.altStartButton {
    color: white;
    font-size: 14pt;
}

.slide-title {
    position: absolute;
    text-align: center;
    font-size: 20pt;
    color: #333;
    width: 100%;
}

.flex-control-nav {
    display: none;
}

.loadingBar {
    z-index: 100;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.loadingBar .progress {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: #444;
    transition: width ease-in-out 1s;
}

.miniControlInfo {
    display: none;
    position: absolute;
    z-index: 6000;
    padding: 3px;
    top: 30px;
    font-size: 24px;
}

.miniControlInfo.visible {
    display: block;
}

.miniControlInfo:before {
    content: "\f062";
}

.icon-commenting:before {
    content: "\f27a";
}

#animModule {
    position: absolute;
    animation-timing-function: linear;
    animation-name: moduleDragDrop;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.fullHud {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: none
}

.blueInfo {
    display: none;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 165, 255, .5);
    top: 0;
    position: absolute;
    opacity: 1;
    transition: opacity 3s;
}

.blueInfo.transparent {
    opacity: 0;
}

.plannerBottom {
    padding: 0.3em;
    padding-left: 1em;
    font-size: 14pt;
    border-top: 1px solid #666;
}

/*@media (max-width:992px) {
.plannerBottom {
display: none;
}
}*/
#plannerBox {

    /*padding-bottom: 66.66%;*/
    position: relative;
    width: 100%;
}

#plannerMain.full #plannerBox {
}

.iosFullscreenEnabler {
    height: 100%;
    position: fixed; /* prevent overscroll bounce*/
    overflow-y: scroll; /*-webkit-overflow-scrolling: touch;*/
}

.iosFullscreenEnabler [id^='tsbadge'] {
    display: none !important;
}

.fullOverlayInfo {
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 20px;
    font-size: 14pt;
    z-index: 10000;
    top: 0;
    left: 0;
    background: white;
    text-align: center;
    vertical-align: middle;
    line-height: calc(100vh - 40px);
}

.fullOverlayInfo > div {
    display: inline-block;
    line-height: 1.5em;
}

#plannerMain.infullscreen .plannerBottom {
    display: none;
}

#plannerMain {
    background-color: white;
    overflow: hidden;
    display: none;
    -webkit-user-select: none;
    width: 100%;
    height: 100%;
    border-top: 1px solid #444;
    transition: border-top ease-in-out 0.5s;
}

.savebutton {
    transition: background-color ease-in-out 0.5s;
}

.savebutton.saveok {
    background-color: rgba(0, 220, 0, 1);
}

.savebutton.savenotok {
    background-color: rgba(220, 0, 0, 1);
}

#plannerMain.saveok {
    border-top: 1px solid rgba(0, 220, 0, 1);
}

#plannerMain.savenotok {
    border-top: 1px solid rgba(220, 0, 0, 1);
}

.plannerContent {

    /*-webkit-transition: -webkit-transform-origin 0.5s;*/

    /*transition: transform 0.5s,transform-origin 0.5s;*/
    z-index: 100; /*position:absolute;*/
    display: flex;
    flex-direction: column;
    height: 700px;
}

#plannerMain.full .plannerContent {
    height: 100%;
}

.plannerContent.dragActive {

    /*-webkit-transform: scale3d(0.9,0.9,1);*/

    /*transform: scale3d(0.9,0.9,1);*/

    /*
    -webkit-transition: -webkit-transform 0.5s,-webkit-transform-origin 0.5s,opacity 10s;
    transition: transform 0.5s,transform-origin 0.5s,opacity 10s;

    -webkit-transform: scale(0.3,0.3);
       -moz-transform: scale(0.3,0.3);
    -ms-transform: scale(0.3,0.3);
     -o-transform: scale(0.3,0.3);
    transform: scale(0.3,0.3);

    -webkit-transform-origin: bottom right;
       -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
     -o-transform-origin: bottom right;
    transform-origin: bottom right;
    opacity:0.6;
    */
}

.hidden {
    display: none;
}

.contextMenuItem {
    border: 2px solid #4c4c4c;
    padding: 5px;
    background-color: white;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
    position: absolute;
    display: none;
    pointer-events: all;
}

#ei_info_image {
    width: 100%;
}

#ei_info_longdesc {
    padding: 1em;
}

#ei_info_shortdesc {
    padding: 1em;
}

.plannerHUDLayer {
    text-align: justify;
    width: 100%;
    position: absolute;
    z-index: 998;
    height: 100%;
    pointer-events: none;
}

.plannerMenuItem {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.plannerMenuItem .widths {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    z-index: 100;
    padding: 0.2em;
}

.plannerMenuItem .widths p {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .7);
    padding: 0 0.2em 0 0.2em;
    margin: 0.2em 0.2em 0 0;
    font-size: 10pt;
}

.contextMenu {

    /* float: left; */
    width: 400px;
    height: 200px;
    position: absolute;
    border: 1px solid black;
    margin-top: 398px;
    background-color: white;
    z-index: 1000;
    display: none;
    pointer-events: none;
}

.plannerOverlay {
    width: 840px;
    position: absolute;
    border: 3px solid #333;
    padding: 20px;
    margin-top: 30px;
    margin-left: 30px;
    opacity: 0.95;
    background-color: white;
    z-index: 10000;
    border-radius: 4px;
    display: none;
    -webkit-box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.75);
}

#plannerOverlay {
    z-index: 10000;
}

.modal-backdrop {
    z-index: 900;
}

#plannerOverlay .modal-content {
    z-index: 10000;
}

.modal-content {
    padding: 20px;
}

.plannerTop {
    padding:0;
    /*min-height:20px;*/
}

.plannerCloseButton {
    width: 35px;
    height: 35px;
    background-image: url(http://frank.alu-flex.de/application/planner/img/close.svg);
    cursor: pointer;
    background-size: contain;
}

.timestamp {
    display: inline-block;
}

.planingTime {
    display: inline-block;
    float: right;
}

.innerOverlay {
    display: none;
    text-align: justify;
    padding: 30px;
    height: calc(100% - 40px);
    overflow-y: auto;
    font-size: 14pt;
}


.plannerOverlayCloseButton {
    position: absolute;
    top: -17px;
    left: 863px;
}

.contextMenuRight {
    margin-left: 558px;
}

#contextMenuTitle {
    display: inline-block;
}

#contextMenuSecondTitle {
    font-size: small;
    padding: 5px 5px 0px 5px;
    text-align: center;
    display: none;
}

.plannerTabs .tab-content {
    border: 1px solid #dedede;
    border-top: none;
    padding: 1em;
    min-height: 100px;
}

#contextMenuArtNr {
    font-size: x-small;
    text-align: center;
    display: inline-block;
}

#contextMenuArtNr::before {
    content: "  (";
    margin-left: 2em;
}

#contextMenuArtNr::after {
    content: ")";
}

/*.contextMenuOptions{
 padding:5px;
 bottom:0px;
 position:absolute;
 }*/
.contextMenuDelete {
    padding: 5px;
    bottom: 0px;
    position: absolute;
}

/*.contextMenuOption{
 margin-bottom:5px;
 }*/
.lineSwitcher {
    height: 100%;
}

.layoutIcon {
    display: inline-block;
    height: 2.5em;
    width: 3.5em;
    margin-left: 0.4em;
    margin-right: 0.4em;
    background-size: cover;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../img/grundriss-icon.png);
}

.clickIcon {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-left: 0.4em;
    margin-right: 0.4em;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/click.svg);
}

.arrowButton {
    border-radius: 2px;
    width: 3em;
    height: 3em;
    padding: 0.5em;
    display: inline-block;
    background: rgba(100, 100, 100, .6);
    transition: background .35s;
    pointer-events: all;
}

#ratenRechner {
    padding: 0 !important;
    background-color: white !important;
    font-size: 18px !important;
    display: none;
}

#ratenRechner.visible {
    display: block;
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 950px !important;
        margin: 30px auto !important;
    }

}

.textButton {
    padding: 10px;
}

.arrowButton:hover {
    cursor: pointer;
    background: rgba(247, 147, 30, .6);
}

.arrowButton.hover {
    cursor: pointer;
    background: rgba(247, 147, 30, .6);
}

.arrowControls {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: white;
    width: 100%;
    padding: .3em;
}

.arrowControls > div {
    margin-bottom: .3em;
}

.humanIcon {
    display: inline-block;
    height: 1.4em;
    width: .5em;
    margin-left: 0.4em;
    margin-right: 0.4em;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/human.svg);
}

.humanIcon2 {
    display: inline-block;
    height: 1.4em;
    width: .5em;
    margin-left: 0.4em;
    margin-right: 0.4em;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/human2.svg);
}

.pointerIcon {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-left: 0.4em;
    margin-right: 0.4em;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/mouse-pointer.svg);
}

.mouseIcon {
    display: inline-block;
    height: 1em;
    width: 1.8em;
    margin-left: 0.4em;
    margin-right: 0.4em;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/mouse.svg);
}

.leftMouseButton {
    background-image: url(../img/mouse_left.svg);
}

.rightMouseButton {
    background-image: url(../img/mouse_right.svg);
}

.middleMouseButton {
    background-image: url(../img/mouse_middle.svg);
}

.scrollUp {
    background-image: url(../img/mouse_up.svg);
}

.scrollDown {
    background-image: url(../img/mouse_down.svg);
}

.scrollBoth {
    background-image: url(../img/mouse_both.svg);
}

.delButton {
    font-size: medium;
    cursor: pointer;
    border: 1px solid #dedede;
    background-color: rgb(76, 76, 76);
    color: #FFFFFF;
    padding: 5px;
    margin: 3px;
    margin-top: 113px;
}

.form_sort_box {
    display: none;
}

.bigOption {
    padding: 10px;
    width: 820px;
    height: 90px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
}

.bigOption:hover {
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
}

.elementOption {
    margin-bottom: 15px;
}

#layoutTop .header {
    font-size: 14pt;
    height: 1.7em;
}

/*#optionContainer .elementOption {
width: 50%;
display: inline-block;
}*/
.selectedOption {
    background-color: #F7931E;
    border: 1px solid #F7931E;
}

.selectedOption:hover {
    background-color: #F7931E;
    border: 1px solid #F7931E;
}

.plannerButton {
    padding: 6px 12px 6px 12px;
    background-color: #535353;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dedede;
}

.plannerButton.alt {
    padding: 6px 12px 6px 12px;
    background-color: white;
    color: #333;
    border-radius: 0px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 14pt;
    min-width: 180px;
}

.plannerHeaderItem.green, .plannerButton.startButton {
    background-color: #27b50e;
    color: white;
}

.plannerButton:hover {
    background-color: #F7931E;
    color: white;
}

.delivery-and-payment-hint {
    float: right;
    margin: auto 15px;
    font-size: .8em;
}

.icon-tachometer:before {
    content: "\f0e4";
}

.icon-tachometer.perfect {
    color: #0bba0b;
}

.icon-tachometer.good {
    color: #80db11;
}

.icon-tachometer.medium {
    color: #c6db11;
}

.icon-tachometer.bad {
    color: #db9411;
}

.icon-tachometer.miserable {
    color: #db2811;
}

.icon-desktop:before {
    content: "\f108";
}

.icon-phone:before {
    content: "\f10b";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-chrome:before {
    content: "\f268";
}

.icon-firefox:before {
    content: "\f269";
}

.icon-safari:before {
    content: "\f267";
}

.icon-opera:before {
    content: "\f26a";
}

.icon-edge:before {
    content: "\f282";
}

.icon-ie:before {
    content: "\f26b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-mac-os:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-ios:before {
    content: "\f179";
}

.icon-android:before {
    content: "\f17b";
}

.icon-supported:before {
    content: "\f05d";
    color: green;
}

.icon-unsupported:before {
    content: "\f05c";
    color: red;
}

svg.progress_chart {
    width: 1.3em;
    height: 1.3em;
}

svg.progress_chart path {
    color: #333;
    fill: white;
    stroke: #000000;
    stroke-width: 3;
}

svg.progress_chart text {
    pointer-events: none;
}

svg.progress_chart path.active {
    fill: green;
    stroke: #000000
}

#inquiryErrorText {
    color: red;
    margin: 1em;
}

.plannerButton.inactive {
    background-color: #dedede;
    color: #333;
    cursor: default;
}

.buttonRight {
    float: right;
}

.buttonLeft {
    float: left;
}

.innerOverlay input, .innerOverlay .filter-option {
    font-size: 14pt;
    width: 100%;
}

.allDoorsButton {
    background: indianred;
    font-size: 18px;
}

.allDoorsButton:after {
    content: "   \f096 ";
    font-family: fontawesome;
}

.allDoorsButton.active {
    background: limegreen;
}

.allDoorsButton.active:after {
    content: "   \f046";
    font-family: fontawesome;
}

.plannerTextInput {
    padding: 0.3em;
    border: 1px solid #dedede;
    width: 40px;
    text-align: right;
    border-radius: 2px;
    margin: 3px 0px 3px 3px;
}

.plannerTextInput:focus {
    border: 1px solid #F7931E;
}

.frank-icon-profiles {
    background: url("../../img/profiles.svg");
    width: 1em;
    height: 1em;
}

.overlayInfoBox {
    padding: 6px 12px 6px 12px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
    background-color: #F7931E; /*border: 1px solid #F7931E;*/
    position: relative;
    float: right;
    right: -600px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.overlayInfoBoxVis {
    right: 20px;
}

.overlayWarningBox {
    overflow: hidden;
    padding-top: 15px;
}

.warning {
    padding: 6px 12px 6px 12px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
    background-color: rgba(247, 147, 30, 0.8); /*border: 1px solid #F7931E;*/
    position: relative;
    float: right;
    right: -960px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 5px;
    clear: both;
}

.warningVis {
    right: 15px;
}

.loadingOld {
    font-size: 14pt;
    width: 400px;
    background-color: #aaaaaa;
    border: 1px solid black;
    padding: 10px;
}

#layer {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 100px;
    height: 100px;
    background-color: #FFE0FF;
    border: solid 1px #000000;
}

/*.plannerTop>.header{
  width: 100%;
  background-color: #eeeeee;
  height: 28px;
  font-size: 15pt;
  /*top: -10px;*/

/*
  position: relative;
  /*padding: 7px;*//*
  box-sizing: border-box;
  }*/

.plannerTop > .header {
    width: 100%;
    background-color: #444;
    color: white;
    height: 30px;
    font-size: 12pt; /*top: -10px;*/
    position: relative; /*padding: 7px;*/
    box-sizing: border-box;
}

.plannerTop > .header.tools {
    background-color: white;
    color: #666;
    height: 60px;
}

.plannerTop > .header > .title {
    padding: 3px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin-left: 5px;
}

.plannerTop > .topMenu {
    background-color: white;
    height: 28px;
    padding-left: 5px;
    position: relative;
    padding-top: 1px;
    padding-right: 3px;
    clear: both;
}

/*.plannerHeaderItem.icon >div{
 vertical-align: middle;
 }*/
.plannerHeaderItem.icon > * {
    vertical-align: middle;
}

.plannerHeaderItem.highlight {
    color: rgb(247, 147, 30);
}

.plannerHeaderItem.selected {
    border-bottom: 5px solid white;
}

.topMenu > .menuItem {
    float: left; /*width:150px;*/
    height: 100%;
    padding-right: 8px;
    margin-right: 2px;
    background-color: #eee;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}

.topMenu > .menuItem:hover {
    cursor: pointer;
    background-color: #333;
    color: white;
}

.topMenu > .menuItem.active {
    background-color: rgb(247, 147, 30);
    cursor: initial;
}

.menuItem > .fix-first {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background-color: inherit;
    float: left;
}

.menuItem > .fix-last {
    width: 10px;
    height: 100%;
    margin-right: -13px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background-color: inherit;
    float: right;
}

.menuItem.right {
    float: right;
    padding-left: 10px;
}

.menuItem > .text {
    text-align: left;
    clear: inherit;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    display: inline-block;
}

/*==================================================
 * Effect 1
 * ===============================================*/
.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
    position: relative;
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.svg-icon {
    height: 1.5em;
    width: 1.5em;
    background: #555;
    color: white;
    padding: 0.3em 0 0.3em 0;
    vertical-align: middle;
}

.presetImage {
    width: 100%;
    float: right;
    max-width: 150px;
}

.inline {
    display: inline;
}

.articleMenu {
}

.sideMenu {
    top: 0;
    width: 300px;
    min-height: 100;
    min-width: 300px; /*height:100%;*/
    background-color: white;
    margin: 2px; /*position:absolute;*/
    left: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    display: flex;
    flex-direction: column;
    transition: margin 1s;
}

.sideMenu.mobileMenu {
    width: 53px;
    min-width: 53px;
    z-index: 100;
}

.mobileMenu .button {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    margin: 3px auto;
    background-color: white;
    color: #666;
    text-align: center;
    font-size: 28pt;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 2px;
    transition: background-color 0.2s ease-in-out;
}

.mobileMenu .button:active {
    background-color: rgba(247, 147, 30, 1);
}

.mobileMenu .button.bottom {
    margin-top: auto;
    margin-bottom: 3px;
}

.mobileMenu .button [class^="icon-"] {
    line-height: inherit;
    vertical-align: middle;
}

#denyActiveElementButton {
    color: red;
}

#confirmActiveElementButton {
    color: green;
}

.sideMenu .row {
    margin: 0;
}

.mobileButtonContainer {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sideMenu#roomMenu {
    width: 700px;
    max-width: 50%;
    position: relative;
}

.sideMenu .errors {
    color: red;
    font-size: 1.2em;
}

.wallDimensionList .name {
    font-size: 1.5em;
}

.optionSwitch {
    font-size: 15px;
    padding-left: 10px;
    margin-top: 10px;
    text-align: right;
    display: flex;
    align-items: center;
}

.optionSwitch .title {
    text-align: left;
}

.optionSwitch .btn-default.active {
    color: #ffffff;
    background-color: #4c4c4c;
    border-color: #333;
}

.sideMenu.sideMenu-scroll {
    pointer-events: none;
    right: auto;
    left: -2px;
    position: absolute;
    z-index: 1000;
    min-width: 500px;
    max-width: calc(100vw - 36px);
    width: 40%;
    height: 100%;
    background: transparent;
}

.sideMenu.smallMenu {
    min-width: 250px;
    width: 300px;
    max-width: 50%;
}

.sideMenu.fullWidthMenu {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100% !important;
}

.twoRowBigMenu .row {
    height: 45%;
}

.twoRowBigMenu .row.optionSwitch {
    height: 10%;
    width: 50%;
    float: left;
}

.oneRowBigMenu .row {
    height: 100%;
    position: relative;
}

.oneRowBigMenu .col-xs-4, .twoRowBigMenu .col-xs-4 {
    height: 100%;
    padding: 30px;
    text-align: center;
}

.oneRowBigMenu .col-xs-4 {
    height: 50%;
    padding: 0;
    overflow: hidden;
}

.oneRowBigMenu svg, .twoRowBigMenu svg {
    height: 90%;
    width: 100%;
}

.innerOverlay.oneRowBigMenu, .innerOverlay.twoRowBigMenu {
    padding: 0;
}

.innerOverlay.oneRowBigMenu .col-xs-4, .innerOverlay.twoRowBigMenu .col-xs-4 {
    color: white;
    background-color: #666;
    border: 1px solid #dedede;
    transition: background-color 0.2s ease-in-out;
}

.innerOverlay.oneRowBigMenu .col-xs-4:active, .innerOverlay.twoRowBigMenu .col-xs-4:active {
    background-color: rgba(247, 147, 30, 1);
}

[class^="icon-"] > span, .header [class*=" icon-"] > span {
    display: block;
    font-family: DINWeb;
    font-size: 0.7em;
}

[class^="icon-"], .header [class*=" icon-"] {
    text-align: center;
}

div[class^="room-"], div[class*=" room-"] {
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: baseline;
    background-position: center;
    background-blend-mode: multiply;
}

.room-1 {
    background-image: url(../img/presets/Raum_1.svg);
}

.room-2 {
    background-image: url(../img/presets/Raum_2.svg);
}

.room-3 {
    background-image: url(../img/presets/Raum_3.svg);
}

.room-4 {
    background-image: url(../img/presets/Raum_4.svg);
}

.room-5 {
    background-image: url(../img/presets/Raum_5.svg);
}

.room-6 {
    background-image: url(../img/presets/Raum_6.svg);
}

div[class^="square-"], div[class*=" square-"] {
    position: relative;
    cursor: pointer;
}

:not(.twoRowBigMenu) div[class^="square-"]:hover,
:not(.twoRowBigMenu) div[class*=" square-"]:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

div[class^="square-"] i, div[class*=" square-"] i {
    font-size: 15vh;
    padding-top: 5vh;
}

.square-1 {
    height: 100%; /*padding-bottom: 100%;*/
}

.squareContent {
    position: absolute !important;
    bottom: 0px;
    display: inline;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.sideMenu .menu-container {
    pointer-events: all;
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    left: -2px;
    -webkit-transition: left 1s;
    transition: left 1s;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100vw;
}

.sideMenu.fullWidthMenu .menu-container {
    left: 1px;
    top: -1px;
}

.menu-container .infoText {
    padding: 1em;
}

.menu-container .infoText.title {
    padding: 0.2em;
    text-align: center;
}

.plannerHeaderItem.round {
    border-radius: 8px 8px 0px 0px;
    background: #666;
}

.plannerHeaderItem.tab {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: #666;
}

.sideMenu .menu-container.submenu {
    left: calc(100% - 2px);
    z-index: -10;
    border-left: 1px solid #777;
    width: 100%;
}

.sideMenu .menu-container.submenu.closed {
    left: -205%;
}

.sideMenu .menu-container.noShadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sideMenu .menu-container.closed {
    left: -105%;
}

.sideMenu-right .menu-container.closed {
    right: -105%;
}

.sideMenu.show {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

#menu-wrapper {
    position: relative;
    display: flex;
    flex: 2;
    height: 100%;
    max-height: calc(100% - 90px);
    margin: 2px;
}

.planer_preis {
    display: inline;
    margin-left: 5px;
}

.plannerHeaderItem .dropdown-menu {
    margin-top: 0px;
}

.plannerHeaderItem {
    float: right;
    padding: 3px 15px 3px 15px;
    height: 100%; /*border: 1px solid #444;*/
    border-right: none;
    background-color: #555;
    min-width: 45px; /*border-left:2px solid white;*/
    transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sideMenu .plannerHeaderItem {
    padding: 3px 10px;
}

@media (min-width: 1024px) {
    .plannerHeaderItem-left {
        padding: 3px 15px;
        line-height: 24px;
    }

    .sideMenu .plannerHeaderItem {
        padding: 3px 10px;
    }
}

@media (min-width: 1240px) {
    .plannerHeaderItem-left {
        padding: 3px 25px;
        line-height: 24px;
    }

    .sideMenu .plannerHeaderItem {
        padding: 3px 10px;
    }
}

.tools .plannerHeaderItem {
    float: left;
    background: transparent;
    color: rgba(247, 147, 30, 1);
}

.inputCascader input {
    display: none;
}

.plannerHeaderItem-left {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.plannerHeaderItem-small {
    padding: 7px 3px 7px 3px;
    min-width: 20px;
}

#hamburger, #next-button, #toBasketButton2 {
    background-color: rgba(39, 181, 14, 1);
}

.plannerHeaderItem:hover {
    cursor: pointer;
    background-color: #333;
}

.plannerHeaderItem.selected {
    background: white;
    color: #333;
    cursor: default;
}

.plannerHeaderItem.active {
    background: white;
    color: #333;
    cursor: default;
}

.plannerHeaderItem.icon {

    /*padding:0.2em;*/
    min-width: 45px;
    text-align: center;
}

.btn-file {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.categoryMenu {
    padding: 5px 0px 0px 3px;
    background: white;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 1px;
}

.categoryMenu .plannerHeaderItem {
    background: inherit;
    width: 100%;
}

.adminTools > .row.segment {
    border-bottom: 1px solid #dedede;
    padding-top: 1em;
    padding-bottom: 1em;
}

.categoryMenu .plannerTop {
    margin: 0;
    border: none;
}

.categoryMenu .plannerTop:focus {
    outline: 0;
}

.categoryMenu .plannerTop {
    border-left: 0px solid white;
    transition: border-left 0.5s;
}

.categoryMenu .plannerTop:hover {
    border-left: 10px solid white;
    cursor: pointer
}

.categoryMenu .plannerTop.ui-accordion-header-active {
    border-left: 20px solid white;
    border-bottom: none;
}

.categoryMenu .header {
    background: #555;
}

.icon-map:before {
    content: "\f279";
}

.sideMenu .menuItem {
    background-color: #555;
    width: 100%;
    color: white;
    padding: 0.3em;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    height: 33px;
    border-left: 0em solid white;
    transition: border 0.2s linear;
}

.details_row [class^="col-"] {
    padding-top: 6px;
    opacity: 0.5;
    padding: 0;
}

.details_row .icon-question {
    opacity: 0.1;
}

.sideMenu .menuItem a {
    color: white !important;
    text-decoration: none;
}

.menu-container .group {
    height: auto;
    background: white;
}

.menu-container .sectionTitle {
    padding: 0.2em 1em;
    font-size: 120%;
}

.lookThrough {
    opacity: 0.5 !important; /*position: absolute;    /*left: -100%;*/

    /*background-color: rgba(255, 255, 255, 0) !important;/*: 0.2 !important;*/
}

.hints span {
    display: block;
}

.hints span.dot::before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
}

.hints span.warn::before {
    content: "\f071";
    font: normal normal normal 14px/1 FontAwesome;
    color: orange;
}

/*.lookThrough #ei_bottom {
position: fixed !important;
z-index: 10000;
bottom: .1vh;
left: .5vw;
}*/
.invisible {
    opacity: 0 !important;
}

/*.menu-container .group::after {
content: "";
border-top: 1px solid rgba(255, 255, 255, 0.4);
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
display: block;
transition: none;
height: 11px;
cursor: default;
border-left: none;
background-color: #777;
}*/
.plannerHeaderItem .menuTitle {
    display: none !important;
}

.plannerHeaderItem .mini {
    display: block;
}

@media (min-width: 1024px) {
    .plannerHeaderItem .mini {
        display: inline-block;
        font-size: 14px;
        margin-left: 6px;
    }
}

i.icon-3d:before {
    content: "3D";
    font-family: DINWeb-bold;
}

/**
 * For mobile devices!
 */
@media (max-width: 1000px) {
    #fps-display {
        display: none;
    }

    .plannerHeaderItem .menuTitle {
        display: none;
    }

    .plannerHeaderItem .mini {
        display: block;
    }

    .plannerBottom {
        position: fixed;
        bottom: 0px;
    }

    .rocketchat-widget {
        display: none !important;
    }

    .buttonWrapper {
        position: fixed;
    }

    .innerOverlay {
        font-size: 12pt;
        line-height: 1.1em;
        padding: 10px;
    }

    .innerOverlay h2 {
        font-size: 20pt;
        margin: 0px;
    }

    #Screen {
        outline: none;
    }

    .plannerMenuItem .widths {
        left: 0;
        width: 60%;
        text-align: left;
    }

    #layoutTop .header {
        font-size: 12pt;
    }

    .slopeHintImage {
        max-height: 25vh;
        z-index: 1000000 !important;
    }

}

.slopeHintImage {
    position: absolute;
    background: white;
    width: 290px;
    height: 230px;
    right: -290px;
    z-index: 1000;
}

.innerOverlay::-webkit-scrollbar {
    -webkit-appearance: none;
}

.innerOverlay::-webkit-scrollbar:vertical {
    width: 12px;
}

.innerOverlay::-webkit-scrollbar:horizontal {
    height: 12px;
}

.innerOverlay::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.innerOverlay::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

#roomMenu .articleListContainer::-webkit-scrollbar {
    -webkit-appearance: none;
}

#roomMenu .articleListContainer::-webkit-scrollbar:vertical {
    width: 12px;
}

#roomMenu .articleListContainer::-webkit-scrollbar:horizontal {
    height: 12px;
}

#roomMenu .articleListContainer::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

#roomMenu .articleListContainer::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

#roomMenu.fullWidthMenu .slopeHintImage {
    width: 50%;
    float: right;
    left: auto;
    right: auto;
    display: block;
    position: relative;
}

.articleSummaryContainer::-webkit-scrollbar {
    -webkit-appearance: none;
}

.articleSummaryContainer::-webkit-scrollbar:vertical {
    width: 12px;
}

.articleSummaryContainer::-webkit-scrollbar:horizontal {
    height: 12px;
}

.articleSummaryContainer::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.articleSummaryContainer::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

/**
 * For Desktop.
 */
@media (min-width: 1000px) {
    .plannerHeaderItem.active .menuTitle {
        display: inline;
    }

}

.sideMenu .menuItem:hover {
    border-left: 1em solid white;
}

.sideMenu .menuItem.separator {
    transition: none;
    height: 10px;
    cursor: default;
    border-left: none;
    background-color: #777;
}

.planner-header-item-filler {
    width: 10px;
    background-color: #444;
}

.planner-header-item-filler:hover {
    cursor: default;
    background-color: #444;
}

#headerLineLogo {
    font-family: DINWeb-Bold;
    text-transform: uppercase; /*text-shadow: 0px 0.5px rgba(1,1,1,0.2);*/
}

#headerLineLogo:before {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    margin-top: -0.2em;
    margin-right: 0.5em;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/frank_logo.svg);
    clear: both;
    vertical-align: middle;
}

.saveIcon {
    display: inline-block;
    height: 1em;
    width: 1em;
    /*margin-left: 0.2em;
 margin-top: -0.3em;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/speichern2.svg);
}

.depthIcon {
    display: inline-block;
    height: 1em;
    width: 1em;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/depth5.svg);
}

.depthIcon {
    display: inline-block;
    height: 1em;
    width: 1.1em;
    /*margin-left: 0.2em;
 margin-top: -0.3em;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/depth4.svg);
}

.delIcon {
    display: inline-block;
    height: 1em;
    width: 0.8em;
    /*margin-left: 0.2em;
 margin-top: -0.3em;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/del.svg);
}

.floatMenu {
    position: absolute;
    top: 10%;
    float: left;
    width: 165px;
    left: -5px;
    height: 30px;
    z-index: 1000;
    background-color: white; /* border-right: 2px solid #333333; */

    /* border-top: 2px solid #333; */

    /* border-bottom: 2px solid #333; */
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.5);
    padding: 0px 0px 8px 10px;
    font-size: 20pt;
    box-sizing: border-box;
    -webkit-transition: left 0s;
    -moz-transition: left 1s;
    -ms-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s;
}

.plan_thumbnail {
    height: 100%;
    position: relative;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

.plan_thumbnail:hover {
    z-index: 100000;
    height: 500%;
}

.plan_row {
    height: 35px;
}

.plan_row.sec {
    background: rgba(0, 0, 0, 0.06);
}

.plan_row:hover {
    background: rgba(247, 147, 30, 0.5);
}

.bblink {
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-animation: bblink-animation 4s infinite;
    animation: bblink-animation 4s infinite;
}

@keyframes bblink-animation {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: rgba(247, 147, 30, 0.5);
    }

    100% {
        background-color: transparent;
    }

}

@-webkit-keyframes bblink-animation {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: rgba(247, 147, 30, 0.5);
    }

    100% {
        background-color: transparent;
    }

}

.row.line {
    border-top: 1px solid #dedede;
    margin: 1em 0 1em 0;
}

div[id^="tsbadge"] {
    display: none !important;
}

.status_row [class^="col-"] {
    padding-top: 6px;
    opacity: 0.1;
}

.plan_row > [class^="col-"] {
    height: 100%;
}

.rotateOption {
    cursor: pointer;
}

.rotateOption i {
    opacity: 0.1;
}

.rotateOption.disabled i {
    color: red;
    opacity: 1;
}

.rotateOption.enabled i {
    color: green;
    opacity: 1;
}

#saveLink {
    cursor: pointer;
}

.status_row .highlight {
    color: rgb(247, 147, 30);
}

.fit-row {
    margin: 0;
}

#planList {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #dedede;
}

.plan_row.odd {
    background-color: #dedede;
}

.floatMenu.small {
    left: -125px;
}

.floatMenu > .plus {
    font-family: DINWeb-Bold; /*text-shadow: 0px 0px 2px rgba(1,1,1,0.5);*/
    margin: -14px 0 0 8px;
    display: inline-block;
    font-size: 30pt; /*vertical-align: middle;*/
}

.floatMenu:hover {
    cursor: pointer;
    left: -5px;
    background-color: rgb(247, 147, 30);
}

.plannerMenuWrapper {
    padding: 10px 20px 0px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

#mobileArticleMenu .plannerMenuWrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    display: inline-block;
    width: 50%;
}

.plannerMenuItem.default {
    margin-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    background: white;
    border: 1px solid #777;
    position: relative;
    overflow: hidden;
}

.plannerMenuItem img {
    width: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
}

.plannerMenuItem .thumbnail {
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
}

.plannerMenuItem .textContainer {
    width: 100%;
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
    padding-left: 5px;
    font-size: 10pt;
    font-family: DINWeb-bold;
}

#mobileArticleMenu .plannerMenuItem .textContainer {
    color: #666;
}

.plannerMenuItem .textContainer .title {
    top: 0px;
    font-size: 10pt;
    text-align: left;
}

.plannerMenuItem .textContainer .description {
    position: relative;
    top: 15px;
    left: 10px;
    display: none;
}

.plannerMenuItem .price {
    position: absolute;
    padding: 0 0.2em 0 0.2em;
    margin: 0 0.2em 0.2em 0;
    bottom: 0px;
    right: 0px;
    color: rgb(230, 10, 10);
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 12pt;
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
}

.plannerMenuItem:hover {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
    background: #eeeeee;
}

#roomMenu .plannerMenuItem:hover {
    cursor: pointer;
}

#overlayWarningBoxArticles {
    pointer-events: none;
    overflow: hidden;
    padding-top: 15px;
    right: 0px;
    width: 100%; /* float: right; */
    position: absolute;
    z-index: 20000;
}

.articleListContainer {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

#mobileArticleMenu .articleListContainer {
    height: calc(100% - 50px);
}

.articleList {
    padding-bottom: 10px;
}

#header.fixed .header-box {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.scrollIndicator {
    position: relative;
    margin-top: -42px;
    overflow: hidden;
    height: 100px;
    z-index: 100;
    width: 100%;
    pointer-events: none;
}

.scrollIndicator::before {
    pointer-events: none;
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0px 0px 30px 6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 30px 6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 30px 6px rgba(0, 0, 0, 0.75);
}

.articleSummaryContainer {
    overflow-y: auto; /*height: 90%;*/
    flex: 1;
}

.summaryList {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.articleSummary {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
}

.summaryList > .sumContainer {
    position: relative;
    height: 120px;
    border-top: 1px solid #4c4c4c;
    bottom: 0px;
    padding: 25px;
    font-size: 20px;
    color: #4c4c4c;
    font-weight: bold;
}

.sumContainer > #sumPrice {

    /*position: absolute;*/
    display: inline-block; /*right:45px;*/
    margin-left: 20px;
}

.summaryItem {
    border-bottom: 1px solid #dedede;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    padding: 10px;
    display: table-row;
}

.summaryItem > .img {
    height: 75px;
    width: 100px;
    background-size: cover !important; /* float: left; */
    display: table-cell;
    border: 1px solid #aaa;
}

.summaryItem .tiny {
    margin-left: 1em;
    font-size: 0.8em;
}

.summaryItem > .cell {
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

.summaryItem > .cell.left {
    text-align: left;
}

.historyIcon:hover {
    cursor: default;
    background: #bbb;
}

.historyIcon.active:hover {
    cursor: pointer;
    background-color: #333;
}

.historyIcon path {
    fill: #fff;
    stroke: #fff;
}

.tools .historyIcon path {
    fill: rgba(247, 147, 30, 1);
    stroke: rgba(247, 147, 30, 1);
}

.historyIcon {
    background-color: #bbb;
}

.historyIcon.active {
    background-color: #555;
}

/*.historyIcon.active path{
fill:#333;
stroke:#333;
}*/
.productLineWrapper {
    display: table;
    width: 100%;
}

.productLineButtons {
    display: table-row;
}

.productLineButtons > div {
    display: table-cell;
    cursor: pointer;
}

.openPlanAccordion {
    height: auto;
}

.openPlanAccordion > h2 {
    font-size: 12pt;
    cursor: pointer;
    font-family: DINWeb-bold;
    margin-top: 5px;
}

.openPlanAccordion > div {
}

.fileInput {
    width: 100%;
    border-radius: 5px; /*background-color: #dedede;*/
    font-size: 12pt;
}

.tri {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #333;
    float: right;
}

.ui-accordion-header-active > .tri {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: #333 transparent transparent transparent;
    float: right;
}

#presentation-controls {
    pointer-events: none;
}

#presentation-controls input {
    pointer-events: all;
}

input[type=range].control {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}

input[type=range].control:focus {
    outline: none;
}

input[type=range].control::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range].control::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}

input[type=range].control:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}

input[type=range].control::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range].control::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range].control::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range].control::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range].control::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range].control::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range].control:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range].control:focus::-ms-fill-upper {
    background: #367ebd;
}

.fullscreenContainer {
    width: 100vw !important;
    height: calc(100vh - 58px) !important;
    position: fixed;
    top: 58px;
    left: 0;
    z-index: 1000;
}

#plannerMain.infullscreen {
    height: 100vh !important;
    max-height: 100% !important;
    top: 0px !important;
}

/*
.plannerHeaderItem:hover .historyIcon.active{
fill:rgb(247,147,30);
stroke:rgb(247,147,30);
}
/*
.plannerHeaderItem:hover .hover, .plannerHeaderItem.hover .historyIcon{
fill:rgb(247,147,30);
}
*/

#header.fixed .header-box {
    padding-top: 0;
}

.telefon-nummer.text-right {
    margin: 0 0 0 15px;
}

.telefon-nummer.text-right a {
    color: #fff;
    line-height: 59px;
}

.back-to-shop {
    background-color: #d63916;
}

.back-to-shop a {
    font-size: 20px;
    line-height: 56px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
}

.planner-action-navi {
    padding-left: 0 !important;
}

/*.planner-action-navi li {
    padding-left:10px;
    padding-right:10px;
}*/

.showRegisterOverlay,
#showPromoOverlay {
    display: none;
}

#showPromoOverlayMobile,
#showRegisterOverlayMobile {
    display: none;
}

#showRegisterOverlay {
    background-image: url('../img/navi-profile-icon.png');
    width: 55px;
    height: 58px;
    background-position: center center;
    cursor: pointer;
    background-repeat: no-repeat;
    position: relative;
}

#showPromoOverlay a {
    font-size: 50px;
    line-height: 56px;
    padding-right: 5px;
    padding-left: 5px;
    /*color: #fff;*/
}

#changeRoom {
    margin-top: 20px;
}

body {
    border-top: none;
}

.navbar-planner {
    display:contents !important;
}

.navbar-planner .navbar-nav > li {
    float: left;
}

.navbar-planner a.navi-logo-icon {
    background: url(../img/navi-logo-icon.png) center center no-repeat;
    width: 58px;
    height: 58px;
}

.navbar-planner .navbar-nav {
    margin: 0 !important;
}

/*#action-navi {
    background: #d63916;
}*/


@media (max-width: 767px) {
    #action-navi.planner-action-navi li {
        width: 100%;
        text-align: center;
    }

    #action-navi.planner-action-navi li a {
        padding: 0;
    }

    .navbar-planner .navbar-nav > li {
        padding: 0;
    }

    #header #navbar .navbar-nav > li a {
        padding: 0;
    }
}

.userlike {
    display: none !important;
}

.footer-main {
    display: none;
}

.content-main {
    min-height: 0;
    margin: 0;
}

.register--content {
    width: 100%;
}

.register--alt-shipping {
    display: none;
}

#promotion {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

/*
.btn-christmas{
    position: relative;
}

.btn-christmas:before{
    background: url(https://www.frank-schranksysteme.de/dev/media/image/8f/5e/b9/btn-christmas.png) no-repeat;
    background-size: contain;
    content: " ";
    z-index: 9;
    position: absolute;
    height: 100%;
    width: 40px;
    top: -15px;
    left: -20px;
<<<<<<< HEAD
}*/
