
/* || ----------------------------- COOKIE */
.holder-cookie {
  position: absolute;
  border-radius: var(--ui_BorderRadiusFilter);
  background-color: var(--colBG-Menue);
  z-index: 999999;
  -webkit-box-shadow: 0px 0px 50px -5px #333333;
  box-shadow: 0px 0px 50px -5px #333333;
  transform: ;
}
@media (min-width: 305px) {
  .holder-cookie {
    width: 90%;
    height: 155px;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%) scale(0);
  }
}
@media (min-width: 768px) {
  .holder-cookie {
    width: 260px;
    height: 180px;
    left: unset;
    right: 20px;
    bottom: 20px;
    transform: scale(0);
  }
}

.cookiInfo {
  position: relative;
  top: 20px;
  left: 10%;
  width: 80%;
}
.cookiInfo p {
  font-size: 14px;
  text-align: center;
}


/* || ----------------------------- Main HYPERLINKS */
p a:link {
  color: var(--btn_ContentStandard-Blue-Static);
}

a:visited {
  color: var(--btn_ContentStandard-Blue-Static);
}

a:hover {
  color: var(--col_MainNavigationLinks-Over);
}

a:active {
  color: var(--col_MainNavigationLinks-Over);
}

/* || ----------------------------- Language Switch */
#holder-languageSwitch {
  position: absolute;
  width: 60px;
  height: 60px;

  /* background-color: red; */
}

@media (min-width: 305px) {
  #holder-languageSwitch  {
    top: 0px;
    left: 135%;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  #holder-languageSwitch  {
    left: unset;
    right: 30px;
    top: 10px;
    opacity: 1;
  }
}

.btn-LanguageSwitch {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: var(--colBg-DarkBlack);
  border-radius: 50px;
  cursor: pointer;
}

.btn-LanguageSwitchLabel {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.holder-Languages {
  position: absolute;
  width: 70px;
  height: auto;
  left: -5px;
  top: -5px;
  padding-bottom: 95px;
  background-color: var(--colBg-DarkBlack);
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 30px -12px #000000;
  box-shadow: 0px 0px 30px -12px #000000;
  display: none;
  opacity: 0;
}

.language {
  position: relative;
  width: 100%;
  height: auto;
  top: 90px;
  margin-bottom: 15px;
  float: left;
  text-align: center;
  cursor: pointer;
}

#iconLanguageSwitch {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}



/* || ----------------------------- Main Navigation */
mainNavigation {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  z-index: 999;
  /* opacity: 0; */
}

.holder_MainNavigationHeader {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: var(--colBG-mainNavigation);
  opacity: 1;
  border-bottom: 1px solid var(--colOutline-mainNavigation);
}

.icon-BurgerMenue {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 10px;
  cursor: pointer;
  border-radius: 25%;
}
#iconBurger {
  pointer-events: none;
}
.icon-BurgerMenue #iconBurger {
  position: absolute;
  top: 21px;
  left: 14px;
}
@media (min-width: 305px) {
  .icon-BurgerMenue {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .icon-BurgerMenue {
    left: 20px;
  }
}

.navigationBreadCrum {
  position: absolute;
  top: 31px;
}
@media (min-width: 305px) {
  .navigationBreadCrum {
    left: 70px;
  }
}
@media (min-width: 768px) {
  .navigationBreadCrum {
    left: 90px;
  }
}
.navigationBreadCrum p {
  font-size: var(--fontSize_footerNavigation-Mobile);
}

.ciLogo {
  position: relative;
  cursor: pointer;

}
@media (min-width: 305px) {
  .ciLogo  {
    position: absolute;
    width: 90px;
    height: 90px;
    top: -5px;
    right: 15px;
    transform: none;
  }
  .ciLogo #ciLogo-Circle {
    display: none;
  }
  .ciLogo #icon-CiLogo {
    width: 90px;
    height: 90px;

  }
}
@media (min-width: 768px) {
  .ciLogo  {
    width: 110px;
    height: 110px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ciLogo #ciLogo-Circle {
    display: inline-block;
  }
  .ciLogo #icon-CiLogo {
    width: 110px;
    height: 110px;

  }
}

.holder_OverlayMainNavigation {
  position: absolute;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: none;
}
.bg_OverlayMainNavigation {
  position: absolute;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: var(--colBG-Menue);
  transform: scale(0);
  opacity: 1;
  transform-origin: top left;
  border-bottom-right-radius: 50%;
}

.siteNavigationLinks {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  margin: 0px;
  padding: 0px;
  transform: translateY(-50%);
}
@media (min-width: 305px) {
  .siteNavigationLinks {
    top: 70%;
    left: 11%;
  }
}
@media (min-width: 1024px) {
  .siteNavigationLinks {
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
  }
}

.holder_OverlayMainNavigation .hideNavi {
  display: none;
}

.holder_OverlayMainNavigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.holder_OverlayMainNavigation li {
  opacity: 0;
}
.holder_OverlayMainNavigation a:link {
  text-decoration: none;
}
.holder_OverlayMainNavigation ul a:link {
  text-decoration: none;
}

.holder_OverlayMainNavigation p {
  color: var(--colFont-White);
  line-height: 2em;
}

.disclaymerLink {
  position: absolute;
  width: fit-content;
  bottom: 20px;

}
@media (min-width: 305px) {
  .disclaymerLink {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .disclaymerLink {
    left: 20%;
  }
}

.disclaymerLink p {
  font-size: var(--fontSize_footerNavigation-Mobile);
}
.disclaymerLink p {
  color: unset !important;
}

.disclaymerLink a:link {
  color: var(--col_MainNavigationLinks-Static) !important;
}
.disclaymerLink a:hover {
  color: var(--col_MainNavigationLinks-Over) !important;
}

.overlay-CiLogo {
  position: absolute;
  width: fit-content;
  opacity: 0;
}
@media (min-width: 305px) {
  .overlay-CiLogo {
    top: 0;
    top: 10px;
    right: 30px;
    transform: none;
  }
  #icon-OverlayCiLogo {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .overlay-CiLogo {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
  #icon-OverlayCiLogo {
    width: 130px;
    height: 130px;
  }
}

.icon-OverlayClose {
  position: absolute;
  transform: scale(0);
  width: 60px;
  height: 60px;
  background-color: var(--colBG-Menue);
  cursor: pointer;
  border-radius: 25%;
}
.icon-OverlayClose svg {
  pointer-events: none;

}
#icon-OverlayCloseSVG {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
@media (min-width: 305px) {
  .icon-OverlayClose {
    top: 10px;
    left: 10px;
  }
}
@media (min-width: 768px) {
  .icon-OverlayClose {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .icon-OverlayClose {
    top: 10px;
    left: 20px;
  }
}

.icon-OverlaySocial {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
@media (min-width: 768px) {
  .icon-OverlaySocial {
    bottom: 30px;
  }
}

.holder_BoatNavigation {
  position: absolute;
  width: 60%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  left: 40%;
  opacity: 0;

}

.holder_Boat {
  position: relative;
  width: 100%;
  height: 33.333333%;
  overflow: hidden;
  opacity: 0;
  padding: 0px;
  margin: 0px;

}
.overlayEffect_HolderBoat {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--col_MainNavigationBoat-Over);
  transform-origin: left bottom;
  pointer-events: none;
}

.boatHeadline {
  position: absolute;
  pointer-events: none;
}

.boatProduct {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: none;
}
.boatProduct img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  transform-origin: center left;
}
@media (min-width: 305px) {
  .holder_BoatNavigation {
    width: 100%;
    height: 35vh;
    left: 0px;
    top: 85px;
  }
  .boatProduct {
    top: 50%;
    left: 40%;
    width: 50%;
    height: auto;
    transform: translateY(-50%);
  }

  .boatHeadline {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)scale(0.5);
  }
}
@media (min-width: 768px) {
  .holder_BoatNavigation {
    width: 100%;
    height: 40vh;
    left: 0px;
  }


}
@media (min-width: 1024px) {
  .holder_BoatNavigation {
    width: 60%;
    height: 100vh;
     height: calc(var(--vh, 1vh) * 100);
    left: 40%;
    top: 0px;
  }
  .boatProduct {
    left: 10%;
    width: 80%;
  }

  .boatHeadline {
    position: absolute;
    top: 10px;
    left: 0px;
    transform: scale(0.5);
  }
}
@media (min-width: 1260px) {
  .boatProduct {
    left: 30%;
    width: 70%;
  }

  .boatHeadline {
    top: 50%;
    left: 0px;
    transform: translateY(-50%) scale(0.6);
  }
}
@media (min-width: 1300px) {
  .boatProduct {
    top: 50%;
    left: 30%;
    width: 70%;
    height: auto;
    transform: translateY(-50%);
  }

}
@media (min-width: 1600px) {
  .boatProduct {
    left: 25%;
    width: 70%;
  }

}
@media (min-width: 1800px) {
  .boatProduct {
    top: 50%;
    left: 25%;
  }

}

/* || ----------------------------- Section Navigation */

.sectionNavigation {
  position: fixed;
  width: auto;
  height: auto;
  z-index: 998;
  pointer-events: none;
}
@media (min-width: 305px) {
  .sectionNavigation {
    bottom: 50px;
    right: 10px;
  }
}
@media (min-width: 768px) {
  .sectionNavigation {
    bottom: 80px;
    right: 40px;
  }
}


#icon-SectionListClose {
  opacity: 1;

}

.btnSectionNavigation {
  position: absolute;
  right: 0px;
  bottom: -40px;
  background-color: var(--colBg-SectionNavigation);
  border-radius: 50px;
  z-index: 997;
  -webkit-box-shadow: 0px 0px 30px -12px #000000;
  box-shadow: 0px 0px 30px -12px #000000;
  display: none;
  pointer-events: auto;
  cursor: pointer;
}
.btnSectionNavigation svg {
  pointer-events: none;
}
@media (min-width: 305px) {
  .btnSectionNavigation {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .btnSectionNavigation {
    width: 80px;
    height: 80px;
  }
}


.sectionNavigationLinks{
  position: relative;
  right: 40px;
  padding-right: 120px;
  padding-bottom: 120px;
  display: none;
  pointer-events: auto;
}

.bgSectionNavigationLinks {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: var(--ui_BorderRadiusTeaser);
  background-color: var(--colBg-SectionNavigation);
  -webkit-box-shadow: 0px 0px 17px -12px #000000;
  box-shadow: 0px 0px 17px -12px #000000;
}

.sectionLinks {
  position: relative;
  height: auto;
  width: auto;
  left: 60px;
  top: 60px;
  cursor: pointer;
}

.sectionLinks p {
  color: var(--colFont-White);
  line-height: 2em;
}

.sectionLinks ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  padding-top: 20px;
  text-decoration: none;
}

.sectionLinks li {
  opacity: 1;
}
.sectionLinks a:link {
  text-decoration: none;
}

.sectionLinks ul a:link {
  text-decoration: none;
}
