@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

:root {
  --brandPrimary: #9c00ff;
  --brandSecondary: #fff;
  --panel: #fff;
  --panelFont: #282828;
  --background: #020202;
  --copyright: #555555;
  --input: #6d6d6d;
  --focusColor: #3D19C3;
  --loaderColor: #F73232;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: 'Poppins', sans-serif;
}

html {
  font-size: 62.5%;
  background-color: var(--background);
}

body {
  padding: 0;
  background: #000;
}

body::before {
  content: "";
  background: url('../img/background.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.welcome::after {
  content: "";
  padding: 0;
  background: url('../img/glow.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 56.25em) {
  body {
    padding: 0;
    font-size: 1.6rem;
  }
}

.section__body {
  background: var(--panel);
  padding: 4em 12em;
  z-index: 1;
  position: relative;
  text-align: left;
  font-size: 2em;
}

#contact .container {
  margin: 0 auto;
  max-width: 750px;
}

.section__body h2,
.section__body h4 {
  font-weight: bold;
  padding: 0 0 1em;
}

#contact .container h4,
#contact .container h2,
#contact .container p,
#contact .section__body h2::after {
  text-align: center;
  margin: 0 auto;
}

.section__body h2::after {
  content: "";
  width: 100px;
  display: block;
  border-bottom: 4px solid var(--brandPrimary);
  margin: 0 auto;
}

.section__body p {
  padding: 0 0 1em;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
}

.container span {
  font-weight: bold;
}

.welcome .container {
  max-width: 1100px;
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1em;
}

img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.text-center {
  text-align: center;
}

.main-logo {
  max-width: 50%;
}

.main-logo-sml {
  width: 100%;
  max-width: 32rem;
}

.intro {
  text-transform: uppercase;
  font-weight: 700;
}

li {
  list-style-position: inside;
}

.flag {
  filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.3));
  transition: all 0.4s;
}

.flag:hover {
  filter: drop-shadow(0 0.2rem 0.3rem rgba(0, 0, 0, 0.3));
  transform: translateY(0.5rem);
}

.content {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  width: 75%;
  margin: 0 auto;
  font-size: 1.5em;
}

/* .welcome .content {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  min-height: 70vh;
  text-align: center;
  font-size: 1em;
}

.welcome .content::before {
  content: "";
  background: url('../img/fornix3.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 400px;
  height: 440px;
  left: 0;
  z-index: -1;
}

.welcome .content::after {
  content: "";
  background: url('../img/fornix2.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  width: 365px;
  height: 420px;
  right: 0;
} */

.intro__title {
  color: var(--brandPrimary);
  font-size: 2.5em;
  text-align: left;
}

.intro__title span {
  color: var(--brandSecondary);
  font-size: 2.25em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.faq .intro__title span {
  line-height: 1.3;
}

.impressum .intro__title span {
  line-height: 1.3;
}

.welcome .intro__title {
  text-align: center;
}
/* 
.welcome .intro__title span {
  color: var(--brandSecondary);
  font-size: 2em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  letter-spacing: 2px;
} */

.intro__language {
  /* background: var(--brandPrimary); */
  transform: skew(-10deg);
}

.intro__language p {
  font-size: 1.75em;
  transform: skew(10deg);
  padding: 4px 0.2em;
  color: var(--brandSecondary);
  border-bottom: 3px solid var(--brandPrimary);
  font-weight: bold;
}

.hero {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  z-index: 1;
  position: relative;
}

.hero:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100vh;
  opacity: 0.9;
  background-image: url('../img/fornix2.png');
  background-position: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

.hero--half {
  background: transparent;
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  position: relative;
}

.hero--half:before {
  content: ' ';
  display: block;
  position: fixed;
  background-image: url('../img/privacy_icon.png');
  width: 100%;
  height: 100vh;
  opacity: 0.9;
  background-position: 85%;
  background-repeat: no-repeat;
}

.hero--half .hero-inner {
  left: 10%;
}

.smalltxt .hero-inner {
  left: 15%;
}
.bigtxt{
  font-size: 2em;
}

.terms:before {
  background-image: url('../img/terms_icon.png');
}

.faq:before {
  background-image: url('../img/faq_icon.png');
}

.impressum:before {
  background-image: url('../img/impressum_icon.png');
}

.widerrufsrecht:before {
  background-image: url('../img/widerrufsrecht_icon.png');
}

.contact:before {
  background-image: url('../img/contact_icon.png');
}

.hero-inner {
  position: fixed;
  left: 10%;
}

.hero-text {
  color: #FFFFFF;
  text-align: left;
  margin: 0 auto;
}

.hero--half .hero-text {
  width: 100%;
}

.hero--half .intro__title {
  color: var(--brandSecondary);
}

.hero__navigation {
  width: 100%;
  font-size: 2em;
  font-weight: bold;
  color: var(--brandPrimary);
}

.hero__navigation p,
.hero__page {
  font-weight: bold;
}

.hero__brand {
  color: var(--copyright);
  font-weight: bold;
}

.panel {
  background: var(--panel);
  padding: 2em;
  border-radius: 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  min-width: 250px;
  max-width: 650px;
}

.panel__country {
  width: 125px;
  max-width: 125px;
  min-width: 125px;
  margin: .75em 1.25em .75em 0;
}

.panel__country label {
  font-size: 1.75em;
  color: #000;
  font-weight: bold;
}

.panel__country a {
  text-decoration: none;
}

.panel__country:nth-child(4),
.panel__country:nth-child(8),
.panel__country:last-of-type {
  margin: .75em 0;
}

.header {
  background: transparent;
  position: fixed;
  top: 0;
  z-index: 50;
  height: 100px;
  width: 100%;
  max-width: calc(100vw - 4em);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5em;
}

.header .menu-icon {
  background: var(--panel);
  user-select: none;
  position: relative;
  width: 26px;
  height: 21px;
  cursor: pointer;
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  display: none;
}

.header .menu-icon .navicon {
  background: #000;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 26px;
  border-radius: 6px;
  /* top:6px; */
  z-index: 999;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
  border-radius: 6px;
}

.header .menu-icon .navicon:before {
  top: 6px;
}

.header .menu-icon .navicon:after {
  top: -6px;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  left: 0;
  transition: all .2s ease-out;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.header.scrolled {
  background: var(--background);
}

.menu {
  width: 10%;
  height: 100vh;
  background: var(--brandPrimary);
  position: fixed;
  left: -100vw;
  color: #FFFFFF;
  /* font-size: 1.75rem; */
  top: 0;
  margin-top: 0;
  padding: 5em;
  transition: all .2s ease-out;
}

.menu ul {
  list-style-type: none;
}

.menu li {
  cursor: pointer;
  margin-bottom: .5em;
  list-style-type: none;
}

.menu li a {
  /* display: block; */
  color: var(--panel);
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.menu li a:hover {
  color: var(--panelFont);
}

/* language selector */
.navigation__buttons {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* language selector end */
.header .logo {
  max-width: 200px;
  height: auto;
  padding-right: 20px;
}

.welcome .header {
  justify-content: space-evenly;
  align-items: center;
  padding:0;
  position: relative;
}

.navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: none;
  text-align: center;
  z-index: 2;
  position: relative;
}

.navigation li {
  display: inline-block;
}

.navigation li a {
  display: block;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 1.4rem 1.6rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  transition: all 0.5s;
  text-transform: uppercase;
}

.navigation li a.active::after {
  content: "";
  border-bottom: 4px solid var(--brandPrimary);
  display: block;
}

.navigation li a:hover {
  color: var(--brandPrimary);
}

.navigation li a.active {
  color: var(--brandPrimary);
}
/*
  FLAG SELECTION
*/
.custom-dropdown {
  position: relative;
  display: inline-block;
}
.custom-dropdown #toggleTitle{
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.4rem 1.6rem;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.5s;
  text-transform: uppercase;
}
#toggleTitle:hover {
  color: var(--brandPrimary);
}

.dropdown-content {
  display: none;
  /* display: block; */
  position: absolute;
  background-color: rgba(249, 249, 249, 0.5);
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 0;
}
.dropdown-content a{
  text-decoration: none;
}
.dropdown-content a:hover {
  background-color: var(--brandPrimary);
}

.dropdown-flag {
  max-width: 40px;
  height: auto;
  margin: 10px;
  display: inline-block;
}
.dropdown-text {
  display: inline-block;
}
.dropdown-item {
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--brandSecondary)
}
.custom-dropdown:hover .dropdown-content {
  display: block;
}

/* FAQ */
.accordion {
  width: 100%;
  margin: 1em auto;
  position: relative;
}

.accordion p {
  padding: 0;
}

.accordion__button {
  background: var(--background);
  color: var(--panel);
  cursor: pointer;
  padding: 1em;
  width: 100%;
  max-width: calc(100% - 2em);
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  font-weight: bold;
  transition: 0.4s;
}

.section__body .active,
.section__body .accordion__button:hover {
  background-color: var(--brandPrimary);
  border: 1px solid var(--brandPrimary) !important;
}

.accordion__body {
  padding: 1em;
  display: none;
  background-color: white;
  overflow: hidden;
  border: 1px solid var(--brandPrimary);
  width: 100%;
  max-width: calc(100% - 2em);
}

/* FAQ END */
.contact-panel {
  display: block;
  max-width: 475px;
  text-align: center;
  padding: 10rem 0;
}

.contact-line {
  color: #FFFFFF;
}

.contact-line h2 {
  font-size: 3em;
  color: #FFFFFF;
}

.contact-line p {
  font-family: cocogoose light, sans_serif;
  font-size: 1rem;
  line-height: 2;
  margin: 1em auto 0;
}

.flex-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

form {
  width: 100%;
  position: relative;
}

ul {
  padding-bottom: .5em;
}
ol li p {
  padding-top: .5em !important;
}

input[type=email], input[type=text], textarea {
  width: 100%;
  --borderWidth: calc(100% - 2em);
  max-width: calc(var(--borderWidth) - 2px);
  border-radius: 0;
  border: 1px solid var(--input);
  color: var(--input);
  font-size: 1em;
  display: block;
  padding: 1em;
  margin-bottom: 5px;
  resize: none;
}

input[type="submit"],
.button {
  width: 100%;
  --borderWidth: calc(100% - 2em);
  max-width: calc(var(--borderWidth) - 2px);
  border: none;
  color: #fff;
  font-size: 1.1em;
  padding: 1em;
  letter-spacing: 2px;
  margin: auto;
  font-weight: bold;
  background: var(--brandPrimary);
  font-weight: bold;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  cursor: pointer;
  text-align: center;
}

/* T&C */

.section__body .container p.tc__orgInfo {
  display: flex;
  flex-direction: column;
}

.section__body .container p.tc__orgInfo span {
  font-weight: normal;
}

/* T&C END */

.footer {
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--copyright);
  background-color: var(--background);
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 1em;
  padding: 2em;
  justify-content: space-between;
}

.footer .footer__logo {
  max-width: 120px;
  margin-right: .5em;
}

.footer .navigation {
  margin-left: auto;
}

.footer .navigation li a {
  color: var(--copyright);
}

.welcome .footer {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--copyright);
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4em;
  padding: 1em;
}

.welcome .footer .logo {
  max-width: 120px;
  margin-bottom: .5em;
}

.footer #highlight {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}


@media only screen and (max-width: 56.25em) {
  .navigation li a {
    padding: .5rem .5rem;
  }

  .navigation {
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 758px) {
  body::before {
    content: "";
    background: url('../img/background-wap.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .panel__country label{
    font-size: 1.4em;
  }

  .main-logo {
    max-width: 80%;
  }
  .custom-dropdown{
    display: none;
    visibility: hidden;
  }

  .menu-btn:checked~.menu {
    width: 100%;
    font-size: 1.5rem;
    padding: 5em 2em;
  }

  .header {
    width: auto;
  }

  .header .navigation {
    display: none;
  }

  .header .menu-icon {
    display: flex;
  }
  .hero{
    overflow: hidden;
  }
  .hero__navigation {
    font-size: 1.5em;
  }
  .hero--half{
    height: 65vh;
  }

  .hero--half .hero-inner {
    left: 30px;
    top: 50vh;
  }


  .welcome .content::before {
    width: 370px;
    height: 600px;
    left: -40%;
  }

  .welcome .content::after {
    width: 260px;
    height: 550px;
    right: -18%;
  }
  .terms::before, .widerrufsrecht:before{
    position: absolute;
    right: -30%;
    left: 0;
  }

  .hero {
    height: 45vh;
  }

  .hero:before {
    opacity: 0.5;
    background-image: url('../img/fornix2.png');
    position: absolute;
    right: -30%;
    top: -5%;
    left: 25%;
    background-attachment: local;
    background-position: right;
  }

  .hero-text h1 {
    font-size: 1.5em;
  }

  .hero-inner {
    font-size: 12px;
    left: 5%;
    top: 23%;
  }
  .intro__title{
    color: var(--brandSecondary);
  }

  .intro__title span {
    color: var(--brandSecondary);
    font-size: 1em;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    border-bottom: 0;
  }

  .intro__language p {
    font-size: 1.2em;
  }

  .section__body {
    padding: 1em;
  }

  .accordion__button {
    font-size: .75em;
  }

  .accordion p {
    font-size: .75em;
  }

  .container {
    font-size: 1.8rem;
  }

  .footer .navigation {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  .welcome::after {
    background: url('../img/glow-wap.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .content::before,
  .content::after {
    opacity: .5;
  }

  .welcome .intro__title {
    font-size: 20px;
  }

  .intro__title span {
    font-size: 1.2em;
  }

  .intro__language {
    margin: 2em auto;
  }

  .panel {
    width: 80%;
  }

  .panel__country {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    margin: .75em 1.25em .75em 0;
  }

  .panel__country:nth-child(3),
  .panel__country:nth-child(6) {
    margin: .75em 0;
  }

  .panel__country:nth-child(4),
  .panel__country:nth-child(8),
  .panel__country:last-of-type {
    margin: .75em 1.25em .75em 0;
  }

  input[type=email], input[type=text], textarea {
    --borderWidth: calc(100% - 1em);
    max-width: calc(var(--borderWidth) - 2px);
    font-size: 1em;
    padding: .5em;
  }

  input[type="submit"],
  .button {
    --borderWidth: calc(100% - 1em);
    max-width: calc(var(--borderWidth) - 2px);
    font-size: 1.1em;
    padding: .5em;
  }
}

@media only screen and (max-width: 420px) {
  body::before {
    background-size: contain;
    transform: translateY(0%);
  }

  .welcome::after {
    background: url('../img/glow-wap.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .content::before,
  .content::after {
    opacity: .5;
  }

  .welcome .header {
    padding: 1em 2em;
  }

  .intro__language {
    margin: 2em auto;
  }

  .panel {
    width: 80%;
  }

  .panel__country {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    margin: .75em .5em !important;
  }

  .hero__navigation {
    font-size: 1.5em;
  }

  .section__body {
    padding: 1em;
  }

  .accordion__button {
    font-size: .75em;
  }

  .accordion p {
    font-size: .75em;
  }

  .copyright {
    font-size: .75em;
  }
}
