/* .section.dunkel-1 .ce-intext {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-top: 20px;
}

.section.dunkel-1 .ce-textpic img {
  max-width: 100%;
  margin-right: 10px;
}

.section.dunkel-1 .ce-bodytext h3 {
  width: 50%;
} */
.news-single .footer {
  margin-bottom: 0px !important;
}
.news .footer span {
  margin-bottom: 10px;
}
.mediaelement.mediaelement-image {
  width: 100%;
}
.mediaelement.mediaelement-image img {
  width: 100% !important;
  height: auto;
}
.outer {
  margin-bottom: 30px;
}
.news-img-caption {
  font-size: 12px;
  margin: 5px 0px 0px 0px;
}
.news-single .article .news-img-wrap {
  margin-top: 18px !important;
  width: 100% !important;
  background: none !important;
}
.news .article .news-img-wrap a {
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
  background: 0 !important;
}
.ce-gallery[data-ce-columns="3"] .ce-row {
  margin-left: -10px;
  margin-right: -10px;
}
.ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
}
.ce-gallery[data-ce-columns="3"] figure.image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ce-gallery[data-ce-columns="3"] figure.image img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.ce-gallery[data-ce-columns="3"] figure.image:hover img {
  transform: scale(1.08);
}
.ce-gallery[data-ce-columns="3"] figure.image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(71, 65, 65, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.ce-gallery[data-ce-columns="3"] figure.image:hover::before {
  opacity: 1;
  cursor: pointer;
}
.ce-gallery[data-ce-columns="3"] figcaption.image-caption {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  z-index: 2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
.ce-gallery[data-ce-columns="4"] .ce-row {
  margin-left: -20px;
  margin-right: -20px;
}
.ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25%;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0px;
}
.ce-gallery[data-ce-columns="4"] figure.image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ce-gallery[data-ce-columns="4"] figure.image img {
  height: 100%;
  object-fit: cover;
  height: 200px;
}
.ce-gallery[data-ce-columns="4"] figure.image:hover img {
  transform: scale(1.08);
}
.ce-gallery[data-ce-columns="4"] figure.image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(71, 65, 65, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.ce-gallery[data-ce-columns="4"] figure.image:hover::before {
  opacity: 1;
  cursor: pointer;
}
.ce-gallery[data-ce-columns="4"] figcaption.image-caption {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  z-index: 2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
.ce-gallery[data-ce-columns="2"][data-ce-images="2"] .ce-row {
  margin-left: -15px;
  margin-right: -15px;
}
.ce-gallery[data-ce-columns="2"][data-ce-images="2"] .ce-column {
  width: 50%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
}
.ce-gallery[data-ce-columns="2"][data-ce-images="2"] figure.image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ce-gallery[data-ce-columns="2"][data-ce-images="2"] figure.image img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.ce-gallery[data-ce-columns="2"][data-ce-images="2"] figure.image:hover img {
  transform: scale(1.08);
}
.ce-gallery[data-ce-columns="2"][data-ce-images="2"] figure.image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(71, 65, 65, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.ce-gallery[data-ce-columns="2"][data-ce-images="2"]
  figure.image:hover::before {
  opacity: 1;
  cursor: pointer;
}
.ce-gallery[data-ce-columns="2"][data-ce-images="2"] figcaption.image-caption {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
.custom-news-card .content-news {
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 100%;
}
.custom-news-card .content-news .news-img-wrap {
  width: 100%;
}
.custom-news-card .content-news .news-img-wrap a {
  display: block;
  width: 100%;
}
.custom-news-card .content-news .text-block {
  padding: 10px 5px;
  text-align: center;
}
.custom-news-card .content-news:hover {
  background-color: #e9cf56;
  color: #000;
}
.custom-news-card .content-news:hover h3 span,
.custom-news-card .content-news:hover .teaser-text {
  color: #000 !important;
}
.custom-news-card .news .article .news-img-wrap img {
  width: 100%;
  height: auto;
}
.custom-news-card .news .article .news-img-wrap a {
  padding: 0;
}
.custom-news-card .news-img-wrap {
  position: relative;
  overflow: hidden;
}
.custom-news-card .news-img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 26, 26, 0.4);
  opacity: 0;
}
.custom-news-card .news-img-wrap a::before {
  content: "";
  background-image: url("/typo3conf/ext/siteautoputzer/Resources/Public/Icons/plus-square.svg");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  filter: brightness(0) invert(1);
  cursor: pointer;
}
.custom-news-card .content-news:hover .news-img-wrap ::before,
.custom-news-card .content-news:hover .news-img-wrap::after {
  opacity: 1;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.custom-news-card .news .article:last-child {
  margin-bottom: 15px;
}
.lizenzmehmer-contacts h3 {
  margin-bottom: 15px;
}
.lizenzmehmer-contacts .text div {
  margin-bottom: 3px;
}
.border-image img {
  transform: none !important;
}
@media (max-width: 768px) {
  .ce-gallery[data-ce-columns="3"] .ce-column,
  .ce-gallery[data-ce-columns="3"] .ce-outer,
  .ce-gallery[data-ce-columns="3"] .ce-row,
  .ce-gallery[data-ce-columns="3"] .ce-inner,
  .ce-gallery[data-ce-columns="3"] .image,
  .ce-gallery[data-ce-columns="3"] .image a,
  .ce-gallery[data-ce-columns="3"] .image img {
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
    padding: 0;
  }
  .ce-gallery[data-ce-columns="3"] figcaption.image-caption {
    font-size: 16px;
    bottom: 8px;
    left: 10px;
    right: 10px;
  }
  .ce-gallery[data-ce-columns="3"] figure.image img {
    height: 100% !important;
  }
  .ce-gallery[data-ce-columns="4"] .ce-column,
  .ce-gallery[data-ce-columns="4"] .ce-outer,
  .ce-gallery[data-ce-columns="4"] .ce-row,
  .ce-gallery[data-ce-columns="4"] .ce-inner,
  .ce-gallery[data-ce-columns="4"] .ce-outer .image,
  .ce-gallery[data-ce-columns="4"] .image,
  .ce-gallery[data-ce-columns="4"] .ce-outer .image a,
  .ce-gallery[data-ce-columns="4"] .ce-outer .image img {
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
    padding: 0;
  }
  .ce-gallery[data-ce-columns="4"] figure.image img {
    height: 100% !important;
  }
  .ce-gallery[data-ce-columns="2"][data-ce-images="2"] .ce-column,
  .ce-gallery[data-ce-columns="2"][data-ce-images="2"] .ce-outer,
  .ce-gallery[data-ce-columns="2"][data-ce-images="2"] .ce-row,
  .ce-gallery[data-ce-columns="2"][data-ce-images="2"] .ce-inner,
  .ce-gallery[data-ce-columns="2"][data-ce-images="2"] .image,
  .ce-gallery[data-ce-columns="2"][data-ce-images="2"] .image a,
  .ce-gallery[data-ce-columns="2"][data-ce-images="2"] .image img {
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
    padding: 0;
  }
  .ce-gallery[data-ce-columns="2"][data-ce-images="2"] figure.image img {
    height: 100% !important;
  }
  .custom-news-card h3 {
    font-size: 9px !important;
  }
  .pagesubtitle h1 {
    font-size: 18px;
    margin-top: 30px;
  }
  h3 {
    font-size: 18px !important;
    margin-top: 12px;
  }
  .section.dunkel-1 .ce-textpic img {
    margin-right: 0px;
  }
}

@media (max-width: 1200px) {
  .ce-gallery[data-ce-columns="4"] .ce-column {
    margin-bottom: 20px;
  }
  .custom-news-card h3 {
    font-size: 11px !important;
  }
  .ce-gallery[data-ce-columns="4"] figure.image img {
    height: 170px;
  }
  .ce-gallery[data-ce-columns="4"] figcaption.image-caption {
    font-size: 18px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .ce-gallery[data-ce-columns="2"][data-ce-images="2"] figure.image img {
    height: 170px;
  }
  .ce-gallery[data-ce-columns="2"][data-ce-images="2"]
    figcaption.image-caption {
    font-size: 16px;
    bottom: 8px;
    left: 10px;
    right: 10px;
  }
}
@media (max-width: 992px) {
  .ce-gallery figure {
    width: 100%;
  }
  .ce-gallery .ce-column {
    width: 100%;
  }
  .ce-image .ce-gallery {
    width: 100%;
  }
  .ce-left .ce-gallery {
    float: none !important;
  }
}
@media (max-width: 1199px) {
  .sf-menu ul {
    position: static !important;
  }
}
