/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('vhs-assets-css-702abf1c23435b807cc04567bd55ad42.png') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# Theme Two - arrows
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.owl-theme-two .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
/*.owl-theme-two .owl-nav [class*='owl-'] {*/
/*color: #FFF;*/
/*font-size: 14px;*/
/*margin: 5px;*/
/*padding: 4px 7px;*/
/*background: #D6D6D6;*/
/*display: inline-block;*/
/*cursor: pointer;*/
/*border-radius: 3px; }*/
.owl-theme-two .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }
.owl-theme-two .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme-two .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme-two .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme-two .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.owl-theme-two .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.owl-theme-two .owl-dots .owl-dot.active span, .owl-theme-two .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-theme-two .owl-prev-min,
.owl-theme-two .owl-next-min {
  /*display: none;*/
  font-size: 0;
}
.owl-theme-two .owl-prev-min:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  content: "\f104";
  width: 25px;
  height: auto;
  position: absolute;
  top: 40%;
  left: 0;
  margin-left: -30px;
  display: block !IMPORTANT;
  border: 0 solid black;
  cursor: pointer;
}

.owl-theme-two .owl-next-min:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  content: "\f105";
  width: 25px;
  height: auto;
  position: absolute;
  top: 40%;
  right: -30px;
  display: block !IMPORTANT;
  border: 0 solid black;
  cursor: pointer;
}


/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# Theme Three - numbers instead of dots
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.owl-theme-three .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme-three .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }
.owl-theme-three .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }
.owl-theme-three .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme-three .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme-three .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme-three .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.owl-theme-three .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.owl-theme-three .owl-dots .owl-dot.active span, .owl-theme-three .owl-dots .owl-dot:hover span {
  background: #869791; }
.owl-theme-three .owl-dots {
  counter-reset: dots;
}
.owl-theme-three .owl-dots .owl-dot span {
  display: none;
}
.owl-theme-three .owl-dot:before {
  counter-increment:dots;
  content: counter(dots);
  display: inline-block;
  padding: 5px 10px;
}



/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# Theme Four  - x of y instead of dots
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.owl-theme-four {
  margin-bottom: 100px;
}
.owl-theme-four .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
/*.owl-theme-four .owl-nav [class*='owl-'] {*/
/*color: #FFF;*/
/*font-size: 14px;*/
/*margin: 5px;*/
/*padding: 4px 7px;*/
/*background: #D6D6D6;*/
/*display: inline-block;*/
/*cursor: pointer;*/
/*border-radius: 3px; }*/
.owl-theme-four .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }
.owl-theme-four .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme-four .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }


.owl-theme-four .owl-prev-min,
.owl-theme-four .owl-next-min {
  /*display: none;*/
  font-size: 0;
}
.owl-theme-four .owl-prev-min:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  content: "\f177";
  width: 25px;
  height: auto;
  position: absolute;
  bottom: -60px;
  left: 30%;
  margin-left: -30px;
  display: block !IMPORTANT;
  border: 0 solid black;
  cursor: pointer;
}

.owl-theme-four .owl-next-min:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  content: "\f178";
  width: 25px;
  height: auto;
  position: absolute;
  bottom: -60px;
  right: 30%;
  display: block !IMPORTANT;
  border: 0 solid black;
  cursor: pointer;
}


.owl-theme-four .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  top: 100%;
  left: 48%;
  margin-top: 15px;
}
.owl-theme-four .owl-dots:after {
  content: counter(slides-num);
  /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  padding-left: 15px;
}

.owl-theme-four .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  margin-right: 5px;
}
.owl-theme-four .owl-dot span {
  display: none;
}
.owl-theme-four .owl-dot.active:before {
  content: counter(slides-num) " /" !important;
  /* Use the same counter to get current item. */;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

/* # ~~~~~ thumbs ~~~~~ # */
.owl-outer-wrapper {
  position: relative;
  /*height: 100%;*/
}

/*.owl-thumbs-theme-one.owl-thumbs {*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*text-align: center;*/
/*padding: 5%;*/
/*z-index: 9;*/
/*}*/

.owl-thumbs-theme-one.owl-thumbs {
  width: 100%;
  /*height: 100%;*/
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: auto;

}

/*.owl-thumbs-theme-one .owl-thumb-item {*/
/*display: table-cell;*/
/*border: none;*/
/*background: none;*/
/*padding: 0;*/
/*opacity: .4;*/
/*z-index: 3*/
/*}*/
.owl-thumbs-theme-one .owl-thumb-item {
  border: none;
  background: none;
  padding: 0;
  opacity: .4;
  z-index: 3;
  cursor: pointer;
}
.owl-thumbs-theme-one .owl-thumb-item img {
  width: 150px;
  max-width: 150px;
  height: auto;
}

.owl-thumbs-theme-one .owl-thumb-item.active {
  opacity: 1;
}


/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# Theme Five - arrows inside the pic
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
#owl-min-hero2355 {
  z-index: 13 !important;
}
.owl-theme-five .owl-nav {
  /*margin-top: 10px;*/
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme-five .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }
.owl-theme-five .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme-five .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme-five .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme-five .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.owl-theme-five .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.owl-theme-five .owl-dots .owl-dot.active span, .owl-theme-five .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-theme-five .owl-prev-min,
.owl-theme-five .owl-next-min {
  /*display: none;*/
  font-size: 0;
}
.owl-theme-five .owl-prev-min:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 140px;
  content: "\f104";
  width: 25px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 30px;
  display: block !IMPORTANT;
  border: 0 solid black;
  cursor: pointer;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-theme-five .owl-prev-min:hover:before {
  color: #666;
}
.owl-theme-five .owl-next-min:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 140px;
  content: "\f105";
  width: 25px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-right: 30px;
  display: block !IMPORTANT;
  border: 0 solid black;
  cursor: pointer;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-theme-five .owl-next-min:hover:before {
  color: #666;
}


/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# Theme six - arrows
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.owl-theme-six .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
/*.owl-theme-six .owl-nav [class*='owl-'] {*/
/*color: #FFF;*/
/*font-size: 14px;*/
/*margin: 5px;*/
/*padding: 4px 7px;*/
/*background: #D6D6D6;*/
/*display: inline-block;*/
/*cursor: pointer;*/
/*border-radius: 3px; }*/
.owl-theme-six .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }
.owl-theme-six .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme-six .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme-six .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme-six .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.owl-theme-six .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.owl-theme-six .owl-dots .owl-dot.active span, .owl-theme-six .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-theme-six .owl-prev-min,
.owl-theme-six .owl-next-min {
  /*display: none;*/
  font-size: 0;
}
.owl-theme-six .owl-prev-min:before,
.owl-theme-six .owl-next-min:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  width: 25px;
  height: auto;
  position: absolute;
  color: #fff;
  left: -100px;
  margin-left: -30px;
  display: block !IMPORTANT;
  border: 0 solid #fff;
  cursor: pointer;
}
.owl-theme-six .owl-prev-min:before {
  top: 10%;
  content: "\f104";
}
.owl-theme-six .owl-next-min:before {
  content: "\f105";
  top: 30%;
}
/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# Theme seven - hero background images - lines instead of dots
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.owl-theme-seven-hero .owl-stage-outer {

}

.owl-theme-seven-hero .owl-nav {
  display: none; }


.owl-theme-seven-hero .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme-seven-hero .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.owl-theme-seven-hero .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.owl-theme-seven-hero .owl-dots .owl-dot.active span, .owl-theme-seven-hero .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-theme-seven-hero .owl-dots {
  position: absolute;
  bottom: 5em;
  /*width: 100%;*/
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}
/* # ~~~~~ lines instead of dots ~~~~~ # */
.owl-dots-lines .owl-dots .owl-dot span {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 130px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -9999px;
  cursor: pointer;
  background: none;
  background-color: rgba(255,255,255,.5);
}
.owl-dots-lines .owl-dots .owl-dot.active span {
  background-color: rgba(255,255,255,1);
}

/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# Foundaton Accordion Themes
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
:root {
    /*accordion preset:*/
    --acc-border-closed: #E7E6EB;
    --acc-border-active: #E5CFD2;
    --acc-border-bottom: #E7E6EB;
    --acc-item: #f9f9f9;
    --acc-item-active: #F7F0F1;
    /*accordion projekt:*/
    --acc-project-item-bg: #333;
    --acc-project-item-bg-active: #f1f1f1;
    --acc-project-item-bg-hover: #f9f9f9;
    --acc-project-title-link-color: #fff;
    --acc-project-title-link-active-color: #333;
    --acc-project-title-border: #fff;
    --acc-project-title-padding: 20px 10px 20px 1rem;
    --acc-project-title-fontsize: 14px;
    --acc-project-title-fontweight: 700;
    /*accordion preset:*/
    --acc-asphalt-item-bg: #34495E;
    --acc-asphalt-item-bg-active: #f1f1f1;
    --acc-asphalt-item-bg-hover: #f9f9f9;
    --acc-asphalt-title-link-color: #fff;
    --acc-asphalt-title-border: #fff;
    --acc-asphalt-title-padding: 20px 10px 20px 1rem;
    --acc-asphalt-title-fontsize: 14px;
    --acc-asphalt-title-fontweight: 700;
}
/*global overrides:*/
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
    border-bottom: inherit;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: inherit;
}
/*.no-first-header:first-child > .header-default {*/
.no-first-header > .header-default,
.no-first-header > section > .header-default,
.no-first-header > .frame > .header-default,
.no-first-header > section > .frame > .header-default,
.no-first-header > .accordion-content-inner > .header-default,
.no-first-header > .accordion-content-inner > section > .header-default,
.no-first-header > .accordion-content-inner > .ce-textpic > .ce-bodytext > .header-default,
.no-first-header > .accordion-content-inner > .frame > .header-default,
.no-first-header > .accordion-content-inner > section > .frame > .header-default,
.no-first-header .accordion-content-inner > .header-default,
.no-first-header .accordion-content-inner > section > .header-default,
.no-first-header .accordion-content-inner > .ce-textpic > .ce-bodytext > .header-default,
.no-first-header .accordion-content-inner > .frame > .header-default,
.no-first-header .accordion-content-inner > section > .frame > .header-default {
    display: none;
}
.theme-default .accordion-title::before {
    top: 40%
}

/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# some defaults for all
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.nobg .accordion .accordion-item,
.nobg .accordion,
.nobg .accordion .accordion-content,
.nobg .accordion .accordion-title {
    background: none !important;
}
.noborder .accordion .accordion-item,
.noborder .accordion,
.noborder .accordion .accordion-content,
.noborder .accordion .accordion-title {
    border: inherit !important;
}

