/*!
 *  ATTENTION: This File is Generated by Resources/Private/Theme/** /*
 *  Please do not edit this file directly!!!
 *
 *  Project:  waldemar-link-kampagnenwebsites
 *  Version:  1.0.0
 *
 *  Author:   Autorname
 *  Homepage: https://www.atlantisdx.de
 *  Copyright (c) 2025 atlantis dx GmbH
 *
 *  Build:    Fri Nov 28 2025 11:14:54 GMT+0000 (Coordinated Universal Time)
 *
 */
.section-container.bg-color-white .file-download-card, .section-container.bg-color-none .file-download-card {
  background-color: #f7f7f7;
}

.file-download {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991.98px) {
  .file-download {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .file-download {
    grid-template-columns: 1fr;
  }
}
.file-download .file-download-card {
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.file-download .file-download-card:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.file-download .file-download-card:hover .preview-image-container img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.file-download .file-download-card .file-title {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  color: #008bd2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-download .file-download-card a:hover {
  background-color: unset;
  color: unset;
}
.file-download .file-download-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.file-download .file-download-card .preview-image-container {
  position: relative;
  width: 100%;
  height: 220px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .file-download .file-download-card .preview-image-container {
    height: 150px;
  }
}
.file-download .file-download-card .preview-image-container img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #fff;
}
.file-download .file-download-card .file-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  color: #222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-download .file-download-card .file-infos .file-name {
  text-overflow: ellipsis;
}
.file-download .file-download-card .file-infos .ce-uploads-filesize {
  margin-top: auto;
  margin-bottom: 10px;
}
.file-download .file-download-card .file-infos .download {
  color: #008bd2;
}
