@import url(/stylesheets/Supreme_Complete/Fonts/WEB/css/supreme.css);

:root {
    --fs-small-text1: 1rem;
    --fs-small-text2: 1.5rem;
    --fs-small-text3: 1.75rem;
    --fs-medium-text1: 2rem;
    --fs-medium-text2: 2.5rem;
    --fs-large-text1: 3rem;
    --fs-large-text2: 3.5rem;
    --fs-large-text3: 4.5rem;


    --pd-small-1: 1rem;
    --pd-small-2: 1.5rem;
    --pd-small-3: 2rem;
    --pd-normal-1: 3rem;
    --pd-normal-2: 4rem;
    --pd-normal-3: 5rem;
    --pd-normal-4: 6rem;
    --pd-large-1: 7rem;
    --pd-large-2: 8rem;
    --pd-large-3: 9rem;
    --pd-extreme-1: 16rem;
    --pd-extreme-2: 22.5rem;

    --c-standard-color: #000000;
    --c-primary-color: #1c2235;
    --c-secondary-color: #eaeaea;

    --ft-standard-font: Supreme-Variable;
}

.hiddenElement {
    opacity: 0;
    display: none;
    overflow-y: hidden;
}





html {
    height: 100vh;
}

body {
    font-family: var(--ft-standard-font);
    overflow-x: hidden;
    background-image: url('/content/pics/Desk_1.webp');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

#impressum {
    padding: 4rem;
    background-color: var(--c-secondary-color);
}

#datenschutz {
    padding: 4rem;
    background-color: var(--c-secondary-color);
}





#cookieBanner {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--c-primary-color);
    color: #fff;
    text-align: center;
    z-index: 999;
}

#cookieBanner>div {
    padding: 20px;
}

#cookieBanner>div>p {
    position: relative;
    text-align: center;
    font-size: var(--fs-small-text2);
    font-weight: 200;
    line-height: 2rem;
    font-family: var(--ft-standard-font);
    color: white;
    max-width: 800px;
    left: 50%;
    transform: translate(-50%);
}

#cookieBanner>div>button {
    padding: 9px 16px;
    font-size: var(--fs-small-text1);
    border-radius: 5px;
    border: 2px solid white;
    background-color: white;
    color: #1D2029;
    font-family: var(--ft-standard-font);
    cursor: pointer;
}

#cookieBanner>div>button:hover {
    background-color: #1D2029;
    color: white;
}





.header {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #ffffff00;
    display: grid;
    grid-template-columns: auto;
    transition: 1s ease-in-out;
}

.scroll-header {
    background-color: #ffffff;
    transition: 1s ease-in-out;
}

#header>div {
    padding: 0.5rem;
    padding-left: 2rem;
}

#header>div>img {
    height: 2rem;
}





#landing {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#landing-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0%;
    left: 0%;
    display: grid;
    justify-content: center;
    align-items: center;
}

#landing-container>p {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-size: var(--fs-large-text3);
    font-weight: 900;
    line-height: 1.07;
    max-width: 100%;
    color: white;
}

#landing-container>img {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 21;
    transition: opacity 0.5s ease;
    color: white;
}





#welcome {
    position: relative;
    background-color: var(--c-secondary-color);
    padding: var(--pd-large-3);
    display: flex;
    flex-direction: column;
}

#welcome>p:nth-child(1) {
    position: relative;
    text-align: center;
    font-size: var(--fs-large-text2);
    font-weight: 700;
    line-height: 4rem;
    font-family: var(--ft-standard-font);
    color: var(--c-primary-color);
}

#welcome>p:nth-child(2) {
    position: relative;
    text-align: center;
    font-size: var(--fs-large-text2);
    font-weight: 700;
    line-height: 4rem;
    font-family: var(--ft-standard-font);
    color: var(--c-primary-color);
    margin-bottom: 4rem;
}

#welcome>p:nth-child(3) {
    position: relative;
    text-align: center;
    color: var(--c-primary-color);
    font-size: var(--fs-small-text2);
    font-weight: 500;
    line-height: 2rem;
    font-family: var(--ft-standard-font);
}





#quote {
    background-color: var(--c-primary-color);
    padding: var(--pd-large-1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

#quote>img {
    width: 50rem;
    height: auto;
    object-fit: cover;
}

#quote>p:nth-child(2) {
    text-align: center;
    color: white;
    font-size: var(--fs-medium-text1);
    font-weight: normal;
    line-height: 1.15;
    font-family: var(--ft-standard-font);
    max-width: 600px;
}

#quote>p:nth-child(3) {
    text-align: center;
    color: white;
    font-size: var(--fs-small-text1);
    font-weight: light;
    line-height: 1.15;
    font-family: var(--ft-standard-font);
    max-width: 600px;
}





#online {
    background-color: var(--c-secondary-color);
}

#online>div {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: var(--pd-large-3);
    background-image: url("/content/pics/BgOnline.webp");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

#online>div>p:nth-child(1) {
    color: var(--c-primary-color);
    font-size: var(--fs-large-text2);
    font-weight: 700;
    line-height: 4rem;
    font-family: var(--ft-standard-font);
    max-width: 60%;
}

#online>div>p:nth-child(2) {
    color: var(--c-primary-color);
    font-size: var(--fs-small-text2);
    font-weight: 500;
    line-height: 2rem;
    font-family: var(--ft-standard-font);
    max-width: 60%;
}

#online>div>p:nth-child(2)>a {
    color: #1c2235;
    font-size: var(--fs-small-text2);
    font-weight: 500;
    line-height: 2rem;
    font-family: var(--ft-standard-font);
    max-width: 60%;
}

#online>div>p:nth-child(2)>a:hover {
    color: #989898;
}





#map {
    background-color: var(--c-primary-color);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;

}

#map>svg {
    position: relative;
    width: 60%;
    height: auto;
    margin: 5rem 0rem;
    justify-self: center;
    align-self: center;
}





#about-me {
    background-color: var(--c-secondary-color);
}

#about-me>div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4rem;
}

#about-me>div>img {
    padding: var(--pd-normal-3);
    height: 30rem;
}

#about-me>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#about-me>div>div>p {
    color: var(--c-primary-color);
    font-size: var(--fs-large-text2);
    font-weight: 700;
    line-height: 4rem;
    font-family: var(--ft-standard-font);
    margin-bottom: 2rem;
}

#about-me>div>div>ul {
    color: var(--c-primary-color);
    font-size: var(--fs-small-text2);
    font-weight: 500;
    line-height: 2rem;
    font-family: var(--ft-standard-font);
    list-style: circle;
    list-style-position: outside;
    max-width: 85%;
}

#about-me>div>div>ul>li {
    margin-left: 40px;
}

#about-me>div>div>ul>strong {
    color: var(--c-primary-color);
    font-size: var(--fs-small-text2);
    font-weight: 800;
    line-height: 2rem;
    font-family: var(--ft-standard-font);
}





#contact {
    background-color: var(--c-primary-color);
}

#contact>div {
    padding: var(--pd-large-3);
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 10rem;
}

#contact>div>div {
    display: block;
}


#contact>div>div>p {
    color: white;
    font-size: var(--fs-large-text2);
    font-weight: 700;
    line-height: 4rem;
    font-family: var(--ft-standard-font);
    align-items: flex-start;
    margin-bottom: 2.5rem;
}

#contact>div>div>div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#contact>div>div:last-child>div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


#contact>div>div>div>input {
    width: 80%;
    padding: 1rem 0.8rem;
    font-size: var(--fs-small-text1);
    border-radius: 5px;
    border: 2px solid white;
    background-color: #1D2029;
    color: white;
    font-family: var(--ft-standard-font);
}

#contact>div>div>div>textarea {
    width: 80%;
    padding: 0.8rem;
    font-size: var(--fs-small-text1);
    border-radius: 5px;
    border: 2px solid white;
    background-color: #1D2029;
    color: white;
    height: 5rem;
    font-family: var(--ft-standard-font);
    resize: none;
}

#contact>div>div>div>div>button {
    padding: 9px 16px;
    font-size: var(--fs-small-text1);
    border-radius: 5px;
    border: 2px solid white;
    background-color: white;
    color: #1D2029;
    font-family: var(--ft-standard-font);
    cursor: pointer;
}

#contact>div>div>div>div>button:hover {
    background-color: #1D2029;
    color: white;
}

#contact>div>div:last-child>div {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: left;
    align-items: center;
}

#contact>div>div:last-child>div>div {
    height: auto;
    display: grid;
    justify-content: center;
    align-items: center;
}

#contact>div>div:last-child>div>a {
    color: #ffffff;
    font-size: var(--fs-small-text2);
    margin-left: 1rem;
    text-decoration: none;
}

#contact>div>div:last-child>div>a:hover {
    color: #989898;
}





#location {
    background-color: var(--c-secondary-color);
}

#location>div {
    display: grid;
    grid-template-columns: auto;
    padding: 5rem 20rem;
}

.location-image {
    background-image: url(/content/pics/Praxis01.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.location-image:hover {
    transform: scale(1.05);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3);
}

.location-hover {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    height: 100%;
    padding: 0rem;
    transition: transform 0.4s ease-in-out;
}

.location-image:hover .location-hover {
    transform: scale(1.05);
}

.location-hover p {
    color: white;
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: var(--fs-medium-text2);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 2rem 2.5vw;
}





#image-viewer {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

#image-viewer.active {
    opacity: 1;
}

#image-viewer>div {
    display: grid;
    grid-template-columns: 7rem 1fr 7rem;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease-in-out;
    transform: scale(0.90);
}

#image-viewer>div.active {
    transform: scale(1);
}

#image-viewer>div>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


#image-viewer>div>div:nth-child(1),
#image-viewer>div>div:nth-child(3){
    cursor: pointer;
}

#image-viewer>div>div>svg {
    width: 5rem;
}

#image-viewer>div>div:nth-child(1):hover{
    transform: scale(1.3);
    transition: transform 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.4);
}

#image-viewer>div>div:nth-child(3):hover{
    transform: scale(1.3);
    transition: transform 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.4);
}

#image-viewer>div>div>img {
    border-radius: 10px;
    height: 80vh;
    width: auto;
}




#footer {
    background-color: var(--c-primary-color);
    display: grid;
    justify-content: center;
}

#footer>div {
    display: flex;
    flex-direction: row;
}

#footer>div>a {
    color: white;
    padding: 2rem;
    text-decoration: none;
}

#footer>div>a:hover {
    color: rgb(192, 192, 192);
}





@media only screen and (max-width: 768px) {
    body {
        background-image: url('/content/pics/Desk_1_mobile.webp');
        background-size: 100vh;
    }

    #header {
        justify-content: center;
        align-items: center;
    }

    #header>div {
        padding: 1rem;
    }

    #header>div>img {
        height: 3rem;
    }


    #cookieBanner>div>p {
        font-size: var(--fs-small-text1);
        line-height: 1.5rem;
        max-width: 100%;
    }



    #landing-container>p {
        font-size: var(--fs-medium-text2);
    }





    #welcome {
        padding: var(--pd-normal-2) var(--pd-small-3);
    }

    #welcome>p:nth-child(1) {
        display: none;
    }





    #quote {
        padding: var(--pd-small-3);
        padding-top: var(--pd-normal-2);
    }

    #quote>img {
        width: 18rem;
    }

    #quote>p {
        max-width: none;
    }





    #online>div {
        padding: var(--pd-normal-2) var(--pd-small-3);
        background-image: none;
    }

    #online>div>p:nth-child(1) {
        max-width: 100%;
        text-align: center;
    }

    #online>div>p:nth-child(2) {
        max-width: 100%;
        text-align: center;
    }





    #map {
        height: 20rem;
    }

    #map>svg {
        width: 90%;
    }





    #about-me {
        padding: var(--pd-normal-1);
    }

    #about-me>div {
        flex-direction: column;
    }

    #about-me>div>img {
        padding: 0;
        justify-content: center;
        align-items: center;
        height: unset;
    }

    #about-me>div>div>p {
        text-align: center;
        color: var(--c-primary-color);
        font-size: var(--fs-large-text2);
        font-weight: 700;
        line-height: 4rem;
        font-family: var(--ft-standard-font);
        margin-bottom: 2rem;
    }

    #about-me>div>div>ul {
        text-align: center;
        color: var(--c-primary-color);
        font-size: var(--fs-small-text2);
        font-weight: 500;
        line-height: 2rem;
        font-family: var(--ft-standard-font);
        list-style: none;
        list-style-position: outside;
        max-width: 100%;
    }

    #about-me>div>div>ul>li {
        margin-left: 0px;
    }







    #contact {
        background-color: var(--c-primary-color);
    }

    #contact>div {
        padding: var(--pd-normal-2) var(--pd-small-3);
        grid-template-columns: 1fr;
    }

    #contact>div>div:nth-child(1) {
        display: none;
    }

    #contact>div>div:last-child>div {
        grid-template-columns: auto;
    }

    #contact>div>div:last-child>div>a {
        text-align: center;
        margin-left: 0rem;
    }





    #location>div {
        grid-template-columns: auto;
        padding: 3rem;
        gap: 3rem;
    }

    .location-hover {
        justify-content: center;
    }

    .location-hover-disabled {
        justify-content: center;
    }

    #location>div>div>div>p {
        color: white;
        writing-mode: unset;
        text-orientation: sideways;
        justify-content: center;
        font-size: var(--fs-small-text3);
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 3px;
        padding: 7rem 0;
    }




    
    #image-viewer>div>div>svg {
        width: 3rem;
    }
    
    #image-viewer>div>div:nth-child(1):hover{
        transform: scale(1);
        transition: transform 0.1s ease-in-out;
        background-color: rgba(0, 0, 0, 0);
    }
    
    #image-viewer>div>div:nth-child(3):hover{
        transform: scale(1);
        transition: transform 0.1s ease-in-out;
        background-color: rgba(0, 0, 0, 0);
    }
    
    #image-viewer>div>div>img {
        height: auto;
        width: 100%;
    }
}