body,
p,
a,
li {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 24px;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

@media (max-width: 399px) {
  .boegen {
    right: -88px;
    top: 215px;
    z-index: 10;
    width: 110% !important;
  }
}

.boegen {
  width: 61%;
  height: auto;
  position: absolute;
  display: block;
  padding-right: 0px;
  max-width: 655px;
}

@media (min-width: 300px) {
  .boegen {
    right: -89px;
    top: 34px;
    z-index: 1;
  }
}

@media (min-width: 576px) {
  .boegen {
    right: -90px;
    top: 83px;
    z-index: 10;
  }
}

@media (min-width: 768px) {
  .boegen {
    right: -120px;
    top: 78px;
    z-index: 10;
  }
}

@media (min-width: 992px) {
  .boegen {
    right: -138px;
    top: 78px;
    z-index: 10;
  }
}

@media (min-width: 1200px) {
  .boegen {
    right: -167px;
    top: 78px;
    z-index: 10;
  }
}

@media (min-width: 1400px) {
  .boegen {
    right: -194px;
    top: 82px;
    z-index: 10;
  }
}


html,
body {
  overflow-x: hidden;
  position: relative;
}

h1 {
  color: #fff;
}

h1 span {
  display: block;
}

@media (max-width: 767px) {
  h1 {
    font-size: 35px !important;
    line-height: 1;
  }
}

.fit-cover {
  object-fit: cover;
}

.krefeldParagraph,
.gesellschaftText {
  padding: 15px;
  padding-left: 50px !important;
  font-size: 20px !important;
}

.krefeldParagraph {
  padding-left: 120px !important;
}

@media (min-width: 768px) {
  .krefeldParagraph {
    padding: 0px;
    font-size: 29px !important;
    padding-left: 337px !important;
    margin-top: -7px !important;
  }


  .gesellschaftText {
    padding: 0px;
    font-size: 29px !important;
    padding-left: 134px !important;
  }
}

@media (min-width: 300px) {
  .row1 {
    margin-top: -120px;
  }
}

.image-text {
  margin-top: 200px !important;
  z-index: 30 !important;
  position: relative;
}

.top-row {
  height: 150px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.top-col {
  margin-top: 0px;
}

.content-row {
  margin-bottom: 0px;
}

.content-row p:last-child {
  margin-bottom: 0px;
}

h2 {
  color: var(--bs-body-bg);
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 30px;
}

.no-margin {
  margin-bottom: 0px !important;
}

.contact-persons p,
.contact-persons a {
  font-size: 22px !important;
  line-height: 1.3;
  margin-bottom: 0px !important;
}

@media screen and (min-width: 576px) {

  .contact-persons p,
  .contact-persons a {
    font-size: 14px !important;

  }
}

.contact-person {
  margin-top: 40px;
  margin-bottom: 20px;
}

.mobile-margin-top {
  margin-top: 40px !important;
}

@media (min-width: 768px) {

  h2 {
    margin-bottom: 50px;
  }

  .mobile-margin-top {
    margin-top: 0px !important;
  }

  .contact-person {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .contact-persons p,
  .contact-persons a {
    font-size: 18px !important;
  }

  .top-row {
    height: 350px;
    width: 100%;
  }

  .top-col {
    padding-right: 0px;
    margin-right: 0px;
    margin-top: 60px;
    max-width: none;
    padding-left: 12px;
    height: 115px;
  }

  .content-row {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .mobile-margin {
    margin-bottom: 20px !important;
  }
}

footer p,
footer a {
  font-size: 18px;
}

.decoline {
  background: rgba(14, 14, 14, 0.60);
  height: 5px;
}

footer {
  height: auto;
  margin-bottom: 20px;
  border-top: 15px solid var(--bs-emphasis-color);
  padding-top: 20px;
}

.contentpage .content h1,
.contentpage .content h2 {
  color: #212529;
}

.contentpage .content {
  margin-top: 200px
}