@charset "UTF-8";
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  src: local("Source Sans3"), url("../fonts/sans3/SourceSans3-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  src: local("Source Sans3"), url("../fonts/sans3/SourceSans3-LightItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans3"), url("../fonts/sans3/SourceSans3-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  src: local("Source Sans3"), url("../fonts/sans3/SourceSans3-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans3"), url("../fonts/sans3/SourceSans3-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  src: local("Source Sans3"), url("../fonts/sans3/SourceSans3-SemiBoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans3"), url("../fonts/sans3/SourceSans3-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  src: local("Source Sans3"), url("../fonts/sans3/SourceSans3-BoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 300;
  src: local("Source Serif4"), url("../fonts/serif4/SourceSerif4-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 300;
  src: local("Source Serif4"), url("../fonts/serif4/SourceSerif4-LightItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  src: local("Source Serif4"), url("../fonts/serif4/SourceSerif4-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 400;
  src: local("Source Serif4"), url("../fonts/serif4/SourceSerif4-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 600;
  src: local("Source Serif4"), url("../fonts/serif4/SourceSerif4-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 600;
  src: local("Source Serif4"), url("../fonts/serif4/SourceSerif4-SemiBoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 700;
  src: local("Source Serif4"), url("../fonts/serif4/SourceSerif4-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 700;
  src: local("Source Serif4"), url("../fonts/serif4/SourceSerif4-BoldItalic.ttf") format("truetype"); }
/* Überschreiben von Variablen */
body {
  --bs-body-font-family: 'Source Sans 3', 'Source Serif 4';
  --bs-heading-color: #004994;
  --bs-link-color: #004994;
  --bs-link-color-rgb: 0, 75, 147;
  --bs-secondary-bg: #ffffff; }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin: 0; }

.row > * {
  padding-right: 0;
  padding-left: 0; }

#portal-footer {
  padding-top: 1.5rem;
  padding-bottom: 2rem; }
  #portal-footer .page-footer {
    padding-top: 0px !important; }
  #portal-footer a {
    text-decoration: none; }
    #portal-footer a:hover {
      border-bottom: 1px dotted #fff; }

@media (min-width: 0px) {
  #portal-top #portal-header {
    height: clamp(75px, 8vw, 160px);
    display: flex;
    align-items: flex-start;
    margin-top: 0.5rem;
    padding: 0 1rem; }
    #portal-top #portal-header #portal-sidebar {
      width: 270px; }
    #portal-top #portal-header #sidebar-handle {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: 0 0.5rem; }
    #portal-top #portal-header .logo-primary {
      width: 100%;
      max-width: none;
      transition: none; }
      #portal-top #portal-header .logo-primary img {
        transition: none;
        max-height: clamp(50px, 6vw, 130px);
        width: auto; }
        #portal-top #portal-header .logo-primary img:hover {
          transform: scale(0.98); }
    #portal-top #portal-header .logo-secondary {
      display: none; }
    #portal-top #portal-header #header-container {
      flex-grow: 1;
      margin-top: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #portal-top #portal-header #header-container .logo {
        max-width: 100%; }
        #portal-top #portal-header #header-container .logo img {
          max-height: clamp(50px, 6vw, 130px);
          width: auto; }
      #portal-top #portal-header #header-container .logo-secondary {
        margin-left: auto; }
  #portal-top.scrolled #portal-header {
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 7px 6px -1px rgba(0, 0, 0, 0.3); }
    #portal-top.scrolled #portal-header .logo-primary {
      width: 100%; }
  #portal-top #portal-navigation {
    display: none; }
  #portal-top #portal-navigation {
    padding-bottom: 0rem;
    padding-top: 1rem; }
    #portal-top #portal-navigation #navigation .branchen-title {
      line-height: 120%;
      font-size: 14px;
      color: #004994;
      letter-spacing: -0.016rem; }
      #portal-top #portal-navigation #navigation .branchen-title:hover {
        border-bottom: 1px dotted #014995; }
    #portal-top #portal-navigation #navigation .navbar-menu {
      transition: box-shadow 0.5s ease-in-out; }
      #portal-top #portal-navigation #navigation .navbar-menu:hover {
        transform: scale(1.08);
        margin-left: 4px; }
    #portal-top #portal-navigation #navigation .search:hover {
      transform: scale(1.1); }

  html body #section-statusmessage {
    margin-top: clamp(80px, 10vw, 170px); } }
@media (min-width: 768px) {
  html body #section-statusmessage {
    margin-top: 180px; }

  #portal-top #portal-navigation {
    border-bottom: none;
    display: block; }
    #portal-top #portal-navigation #navigation .branchen-title {
      font-size: 11px; }
    #portal-top #portal-navigation #navigation .col-lg-1 {
      flex-basis: 5%; }
    #portal-top #portal-navigation #navigation .col-lg-10 {
      flex-basis: 90%; }
  #portal-top #portal-header {
    height: 100px;
    margin-top: 0.5rem; }
    #portal-top #portal-header #sidebar-handle {
      display: none; }
    #portal-top #portal-header #header-container {
      margin-top: 0; }
      #portal-top #portal-header #header-container .logo-primary {
        width: 405px; }
      #portal-top #portal-header #header-container .logo-secondary {
        display: block;
        top: -10px;
        position: relative;
        right: 70px;
        width: 90px; }
        #portal-top #portal-header #header-container .logo-secondary svg {
          transition: box-shadow 0.6s ease-in-out; }
          #portal-top #portal-header #header-container .logo-secondary svg:hover {
            transform: scale(0.98); }
  #portal-top.scrolled #portal-header {
    height: 70px; }
    #portal-top.scrolled #portal-header #header-container {
      margin-top: -10px; }
      #portal-top.scrolled #portal-header #header-container .logo-primary {
        width: 235px; }
    #portal-top.scrolled #portal-header #sidebar-handle {
      display: block; }
    #portal-top.scrolled #portal-header #header-container .logo-secondary {
      visibility: hidden; } }
@media (min-width: 1080px) {
  html body #section-statusmessage {
    margin-top: 175px; }

  #portal-top #portal-navigation #navigation .branchen-title {
    font-size: 12px; }
  #portal-top #portal-navigation #navigation .col-lg-1 {
    flex-basis: auto; }
  #portal-top #portal-navigation #navigation .col-lg-10 {
    flex-basis: auto; } }
.portaltype-magazinfolder #section-title {
  width: auto;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto; }
  .portaltype-magazinfolder #section-title .container:hover .title-line h1 {
    font-weight: 510;
    box-shadow: 0 10px 13px #777777; }
  .portaltype-magazinfolder #section-title figure, .portaltype-magazinfolder #section-title img {
    width: 100%; }
    .portaltype-magazinfolder #section-title figure figcaption, .portaltype-magazinfolder #section-title img figcaption {
      font-family: 'Source Sans 3';
      font-weight: 500;
      font-size: 14px;
      color: #555;
      line-height: 120%;
      padding-left: 18px;
      margin: 0 0 30px 18px;
      border-left: solid 1px #f39200; }
  .portaltype-magazinfolder #section-title .title-line {
    position: absolute;
    margin: 283px 0 0 26px; }
    .portaltype-magazinfolder #section-title .title-line h1 {
      font-family: 'Source Sans 3';
      font-weight: 500;
      font-size: 40px;
      color: #fff;
      line-height: 160%;
      background-color: #004994;
      padding: 0 13px;
      width: fit-content; }
  .portaltype-magazinfolder #section-title .title-imagecredits {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 5px;
    padding-left: 5px;
    background-color: rgba(128, 128, 128, 0.6);
    padding: 3px 1px;
    border-radius: 3px; }
    .portaltype-magazinfolder #section-title .title-imagecredits h4 {
      margin: 0;
      font-size: 14px;
      color: #000;
      line-height: 1;
      width: fit-content; }
  .portaltype-magazinfolder #section-title img {
    width: 1080px; }
.portaltype-magazinfolder #section-news {
  margin: 0 auto; }
  .portaltype-magazinfolder #section-news h2.newstitle {
    font-family: 'Source Serif 4';
    font-weight: 600;
    font-size: 27px;
    color: #004994;
    line-height: 120%;
    margin-bottom: 56px; }
  .portaltype-magazinfolder #section-news .image-wrapper {
    position: relative;
    display: inline-block; }
    .portaltype-magazinfolder #section-news .image-wrapper .figure-img {
      margin-bottom: 0 !important; }
    .portaltype-magazinfolder #section-news .image-wrapper .image-credit {
      writing-mode: vertical-lr;
      pointer-events: auto;
      position: absolute;
      bottom: 0px;
      left: 0px;
      background: rgba(128, 128, 128, 0.6);
      color: black;
      font-size: 12px;
      padding: 3px 1px;
      border-radius: 3px;
      z-index: 1;
      transform: rotate(180deg); }
  .portaltype-magazinfolder #section-news div.col {
    background-color: #ededed;
    padding-right: 26px;
    padding-left: 26px;
    margin-left: 13px;
    margin-right: 13px; }
    .portaltype-magazinfolder #section-news div.col figure {
      position: relative;
      top: -26px;
      margin-bottom: -15px; }
    .portaltype-magazinfolder #section-news div.col h2 {
      font-family: 'Source Sans 3';
      font-weight: 500;
      font-size: 21px;
      color: #000;
      line-height: 120%;
      margin-bottom: 18px; }
      .portaltype-magazinfolder #section-news div.col h2 a {
        color: #000; }
    .portaltype-magazinfolder #section-news div.col p {
      font-family: 'Source Sans 3';
      font-weight: 500;
      font-size: 16px;
      color: #000;
      line-height: 120%;
      margin-bottom: 18px; }
    .portaltype-magazinfolder #section-news div.col:hover {
      box-shadow: 0 10px 13px #777; }
  .portaltype-magazinfolder #section-news .kurz-scroll-buttons {
    display: none; }
  .portaltype-magazinfolder #section-news .more-news {
    background: #f39200 url(../svg/Arrow-forward-white.svg) no-repeat left 20px top 14px;
    background-size: 16px;
    width: fit-content;
    padding: 10px 20px 10px 45px;
    margin-top: -24px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: 0; }
    .portaltype-magazinfolder #section-news .more-news a {
      color: #000;
      border-bottom: none;
      text-decoration: none; }
  .portaltype-magazinfolder #section-news .more-news:hover .more-news-a {
    border-bottom: dotted 1px #000; }
  .portaltype-magazinfolder #section-news .more-news:hover {
    background: #f39200 url(../svg/Arrow-forward-black.svg) no-repeat left 20px top 14px;
    background-size: 16px; }
.portaltype-magazinfolder #section-themen {
  width: auto;
  margin: 0 auto; }
  .portaltype-magazinfolder #section-themen .col {
    margin-bottom: 40px; }
  .portaltype-magazinfolder #section-themen h2.thementitle {
    font-family: 'Source Serif 4';
    font-weight: 600;
    font-size: 27px;
    color: #004994;
    line-height: 120%;
    margin-bottom: 30px; }
  .portaltype-magazinfolder #section-themen .thema-small .image-wrapper {
    position: relative;
    display: inline-block; }
    .portaltype-magazinfolder #section-themen .thema-small .image-wrapper img {
      width: 328px;
      width: 100%; }
    .portaltype-magazinfolder #section-themen .thema-small .image-wrapper .image-credit {
      pointer-events: auto;
      position: absolute;
      top: 0px;
      right: 0px;
      background: rgba(128, 128, 128, 0.6);
      color: black;
      font-size: 12px;
      padding: 3px 6px;
      border-radius: 3px;
      z-index: 1; }
  .portaltype-magazinfolder #section-themen .thema-small .card-body {
    width: 100%;
    min-width: 300px; }
    .portaltype-magazinfolder #section-themen .thema-small .card-body p {
      padding-top: 13px; }
  .portaltype-magazinfolder #section-themen .thema-small .branche-card-body {
    min-width: 300px; }
  .portaltype-magazinfolder #section-themen .thema-medium .image-wrapper {
    position: relative;
    display: inline-block; }
    .portaltype-magazinfolder #section-themen .thema-medium .image-wrapper img {
      width: 516px; }
    .portaltype-magazinfolder #section-themen .thema-medium .image-wrapper .image-credit {
      pointer-events: auto;
      position: absolute;
      top: 0px;
      right: 0px;
      background: rgba(128, 128, 128, 0.6);
      color: black;
      font-size: 12px;
      padding: 3px 6px;
      border-radius: 3px;
      z-index: 1; }
  .portaltype-magazinfolder #section-themen .thema-medium .card-body {
    width: 516px; }
    .portaltype-magazinfolder #section-themen .thema-medium .card-body h2 {
      margin: -28px 26px 13px auto; }
    .portaltype-magazinfolder #section-themen .thema-medium .card-body p {
      margin-left: 26px !important;
      margin-right: 26px !important; }
  .portaltype-magazinfolder #section-themen .thema-large .image-wrapper {
    position: relative;
    display: inline-block; }
    .portaltype-magazinfolder #section-themen .thema-large .image-wrapper img {
      width: 704px;
      height: 331px;
      object-fit: cover;
      object-position: top;
      pointer-events: auto; }
    .portaltype-magazinfolder #section-themen .thema-large .image-wrapper .image-credit {
      pointer-events: auto;
      position: absolute;
      top: 0px;
      right: 0px;
      background: rgba(128, 128, 128, 0.6);
      color: black;
      font-size: 12px;
      padding: 3px 6px;
      border-radius: 3px;
      z-index: 1; }
  .portaltype-magazinfolder #section-themen .thema-large .card-body {
    width: 704px; }
    .portaltype-magazinfolder #section-themen .thema-large .card-body h2 {
      max-width: 290px;
      margin-left: 26px; }
    .portaltype-magazinfolder #section-themen .thema-large .card-body p {
      padding-top: 13px;
      margin-left: 26PX !important;
      margin-right: 26px !important; }
  .portaltype-magazinfolder #section-themen .thema p {
    padding-bottom: 48px; }
  .portaltype-magazinfolder #section-themen .thema:hover .branche-card-body h2 {
    display: inline-block;
    text-decoration-color: #000; }
  .portaltype-magazinfolder #section-themen .thema:hover .card-body h2 {
    font-weight: 550;
    box-shadow: 0 10px 13px #777777; }
  .portaltype-magazinfolder #section-themen .distance-l {
    margin-left: 24px; }
  .portaltype-magazinfolder #section-themen .distance-r {
    margin-right: 24px; }
  .portaltype-magazinfolder #section-themen .distance-lr {
    margin-right: 24px;
    margin-left: 24px; }
  .portaltype-magazinfolder #section-themen .card-body h2 {
    font-family: 'Source Sans 3';
    font-weight: 500;
    color: #fff;
    background: #004994;
    font-size: 21px;
    line-height: 120%;
    padding: 11px 20px;
    width: fit-content;
    position: relative; }
  .portaltype-magazinfolder #section-themen p.card-text {
    font-family: 'Source Sans 3';
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 120%; }
  .portaltype-magazinfolder #section-themen a {
    text-decoration: none; }
  .portaltype-magazinfolder #section-themen .more-articles {
    background: #f39200 url(../svg/Arrow-down-white.svg) no-repeat left 20px top 14px;
    background-size: 16px;
    width: fit-content;
    padding: 10px 20px 10px 45px;
    margin-top: 24px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
    .portaltype-magazinfolder #section-themen .more-articles a {
      color: #000;
      border-bottom: none;
      text-decoration: none; }
  .portaltype-magazinfolder #section-themen .more-articles:hover .more-articles-a {
    border-bottom: dotted 1px #000; }
  .portaltype-magazinfolder #section-themen .more-articles:hover {
    background: #f39200 url(../svg/Arrow-down-black.svg) no-repeat left 20px top 14px;
    background-size: 16px; }
  .portaltype-magazinfolder #section-themen .branche-more-articles {
    background: #f39200 url(../svg/Arrow-down-white.svg) no-repeat left 20px top 14px;
    background-size: 16px;
    width: fit-content;
    padding: 10px 20px 10px 45px;
    margin-top: 24px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
    .portaltype-magazinfolder #section-themen .branche-more-articles a {
      color: #000;
      border-bottom: none;
      text-decoration: none; }
  .portaltype-magazinfolder #section-themen .branche-more-articles:hover .more-articles-a {
    border-bottom: dotted 1px #000; }
  .portaltype-magazinfolder #section-themen .branche-more-articles:hover {
    background: #f39200 url(../svg/Arrow-down-black.svg) no-repeat left 20px top 14px;
    background-size: 16px; }
  .portaltype-magazinfolder #section-themen .branche-card-body h2 {
    font-family: 'Source Sans 3';
    font-weight: 500;
    color: #000;
    font-size: 21px;
    line-height: 120%;
    margin-bottom: 18px;
    margin-top: 15px !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #00000000;
    text-decoration-style: dotted;
    text-underline-offset: 6px; }
.portaltype-magazinfolder #portal-sidebar .offcanvas-body .nav-search {
  margin-left: 0.9rem;
  margin-right: 1rem;
  margin-bottom: 1rem; }
.portaltype-magazinfolder #branche-section-title .title-line {
  font-family: 'Source Sans 3';
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  line-height: 120%;
  background-color: #004994;
  padding: 0 13px;
  width: fit-content;
  position: relative; }
.portaltype-magazinfolder #branche-section-title .desc p {
  font-size: 18px;
  position: relative;
  top: 20px;
  margin-right: 30px;
  font-weight: 480; }
.portaltype-magazinfolder #branche-section-title .right-container {
  width: 100%; }
  .portaltype-magazinfolder #branche-section-title .right-container .links {
    display: block;
    margin-bottom: 10px;
    text-decoration: none; }
    .portaltype-magazinfolder #branche-section-title .right-container .links:hover span {
      font-weight: bold; }
    .portaltype-magazinfolder #branche-section-title .right-container .links span {
      margin-left: 5%;
      border-bottom: 1px dotted #014995; }
.portaltype-magazinfolder #branche-buehne .buehne-container {
  cursor: pointer; }
  @media (min-width: 768px) {
    .portaltype-magazinfolder #branche-buehne .buehne-container {
      margin-top: 65px; } }
  .portaltype-magazinfolder #branche-buehne .buehne-container .box {
    position: relative;
    top: 56px;
    background-color: #eaf6fd;
    margin-bottom: 59px; }
    .portaltype-magazinfolder #branche-buehne .buehne-container .box .bild .image-credit {
      pointer-events: auto;
      position: absolute;
      top: 0px;
      right: 0px;
      background: rgba(128, 128, 128, 0.6);
      color: black;
      font-size: 12px;
      padding: 3px 6px;
      border-radius: 3px;
      z-index: 1; }
    @media (max-width: 768px) {
      .portaltype-magazinfolder #branche-buehne .buehne-container .box .bild .image-credit {
        top: 9%;
        right: 10%; } }
  .portaltype-magazinfolder #branche-buehne .buehne-container .text-container {
    padding-left: 5%; }
  .portaltype-magazinfolder #branche-buehne .buehne-container .headline {
    font-family: 'Source Serif 4';
    font-weight: 600;
    color: #004994;
    line-height: 120%;
    margin-bottom: 18px;
    text-decoration: none; }
  .portaltype-magazinfolder #branche-buehne .buehne-container .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%; }

.divider {
  border-bottom: 2px dotted gray;
  margin-left: 0.9rem;
  margin-right: 1rem;
  margin-bottom: 1rem; }

.portaltype-magazinfolder #section-news div.col:hover {
  box-shadow: 0 10px 13px #777; }

@media (max-width: 1080px) {
  #section-news h2.newstitle {
    margin-bottom: 10px !important; }
  #section-news .kurz-informiert-scroll-container {
    position: relative; }
  #section-news .kurz-informiert-bottom-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 10px 30px;
    width: auto;
    position: relative; }
    #section-news .kurz-informiert-bottom-row .more-news {
      margin: 0 !important; }
    #section-news .kurz-informiert-bottom-row .kurz-scroll-buttons {
      display: none; }
  #section-news #kurz-informiert-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    padding: 20px 0 30px;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; }
    #section-news #kurz-informiert-row::-webkit-scrollbar {
      display: none; }
    #section-news #kurz-informiert-row .kurz-informiert-col {
      position: relative;
      flex: 0 0 auto !important;
      min-width: 50vw !important;
      max-width: 70vw;
      margin-right: 20px !important;
      scroll-snap-align: center;
      background: transparent !important;
      border-radius: 12px;
      padding: 0 6% 2% 6%;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      transition: box-shadow 0.3s, transform 0.3s;
      overflow: visible; }
      #section-news #kurz-informiert-row .kurz-informiert-col::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        bottom: 0;
        background: #ededed;
        border-radius: 12px;
        z-index: 0;
        pointer-events: none; }
      #section-news #kurz-informiert-row .kurz-informiert-col figure, #section-news #kurz-informiert-row .kurz-informiert-col h2, #section-news #kurz-informiert-row .kurz-informiert-col p {
        position: relative;
        z-index: 1; }
      #section-news #kurz-informiert-row .kurz-informiert-col figure {
        top: 0 !important;
        margin: 0 0 10px !important; }
        #section-news #kurz-informiert-row .kurz-informiert-col figure .image-wrapper, #section-news #kurz-informiert-row .kurz-informiert-col figure img {
          width: 100%;
          max-width: 100%;
          height: auto;
          display: block; }
      #section-news #kurz-informiert-row .kurz-informiert-col h2, #section-news #kurz-informiert-row .kurz-informiert-col p {
        padding-left: 4px;
        padding-right: 4px; }
      #section-news #kurz-informiert-row .kurz-informiert-col h2 > a {
        color: #000; }
      #section-news #kurz-informiert-row .kurz-informiert-col.active {
        transform: scale(1.03); }
        #section-news #kurz-informiert-row .kurz-informiert-col.active::before {
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); }
    #section-news #kurz-informiert-row .kurz-informiert-col:first-child {
      margin-left: 20px !important; }
  #section-news .scroll-btn svg .circle {
    fill: var(--blue);
    stroke: var(--blue);
    stroke-width: 1.5; }
  #section-news .scroll-btn svg .arrow {
    fill: var(--white); }
  #section-news .scroll-btn:hover svg .circle,
  #section-news .scroll-btn:focus-visible svg .circle {
    fill: var(--white); }
  #section-news .scroll-btn:hover svg .arrow,
  #section-news .scroll-btn:focus-visible svg .arrow {
    fill: var(--blue); }
  #section-news .kurz-scroll-buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    padding: 0 8px;
    z-index: 20;
    pointer-events: none; }
    #section-news .kurz-scroll-buttons .scroll-btn {
      pointer-events: auto;
      background: transparent;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      #section-news .kurz-scroll-buttons .scroll-btn svg {
        width: 40px;
        height: 40px;
        display: block;
        filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.12)); } }
@media (min-width: 768px) and (max-width: 1080px) {
  #section-news #kurz-informiert-row {
    scroll-padding-left: 20px;
    padding: 20px 0 40px; }
  #section-news #kurz-informiert-row .kurz-informiert-col {
    flex: 0 0 clamp(300px, 44vw, 520px) !important;
    max-width: clamp(300px, 44vw, 520px);
    min-width: 300px !important;
    scroll-snap-align: start;
    padding: 0 16px 16px; }
    #section-news #kurz-informiert-row .kurz-informiert-col.active {
      transform: scale(1.01); }
  #section-news #kurz-informiert-row .kurz-informiert-col h2,
  #section-news #kurz-informiert-row .kurz-informiert-col p {
    padding-left: 0;
    padding-right: 0;
    overflow-wrap: anywhere;
    word-break: break-word; } }
article#content {
  width: 712px;
  padding: 0;
  margin: 0 auto; }
  article#content .section-text ul,
  article#content .section-infobox ul {
    gap: 6px;
    display: flex;
    flex-direction: column; }
  article#content header {
    margin: 0 !important;
    width: 100%; }
    article#content header .roof {
      font-family: 'Source Sans 3';
      font-weight: 500;
      color: #fff;
      background: #004994;
      font-size: 16px;
      padding: 0 10px;
      margin-bottom: 10px;
      width: fit-content; }
    article#content header .date {
      font-size: 16px; }
    article#content header img.news-image {
      width: 280px; }
  article#content h1 {
    font-family: 'Source Sans 3';
    font-weight: 600;
    font-size: 40px;
    color: #555;
    line-height: 120%;
    margin: 0 0 20px; }
  article#content h2 {
    font-family: 'Source Sans 3';
    font-weight: 500;
    font-size: 24px;
    color: #555;
    line-height: 120%;
    margin: 0 0 28px; }
  article#content h3 {
    font-family: 'Source Sans 3';
    font-weight: 500;
    font-size: 18px;
    color: #004994;
    line-height: 120%;
    margin: 0 0 10px; }
  article#content ul {
    font-family: 'Source Sans 3';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 150%;
    margin: 0 0 24px;
    padding: 0 0 6px 25px; }
  article#content ul li:before {
    background: url(../svg/Arrow-right-blue.svg) no-repeat left top; }
  article#content ol {
    font-family: 'Source Sans 3';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 150%;
    margin: 0 0 24px;
    padding: 0 0 6px 25px; }
  article#content ol li::marker {
    color: #004994; }
  article#content .lead {
    font-family: 'Source Sans 3';
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 150%;
    margin: 0 0 20px; }
  article#content .ausgaben {
    font-family: 'Source Sans 3';
    font-weight: 400;
    font-size: 16px;
    color: #00000099;
    line-height: 150%;
    margin-bottom: 15px; }
    article#content .ausgaben .ausgabe-item {
      border-bottom: 1px dotted #004994;
      margin-right: 10px;
      padding-bottom: 2px;
      color: #004994;
      display: inline-block; }
  article#content article.article-body {
    font-family: 'Source Sans 3';
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #000; }
    article#content article.article-body a {
      color: #004994;
      border-bottom: dotted 1px #004994;
      text-decoration: none; }
    article#content article.article-body a:hover {
      color: #fff;
      border-bottom: dotted 1px #fff;
      background: #004994; }
    article#content article.article-body a[data-linktype="external"] {
      background: url(../svg/Externer-Link-blue.svg) no-repeat right 3px top 3px;
      background-size: 16px;
      padding-right: 23px; }
    article#content article.article-body a[data-linktype="external"]:hover {
      background: #004994 url(../svg/Externer-Link-white.svg) no-repeat right 3px top 3px;
      background-size: 16px; }
    article#content article.article-body section {
      margin: 0 !important;
      width: 100%;
      padding: 0; }
    article#content article.article-body .section-text {
      margin-bottom: 24px !important; }
    article#content article.article-body .section-related {
      background: #eaf6fd;
      padding: 24px 68px;
      margin-bottom: 24px; }
      article#content article.article-body .section-related h2 {
        font-family: 'Source Serif 4';
        font-weight: 600;
        font-size: 30px;
        color: #004994;
        line-height: 120%;
        margin: 0 0 28px; }
    article#content article.article-body .image-wrapper {
      position: relative;
      display: inline-block; }
      article#content article.article-body .image-wrapper .image-credit {
        pointer-events: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        background: rgba(128, 128, 128, 0.6);
        color: black;
        font-size: 12px;
        padding: 3px 6px;
        border-radius: 3px;
        z-index: 1; }
    article#content article.article-body figure img {
      width: 100%;
      margin-bottom: 10px; }
    article#content article.article-body figcaption {
      font-family: 'Source Sans 3';
      font-weight: 500;
      font-size: 14px;
      color: #555;
      line-height: 120%;
      padding-left: 18px;
      border-left: solid 1px #f39200; }
      article#content article.article-body figcaption:not(.image-caption) {
        margin: 0 0 30px 18px; }
    article#content article.article-body .infobox-zitat {
      margin-bottom: 30px !important; }
      article#content article.article-body .infobox-zitat blockquote {
        font-family: 'Source Serif 4';
        font-weight: 600;
        font-size: 21px;
        font-style: italic;
        color: #004994;
        line-height: 115%; }
    article#content article.article-body .infobox-blau {
      background: #eaf6fd;
      padding-top: 26px;
      padding-left: 26px;
      padding-right: 26px;
      padding-bottom: 10px;
      margin-bottom: 24px !important; }
      article#content article.article-body .infobox-blau h2 {
        font-family: 'Source Serif 4';
        font-weight: 600;
        font-size: 24px;
        color: #004994;
        line-height: 120%;
        margin-bottom: 28px !important; }
      article#content article.article-body .infobox-blau h3 {
        font-family: 'Source Sans 3';
        font-weight: 700;
        font-size: 16px;
        color: #000;
        line-height: 120%;
        margin-bottom: 10px !important; }
    article#content article.article-body .infobox-links {
      color: #555;
      padding-left: 68px;
      margin-bottom: 24px !important;
      margin-top: 40px !important;
      border-top: 1px solid #555; }
      article#content article.article-body .infobox-links a {
        margin-bottom: 10px; }
      article#content article.article-body .infobox-links p {
        margin-bottom: 10px; }
    article#content article.article-body .infobox-links:before {
      content: url(../svg/Pluskreis-blue.svg);
      height: 20px;
      display: block;
      background: #fff;
      width: 68px;
      padding-right: 39px;
      position: relative;
      top: -15px;
      left: -68px; }
    article#content article.article-body .infobox-tabelle {
      padding: 0;
      margin-bottom: 24px !important; }
      article#content article.article-body .infobox-tabelle h1 {
        margin-bottom: 28px !important;
        font-size: 24px; }
      article#content article.article-body .infobox-tabelle ol, article#content article.article-body .infobox-tabelle ul {
        margin: 0;
        padding-bottom: 0; }
      article#content article.article-body .infobox-tabelle table {
        border-collapse: collapse; }
      article#content article.article-body .infobox-tabelle table td, article#content article.article-body .infobox-tabelle table th {
        border: 1px dotted black;
        padding: 10px;
        vertical-align: top; }
      article#content article.article-body .infobox-tabelle table tr:first-child th,
      article#content article.article-body .infobox-tabelle table tr:first-child td {
        border-top: 0; }
      article#content article.article-body .infobox-tabelle table tr:last-child th,
      article#content article.article-body .infobox-tabelle table tr:last-child td {
        border-bottom: 0; }
      article#content article.article-body .infobox-tabelle table tr td:first-child,
      article#content article.article-body .infobox-tabelle table tr th:first-child {
        border-left: 0; }
      article#content article.article-body .infobox-tabelle table tr td:last-child,
      article#content article.article-body .infobox-tabelle table tr th:last-child {
        border-right: 0; }
    article#content article.article-body .more-news {
      background: #f39200 url(../svg/Arrow-forward-white.svg) no-repeat left 20px top 14px;
      background-size: 16px;
      width: fit-content;
      padding: 10px 20px 10px 45px;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: 0;
      margin-top: 75px; }
      article#content article.article-body .more-news a {
        color: #000;
        border-bottom: none;
        text-decoration: none; }
      article#content article.article-body .more-news a:hover {
        background-color: transparent;
        border-bottom: dotted 1px #000; }
    article#content article.article-body .more-news:hover {
      background: #f39200 url(../svg/Arrow-forward-black.svg) no-repeat left 20px top 14px;
      background-size: 16px; }
    article#content article.article-body .more-news-a:hover {
      border-bottom: dotted 1px #000; }
  article#content #carouselExample {
    position: relative;
    --blue: #004994;
    --white: #fff; }
    article#content #carouselExample .carousel-inner {
      position: relative;
      z-index: 1; }
    article#content #carouselExample .image-wrapper {
      position: relative; }
    article#content #carouselExample .carousel-item img {
      display: block;
      width: 100%;
      height: auto; }
    article#content #carouselExample .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      width: 34px;
      height: 34px;
      padding: 0;
      border: 0;
      background: transparent !important;
      color: var(--blue, #004994);
      appearance: none;
      -webkit-appearance: none;
      box-shadow: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      article#content #carouselExample .scroll-btn.left {
        left: .75rem; }
      article#content #carouselExample .scroll-btn.right {
        right: .75rem; }
      article#content #carouselExample .scroll-btn svg {
        display: block;
        width: 100%;
        height: 100%; }
        article#content #carouselExample .scroll-btn svg .circle {
          fill: var(--blue, #004994);
          stroke: var(--blue, #004994);
          stroke-width: 1.5; }
        article#content #carouselExample .scroll-btn svg .arrow {
          fill: var(--white, #fff); }
      article#content #carouselExample .scroll-btn.left svg {
        transform: scaleX(-1);
        transform-origin: center; }
      article#content #carouselExample .scroll-btn:hover svg .circle, article#content #carouselExample .scroll-btn:focus-visible svg .circle {
        fill: var(--white, #fff); }
      article#content #carouselExample .scroll-btn:hover svg .arrow, article#content #carouselExample .scroll-btn:focus-visible svg .arrow {
        fill: var(--blue, #004994); }
      article#content #carouselExample .scroll-btn:focus-visible {
        outline: 2px solid var(--blue, #004994);
        outline-offset: 2px; }
    @media (pointer: coarse) {
      article#content #carouselExample .scroll-btn {
        width: 45px;
        height: 45px; } }
    article#content #carouselExample figcaption {
      line-height: 1;
      margin-top: .25rem;
      min-block-size: calc(4 * 1em + .25rem);
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
      min-height: calc(1em * 1 * 4); }
    article#content #carouselExample figcaption:empty {
      visibility: hidden; }

.section-related {
  background: #eaf6fd;
  padding: 24px 68px;
  margin-bottom: 24px; }
  .section-related h2 {
    font-family: 'Source Serif 4';
    font-weight: 600;
    font-size: 30px;
    color: #004994;
    line-height: 120%;
    margin: 0 0 28px; }
  .section-related .row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
    margin: 0; }
  .section-related .col,
  .section-related .related-image,
  .section-related .related-title {
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 0;
    margin: 0; }
  .section-related .related-title {
    font-family: 'Source Sans 3';
    font-weight: 500;
    font-size: 21px;
    color: #fff;
    line-height: 120%;
    background: #004994;
    padding: 10px; }
  .section-related .related-title:hover {
    border-bottom: 1px dotted #fff; }
  .section-related .img-related {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover; }
  @media (max-width: 768px) {
    .section-related {
      padding: 20px 20px; }
      .section-related .row {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px; }
      .section-related .related-title {
        font-size: 18px; } }
  @media (max-width: 480px) {
    .section-related .row {
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 16px; }
    .section-related .img-related {
      aspect-ratio: 4 / 3; } }

#search-results {
  min-height: calc(80vh); }
  #search-results .flex-row h1 {
    font-family: inherit !important;
    font-size: inherit;
    font-weight: bold !important; }
  #search-results .col-md-8 {
    margin-left: 0px; }
  #search-results .col-md-4 {
    width: 160px;
    margin-right: 26px;
    margin-top: 5px; }
  #search-results .py-4 {
    padding-bottom: 0rem !important; }
  #search-results .border-top {
    border-top: none !important; }
  #search-results .image-wrapper {
    position: relative;
    display: inline-block; }
    #search-results .image-wrapper .image-credit {
      pointer-events: auto;
      position: absolute;
      top: 0px;
      right: 0px;
      background: rgba(128, 128, 128, 0.6);
      color: black;
      font-size: 8px;
      padding: 3px 6px;
      border-radius: 3px;
      z-index: 1; }
  #search-results .creationdate {
    font-family: 'Source Serif 4' !important;
    font-size: 16px !important;
    color: #555555;
    margin-bottom: 0px; }
  #search-results .h3 {
    font-size: 21px;
    font-family: 'Source Sans 3';
    color: #004994;
    font-weight: 550 !important; }
  #search-results .row p {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: 'Source Sans 3';
    max-height: 4.5em; }
  #search-results .row a {
    text-decoration: none; }
  #search-results .row:hover .title {
    text-decoration: underline;
    text-decoration-style: dotted; }
  #search-results .pagination {
    margin-top: 1rem; }
  #search-results .page-item.active .page-link {
    pointer-events: none; }

article#content {
  width: 100%; }

#content-core:has(#formfield-form-widgets-cover_image) {
  margin-left: 30px; }
  #content-core:has(#formfield-form-widgets-cover_image) #formfield-form-widgets-cover_image img {
    height: 200px;
    width: auto; }
  @media (max-width: 1080px) {
    #content-core:has(#formfield-form-widgets-cover_image) #formfield-form-widgets-cover_image img {
      height: 120px;
      width: auto; } }

@media (min-width: 0px) {
  #branche-section-title {
    margin-top: 140px; }
    #branche-section-title .container .desc {
      border-right: none; }
    #branche-section-title .container .right-container {
      margin-left: auto; }
    #branche-section-title .container .title-line {
      font-size: 30px; }
    #branche-section-title .container .col-md-5 {
      margin-top: 20px; }

  .portaltype-magazinfolder #section-title .title-line {
    margin-top: 125px; }
    .portaltype-magazinfolder #section-title .title-line h1 {
      font-size: 24px; }

  .portaltype-magazinfolder #section-news div.col {
    min-width: 351px;
    margin-bottom: 50px;
    margin-left: 0px; }

  #news-image figure {
    margin: 0 !important;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 10px; }
    #news-image figure img {
      width: 100% !important; }

  article#content header > *:not(#news-image):not(p):not(h1):not(.roof) {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  article.article-body {
    margin-left: 10px !important;
    margin-right: 10px !important; }
    article.article-body > section#section-image,
    article.article-body > section#section-image figure,
    article.article-body > section.section-infobox {
      margin-left: -10px !important;
      margin-right: -10px !important; } }
@media (max-width: 767px) {
  article#content header > *:not(#news-image) {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  article#content header #news-image {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  section#search-results .search-title {
    margin-left: 10px;
    margin-right: 10px; }
  section#search-results .search-filters {
    margin-left: 10px;
    margin-right: 10px; }
  section#search-results #search-content {
    margin-left: 10px;
    margin-right: 10px; }

  section#section-news {
    max-width: 540px; }
    section#section-news h2.newstitle {
      margin-left: 10px;
      margin-right: 10px; }

  section#branche-section-title {
    margin-left: 10px;
    margin-right: 10px; }

  section#section-themen .thementitle {
    margin-left: 10px;
    margin-right: 10px; }
  section#section-themen .thema .branche-card-body {
    margin-left: 10px;
    margin-right: 10px; }
  section#section-themen .thema .card-body .card-text {
    margin-left: 10px;
    margin-right: 10px; }
  section#section-themen .thema .card-body .card-title {
    margin-top: -30px;
    margin-left: 10px;
    margin-right: auto; }

  #viewlet-below-content-body {
    margin-left: 10px;
    margin-right: 10px; }

  #branche-buehne {
    margin-bottom: 60px; }
    #branche-buehne .buehne-container {
      height: 610px; }
      #branche-buehne .buehne-container .box {
        height: 85%; }
      #branche-buehne .buehne-container .text-container {
        width: 90%; }
        #branche-buehne .buehne-container .text-container .headline {
          font-size: 25px;
          padding-top: 30px;
          padding-right: unset; }
      #branche-buehne .buehne-container .bild {
        position: relative;
        top: 0px;
        padding-top: 5%;
        margin-left: 5%; }
        #branche-buehne .buehne-container .bild img {
          width: 90%; }

  #search #search {
    padding: 10px;
    text-align: center; }
  #search .row {
    flex-direction: column;
    margin-left: 12px;
    margin-right: 12px; }
    #search .row .col-md-4,
    #search .row .col-md-8 {
      padding: 0;
      margin-bottom: 10px;
      width: 100%; }

  #news .row {
    flex-direction: column;
    margin-left: 5px;
    margin-right: 12px; }
  #news .col-md-4 {
    margin-bottom: 1rem; }
  #news .col-md-8 {
    margin-bottom: 1rem; }
  #news img {
    width: 90%;
    height: auto;
    display: block; }
  #news .mb-1 {
    width: 90%; }
  #news .news-title {
    font-size: 18px; }
  #news .creationdate {
    font-size: 14px; }
  #news .news-description {
    font-size: 14px;
    max-height: 6em; } }
@media (min-width: 768px) and (max-width: 992px) {
  section#section-news.div, section#section-themen, .page-footer {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  section#section-news .newstitle {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  section#search-results .search-title {
    margin-left: 10px;
    margin-right: 10px; }
  section#search-results .search-filters {
    margin-left: 10px;
    margin-right: 10px; }
  section#search-results #search-content {
    margin-left: 10px;
    margin-right: 10px; }

  section#branche-section-title {
    margin-left: 10px;
    margin-right: 10px; } }
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 768px; }

  #section-title {
    width: 768px; }

  #section-news {
    max-width: 768px; }
    #section-news div.col {
      margin-right: 13px; }

  .portaltype-magazinfolder #section-title .title-line {
    margin-top: 186px; }
    .portaltype-magazinfolder #section-title .title-line h1 {
      font-size: 40px; }

  #news-image figure {
    margin: 0 0 1rem;
    margin-bottom: 10px; }
    #news-image figure img {
      width: 280px !important; }

  article#content header {
    margin: 0; }
  article#content article.article-body {
    margin: 0; }

  section#section-themen .thema .card-body .card-text {
    margin-left: 0px;
    margin-right: 0px; }

  #branche-section-title {
    margin-top: 220px; }
    #branche-section-title .container .desc {
      border-right: 1px solid #555; }
    #branche-section-title .container .right-container {
      margin-left: 5%; }
    #branche-section-title .container .title-line {
      font-size: 40px;
      top: auto; }
    #branche-section-title .container .col-md-5 {
      margin-top: 0px; }

  #search {
    padding: 0px;
    text-align: left; }
    #search .row {
      flex-direction: row;
      align-items: flex-start; }
      #search .row .col-md-4 {
        padding: 0;
        width: 160px;
        margin-bottom: 0; }
      #search .row .col-md-8 {
        padding: 0;
        margin-bottom: 0;
        width: 66.6%; }
    #search figure {
      height: auto;
      display: inline-block; }
      #search figure .search-img {
        max-width: 100%;
        object-fit: contain;
        width: 100%;
        max-height: none;
        object-fit: cover; }

  #news .mb-1 {
    width: auto; }
  #news .row {
    flex-direction: row; }
  #news .col-md-8 {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 26px; }
  #news .col-md-4 {
    flex: 0 0 auto;
    width: 33%; }
  #news img {
    width: auto;
    height: 155px;
    margin: 0 0;
    display: block; }
  #news .news-title {
    font-size: 21px; }
  #news .creationdate {
    font-size: 16px; }
  #news .news-description {
    font-size: 16px;
    max-height: 4.5em; }

  article#content > header {
    text-align: start; }

  #branche-buehne {
    margin-bottom: 100px; }
    #branche-buehne .buehne-container {
      height: 406px; }
      #branche-buehne .buehne-container .text-container {
        width: 40%; }
        #branche-buehne .buehne-container .text-container .headline {
          font-size: 25px;
          padding-top: 50px;
          padding-right: unset; }
      #branche-buehne .buehne-container .box {
        height: 350px; }
      #branche-buehne .buehne-container .bild {
        position: absolute;
        padding-top: 0px;
        margin-left: 0px;
        top: 56px;
        right: 60px; }
        #branche-buehne .buehne-container .bild img {
          width: 350px; }
        #branche-buehne .buehne-container .bild:hover {
          box-shadow: 0 10px 13px #777; } }
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 768px; }

  #section-title {
    width: 768px; }

  #section-news {
    max-width: 768px; } }
@media (min-width: 1080px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1080px; }
    .container article#content, .container-lg article#content, .container-md article#content, .container-sm article#content, .container-xl article#content {
      width: 768px; }

  #branche-buehne .buehne-container .text-container .headline h2 {
    font-size: 25px;
    padding-top: 80px;
    padding-right: 69px; }
  #branche-buehne .buehne-container .bild {
    top: -56px; }
    #branche-buehne .buehne-container .bild img {
      width: 550px; }

  #section-title {
    width: 1080px; }

  #section-news {
    max-width: 1080px; }

  #branche-section-title .portaltype-magazinfolder #section-title .title-line {
    margin-top: 283px; } }
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1080px; } }
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0; }

body.template-folder_contents article#content {
  width: 100%; }

#news {
  margin-bottom: 48px; }
  #news .creationdate {
    font-family: 'Source Serif 4' !important;
    font-size: 16px !important;
    color: #555555; }
  #news .news-description {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: 'Source Sans 3';
    max-height: 4.5em;
    max-width: 90%; }
  #news .news-title a {
    text-decoration: none; }
  #news h2 {
    margin: 0 !important; }
  #news .image-wrapper {
    position: relative;
    display: inline-block; }
    #news .image-wrapper .image-credit {
      writing-mode: vertical-rl;
      pointer-events: auto;
      position: absolute;
      bottom: 0px;
      left: 0px;
      background: rgba(128, 128, 128, 0.6);
      color: black;
      font-size: 12px;
      padding: 3px 1px;
      border-radius: 3px;
      z-index: 1;
      transform: rotate(180deg); }
  #news .row:hover .news-title {
    text-decoration: underline;
    text-decoration-style: dotted; }
  #news .more-news-a:hover {
    border-bottom: dotted 1px #000; }
  #news #title-header.row #news-image {
    width: 33%; }
  #news #title-header.row .col-md-7 {
    width: 50%;
    margin-left: 26px; }

article#content {
  width: 100%; }

.portaltype-news-item #news-image .image-credit {
  pointer-events: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(128, 128, 128, 0.6);
  color: black;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 3px;
  z-index: 1; }

.portaltype-news-item #news-image .image-wrapper {
  position: relative;
  display: inline-block; }

section#search-results .search-title h6 {
  color: #555; }

section#archiv {
  margin-top: 40px; }

.ausgabe-block {
  margin-top: 48px; }

:root {
  --blue: #004994;
  --white: #fff; }

@media (min-width: 0px) {
  section#archiv > .heftarchiv-wrapper header {
    margin-bottom: 30px !important; }
    section#archiv > .heftarchiv-wrapper header h1 {
      font-family: 'Source Sans', sans-serif !important; }
    section#archiv > .heftarchiv-wrapper header .description {
      font-family: 'Source Sans', sans-serif;
      font-size: 18px;
      color: #000; }
  section#archiv > .heftarchiv-wrapper .year-selection {
    margin-bottom: 20px; }
    section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper {
      position: relative;
      display: flex;
      align-items: center;
      padding: 0 20px;
      max-width: 100%;
      overflow: hidden; }
      section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-container {
        display: none; }
      section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-btn svg .circle {
        fill: var(--blue);
        stroke: var(--blue);
        stroke-width: 1.5; }
      section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-btn svg .arrow {
        fill: var(--white); }
      section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-btn:hover svg .circle,
      section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-btn:focus-visible svg .circle {
        fill: var(--white); }
      section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-btn:hover svg .arrow,
      section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-btn:focus-visible svg .arrow {
        fill: var(--blue); }
      section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-btn {
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.9);
        border: none;
        cursor: pointer;
        z-index: 1;
        padding: 0; }
        section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-btn.left {
          left: 0; }
        section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-btn.right {
          right: 0; }
      section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-container {
        display: flex;
        gap: 25px;
        overflow-x: auto;
        scroll-behavior: smooth;
        margin: 0 1rem;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-container::-webkit-scrollbar {
          display: none; }
        section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-container .year-box {
          width: 297px;
          height: 135px;
          background-color: #ffe4b3;
          cursor: pointer;
          border: 2px solid transparent;
          flex-shrink: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 24px;
          box-sizing: border-box; }
          section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-container .year-box.selected {
            background-color: #f7a600; }
            section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-container .year-box.selected .year {
              color: #000 !important; }
          section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-container .year-box:hover .year {
            text-decoration: underline dotted; }
          section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-container .year-box .box-content {
            display: flex;
            align-items: center;
            gap: 24px; }
            section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-container .year-box .box-content .icon svg {
              width: 55px;
              height: 55px; }
            section#archiv > .heftarchiv-wrapper .year-selection .scroll-container-wrapper .scroll-container .year-box .box-content .year {
              font-family: 'Source Serif', serif;
              font-weight: bold;
              font-size: 36px;
              color: #004994;
              text-align: right; }
  section#archiv > .heftarchiv-wrapper .ausgaben-anzeige .ausgabe-titel {
    font-family: 'Source Serif', serif;
    font-weight: 600;
    font-size: 28px;
    color: #004994;
    margin-bottom: 18px; }
  section#archiv > .heftarchiv-wrapper .ausgaben-anzeige .hefte-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em; }
  section#archiv > .heftarchiv-wrapper .ausgaben-anzeige .heft {
    width: 146px;
    text-align: center; }
    section#archiv > .heftarchiv-wrapper .ausgaben-anzeige .heft .branche {
      color: #000;
      font-size: 16px; }
    section#archiv > .heftarchiv-wrapper .ausgaben-anzeige .heft:hover {
      transform: scale(1.05); }
      section#archiv > .heftarchiv-wrapper .ausgaben-anzeige .heft:hover .branche {
        text-decoration: underline dotted; }
    section#archiv > .heftarchiv-wrapper .ausgaben-anzeige .heft img {
      width: 146px;
      object-fit: cover;
      margin-bottom: 10px;
      border: 1px solid #ccc; } }
@media (max-width: 768px) {
  section#archiv .heftarchiv-wrapper {
    padding: 0 1em; }
    section#archiv .heftarchiv-wrapper header {
      margin-bottom: 0px !important; }
    section#archiv .heftarchiv-wrapper header h1 {
      margin-top: 10px;
      font-size: 40px; }
    section#archiv .heftarchiv-wrapper header .description {
      font-size: 16px; }
    section#archiv .heftarchiv-wrapper .year-selection .scroll-container-wrapper {
      padding: 0; }
    section#archiv .heftarchiv-wrapper .year-selection .scroll-btn {
      display: none; }
    section#archiv .heftarchiv-wrapper .year-selection .scroll-container {
      gap: 16px;
      padding: 0.5em 0; }
    section#archiv .heftarchiv-wrapper .year-selection .year-box {
      width: 260px;
      height: 120px;
      padding: 0 16px; }
    section#archiv .heftarchiv-wrapper .year-selection .box-content {
      gap: 16px; }
    section#archiv .heftarchiv-wrapper .year-selection .box-content .icon svg {
      width: 40px;
      height: 40px; }
    section#archiv .heftarchiv-wrapper .year-selection .box-content .year {
      font-size: 28px; }
    section#archiv .heftarchiv-wrapper .ausgaben-anzeige .ausgabe-titel {
      font-size: 22px;
      text-align: center; }
    section#archiv .heftarchiv-wrapper .ausgaben-anzeige .hefte-grid {
      justify-content: center;
      gap: 1.5em; }
    section#archiv .heftarchiv-wrapper .ausgaben-anzeige .heft {
      width: 120px; }
    section#archiv .heftarchiv-wrapper .ausgaben-anzeige .heft img {
      width: 120px; } }
@media (max-width: 992px) and (min-width: 768px) {
  section#archiv {
    max-width: 768px; } }
#scrollToTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  background-color: #f39200;
  color: white;
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: grid;
  place-items: center;
  padding: 0;
  line-height: 0; }
  #scrollToTop:hover {
    background-color: #f7bd66; }
  #scrollToTop.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }
  #scrollToTop svg {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    transform: rotate(-90deg);
    transform-origin: 50% 50%; }

:root {
  --cc-btn-primary-bg: #004994 !important;
  --cc-btn-primary-hover-bg: #ffffff !important;
  --cc-btn-primary-hover-color: #004994 !important;
  --cc-btn-primary-hover-border-color: #004994 !important;
  --cc-btn-secondary-bg: #ffffff !important;
  --cc-btn-secondary-color: #004994 !important;
  --cc-btn-secondary-hover-bg: #004994 !important;
  --cc-btn-secondary-hover-color: #ffffff !important; }

.cookie-button {
  display: inline-flex;
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #004994;
  background-color: #004994;
  cursor: pointer;
  transition: background-color 0.3s, fill 0.3s; }
  .cookie-button svg {
    width: 24px;
    height: 24px;
    fill: white;
    transition: fill 0.3s; }
  .cookie-button:hover {
    background-color: white; }
    .cookie-button:hover svg {
      fill: #004994; }

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