/* ************************************************************
***************************************************************
***************************************************************
:: RESETS
***************************************************************
***************************************************************
************************************************************* */
* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  outline: none;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black);
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

html, body {
  /*overscroll-behavior: none;*/
  font-size: 14px;
}

.opa0 {
  opacity: 0;
}

.dim0 {
  width: 0px;
  height: 0px;
}

.sideBySide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 1rem;
  gap: 1rem;
}

.flx-str {
  justify-content: flex-start;
}

/* ************************************************************
***************************************************************
***************************************************************
:: FONTS
***************************************************************
***************************************************************
************************************************************* */
@font-face {
    font-family: 'Barlow';
    src: url('../ressources/fonts/Barlow-Regular.eot');
    src: url('../ressources/fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/Barlow-Regular.woff2') format('woff2'),
        url('../ressources/fonts/Barlow-Regular.woff') format('woff'),
        url('../ressources/fonts/Barlow-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('../ressources/fonts/Barlow-Medium.eot');
    src: url('../ressources/fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/Barlow-Medium.woff2') format('woff2'),
        url('../ressources/fonts/Barlow-Medium.woff') format('woff'),
        url('../ressources/fonts/Barlow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('../ressources/fonts/Barlow-SemiBold.eot');
    src: url('../ressources/fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('../ressources/fonts/Barlow-SemiBold.woff') format('woff'),
        url('../ressources/fonts/Barlow-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('../ressources/fonts/Barlow-Bold.eot');
    src: url('../ressources/fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/Barlow-Bold.woff2') format('woff2'),
        url('../ressources/fonts/Barlow-Bold.woff') format('woff'),
        url('../ressources/fonts/Barlow-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('../ressources/fonts/Barlow-Black.eot');
    src: url('../ressources/fonts/Barlow-Black.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/Barlow-Black.woff2') format('woff2'),
        url('../ressources/fonts/Barlow-Black.woff') format('woff'),
        url('../ressources/fonts/Barlow-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../ressources/fonts/BarlowCondensed-Regular.eot');
    src: url('../ressources/fonts/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/BarlowCondensed-Regular.woff2') format('woff2'),
        url('../ressources/fonts/BarlowCondensed-Regular.woff') format('woff'),
        url('../ressources/fonts/BarlowCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../ressources/fonts/BarlowCondensed-Medium.eot');
    src: url('../ressources/fonts/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/BarlowCondensed-Medium.woff2') format('woff2'),
        url('../ressources/fonts/BarlowCondensed-Medium.woff') format('woff'),
        url('../ressources/fonts/BarlowCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../ressources/fonts/BarlowCondensed-Bold.eot');
    src: url('../ressources/fonts/BarlowCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../ressources/fonts/BarlowCondensed-Bold.woff2') format('woff2'),
        url('../ressources/fonts/BarlowCondensed-Bold.woff') format('woff'),
        url('../ressources/fonts/BarlowCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ************************************************************
***************************************************************
***************************************************************
:: MAIN PAGE ELEMENTS
***************************************************************
***************************************************************
************************************************************* */
:root {
  --headerNavHeight: 50px;
  --footerNavHeight: 50px;
}
html {
  background: rgba(6,22,25,1);
  min-height: 100%;
  font-family: 'Barlow';
  font-weight: normal;
  font-size: 16px;
  color: var(--white);
  height: 100%;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}
body {
  min-height: 100%;
  height: auto;
  margin: 0px;
  /*padding-bottom: var(--footerNavHeight);*/
}

html, body {
  padding-bottom: var(--footerNavHeight);
}

/* Links */
a, a:link, a:visited, a:hover,
.lnk {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.lnk {
  color: hsl(var(--col_pr_4));
}

/* Headbar */
.headbar {
  position: fixed;
  padding: 0.75rem;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.headbar .bg {
  background: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)), hsl(var(--col_se_1));
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.headbar .left {
  display: flex;
  z-index: 1;
}
.headbar .left svg {
  width: auto;
  height: 1.25em;
}
.headbar .middle {
  z-index: 1;
  display: none;
}
.headbar .right {
  z-index: 1;
  display: none;
}

/* Footer Navi */
.naviFooter {
  font-size: 0.625rem;
  position: fixed;
  bottom: -1px;
  left: 0px;
  width: 100%;
  padding: 1.4em;
  color: hsl(var(--col_gs_white));
  background: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)), hsl(var(--col_se_1));
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}
.naviFooter .elm {
  flex-grow: 1;
  width: 46px;
  height: 46px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.naviFooter .elm svg {
  width: 2.2em;
  height: 2.2em;
  margin-bottom: 0.6em;
}

.naviFooter .threebar {
  display: block;
  width: 2.2em;
  height: 2.2em;
  margin-bottom: 0.7em;
  cursor: pointer;
}
.naviFooter .threebar .bar {
  width: 100%;
  height: 3px;
  background: hsl(var(--col_gs_white));
  margin-bottom: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.naviFooter .threebar:hover .bar {
  opacity: 0.8;
}
.naviFooter .threebar .bar:nth-child(1) {
  transform-origin: 50% !important;
}
.naviFooter .threebar .bar:nth-child(2) {
  transform-origin: 50% !important;
}
.naviFooter .threebar .bar:nth-child(3) {
  margin-bottom: 0px;
}
.naviFooter .threebar.cross .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg) !important;
}
.naviFooter .threebar.cross .bar:nth-child(2) {
  opacity: 0 !important;
  margin-left: 1000%;
}
.naviFooter .threebar.cross .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg) !important;
}

/* Main Menu */
.mainNavigation {
  font-size: 1.5rem;
  display: none;
  position: fixed;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 250ms ease-out 0s;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), hsl(var(--col_se_1));
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.mainNavigation .inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 2.5em;
}
.mainNavigation .inner > div:nth-child(1) {
  height: 100%;
  width: 100%;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  color: hsl(var(--col_gs_white));
}
.mainNavigation .inner > div:nth-child(1) .elm {
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.25s;
}
.mainNavigation .inner > div:nth-child(1) .lastElm {
  display: flex;
  gap:0.5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}
.mainNavigation .inner > div:nth-child(1) .elm:hover,
.mainNavigation .inner > div:nth-child(1) .lastElm .subElm:hover {
  color: hsl(var(--col_se_4));
}
.mainNavigation .inner > div:nth-child(1) .elm:active,
.mainNavigation .inner > div:nth-child(1) .lastElm .subElm:active {
  color: hsl(var(--col_se_5));
}
.mainNavigation .inner > div:nth-child(2) {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: var(--footerNavHeight);
  color: hsl(var(--col_gs_white));
}
.mainNavigation .inner > div:nth-child(2) svg {
  width: 28px;
  height: 28px;
  fill: hsl(var(--col_gs_white));
}

/* Footer? */
.footer {
  width: 100vw;
  margin-top: 3.75rem;
  margin-left: -9.66vw;
  padding-left: 9.66vw;
  padding-right: 9.66vw;
  position: relative;
  z-index: 1;
  border-top: 1px hsla(var(--col_se_5), 0.75) solid;
}
.footer .quickLinks {
  font-size: 0.875rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 0px;
}
.footer .quickLinks [data-gees="accordion"]  {
  color: inherit;
}
.footer .quickLinks [data-gees="accordion"] > .group .body {
  padding-left: 1em;
  line-height: 3em;
  margin-bottom: 0px;
}
.footer a {
  color: hsl(var(--col_gs_gray3));
}
.footer .lastPart {
  width: 100vw;
  font-size: 0.75rem;
  border-radius: 0px;
  margin-top: 0.125rem;
  margin-left: -9.66vw;
  padding: 2rem 9.66vw;
  border-top: 1px hsla(var(--col_se_5), 0.75) solid;
}

.footer .rightLnks {
  margin-top: 10px;
}
.footer .rightLnks > label:not(:last-child) {
  padding-right: 0.3em;
  border-right: 0.5px hsl(var(--col_se_3)) solid;
}

/* BigLoadingScreen */
.bigLoadingScreen {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0,0,0,0.93);
  color: hsl(var(--col_gs_white));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.bigLoadingScreen.active {
  opacity: 1;
  transition: all 250ms ease-in-out;
}
.bigLoadingScreen .txt {
  margin-top: 1rem;
  font-weight: bold;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition: all 500ms ease-in-out 500ms;
}
.bigLoadingScreen.active .txt {
  opacity: 1;
  height: auto;
}
.bigLoadingScreen svg {
  width: 2.5rem;
  height: 2.5rem;
  animation: rotate infinite 2s linear;
}
/* ************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
:: VIEWS & MODALS
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
************************************************************* */
.viewBox > section {
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), hsl(var(--col_se_1));
  color: hsl(var(--col_gs_white));
}
.viewBox > section > .body {
  width: 100%;
  max-width: 500px;
  min-height: calc(100vh - var(--footerNavHeight));
  margin: 0px auto 5rem auto;
  padding: 1rem 0px 0px 0px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  text-align: left;
}
.modalBox > section {
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), hsl(var(--col_se_1));
  color: hsl(var(--col_gs_white));
}
.modalBox > section > .body {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

/* ************************************************************
***************************************************************
:: HOME
***************************************************************
************************************************************* */
.welcomeAnimation {
  /*display: none;*/
  position: fixed;
  z-index: 10000;
  left: 0px;
  top: 0px;
  min-width: 100vw;
  min-height: 100vh;
  background-color: hsla(var(--col_gs_black),1);
}
.welcomeAnimation .welcomeTxt {
  position: fixed;
  top: calc(50vh - 1.9rem);
  left: 50%;
  font-size: 8vw;
  font-family: 'BarlowCondensed';
  font-weight: bold;
  white-space: nowrap;
  color: hsl(var(--col_gs_white));
  display: flex;
  justify-content: center;
}
.welcomeAnimation.ani .welcomeTxt {
  transition: all 2s;
}
.welcomeAnimation.ani .welcomeTxt .inner {
  opacity: 0;
  width: 0%;
  display: inline-block;
  animation-name: welcomeTxtAni;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes welcomeTxtAni {
  0% {
    opacity: 0;
    width: 0px;
  }
  50% {
    opacity: 0;
    width: 45%;
  }
  100% {
    opacity: 1;
    width: auto;
  }
}



section[data-sectionname="home"] {
  margin-top: 0px !important;
}
section[data-sectionname="home"] .bg {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
section[data-sectionname="home"] .part1bg video {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
section[data-sectionname="home"] .bg .cover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgb(10,19,20);
  background: linear-gradient(180deg, rgba(10,19,20,0.50) 0%, rgba(10,19,20,0.75) 75%, rgba(10,19,20,1) 100%);
}
section[data-sectionname="home"] .parts {

}
section[data-sectionname="home"] .parts .part {
  /*min-height: calc(100vh - var(--footerNavHeight));*/
  min-height: 100vh;
  position: relative;
  margin-bottom: 20vh;
}

/* Part 1 */
section[data-sectionname="home"] .part_1 .welcomeTxt {
  position: absolute;
  top: calc(50vh - var(--footerNavHeight));
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8vw;
  font-family: 'BarlowCondensed';
  font-weight: bold;
  white-space: nowrap;
  color: hsl(var(--col_gs_white));
  /*transition: all 10s;*/
  display: flex;
  justify-content: center;
}

section[data-sectionname="home"] .part_1 .searchFields {
  display: none;
}

section[data-sectionname="home"] .part_1 .searchButton {
  font-size: 1.125rem;
  position: absolute;
  bottom: calc(var(--footerNavHeight) + 2rem);
  left: 50%;
  width: 100vw;
  padding: 0rem 2rem 2rem 2rem;
  border-radius: 2rem;
  transform: translateX(-50%);
}
section[data-sectionname="home"] .part_1 .searchButton button {
  font-weight: bold;
}

/* Part 2 */
section[data-sectionname="home"] .part_2 {
  margin-bottom: 40vh !important;
}
section[data-sectionname="home"] .part_2 .cnt .cards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 3rem;
}

section[data-sectionname="home"] .part_2 .head {
  padding: 0rem 1.75rem 3.75rem 1.75rem;
  font-size: 3rem;
  font-weight: 600;
  font-family: 'BarlowCondensed';
  text-align: center;
}

section[data-sectionname="home"] .part_2 .cnt .card {
  text-align: center;
  font-size: 1.25rem;
  padding: 2.25rem 1.125rem 3.375rem 1.125rem;
  border-radius: 1.5rem;
  color: hsl(var(--col_gs_white));
  width: 17vw;
  min-width: 300px;
}
section[data-sectionname="home"] .part_2 .cnt .card .iconLine {
  text-align: center;
  color: hsl(var(--col_sys_red));
  margin-bottom: 0.5rem;
}
section[data-sectionname="home"] .part_2 .cnt .card .iconLine svg {
  width: 3rem;
  height: 3rem;
}
section[data-sectionname="home"] .part_2 .cnt .card .head {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: 'BarlowCondensed';
}

/* Part 3 */
section[data-sectionname="home"] .part_3,
section[data-sectionname="home"] .part_4 {
  color: hsl(var(--col_gs_white))
}
section[data-sectionname="home"] .part_3 .content,
section[data-sectionname="home"] .part_4 .content {
    margin-top: 20vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;

}
section[data-sectionname="home"] .part_3 .head,
section[data-sectionname="home"] .part_4 .head {
  padding: 0rem 1.75rem 3.75rem 1.75rem;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'BarlowCondensed';
  text-align: center;
}
section[data-sectionname="home"] .part_3 .list,
section[data-sectionname="home"] .part_4 .list {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
section[data-sectionname="home"] .part_3 .list .card,
section[data-sectionname="home"] .part_4 .list .card {
  width: 100%;
  height: 5em;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0.636rem;
  position: relative;
}
section[data-sectionname="home"] .part_3 .list .card .vid,
section[data-sectionname="home"] .part_4 .list .card .vid {
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(1);
  transition: all 0.25s ease-in-out;
  position: absolute;
}
section[data-sectionname="home"] .part_3 .list .card.active .vid,
section[data-sectionname="home"] .part_4 .list .card.active .vid {
  transform: scale(1);
}
section[data-sectionname="home"] .part_3 .list .card.active .bg .cover,
section[data-sectionname="home"] .part_4 .list .card.active .bg .cover {
  opacity: 0;
}
section[data-sectionname="home"] .part_3 .list .card.active video,
section[data-sectionname="home"] .part_4 .list .card.active video {
  border-color: hsla(var(--col_se_3));
  border-style: solid;
  border-width: 2px;
  transform: scale(1.1);
}
section[data-sectionname="home"] .part_3 .list .cards.trans .card,
section[data-sectionname="home"] .part_4 .list .cards.trans .card {
  transition: all 0.25s ease-in-out;
}
section[data-sectionname="home"] .part_3 .list .card .lable,
section[data-sectionname="home"] .part_4 .list .card .lable {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 11;
}
section[data-sectionname="home"] .part_3 .list .card .bg,
section[data-sectionname="home"] .part_4 .list .card .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
section[data-sectionname="home"] .part_3 .list .card .bg video,
section[data-sectionname="home"] .part_4 .list .card .bg video {
  position: absolute;
  border-radius: 1rem;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
section[data-sectionname="home"] .part_3 .list .card .bg .cover,
section[data-sectionname="home"] .part_4 .list .card .bg .cover {
  position: absolute;
  border-radius: 1rem;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: hsla(var(--col_gs_black),0.4);
}
section[data-sectionname="home"] .part_3 .slider,
section[data-sectionname="home"] .part_4 .slider {
  display: none;
}


/* More // Scroll Elm */
.more {
  display: none;
}

/* ************************************************************
***************************************************************
:: MAILVERIFICATION
***************************************************************
************************************************************* */
section[data-sectionname="mailVerification"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="mailVerification"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="mailVerification"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_pr_3));
}
section[data-sectionname="mailVerification"] .body .pwdCheckList {
  list-style-type: none;
  padding-left: 1rem;
  text-align: left;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
section[data-sectionname="mailVerification"] .body .pwdCheckList .active {
  color: hsl(var(--col_sys_green));
  /*list-style-image: url('data:image/svg+xml,<svg transform="scale(0.5) translate(0, 10)" transform-origin="center" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%237afa8d"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');/* Use translate(X, Y) to position the SVG up, down, left, and right */*/
}
section[data-sectionname="mailVerification"] .body .pwdCheckList .active::before{
	font-size: 1em;
	line-height: 1em;
  position: relative;
  top: 0.2em;
  left: -0.2em;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 24 24" width="1em" fill="%237afa8d"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
  color: hsl(var(--col_sys_green));
}
section[data-sectionname="mailVerification"] .body button {
  width: 100%;
}

/* ************************************************************
***************************************************************
:: NEWSLETTER_1
***************************************************************
************************************************************* */
section[data-sectionname="newsletter_1"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="newsletter_1"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="newsletter_1"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_pr_3));
}

/* ************************************************************
***************************************************************
:: NEWSLETTER_2
***************************************************************
************************************************************* */
section[data-sectionname="newsletter_2"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="newsletter_2"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="newsletter_2"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_pr_3));
}
section[data-sectionname="newsletter_2"] .body .form .switches > .inputblock {
  border-radius: var(--gap_0_75);
  height: var(--gap_2_75);
  margin-top: var(--gap_1);
  background-color: hsl(var(--col_gs_white));
  color: hsl(var(--col_gs_black));
}

/* ************************************************************
***************************************************************
:: NEWSLETTER_3
***************************************************************
************************************************************* */
section[data-sectionname="newsletter_3"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="newsletter_3"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="newsletter_3"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_pr_3));
}
section[data-sectionname="newsletter_3"] .body .form  input[type="text"] {
  font-size: 2.625rem;
  width: 100%;
  background: no-repeat;
  border: none;
  color: hsl(var(--col_gs_white));
  padding-left: 0.1em;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 0.51em;
  background-image: url('data:image/svg+xml,<svg height="2" width="300" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="300" y2="0" style="stroke:%23fff;stroke-width:15" stroke-dasharray="35,15" stroke-dashoffset="0" /> Sorry, your browser does not support inline SVG.</svg>');
  background-position: bottom;
  background-size: 100% 2px;
}

/* ************************************************************
***************************************************************
:: NEWSLETTER_4
***************************************************************
************************************************************* */
section[data-sectionname="newsletter_4"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="newsletter_4"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="newsletter_4"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_pr_3));
}

/* ************************************************************
***************************************************************
:: CREATEACCOUNT/CREATEACCOUNT
***************************************************************
************************************************************* */
section[data-sectionname="createAccount"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="createAccount"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="createAccount"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_pr_3));
}
section[data-sectionname="createAccount"] .body .entryTxt > div:nth-child(3) {
  margin-bottom: 1.75rem;
}


/* ************************************************************
***************************************************************
:: CREATEACCOUNT/SELECTPASSWORD
:: FORGOTPWD/SELECTPASSWORD
***************************************************************
************************************************************* */
section[data-sectionname="selectPassword"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="selectPassword"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="selectPassword"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_pr_3));
}
section[data-sectionname="selectPassword"] .body .pwdCheckList {
  list-style-type: none;
  padding-left: 1rem;
  text-align: left;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
section[data-sectionname="selectPassword"] .body .pwdCheckList .active {
  color: hsl(var(--col_sys_green));
  /*list-style-image: url('data:image/svg+xml,<svg transform="scale(0.5) translate(0, 10)" transform-origin="center" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%237afa8d"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');/* Use translate(X, Y) to position the SVG up, down, left, and right */*/
}
section[data-sectionname="selectPassword"] .body .pwdCheckList .active::before{
	font-size: 1em;
	line-height: 1em;
  position: relative;
  top: 0.2em;
  left: -0.2em;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 24 24" width="1em" fill="%237afa8d"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
  color: hsl(var(--col_sys_green));
}

/* ************************************************************
***************************************************************
:: CREATEACCOUNT/SELECTPASSIONS
:: CONTACTFORM/SELECTPASSIONS
***************************************************************
************************************************************* */
section[data-sectionname="selectPassions"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="selectPassions"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="selectPassions"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_pr_3));
}
section[data-sectionname="selectPassions"] [data-gees="stepIndicator"] {
  margin-bottom: 1.125rem;
}
section[data-sectionname="selectPassions"] .body {
  color: hsl(var(--col_gs_white));
  word-wrap: break-word;
}

/* ************************************************************
***************************************************************
:: CREATEACCOUNT/VERIFYMAIL
:: CONTACTFORM/VERIFYMAIL
:: FORGOTPWD/VERIFYMAIL
***************************************************************
************************************************************* */
section[data-sectionname="verifyMail"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="verifyMail"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="verifyMail"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_pr_3));
}
section[data-sectionname="verifyMail"] .body .form  input[type="text"] {
  font-size: 2.625rem;
  width: 100%;
  background: no-repeat;
  border: none;
  color: hsl(var(--col_gs_white));
  padding-left: 0.2em;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 0.57em;
  background-image: url('data:image/svg+xml,<svg height="2" width="100" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="14" y2="0" style="stroke:white;stroke-width:2" /><line x1="17" y1="0" x2="31" y2="0" style="stroke:white;stroke-width:2" /><line x1="34" y1="0" x2="48" y2="0" style="stroke:white;stroke-width:2" /><line x1="51" y1="0" x2="65" y2="0" style="stroke:white;stroke-width:2" /><line x1="68" y1="0" x2="82" y2="0" style="stroke:white;stroke-width:2" /><line x1="85" y1="0" x2="100" y2="0" style="stroke:white;stroke-width:2" /></svg>');
  /*background-image: url('https://img.freepik.com/fotos-kostenlos/abstrakter-strukturierter-hintergrund_1258-30484.jpg');*/
  background-position: bottom;
  background-size: 100% 2px;
}
section[data-sectionname="verifyMail"] [data-gees="stepIndicator"] {
  margin-bottom: 1.125rem;
}
section[data-sectionname="verifyMail"] .body {
  color: hsl(var(--col_gs_white));
  word-wrap: break-word;
}

/* ************************************************************
***************************************************************
:: CREATEACCOUNT/THANKS
:: LOGIN/THANKS
:: CONTACTFORM/THANKS
:: FORGOTPWD/THANKS
:: SETPASSWORD/THANKS
***************************************************************
************************************************************* */
section[data-sectionname="thanks"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="thanks"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="thanks"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_pr_3));
}
section[data-sectionname="thanks"] [data-gees="stepIndicator"] {
  margin-bottom: 1.125rem;
}

/* ************************************************************
***************************************************************
:: LOGIN/LOGIN
***************************************************************
************************************************************* */
section[data-sectionname="login"] .body .loginProbs {
  display: none;
  color: hsl(var(--col_sys_red));
  margin-top: var(--gap_0_5);
  font-weight: bold;
}
section[data-sectionname="login"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="login"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="login"] .body .entryTxt > div:nth-child(2) {
  margin-bottom: 1.75rem;
}

/* ************************************************************
***************************************************************
:: LOGIN/PASSWORD
***************************************************************
************************************************************* */
section[data-sectionname="password"] {
  background-color: hsl(var(--col_pr_1));
  min-height: calc(var(--windowHeight) - var(--footerNavHeight) + 1px);
  color: hsl(var(--col_gs_white));
}
section[data-sectionname="password"] .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), hsl(var(--col_pr_1));
  background-size: 100% auto;
  /*background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);*/
}
section[data-sectionname="password"] .body {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  z-index: 1;
  padding: 0px var(--gap_3);
  min-height: calc(var(--windowHeight) - var(--headerNavHeight));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section[data-sectionname="password"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="password"] .body .entryTxt {
  text-align: left;
}
section[data-sectionname="password"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="password"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_se_3));
}

/* ************************************************************
***************************************************************
:: USERMENU/USERMENU
***************************************************************
************************************************************* */
section[data-sectionname="userMenu"] .menuList {
  display: none;
  padding-top: 1rem;
}
section[data-sectionname="userMenu"] .menuList.active {
  display: block;
}
section[data-sectionname="userMenu"] .menuList .group .body {
  padding: 0.75em 1em;
  margin-bottom: 0px;
}
section[data-sectionname="userMenu"] .menuList .group .body > div {
  margin-bottom: 1rem;
  color: hsl(var(--col_gs_white));
}
section[data-sectionname="userMenu"] .menuList .group .body > div svg {
  width: 1.5em;
  height: 1.5em;
}
section[data-sectionname="userMenu"] .menuList .group .body > div a {
  color: hsl(var(--col_gs_white));
  display: flex;
  gap: 1em;
}
section[data-sectionname="userMenu"] .content {
  display: none;
}
section[data-sectionname="userMenu"] .content.active {
  display: block;
}
section[data-sectionname="userMenu"] .content .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0px;
  width: 100%;
  padding-top: 1rem;
}
section[data-sectionname="userMenu"] .content .header .left .backBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section[data-sectionname="userMenu"] .content .header svg {
  width: 1.25em;
  height: 1.25em;
}

/* ************************************************************
***************************************************************
:: USERMENU/PERSONALDATA
***************************************************************
************************************************************* */
section[data-sectionname="personalData"] {
  /*background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), hsl(var(--col_se_1));*/
  min-height: calc(var(--windowHeight) - var(--footerNavHeight) + 1px);
  color: hsl(var(--col_gs_white));
}
section[data-sectionname="personalData"] .body {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  z-index: 1;
  min-height: calc(var(--windowHeight) - var(--headerNavHeight));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section[data-sectionname="personalData"] .blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 3rem;
}
section[data-sectionname="personalData"] .inputGroup {
  background: hsla(var(--col_se_5),0.5);
  padding: 0px;
  width: 100%;
  overflow: hidden;
}
section[data-sectionname="personalData"] .inputGroup .head {
  padding: 1.5rem;
  background: hsla(var(--col_se_4),0.5);
}
section[data-sectionname="personalData"] .inputGroup .cnt {
  padding: 1.5rem;
}

section[data-sectionname="personalData"] .inputGroup:nth-child(3) {
  width: 100%;
}
section[data-sectionname="personalData"] .inputGroup:nth-child(3) .cnt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
section[data-sectionname="personalData"] .inputGroup:nth-child(3) .cnt > div {
  width: 100%;
}

/* ************************************************************
***************************************************************
:: USERMENU/SECURITYSETTINGS
***************************************************************
************************************************************* */
section[data-sectionname="securitySettings"] {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), hsl(var(--col_pr_1));
  min-height: calc(var(--windowHeight) - var(--footerNavHeight) + 1px);
  color: hsl(var(--col_gs_white));
}
section[data-sectionname="securitySettings"] .body {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  z-index: 1;
  padding: 0px var(--gap_3);
  min-height: calc(var(--windowHeight) - var(--headerNavHeight));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ************************************************************
***************************************************************
:: USERMENU/CHANGEPASSWORD
***************************************************************
************************************************************* */
section[data-sectionname="changePassword"] {
  min-height: calc(var(--windowHeight) - var(--footerNavHeight) + 1px);
  color: hsl(var(--col_gs_white));
  max-width: 500px;
}
section[data-sectionname="changePassword"] .body {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  z-index: 1;
  min-height: calc(var(--windowHeight) - var(--headerNavHeight));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section[data-sectionname="changePassword"] .warningLabel {
  text-align: left;
  margin-top: 0.25rem;
}

section[data-sectionname="changePassword"] .inputGroup {
  background: hsla(var(--col_se_5),0.5);
  padding: 0px;
  width: 100%;
  overflow: hidden;
}
section[data-sectionname="changePassword"] .inputGroup .head {
  padding: 1.5rem;
  background: hsla(var(--col_se_4),0.5);
}
section[data-sectionname="changePassword"] .inputGroup .cnt {
  padding: 1.5rem;
}

/* ************************************************************
***************************************************************
:: DATASELECTS/MAPCOORDSSELECTION
***************************************************************
************************************************************* */
section[data-sectionname="mapCoordsSelection"] {

}
section[data-sectionname="mapCoordsSelection"] .inner {
  position: relative;
}
section[data-sectionname="mapCoordsSelection"] .body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
}
section[data-sectionname="mapCoordsSelection"] .body .infoBx {
  width: 100%;
  margin-bottom: 1rem;
}
section[data-sectionname="mapCoordsSelection"] .body .searchAdressBx {
  width: 100%;
  margin-bottom: 1rem;
}
section[data-sectionname="mapCoordsSelection"] .mapBx {
  width: 100%;
  flex-grow: 1;
}
section[data-sectionname="mapCoordsSelection"] .mapBx .map {
  width: 100%;
  height: 100%;
}
/* ************************************************************
***************************************************************
:: DATASELECTS/VIBESSEELCTION
***************************************************************
************************************************************* */
section[data-sectionname="vibesSelection"] {
  color: hsl(var(--col_gs_white));
}
section[data-sectionname="vibesSelection"] .inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
}
section[data-sectionname="vibesSelection"] .inner .body {
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
section[data-sectionname="vibesSelection"] .inner .body [data-gees="multilist"] {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

/* ************************************************************
***************************************************************
:: DATASELECTS/EVENTTYPESSELECTION
***************************************************************
************************************************************* */
section[data-sectionname="eventTypesSelection"] {
  color: hsl(var(--col_gs_white));
}
section[data-sectionname="eventTypesSelection"] .inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
}
section[data-sectionname="eventTypesSelection"] .inner .body {
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
section[data-sectionname="eventTypesSelection"] .inner .body [data-gees="multilist"] {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

/* ************************************************************
***************************************************************
:: FORGOTPWD/FORGOTPWD
***************************************************************
************************************************************* */
section[data-sectionname="forgotPwd"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="forgotPwd"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="forgotPwd"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_pr_3));
}
section[data-sectionname="forgotPwd"] .body .entryTxt > div:nth-child(3) {
  margin-bottom: 1.75rem;
}

/* ************************************************************
***************************************************************
:: CONTACTFORM/CONTACTFORM
***************************************************************
************************************************************* */
section[data-sectionname="contactForm"] .body > div:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
section[data-sectionname="contactForm"] .body .entryTxt > div:nth-child(1) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
section[data-sectionname="contactForm"] .body .entryTxt > div:nth-child(2) {
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: hsl(var(--col_pr_3));
}
section[data-sectionname="contactForm"] [data-gees="stepIndicator"] {
  margin-bottom: 1.125rem;
}
section[data-sectionname="contactForm"] .body {
  color: hsl(var(--col_gs_white));
  word-wrap: break-word;
}

/* ************************************************************
***************************************************************
:: QUICKSEARCH
***************************************************************
************************************************************* */
section[data-sectionname="quicksearch"] {
  min-height: calc(var(--windowHeight) - var(--footerNavHeight) + 1px);
  color: hsl(var(--col_gs_white));
}
section[data-sectionname="quicksearch"] .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), hsl(var(--col_pr_1));
  background-size: 100% auto;
}
section[data-sectionname="quicksearch"] .body {
  width: 100%;
  max-width: 500px;
  margin: 0px auto 0px auto;
  padding: 0px;
  position: relative;
  z-index: 1;
  padding: 0px var(--gap_3);
  min-height: calc(var(--windowHeight) - var(--headerNavHeight));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section[data-sectionname="quicksearch"] .lastSearch {
  display: none;
}
section[data-sectionname="quicksearch"] .lastSearch .headline {
  margin-top: var(--gap_0_75);
  font-size: var(--gap_0_75);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
section[data-sectionname="quicksearch"] .lastSearch .headline > div {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
section[data-sectionname="quicksearch"] .lastSearch .headline svg {
  width: var(--gap_0_75);
  height: var(--gap_0_75);
  margin-left: var(--gap_0_25);
}
section[data-sectionname="quicksearch"] .lastSearch .list {
  margin-top: var(--gap_0_5);
}
section[data-sectionname="quicksearch"] .lastSearch .list .elm {
  margin-top: var(--gap_1);
  background-color: hsl(var(--col_pr_1));
  border-radius: 1rem;
  padding: var(--gap_1);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
section[data-sectionname="quicksearch"] .lastSearch .list .elm svg {
  width: 1rem;
}
section[data-sectionname="quicksearch"] .lastSearch .list .elmTmp {
  display: none;
}
section[data-sectionname="quicksearch"] .lastSearch .list .elm .text > div:nth-child(1) {
  font-weight: bold;
}
section[data-sectionname="quicksearch"] .lastSearch .list .elm .text > div:nth-child(2) {
  font-weight: normal;
  font-size: 0.75rem;
}
section[data-sectionname="quicksearch"] .lastSearch .afterList {
  font-weight: normal;
  font-size: 0.75rem;
  margin-top: var(--gap_0_25);
  padding: 1rem 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}
section[data-sectionname="quicksearch"] .lastSearch .afterList svg {
  margin-left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}
section[data-sectionname="quicksearch"] .popularCats {
  margin-top: var(--gap_2);
}
section[data-sectionname="quicksearch"] .popularCats .elms .elm {
  margin-top: var(--gap_1);
  background-color: hsl(var(--col_pr_1));
  border-radius: 1rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
section[data-sectionname="quicksearch"] .popularCats .elms .elm .imgBox {
  width: 40%;
  overflow: hidden;
  display: flex;
  padding: var(--gap_0_5);
}
section[data-sectionname="quicksearch"] .popularCats .elms .elm .imgBox img {
  width: 100%;
  border-radius: 1rem;
  aspect-ratio: 16/12;
}
section[data-sectionname="quicksearch"] .popularCats .elms .elm .text {
  flex-grow: 1;
}
section[data-sectionname="quicksearch"] .popularCats .elms .elm .text > div:nth-child(1) {
  font-weight: bold;
}
section[data-sectionname="quicksearch"] .popularCats .elms .elm .text > div:nth-child(2) {
  font-weight: normal;
  font-size: 0.75rem;
}
section[data-sectionname="quicksearch"] .popularCats .elms .elm .ico svg {
  width: 1rem;
  margin-right: 1rem;
}

/* ************************************************************
***************************************************************
:: SEARCH
***************************************************************
************************************************************ */
section[data-sectionname="search"] {
  min-height: calc(var(--windowHeight) - var(--footerNavHeight) + 1px);
  color: hsl(var(--col_gs_white));
}
section[data-sectionname="search"] .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), hsl(var(--col_pr_1));
  background-size: 100% auto;
}
section[data-sectionname="search"] .body {
  width: 100%;
  max-width: 500px;
  margin: 0px auto 0px auto;
  padding: 0px;
  position: relative;
  z-index: 1;
  padding: 0px var(--gap_3);
  min-height: calc(var(--windowHeight) - var(--headerNavHeight));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ************************************************************
***************************************************************
:: SEARCHFILTER
***************************************************************
************************************************************* */
section[data-sectionname="searchfilter"] {
  min-height: calc(var(--windowHeight) - var(--footerNavHeight) + 1px);
  color: hsl(var(--col_gs_white));
}
section[data-sectionname="searchfilter"] .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), hsl(var(--col_pr_1));
  background-size: 100% auto;
}
section[data-sectionname="searchfilter"] .body {
  width: 100%;
  max-width: 500px;
  margin: 0px auto 0px auto;
  padding: 0px;
  position: relative;
  z-index: 1;
  padding: 0px var(--gap_3);
  min-height: calc(var(--windowHeight) - var(--headerNavHeight));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section[data-sectionname="searchfilter"] .filters {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
section[data-sectionname="searchfilter"] .filters hr {
  width: 100%;
  height: 1px;
  border: none;
  margin: var(--gap_1) 0px;
  background-color: hsl(var(--col_pr_2));
}
section[data-sectionname="searchfilter"] .filters .elm {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section[data-sectionname="searchfilter"] .filters .elm .headlineLabel {
  font-size: 1rem;
  display: block;
  font-weight: bold;
  margin-bottom: var(--gap_1_5);
}
section[data-sectionname="searchfilter"] .filters .elm[data-filtertype="input_range"] .vals {
  width: 100%;
  margin-top: var(--gap_1);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between
}
section[data-sectionname="searchfilter"] .filters .elm[data-filtertype="switch"] {
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between
}
section[data-sectionname="searchfilter"] .flyButton {
  position: fixed;
  width: calc(100% - 6rem);
  bottom: 1rem;
  z-index: 999;
}

/* ************************************************************
***************************************************************
***************************************************************
:: LASTSEARCHES
***************************************************************
***************************************************************
************************************************************* */
section[data-sectionname="lastSearches"] {
  min-height: calc(var(--windowHeight) - var(--footerNavHeight) + 1px);
  color: hsl(var(--col_gs_white));
}
section[data-sectionname="lastSearches"] .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), hsl(var(--col_pr_1));
  background-size: 100% auto;
}
section[data-sectionname="lastSearches"] .body {
  width: 100%;
  max-width: 500px;
  margin: 0px auto 0px auto;
  padding: 0px;
  position: relative;
  z-index: 1;
  padding: 0px var(--gap_3);
  min-height: calc(var(--windowHeight) - var(--headerNavHeight));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

[data-sectionname="lastSearches"] .lastSearch .headline {
  margin-top: var(--gap_0_75);
  font-size: var(--gap_0_75);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
[data-sectionname="lastSearches"] .lastSearch .headline > div {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
[data-sectionname="lastSearches"] .lastSearch .headline svg {
  width: var(--gap_0_75);
  height: var(--gap_0_75);
  margin-left: var(--gap_0_25);
}
[data-sectionname="lastSearches"] .lastSearch .list {
  margin-top: var(--gap_0_5);
}
[data-sectionname="lastSearches"] .lastSearch .list .elm {
  margin-top: var(--gap_1);
  background-color: hsl(var(--col_pr_1));
  border-radius: 1rem;
  padding: var(--gap_1);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
[data-sectionname="lastSearches"] .lastSearch .list .elm svg {
  width: 1rem;
}
[data-sectionname="lastSearches"] .lastSearch .list .elmTmp {
  display: none;
}
[data-sectionname="lastSearches"] .lastSearch .list .elm .text > div:nth-child(1) {
  font-weight: bold;
}
[data-sectionname="lastSearches"] .lastSearch .list .elm .text > div:nth-child(2) {
  font-weight: normal;
  font-size: 0.75rem;
}
[data-sectionname="lastSearches"] .lastSearch .afterList {
  font-weight: normal;
  font-size: 0.75rem;
  margin-top: var(--gap_0_25);
  padding: 1rem 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}
[data-sectionname="lastSearches"] .lastSearch .afterList svg {
  margin-left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}

/* ************************************************************
***************************************************************
:: LOCATIONREQUESTS
***************************************************************
************************************************************* */
section[data-sectionname="locationRequests"] .requests {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
}
section[data-sectionname="locationRequests"] .requests .elm {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.25em;
}
section[data-sectionname="locationRequests"] .requests .elm:not(:last-child) {
  border-bottom: 1px hsl(var(--col_se_5)) solid;
  padding-bottom: 1rem;
}
section[data-sectionname="locationRequests"] .requests .head .creationTSLable {
  display: none;
}
section[data-sectionname="locationRequests"] .requests .elm .body {
  font-size: 1em;
  font-style: italic;
}
section[data-sectionname="locationRequests"] .requests .elm .foot {
  font-size: 0.75em;
  margin-top: 0.25em;
}

/* ************************************************************
***************************************************************
:: IMPRINT, TEAM
***************************************************************
************************************************************* */
section[data-sectionname="team"] .body hr,
section[data-sectionname="ourValues"] .body hr {
  height: 1px;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: hsl(var(--col_gs_white));
  border: none;
}
section[data-sectionname="team"] .body .entryTxt,
section[data-sectionname="ourValues"] .body .entryTxt {
  text-align: left;
  font-size: 1rem;
  line-height: 1.625em;
}
section[data-sectionname="team"] .body .entryTxt p:first-child,
section[data-sectionname="ourValues"] .body .entryTxt p:first-child {
  margin-top: 0px;
}
section[data-sectionname="team"] .body .entryTxt .head,
section[data-sectionname="ourValues"] .body .entryTxt .head {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

/* ************************************************************
***************************************************************
:: SITEMAP
***************************************************************
************************************************************* */
section[data-sectionname="sitemap"] .body hr {
  height: 1px;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: hsl(var(--col_gs_white));
  border: none;
}
section[data-sectionname="sitemap"] .body .entryTxt {
  text-align: left;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.625em;
}
section[data-sectionname="sitemap"] .body .entryTxt .head {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
section[data-sectionname="sitemap"] .body ul {
  margin: 0px;
}

/* ************************************************************
***************************************************************
:: LOCATIONCARDS
***************************************************************
************************************************************* */
.locationEntries {
  font-size: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(300px, 1fr));
  gap: 1em;
}
.locationEntries .locationCard {
  font-size: 1rem;
  overflow: hidden;
  background-color: hsl(var(--col_se_5));
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: flex-start;
  cursor: pointer;
}
.locationEntries .locationCard .imgBox {
  width: 100%;
  display: flex;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.locationEntries .locationCard .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locationEntries .locationCard .imgBox [data-gees="pill"] {
  position: absolute;
  left: 1em;
  top: 1em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 1.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: hsl(var(--col_gs_black));
  color: hsl(var(--col_sys_red));
  z-index: 10;
}
.locationEntries .locationCard .imgBox [data-gees="pill"] .addRemoveFromFavs {
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  min-height: 2.5em;
}
.locationEntries .locationCard .imgBox [data-gees="pill"] .addRemoveFromFavs > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.locationEntries .locationCard .imgBox [data-gees="pill"] * {
  cursor: pointer;
}
.locationEntries .locationCard .imgBox [data-gees="pill"]:hover svg {
  animation: heartPulse 1s ease-in-out 1;
}
.locationEntries .locationCard .imgBox .shortMenu {
  position: absolute;
  right: 1em;
  top: 1em;
  border-radius: 1.75em;
  display: flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  background: hsla(var(--col_gs_white), 0.5);
  color: hsl(var(--col_gs_black));
  cursor: pointer;
  z-index: 100;
}
.locationEntries .locationCard .imgBox .shortMenu.opened {
  border-radius: 0.33em;
  background: hsla(var(--col_gs_white), 0.70);

  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: translate(-50%, -50%);
  font-size: 2em;
  text-align: center;
}
.locationEntries .locationCard .imgBox .shortMenu svg {
  width: 1.5em;
  height: 1.5em;
}
.locationEntries .locationCard .imgBox .shortMenu .extended {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.locationEntries .locationCard .imgBox .shortMenu .extended > div:hover {
  text-decoration: underline;
}
.locationEntries .locationCard .imgBox .shortMenu * {
  cursor: pointer;
}
.locationEntries .locationCard .text {
  width: 100%;
  padding: 0.75em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.locationEntries .locationCard .text .line1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
}
.locationEntries .locationCard .text .line1 .name {
  font-weight: bold;
}
.locationEntries .locationCard .text .line1 .price {
  font-weight: bold;
  text-align: right;
}
.locationEntries .locationCard .text .line1 .price > div:nth-child(1) {
  white-space: nowrap;
}
.locationEntries .locationCard .text .line1 .price > div:nth-child(2) {
  font-size: 0.75em;
  white-space: nowrap;
}
.locationEntries .locationCard .text hr {
  margin-left: -0.75em;
  width: calc(100% + 1.5em);
  opacity: 0.5;
  border: 1px hsl(var(--col_se_4)) solid;
}
.locationEntries .locationCard .text .line2 {
  font-size: 0.75em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
}
.locationEntries .locationCard .text .line2 .adress {
  text-align: right;
}
.locationEntries .locationCard.disabled {
  position: relative;
}
.locationEntries .locationCard.disabled .shortMenu {
  background-color: hsla(var(--col_gs_white), 0.75);
}
.locationEntries .locationCard.disabled:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsla(var(--col_se_5),0.75);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}


/* ************************************************************
***************************************************************
:: SERVICECARDS
***************************************************************
************************************************************* */
.serviceEntries {
  font-size: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(300px, 1fr));
  gap: 1em;
}
.serviceEntries .serviceCard {
  font-size: 1rem;
  overflow: hidden;
  background-color: hsl(var(--col_se_5));
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: flex-start;
  cursor: pointer;
}
.serviceEntries .serviceCard .imgBox {
  width: 100%;
  display: flex;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.serviceEntries .serviceCard .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceEntries .serviceCard .imgBox [data-gees="pill"] {
  position: absolute;
  left: 1em;
  top: 1em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 1.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: hsl(var(--col_gs_black));
  color: hsl(var(--col_sys_red));
  z-index: 10;
}
.serviceEntries .serviceCard .imgBox [data-gees="pill"] .addRemoveFromFavs {
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  min-height: 2.5em;
}
.serviceEntries .serviceCard .imgBox [data-gees="pill"] .addRemoveFromFavs > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceEntries .serviceCard .imgBox [data-gees="pill"] * {
  cursor: pointer;
}
.serviceEntries .serviceCard .imgBox [data-gees="pill"]:hover svg {
  animation: heartPulse 1s ease-in-out 1;
}
.serviceEntries .serviceCard .imgBox .shortMenu {
  position: absolute;
  right: 1em;
  top: 1em;
  border-radius: 1.75em;
  display: flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  background: hsla(var(--col_gs_white), 0.5);
  color: hsl(var(--col_gs_black));
  cursor: pointer;
  z-index: 100;
}
.serviceEntries .serviceCard .imgBox .shortMenu.opened {
  border-radius: 0.33em;
  background: hsla(var(--col_gs_white), 0.70);

  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: translate(-50%, -50%);
  font-size: 2em;
  text-align: center;
}
.serviceEntries .serviceCard .imgBox .shortMenu svg {
  width: 1.5em;
  height: 1.5em;
}
.locationEntriserviceEntrieses .serviceCard .imgBox .shortMenu .extended {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.serviceEntries .serviceCard .imgBox .shortMenu .extended > div:hover {
  text-decoration: underline;
}
.serviceEntries .serviceCard .imgBox .shortMenu * {
  cursor: pointer;
}
.serviceEntries .serviceCard .text {
  width: 100%;
  padding: 0.75em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.serviceEntries .serviceCard .text .line1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
}
.serviceEntries .serviceCard .text .line1 .name {
  font-weight: bold;
}
.serviceEntries .serviceCard .text hr {
  margin-left: -0.75em;
  width: calc(100% + 1.5em);
  opacity: 0.5;
  border: 1px hsl(var(--col_se_4)) solid;
}
.serviceEntries .serviceCard .text .line2 {
  font-size: 0.75em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
}
.serviceEntries .serviceCard .text .line2 .adress {
  text-align: right;
}
.serviceEntries .serviceCard.disabled {
  position: relative;
}
.serviceEntries .serviceCard.disabled .shortMenu {
  background-color: hsla(var(--col_gs_white), 0.75);
}
.serviceEntries .serviceCard.disabled:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsla(var(--col_se_5),0.75);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

/* ************************************************************
***************************************************************
:: COOKIES
***************************************************************
************************************************************* */
section[data-sectionname="cookies"] .body hr {
  height: 1px;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: hsl(var(--col_gs_white));
  border: none;
}
section[data-sectionname="cookies"] .body .entryTxt {
  text-align: left;
}
section[data-sectionname="cookies"] .body .entryTxt .head:not(:first-child) {
  margin-top: 2rem;
}
section[data-sectionname="cookies"] .body .entryTxt .head {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
section[data-sectionname="cookies"] .body .entryTxt .head2 {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
section[data-sectionname="cookies"] .body .entryTxt .cookieList {
  margin-top: 1rem;
}

/* ************************************************************
***************************************************************
***************************************************************
:: ANIMATIONS
***************************************************************
***************************************************************
************************************************************* */
[data-ani="fadeIn"] {
  opacity: 0;
}
[data-ani="fadeIn"].ani {
  animation-delay: 0.5s;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0%   {opacity: 0;}
  100%  {opacity: 1;}
}
[data-ani="fadeInFromLeft"] {
  opacity: 0;
}
[data-ani="fadeInFromLeft"].ani {
  animation-name: fadeInFromLeft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes fadeInFromLeft {
  0%   {opacity: 0; transform: translateX(-100%);}
  100%  {opacity: 1; transform: translateX(0);}
}
[data-ani="fadeInFromRight"] {
  opacity: 0;
}
[data-ani="fadeInFromRight"].ani {
  animation-name: fadeInFromRight;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes fadeInFromRight {
  0%   {opacity: 0; transform: translateX(100%);}
  100%  {opacity: 1; transform: translateX(0);}
}
[data-ani="fadeInFromBottom"] {
  opacity: 0;
}
[data-ani="fadeInFromBottom"].ani {
  opacity: 0;
  animation-name: fadeInFromBottom;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes fadeInFromBottom {
  0%   {opacity: 0; transform: translateY(100%);}
  100%  {opacity: 1; transform: translateY(0);}
}

[data-ani="fadeInStandard"] {
  opacity: 0;
  transform: translateY(12rem);
  transition: opacity .6s linear, transform .6s cubic-bezier(0.26,0.67,0.48,0.91);
}
[data-ani="fadeInStandard"].ani {
  opacity: 1;
  transform: translateY(0);
}
