@font-face {
    font-family: "Chinese Rocks";
    src: url('assets/fonts/chinese-rocks.otf') format('opentype');
}

:root {
    --color-g100: #007c60;
    --color-s100: #070504;
    --color-g80: #409d88;
    --color-g60: #80beb0;
    --color-g40: #a6d1c8;
    --color-g20: #cce5df;
    --color-s80: #58595b;
    --color-s60: #808285;
    --color-s40: #a7a9ac;
    --color-s20: #d1d3d4;
    --color-shady-black: #060e0f;
    --color-moon-yellow: #e5e28e;
    --g_card_height: 260px;
}

html {
    max-width: 100%;
    overflow-x: hidden;
    background-color: var(--color-g100);
}

body {
    background-color: var(--color-g100);
    background: linear-gradient(320deg, var(--color-g100), var(--color-g80));
    color: white;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    overflow-x: hidden;
}

a {
    color: var(--color-s40);
}

a:hover {
    color: var(--color-moon-yellow);
}

section {
    padding-top: 16px;
    padding-bottom: 16px;
}

.top_head, .headline {
    font-family: "Chinese Rocks";
    color: white;
    font-size: 40px;
    text-shadow: 0px 0px 6px var(--color-g40);
    margin: 0;
}
.err_content{
    padding-top: 20vh;

    padding-bottom: 10vh;
}
.kb_button{
    background: var(--color-moon-yellow);
    border: none;
    padding: 1em;
    margin: .5em 0;
    color: var(--color-g100);
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    box-shadow: 2px 2px 5px #0006;
    transition: all .3s ease;
    text-transform: uppercase;
    cursor: pointer;
}
.kb_button:hover{
    color: var(--color-g100);
    filter: brightness(110%);

}
.top_head > span {
    font-size: 120%;
}

.brand {
    position: absolute;
    display: inline-block;
    width: 160px;
    z-index: 10;
    padding: 16px;
    padding-top: 0px;
    left: 0px;
    top: 0px;
}


.brand2 {
    position: relative;
    display: inline-block;
    width: 200px;
    z-index: 10;
    padding: 10px;
    padding-top: 10px;
    left: 0px;
    top: 0px;
    background-color: var(--color-g80);
    border-radius: 0px;
}

.brand2 a{
    font-family: "Chinese Rocks";
    font-size: 1.3em;
    text-decoration: none;
    color: #fff;
}

.title {
    left: 10%;
    top: 20%;
    margin-top: 68px;
}

.title span i {
    position: relative;
    bottom: 12px;
    font-style: initial;
}

.title h1, .top_head {
    font-size: 80px;
    -webkit-animation: title-animation-right 0.5s 0.5s
        cubic-bezier(0.5, 0, 0.1, 1) both;
    animation: title-animation-right 0.5s 0.5s cubic-bezier(0.5, 0, 0.1, 1) both;
    padding-top: 32px;
}

.title h2, .sub_head {
    text-transform: uppercase;
    display: block;
    font-size: 33px;
    -webkit-animation: title-animation-left 0.5s 0.5s cubic-bezier(0.5, 0, 0.1, 1)
        both;
    animation: title-animation-left 0.5s 0.5s cubic-bezier(0.5, 0, 0.1, 1) both;
}

h2 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 100;
}

/*
* FOOTER
*/

footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: var(--color-s60);
}

footer a {
    color: white;
    text-decoration: none;
}

footer > div {
    padding: 8px;
    margin: 8px;
}

.scroll-down {
    padding-top: 60px;
    position: absolute;
    bottom: 20%;
    color: white;
}

.scroll-down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

.scroll-down span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 10%);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    box-sizing: border-box;
}
.job-content{
    margin-bottom: 3em;
}
.job-content{
    display: none;
}
.jobs-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 1em;
}
.jetzt-selbst, .jobs-container h2{
    text-align: center;
}

.job-vorteile ul{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
li {
    position: relative;
    line-height: 1.5em;
}
.job-vorteile ul{
    font-size: 1.1em;
}
.jobs-container li::marker {
    font-size: 1.5em;
    font-weight: 600;
}
.job-vorteile li::marker {
    color: var(--color-g100);
}
.jobs-container li {

    list-style-type: "\203A \A0";
}



.flex{
    display: flex;
}
.bewerbungscontainer{
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 1em;
}
.job-infos{
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 1em;
}
.job-infos address{
    margin-top: 30px;
    font-style: normal;
}
.vert-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.job.active{
    height: auto;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.job.active .job-content{
    display: block;
}
.job.business .job-content{
    margin-bottom: 4em;
}

.job.business.active{
    position: relative;
}
@-webkit-keyframes pulse {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.scroll-down span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
/*
* FIRST SECTION
*/

.first-section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    background: linear-gradient(
        var(--color-g100) 0%,
        var(--color-g80) 60%,
        var(--color-shady-black) 90%
        );
}

.first-section .images-wrapper {
    position: absolute;
}

.hero-images {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.section_1_skyline {
    /*SKYLINE*/
    position: absolute;
    z-index: 2;
    background-image: url('assets/img/Skyline_mit_Kegel.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100%;
    bottom: 0px;
}

.section_1_mond {
    position: absolute;
    bottom: 20%;
    left: 0px;
    z-index: 1;
    width: 40%;
}

.section_1_peman {
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 30%;
    z-index: 6;
}

.section_1_lichtkegel {
    position: absolute;
    top: 80px;
    right: -350px;
}

/*
  SECOND SECTION */

.second-section {
    background: linear-gradient(
        var(--color-shady-black),
        var(--color-g100),
        var(--color-shady-black)
        );
    position: relative;
    z-index: 5;
    height: 100vh;
}

.teaser-under-hero {
    padding-top: 40px;
    position: absolute;
    right: 0px;
    top: -80px;
    text-align: right;
    padding-right: 16px;
    font-weight: 100;
    width: 70%;
    z-index: 5;
    font-size: 30px;
}
.teaser-under-hero > b , .teaser-under-hero > em {
    text-transform: uppercase;
    font-style: normal;
}

.about-company {
    padding-top: 120px;
}

.about-company-text {
    padding: 8px;
    margin: 8px;
}

.plakat-werbung {
}

.plakat-video {
    position: absolute;
    width: 50%;
    z-index: 11;
    right: 20px;
}

.plakat-background {
    background-image: url('assets/img/Plakat_black.png');
    width: 108%;
    height: 150%;
    background-size: cover;
    position: relative;
    top: -20%;
    left: -4%;
    z-index: 10;
}

.video-container {
    position: relative;
    padding-bottom: 56%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    border: 8px solid black;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.building-image {
    position: absolute;
    left: 50%;
    /* bottom: -200px; */
    transform: translateX(-50%);
}

@media screen and (min-width: 720px) {
    .about-company-text {
        width: 70%;
    }
}

.flying-hero {
    height: 50px;
    position: absolute;
    right: 5%;
    top: 20%;
}

/*
* THIRD SECTION
*/

.third-section {
    background: linear-gradient(var(--color-shady-black), var(--color-s100));
}

.container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 16px;
    position: relative;
}

.job-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:1em;
    margin-top: 2em;
    margin-bottom: 4em;
    position: relative;
}

.job {
    padding: 4px 24px;
    background: rgba(255, 255, 255, 0.2);
    /*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);*/
    /*margin: 8px 8px 8px 8px;*/
    background-color: var(--color-g100);

    /*border: solid 2px #000;*/
    /*box-shadow: 0 6px 6px -6px #000;*/
    border: 0;
    box-shadow: none;
    display: inline-block;
    flex: 1 1;
    height: var(--g_card_height);
    position: relative;
    /*  min-width: 40%;
      max-width: 40%;*/
    flex-basis: calc((100% / 3) - 1em);
    /*flex-basis: calc((100% / 2) - 1em);*/
    box-sizing: border-box;
    transition: all .1s ease;
}

.job-grid.grid_active{
    height: calc(var(--g_card_height) * 3 + 2em);
    /*height: calc(var(--g_card_height)  + 2em));*/

}

.jetzt-selbst h1 {
    padding-top: 170px;
}

#jobs h2 {
    padding-top: 35px;
    padding-bottom: 8px;
    text-transform: none;
}

#jobs h2 span {
    font-weight: 100;
    font-size: medium;
}

#jobs h3 span {
    font-weight: 100;
    font-size: medium;
}

.business {
    background-color: var(--color-s80);
}

.job a {
    color: var(--color-moon-yellow);
    position: absolute;
    bottom: 10px;
}
.job .jc-more{
    /*position: relative;*/
    right: auto;

    color:  var(--color-g100);
    margin-top: 1em;
}
.job .jc-more:before,
.bto_js-more:before
{
    content: " \203A";
    font-size: 2em;
    font-weight: 600;
    display: inline-block;
    height: 20px;
    line-height: 0px;
    transform: translateY(7px);
}
.bto_js-close{
    color:  var(--color-moon-yellow);
    border: none;
    position: absolute;
    background: none;
    right: 10px;
    cursor: pointer;
    font-size: 1em;
    padding: .5em;
}
.bto_js-more,
.jc-more
{
    box-shadow: 2px 2px 5px #0006;
    font-family: "Chinese Rocks";
    text-decoration: none;
    /*font-weight: 600;*/
    font-size: 1.3em;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background:  var(--color-moon-yellow);
    padding: .5em;
    color:  var(--color-g100);
    border: none;
    cursor: pointer;
    display: inline-block;
}
.bto_js-apply{
    box-shadow: 2px 2px 5px #0006;
    font-family: "Chinese Rocks";
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5em;
    background:  var(--color-moon-yellow);
    padding: .5em;
    color:  var(--color-g100);
    border: none;
    cursor: pointer;
    display: inline-block;
    /*font-weight: 600;*/
    margin-top: 1em;
}
.bto_js-more:hover,
.bto_js-close:hover,
.jc-more:hover,
.bto_js-apply:hover{
    text-shadow: 0px 0px 6px var(--color-g40);
    box-shadow: 0px 0px 6px var(--color-g40);
}
a.bto_js-apply:hover{
    color:  var(--color-g100);
}
.bto_js-close{
    bottom: auto;
    top: 10px;
}
.active .bto_js-more{
    display: none;
}
.job p {
    color: var(--color-s20);
}

.job > h3 {
    text-shadow: 2px 2px 4px black;
    height: 60px;
}

/*
* MISC
*/
.social-media a {
    text-decoration: none;
    font-size: 32px;
    padding-right: .5em;
    padding-top: 1em;
}

.social-media a:hover {
    color: var(--color-moon-yellow);
}

i.fa-brands {
    font-style: normal;
}

/*
* FORM
*/

.btn {
    margin: 0;
    background-color: var(--color-moon-yellow);
    padding: 1em;
    text-transform: uppercase;
}

.btn-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn:hover {
    cursor: pointer;
    background-color: var(--color-s80);
    color: white;
}

.apply-form {
    margin-top: 40px;
    margin-bottom: 80px;
}

.form-area {
    position: relative;
    background-color: var(--color-g100);
    padding: 25px 20px 10px;
    box-shadow: 0 5px 15px rgb(255 255 255 / 20%);
    width: 400px;
    box-sizing: border-box;
    color: black;
    margin-right: auto;
    color: #fff !important;
    margin-left: auto;
    text-align: center;
}

.form-area h1 {
    text-align: center;
    padding: 0px 0px 20px;
}

.form-area button {
    text-align: center;
}

.input {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 10px;
    margin: 0 auto;
    width: 90%;
}

.input > input {
    border: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    border-bottom: 2px solid #eee;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    color: white;
}

.input > label {
    color: #fff;
    position: absolute;
    top: 20px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.input_field:focus,
.input_field:valid {
    outline: 0;
    border-bottom-color: var(--color-moon-yellow);
}
.input_field:focus + .input_label,
.input_field:valid + .input_label,
.move-label-up {
    color: var(--color-moon-yellow);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

.apply-form h2 {
    padding: auto;
    margin: auto;
    text-align: center;
    width: 55%;
    margin-bottom: 20px;
}

select {
    max-width: 100%;
    height: 30px;
    margin: 0 auto;
}

.input-lebenslauf {
    color: white;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 16px;
    padding-top: 16px;
}

.form-success {
    display: none;
    background-color: var(--color-g20);
    padding: 8px;
    text-align: center;
    margin: 32px 16px;
    border-radius: 4px;
}

.form-failure {
    display: none;
    color: white;
    background-color: red;
    padding: 8px;
    text-align: center;
    margin: 32px 16px;
    border-radius: 4px;
}

.drop-zone {
    padding: 20px;
    height: 200px;
    margin: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: white;
    border: 4px dashed var(--color-s80);
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

/*
* ANIMATION
*/
/* Fade-In effect */
.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}
/* Fade-Out effect */
.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
}

.yt_container{
    width: 560px;
    height: 315px;
    
}
@keyframes title-animation-right {
    from {
        transform: translateX(200%);
    }
    to {
        transform: none;
    }
}

@keyframes title-animation-left {
    from {
        transform: translateX(-200%);
    }
    to {
        transform: none;
    }
}

/*
* MOBILE
*/

.section_1_skyline {
    height: 700px;
}

.section_1_mond {
    bottom: 2%;
}

@media screen and (max-width: 1799px) {

    .container {
        max-width: 1100px;
    }

    .section_1_skyline {
        height: 580px;
    }

    .section_1_mond {
        bottom: 12%;
    }
}

@media screen and (max-width: 1399px) {
    .section_1_skyline {
        height: 400px;
    }

    .section_1_mond {
        bottom: 12%;
    }
    .job > h3 {
        height: auto !important;
    }
}

@media screen and (max-width: 1199px) {

    .container {
        max-width: 900px;
    }

    .section_1_skyline {
        height: 390px;
    }
    .section_1_mond {
        bottom: 14%;
    }
}

@media screen and (max-width: 991px) {
    .section_1_skyline {
        height: 350px;
    }
    .section_1_mond {
        bottom: 20%;
        width: 37%;
    }
}

@media screen and (max-width: 860px) {
    .job-grid.grid_active{
        height: auto !important;
    }
    .jobs-container{
        margin-top: 5em;
    }
    .yt_container{
        width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
    }
    .job.active {
        position: relative;
        height: auto;
        margin-bottom: 1em;
    }

    .section_1_mond {
        width: 40%;
    }

    .about-company {
        flex-direction: column;
        justify-content: space-around;
    }

    .building-image {
        display: none;
    }

    .plakat-video {
        width: 90%;
    }

    #jobs {
        padding-top: 160px;
    }

    .job {
        width: 100%;
        max-width: 600px;
    }
    .job-grid{
        flex-direction: column;
        align-items: center;
    }
    .bto_js-more, .jc-more{
        position: relative;
        margin: .5em 0;
        float: right;
    }
    .job.active h3 {
        margin-top: 2em !important;
    }
}

@media screen and (max-width: 767px) {
    .section_1_skyline {
        height: 280px;
    }

    .section_1_mond {
        bottom: 15%;
        width: 50%;
    }

    #jobs {
        padding-top: 80px;
    }
    #brand-block {
        display: none;
    }
}

.conditional-break-on-mobile {
    display: none;
}


@media screen and (max-width: 575px) {
    .title {
        position: relative;
        right: auto;
        top: 10%;
        text-align: center;
        margin: 0 auto;
        left: auto;
    }
    #brand-block {
        display: none;
    }

    .teaser-under-hero {
        padding: 0 16px;
        right: auto;
    }

    footer {
        font-size: small;
    }

    .section_1_mond {
        width: 60%;
    }
    .section_1_peman {
        width: 40%;
    }

    .section_1_skyline {
        height: 250px;
    }

    .title h1 {
        line-height: 92px;
    }

    .title h2, .sub_title {
        font-size: 24px;
    }

    .teaser-under-hero {
        font-size: 24px;
        text-align: center;
        width: 90%;
        margin-right: revert;
        position: relative;
    }

    .conditional-break-on-mobile {
        display: block;
    }

    .about-company {
        padding-top: 0px;
    }

    .about-company-container {
        margin-top: -80px;
    }

    #jobs {
        padding-top: 60px;
    }

    .flying-hero {
        top: 15%;
    }

    .form-area {
        width: 95%;
    }
}

@media screen and (orientation: landscape) and (max-height: 716px) {
    .section_1_mond {
        bottom: 0%;
    }
}

@media screen and (orientation: landscape) and (max-height: 600px) {
    .title {
        margin-top: 0px;
    }
    .section_1_mond {
        width: 35%;
    }
}

@media screen and (min-aspect-ratio: 4/5) and (max-aspect-ratio: 1/1) {
    .section_1_mond {
        width: 40%;
        bottom: 5%;
    }
}
@media screen and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 6/5) {
    .section_1_mond {
        width: 50%;
    }
}
