/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01.09.2020, 15:28:10
    Author     : kalteluc
*/

.company-presentation-root{
  position: relative;
  width:100%;
  height:100%;
}

.company-presentation-root .presentation-content{
  position: relative;
  width:100%;
  height:100%;
  overflow:hidden;
}

.company-presentation-root .presentation-buttons{
  position: absolute;
  z-index:900;
  margin:6px;
}

.company-presentation-root .presentation-button{
  opacity:1;
}

.company-presentation-root .presentation-buttons button{
  border:none;
  width:30px;
  height:30px;
}

.company-presentation-root .presentation-buttons-left, .company-presentation-root .presentation-buttons-right{
  top:50%;
  left:0;
  transform:translateY(-50%);
}
.company-presentation-root .presentation-buttons-left button, .company-presentation-root .presentation-buttons-right button{
  display:block;
}

.company-presentation-root .presentation-buttons-left button:first-of-type, .company-presentation-root .presentation-buttons-right button:first-of-type{
  margin-bottom:6px;
}

.company-presentation-root .presentation-buttons-right{
  right:0;
  left:initial;
}

.company-presentation-root .presentation-buttons-top, .company-presentation-root .presentation-buttons-bottom{
  top:0;
  left:50%;
  transform: translateX(-50%);
}

.company-presentation-root .presentation-buttons-top button:first-of-type, .company-presentation-root .presentation-buttons-bottom button:first-of-type{
  margin-right:6px;
}

.company-presentation-root .presentation-buttons-bottom{
  top:initial;
  bottom:0;
}


.company-presentation-root .loading{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,0.5);
  z-index:100;
}

.company-presentation-root .loading::after{
  content: "\f110";
  position: absolute;
  top:50%;
  left:50%;
  font-size:30px;
  color:#fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  animation:spin linear infinite 1000ms;
  line-height:100%;
}
@keyframes spin {
  0%{transform:translateX(-50%) translateY(-50%) rotate(0deg)}
  100%{transform:translateX(-50%) translateY(-50%) rotate(360deg)}
}

.vm-presentation-container{
  width:100%;
  height:100%;
}

.mobileActive .vm-presentation-iframe-container{
  height:100vh;
}

@media (max-width:1200px){
  .vm-presentation-iframe-container{
    height:100vh;
  }
}

.vm-presentation-image-container, .vm-presentation-html-container{
  position: relative;
}

.vm-presentation-image-container > img{
  width:100%;
  height:auto;
}

.vm-presentation-image-container .hotspot{
  position: absolute;
  transition:transform .3s;
  font-size:35px;
  cursor:pointer;
}

.vm-presentation-image-container .hotspot > img{
  width:35px;
  height:auto;
}

.vm-presentation-image-container .hotspot:hover{
  transform:scale(1.3);
}


.vm-presentation-image-container .hotspot.has-text-after{
    text-align:center;
}

.vm-presentation-image-container .hotspot.has-text-after::after{
    content:attr(data-textafter);
    font-size:14px;
    display:block;
    font-family:Arial, Verdana, sans-serif;
    padding:5px;
    margin-top:5px;
    border-radius: 0.25rem;
    max-width:200px;
}



.vm-presentation-iframe-container iframe{
  width:100%;
  height:100%;
}


.vm-popup-outer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    z-index:1000;
}

.vm-popup-outer .vm-popup {
    width: calc(100% - 20px);
    height:calc(100% - 20px);
    overflow-y:scroll;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(255,255,255,.85);
    position: absolute;
    top:10px;
    left:10px;
    z-index:1;
    -ms-overflow-style: none;
    scrollbar-width: none;
}





.vm-popup-outer .vm-popup::-webkit-scrollbar {
  display: none;
}

.vm-popup-outer .vm-popup .vm-popup-close{
  position:fixed;
  top:12px;
  right:18px;
  color:var( --e-global-color-primary );
  font-size:45px;
  line-height:100%;
  cursor:pointer;
  transition:transform .25s;
  z-index:999;
  display:block;
}

.vm-popup-outer .vm-popup .vm-popup-close:hover{
  transform:scale(1.3);
}

.vm-popup-content{
  padding:20px;
}

@media (min-width: 576px){
  .vm-popup-outer .vm-popup{
      width: 540px;
      margin-left: -270px;
      left: 50%;
  }
  .vm-popup-outer .vm-popup .vm-popup-close{
    right:calc(100vw / 2 - 270px + 8px);
  }
}

@media (min-width: 768px){
  .vm-popup-outer .vm-popup {
      width: 720px;
      margin-left:-360px;
      left: 50%;
  }
  .vm-popup-outer .vm-popup .vm-popup-close{
    right:calc(100vw / 2 - 360px + 8px);
  }

  .vm-popup-content{
    padding:30px;
  }

}

@media (min-width: 992px){
  .vm-popup-outer .vm-popup {
      width: 960px;
      margin-left:-480px;
      left: 50%;
  }
  .vm-popup-outer .vm-popup .vm-popup-close{
    right:calc(100vw / 2 - 480px + 8px);
  }

  .vm-popup-content{
    padding:80px;
  }

}

@media (min-width: 1200px){
    
    body:not('.elementor-editor-active'){
        overflow: hidden !important;
    }
    
  .vm-popup-outer .vm-popup{
      width: 1140px;
      margin-left:-570px;
      left: 50%;
  }
  .vm-popup-outer .vm-popup .vm-popup-close{
    right:calc(100vw / 2 - 570px + 8px);
  }
  
  .target_module.vm-popup-outer .vm-popup{
    width: 100%;
    margin-left: 0px;
    left: 0%;
    height: 100%;
    top: 0px;
  }
   .target_module.vm-popup-outer .vm-popup .vm-popup-close{
    position: absolute;
    right: 18px;
    top: 18px;

  }
  
  
}

/* .vm-popup-content .elementor-section{
  padding-left:80px;
  padding-right:80px;
}

.vm-popup-content .elementor-section:first-of-type{
  padding-top:80px;
}

.vm-popup-content .elementor-section:last-of-type{
  padding-bottom:80px;
} */

.vm-popup-outer .vm-popup .popup-iframe{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  border:none;
  z-index:0;
}

.vm-popup-outside-click-close{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

body.vm-popup-show > main, body.vm-popup-show > .elementor-location-header{
  filter:blur(5px);
}

.company-presentation-root.vm-popup-show{
  filter:blur(5px);
}




/*
#post-7{
    max-height: calc(100vh - 90px);
    overflow: hidden;
}

.vm-grid-wrapper .elementor-row{
    display: inline-block;
}

.vm-grid-item{
    height: calc(50vh - 45px);
    width: 50% !important;
    float: left !important;
    overflow: hidden;
}
*/

body{
}

.vm-grid-item > .elementor-column-wrap > .elementor-widget-wrap, .vm-grid-item > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget, .vm-grid-item > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget > .elementor-widget-container{
  position: relative;
  width:100%;
  height:100%;
}


.vm-grid-wrapper > .elementor-container > .elementor-row{
    display: grid;
    width: 100%;
    height: calc(100vh - 90px);
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
}


.vm-grid-item:nth-child(1){
    grid-column: 1;
    grid-row: 1;
    width: 100% !important;
}
.vm-grid-item:nth-child(2){
    grid-column: 1;
    grid-row: 2;
    width: 100% !important;
}
.vm-grid-item:nth-child(3){
    grid-column: 2;
    grid-row: 1;
    width: 100% !important;
}
.vm-grid-item:nth-child(4){
    grid-column: 2;
    grid-row: 2;
    width: 100% !important;
}




/*Produkt Kategorie Navigation*/
.produkt-slider-row.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 100%;
    width: 100%;
    align-items: center;
}

.produkt-slider{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
    height: 100%;
}

#shop-menu{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 100%;
}

.menu-wrapper{
    overflow-y: auto;
}

.menu-wrapper::-webkit-scrollbar {
  display: none;
}
.scroll-indicator{
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.scroll-indicator-icon {
  width: 100%;
  height: 100%;
}

.scroll-indicator-icon::before{
    content: 'V';
    color: #fff;
    position: absolute;
    opacity: 0.7;
    font-size: 20px;
    -webkit-animation: scroll_indicator 3s infinite ease-in-out;
    -o-animation: scroll_indicator 3s infinite ease-in-out;
    -ms-animation: scroll_indicator 3s infinite ease-in-out;
    -moz-animation: scroll_indicator 3s infinite ease-in-out;
    animation: scroll_indicator 3s infinite ease-in-out;
}

@keyframes scroll_indicator {
    0%,100% { opacity: 0 }
    50% { opacity: 1 }
}



.menu-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.produkt-slider-container {
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.produkt-single-slides-wrapper{
    height: 100%;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    overflow: hidden;
}
.single-product-slide{
    height: 100%;
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
}



.slider-navigation {
    position: absolute;
    left: 0;
    width: 100%;
    display: inline-block;
    top: 50%;
}

.slider-prev, .slider-next{
    cursor: pointer;
}
/*
.slider-prev{
    float: left;
    width: 50%;
    text-align: left;
    height: 100%;
    display: grid;
    align-content: center;
}

.slider-next{
    float: right;
    width: 50%;
    text-align: right;
    height: 100%;
    display: grid;
    align-content: center;
}
*/


.slider-prev {
    float: left;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 9999;
    margin-left: 15px;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
}
.slider-prev i{
    float: left;
}
.slider-next{
    float: right;
    cursor: pointer;
    height: 50px;
    z-index: 9999;
    margin-right: 15px;
    position: absolute;
    right: 0;
    display: inline-block;
    top: 50%;
}
.slider-next i{
    float: right;
}

.main-menu, .main-menu ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
 }



.category-link{
    cursor: pointer;
    background: white;
    text-align: center;
    position: relative;
}

.main-menu li{
    position:relative;
    width: 100%;
}
.main-menu ul{
    display: none;
}
.sub-menu-indicator{
    right: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 9999;
}

.category-link .sub-menu-indicator::before{
    content: "\f078";
    /*content: "\f068";*/
}
.category-link.opened .sub-menu-indicator::before{
    content: "\f077";
    /*content: "\f067";*/
}

.produkt-slider-row .loading{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}


.produkt-slider-content{
    height: 100%;
    padding: 0px;
}

.produkt-slider-row .loading::after {
    content: "\f110";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateX(-50%) translateY(-50%);
    animation: spin linear infinite 1000ms;
    line-height: 100%;
}

.layoutSwitch-control{
    cursor: pointer;
}
.mobileActive{
    overflow: scroll;
}
.mobileGrid .vm-grid-item{
    display: block !important;
    width: 100%;
    overflow: hidden;
}
.mobileGrid .vm-grid-item{
    height: calc(100vh - 90px);
    max-height:calc(100vh - 90px);
    width: 100%;
    scroll-snap-align: start;
}
.mobileGrid > .elementor-container > .elementor-row{
    display: initial !important;
    height: 100%;
    height: calc(100vh - 90px);
    max-height:calc(100vh - 90px);
    overflow-y:scroll;
    scroll-snap-type: y mandatory;
}



.mobileGrid .single-product-slide{
    height: 100%;
    display: block;
    position: relative;
}


.activeSlide{
/*    animation: displaySlide 1s;*/
}


.product-content-type-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
.single-product-slide-content{
    height: 100%;
}

.product-image-content-wrapper{
    width: 100%;
    height: 100%;
/*    padding-bottom: 56%;*/
    position: relative;
}


.product-image-content-wrapper img{
    width: 100%;
    height: 100% !important;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    object-fit: cover;
}

.product-video-content-wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.product-video-content-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.vm-movable-arrow{
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 50px;
  display:none;
  opacity:0;
  color:rgba(255,255,255,0.4);
  text-shadow: 0 0 15px #000;
}

.presentation-content:hover .vm-movable-arrow{
  animation: arrow linear 3s infinite;
}

@keyframes arrow{
  0%{
    display:block;
    opacity:0;
  }
  50%{
    opacity:1;
  }
  80%{
    opacity:0;
    display:none;
  }
  100%{
    opacity:0;
  }

}



@keyframes displaySlide{
    0%{
        opacity: 0
    }
    100%{
        opacity: 1
    }
}
.vm-grid .vm-grid-item{
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1200px){
    
    .vm-grid .elementor-column.vm-grid-item{
        display:none;
    }
    
    .vm-grid-item.hide-mobile, .vm-header.hide-mobile{
        display:none !important;
    }
    
    
    .vm-grid .vm-grid-item{
        /*display: block !important;*/
        width: 100%;
        overflow: hidden;
    }
    .vm-grid .vm-grid-item{
        height: 100vh;
        width: 100%;
        min-height: 100vh;
       min-height: -webkit-fill-available;
    }


    .vm-grid > .elementor-container > .elementor-row{
        display: initial !important;
        height: 100%;
    }
    .vm-grid .single-product-slide{
        height: 100%;
        display: block;
        position: relative;
    }
    .layout-switch-wrapper{
        display: none;
    }
    body{
        overflow-y: scroll;
    }
}

.wpml-elementor-ls .wpml-ls{
  float: right;
  width: auto;
}

.elementor-column-wrap{
  height:100%;
}


article.page > br.clear, article.page > a.post-edit-link{
  display:none;
}

.innp-messe-module-has-title{
  position: relative;
}

.innp-messe-module-title-container{
  display:flex;
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  pointer-events:none;
  width:100%;
  height:100%;
  padding:5%;
}

.innp-messe-module-title{
  background:rgba(0,0,0,0.7);
  padding:10px;
  text-transform:uppercase;
  color:#fff;
}

.rotate-phone-notification{
  display:none;
}

@media (orientation: portrait) {
  .rotate-phone-notification{
    background:rgba(0,0,0,1);
    z-index:99999;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:3em;
  }

  .rotate-phone-notification .fas{
    transform:rotate(-90deg);
    font-size:10em;
  }
 
  .menu-wrapper{
      display:none !important;
  }

  body{
      overflow:hidden;
  }
  
}


body.mobileGrid{
  overflow:visible;
  max-height:100vh;
  height:100vh;
}

.innp-messe-fullscreen-button::before{
  content:"\f31e";
  display:block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:25px;
}
.innp-messe-fullscreen-button.enabled::before{
  content:"\f78c";

}
.innp-messe-fullscreen-button{
  position: absolute;
  top:20px;
  right:20px;
  background:none;
  border:none;
  outline:none;
  z-index:999;
}

.innp-messe-fullscreen-button:hover{
  outline:none;
  transform:scale(1.2);
}
.innp-messe-fullscreen-button:focus{
  outline:none;
}

/*.sections-with-menu{
  display:flex;
}*/


/*.sections-with-menu .menu-wrapper{
    display: none;
}*/

.sections-with-menu .menu-wrapper ul{
    list-style: none;
}

.sections-with-menu .menu-wrapper{
  width:auto;
  position: fixed;
  right: 0px;
  top: 30px;
  overflow: initial !important;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.sections-with-menu .menu-wrapper ul.vm-menu{
    margin-bottom: 0px !important;
    position: absolute;
    transition: 0.5s;
    margin-top: 42px;
    opacity: 1;
    right:0;
    transform:translateX(100%);
}

.sections-with-menu .menu-wrapper.active ul.vm-menu{
    transform:translateX(0);
}

.sections-with-menu .menu-wrapper .vm-lang-menu .wpml-ls-native, .sections-with-menu .menu-wrapper .vm-lang-menu .wpml-ls-display{
    display:none;
}

.sections-with-menu .menu-wrapper .vm-lang-menu{
    transform:translateX(0%);
    width:40px;
}

.sections-with-menu .menu-wrapper.active .vm-lang-menu{
    transform:translateX(100%);
}

.sections-with-menu .menu-wrapper .vm-lang-menu ul{
    display:flex;
    flex-direction:column;
}

.sections-with-menu .vm-lang-menu .wpml-ls{
    border: none;
    padding: 0;
}

.sections-with-menu .menu-wrapper .vm-lang-menu ul li{
    background-color:#ddd;
}

.sections-with-menu .menu-wrapper .vm-lang-menu ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sections-with-menu .mobile-menu-toggle{
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #005CA9;
    border: 1px solid white;
}

.sections-with-menu .menu-wrapper .mobile-menu-toggle::after{
    content: '\f359';
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 22px;
}

.sections-with-menu .menu-wrapper.active .mobile-menu-toggle::after{
    content: '\f35a';
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 22px;
}



/*@media(max-width:768px){
    .sections-with-menu .menu-wrapper{
        top: 115px;
    }
}*/

.sections-with-menu .menu-wrapper ul{
    padding-left: 0px !important;
}

.sections-with-menu .menu-wrapper ul li{
    background: #005CA9;
    border: 1px solid white;
    /*margin-bottom: 2px;*/
}
.sections-with-menu .menu-wrapper ul li:hover{
    background: #004986;
    cursor: pointer;
}

.sections-with-menu .menu-wrapper ul li a{
    color: #fff;
    width: 100%;
    display: block;
    position: relative;
    width: 100%;
    padding:5px;
    line-height:100%;
}


@media(max-width:1200px){
    .sections-with-menu .menu-wrapper.active ul{
        display: block !important;
    }
}

.sections-with-menu .menu-wrapper li::before{
    content:'';
}

.menu-switch-wrapper{
    display: none !important;
}

.menuSwitch-control{
    cursor: pointer;
}

@media(min-width:1201px){
  .sections-with-menu .menu-wrapper{
    display:none;
  }
}

@media(max-width:1200px){
    .innp-messe-fullscreen-button, .layout-switch-wrapper{
      display:none !important;
    }
    .presentation-button.btn-home, .presentation-button.btn-history{
        display: none !important;
    }
    .menu-switch-wrapper{
      display: flex !important;
    }
}

.sections-with-menu > .elementor-section{
  flex:1;
}


/*PAGE MUEHLBOECK ID12*/
.site-id-12 .vm-grid-wrapper > .elementor-container > .elementor-row{ 
height: calc(100vh - 115px);
}

.site-id-12 .mobileGrid .vm-grid-item{
    height: calc(100vh - 115px);
    max-height:calc(100vh - 115px);
}
.site-id-12 .mobileGrid > .elementor-container > .elementor-row{
    height: calc(100vh - 115px);
    max-height:calc(100vh - 115px);
}

.site-id-12 .vm-popup-outer .vm-popup {
    background-color: transparent;
}
/*clickmeeting iframe*/
.site-id-12 #flashroomIframe {
    height:100%;
}


.vm-enter-fullscreen{
    padding:10px;
    background-color:#ddd;
    color:#333;
    border:none;
    margin:10px;
}

:fullscreen .vm-enter-fullscreen{
    display:none !important;
}
:fullscreen .vm-exit-fullscreen{
    display:block !important;
    position:fixed;
    top:0;
    left:0;
    border:none;
    background:none;
    outline:none;
}

:fullscreen .vm-exit-fullscreen::after{
    content:'\f057';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size:20px;
}

@media(min-width:1201px){
    .vm-enter-fullscreen{
        display:none !important;
    }   
}



.vm-header .menu-wrapper{
    display:none;
}

@media(max-width:1200px){
    .vm-header .menu-wrapper{
        display:flex;
    }

    body{
        overflow:hidden;
    }
    
    .vm-header > .elementor-container{
        height:100vh !important;
    }
    
    .vm-header > .elementor-container > .elementor-row{
        flex-direction: column;
    }
    
    .vm-header .menu-wrapper ul{
        list-style:none;
        display:flex;
        align-items:center;
        justify-content:center;
        width:100%;
    }
    
    .vm-header .menu-wrapper ul li{
        display:flex;
    }
    
    .vm-header .menu-wrapper ul li a{
        padding: 15px;
        background: #005CA9;
        border: 1px solid white;
        color:#fff;
    }

    
}



@media(max-height:285px){
    .vm-enter-fullscreen{
        padding: 5px;
        margin: 0 0 5px 0;
    }
    
    .vm-header .menu-wrapper ul li a{
        padding:5px;
    }
}


.otgs-development-site-front-end{
    display:none !important;
    visibility:hidden;
}

body.elementor-editor-active{
    overflow-y:scroll;
}