@charset "utf-8";
/* global fonts*/
/* font integration example */
/* MOHR */
/*
@font-face
{
    font-family: "Mohr";
    src: url("./fonts/Mohr-Thin.otf");
    font-weight: 100;
}
@font-face
{
    font-family: "Mohr";
    src: url("./fonts/Mohr-ExtraLight.otf");
    font-weight: 200;
}
@font-face
{
    font-family: "Mohr";
    src: url("./fonts/Mohr-Light.otf");
    font-weight: 300;
}
@font-face
{
    font-family: "Mohr";
    src: url("./fonts/Mohr-Regular.otf");
    font-weight: 400;
}
@font-face
{
    font-family: "Mohr";
    src: url("./fonts/Mohr-Medium.otf");
    font-weight: 500;
}
@font-face
{
    font-family: "Mohr";
    src: url("./fonts/Mohr-SemiBold.otf");
    font-weight: 600;
}
@font-face
{
    font-family: "Mohr";
    src: url("./fonts/Mohr-Bold.otf");
    font-weight: 700;
}
@font-face
{
    font-family: "Mohr";
    src: url("./fonts/Mohr-BoldIt.otf");
    font-weight: 700;
    font-style: italic;
}
@font-face
{
    font-family: "Mohr";
    src: url("./fonts/Mohr-Black.otf");
    font-weight: 800;
}
@font-face
{
    font-family: "Mohr";
    src: url("./fonts/Mohr-Heavy.otf");
    font-weight: 900;
}
*/
/* axial variables*/
/* FRAMEWORK VARIABLES */
/* Axial Application Theme */
/* Burger */
/* Header */
/* Header Logo */
/* AxialButton */
/* AxialButtonIcon */
/* AxialToggleCheck */
/* AxialToggleRadio */
/* global variables */
/* OVERRIDE FRAMEWORK VARIABLES */
/* Axial Application Theme */
/* Burger */
/* Header */
/* Header Logo */
/* AxialButton */
/* AxialButtonIcon */
/* AxialToggleCheck */
/* AxialToggleRadio */
/* PROJECT VARIABLES */
/* axial core & application : will be probably merged */
.axial_component_base {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
}
* {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
  text-shadow: none;
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: "Baloo Chettan 2", cursive;
  background-color: #fff;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  text-decoration: none;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baloo Chettan 2", cursive;
  color: #ffed7d;
}
input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  appearance: none;
  display: block;
  width: 100%;
  min-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 2px;
  border-radius: 0;
  border: 2px solid #000;
  background-color: #000;
  outline: none;
}
textarea {
  display: block;
  resize: none;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 10px;
  border-radius: 0;
  border: 2px solid #000;
  background-color: #000;
  outline: none;
}
input[type="file"] {
  min-height: 60px;
}
input[type="file" i] {
  font-family: "Baloo Chettan 2", cursive;
  color: #fff;
}
input[type="file"]::file-selector-button {
  min-height: 42px;
  cursor: pointer;
  appearance: none;
  border: none;
  outline: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #0463b1;
  border-radius: 4px;
  box-shadow: 0px 2px 2px #111;
  color: #fff;
  font-weight: 500;
  font-family: "Baloo Chettan 2", cursive;
}
/* layers */
.axial_background_layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_main_layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_intro_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  /* temp */
  display: none;
}
/* burger */
.axial_burger_holder {
  position: absolute;
  top: 0px;
  right: 20px;
  width: auto;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.axial_burger {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.axial_burger_line {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #0463b1;
}
/* main */
.axial_main {
  position: absolute;
  width: 100%;
  top: 80px;
  bottom: 0px;
}
.axial_main_scroller {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* header */
.axial_header {
  position: absolute;
  width: 100%;
  height: 80px;
}
.axial_header_background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.axial_header_nav_holder {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_header_nav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.axial_header_nav_link {
  height: fit-content;
  margin-left: 4px;
  margin-right: 4px;
  font-family: "Baloo Chettan 2", cursive;
  font-weight: 700;
  color: #0463b1;
}
.axial_header_logo_holder {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.axial_header_logo {
  pointer-events: all;
  width: 60px;
  height: 60px;
  /*
    margin-left: 20px;
    margin-right: 20px;
    */
}
.axial_header_logo_image {
  width: 100%;
  height: auto;
}
/* footer */
.axial_footer {
  padding-left: 12px;
  padding-right: 12px;
}
/* application components */
.axial_scroller_base {
  overflow-x: hidden;
  overflow-y: auto;
}
/*
.axial_scroller_base::-webkit-scrollbar
{
    background-color: transparent;
}
.axial_scroller_base::-webkit-scrollbar-track
{
    background-color: transparent;
}
.axial_scroller_base::-webkit-scrollbar-thumb
{
    background-color: transparent;
}
*/
.axial_scroller_item_base {
  animation-delay: 0ms;
  animation-duration: 0ms;
  animation-fill-mode: backwards;
  animation-play-state: paused;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
/* utils */
.axial_spacer {
  flex-grow: 1;
}
/* axial animation */
/* POPUPS ANIMATIONS */
/* Obfuscator fader */
@keyframes axial_obfuscator_fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes axial_obfuscator_fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Popup fader */
@keyframes axial_popup_fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes axial_popup_fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Popup translate_up */
@keyframes axial_popup_translate_up-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes axial_popup_translate_up-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
/* Popup translate_down */
@keyframes axial_popup_translate_down-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes axial_popup_translate_down-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
/* Popup translate_left */
@keyframes axial_popup_translate_left-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes axial_popup_translate_left-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
/* Popup translate_right */
@keyframes axial_popup_translate_right-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes axial_popup_translate_right-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/* Popup fade_translate_up */
@keyframes axial_popup_fade_translate_up-in {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes axial_popup_fade_translate_up-out {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
/* Popup fade_translate_down */
@keyframes axial_popup_fade_translate_down-in {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes axial_popup_fade_translate_down-out {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
/* Popup fade_translate_left */
@keyframes axial_popup_fade_translate_left-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes axial_popup_fade_translate_left-out {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
/* Popup fade_translate_right */
@keyframes axial_popup_fade_translate_right-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes axial_popup_fade_translate_right-out {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
/**/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**/
@keyframes translate_up-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes translate_up-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
/**/
@keyframes translate_down-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes translate_down-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
/* axial components */
/* AxialButtonBase */
.axial_button_base {
  cursor: pointer;
}
/* AxialButton */
.axial_button {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 42px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #0463b1;
  border-radius: 4px;
  box-shadow: 0px 2px 2px #111;
}
.axial_button-label {
  color: #fff;
  font-weight: 500;
  font-family: "Baloo Chettan 2", cursive;
}
/* AxialButtonIcon */
.axial_button_icon {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 42px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #0463b1;
  border-radius: 4px;
  box-shadow: 0px 2px 2px #111;
}
.axial_button_icon svg {
  fill: #fff;
}
.axial_button_icon-label {
  color: #fff;
  font-weight: 500;
  font-family: "Baloo Chettan 2", cursive;
}
.axial_button_icon-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
/* AxialToggleCheck */
.axial_toggle_check {
  width: -moz-fit-content;
  width: fit-content;
  /*min-width: 42px;*/
  height: 42px;
  min-height: 42px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.axial_toggle_check-border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-color: #111;
  margin-right: 12px;
  border: solid 2px #fff;
}
.axial_toggle_check-sign {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 200ms;
}
.axial_toggle_check-label {
  color: #232323;
}
/* AxialToggleRadio */
.axial_toggle_radio {
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  min-height: 42px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.axial_toggle_radio-border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #111;
  margin-right: 12px;
  border: solid 2px #fff;
}
.axial_toggle_radio-circle {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 200ms;
}
.axial_toggle_radio-label {
  color: #232323;
}
/* AxialToggleSwitch */
.axial_toggle_switch {
  width: 46px;
  min-height: 30px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 4px;
  background-color: #111;
}
.axial_toggle_switch-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  left: 0px;
  transition-property: left;
  transition-duration: 200ms;
}
/* AxialViewerBase */
.axial_viewer_base {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
}
/* AxialViewBase */
.axial_view_base {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.axial_loader_layer {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  visibility: hidden;
}
.axial_loader_background {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.axial_loader_content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.axial_loader_holder {
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
}
.axial_loader_icon {
  width: 40px;
  height: 40px;
  margin: 20px;
  border-radius: 50%;
  border-top: 5px solid #000;
  border-left: 5px solid #000;
  border-bottom: 5px solid #000;
  border-right: 5px solid transparent;
}
.axial_loader_number {
  width: 100%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.axial_loader_text {
  width: 100%;
  font-weight: 600;
  text-align: center;
}
@keyframes axial_loader_icon_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* NEW SHADOW */
.axial_popup_layer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  pointer-events: none;
}
.axial_popup_obfuscator {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.73);
  visibility: hidden;
  opacity: 0;
  pointer-events: all;
}
.axial_popup_base {
  position: absolute;
  visibility: hidden;
  pointer-events: all;
}
.axial_popup_arrow {
  position: absolute;
  display: none;
}
/* arrow up */
.axial_popup_base_arrow-bottom {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
/* arrow down */
.axial_popup_base_arrow-top {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
/* arrow left */
.axial_popup_base_arrow-right {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
}
/* arrow right */
.axial_popup_base_arrow-left {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
}
.ax-progress-element {
  box-sizing: border-box;
  padding: 0;
  /*overflow: hidden;*/
}
.ax-progress-bar {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  transition-property: width;
  transition-duration: 800ms;
}
.ax-progress-indicator {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  transition-property: left;
  transition-duration: 800ms;
}
.ax-tooltip-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.ax-tooltip {
  position: absolute;
  visibility: hidden;
  display: flex;
}
.ax-tooltip-arrow {
  position: absolute;
  visibility: hidden;
}
.ax-tooltip-label {
  height: auto;
  min-height: 10px;
  min-width: 10px;
  max-width: 180px;
  padding: 9px;
  text-align: left;
  display: flex;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  background-color: #000;
}
.ax-tooltip-element {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  max-width: 180px;
  height: auto;
  padding: 12px;
  text-align: left;
  display: flex;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  background-color: #000;
}
.ax-tooltip-icon-space {
  padding-right: 10px;
}
/* arrow up */
.ax-tooltip-arrow-bottom {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
}
/* arrow down */
.ax-tooltip-arrow-top {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
}
/* arrow left */
.ax-tooltip-arrow-right {
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #000;
}
/* arrow right */
.ax-tooltip-arrow-left {
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #000;
}
/* experimental */
/* AxialCrossContainer */
.axial_cross_container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_cross_container_element {
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_cross_container-center {
  transform: translate(0%, 0%);
}
.axial_cross_container-top {
  transform: translate(0%, -100%);
}
.axial_cross_container-right {
  transform: translate(100%, 0%);
}
.axial_cross_container-bottom {
  transform: translate(0%, 100%);
}
.axial_cross_container-left {
  transform: translate(-100%, 0%);
}
/* AxialSliderBase */
.axial_slider_base {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.axial_slider_item_base {
  position: absolute;
  height: 100%;
  width: auto;
  cursor: pointer;
  transition-property: left;
  transition-duration: 500ms;
  transition-timing-function: ease;
}
/* Notifier */
.axial_notifier {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.axial_notifier_holder {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 20px;
  bottom: 0px;
  transform: translateY(100%);
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
.axial_notifier_content {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: var(--blue_alpha);
  color: #fff;
  min-height: 40px;
  border-radius: 6px;
  box-shadow: 0px 1px 3px #111;
}
/* global project styles */
/*
xs 0
s 576
m 768
l 992
xl 1200
xxl 1400

cf boostrap : https://getbootstrap.com/docs/5.0/layout/breakpoints/
*/
/* S */
/* M */
/* L */
/* XL */
/* XXL */
@media screen and (min-width: 1400px) {
  /* VARIABLES */
  /* Header */
  /* Header Logo */
  /* ELEMENTS */
  /* burger */
  .axial_burger_holder {
    display: none;
  }
  /* header */
  .axial_header {
    height: 120px;
  }
  .axial_header_nav_holder {
    display: block;
  }
  .axial_header_logo_holder {
    justify-content: flex-start;
  }
  .axial_header_logo {
    width: 80px;
    height: 80px;
  }
  /* main */
  .axial_main {
    top: 120px;
  }
}
/* local page styles */
:root {
  --white: #fff;
  --yellow: #ffed7d;
  --blue: #17007c;
  --water: #66d39b;
  --blue_alpha: rgba(23, 0, 124, 0.83);
  --blue_dark: #12015e;
  --mainFontFamily: "Baloo Chettan 2", cursive;
  --fontWeightNormal: 500;
  --fontWeightBold: 700;
  --letterSpacing: 1px;
  --navFontSize: 28px;
  --navBarHeight: 64px;
  --formFontSize: 20px;
  --squareBurgerSize: 40px;
  --squareButtonSize: 40px;
  --squareIconSize: 24px;
  --baseMargin: 20px;
  /* popup content*/
  --popupContentDisplay: flex;
  --popupContentOverflow: hidden;
  --popupContentPadding: 0px;
  --popupContentPaddingTop: 0px;
  /* popup grid */
  --popupGridWidth: 1380px;
  --popupGridHeight: 768px;
  --popupGridGap: 40px;
  --popupGridTransform: scale(1);
  --popupGridColumns: repeat(2, 1fr);
  --popupGridRows: repeat(2, 1fr);
  /* garden */
  --gardenTitleFontSize: 36px;
  --gardenTitleLineHeight: 26px;
  --gardenTitleMarginBottom: 0px;
  --gardenTextFontSize: 21px;
  --gardenTextLineHeight: 26px;
  --gardenTextMarginBottom: 0px;
  /* infos */
  --infosTitleFontSize: 33px;
  --infosTitleLineHeight: 35px;
  --infosTitleMarginBottom: 3px;
  --infosTextFontSize: 20px;
  --infosTextLineHeight: 25px;
  --infosTextMarginBottom: 0px;
  /* osthafen */
  --osthafenTitleFontSize: 36px;
  --osthafenTitleLineHeight: 26px;
  --osthafenTitleMarginBottom: 0px;
  --osthafenTextFontSize: 15px;
  --osthafenTextLineHeight: 19px;
  --osthafenTextMarginBottom: 0px;
  /* contact */
  --contactWidth: 100%;
  --contactHeight: auto;
  --textAreaMinHeight: 200px;
}
textarea {
  min-height: var(--textAreaMinHeight);
}
.garden_background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.garden_video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.garden_video_portrait {
  display: none;
  object-position: center;
}
.garden_video_landscape {
  display: none;
  object-position: top;
}
.garden_absolute {
  position: absolute;
}
.garden_top {
  width: 100%;
  height: var(--navBarHeight);
}
.garden_top_holder {
  position: absolute;
  height: 100%;
  top: 20px;
  left: 554px;
  width: 922px;
}
.garden_group {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.garden_nav_toggle {
  color: var(--yellow);
  font-size: var(--navFontSize);
  font-weight: var(--fontWeightBold);
  letter-spacing: 1px;
  transition-property: color;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}
.garden_nav_circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--blue);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 6px;
}
.garden_bottom_left {
  left: var(--baseMargin);
  bottom: var(--baseMargin);
  width: auto;
  height: auto;
}
.garden_privacy {
  width: auto;
  height: auto;
  color: var(--yellow);
  cursor: pointer;
  font-weight: var(--fontWeightBold);
  font-size: var(--navFontSize);
  line-height: 26px;
  letter-spacing: 1px;
}
.garden_bottom_right {
  right: var(--baseMargin);
  bottom: var(--baseMargin);
  display: grid;
  grid-template-columns: repeat(2, var(--squareButtonSize));
  grid-template-rows: repeat(2, var(--squareButtonSize));
  gap: var(--baseMargin);
}
.garden_social {
  width: var(--squareButtonSize);
  height: var(--squareButtonSize);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--yellow);
  fill: var(--blue);
}
.garden_social-instagram {
  grid-row: 2;
  grid-column: 1;
}
.garden_social-facebook {
  grid-row: 2;
  grid-column: 2;
}
.garden_social-linkedin {
  grid-row: 1;
  grid-column: 2;
  display: none;
}
.garden_social_icon {
  width: var(--squareIconSize);
  height: var(--squareIconSize);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
  transform: rotateY(0deg);
}
.garden_social:hover .garden_social_icon {
  transform: rotateY(360deg);
}
.garden_overlays {
  width: 100vw;
  height: 100vh;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  opacity: 1;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.garden_overlays_path-1 {
  fill: var(--yellow);
}
.garden_overlays_path-2 {
  fill: var(--white);
}
.garden_overlays_path-3 {
  fill: var(--blue_dark);
}
/* POPUPS */
.garden_popup_closer_holder {
  position: absolute;
  width: var(--squareButtonSize);
  height: var(--squareButtonSize);
  top: var(--baseMargin);
  right: var(--baseMargin);
}
.garden_popup_base {
  width: 100%;
  height: 100%;
}
.garden_popup_content {
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: var(--popupContentDisplay);
  overflow: var(--popupContentOverflow);
  padding: var(--popupContentPadding);
  padding-top: var(--popupContentPaddingTop);
}
.garden_popup_grid {
  display: grid;
  width: var(--popupGridWidth);
  height: var(--popupGridHeight);
  grid-template-columns: var(--popupGridColumns);
  grid-template-rows: var(--popupGridRows);
  gap: var(--popupGridGap);
  transform: var(--popupGridTransform);
}
.garden_popup_grid_item {
  width: 100%;
  height: 100%;
}
.garden_popup_grid_item-1 {
  grid-column: 1;
  grid-row: 1;
}
.garden_popup_grid_item-2 {
  grid-column: 2;
  grid-row: 1;
}
.garden_popup_grid_item-3 {
  grid-column: 1;
  grid-row: 2;
}
.garden_popup_grid_item-4 {
  grid-column: 2;
  grid-row: 2;
}
.garden_popup_grid_item-5 {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.garden_popup_grid_item-6 {
  display: none;
}
.garden_popup_grid_item-image {
  display: block;
  width: 100%;
  height: 100%;
}
.garden_popup_grid_item-kgo {
  background-image: url("./assets/kgo.webp");
}
.garden_popup_grid_text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: var(--fontWeightNormal);
}
.text_link {
  color: var(--water);
}
.text_popup {
  color: var(--water);
  cursor: pointer;
}
/* gardent */
.text_garden_t {
  color: var(--yellow);
  font-weight: var(--fontWeightBold);
  font-size: var(--gardenTitleFontSize);
  line-height: var(--gardenTitleLineHeight);
  margin-bottom: var(--gardenTitleMarginBottom);
}
.text_garden_p {
  color: var(--white);
  letter-spacing: 0.4px;
  text-align: justify;
  font-size: var(--gardenTextFontSize);
  line-height: var(--gardenTextLineHeight);
  margin-bottom: var(--gardenTextMarginBottom);
}
.text_garden_s {
  color: var(--water);
}
/* infos */
.text_infos_b {
  width: 100%;
}
.text_infos_t {
  color: var(--yellow);
  font-weight: var(--fontWeightBold);
  font-size: var(--infosTitleFontSize);
  line-height: var(--infosTitleLineHeight);
  margin-bottom: var(--infosTitleMarginBottom);
}
.text_infos_p {
  color: var(--white);
  text-align: justify;
  letter-spacing: 0.4px;
  font-size: var(--infosTextFontSize);
  line-height: var(--infosTextLineHeight);
  margin-bottom: var(--infosTextMarginBottom);
}
.text_infos_s {
  color: var(--water);
}
/* infos */
.text_osthafen_b {
  width: 100%;
}
.text_osthafen_t {
  color: var(--yellow);
  font-weight: var(--fontWeightBold);
  font-size: var(--osthafenTitleFontSize);
  line-height: var(--osthafenTitleLineHeight);
  margin-bottom: var(--osthafenTitleMarginBottom);
}
.text_osthafen_t-landscape {
  display: block;
}
.text_osthafen_t-portrait {
  margin-bottom: 0px;
}
.text_osthafen_p {
  color: var(--white);
  text-align: justify;
  letter-spacing: 0.4px;
  font-size: var(--osthafenTextFontSize);
  line-height: var(--osthafenTextLineHeight);
  margin-bottom: var(--osthafenTextMarginBottom);
}
.text_osthafen_s {
  color: var(--water);
}
.text_osthafen_i {
  display: block;
  width: 100%;
  height: auto;
}
.garden_popup_row {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.garden_popup_content_contact {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.garden_popup_content_contact_row {
  width: var(--contactWidth);
  height: var(--contactHeight);
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  overflow-y: hidden;
}
.garden_popup_content_contact_row_part {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 0px;
}
.garden_popup_content_contact_row_part_frame {
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
}
/* COMPONENTS */
/* GardenMenu */
.garden_burger {
  position: absolute;
  top: var(--baseMargin);
  right: var(--baseMargin);
  width: var(--squareBurgerSize);
  height: var(--squareBurgerSize);
}
.garden_burger_background {
  width: 100%;
  height: 100%;
  background-color: var(--yellow);
}
.garden_burger_bar {
  position: absolute;
  width: 20px;
  height: 2px;
  left: 10px;
  background-color: var(--blue);
}
.garden_burger_bar-top {
  top: 12px;
  transform-origin: center;
}
.garden_burger_bar-center {
  top: 19px;
  transform-origin: center;
}
.garden_burger_bar-bottom {
  top: 26px;
  transform-origin: center;
}
@keyframes garden_burger_top_animation_in {
  from {
    transform: rotate(0deg);
    top: 12px;
  }
  to {
    transform: rotate(45deg);
    top: 19px;
  }
}
@keyframes garden_burger_top_animation_out {
  from {
    transform: rotate(45deg);
    top: 19px;
  }
  to {
    transform: rotate(0deg);
    top: 12px;
  }
}
@keyframes garden_burger_center_animation_in {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes garden_burger_center_animation_out {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes garden_burger_bottom_animation_in {
  from {
    transform: rotate(0deg);
    top: 26px;
  }
  to {
    transform: rotate(-45deg);
    top: 19px;
  }
}
@keyframes garden_burger_bottom_animation_out {
  from {
    transform: rotate(-45deg);
    top: 19px;
  }
  to {
    transform: rotate(0deg);
    top: 26px;
  }
}
/* GardenMenu */
.garden_menu {
  position: absolute;
  top: var(--baseMargin);
  right: var(--baseMargin);
  width: var(--squareButtonSize);
  height: var(--squareButtonSize);
  transform-origin: top right;
  transition-property: top, right, width, height;
  transition-duration: 600ms;
}
.garden_menu_background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--yellow);
}
.garden_menu_content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
}
.garden_menu_item {
  color: var(--blue);
  font-weight: var(--fontWeightBold);
  font-size: 28px;
  margin-bottom: 20px;
  cursor: pointer;
}
/* GardenCloser */
.garden_closer {
  width: var(--squareButtonSize);
  height: var(--squareButtonSize);
  background-color: var(--yellow);
  position: relative;
}
.garden_closer-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.garden_closer-bar {
  height: 2px;
  width: 32px;
  background-color: var(--blue);
  transform-origin: center;
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: ease;
}
.garden_closer-left {
  transform: rotate(45deg);
}
.garden_closer-right {
  transform: rotate(-45deg);
}
.garden_kontakt_form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.garden_kontakt_form-holder {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.garden_kontakt_form_item {
  margin-top: 20px;
  width: 100%;
  min-height: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.garden_kontakt_form_item-message {
  flex-grow: 1;
}
.garden_kontakt_form_item_comp {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0px;
  padding-right: 20px;
}
.garden_kontakt_form_item_input {
  color: var(--blue);
  background-color: var(--yellow);
  border: solid 2px var(--yellow);
  font-size: var(--formFontSize);
  font-weight: var(--fontWeightNormal);
  font-family: var(--mainFontFamily);
  /*letter-spacing: var(--letterSpacing);*/
}
.garden_kontakt_form_item_input::placeholder {
  color: var(--blue);
  font-size: var(--formFontSize);
  font-weight: var(--fontWeightNormal);
  font-family: var(--mainFontFamily);
  /*letter-spacing: var(--letterSpacing);*/
}
.garden_kontakt_form_item_input:focus {
  border: solid 2px var(--white);
}
.garden_kontakt_form_item_area {
  color: var(--blue);
  background-color: var(--yellow);
  border: solid 2px var(--yellow);
  font-size: var(--formFontSize);
  font-weight: var(--fontWeightNormal);
  font-family: var(--mainFontFamily);
  /*letter-spacing: var(--letterSpacing);*/
}
.garden_kontakt_form_item_area::placeholder {
  color: var(--blue);
  font-size: var(--formFontSize);
  font-weight: var(--fontWeightNormal);
  font-family: var(--mainFontFamily);
  /*letter-spacing: var(--letterSpacing);*/
}
.garden_kontakt_form_item_area:focus {
  border: solid 2px var(--white);
}
.garden_kontakt_form_item_button {
  width: 100%;
  min-height: 50px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: var(--formFontSize);
  font-weight: var(--fontWeightBold);
  text-transform: uppercase;
  color: var(--blue);
  background-color: var(--yellow);
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: ease;
  cursor: pointer;
}
.garden_kontakt_form_heading {
  font-size: 28px;
  color: var(--white);
  font-weight: var(--fontWeightBold);
  letter-spacing: var(--letterSpacing);
  padding-left: 0px;
}
/* privacy from supervision */
.garden_popup_privacy_content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
}
.garden_popup_privacy_headings {
  color: var(--yellow);
}
.garden_popup_privacy_piwik_separator {
  width: 100%;
  height: 40px;
}
.privacy_table {
  border-spacing: 0px;
  /*border: solid 1px #fff;*/
  text-align: left;
}
.privacy_thead {
  text-align: left;
  background-color: var(--white);
  color: var(--blue);
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
td {
  padding: 10px;
  border: solid 1px #fff;
}
.privacy_scroller_h {
  width: 100%;
  height: auto;
  overflow-y: hidden;
  overflow-x: auto;
}
/*
xs 0
s 576
m 768
l 992
xl 1200
xxl 1400

cf boostrap : https://getbootstrap.com/docs/5.0/layout/breakpoints/
*/
/* S */
@media screen and (min-width: 576px) {
  :root {
    --navFontSize: 14px;
    --popupGridTransform: scale(0.36);
    /* contact */
    --contactWidth: 100%;
    --contactHeight: auto;
    --textAreaMinHeight: 200px;
  }
}
/* M */
@media screen and (min-width: 768px) {
  :root {
    --navFontSize: 16px;
    --popupGridTransform: scale(0.45);
    /* contact */
    --contactWidth: 700px;
    --contactHeight: 350px;
    --textAreaMinHeight: unset;
  }
}
/* L */
@media screen and (min-width: 992px) {
  :root {
    --navFontSize: 19px;
    --popupGridTransform: scale(0.6);
    /* contact */
    --contactWidth: 900px;
    --contactHeight: 450px;
  }
}
/* XL */
@media screen and (min-width: 1200px) {
  :root {
    --navFontSize: 24px;
    --popupGridTransform: scale(0.8);
    /* contact */
    --contactWidth: 1100px;
    --contactHeight: 550px;
  }
}
/* XXL */
@media screen and (min-width: 1400px) {
  :root {
    --navFontSize: 28px;
    /* popup grid */
    /*
        --popupGridWidth: 1380px;
        --popupGridHeight: 768px;
        */
    --popupGridGap: 40px;
    --popupGridTransform: scale(1);
    /* contact */
    --contactWidth: 1200px;
    --contactHeight: 600px;
  }
}
@media screen and (orientation: portrait) {
  :root {
    --squareButtonSize: 40px;
    --squareIconSize: 24px;
    /* popup content */
    --popupContentDisplay: block;
    --popupContentOverflow: auto;
    --popupContentPadding: 20px;
    --popupContentPaddingTop: 50px;
    /* popup grid */
    --popupGridColumns: repeat(1, 100%);
    --popupGridRows: repeat(4, auto);
    --popupGridWidth: 100%;
    --popupGridHeight: auto;
    --popupGridGap: 20px;
    --popupGridTransform: scale(1);
    /* garden */
    --gardenTitleFontSize: 32px;
    --gardenTitleLineHeight: unset;
    --gardenTitleMarginBottom: 20px;
    --gardenTextFontSize: 21px;
    --gardenTextLineHeight: 26px;
    --gardenTextMarginBottom: 20px;
    /* infos */
    --infosTitleFontSize: 32px;
    --infosTitleLineHeight: 36px;
    --infosTitleMarginBottom: 4px;
    --infosTextFontSize: 21px;
    --infosTextLineHeight: 26px;
    --infosTextMarginBottom: 20px;
    /* osthafen */
    --osthafenTitleFontSize: 32px;
    --osthafenTitleLineHeight: unset;
    --osthafenTitleMarginBottom: 20px;
    --osthafenTextFontSize: 21px;
    --osthafenTextLineHeight: 26px;
    --osthafenTextMarginBottom: 20px;
    --contactWidth: 100%;
    --contactHeight: auto;
  }
  .garden_burger {
    display: block;
  }
  .garden_menu {
    display: block;
  }
  .garden_top {
    display: none;
  }
  .garden_bottom_left {
    display: none;
  }
  .garden_video_portrait {
    display: block;
  }
  .garden_video_landscape {
    display: none;
  }
  /* popup grid items */
  .garden_popup_grid_item-1 {
    grid-column: 1;
    grid-row: 2;
  }
  .garden_popup_grid_item-2 {
    grid-column: 1;
    grid-row: 1;
  }
  .garden_popup_grid_item-3 {
    grid-column: 1;
    grid-row: 3;
  }
  .garden_popup_grid_item-4 {
    grid-column: 1;
    grid-row: 4;
  }
  .garden_popup_grid_item-5 {
    grid-column: 1;
    grid-row: 4;
  }
  .garden_popup_grid_item-6 {
    display: block;
  }
  .text_osthafen_t-landscape {
    display: none;
  }
  /* contact */
  .garden_popup_content_contact {
    justify-content: flex-start;
  }
  .garden_popup_content_contact_row {
    display: block;
    flex-direction: column;
    /* normal ;)*/
    overflow-y: auto;
  }
  .garden_popup_content_contact_row_part {
    width: 100%;
    height: auto;
    padding-top: 50px;
  }
  .garden_popup_content_contact_row_part_frame {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 540px;
    height: 540px;
  }
  .garden_kontakt_form_item_comp {
    padding-left: 20px;
  }
  .garden_kontakt_form_heading {
    padding-left: 20px;
  }
}
@media screen and (orientation: landscape) {
  :root {
    --popupContentDisplay: flex;
    --popupContentOverflow: hidden;
    --popupContentPadding: 0px;
    --popupContentPaddingTop: 0px;
    --popupGridColumns: repeat(2, 1fr);
    --popupGridRows: repeat(2, 1fr);
    --squareButtonSize: 60px;
    --squareIconSize: 32px;
    /* garden */
    --gardenTitleFontSize: 36px;
    --gardenTitleLineHeight: 26px;
    --gardenTitleMarginBottom: 0px;
    --gardenTextFontSize: 21px;
    --gardenTextLineHeight: 26px;
    --gardenTextMarginBottom: 0px;
    /* infos */
    --infosTitleFontSize: 33px;
    --infosTitleLineHeight: 35px;
    --infosTitleMarginBottom: 3px;
    --infosTextFontSize: 20px;
    --infosTextLineHeight: 25px;
    --infosTextMarginBottom: 0px;
    /* osthafen */
    --osthafenTitleFontSize: 36px;
    --osthafenTitleLineHeight: 26px;
    --osthafenTitleMarginBottom: 0px;
    --osthafenTextFontSize: 15px;
    --osthafenTextLineHeight: 19px;
    --osthafenTextMarginBottom: 0px;
  }
  .garden_burger {
    display: none;
  }
  .garden_menu {
    display: none;
  }
  .garden_top {
    display: block;
  }
  .garden_bottom_left {
    display: block;
  }
  .garden_video_portrait {
    display: none;
  }
  .garden_video_landscape {
    display: block;
  }
  /* popup base */
  .garden_popup_grid_item-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .garden_popup_grid_item-2 {
    grid-column: 2;
    grid-row: 1;
  }
  .garden_popup_grid_item-3 {
    grid-column: 1;
    grid-row: 2;
  }
  .garden_popup_grid_item-4 {
    grid-column: 2;
    grid-row: 2;
  }
  .garden_popup_grid_item-5 {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .garden_popup_grid_item-6 {
    display: none;
  }
  .text_osthafen_t-landscape {
    display: block;
  }
  /* contact */
  .garden_popup_content_contact {
    justify-content: center;
  }
  .garden_popup_content_contact_row {
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
  }
  .garden_popup_content_contact_row_part {
    width: 50%;
    height: 100%;
    padding-top: 0px;
  }
  .garden_popup_content_contact_row_part_frame {
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
  }
  .garden_kontakt_form_item_comp {
    padding-left: 0px;
  }
  .garden_kontakt_form_heading {
    padding-left: 0px;
  }
}
