body.level-0 {
  background-color: var(--body);
}

body{
  display:flex;
  flex-direction: column;  
}
body > footer { 
  margin-top: auto;
}
.navHead {
  background-color: var(--menu);
}
.navigation__checkbox {
  display: none;
}
.navigation__button {
  position:relative;
  z-index: 2000;
  text-align: center;
  cursor: pointer;
}
.navigation__background {
  height: 100%;
  width: 0rem;
  
  position: fixed;
  top: 0rem;
  left: 0rem;
  /* background-image: radial-gradient(#000000, #000000); */
  background:var(--menu30);
  z-index: 1000;
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}


.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: var(--menu80);
}



.navigation__checkbox:checked ~ .navigation__background {
  /* transform: scale(160);k */
  width:100%;
  height:100%;
}
.navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  width: 100%;
  visibility: visible;
  width: min(50%, 800px);
  padding:12rem 0 4rem 0;
  

}


.siteNav .container .navbar-brand {
  margin-left:auto;
}

.navigation_content {
  height:100%;
  overflow-y:auto;
  overflow-x:hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navigation_content::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.navigation_content::-webkit-scrollbar-thumb {
  background: var(--scrollbar-foreground);
  background: var(--white-10);
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
}
.navigation_content::-webkit-scrollbar-track {
  background: var(--scrollbar-background);
  background: transparent;
}

.navContainer .rootline {
    position:absolute;
    left:12.75rem;
    top:4rem;
    height:3.9rem;
    display:flex;
    align-items: center;
}

.rootlineNav ol {
  list-style:none;
  padding:0;
  margin:0;
  display: flex;
  flex-direction: row;
  gap:0.5em;
  align-items: center;
}

.rootlineNav ol li{
  line-height:1;
  display:flex;
  align-items: center;
  gap:0.5em;
}

.rootlineNav ol li a{
  text-transform: uppercase;
}


.crumbDelimiter {
  line-height:1;
  display: flex;
  align-items: center;
}
.crumbDelimiter svg {
  width:0.8em;
  height:auto;
}


.nav-item {
  margin: 1rem;
  margin: 0rem;
  line-height:1;
}

.nav-item.active:not(.parentLink) > a {
  color:var(--incorporate)!important;
  border-bottom:2px solid currentColor!important;
}

.navigation__list {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  top:0rem;
  left: 0rem;
  transform: none;
  padding:0 16.6666%;
  list-style: none;
  text-align: left;
  margin:0;
}
.navigation__list .nav-link,
.navigation__list .nav-link:link,
.navigation__list .nav-link:visited {
  line-height:1;
  display: inline-block;
  font-size: 5rem;
  padding: 0;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s;
  font-family:var(--menuFont);
}
.navigation__list .nav-link:link span,
.navigation__list .nav-link:visited span {
  margin-right: 1.5rem;
  display: inline-block;
  line-height:1;
}
.navigation__list .nav-link:hover,
.navigation__list .nav-link:active {
  opacity:0.6;
}


.navigation__checkbox:checked ~ .navigation__nav > .navigation__list > .nav-item {
    animation-name: animateIn;
    animation-duration: 350ms;
    animation-delay: calc(var(--animation-order) * 180ms);
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.nav-link .nav-image img,
.nav-link .nav-image svg{
  display:block;
  min-height:inherit;
  width:auto;
}


@keyframes animateIn {
    0% {
        opacity: 0;
        transform: scale(0.8) translateX(20%);
    }

    100% {
        opacity: 1;
    }
}


.navigation__icon {
  position: relative;
  margin-top: 1.725rem;
}
.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 1.75rem;
  height: 3px;
  background-color: var(--black);
  display: inline-block;
  border-radius:2px;
}
.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.navigation__icon::before {
  top: -0.5rem;
}
.navigation__icon::after {
  top: 0.5rem;
}
.navigation__button:hover .navigation__icon::before {
  top: -0.7rem;
}
.navigation__button:hover .navigation__icon::after {
  top: 0.7rem;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}












@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}


.collapse-menu {

}



.nav-item.dropdown > .nav-link {
  grid-area: 1 / 1 / 2 / 2;
}
.nav-item.dropdown > .collapse-toggle {
  width:100%;

}
.nav-item.dropdown > .collapse-menu {
  grid-area: 2 / 1 / 3 / 3;
}

.nav-wrap .nav-link{
  flex-grow:1;
}

.nav-item a.nav-link,
.nav-item button.collapse-toggle {
  background: transparent;
  border:none;
  line-height:1;
  padding:0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-item button.collapse-toggle span {
  display:flex;
  align-items:center;
  height:100%;
  transition: transform .3s ease;
  transform-origin: center;
}
.nav-item button.collapse-toggle[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.subnav-level-1 {
  list-style: none;
  display:flex;
  flex-direction: column;
  gap: 1em;
  margin:0;
  padding:0;
}

.navigation__footer {
  padding:0 16.6666%;
  font-family: var(--defaultFont);
}
.navigation__footer .container {
  padding:0;
}

.navigation__footer .nav-item{
  margin:0;
}

.navigation__footer .nav-text{
}
.navigation__footer .nav-link,
.navigation__footer .nav-link:link,
.navigation__footer .nav-link:visited{
  font-size:1em;
  padding:0em 0;
  text-transform: none;
  color:rgba(255,255,255,0.5);
}
.navigation__footer .nav-link span,
.navigation__footer .nav-link:link span,
.navigation__footer  .nav-link:visited span {
  margin-right:0;
}


.navigation__footer .nav-link:hover,
.navigation__footer .nav-link:active {
  transform: none;
  color: unset;
}





footer {
  background-color: var(--menu);  
  padding:1rem 0;
}

footer .socialNav {
  justify-content: center;
}
footer .navbar-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:2.5rem;
  justify-content: center;
}
footer .navbar-socials .nav-item a.nav-link{
  color:var(--text);
  background-color: var(--white);
  width:2em;
  height:2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999em;
}
footer .navbar-socials .nav-item a.nav-link i{
  font-size:1.25rem;
}



.gm-tooltip p{
  margin-bottom:0.25rem;

}

.mapholder,
.poimap-map {
    width:100%;
    height:50vh;
    min-height:400px;
}

body div[data-service] {
    display: block;
    max-width: 100%;
    min-height: 150px;
    min-width: 300px;
    font-family: inherit;
    position: relative;
    background-color: rgba(32, 51, 81, 0.75);
}
body div[data-service="youtube"] {
  aspect-ratio:16 / 9;
}

body div[data-service].c-h-n .c-bg,
body div[data-service].c-h-n .c-ld {
  opacity:0!important;
  visibility: hidden;
  pointer-events: none;
}
body div[data-service] .c-n-c .c-l-b,
body div[data-service] .c-n-c .c-la-b {
    display: inline-block;
    position: relative;
    padding: 1em;
    vertical-align: middle;
    background: var(--text);
    border: none;
    border-radius: 0;
    font-size: 0.85em;
    padding-left: 2.8em;
    color: var(--white);
    margin: 0 auto;
    font-weight: 300;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.19) 0 4px 12px;
}
body div[data-service] .c-n-c .c-la-b {
  margin-left: 1em;
  padding: 1em;
  background: var(--white);
  color: var(--text);
}
body div[data-service] .c-n-c .c-l-b:hover {
  background: var(--text);
  transform: scale(1.05);
}
body div[data-service] .c-n-c .c-la-b:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.05);
}













.section-type-opener {
  width:100%;
  overflow-x: hidden;
}

.section-content-opener .placer {
  width:75%;   
  /* width:60%;    */
  margin: 0 0 0 auto;
  display:flex;
  flex-direction: row;
  transform: rotate(-3.5deg);
}

.section-content-opener .placer .inside{
  width:66.6666%; 
  /* width:33.3333%;  */
  position:relative;
}

.section-content-opener .placer .outside{
  width:33.3333%;
  /* width:66.666%; */
  position:relative;
}

.section-content-opener .placer .inside .clipboard{
  position:relative;
}

.section-content-opener .placer .inside .logo{
  position:absolute;
  width:55%;
  top:27%;
  left:27.5%;
  overflow:visible;
}

.section-content-opener .placer .inside .logo .company-logo,
.section-content-opener .placer .inside .logo .company-logo svg{
  overflow:visible;
}

.section-content-opener .placer .inside .header{
  position:absolute;  
  bottom:7%;
  right:5%;
  font-family: var(--headlineFont);  
  font-size:3vw;
}



.section-content-opener .placer .outside .subheader{
  position:absolute;
  bottom:7%;
  left:0.25rem;
  font-family: var(--headlineFont);  
  font-weight:bold;
  font-size:3vw;
}





.section-content-aboutus .objects-grid,
.section-content-prologue .objects-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section-content-aboutus .objects-grid > div,
.section-content-prologue .objects-grid > div{
  grid-area: 1 / 1 / 2 / 2;
}


.section-content-aboutus .object,
.section-content-prologue .object {
  position:relative;
  z-index:5;
  pointer-events: none;
}

.section-content-aboutus .object img,
.section-content-prologue .object img{
  width:100%;
  height:auto;
}


.section-content-prologue .object-1 {
  width:20%;
  max-width:600px;
  min-width:200px;
  transform: translateY(-15%) rotate(-25deg);
  margin-left:6%;
}

.section-content-prologue .object-2 {
  width:25%;
  max-width:600px;
  min-width:200px;
  margin-left:auto;
  margin-top:-5%;
}

.section-content-prologue .object-3 {
  width:33.3333%;
  max-width:600px;
  min-width:200px;
  margin-top:auto;
  margin-left:-5%;
  transform: rotate(-10deg);
}

.section-content-prologue .content-placer {
  margin:0 auto;
  width:55%;
  min-width:400px;
  max-width:900px;
  display:grid;
  transform: rotate(-2.5deg);
}

.section-content-prologue .content-placer > div{
  grid-area: 1 / 1 / 2 / 2;
}

.section-content-prologue .content-text {
  font-family: var(--headlineFont);
  font-size:4vw;
  text-align:center;
  position:relative;
  z-index:6;
  margin:auto;
  padding:10%;
}

.section-type-aboutus {
  overflow-x: hidden;
  overflow-y: visible!important;
}

.section-content-aboutus .content-placer {
  margin:0 auto;
  width:55%;
  min-width:450px;
  max-width:900px;
  display:grid;
  /* transform: rotate(-2.5deg); */
}

.section-content-aboutus .content-placer > div{
  grid-area: 1 / 1 / 2 / 2;
}

.section-content-aboutus .object-1 {
  width:38%;
  max-width:700px;
  min-width:300px;
  /* transform: rotate(-25deg); */
  transform:translate(-19%,0);
  margin-top:auto;
  /* margin-bottom:-12%; */
}

.section-content-aboutus .object-2 {
  width:35%;
  max-width:900px;
  min-width:200px;
  margin-left:auto;
  margin-top:50%;
  transform:translate(40%,-50%);
}

.section-content-aboutus .content-frame {
  aspect-ratio:1022 / 1329;
  position:relative;
  z-index:3;
}

.section-content-aboutus .content-placer {
  transform: rotate(3.5deg);
  padding-bottom:12.5%;
}

.section-content-aboutus .content-frame img,
.section-content-aboutus .content-background img {
  width:100%;
  height:auto;
}

.section-content-aboutus .content-background {
  /* height: 91.8%; */
  height:98%;
  padding:3.6% 4.5%;
  overflow:hidden;
}

.section-content-aboutus .content-text {
  /* height: 91.8%; */
  position:relative;
  z-index:6;
  /* height:60%; */
  padding:40% 22% 0 22%;
  overflow:hidden;
}

.section-content-aboutus .content-text {
  font-size:1.2vw;
}

.section-content-aboutus .content-text h1,
.section-content-aboutus .content-text h2,
.section-content-aboutus .content-text h3,
.section-content-aboutus .content-text h4,
.section-content-aboutus .content-text h5{
  font-family: var(--defaultFont);
  font-size:1.5em;
}

.section-type-aboutus + .section-type-packages {
  margin-top:-7.5%!important;
}

.section-content-header{
    text-align:center;
}

.section-content-header h2{
  font-size:6vw;  
  padding: 0 1em;
  background-image: url(../Images/klebestreifen.png);  
  background-size: 100% 100%;
  display:inline-block;
  margin:0 auto;
  font-weight:400;
}
















/**
  LIMIT FONT SIZE ON LARGE SCREENS
  */

@media (min-width: 1601px) {
  .section-content-prologue .content-text {
    font-size: 3.75rem;
  }
  .section-content-opener .placer .inside .header,
  .section-content-opener .placer .outside .subheader {
    font-size: 2.8125rem;
  }
  .section-content-aboutus .content-text {
    font-size:1.125rem;
  }
  .section-content-aboutus .content-text h1,
  .section-content-aboutus .content-text h2,
  .section-content-aboutus .content-text h3,
  .section-content-aboutus .content-text h4,
  .section-content-aboutus .content-text h5{
    font-size: 1.40625rem;
  }
}