/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn .mbr-iconfont {
  font-size: 1.6rem;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
    left: 50%;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: flex;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.menu .menu-bottom {
  display: -webkit-flex;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 1.07em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em .5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

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

.carousel-item img {
  margin: auto;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.display-7 {
  font-weight: 300;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

body {
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 4.4rem;
}
.display-2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 3rem;
}
.display-4 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 1.1rem;
}
.display-5 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 1.8rem;
}
.display-7 {
  font-family: 'ConduitITCPro-ExtraLight';
  font-size: 1.3rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #001a33 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #ffcb10 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #001a33 !important;
  border-color: #001a33 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #001a33 !important;
  border-color: #001a33 !important;
}
.btn-primary:before {
  background-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffcb10 !important;
  border-color: #ffcb10 !important;
  color: #100d00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #100d00 !important;
  background-color: #ffcb10 !important;
  border-color: #ffcb10 !important;
}
.btn-secondary:before {
  background-color: #c39800 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #100d00 !important;
  background-color: #c39800 !important;
  border-color: #c39800 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffcb10 !important;
  border-color: #ffcb10 !important;
  color: #100d00 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #100d00 !important;
  background-color: #ffcb10 !important;
  border-color: #ffcb10 !important;
}
.btn-danger:before {
  background-color: #c39800 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #100d00 !important;
  background-color: #c39800 !important;
  border-color: #c39800 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #001a33;
}
.btn-primary-outline:before {
  background-color: #001a33;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #001a33 !important;
  border-color: #001a33 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #a98400;
  color: #a98400;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #100d00;
  border-color: #ffcb10;
}
.btn-secondary-outline:before {
  background-color: #ffcb10;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffcb10 !important;
  border-color: #ffcb10 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #a98400;
  color: #a98400;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #100d00;
  border-color: #ffcb10;
}
.btn-danger-outline:before {
  background-color: #ffcb10;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffcb10 !important;
  border-color: #ffcb10 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #001a33;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #001a33 !important;
}
.text-secondary {
  color: #ffcb10 !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #ffcb10 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a98400 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a98400 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7237a2;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #ffcb10;
}
.mbr-gallery-filter li.active .btn {
  background-color: #001a33;
  border-color: #001a33;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #001a33;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1a8eff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff7dc;
}
/* Scroll to top button*/
blockquote {
  border-color: #001a33;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #001a33;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #001a33;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #001a33;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #001a33;
  border-bottom-color: #001a33;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #001a33 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffcb10 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23001a33' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-sP7qA4706O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5524e;
}
.cid-sP7qA4706O #IDMyLogoImg {
  border-radius: 50%;
  width: 100%;
}
.cid-sP7qA4706O #IDmyinfo {
  height: 150px;
  width: 150px;
  background: transparent;
  position: absolute;
  top: 350px;
  right: 155px;
  z-index: 3;
  filter: drop-shadow(0 0 0.5rem black);
}
@media (max-width: 980px) {
  .cid-sP7qA4706O #IDmyinfo {
    right: 75px;
    height: 120px;
    width: 120px;
  }
}
@media (max-width: 768px) {
  .cid-sP7qA4706O #IDmyinfo {
    top: 250px;
    right: 25px;
    height: 100px;
    width: 100px;
  }
}
.cid-sP7qA4706O #ID-FallInfo1 {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  display: none;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sP7qA4706O #ID-FallInfo1 {
    left: 2rem;
  }
  .cid-sP7qA4706O #ID-FallInfo1 p {
    font-size: 2.5rem!important;
  }
}
.cid-sP7qA4706O #ID-FallInfo2 {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  display: none;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sP7qA4706O #ID-FallInfo2 {
    left: 2rem;
  }
  .cid-sP7qA4706O #ID-FallInfo2 p {
    font-size: 2.5rem!important;
  }
}
.cid-sP7qA4706O #ID-FallInfo3 {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  display: none;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sP7qA4706O #ID-FallInfo3 {
    left: 2rem;
  }
  .cid-sP7qA4706O #ID-FallInfo3 p {
    font-size: 2.5rem!important;
  }
}
.cid-sP7qA4706O #ID-FallInfo4 {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  display: none;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sP7qA4706O #ID-FallInfo4 {
    left: 2rem;
  }
  .cid-sP7qA4706O #ID-FallInfo4 p {
    font-size: 2.5rem!important;
  }
}
.cid-sP7qA4706O header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.cid-sP7qA4706O header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.cid-sP7qA4706O header .container {
  position: relative;
  z-index: 2;
}
.cid-sP7qA4706O header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}
.cid-sP7qA4706O .mbr-figure {
  position: absolute;
  top: 10rem;
  right: 10%;
}
.cid-sP7qA4706O .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-sP7qA4706O .mbr-figure {
    top: 6rem;
    max-width: 80%;
  }
  .cid-sP7qA4706O .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-sP7qA4706O .mbr-figure {
    top: 6rem;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-sP7qA4706O .mbr-figure {
    top: 6rem;
    max-width: 80%;
  }
  .cid-sP7qA4706O .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-sP7qA4706O .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-sP7qA4706O .my-textsize {
  max-width: 650px;
}
.cid-sP7qA4706O H1 {
  text-align: left;
}
.cid-sP7qA4706O P {
  text-align: left;
}
#custom-html-dv {
  /* Type valid CSS here */
}
#custom-html-dv p {
  color: #ddd;
  font-family: 'Arial';
}
#custom-html-dv .NewsTitel {
  font-size: 4.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  #custom-html-dv .NewsTitel {
    font-size: 3rem;
  }
}
#custom-html-dv .Kopf {
  font-size: 13rem;
  font-weight: 700;
  overflow: hidden;
}
@media (max-width: 991px) {
  #custom-html-dv .Kopf {
    font-size: 9rem;
  }
}
@media (max-width: 768px) {
  #custom-html-dv .Kopf {
    font-size: 9rem;
  }
}
#custom-html-dv .ZeigMichNicht {
  visibility: hidden;
  transition: visibility 1s;
}
#custom-html-dv .slidebutton {
  width: 50px;
  height: 150px;
  border-radius: 0px 5px 5px 0;
  background: #E6AF09;
}
#custom-html-dv .slidebutton:after {
  font-family: 'Arial';
  position: absolute;
  top: 60px;
  left: 0px;
  font-size: 1.1rem;
  font-weight: 500;
  content: "NEWS";
  color: white;
  transform: rotate(90deg);
  -webkit-transform: rotate(-90deg);
}
#custom-html-dv .mytextlink {
  font-family: 'Arial';
  color: white;
}
#custom-html-dv .mytextlink:hover {
  color: #FFC20A;
}
#custom-html-dv .ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}
#custom-html-dv #slideout {
  position: fixed;
  top: 240px;
  left: 0;
  width: 40px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  background: transparent;
  z-index: 10000;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0 3px 3px 0;
  z-index: 99999!important;
}
@media (max-width: 768px) {
  #custom-html-dv #slideout {
    display: none;
  }
}
#custom-html-dv hr.style-one {
  border: 0;
  height: 1px;
  background: #000;
}
#custom-html-dv #idTexte {
  position: absolute;
  top: 10px;
  padding: 20px;
}
#custom-html-dv #idBild {
  position: absolute;
  top: 400px;
  padding: 22px;
}
#custom-html-dv #slideout_inner {
  position: fixed;
  top: 00px;
  background: #232323;
  width: 33%;
  left: -33%;
  height: 100vh;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: left;
  border-top: 2px solid #8d97ad;
  border-bottom: 2px solid #8d97ad;
}
@media (max-width: 1200px) {
  #custom-html-dv #slideout_inner {
    width: 50%;
    left: -50%;
  }
}
#custom-html-dv #slideout_inner textarea {
  width: 30%;
  height: 100px;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  #custom-html-dv #slideout_inner textarea {
    width: 50%;
  }
}
#custom-html-dv #slideout:hover {
  left: 33%;
}
@media (max-width: 1200px) {
  #custom-html-dv #slideout:hover {
    left: 50%;
  }
}
#custom-html-dv #slideout:hover #slideout_inner {
  left: 0;
}
#custom-html-dv #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
@keyframes animationName {
  from {
    background-color: transparent;
    display: block;
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
  }
}
@keyframes animation2Name {
  from {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  to {
    background-color: transparent;
    display: none;
    z-index: -1;
  }
}
.cid-teTsAgSYPv {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-teTsAgSYPv H2 {
  color: #000000;
}
.cid-teTsAgSYPv .mbr-text,
.cid-teTsAgSYPv .mbr-section-btn {
  color: #000000;
}
.cid-teTsAgSYPv .mbr-subtitle {
  color: #000000;
}
.cid-teTsAgSYPv .mbr-text {
  margin-top: 1.5rem;
}
.cid-teTsAgSYPv .mbr-section-btn {
  margin-top: 2rem;
}
.cid-teTsAgSYPv .mbr-section-title,
.cid-teTsAgSYPv .mbr-section-btn {
  color: #001a33;
}
.cid-teTt7RqyVF {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-teTt7RqyVF .mbr-text {
  color: #8d97ad;
}
.cid-teTt7RqyVF .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #ffbc10;
}
.cid-teTt7RqyVF .signature > span {
  color: #001a33;
}
@media (max-width: 767px) {
  .cid-teTt7RqyVF .blockquote-quote {
    text-align: left;
  }
  .cid-teTt7RqyVF .signature {
    text-align: left;
  }
}
.cid-teTt7RqyVF .mbr-text,
.cid-teTt7RqyVF .blockquote-quote {
  color: #001a33;
  text-align: left;
}
.cid-sP7gkrD2Qz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP7gkrD2Qz p {
  color: #767676;
  padding: 0!important;
}
.cid-sP7gkrD2Qz li {
  margin-top: -0.7em;
}
.cid-sP7gkrD2Qz ul {
  list-style-type: disc!important;
}
.cid-sP7gkrD2Qz .etwas-groesser {
  font-size: 120%;
}
.cid-sP7gkrD2Qz .textlink:hover {
  background-color: transparent!important;
}
.cid-sP7gkrD2Qz a:hover {
  color: black!important;
  background-color: #FDC300!important;
  border-color: #FDC300!important;
}
.cid-sP7gkrD2Qz .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
.cid-sP7gkrD2Qz .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sP7gkrD2Qz .row-element,
.cid-sP7gkrD2Qz .image-element {
  padding: 0;
}
.cid-sP7gkrD2Qz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sP7gkrD2Qz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sP7gkrD2Qz .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sP7gkrD2Qz .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #001a33, #ffcb10);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sP7gkrD2Qz .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sP7gkrD2Qz .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sP7gkrD2Qz .text-content {
    padding: 2rem 1rem;
  }
  .cid-sP7gkrD2Qz .underline .line {
    height: 2px;
  }
  .cid-sP7gkrD2Qz .mbr-title,
  .cid-sP7gkrD2Qz .underline,
  .cid-sP7gkrD2Qz .mbr-text,
  .cid-sP7gkrD2Qz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sP7gkrD2Qz .mbr-text,
.cid-sP7gkrD2Qz .mbr-section-btn {
  text-align: left;
  color: #001a33;
  line-height: 1.3;
}
.cid-sP7gkrD2Qz .mbr-title,
.cid-sP7gkrD2Qz .underline {
  text-align: left;
  color: #001a33;
}
.cid-sP7gqUR9L2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP7gqUR9L2 p {
  color: #767676;
  padding: 0!important;
}
.cid-sP7gqUR9L2 li {
  margin-top: -0.7em;
}
.cid-sP7gqUR9L2 ul {
  list-style-type: disc!important;
}
.cid-sP7gqUR9L2 .etwas-groesser {
  font-size: 120%;
}
.cid-sP7gqUR9L2 .textlink:hover {
  background-color: transparent!important;
}
.cid-sP7gqUR9L2 a:hover {
  color: black!important;
  background-color: #FDC300!important;
  border-color: #FDC300!important;
}
.cid-sP7gqUR9L2 .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
.cid-sP7gqUR9L2 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sP7gqUR9L2 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sP7gqUR9L2 .row-element,
.cid-sP7gqUR9L2 .image-element {
  padding: 0;
}
.cid-sP7gqUR9L2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sP7gqUR9L2 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sP7gqUR9L2 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sP7gqUR9L2 .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #001a33, #ffcb10);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sP7gqUR9L2 .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sP7gqUR9L2 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sP7gqUR9L2 .text-content {
    padding: 2rem 1rem;
  }
  .cid-sP7gqUR9L2 .underline .line {
    height: 2px;
  }
  .cid-sP7gqUR9L2 .mbr-title,
  .cid-sP7gqUR9L2 .underline,
  .cid-sP7gqUR9L2 .mbr-text,
  .cid-sP7gqUR9L2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sP7gqUR9L2 .mbr-text,
.cid-sP7gqUR9L2 .mbr-section-btn {
  text-align: left;
  color: #001a33;
  line-height: 1.3;
}
.cid-sP7gqUR9L2 .mbr-title,
.cid-sP7gqUR9L2 .underline {
  text-align: left;
  color: #001a33;
}
.cid-sP7grKsHY8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP7grKsHY8 p {
  color: #767676;
  padding: 0!important;
}
.cid-sP7grKsHY8 ul {
  list-style-type: disc!important;
}
.cid-sP7grKsHY8 li {
  margin-top: -0.7rem;
}
.cid-sP7grKsHY8 .textlink:hover {
  background-color: transparent!important;
}
.cid-sP7grKsHY8 .etwas-groesser {
  font-size: 120%;
}
.cid-sP7grKsHY8 a:hover {
  color: black!important;
  background-color: #FDC300!important;
  border-color: #FDC300!important;
}
.cid-sP7grKsHY8 .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
.cid-sP7grKsHY8 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sP7grKsHY8 .row-element,
.cid-sP7grKsHY8 .image-element {
  padding: 0;
}
.cid-sP7grKsHY8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sP7grKsHY8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sP7grKsHY8 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sP7grKsHY8 .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #001a33, #ffcb10);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sP7grKsHY8 .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sP7grKsHY8 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sP7grKsHY8 .text-content {
    padding: 2rem 1rem;
  }
  .cid-sP7grKsHY8 .underline .line {
    height: 2px;
  }
  .cid-sP7grKsHY8 .mbr-title,
  .cid-sP7grKsHY8 .underline,
  .cid-sP7grKsHY8 .mbr-text,
  .cid-sP7grKsHY8 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sP7grKsHY8 .mbr-text,
.cid-sP7grKsHY8 .mbr-section-btn {
  text-align: left;
  color: #001a33;
  line-height: 1.3;
}
.cid-sP7grKsHY8 .mbr-title,
.cid-sP7grKsHY8 .underline {
  text-align: left;
  color: #001a33;
}
.cid-sP7gshcpva {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP7gshcpva p {
  color: #767676;
  padding: 0!important;
}
.cid-sP7gshcpva li {
  margin-top: -0.7em;
}
.cid-sP7gshcpva ul {
  list-style-type: disc!important;
}
.cid-sP7gshcpva .etwas-groesser {
  font-size: 120%;
}
.cid-sP7gshcpva .textlink:hover {
  background-color: transparent!important;
}
.cid-sP7gshcpva a:hover {
  color: black!important;
  background-color: #FDC300!important;
  border-color: #FDC300!important;
}
.cid-sP7gshcpva .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
.cid-sP7gshcpva .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sP7gshcpva .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sP7gshcpva .row-element,
.cid-sP7gshcpva .image-element {
  padding: 0;
}
.cid-sP7gshcpva .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sP7gshcpva .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sP7gshcpva .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sP7gshcpva .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #001a33, #ffcb10);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sP7gshcpva .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sP7gshcpva .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sP7gshcpva .text-content {
    padding: 2rem 1rem;
  }
  .cid-sP7gshcpva .underline .line {
    height: 2px;
  }
  .cid-sP7gshcpva .mbr-title,
  .cid-sP7gshcpva .underline,
  .cid-sP7gshcpva .mbr-text,
  .cid-sP7gshcpva .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sP7gshcpva .mbr-text,
.cid-sP7gshcpva .mbr-section-btn {
  text-align: left;
  color: #001a33;
  line-height: 1.3;
}
.cid-sP7gshcpva .mbr-title,
.cid-sP7gshcpva .underline {
  text-align: left;
  color: #001a33;
}
.cid-teWjGmEn7a {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-teWjGmEn7a .block-title {
  color: #001a33;
}
.cid-rE3qMTXQfQ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rE3qMTXQfQ .mbr-text {
  color: #001a33;
  text-align: left;
}
.cid-rE3qMTXQfQ .mbr-figure {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.cid-rE3qMTXQfQ h4 {
  text-align: center;
}
.cid-rE3qMTXQfQ p {
  text-align: center;
}
.cid-rE3qMTXQfQ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rE3qMTXQfQ .card-footer {
  background: transparent;
}
.cid-rE3qMTXQfQ .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
}
.cid-rE3qMTXQfQ .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-rE3qMTXQfQ P {
  text-align: left;
}
.cid-rE3qMTXQfQ H5 {
  text-align: center;
}
.cid-rE3qMTXQfQ .card-title,
.cid-rE3qMTXQfQ .card-img {
  color: #001a33;
}
.cid-sOQaXwrj8B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/training-1.jpeg");
}
.cid-sOQaXwrj8B .grecaptcha-badge {
  visibility: hidden;
}
.cid-sOQaXwrj8B .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  align-self: center;
}
.cid-sOQaXwrj8B .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-sOQaXwrj8B .showAlerts {
  display: block !important;
}
.cid-sOQaXwrj8B .rowflexrev {
  display: -webkit-flex;
}
.cid-sOQaXwrj8B .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sOQaXwrj8B .title {
  margin-bottom: 2rem;
}
.cid-sOQaXwrj8B .mbr-section-subtitle {
  color: #001a33;
  text-align: left;
}
.cid-sOQaXwrj8B .form-control {
  background-color: white;
  color: black;
}
.cid-sOQaXwrj8B textarea.form-control {
  min-height: 188px;
}
.cid-sOQaXwrj8B LABEL {
  color: #232323;
  display: initial;
}
.cid-sOQaXwrj8B .mbr-section-terms {
  text-align: left;
  color: #001a33;
  margin-bottom: 0px;
}
.cid-sOQaXwrj8B .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sOQaXwrj8B .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOQaXwrj8B .mbr-section-gdpr {
  text-align: left;
  color: #001a33;
  margin-bottom: 0px;
}
.cid-sOQaXwrj8B .alert {
  margin-bottom: 0;
}
.cid-sOQaXwrj8B .alert-success {
  background-color: #70c770;
}
.cid-sOQaXwrj8B .alert-danger {
  background-color: #ff4a52;
}
.cid-sOQaXwrj8B .btn {
  display: inline-flex;
}
.cid-sOQaXwrj8B .hidden {
  display: none;
}
.cid-sOQaXwrj8B .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sOQaXwrj8B .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sOQaXwrj8B .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-sOQaXwrj8B input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-sOQaXwrj8B input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-sOQaXwrj8B input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-sOQaXwrj8B H2 {
  text-align: center;
  color: #001a33;
}
.cid-sTgIbH3SmE {
  background-color: #ffffff;
}
.cid-sTgIbH3SmE .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-sTgIbH3SmE .mybtn:hover {
  color: orange !important;
}
.cid-sTgIbH3SmE .grecaptcha-badge {
  visibility: hidden;
}
.cid-sTgIbH3SmE .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sTgIbH3SmE .container-nopadding {
  padding: 0px;
}
.cid-sTgIbH3SmE .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-sTgIbH3SmE .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-sTgIbH3SmE .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-sTgIbH3SmE .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-sTgIbH3SmE .btnIconcol {
  color: #ffffff;
}
.cid-sTgIbH3SmE .btn-circle:hover {
  background-color: #232323;
}
.cid-sTgIbH3SmE .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-sTgIbH3SmE .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-sTgIbH3SmE .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-sTgIbH3SmE .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-sTgIbH3SmE .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sTgIbH3SmE .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sTgIbH3SmE .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-sTgIbH3SmE .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sTgIbH3SmE .windowBar,
  .cid-sTgIbH3SmE .contentwindow,
  .cid-sTgIbH3SmE .contactwindow {
    border-radius: 0;
  }
}
.cid-sTgIbH3SmE .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sTgIbH3SmE .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sTgIbH3SmE .btn-form {
  display: inline-block !important;
}
.cid-sTgIbH3SmE .recaptcha-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .gdpr-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-sTgIbH3SmE .send-copy-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .mbr-alert-success {
  text-align: center;
}
.cid-sTgIbH3SmE .mbr-alert-danger {
  text-align: center;
}
.cid-sTgIbH3SmE .message-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .message-topic-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .file-upload-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-sTgIbH3SmE .form-control {
  border: 1px solid #232323 !important;
}
.cid-sTgIbH3SmE .showAlerts {
  display: block !important;
}
.cid-sTgIbH3SmE .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-sTgIbH3SmE .hidden {
  display: none;
}
.cid-sTgIbH3SmE .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-alerterror {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-labels {
  color: #232323;
}
.cid-sTgIbH3SmE .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-sTgIbH3SmE .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-sTgIbH3SmE .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-sTgIbH3SmE input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-s17Sq16zAD {
  background-image: url("../../../assets/images/hold-auf-dem-dach.jpg");
  background-position: center center;
}
.cid-s17Sq16zAD ~ supports (-webkit-overflow-scrolling: touch) {
  background-image: url("../../../assets/images/hold-auf-dem-dach.jpg");
  background-attachment: scroll;
}
.cid-s17Sq16zAD .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s17Sq16zAD .container {
  height: 65vh;
}
.cid-s17Sq16zAD .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-s17Sq16zAD .ueberschrift {
    left: 2rem;
  }
  .cid-s17Sq16zAD .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-s17Sq16zAD .mbr-figure {
  position: relative;
}
.cid-s17Sq16zAD .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-s17Sq16zAD .mbr-figure {
    max-width: 80%;
  }
  .cid-s17Sq16zAD .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-s17Sq16zAD .mbr-figure {
    max-width: 80%;
  }
  .cid-s17Sq16zAD .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-s17Sq16zAD h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-s17Sq16zAD .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-s17Sq16zAD .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-s17Sq16zAD .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-s17Sq16zAD .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-s17Sq16zAD .schiefer-text {
    width: 300px;
  }
}
.cid-s17Sq16zAD .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-s17Sq16zAD .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-s17Sq16zAD .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-s17Sq16zAD .mbr-text {
    text-align: center;
  }
}
.cid-s17Sq16zAD H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-s17Sq16zAD H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-s17Sq16zAD .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-s17Sq16zAD .mbr-text,
.cid-s17Sq16zAD .mbr-section-btn {
  text-align: center;
}
.cid-teTuxE30SL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-teTuxE30SL H1 {
  color: #000000;
}
.cid-teTuxE30SL .mbr-text,
.cid-teTuxE30SL .mbr-section-btn {
  color: #000000;
}
.cid-teTuxE30SL .mbr-subtitle {
  color: #000000;
}
.cid-teTuxE30SL .mbr-text {
  margin-top: 1.5rem;
}
.cid-teTuxE30SL .mbr-section-btn {
  margin-top: 2rem;
}
.cid-teTuxE30SL .mbr-section-title,
.cid-teTuxE30SL .mbr-section-btn {
  color: #001a33;
}
.cid-rWGx6DCdQg {
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0 0%, 100% 0%, 100% 90%, 0% 100%);
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hintergrund-equippment-arbeitssicherheit.jpg");
  background-size: cover;
  background-position: top;
}
.cid-rWGx6DCdQg H1 {
  color: #001a33;
  text-align: left;
}
.cid-rWGx6DCdQg H3 {
  color: #001a33;
  text-align: left;
}
.cid-rWGx6DCdQg .mbr-text,
.cid-rWGx6DCdQg .mbr-section-btn {
  color: #001a33;
  text-align: left;
}
.cid-rWGx6DCdQg .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
}
.cid-rWGx6DCdQg .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-sPhNMVl80x {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPhNMVl80x ul {
  list-style-type: disc!important;
}
.cid-sPhNMVl80x .clickmich {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  top: 10px;
  left: 25px;
  font-family: 'arial';
  font-size: 1.9rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  background: rgba(255, 255, 255, 0.3);
  padding: 0px;
}
.cid-sPhNMVl80x .img-fit {
  width: 100%;
  object-fit: cover;
  height: 300px;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-sPhNMVl80x .myimg-lightbox {
  float: right;
  width: 50%;
}
.cid-sPhNMVl80x img:hover {
  opacity: 50%;
  transition: all ease 0.5s;
}
.cid-sPhNMVl80x img {
  opacity: 100%;
  transition: all ease 0.5s;
}
.cid-sPhNMVl80x .container {
  max-width: 1400px;
}
.cid-sPhNMVl80x h4 {
  font-size: 1.8rem;
}
.cid-sPhNMVl80x .mbr-section-title {
  color: #444444;
}
.cid-sPhNMVl80x .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sPhNMVl80x .mbr-text {
  color: #8d97ad;
}
.cid-sPhNMVl80x .nav {
  border: none;
}
.cid-sPhNMVl80x .nav-tabs {
  display: table;
  width: 100%;
}
.cid-sPhNMVl80x .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sPhNMVl80x .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-sPhNMVl80x .tab-content {
  margin-top: 3rem;
}
.cid-sPhNMVl80x .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #001a33;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-sPhNMVl80x .nav-tabs .nav-link:hover {
  background-color: #fdc300;
  color: #000000;
}
.cid-sPhNMVl80x .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #fdc300;
  border-bottom: none;
}
.cid-sPhNMVl80x .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sPhNMVl80x .nav-item {
    display: table-row !important;
  }
}
.cid-sPhNMVl80x .mbr-text,
.cid-sPhNMVl80x .mbr-section-btn {
  color: #001a33;
}
.cid-sPhNMVl80x .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
}
.cid-sPhNMVl80x .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-sPhNMVl80x .title-content {
  color: #001a33;
}
.cid-rWMTEgG5Ag {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/hold-1a-1200x800.jpg");
}
.cid-rWMTEgG5Ag .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-rWMTEgG5Ag .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-rWMTEgG5Ag .schiefer-text {
    width: 300px;
  }
}
.cid-rWMTEgG5Ag .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(20, 32, 52, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-rWMTEgG5Ag H1 {
  color: #ffffff;
}
.cid-rWMTEgG5Ag .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-rWMTEgG5Ag .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-rWJQCge4Wl.popup-builder {
  background-color: #ffffff;
}
.cid-rWJQCge4Wl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWJQCge4Wl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWJQCge4Wl .modal-content,
.cid-rWJQCge4Wl .modal-dialog {
  height: auto;
}
.cid-rWJQCge4Wl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWJQCge4Wl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWJQCge4Wl .form-wrapper .mbr-form .form-group,
  .cid-rWJQCge4Wl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWJQCge4Wl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWJQCge4Wl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWJQCge4Wl .mbr-text {
  text-align: center;
}
.cid-rWJQCge4Wl .pt-0 {
  padding-top: 0 !important;
}
.cid-rWJQCge4Wl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWJQCge4Wl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWJQCge4Wl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWJQCge4Wl .modal-open {
  overflow: hidden;
}
.cid-rWJQCge4Wl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWJQCge4Wl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWJQCge4Wl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWJQCge4Wl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rWJQCge4Wl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWJQCge4Wl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWJQCge4Wl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWJQCge4Wl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rWJQCge4Wl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWJQCge4Wl .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWJQCge4Wl .modal-backdrop.show {
  opacity: .5;
}
.cid-rWJQCge4Wl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWJQCge4Wl .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWJQCge4Wl .modal-header .close:hover {
  opacity: 1;
}
.cid-rWJQCge4Wl .modal-header .close:focus {
  outline: none;
}
.cid-rWJQCge4Wl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWJQCge4Wl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWJQCge4Wl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWJQCge4Wl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWJQCge4Wl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWJQCge4Wl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWJQCge4Wl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWJQCge4Wl .modal-sm {
    max-width: 300px;
  }
  .cid-rWJQCge4Wl .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWJQCge4Wl .modal-lg,
  .cid-rWJQCge4Wl .modal-xl {
    max-width: 800px;
  }
  .cid-rWJQCge4Wl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWJQCge4Wl .modal-xl {
    max-width: 1140px;
  }
  .cid-rWJQCge4Wl .container {
    max-width: 1140px;
  }
}
.cid-rWJQCge4Wl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWJQCge4Wl .container {
    max-width: 720px;
  }
}
.cid-rWJQCge4Wl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWJQCge4Wl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rWJQCge4Wl .form-group {
  margin-bottom: 1rem;
}
.cid-rWJQCge4Wl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWJQCge4Wl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWJQCge4Wl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rWJPVRKZ5j.popup-builder {
  background-color: #ffffff;
}
.cid-rWJPVRKZ5j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWJPVRKZ5j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWJPVRKZ5j .modal-content,
.cid-rWJPVRKZ5j .modal-dialog {
  height: auto;
}
.cid-rWJPVRKZ5j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWJPVRKZ5j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWJPVRKZ5j .form-wrapper .mbr-form .form-group,
  .cid-rWJPVRKZ5j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWJPVRKZ5j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWJPVRKZ5j .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWJPVRKZ5j .mbr-text {
  text-align: center;
}
.cid-rWJPVRKZ5j .pt-0 {
  padding-top: 0 !important;
}
.cid-rWJPVRKZ5j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWJPVRKZ5j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWJPVRKZ5j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWJPVRKZ5j .modal-open {
  overflow: hidden;
}
.cid-rWJPVRKZ5j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWJPVRKZ5j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWJPVRKZ5j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWJPVRKZ5j .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rWJPVRKZ5j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWJPVRKZ5j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWJPVRKZ5j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWJPVRKZ5j .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rWJPVRKZ5j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWJPVRKZ5j .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWJPVRKZ5j .modal-backdrop.show {
  opacity: .5;
}
.cid-rWJPVRKZ5j .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWJPVRKZ5j .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWJPVRKZ5j .modal-header .close:hover {
  opacity: 1;
}
.cid-rWJPVRKZ5j .modal-header .close:focus {
  outline: none;
}
.cid-rWJPVRKZ5j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWJPVRKZ5j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWJPVRKZ5j .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWJPVRKZ5j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWJPVRKZ5j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWJPVRKZ5j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWJPVRKZ5j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWJPVRKZ5j .modal-sm {
    max-width: 300px;
  }
  .cid-rWJPVRKZ5j .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWJPVRKZ5j .modal-lg,
  .cid-rWJPVRKZ5j .modal-xl {
    max-width: 800px;
  }
  .cid-rWJPVRKZ5j .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWJPVRKZ5j .modal-xl {
    max-width: 1140px;
  }
  .cid-rWJPVRKZ5j .container {
    max-width: 1140px;
  }
}
.cid-rWJPVRKZ5j .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWJPVRKZ5j .container {
    max-width: 720px;
  }
}
.cid-rWJPVRKZ5j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWJPVRKZ5j .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rWJPVRKZ5j .form-group {
  margin-bottom: 1rem;
}
.cid-rWJPVRKZ5j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWJPVRKZ5j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWJPVRKZ5j .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rWJPsY6JSN.popup-builder {
  background-color: #ffffff;
}
.cid-rWJPsY6JSN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWJPsY6JSN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWJPsY6JSN .modal-content,
.cid-rWJPsY6JSN .modal-dialog {
  height: auto;
}
.cid-rWJPsY6JSN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWJPsY6JSN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWJPsY6JSN .form-wrapper .mbr-form .form-group,
  .cid-rWJPsY6JSN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWJPsY6JSN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWJPsY6JSN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWJPsY6JSN .mbr-text {
  text-align: center;
}
.cid-rWJPsY6JSN .pt-0 {
  padding-top: 0 !important;
}
.cid-rWJPsY6JSN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWJPsY6JSN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWJPsY6JSN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWJPsY6JSN .modal-open {
  overflow: hidden;
}
.cid-rWJPsY6JSN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWJPsY6JSN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWJPsY6JSN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWJPsY6JSN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rWJPsY6JSN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWJPsY6JSN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWJPsY6JSN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWJPsY6JSN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rWJPsY6JSN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWJPsY6JSN .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWJPsY6JSN .modal-backdrop.show {
  opacity: .5;
}
.cid-rWJPsY6JSN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWJPsY6JSN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWJPsY6JSN .modal-header .close:hover {
  opacity: 1;
}
.cid-rWJPsY6JSN .modal-header .close:focus {
  outline: none;
}
.cid-rWJPsY6JSN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWJPsY6JSN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWJPsY6JSN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWJPsY6JSN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWJPsY6JSN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWJPsY6JSN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWJPsY6JSN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWJPsY6JSN .modal-sm {
    max-width: 300px;
  }
  .cid-rWJPsY6JSN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWJPsY6JSN .modal-lg,
  .cid-rWJPsY6JSN .modal-xl {
    max-width: 800px;
  }
  .cid-rWJPsY6JSN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWJPsY6JSN .modal-xl {
    max-width: 1140px;
  }
  .cid-rWJPsY6JSN .container {
    max-width: 1140px;
  }
}
.cid-rWJPsY6JSN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWJPsY6JSN .container {
    max-width: 720px;
  }
}
.cid-rWJPsY6JSN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWJPsY6JSN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rWJPsY6JSN .form-group {
  margin-bottom: 1rem;
}
.cid-rWJPsY6JSN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWJPsY6JSN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWJPsY6JSN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rWJODv1mxM.popup-builder {
  background-color: #ffffff;
}
.cid-rWJODv1mxM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWJODv1mxM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWJODv1mxM .modal-content,
.cid-rWJODv1mxM .modal-dialog {
  height: auto;
}
.cid-rWJODv1mxM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWJODv1mxM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWJODv1mxM .form-wrapper .mbr-form .form-group,
  .cid-rWJODv1mxM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWJODv1mxM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWJODv1mxM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWJODv1mxM .mbr-text {
  text-align: center;
}
.cid-rWJODv1mxM .pt-0 {
  padding-top: 0 !important;
}
.cid-rWJODv1mxM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWJODv1mxM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWJODv1mxM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWJODv1mxM .modal-open {
  overflow: hidden;
}
.cid-rWJODv1mxM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWJODv1mxM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWJODv1mxM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWJODv1mxM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rWJODv1mxM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWJODv1mxM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWJODv1mxM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWJODv1mxM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rWJODv1mxM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWJODv1mxM .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWJODv1mxM .modal-backdrop.show {
  opacity: .5;
}
.cid-rWJODv1mxM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWJODv1mxM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWJODv1mxM .modal-header .close:hover {
  opacity: 1;
}
.cid-rWJODv1mxM .modal-header .close:focus {
  outline: none;
}
.cid-rWJODv1mxM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWJODv1mxM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWJODv1mxM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWJODv1mxM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWJODv1mxM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWJODv1mxM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWJODv1mxM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWJODv1mxM .modal-sm {
    max-width: 300px;
  }
  .cid-rWJODv1mxM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWJODv1mxM .modal-lg,
  .cid-rWJODv1mxM .modal-xl {
    max-width: 800px;
  }
  .cid-rWJODv1mxM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWJODv1mxM .modal-xl {
    max-width: 1140px;
  }
  .cid-rWJODv1mxM .container {
    max-width: 1140px;
  }
}
.cid-rWJODv1mxM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWJODv1mxM .container {
    max-width: 720px;
  }
}
.cid-rWJODv1mxM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWJODv1mxM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rWJODv1mxM .form-group {
  margin-bottom: 1rem;
}
.cid-rWJODv1mxM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWJODv1mxM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWJODv1mxM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sTgIbH3SmE {
  background-color: #ffffff;
}
.cid-sTgIbH3SmE .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-sTgIbH3SmE .mybtn:hover {
  color: orange !important;
}
.cid-sTgIbH3SmE .grecaptcha-badge {
  visibility: hidden;
}
.cid-sTgIbH3SmE .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sTgIbH3SmE .container-nopadding {
  padding: 0px;
}
.cid-sTgIbH3SmE .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-sTgIbH3SmE .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-sTgIbH3SmE .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-sTgIbH3SmE .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-sTgIbH3SmE .btnIconcol {
  color: #ffffff;
}
.cid-sTgIbH3SmE .btn-circle:hover {
  background-color: #232323;
}
.cid-sTgIbH3SmE .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-sTgIbH3SmE .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-sTgIbH3SmE .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-sTgIbH3SmE .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-sTgIbH3SmE .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sTgIbH3SmE .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sTgIbH3SmE .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-sTgIbH3SmE .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sTgIbH3SmE .windowBar,
  .cid-sTgIbH3SmE .contentwindow,
  .cid-sTgIbH3SmE .contactwindow {
    border-radius: 0;
  }
}
.cid-sTgIbH3SmE .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sTgIbH3SmE .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sTgIbH3SmE .btn-form {
  display: inline-block !important;
}
.cid-sTgIbH3SmE .recaptcha-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .gdpr-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-sTgIbH3SmE .send-copy-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .mbr-alert-success {
  text-align: center;
}
.cid-sTgIbH3SmE .mbr-alert-danger {
  text-align: center;
}
.cid-sTgIbH3SmE .message-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .message-topic-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .file-upload-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-sTgIbH3SmE .form-control {
  border: 1px solid #232323 !important;
}
.cid-sTgIbH3SmE .showAlerts {
  display: block !important;
}
.cid-sTgIbH3SmE .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-sTgIbH3SmE .hidden {
  display: none;
}
.cid-sTgIbH3SmE .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-alerterror {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-labels {
  color: #232323;
}
.cid-sTgIbH3SmE .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-sTgIbH3SmE .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-sTgIbH3SmE .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-sTgIbH3SmE input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-s17RaCQnEt {
  background-image: url("../../../assets/images/hold-1b.jpg");
  background-size: cover;
  background-position: top;
}
.cid-s17RaCQnEt .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s17RaCQnEt .container {
  height: 65vh;
}
.cid-s17RaCQnEt .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-s17RaCQnEt .ueberschrift {
    left: 2rem;
  }
  .cid-s17RaCQnEt .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-s17RaCQnEt .mbr-figure {
  position: relative;
}
.cid-s17RaCQnEt .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-s17RaCQnEt .mbr-figure {
    max-width: 80%;
  }
  .cid-s17RaCQnEt .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-s17RaCQnEt .mbr-figure {
    max-width: 80%;
  }
  .cid-s17RaCQnEt .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-s17RaCQnEt h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-s17RaCQnEt .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-s17RaCQnEt .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-s17RaCQnEt .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-s17RaCQnEt .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-s17RaCQnEt .schiefer-text {
    width: 300px;
  }
}
.cid-s17RaCQnEt .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-s17RaCQnEt .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-s17RaCQnEt .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-s17RaCQnEt .mbr-text {
    text-align: center;
  }
}
.cid-s17RaCQnEt H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-s17RaCQnEt H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-s17RaCQnEt .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-s17RaCQnEt .mbr-text,
.cid-s17RaCQnEt .mbr-section-btn {
  text-align: center;
}
.cid-s17QyvuUce {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeeee;
}
.cid-s17QyvuUce .mbr-text,
.cid-s17QyvuUce blockquote {
  color: #767676;
}
.cid-s17QyvuUce .mbr-text P {
  text-align: center;
}
.cid-s17QyvuUce .mbr-text {
  color: #001a33;
  text-align: center;
}
.cid-s17QyvuUce .mbr-text DIV {
  text-align: center;
}
.cid-s2rEgEfav2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e4e8f4;
}
.cid-s2rEgEfav2 .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  z-index: 99;
  bottom: 100px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-s2rEgEfav2 .schiefer-text {
    width: 200px;
    position: absolute;
    bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .cid-s2rEgEfav2 .schiefer-text {
    width: 300px;
    position: absolute;
    bottom: 10px;
  }
}
.cid-s2rEgEfav2 .mbr-text {
  margin: 0;
}
.cid-s2rEgEfav2 .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-s2rEgEfav2 .row-element,
.cid-s2rEgEfav2 .image-element {
  padding: 0;
}
.cid-s2rEgEfav2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2rEgEfav2 .image-element .img-wrap {
  width: 100% !important;
}
.cid-s2rEgEfav2 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s2rEgEfav2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2rEgEfav2 .carousel-item.active,
.cid-s2rEgEfav2 .carousel-item-next,
.cid-s2rEgEfav2 .carousel-item-prev {
  display: flex;
}
.cid-s2rEgEfav2 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-s2rEgEfav2 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #001a33;
}
.cid-s2rEgEfav2 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: orange;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-s2rEgEfav2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-s2rEgEfav2 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-s2rEgEfav2 .carousel-controls {
    display: block;
  }
  .cid-s2rEgEfav2 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-s2rEgEfav2 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-s2rEgEfav2 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-s2rEgEfav2 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-s2rEgEfav2 .text-element {
    padding: 1rem;
  }
  .cid-s2rEgEfav2 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2rEgEfav2 .image-element {
    min-width: 50%;
  }
  .cid-s2rEgEfav2 .media-container-row {
    width: 100%;
  }
}
.cid-s2rEgEfav2 .mbr-subtitle {
  color: #a2a2a2;
}
.cid-sshYplo73E {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sshYplo73E .swiper-container {
  width: 100%;
  height: 100%;
  background: #E4E8F4;
}
.cid-sshYplo73E .swiper-slide {
  background-position: center;
  background-size: cover;
  min-height: 300px;
  background: #E4E8F4;
}
.cid-sshYplo73E .block-text {
  padding: 20px;
  background: #E4E8F4;
  color: #2c1616;
}
.cid-sshYplo73E .container-fluid {
  max-width: 1500px;
}
.cid-sshYplo73E .next-style {
  background: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.cid-sshYplo73E .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  z-index: 99;
  bottom: 100px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-sshYplo73E .schiefer-text {
    width: 200px;
    position: absolute;
    bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .cid-sshYplo73E .schiefer-text {
    width: 300px;
    position: absolute;
    bottom: 10px;
  }
}
@media (max-width: 980px) {
  .cid-sshYplo73E .block-text {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .cid-sshYplo73E .next-style {
    z-index: 99;
    background: rgba(255, 255, 255, 0.3);
  }
  .cid-sshYplo73E .media-container-row {
    min-height: 600px;
  }
  .cid-sshYplo73E .swiper-button-next,
  .cid-sshYplo73E .swiper-button-prev {
    top: 85%!important;
  }
}
.cid-s17WW38Ofx {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #001a33;
}
.cid-s17WW38Ofx .mbr-text,
.cid-s17WW38Ofx blockquote {
  color: #767676;
}
.cid-s17WW38Ofx .mbr-text P {
  text-align: center;
}
.cid-s17WW38Ofx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-s17WW38Ofx .mbr-text DIV {
  text-align: left;
}
.cid-s17UOZMjVa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #001a33;
}
.cid-s17UOZMjVa .mbr-text {
  color: #efefef;
}
.cid-s17UOZMjVa .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s17UOZMjVa .card-item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s17UOZMjVa .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-s17UOZMjVa .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-s17UOZMjVa .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-s17UOZMjVa .card-item .card-icon {
    margin-right: 2rem;
    min-width: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-s17UOZMjVa .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .cid-s17UOZMjVa .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-s17UOZMjVa .card-item .card-icon {
    min-width: 4rem;
  }
  .cid-s17UOZMjVa .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-s17UOZMjVa .card-title {
  color: #ffffff;
}
.cid-s17Z431ttd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #001a33;
}
.cid-s17Z431ttd .mbr-text {
  color: #efefef;
}
.cid-s17Z431ttd .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s17Z431ttd .card-item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s17Z431ttd .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-s17Z431ttd .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-s17Z431ttd .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-s17Z431ttd .card-item .card-icon {
    margin-right: 2rem;
    min-width: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-s17Z431ttd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .cid-s17Z431ttd .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-s17Z431ttd .card-item .card-icon {
    min-width: 4rem;
  }
  .cid-s17Z431ttd .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-s17Z431ttd .card-title {
  color: #ffffff;
}
.cid-s17Z4QNtws {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #001a33;
}
.cid-s17Z4QNtws .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #4284df;
  border: 2px solid #4284df;
  color: #ffffff;
  border-radius: 50%;
}
.cid-s17Z4QNtws .mbr-text {
  color: #efefef;
}
.cid-s17Z4QNtws .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s17Z4QNtws .card-item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s17Z4QNtws .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-s17Z4QNtws .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-s17Z4QNtws .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-s17Z4QNtws .card-item .card-icon {
    margin-right: 2rem;
    min-width: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-s17Z4QNtws .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .cid-s17Z4QNtws .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-s17Z4QNtws .card-item .card-icon {
    min-width: 4rem;
  }
  .cid-s17Z4QNtws .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-s17Z4QNtws .card-title {
  color: #ffffff;
}
.cid-s17Z4QNtws .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: left;
}
.cid-s17Z4QNtws .mybtn:hover {
  background: white!important;
  border-width: 0px;
  border-color: white;
  color: black!important;
}
#custom-html-2m header {
  position: relative;
  height: 200px;
  background-color: #001a33;
}
#custom-html-2m h1 {
  padding: 100px 0;
  font: 44px "Arial";
  text-align: center;
}
#custom-html-2m header h1 {
  color: white;
}
#custom-html-2m svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}
.cid-s1dGNHxDOA {
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #ebecf0;
}
.cid-s1dGNHxDOA .container {
  max-width: 1300px;
}
.cid-s1dGNHxDOA .media-content .btn-bgr {
  z-index: 0;
}
.cid-s1dGNHxDOA .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-s1dGNHxDOA .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-s1dGNHxDOA .mbr-section-text {
  word-break: break-word;
}
.cid-s1dGNHxDOA .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-s1dGNHxDOA .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-s1dGNHxDOA .mbr-figure {
    padding-top: 3rem;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-s1dGNHxDOA .mbr-text {
    text-align: center;
  }
}
.cid-s1dGNHxDOA .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-s1dGNHxDOA .mbr-text,
.cid-s1dGNHxDOA .mbr-section-btn {
  color: #122033;
}
.cid-s1dGNHxDOA H1 {
  color: #122033;
}
#custom-html-b8 header {
  position: relative;
  height: 200px;
  background-color: #EBECF0;
}
#custom-html-b8 h1 {
  padding: 100px 0;
  font: 44px "Arial";
  text-align: center;
}
#custom-html-b8 header h1 {
  color: white;
}
#custom-html-b8 svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}
.cid-sT0a533wo5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT0a533wo5 .block-title {
  text-align: left;
}
.cid-sT0a6fEOsx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT0a7kh51R {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sT0a7kh51R .meineBreite {
  width: 25%;
  text-align: center;
}
.cid-sT0a7kh51R .mbr-figure {
  padding: 1rem;
}
@media (max-width: 980px) {
  .cid-sT0a7kh51R .meineBreite {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .cid-sT0a7kh51R .meineBreite {
    width: 50%;
  }
}
.cid-sT0a7kh51R img {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  transition: all 1s ease-out;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-sT0a7kh51R img:hover {
  background: #FDC300;
  transition: all 1s ease-out;
}
.cid-sT5xbZPbzr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT5xbZPbzr .google-map {
  height: 35rem;
  position: relative;
}
.cid-sT5xbZPbzr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sT5xbZPbzr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sT5xbZPbzr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sT5xbZPbzr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sT5xbZPbzr .container-fluid {
  padding: 0;
}
.cid-sT5xbZPbzr .relative {
  position: relative;
  width: 100%;
}
.cid-sT5xbZPbzr .mbr-section-title {
  color: #656565;
}
.cid-sT5xbZPbzr .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sT5xbZPbzr .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sT5xbZPbzr .title {
  text-align: center;
  color: #ffffff;
}
.cid-sT5xbZPbzr .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sT5xbZPbzr .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sTgIbH3SmE {
  background-color: #ffffff;
}
.cid-sTgIbH3SmE .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-sTgIbH3SmE .mybtn:hover {
  color: orange !important;
}
.cid-sTgIbH3SmE .grecaptcha-badge {
  visibility: hidden;
}
.cid-sTgIbH3SmE .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sTgIbH3SmE .container-nopadding {
  padding: 0px;
}
.cid-sTgIbH3SmE .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-sTgIbH3SmE .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-sTgIbH3SmE .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-sTgIbH3SmE .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-sTgIbH3SmE .btnIconcol {
  color: #ffffff;
}
.cid-sTgIbH3SmE .btn-circle:hover {
  background-color: #232323;
}
.cid-sTgIbH3SmE .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-sTgIbH3SmE .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-sTgIbH3SmE .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-sTgIbH3SmE .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-sTgIbH3SmE .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sTgIbH3SmE .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sTgIbH3SmE .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-sTgIbH3SmE .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sTgIbH3SmE .windowBar,
  .cid-sTgIbH3SmE .contentwindow,
  .cid-sTgIbH3SmE .contactwindow {
    border-radius: 0;
  }
}
.cid-sTgIbH3SmE .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sTgIbH3SmE .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sTgIbH3SmE .btn-form {
  display: inline-block !important;
}
.cid-sTgIbH3SmE .recaptcha-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .gdpr-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-sTgIbH3SmE .send-copy-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .mbr-alert-success {
  text-align: center;
}
.cid-sTgIbH3SmE .mbr-alert-danger {
  text-align: center;
}
.cid-sTgIbH3SmE .message-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .message-topic-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .file-upload-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-sTgIbH3SmE .form-control {
  border: 1px solid #232323 !important;
}
.cid-sTgIbH3SmE .showAlerts {
  display: block !important;
}
.cid-sTgIbH3SmE .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-sTgIbH3SmE .hidden {
  display: none;
}
.cid-sTgIbH3SmE .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-alerterror {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-labels {
  color: #232323;
}
.cid-sTgIbH3SmE .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-sTgIbH3SmE .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-sTgIbH3SmE .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-sTgIbH3SmE input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-s2lwwMr4kr {
  background-image: url("../../../assets/images/fall-protection-12-20216827.jpg");
  background-size: cover;
  background-position: center;
}
.cid-s2lwwMr4kr ~ supports (-webkit-overflow-scrolling: touch) {
  background-image: url("../../../assets/images/fall-protection-12-20216827.jpg");
  background-attachment: scroll;
}
@media (max-width: 1024px) {
  .cid-s2lwwMr4kr {
    background-image: url("../../../assets/images/fall-protection-12-20216842-hoch-2000.jpg");
    background-size: cover;
    background-position: center;
  }
  .cid-s2lwwMr4kr ~ supports (-webkit-overflow-scrolling: touch) {
    background-image: url("../../../assets/images/fall-protection-12-20216842-hoch-2000.jpg");
    background-attachment: scroll;
  }
}
.cid-s2lwwMr4kr .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s2lwwMr4kr .container {
  height: 65vh;
}
.cid-s2lwwMr4kr .mbr-figure {
  position: relative;
  top: 0rem;
}
.cid-s2lwwMr4kr .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-s2lwwMr4kr .mbr-figure {
    top: 0rem;
    max-width: 80%;
  }
  .cid-s2lwwMr4kr .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-s2lwwMr4kr .mbr-figure {
    top: 0rem;
    max-width: 80%;
  }
  .cid-s2lwwMr4kr .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-s2lwwMr4kr h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-s2lwwMr4kr .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-s2lwwMr4kr .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-s2lwwMr4kr .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-s2lwwMr4kr .ueberschrift {
    left: 2rem;
  }
  .cid-s2lwwMr4kr .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-s2lwwMr4kr .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-s2lwwMr4kr .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-s2lwwMr4kr .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-s2lwwMr4kr .mbr-text {
    text-align: center;
  }
}
.cid-s2lwwMr4kr H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-s2lwwMr4kr H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-s2lwwMr4kr .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-s2lwwMr4kr .mbr-text,
.cid-s2lwwMr4kr .mbr-section-btn {
  text-align: center;
}
.cid-s2lwwNsTC3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeeee;
}
.cid-s2lwwNsTC3 .mbr-text,
.cid-s2lwwNsTC3 blockquote {
  color: #767676;
}
.cid-s2lwwNsTC3 .mbr-text P {
  text-align: center;
}
.cid-s2lwwNsTC3 .mbr-text {
  color: #001a33;
  text-align: center;
}
.cid-s2lwwNsTC3 .mbr-text DIV {
  text-align: center;
}
.cid-s2ngNn0Vcn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2ngNn0Vcn .block-title {
  text-align: left;
  color: #001a33;
}
.cid-s2ngCaKPBj {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2ngCaKPBj .Spalten {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 900px) {
  .cid-s2ngCaKPBj .Spalten {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.cid-s2ngCaKPBj .block-text {
  color: #001a33;
}
.cid-sSXR250IVu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
.cid-sSXR250IVu .card-box {
  padding: 0 2rem;
}
.cid-sSXR250IVu .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-sSXR250IVu .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-sSXR250IVu .mbr-iconfont {
  color: #f8f9c4;
}
.cid-sSXR250IVu .mbr-iconfont:hover {
  color: #149dcc !important;
}
.cid-sSXR250IVu .mbr-text {
  margin: 1.5rem 0;
}
.cid-sSXR250IVu .drehen1 {
  transform: rotate(45deg);
}
.cid-sSXR250IVu .drehen2 {
  transform: rotate(90deg);
}
.cid-sSXR250IVu .card-title {
  margin-bottom: 0.3rem;
  color: #ffffff;
  text-align: center;
}
.cid-sSXR250IVu .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 3rem;
  max-width: 250px;
}
.cid-sSXR250IVu .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSXR250IVu .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sSXR250IVu .mbr-text,
.cid-sSXR250IVu .social-links {
  color: #ffffff;
  text-align: left;
}
.cid-sSXR250IVu H2 {
  color: #ffffff;
}
.cid-sSXR250IVu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sRSq7n0Sfh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #001a33;
}
.cid-sRSq7n0Sfh img {
  width: 100%;
}
.cid-sRSq7n0Sfh .text-wrapper {
  z-index: 11;
}
.cid-sRSq7n0Sfh .wrapper {
  display: flex;
}
.cid-sRSq7n0Sfh .row {
  align-items: center;
}
.cid-sRSq7n0Sfh .animate__fadeInUp:before {
  background: #001a33;
}
.cid-sRSq7n0Sfh .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #001a33;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sRSq7n0Sfh .wrapper {
    flex-direction: column;
  }
  .cid-sRSq7n0Sfh .iconfont-wrapper {
    margin: auto;
  }
  .cid-sRSq7n0Sfh .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sRSq7n0Sfh .mbr-section-title {
  color: #ffffff;
}
.cid-sRSq7n0Sfh .mbr-text,
.cid-sRSq7n0Sfh .mbr-section-btn {
  color: #ffffff;
}
.cid-sRSzthjBX1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #001a33;
}
.cid-sRSzthjBX1 img {
  width: 100%;
}
.cid-sRSzthjBX1 .text-wrapper {
  z-index: 11;
}
.cid-sRSzthjBX1 .wrapper {
  display: flex;
}
.cid-sRSzthjBX1 .row {
  align-items: center;
}
.cid-sRSzthjBX1 .animate__fadeInUp:before {
  background: #001a33;
}
.cid-sRSzthjBX1 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #001a33;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sRSzthjBX1 .wrapper {
    flex-direction: column;
  }
  .cid-sRSzthjBX1 .iconfont-wrapper {
    margin: auto;
  }
  .cid-sRSzthjBX1 .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sRSzthjBX1 .mbr-section-title {
  color: #ffffff;
}
.cid-sRSzthjBX1 .mbr-text,
.cid-sRSzthjBX1 .mbr-section-btn {
  color: #ffffff;
}
.cid-sSISem8cBD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #001a33;
}
.cid-sSISem8cBD img {
  width: 100%;
}
.cid-sSISem8cBD .text-wrapper {
  z-index: 11;
}
.cid-sSISem8cBD .wrapper {
  display: flex;
}
.cid-sSISem8cBD .row {
  align-items: center;
}
.cid-sSISem8cBD .animate__fadeInUp:before {
  background: #001a33;
}
.cid-sSISem8cBD .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #001a33;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sSISem8cBD .wrapper {
    flex-direction: column;
  }
  .cid-sSISem8cBD .iconfont-wrapper {
    margin: auto;
  }
  .cid-sSISem8cBD .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sSISem8cBD .mbr-section-title {
  color: #ffffff;
}
.cid-sSISem8cBD .mbr-text,
.cid-sSISem8cBD .mbr-section-btn {
  color: #ffffff;
}
.cid-sSXRvaA1aq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSXRvaA1aq p {
  color: #767676;
  padding: 0!important;
}
.cid-sSXRvaA1aq li {
  margin-top: -0.7em;
}
.cid-sSXRvaA1aq ul {
  list-style-type: disc!important;
}
.cid-sSXRvaA1aq .etwas-groesser {
  font-size: 120%;
}
.cid-sSXRvaA1aq .textlink:hover {
  background-color: transparent!important;
}
.cid-sSXRvaA1aq a:hover {
  color: black!important;
  background-color: #FDC300!important;
  border-color: #FDC300!important;
}
.cid-sSXRvaA1aq .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
.cid-sSXRvaA1aq .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sSXRvaA1aq .row-element,
.cid-sSXRvaA1aq .image-element {
  padding: 0;
}
.cid-sSXRvaA1aq .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSXRvaA1aq .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sSXRvaA1aq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sSXRvaA1aq .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #001a33, #ffcb10);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sSXRvaA1aq .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sSXRvaA1aq .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSXRvaA1aq .text-content {
    padding: 2rem 1rem;
  }
  .cid-sSXRvaA1aq .underline .line {
    height: 2px;
  }
  .cid-sSXRvaA1aq .mbr-title,
  .cid-sSXRvaA1aq .underline,
  .cid-sSXRvaA1aq .mbr-text,
  .cid-sSXRvaA1aq .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sSXRvaA1aq .mbr-text,
.cid-sSXRvaA1aq .mbr-section-btn {
  text-align: left;
  color: #001a33;
  line-height: 1.3;
}
.cid-sSXRvaA1aq .mbr-title,
.cid-sSXRvaA1aq .underline {
  text-align: left;
  color: #001a33;
}
.cid-sSXRwaysqy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSXRwaysqy p {
  color: #767676;
  padding: 0!important;
}
.cid-sSXRwaysqy li {
  margin-top: -0.7em;
}
.cid-sSXRwaysqy ul {
  list-style-type: disc!important;
}
.cid-sSXRwaysqy .etwas-groesser {
  font-size: 120%;
}
.cid-sSXRwaysqy .textlink:hover {
  background-color: transparent!important;
}
.cid-sSXRwaysqy a:hover {
  color: black!important;
  background-color: #FDC300!important;
  border-color: #FDC300!important;
}
.cid-sSXRwaysqy .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
.cid-sSXRwaysqy .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sSXRwaysqy .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sSXRwaysqy .row-element,
.cid-sSXRwaysqy .image-element {
  padding: 0;
}
.cid-sSXRwaysqy .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSXRwaysqy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sSXRwaysqy .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sSXRwaysqy .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #001a33, #ffcb10);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sSXRwaysqy .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sSXRwaysqy .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSXRwaysqy .text-content {
    padding: 2rem 1rem;
  }
  .cid-sSXRwaysqy .underline .line {
    height: 2px;
  }
  .cid-sSXRwaysqy .mbr-title,
  .cid-sSXRwaysqy .underline,
  .cid-sSXRwaysqy .mbr-text,
  .cid-sSXRwaysqy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sSXRwaysqy .mbr-text,
.cid-sSXRwaysqy .mbr-section-btn {
  text-align: left;
  color: #001a33;
  line-height: 1.3;
}
.cid-sSXRwaysqy .mbr-title,
.cid-sSXRwaysqy .underline {
  text-align: left;
  color: #001a33;
}
.cid-sSXRx3NRzD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSXRx3NRzD p {
  color: #767676;
  padding: 0!important;
}
.cid-sSXRx3NRzD li {
  margin-top: -0.7em;
}
.cid-sSXRx3NRzD ul {
  list-style-type: disc!important;
}
.cid-sSXRx3NRzD .etwas-groesser {
  font-size: 120%;
}
.cid-sSXRx3NRzD .textlink:hover {
  background-color: transparent!important;
}
.cid-sSXRx3NRzD a:hover {
  color: black!important;
  background-color: #FDC300!important;
  border-color: #FDC300!important;
}
.cid-sSXRx3NRzD .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
.cid-sSXRx3NRzD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sSXRx3NRzD .row-element,
.cid-sSXRx3NRzD .image-element {
  padding: 0;
}
.cid-sSXRx3NRzD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSXRx3NRzD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sSXRx3NRzD .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sSXRx3NRzD .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #001a33, #ffcb10);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sSXRx3NRzD .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sSXRx3NRzD .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSXRx3NRzD .text-content {
    padding: 2rem 1rem;
  }
  .cid-sSXRx3NRzD .underline .line {
    height: 2px;
  }
  .cid-sSXRx3NRzD .mbr-title,
  .cid-sSXRx3NRzD .underline,
  .cid-sSXRx3NRzD .mbr-text,
  .cid-sSXRx3NRzD .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sSXRx3NRzD .mbr-text,
.cid-sSXRx3NRzD .mbr-section-btn {
  text-align: left;
  color: #001a33;
  line-height: 1.3;
}
.cid-sSXRx3NRzD .mbr-title,
.cid-sSXRx3NRzD .underline {
  text-align: left;
  color: #001a33;
}
.cid-s2nlxIHJxZ {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s2nlxIHJxZ .nav-tabs .nav-item.open .nav-link:focus,
.cid-s2nlxIHJxZ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s2nlxIHJxZ .mytext-1 {
  font-weight: 800;
  font-size: 180%;
}
.cid-s2nlxIHJxZ .mytext-2 {
  font-weight: 800;
  font-size: 110%;
  line-height: 100%;
}
.cid-s2nlxIHJxZ .drehen {
  -ms-transform: skewX(12deg) !important;
  -webkit-transform: skewX(12deg) !important;
  transform: skewX(12deg) !important;
}
.cid-s2nlxIHJxZ .gerade-machen {
  -ms-transform: skewX(-12deg) !important;
  -webkit-transform: skewX(-12deg) !important;
  transform: skewX(-12deg) !important;
}
.cid-s2nlxIHJxZ .nav-link {
  background: #fdc300;
  transition: all 0.3s;
  padding: 0.5rem 3rem 0.5rem 3rem;
  border-radius: 0;
  text-align: right;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  font-weight: 800!important;
  color: #122033!important;
}
.cid-s2nlxIHJxZ .nav-link:hover {
  background: #001a33;
  color: #fdc300!important;
}
.cid-s2nlxIHJxZ .tab-block-pos {
  position: relative;
  left: -40px;
}
.cid-s2nlxIHJxZ .Tab1 .Tab2 .Tab3 .Tab4 .Tab5 .Tab6 {
  position: absolute;
  left: 0px;
  height: 50px;
}
.cid-s2nlxIHJxZ .Tab1 {
  width: 510px;
}
.cid-s2nlxIHJxZ .Tab2 {
  width: 522px;
}
.cid-s2nlxIHJxZ .Tab3 {
  width: 534px;
}
.cid-s2nlxIHJxZ .Tab4 {
  width: 548px;
}
.cid-s2nlxIHJxZ .Tab5 {
  width: 560px;
}
.cid-s2nlxIHJxZ .Tab6 {
  width: 572px;
}
.cid-s2nlxIHJxZ .nav-link.active {
  background: #001a33;
  color: white!important;
}
.cid-s2nlxIHJxZ .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-s2nlxIHJxZ .nav-tabs .nav-item {
  padding: .2rem;
}
.cid-s2nlxIHJxZ p {
  padding-left: 2rem;
}
.cid-s2nlxIHJxZ .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-s2nlxIHJxZ .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-s2nlxIHJxZ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-s2nlxIHJxZ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-s2nlxIHJxZ P {
  color: #001a33;
}
.cid-s2nlxIHJxZ H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-s2nlxIHJxZ .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s2nlxIHJxZ p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-s2nlxIHJxZ .nav-link {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  .cid-s2nlxIHJxZ .tab-block-pos {
    position: relative;
    left: 0px;
  }
  .cid-s2nlxIHJxZ .drehen {
    -ms-transform: skewX(0deg) !important;
    -webkit-transform: skewX(0deg) !important;
    transform: skewX(0deg) !important;
  }
  .cid-s2nlxIHJxZ .gerade-machen {
    -ms-transform: skewX(0deg) !important;
    -webkit-transform: skewX(0deg) !important;
    transform: skewX(0deg) !important;
    font-weight: 300!importgant;
    font-size: 1rem!important;
  }
  .cid-s2nlxIHJxZ .Tab1 {
    width: 100%;
  }
  .cid-s2nlxIHJxZ .Tab2 {
    width: 100%;
  }
  .cid-s2nlxIHJxZ .Tab3 {
    width: 100%;
  }
  .cid-s2nlxIHJxZ .Tab4 {
    width: 100%;
  }
  .cid-s2nlxIHJxZ .Tab5 {
    width: 100%;
  }
  .cid-s2nlxIHJxZ .Tab6 {
    width: 100%;
  }
  .cid-s2nlxIHJxZ .mbr-text,
  .cid-s2nlxIHJxZ .nav-link {
    text-align: center;
  }
  .cid-s2nlxIHJxZ .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s2nlxIHJxZ .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-s2nlxIHJxZ p {
    padding-left: 0rem;
  }
}
.cid-s2m3beIGPv {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/hold-1a-1200x800.jpg");
}
.cid-s2m3beIGPv .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-s2m3beIGPv .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-s2m3beIGPv .schiefer-text {
    width: 300px;
  }
}
.cid-s2m3beIGPv .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(20, 32, 52, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-s2m3beIGPv H1 {
  color: #ffffff;
}
.cid-s2m3beIGPv .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-s2m3beIGPv .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-sTgIbH3SmE {
  background-color: #ffffff;
}
.cid-sTgIbH3SmE .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-sTgIbH3SmE .mybtn:hover {
  color: orange !important;
}
.cid-sTgIbH3SmE .grecaptcha-badge {
  visibility: hidden;
}
.cid-sTgIbH3SmE .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sTgIbH3SmE .container-nopadding {
  padding: 0px;
}
.cid-sTgIbH3SmE .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-sTgIbH3SmE .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-sTgIbH3SmE .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-sTgIbH3SmE .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-sTgIbH3SmE .btnIconcol {
  color: #ffffff;
}
.cid-sTgIbH3SmE .btn-circle:hover {
  background-color: #232323;
}
.cid-sTgIbH3SmE .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-sTgIbH3SmE .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-sTgIbH3SmE .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-sTgIbH3SmE .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-sTgIbH3SmE .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sTgIbH3SmE .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sTgIbH3SmE .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-sTgIbH3SmE .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sTgIbH3SmE .windowBar,
  .cid-sTgIbH3SmE .contentwindow,
  .cid-sTgIbH3SmE .contactwindow {
    border-radius: 0;
  }
}
.cid-sTgIbH3SmE .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sTgIbH3SmE .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sTgIbH3SmE .btn-form {
  display: inline-block !important;
}
.cid-sTgIbH3SmE .recaptcha-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .gdpr-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-sTgIbH3SmE .send-copy-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .mbr-alert-success {
  text-align: center;
}
.cid-sTgIbH3SmE .mbr-alert-danger {
  text-align: center;
}
.cid-sTgIbH3SmE .message-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .message-topic-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .file-upload-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-sTgIbH3SmE .form-control {
  border: 1px solid #232323 !important;
}
.cid-sTgIbH3SmE .showAlerts {
  display: block !important;
}
.cid-sTgIbH3SmE .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-sTgIbH3SmE .hidden {
  display: none;
}
.cid-sTgIbH3SmE .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-alerterror {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-labels {
  color: #232323;
}
.cid-sTgIbH3SmE .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-sTgIbH3SmE .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-sTgIbH3SmE .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-sTgIbH3SmE input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-sPhCc4TCfQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hold-1a-1.jpg");
  background-size: cover;
  background-position: center;
}
.cid-sPhCc4TCfQ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sPhCc4TCfQ .container {
  height: 35vh;
}
.cid-sPhCc4TCfQ .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sPhCc4TCfQ .ueberschrift {
    left: 2rem;
  }
  .cid-sPhCc4TCfQ .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-sPhCc4TCfQ .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-sPhCc4TCfQ .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-sPhCc4TCfQ .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-sPhCc4TCfQ .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-sPhCc4TCfQ .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-sPhCc4TCfQ .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-sPhCc4TCfQ h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-sPhCc4TCfQ .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-sPhCc4TCfQ .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-sPhCc4TCfQ .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-sPhCc4TCfQ .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-sPhCc4TCfQ .schiefer-text {
    width: 300px;
  }
}
.cid-sPhCc4TCfQ .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-sPhCc4TCfQ .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-sPhCc4TCfQ .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-sPhCc4TCfQ .mbr-text {
    text-align: center;
  }
}
.cid-sPhCc4TCfQ H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-sPhCc4TCfQ H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-sPhCc4TCfQ .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-sPhCc4TCfQ .mbr-text,
.cid-sPhCc4TCfQ .mbr-section-btn {
  text-align: center;
}
.cid-s35fEBnowR {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s35fEBnowR .mbr-section-subtitle {
  color: #001a33;
}
.cid-s35fEBnowR H2 {
  text-align: center;
  font-weight: 700;
  color: #001a33;
}
#custom-html-49 header {
  position: relative;
  height: 200px;
  background-color: white;
}
#custom-html-49 h1 {
  padding: 100px 0;
  font: 44px "Arial";
  text-align: center;
}
#custom-html-49 header h1 {
  color: white;
}
#custom-html-49 svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}
.cid-s35fD3z5qR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcb10;
}
.cid-s35fD3z5qR .mbr-text,
.cid-s35fD3z5qR blockquote {
  color: #767676;
}
.cid-s35fD3z5qR .mbr-text P {
  text-align: center;
}
.cid-s35fD3z5qR .mbr-text {
  color: #001a33;
}
#custom-html-4a header {
  position: relative;
  height: 170px;
  background-color: #ffcb10;
}
#custom-html-4a h1 {
  padding: 100px 0;
  font: 44px "Arial";
  text-align: center;
}
#custom-html-4a header h1 {
  color: white;
}
#custom-html-4a svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}
.cid-s35gi7WQF1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s35gi7WQF1 .mbr-text {
  color: #001a33;
}
.cid-s35ggkutuu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s35ggkutuu .mbr-text,
.cid-s35ggkutuu blockquote {
  color: #767676;
}
.cid-s35ggkutuu .mbr-text {
  color: #001a33;
}
#custom-html-4f header {
  position: relative;
  height: 200px;
  background-color: white;
}
#custom-html-4f h1 {
  padding: 100px 0;
  font: 44px "Arial";
  text-align: center;
}
#custom-html-4f header h1 {
  color: white;
}
#custom-html-4f svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}
.cid-s35gpD02zU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcb10;
}
.cid-s35gpD02zU .mbr-text,
.cid-s35gpD02zU blockquote {
  color: #767676;
}
.cid-s35gpD02zU .mbr-text P {
  text-align: center;
}
.cid-s35gpD02zU .mbr-text {
  color: #001a33;
}
#custom-html-4g header {
  position: relative;
  height: 170px;
  background-color: #ffcb10;
}
#custom-html-4g h1 {
  padding: 100px 0;
  font: 44px "Arial";
  text-align: center;
}
#custom-html-4g header h1 {
  color: white;
}
#custom-html-4g svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}
.cid-s35gqkNfrG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s35gqkNfrG .mbr-text,
.cid-s35gqkNfrG blockquote {
  color: #767676;
}
.cid-s35gqkNfrG .mbr-text {
  color: #001a33;
}
#custom-html-d3 header {
  position: relative;
  height: 200px;
  background-color: white;
}
#custom-html-d3 h1 {
  padding: 100px 0;
  font: 44px "Arial";
  text-align: center;
}
#custom-html-d3 header h1 {
  color: white;
}
#custom-html-d3 svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}
.cid-tckzJlWCnZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcb10;
}
.cid-tckzJlWCnZ .mbr-text,
.cid-tckzJlWCnZ blockquote {
  color: #767676;
}
.cid-tckzJlWCnZ .mbr-text P {
  text-align: center;
}
.cid-tckzJlWCnZ .mbr-text {
  color: #001a33;
}
#custom-html-d5 header {
  position: relative;
  height: 170px;
  background-color: #ffcb10;
}
#custom-html-d5 h1 {
  padding: 100px 0;
  font: 44px "Arial";
  text-align: center;
}
#custom-html-d5 header h1 {
  color: white;
}
#custom-html-d5 svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}
.cid-tckzPk0yu9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s35eiF4Lao {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/hold-1a-1200x800.jpg");
}
.cid-s35eiF4Lao .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-s35eiF4Lao .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-s35eiF4Lao .schiefer-text {
    width: 300px;
  }
}
.cid-s35eiF4Lao .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(20, 32, 52, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-s35eiF4Lao H1 {
  color: #ffffff;
}
.cid-s35eiF4Lao .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-s35eiF4Lao .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-sTgIbH3SmE {
  background-color: #ffffff;
}
.cid-sTgIbH3SmE .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-sTgIbH3SmE .mybtn:hover {
  color: orange !important;
}
.cid-sTgIbH3SmE .grecaptcha-badge {
  visibility: hidden;
}
.cid-sTgIbH3SmE .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sTgIbH3SmE .container-nopadding {
  padding: 0px;
}
.cid-sTgIbH3SmE .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-sTgIbH3SmE .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-sTgIbH3SmE .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-sTgIbH3SmE .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-sTgIbH3SmE .btnIconcol {
  color: #ffffff;
}
.cid-sTgIbH3SmE .btn-circle:hover {
  background-color: #232323;
}
.cid-sTgIbH3SmE .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-sTgIbH3SmE .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-sTgIbH3SmE .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-sTgIbH3SmE .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-sTgIbH3SmE .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sTgIbH3SmE .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sTgIbH3SmE .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-sTgIbH3SmE .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sTgIbH3SmE .windowBar,
  .cid-sTgIbH3SmE .contentwindow,
  .cid-sTgIbH3SmE .contactwindow {
    border-radius: 0;
  }
}
.cid-sTgIbH3SmE .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sTgIbH3SmE .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sTgIbH3SmE .btn-form {
  display: inline-block !important;
}
.cid-sTgIbH3SmE .recaptcha-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .gdpr-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-sTgIbH3SmE .send-copy-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .mbr-alert-success {
  text-align: center;
}
.cid-sTgIbH3SmE .mbr-alert-danger {
  text-align: center;
}
.cid-sTgIbH3SmE .message-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .message-topic-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .file-upload-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-sTgIbH3SmE .form-control {
  border: 1px solid #232323 !important;
}
.cid-sTgIbH3SmE .showAlerts {
  display: block !important;
}
.cid-sTgIbH3SmE .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-sTgIbH3SmE .hidden {
  display: none;
}
.cid-sTgIbH3SmE .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-alerterror {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-labels {
  color: #232323;
}
.cid-sTgIbH3SmE .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-sTgIbH3SmE .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-sTgIbH3SmE .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-sTgIbH3SmE input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-s45vdHirAn {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hold-1c.jpg");
  background-size: cover;
  background-position: top left;
}
.cid-s45vdHirAn .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s45vdHirAn .container {
  height: 35vh;
}
.cid-s45vdHirAn .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-s45vdHirAn .ueberschrift {
    left: 2rem;
  }
  .cid-s45vdHirAn .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-s45vdHirAn .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-s45vdHirAn .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-s45vdHirAn .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-s45vdHirAn .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-s45vdHirAn .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-s45vdHirAn .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-s45vdHirAn h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-s45vdHirAn .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-s45vdHirAn .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-s45vdHirAn .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-s45vdHirAn .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-s45vdHirAn .schiefer-text {
    width: 300px;
  }
}
.cid-s45vdHirAn .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-s45vdHirAn .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-s45vdHirAn .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-s45vdHirAn .mbr-text {
    text-align: center;
  }
}
.cid-s45vdHirAn H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-s45vdHirAn H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-s45vdHirAn .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-s45vdHirAn .mbr-text,
.cid-s45vdHirAn .mbr-section-btn {
  text-align: center;
}
.cid-s45vdIHHIT {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s45vdIHHIT .mbr-section-subtitle {
  color: #001a33;
}
.cid-s45vdIHHIT H2 {
  text-align: center;
  font-weight: 700;
  color: #001a33;
}
.cid-sOVOWGYqpS {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sOVOWGYqpS input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cid-sOVOWGYqpS .checkboxtext {
  position: relative;
  top: -3px;
}
.cid-sOVOWGYqpS .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
.cid-sOVOWGYqpS .mybtn:hover {
  color: orange !important;
}
.cid-sOVOWGYqpS .form-check-label {
  padding: 1rem;
  font-family: 'ConduitITCPro-ExtraLight';
  font-size: 1.3rem;
}
.cid-sOVOWGYqpS .auswahl {
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 4px;
  padding: 3rem;
}
.cid-sOVOWGYqpS .showAlerts {
  display: block !important;
}
.cid-sOVOWGYqpS .rowflexrev {
  display: -webkit-flex;
}
.cid-sOVOWGYqpS .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sOVOWGYqpS .title {
  margin-bottom: 2rem;
}
.cid-sOVOWGYqpS .mbr-section-subtitle {
  color: #767676;
}
.cid-sOVOWGYqpS textarea.form-control {
  min-height: 188px;
}
.cid-sOVOWGYqpS LABEL {
  color: #232323;
  display: initial;
}
.cid-sOVOWGYqpS .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOVOWGYqpS .mbr-section-labels {
  color: #001a33;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sOVOWGYqpS .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOVOWGYqpS .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOVOWGYqpS .alert {
  margin-bottom: 0;
}
.cid-sOVOWGYqpS .alert-success {
  background-color: #70c770;
}
.cid-sOVOWGYqpS .alert-danger {
  background-color: #ff4a52;
}
.cid-sOVOWGYqpS .btn {
  display: inline-flex;
}
.cid-sOVOWGYqpS .hidden {
  display: none;
}
.cid-sOVOWGYqpS .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sOVOWGYqpS .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sOVOWGYqpS .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-sOVOWGYqpS input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-sOVOWGYqpS input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-sOVOWGYqpS input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-s45vdMg474 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s45vdMg474 .google-map {
  height: 35rem;
  position: relative;
}
.cid-s45vdMg474 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s45vdMg474 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s45vdMg474 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s45vdMg474 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s45vdMg474 .container-fluid {
  padding: 0;
}
.cid-s45vdMg474 .relative {
  position: relative;
  width: 100%;
}
.cid-s45vdMg474 .mbr-section-title {
  color: #656565;
}
.cid-s45vdMg474 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-s45vdMg474 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-s45vdMg474 .title {
  text-align: center;
  color: #ffffff;
}
.cid-s45vdMg474 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-s45vdMg474 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sTgIbH3SmE {
  background-color: #ffffff;
}
.cid-sTgIbH3SmE .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-sTgIbH3SmE .mybtn:hover {
  color: orange !important;
}
.cid-sTgIbH3SmE .grecaptcha-badge {
  visibility: hidden;
}
.cid-sTgIbH3SmE .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sTgIbH3SmE .container-nopadding {
  padding: 0px;
}
.cid-sTgIbH3SmE .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-sTgIbH3SmE .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-sTgIbH3SmE .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-sTgIbH3SmE .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-sTgIbH3SmE .btnIconcol {
  color: #ffffff;
}
.cid-sTgIbH3SmE .btn-circle:hover {
  background-color: #232323;
}
.cid-sTgIbH3SmE .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-sTgIbH3SmE .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-sTgIbH3SmE .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-sTgIbH3SmE .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-sTgIbH3SmE .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sTgIbH3SmE .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sTgIbH3SmE .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-sTgIbH3SmE .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sTgIbH3SmE .windowBar,
  .cid-sTgIbH3SmE .contentwindow,
  .cid-sTgIbH3SmE .contactwindow {
    border-radius: 0;
  }
}
.cid-sTgIbH3SmE .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sTgIbH3SmE .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sTgIbH3SmE .btn-form {
  display: inline-block !important;
}
.cid-sTgIbH3SmE .recaptcha-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .gdpr-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-sTgIbH3SmE .send-copy-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .mbr-alert-success {
  text-align: center;
}
.cid-sTgIbH3SmE .mbr-alert-danger {
  text-align: center;
}
.cid-sTgIbH3SmE .message-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .message-topic-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .file-upload-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-sTgIbH3SmE .form-control {
  border: 1px solid #232323 !important;
}
.cid-sTgIbH3SmE .showAlerts {
  display: block !important;
}
.cid-sTgIbH3SmE .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-sTgIbH3SmE .hidden {
  display: none;
}
.cid-sTgIbH3SmE .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-alerterror {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-labels {
  color: #232323;
}
.cid-sTgIbH3SmE .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-sTgIbH3SmE .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-sTgIbH3SmE .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-sTgIbH3SmE input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-s6Gp62NC0t {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hold-1a.jpg");
  background-size: cover;
  background-position: center;
}
.cid-s6Gp62NC0t .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s6Gp62NC0t .container {
  height: 35vh;
}
.cid-s6Gp62NC0t .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-s6Gp62NC0t .ueberschrift {
    left: 2rem;
  }
  .cid-s6Gp62NC0t .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-s6Gp62NC0t .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-s6Gp62NC0t .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-s6Gp62NC0t .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-s6Gp62NC0t .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-s6Gp62NC0t .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-s6Gp62NC0t .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-s6Gp62NC0t h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-s6Gp62NC0t .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-s6Gp62NC0t .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-s6Gp62NC0t .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-s6Gp62NC0t .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-s6Gp62NC0t .schiefer-text {
    width: 300px;
  }
}
.cid-s6Gp62NC0t .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-s6Gp62NC0t .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-s6Gp62NC0t .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-s6Gp62NC0t .mbr-text {
    text-align: center;
  }
}
.cid-s6Gp62NC0t H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-s6Gp62NC0t H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-s6Gp62NC0t .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-s6Gp62NC0t .mbr-text,
.cid-s6Gp62NC0t .mbr-section-btn {
  text-align: center;
}
.cid-s6Gp64oEQr {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6Gp64oEQr .mbr-section-subtitle {
  color: #001a33;
}
.cid-s6Gp64oEQr H2 {
  text-align: center;
  font-weight: 700;
  color: #001a33;
}
.cid-sORNnUgjRb {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sORNnUgjRb input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cid-sORNnUgjRb .grecaptcha-badge {
  visibility: hidden;
}
.cid-sORNnUgjRb .checkboxtext {
  position: relative;
  top: -3px;
}
.cid-sORNnUgjRb .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
.cid-sORNnUgjRb .mybtn:hover {
  color: orange !important;
}
.cid-sORNnUgjRb .form-check-label {
  padding: 1rem;
  font-family: 'ConduitITCPro-ExtraLight';
  font-size: 1.3rem;
}
.cid-sORNnUgjRb .auswahl {
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 4px;
  padding: 3rem;
}
.cid-sORNnUgjRb .showAlerts {
  display: block !important;
}
.cid-sORNnUgjRb .rowflexrev {
  display: -webkit-flex;
}
.cid-sORNnUgjRb .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sORNnUgjRb .title {
  margin-bottom: 2rem;
}
.cid-sORNnUgjRb .mbr-section-subtitle {
  color: #767676;
}
.cid-sORNnUgjRb textarea.form-control {
  min-height: 188px;
}
.cid-sORNnUgjRb LABEL {
  color: #232323;
  display: initial;
}
.cid-sORNnUgjRb .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sORNnUgjRb .mbr-section-labels {
  color: #001a33;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sORNnUgjRb .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sORNnUgjRb .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sORNnUgjRb .alert {
  margin-bottom: 0;
}
.cid-sORNnUgjRb .alert-success {
  background-color: #70c770;
}
.cid-sORNnUgjRb .alert-danger {
  background-color: #ff4a52;
}
.cid-sORNnUgjRb .btn {
  display: inline-flex;
}
.cid-sORNnUgjRb .hidden {
  display: none;
}
.cid-sORNnUgjRb .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sORNnUgjRb .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sORNnUgjRb .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-sORNnUgjRb input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-sORNnUgjRb input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-sORNnUgjRb input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-s6Gp66xxf3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6Gp66xxf3 .google-map {
  height: 35rem;
  position: relative;
}
.cid-s6Gp66xxf3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s6Gp66xxf3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s6Gp66xxf3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s6Gp66xxf3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s6Gp66xxf3 .container-fluid {
  padding: 0;
}
.cid-s6Gp66xxf3 .relative {
  position: relative;
  width: 100%;
}
.cid-s6Gp66xxf3 .mbr-section-title {
  color: #656565;
}
.cid-s6Gp66xxf3 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-s6Gp66xxf3 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-s6Gp66xxf3 .title {
  text-align: center;
  color: #ffffff;
}
.cid-s6Gp66xxf3 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-s6Gp66xxf3 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sTgIbH3SmE {
  background-color: #ffffff;
}
.cid-sTgIbH3SmE .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-sTgIbH3SmE .mybtn:hover {
  color: orange !important;
}
.cid-sTgIbH3SmE .grecaptcha-badge {
  visibility: hidden;
}
.cid-sTgIbH3SmE .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sTgIbH3SmE .container-nopadding {
  padding: 0px;
}
.cid-sTgIbH3SmE .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-sTgIbH3SmE .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-sTgIbH3SmE .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-sTgIbH3SmE .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-sTgIbH3SmE .btnIconcol {
  color: #ffffff;
}
.cid-sTgIbH3SmE .btn-circle:hover {
  background-color: #232323;
}
.cid-sTgIbH3SmE .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-sTgIbH3SmE .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-sTgIbH3SmE .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-sTgIbH3SmE .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-sTgIbH3SmE .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sTgIbH3SmE .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sTgIbH3SmE .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-sTgIbH3SmE .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sTgIbH3SmE .windowBar,
  .cid-sTgIbH3SmE .contentwindow,
  .cid-sTgIbH3SmE .contactwindow {
    border-radius: 0;
  }
}
.cid-sTgIbH3SmE .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sTgIbH3SmE .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sTgIbH3SmE .btn-form {
  display: inline-block !important;
}
.cid-sTgIbH3SmE .recaptcha-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .gdpr-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-sTgIbH3SmE .send-copy-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .mbr-alert-success {
  text-align: center;
}
.cid-sTgIbH3SmE .mbr-alert-danger {
  text-align: center;
}
.cid-sTgIbH3SmE .message-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .message-topic-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .file-upload-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-sTgIbH3SmE .form-control {
  border: 1px solid #232323 !important;
}
.cid-sTgIbH3SmE .showAlerts {
  display: block !important;
}
.cid-sTgIbH3SmE .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-sTgIbH3SmE .hidden {
  display: none;
}
.cid-sTgIbH3SmE .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-alerterror {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-labels {
  color: #232323;
}
.cid-sTgIbH3SmE .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-sTgIbH3SmE .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-sTgIbH3SmE .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-sTgIbH3SmE input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-sPhBYEp2KC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hold-1a-1.jpg");
  background-size: cover;
  background-position: center;
}
.cid-sPhBYEp2KC .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sPhBYEp2KC .container {
  height: 35vh;
}
.cid-sPhBYEp2KC .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sPhBYEp2KC .ueberschrift {
    left: 2rem;
  }
  .cid-sPhBYEp2KC .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-sPhBYEp2KC .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-sPhBYEp2KC .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-sPhBYEp2KC .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-sPhBYEp2KC .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-sPhBYEp2KC .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-sPhBYEp2KC .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-sPhBYEp2KC h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-sPhBYEp2KC .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-sPhBYEp2KC .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-sPhBYEp2KC .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-sPhBYEp2KC .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-sPhBYEp2KC .schiefer-text {
    width: 300px;
  }
}
.cid-sPhBYEp2KC .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-sPhBYEp2KC .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-sPhBYEp2KC .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-sPhBYEp2KC .mbr-text {
    text-align: center;
  }
}
.cid-sPhBYEp2KC H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-sPhBYEp2KC H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-sPhBYEp2KC .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-sPhBYEp2KC .mbr-text,
.cid-sPhBYEp2KC .mbr-section-btn {
  text-align: center;
}
.cid-sORnCPdc9V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sORnCPdc9V .mbr-text,
.cid-sORnCPdc9V blockquote {
  color: #767676;
}
.cid-sORnCPdc9V .mbr-text {
  color: #001a33;
}
.cid-sORnCPLAAK {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/hold-1a-1200x800.jpg");
}
.cid-sORnCPLAAK .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-sORnCPLAAK .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-sORnCPLAAK .schiefer-text {
    width: 300px;
  }
}
.cid-sORnCPLAAK .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(20, 32, 52, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-sORnCPLAAK H1 {
  color: #ffffff;
}
.cid-sORnCPLAAK .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-sORnCPLAAK .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-sTgIbH3SmE {
  background-color: #ffffff;
}
.cid-sTgIbH3SmE .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-sTgIbH3SmE .mybtn:hover {
  color: orange !important;
}
.cid-sTgIbH3SmE .grecaptcha-badge {
  visibility: hidden;
}
.cid-sTgIbH3SmE .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sTgIbH3SmE .container-nopadding {
  padding: 0px;
}
.cid-sTgIbH3SmE .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-sTgIbH3SmE .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-sTgIbH3SmE .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-sTgIbH3SmE .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-sTgIbH3SmE .btnIconcol {
  color: #ffffff;
}
.cid-sTgIbH3SmE .btn-circle:hover {
  background-color: #232323;
}
.cid-sTgIbH3SmE .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-sTgIbH3SmE .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-sTgIbH3SmE .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-sTgIbH3SmE .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-sTgIbH3SmE .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sTgIbH3SmE .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sTgIbH3SmE .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-sTgIbH3SmE .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sTgIbH3SmE .windowBar,
  .cid-sTgIbH3SmE .contentwindow,
  .cid-sTgIbH3SmE .contactwindow {
    border-radius: 0;
  }
}
.cid-sTgIbH3SmE .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sTgIbH3SmE .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sTgIbH3SmE .btn-form {
  display: inline-block !important;
}
.cid-sTgIbH3SmE .recaptcha-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .gdpr-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-sTgIbH3SmE .send-copy-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .mbr-alert-success {
  text-align: center;
}
.cid-sTgIbH3SmE .mbr-alert-danger {
  text-align: center;
}
.cid-sTgIbH3SmE .message-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .message-topic-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .file-upload-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-sTgIbH3SmE .form-control {
  border: 1px solid #232323 !important;
}
.cid-sTgIbH3SmE .showAlerts {
  display: block !important;
}
.cid-sTgIbH3SmE .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-sTgIbH3SmE .hidden {
  display: none;
}
.cid-sTgIbH3SmE .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-alerterror {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-labels {
  color: #232323;
}
.cid-sTgIbH3SmE .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-sTgIbH3SmE .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-sTgIbH3SmE .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-sTgIbH3SmE input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-sPhCjpu0Hz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/robert-klein-am-seil.jpeg");
  background-size: cover;
  background-position: top;
}
.cid-sPhCjpu0Hz .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sPhCjpu0Hz .container {
  height: 35vh;
}
.cid-sPhCjpu0Hz .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sPhCjpu0Hz .ueberschrift {
    left: 2rem;
  }
  .cid-sPhCjpu0Hz .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-sPhCjpu0Hz .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-sPhCjpu0Hz .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-sPhCjpu0Hz .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-sPhCjpu0Hz .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-sPhCjpu0Hz .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-sPhCjpu0Hz .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-sPhCjpu0Hz h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-sPhCjpu0Hz .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-sPhCjpu0Hz .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-sPhCjpu0Hz .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-sPhCjpu0Hz .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-sPhCjpu0Hz .schiefer-text {
    width: 300px;
  }
}
.cid-sPhCjpu0Hz .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-sPhCjpu0Hz .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-sPhCjpu0Hz .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-sPhCjpu0Hz .mbr-text {
    text-align: center;
  }
}
.cid-sPhCjpu0Hz H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-sPhCjpu0Hz H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-sPhCjpu0Hz .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-sPhCjpu0Hz .mbr-text,
.cid-sPhCjpu0Hz .mbr-section-btn {
  text-align: center;
}
.cid-sPhq1hnvjp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sPhq1hnvjp .next-course {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 1rem 2rem 1rem 2rem;
}
.cid-sPhq1hnvjp .uebersicht {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 0 1rem 0 1rem;
}
.cid-sPhq1hnvjp .panel-heading {
  visibility: hidden!important;
}
.cid-sPhq1hnvjp h1 {
  font-size: 1.5rem!important;
}
.cid-sPhq1hnvjp .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: white!important;
  background: #122033!important;
}
.cid-sPhq1hnvjp .mybtn:hover {
  background: #122033!important;
  border-width: 1px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-sT8HrIEB6K {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/hold-1a-1-1200x800.jpg");
}
.cid-sT8HrIEB6K .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-sT8HrIEB6K .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-sT8HrIEB6K .schiefer-text {
    width: 300px;
  }
}
.cid-sT8HrIEB6K .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(20, 32, 52, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-sT8HrIEB6K H1 {
  color: #ffffff;
}
.cid-sT8HrIEB6K .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-sT8HrIEB6K .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-sTgIbH3SmE {
  background-color: #ffffff;
}
.cid-sTgIbH3SmE .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-sTgIbH3SmE .mybtn:hover {
  color: orange !important;
}
.cid-sTgIbH3SmE .grecaptcha-badge {
  visibility: hidden;
}
.cid-sTgIbH3SmE .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sTgIbH3SmE .container-nopadding {
  padding: 0px;
}
.cid-sTgIbH3SmE .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-sTgIbH3SmE .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-sTgIbH3SmE .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-sTgIbH3SmE .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-sTgIbH3SmE .btnIconcol {
  color: #ffffff;
}
.cid-sTgIbH3SmE .btn-circle:hover {
  background-color: #232323;
}
.cid-sTgIbH3SmE .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-sTgIbH3SmE .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-sTgIbH3SmE .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-sTgIbH3SmE .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-sTgIbH3SmE .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sTgIbH3SmE .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sTgIbH3SmE .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-sTgIbH3SmE .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sTgIbH3SmE .windowBar,
  .cid-sTgIbH3SmE .contentwindow,
  .cid-sTgIbH3SmE .contactwindow {
    border-radius: 0;
  }
}
.cid-sTgIbH3SmE .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sTgIbH3SmE .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sTgIbH3SmE .btn-form {
  display: inline-block !important;
}
.cid-sTgIbH3SmE .recaptcha-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .gdpr-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-sTgIbH3SmE .send-copy-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .mbr-alert-success {
  text-align: center;
}
.cid-sTgIbH3SmE .mbr-alert-danger {
  text-align: center;
}
.cid-sTgIbH3SmE .message-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .message-topic-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .file-upload-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-sTgIbH3SmE .form-control {
  border: 1px solid #232323 !important;
}
.cid-sTgIbH3SmE .showAlerts {
  display: block !important;
}
.cid-sTgIbH3SmE .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-sTgIbH3SmE .hidden {
  display: none;
}
.cid-sTgIbH3SmE .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-alerterror {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-labels {
  color: #232323;
}
.cid-sTgIbH3SmE .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-sTgIbH3SmE .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-sTgIbH3SmE .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-sTgIbH3SmE input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-t2HRnkuW0S {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/ed-ws-2019-muenchen-klausfengler-2019.jpeg");
  background-size: cover;
  background-position: center;
}
.cid-t2HRnkuW0S .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-t2HRnkuW0S .container {
  height: 35vh;
}
.cid-t2HRnkuW0S .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-t2HRnkuW0S .ueberschrift {
    left: 2rem;
  }
  .cid-t2HRnkuW0S .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-t2HRnkuW0S .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-t2HRnkuW0S .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-t2HRnkuW0S .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-t2HRnkuW0S .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-t2HRnkuW0S .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-t2HRnkuW0S .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-t2HRnkuW0S h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-t2HRnkuW0S .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-t2HRnkuW0S .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-t2HRnkuW0S .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-t2HRnkuW0S .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-t2HRnkuW0S .schiefer-text {
    width: 300px;
  }
}
.cid-t2HRnkuW0S .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-t2HRnkuW0S .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-t2HRnkuW0S .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-t2HRnkuW0S .mbr-text {
    text-align: center;
  }
}
.cid-t2HRnkuW0S H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-t2HRnkuW0S H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-t2HRnkuW0S .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-t2HRnkuW0S .mbr-text,
.cid-t2HRnkuW0S .mbr-section-btn {
  text-align: center;
}
.cid-t2kymN3LO7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeeee;
}
.cid-t2kymN3LO7 .mbr-text,
.cid-t2kymN3LO7 blockquote {
  color: #767676;
}
.cid-t2kymN3LO7 .mbr-text P {
  text-align: center;
}
.cid-t2kymN3LO7 .mbr-text {
  color: #001a33;
  text-align: center;
}
.cid-t2kymN3LO7 .mbr-text DIV {
  text-align: center;
}
.cid-t2ARnqg9re {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2ARnqg9re .card-wrapper {
  background: #f2f2f2;
  padding: 5% 5%;
  margin: auto;
}
.cid-t2ARnqg9re .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-t2ARnqg9re .row {
  justify-content: center;
}
.cid-t2ARnqg9re .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-t2ARnqg9re .mbr-text,
.cid-t2ARnqg9re .right-side {
  color: #1b745e;
}
.cid-t2ARnqg9re .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-t2ARnqg9re .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-t2ARnqg9re .card-wrapper {
    max-width: 420px;
  }
}
.cid-t2ARnqg9re .text,
.cid-t2ARnqg9re .si {
  text-align: left;
  color: #000000;
}
.cid-t2ARnqg9re .desc {
  text-align: left;
  color: #888888;
}
.cid-t2osyz1Vix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t2osyz1Vix .card-wrapper {
  border-radius: 4px;
  background: #001a33;
}
.cid-t2osyz1Vix a:hover {
  color: orange!important;
}
@media (min-width: 992px) {
  .cid-t2osyz1Vix .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2osyz1Vix .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2osyz1Vix .text-box {
    padding: 2rem;
  }
}
.cid-t2osyz1Vix .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2osyz1Vix .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-t2osyz1Vix .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #001a33;
  opacity: 0;
}
.cid-t2osyz1Vix .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-t2osyz1Vix .small-img {
  width: 40%;
  margin: auto;
}
.cid-t2osyz1Vix .text-box {
  text-align: center;
}
.cid-t2osyz1Vix .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-t2osyz1Vix .mbr-text {
  padding-top: 10px;
}
.cid-t2osyz1Vix .mbr-section-subtitle {
  color: #626262;
}
.cid-t2osyz1Vix .mbr-text,
.cid-t2osyz1Vix .button-align {
  color: #ffffff;
}
.cid-t2kymVfRxh {
  background-color: #ffffff;
}
.cid-t2kymVfRxh .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-t2kymVfRxh .mybtn:hover {
  color: orange !important;
}
.cid-t2kymVfRxh .grecaptcha-badge {
  visibility: hidden;
}
.cid-t2kymVfRxh .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-t2kymVfRxh .container-nopadding {
  padding: 0px;
}
.cid-t2kymVfRxh .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-t2kymVfRxh .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-t2kymVfRxh .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-t2kymVfRxh .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-t2kymVfRxh .btnIconcol {
  color: #ffffff;
}
.cid-t2kymVfRxh .btn-circle:hover {
  background-color: #232323;
}
.cid-t2kymVfRxh .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-t2kymVfRxh .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-t2kymVfRxh .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-t2kymVfRxh .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-t2kymVfRxh .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-t2kymVfRxh .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-t2kymVfRxh .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-t2kymVfRxh .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-t2kymVfRxh .windowBar,
  .cid-t2kymVfRxh .contentwindow,
  .cid-t2kymVfRxh .contactwindow {
    border-radius: 0;
  }
}
.cid-t2kymVfRxh .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-t2kymVfRxh .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-t2kymVfRxh .btn-form {
  display: inline-block !important;
}
.cid-t2kymVfRxh .recaptcha-div {
  margin-bottom: 0;
}
.cid-t2kymVfRxh .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-t2kymVfRxh .gdpr-div {
  margin-bottom: 0;
}
.cid-t2kymVfRxh .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-t2kymVfRxh .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-t2kymVfRxh .send-copy-div {
  margin-bottom: 0;
}
.cid-t2kymVfRxh .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-t2kymVfRxh .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-t2kymVfRxh .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-t2kymVfRxh .mbr-alert-success {
  text-align: center;
}
.cid-t2kymVfRxh .mbr-alert-danger {
  text-align: center;
}
.cid-t2kymVfRxh .message-div {
  margin-bottom: 0;
}
.cid-t2kymVfRxh .message-topic-div {
  margin-bottom: 0;
}
.cid-t2kymVfRxh .file-upload-div {
  margin-bottom: 0;
}
.cid-t2kymVfRxh .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-t2kymVfRxh .form-control {
  border: 1px solid #232323 !important;
}
.cid-t2kymVfRxh .showAlerts {
  display: block !important;
}
.cid-t2kymVfRxh .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-t2kymVfRxh .hidden {
  display: none;
}
.cid-t2kymVfRxh .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-t2kymVfRxh .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-t2kymVfRxh .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-t2kymVfRxh .mbr-section-alertsuccess {
  text-align: left;
}
.cid-t2kymVfRxh .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-t2kymVfRxh .mbr-section-alerterror {
  text-align: left;
}
.cid-t2kymVfRxh .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-t2kymVfRxh .mbr-section-labels {
  color: #232323;
}
.cid-t2kymVfRxh .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-t2kymVfRxh .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-t2kymVfRxh .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-t2kymVfRxh input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2kymVfRxh input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2kymVfRxh input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2kymVfRxh .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-t2AofmKfZh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/ankerpunkt.jpg");
  background-size: cover;
  background-position: center;
}
.cid-t2AofmKfZh .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-t2AofmKfZh .container {
  height: 35vh;
}
.cid-t2AofmKfZh .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-t2AofmKfZh .ueberschrift {
    left: 2rem;
  }
  .cid-t2AofmKfZh .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-t2AofmKfZh .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-t2AofmKfZh .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-t2AofmKfZh .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-t2AofmKfZh .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-t2AofmKfZh .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-t2AofmKfZh .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-t2AofmKfZh h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-t2AofmKfZh .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-t2AofmKfZh .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-t2AofmKfZh .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-t2AofmKfZh .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-t2AofmKfZh .schiefer-text {
    width: 300px;
  }
}
.cid-t2AofmKfZh .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-t2AofmKfZh .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-t2AofmKfZh .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-t2AofmKfZh .mbr-text {
    text-align: center;
  }
}
.cid-t2AofmKfZh H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-t2AofmKfZh H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-t2AofmKfZh .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-t2AofmKfZh .mbr-text,
.cid-t2AofmKfZh .mbr-section-btn {
  text-align: center;
}
.cid-t2AyY3cAjb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2AyY3cAjb .card-wrapper {
  background: #f2f2f2;
  padding: 5% 5%;
  margin: auto;
}
.cid-t2AyY3cAjb .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-t2AyY3cAjb .row {
  justify-content: center;
}
.cid-t2AyY3cAjb .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-t2AyY3cAjb .mbr-text,
.cid-t2AyY3cAjb .right-side {
  color: #1b745e;
}
.cid-t2AyY3cAjb .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-t2AyY3cAjb .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-t2AyY3cAjb .card-wrapper {
    max-width: 420px;
  }
}
.cid-t2AyY3cAjb .text,
.cid-t2AyY3cAjb .si {
  text-align: left;
  color: #000000;
}
.cid-t2AyY3cAjb .desc {
  text-align: left;
  color: #888888;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-t2wHXIYOeT {
  background-color: #ffffff;
}
.cid-t2wHXIYOeT .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-t2wHXIYOeT .mybtn:hover {
  color: orange !important;
}
.cid-t2wHXIYOeT .grecaptcha-badge {
  visibility: hidden;
}
.cid-t2wHXIYOeT .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-t2wHXIYOeT .container-nopadding {
  padding: 0px;
}
.cid-t2wHXIYOeT .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-t2wHXIYOeT .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-t2wHXIYOeT .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-t2wHXIYOeT .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-t2wHXIYOeT .btnIconcol {
  color: #ffffff;
}
.cid-t2wHXIYOeT .btn-circle:hover {
  background-color: #232323;
}
.cid-t2wHXIYOeT .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-t2wHXIYOeT .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-t2wHXIYOeT .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-t2wHXIYOeT .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-t2wHXIYOeT .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-t2wHXIYOeT .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-t2wHXIYOeT .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-t2wHXIYOeT .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-t2wHXIYOeT .windowBar,
  .cid-t2wHXIYOeT .contentwindow,
  .cid-t2wHXIYOeT .contactwindow {
    border-radius: 0;
  }
}
.cid-t2wHXIYOeT .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-t2wHXIYOeT .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-t2wHXIYOeT .btn-form {
  display: inline-block !important;
}
.cid-t2wHXIYOeT .recaptcha-div {
  margin-bottom: 0;
}
.cid-t2wHXIYOeT .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-t2wHXIYOeT .gdpr-div {
  margin-bottom: 0;
}
.cid-t2wHXIYOeT .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-t2wHXIYOeT .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-t2wHXIYOeT .send-copy-div {
  margin-bottom: 0;
}
.cid-t2wHXIYOeT .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-t2wHXIYOeT .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-t2wHXIYOeT .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-t2wHXIYOeT .mbr-alert-success {
  text-align: center;
}
.cid-t2wHXIYOeT .mbr-alert-danger {
  text-align: center;
}
.cid-t2wHXIYOeT .message-div {
  margin-bottom: 0;
}
.cid-t2wHXIYOeT .message-topic-div {
  margin-bottom: 0;
}
.cid-t2wHXIYOeT .file-upload-div {
  margin-bottom: 0;
}
.cid-t2wHXIYOeT .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-t2wHXIYOeT .form-control {
  border: 1px solid #232323 !important;
}
.cid-t2wHXIYOeT .showAlerts {
  display: block !important;
}
.cid-t2wHXIYOeT .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-t2wHXIYOeT .hidden {
  display: none;
}
.cid-t2wHXIYOeT .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-t2wHXIYOeT .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-t2wHXIYOeT .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-t2wHXIYOeT .mbr-section-alertsuccess {
  text-align: left;
}
.cid-t2wHXIYOeT .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-t2wHXIYOeT .mbr-section-alerterror {
  text-align: left;
}
.cid-t2wHXIYOeT .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-t2wHXIYOeT .mbr-section-labels {
  color: #232323;
}
.cid-t2wHXIYOeT .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-t2wHXIYOeT .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-t2wHXIYOeT .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-t2wHXIYOeT input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2wHXIYOeT input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2wHXIYOeT input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2wHXIYOeT .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-t2zXpaIWLX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeeee;
}
.cid-t2zXpaIWLX .mbr-text,
.cid-t2zXpaIWLX blockquote {
  color: #767676;
}
.cid-t2zXpaIWLX .mbr-text P {
  text-align: center;
}
.cid-t2zXpaIWLX .mbr-text {
  color: #001a33;
  text-align: center;
}
.cid-t2zXpaIWLX .mbr-text DIV {
  text-align: center;
}
.cid-t2zXMGBiof {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-t2zXMGBiof .mbr-text {
  color: #122033;
}
.cid-t2zXMGBiof .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t2zXMGBiof .card-item {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t2zXMGBiof .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-t2zXMGBiof .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-t2zXMGBiof .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-t2zXMGBiof .card-item .card-icon {
    margin-right: 2rem;
    min-width: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-t2zXMGBiof .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .cid-t2zXMGBiof .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-t2zXMGBiof .card-item .card-icon {
    min-width: 4rem;
  }
  .cid-t2zXMGBiof .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-t2zXpcfwhn {
  background-color: #ffffff;
}
.cid-t2zXpcfwhn .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-t2zXpcfwhn .mybtn:hover {
  color: orange !important;
}
.cid-t2zXpcfwhn .grecaptcha-badge {
  visibility: hidden;
}
.cid-t2zXpcfwhn .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-t2zXpcfwhn .container-nopadding {
  padding: 0px;
}
.cid-t2zXpcfwhn .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-t2zXpcfwhn .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-t2zXpcfwhn .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-t2zXpcfwhn .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-t2zXpcfwhn .btnIconcol {
  color: #ffffff;
}
.cid-t2zXpcfwhn .btn-circle:hover {
  background-color: #232323;
}
.cid-t2zXpcfwhn .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-t2zXpcfwhn .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-t2zXpcfwhn .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-t2zXpcfwhn .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-t2zXpcfwhn .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-t2zXpcfwhn .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-t2zXpcfwhn .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-t2zXpcfwhn .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-t2zXpcfwhn .windowBar,
  .cid-t2zXpcfwhn .contentwindow,
  .cid-t2zXpcfwhn .contactwindow {
    border-radius: 0;
  }
}
.cid-t2zXpcfwhn .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-t2zXpcfwhn .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-t2zXpcfwhn .btn-form {
  display: inline-block !important;
}
.cid-t2zXpcfwhn .recaptcha-div {
  margin-bottom: 0;
}
.cid-t2zXpcfwhn .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-t2zXpcfwhn .gdpr-div {
  margin-bottom: 0;
}
.cid-t2zXpcfwhn .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-t2zXpcfwhn .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-t2zXpcfwhn .send-copy-div {
  margin-bottom: 0;
}
.cid-t2zXpcfwhn .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-t2zXpcfwhn .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-t2zXpcfwhn .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-t2zXpcfwhn .mbr-alert-success {
  text-align: center;
}
.cid-t2zXpcfwhn .mbr-alert-danger {
  text-align: center;
}
.cid-t2zXpcfwhn .message-div {
  margin-bottom: 0;
}
.cid-t2zXpcfwhn .message-topic-div {
  margin-bottom: 0;
}
.cid-t2zXpcfwhn .file-upload-div {
  margin-bottom: 0;
}
.cid-t2zXpcfwhn .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-t2zXpcfwhn .form-control {
  border: 1px solid #232323 !important;
}
.cid-t2zXpcfwhn .showAlerts {
  display: block !important;
}
.cid-t2zXpcfwhn .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-t2zXpcfwhn .hidden {
  display: none;
}
.cid-t2zXpcfwhn .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-t2zXpcfwhn .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-t2zXpcfwhn .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-t2zXpcfwhn .mbr-section-alertsuccess {
  text-align: left;
}
.cid-t2zXpcfwhn .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-t2zXpcfwhn .mbr-section-alerterror {
  text-align: left;
}
.cid-t2zXpcfwhn .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-t2zXpcfwhn .mbr-section-labels {
  color: #232323;
}
.cid-t2zXpcfwhn .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-t2zXpcfwhn .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-t2zXpcfwhn .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-t2zXpcfwhn input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2zXpcfwhn input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2zXpcfwhn input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2zXpcfwhn .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-t2AoTA2kJi {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/ankerpunkt.jpg");
  background-size: cover;
  background-position: center;
}
.cid-t2AoTA2kJi .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-t2AoTA2kJi .container {
  height: 35vh;
}
.cid-t2AoTA2kJi .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-t2AoTA2kJi .ueberschrift {
    left: 2rem;
  }
  .cid-t2AoTA2kJi .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-t2AoTA2kJi .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-t2AoTA2kJi .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-t2AoTA2kJi .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-t2AoTA2kJi .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-t2AoTA2kJi .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-t2AoTA2kJi .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-t2AoTA2kJi h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-t2AoTA2kJi .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-t2AoTA2kJi .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-t2AoTA2kJi .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-t2AoTA2kJi .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-t2AoTA2kJi .schiefer-text {
    width: 300px;
  }
}
.cid-t2AoTA2kJi .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-t2AoTA2kJi .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-t2AoTA2kJi .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-t2AoTA2kJi .mbr-text {
    text-align: center;
  }
}
.cid-t2AoTA2kJi H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-t2AoTA2kJi H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-t2AoTA2kJi .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-t2AoTA2kJi .mbr-text,
.cid-t2AoTA2kJi .mbr-section-btn {
  text-align: center;
}
.cid-t2GjVluZSP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t2GjVluZSP .mbr-text,
.cid-t2GjVluZSP blockquote {
  color: #767676;
}
.cid-t2GjVluZSP .mbr-text P {
  text-align: center;
}
.cid-t2zZM0ILxC {
  background-color: #ffffff;
}
.cid-t2zZM0ILxC .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-t2zZM0ILxC .mybtn:hover {
  color: orange !important;
}
.cid-t2zZM0ILxC .grecaptcha-badge {
  visibility: hidden;
}
.cid-t2zZM0ILxC .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-t2zZM0ILxC .container-nopadding {
  padding: 0px;
}
.cid-t2zZM0ILxC .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-t2zZM0ILxC .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-t2zZM0ILxC .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-t2zZM0ILxC .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-t2zZM0ILxC .btnIconcol {
  color: #ffffff;
}
.cid-t2zZM0ILxC .btn-circle:hover {
  background-color: #232323;
}
.cid-t2zZM0ILxC .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-t2zZM0ILxC .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-t2zZM0ILxC .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-t2zZM0ILxC .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-t2zZM0ILxC .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-t2zZM0ILxC .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-t2zZM0ILxC .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-t2zZM0ILxC .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-t2zZM0ILxC .windowBar,
  .cid-t2zZM0ILxC .contentwindow,
  .cid-t2zZM0ILxC .contactwindow {
    border-radius: 0;
  }
}
.cid-t2zZM0ILxC .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-t2zZM0ILxC .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-t2zZM0ILxC .btn-form {
  display: inline-block !important;
}
.cid-t2zZM0ILxC .recaptcha-div {
  margin-bottom: 0;
}
.cid-t2zZM0ILxC .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-t2zZM0ILxC .gdpr-div {
  margin-bottom: 0;
}
.cid-t2zZM0ILxC .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-t2zZM0ILxC .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-t2zZM0ILxC .send-copy-div {
  margin-bottom: 0;
}
.cid-t2zZM0ILxC .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-t2zZM0ILxC .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-t2zZM0ILxC .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-t2zZM0ILxC .mbr-alert-success {
  text-align: center;
}
.cid-t2zZM0ILxC .mbr-alert-danger {
  text-align: center;
}
.cid-t2zZM0ILxC .message-div {
  margin-bottom: 0;
}
.cid-t2zZM0ILxC .message-topic-div {
  margin-bottom: 0;
}
.cid-t2zZM0ILxC .file-upload-div {
  margin-bottom: 0;
}
.cid-t2zZM0ILxC .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-t2zZM0ILxC .form-control {
  border: 1px solid #232323 !important;
}
.cid-t2zZM0ILxC .showAlerts {
  display: block !important;
}
.cid-t2zZM0ILxC .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-t2zZM0ILxC .hidden {
  display: none;
}
.cid-t2zZM0ILxC .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-t2zZM0ILxC .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-t2zZM0ILxC .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-t2zZM0ILxC .mbr-section-alertsuccess {
  text-align: left;
}
.cid-t2zZM0ILxC .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-t2zZM0ILxC .mbr-section-alerterror {
  text-align: left;
}
.cid-t2zZM0ILxC .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-t2zZM0ILxC .mbr-section-labels {
  color: #232323;
}
.cid-t2zZM0ILxC .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-t2zZM0ILxC .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-t2zZM0ILxC .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-t2zZM0ILxC input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2zZM0ILxC input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2zZM0ILxC input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2zZM0ILxC .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-t2RBtvmcqc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/ed-ws-2019-muenchen-klausfengler-2019.jpeg");
  background-size: cover;
  background-position: center;
}
.cid-t2RBtvmcqc .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-t2RBtvmcqc .container {
  height: 35vh;
}
.cid-t2RBtvmcqc .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-t2RBtvmcqc .ueberschrift {
    left: 2rem;
  }
  .cid-t2RBtvmcqc .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-t2RBtvmcqc .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-t2RBtvmcqc .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-t2RBtvmcqc .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-t2RBtvmcqc .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-t2RBtvmcqc .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-t2RBtvmcqc .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-t2RBtvmcqc h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-t2RBtvmcqc .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-t2RBtvmcqc .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-t2RBtvmcqc .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-t2RBtvmcqc .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-t2RBtvmcqc .schiefer-text {
    width: 300px;
  }
}
.cid-t2RBtvmcqc .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-t2RBtvmcqc .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-t2RBtvmcqc .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-t2RBtvmcqc .mbr-text {
    text-align: center;
  }
}
.cid-t2RBtvmcqc H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-t2RBtvmcqc H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-t2RBtvmcqc .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-t2RBtvmcqc .mbr-text,
.cid-t2RBtvmcqc .mbr-section-btn {
  text-align: center;
}
.cid-t2RBtvPibu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eeeeee;
}
.cid-t2RBtvPibu .mbr-text,
.cid-t2RBtvPibu blockquote {
  color: #767676;
}
.cid-t2RBtvPibu .mbr-text P {
  text-align: center;
}
.cid-t2RBtvPibu .mbr-text {
  color: #001a33;
  text-align: center;
}
.cid-t2RBtvPibu .mbr-text DIV {
  text-align: center;
}
.cid-t2RC1EsZAc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t2RC1EsZAc .showAlerts {
  display: block !important;
}
.cid-t2RC1EsZAc .rowflexrev {
  display: -webkit-flex;
}
.cid-t2RC1EsZAc .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t2RC1EsZAc .title {
  margin-bottom: 2rem;
}
.cid-t2RC1EsZAc .mbr-section-subtitle {
  color: #767676;
}
.cid-t2RC1EsZAc textarea.form-control {
  min-height: 188px;
}
.cid-t2RC1EsZAc LABEL {
  color: #232323;
  display: initial;
}
.cid-t2RC1EsZAc .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t2RC1EsZAc .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t2RC1EsZAc .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t2RC1EsZAc .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t2RC1EsZAc .alert {
  margin-bottom: 0;
}
.cid-t2RC1EsZAc .alert-success {
  background-color: #70c770;
}
.cid-t2RC1EsZAc .alert-danger {
  background-color: #ff4a52;
}
.cid-t2RC1EsZAc .btn {
  display: inline-flex;
}
.cid-t2RC1EsZAc .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t2RC1EsZAc .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t2RBtwQtuX {
  background-color: #ffffff;
}
.cid-t2RBtwQtuX .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-t2RBtwQtuX .mybtn:hover {
  color: orange !important;
}
.cid-t2RBtwQtuX .grecaptcha-badge {
  visibility: hidden;
}
.cid-t2RBtwQtuX .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-t2RBtwQtuX .container-nopadding {
  padding: 0px;
}
.cid-t2RBtwQtuX .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-t2RBtwQtuX .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-t2RBtwQtuX .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-t2RBtwQtuX .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-t2RBtwQtuX .btnIconcol {
  color: #ffffff;
}
.cid-t2RBtwQtuX .btn-circle:hover {
  background-color: #232323;
}
.cid-t2RBtwQtuX .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-t2RBtwQtuX .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-t2RBtwQtuX .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-t2RBtwQtuX .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-t2RBtwQtuX .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-t2RBtwQtuX .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-t2RBtwQtuX .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-t2RBtwQtuX .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-t2RBtwQtuX .windowBar,
  .cid-t2RBtwQtuX .contentwindow,
  .cid-t2RBtwQtuX .contactwindow {
    border-radius: 0;
  }
}
.cid-t2RBtwQtuX .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-t2RBtwQtuX .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-t2RBtwQtuX .btn-form {
  display: inline-block !important;
}
.cid-t2RBtwQtuX .recaptcha-div {
  margin-bottom: 0;
}
.cid-t2RBtwQtuX .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-t2RBtwQtuX .gdpr-div {
  margin-bottom: 0;
}
.cid-t2RBtwQtuX .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-t2RBtwQtuX .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-t2RBtwQtuX .send-copy-div {
  margin-bottom: 0;
}
.cid-t2RBtwQtuX .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-t2RBtwQtuX .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-t2RBtwQtuX .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-t2RBtwQtuX .mbr-alert-success {
  text-align: center;
}
.cid-t2RBtwQtuX .mbr-alert-danger {
  text-align: center;
}
.cid-t2RBtwQtuX .message-div {
  margin-bottom: 0;
}
.cid-t2RBtwQtuX .message-topic-div {
  margin-bottom: 0;
}
.cid-t2RBtwQtuX .file-upload-div {
  margin-bottom: 0;
}
.cid-t2RBtwQtuX .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-t2RBtwQtuX .form-control {
  border: 1px solid #232323 !important;
}
.cid-t2RBtwQtuX .showAlerts {
  display: block !important;
}
.cid-t2RBtwQtuX .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-t2RBtwQtuX .hidden {
  display: none;
}
.cid-t2RBtwQtuX .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-t2RBtwQtuX .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-t2RBtwQtuX .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-t2RBtwQtuX .mbr-section-alertsuccess {
  text-align: left;
}
.cid-t2RBtwQtuX .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-t2RBtwQtuX .mbr-section-alerterror {
  text-align: left;
}
.cid-t2RBtwQtuX .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-t2RBtwQtuX .mbr-section-labels {
  color: #232323;
}
.cid-t2RBtwQtuX .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-t2RBtwQtuX .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-t2RBtwQtuX .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-t2RBtwQtuX input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2RBtwQtuX input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2RBtwQtuX input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-t2RBtwQtuX .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2RBtxR97o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2RBtxR97o .small-center {
    text-align: center!important;
  }
}
.cid-t2RBtxR97o .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2RBtxR97o .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2RBtxR97o .content {
    text-align: center;
  }
  .cid-t2RBtxR97o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2RBtxR97o .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2RBtxR97o .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2RBtxR97o .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2RBtxR97o .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2RBtxR97o .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2RBtxR97o .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2RBtxR97o .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2RBtxR97o .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2RBtxR97o .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2RBtxR97o .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2RBtxR97o .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2RBtxR97o .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2RBtxR97o P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-teQpGsh4ZX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hold-1c.jpg");
  background-size: cover;
  background-position: top left;
}
.cid-teQpGsh4ZX .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-teQpGsh4ZX .container {
  height: 35vh;
}
.cid-teQpGsh4ZX .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-teQpGsh4ZX .ueberschrift {
    left: 2rem;
  }
  .cid-teQpGsh4ZX .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-teQpGsh4ZX .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-teQpGsh4ZX .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-teQpGsh4ZX .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-teQpGsh4ZX .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-teQpGsh4ZX .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-teQpGsh4ZX .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-teQpGsh4ZX h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-teQpGsh4ZX .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-teQpGsh4ZX .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-teQpGsh4ZX .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-teQpGsh4ZX .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-teQpGsh4ZX .schiefer-text {
    width: 300px;
  }
}
.cid-teQpGsh4ZX .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-teQpGsh4ZX .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-teQpGsh4ZX .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-teQpGsh4ZX .mbr-text {
    text-align: center;
  }
}
.cid-teQpGsh4ZX H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-teQpGsh4ZX H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-teQpGsh4ZX .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-teQpGsh4ZX .mbr-text,
.cid-teQpGsh4ZX .mbr-section-btn {
  text-align: center;
}
.cid-teQpGsQI13 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teQpGsQI13 .mbr-section-subtitle {
  color: #001a33;
}
.cid-teQpGsQI13 H2 {
  text-align: center;
  font-weight: 700;
  color: #001a33;
}
.cid-teTai9OJjY {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-teTai9OJjY input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cid-teTai9OJjY .checkboxtext {
  position: relative;
  top: -3px;
}
.cid-teTai9OJjY .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
.cid-teTai9OJjY .mybtn:hover {
  color: orange !important;
}
.cid-teTai9OJjY .form-check-label {
  padding: 1rem;
  font-family: 'ConduitITCPro-ExtraLight';
  font-size: 1.3rem;
}
.cid-teTai9OJjY .auswahl {
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 4px;
  padding: 3rem;
}
.cid-teTai9OJjY .showAlerts {
  display: block !important;
}
.cid-teTai9OJjY .rowflexrev {
  display: -webkit-flex;
}
.cid-teTai9OJjY .ws-form-alerts {
  margin-top: 1rem;
}
.cid-teTai9OJjY .title {
  margin-bottom: 2rem;
}
.cid-teTai9OJjY .mbr-section-subtitle {
  color: #767676;
}
.cid-teTai9OJjY textarea.form-control {
  min-height: 188px;
}
.cid-teTai9OJjY LABEL {
  color: #232323;
  display: initial;
}
.cid-teTai9OJjY .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-teTai9OJjY .mbr-section-labels {
  color: #001a33;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-teTai9OJjY .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-teTai9OJjY .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-teTai9OJjY .alert {
  margin-bottom: 0;
}
.cid-teTai9OJjY .alert-success {
  background-color: #70c770;
}
.cid-teTai9OJjY .alert-danger {
  background-color: #ff4a52;
}
.cid-teTai9OJjY .btn {
  display: inline-flex;
}
.cid-teTai9OJjY .hidden {
  display: none;
}
.cid-teTai9OJjY .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-teTai9OJjY .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-teTai9OJjY .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-teTai9OJjY input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-teTai9OJjY input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-teTai9OJjY input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-teQpGuzPWq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-teQpGuzPWq .google-map {
  height: 35rem;
  position: relative;
}
.cid-teQpGuzPWq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teQpGuzPWq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-teQpGuzPWq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-teQpGuzPWq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teQpGuzPWq .container-fluid {
  padding: 0;
}
.cid-teQpGuzPWq .relative {
  position: relative;
  width: 100%;
}
.cid-teQpGuzPWq .mbr-section-title {
  color: #656565;
}
.cid-teQpGuzPWq .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-teQpGuzPWq .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-teQpGuzPWq .title {
  text-align: center;
  color: #ffffff;
}
.cid-teQpGuzPWq .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-teQpGuzPWq .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-teQpGuZQ0p {
  background-color: #ffffff;
}
.cid-teQpGuZQ0p .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-teQpGuZQ0p .mybtn:hover {
  color: orange !important;
}
.cid-teQpGuZQ0p .grecaptcha-badge {
  visibility: hidden;
}
.cid-teQpGuZQ0p .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-teQpGuZQ0p .container-nopadding {
  padding: 0px;
}
.cid-teQpGuZQ0p .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-teQpGuZQ0p .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-teQpGuZQ0p .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-teQpGuZQ0p .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-teQpGuZQ0p .btnIconcol {
  color: #ffffff;
}
.cid-teQpGuZQ0p .btn-circle:hover {
  background-color: #232323;
}
.cid-teQpGuZQ0p .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-teQpGuZQ0p .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-teQpGuZQ0p .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-teQpGuZQ0p .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-teQpGuZQ0p .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-teQpGuZQ0p .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-teQpGuZQ0p .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-teQpGuZQ0p .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-teQpGuZQ0p .windowBar,
  .cid-teQpGuZQ0p .contentwindow,
  .cid-teQpGuZQ0p .contactwindow {
    border-radius: 0;
  }
}
.cid-teQpGuZQ0p .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-teQpGuZQ0p .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-teQpGuZQ0p .btn-form {
  display: inline-block !important;
}
.cid-teQpGuZQ0p .recaptcha-div {
  margin-bottom: 0;
}
.cid-teQpGuZQ0p .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-teQpGuZQ0p .gdpr-div {
  margin-bottom: 0;
}
.cid-teQpGuZQ0p .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-teQpGuZQ0p .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-teQpGuZQ0p .send-copy-div {
  margin-bottom: 0;
}
.cid-teQpGuZQ0p .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-teQpGuZQ0p .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-teQpGuZQ0p .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-teQpGuZQ0p .mbr-alert-success {
  text-align: center;
}
.cid-teQpGuZQ0p .mbr-alert-danger {
  text-align: center;
}
.cid-teQpGuZQ0p .message-div {
  margin-bottom: 0;
}
.cid-teQpGuZQ0p .message-topic-div {
  margin-bottom: 0;
}
.cid-teQpGuZQ0p .file-upload-div {
  margin-bottom: 0;
}
.cid-teQpGuZQ0p .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-teQpGuZQ0p .form-control {
  border: 1px solid #232323 !important;
}
.cid-teQpGuZQ0p .showAlerts {
  display: block !important;
}
.cid-teQpGuZQ0p .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-teQpGuZQ0p .hidden {
  display: none;
}
.cid-teQpGuZQ0p .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-teQpGuZQ0p .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-teQpGuZQ0p .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-teQpGuZQ0p .mbr-section-alertsuccess {
  text-align: left;
}
.cid-teQpGuZQ0p .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-teQpGuZQ0p .mbr-section-alerterror {
  text-align: left;
}
.cid-teQpGuZQ0p .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-teQpGuZQ0p .mbr-section-labels {
  color: #232323;
}
.cid-teQpGuZQ0p .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-teQpGuZQ0p .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-teQpGuZQ0p .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-teQpGuZQ0p input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-teQpGuZQ0p input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-teQpGuZQ0p input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-teQpGuZQ0p .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-teQpGw5pae {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-teQpGw5pae .small-center {
    text-align: center!important;
  }
}
.cid-teQpGw5pae .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-teQpGw5pae .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teQpGw5pae .content {
    text-align: center;
  }
  .cid-teQpGw5pae .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-teQpGw5pae .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-teQpGw5pae .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-teQpGw5pae .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-teQpGw5pae .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-teQpGw5pae .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-teQpGw5pae .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-teQpGw5pae .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-teQpGw5pae .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-teQpGw5pae .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-teQpGw5pae .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-teQpGw5pae .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-teQpGw5pae .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-teQpGw5pae P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-tf7grtSbfE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hold-1a.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tf7grtSbfE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tf7grtSbfE .container {
  height: 35vh;
}
.cid-tf7grtSbfE .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
.cid-tf7grtSbfE .ueberschrift h1 {
  font-size: 5rem!important;
}
@media (max-width: 992px) {
  .cid-tf7grtSbfE .ueberschrift {
    left: 2rem;
  }
  .cid-tf7grtSbfE .ueberschrift h1 {
    font-size: 2.5rem!important;
  }
}
.cid-tf7grtSbfE .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-tf7grtSbfE .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-tf7grtSbfE .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-tf7grtSbfE .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-tf7grtSbfE .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-tf7grtSbfE .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-tf7grtSbfE h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-tf7grtSbfE .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-tf7grtSbfE .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-tf7grtSbfE .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-tf7grtSbfE .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-tf7grtSbfE .schiefer-text {
    width: 300px;
  }
}
.cid-tf7grtSbfE .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-tf7grtSbfE .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-tf7grtSbfE .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-tf7grtSbfE .mbr-text {
    text-align: center;
  }
}
.cid-tf7grtSbfE H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-tf7grtSbfE H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-tf7grtSbfE .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-tf7grtSbfE .mbr-text,
.cid-tf7grtSbfE .mbr-section-btn {
  text-align: center;
}
.cid-tf7grv1bkf {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tf7grv1bkf .mbr-section-subtitle {
  color: #001a33;
}
.cid-tf7grv1bkf H2 {
  text-align: center;
  font-weight: 700;
  color: #001a33;
}
.cid-tf7grvs08Y {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tf7grvs08Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tf7grvs08Y .row {
  flex-direction: row-reverse;
}
.cid-tf7grvs08Y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tf7grvs08Y .text-wrapper {
    padding: 2rem;
  }
}
.cid-tf7grwn8O1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tf7grwn8O1 .wrapper {
  background: #ebeae2;
}
.cid-tf7grwn8O1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf7grwn8O1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf7grwTWBk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tf7grwTWBk .row {
  justify-content: center;
}
.cid-tf7grwTWBk .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tf7grwTWBk .item-img {
    height: 286px;
  }
}
.cid-tf7grwTWBk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tf7grwTWBk .item:focus,
.cid-tf7grwTWBk span:focus {
  outline: none;
}
.cid-tf7grwTWBk .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tf7grwTWBk .col-items {
    flex-wrap: wrap;
  }
}
.cid-tf7grwTWBk .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-tf7grwTWBk .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tf7grwTWBk .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-tf7grwTWBk .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-tf7grwTWBk .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-tf7grwTWBk .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-tf7grwTWBk .item-wrapper .btn-primary:hover span {
  color: #001a33 !important;
}
.cid-tf7grwTWBk .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tf7grwTWBk .item-content {
    text-align: center;
  }
}
.cid-tf7grwTWBk .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-tf7grwTWBk .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-tf7grwTWBk .item-title {
  color: #222222;
}
.cid-tf7grwTWBk .item-subtitle {
  color: #222222;
}
.cid-tf7grwTWBk .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-tf7grwTWBk .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tf7grwTWBk .mbr-section-head {
    text-align: center !important;
  }
}
.cid-tf7iGbIgrN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tf7grxwubM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tf7grxwubM .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-tf7grxwubM .wrapper {
    padding: 20px;
  }
}
.cid-tf7grxwubM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf7grxwubM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf7grxZ5Au {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tf7grxZ5Au .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-tf7grxZ5Au .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-tf7grxZ5Au img {
  width: 100%;
}
.cid-tf7grxZ5Au .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #001a33;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tf7grxZ5Au .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tf7grxZ5Au .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tf7grxZ5Au .contents {
  margin-top: 36px;
}
.cid-tf7grxZ5Au .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tf7grxZ5Au .mbr-section-btn {
  margin-top: 8px;
}
.cid-tf7grxZ5Au .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tf7grxZ5Au .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tf7grxZ5Au .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tf7gryD6lg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tf7gryD6lg .google-map {
  height: 35rem;
  position: relative;
}
.cid-tf7gryD6lg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tf7gryD6lg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tf7gryD6lg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tf7gryD6lg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tf7gryD6lg .container-fluid {
  padding: 0;
}
.cid-tf7gryD6lg .relative {
  position: relative;
  width: 100%;
}
.cid-tf7gryD6lg .mbr-section-title {
  color: #656565;
}
.cid-tf7gryD6lg .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-tf7gryD6lg .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tf7gryD6lg .title {
  text-align: center;
  color: #ffffff;
}
.cid-tf7gryD6lg .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-tf7gryD6lg .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tf7grzdSRl {
  background-color: #ffffff;
}
.cid-tf7grzdSRl .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-tf7grzdSRl .mybtn:hover {
  color: orange !important;
}
.cid-tf7grzdSRl .grecaptcha-badge {
  visibility: hidden;
}
.cid-tf7grzdSRl .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-tf7grzdSRl .container-nopadding {
  padding: 0px;
}
.cid-tf7grzdSRl .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-tf7grzdSRl .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-tf7grzdSRl .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-tf7grzdSRl .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-tf7grzdSRl .btnIconcol {
  color: #ffffff;
}
.cid-tf7grzdSRl .btn-circle:hover {
  background-color: #232323;
}
.cid-tf7grzdSRl .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-tf7grzdSRl .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-tf7grzdSRl .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-tf7grzdSRl .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-tf7grzdSRl .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-tf7grzdSRl .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-tf7grzdSRl .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-tf7grzdSRl .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-tf7grzdSRl .windowBar,
  .cid-tf7grzdSRl .contentwindow,
  .cid-tf7grzdSRl .contactwindow {
    border-radius: 0;
  }
}
.cid-tf7grzdSRl .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-tf7grzdSRl .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-tf7grzdSRl .btn-form {
  display: inline-block !important;
}
.cid-tf7grzdSRl .recaptcha-div {
  margin-bottom: 0;
}
.cid-tf7grzdSRl .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-tf7grzdSRl .gdpr-div {
  margin-bottom: 0;
}
.cid-tf7grzdSRl .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-tf7grzdSRl .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-tf7grzdSRl .send-copy-div {
  margin-bottom: 0;
}
.cid-tf7grzdSRl .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-tf7grzdSRl .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-tf7grzdSRl .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-tf7grzdSRl .mbr-alert-success {
  text-align: center;
}
.cid-tf7grzdSRl .mbr-alert-danger {
  text-align: center;
}
.cid-tf7grzdSRl .message-div {
  margin-bottom: 0;
}
.cid-tf7grzdSRl .message-topic-div {
  margin-bottom: 0;
}
.cid-tf7grzdSRl .file-upload-div {
  margin-bottom: 0;
}
.cid-tf7grzdSRl .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-tf7grzdSRl .form-control {
  border: 1px solid #232323 !important;
}
.cid-tf7grzdSRl .showAlerts {
  display: block !important;
}
.cid-tf7grzdSRl .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-tf7grzdSRl .hidden {
  display: none;
}
.cid-tf7grzdSRl .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-tf7grzdSRl .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-tf7grzdSRl .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-tf7grzdSRl .mbr-section-alertsuccess {
  text-align: left;
}
.cid-tf7grzdSRl .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-tf7grzdSRl .mbr-section-alerterror {
  text-align: left;
}
.cid-tf7grzdSRl .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-tf7grzdSRl .mbr-section-labels {
  color: #232323;
}
.cid-tf7grzdSRl .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-tf7grzdSRl .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-tf7grzdSRl .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-tf7grzdSRl input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-tf7grzdSRl input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-tf7grzdSRl input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-tf7grzdSRl .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-tf7grAPsBr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-tf7grAPsBr .small-center {
    text-align: center!important;
  }
}
.cid-tf7grAPsBr .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-tf7grAPsBr .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tf7grAPsBr .content {
    text-align: center;
  }
  .cid-tf7grAPsBr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tf7grAPsBr .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-tf7grAPsBr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tf7grAPsBr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tf7grAPsBr .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-tf7grAPsBr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tf7grAPsBr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tf7grAPsBr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tf7grAPsBr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tf7grAPsBr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tf7grAPsBr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tf7grAPsBr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tf7grAPsBr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tf7grAPsBr P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe4eXRsMO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe4eXRsMO h1 {
  font-size: 1px;
  color: transparent;
}
.cid-tfe4eYl9cT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hold-1a.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tfe4eYl9cT .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tfe4eYl9cT .container {
  height: 35vh;
}
.cid-tfe4eYl9cT .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
.cid-tfe4eYl9cT .ueberschrift h1 {
  font-size: 5rem!important;
}
@media (max-width: 992px) {
  .cid-tfe4eYl9cT .ueberschrift {
    left: 2rem;
  }
  .cid-tfe4eYl9cT .ueberschrift h1 {
    font-size: 2.5rem!important;
  }
}
.cid-tfe4eYl9cT .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-tfe4eYl9cT .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-tfe4eYl9cT .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-tfe4eYl9cT .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-tfe4eYl9cT .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-tfe4eYl9cT .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-tfe4eYl9cT h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-tfe4eYl9cT .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-tfe4eYl9cT .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-tfe4eYl9cT .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-tfe4eYl9cT .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-tfe4eYl9cT .schiefer-text {
    width: 300px;
  }
}
.cid-tfe4eYl9cT .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-tfe4eYl9cT .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-tfe4eYl9cT .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-tfe4eYl9cT .mbr-text {
    text-align: center;
  }
}
.cid-tfe4eYl9cT H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-tfe4eYl9cT H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-tfe4eYl9cT .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-tfe4eYl9cT .mbr-text,
.cid-tfe4eYl9cT .mbr-section-btn {
  text-align: center;
}
.cid-tfe4eYNNj4 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfe4eYNNj4 .mbr-section-subtitle {
  color: #001a33;
}
.cid-tfe4eYNNj4 H2 {
  text-align: center;
  font-weight: 700;
  color: #001a33;
}
.cid-tfe4eZ5HQJ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tfe4eZ5HQJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfe4eZ5HQJ .row {
  flex-direction: row-reverse;
}
.cid-tfe4eZ5HQJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tfe4eZ5HQJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfe4eZxsbp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfe4eZxsbp .wrapper {
  background: #ebeae2;
}
.cid-tfe4eZxsbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfe4eZxsbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfe4eZVFZS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfe4eZVFZS .row {
  justify-content: center;
}
.cid-tfe4eZVFZS .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tfe4eZVFZS .item-img {
    height: 286px;
  }
}
.cid-tfe4eZVFZS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfe4eZVFZS .item:focus,
.cid-tfe4eZVFZS span:focus {
  outline: none;
}
.cid-tfe4eZVFZS .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tfe4eZVFZS .col-items {
    flex-wrap: wrap;
  }
}
.cid-tfe4eZVFZS .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-tfe4eZVFZS .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tfe4eZVFZS .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-tfe4eZVFZS .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-tfe4eZVFZS .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-tfe4eZVFZS .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-tfe4eZVFZS .item-wrapper .btn-primary:hover span {
  color: #001a33 !important;
}
.cid-tfe4eZVFZS .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tfe4eZVFZS .item-content {
    text-align: center;
  }
}
.cid-tfe4eZVFZS .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-tfe4eZVFZS .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-tfe4eZVFZS .item-title {
  color: #222222;
}
.cid-tfe4eZVFZS .item-subtitle {
  color: #222222;
}
.cid-tfe4eZVFZS .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-tfe4eZVFZS .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tfe4eZVFZS .mbr-section-head {
    text-align: center !important;
  }
}
.cid-tfe4f0BS5t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tfe5rfqNJk {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfe5rfqNJk .mbr-section-subtitle {
  text-align: center;
}
.cid-tfe5rfqNJk .mbr-section-title {
  text-align: center;
}
.cid-tfe4f0UgEZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfe4f0UgEZ .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-tfe4f0UgEZ .wrapper {
    padding: 20px;
  }
}
.cid-tfe4f0UgEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfe4f0UgEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfe4f1jBeg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tfe4f1jBeg .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-tfe4f1jBeg .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-tfe4f1jBeg img {
  width: 100%;
}
.cid-tfe4f1jBeg .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #001a33;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tfe4f1jBeg .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tfe4f1jBeg .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tfe4f1jBeg .contents {
  margin-top: 36px;
}
.cid-tfe4f1jBeg .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tfe4f1jBeg .mbr-section-btn {
  margin-top: 8px;
}
.cid-tfe4f1jBeg .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tfe4f1jBeg .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tfe4f1jBeg .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tfe4f1LMTE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe4f1LMTE .google-map {
  height: 35rem;
  position: relative;
}
.cid-tfe4f1LMTE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tfe4f1LMTE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tfe4f1LMTE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tfe4f1LMTE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tfe4f1LMTE .container-fluid {
  padding: 0;
}
.cid-tfe4f1LMTE .relative {
  position: relative;
  width: 100%;
}
.cid-tfe4f1LMTE .mbr-section-title {
  color: #656565;
}
.cid-tfe4f1LMTE .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-tfe4f1LMTE .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tfe4f1LMTE .title {
  text-align: center;
  color: #ffffff;
}
.cid-tfe4f1LMTE .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-tfe4f1LMTE .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tfe4f2ckUD {
  background-color: #ffffff;
}
.cid-tfe4f2ckUD .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-tfe4f2ckUD .mybtn:hover {
  color: orange !important;
}
.cid-tfe4f2ckUD .grecaptcha-badge {
  visibility: hidden;
}
.cid-tfe4f2ckUD .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-tfe4f2ckUD .container-nopadding {
  padding: 0px;
}
.cid-tfe4f2ckUD .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-tfe4f2ckUD .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-tfe4f2ckUD .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-tfe4f2ckUD .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-tfe4f2ckUD .btnIconcol {
  color: #ffffff;
}
.cid-tfe4f2ckUD .btn-circle:hover {
  background-color: #232323;
}
.cid-tfe4f2ckUD .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-tfe4f2ckUD .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-tfe4f2ckUD .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-tfe4f2ckUD .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-tfe4f2ckUD .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-tfe4f2ckUD .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-tfe4f2ckUD .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-tfe4f2ckUD .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-tfe4f2ckUD .windowBar,
  .cid-tfe4f2ckUD .contentwindow,
  .cid-tfe4f2ckUD .contactwindow {
    border-radius: 0;
  }
}
.cid-tfe4f2ckUD .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-tfe4f2ckUD .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-tfe4f2ckUD .btn-form {
  display: inline-block !important;
}
.cid-tfe4f2ckUD .recaptcha-div {
  margin-bottom: 0;
}
.cid-tfe4f2ckUD .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-tfe4f2ckUD .gdpr-div {
  margin-bottom: 0;
}
.cid-tfe4f2ckUD .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-tfe4f2ckUD .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-tfe4f2ckUD .send-copy-div {
  margin-bottom: 0;
}
.cid-tfe4f2ckUD .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-tfe4f2ckUD .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-tfe4f2ckUD .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-tfe4f2ckUD .mbr-alert-success {
  text-align: center;
}
.cid-tfe4f2ckUD .mbr-alert-danger {
  text-align: center;
}
.cid-tfe4f2ckUD .message-div {
  margin-bottom: 0;
}
.cid-tfe4f2ckUD .message-topic-div {
  margin-bottom: 0;
}
.cid-tfe4f2ckUD .file-upload-div {
  margin-bottom: 0;
}
.cid-tfe4f2ckUD .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-tfe4f2ckUD .form-control {
  border: 1px solid #232323 !important;
}
.cid-tfe4f2ckUD .showAlerts {
  display: block !important;
}
.cid-tfe4f2ckUD .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-tfe4f2ckUD .hidden {
  display: none;
}
.cid-tfe4f2ckUD .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-tfe4f2ckUD .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-tfe4f2ckUD .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-tfe4f2ckUD .mbr-section-alertsuccess {
  text-align: left;
}
.cid-tfe4f2ckUD .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-tfe4f2ckUD .mbr-section-alerterror {
  text-align: left;
}
.cid-tfe4f2ckUD .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-tfe4f2ckUD .mbr-section-labels {
  color: #232323;
}
.cid-tfe4f2ckUD .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-tfe4f2ckUD .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-tfe4f2ckUD .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-tfe4f2ckUD input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-tfe4f2ckUD input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-tfe4f2ckUD input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-tfe4f2ckUD .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-tfe4f32LmW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-tfe4f32LmW .small-center {
    text-align: center!important;
  }
}
.cid-tfe4f32LmW .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-tfe4f32LmW .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tfe4f32LmW .content {
    text-align: center;
  }
  .cid-tfe4f32LmW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tfe4f32LmW .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-tfe4f32LmW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tfe4f32LmW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tfe4f32LmW .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-tfe4f32LmW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tfe4f32LmW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tfe4f32LmW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tfe4f32LmW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tfe4f32LmW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tfe4f32LmW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tfe4f32LmW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfe4f32LmW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfe4f32LmW P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-teRizkWjzE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hold-1a.jpg");
  background-size: cover;
  background-position: center;
}
.cid-teRizkWjzE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-teRizkWjzE .container {
  height: 35vh;
}
.cid-teRizkWjzE .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
.cid-teRizkWjzE .ueberschrift h1 {
  font-size: 5rem!important;
}
@media (max-width: 992px) {
  .cid-teRizkWjzE .ueberschrift {
    left: 2rem;
  }
  .cid-teRizkWjzE .ueberschrift h1 {
    font-size: 2.5rem!important;
  }
}
.cid-teRizkWjzE .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-teRizkWjzE .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-teRizkWjzE .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-teRizkWjzE .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-teRizkWjzE .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-teRizkWjzE .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-teRizkWjzE h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-teRizkWjzE .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-teRizkWjzE .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-teRizkWjzE .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-teRizkWjzE .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-teRizkWjzE .schiefer-text {
    width: 300px;
  }
}
.cid-teRizkWjzE .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-teRizkWjzE .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-teRizkWjzE .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-teRizkWjzE .mbr-text {
    text-align: center;
  }
}
.cid-teRizkWjzE H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-teRizkWjzE H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-teRizkWjzE .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-teRizkWjzE .mbr-text,
.cid-teRizkWjzE .mbr-section-btn {
  text-align: center;
}
.cid-teRizlpgKN {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teRizlpgKN .mbr-section-subtitle {
  color: #001a33;
}
.cid-teRizlpgKN H2 {
  text-align: center;
  font-weight: 700;
  color: #001a33;
}
.cid-teRjdy5D3s {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-teRjdy5D3s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-teRjdy5D3s .row {
  flex-direction: row-reverse;
}
.cid-teRjdy5D3s img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-teRjdy5D3s .text-wrapper {
    padding: 2rem;
  }
}
.cid-teRlCJMbBl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teRlCJMbBl .wrapper {
  background: #ebeae2;
}
.cid-teRlCJMbBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-teRlCJMbBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teRmpSPVlA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teRmpSPVlA .row {
  justify-content: center;
}
.cid-teRmpSPVlA .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-teRmpSPVlA .item-img {
    height: 286px;
  }
}
.cid-teRmpSPVlA img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-teRmpSPVlA .item:focus,
.cid-teRmpSPVlA span:focus {
  outline: none;
}
.cid-teRmpSPVlA .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-teRmpSPVlA .col-items {
    flex-wrap: wrap;
  }
}
.cid-teRmpSPVlA .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-teRmpSPVlA .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-teRmpSPVlA .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-teRmpSPVlA .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-teRmpSPVlA .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-teRmpSPVlA .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-teRmpSPVlA .item-wrapper .btn-primary:hover span {
  color: #001a33 !important;
}
.cid-teRmpSPVlA .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-teRmpSPVlA .item-content {
    text-align: center;
  }
}
.cid-teRmpSPVlA .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-teRmpSPVlA .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-teRmpSPVlA .item-title {
  color: #222222;
}
.cid-teRmpSPVlA .item-subtitle {
  color: #222222;
}
.cid-teRmpSPVlA .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-teRmpSPVlA .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-teRmpSPVlA .mbr-section-head {
    text-align: center !important;
  }
}
.cid-teRnkxxVqA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teRnkxxVqA .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-teRnkxxVqA .wrapper {
    padding: 20px;
  }
}
.cid-teRnkxxVqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-teRnkxxVqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teTj9AosAr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-teTj9AosAr .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-teTj9AosAr .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-teTj9AosAr img {
  width: 100%;
}
.cid-teTj9AosAr .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #001a33;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-teTj9AosAr .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-teTj9AosAr .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-teTj9AosAr .contents {
  margin-top: 36px;
}
.cid-teTj9AosAr .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-teTj9AosAr .mbr-section-btn {
  margin-top: 8px;
}
.cid-teTj9AosAr .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-teTj9AosAr .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-teTj9AosAr .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-teRizmVtO0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-teRizmVtO0 .google-map {
  height: 35rem;
  position: relative;
}
.cid-teRizmVtO0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-teRizmVtO0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-teRizmVtO0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-teRizmVtO0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-teRizmVtO0 .container-fluid {
  padding: 0;
}
.cid-teRizmVtO0 .relative {
  position: relative;
  width: 100%;
}
.cid-teRizmVtO0 .mbr-section-title {
  color: #656565;
}
.cid-teRizmVtO0 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-teRizmVtO0 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-teRizmVtO0 .title {
  text-align: center;
  color: #ffffff;
}
.cid-teRizmVtO0 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-teRizmVtO0 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-teRiznzQUc {
  background-color: #ffffff;
}
.cid-teRiznzQUc .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-teRiznzQUc .mybtn:hover {
  color: orange !important;
}
.cid-teRiznzQUc .grecaptcha-badge {
  visibility: hidden;
}
.cid-teRiznzQUc .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-teRiznzQUc .container-nopadding {
  padding: 0px;
}
.cid-teRiznzQUc .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-teRiznzQUc .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-teRiznzQUc .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-teRiznzQUc .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-teRiznzQUc .btnIconcol {
  color: #ffffff;
}
.cid-teRiznzQUc .btn-circle:hover {
  background-color: #232323;
}
.cid-teRiznzQUc .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-teRiznzQUc .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-teRiznzQUc .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-teRiznzQUc .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-teRiznzQUc .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-teRiznzQUc .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-teRiznzQUc .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-teRiznzQUc .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-teRiznzQUc .windowBar,
  .cid-teRiznzQUc .contentwindow,
  .cid-teRiznzQUc .contactwindow {
    border-radius: 0;
  }
}
.cid-teRiznzQUc .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-teRiznzQUc .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-teRiznzQUc .btn-form {
  display: inline-block !important;
}
.cid-teRiznzQUc .recaptcha-div {
  margin-bottom: 0;
}
.cid-teRiznzQUc .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-teRiznzQUc .gdpr-div {
  margin-bottom: 0;
}
.cid-teRiznzQUc .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-teRiznzQUc .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-teRiznzQUc .send-copy-div {
  margin-bottom: 0;
}
.cid-teRiznzQUc .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-teRiznzQUc .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-teRiznzQUc .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-teRiznzQUc .mbr-alert-success {
  text-align: center;
}
.cid-teRiznzQUc .mbr-alert-danger {
  text-align: center;
}
.cid-teRiznzQUc .message-div {
  margin-bottom: 0;
}
.cid-teRiznzQUc .message-topic-div {
  margin-bottom: 0;
}
.cid-teRiznzQUc .file-upload-div {
  margin-bottom: 0;
}
.cid-teRiznzQUc .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-teRiznzQUc .form-control {
  border: 1px solid #232323 !important;
}
.cid-teRiznzQUc .showAlerts {
  display: block !important;
}
.cid-teRiznzQUc .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-teRiznzQUc .hidden {
  display: none;
}
.cid-teRiznzQUc .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-teRiznzQUc .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-teRiznzQUc .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-teRiznzQUc .mbr-section-alertsuccess {
  text-align: left;
}
.cid-teRiznzQUc .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-teRiznzQUc .mbr-section-alerterror {
  text-align: left;
}
.cid-teRiznzQUc .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-teRiznzQUc .mbr-section-labels {
  color: #232323;
}
.cid-teRiznzQUc .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-teRiznzQUc .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-teRiznzQUc .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-teRiznzQUc input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-teRiznzQUc input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-teRiznzQUc input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-teRiznzQUc .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-teRizoHlFh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-teRizoHlFh .small-center {
    text-align: center!important;
  }
}
.cid-teRizoHlFh .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-teRizoHlFh .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-teRizoHlFh .content {
    text-align: center;
  }
  .cid-teRizoHlFh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-teRizoHlFh .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-teRizoHlFh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-teRizoHlFh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-teRizoHlFh .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-teRizoHlFh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-teRizoHlFh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-teRizoHlFh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-teRizoHlFh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-teRizoHlFh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-teRizoHlFh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-teRizoHlFh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-teRizoHlFh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-teRizoHlFh P {
  text-align: left;
  color: #ffffff;
}
.cid-tfjmljVUwg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfjmljVUwg h1 {
  font-size: 1px;
  color: transparent;
}
.cid-tfjmlkwXea {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hold-1a.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tfjmlkwXea .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tfjmlkwXea .container {
  height: 35vh;
}
.cid-tfjmlkwXea .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
.cid-tfjmlkwXea .ueberschrift h1 {
  font-size: 5rem!important;
}
@media (max-width: 992px) {
  .cid-tfjmlkwXea .ueberschrift {
    left: 2rem;
  }
  .cid-tfjmlkwXea .ueberschrift h1 {
    font-size: 2.5rem!important;
  }
}
.cid-tfjmlkwXea .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-tfjmlkwXea .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-tfjmlkwXea .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-tfjmlkwXea .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-tfjmlkwXea .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-tfjmlkwXea .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-tfjmlkwXea h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-tfjmlkwXea .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-tfjmlkwXea .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-tfjmlkwXea .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-tfjmlkwXea .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-tfjmlkwXea .schiefer-text {
    width: 300px;
  }
}
.cid-tfjmlkwXea .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-tfjmlkwXea .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-tfjmlkwXea .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-tfjmlkwXea .mbr-text {
    text-align: center;
  }
}
.cid-tfjmlkwXea H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-tfjmlkwXea H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-tfjmlkwXea .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-tfjmlkwXea .mbr-text,
.cid-tfjmlkwXea .mbr-section-btn {
  text-align: center;
}
.cid-tfjmll88qX {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfjmll88qX .mbr-section-subtitle {
  color: #001a33;
}
.cid-tfjmll88qX H2 {
  text-align: center;
  font-weight: 700;
  color: #001a33;
}
.cid-tfjmlltO4Q {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tfjmlltO4Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfjmlltO4Q .row {
  flex-direction: row-reverse;
}
.cid-tfjmlltO4Q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tfjmlltO4Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfjmlmqesV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfjmlmqesV .wrapper {
  background: #ebeae2;
}
.cid-tfjmlmqesV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfjmlmqesV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfjpveMU1V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tfjmlmOoEJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfjmlmOoEJ .row {
  justify-content: center;
}
.cid-tfjmlmOoEJ .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-tfjmlmOoEJ .item-img {
    height: 286px;
  }
}
.cid-tfjmlmOoEJ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfjmlmOoEJ .item:focus,
.cid-tfjmlmOoEJ span:focus {
  outline: none;
}
.cid-tfjmlmOoEJ .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tfjmlmOoEJ .col-items {
    flex-wrap: wrap;
  }
}
.cid-tfjmlmOoEJ .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-tfjmlmOoEJ .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tfjmlmOoEJ .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-tfjmlmOoEJ .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-tfjmlmOoEJ .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-tfjmlmOoEJ .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-tfjmlmOoEJ .item-wrapper .btn-primary:hover span {
  color: #001a33 !important;
}
.cid-tfjmlmOoEJ .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tfjmlmOoEJ .item-content {
    text-align: center;
  }
}
.cid-tfjmlmOoEJ .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-tfjmlmOoEJ .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-tfjmlmOoEJ .item-title {
  color: #222222;
}
.cid-tfjmlmOoEJ .item-subtitle {
  color: #222222;
}
.cid-tfjmlmOoEJ .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-tfjmlmOoEJ .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tfjmlmOoEJ .mbr-section-head {
    text-align: center !important;
  }
}
.cid-tfjmlnpmwJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfjmlnpmwJ .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-tfjmlnpmwJ .wrapper {
    padding: 20px;
  }
}
.cid-tfjmlnpmwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfjmlnpmwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfjmlnPZkg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tfjmlnPZkg .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-tfjmlnPZkg .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-tfjmlnPZkg img {
  width: 100%;
}
.cid-tfjmlnPZkg .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #001a33;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tfjmlnPZkg .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tfjmlnPZkg .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tfjmlnPZkg .contents {
  margin-top: 36px;
}
.cid-tfjmlnPZkg .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tfjmlnPZkg .mbr-section-btn {
  margin-top: 8px;
}
.cid-tfjmlnPZkg .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tfjmlnPZkg .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tfjmlnPZkg .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tfjmlocBUF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfjmlocBUF .google-map {
  height: 35rem;
  position: relative;
}
.cid-tfjmlocBUF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tfjmlocBUF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tfjmlocBUF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tfjmlocBUF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tfjmlocBUF .container-fluid {
  padding: 0;
}
.cid-tfjmlocBUF .relative {
  position: relative;
  width: 100%;
}
.cid-tfjmlocBUF .mbr-section-title {
  color: #656565;
}
.cid-tfjmlocBUF .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-tfjmlocBUF .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tfjmlocBUF .title {
  text-align: center;
  color: #ffffff;
}
.cid-tfjmlocBUF .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-tfjmlocBUF .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tfjmlozGPw {
  background-color: #ffffff;
}
.cid-tfjmlozGPw .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-tfjmlozGPw .mybtn:hover {
  color: orange !important;
}
.cid-tfjmlozGPw .grecaptcha-badge {
  visibility: hidden;
}
.cid-tfjmlozGPw .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-tfjmlozGPw .container-nopadding {
  padding: 0px;
}
.cid-tfjmlozGPw .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-tfjmlozGPw .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-tfjmlozGPw .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-tfjmlozGPw .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-tfjmlozGPw .btnIconcol {
  color: #ffffff;
}
.cid-tfjmlozGPw .btn-circle:hover {
  background-color: #232323;
}
.cid-tfjmlozGPw .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-tfjmlozGPw .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-tfjmlozGPw .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-tfjmlozGPw .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-tfjmlozGPw .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-tfjmlozGPw .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-tfjmlozGPw .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-tfjmlozGPw .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-tfjmlozGPw .windowBar,
  .cid-tfjmlozGPw .contentwindow,
  .cid-tfjmlozGPw .contactwindow {
    border-radius: 0;
  }
}
.cid-tfjmlozGPw .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-tfjmlozGPw .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-tfjmlozGPw .btn-form {
  display: inline-block !important;
}
.cid-tfjmlozGPw .recaptcha-div {
  margin-bottom: 0;
}
.cid-tfjmlozGPw .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-tfjmlozGPw .gdpr-div {
  margin-bottom: 0;
}
.cid-tfjmlozGPw .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-tfjmlozGPw .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-tfjmlozGPw .send-copy-div {
  margin-bottom: 0;
}
.cid-tfjmlozGPw .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-tfjmlozGPw .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-tfjmlozGPw .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-tfjmlozGPw .mbr-alert-success {
  text-align: center;
}
.cid-tfjmlozGPw .mbr-alert-danger {
  text-align: center;
}
.cid-tfjmlozGPw .message-div {
  margin-bottom: 0;
}
.cid-tfjmlozGPw .message-topic-div {
  margin-bottom: 0;
}
.cid-tfjmlozGPw .file-upload-div {
  margin-bottom: 0;
}
.cid-tfjmlozGPw .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-tfjmlozGPw .form-control {
  border: 1px solid #232323 !important;
}
.cid-tfjmlozGPw .showAlerts {
  display: block !important;
}
.cid-tfjmlozGPw .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-tfjmlozGPw .hidden {
  display: none;
}
.cid-tfjmlozGPw .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-tfjmlozGPw .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-tfjmlozGPw .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-tfjmlozGPw .mbr-section-alertsuccess {
  text-align: left;
}
.cid-tfjmlozGPw .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-tfjmlozGPw .mbr-section-alerterror {
  text-align: left;
}
.cid-tfjmlozGPw .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-tfjmlozGPw .mbr-section-labels {
  color: #232323;
}
.cid-tfjmlozGPw .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-tfjmlozGPw .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-tfjmlozGPw .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-tfjmlozGPw input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-tfjmlozGPw input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-tfjmlozGPw input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-tfjmlozGPw .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-tfjmlprutW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-tfjmlprutW .small-center {
    text-align: center!important;
  }
}
.cid-tfjmlprutW .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-tfjmlprutW .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tfjmlprutW .content {
    text-align: center;
  }
  .cid-tfjmlprutW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tfjmlprutW .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-tfjmlprutW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tfjmlprutW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tfjmlprutW .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-tfjmlprutW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tfjmlprutW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tfjmlprutW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tfjmlprutW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tfjmlprutW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tfjmlprutW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tfjmlprutW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfjmlprutW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfjmlprutW P {
  text-align: left;
  color: #ffffff;
}
.cid-th0ZBeIcDu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-th0ZBeIcDu h1 {
  font-size: 1px;
  color: transparent;
}
.cid-th0ZBfbigJ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hold-1a.jpg");
  background-size: cover;
  background-position: center;
}
.cid-th0ZBfbigJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-th0ZBfbigJ .container {
  height: 35vh;
}
.cid-th0ZBfbigJ .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
.cid-th0ZBfbigJ .ueberschrift h1 {
  font-size: 5rem!important;
}
@media (max-width: 992px) {
  .cid-th0ZBfbigJ .ueberschrift {
    left: 2rem;
  }
  .cid-th0ZBfbigJ .ueberschrift h1 {
    font-size: 2.5rem!important;
  }
}
.cid-th0ZBfbigJ .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-th0ZBfbigJ .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-th0ZBfbigJ .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-th0ZBfbigJ .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-th0ZBfbigJ .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-th0ZBfbigJ .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-th0ZBfbigJ h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-th0ZBfbigJ .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-th0ZBfbigJ .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-th0ZBfbigJ .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-th0ZBfbigJ .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-th0ZBfbigJ .schiefer-text {
    width: 300px;
  }
}
.cid-th0ZBfbigJ .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-th0ZBfbigJ .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-th0ZBfbigJ .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-th0ZBfbigJ .mbr-text {
    text-align: center;
  }
}
.cid-th0ZBfbigJ H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-th0ZBfbigJ H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-th0ZBfbigJ .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-th0ZBfbigJ .mbr-text,
.cid-th0ZBfbigJ .mbr-section-btn {
  text-align: center;
}
.cid-th0ZBfvzyL {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-th0ZBfvzyL .mbr-section-subtitle {
  color: #001a33;
}
.cid-th0ZBfvzyL H2 {
  text-align: center;
  font-weight: 700;
  color: #001a33;
}
.cid-th0ZBfLQWA {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-th0ZBfLQWA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-th0ZBfLQWA .row {
  flex-direction: row-reverse;
}
.cid-th0ZBfLQWA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-th0ZBfLQWA .text-wrapper {
    padding: 2rem;
  }
}
.cid-th0ZBg7pXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-th0ZBg7pXB .wrapper {
  background: #ebeae2;
}
.cid-th0ZBg7pXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-th0ZBg7pXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th0ZBgxXv5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-th0ZBgxXv5 .row {
  justify-content: center;
}
.cid-th0ZBgxXv5 .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-th0ZBgxXv5 .item-img {
    height: 286px;
  }
}
.cid-th0ZBgxXv5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-th0ZBgxXv5 .item:focus,
.cid-th0ZBgxXv5 span:focus {
  outline: none;
}
.cid-th0ZBgxXv5 .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-th0ZBgxXv5 .col-items {
    flex-wrap: wrap;
  }
}
.cid-th0ZBgxXv5 .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-th0ZBgxXv5 .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-th0ZBgxXv5 .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-th0ZBgxXv5 .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-th0ZBgxXv5 .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-th0ZBgxXv5 .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-th0ZBgxXv5 .item-wrapper .btn-primary:hover span {
  color: #001a33 !important;
}
.cid-th0ZBgxXv5 .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-th0ZBgxXv5 .item-content {
    text-align: center;
  }
}
.cid-th0ZBgxXv5 .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-th0ZBgxXv5 .mbr-text {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-th0ZBgxXv5 .item-title {
  color: #222222;
}
.cid-th0ZBgxXv5 .item-subtitle {
  color: #222222;
}
.cid-th0ZBgxXv5 .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-th0ZBgxXv5 .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-th0ZBgxXv5 .mbr-section-head {
    text-align: center !important;
  }
}
.cid-th0ZBh46Ve {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-th0ZBhk85V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-th0ZBhk85V .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-th0ZBhk85V .wrapper {
    padding: 20px;
  }
}
.cid-th0ZBhk85V .mbr-fallback-image.disabled {
  display: none;
}
.cid-th0ZBhk85V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-th0ZBhMdUh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-th0ZBhMdUh .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-th0ZBhMdUh .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-th0ZBhMdUh img {
  width: 100%;
}
.cid-th0ZBhMdUh .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #001a33;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-th0ZBhMdUh .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-th0ZBhMdUh .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-th0ZBhMdUh .contents {
  margin-top: 36px;
}
.cid-th0ZBhMdUh .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-th0ZBhMdUh .mbr-section-btn {
  margin-top: 8px;
}
.cid-th0ZBhMdUh .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-th0ZBhMdUh .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-th0ZBhMdUh .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-th0ZBi6sym {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-th0ZBi6sym .google-map {
  height: 35rem;
  position: relative;
}
.cid-th0ZBi6sym .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-th0ZBi6sym .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-th0ZBi6sym .google-map[data-state] {
  background: #e9e5dc;
}
.cid-th0ZBi6sym .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-th0ZBi6sym .container-fluid {
  padding: 0;
}
.cid-th0ZBi6sym .relative {
  position: relative;
  width: 100%;
}
.cid-th0ZBi6sym .mbr-section-title {
  color: #656565;
}
.cid-th0ZBi6sym .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-th0ZBi6sym .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-th0ZBi6sym .title {
  text-align: center;
  color: #ffffff;
}
.cid-th0ZBi6sym .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-th0ZBi6sym .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-th0ZBitygr {
  background-color: #ffffff;
}
.cid-th0ZBitygr .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-th0ZBitygr .mybtn:hover {
  color: orange !important;
}
.cid-th0ZBitygr .grecaptcha-badge {
  visibility: hidden;
}
.cid-th0ZBitygr .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-th0ZBitygr .container-nopadding {
  padding: 0px;
}
.cid-th0ZBitygr .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-th0ZBitygr .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-th0ZBitygr .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-th0ZBitygr .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-th0ZBitygr .btnIconcol {
  color: #ffffff;
}
.cid-th0ZBitygr .btn-circle:hover {
  background-color: #232323;
}
.cid-th0ZBitygr .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-th0ZBitygr .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-th0ZBitygr .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-th0ZBitygr .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-th0ZBitygr .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-th0ZBitygr .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-th0ZBitygr .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-th0ZBitygr .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-th0ZBitygr .windowBar,
  .cid-th0ZBitygr .contentwindow,
  .cid-th0ZBitygr .contactwindow {
    border-radius: 0;
  }
}
.cid-th0ZBitygr .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-th0ZBitygr .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-th0ZBitygr .btn-form {
  display: inline-block !important;
}
.cid-th0ZBitygr .recaptcha-div {
  margin-bottom: 0;
}
.cid-th0ZBitygr .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-th0ZBitygr .gdpr-div {
  margin-bottom: 0;
}
.cid-th0ZBitygr .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-th0ZBitygr .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-th0ZBitygr .send-copy-div {
  margin-bottom: 0;
}
.cid-th0ZBitygr .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-th0ZBitygr .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-th0ZBitygr .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-th0ZBitygr .mbr-alert-success {
  text-align: center;
}
.cid-th0ZBitygr .mbr-alert-danger {
  text-align: center;
}
.cid-th0ZBitygr .message-div {
  margin-bottom: 0;
}
.cid-th0ZBitygr .message-topic-div {
  margin-bottom: 0;
}
.cid-th0ZBitygr .file-upload-div {
  margin-bottom: 0;
}
.cid-th0ZBitygr .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-th0ZBitygr .form-control {
  border: 1px solid #232323 !important;
}
.cid-th0ZBitygr .showAlerts {
  display: block !important;
}
.cid-th0ZBitygr .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-th0ZBitygr .hidden {
  display: none;
}
.cid-th0ZBitygr .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-th0ZBitygr .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-th0ZBitygr .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-th0ZBitygr .mbr-section-alertsuccess {
  text-align: left;
}
.cid-th0ZBitygr .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-th0ZBitygr .mbr-section-alerterror {
  text-align: left;
}
.cid-th0ZBitygr .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-th0ZBitygr .mbr-section-labels {
  color: #232323;
}
.cid-th0ZBitygr .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-th0ZBitygr .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-th0ZBitygr .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-th0ZBitygr input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-th0ZBitygr input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-th0ZBitygr input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-th0ZBitygr .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-th0ZBjcyUK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-th0ZBjcyUK .small-center {
    text-align: center!important;
  }
}
.cid-th0ZBjcyUK .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-th0ZBjcyUK .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-th0ZBjcyUK .content {
    text-align: center;
  }
  .cid-th0ZBjcyUK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-th0ZBjcyUK .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-th0ZBjcyUK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-th0ZBjcyUK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-th0ZBjcyUK .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-th0ZBjcyUK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-th0ZBjcyUK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-th0ZBjcyUK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-th0ZBjcyUK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-th0ZBjcyUK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-th0ZBjcyUK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-th0ZBjcyUK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-th0ZBjcyUK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-th0ZBjcyUK P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-s2ryilxYAR {
  background-image: url("../../../assets/images/training.jpg");
  background-size: cover;
  background-position: top left;
}
@media (max-width: 768px) {
  .cid-s2ryilxYAR {
    background-image: url("../../../assets/images/training-3.jpeg");
  }
}
.cid-s2ryilxYAR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s2ryilxYAR .container {
  height: 65vh;
}
.cid-s2ryilxYAR .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-s2ryilxYAR .ueberschrift {
    left: 2rem;
  }
  .cid-s2ryilxYAR .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-s2ryilxYAR .mbr-figure {
  position: relative;
}
.cid-s2ryilxYAR .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-s2ryilxYAR .mbr-figure {
    max-width: 80%;
  }
  .cid-s2ryilxYAR .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-s2ryilxYAR .mbr-figure {
    max-width: 80%;
  }
  .cid-s2ryilxYAR .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-s2ryilxYAR h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-s2ryilxYAR .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-s2ryilxYAR .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-s2ryilxYAR .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-s2ryilxYAR .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-s2ryilxYAR .schiefer-text {
    width: 300px;
  }
}
.cid-s2ryilxYAR .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-s2ryilxYAR .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-s2ryilxYAR .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-s2ryilxYAR .mbr-text {
    text-align: center;
  }
}
.cid-s2ryilxYAR H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-s2ryilxYAR H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-s2ryilxYAR .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-s2ryilxYAR .mbr-text,
.cid-s2ryilxYAR .mbr-section-btn {
  text-align: center;
}
.cid-teTuk9pwYg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-teTuk9pwYg H1 {
  color: #000000;
}
.cid-teTuk9pwYg .mbr-text,
.cid-teTuk9pwYg .mbr-section-btn {
  color: #000000;
}
.cid-teTuk9pwYg .mbr-subtitle {
  color: #000000;
}
.cid-teTuk9pwYg .mbr-text {
  margin-top: 1.5rem;
}
.cid-teTuk9pwYg .mbr-section-btn {
  margin-top: 2rem;
}
.cid-teTuk9pwYg .mbr-section-title,
.cid-teTuk9pwYg .mbr-section-btn {
  color: #001a33;
}
.cid-s2ryiotAVP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2ryiotAVP .block-title {
  text-align: center;
  color: #001a33;
}
.cid-s2ryipqsyx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2ryipqsyx .Spalten {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 900px) {
  .cid-s2ryipqsyx .Spalten {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.cid-s2ryipqsyx .block-text {
  color: #001a33;
}
#schulungen header {
  position: relative;
  height: 200px;
  background-color: white;
}
#schulungen h1 {
  padding: 100px 0;
  font: 44px "Arial";
  text-align: center;
}
#schulungen header h1 {
  color: white;
}
#schulungen svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}
.cid-s4KlLTPnO5 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-s4KlLTPnO5 h4 {
  font-size: 1.8rem;
}
.cid-s4KlLTPnO5 ul {
  list-style-type: disc!important;
}
.cid-s4KlLTPnO5 .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 1px;
  font-size: 1rem;
  color: black!important;
}
.cid-s4KlLTPnO5 .mybtn:hover {
  background: #122033!important;
  border-width: 1px;
  border-color: transparent!important;
  color: #FDC300!important;
}
.cid-s4KlLTPnO5 .panel-body {
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  padding: 1rem 2rem;
}
.cid-s4KlLTPnO5 .container {
  max-width: 1400px;
}
.cid-s4KlLTPnO5 .mbr-section-title {
  color: #444444;
}
.cid-s4KlLTPnO5 .mbr-section-subtitle {
  color: #113457;
}
.cid-s4KlLTPnO5 .mbr-text {
  color: #8d97ad;
}
.cid-s4KlLTPnO5 .nav {
  border: none;
}
.cid-s4KlLTPnO5 .nav-tabs {
  display: table;
  width: 100%;
}
.cid-s4KlLTPnO5 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-s4KlLTPnO5 .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-s4KlLTPnO5 .tab-content {
  margin-top: 3rem;
}
.cid-s4KlLTPnO5 .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #001a33;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-s4KlLTPnO5 .nav-tabs .nav-link:hover {
  background-color: #fdc300;
  color: #000000;
}
.cid-s4KlLTPnO5 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #fdc300;
  border-bottom: none;
}
.cid-s4KlLTPnO5 .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-s4KlLTPnO5 .nav-item {
    display: table-row !important;
  }
  .cid-s4KlLTPnO5 .mbr-section-btn {
    padding-bottom: 2rem;
  }
}
.cid-s4KlLTPnO5 .mbr-text,
.cid-s4KlLTPnO5 .mbr-section-btn {
  color: #000000;
}
.cid-s4KlLTPnO5 .title-content {
  color: #001a33;
}
.cid-s4KlLTPnO5 .panel-text {
  color: #0d2842;
}
.cid-sT8HjkJbkB {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/hold-1a-1-1200x800.jpg");
}
.cid-sT8HjkJbkB .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-sT8HjkJbkB .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-sT8HjkJbkB .schiefer-text {
    width: 300px;
  }
}
.cid-sT8HjkJbkB .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(20, 32, 52, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-sT8HjkJbkB H1 {
  color: #ffffff;
}
.cid-sT8HjkJbkB .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  font-size: 1rem;
  color: black!important;
  align-self: center;
}
.cid-sT8HjkJbkB .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-sTgIbH3SmE {
  background-color: #ffffff;
}
.cid-sTgIbH3SmE .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-sTgIbH3SmE .mybtn:hover {
  color: orange !important;
}
.cid-sTgIbH3SmE .grecaptcha-badge {
  visibility: hidden;
}
.cid-sTgIbH3SmE .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sTgIbH3SmE .container-nopadding {
  padding: 0px;
}
.cid-sTgIbH3SmE .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-sTgIbH3SmE .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-sTgIbH3SmE .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-sTgIbH3SmE .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-sTgIbH3SmE .btnIconcol {
  color: #ffffff;
}
.cid-sTgIbH3SmE .btn-circle:hover {
  background-color: #232323;
}
.cid-sTgIbH3SmE .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-sTgIbH3SmE .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-sTgIbH3SmE .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-sTgIbH3SmE .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-sTgIbH3SmE .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sTgIbH3SmE .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sTgIbH3SmE .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-sTgIbH3SmE .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sTgIbH3SmE .windowBar,
  .cid-sTgIbH3SmE .contentwindow,
  .cid-sTgIbH3SmE .contactwindow {
    border-radius: 0;
  }
}
.cid-sTgIbH3SmE .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sTgIbH3SmE .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sTgIbH3SmE .btn-form {
  display: inline-block !important;
}
.cid-sTgIbH3SmE .recaptcha-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .gdpr-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-sTgIbH3SmE .send-copy-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .mbr-alert-success {
  text-align: center;
}
.cid-sTgIbH3SmE .mbr-alert-danger {
  text-align: center;
}
.cid-sTgIbH3SmE .message-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .message-topic-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .file-upload-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-sTgIbH3SmE .form-control {
  border: 1px solid #232323 !important;
}
.cid-sTgIbH3SmE .showAlerts {
  display: block !important;
}
.cid-sTgIbH3SmE .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-sTgIbH3SmE .hidden {
  display: none;
}
.cid-sTgIbH3SmE .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-alerterror {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-labels {
  color: #232323;
}
.cid-sTgIbH3SmE .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-sTgIbH3SmE .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-sTgIbH3SmE .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-sTgIbH3SmE input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-t2IhQTqcas {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .small-center {
    text-align: center!important;
  }
}
.cid-t2IhQTqcas .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .content {
    text-align: center;
  }
  .cid-t2IhQTqcas .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t2IhQTqcas .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2IhQTqcas .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2IhQTqcas .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-t2IhQTqcas .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2IhQTqcas .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2IhQTqcas .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t2IhQTqcas .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2IhQTqcas .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2IhQTqcas .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2IhQTqcas .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2IhQTqcas .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2IhQTqcas P {
  text-align: left;
  color: #ffffff;
}
.cid-tfe236nFqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfe236nFqs h1 {
  font-size: 1px;
  color: transparent;
}
.cid-sPhByM8GAy {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hold-1a-1.jpg");
  background-size: cover;
  background-position: center;
}
.cid-sPhByM8GAy .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sPhByM8GAy .container {
  height: 35vh;
}
.cid-sPhByM8GAy .ueberschrift {
  position: absolute;
  bottom: 5vh;
  left: 5rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  padding: 1rem;
  color: white;
  font-size: 5rem;
  font-family: 'ConduitITCPro-Medium';
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sPhByM8GAy .ueberschrift {
    left: 2rem;
  }
  .cid-sPhByM8GAy .ueberschrift p {
    font-size: 2.5rem!important;
  }
}
.cid-sPhByM8GAy .mbr-figure {
  position: relative;
  top: 3rem;
}
.cid-sPhByM8GAy .mbr-figure .my-imgsize {
  width: 300px;
  height: auto;
}
@media (max-width: 1200px) {
  .cid-sPhByM8GAy .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-sPhByM8GAy .mbr-figure .my-imgsize {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .cid-sPhByM8GAy .mbr-figure {
    max-width: 80%;
    top: 0rem;
  }
  .cid-sPhByM8GAy .mbr-figure .my-imgsize {
    width: 200px;
    height: auto;
  }
}
.cid-sPhByM8GAy h2 {
  font-family: 'ConduitITCPro-Medium';
  font-size: 2.5rem;
}
.cid-sPhByM8GAy .fa-angle-double-down::before {
  font-style: normal !important;
}
.cid-sPhByM8GAy .mbr-arrow {
  background-color: transparent!important;
  bottom: 60px;
}
.cid-sPhByM8GAy .schiefer-text {
  font-family: 'pt sans narrow';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #FFC20A;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-sPhByM8GAy .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-sPhByM8GAy .schiefer-text {
    width: 300px;
  }
}
.cid-sPhByM8GAy .mbr-figure > .row:first-child > div::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 100%;
  top: 0;
  left: 100%;
  background-image: url("../../../assets/images/fall-logo-kurz-bg.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.cid-sPhByM8GAy .my-imgsize {
  width: 300px;
  height: auto;
}
.cid-sPhByM8GAy .my-textsize {
  max-width: 650px;
}
@media (max-width: 767px) {
  .cid-sPhByM8GAy .mbr-text {
    text-align: center;
  }
}
.cid-sPhByM8GAy H2 {
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
@media screen and (max-width: 768px) {
  .cid-sPhByM8GAy H2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cid-sPhByM8GAy .mbr-figure > .row:first-child > div::after {
    display: none;
  }
}
.cid-sPhByM8GAy .mbr-text,
.cid-sPhByM8GAy .mbr-section-btn {
  text-align: center;
}
.cid-s35hUnJXdE {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s35hUnJXdE .mbr-section-subtitle {
  color: #001a33;
}
.cid-s35hUnJXdE H2 {
  text-align: center;
  font-weight: 700;
}
.cid-s35hUpUoWC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s35hUpUoWC .mbr-text {
  color: #001a33;
}
.cid-sOxYJjcKm2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sOxYJjcKm2 .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  align-self: center;
}
.cid-sOxYJjcKm2 .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-sOxYJjcKm2 .showAlerts {
  display: block !important;
}
.cid-sOxYJjcKm2 .rowflexrev {
  display: -webkit-flex;
}
.cid-sOxYJjcKm2 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sOxYJjcKm2 .title {
  margin-bottom: 2rem;
}
.cid-sOxYJjcKm2 .mbr-section-subtitle {
  color: #767676;
}
.cid-sOxYJjcKm2 textarea.form-control {
  min-height: 188px;
}
.cid-sOxYJjcKm2 LABEL {
  color: #232323;
  display: initial;
}
.cid-sOxYJjcKm2 .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOxYJjcKm2 .mbr-section-labels {
  color: #001a33;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sOxYJjcKm2 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOxYJjcKm2 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOxYJjcKm2 .alert {
  margin-bottom: 0;
}
.cid-sOxYJjcKm2 .alert-success {
  background-color: #70c770;
}
.cid-sOxYJjcKm2 .alert-danger {
  background-color: #ff4a52;
}
.cid-sOxYJjcKm2 .btn {
  display: inline-flex;
}
.cid-sOxYJjcKm2 .hidden {
  display: none;
}
.cid-sOxYJjcKm2 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sOxYJjcKm2 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sOxYJjcKm2 .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-sOxYJjcKm2 input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-sOxYJjcKm2 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-sOxYJjcKm2 input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-s4n6xgDxi7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4n6xgDxi7 .mybtn {
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  border-width: 0px;
  align-self: center;
}
.cid-s4n6xgDxi7 .mybtn:hover {
  background: #122033!important;
  border-width: 0px;
  border-color: #122033;
  color: #FDC300!important;
}
.cid-s4n6xgDxi7 .block-title {
  color: #001a33;
}
.cid-s35oOH5tTi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s35oOH5tTi .google-map {
  height: 35rem;
  position: relative;
}
.cid-s35oOH5tTi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s35oOH5tTi .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s35oOH5tTi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s35oOH5tTi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s35oOH5tTi .container-fluid {
  padding: 0;
}
.cid-s35oOH5tTi .relative {
  position: relative;
  width: 100%;
}
.cid-s35oOH5tTi .mbr-section-title {
  color: #656565;
}
.cid-s35oOH5tTi .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-s35oOH5tTi .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-s35oOH5tTi .title {
  text-align: center;
  color: #ffffff;
}
.cid-s35oOH5tTi .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-s35oOH5tTi .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tp269Dx7l5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001a33;
}
@media (max-width: 992px) {
  .cid-tp269Dx7l5 .small-center {
    text-align: center!important;
  }
}
.cid-tp269Dx7l5 .container-flex {
  padding: 0 3rem 0 3rem;
}
@media (max-width: 992px) {
  .cid-tp269Dx7l5 .container-flex {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tp269Dx7l5 .content {
    text-align: center;
  }
  .cid-tp269Dx7l5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tp269Dx7l5 .media-wrap {
  height: 200px;
}
@media (max-width: 992px) {
  .cid-tp269Dx7l5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tp269Dx7l5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tp269Dx7l5 .media-wrap img {
  max-width: 90%;
  background: white;
}
@media (max-width: 992px) {
  .cid-tp269Dx7l5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tp269Dx7l5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tp269Dx7l5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tp269Dx7l5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tp269Dx7l5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tp269Dx7l5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tp269Dx7l5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tp269Dx7l5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tp269Dx7l5 P {
  text-align: left;
  color: #ffffff;
}
.cid-sTgIbH3SmE {
  background-color: #ffffff;
}
.cid-sTgIbH3SmE .mybtn {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}
.cid-sTgIbH3SmE .mybtn:hover {
  color: orange !important;
}
.cid-sTgIbH3SmE .grecaptcha-badge {
  visibility: hidden;
}
.cid-sTgIbH3SmE .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-sTgIbH3SmE .container-nopadding {
  padding: 0px;
}
.cid-sTgIbH3SmE .kein-platz {
  padding: 0!important;
  margin: 0!important;
}
.cid-sTgIbH3SmE .contactBtn {
  position: absolute;
  right: 19px;
  bottom: 26px;
  z-index: 5001;
}
.cid-sTgIbH3SmE .contactBtnFixed {
  position: fixed;
  -ms-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  transform: skewX(8deg);
}
.cid-sTgIbH3SmE .btn-circle {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  transform: skew(-8deg);
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5) !important;
}
.cid-sTgIbH3SmE .btnIconcol {
  color: #ffffff;
}
.cid-sTgIbH3SmE .btn-circle:hover {
  background-color: #232323;
}
.cid-sTgIbH3SmE .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.45rem !important;
}
@media (max-width: 767px) {
  .cid-sTgIbH3SmE .btn-iconsize .btn {
    font-size: 1.45rem !important;
  }
  .cid-sTgIbH3SmE .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.45rem !important;
  }
}
.cid-sTgIbH3SmE .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #efefef;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 3px !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4) !important;
  z-index: 5000;
}
.cid-sTgIbH3SmE .windowFixed {
  display: none;
  position: fixed;
  right: 98px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-sTgIbH3SmE .windowBar {
  width: 100%;
  background-color: #122033;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-sTgIbH3SmE .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-sTgIbH3SmE .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-sTgIbH3SmE .windowBar,
  .cid-sTgIbH3SmE .contentwindow,
  .cid-sTgIbH3SmE .contactwindow {
    border-radius: 0;
  }
}
.cid-sTgIbH3SmE .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-sTgIbH3SmE .windowBarText {
  display: inline;
  color: #ffffff;
  text-align: left;
}
.cid-sTgIbH3SmE .btn-form {
  display: inline-block !important;
}
.cid-sTgIbH3SmE .recaptcha-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .gdpr-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-sTgIbH3SmE .send-copy-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-sTgIbH3SmE .alert-success {
  background-color: #94a16f;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .alert-danger {
  background-color: #fd000b;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.cid-sTgIbH3SmE .mbr-alert-success {
  text-align: center;
}
.cid-sTgIbH3SmE .mbr-alert-danger {
  text-align: center;
}
.cid-sTgIbH3SmE .message-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .message-topic-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .file-upload-div {
  margin-bottom: 0;
}
.cid-sTgIbH3SmE .form-control {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 1.5em !important;
}
.cid-sTgIbH3SmE .form-control {
  border: 1px solid #232323 !important;
}
.cid-sTgIbH3SmE .showAlerts {
  display: block !important;
}
.cid-sTgIbH3SmE .sendBtnCornerRadius {
  border-radius: 3px;
}
.cid-sTgIbH3SmE .hidden {
  display: none;
}
.cid-sTgIbH3SmE .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-autorespond {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-alerterror {
  text-align: left;
}
.cid-sTgIbH3SmE .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-sTgIbH3SmE .mbr-section-labels {
  color: #232323;
}
.cid-sTgIbH3SmE .sub-btn-config {
  margin-top: 19px !important;
  margin-bottom: 10px !important;
}
.cid-sTgIbH3SmE .uploadBtn {
  padding-top: 10.5px !important;
  padding-left: 7px !important;
}
.cid-sTgIbH3SmE .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-sTgIbH3SmE input[type=file]::file-selector-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em ;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE input[type=file]::-ms-browse {
  border: 1px solid #000000 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
}
.cid-sTgIbH3SmE .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
