/* >= 1440px */
@media screen and (min-width: 1440px) {
  #node-karriere {
    /*
        #bilder {
            .bilder {
                .image {
                    height: ~"calc(((80vw - 40px) / 3) / var(--image-aspect-ratio) )";

                    &:nth-of-type(6n-4) {
                        height: ~"calc((((80vw - 40px) / 3) / var(--image-aspect-ratio) * 2) + 20px)";
                    }

                    &:nth-of-type(6n-2) {
                        height: ~"calc((((80vw - 40px) / 3) / var(--image-aspect-ratio) * 2) + 20px)";
                    }

                    &:nth-of-type(6n) {
                        height: ~"calc((((80vw - 40px) / 3) / var(--image-aspect-ratio) * 2) + 20px)";
                    }
                }
            }
        }*/
  }
  #node-karriere #einleitung {
    padding: 200px 0;
  }
  #node-karriere #einleitung .section .image {
    margin-top: -200px;
    margin-bottom: -200px;
  }
  #node-karriere #einleitung .section .wrapper {
    padding-right: 100px;
  }
  #node-karriere #benefits .benefits .benefit .titel .icon {
    height: 40px;
    width: 40px;
  }
}
/* >= 1600px */
@media screen and (min-width: 1600px) {
  #node-karriere #einleitung {
    padding-top: 250px;
  }
  #node-karriere #einleitung .section .image {
    margin-top: -250px;
  }
}
/* >= 1920px */
@media screen and (min-width: 1920px) {
  #node-karriere #einleitung .section .image {
    margin-right: calc(((100vw - 1720px) / 2) *-1);
  }
  #node-karriere #bilder .bilder .image {
    height: calc(((1720px - 40px) / 3) / var(--image-aspect-ratio) );
  }
  #node-karriere #bilder .bilder .image:nth-of-type(6n-4) {
    height: calc((((1720px - 40px) / 3) / var(--image-aspect-ratio) * 2) + 20px);
  }
  #node-karriere #bilder .bilder .image:nth-of-type(6n-2) {
    height: calc((((1720px - 40px) / 3) / var(--image-aspect-ratio) * 2) + 20px);
  }
  #node-karriere #bilder .bilder .image:nth-of-type(6n) {
    height: calc((((1720px - 40px) / 3) / var(--image-aspect-ratio) * 2) + 20px);
  }
}
