@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * 1. Fill the viewport block in all browsers (opinionated).
 * 2. Remove the margin in all browsers (opinionated).
 */
:where(body) {
  block-size: -moz-available;
  /* 1 */
  block-size: -webkit-fill-available;
  /* 1 */
  block-size: stretch;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
  /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type="search" i]) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

h1, h2, h3, h4, p {
  margin-block-start: 0;
  margin-block-end: 0;
}

ul {
  padding: 0;
  margin: 0;
}

/**************** Container ***************/
/*************** Section *****************/
/******************** Hover, Shadow, andere... *********************/
@font-face {
  font-family: SourceSansPro-n;
  src: url("../../assets/font/source-sans-3-v9-latin-300.woff2");
  font-weight: 300;
}
@font-face {
  font-family: SourceSansPro-n;
  src: url("../../assets/font/source-sans-3-v9-latin-regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: SourceSansPro-n;
  src: url("../../assets/font/source-sans-3-v9-latin-600.woff2");
  font-weight: 600;
}
@font-face {
  font-family: SourceSansPro-n;
  src: url("../../assets/font/source-sans-3-v9-latin-700.woff2");
  font-weight: 700;
}
/************** Schriftgrößen ************/
h1 {
  font-size: 3.333rem;
  line-height: 3.75rem;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 1250px) {
  h1 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 980px) {
  h1 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

h2 {
  font-size: 2.667rem;
  line-height: 3.333rem;
}
@media (max-width: 1250px) {
  h2 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 980px) {
  h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

h3 {
  font-size: 1.333rem;
  line-height: 1.875rem;
}
@media (max-width: 479px) {
  h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 980px) {
  p {
    font-size: 1rem !important;
    line-height: 1.6rem !important;
  }
}
@media (max-width: 479px) {
  p {
    font-size: 0.8rem !important;
    line-height: 1.3rem !important;
  }
}

@media (max-width: 980px) {
  li {
    font-size: 1rem !important;
    line-height: 1.6rem !important;
  }
}
@media (max-width: 479px) {
  li {
    font-size: 0.8rem !important;
    line-height: 1.2rem;
  }
}

html {
  font-family: SourceSansPro-n;
  font-size: 24px;
  font-weight: 300;
  color: #09243A;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 1rem 0;
}
.nav__container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .nav__container {
    padding: 0 0.6rem;
  }
}
.nav__left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav__logo {
  font-size: 1.583rem;
  color: #fff;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.nav__logo:hover {
  color: #D7A320;
  transition: all 0.2s ease-in;
}
.nav__logo span {
  font-weight: 700;
}
.nav__list li {
  list-style-type: none;
}
.nav__list li a {
  color: #fff;
  transition: all 0.2s ease-in;
}
.nav__list li a:hover {
  color: #D7A320;
  transition: all 0.2s ease-in;
}
.nav__search {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
.nav__search img {
  position: absolute;
  right: 0;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.nav__search__img2 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}
.nav__search__form {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}
.nav__search__form form input {
  background-color: unset;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 0.5rem 0.8rem;
  color: #fff;
}
.nav__search__form form input:focus-visible {
  outline: unset;
}
.nav__search__form form input::placeholder {
  opacity: 1;
}

.show-input {
  opacity: 1 !important;
  visibility: inherit !important;
  transition: all 0.2s ease-in;
}

.nav-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: #ffffffe3 0 0 no-repeat padding-box;
  z-index: -1;
}
.nav-bg .nav__logo {
  color: #09243A;
}
.nav-bg .nav__logo:hover {
  color: #D7A320;
}
.nav-bg .nav__list li a {
  color: #09243A;
}
.nav-bg .nav__list li a:hover {
  color: #D7A320;
}
.nav-bg .nav__search__img2 {
  opacity: 1;
  visibility: visible;
}
.nav-bg .nav__search__img1 {
  opacity: 0;
  visibility: hidden;
}
.nav-bg .nav__search__form::before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}
.nav-bg .nav__search__form form input {
  border-color: #09243A;
  color: #09243A;
}

.show-before-bg::before {
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.2s ease-in;
}

@media (max-width: 600px) {
  .nav__logo {
    font-size: 1.3rem;
  }
  .nav__list li a {
    font-size: 0.9rem;
  }
  .nav__left {
    gap: 1.5rem;
  }
}
@media (max-width: 550px) {
  .nav__search__form {
    width: 100vw;
    position: absolute;
    right: 0;
    top: 3.854rem;
  }
  .nav__search__form form {
    width: 100%;
    text-align: right;
    padding-right: 0.5rem;
  }
  .nav__search__form form .sf-field-search label {
    width: 80%;
  }
  .nav__search__form form .sf-field-search label input {
    width: 100%;
  }

  .nav-bg .nav__search__form::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 3px;
    right: 0;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background: #ffffffe3 0 0 no-repeat padding-box;
    z-index: -1;
  }
}
@media (max-width: 479px) {
  .nav__logo {
    font-size: 1.4rem;
  }
  .nav__left {
    gap: 1.5rem;
  }
  .nav .nav__search__form {
    top: 3.95rem;
  }
}
.header {
  height: 75vh;
  background-image: url(../../assets/img/header-bg.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 0;
}
.header__container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .header__container {
    padding: 0 0.6rem;
  }
}
.header__content {
  margin-top: 6rem;
  z-index: 1;
  width: 100%;
}
.header__title {
  color: #fff;
  max-width: 1600px;
  padding-bottom: 1rem;
  font-weight: 600;
  margin-right: auto;
  text-align: left;
}
.header__title span {
  color: #D7A320;
}
.header__text {
  color: #fff;
  font-size: 1.333rem;
}
.header__categ span {
  position: relative;
}
.header__categ span:nth-child(1n+2) {
  margin-left: 20px;
}
.header__categ span:nth-child(1n+2)::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: -22px;
  width: 14px;
  height: 5px;
  margin: auto 0;
  background-color: #D7A320;
}

.header--s {
  height: 60vh;
}

@media (max-width: 650px) {
  .header {
    height: 100vh;
  }
}
.footer {
  background-color: #09243A;
  padding: 2rem 0;
}
.footer__container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__container {
    padding: 0 0.6rem;
  }
}
.footer__container ul {
  display: flex;
  gap: 2rem;
}
.footer__container ul li a {
  color: #fff;
  transition: all 0.2s ease-in;
}
.footer__container ul li a:hover {
  color: #D7A320;
  transition: all 0.2s ease-in;
}

@media (max-width: 768px) {
  .footer ul {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .footer ul li a {
    font-size: 0.8rem;
  }
}
.bildText {
  padding: 120px 0;
}
@media (max-width: 980px) {
  .bildText {
    padding: 70px 0;
  }
}
.bildText__container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .bildText__container {
    padding: 0 0.6rem;
  }
}
.bildText .card {
  display: flex;
  color: #09243A;
  background-color: #fff;
}
.bildText .card__title a {
  color: #09243A;
}
.bildText .card:nth-child(even) {
  background-color: #09243A;
  color: #fff;
}
.bildText .card:nth-child(even) .card__top {
  color: #70BAFA;
}
.bildText .card:nth-child(even) .card__top a {
  color: #70BAFA;
}
.bildText .card:nth-child(even) .card__title a {
  color: #fff;
}
.bildText .card:nth-child(even) .card__btn a {
  color: #fff;
}
.bildText .card:nth-child(even) .card__btn a::after {
  background-image: url("./../../assets/svg/pfeil-btn.svg");
}
.bildText .card:nth-child(even) .card__cat a::after {
  background-color: #70BAFA;
}
.bildText .card__content {
  padding: 2rem;
}
.bildText .card__bild {
  min-height: 592px;
  min-width: 592px;
  max-width: 592px;
}
.bildText .card__bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bildText .card__top {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #09243A;
  padding-bottom: 2rem;
}
.bildText .card__top a {
  color: #09243A;
}
.bildText .card__person {
  display: flex;
  gap: 0.5rem;
}
.bildText .card__person img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.bildText .card__cat a {
  position: relative;
}
.bildText .card__cat a:nth-child(1n+2) {
  margin-left: 10px;
}
.bildText .card__cat a:nth-child(1n+2)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  width: 1px;
  height: 60%;
  margin: auto 0;
  background-color: #09243A;
}
.bildText .card__title {
  padding-bottom: 1rem;
  font-weight: 300;
}
.bildText .card__btn {
  margin-top: 2rem;
}
.bildText .card__btn a {
  color: #09243A;
  border-bottom: 2px solid #D7A320;
  padding-bottom: 0.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in;
}
.bildText .card__btn a::after {
  content: "";
  width: 26px;
  height: 10px;
  left: 0;
  top: 16px;
  position: absolute;
  background-image: url("./../../assets/svg/pfeil-btn-blue.svg");
  background-size: contain;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.bildText .card__btn a::before {
  content: "";
  width: 0px;
  height: 10px;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in;
}
.bildText .card__btn a:hover {
  transition: all 0.3s ease-in;
}
.bildText .card__btn a:hover::after {
  transition: all 0.3s ease-in;
  opacity: 1;
}
.bildText .card__btn a:hover::before {
  width: 26px;
  margin-right: 0.8rem;
  transition: all 0.3s ease-in;
}
.bildText__btn {
  margin: 0 auto;
  display: inline-block;
  margin-top: 3rem;
}
.bildText__btn a, .bildText__btn button {
  color: #09243A;
  border: 1px solid #09243A;
  border-radius: 30px;
  transition: all 0.2s ease-in;
  font-size: 0.75rem;
  padding: 0.6rem 1.5rem;
  display: inline-block;
}
.bildText__btn a:hover, .bildText__btn button:hover {
  background-color: #D7A320;
  transition: all 0.2s ease-in;
  border: 1px solid #D7A320;
  color: #fff;
}
.bildText .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.bildText .nav-links .page-numbers.current {
  color: #D7A320;
  border-bottom: 1px solid #D7A320;
}
.bildText .nav-links .page-numbers {
  color: #09243A;
}

@media (max-width: 1285px) {
  .bildText .card__bild {
    min-height: 450px;
    min-width: 450px;
  }
  .bildText .card__top {
    gap: 0.6rem 1rem;
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }
}
@media (max-width: 1100px) {
  .bildText .card__content {
    padding: 1rem;
  }
}
@media (max-width: 900px) {
  .bildText .card {
    flex-direction: column;
  }
  .bildText .card__content {
    padding: 2rem 1rem;
  }
  .bildText .card__bild {
    min-height: unset;
    min-width: unset;
    height: 400px;
    width: 100%;
    max-width: 100%;
  }
  .bildText__btn {
    margin-top: 1rem;
  }
}
@media (max-width: 700px) {
  .bildText .card__person {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .bildText .card__bild {
    min-height: unset;
    min-width: unset;
    height: 300px;
    width: 100%;
  }
  .bildText .card__btn a {
    font-size: 0.8rem;
  }
}
.b-detail {
  padding: 80px 0;
}
.b-detail__container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .b-detail__container {
    padding: 0 0.6rem;
  }
}
.b-detail__content, .b-detail__autor {
  max-width: 1084px;
  padding: 50px 0;
}
.b-detail__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  padding: 50px 0;
}
.b-detail__top__left {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.b-detail__top__person {
  display: flex;
  align-items: center;
}
.b-detail__top__person a {
  color: #09243A;
}
.b-detail__top__person img {
  width: 96px;
  height: 96px;
  margin-right: 1rem;
  object-fit: cover;
  border-radius: 50%;
}
.b-detail__top__dc span:nth-child(2) {
  padding: 0 1rem;
}
.b-detail__top__dc__categ a {
  position: relative;
  color: #09243A;
}
.b-detail__top__dc__categ a:nth-child(1n+2) {
  margin-left: 10px;
}
.b-detail__top__dc__categ a:nth-child(1n+2)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  width: 2px;
  height: 65%;
  margin: auto 0;
  background-color: #09243A;
}
.b-detail__top__right {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.b-detail__top__right span {
  text-transform: uppercase;
  margin-top: 0.4rem;
}
.b-detail__top__social {
  display: flex;
  gap: 1rem;
}
.b-detail__content p, .b-detail__content li {
  padding-bottom: 1rem;
/*   line-height: 2.3rem; */
/*   font-size: 1.333rem; */
	font-size: 1.1rem;
	line-height: 1.625rem;
}
.b-detail__content li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-left: 1rem;
}
.b-detail__content li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #09243A;
  margin: 0.9rem 0.8rem 0 0;
}
.b-detail__content h2 {
  padding: 1rem 0;
  font-weight: 400;
}
.b-detail__content h4 {
  font-size: 1.333rem;
  line-height: 1.875rem;
}
@media (max-width: 479px) {
  .b-detail__content h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.b-detail__content h3, .b-detail__content h4, .b-detail__content h5, .b-detail__content h6 {
  padding: 1rem 0;
}
.b-detail__content a {
  color: #D7A320;
}
.b-detail__content__share {
  padding: 1rem 0;
  margin-top: 2rem;
  display: flex;
  gap: 4rem;
}
.b-detail__content__share span {
  text-transform: uppercase;
  margin-top: 0.2rem;
}
.b-detail__content__share__social {
  display: flex;
  gap: 1rem;
}
.b-detail__autor__name {
  margin-bottom: 2rem;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.b-detail__autor__name::before {
  content: "";
  width: 220px;
  height: 2px;
  background-color: #D7A320;
  display: inline-block;
  margin-right: 1rem;
}
@media (max-width: 900px) {
  .b-detail__autor__name::before {
    width: 100px;
  }
}
.b-detail__autor__content {
  display: flex;
  background-color: #09243A;
  color: #fff;
}
.b-detail__autor__content__img {
  min-height: 430px;
  width: 45%;
}
.b-detail__autor__content__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.b-detail__autor__content__infos {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  width: 55%;
}
.b-detail__autor__content__infos a {
  color: #fff;
}
.b-detail__autor__content__infos h3 {
  font-weight: 400;
  padding-bottom: 1rem;
}
.b-detail__autor__content__infos p {
  padding-bottom: 1rem;
}
.b-detail__autor__content__infos__contact {
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.b-detail__autor__content__infos__contact img {
  margin-right: 0.2rem;
  margin-top: -0.1rem;
}
.b-detail__autor__content__infos__contact a {
  color: #fff;
}
.b-detail__autor__content__infos__btn {
  margin-top: auto;
}
.b-detail__autor__content__infos__btn a {
  color: #fff;
  border-bottom: 2px solid #D7A320;
  padding-bottom: 0.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in;
}
.b-detail__autor__content__infos__btn a::after {
  content: "";
  width: 26px;
  height: 10px;
  left: 0;
  top: 16px;
  position: absolute;
  background-image: url("./../../assets/svg/pfeil-btn.svg");
  background-size: contain;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.b-detail__autor__content__infos__btn a::before {
  content: "";
  width: 0px;
  height: 10px;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in;
}
.b-detail__autor__content__infos__btn a:hover {
  transition: all 0.3s ease-in;
}
.b-detail__autor__content__infos__btn a:hover::after {
  transition: all 0.3s ease-in;
  opacity: 1;
}
.b-detail__autor__content__infos__btn a:hover::before {
  width: 26px;
  margin-right: 0.8rem;
  transition: all 0.3s ease-in;
}
.b-detail__aktuelles {
  padding: 70px 0 50px 0;
}
.b-detail__aktuelles__title {
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.b-detail__aktuelles__title::before {
  content: "";
  width: 220px;
  height: 2px;
  background-color: #D7A320;
  display: inline-block;
  margin-right: 1rem;
}
@media (max-width: 900px) {
  .b-detail__aktuelles__title::before {
    width: 100px;
  }
}
.b-detail__aktuelles h2 {
  font-weight: 400;
  margin-bottom: 3rem;
}
.b-detail__aktuelles__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.b-detail__aktuelles__grid .card {
  background-color: #09243A;
  color: #fff;
}
.b-detail__aktuelles__grid .card__img {
  height: 480px;
}
.b-detail__aktuelles__grid .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-detail__aktuelles__grid .card__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.b-detail__aktuelles__grid .card__content h3 {
  font-weight: 400;
}
.b-detail__aktuelles__grid .card__top {
  color: #70BAFA;
}
.b-detail__aktuelles__grid .card__top a {
  color: #70BAFA;
}
.b-detail__aktuelles__grid .card__top span {
  position: relative;
}
.b-detail__aktuelles__grid .card__top span:nth-child(2) {
  padding: 0 1rem;
  margin: 0 1rem;
}
.b-detail__aktuelles__grid .card__top span:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 70%;
  background-color: #70BAFA;
}
.b-detail__aktuelles__grid .card__top span:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 70%;
  background-color: #70BAFA;
}
.b-detail__aktuelles__grid .card__btn {
  padding-bottom: 1rem;
}
.b-detail__aktuelles__grid .card__btn a {
  color: #fff;
  border-bottom: 2px solid #D7A320;
  padding-bottom: 0.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in;
}
.b-detail__aktuelles__grid .card__btn a::after {
  content: "";
  width: 26px;
  height: 10px;
  left: 0;
  top: 16px;
  position: absolute;
  background-image: url("./../../assets/svg/pfeil-btn.svg");
  background-size: contain;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.b-detail__aktuelles__grid .card__btn a::before {
  content: "";
  width: 0px;
  height: 10px;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in;
}
.b-detail__aktuelles__grid .card__btn a:hover {
  transition: all 0.3s ease-in;
}
.b-detail__aktuelles__grid .card__btn a:hover::after {
  transition: all 0.3s ease-in;
  opacity: 1;
}
.b-detail__aktuelles__grid .card__btn a:hover::before {
  width: 26px;
  margin-right: 0.8rem;
  transition: all 0.3s ease-in;
}
.b-detail__aktuelles__btn {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  margin-top: 3rem;
  margin-top: 4rem;
}
.b-detail__aktuelles__btn a, .b-detail__aktuelles__btn button {
  color: #09243A;
  border: 1px solid #09243A;
  border-radius: 30px;
  transition: all 0.2s ease-in;
  font-size: 0.75rem;
  padding: 0.6rem 1.5rem;
  display: inline-block;
}
.b-detail__aktuelles__btn a:hover, .b-detail__aktuelles__btn button:hover {
  background-color: #D7A320;
  transition: all 0.2s ease-in;
  border: 1px solid #D7A320;
  color: #fff;
}

html :where(img[class*=wp-image-]) {
  height: 640px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 1.5rem;
  margin-bottom: 2rem;
}

@media (max-width: 1350px) {
  .b-detail__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 980px) {
  html :where(img[class*=wp-image-]) {
    height: 450px;
  }

  .b-detail__content__img img {
    height: 450px;
  }
  .b-detail__content__img span {
    font-size: 0.8rem;
  }
  .b-detail__autor__content__img {
    width: 50%;
    min-width: unset;
  }
  .b-detail__aktuelles__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .b-detail__aktuelles__grid .card__img {
    height: 380px;
  }
  .b-detail__aktuelles__grid .card__content {
    padding: 2rem 1rem;
  }
  .b-detail__top__dc span:nth-child(2) {
    padding: 0 0.4rem;
  }
  .b-detail__top__left {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .b-detail__autor__content__infos {
    padding: 1rem;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .b-detail__top {
    padding-top: 0;
    font-size: 0.8rem !important;
  }
  .b-detail__top__left {
    gap: 2rem;
  }
  .b-detail__top__person img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 600px) {
  html :where(img[class*=wp-image-]) {
    height: 350px;
  }

  .b-detail__top__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .b-detail__top__right {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .b-detail__content__img img {
    height: 350px;
  }
  .b-detail__content__share {
    flex-direction: column;
    gap: 0.8rem;
  }
  .b-detail__autor__content {
    flex-direction: column;
  }
  .b-detail__autor__content__img {
    width: 100%;
    max-width: unset;
    min-height: unset;
    height: 350px;
  }
  .b-detail__autor__content__info {
    width: 100%;
  }
  .b-detail__aktuelles__grid .card__top {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem 0.9rem;
  }
  .b-detail__aktuelles__grid .card__top span {
    padding: 0 !important;
    margin: 0 !important;
  }
  .b-detail__aktuelles__grid .card__top span::before, .b-detail__aktuelles__grid .card__top span::after {
    display: none;
  }
}
@media (max-width: 479px) {
  .b-detail__autor__content__infos__contact {
    font-size: 0.8rem;
  }
  .b-detail__autor__content__infos__btn a {
    font-size: 0.8rem;
  }
}
.titleText {
  padding: 120px 0;
}
@media (max-width: 980px) {
  .titleText {
    padding: 70px 0;
  }
}
.titleText__container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .titleText__container {
    padding: 0 0.6rem;
  }
}
.titleText__title {
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 300;
}
.titleText__title::before {
  content: "";
  width: 220px;
  height: 2px;
  background-color: #D7A320;
  display: inline-block;
  margin-right: 1rem;
}
@media (max-width: 900px) {
  .titleText__title::before {
    width: 100px;
  }
}
.titleText p {
  max-width: 1084px;
  line-height: 2.3rem;
  font-size: 1.333rem;
}

@media (max-width: 900px) {
  .titleText__container {
    flex-direction: column;
  }
}
.threeCol {
  padding: 120px 0;
}
@media (max-width: 980px) {
  .threeCol {
    padding: 70px 0;
  }
}
.threeCol__container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .threeCol__container {
    padding: 0 0.6rem;
  }
}
.threeCol__title {
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.threeCol__title::before {
  content: "";
  width: 220px;
  height: 2px;
  background-color: #D7A320;
  display: inline-block;
  margin-right: 1rem;
}
@media (max-width: 900px) {
  .threeCol__title::before {
    width: 100px;
  }
}
.threeCol__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.threeCol__top h3 {
  font-weight: 400;
}
.threeCol__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 1.5rem;
}
.threeCol__grid .card__img {
  height: 420px;
  background-color: #d7d7d7;
}
.threeCol__grid .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.threeCol__grid .card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.threeCol__grid .card__title {
  font-weight: 400;
  padding-top: 1.5rem;
}
.threeCol__grid .card__contact {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.threeCol__grid .card__contact a {
  color: #09243A;
}
.threeCol__grid .card__contact img {
  margin-right: 0.3rem;
}
.threeCol__grid .card__btnL a {
  color: #fff;
  border-bottom: 2px solid #D7A320;
  padding-bottom: 0.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in;
}
.threeCol__grid .card__btnL a::after {
  content: "";
  width: 26px;
  height: 10px;
  left: 0;
  top: 16px;
  position: absolute;
  background-image: url("./../../assets/svg/pfeil-btn.svg");
  background-size: contain;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.threeCol__grid .card__btnL a::before {
  content: "";
  width: 0px;
  height: 10px;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in;
}
.threeCol__grid .card__btnL a:hover {
  transition: all 0.3s ease-in;
}
.threeCol__grid .card__btnL a:hover::after {
  transition: all 0.3s ease-in;
  opacity: 1;
}
.threeCol__grid .card__btnL a:hover::before {
  width: 26px;
  margin-right: 0.8rem;
  transition: all 0.3s ease-in;
}
.threeCol__grid .card__btnL a {
  color: #09243A;
}
.threeCol__grid .card__btnL a::after {
  background-image: url(./../../assets/svg/pfeil-btn-blue.svg);
}
.threeCol__grid .card__btnB {
  margin: 0 auto;
  display: inline-block;
  margin-top: 3rem;
  margin: 1rem 0 0 0;
}
.threeCol__grid .card__btnB a, .threeCol__grid .card__btnB button {
  color: #09243A;
  border: 1px solid #09243A;
  border-radius: 30px;
  transition: all 0.2s ease-in;
  font-size: 0.75rem;
  padding: 0.6rem 1.5rem;
  display: inline-block;
}
.threeCol__grid .card__btnB a:hover, .threeCol__grid .card__btnB button:hover {
  background-color: #D7A320;
  transition: all 0.2s ease-in;
  border: 1px solid #D7A320;
  color: #fff;
}

@media (max-width: 980px) {
  .threeCol__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .threeCol__filter {
    margin-left: auto;
    margin-top: 1.5rem;
  }
  .threeCol__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .threeCol__grid .card a {
    font-size: 1rem;
    color: #09243A;
  }
}
@media (max-width: 700px) {
  .threeCol__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 479px) {
  .threeCol__grid .card__img {
    height: 350px;
  }
  .threeCol__grid .card__content {
    gap: 0.6rem;
  }
  .threeCol__grid .card a {
    font-size: 0.8rem;
  }
}
.text {
  padding: 120px 0;
}
@media (max-width: 980px) {
  .text {
    padding: 70px 0;
  }
}
.text__container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .text__container {
    padding: 0 0.6rem;
  }
}
.text p,
.text span,
.text a,
.text li {
  font-size: 1.333rem;
  line-height: 2.167rem;
}
.text ul {
  margin: 0;
  padding: 0;
}
.text a {
  color: #09243A;
}
.text h2 {
  font-weight: 400;
  padding-bottom: 2rem;
}
.text h3 {
  font-weight: 500;
  padding-bottom: 2rem;
}
.text strong {
  font-weight: 400;
}
.text__towCol {
  padding: 4rem 0;
}
.text__towCol h2 {
  padding-bottom: 1rem;
}
.text__towCol__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 1rem 0;
}
.text__towCol .card__ort {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8rem;
}
.text__towCol .card__ort span {
  font-weight: 500;
}
.text__towCol .card__contact {
  max-width: 460px;
  font-size: 1.333rem;
  line-height: 2.167rem;
}
.text__towCol .card__contact div {
  display: flex;
  gap: 1rem;
}
.text__towCol .card__contact div span {
  width: 120px;
}
.text ul {
  padding: 2rem 0 !important;
}
.text ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.text ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #09243A;
  margin: 0.8rem 0.8rem 0 0;
}

.towColText {
  padding: 0;
}
.towColText .text__towCol {
  padding: 1rem 0;
}

@media (max-width: 1000px) {
  .text__towCol__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 980px) {
  .text a,
.text li,
.text span {
    font-size: 1rem;
  }

  .text__towCol .card__contact div span {
    width: 80px;
  }

  .text__towCol .card__contact {
    font-size: 1rem;
  }
}
@media (max-width: 479px) {
  .text a,
.text li,
.text span {
    font-size: 0.8rem;
  }

  .text__towCol .card__contact div span {
    width: 62px;
  }
}
.cat-list ul {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 2rem;
}

.alm-btn-wrap {
  margin: 0 auto;
  display: inline-block;
  margin-top: 3rem;
  width: max-content;
  display: flex;
}
.alm-btn-wrap a, .alm-btn-wrap button {
  color: #09243A;
  border: 1px solid #09243A;
  border-radius: 30px;
  transition: all 0.2s ease-in;
  font-size: 0.75rem;
  padding: 0.6rem 1.5rem;
  display: inline-block;
}
.alm-btn-wrap a:hover, .alm-btn-wrap button:hover {
  background-color: #D7A320;
  transition: all 0.2s ease-in;
  border: 1px solid #D7A320;
  color: #fff;
}
.alm-btn-wrap button {
  color: #09243A;
  background-color: #fff;
  cursor: pointer;
  padding: 0.6rem 1.5rem 0.5rem 1.5rem;
  font-weight: 300;
}

.bildText .search-filter-results {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/*# sourceMappingURL=main.css.map */
