/* ============================================================
   Custom Properties
   ============================================================ */

:root {
  --animate-duration: 1500ms;
  --animate-delay: 500ms;
}


/* ============================================================
   Global / Base
   ============================================================ */
.stage--wrapper.no--video{
	min-height:0;
	padding-bottom: 0;
}
html {
  background: #f4f4f4;
  font-family: "Poppins";
}

.bg-secondary{
	background:#06162e;
}

h1,
.uk-h1 {
  font-size: clamp(2rem, 4vw, 12rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

h1.headline {
  font-size: clamp(2rem, 14vw, 8rem);
}

.sr-only {
  display: none;
}

.invisible {
  display: none;
}


/* ============================================================
   Layout & Containers
   ============================================================ */

.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}


/* ============================================================
   Stage
   ============================================================ */

.stage {
  background: #06162e;
}

.stage video {
  opacity: 1;
  transition: ease all 1.5s 0s;
}

.stage.video-off video {
  opacity: 0.1;
}

.stage .uk-flex-middle {
  height: 100%;
  min-height: calc(100vh - 150px);
  position: relative;
  z-index: 1;
}

.stage--wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: calc(100vh - 150px);
  padding-bottom: 100px;
  background-color: #06162e;
}

.stage--content {
  padding: 100px 0;
  text-shadow: 0 0 20px black;
}

.stage--content .text {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  color: #fff;
}

.stage--content .text p {
  margin-bottom: 0;
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 900;
}

.stage--content .lead {
  font-size: clamp(1.5rem, 3vw, 7rem);
}


/* ============================================================
   Typography & Lead
   ============================================================ */

.lead.subline {
  color: #fff;
  line-height: 1.2;
}

.animate.lead.subline {
  font-weight: 900;
}

.logo {
  z-index: 1;
}


/* ============================================================
   Buttons
   ============================================================ */

.uk-button-primary {
  background-color: #15f4ee;
  color: #000;
  border: 1px solid transparent;
}

.uk-button-primary:hover {
  background-color: #06162e;
}

.uk-button-default {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

button.btn-primary {
  background: #3fbabd;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
  border-color: #3fbabd;
  transition: ease all 0.3s 0s;
}

button.btn-primary_hover {
  background: transparent;
  color: #000;
}


/* ============================================================
   Cards
   ============================================================ */

.uk-card-default {
  background: #3fbabd;
  border-radius: 30px;
  color: #fff;
}

.uk-card-default p {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.bg-secondary .uk-card-default {
  background: #3fbabd;
  border-radius: 30px;
  color: #fff;
}

.bg-secondary .uk-card-default p {
  font-weight: normal;
  font-size: 1rem;
}


/* ============================================================
   Forms
   ============================================================ */

.ce_form {
  background-color: #0a2327;
  color: #fff;
  padding: 20px;
  border: 1px solid #fff;
  margin-bottom: 5rem;
}

.ce_form h1,
.avs--ablauf-text h1 {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.widget {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.ce_form .widget {
  margin-left: 0;
  margin-bottom: 2rem;
}

.widget label {
  font-weight: 300;
  text-transform: none;
  margin-top: 3px;
}

.widget input {
  width: 100%;
  padding: 0.25rem;
  min-height: 1.75rem;
  border-radius: 4px;
  border: 1px solid;
}

.widget-submit {
  margin-top: 2rem;
}

input[type="checkbox"] {
  width: auto;
}

.custom-control.custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

.custom-control.custom-checkbox input {
  margin-top: 0;
  transform: scale(2);
  margin-right: 10px;
}

.custom-radio {
  overflow: hidden;
  margin-bottom: 1rem;
}

.custom-radio input {
  float: left;
  margin-right: 0.5rem;
  margin-top: 0;
  width: 30px !important;
  margin-left: 0;
}

.custom-radio label {
  display: block;
  overflow: hidden;
  cursor: pointer;
}

#ctrl_24 {
  border: 1px solid;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  margin-top: 0.5rem;
}

fieldset.avs-danger {
  background: turquoise;
  color: #000;
  font-weight: 500;
  text-shadow: none;
  padding: 20px;
}


/* ============================================================
   Article Overrides
   ============================================================ */

div#article-127 .ce_form {
  border: 1px solid;
  border-radius: 20px;
}

div#article-127 .bg-secondary {
  margin-top: -6rem;
}

div#article-133 h1,
div#article-131 h1 {
  color: #000;
}

div#article-137 .ce_form {
  color: #fff;
  background: transparent;
}


/* ============================================================
   Text Elements
   ============================================================ */

.ce_text.avs--ablauf-text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
}

.ce_text.avs--ablauf-text strong {
  font-weight: 900;
}

.ce_rsce_sectionBgVideoUi .mmaxw {
  right: 25px;
  top: 10px;
  margin-right: 0;
  margin-left: 25px;
}


/* ============================================================
   Links & Lists
   ============================================================ */

ul.extlinks {
  padding-left: 0;
  padding-inline-start: 0;
}

[class^="iconstoeger-"],
[class*=" iconstoeger-"] {
  font-size: 1.5rem;
}


/* ============================================================
   Footer
   ============================================================ */

footer#footer {
  background: #06162e;
  color: #fff;
  padding: 30px 0;
  margin-top: 0;
}

footer#footer a {
  color: #fff;
  display: block;
}

footer#footer ul {
  list-style: none;
}


/* ============================================================
   Responsive – max-width: 960px
   ============================================================ */

@media (max-width: 960px) {
  .social-media {
    margin-top: 25px;
  }

  footer#footer .social-media a {
    display: inline-block;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid;
  }
}


/* ============================================================
   Responsive – min-width: 768px
   ============================================================ */

@media (min-width: 768px) {
  
}


/* ============================================================
   Responsive – max-width: 768px
   ============================================================ */

@media (max-width: 768px) {
  ul.extlinks {
    padding-left: 0;
    padding-inline-start: 0;
    margin-top: 25px;
  }

  .ce_rsce_sectionBgVideoUi .mmaxw {
    margin-left: 0;
  }

  h1.headline {
    font-size: clamp(2rem, 16vw, 12rem);
  }
}