/*@import url("uikit-base.css");
@import url("mmenu.css");
@import url("font-awesome.min.css");*/
/* oswald-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald-v53-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-caption-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Sans Caption";
  font-style: normal;
  font-weight: 400;
  src:
    url("../fonts/pt-sans-caption-v20-latin_latin-ext-regular.woff2") format("woff2"), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url("../fonts/pt-sans-caption-v20-latin_latin-ext-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* pt-sans-caption-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Sans Caption";
  font-style: normal;
  font-weight: 700;
  src:
    url("../fonts/pt-sans-caption-v20-latin_latin-ext-700.woff2") format("woff2"), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url("../fonts/pt-sans-caption-v20-latin_latin-ext-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* rubik-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src:
    url("../fonts/rubik-v31-latin_latin-ext-regular.woff2") format("woff2"), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url("../fonts/rubik-v31-latin_latin-ext-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* rubik-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src:
    url("../fonts/rubik-v31-latin_latin-ext-500.woff2") format("woff2"), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url("../fonts/rubik-v31-latin_latin-ext-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* rubik-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src:
    url("../fonts/rubik-v31-latin_latin-ext-700.woff2") format("woff2"), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url("../fonts/rubik-v31-latin_latin-ext-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
:root {
  --orange: #e2a600;
  --grau: #9b958a;
  --graublau: #edf0f3;
  --schwarz: #1a171b;
  --fontHeadline: "PT Sans Caption", Helvetica, Arial, SansSerif, "sans-serif";
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  /*-webkit-appearance: none;
-moz-appearance: none;*/
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 20px;
}
body {
  height: 100%;
  font-family: "Rubik", Helvetica, Arial, SansSerif, "sans-serif";
  color: var(--schwarz);
}
::-moz-selection {
  background: var(--orange);
  color: var(--schwarz);
}
::selection {
  background: var(--orange);
  color: var(--schwarz);
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  /*width: 100%;
table-layout:fixed;*/
}
figure.image {
  display: inline-block;
  border: 1px solid gray;
  margin: 0 2px 0 1px;
  background: #f5f2f0;
}
figure.align-left {
  float: left;
}
figure.align-right {
  float: right;
}
figure.image img {
  margin: 8px 8px 0 8px;
}
figure.image figcaption {
  margin: 6px 8px 6px 8px;
  text-align: center;
}
.noIcon span.uk-icon {
  display: none;
}
/*=================================
            Navigation & Header
=================================*/
#navi {}
#navi ul {}
#navi ul li {
  list-style: none;
}
#navi ul li a {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-left: 2rem;
  display: block;
  position: relative;
}
#navi ul li:hover > a {
  color: var(--orange);
}
.subLine {
  font-family: var(--fontHeadline);
  font-size: 1.75rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  opacity: 0.8;
}
#header.uk-active {
  background-color: var(--grau);
}
#header.uk-active .logo img {
  width: 110px;
}
.uk-dropdown {
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  --uk-inverse: dark;
  width: auto;
  min-width: 200px;
  padding: 25px;
  background: var(--orange);
  color: #ffffff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
#navi ul li ul li a {
  color: #ffffff;
  font-weight: normal;
  margin-left: 0;
}
#navi ul li ul li a:hover {
  color: #000000;
}
/*=================================
            Formatierung
=================================*/
h1, h2, h3 {
  font-family: var(--fontHeadline);
  font-weight: bold;
  line-height: 1.2;
}
h1, h2 {
  font-size: 1.7rem;
}
h2 {}
h3 {
  font-size: 1.35rem;
}
h4 {
  font-size: 1.35rem;
  font-weight: 500;
}
h5 {}
p {
  line-height: 1.4;
}
* + h2 {
  margin-top: 1.2em;
}
* + h3 {
  margin-top: 1.2em;
}
* + p {
  margin-top: 1.4em;
}
.headLine {
  font-size: 0.9rem;
  font-weight: bold;
  font-family: var(--fontHeadline);
}
.headLine:before {
  content: "";
  background-color: var(--orange);
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border-radius: 14px;
}
section ul {
  margin: 1.4em 0;
}
section li {
  padding-left: 10px;
  margin-left: 20px;
  line-height: 1.4;
  margin-top: 1.4em;
}
/*============================================
           Accordion
============================================*/
.uk-accordion-title::before {
  content: none;
}
.uk-accordion {
  border-bottom: 1px solid var(--schwarz);
}
.uk-accordion-title {
  font-size: 1rem;
  color: var(--schwarz);
  line-height: inherit;
  font-weight: 500;
  border-top: 1px solid var(--schwarz);
  padding: 20px 0;
}
.uk-accordion .gecheckt {
  display: none;
}
.uk-accordion .uk-open .gecheckt {
  display: inline-block;
}
.uk-accordion .check {
  display: inline-block;
}
.uk-accordion .uk-open .check {
  display: none;
}
.uk-accordion-content {
  margin: 0 0 20px 0;
}
.uk-accordion > :nth-child(n + 2) {
  margin-top: 0px;
}
/*=================================
    Sliderbox Vorher/Nachher
=================================*/
.slider-box {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 30px;
  cursor: ew-resize;
  user-select: none;
}
.slider-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.after {
  clip-path: inset(0 50% 0 0);
}
.divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: white;
  transform: translateX(-50%);
  z-index: 3;
}
.handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #333;
}
.label {
  position: absolute;
  top: 20px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  border-radius: 999px;
  font-size: 0.9rem;
  z-index: 5;
}
.label.before {
  left: 20px;
}
.label.after-label {
  right: 20px;
}
/*=================================
            Maps
=================================*/
.mapsStatisch {
  color: var(--orange);
  text-decoration: none;
}
.mapsStatisch .overlayMaps {
  opacity: 0;
  transition: opacity 0.5s;
}
.mapsStatisch:hover .overlayMaps {
  opacity: 1;
  transition: opacity 0.5s;
}
/*=================================
            Timeline
=================================*/
.timelineItem .jahr {
  font-family: var(--fontHeadline);
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.35rem;
  color: var(--orange);
}
.timelineItem::after {
  content: '';
  position: absolute;
  top: 104px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--orange);
  z-index: -1;
}

/*=================================
            Filter / Referenzen
=================================*/
.filterButtons > div {
	display: inline-block;
    margin-bottom: 10px;
}
.filterButtons > div a {
	display: inline-block;
	padding: 10px 15px;
	/* border-right: 1px solid var(--orange); */
	border: 1px solid var(--grau);
	border-radius: 25px;
	margin: 0 5px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
transition: all 0.5s;
}

.filterButtons > div a:hover {
    background-color: var(--graublau);
}

.filterButtons > div.uk-active a {
	background-color: var(--orange);
	color: #fff;
    border-color: var(--orange);
}


/*=================================
            KLASSEN
=================================*/
div.overlay::after {
  content: "";
  background-color: var(--grau);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
.mid {
  width: 88%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}
.midBreit {
  width: 92%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.midSchmal {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.radius30 {
  border-radius: 30px;
  overflow: hidden;
  display: block;
  position: relative;
}
.button {
  line-height: 50px;
  background-color: var(--orange);
  display: inline-block;
  border-radius: 50px;
  padding: 0 40px;
  font-size: 0.9rem;
  position: relative;
  font-weight: 500;
  color: #ffffff;
}
.button:hover {
  background-color: var(--grau);
  color: var(--schwarz) !important;
}
.buttonPlus {
  line-height: 50px;
  background-color: var(--orange);
  display: inline-block;
  border-radius: 50px;
  padding: 0 10px;
  width: 50px;
  font-size: 0.9rem;
  position: relative;
  font-weight: 500;
  color: #ffffff;
}
.buttonPlus:after {
  content: "+";
  position: absolute;
  width: 50px;
  line-height: 1.2em;
  top: 0;
  left: 0;
  font-size: 1.9rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonPlus .btText {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buttonPlus:hover {
  width: 150px;
}
.buttonPlus:hover .btText {
  opacity: 1;
}
.buttonPlus:hover:after {
  opacity: 0;
}
.buttonFaq {
  line-height: 50px;
  background-color: var(--orange);
  display: inline-block;
  border-radius: 50px;
  padding: 0 10px;
  width: 50px;
  height: 50px;
  font-size: 0.9rem;
  position: relative;
  font-weight: 500;
  color: #ffffff;
}
.buttonFaq.check:after {
  content: "+";
  position: absolute;
  width: 50px;
  line-height: 1.2em;
  top: 0;
  left: 0;
  font-size: 1.9rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.buttonFaq.gecheckt:after {
  content: "-";
  position: absolute;
  width: 50px;
  line-height: 1.2em;
  top: 0;
  left: 0;
  font-size: 1.9rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.bgGraublau {
  background-color: var(--graublau);
}
.btKontakt {
  background-color: var(--orange);
  width: 72px;
  height: 72px;
  border-radius: 45px;
    z-index: 100;
}
.btKontakt:hover {
  background-color: var(--grau);
}
.dropKontakt {
  width: auto;
  background-color: var(--orange);
  /* display: inline-block; */
  line-height: 72px;
  padding: 0 50px 0 25px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
 z-index: 99;
  transform: translateX(11px);
}
/*============================================
           UiKit
============================================*/
.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color), .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*="uk-card-media"]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*="uk-card-media"]), .uk-overlay-primary, .uk-offcanvas-bar {
  color: rgba(255, 255, 255, 1);
}
/*=================================
            Responsive
=================================*/
@media (max-width: 480px) {
.logoKopfBild img {
	max-width: 50vw;
}
    
   .logoKopfBild .subLine {
	font-size: 1.2rem;
	
}
    
    .logoKopfBild {
	top: auto;
	bottom: 30px;
	transform: translate(-50% ,0);
}
}

@media (max-width: 640px) {
  .kopfBildStart .uk-slideshow-items, .kopfBild .uk-slideshow-items {
    aspect-ratio: 1 / 1 !important;
  }
}
/*=================================
            Mobile Navi
=================================*/

#mobNavi li {
    list-style: none;
    line-height: 1.6;
    padding: 5px 0;
        border-bottom: 1px solid var(--orange);
}

#mobNavi li li {
    margin-left: 15px;
    border: none;
    font-size: 0.8em;
}

#mobNavi li {
    list-style: none;
    line-height: 1.6;
    padding: 5px 0;
        border-bottom: 1px solid var(--orange);
}

#mobNavi li li {
    margin-left: 15px;
    border: none;
}

.mobSubNavi {
    /*margin-top: 100px*/;
}

.mobSubNavi li {
    list-style: none;
    padding: 5px 0;
}

.mobSubNavi li a {
    font-size: 0.8em;
}




.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.uk-offcanvas-bar {
		background: var(--grau);
}


