.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;
}

.pageelement-downloads-main .download-link:hover {
  color: #808080;
}
.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: #0072bb;
}

.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-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%;
}
.media-main .movie {
  width: 100%;
  height: auto;
  display: block;
}

.movie-box.youtube,
.movie-box.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  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 .introtext {
  display: block;
  margin-bottom: 10px;
}

.news-detail-main .copytext p {
  display: block;
  margin-bottom: 10px;
}

.news-detail-main .date {
  margin-top: 5px;
}

.news-detail-main .back-item {
  margin-top: 10px;
}
.news-list {
  width: 100%;
  box-sizing: border-box;
}

.news-list .item {
  display: block;
  width: 100%;
  padding: 0 0 25px;
  margin-bottom: 25px;
  overflow: hidden;
  border-bottom: 3px solid #007cc5;
}

.news-list .image-container {
  display: block;
  float: left;
  width: 30%;
  max-width: 270px;
  margin-right: 20px;
}

.news-list .image-container image {
  display: inline-block;
  width: 100%;
  height: auto;
}

.news-list .text-container {
  float: left;
  width: auto;
  max-width: calc(100% - 290px);
}

.news-list .text-container .headline {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}

.news-list .text-container .text {
  box-sizing: border-box;
}

.news-list .text-container .detail-link {
  margin-top: 20px;
  display: inline-block;
  color: #0072bb;
}

@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%;
    margin-top: 15px;
    overflow: hidden;
    max-width: 100%;
  }
}
.pageelement-overviewpages-main {
  display: block;
}

.pageelement-overviewpages-main .overview-item {
  display: flex;
  margin-bottom: 55px;
}

.pageelement-overviewpages-main .image-container {
  display: inline-block;
  padding-right: 20px;
}

.pageelement-overviewpages-main .image-container img {
  width: auto;
}

.pageelement-overviewpages-main .text-container {
  display: inline-block;
}

.pageelement-overviewpages-main .text {
  color: #1f1f1f;
}

@media only screen and (max-width: 760px) {
  .pageelement-overviewpages-main .overview-item {
    flex-direction: column;
  }

  .pageelement-overviewpages-main .text-container {
    margin-bottom: 10px;
    display: block;
  }

  .pageelement-overviewpages-main .image-container {
    padding: 0;
    margin-bottom: 10px;
    display: block;
  }
}

@media only screen and (max-width: 520px) {
  .pageelement-overviewpages-main .image-container {
    width: 80%;
    margin: 0;
  }

  .pageelement-overviewpages-main .image-container img {
    width: auto;
  }

  .pageelement-overviewpages-main .text-container {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .pageelement-overviewpages-main .text-container {
    width: 100%;
    margin: 0;
    padding-top: 10px;
  }
}
.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 {
  display: flex;
}

.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 {
  box-sizing: border-box;
}

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

@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 {
    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;
}
