body {
  overflow-x: hidden !important;
}

h2.step-title {
  text-transform: uppercase !important;
}

.step-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hiddenModal {
  z-index: 200;
}

.hiddenModal,
.hiddenModal .blackOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.hiddenModal .blackOverlay,
.hiddenModal .container .closeModal {
  cursor: pointer;
}

.hiddenModal .container .closeModal {
  color: #fff;
  top: 20px !important;
}

.hiddenModal .blackOverlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.hiddenModal .container {
  position: absolute;
  background-color: #fff;
  padding: 25px 40px;

  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;

  max-width: 500px;
  max-height: 80%;
  overflow-y: auto;
}

.hiddenModal .container *:not(.closeModal):not(:last-child) {
  margin-bottom: 10px;
}

.hiddenModal .container .closeModal {
  position: absolute;
  top: 25px;
  right: 25px;
}

.hiddenModal .container h2,
.hiddenModal .container h3 {
  margin-bottom: 25px !important;
}

.hiddenModal .container h3 {
  margin-top: 25px;
}

.section--header-content img {
  z-index: -1;
}

.logo.logo--footer {
  bottom: auto;
}

.footer-row .footer-brands a {
  font-size: 15px;
  font-weight: bold;
}

.friendly-notice {
  background: #FE6F09;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  color: #fff;
  font-weight: bold;
}

.abwesenheitsNotiz .wpforms-container {
  margin-top: 70px;
}

.wpb_text_column ul,
.wpb_text_column ol {
  margin-left: 30px;
  margin-bottom: 15px;
}
