/**
 * Global settings.
 */
/**
 * Bacon overrides.
 */
/**
 * Mixins (imported after variables so they can use them)
 */
@keyframes skeleton-loading {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.c-download-list {
  padding-top: var(--s-4xl);
  padding-bottom: var(--s-4xl);
  border-bottom: 1px solid var(--c-grayscale-lighter);
}
.c-download-list .download-list__headline {
  margin-bottom: var(--s-xl);
}
@media (min-width: 1024px) {
  .c-download-list .download-list__headline {
    margin-bottom: var(--s-4xl);
  }
}
.c-download-list .download-list__content {
  display: flex;
  flex-direction: column;
  gap: var(--s-xl);
  align-items: flex-start;
}
@media (min-width: 768px) {
  .c-download-list .download-list__content {
    gap: var(--s-2xl);
  }
  .c-download-list .download-list__content--with-image {
    flex-direction: row;
  }
}
.c-download-list .download-list__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-download-list .download-list__list {
  flex-basis: 100%;
  width: 100%;
}
.c-download-list .download-list__image {
  text-align: center;
  border: 1px solid var(--c-grayscale-lighter);
  max-width: 18.75rem;
}
.c-download-list .download-list__image .c-figure__enlarged {
  width: 100%;
}
.c-download-list .download-list__image img {
  width: auto;
  max-height: 19rem;
  padding: 2rem;
}
.c-download-list .download-list__image img[src$=".svg"] {
  min-height: 7.5rem;
}
.c-download-list .download-list__elements {
  display: flex;
  flex-direction: column;
  gap: var(--s-2xl);
}
.c-download-list .download-list__element .checkbox {
  margin: 0;
  cursor: initial;
}
.product-detail--iframe .c-download-list .download-list__element .checkbox .checkbox__indicator {
  display: none;
}
.c-download-list .download-list__element .choice-input__indicator {
  display: none;
}
.c-download-list .download-list__element .choice-input__label {
  display: flex;
}
.c-download-list .download-list__element .choice-input__label > span {
  display: flex;
  flex-basis: 100%;
  gap: var(--s-4xl);
  align-items: flex-start;
  font-weight: 500;
}
.c-download-list .download-list__element .choice-input__label > span > span {
  flex: 0 0 100%;
  word-break: normal;
}
@media (min-width: 620px) {
  .c-download-list .download-list__element .choice-input__label > span > span {
    flex: 0 0 56%;
  }
}
@media (min-width: 1024px) {
  .c-download-list .download-list__element .choice-input__label > span > span {
    flex: 0 0 36%;
  }
}
@media (max-width: 620px) {
  .c-download-list .download-list__element .choice-input__label > span {
    flex-wrap: wrap;
    gap: var(--s-md);
  }
  .c-download-list .download-list__element .choice-input__label > span > div {
    flex-basis: 100%;
  }
}
.c-download-list .download-list__element .block-label .choice-input__label > span {
  display: block;
}
.c-download-list .download-list__filename {
  font-size: var(--text-base);
  color: var(--c-grayscale);
}
.c-download-list .download-list__links {
  display: flex;
  flex-direction: column;
  row-gap: var(--s-md);
  column-gap: var(--s-2xl);
}
@media (min-width: 620px) {
  .c-download-list .download-list__links {
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .c-download-list .download-list__links {
    column-gap: var(--s-4xl);
  }
}
.c-download-list .download-list__link {
  display: flex;
  align-items: center;
  font-size: var(--text-sm);
  text-decoration: underline;
}
.c-download-list .download-list__link--viewer {
  order: 1;
}
.c-download-list .download-list__link--add {
  order: 2;
}
.c-download-list .download-list__link--add .download-list__link__icon.icon {
  font-size: 1rem;
}
.product-detail--iframe .c-download-list .download-list__link--add {
  display: none;
}
.c-download-list .download-list__link:hover {
  color: var(--c-link-hocus);
}
.c-download-list .download-list__link__icon.icon {
  font-size: 1.1rem;
  width: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: var(--s-md);
}
.product-detail--iframe .c-download-list .download-list__link {
  color: var(--c-link);
}
.c-download-list .download-list__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-lg);
  align-items: center;
  justify-content: flex-end;
  margin-top: var(--s-xl);
}
@media (min-width: 400px) {
  .c-download-list .download-list__actions {
    margin-top: var(--s-6xl);
  }
}
.product-detail--iframe .c-download-list .download-list__actions {
  display: none;
}
.c-download-list .download-list__select-all {
  flex: auto;
}
@media (max-width: 400px) {
  .c-download-list .download-list__add-to-documents {
    width: 100%;
  }
}
.c-download-list--catalog {
  padding-top: var(--s-lg);
  padding-bottom: var(--s-lg);
  width: 100%;
}
.c-download-list--catalog .download-list__actions {
  justify-content: flex-end;
}

.download-list__add-all-to-documents {
  display: flex;
  margin-top: 2.5rem;
  margin-left: auto;
}
.product-detail--iframe .download-list__add-all-to-documents {
  display: none;
}