/*
Theme Name: Frei & Zeit
Author: Frei & Zeit
Author URI: https://freiundzeit.it
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*Global CSS Rules*/

/* work-sans-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fuz-assets/fonts/work-sans-v24-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    src: url('fuz-assets/fonts/work-sans-v24-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fuz-assets/fonts/work-sans-v24-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fuz-assets/fonts/work-sans-v24-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
    font-size: 90%;
    --fuz-padding-side: 80px;
}

@media screen and (min-width: 1441px) {
    :root {
        --fuz-padding-side: 140px;
        --fuz-padding-top-full: 140px;
        --fuz-padding-top-half: 70px;
        --fuz-padding-top-none: 0;
        --fuz-padding-bottom-full: 140px;
        --fuz-padding-bottom-half: 70px;
        --fuz-padding-bottom-none: 0;
        font-size: 100%;
    }
}


@media screen and (max-width: 1024px) {
    :root {
        --fuz-padding-side: 40px;
        --fuz-padding-top-full: 70px;
        --fuz-padding-top-half: 40px;
        --fuz-padding-top-none: 0;
        --fuz-padding-bottom-full: 70px;
        --fuz-padding-bottom-half: 40px;
        --fuz-padding-bottom-none: 0;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --fuz-padding-side: 16px;
        --fuz-padding-top-full: 40px;
        --fuz-padding-top-half: 20px;
        --fuz-padding-top-none: 0;
        --fuz-padding-bottom-full: 40px;
        --fuz-padding-bottom-half: 20px;
        --fuz-padding-bottom-none: 0;
        /*font-size: 90%;*/
    }
}


html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    position: relative;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

@media screen and (max-width: 767px) {
    body.fuz-nav-menu-open {
        height: 100vh;
        overflow-y: hidden;
    }
}

.fuz-main {
    display: block;
}

a {
    color: inherit;
}

ul.menu {
    padding: 0;
    margin: 0;
    display: flex;
}

.menu li {
    list-style: none;
}

.menu a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

/*Global layout Styles*/

.fuz-container-full-width {
    width: 100%;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
}

.fuz-container-content-width {
    width: 100%;
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
}

p,
.fuz-button-text-nrm p {
    margin-bottom: 20px;
}

.fuz-padding-top-full {
    padding-top: var(--fuz-padding-top-full);
}

.fuz-padding-top-medium {
    padding-top: var(--fuz-padding-top-half);
}

.fuz-padding-top-small {
    padding-top: var(--fuz-padding-top-none);
}

.fuz-padding-bottom-full {
    padding-bottom: var(--fuz-padding-bottom-full);
}

.fuz-padding-bottom-medium {
    padding-bottom: var(--fuz-padding-bottom-half);
}

.fuz-padding-bottom-small {
    padding-bottom: var(--fuz-padding-bottom-none);
}

/*Global Font Styles*/

.fuz-heading-lg {
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1em;
}

.fuz-heading-md {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3em;
}

.fuz-text-nrm,
.fuz-text-nrm p {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    /* 28px */
}

.fuz-button-text-nrm,
.fuz-button-text-nrm,
.fuz-button-classic .fuz-button-text {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.fuz-text-color-black {
    color: black;
}

.fuz-text-color-white {
    color: white;
}

@media screen and (max-width: 767px) {
    .fuz-heading-lg {
        font-size: 2.5rem;
    }

    .fuz-heading-md {
        font-size: 1.375rem;
    }

    .fuz-text-nrm,
    .fuz-text-nrm p {
        font-size: 1.25rem;
        line-height: 1.5em;
    }

    .fuz-button-text-nrm,
    .fuz-button-text-nrm,
    .fuz-button-classic .fuz-button-text {
        font-size: 1.25rem;
    }
    
}

/*Buttons*/

a.fuz-button {
    text-decoration: none;
    width: auto;
}

.fuz-button-classic {
    margin-top: 32px;
    border-radius: 500px;
    border: 2px solid black;
    padding: 4px 16px;
}

.fuz-button-minimal {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 0;
    border-bottom: 2px solid black;
}

.fuz-button-minimal .fuz-button-text {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    text-decoration: none;
}

.fuz-button-icon {
    line-height: 0;
}

/*Header Styles*/


.fuz-header-metamenu {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.fuz-header-metamenu-lang {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.fuz-header-metamenu-lang-item {
    display: flex;
    min-width: 80px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    border-radius: 100px;
    color: #000;
    text-align: center;

}

.fuz-header-metamenu-lang-item-active {
    background-color: black;
    color: white;
}

.fuz-header-navbar {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    height: 100px;
    background-color: white;
}

.fuz-header-navbar.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
}

.fuz-header-branding {
    height: 100%;
}

.fuz-header-branding img {
    width: 350px;
    max-width: 100%;
    height: auto;
}

.fuz-header-col {
    display: flex;
    align-items: center;
}

.fuz-header-col-second {
    flex-grow: 2;
    justify-content: flex-end;
}

.fuz-header-primary-menu ul {
    gap: 40px;
}

.fuz-header-primary-menu a {
    font-family: "Work Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: lowercase;

}

.fuz-header-primary-menu a:hover,
.fuz-header-primary-menu .current_page_item a {
    border-bottom: 2px solid black;
}

.fuz-header-menu-toggle {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fuz-header-menu-toggle-bar,
.fuz-header-menu-toggle-bar:before,
.fuz-header-menu-toggle-bar:after {
    width: 100%;
    height: 4px;
    background-color: black;
    border-radius: 2px;
}

.fuz-header-menu-toggle-bar {
    position: relative;
}

.fuz-header-menu-toggle-bar:before,
.fuz-header-menu-toggle-bar:after {
    content: "";
    position: absolute;
    left: 0;
    transition: 0.3s ease-in-out;
}

.fuz-header-menu-toggle-bar:before {
    bottom: 14px;
}

.fuz-header-menu-toggle-bar:after {
    top: 14px;
}

.fuz-nav-menu-open .fuz-header-menu-toggle-bar:before {
    bottom: 0;
}

.fuz-nav-menu-open .fuz-header-menu-toggle-bar:after {
    top: 0;
}

@media screen and (max-width: 767px) {
    .fuz-header-navbar {
        height: 70px;
    }

    .fuz-header-col {
        height: 100%;
    }

    .fuz-header-branding {
        height: 100%;
    }

    .fuz-header-branding img {
        height: 100%;
        width: auto;
    }
}

/*Fullscreen Menu*/
.fuz-fullscreen-menu {
    position: fixed;
    height: 100vh;
    background-color: white;
    z-index: 5;
    right: 0;
    top: 0;
    width: 0;
    overflow-y: scroll;
    box-shadow: -5px 0 5px rgba(50, 50, 50, 0.2);
    display: none;
}

.fuz-fullscreen-menu-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    padding-top: 200px;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
    padding-bottom: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fuz-fullscreen-menu-inner ul {
    flex-direction: column;
    gap: 16px;
}

.fuz-fullscreen-menu-inner a {
    padding: 8px;
}

.fuz-fullscreen-menu-primary-menu a {
    font-size: 2rem;
}

@media screen and (max-width: 1024px) {
    .fuz-fullscreen-menu {
        min-width: 100vw;
    }
}

@media screen and (max-width: 767px) {
    .fuz-fullscreen-menu {
        min-width: 100vw;
    }
}

/* Template Parts */

/* Frontpage Hero */

.fuz-frontpage-hero {
    width: 100%;
    display: flex;
}

.fuz-frontpage-hero .fuz-col {
    width: 50%;
}

.fuz-frontpage-hero .fuz-col-1 {
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
    padding-bottom: var(--fuz-padding-side);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 32px;
    align-items: flex-start;
}

.fuz-frontpage-hero .fuz-col-2 {
    height: 100%;
}

.fuz-frontpage-hero .fuz-col-2 img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .fuz-frontpage-hero {
        flex-direction: column;
    }

    .fuz-frontpage-hero .fuz-col {
        width: 100%;
    }

    .fuz-frontpage-hero .fuz-col-1 {
        padding: 80px var(--fuz-padding-side);
    }
}


/* text Section */

.fuz-text-section {
    width: 100%;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
}

.fuz-text-section-inner {
    max-width: 1312px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fuz-text-section-content-wrapper {
    width: 100%;
    max-width: 752px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fuz-border-top {
    border-top: 3.5px solid black;
}

.fuz-border-bottom {
    border-bottom: 3.5px solid black;
}

.fuz-text-section-heading {
    margin-bottom: 24px;
}

.fuz-text-section-subheading {
    margin-bottom: 32px;
}

.fuz-text-section-text {
    margin-bottom: 32px;
}


/* List Section */

.fuz-list-section {
    width: 100%;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
}

.fuz-list-section-inner {
    max-width: 1312px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fuz-list-section-content-wrapper {
    width: 100%;
}

.fuz-list-section ul {
    padding: 0;
}

.fuz-list-section li {
    list-style: none;
    padding: 32px 0;
    width: 100%;
    border-top: 3.5px solid black;
}

.fuz-list-section li .fuz-list-section-list-item-inner {
    width: 100%;
    max-width: 752px;
}


/*Image Row Section*/

.fuz-image-row-section {
    width: 100%;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
}

.fuz-image-row-section-inner {
    max-width: 1312px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.fuz-image-row-images-wrapper {
    width: 100%;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}


/* Single Preisträger*innen Template*/
.fuz-award-single-content {
    width: 100%;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
    padding-top: 120px;
    padding-bottom: 140px;
}

.fuz-award-single-content-inner {
    max-width: 1312px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.fuz-award-artist-names {
    margin-bottom: 32px;
}

.fuz-award-single-content-section-text {
    width: 100%;
    max-width: 752px;
}

.fuz-award-location {
    text-transform: uppercase;
}

.fuz-award-subtitle {
    font-weight: 700;
    margin-bottom: 16px;
}

.fuz-award-project-name {
    margin-bottom: 32px;
}

/* Award single gallery */

.fuz-award-gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.fuz-award-gallery__item.is-featured {
    grid-column: 1 / -1;
    /* volle Breite */
}

.fuz-award-gallery__img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive: weniger Spalten */
@media (max-width: 1024px) {
    .fuz-award-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .fuz-award-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Award Winners Section */

.fuz-award-winners {
    width: 100%;
}

.fuz-award-winners__headline-container {
    width: 100%;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
    margin-bottom: 32px;
    padding-top: 120px;

}

.fuz-award-winners__headline {
    max-width: 1312px;
    margin: auto;
}

.fuz-award-year {
    width: 100%;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
    padding-top: 120px;
    border-bottom: 3px solid black;

}

.fuz-award-year-inner {
    max-width: 1312px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.fuz-award-year__header {
    display: flex;
    gap: 32px;
    flex-wrap: nowrap;
}

.fuz-award-year__header-col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.fuz-award-year__title-col {
    width: 40%;
}

.fuz-award-year__text-col {
    width: 60%;
}

.fuz-award-year__title {
    padding: 4px 16px;
    border: 2px solid black;
    border-radius: 500px;
    width: auto;
}

.fuz-award-card {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 120px 0;
}

.fuz-award-col-img {
    width: 60%;
}

.fuz-award-col-img img {
    width: 100%;
    height: auto;
    display: block;
}

.fuz-award-col-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.fuz-award-card__artists {
    text-transform: uppercase;
}

.fuz-award-card__project {
    font-size: 1.5rem;
    font-weight: 500;
}

.fuz-award-col-content a {
    text-decoration: none;
}


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

    .fuz-award-winners__headline-container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .fuz-award-year__header {
        flex-direction: column;
        gap: 32px;
    }

    .fuz-award-year__header-col {
        width: 100%;
    }
}

/*Footer Styles*/

.fuz-footer {
    width: 100vw;
    flex-direction: column;
}

.fuz-footer-row {
    display: flex;
    padding: 120px var(--fuz-padding-side);
    flex-direction: column;
}

.fuz-footer-row-first {
    background-color: black;
    color: white;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3em;
}

.fuz-footer-row-first address {
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fuz-footer-row-first-contact-name {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 58px;
    line-height: 1.3em;
}

@media screen and (max-width: 767px) {
    .fuz-footer-row-first {
        background-color: black;
        color: white;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.3em;
    }

    .fuz-footer-row-first address {
        font-style: normal;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

.fuz-footer-copyright {
    margin-top: 24px;
}

.fuz-footer-menu ul {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.fuz-footer-menu a {
    color: black;
    font-family: "Work Sans";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
}

.fuz-footer-menu .fuz-menu-item-support a {
    border: 2px solid black;
    padding: 4px 16px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 1.5rem;
}

/*Hide Elements depending on Screensize*/

@media screen and (max-width: 767px) {
    .fuz-hide-on-mobile {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .fuz-hide-on-desktop {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .fuz-hide-on-tablet {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    body.request-form-visible {
        height: 100vh;
        overflow-y: hidden;
    }
}