/* - - - - - VARIABLES MOBILE - - - - - */





:root {
    --fS-mobile-text: 1.2rem;
    --fS-mobile-headline: 2rem;
    --fS-mobile-stroke-menu: 3.2rem;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - */

/* WIDTH */

/* - - - - - - - - - - - - - - - - - - - - - - - - - */





/* - - - - - SMARTPHONE - - - - - */
/* - - - - - SMARTPHONE - - - - - */
/* - - - - - SMARTPHONE - - - - - */





@media only screen and (min-width: 0px) and (max-width: 679px) {





    /* - - - - - GENERAL - - - - - */





    .general_big_headline {
        font-size: 50px;
        -webkit-text-stroke-width: 2px;
    }

    .general_headline {
        font-size: var(--fS-mobile-headline);
        line-height: 24px;
    }

    .general_small_headline {
        font-size: var(--fS-mobile-text);
    }

    .general_text {
        font-size: var(--fS-mobile-text);
        line-height: 14px;
        font-weight: 400;
    }

    .general_button_anchor {
        width: 130px;
    }

    .general_button {
        width: 130px;
        height: 33px;
    }

    .general_button_text {
        font-size: var(--fS-mobile-text);
        font-weight: 400;
    }





    /* - - - - - HEADER - - - - - */





    .menu_button {
        font-size: 20px;
        right: 5%;
    }

    #sidepanel_open {
        display: none;
    }

    #sidepanel_mobile_open {
        display: block;
        position: fixed;
        top: 2.5%;
        right: 6%;
    }

    #sidepanel_mobile_open>img {
        display: block;
        width: 20px;
    }

    #sidepanel>a>img {
        width: 20px;
        right: 6%;
        top: 2.5%;
    }

    #sidepanel>div {
        width: 90%;
    }

    #sidepanel>div>p>a {
        text-decoration: none;
        -webkit-text-stroke-width: 1px;
        font-size: 3.2rem;
        line-height: 5rem;
    }

    .sidepanel_nav_projekte {
        left: 5%;
    }

    #sidepanel_mobile_back_button_a {
        display: block;
        width: 20px;
        position: fixed;
        top: 2.5%;
        right: 22%;
        transform: translateX(-101vw);
        transition: transform 0.15s, opacity 0.1s;
        -webkit-transform: translateX(-101vw);
        -webkit-transition: transform 0.15s, opacity 0.1s;
        opacity: 0;
    }

    #sidepanel>img {
        display: none;
    }





    /* - - - - - FOOTER - - - - - */





    .back_to_top_wrapper {
        width: 30px;
        height: 30px;
        bottom: 30px;
        right: 20px;
    }

    .back_to_top_anchor {
        font-size: 20px;
        padding-bottom: 4px;
        padding-left: 1px;
    }





    footer {
        margin-top: 25px;
    }

    .footer_image_wrapper {
        width: 40%;
        padding-top: 75px;
        padding-bottom: 100px;
    }

    .footer_wrapper {
        width: 82%;
    }

    .footer_nav_wrapper {
        flex-direction: column;
        align-items: center;
        padding-bottom: 25px;
    }

    .footer_nav_wrapper>div {
        width: 75%;
        text-align: center;
    }

    .footer_nav_wrapper>div:first-child {
        margin-right: 0px;

        margin-bottom: 50px;
    }

    .footer_nav_wrapper>div>h3 {
        margin-bottom: 10px;
    }

    .footer_nav_wrapper>div>a {
        margin-bottom: 10px;
        line-height: 18px;
    }

    .footer_wrapper>div {
        align-items: center;
        flex-direction: column;
    }

    .footer_wrapper>div>p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer_socials_wrapper {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .footer_socials_wrapper>a>img {
        width: 25px;
    }





    /* - - - - - STARTSEITE - - - - - */





    .section_container {
        height: 800px;
    }

    #sc_1 {
        height: 100vh;
    }

    #sc_2>div {
        width: 90%;
    }

    .section_headline {
        position: absolute;
        font-size: 20vw;
        left: 8%;
        top: 25vw;
        line-height: 20vw;
        text-align: left;
        margin-left: -1vw;
        padding-left: 0;
    }

    .blur_object {
        left: 0;
        height: 16vw;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        top: 36vw;
        width: 95%;
    }

    .about_me_info {
        top: 65vw;
        left: 5%;
        text-align: left;
    }

    .about_me_info>h2 {
        font-size: 20vw;
        color: var(--color-pink);
        margin-left: 2vw;
    }

    .about_me_info>.button_center {
        margin-top: 35px;
        margin-left: 10px;
    }

    .about_me_info>p {
        width: 65%;
    }





    .section_projekte_info {
        top: 120vw;
        left: 5%;
    }





    .contact_info_wrapper {
        top: 35%;
        left: 8%;
        transform: translate(0%, 0%);
        text-align: left;
        margin-right: 8vw;
    }

    .contact_info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .contact_info_wrapper {
        flex-direction: column;
    }

    .contact_socials {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: self-end;
        margin-top: 0px;
    }

    .contact_socials>a {
        width: 50%;
    }

    .contact_socials>a:last-of-type {
        margin-left: 0px;
        margin-top: 20px;
    }

    .form_wrapper {
        width: 100%;
    }

    .contact_info_wrapper form input,
    .contact_info_wrapper form textarea {
        margin-bottom: 10px;
    }

    #form_button {
        width: 130px;
        height: 33px;
    }





    #about_me_scroll_point {
        margin-top: -200px;
    }





    .info_section_container>div {
        margin-left: 8vw;
        margin-right: 8vw;
    }

    .headline_blur_object {
        height: 15px;
        backdrop-filter: blur(1.5px);
        -webkit-backdrop-filter: blur(1.5px);
        margin-top: -12px;
    }

    .table_hard_facts {
        margin-left: 0;
        margin-top: 35px;
    }

    .table_hard_facts td {
        padding: 5px 5px;
    }

    .table_left {
        width: 33vw;
    }

    #headline_spacer {
        margin-top: 100px;
    }





    .skillset_bars_wrapper {
        margin-top: 35px;
        margin-left: 0;
        margin-right: 0;
    }

    .skillbar_wrapper {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        grid-auto-rows: minmax(20px, auto);
        margin-bottom: 15px;
    }




    .allgemeines_container {
        margin-top: 35px;
        margin-left: 0;
        margin-right: 0;
    }





    .info_section_container>.general_button_center {
        margin-left: 0;
        margin-top: 100px;
        margin-bottom: 100px;
        margin-right: 0;
    }





    /* - - - - - PROJEKTSEITEN - - - - - */





    .projects_section_headline {
        position: absolute;
        font-size: 11vw;
        left: 8%;
        bottom: 25vw;
        line-height: 11vw;
        text-align: left;
        margin-left: -1vw;
        padding-left: 0;
    }

    .projects_blur_object {
        bottom: 32vw;
        left: 0;
        height: 9vw;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        width: 95%;
    }

    #pbo_small {
        height: 3vw;
        margin-top: -7vw;
        bottom: 29.5vw;
    }

    .projects_hero_text {
        left: 8%;
    }

    .projects_numbers_wrapper {
        margin-top: 100px;
    }





    .overline_text {
        justify-content: space-between;
    }

    .overline_right_text_wrapper {
        flex-direction: column;
    }





    .project_preview_image {
        height: 250px;
    }

    .project_preview_hover_bg {
        opacity: 0;
        height: 100px;
        margin-top: 0px;
        display: none;
    }

    .project_preview_hover_wrapper {
        height: 0px;
        margin-top: 0px;
        display: none;
    }

    .project_preview_mobile {
        display: block;
        position: absolute;
        left: 0%;
        margin-top: -125px;
        padding-right: 50px;
        padding-top: 10px;
        padding-bottom: 5px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        pointer-events: none;
    }

    .project_preview_mobile>div {
        margin-left: 8vw;
    }

    .project_preview_mobile>div>h2 {
        margin-bottom: 10px;
    }

    .project_preview_mobile>div>nav {
        margin-top: 10px;
        color: var(--color-pink);
    }





    .project_info_overview_wrapper {
        margin-left: 8%;
        margin-top: 75px;
    }

    .table_overview {
        margin-left: 0px;
        margin-right: 10%;
        margin-top: 35px;
    }

    .project_program_logo {
        width: 30px;
        margin-right: 5px;
    }

    .project_info_overview_wrapper>h2 {
        margin-top: 75px;
    }

    .project_info_logo {
        width: 85%;
        margin-bottom: 30px;
    }

    .project_headline_blur_object {
        height: 15px;
        backdrop-filter: blur(1.5px);
        -webkit-backdrop-filter: blur(1.5px);
        margin-top: -12px;
    }





    .project_info_overview_wrapper {
        margin-left: 8%;
        margin-bottom: 75px;
    }

    .project_details_wrapper {
        margin-left: 8%;
        margin-top: 75px;
        margin-bottom: 100px;
    }

    .project_details_wrapper~.general_button_center {
        margin-bottom: 85px;
    }

    .project_details_container {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: normal;
    }

    .table_details {
        margin-left: 0%;
        margin-top: -5px;
    }

    .table_left_details {
        width: 50vw;
    }

    .project_big_image_wrapper {
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 10px;
    }

    .project_images_line_wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .project_big_image_line_wrapper {
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 10px;
        height: 100%;
    }

    .project_big_image_line {
        width: 100%;
        height: 95vh;
    }

    .project_small_image_wrapper {
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 8px;
        flex-direction: column;
    }

    .project_small_image {
        width: 100%;
    }

    .project_small_image_wrapper>.project_small_image:first-of-type {
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .project_small_image_wrapper>.project_small_image:last-of-type {
        padding-left: 0px;
    }

    .table_details>tbody>tr>td>li>ul>li {
        margin-left: 15px;
    }

    .table_details>tbody>tr>td:first-of-type>li {
        margin-left: 15px;
    }

    .details_container {
        margin-top: 35px;
        margin-left: 0px;
        margin-right: 10%;
    }





    .image_grid_row_desktop {
        display: none;
    }

    .image_grid_row_tablet {
        display: none;
    }

    .image_grid_row_mobile {
        display: block;
    }

    #image_grid_line {
        margin-left: 7%;
        margin-right: 7%;
        margin-top: 50px;
    }





    /* - - - - - IMPRESSUM & DATENSCHUTZ - - - - - */





    .imp_da_headline {
        font-size: 8vw;
        padding-top: 5vw;
        padding-left: 2%;
    }

    .impressum_text_wrapper {
        margin-left: 2%;
        margin-top: 5vw;
        margin-right: 2%;
    }





    /* - - - - - ERROR 404 - - - - - */





    .error404_text_container {
        top: 45vw;
        left: 5%;
        text-align: left;
        padding-right: 25px;
    }

    .error404_black_bg>h2 {
        font-size: 20vw;
        color: var(--color-pink);
        margin-left: 2vw;
    }
}





/* - - - - - TABLET - - - - - */
/* - - - - - TABLET - - - - - */
/* - - - - - TABLET - - - - - */





@media only screen and (min-width: 680px) and (max-width:999px) {





    /* - - - - - HEADER - - - - - */





    .menu_button {
        right: 3%;
        top: 2%;
    }

    #sidepanel>a>img {
        right: 4%;
    }

    #sidepanel>div {
        width: 80%;
    }

    .sidepanel_nav_projekte {
        left: 10%;
    }

    #sidepanel_mobile_back_button {
        display: block;
    }

    #sidepanel_mobile_back_button_a {
        display: block;
        width: 25px;
        position: absolute;
        top: 2%;
        right: 15%;
        transform: translateX(-101vw);
        transition: transform 0.15s, opacity 0.1s;
        -webkit-transform: translateX(-101vw);
        -webkit-transition: transform 0.15s, opacity 0.1s;
        opacity: 0;
    }

    #sidepanel>img {
        display: none;
    }





    /* - - - - - FOOTER - - - - - */





    footer {
        margin-top: 100px;
    }

    .footer_image_wrapper {
        width: 50%;
    }

    .footer_wrapper {
        width: 80%;
    }





    /* - - - - - STARTSEITE - - - - - */





    .section_container {
        height: 1350px;
    }

    #sc_1 {
        height: 100vh;
    }

    .section_headline {
        position: absolute;
        font-size: 17.5vw;
        left: 8%;
        top: 25vw;
        line-height: 17.5vw;
        text-align: left;
        margin-left: -1vw;
        padding-left: 0;
    }

    .blur_object {
        left: 0;
        height: 13.5vw;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        top: 35.6vw;
    }

    .about_me_info {
        top: 65vw;
        left: 6.5%;
    }

    .about_me_info>h2 {
        font-size: 20vw;
        color: var(--color-pink);
        margin-left: 0vw;
    }

    .about_me_info>.button_center {
        margin-top: 50px;
    }

    .about_me_info>p {
        width: 65%;
    }





    .section_projekte_info {
        top: 100vw;
        left: 6.5%;
    }






    .contact_info_wrapper {
        top: 40%;
        left: 8%;
        transform: translate(0%, 0%);
        text-align: left;
        margin-right: 8vw;
    }

    .contact_info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .contact_info>p {
        width: 60%;
    }

    .contact_info_wrapper {
        flex-direction: column;
    }

    .contact_socials {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: self-end;
        margin-top: 0px;
    }

    .contact_socials>a {
        width: 20%;
    }

    .contact_socials>a:last-of-type {
        margin-left: 0px;
        margin-top: 20px;
    }

    .form_wrapper {
        width: 100%;
    }





    #about_me_scroll_point {
        margin-top: -300px;
    }





    .info_section_container>div {
        margin-left: 8vw;
        margin-right: 8vw;
    }

    .table_hard_facts {
        margin-left: 0px;
    }

    .table_left {
        width: 28vw;
    }




    .skillset_bars_wrapper {
        margin-top: 55px;
        margin-left: 0;
        margin-right: 0;
    }

    .skillbar_wrapper {
        align-items: flex-start;
        flex-direction: column;
    }

    .skillbar_container {
        width: 100%;
    }

    .skillbar_wrapper>p {
        margin-right: 0px;
        margin-bottom: 5px;
    }




    .allgemeines_container {
        margin-left: 0;
        margin-right: 0;
    }





    .info_section_container>.general_button_center {
        margin-left: 0;
        margin-top: 150px;
        margin-bottom: 150px;
        margin-right: 0;
    }





    #projekte_scroll_point {
        margin-top: -300px;
    }





    .projekte_nav_text {
        margin-top: -128px;
        margin-left: 7%;
    }

    .projekte_blur_object {
        height: 55px;
        margin-top: -107px;
    }

    .projekte_blur_object:nth-of-type(4) {
        height: 20px;
        margin-top: -51px;
    }

    #projekte_headline_3 {
        margin-top: -50px;
    }

    .projekte_section_container>.general_button_center {
        margin-top: 150px;
        margin-bottom: 150px;
    }





    /* - - - - - PROJEKTSEITEN - - - - - */





    .projects_section_headline {
        position: absolute;
        font-size: 11vw;
        left: 8%;
        bottom: 15vw;
        line-height: 11vw;
        text-align: left;
        margin-left: -1vw;
        padding-left: 0;
    }

    .projects_blur_object {
        bottom: 22.1vw;
        left: 0;
        height: 9vw;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        width: 95%;
    }

    #pbo_small {
        height: 3vw;
        margin-top: -7vw;
        bottom: 19.5vw;
    }

    .projects_hero_text {
        left: 8%;
    }

    .projects_numbers_wrapper {
        margin-top: 150px;
    }





    .overline_text {
        justify-content: space-between;
    }

    .overline_right_text_wrapper {
        flex-direction: column;
    }





    .project_preview_image {
        height: 350px;
    }

    .project_preview_hover_bg {
        opacity: 0;
        height: 100px;
        margin-top: 0px;
        display: none;
    }

    .project_preview_hover_wrapper {
        height: 0px;
        margin-top: 0px;
        display: none;
    }

    .project_preview_mobile {
        display: block;
        position: absolute;
        left: 0%;
        margin-top: -175px;
        padding-right: 50px;
        padding-top: 15px;
        padding-bottom: 10px;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        pointer-events: none;
    }

    .project_preview_mobile>div {
        margin-left: 8vw;
    }

    .project_preview_mobile>div>h2 {
        margin-bottom: 15px;
    }

    .project_preview_mobile>div>nav {
        color: var(--color-pink);
        margin-top: 15px;
    }





    .project_info_overview_wrapper {
        margin-left: 8%;
        margin-top: 125px;
    }

    .table_overview {
        margin-left: 0px;
        margin-right: 10%;
    }

    .project_program_logo {
        width: 40px;
        margin-right: 10px;
    }

    .project_info_overview_wrapper>h2 {
        margin-top: 125px;
    }

    .project_info_logo {
        width: 75%;
        margin-bottom: 30px;
    }





    .project_details_wrapper {
        margin-left: 8%;
        margin-top: 125px;
        margin-bottom: 150px;
    }

    .project_details_container {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: normal;
    }

    .table_details {
        margin-left: 0%;
    }

    .table_left_details {
        width: 45vw;
    }

    .project_big_image_wrapper {
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 10px;
    }

    .project_big_image_line_wrapper {
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 10px;
        height: 100%;
    }

    .project_big_image_line {
        width: 100%;
        height: 100%;
    }

    .project_small_image_wrapper {
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 8px;
    }

    .project_small_image_wrapper>.project_small_image:first-of-type {
        padding-right: 5px;
    }

    .project_small_image_wrapper>.project_small_image:last-of-type {
        padding-left: 5px;
    }

    .details_container {
        margin-left: 0px;
        margin-right: 10%;
    }





    .image_grid_row_desktop {
        display: none;
    }

    .image_grid_row_tablet {
        display: flex;
    }

    .image_grid_row_mobile {
        display: none;
    }

    #image_grid_line {
        margin-left: 7%;
        margin-right: 7%;
        margin-top: 50px;
    }





    /* - - - - - IMPRESSUM & DATENSCHUTZ - - - - - */





    .imp_da_headline {
        font-size: 8vw;
        padding-top: 5vw;
        padding-left: 8%;
    }

    .impressum_text_wrapper {
        margin-left: 8%;
        margin-top: 5vw;
        margin-right: 8%;
    }





    /* - - - - - ERROR 404 - - - - - */





    .error404_text_container {
        top: 35vw;
        left: 6.5%;
        padding-right: 50px;
    }

    .error404_black_bg>h2 {
        font-size: 20vw;
        color: var(--color-pink);
        margin-left: 0vw;
    }
}





/* - - - - - 1000P - 1360P - - - - - */
/* - - - - - 1000P - 1360P - - - - - */
/* - - - - - 1000P - 1360P - - - - - */





@media only screen and (min-width: 1000px) and (max-width: 1360px) {





    /* - - - - - HEADER - - - - - */




    #sidepanel>p>a {
        right: 1%;
    }

    #sidepanel>img {
        margin-left: -35px;
    }





    /* - - - - - FOOTER - - - - - */





    .footer_image_wrapper {
        width: 35%;
    }





    /* - - - - - STARTSEITE - - - - - */





    .about_me_info>h2 {
        margin-left: 0.3vw;
    }

    .about_me_info {
        top: 10%;
    }





    .skillbar_text {
        width: 35%;
    }





    /* - - - - - PROJEKTSEITEN - - - - - */




    .project_small_image_details_wrapper {
        width: 35%;
    }





    .table_left_details {
        width: 30vw;
    }
}





/* - - - - - 2K & 4K - - - - - */
/* - - - - - 2K & 4K - - - - - */
/* - - - - - 2K & 4K - - - - - */





@media only screen and (min-width: 2001px) {





    /* - - - - - HEADER - - - - - */





    #sidepanel>div {
        width: 80%;
    }

    .sidepanel_nav_projekte {
        left: 10%;
    }

    #sidepanel>img {
        margin-left: -75px;
    }





    /* - - - - - STARTSEITE - - - - - */





    .contact_socials>a {
        width: 10%;
    }





    #about_me_scroll_point {
        margin-top: -600px;
    }





    .table_left {
        width: 400px;
    }




    .skillbar_text {
        width: 20%;
    }





    .info_section_container>.general_button_center {
        margin-left: 0;
        margin-top: 250px;
    }





    /* - - - - - PROJEKTSEITEN - - - - - */





    .table_overview>tbody>tr:last-of-type>td:last-of-type {
        width: 40vw;
    }





    .table_left_details {
        width: 400px;
    }
}





/* - - - - - LITTLE F***** - - - - - */
/* - - - - - LITTLE F***** - - - - - */
/* - - - - - LITTLE F***** - - - - - */





@media only screen and (min-width: 0px) and (max-width: 679px) {}