@charset "UTF-8";
html {
  font-size: 10px;
}
@media (min-width: 1920px) {
  html {
    font-size: calc(100vw / 192);
  }
}
#fallstudien {
  padding-block: 4.8rem;
}
@media (min-width: 1200px) {
  #fallstudien {
    padding-block: 9.6rem;
  }
}
#fallstudien h2 {
  text-align: center;
  margin-bottom: 3.2rem !important;
}
@media (min-width: 1200px) {
  #fallstudien h2 {
    margin-bottom: 6.4rem !important;
  }
}
#fallstudien hr {
  margin-block: 3.2rem;
  border-top-color: #cccccc;
  border-top-width: 0.1rem;
}
@media (min-width: 1200px) {
  #fallstudien hr {
    margin-block: 6.4rem;
  }
}
@media (min-width: 1200px) {
  #fallstudien .cd-section-fallstudien-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3.2rem;
  }
  #fallstudien .cd-section-fallstudien-wrap .cd-section-fallstudien-item.cd-section-fallstudien-img {
    grid-column: 1;
    grid-row: 1;
  }
  #fallstudien .cd-section-fallstudien-wrap .cd-section-fallstudien-item.cd-section-fallstudien-text {
    grid-column: 2;
    grid-row: 1;
  }
  #fallstudien .cd-section-fallstudien-wrap.cd-reverse .cd-section-fallstudien-item.cd-section-fallstudien-img {
    grid-column: 2;
    grid-row: 1;
  }
  #fallstudien .cd-section-fallstudien-wrap.cd-reverse .cd-section-fallstudien-item.cd-section-fallstudien-text {
    grid-column: 1;
    grid-row: 1;
  }
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img {
  position: relative;
  margin-bottom: 2.4rem;
}
@media (min-width: 1200px) {
  #fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img {
    margin-bottom: 0;
  }
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img a::after {
  content: url("https://digitalcrumb.de/wp-content/uploads/2023/07/videolightbox.svg");
  background: rgba(0, 0, 0, 0.8);
  fill: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.6rem;
  padding-top: 0.5rem;
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img a.boxclose::after {
  display: none;
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-video-thumbnail {
  height: 100%;
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img img {
  border-radius: 1.2rem;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  #fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img img {
    border-radius: 2.4rem;
  }
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-section-fallstudien-img-overlay {
  position: absolute;
  display: flex;
  flex-direction: row;
  bottom: 0;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.2rem 1.6rem;
  z-index: 1;
}
@media (min-width: 1200px) {
  #fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-section-fallstudien-img-overlay {
    padding: 2.4rem 3.2rem;
  }
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-section-fallstudien-img-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, black, transparent);
  z-index: -1;
  border-radius: 0 0 1.2rem 1.2rem;
}
@media (min-width: 1200px) {
  #fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-section-fallstudien-img-overlay::after {
    border-radius: 0 0 2.4rem 2.4rem;
  }
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-section-fallstudien-img-overlay svg {
  fill: white;
  height: 1rem;
  width: auto;
  margin-bottom: 0.8rem;
}
@media (min-width: 1200px) {
  #fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-section-fallstudien-img-overlay svg {
    height: 1.8rem;
    width: auto;
    margin-bottom: 1.2rem;
  }
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-section-fallstudien-img-overlay h3, #fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-section-fallstudien-img-overlay p {
  color: white;
  margin: 0;
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-section-fallstudien-img-overlay h3 {
  font-size: 1.6rem;
  font-weight: 800;
}
@media (min-width: 1200px) {
  #fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-section-fallstudien-img-overlay h3 {
    font-size: 2.8rem;
  }
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-section-fallstudien-img-overlay p {
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  #fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-img .cd-section-fallstudien-img-overlay p {
    font-size: 1.8rem;
  }
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-text {
  margin-block: 2.4rem;
}
@media (min-width: 1200px) {
  #fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-text h3 {
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  #fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-text h3 {
    font-size: 3.2rem;
  }
}
#fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-text h4 {
  margin-top: 1.4rem;
}
@media (min-width: 1200px) {
  #fallstudien .cd-section-fallstudien-item.cd-section-fallstudien-text h4 {
    font-size: 1.8rem;
  }
}
#fallstudien .cd-section-ablauf-wrap.cd-section-ablauf-cta {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  #fallstudien .cd-section-ablauf-wrap.cd-section-ablauf-cta {
    margin-top: 3.2rem;
  }
}
#fade, #fade-klangspektrum {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 99998;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#light, #light-klangspektrum {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: calc(100vw - 4.8rem);
  width: calc(100vw - 4.8rem);
  max-height: 80vh;
  transform: translate(-50%, -50%);
  z-index: 99999;
  overflow: visible;
}
@media (min-width: 1200px) {
  #light, #light-klangspektrum {
    max-width: 60vw;
    width: 60vw;
  }
}
#cd-video-login, #cd-video-klangspektrum {
  border-radius: 0.4rem;
}
@media (min-width: 1200px) {
  #cd-video-login, #cd-video-klangspektrum {
    border-radius: 2.4rem;
  }
}
#boxclose, #boxclose-klangspektrum {
  float: right;
  cursor: pointer;
  color: white;
  border: 0.1rem solid #999999;
  background: #222222;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  position: absolute;
  z-index: 1002;
  opacity: 0.9;
  font-size: 1.8rem;
  border-radius: 0.2rem;
  right: 0.6rem;
  top: 0.6rem;
  padding: 0.7rem 0.2rem;
}
@media (min-width: 1200px) {
  #boxclose, #boxclose-klangspektrum {
    border-radius: 0.4rem;
    font-size: 3.2rem;
    padding: 1.3rem 0.4rem;
    right: 1.2rem;
    top: 1.2rem;
  }
}
.boxclose:before, .boxclose-klangspektrum:before {
  content: "×";
}
#fade:hover ~ #boxclose, #fade-klangspektrum:hover ~ #boxclose-klangspektrum {
  display: none;
}

