.cols,
.grid {
  width: 88.88%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
}

.cols {
  display: flex;
  flex-direction: column;
}

.cols-wrapper {
  position: relative;
  margin: 0 auto;
  padding: var(--col-padding) 0;
}
.cols-wrapper:has(.aos-init){
  overflow: hidden;
}

.cols-full {
  overflow-x: hidden;
}

.cols-full > .cols {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: inherit;
  width: 100%;
}

.cols-parallax {
  position: relative;
  background-size: cover;
  padding: 20px 0 var(--col-padding);
  background-position: bottom center;
}

.cols-parallax:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cols-parallax .col {
  margin: 0;
}

.cols-parallax .col p:last-of-type {
  padding: 0;
}

.cols-parallax .cols-100 {
  position: relative;
  z-index: 2;
}

.cols-parallax h1,
.cols-parallax h2,
.cols-parallax h3,
.cols-parallax h4,
.cols-parallax {
  color: rgb(var(--main-light-color));
}

.cols-100 .col{
  margin: 0;
}
.col-txt h2:last-child{
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  .cols-50-50 .col:last-child.col-txt p:only-child:has(a.button-cta:only-child) {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1024px) {
  .cols-50-50 .col:last-child.col-txt p:only-child:has(a.button-cta:only-child) {
    margin-top: 17px;
  }
}

.cols-50-50:has(.col.col-txt:first-child):has(.col.col-txt:last-child) {
  max-width: 1440px;
  overflow: hidden;
}
.cols-50-50:has(.col.col-txt:first-child):has(.col.col-txt:last-child) h1:first-child,
.cols-50-50:has(.col.col-txt:first-child):has(.col.col-txt:last-child) *.h1-like:first-child{
  margin-top: -10px;
}

.cols-50-50.cols-pictxt{
  overflow: hidden;
}

.cols-50-50.cols-pictxt .col.col-pic {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 105%;
}

.cols-50-50.cols-pictxt .col:first-child.col-pic img,
.cols-50-50.cols-pictxt .col:first-child.col-pic a[data-lightbox="true"] {
  border-radius: 0 45px 45px 0;
}

.cols-50-50.cols-pictxt .col:last-child.col-pic img,
.cols-50-50.cols-pictxt .col:last-child.col-pic a[data-lightbox="true"] {
  border-radius: 45px 0 0 45px;
}

.cols-50-50.cols-pictxt .col:last-child.col-pic {
  margin-left: auto;
}

/* pic and pic 50-50 block */
.cols-50-50:not(.cols-pictxt):has(.col:first-child.col-pic,.col:last-child.col-pic){
  max-width: 1600px;
}
.cols-50-50:not(.cols-pictxt):has(.col:first-child.col-pic,.col:last-child.col-pic) .col-pic img,
.cols-50-50:not(.cols-pictxt):has(.col:first-child.col-pic,.col:last-child.col-pic) .col-pic a[data-lightbox="true"] {
  border-radius: 45px;
}


.cols-33-33-33 .col-pic img,
.cols-33-33-33 .col-pic a[data-lightbox="true"] {
  border-radius: 45px;
}

.cols-50-25-25 .col-pic img {
  margin: 0;
}

.cols-50-25-25 {
  flex-direction: inherit;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 30px;
}

.cols-50-25-25 .col-pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cols-50-25-25 .col:nth-child(1) {
  width: 100%;
}

.cols-50-25-25 .col:nth-child(2),
.cols-50-25-25 .col:nth-child(3) {
  width: 48%;
}

.cols-100 .col-video {
  height: 440px;
  margin: 0;
}

.cols-100 .col-video .video-wrapper,
.cols-100 .col-video video {
  position: relative;
  height: 100%;
  width: 100%;
}

.cfweb-text{
 margin: 0 !important;
}

.col {
  margin: 0 0 1em;
}
.cols-50-50 .col,
.cols-33-33-33 .col {
  margin: 0 0 2em;
}
.cols-50-50 .col:last-child {
  margin: 0;
}
.cols-50-50 .col p:last-of-type {
  padding: 0;
}

.col.col-module_ContactForms {
  text-align: left;
  margin: 0 auto !important;
}

.col-module_RoutePlanner .cols-100 {
  margin: 0;
  max-width: inherit;
  width: 100%;
}

.cfweb-cb {
  display: inline-block;
  margin: 0 14px 0 0;
}

.content table {
  text-align: left;
}

.col-module_ContactForms {
  max-width: 960px;
}


a[target="_blank"]:not([data-hideicon])::after {
  content: '';
  height: 0.5em;
  width: 0.5em;
  display: inline-block;
  background: url('/images/icons/external-link.svg') center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.customstyle-medium-grid {
  max-width: 1600px;
}
.customstyle-smaller-grid {
  max-width: 1440px;
}

.customstyle-no-padding-bottom {
  padding-bottom: 0;
}

.customstyle-no-padding-bottom + .cols-wrapper {
  padding-top: 0;
}

.customstyle-half-padding-bottom {
  padding-bottom: calc(var(--col-padding) / 2);
}

.customstyle-half-padding-bottom + .cols-wrapper {
  padding-top: calc(var(--col-padding) / 2);
}

/* ab 800px */
@media screen and (min-width: 768px) {
  .cols-33-33-33 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .cols-33-33-33 .col {
    width: 32%;
  }
  .cols-parallax{
    padding: 40px 0 var(--col-padding);
  }
  /* pic and pic 50-50 block */
  .cols-50-50:not(.cols-pictxt):has(.col:first-child.col-pic,.col:last-child.col-pic){
    flex-direction: row;
    justify-content: space-between;
  }
  .cols-50-50:not(.cols-pictxt):has(.col:first-child.col-pic,.col:last-child.col-pic) .col-pic{
    max-width: 760px;
    width: 49%;
  }
}

/* ab 1024px */
@media screen and (min-width: 1024px) {
  .cols {
    flex-direction: row;
    justify-content: space-between;
  }

  .cols-100 {
    display: block;
  }

  .cols-50-25-25 {
    gap: 0;
  }

  .cols-50-25-25 .col:nth-child(1) {
    width: 48%;
  }

  .cols-50-25-25 .col:nth-child(2),
  .cols-50-25-25 .col:nth-child(3) {
    width: 24%;
  }

  .col {
    margin: 0 !important;
  }

  .cols-parallax:after {
    background-color: rgba(0, 0, 0, 0.3);
  }

  /* Default 50-50 blocks */
  .cols-50-50 .col {
    width: 49%;
  }

  .cols-50-50 .col-pic {
    max-width: 920px;
  }

  .cols-50-50 .col-txt {
    max-width: 680px;
  }

  /* Default 66-33 blocks */
  .cols-66-33 .col {
    width: 64%;
  }

  .cols-66-33 .col + .col {
    width: 32%;
  }

  /* pic and pic 50-50 block */
  .cols-50-50:not(.cols-pictxt):has(.col:first-child.col-pic,.col:last-child.col-pic) .col-pic img,
  .cols-50-50:not(.cols-pictxt):has(.col:first-child.col-pic,.col:last-child.col-pic) .col-pic a[data-lightbox="true"] {
    border-radius: 80px;
  }

  /* pic and txt 50-50 block */
  .cols-50-50.cols-pictxt {
    align-items: center;
  }

  .cols-50-50.cols-pictxt:has(.col:first-child.col-pic) {
    margin-left: 0;
  }

  .cols-50-50.cols-pictxt:has(.col:last-child.col-pic) {
    margin-right: 0;
  }

  .cols-50-50.cols-pictxt .col.col-pic {
    margin: 0;
    width: 56%;
  }

  .cols-50-50.cols-pictxt .col.col-txt {
    width: 39%;
    max-width: 680px;
  }

  .cols-50-50 .col:last-child.col-pic {
    margin: 0;
  }

  .cols-25-25-25-25 .col {
    width: 24%;
  }
}

@media screen and (min-width: 1440px) {
  .cols-50-50.cols-pictxt {
    gap: 110px;
  }

  .cols-50-50.cols-pictxt:has(.col:first-child.col-pic) {
    justify-content: flex-start;
  }

  .cols-50-50.cols-pictxt:has(.col:last-child.col-pic) {
    justify-content: flex-end;
  }

  .cols-50-50.cols-pictxt .col:first-child.col-pic img,
  .cols-50-50.cols-pictxt .col:first-child.col-pic a[data-lightbox="true"] {
    border-radius: 0 120px 120px 0;
  }

  .cols-50-50.cols-pictxt .col:last-child.col-pic img,
  .cols-50-50.cols-pictxt .col:last-child.col-pic a[data-lightbox="true"] {
    border-radius: 120px 0 0 120px;
  }
}

@media screen and (min-width: 1800px) {
  .cols,
  .grid {
    width: 100%;
  }
}

body.impressum table tr td,
body.impressum table tr th {
  vertical-align: top;
}

@media screen and (min-width: 1024px) {
  .cols-parallax {
    padding: 190px 0;
  }

  body.impressum table tr td:first-child,
  body.impressum table tr th:first-child {
    min-width: 300px;
  }
}
@media screen and (min-width: 1440px) {
  .cols-parallax {
    background-attachment: fixed;
    background-position: top;
  }
  .cols-parallax + .cols-wrapper{
    padding-top: calc(var(--col-padding) * 1.5);
  }
}

@media screen and (max-width: 600px) {
  body.impressum table tr td,
  body.impressum table tr th {
    display: block;
  }


  body.impressum table tr td {
    margin-bottom: 20px;
  }
}


/* Sites TILES Design */
.col-tiles {
  width: 100%;
}

.tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tile-item {
  position: relative;
  margin: 0 0 7px;
  width: 100%;
  overflow: hidden;
}

.tile-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 90px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
}

.tile-item .video-wrapper {
  width: 100%;
  height: 100%;
}

.tile-item picture:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: '';
  height: 40%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.tile-item img,
.tile-item video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tile-item,
.tile-item img,
.tile-item video {
  aspect-ratio: 1;
  min-height: 300px;
}

.tile-item.m-one,
.tile-item.m-one img,
.tile-item.m-one video {
  aspect-ratio: 2/1;
  min-height: 150px;
}

.tile-item.m-small {
  width: 49.1%;
}

.tile-item a:not(.pause-play-button) {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.tile-item .pic-caption,
.tile-item .pic-copyright {
  display: none;
}

.tile-item .pic-info {
  position: relative !important;
  bottom: inherit !important;
  left: inherit !important;
}

.tile-item h2 {
  position: absolute;
  bottom: 25px;
  left: 15px;
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  color: rgb(var(--main-light-color));
  font-weight: 600;
  z-index: 1;
  line-height: 1;
}

@media (hover: hover) {

  .tile-item .pic-wrapper {
    background: rgb(var(--main-dark-color));
    overflow: hidden;
  }

  .tile-item img,
  .tile-item video {
    opacity: 1;
    transform: scale(1);
    transition: all .8s;
  }

  .tile-item:hover img,
  .tile-item:hover video {
    opacity: .8;
    transform: scale(1.1);
  }

}

@media screen and (min-width: 800px) {
  .tiles {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important;
  }

  .tile-item {
    aspect-ratio: unset !important;
    margin: 0;
    width: auto !important;
  }

  .tile-item.two {
    height: 410px;
  }

  .tile-item.one {
    height: 195px;
  }

  .tile-item a {
    height: 100%;
  }

  .tile-item .pic-wrapper {
    height: 100%;
  }

}

@media screen and (min-width: 1400px) {

  .col-tiles {
    margin-bottom: 7rem;
  }

  .tile-item.two {
    height: 650px;
  }

  .tile-item.one {
    height: 315px;
  }

  .tile-item h2 {
    font-size: 3.8rem;
    bottom: 30px;
    left: 30px;
  }
}


/* SITEMAP */
.sitemap-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-content li {
  margin-bottom: 5px;
}

.sitemap-content li a {
  display: block;
  padding: 10px 15px 10px 35px;
  color: rgb(var(--main-dark-color));
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.5;
}

.sitemap-content li a:hover,
.sitemap-content li a:focus {
  background-color: rgba(var(--main-dark-color), 0.1);
  color: rgb(var(--main-dark-color));
  outline: none;
}

.sitemap-content li a::before {
  content: '•';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(var(--main-dark-color), 0.6);
  font-size: 1.2em;
  transition: color 0.2s ease-in-out;
}

.sitemap-content li a:hover::before,
.sitemap-content li a:focus::before {
  color: rgb(var(--main-dark-color));
}

.sitemap-content ul ul {
  margin-top: 5px;
  padding-left: 20px;
  border-left: 2px solid rgba(var(--main-dark-color), 0.15);
  margin-left: 15px;
}

.sitemap-content ul ul li a {
  font-size: 1.8rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
}

.sitemap-content ul ul li a::before {
  left: 10px;
  color: rgba(var(--main-dark-color), 0.5);
}

.sitemap-content ul ul li a:hover::before,
.sitemap-content ul ul li a:focus::before {
  color: rgb(var(--main-dark-color));
}

.sitemap-content ul ul ul {
  padding-left: 20px;
  margin-top: 5px;
  border-left-color: rgba(var(--main-dark-color), 0.1);
}

.sitemap-content ul ul ul li a {
  font-size: 0.85em;
}

.sitemap-content ul ul ul li a::before {
  color: rgba(var(--main-dark-color), 0.4);
}
