.logo-header {
  width: 150px;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  .logo-header {
    width: 52%;
    height: 200px;
    margin-left: unset;
  }
}

.sprachwahl-en {
  display: inline-block;
}

.sprachwahl-de {
  margin-top: 30px;
  margin-bottom: -20px;
  display: inline-block;
}

@media (min-width: 992px) {
  .sprachwahl-de {
    margin-top: unset;
    margin-bottom: unset;
    display: inline-block;
    margin-right: 0!important;
    border-right: 1px solid var(--bs-gray-500);
  }
}

body {
  font-family: 'Montserrat';
}

.nav-link {
  font-size: .75rem!important;
  margin-right: 10px;
  cursor: pointer;
}

.nav-link.active {
  font-weight: 500!important;
}

#navcol-1 {
  margin-top: -100px;
  margin-right: 50px;
}

header, row {
  border-bottom: 1px solid rgba(51,51,51,0.2);
}

.logo-footer {
  width: 70%;
}

.footer {
  font-size: .8rem;
}

.bi-envelope-fill, .bi-telephone-fill, .bi-linkedin {
  font-size: 1.2rem;
}

.hauptinhalt {
  z-index: 1;
  background-color: rgba(255,255,255,0);
}

.hintergrund-titel {
  font-size: 2.2rem;
  font-weight: 800;
  color: rgb(241,241,241);
}

@media (min-width: 768px) {
  .hintergrund-titel {
    font-size: 4rem;
    font-weight: 800;
    color: rgb(241,241,241);
  }
}

@media (min-width: 1200px) {
  .hintergrund-titel {
    font-size: 6rem;
    font-weight: 800;
    color: rgb(241,241,241);
  }
}

@media (min-width: 1400px) {
  .hintergrund-titel {
    font-size: 7rem;
    font-weight: 800;
    color: rgb(241,241,241);
  }
}

.abschnitt, .abschnitt-auflistung {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .abschnitt, .abschnitt-auflistung {
    font-size: .9rem;
  }
}

@media (min-width: 1400px) {
  .abschnitt, .abschnitt-auflistung {
    font-size: .8rem;
  }
}

.abschnitt-auflistung {
  background-color: rgba(203,203,203,0.3);
}

.hintergrund-transparent {
  background-color: rgba(255,255,255,0)!important;
}

.inhalt-nach-oben {
  background-color: rgba(255,255,255,0)!important;
}

.inhalts-section {
  border-bottom: 1px solid rgba(51,51,51,0.2);
}

.inhalts-section.last-section {
  border-bottom: unset;
  margin-bottom: 100px;
}

strong {
  font-weight: 500;
}

.inhalt-publikationen {
  width: 100%;
  height: 100%;
  background-color: rgba(203,203,203,0.3);
  font-size: .85rem;
}

@media (min-width: 768px) {
  .inhalt-publikationen {
    width: 95%;
    height: 100%;
    background-color: rgba(203,203,203,0.3);
    font-size: .85rem;
  }
}

.heading-publikationen {
  font-size: 1rem;
}

.hintergrund-titel.titel-modalbox {
  position: absolute;
  /*top: 0;*/
  margin-left: -20px;
  margin-top: 50px;
  line-height: 1em;
  font-size: 2rem;
}

@media (min-width: 576px) {
  .hintergrund-titel.titel-modalbox {
    position: absolute;
    top: 0;
    margin-left: -20px;
    margin-top: 50px;
    line-height: 1em;
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .hintergrund-titel.titel-modalbox {
    position: absolute;
    top: 0;
    margin-left: -20px;
    margin-top: 50px;
    line-height: 1em;
    font-size: 5rem;
  }
}

.modal-header {
  border-bottom: none;
}

.modal-content {
  border-radius: 0px!important;
}

.modal-body {
  margin-top: 30px;
  border-radius: 0px;
}

@media (min-width: 576px) {
  .modal-body {
    margin-top: 70px;
    border-radius: 0px;
  }
}

@media (min-width: 992px) {
  .modal-body {
    margin-top: 110px;
    border-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .modal-body {
    margin-top: 130px;
    border-radius: 0px;
  }
}

.modal-link {
  display: block;
}

.modal-body-datenschutz {
  margin-top: 70px;
}

@media (min-width: 576px) {
  .modal-body-datenschutz {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .modal-body-datenschutz {
    margin-top: 110px;
  }
}

@media (min-width: 992px) {
  .modal-body-datenschutz {
    margin-top: 180px;
  }
}

@media (min-width: 1200px) {
  .modal-body-datenschutz {
    margin-top: 180px;
  }
}

@media (min-width: 1400px) {
  .modal-body-datenschutz {
    margin-top: 220px;
  }
}

.modal-body-datenschutz-en {
  margin-top: 100px;
}

.mobile-unvisible {
  display: none!important;
}

@media (min-width: 992px) {
  .mobile-unvisible {
    display: unset!important;
  }
}

#navcol-1 {
  position: fixed;
  right: 0px;
  background-color: rgb(241,241,241);
  z-index: 999;
}

.bi-arrow-up {
  position: fixed;
  bottom: 5px;
  right: 10px;
  color: black;
  background-color: white;
  padding: 3px;
  font-size: 2rem;
}

.modal-datenschutz {
  white-space: nowrap;
}

