/*!
Theme Name: Müller & Fankhauser
Theme URI: http://underscores.me/
Author: IN4OUT
Author URI: https://www.in4out.ch
Description: Custom WordPress theme for Müller & Fankhauser
Version: 1.0.0
Tested up to: 8.3
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mueller_fankhauser
*/

:root {
    --app-height: 100%;
}

html {
    font-size: 20px;
    scroll-behavior: smooth;
    font-family: "TWK Lausanne", sans-serif;
    color: var(--text-color);
}

body {
    margin: 0;
    outline: 0;
    width: 100%;
    overflow-x: hidden;
}

.site {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.single-post .site {
    margin-top: 127px;
}

.single-team .site,
.single-job .site {
    margin-top: 160px;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

figure {
    margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    line-height: 115%;
}

.mobile-style-h1,
.mobile-style-h2,
.mobile-style-h3,
.desktop-style-h1,
.desktop-style-h2,
.desktop-style-h3 {
    font-weight: 700;
    line-height: 115%;
    margin-top: 0;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

.text-columns .content h1:not(:last-child) {
    margin-bottom: 40px;
}

p,
ul,
ol {
    margin-top: 0;
    line-height: 140%;
}

.wrap {
    width: calc(100vw - 36px);
    margin: 0 auto;
    max-width: 1400px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #ffffff;
    height: 60px;
}

.site-header .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding: 25px 0 13px;
    box-sizing: border-box;
}

.main-navigation {
    display: none;
}

.site-header .main-logo {
    width: 262px;
    max-width: 262px;
    width: 80%;
}

.menu-icon {
    display: block;
    width: 22px;
    height: 10px;
    cursor: pointer;
    z-index: 5;
    position: relative;
    margin-left: auto;
    top: -3px;
}

.menu-icon span {
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--text-color);
    transition: 0.2s ease-in-out;
}

.single-job .white-text .menu-icon span,
.single-team .white-text .menu-icon span {
    background: var(--variable-text-color);
}

.menu-icon span:first-child {
    top: 0;
}

.menu-icon span:last-child {
    bottom: 0;
    top: auto;
}

.menu-open .menu-icon span {
    background: #ffffff;
}

.menu-open .menu-icon span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.menu-open .menu-icon span:last-child {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    bottom: auto;
}

.menu-open {
    overflow: hidden;
}

.mobile-navigation {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 100vh;
    height: var(--app-height);
    overflow-y: scroll;
    background: #000000;
    color: #ffffff;
    padding: 16.5vh 30px 15.4vh;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
    z-index: 2;
}

.mobile-navigation::-webkit-scrollbar {
    display: none;
}

.menu-open .mobile-navigation {
    transform: translateX(0);
}

.mobile-navigation ul {
    list-style: none;
    padding: 0;
}

.mobile-navigation .main-links {
    margin-bottom: 9.5vh;
    font-size: 52px;
    font-weight: 600;
}

.mobile-navigation .small-links li:not(:last-child) {
    margin-bottom: 20px;
}

.mobile-navigation .current-menu-item,
.mobile-navigation .current-menu-ancestor a,
.single-team .mobile-navigation a[href*="buero"],
.single-post .mobile-navigation a[href*="aktuelles"] {
    color: #effd37;
}

.site-footer .wrap {
    border-top: 2px solid;
    padding: 40px 0 50px;
    font-size: 20px;
    line-height: 140%;
}

.footer-navigation {
    display: none;
}

.footer-logo {
    width: 250px;
    margin-top: 150px;
}

.footer-logo img {
    display: block;
    width: 100%;
}

address {
    font-style: normal;
}

.site-footer ul {
    list-style: none;
    padding: 0;
}

.site-footer-left ul:first-child li:not(:last-child) {
    margin-bottom: 10px;
}

.site-footer-left ul {
    margin-bottom: 40px;
}

.site-footer-left ul:last-child {
    margin-bottom: 0;
}

.padding-top-none {
    padding-top: 0;
}

.padding-bottom-none {
    padding-bottom: 0;
}

.padding-top-small {
    padding-top: 20px;
}

.padding-bottom-small {
    padding-bottom: 20px;
}

.padding-top-medium {
    padding-top: 40px;
}

.padding-bottom-medium {
    padding-bottom: 40px;
}

.padding-top-large {
    padding-top: 100px;
}

.padding-bottom-large {
    padding-bottom: 100px;
}

.padding-top-xl {
    padding-top: 150px;
}

.padding-bottom-xl {
    padding-bottom: 150px;
}

.padding-top-xxl {
    padding-top: 200px;
}

.padding-bottom-xxl {
    padding-bottom: 200px;
}

.content > :last-child,
.article-title h1 {
    margin-bottom: 0;
}

.content p:has(+ h1),
.content p:has(+ h2),
.content p:has(+ h3) {
    margin-bottom: 7px;
}

.projects {
    padding: 0;
    list-style: none;
}

.project.card {
    margin-bottom: 80px;
}

.card .thumbnail {
    overflow: hidden;
}

.card .thumbnail img {
    transition: transform 0.3s;
}

.card:hover .thumbnail img {
    transform: scale(1.03, 1.03);
}

.project.card .thumbnail {
    margin-bottom: 10px;
}

.project.card img {
    display: block;
    width: 100%;
}

.project.card .title {
    font-size: 18px;
    margin: 0;
    line-height: 140%;
}

.project.card .project-terms {
    margin: 0;
    font-size: 18px;
    list-style: none;
    display: flex;
    align-items: baseline;
    gap: 3px;
    padding: 0 0 0 21px;
    justify-content: flex-start;
}

.project-terms li:first-child {
    list-style: disc;
    text-indent: -5px;
}

.project-terms li:first-child::marker {
    font-size: 125%;
}

.full-link {
    display: table;
    margin: 0 auto;
    position: relative;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
    margin-top: 80px;
    line-height: 140%;
}

.full-link::after {
    display: block;
    content: " ";
    width: 24px;
    height: 24px;
    background-image: url(inc/img/link-arrow-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(3px);
    transition: transform 0.2s;
}

.full-link:hover::after,
.details-link:hover::after {
    transform: translateY(-50%) translateX(6px);
}

.cursor {
    display: none;
    position: fixed;
    width: 78px;
    height: 78px;
    background-image: url(inc/img/hover-cursor.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    z-index: 9999;
}

.card:hover,
.card a:hover {
    cursor: none !important;
}

.accordion-content {
    counter-reset: accordion;
}

.accordion {
    border-top: 1px solid;
    padding: 10px 0 20px;
}

.accordion:last-of-type {
    border-bottom: 1px solid;
}

.accordion .accordion-title {
    position: relative;
    padding-right: 30px;
    margin: 0;
    cursor: pointer;
}

.accordion .accordion-title::before {
    display: block;
    counter-increment: accordion;
    content: counter(accordion, decimal-leading-zero);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.accordion .accordion-title::after {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 41px;
    right: 0;
    background-image: url(inc/img/plus.svg);
    background-size: 100%;
    transition: transform 0.3s;
}

.accordion.open .accordion-title::after {
    transform: rotate(-135deg);
}

.accordion .wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
}

.accordion .content {
    padding: 20px 0 30px;
}

.accordion .content > p,
.accordion .content > ul:not(.projects),
.accordion .content > ol {
    max-width: 812px;
}

.accordion .projects {
    margin: 80px 0 0;
}

.content .project a {
    text-decoration: none !important;
}

.accordion .projects li.title {
    font-size: 18px;
}

.accordion .projects li.title h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.accordion .project.card {
    margin-bottom: 40px;
}

.accordion li:last-child .project.card {
    margin-bottom: 0;
}

.accordion .project.card .project-terms {
    display: none;
}

.accordion .accordion-title {
    font-size: 24px;
}

.site-footer {
    padding-top: 140px;
}

.image-section figure.small {
    max-width: 1048px;
}

.image-section figure img {
    display: block;
    width: 100%;
}

.text-columns .content {
    max-width: 695px;
}

.text-columns .column-left:not(:has(+ .column-right)) h1,
.text-columns .column-left:not(:has(+ .column-right)) h2,
.quote h2 {
    width: 90vw;
    max-width: 930px;
}

.single-project .text-columns:first-child .column-left:not(:has(+ .column-right)) h1,
.single-project .text-columns:first-child .column-left:not(:has(+ .column-right)) h2 {
    max-width: 1048px;
}

.single-job .text-columns .column-left:not(:has(+ .column-right)) h1 {
    max-width: 1400px;
}

.text-columns .column-right {
    margin-top: 40px;
}

.text-columns .details {
    border-top: 1px solid;
    padding: 0;
    list-style: none;
    font-size: 18px;
    margin-left: auto;
    max-width: 577px;
}

.text-columns .details > li {
    border-bottom: 1px solid;
    padding: 10px 0;
    display: flex;
    gap: 18px;
}

.text-columns .details p {
    font-weight: 700;
    margin: 0;
    width: calc(50% - 9px);
}

.text-columns .details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: calc(50% - 9px);
}

.image-right:not(:first-child) {
    margin-top: 40px;
}

.image-row:not(:last-child) {
    margin-bottom: 40px;
}

.single-team .gallery .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 10px;
    align-items: center;
}

.single-team .gallery figure,
.single-team .gallery img {
    width: 100%;
    height: auto;
}

.single-team .gallery img {
    display: block;
}

.jobs-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.jobs {
    list-style: none;
    padding: 0;
    border-top: 1px solid;
}

.job {
    border-bottom: 1px solid;
    font-size: 18px;
}

.job a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 40px;
}

.jobs .title {
    margin-bottom: 10px;
    width: 100%;
}

.details-link {
    display: table;
    position: relative;
    padding-right: 26px;
    flex-shrink: 0;
}

.details-link::after {
    display: block;
    content: " ";
    width: 24px;
    height: 24px;
    background-image: url(inc/img/link-arrow-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s;
}

.job .percentage {
    flex-shrink: 0;
}

.news-articles {
    padding: 0;
    list-style: none;
}

.news-article figure img {
    display: block;
    width: 100%;
}

.news-article .date,
.news-detail .date {
    display: block;
    margin: 10px 0;
    font-size: 18px;
}

.news-article .title {
    font-size: 22px;
    margin: 0;
}

.news-section li:not(:last-child) .news-article {
    margin-bottom: 80px;
}

.quote {
    margin: 120px 0 80px;
}

cite {
    font-style: normal;
    margin-bottom: 10px;
    display: block;
    line-height: 140%;
}

blockquote {
    margin: 0;
}

.team-slider .member {
    width: 100%;
    max-width: 300px;
}

.team {
    padding: 0;
    list-style: none;
}

.team:not(.swiper-wrapper) .member:not(:last-child) {
    margin-bottom: 80px;
}

.member figure {
    margin-bottom: 10px;
}

.member img {
    display: block;
    width: 100%;
}

.member .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.member .descriptors {
    font-size: 18px;
    list-style-type: disc;
    padding-left: 19px;
    margin: 0;
}

.member .descriptors li {
    text-indent: -5px;
}

.member .descriptors li::marker {
    font-size: 125%;
}

.image-pattern figure {
    margin-top: 40px;
}

.image-pattern img,
.single-team .portrait {
    display: block;
    width: 100%;
}

.content ul:not(.projects):not(.details) {
    padding-left: 24px;
}

.content ul:not(.projects):not(.details) li {
    text-indent: -5px;
}

.content ul li::marker {
    font-size: 125%;
}

.single-team .portrait {
    margin: 0 0 40px;
    max-width: 460px;
}

.single-team .descriptors,
.single-team .contact-info {
    margin-bottom: 40px;
}

.team-member .content {
    max-width: 695px;
}

.single-team .bio h1,
.single-team .bio h2 {
    margin-bottom: 40px;
}

.single-team,
.single-team .site-header,
.single-job,
.single-job .site-header,
.switch-color,
section.switch-color ~ section,
.site:has(section.switch-color) .site-footer {
    background-color: var(--page-background-color);
}

.content a:not(.full-link):not(.card *) {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.content a:not(.full-link):not(.card *)::after {
    content: " ";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--text-color);
    transform: translateY(-1px);
    transition: width 0.2s linear;
}

.single-job .content a:not(.full-link):not(.card *)::after,
.single-team .content a:not(.full-link):not(.card *)::after,
.switch-color .content a:not(.full-link):not(.card *)::after,
section.switch-color ~ section .text-columns .content a:not(.full-link):not(.card *)::after {
    background: var(--variable-text-color);
}

.content a:not(.full-link):not(.card *):hover::after {
    width: 0;
}

.map {
    width: 100%;
    height: 443px;
    margin: 0;
}

.map img {
    max-width: inherit !important;
}

.projects-filter {
    display: flex;
    gap: 44px;
    align-items: center;
    margin-bottom: 40px;
}

.projects-filter p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.projects-filter button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    font-size: 18px;
    font-family: inherit;
    padding: 0 20px 0 6px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: left;
    height: 28px;
    color: var(--text-color);
}

.single-job .projects-filter button,
.single-team .projects-filter button,
.switch-color .projects-filter button,
section.switch-color ~ section .projects-filter button {
    background: var(--page-background-color);
    color: var(--variable-text-color);
}

.projects-filter ul {
    list-style: none;
    height: 28px;
    margin: 0;
    position: relative;
    padding: 0;
    z-index: 2;
}

.projects-filter ul::after {
    display: block;
    content: " ";
    width: 14px;
    height: 8px;
    background-image: url(inc/img/chevron-down.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    right: 0;
    pointer-events: none;
}

.projects-filter li {
    background-color: #ffffff;
    overflow: hidden;
    transition: height 0.2s;
    height: 28px;
}

.single-job .projects-filter li,
.single-team .projects-filter li,
.switch-color .projects-filter li,
section.switch-color ~ section .projects-filter li {
    background-color: var(--page-background-color);
}

.projects-filter ul:not(.open) li:not(:has(button.active)) {
    height: 0;
}

button.submitting {
    pointer-events: none;
    filter: grayscale(100);
    position: relative;
    transition: padding 0.15s linear;
}

button.submitting::after,
.loading::after {
    animation: loadingdots steps(1, end) 2s infinite;
    content: " ";
}

.loading {
    display: none;
    margin: 0 auto;
    position: relative;
    margin-top: 80px;
    line-height: 140%;
}

.loading::after {
    position: absolute;
    left: 100%;
    transform: translateX(2px);
}

@keyframes loadingdots {
    0% {
        content: " ";
    }
    25% {
        content: " .";
    }
    50% {
        content: " ..";
    }
    75% {
        content: " ...";
    }
    100% {
        content: " ";
    }
}

.image-gallery .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
}

.image-gallery .gallery-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-gallery .gallery-image {
    width: 100%;
}

.lightbox {
    width: 100%;
}

.lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow: scroll;
    scrollbar-width: none;
    flex-wrap: wrap;
    align-items: center;
    background: #ffffff;
}

.lightbox:not(.open) {
    display: none;
}

.lightbox::-webkit-scrollbar {
    display: none;
}

.lightbox-container {
    position: relative;
    width: calc(100% - 150px);
    margin: 0 auto;
    padding: 20px 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}

.lightbox-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.lightbox-slider-container {
    position: relative;
}

.lightbox img {
    display: block;
    width: auto;
    height: auto;
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 100px);
}

.lightbox .lightbox-next,
.lightbox .lightbox-prev {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
    top: 50%;
}

.lightbox .lightbox-next {
    background-image: url(inc/img/lightbox-arrow-right.svg);
    right: -38px;
}

.lightbox .lightbox-prev {
    background-image: url(inc/img/lightbox-arrow-left.svg);
    left: -38px;
}

.lightbox .swiper-button-disabled {
    opacity: 0.3;
}

.lightbox .close {
    display: table;
    position: relative;
    font-weight: 700;
    cursor: pointer;
    background-image: url(inc/img/close.svg);
    background-size: 16px;
    background-position: left top 4px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 30px;
}

body.lightbox-open {
    overflow: hidden;
}

.card:not(.swiper-slide) {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.3s linear,
        transform 0.3s linear;
}

.card:not(.swiper-slide).animated {
    opacity: 1;
    transform: translateY(0);
}

.card.swiper-slide {
    opacity: 0;
    top: 30px;
    transition:
        opacity 0.3s linear,
        top 0.3s linear;
}

.card.swiper-slide.animated {
    opacity: 1;
    top: 0;
}

.card.member:nth-of-type(4n + 2) {
    transition-delay: 0.1s;
}

.card.member:nth-of-type(4n + 3) {
    transition-delay: 0.2s;
}

.card.member:nth-of-type(4n + 4) {
    transition-delay: 0.3s;
}

.single-team,
.single-team .site-header,
.single-job,
.single-job .site-header,
.switch-color,
section.switch-color ~ section,
.site:has(section.switch-color) .site-footer {
    background-color: var(--page-background-color);
    color: var(--variable-text-color);
}

.single-team .white-text .main-logo,
.single-job .white-text .main-logo,
.single-team .white-text .footer-logo,
.single-job .white-text .footer-logo,
.site:has(section.switch-color).white-text .footer-logo,
.single-team .white-text .full-link::after,
.single-job .white-text .full-link::after,
.white-text .switch-color .full-link::after,
.white-text section.switch-color ~ section .full-link::after,
.single-team .white-text .details-link::after,
.single-job .white-text .details-link::after,
.white-text .switch-color .details-link::after,
.white-text section.switch-color ~ section .details-link::after,
.single-team .white-text .accordion .accordion-title::after,
.single-job .white-text .accordion .accordion-title::after,
.white-text .switch-color .accordion .accordion-title::after,
.white-text section.switch-color ~ section .accordion .accordion-title::after,
.single-team .white-text .projects-filter ul::after,
.single-job .white-text .projects-filter ul::after,
.white-text .switch-color .projects-filter ul::after,
.white-text section.switch-color ~ section .projects-filter ul::after {
    filter: grayscale(1) invert(1) brightness(2.5) contrast(1);
}

.single-job .content p:has(+ ul) {
    margin-top: 40px;
}

.single-job .content h1,
.single-job .content ul {
    margin-bottom: 40px;
}

body .cky-consent-container .cky-consent-bar {
    background-color: #ffffff !important;
    width: 95%;
    margin: 0 auto;
    border-radius: 0;
    border-color: #000000 !important;
}

body .cky-notice .cky-title,
body .cky-preference-center .cky-accordion-btn {
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    line-height: 115%;
    margin: 0 0 10px 0;
}

body .cky-notice-des *,
body .cky-preference-content-wrapper *,
body .cky-accordion-header-des *,
body .cky-gpc-wrapper .cky-gpc-desc * {
    font-size: 18px;
    line-height: 140%;
}

body .cky-btn {
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 46px;
    justify-content: center;
}

body .cky-btn.cky-btn-accept,
body .cky-btn.cky-btn-reject {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

body .cky-btn.cky-btn-customize,
body .cky-btn.cky-btn-preferences {
    color: #000000 !important;
    border-color: #000000 !important;
    background: transparent !important;
}

body .cky-preference-center {
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 0;
    border-radius: 0;
}

body .cky-accordion .cky-accordion-item {
    margin-top: 16px;
}

body .cky-preference-center .cky-preference-title {
    font-size: 22px;
}

body .cky-accordion .cky-accordion-chevron i::before {
    height: 8px;
    width: 8px;
}

body .cky-accordion .cky-accordion-chevron {
    margin-right: 20px;
}

body .cky-preference-content-wrapper .cky-show-desc-btn {
    color: #000000 !important;
    text-decoration: underline;
    font-size: 18px;
}

body .cky-preference-content-wrapper p {
    margin-bottom: 0;
}

body .cky-preference-content-wrapper,
body .cky-gpc-wrapper .cky-gpc-desc {
    padding: 16px 0;
}

body .cky-preference-header .cky-btn-close img {
    height: 14px;
    width: 14px;
    filter: grayscale(100) brightness(0);
}

body .cky-switch input[type="checkbox"]:checked {
    background: #000000;
    background-color: #000000 !important;
}

body .cky-accordion-header .cky-always-active {
    color: #000000 !important;
    font-weight: 500;
    font-size: 16px;
}

.nocookies {
    background: #e7e6d8;
    padding: 24px;
    box-sizing: border-box;
    max-width: 812px;
}

.nocookies:not(.active) {
    display: none;
}

.nocookies .button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    border: 2px solid #000000;
    color: #000000;
    padding: 0 24px;
    font-size: 18px;
    cursor: pointer;
    transition:
        background 0.15s linear,
        color 0.15s linear;
}

.nocookies .button:hover {
    color: #ffffff;
    background: #000000;
}

.nocookies h2,
.nocookies h3,
.nocookies h4 {
    margin-bottom: 20px;
    line-height: 100%;
}

@media all and (max-width: 767px) {
    .text-columns:first-child:has(+ .accordion-content) {
        padding-bottom: 40px;
    }

    .text-columns:first-child:has(+ .map-section) {
        padding-bottom: 0;
    }

    .mobile-style-h1 {
        font-size: 28px;
    }

    .mobile-style-h2 {
        font-size: 24px;
    }

    .mobile-style-h3 {
        font-size: 22px;
    }

    .content .mobile-style-h1 a:not(.full-link),
    .content .mobile-style-h2 a:not(.full-link),
    .content .mobile-style-h3 a:not(.full-link) {
        text-decoration: none;
        word-break: break-all;
    }

    .content .mobile-style-h1:not(:last-child),
    .content .mobile-style-h2:not(:last-child),
    .content .mobile-style-h3:not(:last-child) {
        margin-bottom: 40px;
    }

    .content p:has(+ .mobile-style-h1),
    .content p:has(+ .mobile-style-h2),
    .content p:has(+ .mobile-style-h3) {
        margin-bottom: 7px;
    }

    .text-columns .content .mobile-style-h1:not(:last-child),
    .text-columns .content .mobile-style-h2:not(:last-child),
    .text-columns .content .mobile-style-h3:not(:last-child) {
        margin-bottom: 40px;
    }

    .text-columns .column-left:has(h3:last-child) + .column-right {
        margin-top: 10px;
    }
}

@media all and (min-width: 480px) {
    .team:not(.swiper-wrapper) {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 10px;
    }

    .team:not(.swiper-wrapper) .member {
        width: calc(50% - 5px);
    }

    .team:not(.swiper-wrapper) .member .title,
    .team:not(.swiper-wrapper) .member .descriptors {
        font-size: 16px;
    }

    .team:not(.swiper-wrapper) .member:not(:last-child) {
        margin-bottom: 0;
    }

    .image-gallery .wrap {
        gap: 10px;
    }

    .image-gallery .gallery-image {
        width: calc(50% - 5px);
    }

    .nocookies {
        padding: 32px;
    }
}

@media all and (min-width: 600px) {
    .site-footer .wrap {
        display: flex;
        justify-content: space-between;
        padding-bottom: 42px;
    }

    .footer-logo {
        margin-top: auto;
    }

    .site-footer-left,
    .site-footer-right {
        display: flex;
        flex-direction: column;
    }

    .site-footer-right {
        width: 250px;
    }

    .projects {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .featured-projects,
    .accordion .projects {
        gap: 10px;
    }

    .featured-projects > li {
        display: block;
        margin: 0;
    }

    .featured-projects > li:first-child {
        width: calc(40% - 5px);
    }

    .featured-projects > li:nth-child(2) {
        width: calc(60% - 5px);
    }

    .featured-projects > li:last-child {
        width: 100%;
    }

    .featured-projects .project.card {
        margin: 0;
    }

    .accordion .projects li.title {
        width: 100%;
    }

    .accordion .projects > li {
        width: calc(33.33% - 20px / 3);
    }

    .full-link {
        margin-top: 100px;
        margin-left: 16.7%;
    }

    .project.card .title,
    .project.card .project-terms {
        font-size: 16px;
    }

    .accordion .project.card {
        margin-bottom: 0;
    }

    .image-right:not(:first-child) {
        margin-top: 0;
    }

    .image-row {
        display: flex;
        gap: 10px;
    }

    .image-row:not(:last-child) {
        margin-bottom: 10px;
    }

    .image-left,
    .image-right {
        width: calc(50% - 5px);
    }

    .image-left {
        margin-right: auto;
    }

    .image-right {
        margin-left: auto;
    }

    .single-team .gallery figure {
        width: calc(33.33% - 20px / 3);
    }

    .job a {
        padding: 20px 0;
    }

    .job .title {
        width: 60%;
        margin-bottom: 0;
    }

    .job .percentage {
        font-weight: 700;
        font-size: 24px;
    }

    .news-section .news-articles {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .news-section .new-articles {
        gap: 10px;
    }

    .news-section .all-articles {
        gap: 20px 10px;
    }

    .news-section .news-articles li {
        width: calc(33.33% - 20px / 3);
    }

    .news-article .date {
        font-size: 16px;
    }

    .news-article .title {
        font-size: 18px;
    }

    .news-section li:not(:last-child) .news-article {
        margin-bottom: 0;
    }

    .member .title,
    .member .descriptors {
        font-size: 16px;
    }

    .image-gallery .portrait {
        width: calc(33.33% - 20px / 3);
    }

    .image-gallery .half-width {
        width: calc(50% - 5px);
    }

    .image-gallery .two-third-width {
        width: calc(66.66% - 20px / 6);
    }

    li:nth-of-type(3n + 2) .card.news-article,
    .card.gallery-image:nth-of-type(3n + 2) {
        transition-delay: 0.1s;
    }

    li:nth-of-type(3n + 3) .card.news-article,
    .card.gallery-image:nth-of-type(3n + 3) {
        transition-delay: 0.2s;
    }
}

@media all and (min-width: 768px) {
    h1,
    .desktop-style-h1 {
        font-size: 34px;
    }

    .single-job .content h1 {
        margin-bottom: 60px;
    }

    .text-columns .content .desktop-style-h1:not(:last-child),
    .text-columns .content .desktop-style-h2:not(:last-child),
    .text-columns .content .desktop-style-h3:not(:last-child) {
        margin-bottom: 40px;
    }

    h2,
    .desktop-style-h2 {
        font-size: 28px;
    }

    .single-team .bio h1,
    .single-team .bio .desktop-style-h1 {
        font-size: 32px;
    }

    h3,
    .desktop-style-h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    .padding-top-small {
        padding-top: 30px;
    }

    .padding-bottom-small {
        padding-bottom: 30px;
    }

    .padding-top-medium {
        padding-top: 60px;
    }

    .padding-bottom-medium {
        padding-bottom: 60px;
    }

    .featured-projects > li:first-child {
        width: calc(25% - 20px / 3);
    }

    .featured-projects > li:nth-child(2) {
        width: calc(41.7% - 20px / 3);
    }

    .featured-projects > li:last-child {
        width: calc(33.3% - 20px / 3);
    }

    .accordion .accordion-title::after {
        width: 24px;
        height: 24px;
        top: 10px;
    }

    .accordion .wrapper {
        margin: 0 auto;
        width: 82%;
        max-width: 1047px;
        transform: translateX(5.5%);
    }

    .content p.float-left,
    .quote cite {
        float: left;
        min-width: 200px;
        margin-right: 36px;
        position: relative;
        top: 3px;
    }

    .quote cite {
        margin-bottom: 0;
    }

    .accordion {
        padding: 18px 0 26px;
    }

    .accordion .accordion-title {
        font-size: 30px;
        padding-right: 0;
    }

    .accordion .title-wrapper {
        display: block;
        margin: 0 auto;
        width: 82%;
        max-width: 1047px;
        transform: translateX(5.5%);
    }

    .accordion-title::before {
        position: absolute;
        left: 0;
    }

    .site-footer {
        padding-top: 160px;
    }

    .text-columns:has(.column-right) .wrap {
        display: flex;
        gap: 10px;
    }

    .text-columns:has(.image-pattern) .column-left {
        float: left;
    }

    .image-pattern::after {
        display: block;
        content: " ";
        clear: both;
    }

    .text-columns:has(.column-right) .column-left,
    .text-columns:has(.image-pattern) .column-left,
    .text-columns .column-right {
        width: calc(50% - 5px);
    }

    .image-pattern figure:first-child {
        float: right;
        width: 32.857%;
        margin-top: 0;
    }

    .image-pattern figure:nth-child(2) {
        float: right;
        width: 24.5%;
        margin-top: 10.5%;
        margin-right: 9.071%;
    }

    .image-pattern figure:nth-child(3) {
        float: left;
        width: 32.857%;
        margin-top: 18.785%;
    }

    .image-pattern figure:last-child {
        float: right;
        width: 49.642%;
        margin-top: 5.714%;
    }

    .text-columns .column-right {
        margin: 0;
    }

    .text-columns .details {
        font-size: 16px;
        width: 90%;
        margin-top: 9px;
    }

    .text-columns .details p {
        width: calc(40% - 5px);
    }

    .text-columns .details ul {
        width: calc(60% - 5px);
    }

    .job .title,
    .job .percentage {
        font-size: 28px;
    }

    .news-article .title {
        font-size: 20px;
    }

    .team-slider .member {
        max-width: 343px;
    }

    .team:not(.swiper-wrapper) .member {
        width: calc(33.33% - 20px / 3);
    }

    .news-section .all-articles {
        gap: 8.57vw 0;
        justify-content: space-between;
    }

    .news-section .all-articles li {
        width: 30%;
    }

    .team-member .bio .wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 0 7%;
    }

    .team-member .bio .portrait {
        width: 33%;
    }

    .team-member .bio .content {
        width: 60%;
    }

    .all-projects::after {
        display: block;
        clear: both;
    }

    .all-projects {
        display: grid;
        align-items: start;
    }

    .all-projects > li:nth-child(10n + 1),
    .all-projects > li:nth-child(10n + 4),
    .all-projects > li:nth-child(10n + 5),
    .all-projects > li:nth-child(10n + 6),
    .all-projects > li:nth-child(10n + 7),
    .all-projects > li:nth-child(10n + 9),
    .all-projects > li:nth-child(10n + 10) {
        width: 65.714%;
    }

    .all-projects > li:nth-child(10n + 2),
    .all-projects > li:nth-child(10n + 8) {
        width: 116%;
    }

    .all-projects > li:nth-child(10n + 3) {
        width: 82.428%;
    }

    .all-projects > li:nth-child(10n + 7) {
        grid-column: 1 / span 2;
        margin-left: 25%;
    }

    .all-projects > li:nth-child(10n + 2),
    .all-projects > li:nth-child(10n + 6) {
        margin-left: -16%;
    }

    .all-projects > li:nth-child(10n + 1),
    .all-projects > li:nth-child(10n + 3),
    .all-projects > li:nth-child(10n + 5),
    .all-projects > li:nth-child(10n + 8) {
        grid-column: 1;
    }

    .all-projects > li:nth-child(10n + 2),
    .all-projects > li:nth-child(10n + 4),
    .all-projects > li:nth-child(10n + 6),
    .all-projects > li:nth-child(10n + 9),
    .all-projects > li:nth-child(10n + 10) {
        grid-column: 2;
    }

    .all-projects > li:nth-child(10n + 3) {
        margin-left: 16.714%;
    }

    .all-projects > li:nth-child(10n + 4),
    .all-projects > li:nth-child(10n + 9),
    .all-projects > li:nth-child(10n + 10) {
        margin-left: auto;
    }

    .all-projects > li:nth-child(10n + 9),
    .all-projects > li:nth-child(10n + 10) {
        grid-column: 2;
        align-self: start;
    }

    .all-projects > li:nth-child(10n + 10) {
        margin-top: -33.5%;
    }

    .all-projects .project.card {
        margin-bottom: 5.5vw;
    }

    .all-projects > li:last-child .project.card {
        margin-bottom: 0;
    }

    .map {
        height: 480px;
    }

    .content .desktop-style-h1 a:not(.full-link),
    .content .desktop-style-h2 a:not(.full-link),
    .content .desktop-style-h3 a:not(.full-link) {
        position: relative;
        text-decoration: none;
        display: inline-block;
    }

    .content .desktop-style-h1 a:not(.full-link)::after,
    .content .desktop-style-h2 a:not(.full-link)::after,
    .content .desktop-style-h3 a:not(.full-link)::after {
        content: " ";
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
        background: var(--text-color);
        transform: translateY(4px);
        transition: width 0.2s linear;
    }

    .single-job .content .desktop-style-h1 a:not(.full-link)::after,
    .single-team .content .desktop-style-h1 a:not(.full-link)::after,
    .switch-color .content .desktop-style-h1 a:not(.full-link)::after,
    section.switch-color ~ section .content .desktop-style-h1 a:not(.full-link)::after,
    .single-job .content .desktop-style-h2 a:not(.full-link)::after,
    .single-team .content .desktop-style-h2 a:not(.full-link)::after,
    .switch-color .content .desktop-style-h2 a:not(.full-link)::after,
    section.switch-color ~ section .content .desktop-style-h2 a:not(.full-link)::after,
    .single-job .content .desktop-style-h3 a:not(.full-link)::after,
    .single-team .content .desktop-style-h3 a:not(.full-link)::after,
    .switch-color .content .desktop-style-h3 a:not(.full-link)::after,
    section.switch-color ~ section .content .desktop-style-h3 a:not(.full-link)::after {
        background: var(--variable-text-color);
    }

    .content .desktop-style-h1 a:not(.full-link):hover::after,
    .content .desktop-style-h2 a:not(.full-link):hover::after,
    .content .desktop-style-h3 a:not(.full-link):hover::after {
        width: 0;
    }

    .news-detail .date {
        font-size: 18px;
        margin: 15px 0;
    }

    .lightbox img {
        max-width: calc(100vw - 150px);
        max-height: calc(100vh - 150px);
    }
    .lightbox .next,
    .lightbox .prev {
        width: 14px;
        height: 21px;
    }
    .lightbox .next {
        right: -50px;
    }
    .lightbox .prev {
        left: -50px;
    }

    .lightbox .lightbox-container {
        padding: 30px 0;
    }

    .lightbox .lightbox-next,
    .lightbox .lightbox-prev {
        width: 40px;
        height: 40px;
    }

    .lightbox .lightbox-next {
        right: -56px;
    }

    .lightbox .lightbox-prev {
        left: -56px;
    }

    li:nth-of-type(2n + 2) .card.project {
        transition-delay: 0.1s;
    }

    .content .desktop-style-h1 + p:has(+ .desktop-style-h1),
    .single-job .content h1 + p {
        margin-top: 50px;
    }

    .nocookies {
        padding: 38px;
    }
}

@media all and (min-width: 1024px) {
    html {
        font-size: 20px;
    }

    .site {
        margin-top: 100px;
    }

    .single-team .site,
    .single-job .site {
        margin-top: 180px;
    }

    .site-header {
        height: 60px;
    }

    .site-header .wrap {
        padding: 20px 0 12px;
        align-items: flex-start;
    }

    .site-header .main-logo {
        width: 333px;
        max-width: 333px;
    }

    .menu-open {
        overflow: unset;
    }

    .menu-icon,
    .mobile-navigation {
        display: none;
    }

    .main-navigation {
        display: block;
        margin: 0 0 0 auto;
    }

    .main-navigation ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 0;
        line-height: 100%;
        gap: 0 35px;
    }

    .main-navigation ul {
        margin: 0;
        padding-left: 0;
    }

    .main-navigation li {
        list-style: none;
    }

    .main-navigation a,
    .footer-navigation a {
        position: relative;
    }

    .main-navigation a::after,
    .footer-navigation a::after {
        display: block;
        content: " ";
        width: 0;
        height: 2px;
        background: var(--text-color);
        position: absolute;
        top: 100%;
        left: 0;
        transition: width 0.2s linear;
        transform: translateY(2px);
    }

    .single-job .white-text .main-navigation a::after,
    .single-team .white-text .main-navigation a::after,
    .single-job .white-text .footer-navigation a::after,
    .single-team .white-text .footer-navigation a::after,
    .site:has(section.switch-color).white-text .footer-navigation a::after {
        background: var(--variable-text-color);
    }

    .main-navigation .current-menu-item > a::after,
    .main-navigation .current-menu-ancestor > a::after,
    .single-team .main-navigation a[href*="buero"]::after,
    .single-post .main-navigation a[href*="aktuelles"]::after,
    .main-navigation a:hover::after,
    .footer-navigation .current-menu-item > a::after,
    .footer-navigation a:hover::after {
        width: 100%;
    }

    .site-footer .wrap {
        padding: 42px 0;
        border-top: 0;
    }

    .site-footer-right {
        width: 383px;
    }

    .footer-logo {
        width: 100%;
        margin-top: 190px;
    }

    .footer-navigation {
        display: block;
        width: 100%;
    }

    .footer-navigation ul {
        display: flex;
        flex-wrap: wrap;
        gap: 32px 64px;
        padding: 0;
        list-style: none;
        justify-content: space-between;
        width: 100%;
        margin: 0;
    }

    .site-footer-left ul:first-child li:not(:last-child) {
        margin-bottom: 4px;
    }

    .site-footer-left ul:first-child {
        margin-bottom: auto;
        font-size: 36px;
        font-weight: 700;
        line-height: 120%;
    }

    h1,
    h2 {
        letter-spacing: -2%;
    }

    h1,
    .accordion .accordion-title {
        font-size: 40px;
    }

    h2,
    .desktop-style-h2 {
        font-size: 32px;
    }

    .single-team .bio h2,
    .single-team .bio .desktop-style-h2 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    .accordion .accordion-title::after {
        width: 28px;
        height: 28px;
        top: 16px;
    }

    .accordion .content {
        padding: 26px 0 40px;
    }

    .accordion .content:has(.projects) {
        padding: 26px 0 70px;
    }

    .accordion .projects li.title h3 {
        margin-bottom: 30px;
        font-size: 26px;
    }

    .accordion .accordion-title::after {
        right: 10px;
    }

    .site-footer {
        padding-top: 180px;
    }

    .jobs-title {
        margin-bottom: 26px;
    }

    .job {
        font-size: 20px;
    }

    .job a {
        padding: 26px 0;
    }

    .job .title,
    .job .percentage {
        font-size: 30px;
    }

    .job .percentage {
        transform: translateX(-30px);
    }

    .news-article .title {
        font-size: 22px;
    }

    .member .title {
        margin-bottom: 5px;
    }

    .member figure {
        z-index: 2;
    }

    .member .descriptors {
        transition:
            transform 0.3s,
            opacity 0.3s;
        transform: translateY(10px);
        opacity: 0;
        z-index: 1;
    }

    .member:hover .descriptors {
        transform: translateY(0);
        opacity: 1;
    }

    .team:not(.swiper-wrapper) .member {
        width: calc(25% - 10px);
    }

    .news-section .all-articles li {
        width: 28.57%;
    }

    .quote {
        margin: 120px 0 100px;
    }

    .team-member .bio {
        margin-bottom: 160px;
    }

    .single-team .contact-info {
        margin-bottom: 50px;
    }

    .map {
        height: 560px;
    }

    .projects-filter ul::after {
        display: none;
    }

    .projects-filter ul:not(.open) li:not(:has(button.active)) {
        height: 28px;
    }

    .projects-filter p {
        font-size: 20px;
    }

    .projects-filter {
        gap: 80px;
        margin-bottom: 60px;
    }

    .projects-filter button {
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        display: inline;
        width: auto;
    }

    .projects-filter ul {
        display: flex;
        gap: 5px;
    }

    .projects-filter li:not(:last-child)::after {
        content: ", ";
    }

    .content .desktop-style-h1 a:not(.full-link),
    .content .desktop-style-h2 a:not(.full-link),
    .content .desktop-style-h3 a:not(.full-link) {
        text-decoration-thickness: 3px;
        text-underline-offset: 10px;
    }

    .content .desktop-style-h1 + p:has(+ .desktop-style-h1),
    .single-job .content h1 + p {
        margin-top: 60px;
    }

    .content p:has(+ .desktop-style-h1),
    .content p:has(+ .desktop-style-h2),
    .content p:has(+ .desktop-style-h3) {
        margin-bottom: 10px;
    }

    .news-detail .date {
        font-size: 20px;
        margin: 20px 0;
    }

    .team:not(.swiper-wrapper) {
        gap: 32px 10px;
    }

    .nocookies {
        padding: 46px;
    }

    .nocookies .button {
        height: 52px;
    }
}

@media all and (min-width: 1280px) {
    .single-job .content h1 {
        margin-bottom: 60px;
    }

    .site {
        margin-top: 120px;
    }

    .single-team .site,
    .single-job .site {
        margin-top: 220px;
    }

    h1,
    .accordion .accordion-title,
    .desktop-style-h1 {
        font-size: 46px;
    }

    h2,
    .desktop-style-h2 {
        font-size: 36px;
    }

    .padding-top-small {
        padding-top: 40px;
    }

    .padding-bottom-small {
        padding-bottom: 40px;
    }

    .padding-top-medium {
        padding-top: 80px;
    }

    .padding-bottom-medium {
        padding-bottom: 80px;
    }

    .padding-top-large {
        padding-top: 120px;
    }

    .padding-bottom-large {
        padding-bottom: 120px;
    }

    .padding-top-xl {
        padding-top: 180px;
    }

    .padding-bottom-xl {
        padding-bottom: 180px;
    }

    .padding-top-xxl {
        padding-top: 240px;
    }

    .padding-bottom-xxl {
        padding-bottom: 240px;
    }

    .full-link {
        margin-top: 120px;
    }

    .accordion {
        padding: 18px 0 30px;
    }

    .accordion .accordion-title::after {
        width: 32px;
        height: 32px;
        top: 18px;
    }

    .accordion .content {
        padding: 32px 0 40px;
    }

    .accordion .content:has(.projects) {
        padding: 32px 0 80px;
    }

    .accordion .accordion-title::before {
        font-size: 20px;
    }

    p,
    ul,
    ol {
        margin-bottom: 30px;
    }

    .accordion .accordion-title::after {
        right: 20px;
    }

    .site-footer {
        padding-top: 200px;
    }

    .job a {
        padding: 30px 0 31px;
    }

    .job .title,
    .job .percentage {
        font-size: 32px;
    }

    .job .percentage {
        transform: translateX(-50px);
    }

    .content p.float-left,
    .quote cite {
        top: 5px;
    }

    .news-article .title {
        font-size: 24px;
    }

    .quote {
        margin: 120px 0;
    }

    .team-member .wrap {
        gap: 0 9.142%;
    }

    .team-member .portrait {
        width: 32.857%;
    }

    .team-member .content {
        width: 49.642%;
    }

    .team-member .bio {
        margin-bottom: 200px;
    }

    .single-team .contact-info {
        margin-bottom: 60px;
    }

    .map {
        height: 700px;
    }

    .projects-filter {
        gap: 100px;
        margin-bottom: 66px;
    }

    .content .desktop-style-h1 a:not(.full-link)::after,
    .content .desktop-style-h2 a:not(.full-link)::after,
    .content .desktop-style-h3 a:not(.full-link)::after {
        height: 4px;
    }

    .lightbox .lightbox-next,
    .lightbox .lightbox-prev {
        width: 50px;
        height: 50px;
    }

    .lightbox .lightbox-next {
        right: -70px;
    }

    .lightbox .lightbox-prev {
        left: -70px;
    }

    .content p:has(+ h1):not(.float-left),
    .content p:has(+ h2):not(.float-left),
    .content p:has(+ h3):not(.float-left),
    .content p:has(+ .desktop-style-h1):not(.float-left),
    .content p:has(+ .desktop-style-h2):not(.float-left),
    .content p:has(+ .desktop-style-h3):not(.float-left) {
        margin-bottom: 14px;
    }

    .text-columns .details {
        margin-top: 6px;
    }

    .content .desktop-style-h1 + p:has(+ .desktop-style-h1),
    .single-job .content h1 + p {
        margin-top: 70px;
    }
}

@media all and (min-width: 1440px) {
    .site,
    .single-post .site {
        margin-top: 160px;
    }

    .single-team .site,
    .single-job .site {
        margin-top: 280px;
    }

    h1,
    .desktop-style-h1,
    .accordion .accordion-title {
        font-size: 52px;
    }

    .accordion .accordion-title::after {
        width: 36px;
        height: 36px;
        top: 20px;
    }

    .accordion .content {
        padding: 40px 0;
    }

    .accordion .content:has(.projects) {
        padding: 40px 0 80px;
    }

    .accordion .accordion-title::after {
        right: 37px;
    }

    .site-footer {
        padding-top: 240px;
    }

    .job .title,
    .job .percentage {
        font-size: 36px;
    }

    .job .percentage {
        transform: translateX(-70px);
    }

    .news-article .title {
        font-size: 26px;
    }

    .news-section .all-articles {
        gap: 120px 0;
    }

    .team-member .bio {
        margin-bottom: 240px;
    }

    .single-team .contact-info {
        margin-bottom: 80px;
    }

    .all-projects .project.card {
        margin-bottom: 80px;
    }

    .map {
        height: 788px;
    }

    .projects-filter {
        gap: 137px;
        margin-bottom: 74px;
    }

    .content .desktop-style-h1 a:not(.full-link)::after,
    .content .desktop-style-h2 a:not(.full-link)::after,
    .content .desktop-style-h3 a:not(.full-link)::after {
        height: 5px;
    }

    .content .desktop-style-h1 + p:has(+ .desktop-style-h1),
    .single-job .content h1 + p {
        margin-top: 80px;
    }

    .content p:has(+ .desktop-style-h1) {
        margin-bottom: 20px;
    }

    .content p:has(+ h1):not(.float-left),
    .content p:has(+ h2):not(.float-left),
    .content p:has(+ h3):not(.float-left),
    .content p:has(+ .desktop-style-h1):not(.float-left),
    .content p:has(+ .desktop-style-h2):not(.float-left),
    .content p:has(+ .desktop-style-h3):not(.float-left) {
        margin-bottom: 20px;
    }
}
