@font-face {
    font-family: 'NeueRational';
    src: url('../Fonts/NeueRational.woff') format('woff2'),
        url('../Fonts/NeueRational.woff2') format('woff'),
        url('../Fonts/NeueRational.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SoehneBreit';
    src: url('../Fonts/SoehneBreit.woff') format('woff2'),
        url('../Fonts/SoehneBreit.woff2') format('woff'),
        url('../Fonts/SoehneBreit\ \(1\).ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*** Base CSS Start ***/
body:after {
    display: none;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td { 
    margin: 0;
    padding: 0;
}
html, body {
    height: 100vh;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'NeueRational', sans-serif;
    color: #37465f;
}
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
main, img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #000;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
ul {
    padding-left: 1em;
}
ul li {
    list-style-position: outside;
}
li.list-dash {
    margin-left: 10px;
}
li.list-dash::before {
    content: "?";
    float: left;
    margin-left: -32px;
}
ol li {
    list-style-position: inside;
}
h1, h2 {
    letter-spacing: 1px;
    font-family: 'SoehneBreit';
    font-weight: 400;
}
h1 {
    font-size: 58px;
    margin-top: 15px;
    line-height: 1.2;
}
h2 {
    font-size: 25px;
    line-height: 1.5;
}
.ContentHeader {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Arnhem';
    color: #3c3c3b;
    margin-bottom: 0;
}
h3 {
    font-size: 15px;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
}
h4 {
    font-size: 15px;
    margin-bottom: 22px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: '';
}
h5 {
    font-size: 20px;
    font-weight: 400;
}
.overflow-hid {
    overflow: hidden;
}
strong {
    font-weight: bold;
}
.ht-100 {
    height: 100%;
}
input {
    border: none;
}
input, textarea, select {
    border: none;
    -webkit-border-radius: 0;
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
}
.list-unstyled {
    list-style: none;
}
.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.text-center {
    text-align: center;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-column-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.table {
    margin: 0;
}
.justify-content-space-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-end {
    justify-content: end;
}
.align-items-flex-end {
    align-items: flex-end;
}
.text-uppercase {
    text-transform: uppercase;
}
.align-items-center {
    align-items: center;
}
.align-items-end {
    align-items: end;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.text-right {
    text-align: right;
}
.container {
    width: 90%;
    max-width: 1240px;
    margin: auto;
}
.nav-wrap .container {
    padding: 0;
}
/* frame */
.frame {
    margin-bottom: 25px;
}
.frame-space-before-medium {
    margin-bottom: 55px;
}
.frame-space-after-medium {
    margin-top: 55px;
}
.frame-button-link {
    margin-bottom: 125px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    --bs-gutter-x: 10px;
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.w-100 {
    width: 100%;
}
.w-50, .col-50, .col-lg-6  {
    width: 50%;
}
.col-30 {
    width: 30%;
}
.col-20 {
    width: 20%;
}
.col-33 {
    width: 33.33%;
}
.mb-10 {
    margin-bottom: 10px;
}
#logo {
    width: 326px;
    height: 26px;
}
.logo-default {
    width: 100%;
    height: 100%;
}
#header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #fff;
    transition: all 0.5s ease;
}
.header-navigation-default {
    align-items: center;
    height: 124px;
    margin: auto;
}
.header-up {
    transform: translateY(-124px);
}
main, img {
    display: block;
    max-width: 100%;
    height: auto;
}
.main-content {
    padding-top: 124px;
    overflow: hidden;
}
.contact-address {
    font-size: 12px;
    padding-top: 15px;
}
.bg-slant {
    clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
}
textarea {
    resize: none;
    overflow-y: auto;
}

.bg-light-bluish-gray {
    background-color: #c3cbd9;
}
/* contact form */

.powermail_field input[type="checkbox"]::before, .powermail_radiowrap .form-check-input[type="radio"]:checked::before {
    position: absolute;
    content: "";
    display: block;
    top: 0px;
    left: 6px;
    width: 6px;
    height: 16px;
    border-style: solid;
    border-color: #8796b4;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.powermail_field input[type="checkbox"]:checked::before, .powermail_radiowrap .form-check-input[type="radio"]:checked::before {
    opacity: 1;
}
.powermail_radiowrap .form-check-label {
    position: relative;
}
.powermail_field input[type="checkbox"], .powermail_radiowrap .form-check-input[type="radio"] {
    width: 22px;
    height: 22px;
    border: 1px solid #8796b4;
    border-radius: 0;
    -webkit-appearance: none;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin: 0 10px 0 -30px;
}
.powermail_fieldset {
    border: none;
    margin: 0;
}
.powermail_fieldwrap.powermail_fieldwrap_type_input {
    width: 65%;
}
.powermail_field a {
    color: #37465f;
}
.powermail_input, .powermail_textarea {
    width: 100%;
    padding: 10px;
    width: 100%;
    border: 1px solid #8796b4;
    background-color: transparent;
}

.powermail_fieldwrap_check-data-protection {
    margin-bottom: 10px;
}
.powermail_fieldwrap_check-data-protection {
    margin-bottom: 10px;
}
.powermail_fieldwrap .checkbox {
    padding-left: 30px;
}
label {
    display: inline-block;
    color: #37465f;
}
.powermail_submit {
    min-height: 40px;
    min-width: 150px;
}
.powermail_submit {
    padding: 8px 15px;
    color: #fff;
    background-color: #a79188;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.1s ease 0s;
    transition: 0.1s ease 0s;
}
.building-name h2 {
    margin-bottom: 20px;
}
.powermail-errors-list li {
    list-style: none;
    padding-left: 0;
    font-size: 12px;
}
.powermail-errors-list li:after {
    display: none;
}
.powermail_fieldwrap_dataprotectioncheckbox {
    font-size: 14px;
}
.powermail_fieldwrap_pflichtfelder {
    font-size: 14px;
}
.powermail_field a {
    text-decoration: underline;
}
.powermail_field .btn-primary,  .btn-link {
    width: 350px;
    padding: 10px 0;
    cursor: pointer;
    font-weight: bold;
    background-color: #eae4dc;
    color: #37465f;
}
.btn-link {
    padding: 10px 50px;
}
.powermail_fieldwrap {
    margin-bottom: 25px;
}
.powermail_fieldwrap:not(:last-child) {
    margin-bottom: 25px;
}
.form-check {
    margin-bottom: 15px;
}
.text-wrap{
    padding: 9.5% 40px 30px;
}
.text-block {
    max-width: 470px;
}
.form-check.powermail_checkwrap {
    display: flex;
    flex-wrap: wrap;
}
.form-check.powermail_checkwrap {
    display: flex;
    align-items: flex-start;
}
.form-check.powermail_checkwrap .form-check-label {
    flex: 1;
}
.mobile-copyright {
    font-size: 12px;
}
.powermail-errors-list li {
    text-align: end;
    margin-top: -15px;
    margin-bottom: 15px;
    color: #e30715;
}
.powermail_fieldwrap_type_radio {
    margin-bottom: 0;
}
/* .powermail_fieldwrap_type_check {
    margin-bottom: 0;
} */
.font-soehneBreit {
    font-family: 'SoehneBreit';
}
.powermail_fieldset_2 .powermail-errors-list li {
    /* text-align: left; */
    padding: 0;
}
.frame-type-powermail_pi1 {
    font-size: 14px;
}
/* footer */
.footer-wrap .frame {
    margin-bottom: 0;
}
.footer-wrap a {
    color: #fff;
}
#footer {
    background-color: #37465f;
    color: #fff;
}
.footer-wrap {
    padding: 25px 0;
}
.footer-logo {
    width: 320px;
    height: auto;
}
.social-links .image-embed-item {
    width: 28px;
    height: 28px;
}
.social-links .ce-column {
    margin-left: 20px;
    margin-right: 20px;
}
.social-links .ce-column:first-child {
    margin-left: 0;
}
.social-links .ce-column:last-child {
    margin-right: 0;
}
#container-c1 {
    margin-top: 80px;
}
.powermail_fieldset_2 .row, .powermail_fieldset_2 .row>* {
    padding: 0;
}
#c4, #c15, c20{
    margin-bottom: 0;
}
.main-wrap{
    min-height: 100vh;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#footer{
    margin-top: auto;
}
.contact-address {
    padding-left: 0;
    padding-right: 0;
}
.bg-light-bluish-gray img{
    height: 100%;
  width: 100%;
  object-fit: cover;
}
.animated.go {
    opacity: 1;
    transform: translateY(0);
}
.powermail_fieldwrap_accompanied_outer {
    display: none;
}
.powermail_fieldwrap_accompanied_01_outer {
    margin-top: -75px;
    margin-bottom: 15px;
}
.powermail_field_attendance_2_outer{
    margin-top: 55px;
}


.powermail_fieldset_2.show .powermail_fieldwrap_accompanied_outer {
    display: block;
    margin-top: -40px;
    margin-bottom: 50px;
}
.powermail_fieldset_2.show .powermail_fieldwrap_accompanied_01_outer {
     margin-top: -125px;
}
.powermail_fieldset_2.show .powermail_field_attendance_2_outer{
    margin-top: 105px;
}
.powermail_fieldwrap_accompanied ul li {
  margin-top: 5px;
}

.powermail_fieldwrap_redirectpage{display: none}

#c21 p {font-size: 12px;}