.pageelement {
  /* ... */
}

.pageelement .content-container {
  /* ... */
}
.pageelement-_test {
  /* ... */
}

.pageelement-_test .content-container {
  /* ... */
}
.pageelement-contact-info {
  padding-bottom: 45px;
}

.pageelement-contact-info p {
  margin-bottom: 10px;
}

.info-mail:hover {
  color: #808080;
}
.pageelement-downloads-info .headline {
  margin-bottom: 20px;
}

.pageelement-downloads-info .downloads-list {
  overflow: hidden;
}

.pageelement-downloads-info .download-link:hover {
  color: #808080;
}
.pageelement-downloads-main li {
  float: none;
}


.gallery-detail-main .gallery-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.gallery-detail-main .back-item {
  margin-top: 25px;
}

.gallery-detail-main .gallery-image-thumb {
  aspect-ratio: 447 / 251;
  object-fit: cover;
}

@media only screen and (max-width: 760px) {
  .gallery-detail-main .gallery-container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .gallery-detail-main .gallery-image {
    width: 100%;
    margin: 0 0 5px;
  }
}

@media only screen and (max-width: 420px) {
  .gallery-detail-main .gallery-container {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.gallery-list-main h2 {
  padding: 0;
  margin: 0 !important;
  line-height: 22px;
}

.gallery-list-main {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.gallery-list-main .item:nth-child(3n) {
  margin-right: 0;
}

.gallery-list-main .text-container {
  padding: 5px 10px;
  margin: 0;
  background-color: #cc3f35;
}

.gallery-list-main .title {
  color: #fff;
}

@media only screen and (max-width: 760px) {
  .gallery-list-main {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .gallery-list-main .item {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 420px) {
  .gallery-list-main {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.pageelement-image-info .image-subline {
  display: block;
  margin-top: 10px;
}

.pageelement-image-info img {
  max-width: 270px;
}
.pageelement-image-main .text {
  display: block;
}

.pageelement-image-main .overlay-image {
  display: block;
  margin-bottom: 20px;
}
.pageelement-job-detail-main .introtext {
    font-weight: bold;
}
.pageelement-job-list {
  /* ... */
}

.pageelement-job-list .content-container {
  /* ... */
}
.pageelement-legaltext-erecht24 {
  /* ... */
}

.pageelement-legaltext-erecht24 .content-container {
  /* ... */
}
.pageelement-maps-main {
  box-sizing: border-box;
  padding-bottom: 25px;
  padding-top: 25px;
}

.pageelement-maps-main .map-container {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #ff8c00;
  box-sizing: border-box;
}.media-main .movie {
  width: 100%;
  height: auto;
  display: block;
  max-height: 800px;
}

.movie-box.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.movie-box.video {
  position: relative;
  padding-top: 0;
  height: fit-content;
  overflow: hidden;
}

.movie-box.youtube iframe,
.movie-box.youtube object,
.movie-box.youtube embed,
.movie-box.video iframe,
.movie-box.video object,
.movie-box.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-detail-info .gallery-image {
  max-width: 330px;
  width: 100%;
}

.news-detail-main .content {
    background: #fff;
    padding: 50px 30px;
    border: #ff8c00 solid 1px;
    border-radius: 10px;
    display: flex;
    gap: 100px;
    font-size: 18px;
    flex-wrap: wrap;
}

.news-detail-main .content .copytext.texteditor a {
    color: #ff8c00;
}

.news-detail-main .content .left{
    width: 800px;
    display: flex;
    flex-flow: column;
    gap: 18px;
}

.news-detail-main .content .right {
    width: 430px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.news-detail-main .content .right .headline {
    font-size: 20px;
    margin-bottom: 5px;
}

.news-detail-main .content .right .images {
    display: flex;
    flex-flow: column;
    gap: 18px;
}

.news-detail-main .content .right .images .image{
    display: flex;
    flex-flow: column;
    gap: 18px;
}

.news-detail-main .content .mainimage img,
.news-detail-main .content .image img {
    border-radius: 10px;
    overflow: hidden;
}

.news-detail-main .content .right ul.linklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.news-detail-main .content .right .links-intern-main .link-intern,
.news-detail-main .content .right .links-extern-main .link-extern,
.news-detail-main .content .right .downloads .link-download {
    display: flex;
    gap: 8px;
    width: fit-content;
}

.news-detail-main .content .right .links-intern-main .link-intern:hover,
.news-detail-main .content .right .links-extern-main .link-extern:hover,
.news-detail-main .content .right .downloads .link-download:hover {
    color: #FF8c00;
}

.news-detail-main .content .right .links-intern-main .link-intern:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f324';
}

.news-detail-main .content .right .links-extern-main .link-extern:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f08e';
}

.news-detail-main .content .right .downloads .link-download:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f56d';
}

.news-detail-main .content .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    font-size: 18px;
}

.news-detail-main .content .gallery .gallery-image {
    max-width: 340px;
    border-radius: 10px;
    overflow: hidden;
    width: calc(25% - 10px);
    height: 250px;
}

.news-detail-main .content .gallery .gallery-image img {
    height: 100%;
    object-fit: cover;
}

.news-detail-main .reference-date {
    font-size: 14px;
    margin-bottom: -15px;
}

@media only screen and (max-width: 1300px){
    .news-detail-main .content .gallery .gallery-image {
        width: calc(33.33% - 9px);
    }
}

@media only screen and (max-width: 1024px){
    .news-detail-main .content .gallery .gallery-image {
        width: calc(50% - 7px);
    }
}

@media only screen and (max-width: 750px){
    .news-detail-main .content .gallery .gallery-image {
        width: 100%
    }
}

@media only screen and (max-width: 1024px){
    .news-detail-main .content {
        flex-flow: column;
        gap: 40px;
    }

    .news-detail-main .content .left,
    .news-detail-main .content .right {
        width: 100%;
    }

    .news-detail-main .content .right .images .image {
        width: fit-content;
    }
}

@media only screen and (max-width: 800px){
    .news-detail-main .content {
        padding: 20px;
    }
}.news-list {
  width: 100%;
  box-sizing: border-box;
}

.news-list .item {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #FF8B00;
  border-radius: 10px;
  box-sizing: border-box;
}

.news-list .image-container {
  display: block;
  width: 450px;
  min-width: 450px;
}

.news-list .image-container image {
  display: inline-block;
  width: 100%;
  height: auto;
}

.news-list .text-container {
  float: left;
  width: auto;
  padding: 25px 40px;
  font-size: 18px;
  box-sizing: border-box;
}

.news-list .text-container .headline {
  font-family: 'Open Sans Bold';
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
  color: #FF8C00;
}

.news-list .text-container .text {
  box-sizing: border-box;
}

.news-list .text-container .detail-link {
  margin-top: 20px;
  display: flex;
  color: #000;
}

.news-list .text-container .detail-link:before {
  content: '\f324';
  font-family: 'Font Awesome 6 Pro';
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.news-list .reference-date {
  font-size: 14px;
}

@media only screen and (max-width: 1024px){
  .news-list .image-container {
    min-width: 330px;
    width: 330px;
  }

  .news-list .text-container {
    padding: 15px 25px;
  }
}

@media only screen and (max-width: 800px){
  .news-list .image-container {
    min-width: 275px;
    width: 275px;
  }
}

@media only screen and (max-width: 620px){
  .news-list .item {
    flex-flow: column;
  }

  .news-list .text-container .headline {
    margin-bottom: 10px;
  }

  .news-list .image-container {
    min-width: unset;
    width: 100%;
  }
}

@media only screen and (max-width: 520px) {
  .news-list .image-container {
    width: 100%;
    margin: 0;
    float: none;
  }

  .news-list .text-container {
    float: none;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
  }
}
.pageelement-privacy-main p {
  padding-bottom: 5px;
}

.pageelement-privacy-main .opt-out {
  padding: 10px 0;
}
.search-main {
  width: 100%;
}

.search-main .searchresult-header {
  margin-bottom: 30px;
}

.search-main .searchresult-header .keyword {
  font-weight: 700;
}

.search-main .searchresult-group {
  margin-bottom: 30px;
  width: 100%;
}

.search-main .searchresult-group .header:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f107";
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.search-main .searchresult-group .header.active:before {
  transform: rotate(180deg);
}

.search-main .searchresult-group .header {
  font-size: 21px;
  font-family: klavika-bold, arial, sans-serif;
  display: block;
  border-bottom: 1px solid #a4b7e0;
  margin-bottom: 15px;
  padding: 0 0 3px 17px;
  background: url(/_images/subnav-trigger.png) left 4px no-repeat;
  background-size: 11px 64px;
  cursor: pointer;
}

.search-main .searchresult-group .header.active {
  background-position: left -47px;
}

.search-main .searchresult-list {
  display: none;
}

.search-main .searchresult-list ul {
  display: inline;
}

.search-main .searchresult-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #706f6f;
  display: block;
  width: 100%;
  float: none;
}

.search-main .searchresult-link {
  font-size: 16px;
}

.search-main .searchresult-item .keyword {
  font-weight: 700;
}

.search-main .searchresult-item .date {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
}
.pageelement-text-image-main .container .content {
  display: flex;
  background: #fff;
  border: 2px solid #ff8c00;
  border-radius: 10px;
  padding: 20px;
}
.pageelement-text-image-main .container > .headline {
  font-size: 26px;
  font-family: 'Open Sans Bold';
  margin-bottom: 40px;
}

.pageelement-text-image-main p {
  display: block;
  margin-bottom: 10px;
}

.pageelement-text-image-main img {
  width: 100%;
}

.pageelement-text-image-main .right-column {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.pageelement-text-image-main .left-column {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.pageelement-text-image-main .left-column .text,
.pageelement-text-image-main .right-column .text {
  box-sizing: border-box;
  font-size: 18px;
}

.pageelement-text-image-main .text .headline {
  font-size: 22px;
  font-family: 'Open Sans Bold';
}

.pageelement-text-image-main .left-column img,
.pageelement-text-image-main .right-column img {
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .pageelement-text-image-main .left-column {
    width: 100% !important;
    float: none;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 15px 0 0;
  }
  .pageelement-text-image-main .right-column {
    width: 100% !important;
    overflow: hidden;
    float: none;
    height: auto;
    padding: 0 0 0 15px;
  }
}

@media only screen and (max-width: 760px) {

  .pageelement-text-image-main .container .content {
    flex-flow: column;
  }
  .pageelement-text-image-main {
    flex-direction: column;
  }

  .pageelement-text-image-main .left-column {
    float: none;
    height: auto;
    overflow: hidden;
    padding-right: 0 !important;
  }

  .pageelement-text-image-main .right-column {
    overflow: hidden;
    float: none;
    height: auto;
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .pageelement-text-image-main .left-column .text,
  .pageelement-text-image-main .right-column .text {
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    transform: translateY(0%);
    top: 0;
  }

  .pageelement-text-image-main .left-column {
    width: 100%;
    float: none;
    height: auto;
    overflow: hidden;
  }

  .pageelement-text-image-main .right-column {
    width: 100%;
    overflow: hidden;
    float: none;
    height: auto;
  }

  .pageelement-text-image-main .left-column .text {
    padding: 25px 40px !important;
    text-align: left;
  }

  .pageelement-text-image-main .left-column .text {
    padding: 0 !important;
    text-align: left;
  }
}
.pageelement-text-image-senkrecht-main {
  display: flex;
}

.pageelement-text-image-senkrecht-main p {
  display: block;
  margin-bottom: 10px;
}

.pageelement-text-image-senkrecht-main img {
  width: 100%;
}

.pageelement-text-image-senkrecht-main .right-column.image {
  width: 240px;
  padding-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.pageelement-text-image-senkrecht-main .right-column.text {
  width: calc(100% - 240px);
  padding-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.pageelement-text-image-senkrecht-main .left-column.text {
  width: calc(100% - 240px);
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.pageelement-text-image-senkrecht-main .left-column.image {
  width: 240px;
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.pageelement-text-image-senkrecht-main .left-column .text {
  box-sizing: border-box;
}

.pageelement-text-image-senkrecht-main .right-column .text {
  box-sizing: border-box;
}
.pageelement-text-main .text {
  display: block;
  overflow: hidden;
}

.pageelement-text-main .text p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .pageelement-text-main {
    width: 100%;
    margin: 0;
  }
}
.pageelement-texteditor-main .image-container {
  display: block;
  margin-bottom: 20px;
}
