@font-face {
    font-family: "OpenSans";
    src: url('/fonts/OpenSans/static/OpenSans-Regular.ttf');
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "OpenSans";
    color: white;
    background-color: rgb(236, 236, 236);
}

header {
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.2);
    color: black;
    background-color: rgb(238, 238, 238);
    z-index: 100;
    position: fixed;
    width: 100%;
}

nav {
    max-width: 1700px;
    width: 90%;
    justify-self: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

nav div {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 18px;
}

.mobilenonedisplay:hover {
    text-decoration: underline;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-right: 30px;
}

.logo:hover {
    scale: calc(1.01);
}

.logo img {
    width: 60px;
}

.contact-btn {
    background-color: rgb(51, 118, 156);
    border: none;
    padding: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 3px;
    font-size: inherit;
    color: white;
    font-weight: bold;
}

.contact-btn:hover {
    background-color: rgb(77, 163, 212);
}

h2 {
    margin: 0;
    color: black;
    font-weight: bolder;
    font-size: 30px;
}

a {
    text-decoration: none;
    color: inherit;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homepage {
    background-image: url(./img/fx-center-07.jpg);
    max-width: 1920px;
    margin-top: 80px;
    width: 100%;
    object-fit: cover;
    height: 600px;
    gap: 15px;
    align-items: center;
    flex-direction: column;
    display: flex;
    color: white;
}

h1 {
    margin: 0;
    font-size: 50px;
    margin-top: 175px;
}

.contact-us {
    background-color: rgb(57, 133, 177);
    color: white;
    font-weight: bold;
    font-size: 22px;
    border-radius: 50px;
    padding: 10px;
    padding-right: 40px;
    padding-left: 40px;
    transition: all 0.3s;
}

.contact-us:hover {
    background-color: rgb(77, 163, 212);
    scale: calc(1.05);
}





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













.about-us {
    background-color: #104469;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.about-us img {
    width: 550px;
    border-radius: 5px;
    object-fit: cover;
}

.about-us article {
    width: 85%;
    display: flex;
    max-width: 1600px;
}

.about-us figure {
    gap: 120px;
    display: flex;
    margin: 0;
}

.section-title {
    display: flex;
    flex-direction: column;
}

.underline {
    background-color: #a4ceee;
    width: 50px;
    height: 5px;
    margin-top: -3px;
}

.about-us figcaption {
    margin-top: 60px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

h3 {
    font-size: 42px;
    margin-block: 0;
    margin: 0;
}





.service {
    background-image: url(./img/fx-center-05_1.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
}

.service-title {
    width: 85%;
    max-width: 1600px;
}

.service article {
    margin-top: 60px;
    width: 85%;
    display: flex;
    gap: 30px;
    overflow-x: scroll;
}

.service article figure {
    background-color: #8cc1e762;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 300px;
    height: 475px;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    margin: 0;
}

.service article figure:hover {
    background-color: #8cc1e798;
}

h4 {
    margin: 0;
    padding-top: 5px;
    font-size: 20px;
}

















.studios {
    width: 100%;
    display: flex;
    justify-content: center;
    background-image: url(./img/musicaudio.jpg);
    background-position: center;
    background-size: cover;
}

.studios article {
    width: 85%;
    max-width: 1600px;
    gap: 60px;
    display: flex;
    flex-direction: column;
}

.studios figure {
    display: flex;
    gap: 60px;
    font-size: 20px;
    margin: 0;
}

.studios figure img {
    width: 50%;
    object-fit: contain;
}

.studios figure figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.studios h4 {
    font-size: 24px;
    align-self: start;
    margin: 0;
}

.studios figure figcaption table {
    width: 500px;
}

.studios figure figcaption table tr {
    display: flex;
    justify-content: space-between;
}

.studios figure figcaption table th {
    text-align: unset;
    width: 30%;
}

.studios figure figcaption table td {
    width: 70%;
}



















.team {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 60px;
    font-size: 18px;
    background-color: #104469;
}

.team span {
    width: 85%;
    align-items: center;
}

.team article {
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.team article img {
    width: 250px;
    margin-bottom: 5px;
    background-color: white;
}


.team article figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
    border-style: solid;
    margin: 0;
    padding-bottom: 10px;
    border-width: 2px;
}

.team article figure:hover {
    cursor: pointer;
    filter: brightness(0.8);
}

.team-info {
    display: flex;
    height: 50px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.displaynone {
    display: none;
}

.team a {
    color: inherit;
}

.team a:hover {
    text-decoration: underline;
}






.references {
    color: black;
    max-width: 85%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.references span {
    align-items: center;
}

.references article {
    justify-content: center;
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
}

.references article figure {
    margin: 0;
    max-width: 400px;
}

.references article figure img {
    width: 400px;
}

.references article figure {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.references article figure:hover {
    scale: calc(1.05);
    transition: 0.3s;
}

.references h4 {
    font-size: 22px;
}





.contact {
    background-color: #104469;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    font-size: 18px;
}

.contact span {
    width: 85%;
    max-width: 1600px;
}

.contact article {
    max-width: 1600px;
    gap: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.adress {
    display: flex;
    width: 80%;
    align-self: center;
    align-items: center;
    text-align: center;
    gap: 60px;
    margin: 0;
    margin-top: 60px;
    flex-direction: column;
}

.adress p {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    gap: 15px;
}

.adress strong {
    font-size: 22px;
}

.adress div {
    display: flex;
    max-width: 100%;
}

.contact a:hover {
    text-decoration: underline;
}

.contact h2 {
    color: inherit;
    font-size: 55px;
    margin: 0;
}

.contact form {
    background-color: #053658e7;
    display: flex;
    align-items: center;
    padding: 30px;
    width: 50%;
    border-radius: 15px;
    align-self: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact form fieldset {
    padding: 0;
    margin: 0;
    border-style: none;
}

.contact form input {
    width: 80%;
}

.contact form textarea {
    width: 80%;
}

.contact form figure {
    display: flex;
    width: 50%;
    gap: 5px;
    flex-direction: column;
    margin: 0;
}

.contact form figure div {
    display: flex;
    width: 200px;
    gap: 15px;
}

.contact form figure div label {
    width: 100px;
}

.contact form figure div input {
    width: 15px;
}

.contact form button {
    margin-top: 30px;
    font-size: 22px;
    font-weight: bold;
    color: inherit;
    padding: 15px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    width: 180px;
    background-color: rgb(57, 133, 177);
    border-style: none;

}

.contact form button:hover {
    cursor: pointer;
    background-color: rgb(77, 163, 212);
    scale: calc(1.03);
    transition: 0.2s;
}

h4 {
    align-self: center;
    font-size: 26px;
}

h5 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}


footer {
    display: flex;
    justify-content: center;
    height: 100px;
    background-color: rgb(73, 73, 73);
}

footer p {
    text-align: center;
}

footer a:hover {
    text-decoration: underline;
}


::-webkit-scrollbar {
    width: 15px;
    background-color: #c9c9c9;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 30px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    height: 20px;
    background-color: #222222;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000000;
}






.impressum {
    color: black;
    width: 85%;
    font-size: 18px;
}

.impressum a:hover {
    text-decoration: underline;
}


@media (max-width: 1200px) {

    .homepage {
        height: 500px;
    }


    nav div {
        gap: 15px;
        font-size: 16px;
    }

    .logo img {
        width: 50px;
    }

    .logo {
        margin-right: 15px;
    }

    h2 {
        font-size: 28px;
    }



    .about-us figure {
        flex-direction: column-reverse;
        gap: 30px;

    }

    .about-us img {
        margin-top: 60px;
        align-self: center;
        width: 500px;
        object-fit: cover;
    }

    .about-us figcaption {
        margin-top: 0;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }





    .service article figure {
        background-color: #8cc1e762;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 300px;
        padding: 20px 20px 20px 20px;
        height: 425px;
        border-radius: 5px;
        margin: 0;
    }

    h4 {
        font-size: 20px;
    }



    .studios figure {
        flex-direction: column;
        font-size: 18px;
    }

    .studios figure img {
        width: 70%;
    }



    .team {
        font-size: 16px;
    }

    .team article {
        max-width: 660px;
    }

    .team article figure {
        max-width: 200px;
    }

    .team article img {
        width: 200px;
    }


    .contact form {
        width: 70%;
    }

    h5 {
        font-size: 18px;
    }
}



@media (max-width: 820px) {
    .homepage {
        height: 450px;
        background-position: center;
        margin-top: -20px;
    }
    
    .logo img {
        width: 40px;
    }

    .logo {
        margin-right: 5px;
    }

    h2 {
        font-size: 24px;
    }


    .mobilenonedisplay {
        display: none;
    }



    h1 {
        font-size: 35px;
        padding: 10px;
        text-align: center;
    }

    .contact-us {
        font-size: 20px;
    }



    h3 {
        font-size: 30px;
    }

    .about-us img {
        width: 100%;
    }


    .service article {
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 480px;
        align-items: center;
        width: 290px;
    }

    .service article figure {
        width: 250px;
    }


    .studios figure img {
        width: 100%;
    }


    .studios figure figcaption table {
        width: 100%;
    }

    .studios figure figcaption table tr {
        flex-direction: column;
        font-size: 18px;
        gap: 5px;
    }



    .team article {
        max-width: 200px;
    }



    .references article {
        gap: 60px;
    }

    .references article figure {
        max-width: 250px;
    }

    .references article figure img {
        width: 250px;
    }

    .references h4 {
        font-size: 18px;
    }



    .adress {
        margin-top: 0;
    }

    .contact h2 {
        font-size: 30px;
    }

    .adress p {
        font-size: 20px;
        gap: 5px;
        margin: 0;
    }

    .adress div {
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .adress span {
        font-size: 18px;
        width: 100%;
    }

    .adress strong {
        font-size: 20px;
    }


    .impressum {
        font-size: 16px;
        max-width: 90%;
    }

}