
/*!**********************************************!*\
  !*** ../src/elements/download/download.scss ***!
  \**********************************************/
.file-download-wrap .file-download .download-link {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  font-weight: 500;
  color: inherit;
}
.file-download-wrap .file-download .download-link::after {
  content: "";
  flex-shrink: 0;
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url(/wp-content/themes/dascoachinghaus.ch/dist/193e2a1c414e3ce4.svg);
  background-color: currentColor;
  height: 32px;
  width: 32px;
  margin-left: 1rem;
}
.file-download-wrap .file-download .download-link:hover {
  opacity: 0.8;
}

.page-section.style-light .file-download-wrap {
  border-color: rgb(212.25, 213.675, 210.825);
}
.page-section.style-light .file-download {
  border-top-color: rgb(212.25, 213.675, 210.825);
}
.page-section.style-light .file-download:hover .download-link {
  background-color: rgb(212.25, 213.675, 210.825);
}

.page-section.style-primary .file-download-wrap {
  border-color: rgb(26.8368902439, 42.9390243902, 98.9131097561);
}
.page-section.style-primary .file-download {
  border-top-color: rgb(26.8368902439, 42.9390243902, 98.9131097561);
}
.page-section.style-primary .file-download .download-link {
  color: #fff;
}
.page-section.style-primary .file-download:hover .download-link {
  background-color: rgb(26.8368902439, 42.9390243902, 98.9131097561);
}

/*# sourceMappingURL=css-wpce--download.css.map*/