@charset "UTF-8";
@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/hind-latin-regular.woff2") format("woff2"), url("../Fonts/hind-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/hind-latin-600.woff2") format("woff2"), url("../Fonts/hind-latin-600.woff") format("woff");
}
html {
  font-size: 62.5% !important;
  scroll-behavior: smooth;
  scroll-padding-top: 11.9rem;
}
@media screen and (max-width: 600px) {
  html {
    scroll-padding-top: 9rem;
  }
}

body {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.32rem) * 0.2963, 1.92rem);
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #646363;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4 {
  color: #2F53A1;
  font-weight: 400;
}

h1 {
  margin-top: clamp(1rem, 1rem + (1vw - 0.32rem) * 0.7813, 2rem);
  margin-bottom: clamp(1rem, 1rem + (1vw - 0.32rem) * 0.7813, 2rem);
}

h2 {
  margin-top: clamp(1rem, 1rem + (1vw - 0.32rem) * 0.7813, 2rem);
  margin-bottom: clamp(1rem, 1rem + (1vw - 0.32rem) * 0.7813, 2rem);
}

p {
  color: #000000;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
  font-weight: 400;
  line-height: clamp(2.4rem, 2.4rem + (1vw - 0.32rem) * 0.1563, 2.6rem);
  padding: 0 0 clamp(1rem, 1rem + (1vw - 0.32rem) * 0.7813, 2rem) 0;
  margin: 0;
}

/** justify **/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-45 {
  font-size: clamp(3rem, 3rem + (1vw - 0.32rem) * 1.1719, 4.5rem);
  line-height: clamp(3rem, 3rem + (1vw - 0.32rem) * 1.1719, 4.5rem);
}

.text-40 {
  font-size: clamp(2.5rem, 2.5rem + (1vw - 0.32rem) * 1.1719, 4rem);
  line-height: clamp(3rem, 3rem + (1vw - 0.32rem) * 1.1719, 4.5rem);
}

.text-30 {
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.625, 3rem);
  line-height: clamp(2rem, 2rem + (1vw - 0.32rem) * 1.4062, 3.8rem);
}

.text-25 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.5469, 2.5rem);
  line-height: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.7813, 3.2rem);
}

.text-20 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
}

.text-16 {
  font-size: 1.6rem;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.mm-wrapper--position-bottom .mm-wrapper__blocker,
.mm-wrapper--position-left-front .mm-wrapper__blocker,
.mm-wrapper--position-right-front .mm-wrapper__blocker,
.mm-wrapper--position-top .mm-wrapper__blocker {
  z-index: 99 !important;
}

.mm-navbar {
  background-color: #414141;
}

.mm-navbars--top .mm-navbar {
  background-color: #2F53A1;
  --mm-color-icon: #ffffff;
  --mm-color-text: #ffffff;
}
.mm-navbars--top .mm-navbar .mm-btn {
  color: #ffffff;
  font-weight: 600;
}
.mm-navbars--top .mm-navbar .mm-navbar__title {
  color: #ffffff;
  font-weight: 600;
  height: 11.9rem;
}
@media screen and (max-width: 600px) {
  .mm-navbars--top .mm-navbar .mm-navbar__title {
    height: 9rem;
  }
}

.mm-menu {
  --mm-color-background: #ffffff;
  --mm-color-text: #000000;
  --mm-color-background-emphasis: #eeeeee;
}

.mm-listitem:after {
  inset-inline-start: 0;
}

.menu__search-form {
  position: relative;
  display: flex;
  width: calc(100% - 450px);
  background-color: #fff;
  border-radius: 26px;
  overflow: hidden;
  margin: 1.5rem 1rem 1rem 1rem;
}

.menu__search-input {
  flex-grow: 1;
  height: 40px;
  border: none;
  padding: 0 50px 0 20px;
  font-size: 20px;
  outline: none;
  background-color: transparent;
  color: #000;
}

.menu__search-button {
  width: 58px;
  height: 40px;
  border: none;
  color: #000;
  font-size: 20px;
  background-color: #eee;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 26px 26px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu__search-input::placeholder {
  color: #707070;
}

.menu__socialicons {
  color: #ffffff !important;
  font-size: 30px;
}

.ce-align-left {
  text-align: left;
}

.ce-align-center {
  text-align: center;
}

.ce-align-right {
  text-align: right;
}

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic {
  margin-bottom: 2rem;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery, .ce-column {
  float: left;
}
@media screen and (max-width: 959px) {
  .ce-left .ce-gallery .image-embed-item, .ce-column .image-embed-item {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .ce-left .ce-gallery, .ce-column {
    float: none;
  }
  .ce-left .ce-gallery .image-embed-item, .ce-column .image-embed-item {
    width: 100%;
    height: auto;
  }
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right .ce-gallery {
  float: right;
}
@media screen and (max-width: 767px) {
  .ce-right .ce-gallery {
    float: none;
  }
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 2rem;
}

.ce-image .ce-gallery {
  margin-bottom: 0;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .ce-intext.ce-right .ce-gallery {
    margin-left: 0;
  }
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .ce-intext.ce-left .ce-gallery {
    margin-right: 0;
  }
}

.ce-below .ce-gallery {
  margin-top: 0.5rem;
}

.ce-column {
  margin-right: 10px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em;
}

.frame-space-before-small {
  margin-top: 2em;
}

.frame-space-before-medium {
  margin-top: 3em;
}

.frame-space-before-large {
  margin-top: 4em;
}

.frame-space-before-extra-large {
  margin-top: 5em;
}

.frame-space-after-extra-small {
  margin-bottom: 1em;
}

.frame-space-after-small {
  margin-bottom: 2em;
}

.frame-space-after-medium {
  margin-bottom: 3em;
}

.frame-space-after-large {
  margin-bottom: 4em;
}

.frame-space-after-extra-large {
  margin-bottom: 5em;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

.frame .ce-gallery {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .frame .ce-gallery {
    margin-top: 0;
  }
}

label {
  cursor: pointer;
}

.contenttable {
  width: 100% !important;
  border-spacing: 0;
  border-collapse: collapse;
}
.contenttable thead {
  padding: 10px;
}
.contenttable thead tr {
  background-color: rgba(0, 0, 0, 0.15);
}
.contenttable th {
  border: 1px solid #dee2e6;
  padding: 10px;
  vertical-align: top;
  font-weight: inherit;
}
.contenttable tbody {
  padding: 10px;
}
.contenttable tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.contenttable td {
  border: 1px solid #dee2e6;
  padding: 10px;
  vertical-align: top;
  width: auto !important;
}

.accordion {
  margin: 2rem 0 2rem 0;
}

.accordion-item {
  background-color: #ffffff;
  color: #888;
  overflow: hidden;
  margin-bottom: 1rem;
}

.accordion-item .accordion-header {
  cursor: pointer;
  font-size: 1.8rem;
  padding: 1.5rem 2.5rem;
  color: #2b53a0;
  background-color: #f3f3f3;
  font-weight: 600;
  transition: background-color 350ms ease-in-out;
}

.accordion-item.open .accordion-header {
  background-color: #dadada;
}

.accordion-item .accordion-content {
  max-height: 0px;
  overflow: hidden;
  line-height: 1.6;
  transition: max-height 350ms ease-in-out;
}

.accordion-item .accordion-content-inner {
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .accordion-item .accordion-content-inner {
    padding: 2rem 1rem;
  }
}

.bilderblock {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 959px) {
  .bilderblock {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .bilderblock {
    grid-template-columns: 1fr 1fr;
  }
}

.bilderblock-item {
  width: 100%;
}

.bilderblock-item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .table-responsive {
    width: 100%;
  }
  .table-responsive thead {
    display: none;
  }
  .table-responsive tr, .table-responsive td {
    border-bottom: 1px solid #ddd;
  }
  .table-responsive tr {
    margin-bottom: 8px;
  }
  .table-responsive td {
    display: flex;
  }
  .table-responsive td::before {
    content: attr(label);
    font-weight: bold;
    width: 120px;
    min-width: 120px;
    padding-right: 1.5rem;
  }
}
.start_linkteaser_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2px;
  margin: 6rem 0 6rem 0;
}

.start_linkteaser_item {
  color: #ffffff;
  background-color: #2b53a0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  height: 108px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.start_linkteaser_item:hover {
  color: #fff;
  background-color: #163267;
}

body > header {
  width: 100%;
  height: 11.9rem;
  position: fixed;
  background-color: #fff;
  z-index: 99;
}
@media screen and (max-width: 600px) {
  body > header {
    height: 9rem;
  }
}
body > header .header__box {
  max-width: 1600px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem) 0 clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
  margin: 0 auto;
}
body > header .header__box .header__boxright {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
body > header .header__logo {
  height: 11.9rem;
}
@media screen and (max-width: 600px) {
  body > header .header__logo {
    height: 9rem;
  }
  body > header .header__logo img {
    height: 9rem;
  }
}
body > header .header__socialmedia {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 2rem;
  font-size: 2.5rem;
  height: 4.7rem;
  padding: 0 2.5rem;
  border-right: #707070 solid 1px;
}
body > header .header__socialmedia a {
  color: #636363;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body > header .header__socialmedia {
    display: none;
  }
}
body > header .header__wetter {
  padding: 0 6rem 0 2.5rem;
}
@media screen and (max-width: 1279px) {
  body > header .header__wetter {
    padding: 0 2.5rem 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  body > header .header__wetter {
    display: none;
  }
}
body > header .header__wetter a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 2rem;
  color: #636363;
  text-decoration: none;
}
body > header .header__wetter .header__wetterdatum {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
body > header .header__wetter .header__wetterdatum .header__wetterdatumtag {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
body > header .header__wetter .header__wetterdatum .header__wetterdatummonat {
  font-size: 20px;
  line-height: 20px;
}
body > header .header__wetter .header__wettericon {
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  body > header .header__wetter .header__wettericon {
    display: none;
  }
}
body > header .header__wetter .header__wettertemp {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  body > header .header__wetter .header__wettertemp {
    display: none;
  }
}
body > header .header__navibtn {
  width: 5.2rem;
  font-size: 20px;
  line-height: 25px;
  padding: 0 2rem;
}
@media screen and (max-width: 600px) {
  body > header .header__navibtn {
    width: 3.6rem;
    font-size: 16px;
    line-height: 21px;
    padding: 0 1rem 0 1rem;
  }
}
body > header .header__navibtn a {
  color: #636363;
  text-decoration: none;
}

.main {
  width: 100%;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
  color: #000000;
  padding-top: 11.9rem;
  scroll-padding-top: 11.9rem;
}
@media screen and (max-width: 600px) {
  .main {
    padding-top: 9rem;
    scroll-padding-top: 9rem;
  }
}
.main .news__box {
  max-width: 1600px;
  padding: clamp(2rem, 2rem + (1vw - 0.32rem) * 3.125, 6rem) clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem) clamp(2rem, 2rem + (1vw - 0.32rem) * 3.125, 6rem) clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
  margin: 0 auto;
}
.main .main__breadcrumb {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
  color: #000000;
  max-width: 1600px;
  padding: clamp(2rem, 2rem + (1vw - 0.32rem) * 2.3438, 5rem) clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem) 0 clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
  margin: 0 auto;
}
.main .main__breadcrumb a {
  color: #000000;
  text-decoration: none;
}
.main .main__breadcrumb a:hover {
  text-decoration: underline;
}
.main .main__breadcrumb .main__breadcrumb-max {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.main .main__box {
  max-width: 1600px;
  padding: 2rem clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem) 0 clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .main .main__box {
    padding: 0 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.main .main__box .main__max {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.main .main__box a {
  color: #2F53A1;
  text-decoration: none;
  font-weight: 400;
}
.main .main__box a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.main .main__box a[href^=http]:not([href*="erdmannhausen.de.t3.2022.ddev.site"])::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}
.main .main__hero {
  height: 50vh;
  position: relative;
}
.main .main__hero img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main .main__hero-lines {
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  background: linear-gradient(white, white) 0 0/100% 7px no-repeat, linear-gradient(90deg, transparent 11px, #fff 11px, #fff 12px, transparent 12px) 0 3px/12px 20px repeat-x;
}

.heroslider {
  width: 100%;
  position: relative;
  height: calc(85vh - 11.9rem);
}
@media screen and (max-width: 600px) {
  .heroslider {
    height: calc(85vh - 9rem);
  }
}
.heroslider .heroslider__splide .splide {
  width: 100%;
  margin: 0;
}
.heroslider .heroslider__splide .heroslider__boximg {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(85vh - 11.9rem);
}
@media screen and (max-width: 600px) {
  .heroslider .heroslider__splide .heroslider__boximg {
    height: calc(85vh - 9rem);
  }
}
.heroslider .heroslider__splide .heroslider__boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroslider .heroslider__box {
  position: absolute;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
}
.heroslider .heroslider__box .heroslider__boxinner {
  width: 100%;
  max-width: 688px;
  display: flex;
  flex-flow: column wrap;
  margin-left: clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
  margin-right: clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
}
.heroslider .heroslider__box .heroslider__boxinner .heroslider__boxtext {
  font-size: clamp(2.5rem, 2.5rem + (1vw - 0.32rem) * 1.1719, 4rem);
  color: #fff;
  margin-bottom: 6rem;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}
.heroslider .heroslider__box .heroslider__boxinner .heroslider__quick {
  display: flex;
  flex-flow: row wrap;
  gap: 1.6rem;
}
.heroslider .heroslider__box .heroslider__boxinner .heroslider__quickitem {
  flex: 1 0;
  height: 144px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 3rem;
  gap: 1.2rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  .heroslider .heroslider__box .heroslider__boxinner .heroslider__quickitem {
    flex: 1 0 calc(50% - 1.6rem);
  }
}
@media screen and (max-width: 600px) {
  .heroslider .heroslider__box .heroslider__boxinner .heroslider__quickitem {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.heroslider .heroslider__box .heroslider__boxinner .heroslider__quickitem:hover {
  background-color: #DFE2E9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.heroslider .heroslider__box .heroslider__boxinner .heroslider__quickitem i {
  font-size: clamp(2.5rem, 2.5rem + (1vw - 0.32rem) * 1.1719, 4rem);
  color: #2F53A1;
}
@media screen and (max-width: 600px) {
  .heroslider .heroslider__box .heroslider__boxinner .heroslider__quickitem i {
    display: none;
  }
}
.heroslider .heroslider__box .heroslider__boxinner .heroslider__quickitem p {
  font-size: 1.6rem;
  color: #000;
  padding: 0;
}
.heroslider .heroslider__box .heroslider__boxinner .heroslider__quickitem a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: inherit;
  box-sizing: border-box;
}
.heroslider .heroslider__lines {
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  background: linear-gradient(white, white) 0 0/100% 7px no-repeat, linear-gradient(90deg, transparent 11px, #fff 11px, #fff 12px, transparent 12px) 0 3px/12px 20px repeat-x;
}
.heroslider .heroslider__control {
  width: 100%;
  max-width: 1600px;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  margin: 2rem 0 2rem 0;
  z-index: 20;
}
.heroslider .heroslider__control .splide__arrow svg {
  fill: #fff;
}

.heroslider__search {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 26px;
  overflow: hidden;
  margin-bottom: 5rem;
}

.search-input {
  flex-grow: 1;
  height: 52px;
  border: none;
  padding: 0 50px 0 20px;
  font-size: 25px;
  outline: none;
  background-color: transparent;
  color: #000;
}

.search-button {
  width: 58px;
  height: 52px;
  border: none;
  color: #fff;
  font-size: 30px;
  background-color: #2F53A1;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 26px 26px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-input::placeholder {
  color: #707070;
}

.wissen {
  width: 100%;
  background-color: #c4c4c4;
}
.wissen .wissen__box {
  max-width: 1600px;
  padding: clamp(2rem, 2rem + (1vw - 0.32rem) * 3.125, 6rem) clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem) clamp(2rem, 2rem + (1vw - 0.32rem) * 3.125, 6rem) clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
  margin: 0 auto;
}
.wissen .wissen__items {
  display: flex;
  flex-flow: row wrap;
  gap: 45px 16px;
}

.news {
  width: 100%;
  background-color: #E9EBF0;
}
.news .news__box {
  max-width: 1600px;
  padding: clamp(2rem, 2rem + (1vw - 0.32rem) * 3.125, 6rem) clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem) clamp(2rem, 2rem + (1vw - 0.32rem) * 3.125, 6rem) clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
  margin: 0 auto;
}
.news .news__items {
  display: flex;
  flex-flow: row wrap;
  gap: 45px 16px;
}
.news .news__btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #2F53A1;
  border-radius: 20px;
  text-decoration: none;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
  color: #000000;
  padding: 4px 15px 1px 15px;
}
.news .news__btn:hover {
  background-color: #cfdeff;
}
.news .news__control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
  margin-top: 50px;
}

.termine {
  width: 100%;
  position: relative;
  background-color: rgba(136, 148, 175, 0.4862745098);
}
.termine .termine__box {
  max-width: 1600px;
  padding: clamp(2rem, 2rem + (1vw - 0.32rem) * 3.125, 6rem) clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem) clamp(2rem, 2rem + (1vw - 0.32rem) * 3.125, 6rem) clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
  margin: 0 auto;
}
.termine .termine__items {
  display: flex;
  flex-flow: row wrap;
  gap: 45px 16px;
}
.termine .termine__btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #2F53A1;
  border-radius: 20px;
  text-decoration: none;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
  color: #000000;
  padding: 4px 15px 1px 15px;
}
.termine .termine__btn:hover {
  background-color: #cfdeff;
}
.termine .termine__control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
  margin-top: 50px;
}
.termine .boxen__boxtext h4 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.4687, 2.4rem);
  text-transform: none;
}
.termine .boxen__boxtext h3 {
  height: 110px;
}
.termine .termine__fa {
  display: flex;
}
.termine .termine__fa i {
  width: 3rem;
  font-size: 2rem;
  color: #2F53A1;
}
.termine .termine__fa p {
  font-size: 1.6rem;
}
.termine .termine__fa .fa-user {
  padding-left: 1px;
  padding-right: 1px;
}
.termine .termine__fa .fa-clock {
  padding-right: 2px;
}
.termine .termine__fa .fa-map-marker-alt {
  padding-left: 2px;
}

.termine__lines {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 70%;
  background: linear-gradient(90deg, transparent 11px, #2F53A1 11px, #2F53A1 12px, transparent 12px) 0 0/12px 40px repeat-x;
}

.boxen__boxbig {
  flex: 4 0 100%;
  width: 100%;
  height: 400px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.boxen__boxbig .boxen__boxtext {
  position: absolute;
  bottom: 50px;
  left: calc(50% + (16px * 0.5));
  width: 40%;
}
@media screen and (max-width: 1279px) {
  .boxen__boxbig {
    height: auto;
    flex: 2 0 100%;
    display: flex;
    flex-flow: row nowrap;
    color: #000;
    box-sizing: border-box;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: inherit;
  }
  .boxen__boxbig .boxen__boxtext {
    flex: 1 0 50%;
    border-bottom-left-radius: 0px;
    bottom: auto;
    left: auto;
    width: auto;
    position: inherit;
  }
}
@media screen and (max-width: 767px) {
  .boxen__boxbig {
    height: 100%;
    flex-flow: column nowrap;
  }
  .boxen__boxbig .boxen__boxtext {
    border-bottom-left-radius: 20px;
  }
}

.boxen__boxbigimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boxen__boxbigimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1279px) {
  .boxen__boxbigimg {
    flex: 1 0 50%;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    position: inherit;
  }
  .boxen__boxbigimg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .boxen__boxbigimg {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
  .boxen__boxbigimg img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
}

.boxen__boximgtext {
  flex: 2 0 calc(50% - (16px * 0.5));
  display: flex;
  flex-flow: row nowrap;
  color: #000;
  box-sizing: border-box;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 1279px) {
  .boxen__boximgtext {
    flex: 2 0 100%;
  }
}
.boxen__boximgtext .boxen__boxtext {
  flex: 1 0 50%;
}

.boxen__boxtext {
  flex: 1 0 calc(25% - (16px * 0.75));
  display: flex;
  flex-flow: column;
  position: relative;
  color: #000;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 1279px) {
  .boxen__boxtext {
    flex: 1 0 calc(50% - (16px * 0.5));
  }
}
@media screen and (max-width: 959px) {
  .boxen__boxtext {
    flex: 1 0 100%;
  }
}
.boxen__boxtext h3 {
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.625, 3rem);
  line-height: clamp(2rem, 2rem + (1vw - 0.32rem) * 1.4062, 3.8rem);
  margin: 0 0 10px 0;
}
.boxen__boxtext h4 {
  color: #000;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.boxen__boxtext p {
  padding: 0;
}
.boxen__boxtext a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: inherit;
  box-sizing: border-box;
}

.boxen__boximg {
  flex: 1 0 50%;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.boxen__boximg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 20px;
}

.boxen__btn {
  position: absolute;
  bottom: -6px;
  right: -6px;
  background-color: #2f52a1;
  border-radius: 50%;
  border: none;
  width: 36px;
  height: 36px;
  background-image: url("../Images/pfeil.png");
  background-size: 36px 36px;
}
.boxen__btn img {
  width: 36px;
  height: 36px;
}

.splide {
  margin: 0 -8px 0 -8px;
  width: calc(100% + 16px);
}

.splide .boxen__boxtext {
  margin: 0 8px 6px 8px;
  height: calc(100% - 6px);
}

.splide .boxen__boximgtext {
  margin: 0 8px 6px 8px;
  height: calc(100% - 6px);
}

.splide .splide__pagination {
  position: relative;
  bottom: inherit;
  left: inherit;
  right: inherit;
  align-items: normal;
  padding: 0;
}

.splide .splide__arrows {
  display: flex;
}

.splide .splide__arrow {
  position: relative;
  transform: none;
  top: inherit;
  left: 0;
  background: none;
  opacity: 1;
}
.splide .splide__arrow svg {
  fill: #2F53A1;
  height: 1.5em;
  width: 1.5em;
}

.splide .splide__pagination__page {
  background: #fff;
  height: 16px;
  width: 16px;
  opacity: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.splide .splide__pagination__page.is-active {
  background: #2F53A1;
  transform: scale(1);
}

.teaser__brezel {
  width: 100%;
}
.teaser__brezel .teaser__brezel-box {
  max-width: 1000px;
  padding: clamp(2rem, 2rem + (1vw - 0.32rem) * 3.9063, 7rem) 10px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .teaser__brezel .teaser__brezel-box {
    flex-flow: column;
  }
}
.teaser__brezel .teaser__brezel-box .teaser__brezel-text p {
  color: #636363;
}
.teaser__brezel .teaser__brezel-box .teaser__brezel-img {
  width: 100%;
}
.teaser__brezel .teaser__brezel-box .teaser__brezel-img img {
  max-width: 223px;
}

.teaser__info {
  width: 100%;
  background-color: #425681;
  position: relative;
}
.teaser__info .teaser__info-box {
  max-width: 1600px;
  padding: 22px clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem) 16px clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 400;
}
.teaser__info .teaser__info-box .teaser__info-text1 {
  font-size: clamp(2.5rem, 2.5rem + (1vw - 0.32rem) * 1.1719, 4rem);
}
.teaser__info .teaser__info-box .teaser__info-text2 {
  display: flex;
  flex-flow: row wrap;
  gap: 0 clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.625, 3rem);
}
.teaser__info .teaser__info-box .teaser__info-text2 a {
  color: #fff;
  text-decoration: none;
}
.teaser__info .teaser__info-lines {
  position: absolute;
  width: 100%;
  height: 20px;
  top: -20px;
  background: linear-gradient(90deg, transparent 11px, #2F53A1 11px, #2F53A1 12px, transparent 12px) 0 0/12px 20px repeat-x;
}

footer {
  width: 100%;
  background-color: #636363;
  color: #fff;
}
footer .footer__row1 {
  padding-top: 70px;
  padding-bottom: 100px;
  padding-left: clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
  padding-right: clamp(1rem, 1rem + (1vw - 0.32rem) * 4.2969, 6.5rem);
  background: linear-gradient(90deg, transparent 9px, #414141 9px, #414141 10px, transparent 10px) repeat-x bottom/10px 18px;
  background-color: #636363;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
}
footer .footer__row1 .footer__row1-box {
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-flow: row wrap;
}
footer .footer__row1 .footer__row1-box .footer__row1-box1 {
  display: flex;
  flex: 1 auto;
  flex-flow: row wrap;
}
footer .footer__row1 .footer__row1-box .footer__row1-box1 .footer__row1-box1-headline {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.5469, 2.5rem);
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  flex: 1 100%;
}
footer .footer__row1 .footer__row1-box .footer__row1-box1 .footer__row1-box1-text {
  flex: 1;
}
footer .footer__row1 .footer__row1-box .footer__row1-box1 .footer__row1-box1-text .footer__row1-box1-text-headline {
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.32rem) * 0.1562, 1.8rem);
  color: #fff;
  font-weight: 700;
  padding: 15px 0 10px 0;
}
footer .footer__row1 .footer__row1-box .footer__row1-box1 .footer__row1-box1-text .footer__row1-box1-text-grid {
  display: grid;
  grid-template-columns: max-content auto;
  column-gap: 30px;
}
footer .footer__row1 .footer__row1-box .footer__row1-box1 .footer__row1-box1-text .footer__row1-box1-text-item {
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.32rem) * 0.1562, 1.8rem);
  color: #fff;
}
footer .footer__row1 .footer__row1-box .footer__row1-box2 {
  display: flex;
  flex: 1 auto;
  flex-flow: row wrap;
  padding-top: 30px;
}
footer .footer__row1 .footer__row1-box .footer__row1-box2 .footer__row1-box2-headline {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.5469, 2.5rem);
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  flex: 1 100%;
}
footer .footer__row1 .footer__row1-box .footer__row1-box2 .footer__row1-box2-text {
  flex: 1;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.32rem) * 0.1562, 1.8rem);
  color: #fff;
}
footer .footer__row1 .footer__row1-box .footer__row1-box2 .footer__row1-box2-text-headline {
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.32rem) * 0.1562, 1.8rem);
  color: #fff;
  font-weight: 700;
  padding: 15px 0 10px 0;
}
footer .footer__row2 {
  text-align: center;
  background-color: #414141;
  padding: 5px;
}
footer .footer__row2 a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer__row2 a:hover {
  text-decoration: underline;
}

.veranstaltungen .veranstaltungen__text1 {
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.625, 3rem);
  color: #2F53A1;
}
.veranstaltungen .veranstaltungen__text2 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.4687, 2.4rem);
}
.veranstaltungen .veranstaltungen__text3 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
}
.veranstaltungen .veranstaltungen__item {
  margin-bottom: 50px;
}
.veranstaltungen .veranstaltungen__search-form {
  width: fit-content;
  background-color: #ddd;
  padding: 2rem 5rem;
  margin: 0 0 5rem 0;
}
.veranstaltungen .veranstaltungen__search-form a {
  color: #2F53A1;
  text-decoration: none;
}
.veranstaltungen .veranstaltungen__search-form form {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 3rem;
}
.veranstaltungen .veranstaltungen__search-input {
  height: 52px;
  border: none;
  padding: 0 50px 0 20px;
  font-size: 25px;
  outline: none;
  background-color: #fff;
  color: #000;
}
.veranstaltungen .veranstaltungen__search-button {
  width: 58px;
  height: 52px;
  border: none;
  color: #fff;
  font-size: 30px;
  background-color: #2F53A1;
  cursor: pointer;
  border-radius: 0 26px 26px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.veranstaltungen .veranstaltungen__search-input::placeholder {
  color: #707070;
}

.vereine .vereine__box a {
  color: #2F53A1;
  text-decoration: none;
}
.vereine .vereine__text1 {
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.625, 3rem);
  color: #2F53A1;
}
.vereine .vereine__text2 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.4687, 2.4rem);
}
.vereine .vereine__text3 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
}
.vereine .vereine__item {
  margin-bottom: 50px;
}
.vereine .vereine__search-form {
  width: fit-content;
  background-color: #ddd;
  padding: 2rem 5rem;
  margin: 0 0 5rem 0;
}
.vereine .vereine__search-form a {
  color: #2F53A1;
  text-decoration: none;
}
.vereine .vereine__search-form form {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 3rem;
}
.vereine .vereine__search-input {
  height: 52px;
  border: none;
  padding: 0 50px 0 20px;
  font-size: 25px;
  outline: none;
  background-color: #fff;
  color: #000;
}
.vereine .vereine__search-button {
  width: 58px;
  height: 52px;
  border: none;
  color: #fff;
  font-size: 30px;
  background-color: #2F53A1;
  cursor: pointer;
  border-radius: 0 26px 26px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vereine .vereine__search-input::placeholder {
  color: #707070;
}

.mitteilungen .mitteilungen__box a {
  font-weight: 400;
  text-decoration: none;
}
.mitteilungen .mitteilungen__box a:hover {
  text-decoration: none;
}
.mitteilungen .mitteilungen__box a:hover .mitteilungen__text1 {
  text-decoration: underline;
}
.mitteilungen .mitteilungen__text1 {
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.625, 3rem);
  color: #2F53A1;
}
.mitteilungen .mitteilungen__text2 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.4687, 2.4rem);
  color: #000000;
}
.mitteilungen .mitteilungen__text3 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
  color: #000000;
}
.mitteilungen .mitteilungen__item {
  margin-bottom: 50px;
}
.mitteilungen .mitteilungen__search-form {
  width: fit-content;
  padding: 2rem 0rem;
  margin: 0 0 5rem 0;
  width: 100%;
}
.mitteilungen .mitteilungen__search-form a {
  color: #2F53A1;
  text-decoration: none;
}
.mitteilungen .mitteilungen__search-form form {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 3rem;
}
.mitteilungen .mitteilungen__search-input {
  height: 52px;
  width: 100%;
  border: none;
  padding: 0 50px 0 20px;
  font-size: 25px;
  outline: none;
  background-color: #fff;
  color: #000;
  border: 1px solid #2F53A1;
  border-radius: 26px 0 0 26px;
}
.mitteilungen .mitteilungen__search-button {
  width: 58px;
  height: 54px;
  border: none;
  color: #fff;
  font-size: 30px;
  background-color: #2F53A1;
  cursor: pointer;
  border-radius: 0 26px 26px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mitteilungen .mitteilungen__search-input::placeholder {
  color: #707070;
}
.mitteilungen .mitteilungen__img-block {
  float: right;
}
.mitteilungen .mitteilungen__show-text-img figure {
  margin: 0 0 1rem 1rem;
  display: table;
}
@media screen and (max-width: 959px) {
  .mitteilungen .mitteilungen__show-text-img figure {
    float: none;
    margin: 0 0 2rem 0;
  }
}
.mitteilungen .mitteilungen__show-text-img img {
  width: 100%;
  max-width: 40rem;
  height: auto;
  display: block;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
@media screen and (max-width: 959px) {
  .mitteilungen .mitteilungen__show-text-img img {
    max-width: none;
  }
}
.mitteilungen .mitteilungen__show-text-img figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: right;
}

.gewerbe .gewerbe__box a {
  color: #2F53A1;
  text-decoration: none;
}
.gewerbe .gewerbe__text1 {
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.625, 3rem);
  color: #2F53A1;
}
.gewerbe .gewerbe__text2 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.4687, 2.4rem);
}
.gewerbe .gewerbe__text3 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
}
.gewerbe .gewerbe__item {
  margin-bottom: 50px;
}
.gewerbe .gewerbe__search-form {
  width: fit-content;
  background-color: #ddd;
  padding: 2rem 5rem;
  margin: 0 0 5rem 0;
}
.gewerbe .gewerbe__search-form a {
  color: #2F53A1;
  text-decoration: none;
}
.gewerbe .gewerbe__search-form form {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  padding-bottom: 3rem;
}
.gewerbe .gewerbe__search-input, .gewerbe .gewerbe__search-select {
  width: auto;
  height: 52px;
  border: none;
  padding: 0 50px 0 20px;
  font-size: 25px;
  outline: none;
  background-color: #fff;
  color: #000;
}
.gewerbe .gewerbe__search-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  position: relative;
}
.gewerbe .gewerbe__search-select::-ms-expand {
  display: none; /* Für Internet Explorer/Edge */
}
.gewerbe .gewerbe__search-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; /* Für Firefox */
}
.gewerbe .gewerbe__search-button {
  height: 52px;
  border: none;
  color: #fff;
  font-size: 30px;
  background-color: #2F53A1;
  cursor: pointer;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gewerbe .gewerbe__search-input::placeholder {
  color: #707070;
}
.gewerbe .gewerbe__search-select-wrapper {
  position: relative;
  display: inline-block;
}
.gewerbe .gewerbe__search-select-arrow {
  position: absolute;
  top: 50%;
  right: 10px; /* Abstand vom rechten Rand des <select> Elements */
  transform: translateY(-50%);
  pointer-events: none; /* Dies stellt sicher, dass Klicks auf das Symbol den darunter liegenden <select> beeinflussen */
}

.servicebw .servicebw__max {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.servicebw .servicebw__text h1, .servicebw .servicebw__text h2, .servicebw .servicebw__text h3, .servicebw .servicebw__text h4 {
  margin-top: 0;
}
.servicebw .servicebw__text h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.servicebw .servicebw__text ul {
  padding-left: 20px;
  margin-top: 0;
}
.servicebw .servicebw__text a {
  color: #2F53A1;
  text-decoration: none;
  font-weight: 400;
}
.servicebw .servicebw__text a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.servicebw .servicebw__text a[href^=http]:not([href*="erdmannhausen.de.t3.2022.ddev.site"])::after {
  content: "\f35d"; /* Das Unicode-Zeichen für das Font Awesome-Icon, ändere es entsprechend dem gewünschten Icon */
  font-family: "Font Awesome 5 Free"; /* Font Awesome Schriftartfamilie */
  font-weight: 900; /* Font Awesome-Schriftgewicht für das Icon */
  margin-left: 5px; /* Abstand zwischen Text und Icon, ändere nach Bedarf */
}
.servicebw .servicebw__text p {
  padding: 2px;
}
.servicebw .servicebw__search {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 5rem 2rem 0rem;
  margin: 0 0 5rem 0;
}
.servicebw .servicebw__search .servicebw__search-abc {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.servicebw .servicebw__search .servicebw__search-abc a {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.4687, 2.4rem);
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background-color: #2F53A1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.servicebw .servicebw__search .servicebw__search-abc a:hover {
  background-color: #3264D0;
}
.servicebw .servicebw__h2 {
  font-size: clamp(2.5rem, 2.5rem + (1vw - 0.32rem) * 1.1719, 4rem);
  color: #000000;
}
.servicebw .leistungen__items {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}
.servicebw .leistungen__items a {
  color: #2F53A1;
  text-decoration: none;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.4687, 2.4rem);
  max-width: 1080px;
  background-color: #eee;
  padding: 1rem 5rem;
}
.servicebw .leistungen__items a:hover {
  background-color: #ddd;
}
.servicebw .leistungen__items ul {
  margin: 0;
}
.servicebw .lebenslagen__items {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}
.servicebw .lebenslagen__items a {
  color: #2F53A1;
  text-decoration: none;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.4687, 2.4rem);
  max-width: 1080px;
  background-color: #eee;
  padding: 1rem 5rem;
}
.servicebw .lebenslagen__items a:hover {
  background-color: #ddd;
}
.servicebw .lebenslagen__letter-header {
  font-size: clamp(2.5rem, 2.5rem + (1vw - 0.32rem) * 1.1719, 4rem);
}
.servicebw .lebenslagen__letter-header:not(:first-child) {
  padding-top: 30px;
}

.personen__items {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}
.personen__items .personen__item {
  padding-bottom: 5rem;
}
.personen__items ul {
  margin: 0;
}
.personen__items .personen__text1 {
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.625, 3rem);
  color: #2F53A1;
}
.personen__items .personen__text2 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.4687, 2.4rem);
  color: #2F53A1;
}

.suche .suche__text1 {
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.625, 3rem);
  color: #2F53A1;
}
.suche .suche__text2 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.4687, 2.4rem);
}
.suche .suche__text3 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
}
.suche .suche__result a {
  text-decoration: none;
  font-weight: 400;
}
.suche .suche__result a:hover {
  text-decoration: none;
}
.suche .suche__result-item {
  margin-bottom: 50px;
}
.suche .suche__result-item em {
  font-style: normal;
  background-color: #eee;
}
.suche .suche__search-form {
  width: fit-content;
  background-color: #ddd;
  padding: 2rem 5rem;
  margin: 0 0 5rem 0;
}
.suche .suche__search-form a {
  color: #2F53A1;
  text-decoration: none;
}
.suche .suche__search-form form {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 3rem;
}
.suche .suche__search-input {
  height: 52px;
  border: none;
  padding: 0 50px 0 20px;
  font-size: 25px;
  outline: none;
  background-color: #fff;
  color: #000;
}
.suche .suche__search-button {
  width: 58px;
  height: 52px;
  border: none;
  color: #fff;
  font-size: 30px;
  background-color: #2F53A1;
  cursor: pointer;
  border-radius: 0 26px 26px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.suche .suche__search-input::placeholder {
  color: #707070;
}

.wetter .wetter__text1 {
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.32rem) * 0.625, 3rem);
  color: #2F53A1;
}
.wetter .wetter__text2 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.4687, 2.4rem);
}
.wetter .wetter__text3 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
}
.wetter .wetter__result a {
  text-decoration: none;
  font-weight: 400;
}
.wetter .wetter__result a:hover {
  text-decoration: none;
}
.wetter .wettere__result-item {
  margin-bottom: 50px;
}
.wetter .wettere__result-item em {
  font-style: normal;
  background-color: #eee;
}
.wetter .wetter__search-form {
  width: fit-content;
  background-color: #ddd;
  padding: 2rem 5rem;
  margin: 0 0 5rem 0;
}
.wetter .wetter__search-form a {
  color: #2F53A1;
  text-decoration: none;
}
.wetter .wetter__search-form form {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 3rem;
}
.wetter .wetter__search-input {
  height: 52px;
  border: none;
  padding: 0 50px 0 20px;
  font-size: 25px;
  outline: none;
  background-color: #fff;
  color: #000;
}
.wetter .wetter__search-button {
  width: 58px;
  height: 52px;
  border: none;
  color: #fff;
  font-size: 30px;
  background-color: #2F53A1;
  cursor: pointer;
  border-radius: 0 26px 26px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wetter .wetter__search-input::placeholder {
  color: #707070;
}
.wetter .wetter__stunde {
  display: flex;
  flex-flow: row nowrap;
}
.wetter .wetter__stunde-item {
  padding: 10px 20px;
  justify-self: right;
  flex: 1;
}
.wetter .wetter__tag {
  width: auto;
}
.wetter .wetter__tag-8 {
  display: grid;
  grid-template-columns: max-content max-content max-content max-content;
  grid-template-rows: auto;
  gap: 10px;
}
.wetter .wetter__tag-8 div {
  padding: 2px 5px;
}
.wetter .wetter__tag-temps {
  display: grid;
  grid-template-columns: max-content max-content max-content max-content;
  grid-template-rows: auto;
  gap: 10px;
  padding: 14px 0;
}
.wetter .wetter__tag-temp {
  padding: 0;
}
.wetter .wetter__aktuell-temp {
  font-size: 5rem;
}
.wetter .wetter__aktuell-descr {
  font-size: 3rem;
}

.btn__box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 30px 0 30px 0;
}
.btn__box a {
  text-decoration: none !important;
  font-weight: 400 !important;
}
.btn__box a:hover {
  text-decoration: none !important;
  font-weight: 400 !important;
}

.btn__back, .btn__top, .btn__print {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #2F53A1;
  border-radius: 20px;
  text-decoration: none;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
  color: #000000;
  padding: 4px 15px 1px 15px;
}
.btn__back:hover, .btn__top:hover, .btn__print:hover {
  background-color: #cfdeff;
}

#barrieremelden-248 .input {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5rem;
}
#barrieremelden-248 #barrieremelden-248-text-1, #barrieremelden-248 #barrieremelden-248-email-1 {
  flex-grow: 1;
  max-width: 500px;
  height: 52px;
  background-color: #fff;
  border-radius: 26px;
  border: 1px solid #000;
  padding: 0 20px;
  font-size: 20px;
  outline: none;
  background-color: transparent;
  color: #000;
}
#barrieremelden-248 #barrieremelden-248-textarea-1 {
  flex-grow: 1;
  max-width: 500px;
  height: 400px;
  background-color: #fff;
  border-radius: 26px;
  border: 1px solid #000;
  padding: 0 20px;
  font-size: 20px;
  outline: none;
  background-color: transparent;
  color: #000;
}
#barrieremelden-248 .btn-primary {
  background: #2F53A1 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #2F53A1;
  border-radius: 20px;
  text-decoration: none;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.32rem) * 0.1562, 2rem);
  color: #ffffff;
  padding: 4px 15px 6px 15px;
  height: 38px;
}
#barrieremelden-248 .btn-primary:hover {
  background-color: #254282;
}
#barrieremelden-248 .form-check-label {
  position: relative;
  padding-top: 30px;
}
#barrieremelden-248 .form-check-label .required {
  position: absolute;
  top: -10px; /* Sie können diesen Wert anpassen, um die genaue Position des Sternchens festzulegen */
  left: -10px; /* Sie können auch diesen Wert anpassen */
  color: red; /* Optional: Um das Sternchen in einer auffälligen Farbe darzustellen */
}

.select-wrapper {
  position: relative;
  display: inline-block;
}

.select-wrapper::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.personen__select {
  flex-grow: 1;
  max-width: 500px;
  height: 52px;
  background-color: #fff;
  border-radius: 26px;
  border: 1px solid #000;
  padding: 0 20px;
  font-size: 20px;
  outline: none;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative; /* Hinzugefügt für das Pfeilchen */
}

.personen__select::-ms-expand {
  display: none;
}

.personen__select::after {
  content: "\f107"; /* Font Awesome Pfeilchen Icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#personen__select::-ms-expand {
  display: none; /* Für Internet Explorer/Edge */
}