/*!
 * Theme CSS Styles
 */


 @font-face {
    font-family: 'DM Serif Display';
    src: url('fonts/DMSerifDisplay-Italic.woff2') format('woff2'),
        url('fonts/DMSerifDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('fonts/DMSerifDisplay-Regular.woff2') format('woff2'),
        url('fonts/DMSerifDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Light.woff2') format('woff2'),
        url('fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Medium.woff2') format('woff2'),
        url('fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Bold.woff2') format('woff2'),
        url('fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.woff2') format('woff2'),
        url('fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* Schriften */

html {
    font-size: 22px;
}

body {
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 1.7;
    color: #322D29;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 1.2;
    color: #322D29;
}

p {
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.05rem;
}

h2 {
    font-size: 1.6rem;
    padding-bottom: 25px;
}

.page-col-left h1,
.page-col-left h2 {
    font-size: 2.05rem;
    font-weight: 300;
    padding-bottom: 0;
}

.page-col-right h1 {
    font-size: 1.6rem;
    color: #DAA520;
    font-family: 'DM Serif Display';
    font-style: italic;
    padding-bottom: 25px;
}

h3 {
    font-size: 1.6rem;
    padding-bottom: 20px;
}

h4 {
    font-size: 1.4rem;
    padding-bottom: 15px;
}

h5, h6 {
    font-size: 1rem;
    letter-spacing: 1px;
}

a,
a:active,
a:visited,
a:focus,
a:focus-visible {
    color: #DAA520;
    text-decoration: none;
}



/* Allgemein */

main {
    padding-top: 225px;
}

.home main {
    padding-top: 0;
}

.page-template-page-ueber-uns main,
.page-template-page-kernkompetenzen main,
.page-id-240 main {
    background: linear-gradient(90deg, #fff 50%, #F6F6F6 50%);
}

.page-template-page-cv main {
    background: linear-gradient(90deg, #BEA393 50%, #F6F6F6 50%);
}

.row {
    width: 86%;
    max-width: 1700px;
    margin: 0 auto;
}

.button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #ffffff !important;
    background: #DAA520;
    padding: .8rem 3rem .8rem 2rem;
    font-family: 'Manrope';
    font-size: 80%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 40px;
    border: none;
    overflow: hidden;
    transition: all 400ms ease-in-out;
    cursor: pointer;
}

.button:hover {
    color: #ffffff !important;
    background: #DAA520;
}

.button span {
    display: block;
    position: relative;
}

.button span::before {
    content: '';
    background-image: url(/wp-content/uploads/2024/11/ICON_Pfeil_rechts_weiss.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: .75rem;
    width: .75rem;
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 400ms ease;
}

.button:hover span::before {
    right: -1.75rem;
}

.link {
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 8px;
}

.link span {
    position: relative;
}

.link span::before {
    content: '';
    background-image: url(/wp-content/uploads/2024/11/ICON_Pfeil_rechts_gelb.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: .75rem;
    width: .75rem;
    position: absolute;
    right: -1.25rem;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 400ms ease;
}

.link:hover span::before {
    right: -1.5rem;
}

.cta-button-wrapper {
    margin-top: 5vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.cta-button-wrapper a:not(:last-child) {
    margin-right: 2vw;
}


/* Header */

#header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 75px;
    z-index: 999;
}

.logged-in #header {
    top: 32px;
}

.header-row {
    display: flex;
    flex-wrap: wrap;
}

.header-row .logo-col {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.header-row .menu-col {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.logo img,
.footer-logo-wrapper img {
    width: 16.5vw;
}

ul#primary-menu {
    display: flex;
    padding: 0;
    list-style-type: none;
}

ul#primary-menu a {
    color: #5E4740;
}

.home ul#primary-menu a {
    color: #fff;
}

ul#primary-menu li:not(:last-child) {
    margin-right: 3vw;
}




/* Mobile Menü */

.mobile-trigger {
    display: none; 
    width: 45px;
    height: 28px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.mobile-trigger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 45px;
    background: #322D29;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mobile-trigger.open span {
    background: #fff;
}

.mobile-trigger span:nth-child(1) {
    top: 0px;
}
  
.mobile-trigger span:nth-child(2), .mobile-trigger span:nth-child(3) {
    top: 12px;
}
  
.mobile-trigger span:nth-child(4) {
    top: 24px;
}

.mobile-trigger.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}
  
.mobile-trigger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
  
.mobile-trigger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  
.mobile-trigger.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}



/* Overlay Menü */

#overlay-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #674C47;
    z-index: 998;
    padding-top: 250px;
}

ul#mobile-menu {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

ul#mobile-menu li:not(:last-child){
    margin-bottom: 30px;
}

ul#mobile-menu li a:not(.menu-button a) {
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: 400;
    transition: all 300ms ease;
}

ul#mobile-menu .menu-button a {
    width: 240px;
}

.no-scroll {
    overflow: hidden;
}



/* Home */

#home {
    height: 100vh;
    background-color: #fff;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home h1 {
    font-size: 3.2rem;
    text-align: left;
    padding-left: 17vw;
}

#home .page-title-row {
    padding-top: 15vh;
}

#home .lead {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 15vh;
}

.hero-video-bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: auto;
    transform: translate(-50%, 0);
    filter: contrast(1);
}

a.down-link {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 10;
}

.logged-in .down-link {
    bottom: -40px;
}

a.down-link img {
    width: 6vw;
    height: 6vw;
}


/* Animation */

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: center;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    right: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}


/* -------------------------------- 
xslide 
-------------------------------- */

.cd-headline.slide span {
    display: inline-block;
    text-align: center;
}

.cd-headline.slide span:first-child {
    padding-top: 8px;
    margin-right: 10px;
}

.cd-headline.slide .cd-words-wrapper {
    display: inline;
    overflow: hidden;
    vertical-align: top;
    font-family: 'DM Serif Display';
    font-style: italic;
}

.cd-headline.slide b {
    opacity: 0;
    border-radius: 5px;
}

.cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
    background: #fff;
    padding: 10px 25px;
}

.cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}



/* Startseite Inhalt */

.asp-block-014 {
    padding: 12vh 0 0;
}

.asp-block-014 .half-half-row {
    padding-bottom: 12vh;
    display: flex;
    flex-wrap: wrap;
}

.asp-block-014 .col-left {
    width: 17.5%;
    margin-right: 10%;
}

.asp-block-014 .col-right {
    width: 72.5%;
}

#ueber-uns.asp-block-014 .col-left {
    width: 10%;
}

#ueber-uns.asp-block-014 .col-right {
    width: 80%;
}

#ueber-uns.asp-block-014 .text-small-wrapper {
    max-width: 47.5%;
    margin-left: auto;
    margin-right: 0;
}

#ueber-uns.asp-block-014 .cta-button-wrapper {
    max-width: 47.5%;
    margin-left: auto;
    margin-right: 0;
}

#meier-sadiku-law {
    background: #F6F6F6;
}

.asp-block-014 h2,
.asp-block-015 h2 {
    font-size: 1.6rem;
    color: #DAA520;
    font-family: 'DM Serif Display';
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 0;
}

.text-large-wrapper {
    font-size: 2.05rem;
    font-weight: 300;
    line-height: 1.3;
}

.text-small-wrapper {
    margin-top: 8vh;
}


.fullwidth-img-row {
    width: 100% !important;
    max-width: 100% !important;
}

.fullwidth-img-row .col {
    width: 100%;
    height: 90vh;
    display: block;
    overflow: hidden;
    position: relative;
}

.fullwidth-img-row .col img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* Startseite Toggles */

.asp-block-015 {
    padding: 12vh 0;
}

.asp-block-015 .half-half-row {
    display: flex;
    flex-wrap: wrap;
}

.asp-block-015 .col-left {
    width: 17.5%;
    margin-right: 10%;
}

.asp-block-015 .col-right {
    width: 72.5%;
}

.kompetenz-toggles {
    margin-top: 12vh;
}

.kompetenz-toggle-item {
    border-bottom: 1px solid #322D29;
}

.kompetenz-toggle-item:first-child {
    border-top: 1px solid #322D29;
}

.kompetenz-toggle-title {
    position: relative;
    font-size: 1.6rem;
    padding: 16px 0;
    cursor: pointer;
}

.kompetenz-toggle-body {
    padding-bottom: 42px;
}

.kompetenz-toggle-description {
    max-width: 50%;
    margin-left: auto;
    margin-right: 0;
}

.kompetenz-toggle-more {
    max-width: 50%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 4vh;
}

.kompetenz-toggle-title::after {
    content: '';
    display: block;
    height: 1.6rem;
    width: 1.6rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url(/wp-content/uploads/2024/11/ICON_Plus_gelb.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.toggle-active .kompetenz-toggle-title::after {
    background-image: url(/wp-content/uploads/2024/11/ICON_Minus_gelb.svg);
}



/* Unterseiten */

.page-row {
    display: flex;
    flex-wrap: wrap;
}

.page-col-left {
    width: 50%;
    padding-right: 10%;
    padding-bottom: 12vh;
}

.page-col-right {
    width: 50%;
    padding-left: 10%;
    padding-bottom: 12vh;
}

ul.subpages-list {
    list-style-type: none;
    padding: 0;
    margin-top: 6vh;
}

ul.subpages-list li {
    border-top: 1px solid #322D29;
}

ul.subpages-list li:last-child {
    border-bottom: 1px solid #322D29;
}

ul.subpages-list li a {
    position: relative;
    display: block;
    padding: 12px 0;
    color: #322D29;
    font-size: 90%;
    font-weight: 500;
    transition: all 400ms ease;
}

ul.subpages-list li a:hover {
    color: #DAA520;
}

ul.subpages-list li a.active {
    color: #DAA520;
    padding-left: 25px;
}

ul.subpages-list li a::after {
    content: '';
    display: block;
    height: 1.2rem;
    width: 1.2rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url(/wp-content/uploads/2024/11/ICON_Plus_gelb.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.text-before-links {
    margin-top: 3vh;
}

.text-after-links {
    margin-top: 6vh;
}

.kompetenzen-content ul {
    list-style-type: square;
    padding-left: 1.15em;
}

.kompetenzen-content ul:not(:last-child) {
    padding-bottom: 1em;
}


/* Über uns */

#about-content-container {
    overflow-y: auto;
    position: relative;
    &::-webkit-scrollbar {
        display: none;
    }
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior: contain;
}

.team-member {
    margin-bottom: 10vh;
}

.team-img-wrapper {
    width: 100%;
    height: 55vh;
    display: block;
    overflow: hidden;
    position: relative;
}

.team-img-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.team-details-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3vh;
}

.team-left {
    width: 46%;
    margin-right: 8%;
}

.team-right {
    width: 46%;
    font-size: 90%;
}

.team-details {
    font-size: 90%;
}

h3.team-name {
    padding-bottom: 10px;
}

.team-position {
    font-weight: 600;
}

.team-email-linkedin {
    margin-top: 4vh;
}

.team-email-linkedin a {
    color: #322D29;
    text-decoration: underline;
}

.cv-button {
    margin-top: 4vh;
}

.team-right strong {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-languages {
    padding-top: 3.75vh;
}


/* CV Seiten */

.back-link-wrapper {
    margin-bottom: 3vh;
}

#back-link {
    position: relative;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 95%;
    padding-left: 1.25rem;
}

#back-link::before {
    content: '';
    background-image: url(/wp-content/uploads/2024/11/ICON_Pfeil_links_weiss.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: .75rem;
    width: .75rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 400ms ease;
}

.cv-img-wrapper {
    width: 100%;
    height: 55vh;
    display: block;
    overflow: hidden;
    position: relative;
}

.cv-img-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cv-details-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3vh;
}

.cv-left {
    width: 46%;
    margin-right: 8%;
}

.cv-right {
    width: 46%;
    font-size: 90%;
}

h1.cv-name {
    font-size: 1.6rem;
}

.cv-email-linkedin a {
    color: #322D29;
    text-decoration: underline;
}

.cv-linkedin {
    padding-top: .4rem;
}

.cv-page-row ul.subpages-list li a:hover {
    color: #fff;
    padding-left: 25px;
}

.cv-page-row ul.subpages-list li a::after {
    background-image: url(/wp-content/uploads/2024/11/ICON_Plus_weiss.svg);
}

#cv-content-container {
    height: 100vh;
    overflow-y: auto;
    position: relative;
    &::-webkit-scrollbar {
        display: none;
    }
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.cv-right-block:not(:last-child) {
    margin-bottom: 12vh;
}


.cv-right-block h2 {
    font-size: 1.6rem;
    color: #DAA520;
    font-family: 'DM Serif Display';
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 35px;
}

.cv-edu-row {
    display: flex;
    flex-wrap: wrap;
}

.cv-edu-row:not(:last-child) {
    margin-bottom: 3vh;
}

.cv-edu-left {
    font-weight: 600;
    width: 200px;
}

.cv-edu-right {
    width: calc(100% - 200px);
}



/* Aktuelles */

section.section.asp-block-006 {
    padding-bottom: 18vh;
}

.asp-block-006 .page-title-wrapper {
    padding-bottom: 6vh;
}

.news-post-item {
    display: flex;
    flex-wrap: wrap;
}

.news-post-item:not(:last-child) {
    margin-bottom: 18vh;
}

.news-post-img {
    width: 30%;
    margin-right: 10%;
    height: 42vh;
    display: block;
    overflow: hidden;
    position: relative;
}

.news-post-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.news-post-content {
    width: 60%;
    padding-right: 10%;
}



/* Kontakt */

.map-container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
}

#map {
    height: 100%;
    width: 100%;
}

.contact-blocks h5,
.oeffnungszeiten h5 {
    font-family: 'Prata';
    font-style: italic;
    font-weight: 600;
    margin-bottom: 3vh;
}

.contact-blocks a {
    color: #322D29;
}

.contact-row .col {
    width: 50%;
    padding-right: 8%;
    padding-bottom: 24vh;
}

.contact-blocks,
.oeffnungszeiten {
    display: flex;
    flex-wrap: wrap;
}

.contact-block {
    border-top: 1px solid #DAA520;
    padding-top: 4vh;
}

.contact-block,
.zeiten-left,
.zeiten-right {
    width: 40%;
}

.zeiten-right {
    padding-top: 3vh;
}

.contact-block-one,
.zeiten-left {
    margin-right: 15%;
}

.oeffnungszeiten {
    padding-top: 10vh;
}


/* Footer */

#footer {
    background: #674C47;
    color: #fff;
    padding: 10vh 0 8vh;
}

.footer-logo-row {
    text-align: center;
    padding-bottom: 8vh;
}

#footer a,
#footer-legal a {
    color: #fff;
}

#footer h5 {
    font-family: 'Prata';
    font-style: italic;
    color: #fff;
}

.footer-block {
    font-size: 90%;
    margin-top: 3vh;
}

.footer-col-one .footer-block,
.footer-col-two .footer-block {
    line-height: 2;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-row .col {
    width: 15%;
    margin-right: 13.33%;
    border-top: 1px solid #fff;
    padding-top: 4vh;
}

.footer-row .col:last-child {
    margin-right: 0;
}

#footer-legal {
    color: #fff;
    background: #553F3B;
    font-size: 80%;
    text-align: center;
    padding: 2vh 0 1.5vh;
}

#footer-legal span {
    margin: 0 1em;
}









@media all and (max-width: 1700px) {

    html {
        font-size: 20px;
    }

}

@media all and (max-width: 1600px) {

    html {
        font-size: 19px;
    }

    main {
        padding-top: 200px;
    }

}

@media all and (max-width: 1500px) {

    html {
        font-size: 18px;
    }

    .team-img-wrapper,
    .cv-img-wrapper {
        height: 48vh;
    }

    .news-post-img {
        height: 38vh;
    }

}

@media all and (max-width: 1400px) {

    html {
        font-size: 17px;
    }

    #header {
        position: absolute;
        padding-top: 50px;
    }

    main {
        padding-top: 175px;
    }

    .asp-block-014 h2, .asp-block-015 h2 {
        padding-top: 6px;
    }

    .asp-block-014 .col-left {
        width: 19.5%;
        margin-right: 8%;
    }

    .asp-block-015 .col-left {
        width: 19.5%;
        margin-right: 8%;
    }

    .text-large-wrapper {
        font-size: 1.8rem;
    }

    .kompetenz-toggle-title {
        padding: 12px 0;
    }

    .kompetenz-toggle-body {
        padding-bottom: 36px;
    }

    ul.subpages-list li a {
        padding: 10px 0;
    }

}


@media all and (max-width: 1300px) {

    #home h1 {
        padding-left: 14vw;
    }

    .fullwidth-img-row .col {
        height: 80vh;
    }
    
}


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

    .menu-hauptmenue-container {
        display: none;
    }

    .mobile-trigger {
        display: block;
    }

    html {
        font-size: 16px;
    }

    main {
        padding-top: 120px;
    }

    .row {
        width: 90%;
    }

    .logo img, .footer-logo-wrapper img {
        width: 205px;
    }

    #home {
        height: 575px;
    }

    a.down-link {
        top: 538px;
        bottom: auto;
        transform: translate(-50%, 0);
    }

    .logged-in a.down-link {
        top: 568px;
    }

    a.down-link img {
        width: 80px;
        height: 80px;
    }

    #home h1 {
        padding-left: 8vw;
    }

    #header {
        padding-top: 30px;
    }

    .fullwidth-img-row .col {
        height: 65vh;
    }

    .asp-block-014 {
        padding: 10vh 0 0;
    }

    .asp-block-014 .half-half-row {
        padding-bottom: 10vh;
    }

    .asp-block-014 .col-left {
        width: 21.5%;
        margin-right: 8%;
    }

    .asp-block-014 .col-right {
        width: 70.5%;
    }

    #ueber-uns.asp-block-014 .col-left {
        width: 14%;
    }

    #ueber-uns.asp-block-014 .col-right {
        width: 78%;
    }

    #ueber-uns.asp-block-014 .text-small-wrapper {
        max-width: 60%;
    }

    #ueber-uns.asp-block-014 .cta-button-wrapper {
        max-width: 60%;
    }

    .asp-block-015 {
        padding: 10vh 0;
    }

    .team-img-wrapper,
    .cv-img-wrapper {
        height: 36vh;
    }

    .news-post-img {
        width: 32%;
        margin-right: 8%;
        height: 32vh;
    }

    .page-col-left {
        padding-right: 5%;
        padding-bottom: 10vh;
    }

    .page-col-right {
        padding-left: 5%;
        padding-bottom: 10vh;
    }

    .kompetenz-toggle-title {
        padding: 10px 0;
    }

    .kompetenz-toggle-body {
        padding-bottom: 32px;
    }

    .kompetenz-toggle-description {
        max-width: 60%;
    }

    .kompetenz-toggle-more {
        max-width: 60%;
        margin-top: 3vh;
    }

    #footer {
        padding: 8vh 0 6vh;
    }

    .footer-logo-row {
        padding-bottom: 6vh;
    }

    .footer-row .col {
        padding-top: 3vh;
    }

    .cv-edu-left {
        width: 130px;
    }

    .cv-edu-right {
        width: calc(100% - 130px);
    }

    .contact-row .col {
        padding-right: 5%;
        padding-bottom: 10vh;
    }

    .contact-block {
        padding-top: 3vh;
    }

    .oeffnungszeiten {
        padding-top: 8vh;
    }

    .zeiten-right {
        padding-top: 6vh;
        font-size: 90%;
    }

    .news-post-item:not(:last-child) {
        margin-bottom: 12vh;
    }

    .section.asp-block-006 {
        padding-bottom: 10vh;
    }

    .cv-right-block:not(:last-child) {
        margin-bottom: 10vh;
    }

    section.section.asp-block-006 {
        padding-bottom: 12vh;
    }

}



@media all and (max-width: 982px) {

    .logged-in #header {
        top: 46px;
    }

    .page-template-page-ueber-uns main,
    .page-template-page-kernkompetenzen main,
    .page-id-240 main {
        background: #fff;
    }

    .page-template-page-cv main {
        background: #BEA393;
    }

    #home {
        height: 525px;
    }  

    #home .page-title-row {
        padding-top: 25px;
    }

    #home h1 {
        padding-left: 0;
        text-align: center;
    }

    #home .lead {
        padding-top: 60px;
    }

    .cd-headline.slide span:first-child {
        padding-top: 0;
        margin-right: 0;
    }

    .cd-headline.slide .cd-words-wrapper {
        display: block;
        overflow: visible;
        margin-top: 10px;
    }

    .hero-video-bg {
        width: 130vw;
    }

    a.down-link {
        top: 488px;
    }

    .logged-in a.down-link {
        top: 528px;
    }

    .asp-block-014 .col-left, .asp-block-015 .col-left {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 25px;
    }

    .asp-block-014 .col-right,
    .asp-block-015 .col-right {
        width: 100% !important;
    }

    #ueber-uns.asp-block-014 .text-small-wrapper,
    #ueber-uns.asp-block-014 .cta-button-wrapper {
        max-width: 100%;
    }

    .text-small-wrapper {
        margin-top: 6vh;
    }

    .fullwidth-img-row .col {
        height: 400px;
    }

    .kompetenz-toggles {
        margin-top: 8vh;
    }

    .page-row {
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-col-left {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 8vh;
    }

    .page-col-right {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 8vh;
        padding-top: 8vh;
        background: #F6F6F6;
    }

    .team-member:last-child {
        margin-bottom: 0;
    }

    #cv-content-container {
        height: auto;
        overflow-y: visible;
    }

    .cv-right-block:not(:last-child) {
        margin-bottom: 8vh;
    }

    .team-img-wrapper, .cv-img-wrapper {
        height: 44vh;
    }

    .cv-edu-row:not(:last-child) {
        margin-bottom: 2vh;
    }

    .contact-row .col {
        width: 100%;
        padding-right: 0;
        padding-bottom: 8vh;
    }

    .map-container {
        position: relative;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 450px;
    }

    .contact-blocks h5, .oeffnungszeiten h5 {
        margin-bottom: 2vh;
    }

    .contact-block, .zeiten-left, .zeiten-right {
        width: 42%;
    }

    .news-post-img {
        width: 50%;
        margin-right: 0;
        height: 28vh;
    }

    .news-post-content {
        width: 100%;
        padding-right: 0;
        margin-top: 4vh;
    }

    .news-post-item:not(:last-child) {
        margin-bottom: 10vh;
    }

    section.section.asp-block-006 {
        padding-bottom: 8vh;
    }

    .footer-block {
        margin-top: 2vh;
    }

    .footer-row .col {
        width: 45%;
        margin-right: 10%;
    }

    .col.footer-col-one {
        order: 3
    }

    .col.footer-col-two {
        margin-right: 0;
        order: 4
    }

    .col.footer-col-three {
        order: 1;
    }

    .col.footer-col-four {
        order: 2;
    }

    .col.footer-col-three,
    .col.footer-col-four {
        margin-bottom: 6vh;
    }

    #about-content-container {
        overscroll-behavior: auto;
    }

    .zeiten-right {
        padding-top: 4vh;
    }

}


@media all and (max-width: 600px) {

    .header-row .logo-col {
        width: 60%;
    }

    .header-row .menu-col {
        width: 40%;
    }

    h2 {
        font-size: 1.5rem;
        padding-bottom: 20px;
    }

    #home h1 {
        font-size: 2.2rem;
    }

    #home .lead {
        font-size: 1.3rem;
    }

    .text-large-wrapper {
        font-size: 1.4rem;
    }

    #home {
        height: 450px;
    }

    .hero-video-bg {
        width: 225vw;
    }

    a.down-link img {
        width: 70px;
        height: 70px;
    }

    a.down-link {
        top: 412px;
    }

    .logged-in a.down-link {
        top: 458px;
    }

    .fullwidth-img-row .col {
        height: 240px;
    }

    .kompetenz-toggle-title {
        padding: 8px 0;
        font-size: 1.3rem;
    }

    .kompetenz-toggle-description {
        max-width: 100%;
    }

    .kompetenz-toggle-more {
        max-width: 100%;
    }

    .page-col-left h1, .page-col-left h2 {
        font-size: 1.8rem;
    }

    .team-img-wrapper, .cv-img-wrapper {
        height: 270px;
    }

    .team-left {
        width: 100%;
        margin-right: 0;
    }

    .team-right {
        display: none;
    }

    h3.team-name {
        padding-bottom: 5px;
    }

    .team-email-linkedin {
        margin-top: 15px;
    }

    .cv-button {
        margin-top: 20px;
    }

    .cv-left {
        width: 100%;
        margin-right: 0;
    }

    .cv-right {
        width: 100%;
        margin-top: 15px;
    }

    .cv-edu-left {
        width: 115px;
    }

    .cv-edu-right {
        width: calc(100% - 115px);
    }

    .cv-right-block h2 {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .news-post-img {
        width: 100%;
        margin-right: 0;
        height: 260px;
    }

    .zeiten-right {
        padding-top: 5vh;
    }

}




