/* latin */
@font-face {
  font-family: "AtkinsonHyperlegible";
  font-style: italic;
  font-weight: 400;
  src: url(../Fonts/Atkinson_Hyperlegible/AtkinsonHyperlegible-Italic.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "AtkinsonHyperlegible";
  font-style: italic;
  font-weight: 700;
  src: url(../Fonts/Atkinson_Hyperlegible/AtkinsonHyperlegible-BoldItalic.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "AtkinsonHyperlegible";
  font-style: normal;
  font-weight: 400;
  src: url(../Fonts/Atkinson_Hyperlegible/AtkinsonHyperlegible-Regular.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "AtkinsonHyperlegible";
  font-style: normal;
  font-weight: 700;
  src: url(../Fonts/Atkinson_Hyperlegible/AtkinsonHyperlegible-Bold.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --fontsize-basic: 1.125rem;
  --fontsize-small: 0.875rem;
  --fontsize-h1: 3rem;
  --fontsize-h2: 2.25rem;
  --fontsize-h3: 1.5rem;
  --fontsize-button: 1.25rem;
  --fontsize-highlight: 2rem;
  --fontsize-big: 1.5rem;
  --fontsize-h1-news-single: 3rem;
  --icon-size: 1.5rem;
  --icon-size-big: 2.5rem;
  --icon-size-navigation: 4.5rem;
  --frame-space-xl: 10rem;
  --frame-space-l: 5rem;
  --frame-space-m: 3.75rem;
  --frame-space-s: 1.875rem;
  --frame-space-xs: 1.25rem;
  --basic-grid-padding: 40px;
  --basic-padding: 20px;
  --basic-paragraph-margin: 1.25rem;
  --page-logo-height: 80px;
}

@media only screen and (max-width: 1399px) {
  :root {
    --fontsize-basic: 1.125rem;
    --fontsize-small: 0.875rem;
    --fontsize-h1: 2.5rem;
    --fontsize-h2: 2rem;
    --fontsize-h3: 1.5rem;
    --fontsize-button: 1.25rem;
    --fontsize-highlight: 1.5rem;
    --fontsize-big: 1.5rem;
    --icon-size: 1.5rem;
    --icon-size-big: 2.5rem;
    --icon-size-navigation: 4.5rem;
    --frame-space-xl: 10rem;
    --frame-space-l: 5rem;
    --frame-space-m: 3.75rem;
    --frame-space-s: 1.875rem;
    --frame-space-xs: 1.25rem;
    --basic-grid-padding: 40px;
    --basic-padding: 20px;
    --basic-paragraph-margin: 1.25rem;
    --page-logo-height: 80px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --fontsize-basic: 1rem;
    --fontsize-small: 0.875rem;
    --fontsize-h1: 2.25rem;
    --fontsize-h2: 1.75rem;
    --fontsize-h3: 1.25rem;
    --fontsize-button: 1.125rem;
    --fontsize-highlight: 1.25rem;
    --fontsize-big: 1.25rem;
    --icon-size: 1.25rem;
    --icon-size-big: 2rem;
    --icon-size-navigation: 3rem;
    --frame-space-xl: 5rem;
    --frame-space-l: 2.5rem;
    --frame-space-m: 1.875rem;
    --frame-space-s: 1.25rem;
    --frame-space-xs: 0.6125rem;
    --basic-grid-padding: 20px;
    --basic-padding: 20px;
    --basic-paragraph-margin: 1rem;
    --page-logo-height: 60px;
  }
}


body .cf-cookie-openconsent {
	background: #eeeeee;
}

.row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: var(--basic-grid-padding);
  grid-row-gap: var(--basic-grid-padding);
}
.row.no-gap {
  grid-gap: 0;
}
.row.align-top > .col {
  display: flex;
  align-items: start;
}
.row.align-center > .col {
  display: flex;
  align-items: center;
}
.row.align-bottom > .col {
  display: flex;
  align-items: end;
}
.row.height-100 > .col > .grid-align-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.row .grid-align-wrapper {
  width: 100%;
}

.col-lg-1 {
  grid-column: span 1;
}

.col-lg-2 {
  grid-column: span 2;
}

.col-lg-3 {
  grid-column: span 3;
}

.col-lg-4 {
  grid-column: span 4;
}

.col-lg-5 {
  grid-column: span 5;
}

.col-lg-6 {
  grid-column: span 6;
}

.col-lg-7 {
  grid-column: span 7;
}

.col-lg-8 {
  grid-column: span 8;
}

.col-lg-9 {
  grid-column: span 9;
}

.col-lg-10 {
  grid-column: span 10;
}

.col-lg-11 {
  grid-column: span 11;
}

.col-lg-12 {
  grid-column: span 12;
}

.col-lg-none, .col-lg-0 {
  display: none !important;
}

@media only screen and (max-width: 1399px) {
	
	/* rechte Spalte bei Newslisten oben anzeigen */
	.grid-wrapper .row .col-lg-8:has(.news-list-view) {
		grid-row-start: 2;
	}
	.grid-wrapper .row:has(.col-lg-8 .news-list-view) {
		grid-row-gap: 10px;
	}
	
	/* SocialIcons nicht umbrechen */
	.ce-gallery[data-ce-columns="4"] .ce-row {
		grid-template-columns: repeat(4, 1fr) !important;
	}
	
  .col-sm-1 {
    grid-column: span 1;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm-12 {
    grid-column: span 12;
  }
  .col-lg-none, .col-lg-0 {
    display: block !important;
  }
  .row.align-top > .col-lg-0, .row.align-center > .col-lg-0, .rwo.align-bottom > .col-lg-0 {
    display: flex !important;
  }
  .col-sm-none, .col-sm-0 {
    display: none !important;
  }
}
/* Debugging */
.extbase-debugger {
  margin: 0;
  border-radius: 0;
  border-bottom: 3px solid #f00;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* Some basics */
html, body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background: #FFFFFF;
  font-size: var(--fontsize-basic);
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
  font-family: "AtkinsonHyperlegible", sans-serif;
  hyphens: auto;
}

header {
  margin-bottom: var(--frame-space-s);
}
header:last-child {
  margin-bottom: 0;
}

.frame-type-table {
  width: 100%;
  overflow: auto;
}

.background-color-gray {
  background-color: #EAEAEA;
}

.background-color-main {
  background-color: #0063A6;
  color: #FFFFFF;
}
.background-color-main .button {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

/**
 * Gallerien
 */
img {
  max-width: 100%;
  height: auto;
}

.img-copyright {
  text-align: right;
  font-size: var(--fontsize-small);
}

.ce-gallery .ce-row {
  display: grid;
  grid-gap: var(--basic-grid-padding);
  grid-row-gap: var(--basic-padding);
}
.ce-gallery .ce-row .ce-row {
  max-width: 100%;
}
.ce-gallery .ce-row .ce-column {
  margin: 0;
}
.ce-gallery[data-ce-columns="1"] .ce-row {
  grid-template-columns: repeat(1, 1fr);
}
.ce-gallery[data-ce-columns="2"] .ce-row {
  grid-template-columns: repeat(2, 1fr);
}
.ce-gallery[data-ce-columns="3"] .ce-row {
  grid-template-columns: repeat(3, 1fr);
}
.ce-gallery[data-ce-columns="4"] .ce-row {
  grid-template-columns: repeat(4, 1fr);
}
.ce-gallery[data-ce-columns="5"] .ce-row {
  grid-template-columns: repeat(5, 1fr);
}
.ce-gallery[data-ce-columns="6"] .ce-row {
  grid-template-columns: repeat(6, 1fr);
}
.ce-gallery[data-ce-columns="7"] .ce-row {
  grid-template-columns: repeat(7, 1fr);
}
.ce-gallery[data-ce-columns="8"] .ce-row {
  grid-template-columns: repeat(8, 1fr);
}

@media (max-width: 1399px) {
  .ce-gallery {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    margin-bottom: var(--basic-grid-padding) !important;
  }
  .ce-gallery .ce-row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.f3-widget-paginator {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: var(--frame-space-m);
}
.f3-widget-paginator li {
  display: inline-block;
  list-style: none;
}
.f3-widget-paginator li:not(:first-child) {
  margin-left: var(--frame-space-s);
}

.frame-type-menu_subpages ul, .frame-type-menu_pages ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.frame-type-menu_subpages li, .frame-type-menu_pages li {
  list-style: none;
  padding: calc(var(--basic-padding) / 2) var(--basic-padding);
  margin-bottom: var(--basic-paragraph-margin);
  background-color: #0063A6;
  color: #FFFFFF;
  display: block;
  flex-grow: 1;
  flex-basis: max-content;
  position: relative;
  padding-right: calc(2 * var(--basic-padding) + var(--icon-size-big));
}
.frame-type-menu_subpages li::after, .frame-type-menu_pages li::after {
  content: "";
  position: absolute;
  width: var(--icon-size-big);
  height: var(--icon-size-big);
  top: 50%;
  transform: translateY(-50%);
  right: var(--basic-padding);
  background-image: url("../Icons/news_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.frame-type-menu_subpages a, .frame-type-menu_pages a {
  text-decoration: none;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font-size: var(--fontsize-big);
  min-height: calc(2.8 * var(--fontsize-big));
}
.frame-type-menu_subpages a:hover, .frame-type-menu_pages a:hover {
  text-decoration: underline;
}

.frame-type-felogin_login label {
  display: block;
}

.icon {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  background-color: #0063A6;
  vertical-align: middle;
}
.background-color-main .icon {
  background-color: #FFFFFF;
}
.icon.color-font {
  background-color: #000000;
}
.icon.color-secondary {
  background-color: #CC051C;
}
.icon.icon-news {
  mask-image: url("../Icons/news_icon.svg");
}
.icon.icon-arrow {
  mask-image: url("../Icons/arrow_icon.svg");
}
.icon.icon-search {
  mask-image: url("../Icons/search_icon.svg");
}
.icon.big {
  width: var(--icon-size-big);
  height: var(--icon-size-big);
}

.teaser-icons {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
.teaser-icons.icon-1 {
  background-image: url("../Icons/PageTeaser/1.svg");
}
.teaser-icons.icon-2 {
  background-image: url("../Icons/PageTeaser/2.svg");
}
.teaser-icons.icon-3 {
  background-image: url("../Icons/PageTeaser/3.svg");
}
.teaser-icons.icon-4 {
  background-image: url("../Icons/PageTeaser/4.svg");
}
.teaser-icons.icon-5 {
  background-image: url("../Icons/PageTeaser/5.svg");
}
.teaser-icons.icon-6 {
  background-image: url("../Icons/PageTeaser/6.svg");
}
.teaser-icons.icon-7 {
  background-image: url("../Icons/PageTeaser/7.svg");
}
.teaser-icons.icon-8 {
  background-image: url("../Icons/PageTeaser/8.svg");
}
.teaser-icons.icon-9 {
  background-image: url("../Icons/PageTeaser/9.svg");
}
.teaser-icons.icon-10 {
  background-image: url("../Icons/PageTeaser/10.svg");
}

.address-map .search-form {
  margin-bottom: var(--basic-paragraph-margin);
}
.address-map .search-form form {
  display: flex;
  gap: var(--basic-padding);
  align-items: start;
  flex-wrap: wrap;
}
.address-map .search-form input[type=text] {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 280px;
  flex-basis: 280px;
}
.address-map .search-form input[type=submit] {
  font-size: 0;
}
.address-map .map-wrapper {
  margin-bottom: var(--basic-paragraph-margin);
}
.address-map .map-control {
  margin-bottom: var(--basic-paragraph-margin);
}
.address-map .map {
  width: 100%;
  height: 50vh;
}
.address-map .leaflet-popup-content {
  font-size: var(--fontsize-basic);
}
.address-map .result-table {
  margin-bottom: var(--frame-space-m);
  width: 100%;
}
.address-map .result-table thead {
  text-align: left;
  font-size: var(--fontsize-big);
}
.address-map .result-table thead th {
  padding: calc(var(--basic-padding) / 2) var(--basic-padding);
}
.address-map .result-table thead th:first-child {
  padding-left: 0;
}
.address-map .result-table thead th:last-child {
  padding-right: 0;
}
.address-map .result-table tbody td {
  padding: calc(var(--basic-padding) / 2) var(--basic-padding);
}
.address-map .result-table tbody td:first-child {
  padding-left: 0;
}
.address-map .result-table tbody td:last-child {
  padding-right: 0;
}
@media (max-width: 680px) {
  .address-map .result-table thead {
    font-size: var(--fontsize-basic);
  }
  .address-map .result-table thead th {
    padding: calc(var(--basic-padding) / 2);
  }
  .address-map .result-table tbody td {
    padding: calc(var(--basic-padding) / 2);
  }
}

.desktop-only {
  display: block !important;
}

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

@media (max-width: 1399px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}
.content-width-box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.frame, .grid-wrapper {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.frame, .grid-wrapper {
  margin-bottom: var(--frame-space-m);
}
.frame:first-child, .grid-wrapper:first-child {
  margin-top: var(--frame-space-m);
}
.frame .frame:first-child, .frame .grid-wrapper:first-child, .grid-wrapper .frame:first-child, .grid-wrapper .grid-wrapper:first-child {
  margin-top: 0;
}
.frame .frame:last-child, .frame .grid-wrapper:last-child, .grid-wrapper .frame:last-child, .grid-wrapper .grid-wrapper:last-child {
  margin-bottom: 0;
}
.frame.frame-space-before-none, .grid-wrapper.frame-space-before-none {
  margin-top: 0 !important;
}
.frame.frame-space-before-extra-small, .grid-wrapper.frame-space-before-extra-small {
  margin-top: var(--frame-space-xs) !important;
}
.frame.frame-space-before-small, .grid-wrapper.frame-space-before-small {
  margin-top: var(--frame-space-s) !important;
}
.frame.frame-space-before-medium, .grid-wrapper.frame-space-before-medium {
  margin-top: var(--frame-space-m) !important;
}
.frame.frame-space-before-large, .grid-wrapper.frame-space-before-large {
  margin-top: var(--frame-space-l) !important;
}
.frame.frame-space-before-extra-large, .grid-wrapper.frame-space-before-extra-large {
  margin-top: var(--frame-space-xl) !important;
}
.frame.frame-space-after-none, .grid-wrapper.frame-space-after-none {
  margin-bottom: 0 !important;
}
.frame.frame-space-after-extra-small, .grid-wrapper.frame-space-after-extra-small {
  margin-bottom: var(--frame-space-xs) !important;
}
.frame.frame-space-after-small, .grid-wrapper.frame-space-after-small {
  margin-bottom: var(--frame-space-s) !important;
}
.frame.frame-space-after-medium, .grid-wrapper.frame-space-after-medium {
  margin-bottom: var(--frame-space-m) !important;
}
.frame.frame-space-after-large, .grid-wrapper.frame-space-after-large {
  margin-bottom: var(--frame-space-l) !important;
}
.frame.frame-space-after-extra-large, .grid-wrapper.frame-space-after-extra-large {
  margin-bottom: var(--frame-space-xl) !important;
}

.frame > :last-child {
  margin-bottom: 0;
}

.grid-wrapper.background-color-gray {
  padding: var(--frame-space-m) 0;
}
@media only screen and (max-width: 1399px) {
  .grid-wrapper.background-color-gray {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    min-width: 100%;
  }
  .grid-wrapper.background-color-gray .grid-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #000;
  color: #fff !important;
  padding: 10px;
  z-index: 100000;
}
.skip-link:focus {
  top: 0;
}

.page-header {
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  z-index: 10000;
  margin-bottom: 0;
}
.page-header.scrolled {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3647058824);
}
.page-header a {
  text-decoration: none;
  font-weight: 400;
}
.page-header a:hover {
  text-decoration: underline;
}
.page-header .header-top-row {
  padding: 20px 0;
  background-color: #0063A6;
  color: #FFFFFF;
}
.page-header .header-top-row > .content-width-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header .header-top-row a {
  color: #FFFFFF;
}
@media only screen and (max-width: 1399px) {
  .page-header .header-top-row {
    padding: 20px 20px;
  }
}
.page-header .header-bottom-row {
  position: relative;
}
.page-header .header-bottom-row > .content-width-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header .header-bottom-row a, .page-header .header-bottom-row .menu-item-text {
  color: #0063A6;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .page-header .header-bottom-row {
    padding: 0 20px;
  }
}
.page-header .page-logo {
  height: var(--page-logo-height);
  font-size: 0;
  padding: 20px 0;
}
.page-header .page-logo img {
  max-height: 100%;
  width: auto;
  max-width: calc(var(--page-logo-height) * 5);
}
.page-header .page-menu > .menu-wrapper {
  display: inline-block;
}
.page-header .page-menu .button {
  color: #CC051C;
}
.page-header .page-readspeaker {
  margin: 0;
  margin-left: auto;
  min-width: 165px;
}
.page-header .page-readspeaker ul {
  margin: 0;
  padding: 0;
}
.page-header .page-readspeaker li {
  list-style: none;
  margin: 0;
}
.page-header .page-quicklinks {
  margin-left: 20px;
}
.page-header .page-quicklinks ul {
  margin: 0;
  padding: 0;
}
.page-header .page-quicklinks li {
  list-style: none;
  display: inline-block;
}
.page-header .page-quicklinks li:not(:first-child) {
  margin-left: 30px;
}

.page-header .sociallinks_header {
	display: flex;
	align-items: center;
	margin-left: 20px;
	gap: 10px;
}

.page-header .sociallinks_header img {
	width: 30px;
	height: auto;
	display: block;
}

.page-header .page-search {
  margin-left: 20px;
  font-size: 0;
}
.page-header .page-search a {
  display: inline-block;
  background-image: url("../Icons/search_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: var(--icon-size);
  height: var(--icon-size);
}

#header_top {
  transition: 1s all;
}
#header_top.color-vielfalt {
  background-color: #3D0022;
}
#header_top.color-toleranz {
  background-color: #AD3700;
}
#header_top.color-chancengleichheit {
  background-color: #937300;
}
#header_top.color-teilhabe {
  background-color: #4B7B00;
}

.page-menu ul {
  margin: 0;
  padding: 0;
}
.page-menu li {
  list-style: none;
  display: inline-block;
}
.page-menu a:hover, .page-menu a:focus, .page-menu .menu-item-text:hover, .page-menu .menu-item-text:focus {
  text-decoration: none;
  color: #CC051C;
}
.page-menu .menu-item-text {
  border: none;
}
.page-menu .navi-2 {
  display: none;
}
.page-menu .navi-1 > ul > li > a, .page-menu .navi-1 > ul > li .menu-item-text {
  display: block;
  padding: 20px 15px;
  font-size: var(--fontsize-basic);
  line-height: var(--page-logo-height);
}
.page-menu .navi-1 > ul > li.has-subpages > .menu-opener::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: calc(var(--basic-padding) / 2);
  width: var(--icon-size);
  height: var(--icon-size);
  background-image: url("../Icons/arrow_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s;
  vertical-align: text-bottom;
}
.page-menu .navi-1 > ul > li.open {
  border-bottom: 5px solid #CC051C;
}
.page-menu .navi-1 > ul > li.open > a, .page-menu .navi-1 > ul > li.open .menu-item-text {
  color: #000000;
  padding-bottom: 15px;
}
.page-menu .navi-1 > ul > li.open > .menu-wrapper {
  display: block;
}
.page-menu .navi-1 > ul > li.open.has-subpages > .menu-opener::after {
  transform: rotate(90deg);
}
.page-menu .navi-2 {
  position: absolute;
  max-height: calc(100vh - (var(--page-logo-height) + 80px + 1.4 * var(--fontsize-basic)));
  overflow: scroll;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #EAEAEA;
}
.page-menu .navi-2 > ul {
  columns: 2;
  column-gap: 100px;
  width: 100%;
  max-width: 1400px;
  margin: var(--frame-space-m) auto;
}
.page-menu .navi-2 > ul > li {
  box-sizing: border-box;
  display: inline-block;
}
.page-menu .navi-2 > ul > li > a {
  padding: 20px 0;
}
.page-menu .navi-2 a, .page-menu .navi-2 .menu-item-text {
  display: block;
  color: #000000;
  padding: 10px 0;
  font-size: var(--fontsize-h3);
  font-weight: 700;
}
.page-menu .navi-2 a:hover, .page-menu .navi-2 a:focus, .page-menu .navi-2 .menu-item-text:hover, .page-menu .navi-2 .menu-item-text:focus {
  color: #CC051C;
}
.page-menu .navi-2 a:after, .page-menu .navi-2 .menu-item-text:after {
  content: "";
  display: inline-block;
  margin-left: var(--basic-padding);
  width: var(--icon-size);
  height: var(--icon-size);
  background-image: url("../Icons/arrow_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 3px;
}
.page-menu .navi-2 li {
  width: 100%;
  display: block;
}
.page-menu .navi-3 {
  margin-bottom: 20px;
  padding-left: 20px;
}
.page-menu .navi-3 a {
  display: inline-block;
  font-size: var(--fontsize-big);
}
.page-menu .navi-3 li {
  border-bottom: 1px solid #000000;
}

.page-menu .navi-4 {
  padding-left: 20px;
}
.page-menu .navi-4 a {
  display: inline-block;
  font-size: var(--fontsize-basic);
}

.page-menu .navi-4 li {
  border-bottom: 0px solid #000000;
}

.page-burger-menu {
  height: 40px;
  width: 60px;
  font-size: 0;
  background-image: url("../Icons/burger-menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-position: center;
}
.page-burger-menu::after {
  content: none;
}
.menu-open .page-burger-menu {
  background-image: url("../Icons/burger-close.svg");
}

.page-mobile-menu {
  position: absolute;
  visibility: hidden;
  box-sizing: border-box;
  height: 0;
  overflow: scroll;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #EAEAEA;
  transition: 1s;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.menu-open .page-mobile-menu {
  visibility: visible;
  padding: 20px;
  height: calc(100vh - (var(--page-logo-height) + 80px + 1.4 * var(--fontsize-basic)));
}
.page-mobile-menu .navi-2, .page-mobile-menu .navi-3 {
  display: none;
}
.page-mobile-menu ul {
  margin: 0;
  padding: 0;
}

.page-mobile-menu .navi-2 ul {
  padding-left: 20px;
}

.page-mobile-menu li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
}
.page-mobile-menu li > .menu-wrapper {
  margin-top: 10px;
}
.page-mobile-menu li.has-subpages > .opener-icon {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: var(--basic-padding);
  width: var(--icon-size);
  height: var(--icon-size);
  background-image: url("../Icons/arrow_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s;
}
.page-mobile-menu li.open > .menu-wrapper {
  display: block;
}
.page-mobile-menu li.open.has-subpages > .opener-icon {
  transform: rotate(90deg);
}
.page-mobile-menu a {
  color: #000000 !important;
  text-decoration: none;
}
.page-mobile-menu a:hover, .page-mobile-menu a:focus {
  color: #CC051C !important;
}
.page-mobile-menu .menu-item-text {
  color: #000000 !important;
}
.page-mobile-menu .navi-1 button {
  font-size: var(--fontsize-h3);
  line-height: calc(1.4 * var(--fontsize-h3));
  border: none;
  padding: 0;
  letter-spacing: 0;
}
.page-mobile-menu .navi-1 li, .page-mobile-menu .navi-1 a {
  font-size: var(--fontsize-h3);
}
.page-mobile-menu .navi-1 .opener-icon {
  width: var(--fontsize-h3);
  height: var(--fontsize-h3);
}
.page-mobile-menu .navi-2 li, .page-mobile-menu .navi-2 a {
  font-size: var(--fontsize-big);
}
.page-mobile-menu .navi-2 .opener-icon {
  width: var(--fontsize-big);
  height: var(--fontsize-big);
}
.page-mobile-menu .navi-3 li, .page-mobile-menu .navi-3 a {
  font-size: var(--fontsize-basic);
}
.page-mobile-menu .navi-3 li::after {
  width: var(--fontsize-basic);
  height: var(--fontsize-basic);
}
.page-mobile-menu .button {
  color: #CC051C !important;
}

.page-keyvisual {
  width: 100%;
  box-sizing: border-box;
  background-color: #0063A6;
  color: #FFFFFF;
  padding: 40px 0;
}
.page-keyvisual a {
  color: #FFFFFF;
}
.page-keyvisual .frame, .page-keyvisual .grid-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.page-keyvisual .frame.vc-main-slider, .page-keyvisual .frame.frame-type-image, .page-keyvisual .grid-wrapper.vc-main-slider, .page-keyvisual .grid-wrapper.frame-type-image {
  max-width: 100%;
}
.page-keyvisual .frame.vc-main-slider:first-child, .page-keyvisual .frame.frame-type-image:first-child, .page-keyvisual .grid-wrapper.vc-main-slider:first-child, .page-keyvisual .grid-wrapper.frame-type-image:first-child {
  margin-top: -40px;
}
.page-keyvisual .frame.vc-main-slider:last-child, .page-keyvisual .frame.frame-type-image:last-child, .page-keyvisual .grid-wrapper.vc-main-slider:last-child, .page-keyvisual .grid-wrapper.frame-type-image:last-child {
  margin-bottom: -40px;
}
.page-keyvisual .frame:first-child, .page-keyvisual .grid-wrapper:first-child {
  margin-top: 0;
}
.page-keyvisual .frame:last-child, .page-keyvisual .grid-wrapper:last-child {
  margin-bottom: 0;
}
.page-keyvisual h1:last-child, .page-keyvisual h2:last-child, .page-keyvisual h3:last-child, .page-keyvisual h4:last-child, .page-keyvisual .h1-style:last-child, .page-keyvisual .h2-style:last-child, .page-keyvisual .h3-style:last-child, .page-keyvisual .h4-style:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .page-keyvisual {
    padding: 40px 20px;
  }
}

.page-rootline {
  background-color: #267AB3;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  line-height: 26px;
  font-size: var(--fontsize-small);
}
.page-rootline a {
  color: #FFFFFF;
  font-weight: 400;
}
.page-rootline .breadcrumb {
  margin: 0;
  padding: 10px 0;
  color: #FFFFFF;
}
.page-rootline .breadcrumb a {
  text-decoration: none;
}
.page-rootline .breadcrumb a:hover {
  text-decoration: underline;
}
.page-rootline .breadcrumb .breadcrumb-item, .page-rootline .breadcrumb .breadcrumb-seperator {
  list-style: none;
  display: inline-block;
}
.page-rootline .breadcrumb .breadcrumb-item:not(:last-of-type), .page-rootline .breadcrumb .breadcrumb-seperator:not(:last-of-type) {
  margin-right: 10px;
}
.page-rootline .breadcrumb .breadcrumb-seperator {
  color: #FFFFFF;
}
@media only screen and (max-width: 1399px) {
  .page-rootline {
    padding: 0 20px;
  }
}

.page-content {
  width: 100%;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}
.page-content > .frame {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1399px) {
  .page-content {
    padding: 0 20px;
  }
}

.page-footer {
  padding: 100px 0;
  background-color: #0063A6;
  color: #FFFFFF;
}
.page-footer a {
  color: #FFFFFF;
}
.page-footer .frame:first-child, .page-footer .grid-wrapper:first-child {
  margin-top: 0;
}
.page-footer .frame:last-child, .page-footer .grid-wrapper:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .page-footer {
    padding: 20px;
  }
}
.page-footer .frame-type-menu_subpages ul, .page-footer .frame-type-menu_pages ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: var(--basic-grid-padding);
  grid-row-gap: 0;
}
.page-footer .frame-type-menu_subpages li, .page-footer .frame-type-menu_pages li {
  padding: calc(var(--basic-padding) / 2) 0;
  margin: 0;
  border-bottom: 1px solid #FFFFFF;
  background-color: transparent;
  color: inherit;
}
.page-footer .frame-type-menu_subpages li::after, .page-footer .frame-type-menu_pages li::after {
  content: none;
}
.page-footer .frame-type-menu_subpages a, .page-footer .frame-type-menu_pages a {
  display: initial;
  min-height: auto;
  color: inherit;
  font-size: var(--fontsize-basic);
  font-weight: 400;
}

.cf-cookie-openconsent {
  z-index: 9999;
}

.tx-kesearch-pi1 .kesearchbox {
  margin-bottom: var(--frame-space-s);
}
.tx-kesearch-pi1 .clearer {
  display: none;
}
.tx-kesearch-pi1 .resetbutt {
  display: block;
  margin-bottom: var(--frame-space-s);
}
.tx-kesearch-pi1 .submitbutt {
  display: block;
}
.tx-kesearch-pi1 .kesearch_pagebrowser {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tx-kesearch-pi1 .kesearch_pagebrowser ul {
  margin: 0;
  padding: 0;
}
.tx-kesearch-pi1 .kesearch_pagebrowser:first-child {
  margin-bottom: var(--frame-space-m);
}
.tx-kesearch-pi1 .kesearch_pagebrowser:last-child {
  margin-top: var(--frame-space-m);
}
.tx-kesearch-pi1 .kesearch_pagebrowser li {
  display: inline-block;
  list-style: none;
}
.tx-kesearch-pi1 .kesearch_pagebrowser li:not(:first-child) {
  margin-left: var(--frame-space-s);
}
.tx-kesearch-pi1 .kesearch_pagebrowser a {
  text-decoration: none;
}
.tx-kesearch-pi1 .kesearch_results .hit {
  font-weight: bold;
  text-decoration: underline;
}
.tx-kesearch-pi1 .result-list-item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row-gap: var(--basic-paragraph-margin);
  grid-column-gap: var(--basic-grid-padding);
  margin-bottom: var(--frame-space-m);
}
.tx-kesearch-pi1 .result-number {
  grid-column: span 12;
}
.tx-kesearch-pi1 .result-title {
  grid-column: span 12;
}
.tx-kesearch-pi1 .add-info {
  grid-column: span 12;
}
.tx-kesearch-pi1 .teaser_icon {
  grid-column: span 2;
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.tx-kesearch-pi1 .teaser_icon img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tx-kesearch-pi1 .result-teaser {
  grid-column: span 10;
}
@media (max-width: 1399px) {
  .tx-kesearch-pi1 .teaser_icon {
    grid-column: span 4;
  }
  .tx-kesearch-pi1 .result-teaser {
    grid-column: span 8;
  }
}

.news-list-view {
  width: 100%;
}
.news-list-view .news-list-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--basic-grid-padding);
  margin-bottom: var(--frame-space-m);
}
.news-list-view .news-list-wrapper:last-child {
  margin-bottom: 0;
}
.news-list-view .news-list-wrapper.columns-1 {
  grid-template-columns: 1fr;
}
.news-list-view .news-list-wrapper.columns-2 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1399px) {
  .news-list-view .news-list-wrapper.columns-2 {
    grid-template-columns: 1fr;
  }
}
.news-list-view .news-list-wrapper.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1399px) {
  .news-list-view .news-list-wrapper.columns-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 680px) {
  .news-list-view .news-list-wrapper.columns-3 {
    grid-template-columns: 1fr;
  }
}
.news-list-view a.news-item {
  background-color: #EAEAEA;
  color: #000000;
  text-decoration: none;
  transition: 0.5s all;
}
.news-list-view a.news-item .text-big {
  color: #0063A6;
  transition: 0.5s all;
}
.news-list-view a.news-item:hover {
  background-color: #0063A6;
  color: #FFFFFF;
}
.news-list-view a.news-item:hover .text-big {
  color: #FFFFFF;
}
.news-list-view .f3-widget-paginator {
  grid-column: span 3;
}
@media (max-width: 1399px) {
  .news-list-view {
    grid-template-columns: 1fr;
  }
  .news-list-view .f3-widget-paginator {
    grid-column: span 1;
  }
}
.news-list-view .header {
  margin-bottom: var(--basic-paragraph-margin);
}
.news-list-view .news-img-wrap {
  width: 100%;
  margin: 0;
  aspect-ratio: 440/255;
  overflow: hidden;
  position: relative;
}
.news-list-view .news-img-wrap img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.news-list-view .text-wrap {
  padding: var(--basic-padding);
}
.news-list-view .teaser-description {
  margin-bottom: var(--basic-paragraph-margin);
}
.news-list-view .show-more {
  margin-top: var(--basic-grid-padding);
  text-align: right;
}
.news-list-view .show-more a {
  text-decoration: none;
  font-size: var(--fontsize-big);
}
@media only screen and (max-width: 680px) {
  .news-list-view .show-more a {
    font-size: var(--fontsize-basic);
  }
}
.news-list-view.Layout-Slider {
  position: relative;
}
.news-list-view.Layout-Slider .show-more {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  z-index: 1;
  line-height: var(--icon-size-navigation);
}
.news-list-view .owl-item:not(.active) a {
  display: none;
}
.news-list-view .owl-stage {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.news-list-view .owl-item {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.news-list-view .owl-item > * {
  height: 100%;
}
.news-list-view .owl-nav {
  margin-top: var(--basic-paragraph-margin);
  display: grid;
  align-items: start;
  grid-column-gap: var(--basic-grid-padding);
  grid-template-columns: auto auto 1fr;
}
@media only screen and (max-width: 680px) {
  .news-list-view .owl-nav {
    grid-column-gap: 0;
  }
}
.news-list-view .owl-prev, .news-list-view .owl-next {
  font-size: 0 !important;
}
.news-list-view .owl-prev span, .news-list-view .owl-next span {
  font-size: 0;
  display: inline-block;
  width: var(--icon-size-navigation);
  height: var(--icon-size-navigation);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-list-view .owl-prev span {
  background-image: url("../Icons/circle_arrow_left.svg");
}
.news-list-view .owl-next span {
  background-image: url("../Icons/circle_arrow_right.svg");
}
.news-list-view .show-on-focus {
  display: none;
}
.news-list-view:focus .show-on-focus {
  display: block;
}
.news-list-view .alert {
  position: absolute;
  top: 0;
  opacity: 0;
}
.news-list-view.Layout-Events {
  background-color: #FFFFFF;
  grid-gap: 0;
}
@media only screen and (max-width: 680px) {
  .news-list-view.Layout-Events {
    background-color: transparent;
  }
}
.news-list-view .event-teaser > a {
  display: grid;
  height: 100%;
  box-sizing: border-box;
  grid-gap: var(--basic-grid-padding);
  grid-template-columns: min-content auto;
  padding: var(--basic-padding);
  text-decoration: none;
  background-color: #FFFFFF;
}
.news-list-view .event-teaser > a .text-big {
  color: #0063A6;
}
.news-list-view .event-teaser > a:hover {
  background-color: #0063A6;
  color: #FFFFFF;
}
.news-list-view .event-teaser > a:hover .text-big {
  color: #FFFFFF;
}
@media only screen and (max-width: 680px) {
  .news-list-view .event-teaser > a {
    grid-template-columns: 1fr;
  }
}
.news-list-view .event-teaser .teaser-date {
  background-color: #CC051C;
  color: #FFFFFF;
  padding: 10px;
  height: max-content;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .news-list-view .event-teaser .teaser-date {
    display: inline-block;
    margin: 0 auto;
  }
}

.news-single .news-img-wrap {
  display: grid;
  grid-gap: var(--basic-grid-padding);
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: var(--frame-space-m);
}
@media only screen and (max-width: 1399px) {
  .news-single .news-img-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 680px) {
  .news-single .news-img-wrap {
    grid-template-columns: 1fr;
  }
}
.news-single h1, .news-single .h1-style {
  font-size: var(--fontsize-h1-news-single);
}
.news-single .teaser-text {
  font-size: var(--fontsize-highlight);
}
.news-single .news-detail-wrapper iframe {
  max-width: 100%;
}
.news-single .news-text-wrap, .news-single .news-backlink-wrap, .news-single .news-related-wrap {
  margin-bottom: var(--frame-space-m);
}
.news-single .news-text-wrap:last-child, .news-single .news-backlink-wrap:last-child, .news-single .news-related-wrap:last-child {
  margin-bottom: 0;
}
.news-single .grid-with-border-left {
  border-left: 4px solid #CC051C;
  padding-left: 24px;
}
.news-single .news-list-date {
  font-weight: normal;
  color: gray;
  font-size: 1.15rem;
}
.news-single h2, .news-single .h2-style, .news-single h3, .news-single .h3-style {
  color: #0063A6;
}
.news-single .news-list-category {
  color: #0063A6;
  padding-top: 0.5rem;
}

input, textarea, select {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: calc(1.4 * var(--fontsize-button));
  border: 2px solid #0063A6;
  vertical-align: baseline;
  width: 100%;
  max-width: 600px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

button, input[type=submit] {
  width: unset;
  cursor: pointer;
}
button.important, input[type=submit].important {
  background-color: #CC051C;
}

input[type=checkbox], input[type=radio] {
  width: unset;
  margin-right: var(--frame-space-s);
}

fieldset {
  padding: var(--basic-padding);
  border: 2px solid #0063A6;
}

.form-group {
  margin-bottom: var(--frame-space-s);
}

.form-label {
  display: inline-block;
}

.grid-accordeon {
  border: 10px solid #EAEAEA;
  padding: var(--basic-padding);
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--basic-padding);
}
.grid-accordeon .grid-accordeon-tab {
  border: 1px solid #0063A6;
  padding: var(--basic-padding);
}
.grid-accordeon .grid-accordeon-tab .grid-accordeon-header {
  cursor: pointer;
  font-size: var(--fontsize-h3);
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.grid-accordeon .grid-accordeon-tab .grid-accordeon-header:before {
  background-image: url(../Icons/circle_arrow_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 90deg;
  height: 2.4rem;
  aspect-ratio: 1;
  display: inline-block;
  content: " ";
  float: left;
  margin-right: var(--basic-padding);
}
.grid-accordeon .grid-accordeon-tab .grid-accordeon-header * {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.grid-accordeon .grid-accordeon-tab .grid-accordeon-body {
  margin-top: var(--frame-space-s);
}
.grid-accordeon .grid-accordeon-tab.closed .grid-accordeon-header:before {
  rotate: -90deg;
}
.grid-accordeon .grid-accordeon-tab.closed .grid-accordeon-body {
  display: none;
}

.teaser {
  height: 100%;
}
.teaser .teaser-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.5s all;
  background-color: #EAEAEA;
}
.teaser img {
  width: 100%;
  height: auto;
  background-color: white;
  display: block;
}
.teaser .text-wrap {
  color: #000000;
  text-decoration: none;
  transition: 0.5s all;
  background-color: #EAEAEA;
  padding: var(--basic-padding);
  font-weight: 700;
}
.teaser .text-wrap .text-big {
  color: #0063A6;
  transition: 0.5s all;
}
.teaser a {
  text-decoration: none;
  height: 100%;
  display: block;
}
.teaser a:hover .text-wrap {
  color: #FFFFFF;
  background-color: #0063A6;
}
.teaser a:hover .text-wrap .text-big {
  color: #FFFFFF;
  transition: 0.5s all;
}
.teaser a:hover .teaser-wrapper {
  background-color: #0063A6;
}


@media only screen and (max-width: 400px) {
	.page-header .sociallinks_header {
		margin-left: 10px;
		gap: 5px;
	}
  
	.page-header .page-readspeaker {
		min-width: 145px;
	}
	.page-header .page-search {
		margin-left: 10px;
	}
  
}


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