/* ************************************************************
***************************************************************
***************************************************************
 MAIN PAGE ELEMENTS
***************************************************************
***************************************************************
************************************************************* */
html {
  font-size: 16px;
}
body {
  padding-bottom: 0px;
}
.dNone_hd {
  display: none !important;
}
.cw100p {
  position: relative;
  width: 100vw;
  left: -4.166vw;
  overflow: hidden;
}
.cw1440 {
  padding-left: 8.334vw !important;
  padding-right: 8.334vw !important;
}
.cw1260 {
  padding-left: 17.1875vw !important;
  padding-right: 17.1875vw !important;
}
.cw1080 {
  padding-left: 21.875vw !important;
  padding-right: 21.875vw !important;
}

/* Headbar */
.headbar {
  position: fixed;
  padding: 0px 12.5vw;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3.5rem;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.headbar .left {
  cursor: pointer;
}
.headbar .left svg {
  width: auto;
  height: 1.5em;
}
.headbar .middle {
  font-size: 1.125rem;
  color: hsl(var(--col_gs_white));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 3.125rem;
  flex-grow: 1;
}
.headbar .middle > span {
  cursor: pointer;
}
.headbar .right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.headbar .right svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: #fff;
}
.headbar .naviHeaderMenu {
  position: relative;
}
.headbar .naviHeaderMenu:hover .dropOutMenu {
  display: block;
}
.headbar .dropOutMenu {
  display: none;
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: hsl(var(--col_gs_white));
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.headbar .dropOutMenu .bg {
  background-color: rgba(10,10,10,0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: absolute !important;
  border-radius: 1rem;
  z-index: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.headbar .dropOutMenu .inner * {
  position: relative;
  z-index: 1;
}
.headbar .dropOutMenu .inner {
  margin-top: 1.125rem;
  padding: 1.125em 1.75em 1.125em 1.75em;
  border-radius: 1rem;
  background-color: rgba(10,10,10,0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.headbar .dropOutMenu .inner .userIdArea {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.25rem;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.headbar .dropOutMenu .inner .userIdArea .userImgCircle {
  font-size: 1.125rem;
  width: 2.75rem;
  min-width: 2.75rem;
  max-width: 2.75rem;
  height: 2.75rem;
  min-height: 2.75rem;
  max-height: 2.75rem;
}
.headbar .dropOutMenu .elm {
  cursor: pointer;
}
.headbar .dropOutMenu .elm:hover {
  color: hsl(var(--col_pr_4));
}

/* Header Navi */
.naviHeaderMenu {
  display: block;
  padding: 2rem 1.125rem;
  cursor: pointer;
}
.naviHeaderMenu .userImgCircle {
  font-size: 0.75rem;
  width: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  max-height: 1.5rem;
  color: hsla(var(--col_gs_black),0.4);
  background-color: hsl(var(--col_pr_3));
  border-radius: 1.5em;
  padding: 0.5em 0.35em;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Footer Navi */
.naviFooter {
  display: none;
}
/* MainNavigation */
.mainNavigation {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(7,35,45,0.85);
  background: linear-gradient(0deg, rgba(7,35,45,1) 0%, rgba(7,35,45,0.85) 50%, rgba(7,35,45,1) 100%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.mainNavigation .inner {
  height: 100%;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: var(--col_gs_white);
}
.mainNavigation .inner .elm {
  font-size: 2.625rem;
  font-weight: 900;
  text-transform: uppercase;
}
.mainNavigation .inner .lastElm {
  display: flex;
  gap:0.5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

/* Footer? */
.footer .quickLinks [data-gees="accordion"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.footer .quickLinks [data-gees="accordion"] .group .label {
  border-bottom: none;
  font-weight: 700;
}
.footer .quickLinks [data-gees="accordion"] .group .label .icon {
  display: none;
}
.footer .quickLinks [data-gees="accordion"] .group .body {
  display: block !important;
  height: auto !important;
  padding-left: 0em;
  padding-top: 0px;
}

.footer .lastPart {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer .lastPart > div:nth-child(1) {
  display: inline;
}
.footer .lastPart > div:nth-child(1) > div {
  display: inline;
}
.footer .lastPart > div:nth-child(1) > div:nth-child(1):after {
  content: '.';
}
.footer .lastPart > div:nth-child(2) {
  display: inline;
}
.footer .lastPart > .rightLnks {
  display: inline;
  margin-top: 0px;
}

.viewBox {
  min-height: var(--windowHeight);
}

.viewBox > section {
  /*margin-top: 6rem;*/
  min-height: calc(var(--windowHeight) - 5rem);
}

/* ************************************************************
***************************************************************
:: LOCATIONCARDS
***************************************************************
************************************************************* */
.locationEntries {
  grid-template-columns: repeat(2, minmax(275px, 1fr));
}
.locationCard .imgBox img {
  transition: transform 250ms ease-in-out;
}
.locationCard:hover .imgBox img {
  transform: scale(1.05) rotate(2deg);
}

/* ************************************************************
***************************************************************
:: SERVICECARDS
***************************************************************
************************************************************* */
.serviceEntries {
  grid-template-columns: repeat(2, minmax(275px, 1fr));
}
.serviceCard .imgBox img {
  transition: transform 250ms ease-in-out;
}
.serviceCard:hover .imgBox img {
  transform: scale(1.05) rotate(2deg);
}


/* ************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
:: VIEWS
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
************************************************************* */

/* ************************************************************
***************************************************************
:: HOME
***************************************************************
************************************************************* */
.welcomeAnimation .welcomeTxt {
  font-size: 6vw;
  top: calc(50% - 1.75rem);
}
/* Part 1 */
section[data-sectionname="home"] .part_1 .searchButton {
  display: none;
}
section[data-sectionname="home"] .part_1 .welcomeTxt {
  font-size: 6vw;
  top: calc(50% - 3.5rem);
  transform: translate(-50%, -50%);
}
section[data-sectionname="home"] .part_1 .searchFields {
  display: flex;
  position: absolute;
  bottom: 15vh;
  left: 50%;
  width: 40vw;
  transform: translateX(-50%);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
section[data-sectionname="home"] .part_1 .searchFields .headLabel {
  font-family: 'Barlow';
  font-size: 1.5rem;
}
section[data-sectionname="home"] .part_1 .searchFields .inner {
  width: 100%;
  border-radius: 2rem;
  background-color: hsla(var(--col_sys_red),0.8);
  padding: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
section[data-sectionname="home"] .part_1 .searchFields .inner .predictionField {
  left: 1rem;
  top: 0px;
  margin-top: 10px;
  border: 1px hsl(var(--col_se_5)) solid solid;
  background-color: hsl(var(--col_se_4));
  color: hsl(var(--col_gs_white));
  position: absolute;
  z-index: 10;
  border-radius: 0.75em;
  max-width: calc(100vw - 9.66vw - 9.66vw);
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  -webkit-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.33);
  box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.33);
}
section[data-sectionname="home"] .part_1 .searchFields .inner .predictionField.activated {
  display: flex;
}
section[data-sectionname="home"] .part_1 .searchFields .inner .predictionField .elm {
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid hsla(var(--col_se_5),0.5);
}
section[data-sectionname="home"] .part_1 .searchFields .inner .predictionField .elm:last-child {
  border-bottom: none;
}
section[data-sectionname="home"] .part_1 .searchFields .inner .predictionField .elm:hover {
  background-color: hsla(var(--col_se_5),0.5);
}
section[data-sectionname="home"] .part_1 .searchFields .inner div[data-gees="input_text"] {
  background-color: hsla(var(--col_gs_black),0.2);
  color: hsl(var(--col_gs_white));
}
section[data-sectionname="home"] .part_1 .searchFields  .inner button {
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  border: none;
  min-width: 2.75rem;
  border-radius: 50%;
  background-color: #fff;
}
section[data-sectionname="home"] .part_1 .searchFields .inner button svg {
  border-radius: 50%;
  background-color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}
section[data-sectionname="home"] .part_1 .searchFields .inner [data-gees="input_text"] {
  border: none;
}

section[data-sectionname="home"] .part_2 .cnt {
  position: absolute;
  top: 50%;
  width: 100%;
}
section[data-sectionname="home"] .part_2 .cnt .cards {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 3rem;
  overflow: hidden;
}
section[data-sectionname="home"] .part_2 .cnt .card {
  text-align: center;
  font-size: 1.25rem;
  padding: 2.875rem 1.125rem 5.5rem 1.125rem;
  border-radius: 1.5rem;
  color: hsl(var(--col_gs_white));
  width: 17vw;
  min-width: 300px;
}

/* Part 3 */
section[data-sectionname="home"] .part_3 .head,
section[data-sectionname="home"] .part_4 .head {
  width: 40rem;
  font-size: 3rem;
  text-align: left;
}
section[data-sectionname="home"] .part_4 .head {
  margin: 0px 0px 0px auto;
  padding: 0rem 3.75rem 3.75rem 3.75rem;
  text-align: right;
}
section[data-sectionname="home"] .part_3 .content,
section[data-sectionname="home"] .part_4 .content {
  position: absolute;
  width: 100%;
}
section[data-sectionname="home"] .part_3 .list,
section[data-sectionname="home"] .part_4 .list {
  display: none;
}
section[data-sectionname="home"] .part_3 .slider,
section[data-sectionname="home"] .part_4 .slider {
  display: block;
  width: 100%;
  padding: 1rem 3vw;
  overflow: hidden;
}
section[data-sectionname="home"] .part_3 .slider .card,
section[data-sectionname="home"] .part_4 .slider .card {
  position: relative;
  width: 30vw;
  min-width: 17vw;
  display: flex;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  aspect-ratio: 1.5 / 1;
  cursor: pointer;
  padding: 0px 1rem;
}
section[data-sectionname="home"] .part_3 .slider .card .vid,
section[data-sectionname="home"] .part_4 .slider .card .vid {
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(0.9);
  transition: all 0.25s ease-in-out;
}
section[data-sectionname="home"] .part_3 .slider .card.active .vid,
section[data-sectionname="home"] .part_4 .slider .card.active .vid {
  transform: scale(1);
}
section[data-sectionname="home"] .part_3 .slider .card.active .bg .cover,
section[data-sectionname="home"] .part_4 .slider .card.active .bg .cover {
  opacity: 0;
}
section[data-sectionname="home"] .part_3 .slider .card.active video,
section[data-sectionname="home"] .part_4 .slider .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 .slider .cards.trans .card,
section[data-sectionname="home"] .part_4 .slider .cards.trans .card {
  transition: all 0.25s ease-in-out;
}
section[data-sectionname="home"] .part_3 .slider .card .lable,
section[data-sectionname="home"] .part_4 .slider .card .lable {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 11;
}
section[data-sectionname="home"] .part_3 .slider .card .bg,
section[data-sectionname="home"] .part_4 .slider .card .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
section[data-sectionname="home"] .part_3 .slider .card .bg video,
section[data-sectionname="home"] .part_4 .slider .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 .slider .card .bg .cover,
section[data-sectionname="home"] .part_4 .slider .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);
}

/* More // Scroll Elm */
.more {
  opacity: 0;
  animation-name: blendIn;
  animation-duration: 0.5s;
  animation-delay: 2.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  position: fixed;
  right: var(--gap_3);
  bottom: calc(var(--gap_3) + var(--footerNavHeight));
  cursor: pointer;
}
.more svg [class^="arrow"]  {
  opacity: 1;
  animation-name: bounceDown, blendInOut;
  animation-duration: 5s;
  animation-delay: 4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@keyframes bounceDown {
  0%    {transform: translateY(0%);}
  5%    {transform: translateY(2.8%);}
  6%    {transform: translateY(2.5%);}
  11%   {transform: translateY(0%);}
  16%   {transform: translateY(2.8%);}
  17%   {transform: translateY(2.5%);}
  22%   {transform: translateY(0%);}
  100%  {transform: translateY(0%);}
}

/* Global */
@keyframes blendIn {
  0%   {opacity: 0;}
  100%  {opacity: 1;}
}
@keyframes blendInOut {
  0%   {opacity: 0.5;}
  50%  {opacity: 1;}
  75%  {opacity: 0.5;}
  100%  {opacity: 0.5;}
}

/* ************************************************************
***************************************************************
:: USERMENU/USERMENU
***************************************************************
************************************************************* */
section[data-sectionname="userMenu"] > .body {
  flex-direction: row;
  gap: 3rem;
  max-width: 100%;
}
section[data-sectionname="userMenu"] > .body .menuList {
  width: 40%;
  display: block;
}
section[data-sectionname="userMenu"] > .body .content {
  flex-grow: 1;
  padding-top: 1rem;
}
section[data-sectionname="userMenu"] .content {
  width: 75%;
  display: block;
  position: static;
}
section[data-sectionname="userMenu"] .content .header {
  display: none;
}

/* ************************************************************
***************************************************************
:: USERMENU/PERSONALDATA
***************************************************************
************************************************************* */
section[data-sectionname="personalData"] .blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 3rem;
}
section[data-sectionname="personalData"] .inputGroup {
  width: calc(50% - 1.5rem);
}
section[data-sectionname="personalData"] .inputGroup:nth-child(3) .cnt > div {
  width: calc(50% - 0.25rem);
}

/* ************************************************************
***************************************************************
:: LOCATIONREQUESTS
***************************************************************
************************************************************* */
section[data-sectionname="locationRequests"] .requests {
  display: grid;
}
section[data-sectionname="locationRequests"] .requests .elm {
  gap: 0.5em;
}
section[data-sectionname="locationRequests"] .requests .head {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
section[data-sectionname="locationRequests"] .requests .head .creationTSLable {
  display: block;
  font-size: 0.75em;
  opacity: 0.75;
}

/* ************************************************************
***************************************************************
:: IMPRINT, TEAM
***************************************************************
************************************************************* */
section[data-sectionname="imprint"] .body,
section[data-sectionname="team"] .body,
section[data-sectionname="ourValues"] .body {
  max-width: 960px;
}
section[data-sectionname="imprint"] .body hr,
section[data-sectionname="team"] .body hr,
section[data-sectionname="ourValues"] .body hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/* ************************************************************
***************************************************************
:: SITEMAP
***************************************************************
************************************************************* */
section[data-sectionname="sitemap"] .body {
  max-width: 960px;
}
section[data-sectionname="sitemap"] .body hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
}



/* ************************************************************
***************************************************************
:: COOKIES
***************************************************************
************************************************************* */
section[data-sectionname="cookies"] .body {
  max-width: 960px;
}
section[data-sectionname="cookies"] .body hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/* ************************************************************
***************************************************************
:: DATASELECTS/EVENTTYPESSELECTION
***************************************************************
************************************************************* */
section[data-sectionname="eventTypesSelection"] .flyButton {
  position: static;
  width: 100%;
  margin-top: 2rem;
}
