@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
* adds a correct word cut
 */
@media screen and (max-width: 375px) {
  body {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url("fonts/Montserrat-BlackItalic.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/Montserrat-BoldItalic.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/Montserrat-MediumItalic.ttf");
}
.headline {
  font-style: italic;
  font-weight: 900;
  font-size: 32px;
  line-height: 33px;
  text-transform: uppercase;
  color: white;
  display: block;
  margin-bottom: 16px;
  margin-top: 0;
}
.headline.big {
  font-size: 40px;
  line-height: 48px;
}
.headline.small {
  font-size: 20px;
  line-height: 24px;
}

.standard {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: white;
  display: block;
}
.standard.big {
  font-size: 18px;
  line-height: 27px;
}
.standard.small {
  font-size: 14px;
  line-height: 21px;
}
.standard .bold, .standard.bold {
  font-weight: 700;
}

p.standard {
  margin-bottom: 8px;
}

.green-font {
  color: #ccff31;
}

.text-darkgreen {
  background: #244573;
  background: linear-gradient(to top right, #244573 0%, #0c6f30 83%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.black-font {
  color: black;
}

.white-font {
  color: white;
}

.text-center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

nav a {
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}
nav a:hover {
  color: white;
}

.cyber-menu.sidebar .nav-link {
  margin-bottom: 24px;
}
.cyber-menu.sidebar a {
  font-size: 20px;
}

.cyber-menu.dropdown a {
  font-size: 16px;
}
.cyber-menu.dropdown a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .headline.big {
    font-size: 32px;
    line-height: 33px;
  }
}
.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.object-position-top {
  -o-object-position: top;
     object-position: top;
}

.flex.xy-center {
  justify-content: center;
  align-content: center;
  align-items: center;
}
.flex.x-align {
  align-content: center;
}
.flex.y-align {
  justify-content: center;
}

.cyber-video {
  position: relative;
  font-style: italic;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  color: black;
  text-align: center;
  width: 100%;
}
.cyber-video .inner-container {
  padding: 5px;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.cyber-arrow.scroll-down.animated {
  -webkit-animation: arrow-jump-y 1.5s ease-in-out infinite;
          animation: arrow-jump-y 1.5s ease-in-out infinite;
}
@-webkit-keyframes arrow-jump-y {
  0% {
    transform: translateY(0);
  }
  66% {
    transform: translateY(calc(16px / 2));
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes arrow-jump-y {
  0% {
    transform: translateY(0);
  }
  66% {
    transform: translateY(calc(16px / 2));
  }
  100% {
    transform: translateY(0);
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

/** ACCORDION COMPONENT **/
.faq-cont {
  margin-top: 64px;
}
.faq-cont .content {
  margin-top: 32px;
}
.faq-cont .headline.big {
  text-align: left;
}

.accordion-content .object:first-of-type {
  padding: 64px 0 32px 0;
}

.cyber-accordion {
  list-style: none;
  color: white;
  padding: 0;
}
.cyber-accordion li {
  background: transparent;
  border-bottom: solid 1px white;
}
.cyber-accordion li .link {
  cursor: pointer;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cyber-accordion li .link .icon {
  content: "";
  background-image: url("./icons/accordion_arrow_down_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 24px;
  height: 24px;
  transition: transform 0.25s ease-in-out;
}
.cyber-accordion li .text {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.5s ease, padding 0.25s ease;
  padding: 0 16px;
  height: auto;
  font-size: 18px;
  line-height: 27px;
}
.cyber-accordion li .text a {
  font-weight: normal;
  text-decoration: underline;
}
.cyber-accordion li.open {
  border-bottom: none;
}
.cyber-accordion li.open .icon {
  transform: rotate(180deg);
}
.cyber-accordion li.open:first-of-type {
  border-top: solid 1px white;
}
.cyber-accordion li.open .text {
  max-height: 1000px;
  padding: 14px 16px;
}
.cyber-accordion li:not(.open) {
  background: transparent;
}
.cyber-accordion li:not(.open) .link:hover {
  background: rgba(255, 255, 255, 0.25);
}

.time-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 35px;
  background-color: #ccff31;
  padding: 4px 8px 4px 4px;
  margin-bottom: 16px;
}
.time-label .banner-grid {
  display: grid;
  grid-template-columns: 24px auto;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.time-label img {
  width: 24px;
  height: 24px;
  margin: 1.5px 0;
}
.time-label p {
  margin: 0;
}

.steps-grid {
  display: flex;
  flex-direction: column;
  grid-gap: 50px 30px;
}
.steps-grid .stepCard {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps-grid .stepCard header {
  max-width: 300px;
  height: 350px;
}
.steps-grid .stepCard header img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.steps-grid .stepCard footer {
  grid-gap: 20px;
  flex-direction: column;
}
.steps-grid .stepCard.arrow {
  display: none;
}
.steps-grid .stepCard.arrow footer {
  height: 60px;
}
.steps-grid .stepCard.arrow footer img {
  height: 90px;
}

.spacer {
  height: 120px;
}

.feelgood img {
  width: 300px;
}

.cyberPopUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99991;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: none;
}
.cyberPopUp > .close {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  position: absolute;
  right: 25px;
  top: 16px;
  cursor: pointer;
}
.cyberPopUp > .close img {
  width: 24px;
  height: 24px;
}
.cyberPopUp .popBox {
  background: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 695px;
  padding: 45px 40px 40px 40px;
  margin: 1em;
  position: relative;
  text-align: center;
}
.cyberPopUp .popBox .text-gradient {
  background: linear-gradient(63.43deg, #244573 0%, #0C6F30 83.33%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cyberPopUp .popBox .icon {
  padding-top: 16px;
  width: 50%;
  margin: 0 auto;
}
.cyberPopUp .popBox .icon img {
  width: 32px;
  height: 32px;
}
.cyberPopUp .popBox .icon p {
  background: linear-gradient(315deg, #FF0043 3.04%, #7822B0 107.32%);
  background: -o-linear-gradient(315deg, #FF0043 3.04%, #7822B0 107.32%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #FF0043;
          text-decoration-color: #FF0043;
  text-underline-offset: 0.1em;
}
.cyberPopUp .grid {
  display: grid;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: 1.5fr 1fr;
  position: absolute;
  z-index: 1;
  top: -5%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.cyberPopUp .grid .item {
  display: flex;
  height: 180px;
}
.cyberPopUp .grid .item.one {
  align-items: flex-end;
}
.cyberPopUp .grid .item.one img {
  width: 160px;
  height: 160px;
  transform: rotate(-12deg);
}
.cyberPopUp .grid .item.two {
  align-items: flex-start;
}
.cyberPopUp .grid .item.two img {
  width: 88px;
  height: 88px;
}
.cyberPopUp .iconFeld {
  position: absolute;
  bottom: -70px;
}
.cyberPopUp .iconFeld img {
  width: 135px;
  height: auto;
}

.factsnacks-content {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 991;
  width: 100%;
}
.factsnacks-content .click-button {
  text-align: right;
  justify-content: flex-end;
  display: none;
  cursor: pointer;
}
.factsnacks-content .click-button.active {
  display: flex;
}
.factsnacks-content .click-button img {
  width: 40px;
  height: 40px;
  display: block;
}
.factsnacks-content .factsnacks.animated-close {
  -webkit-animation: close 0.3s ease-out;
          animation: close 0.3s ease-out;
  transform: translateY(87%);
}
.factsnacks-content .factsnacks.animated-open {
  -webkit-animation: open 0.3s ease-out;
          animation: open 0.3s ease-out;
}
@-webkit-keyframes close {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(87%);
  }
}
@keyframes close {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(87%);
  }
}
@-webkit-keyframes open {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-100px);
  }
  0% {
    transform: translateY(0);
  }
}
@keyframes open {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-100px);
  }
  0% {
    transform: translateY(0);
  }
}
.factsnacks-content .factsnacks-card .inner {
  padding: 40px;
  background-color: white;
}
.factsnacks-content .factsnacks-card .inner header p.headline {
  margin-bottom: 10px;
}
.factsnacks-content .factsnacks-card .inner header hr {
  background: rgb(36, 69, 115);
  background-image: linear-gradient(63deg, rgb(36, 69, 115) 0%, rgb(12, 111, 48) 83.3%);
  border: 0;
  height: 1px;
}
.factsnacks-content .factsnacks-card .inner .main .optional-text {
  font-size: 40px;
  line-height: 80px;
}
.factsnacks-content .factsnacks-card .inner .main .content p {
  font-size: 20px;
  line-height: 24px;
  background: #244573;
  background: linear-gradient(to top right, #244573 0%, #0C6F30 83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
}
.factsnacks-content .factsnacks-card .inner footer {
  margin-top: 24px;
  display: grid;
  grid-row-gap: 32px;
}
.factsnacks-content .factsnacks-card .inner footer .cyber-button {
  width: 100%;
}
.factsnacks-content .factsnacks-card .inner footer .cyber-button .inner-background {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .cyber-accordion li .link {
    align-content: flex-start;
  }
  .accordion-content {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 0;
  }
  .accordion-content .object:last-child {
    order: -1;
  }
  .accordion-content .object:first-of-type {
    padding: 0;
  }
  .steps-grid {
    flex-direction: row;
  }
  .steps-grid .stepCard.arrow {
    display: block;
  }
  .cyberPopUp .popBox {
    padding: 80px 40px 40px 40px;
  }
  .cyberPopUp .grid {
    top: -10%;
  }
  .cyberPopUp .grid .item {
    height: 250px;
  }
  .cyberPopUp .grid .item.one img {
    width: 200px;
    height: 200px;
  }
  .cyberPopUp .grid .item.two img {
    width: 120px;
    height: 120px;
  }
  .cyberPopUp .iconFeld {
    bottom: -180px;
  }
  .cyberPopUp .iconFeld img {
    width: 206px;
  }
}
@media screen and (max-width: 550px) {
  body {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.cyber-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-style: italic;
  font-weight: 800;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  /* VERSION 1: gradient background changing on hover */
  /* VERSION 1.1: gradient background & gardient text & border on hover */
  /* VERSION 2: gradient border & black text */
  /* VERSION 3: no border & transparent on hover */
  /* VERSION 4: transparent & white border */
}
.cyber-button .inner-background {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cyber-button.full-width-mobile {
  width: 100%;
  margin: 0 calc(100% - 2px);
}
.cyber-button.full-width-mobile .inner-background {
  flex: 0 0 calc(100% - 2 * 2px);
}
.cyber-button.big-gradient {
  background: linear-gradient(61.36deg, #ccff31 -5.14%, #6cb6c8 121.16%);
  font-size: 18px;
  color: black;
}
.cyber-button.big-gradient .inner-background {
  margin: 5px;
  padding: 16.55px 40px;
}
.cyber-button.big-gradient.full-width-mobile {
  margin: -5px;
}
.cyber-button.big-gradient:hover {
  background: linear-gradient(63.43deg, #244573 0%, #0c6f30 83.33%);
}
.cyber-button.big-gradient:hover .text {
  color: white;
}
.cyber-button.big-gradient-border {
  background: transparent;
  font-size: 18px;
  line-height: 19px;
  color: white;
}
.cyber-button.big-gradient-border .inner-background {
  margin: 5px;
  padding: 14px 40px;
  background: linear-gradient(61.36deg, #ccff31 -5.14%, #6cb6c8 121.16%);
}
.cyber-button.big-gradient-border.full-width-mobile {
  margin: -5px;
}
.cyber-button.big-gradient-border.full-width-mobile .inner-background {
  flex: 0 0 calc(100% - 2 * 5px);
}
.cyber-button.big-gradient-border:hover {
  background: linear-gradient(61.36deg, #ccff31 -5.14%, #6cb6c8 121.16%);
}
.cyber-button.big-gradient-border:hover .inner-background {
  background: white;
}
.cyber-button.big-gradient-border:hover .inner-background .text {
  background: linear-gradient(61.36deg, #ccff31 -5.14%, #6cb6c8 121.16%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cyber-button.gradient-border {
  background: linear-gradient(61.36deg, #ccff31 -5.14%, #6cb6c8 121.16%);
  font-size: 14px;
  color: black;
}
.cyber-button.gradient-border .inner-background {
  background-color: white;
  margin: 2px;
  padding: 12.5px 38px;
}
.cyber-button.gradient-border:hover {
  background: black;
}
.cyber-button.gradient-border.inactive {
  background: #888888;
  color: #888888;
  cursor: default;
}
.cyber-button.no-border {
  background: white;
  font-size: 14px;
  color: black;
  padding: 14.5px 40px;
}
.cyber-button.no-border:hover {
  opacity: 0.8;
}
.cyber-button.no-border.inactive {
  opacity: 0.5;
  cursor: default;
}
.cyber-button.transparent {
  padding: 12.5px 40px;
  background: transparent;
  font-size: 14px;
  color: white;
  border: solid white 2px;
}
.cyber-button.transparent:hover {
  opacity: 0.8;
}
.cyber-button.transparent.inactive {
  opacity: 0.5;
  cursor: default;
}
.cyber-button.with-arrow .text {
  position: relative;
  padding-right: 2em;
}
.cyber-button.with-arrow .text::after {
  content: url("/files/asset/redesign-2021/cyber-framework/icons/arrow_black.svg");
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  padding-left: 1em;
  transform: translateY(-50%);
}
.cyber-button.with-arrow.transparent .text::after {
  content: url("/files/asset/redesign-2021/cyber-framework/icons/arrow_white.svg");
}

.cyber-play-button {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
}
.cyber-play-button .circle {
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 27, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cyber-play-button .circle img {
  width: 33%;
  margin-left: 11%;
}
.cyber-play-button .badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% + 10px));
  background: #000000;
  border-radius: 20px;
  padding: 0 10px;
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

/** DESKTOP **/
.desktop .cyber-play-button {
  width: 80px;
  height: 80px;
}

/** CHECKBOX COMPOMEMT **/
.cyber-input-container {
  display: flex;
  align-items: center;
}
.cyber-input-container > * {
  margin: 0 5px;
}

.cyber-checkbox {
  position: relative;
  width: 24px;
  height: 24px;
}
.cyber-checkbox input {
  display: none;
}
.cyber-checkbox input + label {
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 2px white;
}
.cyber-checkbox input:checked + label {
  border: none;
  background-color: #ccff31;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cyber-checkbox input:checked + label::after {
  background-image: url("icons/input_checkbox_green.svg");
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: 55%;
  background-position-y: 63%;
  background-size: 75%;
}
.cyber-checkbox.round {
  position: relative;
  width: 16px;
  height: 16px;
}
.cyber-checkbox.round.big {
  width: 24px;
  height: 24px;
}
.cyber-checkbox.round input + label {
  border: solid 2px #888888;
  border-radius: 50%;
}
.cyber-checkbox.round input:checked + label {
  border: none;
  background-color: #ccff31;
}
.cyber-checkbox.round input:checked + label::after {
  background-image: url("files/asset/redesign-2021/cyber-framework/icons/input_checkbox_green.svg");
  background-position-x: 55%;
  background-position-y: 65%;
  background-size: 66%;
}

/** RADIO-BUTTON COMPNENT **/
.cyber-radio-button {
  position: relative;
  width: 20px;
  height: 20px;
}
.cyber-radio-button input {
  display: none;
}
.cyber-radio-button input + label {
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 2px white;
  border-radius: 50%;
}
.cyber-radio-button input + label > .circle {
  display: none;
}
.cyber-radio-button input:checked + label {
  border-color: #ccff31;
}
.cyber-radio-button input:checked + label > .circle {
  width: 10px;
  height: 10px;
  background-color: #ccff31;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cyber-radio-button.dark input + label {
  border-color: #888888;
}
.cyber-radio-button.dark input:checked + label {
  border-color: #888888;
}
.cyber-radio-button.dark input:checked + label > .circle {
  background-color: #338631;
}

/** INPUT COMPONENT **/
.cyber-input {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
}
.cyber-input .label,
.cyber-input .message {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: white;
  margin: 8px 0;
}
.cyber-input .label .tooltip-link,
.cyber-input .message .tooltip-link {
  background-image: url("files/asset/redesign-2021/cyber-framework/icons/questionmark_white.svg");
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  cursor: pointer;
}
.cyber-input .tooltip {
  position: absolute;
  top: 82px;
  z-index: 6;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 16px;
  background-color: white;
  color: #338631;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  cursor: default;
  width: calc(100% - 2 * 16px);
  max-width: 400px;
}
.cyber-input .tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.cyber-input .tooltip.show {
  display: block;
}
.cyber-input input,
.cyber-input .selected {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 34px 0 16px;
  font-size: 16px;
  color: white;
  width: 275px;
  height: 48px;
}
.cyber-input input::-moz-placeholder, .cyber-input .selected::-moz-placeholder {
  color: white;
  opacity: 0.5;
}
.cyber-input input::placeholder,
.cyber-input .selected::placeholder {
  color: white;
  opacity: 0.5;
}
.cyber-input input:active, .cyber-input input:focus, .cyber-input input:focus-visible, .cyber-input input:target,
.cyber-input .selected:active,
.cyber-input .selected:focus,
.cyber-input .selected:focus-visible,
.cyber-input .selected:target {
  border-color: #ccff31;
  outline: none;
}
.cyber-input input + .icon,
.cyber-input .selected + .icon {
  display: none;
  position: absolute;
  right: 9px;
  top: 48px;
  width: 18px;
  height: 18px;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  pointer-events: none;
}
.cyber-input.approved input,
.cyber-input.approved .selected {
  border-color: #ccff31;
}
.cyber-input.approved input + .icon,
.cyber-input.approved .selected + .icon {
  opacity: 1;
  display: block;
  background-image: url("/files/asset/redesign-2021/cyber-framework/icons/input_checkmark_green.svg");
}
.cyber-input.error input,
.cyber-input.error .selected {
  border-color: #ccff31;
}
.cyber-input.error input + .icon,
.cyber-input.error .selected + .icon {
  opacity: 1;
  display: block;
  background-image: url("files/asset/redesign-2021/cyber-framework/icons/input_checkmark_green.svg");
}
.cyber-input.error input,
.cyber-input.error .selected {
  border-color: red;
}
.cyber-input.error input + .icon,
.cyber-input.error .selected + .icon {
  display: block;
  opacity: 1;
  background-image: url("files/asset/redesign-2021/cyber-framework/icons/input_error_red.svg");
}
.cyber-input.help input,
.cyber-input.help .selected {
  border-color: #ccff31;
}
.cyber-input.help .message {
  color: #ccff31;
}
.cyber-input .message {
  margin-bottom: -24px;
}
.cyber-input.select .selected {
  cursor: pointer;
}
.cyber-input.select > .icon {
  display: block;
  opacity: 0.5;
  background-image: url("files/asset/redesign-2021/cyber-framework/icons/input_arrow_down_transparent.svg");
  transition: transform 0.25s ease-in-out;
}
.cyber-input.select .dropdown {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(calc(100% - 18px));
  padding: 0;
  list-style: none;
  display: none;
  color: #338631;
  max-height: 50vh;
  overflow-y: auto;
}
.cyber-input.select .dropdown .option {
  font-size: 14px;
  padding: 12px 16px;
  background-color: white;
  border-top: solid 1px #338631;
}
.cyber-input.select .dropdown .option:hover {
  background-color: #ccff31;
}
@media (max-width: 450px) {
  .cyber-input.select .dropdown {
    position: fixed;
    width: 90%;
    height: 50%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    z-index: 100;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
  }
}
.cyber-input.select .backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: none;
}
.cyber-input.select .backdrop .close {
  display: none;
  top: 20px;
  width: 20px;
  right: 20px;
  position: absolute;
}
@media (max-width: 450px) {
  .cyber-input.select .backdrop {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.cyber-input.select.open .selected {
  opacity: 1;
  border-color: #ccff31;
}
.cyber-input.select.open .icon {
  opacity: 1;
  background-image: url("files/asset/redesign-2021/cyber-framework/icons/input_arrow_up_green.svg");
  transform: rotate(180deg);
}
.cyber-input.select.open .dropdown {
  display: block;
}
@media (max-width: 450px) {
  .cyber-input.select.open .dropdown {
    display: flex;
  }
}
.cyber-input.select.open .backdrop {
  display: block;
}
@media (max-width: 450px) {
  .cyber-input.select.open .close {
    display: block;
  }
}

/** INPUT COMPONENTS REGISTRATIONS **/
#tl_registration {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
}
#tl_registration .label,
#tl_registration .message {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: white;
  margin: 8px 0;
}
#tl_registration .label .tooltip-link,
#tl_registration .message .tooltip-link {
  background-image: url("files/asset/redesign-2021/cyber-framework/icons/questionmark_white.svg");
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  cursor: pointer;
}
#tl_registration .tooltip {
  position: absolute;
  top: 82px;
  z-index: 6;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 16px;
  background-color: white;
  color: #338631;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  cursor: default;
  width: calc(100% - 2 * 16px);
  max-width: 400px;
}
#tl_registration .tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#tl_registration .tooltip.show {
  display: block;
}
#tl_registration input,
#tl_registration .selected {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  font-size: 16px;
  color: white;
  width: 100%;
  height: 48px;
}
#tl_registration input::-moz-placeholder, #tl_registration .selected::-moz-placeholder {
  color: white;
  opacity: 0.5;
}
#tl_registration input::placeholder,
#tl_registration .selected::placeholder {
  color: white;
  opacity: 0.5;
}
#tl_registration input:active, #tl_registration input:focus, #tl_registration input:focus-visible, #tl_registration input:target,
#tl_registration .selected:active,
#tl_registration .selected:focus,
#tl_registration .selected:focus-visible,
#tl_registration .selected:target {
  border-color: #ccff31;
  outline: none;
}
#tl_registration input + .icon,
#tl_registration .selected + .icon {
  display: none;
  position: absolute;
  right: 9px;
  top: 48px;
  width: 18px;
  height: 18px;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  pointer-events: none;
}
#tl_registration.approved input,
#tl_registration.approved .selected {
  border-color: #ccff31;
}
#tl_registration.approved input + .icon,
#tl_registration.approved .selected + .icon {
  opacity: 1;
  display: block;
  background-image: url("files/asset/redesign-2021/cyber-framework/icons/input_checkmark_green.svg");
}
#tl_registration.error input,
#tl_registration.error .selected {
  border-color: red;
}
#tl_registration.error input + .icon,
#tl_registration.error .selected + .icon {
  display: block;
  opacity: 1;
  background-image: url("files/asset/redesign-2021/cyber-framework/icons/input_error_red.svg");
}
#tl_registration.help input,
#tl_registration.help .selected {
  border-color: #ccff31;
}
#tl_registration.help .message {
  color: #ccff31;
}
#tl_registration .message {
  color: #ccff31;
}
#tl_registration.select .selected {
  cursor: pointer;
}
#tl_registration.select > .icon {
  display: block;
  opacity: 0.5;
  background-image: url("files/asset/redesign-2021/cyber-framework/icons/input_arrow_down_transparent.svg");
  transition: transform 0.25s ease-in-out;
}
#tl_registration.select .dropdown {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(calc(100% - 18px));
  padding: 0;
  list-style: none;
  display: none;
  color: #338631;
}
#tl_registration.select .dropdown .option {
  font-size: 14px;
  padding: 12px 16px;
  background-color: white;
  border-top: solid 1px #338631;
}
#tl_registration.select .dropdown .option:hover {
  background-color: #ccff31;
}
@media (max-width: 450px) {
  #tl_registration.select .dropdown {
    position: fixed;
    width: 90%;
    height: 50%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    z-index: 100;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
  }
}
#tl_registration.select .backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: none;
}
#tl_registration.select .backdrop .close {
  display: none;
  top: 20px;
  width: 20px;
  right: 20px;
  position: absolute;
}
@media (max-width: 450px) {
  #tl_registration.select .backdrop {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
#tl_registration.select.open .selected {
  opacity: 1;
  border-color: #ccff31;
}
#tl_registration.select.open .icon {
  opacity: 1;
  background-image: url("files/asset/redesign-2021/cyber-framework/icons/input_arrow_up_green.svg");
  transform: rotate(180deg);
}
#tl_registration.select.open .dropdown {
  display: block;
}
@media (max-width: 450px) {
  #tl_registration.select.open .dropdown {
    display: flex;
  }
}
#tl_registration.select.open .backdrop {
  display: block;
}
@media (max-width: 450px) {
  #tl_registration.select.open .close {
    display: block;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 15000;
  align-items: center;
  justify-content: center;
}
.modal > .is-relative {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal > .is-relative > .backdrop.close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal.open {
  display: flex;
}
.modal > .close {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.modal .box {
  background-color: white;
  padding: 48px 56px 48px 48px;
  min-width: 300px;
  width: 80%;
  max-width: 800px;
}
.modal .box .headline {
  color: black;
  margin-bottom: 40px;
}
.modal .box .content {
  line-height: 24px;
}
.modal .box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 5;
}
.modal .box a {
  color: #338631;
}
.modal .box a:hover {
  text-decoration: underline;
}
.modal .box iframe.modal-yt-iframe {
  width: calc(100% + 1px);
  height: 450px;
  border: none;
}
.modal .inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .modal .box iframe.modal-yt-iframe {
    height: 250px;
  }
}
.course-slider {
  background-color: white;
}
.course-slider .headline {
  margin-bottom: 24px;
}
.course-slider span {
  font-weight: 700;
}
.course-slider .content {
  margin-top: 80px;
}
.course-slider .splide--slide .splide__arrows .disable {
  display: none;
}

.cyber-card {
  width: 304px;
  padding: 24px;
  background-color: white;
  transition: box-shadow 0.25s ease-out, opacity 0.25s ease-out;
  margin: 24px 1em;
  display: grid;
  grid-gap: 20px;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.cyber-card .cyber-video {
  width: 100%;
  padding-top: 66%;
}
.cyber-card .cyber-video > .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cyber-card .cyber-video .cyber-play-button {
  transition: opacity 0.25s ease-out;
  opacity: 0;
}
.cyber-card .headline {
  margin-bottom: 16px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.cyber-card .description {
  font-size: 16px;
  line-height: 1.5;
}
.cyber-card footer,
.cyber-card .footer {
  display: grid;
  grid-gap: 15px;
  opacity: 0;
  margin-top: 20px;
}
.cyber-card footer .cyber-button,
.cyber-card footer .inner-background,
.cyber-card .footer .cyber-button,
.cyber-card .footer .inner-background {
  width: 100%;
}
.cyber-card:hover, .cyber-card.active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.cyber-card:hover .cyber-play-button, .cyber-card.active .cyber-play-button {
  opacity: 1;
}
.cyber-card:hover footer,
.cyber-card:hover .footer, .cyber-card.active footer,
.cyber-card.active .footer {
  opacity: 1;
}

.is-active > .cyber-card {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.is-active > .cyber-card .cyber-play-button > .badge {
  opacity: 1;
}

.cyber-course-badge {
  height: auto;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

/** DESKTOP **/
.desktop .cyber-card {
  padding: 40px;
  width: 525px;
  transition: transform 0.25s ease-out;
}
.desktop .cyber-card .description {
  font-size: 16px;
}
.desktop .cyber-card footer,
.desktop .cyber-card .footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  transition: opacity 0.25s ease-out;
  overflow: hidden;
}
.desktop .cyber-card:hover footer,
.desktop .cyber-card:hover .footer {
  opacity: 1;
}
.desktop .is-active > .cyber-card footer,
.desktop .is-active > .cyber-card .footer {
  opacity: 1;
}

.smartphone .container {
  padding: 0;
}

.splide--slide .splide__pagination {
  margin: 40px 0 80px 0;
  padding: 0;
  width: 100%;
}
.splide--slide .splide__pagination button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #89908A;
  margin: 4px;
  cursor: pointer;
  display: block;
  border-style: solid;
  border-color: #89908A;
}
.splide--slide .splide__pagination button.is-active {
  background-color: black;
  border-color: black;
}
.splide--slide .splide__arrows button {
  background: transparent;
  border: none;
  opacity: 0.7;
  cursor: pointer;
}
.splide--slide .splide__arrows button:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1024px) {
  .splide--slide .splide__arrows {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -120px;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .cyber-card {
    padding: 40px;
    width: 525px;
  }
  .cyber-card footer,
.cyber-card .footer {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .course-slider .title-container .text-center {
    text-align: left;
  }
  .cyber-card footer,
.cyber-card .footer {
    opacity: 1;
  }
}
@media screen and (max-width: 550px) {
  .cyber-card {
    margin: 24px 1em;
    width: auto;
  }
  .course-slider .splide__arrows {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
  }
  .course-slider .splide__arrows button {
    background-color: transparent;
    border: none;
  }
  .course-slider .splide__arrows button img {
    width: 32px;
    height: 32px;
  }
}
.head-slider {
  background: linear-gradient(63.43deg, #244573 0%, #0c6f30 83.33%);
}
.head-slider .feelgood {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 110px;
  cursor: pointer;
}

.animatedArrow.is-absolute {
  bottom: 45px;
}

.cyberhead {
  height: 100%;
}
.cyberhead .overlay {
  height: 40vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}
.cyberhead .upElement {
  height: 40vh;
  display: grid;
  align-content: flex-end;
  padding-bottom: 3em;
  z-index: 2;
}
.cyberhead .upElement img {
  opacity: 0.7;
  width: 20px;
  height: 20px;
}
.cyberhead .botElemnt {
  height: 100%;
}
.cyberhead .cover {
  height: 40vh;
  -o-object-position: center;
     object-position: center;
}
.cyberhead .cyber-button {
  width: 100%;
}
.cyberhead .cyber-button.big-gradient .inner-background {
  width: 100%;
}
.cyberhead .cyber-arrow {
  margin-top: 1em;
}
.cyberhead .content {
  display: initial;
}

#splide-one .splide__pagination {
  padding: 0;
  width: 100%;
  margin-bottom: 60px;
  position: absolute;
  bottom: 0;
}
#splide-one .splide__pagination li {
  margin: 0 6px 0 0;
}
#splide-one button {
  padding: 1.5px 2em;
  border: none;
  background: rgba(255, 255, 255, 0.5);
}
#splide-one button.is-active {
  border: none;
  background: #ccff31;
}

@media screen and (min-width: 768px) {
  .cyberhead .cyber-button {
    width: initial;
  }
  .cyberhead .content {
    display: flex;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .head-slider .container.is-only-desktop {
    padding: 0;
  }
  .cyberhead {
    height: 100vh;
    max-height: 1000px;
  }
  .cyberhead .overlay {
    height: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .cyberhead .diagonallr {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .cyberhead .cover {
    height: 100%;
  }
  .cyberhead .upElement {
    display: none !important;
  }
  .cyberhead .botElemnt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 150px;
    height: 100%;
    align-items: flex-end;
  }
}
.steps-section .headline {
  margin-bottom: 80px;
}

.cyber-step {
  border-radius: 50%;
  border: solid 4px #ccff31;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: #ccff31;
}
.cyber-step .text {
  color: black;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
.cyber-step.visited, .cyber-step.inactive {
  background-color: transparent;
}
.cyber-step.visited .text, .cyber-step.inactive .text {
  color: white;
}
.cyber-step.inactive {
  border-color: #888888;
}
.cyber-step.finished::after {
  background-image: url("files/asset/redesign-2021/cyber-framework/icons/input_checkbox_green.svg");
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: 55%;
  background-position-y: 63%;
  background-size: 75%;
}

.grid-steps {
  display: grid;
  gap: 1rem 1rem;
  grid-auto-rows: 12rem;
  grid-template-columns: repeat(auto-fill, minmax(20.6rem, 1fr));
  padding-bottom: 2em;
}
.grid-steps .step-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr;
  grid-column-gap: 0;
  grid-row-gap: 20px;
  text-align: center;
}
.grid-steps .step-container .is-small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.grid-steps .arrow {
  display: none;
}

@media screen and (min-width: 768px) {
  .cyber-step {
    width: 60px;
    height: 60px;
  }
  .cyber-step .text {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .grid-steps {
    display: grid;
    grid-template-columns: 1fr 0.1fr 1fr 0.1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 11px;
    grid-row-gap: 0;
  }
  .grid-steps .step-container {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    grid-auto-rows: 1fr;
    text-align: center;
  }
  .grid-steps .step-container .is-small {
    font-size: 18px;
    line-height: 27px;
  }
  .grid-steps .arrow {
    max-height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grid-steps .arrow img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .steps-section .headline {
    font-size: 40px;
    line-height: 41px;
  }
  .steps-section .grid-steps .standard.big {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .grid-steps {
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  }
}
.gift-section h2 {
  margin-bottom: 16px;
}
.gift-section p {
  margin-bottom: 40px;
}
.gift-section .cyber-button {
  width: 100%;
  justify-content: center;
  margin-bottom: 1em;
}
.gift-section img.cover {
  -o-object-position: top right;
     object-position: top right;
}
.gift-section .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0 0;
}
.gift-section .is-absolute {
  bottom: -130px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
.gift-section .is-absolute img {
  max-width: 400px;
  padding: 1em;
}
.gift-section .cyber-play-button {
  top: 35%;
  left: 30%;
  width: 80px;
  height: 80px;
}
.gift-section .cyber-play-button .circle img {
  width: auto;
}

@media screen and (min-width: 1024px) {
  .gift-section .grid {
    grid-template-columns: 1fr 1.5fr;
  }
  .gift-section img.cover {
    -o-object-position: top right;
       object-position: top right;
    transform: scaleX(-1);
  }
  .gift-section .xy-center {
    justify-content: left;
  }
  .gift-section .cyber-button {
    width: 60%;
  }
}
.referenced.top-space {
  padding-top: 80px;
}
.referenced.product {
  margin-top: 0;
}
.referenced .headline {
  margin-bottom: 64px;
}
.referenced .is-rounded {
  width: 144px;
  height: 144px;
}
.referenced .content {
  line-height: 1.5;
}
.referenced #references .splide__pagination {
  margin-top: 40px;
  padding: 0;
  width: 100%;
}
.referenced #references .splide__pagination button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #89908A;
  margin: 4px;
  cursor: pointer;
  display: block;
  border-style: solid;
  border-color: #89908A;
}
.referenced #references .splide__pagination button.is-active {
  background-color: white;
  border-color: white;
}

@media screen and (max-width: 768px) {
  .referenced .referenced-grid .xy-center {
    margin-bottom: 30px;
  }
  .referenced .headline {
    font-size: 20px;
    line-height: 24px;
  }
  .referenced .standard.big {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .referenced-grid {
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .referenced .is-medium {
    font-size: 2rem;
  }
  .referenced .referenced-grid {
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: repeat(1, 1fr);
    align-items: flex-start;
    display: grid;
  }
  .referenced .referenced-grid .xy-center {
    justify-content: flex-end;
  }
  .referenced .referenced-grid .content {
    padding: 0 80px 0 0;
  }
}
.bgm.products .referenced {
  padding: 80px 1em;
}

.grid-list > img {
  padding: 0 20px;
}
.grid-list .benefit-list {
  padding: 2em 0;
}
.grid-list .benefit-list img {
  width: 24px;
  height: 24px;
}
.grid-list .benefit-list .element {
  display: grid;
  grid-template-columns: 0.1fr 1fr;
  grid-column-gap: 10px;
  margin-bottom: 8px;
}
.grid-list .benefit-list .element p {
  margin-bottom: 0;
}
.grid-list .benefit-list .element .standard {
  line-height: 27px;
}
.grid-list .cyber-button {
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .list-section .content {
    margin-top: 100px;
    justify-content: center;
  }
  .grid-list {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    align-items: flex-end;
    grid-gap: 0 1em;
  }
  .grid-list .benefit-list {
    order: -1;
  }
  .grid-list .benefit-list .element {
    grid-column-gap: 16px;
    grid-template-columns: 0.05fr 1fr;
  }
  .grid-list .benefit-list .element .standard {
    font-size: 18px;
  }
}
.product.course-slider .headline {
  margin-bottom: 40px;
}
.product.course-slider .splide__arrows {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product.course-slider .splide__arrows button {
  background: transparent;
  border: none;
  width: auto;
}
.product.course-slider .splide__arrows button.splide__arrow--next {
  margin-right: -15px;
}
.product.course-slider .splide__arrows button.splide__arrow--prev {
  margin-left: -15px;
}
.product.course-slider .course-info {
  grid-template-rows: 1fr;
  grid-row-gap: 20px;
  display: grid;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
}
.product.course-slider .course-info .teaser-image {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 66%;
}
.product.course-slider .course-info .teaser-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product.course-slider .course-info strong {
  margin-bottom: 8px;
}
.product.course-slider .course-info .description {
  line-height: 24px;
}
.product.course-slider .content .cyber-button {
  width: 100%;
}
.product.course-slider .content .cyber-button .inner-background {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .product.course-slider .headline {
    margin-bottom: 120px;
  }
  .product.course-slider .splide__arrows {
    justify-content: flex-end;
    top: -155px;
    left: inherit;
    transform: none;
  }
  .product.course-slider .splide__arrows button.splide__arrow--next {
    margin-right: 0;
  }
  .product.course-slider .splide__arrows button.splide__arrow--prev {
    margin-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .product.course-slider .splide__arrows {
    left: -100px;
  }
}

.main-courses {
  margin-top: 100.82px;
}
.main-courses .course-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 45px;
  grid-template-areas: "." ".";
}
.main-courses .course-container .cyber-card {
  width: 100%;
  margin: 0;
}

.info-box {
  background-color: #EFF7F9;
  padding-top: 33px;
}
.info-box h3 {
  color: #6CB4C6;
  margin-bottom: 24px;
}
.info-box p.big {
  margin-bottom: 24px;
  font-style: italic;
  font-weight: 600;
}
.info-box .main-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 30px 30px;
  grid-template-areas: ". ";
  align-items: center;
  justify-items: center;
}
.info-box figure {
  width: 255px;
  height: 255px;
}
.info-box .content-top {
  margin-bottom: 110.82px;
}
.info-box .content-bottom {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 27.5px 0;
  grid-template-areas: ".";
}
.info-box .content-bottom p.standard.big {
  margin-bottom: 16px;
}
.info-box .content-bottom .benefit-list {
  margin-bottom: 24px;
}
.info-box .content-bottom .benefit-list img {
  width: 24px;
  height: 24px;
}
.info-box .content-bottom .benefit-list .element {
  display: grid;
  grid-template-columns: 0.05fr 1fr;
  align-items: center;
  grid-column-gap: 16px;
  margin-bottom: 8px;
}
.info-box .content-bottom .benefit-list .element p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .course-slider .title-container .text-center {
    text-align: left;
  }
  .cyber-card footer {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .main-courses .course-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 45px 56px;
    grid-template-areas: ". ." ". .";
  }
  .main-courses .course-container .cyber-card {
    margin: 24px 1em;
  }
  .main-courses .course-container .cyber-card footer {
    grid-template-columns: repeat(1, 1fr);
  }
  .info-box .main-grid {
    grid-template-columns: 1fr 3fr;
    grid-template-areas: ". .";
    align-items: center;
    width: calc(100% - 168px);
    padding-top: 32px;
  }
  .info-box .content-bottom {
    grid-template-columns: 1fr 1fr;
    gap: 0 55px;
    grid-template-areas: ". .";
  }
}
.modal .box .headline.white-text {
  color: white;
}
.modal .insurance-box {
  position: relative;
}
.modal .insurance-box .close {
  top: 10px;
  right: 10px;
}
.modal .insurance-box .inner {
  position: initial;
}
.modal .grid-module {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 24px 24px;
  grid-template-areas: ".";
  justify-items: center;
  margin-top: 40px;
}
.modal .grid-module .insurance-container {
  position: relative;
  width: 100%;
}
.modal .grid-module .insurance-container .insurance {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid white;
  width: 100%;
  height: 156px;
  position: relative;
  cursor: pointer;
}
.modal .grid-module .insurance-container .insurance .tag svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .grid-module .insurance-container .insurance .small {
  font-size: 20px;
  font-weight: 900;
}
.modal .grid-module .insurance-container:hover .insurance {
  background-color: white;
}
.modal .grid-module .insurance-container:hover .insurance svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
.modal .grid-module .insurance-container:hover .small {
  color: #338631;
}
.modal .grid-module .insurance-container:hover path {
  stroke: #338631;
}
.modal .grid-module .insurance-container:hover .product-list {
  display: block;
}
.modal .grid-module ul.product-list {
  list-style: none;
  padding: 4px 0 0 0;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.modal .grid-module ul.product-list a {
  text-decoration: none;
}
.modal .grid-module ul.product-list li {
  padding: 6.5px 16px;
  background-color: white;
  border-bottom: 2px solid #338631;
  color: #338631;
  cursor: pointer;
}
.modal .grid-module ul.product-list li:hover {
  background-color: #ccff31;
}
@media screen and (min-width: 768px) {
  .modal .grid-module {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ". . .";
  }
}

.bgm .companyLogo {
  position: absolute;
  right: 20px;
  top: 40px;
  background: white;
}
.bgm .companyLogo .logoContainer {
  position: relative;
  height: 100px;
  padding: 16px;
  max-width: 33vw;
}
.bgm .companyLogo .logoContainer > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bgm #bgm-courses .splide__arrows {
  display: none;
}
.bgm .light-grey-background {
  background-color: #f8f8f8;
}
.bgm .dark-grey-background {
  background-color: #e6e6e6;
}
.bgm .splide__arrows {
  position: relative;
  justify-content: flex-end;
  top: 0 !important;
  right: 0 !important;
}
.bgm.products .splide__arrows {
  top: -100px !important;
}
.bgm .splide__track {
  overflow: visible;
}
.bgm a {
  color: #338631;
}
.bgm section.white-background {
  background-color: white;
}
.bgm section.teaser-container.full-course > .container {
  padding-bottom: 0;
}
.bgm section.teaser-container .cyber-button {
  height: 52px;
  margin-top: 24px;
}
.bgm section.teaser-container .cyber-button.no-border {
  background: #ccff31;
  font-size: 18px;
  line-height: 19px;
}
.bgm section.teaser-container .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 30px;
  grid-template-areas: ".";
}
.bgm section.teaser-container .grid .cyber-video {
  position: relative;
  width: 100%;
  padding-top: 66%;
}
.bgm section.teaser-container .grid .cyber-video > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.bgm section.teaser-container .grid .cyber-play-button {
  width: 120px;
  height: 120px;
}
.bgm section.teaser-container .grid .teaser-text p {
  margin-bottom: 16px;
}
.bgm section.learning .headline {
  margin-bottom: 40px;
  background: linear-gradient(to top right, #244573 0%, #0c6f30 83%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bgm section.learning .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  margin-bottom: 50px;
}
.bgm section.learning .grid .card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bgm section.learning .grid .card .cyber-video {
  padding-top: 66%;
}
.bgm section.learning .grid .card .cyber-video > img {
  height: 100%;
  max-height: 100%;
}
.bgm section.learning .grid .card .cyber-play-button {
  width: 80px;
  height: 80px;
}
.bgm section.logon {
  padding-bottom: 80px;
}
.bgm section.logon .inside-fitting {
  max-width: 450px;
  margin: 0 auto;
}
.bgm section.logon .divider hr {
  background-color: black;
}
.bgm section.logon .container .inside-fitting {
  padding-bottom: 80px;
}
.bgm section.logon .flex-center {
  justify-content: center;
  display: flex;
}
.bgm section.logon .flex-center .cyber-button {
  background: #ccff31;
  font-size: 18px;
  line-height: 19px;
}
.bgm section.bgm-steps {
  background-color: #f8f8f8;
  padding: 40px 0 240px 0;
}
.bgm section.bgm-steps .headline {
  margin: 43px 0 81px 0;
}
.bgm section.bgm-steps .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
.bgm section.bgm-steps .indicator {
  display: none;
}
.bgm section.bgm-steps .indicator img {
  width: 51px;
  height: 51px;
  margin-top: 276px;
}
.bgm section.bgm-steps .step img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: -100px 0;
  height: 450px;
}
.bgm section.bgm-steps .step p {
  font-size: 18px;
  line-height: 27px;
}
.bgm .cyberhead > .overlay {
  display: none;
}
.bgm.handlungsfelder section.topics .container .title {
  max-width: 730px;
}
.bgm.handlungsfelder section.topics .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 30px 30px;
  grid-template-areas: ". ";
  margin-top: 28px;
}
.bgm.handlungsfelder section.topics .topic {
  height: 195.95px;
}
.bgm.handlungsfelder section.topics .topic .innertext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bgm.handlungsfelder section.topics .topic .innertext > p {
  font-size: 24px;
  margin: 0;
}
.bgm.overview .content {
  max-width: 825px;
}
.bgm.overview .teaser-container .container .grid .teaser-text .double-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}
.bgm.overview .teaser-container .container .grid .teaser-text .double-buttons .cyber-button {
  background: #ccff31;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.bgm.overview .teaser-container .splide > .splide__arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bgm.overview .teaser-container .splide > .splide__arrows button {
  background: no-repeat;
  border: none;
}
.bgm.products .teaser {
  min-height: 466px;
}
.bgm.products .cyber-accordion li {
  border-bottom-color: white;
  border-width: 2px;
}
.bgm.products .coach-section {
  display: grid;
  grid-gap: 32px;
}
.bgm.products .coach-section .sunlessday {
  color: black;
}
.bgm.products .coach-section .flex.y-align,
.bgm.products .coach-section .coach-content {
  margin-left: 0;
}
.bgm .video-background .container {
  flex-direction: column;
  align-items: flex-start;
}
.bgm .video-background .container .video-links > div {
  display: flex;
  color: white;
  align-items: center;
  height: 32px;
}
.bgm .video-background .container .video-links > div .cyber-play-button {
  width: 24px;
  height: 24px;
}
.bgm.products .video-background .container {
  flex-direction: row;
  align-items: center;
}
.bgm .splide--slide .splide__pagination {
  margin: 0;
}
.bgm .time-label + .headline + .standard,
.bgm .cyberfitness .headline + .standard {
  margin-bottom: 48px;
}
.bgm .cyberfitness {
  background-color: #f8f8f8;
  padding: 160px 0;
}
.bgm .cyberfitness img.cover {
  filter: brightness(0.8);
}
.bgm .cyberfitness .cyber-card {
  padding: 0;
  max-width: 350px;
  margin: 3px;
}
.bgm .cyberfitness .cyber-card .headline {
  margin: 0;
  font-size: 20px;
  color: white;
}
.bgm .cyberfitness .cyber-card .inner-container {
  z-index: 2;
}
.bgm .cyberfitness .cyber-card > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 80%;
  height: 80%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bgm .cyberfitness .splide__pagination {
  display: none;
}
.bgm .cyberfitness .splide__arrows {
  margin-bottom: 40px;
}
.bgm .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 48px;
}
.bgm .breadcrumbs a {
  color: #89908a;
  text-decoration: none;
}
.bgm .breadcrumbs a.active {
  color: black;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .bgm .cyberhead {
    position: relative;
  }
  .bgm .cyberhead .cover {
    height: 100%;
  }
  .bgm .cyberhead .botElemnt > div {
    padding: 24px;
    background-color: white;
  }
  .bgm .cyberhead .botElemnt > div > strong {
    color: #338631;
  }
  .bgm .cyberhead .botElemnt > div > strong.darkgrey-font {
    color: #545751;
  }
  .bgm .cyberhead .botElemnt > div > h1 {
    background: #244573;
    background: linear-gradient(to top right, #244573 0%, #0c6f30 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .bgm .cyberhead .gradient-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(30deg, rgba(0, 0, 0, 0.75), transparent 66%);
  }
  .bgm .head-slider + section .grid .cyber-video-container {
    grid-column: 2;
    grid-row: 1;
  }
  .bgm .head-slider + section .grid .grid .cyber-video-container {
    grid-column: 2;
    grid-row: 1;
  }
  .bgm .head-slider + section .grid .grid .teaser-text {
    grid-column: 1;
    grid-row: 1;
  }
  .bgm section.teaser-container .grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }
  .bgm section.learning .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  .bgm section.logon .divider.container {
    padding: 0;
  }
  .bgm section.bgm-steps .grid {
    grid-template-columns: 1fr 0.1fr 1fr 0.1fr 1fr;
  }
  .bgm section.bgm-steps .indicator {
    display: grid;
  }
  .bgm.handlungsfelder .cyberhead {
    height: 685px;
  }
  .bgm.handlungsfelder .cyberhead .botElemnt,
.bgm.handlungsfelder .cyberhead .upElement {
    grid-template-columns: 1fr 1fr !important;
    padding-bottom: 150px;
  }
  .bgm.handlungsfelder section.topics .grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: ". . . .";
    grid-template-rows: 195.95px;
  }
  .bgm.overview section {
    padding: 80px 0;
  }
  .bgm.overview section.head-slider {
    padding: 0;
  }
  .bgm.overview .container {
    padding: 0;
  }
  .bgm.overview .teaser-container .container .grid .teaser-text .double-buttons {
    grid-template-columns: 1fr 1fr;
  }
}
#login-modal .content .login-container,
#reregister-modal .content .login-container {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  #login-modal .content,
#reregister-modal .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #login-modal .content .login-container,
#reregister-modal .content .login-container {
    padding-right: 23px;
    border-right: black solid 1px;
    margin-bottom: 0;
  }
  #login-modal .content .register-container,
#reregister-modal .content .register-container {
    padding-left: 24px;
  }
}
#login-modal .content > *,
#reregister-modal .content > * {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
#login-modal .content p,
#reregister-modal .content p {
  text-transform: none;
  color: black;
}
#login-modal .content .headline,
#reregister-modal .content .headline {
  margin-bottom: 24px;
}
#login-modal small.datenschutz,
#reregister-modal small.datenschutz {
  text-transform: none;
  color: black;
  margin-top: 24px;
  display: block;
  font-size: 14px;
  line-height: 21px;
}
#login-modal small.datenschutz a,
#reregister-modal small.datenschutz a {
  color: #338631 !important;
}
#login-modal label,
#reregister-modal label {
  text-transform: none;
  font-size: 14px;
  line-height: 17px;
}
#login-modal button,
#reregister-modal button {
  background: #ccff31;
  font-size: 18px;
  line-height: 19px;
  color: black;
  padding: 14.5px 40px;
  align-items: center;
  cursor: pointer;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  border: none;
  margin-top: 24px;
  width: 100%;
  height: 52px;
}
#login-modal button:hover,
#reregister-modal button:hover {
  opacity: 0.8;
}
#login-modal label,
#reregister-modal label {
  color: black;
}
#login-modal input,
#reregister-modal input {
  padding: 12px 2%;
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 24px;
}
#login-modal .cyber-button,
#reregister-modal .cyber-button {
  height: 52px;
  margin-top: 24px;
  width: 100%;
  justify-content: center;
}
#login-modal .cyber-button.no-border,
#reregister-modal .cyber-button.no-border {
  background: #ccff31;
  font-size: 18px;
  line-height: 19px;
}

.account #wrapper {
  overflow-y: hidden;
}
.account .is-background-gradientDark {
  min-height: 91vh;
}
.account .profile {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 154px;
}
.account .profile .toolbox .input-panel .info {
  display: none;
}
.account .profile .toolbox > .headline {
  margin-bottom: 40px;
}
.account .profile .toolbox hr {
  height: 2px;
  background-color: white;
  margin-bottom: 16px;
}
.account .profile .toolbox .member-head {
  display: flex;
  justify-content: space-between;
}
.account .profile .toolbox .member-head > .standard {
  text-decoration: underline;
  cursor: pointer;
}
.account .profile .toolbox .items-group {
  margin-bottom: 16px;
}
.account .profile .toolbox .items-group p {
  margin-bottom: 0;
}
.account .profile .toolbox input, .account .profile .toolbox select {
  width: 100%;
}
.account .profile .toolbox select option {
  color: black;
}
.account .profile .toolbox .controls {
  display: none;
}
.account .profile .toolbox .controls .controls-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin-top: 80px;
}
.account .profile .toolbox .controls .controls-grid input {
  cursor: pointer;
  font-weight: 900;
  font-size: 14px;
  line-height: 15px;
  padding: 0 30px 0 30px;
}
.account .profile .toolbox .input-security {
  display: none;
}
.account .profile .tab {
  display: none;
}
.account .profile .tab.active {
  display: block;
}
.account .profile .sidebar .active-line {
  background-color: #ccff31;
  width: 3px;
  height: 24px;
  transform: rotate(10deg);
  margin: 4px 10px 0 0;
  display: none;
}
.account .profile .sidebar .active-line.is-active {
  display: block;
}
.account .profile .sidebar .selectors {
  cursor: pointer;
  margin-bottom: 24px;
}
.account .profile .memberships {
  margin-top: 16px;
}
.account .profile .abo .tag {
  display: grid;
  grid-gap: 16px;
}
.account .profile .newsletter .label {
  display: none;
}
.account .profile .newsletter .value {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 16px;
  grid-auto-flow: dense;
  color: white;
}
.account .profile .newsletter .value span {
  display: grid;
  grid-template-columns: 80% 20%;
  grid-auto-flow: dense;
  align-items: center;
}
.account .profile .newsletter .value span > input {
  width: 15px;
  height: 15px;
  grid-column: 2;
  grid-row: 1;
}
.account .profile .newsletter .value span > label {
  grid-column: 1;
  grid-row: 1;
  width: 80%;
}

@media screen and (min-width: 1024px) {
  .account .profile {
    grid-template-columns: 350px 730px;
  }
  .account .profile .toolbox .controls .controls-grid {
    grid-template-columns: 184px 184px;
  }
  .toolbox, .sidebar {
    padding: 24px;
  }
}
.grid-steps {
  padding-bottom: 120px !important;
}

.gift-section h2 {
  margin-bottom: 4px;
}
.gift-section .cyberhead {
  height: 60vh;
}
.gift-section .upElement, .gift-section .botElemnt {
  align-content: flex-start !important;
}
.gift-section .upElement {
  height: 26vh !important;
}

.text-link {
  text-decoration: underline;
  cursor: pointer;
  color: #0C6F30;
}

.health_insurance {
  display: grid;
  justify-content: center;
  margin-top: 24px;
  color: #fff;
}

#insurancy_select {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  background-color: #CCFF31;
  color: #338631;
  max-width: 453px;
  height: 48px;
}

.green-font-small {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.btn-ghost {
  border-color: white;
  border-style: solid;
  width: 100%;
  font-size: 18px;
  color: white;
}

.cyber-button.btn-ghost .inner-background {
  margin: 5px;
  padding: 14px 40px;
}

.cyber-button.btn-ghost .inner-background {
  width: 100%;
}

.btn-ghost:hover {
  opacity: 0.8;
}

.insurance {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid white;
  width: 255px;
  height: 255px;
  position: relative;
  cursor: pointer;
}

.insurance h4 {
  font-family: Montserrat, serif !important;
  font-style: normal !important;
  font-weight: 900 !important;
  font-size: 32px !important;
  line-height: 33px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.grid-module {
  display: flex;
  gap: 24px 24px;
  margin-top: 40px;
  flex-direction: column;
  align-items: center;
}
.grid-module .insurance-container:hover .insurance {
  background-color: white;
}
.grid-module .insurance-container:hover h4 {
  color: #338631;
}
.grid-module .insurance-container:hover .product-list {
  display: block;
}
.grid-module ul.product-list {
  list-style: none;
  padding: 4px 0 0 0;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.grid-module ul.product-list li {
  width: 255px;
  padding: 6.5px 16px;
  background-color: white;
  border-bottom: 2px solid #338631;
  color: #338631;
  cursor: pointer;
}

@media screen and (max-width: 550px) {
  .grid-module {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-module ul.product-list li {
    width: 130px;
  }
  .btn-ghost {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .head-slider .cyberhead .botElemnt {
    grid-template-columns: 2fr 1fr !important;
  }
  .btn-ghost {
    margin-left: 24px;
  }
  .grid-module {
    flex-direction: row;
    justify-content: center;
  }
}
#splide-sportler .overlay {
  height: 100%;
  -webkit-clip-path: none;
          clip-path: none;
}
#splide-sportler .upElement, #splide-sportler .botElemnt {
  z-index: 1;
}
#splide-sportler .cyberhead img {
  height: 100%;
}
#splide-sportler .cyberhead img.diagonallr {
  -webkit-clip-path: none;
          clip-path: none;
}

.splide--slide .splide__pagination.slide-pagination {
  position: absolute;
  bottom: 0;
  margin: 40px 0 16px 0;
}
.splide--slide .splide__pagination.slide-pagination li button {
  width: 50px;
  height: 4px;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.2);
}
.splide--slide .splide__pagination.slide-pagination li button.is-active {
  border-color: #ccff31;
}

@media screen and (min-width: 1024px) {
  #splide-sportler > .splide__arrows {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    z-index: 1;
  }
  .splide--slide .splide__pagination.slide-pagination li button {
    width: 70px;
  }
}
/** RESET **/
* {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

.test {
  display: none;
}

a {
  text-decoration: none;
}

label {
  cursor: pointer;
}

body {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  background-color: #d6d6d6;
}
body > #wrapper {
  overflow-x: hidden;
}
body.demo-page {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
body.demo-page > * {
  margin-bottom: 10px;
}
body.demo-page section {
  padding: 15px 0;
}
body.demo-page section.smartphone {
  width: 375px;
  overflow-x: hidden;
  margin: 0 auto;
}
body.demo-page section .content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
body.demo-page section .content > .row > .cyber-video {
  width: 345px;
}
body.demo-page section .content > * {
  margin: 5px;
}

img.cover {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* STRUCTURE */
section {
  width: 100%;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1150px;
}

.row {
  margin: 15px 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.center-x {
  justify-content: center;
}
.flex.center-y {
  align-items: center;
}

.background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.background-image.girl-laughing {
  background-image: url("img/header_visual_uebersicht.jpg");
}

.first-view {
  height: calc(100vh - 45px);
  display: grid;
  grid-template-rows: 3fr 2fr 1fr;
}

.gradient-background {
  color: white;
}
.gradient-background.dark {
  background: linear-gradient(63.43deg, #244573 0%, #0c6f30 83.33%);
}
.gradient-background.bright {
  background: linear-gradient(61.36deg, #ccff31 -5.14%, #6cb6c8 121.16%);
}

.steps .step {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  margin: 3em 0;
}

.video-grid {
  display: grid;
  grid-gap: 24px;
}

.cyber-top-nav {
  width: 100%;
  height: 45px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  padding: 0 15px;
  z-index: 1000;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.cyber-top-nav .grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(auto, 1150px) 1fr;
  height: 100%;
}
.cyber-top-nav .grid a {
  font-style: italic;
}
.cyber-top-nav .grid a:hover {
  color: black;
  text-decoration: underline;
}
.cyber-top-nav .grid .logo {
  max-width: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.cyber-top-nav .grid .center {
  position: relative;
  max-width: 1150px;
}
.cyber-top-nav .grid .right-menu {
  position: absolute;
  right: 0;
  display: flex;
  grid-gap: 40px;
  align-items: center;
}
.cyber-top-nav .grid .right-menu img {
  height: 100%;
  width: auto;
}
.cyber-top-nav .grid .right-menu .cyber-burger {
  cursor: pointer;
}
.cyber-top-nav .grid .right-menu a {
  font-size: 0.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cyber-top-nav a {
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-size: 1.313rem;
}
.cyber-top-nav a:hover {
  color: white;
}

.cyber-slide-in-menu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 500px;
  max-width: 100vw;
  z-index: 1001;
  background: linear-gradient(61.36deg, #ccff31 -5.14%, #6cb6c8 121.16%);
  transition: all 0.25s ease-in-out;
  transform: translateX(100%);
  opacity: 0;
  overflow-y: auto;
}
.cyber-slide-in-menu .nav-link {
  margin-bottom: 24px;
}
.cyber-slide-in-menu.show {
  transform: translateX(0);
  opacity: 1;
}
.cyber-slide-in-menu .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
  z-index: 1002;
}
.cyber-slide-in-menu .inner {
  position: relative;
  padding: 120px 50px 80px 40px;
  height: 100%;
}
.cyber-slide-in-menu ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 60px;
}
.cyber-slide-in-menu a {
  line-height: 21px;
  font-size: 20px;
}
.cyber-slide-in-menu .social-link {
  margin-right: 20px;
}
.cyber-slide-in-menu .social-link:last-of-type {
  margin-right: 0;
}
.cyber-slide-in-menu .social-link > img {
  width: 40px;
  height: 40px;
}

.video-background {
  position: relative;
  height: 750px;
  -webkit-clip-path: polygon(0 15%, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 15%, 0 100%, 100% 100%, 100% 0);
  display: flex;
  align-items: center;
}
.video-background .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 10%;
  z-index: 1;
}
.video-background .container .cyber-play-button {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
.video-background .container .headline {
  z-index: 2;
  max-width: 40%;
}

.cyber-slider {
  display: flex;
  overflow-x: auto;
  padding: 10px;
}
.cyber-slider > .slide-element {
  margin: 0 5px;
}

.health_insurance .cyber-input.select > .icon {
  background-image: url("/files/asset/redesign-2021/cyber-framework/icons/insurance-arrow-down-green.svg");
}
.health_insurance .cyber-input.select .selected {
  background-color: #ccff31;
  color: #338631;
}

@media screen and (max-width: 767px) {
  .cyberhead .botElemnt {
    padding-top: 40px;
  }
  .cyber-top-nav .grid .logo {
    max-width: 80px;
  }
  .cyber-top-nav .grid .right-menu {
    grid-template-columns: repeat(1, 1fr);
  }
  .video-background .headline {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .cyber-slide-in-menu {
    right: calc((100% - 1660px) / 2);
  }
}
/**supports**/
.container {
  padding: 40px 1em;
}

.diagonallr {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}

.diagonalBottom {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}

.is-background-white {
  background-color: white;
}

.is-background-gradientDark {
  background: linear-gradient(63.43deg, #244573 0%, #0c6f30 83.33%);
}

.image {
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
.image .is-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.image.is-small {
  width: 128px;
  height: 128px;
}
.image img.is-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.image img.is-rounded {
  border-radius: 50%;
  border: 4px solid white;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.is-only-desktop {
  display: none;
}

.marginless {
  margin: 0 !important;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/**Text Supports**/
@font-face {
  font-family: SunlessDay;
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/sunlessday.otf") format("OpenType");
}
.is-cybergreen {
  color: #ccff31;
}

.bottom-title {
  margin-bottom: 80px;
}

.is-text-black {
  color: black;
}

.is-font-fat {
  font-weight: 900;
}

.content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.content.is-center {
  justify-content: center;
}

/**Website Styles**/
.producthead {
  height: 70vh;
}
.producthead .is-content {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 2;
  padding-top: 150px;
}
.producthead .is-content > div:last-child {
  margin-top: 16px !important;
  align-self: end;
  justify-self: end;
}
.producthead .is-content > div:last-child img {
  width: 250px !important;
}

.top-cut.video-background {
  height: 250px;
}
.top-cut.video-background .cyber-play-button {
  width: 60px;
  height: 60px;
}

.coach-section {
  display: grid;
  gap: 0 0;
  justify-items: center;
  align-items: flex-start;
  grid-template-rows: repeat(2, minmax(90px, auto));
  padding: 5em 0;
  line-height: 27px;
}
.coach-section figure {
  width: 280px;
  height: 280px;
}
.coach-section figure .is-rounded {
  border: none;
}
.coach-section figure .headline {
  margin-bottom: 0;
}
.coach-section p.big {
  text-align: left;
}
.coach-section .sunlessday {
  font-family: SunlessDay;
  font-style: normal;
  font-size: 66px;
  line-height: 70px;
  color: white;
  padding: 40px 0 60px;
}
.coach-section .content {
  font-size: 18px;
  line-height: 27px;
}

section {
  /**Product**/
}
section.list-section .content {
  display: inherit;
}
section.list-section .cyber-button {
  width: 100%;
}
section.list-section .cyber-button .inner-background {
  width: 100%;
}
section.product .content {
  display: inherit;
  padding: 2em 0 0 0;
}
section.product .content .cyber-button.big-gradient {
  width: 100%;
}
section.product .content .cyber-button.big-gradient .inner-background {
  width: 100%;
}
section.product.faq-section > .headline {
  margin-bottom: 48px;
}

/**Responsive helpers**/
@media screen and (min-width: 768px) {
  .is-only-desktop {
    display: block;
  }
  .is-big {
    font-size: 2.5rem;
    line-height: 41px;
  }
  .is-small {
    font-size: 1.125rem;
  }
  .is-mobile {
    display: none !important;
  }
  section {
    /**Product**/
  }
  section .top-cut.video-background {
    height: 450px;
  }
  section .top-cut.video-background .headline.is-big {
    line-height: 1;
    font-size: 2.5rem;
  }
  section.product .content, section.list-section .content {
    display: flex;
    justify-content: center;
  }
  .cyber-top-nav .grid .logo.no-brand {
    max-width: 120px;
  }
  .health_insurance .cyber-input .selected {
    width: 450px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1190px) {
  .container {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .is-active > .cyber-card {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .cyber-card:hover,
.cyber-card.active {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  }
  .is-touch-only {
    display: none !important;
  }
  .small-container {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
  }
  .diagonalrl {
    -webkit-clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
  }
  .producthead {
    height: 90vh;
  }
  .producthead .is-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
  .coach-section {
    max-width: 100%;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: none;
    padding: 150px 0 100px;
  }
  .coach-section .sunlessday {
    padding: 20px 0;
    line-height: 24px;
  }
  .coach-section .flex.y-align {
    justify-content: flex-start;
    margin-left: -24px;
  }
  .coach-section p {
    font-size: 18px;
    line-height: 27px;
  }
  .coach-section .coach-content {
    margin: 24px 0 0 24px;
  }
  section.desktop .cyber-card {
    width: 460px;
  }
  section .title-container {
    padding: 0 177.5px;
  }
  section .title-container p {
    font-size: 18px;
    line-height: 27px;
  }
  section .top-cut.video-background {
    height: 600px;
  }
  section .top-cut.video-background .cyber-play-button {
    width: 120px;
    height: 120px;
  }
  section .top-cut.video-background .headline {
    max-width: 40%;
  }
  section.product .desktop-flex {
    display: flex;
    justify-content: center;
  }
  section.product.faq-section > .headline {
    margin-bottom: 40px;
  }
  section.product .cyber-accordion {
    max-width: 75%;
  }
}
@media screen and (min-width: 1440px) {
  section .splide--slide .splide__arrows {
    right: 5vw;
  }
  section .container.locked {
    max-width: inherit;
  }
  section.desktop .cyber-card {
    width: 490px;
  }
}
@media screen and (min-width: 1921px) {
  .big-container {
    position: relative;
    margin: 0 auto;
    max-width: 1660px;
  }
}
@media screen and (max-width: 768px) {
  .teaser.container {
    padding: 80px 1em;
  }
  .teaser .text-center {
    text-align: left;
    margin-bottom: 40px;
  }
  .diagonalBottom {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 98%, 0% 100%);
  }
}
/**Contao Helpers**/
.new-stage {
  /* REGISTRATION LAYOUT TWEAKS */
}
.new-stage .is-front-avatar form {
  margin-bottom: 0;
}
.new-stage .is-front-avatar img {
  width: 24px;
  height: 24px;
}
.new-stage .kurs_home {
  display: none;
}
.new-stage .navbar {
  position: inherit !important;
}
.new-stage .mainnav a {
  border: none !important;
  font-style: italic;
}
.new-stage .lastlogo {
  position: absolute;
  max-width: 100px;
  top: 0;
  z-index: 9999;
  margin-left: 25px;
}
.new-stage .lastlogo::-webkit-scrollbar {
  display: none;
}
.new-stage header#header {
  width: 100%;
  max-width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.new-stage #main {
  min-height: 100vh;
}
.new-stage #main .mod_article.last.block {
  padding-bottom: 0;
}
.new-stage #kursuebersicht {
  padding: 0;
}
.new-stage .article_inside {
  max-width: initial !important;
}
.new-stage footer#footer {
  background: #000000;
  padding: 16px 24px;
  width: 100%;
  max-width: 100%;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 200;
  text-transform: uppercase;
  color: white;
}
.new-stage footer#footer a {
  color: white;
}
.new-stage footer .footer-list {
  position: relative;
  margin: 0 auto;
  max-width: 1150px;
}
.new-stage footer .footer-list .footer-logo {
  margin-right: 16px;
}
.new-stage footer .footer-list .footer-logo img {
  width: 70px;
  height: auto;
}
.new-stage footer .footer-list ul {
  margin-bottom: 0;
}
.new-stage footer .footer-list ul li {
  margin-right: 16px;
}
.new-stage footer .footer-list ul li.standard {
  line-height: 27px;
}
.new-stage #toTop {
  text-indent: -9999px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  opacity: 0.5;
  cursor: pointer;
}
.new-stage #toTop:after {
  content: "△";
  text-indent: 0;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .new-stage footer#footer {
    background: #000000;
    padding: 16px 24px;
    width: 100%;
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.3rem;
    font-weight: 200;
    text-transform: uppercase;
    color: white;
  }
  .new-stage footer#footer a {
    color: white;
  }
  .new-stage footer .footer-list {
    position: relative;
    margin: 0 auto;
    max-width: 1150px;
  }
  .new-stage footer .footer-list .footer-logo {
    margin-right: 16px;
  }
  .new-stage footer .footer-list .footer-logo img {
    width: 40.06px;
    height: 40.06px;
  }
  .new-stage footer .footer-list ul {
    margin-bottom: 0;
  }
  .new-stage footer .footer-list ul li {
    margin-right: 16px;
  }
  .new-stage footer .footer-list ul li.standard {
    line-height: 27px;
  }
  .new-stage #toTop {
    text-indent: -9999px;
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    opacity: 0.5;
    cursor: pointer;
  }
  .new-stage #toTop:after {
    content: "△";
    text-indent: 0;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 28px;
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .new-stage footer .is-only-desktop {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .new-stage footer .footer-list ul {
    justify-content: center;
  }
}
.new-stage body.reg {
  color: #fff;
}
.new-stage body.reg #container {
  background: linear-gradient(63.43deg, #244573 0%, #0c6f30 83.33%);
}
.new-stage body.reg .headtext,
.new-stage body.reg p {
  color: #fff;
}
.new-stage body.reg .headtext .is-only-desktop,
.new-stage body.reg p .is-only-desktop {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-stage footer .footer-list ul {
    justify-content: center;
  }
}

/** INPUT COMPONENTS REGISTRATIONS **/
.reg .formbody .item,
.select.membership {
  width: 100%;
  float: left;
  font-weight: normal;
  text-transform: none;
}

.reg input.text,
.reg select {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 34px 0 16px;
  font-size: 16px;
  color: white;
  width: 100%;
  height: 48px;
}

#mail_resend_link + .ce_hyperlink a {
  display: block;
  margin: auto;
  max-width: 275px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #fff;
  margin-top: 20px;
  border-width: 4px;
  padding: 15px 25px;
  color: #fff;
}

.reg .agreement_text.mandatory a {
  color: white !important;
  font-weight: 500;
}

/* END REGISTRATION LAYOUT TWEAKS */
/*# sourceMappingURL=style.css.map */