/* colors  */
/* #00355A */
/* #F47920 */

.keep-style{
  font-size: inherit !important;
  line-height:  inherit !important;
  font-weight:  inherit !important;
  margin: inherit !important;
  color:  inherit !important;
}
.zero-height{
    height:0;
    overflow:hidden;
    padding:0;
    margin:0 !important;
    position: absolute;
}

.image-with-hidden-headline{
  margin-bottom: 0 !important;
}
.uk-drop.uk-navbar-dropdown.uk-navbar-dropdown-large.uk-open{
  /*max-width: 1400px !important;*/
}

.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary{
  color: #fff !important;
  background: #F47920 !important;
}
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover{
  color: #fff !important;
  background: transparent !important;
  border: 1px solid  #F47920;
}
.uk-section-primary:not(.uk-preserve-color) .uk-text-secondary{
  color: #F47920 !important;
}
.uk-section-primary:not(.uk-preserve-color){
  color: #fff;
}
.home-slideshow  .el-overlay > *{
    position: relative;
}

.home-slideshow  .el-title{
    color: #fff;
    font-weight: 800;
    position: relative;
    font-size: 90px;
    line-height: 99px;
}
.home-slideshow  .el-overlay{
    background: transparent;
}
.home-slideshow  .el-overlay::before{
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: #F47920;
  background: linear-gradient(90deg, rgba(244, 121, 32, 0.8) 0%, rgba(244, 121, 32, 0.8) 10%, rgba(244, 121, 32, 0.8) 35%, rgba(255, 255, 255, 0) 60%);
}

/*******/

.home-slideshow{
  margin-top:0 !important;
}
.home-slideshow .uk-position-cover{
  padding-left:0;
  z-index: 1;
}
.home-slideshow .el-item::before{
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: calc(100% - (100% - 1240px) / 2);
  background:  rgba(244, 121, 32, 0.8);
  z-index: 1;
}
.home-slideshow  .el-item .el-title.uk-heading-large{
  font-size: 5rem;
}

.home-kacheln.uk-section-xsmall{
  padding-top: 10px;
  padding-bottom: 10px;
}

@media(max-width: 959px){
  .home-slideshow .el-item::before{
    right: calc(100% - (100% - 1240px) / 2);
  }
  .home-slideshow  .el-overlay::before{
    background: linear-gradient(90deg, rgba(244, 121, 32, 0.8) 0%, rgba(244, 121, 32, 0.8) 10%, rgba(244, 121, 32, 0.8) 50%, rgba(255, 255, 255, 0) 90%);
  }
}
/*******/
.subpage-header{
  position: relative;
}

/*
.subpage-header::before{
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: calc(100% - (100% - 1240px) / 2);
  background: #FFFFFFEA;
  z-index: 1;
}
.subpage-header div.uk-container::before{
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  left:auto;
  right:auto;
  background-image: linear-gradient(90deg, #FFFFFFEA 0%, #FFFFFF00 50%);
  transform: translateX(-20px);
  width:1200px;
  max-width: 100%;
}
*/
.subpage-header:not(.clear)::before{
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-image: linear-gradient(90deg, rgba(255,255,255, 0.8) 0%, rgba(255,255,255, 0.5) 40%, rgba(255,255,255, 0) 70%);
}
.subpage-header>div>div{
  position: relative;
}





.subpage-header div.uk-container>div{
  position: relative;
}
.subpage-header.icon [uk-icon]{
  color:#fff;
}
.subpage-header.icon [uk-icon] svg{
  width: 50px;
  height:50px;
}
.subpage-header h1{
  padding: 20px;
  background: #F47920;
  background: #00355A;
  background: #fff;
  background: transparent;
  display: inline-block;
  color: #fff;
  color: #00355A;;
}
.subpage-header div.uk-grid>div{
  display: flex;
  justify-content: flex-start;
}
.subpage-header h1>p:last-child{
  margin-bottom: 0;
}


.footer.footer-1 .uk-nav .el-item{
  text-transform: none;
  font-size:16px;
  letter-spacing: 0;
  line-height: 1.2em;
}

.footer.footer-1{
      box-shadow: 0 1px 8px #d3d3d3;
}
.footer.footer-2{
  
}


ul.checklist,
.checklist ul{
  padding-left:0;
}
ul.checklist li,
.checklist ul li{
  position: relative;
  list-style: none;
  padding-left: 30px;
}
ul.checklist li::before,
.checklist ul li::before{
  content:'';
  position: absolute;
  top: 4px;
  left:0;
  display: inline-block;
  width: 20px;
  height:20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%23F47920' stroke-width='1.1' points='4,10 8,15 17,4'%3E%3C/polyline%3E%3C/svg%3E");
}
.uk-tile-secondary ul.checklist li::before,
.checklist .uk-tile-secondary ul li::before,
.single-product-grid.checklist .uk-tile-primary ul li::before,
.single-product-grid.checklist .uk-tile-muted ul li::before,
.single-product-grid.checklist .uk-tile-secondary ul li::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-width='1.1' points='4,10 8,15 17,4'%3E%3C/polyline%3E%3C/svg%3E");
}
ul.checklist.bold li::before,
.checklist.bold ul li::before{
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 55 55' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;'%3E%3Cpath d='M54.837,19.696l-33.614,35.076l-21.103,-21.948l10.497,-9.582l10.606,10.115l33.614,-33.237l-0,19.576Z' style='fill:%23f47920;stroke:%23000;stroke-width:0px;'/%3E%3C/svg%3E");
}
ul.checklist.outline li::before,
.checklist.outline ul li::before{
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 55 55' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;'%3E%3Cpath d='M54.837,19.696l-33.614,35.076l-21.103,-21.948l10.497,-9.582l10.606,10.115l33.614,-33.237l-0,19.576Z' style='fill:%23fff;stroke:%23f47920;stroke-width:3px;'/%3E%3C/svg%3E");
}


ul.checklist.outline:not(.uk-text-lead) li,
.checklist.outline:not(.uk-text-lead) ul li,
ul.checklist.bold:not(.uk-text-lead) li,
.checklist.bold:not(.uk-text-lead) ul li{
  padding-left: 25px;
}
ul.checklist.outline:not(.uk-text-lead) li::before,
.checklist.outline:not(.uk-text-lead) ul li::before,
ul.checklist.bold:not(.uk-text-lead) li::before,
.checklist.bold:not(.uk-text-lead) ul li::before{
  width: 15px;
  height:15px;
}


.popover-accordion .uk-accordion-title{
  font-weight: 600;
  display: flex;
  padding-right:20px;
  position: relative;
}
.popover-accordion .uk-accordion-title.uk-accordion-title::before{
  width:1.2rem;
  position: absolute;
  right:0;
  top: 4px;
}

.popover-accordion .uk-accordion-title span.number{
  font-weight: 800;
  display: inline-block;
  padding:5px;
  background: #00355A;
  color:#fff;
  margin-right: 10px;
  vertical-align: top;
  height: 25px;
  width: 25px;
  text-align: center;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popover-accordion .uk-accordion-title span.text{
  display: flex;
  height: auto;
  flex: 1;
  width: auto;
  align-items: center;
}
.popover-accordion .uk-accordion-title[aria-expanded="true"] span.number{
  background: #F47920;
}
.popover-accordion .el-item{
  padding-top: 4px;
  margin-top: 4px;
}
.popover-accordion .el-item .uk-accordion-content{
  margin-top: 10px;
}
.popover-accordion .el-item .el-content{
  padding-bottom: 10px;
}
.accordion-popover .el-marker{
  padding: 5px;
  display: flex;
  border: 2px solid #F47920;
  border: 2px solid #00355A;
  background: #fff;
  background: #00355A;
  color:#F47920;
  color:#00355A;
  color:#fff;
  width: 30px;
  height:30px;
  /*border-radius: 100%;*/
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size:1.4rem;
  font-weight: 800;
}
.accordion-popover .el-marker.active{
  background: #F47920;
  color:#fff;
  border: 2px solid #F47920;
}
.accordion-popover .el-marker.active::before{
  background: #F47920 !important;
}
.uk-accordion-title[aria-expanded="true"]{
  color: #F47920;
}
.el-marker.marker-top,
.el-marker.marker-bottom,
.el-marker.marker-left,
.el-marker.marker-right{
  position: relative;
  z-index: 2;
}
.el-marker.marker-right::before,
.el-marker.marker-left::before,
.el-marker.marker-bottom::before,
.el-marker.marker-top::before{
    background: #F47920;
    background: #00355A;
    position: absolute;
}

.el-marker.marker-top::before{
  content: '';
  width: 2px;
  height: 20px;
  bottom: calc(100% + 2px);
}
.el-marker.marker-bottom::before{
  content: '';
  width: 2px;
  height: 20px;
  top: calc(100% + 2px);
}
.el-marker.marker-left::before{
  content: '';
  width: 20px;
  height: 2px;
  right: calc(100% + 2px);
}
.el-marker.marker-right::before{
  content: '';
  width: 20px;
  height: 2px;
  left: calc(100% + 2px);
}

@media(max-width: 1299px){
  .el-marker.marker-bottom::before,
  .el-marker.marker-top::before{
    height: 1.0448vw;
  }
  .el-marker.marker-left::before,
  .el-marker.marker-right::before{
    width: 1.0448vw;
  }
}

@media(max-width: 959px){
  .el-marker.marker-bottom::before,
  .el-marker.marker-top::before{
    height: 2.0881vw;
  }
  .el-marker.marker-left::before,
  .el-marker.marker-right::before{
    width: 2.0881vw;
  }
}
.single-product-grid .el-item{
  position: relative;
}
.single-product-grid .el-item.uk-tile-default{
  background: #f7f7f7;
}
.single-product-grid .el-item.uk-tile-muted{
  background: #6d6d6d;
}
.single-product-grid .el-item.uk-padding-small {
    padding: 20px;
}
.single-product-grid .el-item.uk-tile-muted{
  color: #fff !important;
}
.single-product-grid .el-item.uk-tile-muted .el-title{
  color: #fff !important;
}
.single-product-grid .el-meta{
  position: absolute;
  bottom: 20px;
  left:20px;
  font-size: 1.4rem;
  color:#fff !important;
  font-weight: bold;
  text-transform: uppercase;
}

.el-item.uk-panel.uk-tile-primary .el-content,
.el-item.uk-panel.uk-tile-secondary .el-content{
  color: #fff;
}

.uk-card-primary>:not([class*=uk-card-media]){
  color:#fff;
}
.uk-card-secondary>:not([class*=uk-card-media]){
  color:#fff;
}

.uk-section.overlap-top{
  margin-top: 80px;
}
.uk-section.overlap-top .uk-panel{

}

.uk-section.overlap-top .uk-container>div>div:nth-child(1) img{
  margin-top: -220px;
  transform: scale(1.1) translateY(60px);
  transform-origin: bottom center;
}


.uk-section.overlap-top.large{
  margin-top: 80px;
  padding-bottom:0;
}
.uk-section.overlap-top.large .uk-container>div>div:nth-child(1) img{
  margin-top: -220px;
}

.uk-section.overlapping-bottom.large{
  padding-bottom: 220px;
}

.uk-navbar-nav>li.menu-item-has-children>a{
  position: relative;
  margin-right: 20px;
}
.uk-navbar-nav>li.menu-item-has-children:not(:hover)>a[aria-expanded=false]::after{
  content: '';
  right: -21px;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(90deg);
  display: inline-block;
  position: absolute;
  height: 20px;
  width:20px;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%2300355A' d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E");
}
.uk-navbar-nav>li.menu-item-has-children.current-menu-ancestor>a::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23F47420' d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E") !important;
}


.tm-header .uk-drop{
      box-shadow: 5px 5px 10px #0000003b;
}
.menu-grid a.el-link{
  font-size: 20px;
  font-weight:600;
  line-height: 28px;
  color:#fff !important;
  text-transform: none;
  letter-spacing: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.menu-grid li.uk-active a.el-link,
.menu-grid li:hover>a.el-link,
.tm-header .uk-navbar-dropdown-nav li.uk-active>a,
.tm-header .uk-navbar-dropdown-nav li:hover>a{
  padding-left: 20px;
  position: relative;
  transition: padding-left 0.3s linear 0s;
  -webkit-transition: padding-left 0.3s linear 0s;
}
.menu-grid li a.el-link,
.menu-grid li>a.el-link,
.tm-header .uk-navbar-dropdown-nav li>a{
  padding-left: 0px;
  position: relative;
  transition: padding-left 0.3s linear 0s;
  -webkit-transition: padding-left 0.3s linear 0s;
}
.menu-grid li:hover>a.el-link::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23fff' d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E");
}

.menu-grid li a.el-link::before,
.tm-header .uk-navbar-dropdown-nav li>a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23fff' d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E");
  width:0;
  overflow: hidden;
  transition: width 0.3s linear 0s;
  -webkit-transition: width 0.3s linear 0s;
  display: inline-block;
}

.menu-grid li.uk-active a.el-link::before,
.tm-header .uk-navbar-dropdown-nav li.uk-active>a::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%2300355A' d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!--!Font Awesome Free v6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23F47920' d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E");
}

.menu-grid li.uk-active a.el-link::before,
.tm-header .uk-navbar-dropdown-nav li:hover>a::before,
.tm-header .uk-navbar-dropdown-nav li.uk-active>a::before{
  width: 20px;
  transition: width 0.3s linear 0s;
  -webkit-transition: width 0.3s linear 0s;
}


.tm-header .uk-navbar-dropdown-nav li.uk-active>a{
  color:#fff !important;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a[aria-expanded=true]{
  position: relative;
}
.uk-navbar-nav>li:hover>a::before, .uk-navbar-nav>li>a[aria-expanded=true]::before,
.uk-navbar-nav>li:hover>a::after, .uk-navbar-nav>li>a[aria-expanded=true]::after{
  content: '';
  left: -10px;
  display: inline-block;
  position: absolute;
  height: 20px;
  width:20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 19 78' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,-0l0,77.237l18.451,-0l0,-7.948l-9.225,-0l-0,-61.341l9.225,-0l0,-7.948l-18.451,-0Z' style='fill:%2300355a;fill-rule:nonzero;'/%3E%3C/svg%3E");
}

.uk-navbar-nav>li:hover>a::after, .uk-navbar-nav>li>a[aria-expanded=true]::after{
  left: auto;
  right: -10px;
  background-position: center right;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 19 78' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M0,-0l0,7.948l9.222,-0l0,61.342l-9.222,-0l0,7.947l18.445,-0l-0,-77.237l-18.445,-0Z' style='fill:%2300355a;fill-rule:nonzero;'/%3E%3C/svg%3E");
}



.uk-navbar-nav>li.menu-item-has-children:hover>a::after,
.uk-navbar-nav>li.menu-item-has-children>a[aria-expanded=true]::after{
  right: -23px;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 69 78' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M50.486,0l0,7.948l9.222,0l0,61.342l-9.222,0l0,7.947l18.445,0l0,-77.237l-18.445,0Z' style='fill:%2300355a;fill-rule:nonzero;'/%3E%3Cpath d='M17.429,49.607c1.585,1.585 4.159,1.585 5.744,0l16.23,-16.23c1.167,-1.167 1.509,-2.904 0.875,-4.425c-0.634,-1.522 -2.105,-2.511 -3.753,-2.511l-32.46,0c-1.636,0 -3.12,0.989 -3.754,2.511c-0.634,1.521 -0.279,3.258 0.875,4.425l16.231,16.23l0.012,0Z' style='fill:%23f47920;fill-rule:nonzero;'/%3E%3C/svg%3E") !important;
}


/**********************/


.modal-grid .el-item{
  cursor: pointer;
}
.modal-grid .el-item .el-image{
  transform: scale(1);
  transition: all 0.3s ease 0s;
}
.modal-grid .el-item:hover .el-image{
  transform: scale(1.05);
  transition: all 0.3s ease 0s;
}
.modal-grid-item{
  z-index: 1010000;
}
.modal-grid-item .uk-background-cover{
  position: relative;
}

.modal-grid-item .cta .uk-h2{
  font-size: 30px;
}

.modal-grid-item .close{
  position: absolute;
  bottom: 10px;
  right: 15px;
  cursor: pointer;
}

.modal-grid .el-item:hover{
  background: #F47920;
  color:#fff;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.modal-grid .el-item:hover .el-title,
.modal-grid .el-item:hover .el-meta{
  color:#fff;
}
@media(max-width: 1630px){
  .modal-grid-item .cta .uk-h2{
    font-size: 26px;
  }
}

@media(max-width: 959px){
  .modal-grid-item .uk-background-cover{
    height: 200px;
  }
  .modal-grid-item .close{
    bottom: 5px;
    right: 10px;
  }
  .modal-grid-item .cta .uk-h2{
    font-size: 26px;
  }
}
@media(max-width: 700px){
  .modal-grid-item .cta .uk-h2{
    font-size: 22px;
  }
}
@media(max-width: 520px){
  .modal-grid-item .uk-padding-large{
    padding: 20px 20px 40px 20px;
  }
}
@media(max-width: 420px){
  .modal-grid-item .cta .uk-h2{
    font-size: 19px;
  }
}
.modal-grid-item .uk-background-cover img{
  position: absolute;
  width: 100%;
  height:100%;
  object-fit: cover;
}
.modal-grid-item .cta{
  background:#F47920;
  color: #fff;
  padding: 20px;
}
.modal-grid-item .uk-h2:not(.title),
.modal-grid-item .uk-button{
  background:#F47920;
  color: #fff;
}
.modal-grid-item .uk-button{
  border: 1px solid #efefef;
}
.modal-grid-item .meta{
  font-size: 30px;
  margin-top: 0;
}

.modal-grid-item .uk-modal-dialog{
  width: 1600px;
}




@media(max-width: 1070px){
  .modal-grid-item .title.uk-h1{
    font-size: 30px;
  }
  .modal-grid-item .meta{
    font-size: 24px;
  }
}

.modal-grid.uk-child-width-1-4\@l .el-item>.uk-padding{
  padding: 20px;
}

.modal-grid.uk-child-width-1-4\@l .el-item .el-title{
  font-size: 20px
}
.modal-grid.uk-child-width-1-4\@l .el-item .el-meta{
  font-size: 16px
}

@media (max-width: 1199px) {
  .modal-grid.uk-child-width-1-4\@l .el-item{
    display: flex;
  }
  .modal-grid.uk-child-width-1-4\@l .el-item>div:nth-child(1){
    order:2;
    width: 60%;
  }
  .modal-grid.uk-child-width-1-4\@l .el-item>div:nth-child(2){
    order:1;
    width: 40%;
  }
  .modal-grid.uk-child-width-1-4\@l .el-item .uk-padding{
    min-height: 1px !important;
  }
}

@media (max-width: 978px) {
  .modal-grid.uk-child-width-1-4\@l>div{
    width:100%;
  }
  .modal-grid.uk-child-width-1-4\@l .uk-inline-clip{
    height: 100% !important;
    width: 100%;
  }
  .modal-grid.uk-child-width-1-4\@l .uk-inline-clip .el-image{
    object-fit: cover;
    height: 100%;
  }
}

@media (max-width: 520px) {
  .modal-grid.uk-child-width-1-4\@l .el-item>div:nth-child(1){
    width: 70%;
  }
  .modal-grid.uk-child-width-1-4\@l .el-item>div:nth-child(2){
    width: 30%;
  }
}

@media (max-width: 450px) {
  .modal-grid.uk-child-width-1-4\@l .el-item .el-title{
    font-size: 18px
  }
  .modal-grid.uk-child-width-1-4\@l .el-item .el-meta{
    font-size: 14px
  }
}


.modal-grid-item .modal-cta .uk-panel,
.modal-grid-item .modal-cta .uk-panel .uk-text-lead{
  color: #fff;
}
.modal-grid-item .modal-cta .uk-panel a{
  color: #fff;
}

.modal-grid .image-click{
  display: none;
}
.hochregal-grid .modal-grid .image-click{
  display: inline-block;
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #ffffff8a;
  padding: 2px 5px;
  border-top-right-radius: 3px;
  opacity: 1;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.hochregal-grid .modal-grid .el-item:hover .image-click{
  opacity: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}


@media (max-width: 1442px) {
  .modal-grid-item .modal-cta>div{
    width: 100%;
    text-align: center;
    padding-left:0px !important;
  }
  .modal-grid-item .modal-cta>div img{
    width: 200px;
  }
}
@media (max-width: 959px) {
  .lagerbuehnen-cta-row.two-cols{
    text-align: center;
  }
}

@media (max-width: 420px) {
  .modal-grid-item .modal-cta>div{
    padding-left:0px !important;
  }
}


.kragarm-modal-grid .el-item{
  background: #F47920;
  color: #fff;
  padding:20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.kragarm-modal-grid .el-item:hover{
  background: #e96301;
}
.modal-grid-item.text-only .uk-modal-dialog{
  width:960px;
}
@media (max-width: 1199px) {
  .modal-grid-item.text-only .uk-modal-dialog .uk-padding-large{
    padding-top: 40px;
  }
}

.modal-grid-item.kragarm-modal-grid>div.uk-modal-dialog{
  position: absolute;
  left: 40px;
  right: 40px;
  max-width: calc(100% - 80px) !important;
  top: 50%;
  transform: translateY(-50%);
  max-height: calc(100vh - 120px);
  overflow: auto;
}
.modal-grid-item.kragarm-modal-grid>div.uk-modal-dialog .close {
    position: relative;
    bottom: -30px;
    right: 0;
    float: right;
}

/**********************/
/**********************/

.popover-modal-items .uk-drop{
  width: 100% !important;

  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;

  top: 0px !important;
  bottom: 0px !important;
  position: fixed;

  background: rgba(0,0,0,0.7);
}
.popover-modal-items .uk-drop.uk-open{
  background: rgba(0,0,0,0.7);
  display: flex;
  max-width: 100% !important;
}
.popover-modal-items .uk-drop .gallery-container{
  background: #efefef;
  margin: 0px -40px -40px -40px;
  padding: 20px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 520px) {
  .popover-modal-items .uk-drop .gallery-container{
    margin: 0px -20px -40px -50px;
  }
}
.popover-modal-items .uk-drop .el-content{
  padding-bottom: 40px;
}
.popover-modal-items .uk-drop .content-2 .el-content{
  padding-bottom: 0px;
}
.popover-modal-items .uk-drop .content-2{
  margin-top: 70px;
}
.popover-modal-items .uk-drop .el-item.uk-card-body{
  padding: 40px;
}
.popover-modal-items .uk-drop.uk-open .el-item{
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-height: calc(100% - 80px);
  overflow: auto;
}
.popover-modal-items .uk-drop.uk-open .el-item .el-title{
  margin-top: 0px!important;
}
@media (min-width: 1400px) {
  .popover-modal-items .uk-drop.uk-open .el-item{
    width: 1200px;
    left: 50%;
    top: 50%;
    max-width: 1200px;
    transform: translate(-50%, -50%);
  }
}
.popover-modal-items .uk-drop .close{
  position: absolute;
  right: -20px;
  top: -20px;
  background: #F47920;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  height: 45px;
  width: 45px;
  box-sizing: border-box;
}
.popover-modal-items .uk-drop .close i{
  position: relative;
  top: -2px;
}

.popover-modal-outer{
  text-align: center;
}
.popover-modal-outer>div{
  text-align: left;
}


.popover-modal-items .uk-drop .close svg{
  width: 25px;
  height: 25px;
  position: relative;
  top: -1px;
}
.popover-modal-items .uk-drop .sticky{
  position: sticky;
  top: 0;
  left: 0;
  height: calc(100% - 0px);
  width: calc(100% - 0px);
  float: left;
  margin-right: -100%;
}
.popover-modal-items .el-marker{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  transform: translateX(0px);
  background: #F47920;
  border-radius:0;
  padding: 10px;
  background: #fff;
  background: #00355A;
  color:#F47920;
  color:#00355A;
  color:#fff;
  /*border-radius: 100%;*/
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size:1.4rem;
  font-weight: 600;
}
.popover-modal-items .el-marker:hover{
  text-decoration: none;
  background: #F47920;
}

.popover-modal-items .el-marker>.marker-title{
  order: 2;
}
.popover-modal-items .el-marker>svg{
  order: 1;
  background: #F47920;
  border-radius: 100%;
  margin-right: 5px;
  padding: 2px;
  width:25px;
  height:25px;
}
.popover-modal-items .el-marker:hover>svg{
  background: #00355A;
}
.popover-modal-items .el-marker>svg rect{
  stroke-width: 2px;
  stroke: #fff;
}

@media (max-width: 660px) {
  .popover-modal-items .el-marker>.marker-title{
    font-size: 11px;
  }
  .popover-modal-items .el-marker>svg{
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 1000px) {
  .popover-modal-items .el-marker.buehnenformen{
    top: 3% !important;
    left: 70% !important;
  }
  .popover-modal-items .el-marker{
    padding: 5px 7px;
  }
}
@media (max-width: 520px) {
  .popover-modal-items .el-marker{
    padding: 2px 5px;
  }
  .popover-modal-items .el-marker>.marker-title{
    font-size: 9px;
  }
  .popover-modal-items .el-marker>svg{
    width: 15px;
    height: 15px;
  }
  .popover-modal-items .uk-drop .el-item.uk-card-body{
    padding:20px;
  }
  .popover-modal-items .el-marker.traglasten{
    /*transform: translate(0, -40px);*/
  }
  .popover-modal-items .el-marker.gelaender{
    /*transform: translate(0, -20px);*/
  }
  .popover-modal-items .el-marker.traversen{
    top: 27%;
    left: 18%;
  }
  .popover-modal-items .el-marker.boeden{
    /*transform: translate(0, -20px);*/
    top: 16% !important;
    left: 63% !important;
  }
  .popover-modal-items .el-marker.extras_und_optionales_zubehoer{
    /*transform: translate(0, 20px);*/
    top: 29% !important;
    left: 42% !important;
  }
  .popover-modal-items .el-marker.buehnenformen{
    top: 3% !important;
    left: 70% !important;
  }
}

.wv-center-second-col .uk-grid>div:nth-child(2){
  display: flex;
  align-items: center;
}

html.drop-active{
  overflow: hidden;
}

@media (max-width: 520px) {
  .popover-modal-items .uk-drop.uk-open .el-item{
    top: 40px;
        bottom: 40px;
        transform: none;
  }
  .popover-modal-items .uk-drop .close{
    position: fixed;
    right: 5px;
    top: 5px;
    padding: 3px 5px;
    height: 35px;
    width: 35px;
  }
  .popover-modal-items .uk-drop .close i{
    position: relative;
    top: -1px;
  }

  html .popover-modal-items .uk-drop .sticky{
    height: 0;
    z-index: 1;
  }
  html .popover-modal-items .uk-drop .close{
    right: 5px;
    top: 20px;
  }
  html .popover-modal-items .uk-drop.uk-open .el-item .el-title{
    margin-top: 15px!important;
  }
}

/**********************/

.icon-grid .el-item{
  padding-top:40px;
  padding-bottom: 40px;
}
.icon-grid .el-item svg{
  color:#fff;
}

.logo-grid .el-item img{
  padding-left:8%;
}
.logo-grid .el-item img:hover{
  filter: invert(10.0943%) sepia(34.4448%) saturate(317.554%) hue-rotate(176.8196deg) brightness(210.7181%) contrast(93.6774%);
  /* optional: performance hint */
  will-change: filter;
}

blockquote .quote {
  position: relative;
  display: inline-block;
  font-style: italic;
  font-size: 1.8rem;
  padding: 1rem 2rem; /* Platz für die Quotes */
  line-height: 1.5;
  color: #00355A; /* Textfarbe */
}

/* Gemeinsame Basis für die SVG-Quote-Icons */
blockquote .quote .on,
.single-person-panel .quote .on,
blockquote .quote .off,
.single-person-panel .quote .off {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Öffnendes Anführungszeichen */
.single-person-panel .quote .on,
blockquote .quote .on {
  margin-right: 0.4rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F47920'><path d='M9 3H3v6h3v6h3V3zm12 0h-6v6h3v6h3V3z'/></svg>");
  position: relative;
  top: 20px;
}

/* Schließendes Anführungszeichen */
.single-person-panel .quote .off,
blockquote .quote .off {
  margin-left: 0.4rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F47920'><path d='M15 21h6v-6h-3V9h-3v12zM3 21h6v-6H6V9H3v12z'/></svg>");
  position: relative;
  top: -20px;
}
blockquote .el-author {
  font-size: 1.2em;
}

.uk-section-primary blockquote,
.uk-section-primary blockquote .quote{
  color: #fff;
}

.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary{
  color:#fff;
  background-color:#00355A;
}
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover{
  color:#00355A;
  background-color:#fff;
}

.uk-navbar-dropdown-large{
  background: #fff;
}


.circle-grid .el-item picture{
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  padding: 13%;
  background: #efefef;
  margin: 0 10%;
}
.uk-section-muted .circle-grid .el-item picture{
  background: #fff;
}

.circle-grid .el-item img[alt="Regalprüfung"]{
  position: relative;
      left: 13%;
}
@media(max-width: 639px){
  .circle-grid .el-item{
    margin-top: 40px;
  }
  .circle-grid>div>div:first-child .el-item{
    margin-top: 0px;
  }
  .circle-grid .el-item .el-title{
    margin-top: 5px;
  }
  .circle-grid .el-item .el-meta{
    margin-top: 0px !important;
  }
  .circle-grid .el-item picture {
    width: 30%;
  }
  
  .two-icons-grid .el-item{
    margin-top: 40px;
  }
  .two-icons-grid>div>div:first-child .el-item{
    margin-top: 0px;
  }
  .two-icons-grid .el-item .el-title{
    margin-top: 5px;
  }
  .two-icons-grid .el-item .el-meta{
    margin-top: 0px !important;
  }
  .two-icons-grid .el-item .el-content{
    margin-top: 0px !important;
  }
}



/****** Personio ***********/

.personio-container .message{
  width: 500px;
  max-width: 100%;
  background: #efefef;
  text-align: center;
  margin:0 auto;
  padding: 20px;
  box-sizing: border-box;
  color:#000;
}
.personio-container .message a{
  color:#000;
}
.personio-container .message a:hover{
  color:#000;
}
.personio-container .uk-button{
  display: block;
  margin-top: 20px;
}
.personio-text{
  padding-bottom: 195px;
  display: none;
}

@media (max-width: 527px) {
  .personio-text{
    padding-bottom: 125px;
    padding-top: 40px;
  }
}
.personio-pre-header{
  text-align: center;
  background-color: #00355a;
  color: #fff;
  padding: 20px;
  margin-bottom: 60px;
}
.personio-pre-header h1{
  color: #fff;
}
.personio-pre-header .uk-h1{
  margin-bottom:0;
}
.personio-container iframe:not(.active){
  height:0;
}

.personio-section.mobile{
  display: none;
}

@media (max-width: 959px) {
  body.page-id-66 .personio-section:not(.mobile),
  body.page-id-66 .personio-section:not(.mobile){
    display: none;
  }
  body.page-id-66 .personio-section.mobile,
  body.page-id-66 .personio-section.mobile{
    display: block;
  }
  body.page-id-66 .personio-text,
  body.page-id-66 .personio-text{
    display: block;
  }
}
@media (max-width: 520px) {
  span.only-play{
    display: none;
  }
}
@media (max-width: 360px) {
  .video-gallery .uk-child-width-1-2 .el-link{
    padding-left:5px;
    padding-right:5px;
  }
}

.personio-section.move-up .personio-container iframe{
  /*margin-top: -270px;*/
}
.section-above-personio{
    padding-bottom: 225px;
}


@media (max-width: 1121px) {
  .personio-section.move-up .personio-container iframe{
    /*margin-top: -234px;*/
  }
  .section-above-personio{
      padding-bottom: 200px;
  }
}
@media (max-width: 1121px) {
  .personio-section.move-up .personio-container iframe{
    /*margin-top: -204px;*/
  }
  .section-above-personio{
      padding-bottom: 200px;
  }
}
@media (max-width: 1121px) {
  .personio-section.move-up .personio-container iframe{
    /*margin-top: -174px;*/
  }
  .section-above-personio{
      padding-bottom: 170px;
  }
}
@media (max-width: 959px) {
  body.page-id-6799 .section-above-personio,
  body.page-id-5609 .section-above-personio{
      padding-bottom: 40px;
  }
}

body:not(.cb-acc-pref) .section-above-personio{
    padding-bottom: 40px !important;
}

/****** Personio ***********/

.uk-accordion:not(.popover-accordion) .uk-accordion-title{
    font-weight: 600;
}

.uk-accordion:not(.popover-accordion) .uk-accordion-title::before{
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 482 658' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M481.847,329.008l-414.796,-329.008l-67.051,90.554l310.939,238.454l-310.939,238.246l67.014,90.583l414.833,-328.829Z' style='fill:%23f47920;'/%3E%3C/svg%3E");
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s;
  width: 1.2em;
  height: 1.2em;
}
.uk-accordion:not(.popover-accordion) .uk-open>.uk-accordion-title::before{
  transform: rotate(90deg);
  transition: transform 0.3s ease 0s;
}


.uk-section-primary:not(.uk-preserve-color) .uk-accordion:not(.popover-accordion) .uk-accordion-title::before{
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 482 658' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M481.847,329.008l-414.796,-329.008l-67.051,90.554l310.939,238.454l-310.939,238.246l67.014,90.583l414.833,-328.829Z' style='fill:%23f47920;'/%3E%3C/svg%3E");
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s;
  width: 1.2em;
  height: 1.2em;
}
.uk-section-primary:not(.uk-preserve-color) .uk-accordion:not(.popover-accordion) .uk-open>.uk-accordion-title::before{
  transform: rotate(90deg);
  transition: transform 0.3s ease 0s;
}


.grid-five-steps{
  counter-reset: five-steps;
}
.grid-five-steps .el-meta{
  text-align: center;
  border-radius: 100%;
  background: #fff;
  width: 80%;
  height:0;
  overflow: hidden;
  padding-bottom: 80%;
  pointer-events: none;
  color:#fff;
  position: relative;
  margin: 0 auto;
}
.grid-five-steps>div>div{
  counter-increment: five-steps;
}
.grid-five-steps .el-meta::after{
  font-weight: 800;
  font-size: 5rem;
  content: counter(five-steps);
  color: #F47920;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-five-steps{
  text-align: center;
}
.grid-five-steps.checklist ul{
  text-align: left;
}
@media(max-width: 639px){
  .grid-five-steps{
    text-align: center;
  }
  .grid-five-steps .el-meta{
    width: 120px;
    height: 120px;
    padding-bottom: 0;
    margin: 0 auto;
  }

  .grid-five-steps.checklist ul li::before{
    position: inherit;
    margin-right: 10px;
  }
  .grid-five-steps.checklist ul{
    width: 223px;
    text-align: left;
    margin: 0 auto;
  }
}

/****** Contact******/
.section--contact input[type="text"],
.section--contact input[type="number"],
.section--contact input[type="password"],
.section--contact input[type="email"],
.section--contact textarea {
  width: 100%;
  border: 0;
  background: #efefef;
  line-height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
}

.section--contact textarea {
  height: 200px;
}

.section--contact input[type="submit"] {
  width: 100%;
  border: 0;
  background: #F47920;
  line-height: 40px;
  color: #fff;
}



.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-top: 20px;
}

.wpcf7-acceptance .wpcf7-list-item input {
  width: 20px;
  height: 20px;
  margin-left: 0px;
  position: relative;
  top: 3px;
}


.wpcf7 select{
  background: #efefef;;
}
.wpcf7 .additional-container{
  display: none;
  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.8);
  
  justify-content: center;
  align-items: center;
  z-index: 100000;
  
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
}
.wpcf7 .additional-container.active{
  display: flex;
}
.wpcf7 .additional-container .inner-container{
  position: relative;
  max-width: 100%;
      max-height: 100vh;
}
.wpcf7 .additional-container .inner{
  background: #fff;
  padding: 40px;
  position: relative;
  padding-bottom: 80px;
  
  width: 1200px;
  max-height: calc(100vh - 175px);
  overflow: auto;
  box-sizing: border-box;
  max-width: 100%;
}

.wpcf7 .additionals-footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
}

@media (max-width: 959px) {
  .wpcf7 .additional-container .inner{
    max-height: 100vh;
  }
  .wpcf7 .additionals-footer{
    position: fixed;
    bottom:0;
    left:0;
    right:0;
  }
}

.wpcf7 .additionals-footer .accept, .wpcf7 .additionals-footer .cancel{
      width: 50%;
      border-radius: 0;
      border:0;
      box-sizing: border-box;
      float: left;
}
.wpcf7 .additionals-footer .accept svg, .wpcf7 .additionals-footer .cancel svg{
      position: relative;
      top: -2px;
}
.wpcf7 .additionals-footer .uk-button.accept{
      background-color: #4caf50;
}

.wpcf7 .additional-container .add-wall{
  margin-bottom: 20px;
}
.wpcf7 .additional-container input[type="checkbox"]{
  width: 16px;
  padding:0;
  background-position: 50%;
  margin-right: 5px;
}
.wpcf7 .additional-container .wall-lenghts-container{
  margin-bottom: 20px;
}
.wpcf7 .additional-container .wall-lenghts-container input{
  width: calc(100% - 40px);
}
.wpcf7 .additional-container .wall-lenghts-container i{
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.wpcf7 .accessories input.hidden{
  display: none;
}
.wpcf7 .accessories{
  margin-top: 20px;
}
.wpcf7 textarea[name="extra-information"]{
  line-height: 20px;
    padding: 20px;
}
.wpcf7 textarea.hidden{
  display: none;
}
.wpcf7 .extra-information{
  display: none;
}
.wpcf7 .extra-information-display table{
  background: #efefef;
  padding: 20px;
  border-collapse: collapse;
  border-color: #414445;
}
.wpcf7 .extra-information-display table tr{

}
.wpcf7 .extra-information-display table td{
  padding: 5px 10px;
}
.wpcf7 .extra-information-display table td:nth-child(1){
  font-weight: bold;
}

.additional-container input.hidden{
  display: none;
}

html.cf-additional .wv-floating-buttons-advanced{
  /*display: none;*/
  z-index: 9999;
}


html.cf-additional{
  overflow: hidden;
}

/****** -Contact- ******/

/*
.person-slider .uk-slide-active .uk-position-center.uk-transition-fade,
.person-slider .uk-slide-active .uk-overlay-default{
  opacity: 0;
}

.person-slider .uk-slide-active + * .uk-position-center.uk-transition-fade,
.person-slider .uk-slide-active + * .uk-overlay-default {
  opacity: 1;
}
.person-slider .uk-slide-active + * .uk-overlay-default {
  opacity: 1;
  background: #00355a99;
}
*/

.person-slider .uk-slide-active:not(:hover) .uk-position-center.uk-transition-fade,
.person-slider .uk-slide-active:not(:hover) .uk-position-bottom.uk-transition-fade,
.person-slider .uk-slide-active:not(:hover) .uk-overlay-default{
  opacity: 0;
}
.person-slider.is-slider .wv-active .uk-position-center.uk-transition-fade,
.person-slider.is-slider .wv-active .uk-position-bottom.uk-transition-fade,
.person-slider.is-slider .wv-active .uk-overlay-default{
  opacity: 1;
}
.person-slider .el-item:hover .uk-overlay-default,
.person-slider.is-slider .wv-active .uk-overlay-default {
  opacity: 1;
  background: #00355a99;
  color:#fff;
}
.person-slider .el-title,
.person-slider .el-meta,
.person-slider .phone a,
.person-slider .email a,
.person-slider .el-content{
  color:#fff;
}
.person-slider .el-content{
  display: none;
}


.section-downloads .el-content{
  justify-content: flex-start;
}

.uk-modal-dialog{
  background: #00355a;
  color: #fff;
  /*border: 2px solid #f47920;*/
}
.uk-modal-dialog .uk-h1,
.uk-modal-dialog .uk-h4,
.uk-modal-dialog .meta,
.uk-modal-dialog .title{
  color: #fff;
}
.uk-modal-dialog{
  background: #00355a;
  color: #fff;
  /*border: 2px solid #f47920;*/
}
.uk-modal-dialog .uk-close{
  color:  #f47920;
}
.uk-modal-dialog .uk-close line{
  stroke-width: 2;
}

.uk-offcanvas-bar .uk-nav-default li a{
  text-transform: none;
  letter-spacing: 0;
  color:#fff;
}
.uk-offcanvas-bar .uk-nav-default>li>a{
  font-size: 18px;
}
.uk-offcanvas-bar .uk-nav-default>li>ul>li>a{
  font-size: 16px;
}
.uk-offcanvas-bar .uk-nav-default>li>ul>li>a{
  font-size: 16px;
  color:#ffffffad !important
}
.uk-offcanvas-bar .uk-nav-default li.uk-active>a{
  font-size: 16px;
  color:#f47920 !important
}

.section--contact.partner{
  border-bottom: 20px solid #efefef;
}

@media (max-width: 1400px) {
    .uk-navbar-nav {
        gap: 20px;
    }
}
@media (max-width: 1300px) {
    .uk-navbar-nav {
        gap:20px;
    }
    .uk-navbar-nav>li>a {
        font-size: 18px;
    }
}


.uk-section.background-border{
  position: relative;
}
.uk-section.background-border::before{
  content: '';
  background-image: url('../img/bg-left.png');
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  width: 350px;
  background-size: cover;
  background-position: top left;
}
.uk-section.background-border::after{
  content: '';
  background-image: url('../img/bg-right.png');
  position: absolute;
  right:0;
  top:0;
  bottom:0;
  width: 350px;
  background-size: cover;
  background-position: top right;
}

.single-person-panel>div.uk-grid>div:nth-child(1){
  position: relative;
}
.single-person-panel .inner{
  background: #efefef;
  padding: 20px;
  padding-left: 110px;
  margin-left: -130px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.single-person-panel .inner .quote{
  position: relative;
  display: inline-block;
  font-style: italic;
  font-size: 1.8rem;
  padding: 1rem 2rem; /* Platz für die Quotes */
  line-height: 1.5;
  color: #00355A; /* Textfarbe */
  font-weight: 800;
}
.single-person-panel .inner .title{
    font-size: 1.8rem;
    font-weight: 800;
}
.single-person-panel .inner .quote p{
    display: inline;
}

.fachhandel-col .uk-h3{
  font-size: 2.8rem;
}
.fachhandel-col .uk-text-lead{
  color: #fff !important;
}
.agb-panel .el-title{
  margin-bottom: 0px;
}
.agb-panel .el-meta{
  margin-top: 0px !important;
}
.agb-panel .el-meta{
  margin-bottom: 20px;
}
.agb-panel .uk-button i.uk-icon{
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.section-privacy .uk-h3{
  margin-top: 40px;
}


.icon-section .el-meta{
  font-size: 20px;
  margin-top: 0px;
  display: block;
  font-weight: bold;
}



.uk-slider{
  padding-left: 20px;
  padding-right: 20px;
}
.uk-slider .uk-slidenav-previous{
  position: relative;
  left: -55px;
}

.uk-slider .uk-slidenav-next{
  position: relative;
  right: -55px;
}

#tm-dialog-mobile .widget_search{
  margin-top: 40px;
}
#tm-dialog-mobile .uk-search-input{
  background: #fff;
  color: #000;
  padding-left: 40px;
}

#tm-dialog-mobile .uk-search-input::placeholder {
  color: #00355A;
}
#tm-dialog-mobile .uk-search-icon{
  color: #000;
  width: 40px;
}

.person-grid.hover-overlay>div{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  
  opacity: 1;
  background: #00355a99;
  color: #fff;
  
  display: flex;
  justify-content: center;
  align-items: end;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
}
.person-grid.hover-overlay:hover>div{
  opacity: 1;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
}

.fachhandel-image-col{
  min-height: 300px;
}

@media(max-width: 1275px){
  .fachhandel-col .uk-h3{
    font-size: 2.4rem;
  }
}
@media(max-width: 1010px){
  .fachhandel-col .uk-h3{
    font-size: 2rem;
  }
}
@media(max-width: 1115px){
  .uk-navbar-nav{
    gap: 15px;
  }
}
@media(max-width: 1090px){
  .uk-logo{
    width: 120px;
  }
  .uk-navbar-container>.uk-container{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width: 959px){
  .home-slideshow .el-item .el-title.uk-heading-large{
    font-size: 4rem;
    line-height: 1.4;
  }
  /*
  .home-slideshow,
  .home-slideshow>div,
  .home-slideshow>div>div,
  .home-slideshow>div>div>div{
    height: 500px !important;
    min-height: 500px !important;
  }
  */
  .subpage-header,
  .subpage-header>div{
    height: 300px !important;
    min-height: 300px !important;
  }
  .three-grid .uk-container>div>div:nth-child(1){
    min-height: 300px;
  }
  .three-grid .uk-container>div>div:nth-child(2){
    margin-top:0;
  }
  .uk-logo{
    width: 180px;
  }
  .two-col-checklist>div:nth-child(2){
    margin-top: 0;
  }
  .icon-section .el-title{
    font-size: 1.2rem;
  }
  .icon-section .el-meta{
    font-size: 1rem;
  }

}

@media(max-width: 767px){
  .home-slideshow .el-item .el-title.uk-heading-large{
    font-size: 3rem;
  }
  .home-slideshow .el-item .uk-button{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
}
@media(max-width: 520px){
  .home-slideshow .el-item .el-title.uk-heading-large{
    font-size: 2rem;
  }
}
@media(max-width: 639px){
  .footer{
    text-align: center;
  }
  .footer .uk-nav a{
    justify-content: center;
  }
  .footer .uk-subnav{
    justify-content: center;
  }
  .footer .uk-list .el-item div.uk-width-auto{
    display: none;
  }
  .icon-section .el-title{
    font-size: 1rem;
  }
  .icon-section .el-meta{
    font-size: 0.8rem;
  }
  .download-icon-grid .el-title{
    font-size: 1rem;
  }
  
  .section-downloads>div.uk-container>div{
    background: #fff;
    margin-bottom: -20px;
    border: 1px solid #000000;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 20px;
  }
  .section-downloads span[uk-icon="file-pdf"]{
    width: 20px;
    flex: 0 0 20px;
  }
  .section-downloads span[uk-icon="file-pdf"] svg{
    width: 20px;
  }
}


@media (max-width: 1400px) {
  .uk-section.background-border::before{
    display:none;
  }
  .uk-section.background-border::after{
    display:none;
  }
}

@media(max-height: 800px){
  .home-slideshow .el-item .el-title.uk-heading-large{
    font-size: 4rem;
    line-height: 1.2;
  }
}

@media(max-height: 770px){
  .home-slideshow .el-item .el-title.uk-heading-large{
    font-size: 3rem;
    line-height: 1.2;
  }
}


@media(max-width: 767px) and (max-height: 800px){
  .home-slideshow .el-item .el-title.uk-heading-large{
    font-size: 3rem;
  }
}
@media(max-width: 520px) and (max-height: 770px){
  .home-slideshow .el-item .el-title.uk-heading-large{
    font-size: 2rem;
  }
}

.uk-modal-dialog video{
  max-height: 80vh;
}