.icon-arrow-down {
  width: 24px;
  height: 29px;
}

.icon-arrow-right {
  width: 29px;
  height: 24px;
}

.icon-book {
  width: 82px;
  height: 69px;
}

.icon-burger {
  width: 27px;
  height: 23px;
}

.icon-close {
  width: 27px;
  height: 23px;
}

.icon-download-arrow {
  width: 26px;
  height: 38px;
}

.icon-logout {
  width: 25px;
  height: 20px;
}

.icon-web {
  width: 82px;
  height: 69px;
}

.menu-toggle {
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
}

.image-ratio {
  position: relative;
}
.image-ratio img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

svg {
  fill: currentColor;
  vertical-align: middle;
}

.icon-ratio {
  position: relative;
}
.icon-ratio svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.portrait {
  display: none;
}
@media screen and (max-aspect-ratio: 5/4) {
  .portrait {
    display: block;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.secretPath {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 5;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "dlig" 1, "kern" 1;
  font-size: 1.25vw;
  hanging-punctuation: first last;
}
@media screen and (max-aspect-ratio: 5/4) {
  html {
    font-size: 2vw;
  }
}
html.menu-open {
  overflow: hidden;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-aspect-ratio: 5/4) {
  .page {
    font-size: 3vh;
  }
}
.page-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  z-index: -1;
}
.page h1 {
  display: table;
  font-size: 3.8vw;
  margin: 0 0 0.4em;
  letter-spacing: 0.015em;
  text-align: center;
}
@media screen and (max-aspect-ratio: 5/4) {
  .page h1 {
    font-size: 1.5em;
  }
}
.page h1:after {
  display: none;
}
.page .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em;
  width: 4em;
  color: inherit;
}
.page .close .icon-ratio {
  display: block;
}

.login {
  margin: 2vw;
}
@media screen and (max-aspect-ratio: 5/4) {
  .login {
    margin: 4vh;
  }
}
.login p {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  margin: 0 0 0.8em;
}
@media screen and (max-aspect-ratio: 5/4) {
  .login p {
    font-size: 0.5em;
  }
}
.login input {
  background: none;
  font-family: inherit;
  font-size: inherit;
  border: 3px solid;
  outline: none;
  padding: 10px;
  font-weight: bold;
  width: 200px;
}
@media screen and (max-aspect-ratio: 5/4) {
  .login input {
    width: 9em;
    font-size: 16px;
  }
}
.login [type=submit] {
  appearance: none;
  display: none;
  margin-top: 1.2em;
  color: white;
  border-color: hsl(0deg, 0%, 0%);
  background: hsl(0deg, 0%, 0%);
  mix-blend-mode: multiply;
}
@media screen and (any-pointer: coarse) {
  .login [type=submit] {
    display: block;
  }
}
.login .alert {
  color: hsl(5deg, 98%, 45%);
}

.logo {
  margin: 4.5vw 0;
}
@media screen and (max-aspect-ratio: 5/4) {
  .logo {
    margin: 6.75vh 0;
  }
}
.logo img {
  width: 9.7em;
  height: 7.4em;
  vertical-align: bottom;
  object-fit: contain;
  object-position: bottom;
  font-family: "object-fit: contain; object-position: bottom";
}
@media screen and (max-aspect-ratio: 5/4) {
  .logo img {
    height: 5.25em;
    width: 4em;
  }
}
.logo:last-child {
  visibility: hidden;
}

@media screen and (max-aspect-ratio: 5/4) {
  header {
    padding: 3.2em 2.7em;
    line-height: 1;
    display: flex;
    align-items: center;
  }
}
header h1 {
  display: none;
}
@media screen and (max-aspect-ratio: 5/4) {
  header h1 {
    display: block;
    margin-right: auto;
  }
}
header h1 img {
  width: 3.2em;
  height: 3.2em;
  object-fit: contain;
  object-position: left center;
  vertical-align: middle;
  font-family: "object-fit: contain; object-position: left center";
}

.sections-title {
  display: none;
}
@media screen and (max-aspect-ratio: 5/4) {
  .sections-title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 4.15rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0 20vw;
    display: block;
    font-size: 3.5em;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
  }
}

.menu-toggle {
  position: relative;
  z-index: 5;
  padding: 2vw 4vw;
}
@media screen and (max-aspect-ratio: 5/4) {
  .menu-toggle {
    margin: -3.2em -2.7em;
    padding: 3.2em 2.7em;
  }
}
.menu-toggle-burger, .menu-toggle-close {
  width: 3.2em;
}
.menu-toggle-burger {
  display: block;
}
.menu-open .menu-toggle-burger {
  display: none;
}
.menu-toggle-close {
  display: none;
}
.menu-open .menu-toggle-close {
  display: block;
}
@media screen and (min-aspect-ratio: 5/4) {
  .menu-toggle {
    display: none;
  }
}

.menu {
  overflow: hidden;
  font-size: 0.8em;
}
@media screen and (max-aspect-ratio: 5/4) {
  .menu {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    min-height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    transition: 400ms;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    line-height: 1.9;
    font-size: 3em;
  }
  .is-resizing .menu {
    transition: 0s;
  }
  .footer .menu {
    position: static;
    z-index: auto;
    min-height: auto;
    font-weight: normal;
    line-height: 1.5;
    font-size: 2.5em;
    margin-bottom: 1em;
  }
  .footer .menu, .menu-open .menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.menu .container {
  padding-top: 1.2vw;
  padding-bottom: 1.1vw;
  margin: 0 -1vw;
  display: flex;
}
@media screen and (max-aspect-ratio: 5/4) {
  .menu .container {
    flex-direction: column;
    transition: 400ms;
    transform: translateY(100px);
    padding: 1.5em 0;
  }
  .is-resizing .menu .container {
    transition: 0s;
  }
  .footer .menu .container {
    padding: 0;
  }
  .footer .menu .container, .menu-open .menu .container {
    transform: none;
  }
}
.menu-sections {
  display: flex;
  justify-content: space-between;
  flex: 1;
  max-width: 100%;
}
@media screen and (max-aspect-ratio: 5/4) {
  .menu-sections {
    flex-direction: column;
  }
}
.menu-section {
  display: flex;
  min-width: 0;
}
@media screen and (max-aspect-ratio: 5/4) {
  .menu-section {
    flex-direction: column;
    align-items: center;
    margin: 5vw 0 0;
  }
  .menu-section:first-child {
    margin-top: 0;
  }
}
.menu a {
  text-transform: uppercase;
  margin: 0 1vw;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
@media screen and (max-aspect-ratio: 5/4) {
  .menu a {
    display: block;
    margin: 0 0.5em;
    text-align: center;
  }
}
.menu a.logout {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-aspect-ratio: 5/4) {
  .menu a.logout {
    width: auto;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.menu a.logout .logout-icon {
  display: block;
  width: 1em;
}
@media screen and (max-aspect-ratio: 5/4) {
  .menu a.logout .logout-icon {
    display: none;
  }
}
.menu a.logout .icon-ratio {
  display: block;
  margin: 0;
}
.menu a.logout .logout-text {
  font: 0/0 a;
}

.footer {
  display: none;
  border-top: 2px solid;
  flex-direction: column;
  align-items: center;
  padding: 5em 1.8em;
}
@media screen and (max-aspect-ratio: 5/4) {
  .footer {
    display: flex;
  }
}
.footer .logo {
  margin: 0;
}
.footer .logo:last-child {
  visibility: visible;
}
.footer .logo img {
  width: 13.1em;
  height: 10em;
  object-position: center;
  font-family: "object-fit: contain; object-position: center";
}

strong {
  background: url("../images/wavy-line.svg?20221101") left bottom/1.55em repeat-x;
  box-decoration-break: clone;
  font-weight: inherit;
}

.underline {
  position: relative;
  display: inline-block;
}
.underline--brother {
  padding-right: 0.3em;
}
.underline--last-brother {
  padding-right: 0;
}
.underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 25%;
  left: 0;
  top: 57%;
}

.feijoa {
  font-family: "Feijoa", serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: 0.94em;
}

.container {
  padding: 2.4375rem 3.25rem;
}
@media screen and (max-aspect-ratio: 5/4) {
  .container {
    padding: 2.7rem 2.5rem;
  }
}

.section {
  display: flex;
  font-size: 1.9vw;
  line-height: 1.23;
  letter-spacing: 0.03em;
  overflow-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  position: relative;
  z-index: 1;
}
@media screen and (max-aspect-ratio: 5/4) {
  .section {
    flex-wrap: wrap;
    font-size: 3.5vw;
  }
}
.section[data-height=full]:nth-child(2) {
  min-height: calc(100vh - 3.3vw);
}
@media screen and (max-aspect-ratio: 5/4) {
  .section[data-height=full]:nth-child(2) {
    min-height: auto;
  }
}
.section p,
.section ol,
.section ul {
  margin-top: 0;
  margin-bottom: 0.8em;
}
.section p:last-child,
.section ol:last-child,
.section ul:last-child {
  margin-bottom: 0;
}
.section ol,
.section ul {
  padding-left: 1em;
}
.section h1 {
  display: table;
  font-size: 2em;
  margin: 0 0 0.4em;
  letter-spacing: 0.015em;
  align-self: flex-start;
}
.section h1:after {
  display: none;
}
.section h1 p:last-child {
  margin-bottom: 0;
}
.section h1 figure {
  display: inline;
}
.section h1 figure img,
.section h1 figure video {
  height: 1.18em;
  width: auto;
  vertical-align: middle;
}
.section svg {
  fill: currentColor;
  vertical-align: middle;
}
.section .icon-ratio {
  position: relative;
}
.section .icon-ratio svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain";
}
.section .container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.section a {
  color: inherit;
}
.section-downloads {
  margin-top: auto;
  padding: 1em 0 0;
  align-self: flex-start;
}
.section-downloads.multiple .section-download {
  display: flex;
}
.section-downloads + .section-arrow {
  margin-top: 0.8em;
}
.section-arrow {
  margin-top: auto;
  width: 0.8em;
}
@media screen and (max-aspect-ratio: 5/4) {
  .section-arrow {
    display: none;
  }
}

.columns {
  flex: 1 1 0%;
  display: flex;
}
@media screen and (max-aspect-ratio: 5/4) {
  [data-portrait-layout=stacked] .columns {
    display: block;
  }
}

.column {
  position: relative;
  z-index: 1;
}
@media screen and (max-aspect-ratio: 5/4) {
  .column {
    min-height: 50vh;
  }
  .column:first-child {
    order: 1;
  }
  [data-portrait-layout=stacked] .column:first-child {
    min-height: 50vh;
    order: initial;
  }
}
.column-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  z-index: -1;
}
.section-text ~ .column-image, .column-text ~ .column-image {
  position: static;
  height: auto;
  width: calc(100% + 4.2em);
  margin: -2.1em -2.1em 1.4em;
  order: -1;
}
@media screen and (max-aspect-ratio: 5/4) {
  .section-text ~ .column-image, .column-text ~ .column-image {
    width: calc(100% + 3.6em);
    margin: -1.8em -1.8em 1.4em;
  }
}
.column-headline:only-child {
  margin-bottom: -0.25em;
}
.column-headline:empty {
  display: none;
}
@media screen and (max-aspect-ratio: 5/4) {
  .column-text {
    font-size: 1.4em;
    line-height: 1.4;
  }
}
.column-text div {
  margin-bottom: 0.8em;
}
.column-text div:last-child {
  margin-bottom: 0;
}
.column-smalltext {
  font-size: 0.7em;
  line-height: 1.43;
  margin: 1em 0;
}
@media screen and (max-aspect-ratio: 5/4) {
  .column-smalltext {
    font-size: 1.1em;
    margin: 0.9em 0;
  }
}
.column-headline-placeholder {
  visibility: hidden;
}
@media screen and (max-aspect-ratio: 5/4) {
  .column-headline-placeholder {
    display: none !important;
  }
}
.column-headline-placeholder:empty {
  display: none;
}

.download-files {
  font-size: 1.05em;
  margin: 0 0 2em;
  display: inline-block;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
}
.video video,
.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

[data-width="1"] {
  width: 100%;
}

[data-width="0.75"] {
  width: 75%;
}

[data-width="0.66"] {
  width: 66.6666666667%;
}

[data-width="0.5"] {
  width: 50%;
}

[data-width="0.33"] {
  width: 33.3333333333%;
}

[data-width="0.25"] {
  width: 25%;
}

@media screen and (max-aspect-ratio: 5/4) {
  [data-portrait-width="1"] {
    width: 100% !important;
  }
}

@media screen and (max-aspect-ratio: 5/4) {
  [data-portrait-width="0.75"] {
    width: 75% !important;
  }
}

@media screen and (max-aspect-ratio: 5/4) {
  [data-portrait-width="0.66"] {
    width: 66.6666666667% !important;
  }
}

@media screen and (max-aspect-ratio: 5/4) {
  [data-portrait-width="0.5"] {
    width: 50% !important;
  }
}

@media screen and (max-aspect-ratio: 5/4) {
  [data-portrait-width="0.33"] {
    width: 33.3333333333% !important;
  }
}

@media screen and (max-aspect-ratio: 5/4) {
  [data-portrait-width="0.25"] {
    width: 25% !important;
  }
}

[data-height=full] {
  min-height: 100vh;
}
@media screen and (max-aspect-ratio: 5/4) {
  [data-height=full] {
    min-height: 50vh;
  }
}

[data-height=half] {
  min-height: 50vh;
}
@media screen and (max-aspect-ratio: 5/4) {
  [data-height=half] {
    min-height: 25vh;
  }
}

[data-height=third] {
  min-height: 33.3333333333vh;
}
@media screen and (max-aspect-ratio: 5/4) {
  [data-height=third] {
    min-height: 16.6666666667vh;
  }
}

@media screen and (max-aspect-ratio: 5/4) {
  [data-portrait-height=full] .column {
    min-height: 100vh !important;
  }
}

@media screen and (max-aspect-ratio: 5/4) {
  [data-portrait-height=half] .column {
    min-height: 50vh !important;
  }
}

@media screen and (max-aspect-ratio: 5/4) {
  [data-portrait-height=third] .column {
    min-height: 33.3333333333vh !important;
  }
}

@media screen and (max-aspect-ratio: 5/4) {
  [data-portrait-height=auto] .column {
    min-height: initial !important;
  }
  [data-portrait-height=auto] .column + .column .container {
    padding-top: 0;
  }
}

[data-special=logo-dance] .logo-dance-logo {
  margin-top: auto;
  width: 3em;
}
[data-special=logo-dance] .logo-dance-logo svg {
  width: 100%;
  height: auto;
  margin-top: 2em;
  fill: currentColor;
}

.order-form {
  overflow: hidden;
}
.order-form .container {
  padding-right: 0;
}
@media screen and (max-aspect-ratio: 5/4) {
  .order-form .container {
    flex-direction: column-reverse;
    padding: 3em 1.8em;
  }
}
.order-form .form {
  margin: 0;
}
.order-form .form-holder {
  width: 66%;
}
@media screen and (max-aspect-ratio: 5/4) {
  .order-form .form-holder {
    width: auto;
  }
}
.order-form .btn-icon-holder {
  margin-left: 1.65em;
}
@media screen and (max-aspect-ratio: 5/4) {
  .order-form .btn-icon-holder {
    margin-left: 3.3em;
  }
}
.order-form-preview {
  position: absolute;
  right: 0;
  top: 2em;
  bottom: 2em;
  align-self: flex-start;
  width: 31%;
}
@media screen and (max-aspect-ratio: 5/4) {
  .order-form-preview {
    width: auto;
    position: relative;
    margin-left: -5%;
    margin-right: -11%;
  }
}
.order-form-preview-title {
  display: none !important;
  padding: 0 5.8rem;
  margin-bottom: 0 !important;
}
@media screen and (max-aspect-ratio: 5/4) {
  .order-form-preview-title {
    display: block !important;
  }
}
.order-form-preview-inner {
  position: sticky;
  top: 0;
}
.order-form-preview-flyer {
  width: 100%;
  height: auto;
  margin-top: -0.2em;
}
.order-form-preview-content {
  -webkit-font-smoothing: auto;
  position: absolute;
  left: 13%;
  top: 27.2%;
  padding: 5.1% 4% 5.1% 4.7%;
  width: 69.8%;
  height: 51%;
  font-size: 0.72rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0;
  color: black;
  overflow: hidden;
  background: white;
}
@media screen and (max-aspect-ratio: 5/4) {
  .order-form-preview-content {
    top: 27.8%;
    left: 13.3%;
    width: 69.6%;
    height: 51.1%;
    font-size: 1em;
  }
}
.order-form-preview-content h1 {
  font-size: 1.62em;
  line-height: 1.28;
  margin: 0;
  letter-spacing: 0;
}
.order-form-preview-content h1 + p {
  margin-top: 1.1em;
}
.order-form-preview-content h2 {
  font-size: 1em;
  line-height: 1.32;
  font-weight: bold;
  letter-spacing: inherit;
  margin: 0;
}
.order-form-preview-content h2 em {
  font-style: normal;
  letter-spacing: 0.03em;
}
.order-form-preview-content p {
  margin: 0 0 1.17em;
}
@media screen and (max-aspect-ratio: 5/4) {
  .order-form-preview-content p {
    margin-bottom: 1.45em;
  }
}

[data-address=formal] {
  display: none !important;
}
[data-Anrede=formal] [data-address=formal] {
  display: initial !important;
}

[data-Anrede=formal] [data-address=kollegial] {
  display: none !important;
}

[data-when] {
  display: none;
}
[data-when].is-visible {
  display: initial;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
}
.form-grid .form-group {
  width: 100%;
  padding: 0.8em;
}
.form-grid .form-group[data-width="1/3"] {
  width: 33%;
}
.form-grid .form-group[data-width="1/2"] {
  width: 50%;
}
.form-grid .form-group[data-width="2/3"] {
  width: 67%;
}
@media screen and (max-aspect-ratio: 5/4) {
  .form-grid .form-group[data-width] {
    width: 100%;
  }
}
.form-grid hr {
  width: calc(100% - 1.6em);
  border-top: 1px solid;
  margin: 0.8em;
  font-size: 0.6em;
}

fieldset {
  border: 2px solid;
  padding: 0 0.6em 0.6em;
  margin-bottom: 0.5em;
}
@media screen and (max-aspect-ratio: 5/4) {
  fieldset {
    padding: 0.4em 1em 1em;
  }
}
fieldset + fieldset {
  margin-top: 1em;
}
@media screen and (max-aspect-ratio: 5/4) {
  fieldset + fieldset {
    margin-top: 2em;
  }
}
fieldset legend {
  padding: 0 0.65em;
}
@media screen and (max-aspect-ratio: 5/4) {
  fieldset legend {
    font-size: 2em;
  }
}

.form-group {
  font-size: 0.6em;
  padding: 1em 0;
}
@media screen and (max-aspect-ratio: 5/4) {
  .form-group {
    font-size: 1.2em;
  }
}
.form-group label {
  display: block;
  margin-bottom: 0.2em;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group input[type=url],
.form-group select {
  appearance: none;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  background: white;
  color: black;
  font-family: inherit;
  font-size: inherit;
  padding: 0.7em 0.7em 0.5em;
  font-weight: bold;
}

.checkbox label {
  position: relative;
  padding-left: 2.75em;
}
.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkbox input:checked + .checkbox-replacement svg {
  visibility: visible;
}
.checkbox-replacement {
  position: absolute;
  left: 0;
  top: 0;
  background: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
}
.checkbox-replacement svg {
  width: 1.33em;
  height: 1.33em;
  fill: black;
  vertical-align: middle;
  visibility: hidden;
}

.btn {
  appearance: none;
  display: inline-flex;
  border: 0.2em solid;
  border-radius: 0;
  padding: 1.3em 1.7em 1.3em 1.3em;
  font-family: inherit;
  font-size: 0.7em;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  align-items: center;
  background: none;
}
@media screen and (max-aspect-ratio: 5/4) {
  .btn {
    font-size: 1.2em;
  }
}
.btn + .btn {
  margin-top: -0.2em;
}
.form .btn {
  margin-top: 0.5em;
}
.btn-icon {
  margin-right: 1.3em;
  width: 1.23em;
  flex-shrink: 0;
}
.btn-icon-holder {
  position: relative;
  display: inline-block;
}
.form .btn-icon-holder {
  margin-top: 0.5em;
}
.btn-icon-holder .btn {
  padding-left: 3.8em;
  margin-top: 0;
}
.btn-icon-holder .btn-icon {
  position: absolute;
  left: 1em;
  top: 0.9em;
}
@media screen and (max-aspect-ratio: 5/4) {
  .btn-icon-holder .btn-icon {
    top: 1.5em;
    left: 1.4em;
    width: 2em;
  }
}
.btn-subtitle {
  font-weight: normal;
  font-size: 0.8em;
  margin-top: 0.2em;
}
.btn-subtitle:empty {
  display: none;
}

.picture-pool {
  overflow: hidden;
}
.picture-pool-inner {
  flex-wrap: wrap;
  margin: -0.65em 0 0 -0.65em;
}
@media screen and (max-aspect-ratio: 5/4) {
  .picture-pool-inner {
    margin: -1em 0 0 -1em;
  }
}
.picture-pool-picture {
  position: relative;
  height: 12em;
  margin: 0.65em 0 0 0.65em;
}
@media screen and (max-aspect-ratio: 5/4) {
  .picture-pool-picture {
    height: 16em;
    margin: 1em 0 0 1em;
  }
}
.picture-pool-picture:hover .picture-pool-picture-overlay {
  opacity: 1;
  pointer-events: auto;
  animation: delay-pointer-events 8ms linear;
  visibility: visible;
}
.picture-pool-picture img {
  width: auto;
  height: 100%;
  display: block;
  max-width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.picture-pool-picture-overlay, .picture-pool-picture-overlay-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.picture-pool-picture-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 180ms;
}
.picture-pool-picture-overlay-backdrop {
  opacity: 0.8;
}
.picture-pool-picture-overlay .section-downloads {
  position: relative;
  margin: 0;
  align-self: initial;
  font-size: 0.7em;
}
.picture-pool-picture-overlay .btn-icon {
  width: 2.4em;
}

@keyframes delay-pointer-events {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
/*# sourceMappingURL=style.css.map */
