/*
Theme Name: Zimmerer Rosenheim
Author: RaapSteinert Kommunikation GmbH
Author URI: https://www.raap-steinert.de
Description: Zunft schafft Zukunft
Version: 1.1
*/



::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}

::-webkit-scrollbar-thumb {
    background: #f7c443;
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f7c443;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0;
    box-shadow: inset 7px 10px 12px #f0f0f0;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
    background-color: #3D4C33;
}

body {
    overflow-x: hidden;
}

h1,
h2 {
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    font-family: 'Poppins', sans-serif;
    color: white;
    position: relative;
    display: inline-block;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.headerbild,
.headerbild img {
    max-height: 100vh;
    object-fit: cover;
}

h1:after,
h1:before,
h2:after,
h2:before {
    content: url("/wp-content/uploads/2021/04/before-title.svg");
    position: absolute;
    z-index: -1;
}
h1:after,
h2:after {
    opacity: 0;
    transition: 0.6s;
    transition-timing-function: ease-out;
    transform: translate(-80%, 30%);
    right: -165px;
    bottom: -30px;
}

p.h1-style:after {
    right: -130px;
    bottom: -60px;
}

.video-container {
    height: 75vh;
}

video {
    height: 75vh;
    object-fit: cover;
}

h1:before,
h2:before {
    transform: translate(-0%, -60%);
    opacity: 0;
    transition: 0.6s;
    transition-timing-function: ease-out;
}

a,
a h4 {
    transition: 0.3s;
    transition-timing-function: ease-out;
}

h1.tit-an:before,
h2.tit-an:before {
    opacity: 1;
    transform: translate(-30%, -30%);
}

h1.tit-an:after,
h2.tit-an:after {
    opacity: 1;
    transform: translate(-50%, 0%);
}

.page-template-template-02-news-php h2.tit-an:before,
.page-template-template-02-news-php h2.tit-an:after {
    opacity: 0;
}

p,
li {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Fira Sans', sans-serif;
    color: white;
}

h3 {
    font-size: 40px;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    color: white;
    text-transform: uppercase;
}

a {
    color: white;
    text-decoration: none;
    font-weight: 300;
}

.yellow-border p {
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
}

.yellow-border p:nth-of-type(2) {
    margin: 0;
}

.yellow-border h3 {
    margin: 0;
}

.yellow-border p del {
    text-decoration: none;
    width: 80px;
    display: inline-block;
    float: left;
}

.res-mt a:focus h3 {
    outline: 3px solid #f7c443;
}

section:focus {
    outline: 3px solid #f7c443;
}

a:focus {
    outline: 3px solid #f7c443;
    font-weight: 500;
}

a:hover,
a:hover h4 {
    color: #f7c443 !important;
}

.leiter h2 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    margin-top: 0;
}

.module p {
    opacity: 0;
    position: relative;
    top: -20px;
    transition-delay: 0.3s;
    transition: 0.6s;
    transition-timing-function: ease-out;
}

.come-in p {
    top: 0;
    opacity: 1;
}

.yellow-border {
    border: 1px solid #f7c443;
}

.yellow-border p:last-of-type {
    margin-bottom: 0;
}

.social-media {
    position: fixed;
    right: 0;
    top: 50%;
    width: 70px;
    z-index: 2;
    transform: translateY(-50%);
}

.box {
    background-color: #f7c443;
    box-sizing: border-box;
    display: inline-block;
    width: 70px;
    margin-bottom: 5px;
}

.box img {
    width: 70px;
    padding: 15px;
    box-sizing: border-box;
    object-fit: contain;
    height: 70px;
    transition: 0.4s;
    transition-timing-function: ease-out;
}


.container ul {
    padding-left: 25px;
    opacity: 0;
    transition: 0.6s;
    transition-timing-function: ease-out;
    position: relative;
    top: -20px;
}

.container .list-animation {
    top: 0;
    opacity: 1;
}

#menu-header-menue-1 li {
    opacity: 0;
    top: -20px;
    transition: 0.6s;
    transition-timing-function: ease-out;
    position: relative;
    display: block;
}

.open #menu-header-menue-1 li:nth-of-type(1) {
    transition-delay: 0.6s;
}

.open #menu-header-menue-1 li:nth-of-type(2) {
    transition-delay: 0.8s;
}

.open #menu-header-menue-1 li:nth-of-type(3) {
    transition-delay: 1s;
}

.open #menu-header-menue-1 li:nth-of-type(4) {
    transition-delay: 1.2s;
}

.open #menu-header-menue-1 li {
    top: 0;
    opacity: 1;
}

.container li {
    list-style-type: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.container li:before {
    content: url("/wp-content/uploads/2021/04/libefore.svg");
    position: absolute;
    left: -20px;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.6s;
    z-index: 2;
}

.menu.open {
    height: 100vh;
    background-color: #3D4C33;
}

.flex-center {
    align-items: center;
}

.special-title {
    position: absolute;
    right: 10vw;
    bottom: 80px;
}

.schrift {
    text-align: center;
    opacity: 0;
    bottom: -200px;
    position: relative;
    transition: 0.6s;
    transition-timing-function: ease-out;
    margin-bottom: 50px;
}

.schrift.come-in {
    opacity: 1;
    bottom: 0;
}

footer .flex {

    display: flex;
    flex-flow: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;

}

footer p {
    margin-bottom: 0;
}

.schrift span {
    font-size: 240px;
    -webkit-text-fill-color: #3d4d33;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    letter-spacing: -10px;
    font-weight: 700;
}

.special-title h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0;
    display: inline-block;
}

.special-title h1 strong {
    font-weight: 700;
    font-size: 100px;
    letter-spacing: 1px;
    margin-top: 0;
    padding-top: 10px;
    display: inline-block;
    line-height: 90px;
}


/* Spacing */

.bg-green {
    background-color: #3D4C33;
}

.pt-25 {
    padding-top: 25px;
}

.pt-50 {
    padding-top: 50px;
}

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

.pt-125 {
    padding-top: 125px;
}

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

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

.mb-150 {
    margin-bottom: 150px;
}


/* Header */

header {
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 99;
    height: 90px;
    transition: 0.6s;
    background-color: transparent;
}

.sticky {
    background-color: #3d4d33;
}

.logo img {
    height: 110px;
}

.logo a:focus {
    outline-offset: -4px;
}

header img,
header li a {
    transition: 0.6s;
    transition-timing-function: ease-out;
}

header li a {
    /*padding: 22px 0;*/
}

.sticky img {
    height: 90px;
}

.logo {
    transition: 0.6s;
    transition-timing-function: ease-out;
    z-index: 3;
}

.sticky .logo {
    left: 40px;
}

.responsive .menu ul {
    top: 40%;
    left: 50%;
    width: 100%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    position: fixed;
    margin: 0;
    padding: 0 0 0 20px;
    flex-flow: wrap;
    justify-content: start;
    visibility: hidden;
}

.burger {
    cursor: pointer;
}

.menu li {
    width: auto;
    min-width: 51%;
    text-align: left;
    height: auto;
    margin-bottom: 40px;
    margin-right: auto;

}

.menu li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 30px !important;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    color: white;
}


.responsive .menu.open ul {
    display: flex;
    visibility: visible;
}


header ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    margin-top: 40px;
    column-gap: 55px;
}

@media (max-width: 1400px) {
    header ul {
        column-gap: 20px;
    }
}

@media (max-width: 1220px) {
    header li a {
        font-size: 18px !important;
    }
}

header.sticky ul {
    margin-top: 30px;
}

header li {
    float: left;
    list-style-type: none;
}

header li:last-of-type {
    margin-right: 40px;
}

header li a {
    display: block;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    height: 24px;
}

header.sticky li a {
    font-size: 20px;
}

.logo {
    position: fixed;
    left: 0;
    top: 0;
}

.block-area {
    width: 90%;
}

.left-block {
    width: 10%;
    overflow: visible;
}

.block {
    width: 240px;
    max-width: 330px;
    transform: skew(45deg);
    display: inline-block;
    background-color: #f7c443;
    box-sizing: initial;
    position: relative;
    /*text-align: center;*/
    margin-bottom: 10px;
    margin-left: 50px;
    text-align: left;
    padding: 20px 0 20px 50px;
}

.open .social-link {
    opacity: 1;
    transition-delay: 1.5s;
}

.social-link img {
    height: 30px;
    width: auto;
    object-fit: contain;
}

.left-block p {
    font-size: 30px;
    font-weight: 700;
}

.left-block span {
    font-size: 200px;
    font-weight: 700;
}


.block:nth-of-type(2) {
    left: 90px;
}

.block:nth-of-type(3) {
    left: 190px;
}

.block p {
    transform: skew(-45deg);
    color: #3D4C33;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
    display: inline-block;
    font-weight: 400;
}

.posts img {
    width: 100%;
    float: left;
    /*cursor: grabbing;*/
    transition: 0.6s;
    transition-timing-function: ease-in;
    opacity: 0;
    left: -50px;
}

.page-template-template-02-news-php .posts img {
    transform: perspective(500px) rotateY(6deg) rotateX(0deg);
}

.page-template-template-02-news-php .posts img:hover {
    transform: perspective(500px) rotateY(8deg) rotateX(0deg);
}

.posts .come-in img {
    opacity: 1;
    left: 0;
}

.page-template-template-02-news .posts h2 {
    font-size: 30px;
    margin: 0;
    line-height: 35px;
}

.posts h3 {
    font-size: 30px;
    margin: 0;
    line-height: 35px;
}

.posts p,
.posts a {
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.posts a {
    font-weight: 700;
}

/* Footer */

footer {
    padding: 0 40px;
    margin-bottom: 20px;
}

.s-icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 160px !important;
}

footer .s-icons img {
    width: 40px;
}

footer .flex .g-2:first-of-type img {
    height: 90px;

}

footer a {
    text-decoration: none;
    color: white;
}

.col {
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}

.container_fw {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: inline-block;
}

.center {
    text-align: center;
}

.center p {
    margin: 0 auto;
}

.container {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    float: none;
    box-sizing: border-box;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.flex-around {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-75 {
    margin-top: 75px;
}

.g-1 {
    width: 7.6%;
}

.g-2 {
    width: 16%;
}

.g-3 {
    width: 24.4%;
}

.g-4 {
    width: 32.8%;
}

.g-4:nth-child(3n+1) {
    margin-left: 0;
}

.qlink {
    width: 32.8333%;
}

.g-5 {
    width: 42%;
}


.g-50 {
    width: 50%;
}

.g-6 {
    width: 45%;
}

.g-7 {
    width: 58%;
}

.g-8 {
    width: 67.2%;
}

.g-9 {
    width: 74.8%;
}

.g-10 {
    width: 83.2%;
}

.g-11 {
    width: 91.6%;
}

.g-12 {
    width: 100%;
}

.scrollSlider div.viewport {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.scrollSlider div.viewport div.overview {
    transition: 0.6s;
    transition-timing-function: ease-out;
    width: 10000px;
    height: 100%;
}

.scrollSlider div.viewport div.overview img {
    display: block;
    float: left;
    height: 100%;
    margin-right: 20px;
}

.scrollSlider div.viewport div.overview img:last-child {
    margin-right: 0;
}

.scrollSlider div.viewport div.overview:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.scrollSlider div.scrollbar {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 15px;
    background-color: #aaa;
}

.scrollSlider div.scrollbar div.track {
    width: 115px;
    height: 15px;
    background-color: #222;
    cursor: move;
}

footer span {
    font-weight: 700;
}

.social-link {
    opacity: 0;
    transition: 0.6s;
    transition-timing-function: ease-out;
    position: absolute;
    left: 40px;
    top: 65%;
    transform: translateY(-50%);
    display: flex;
    flex-flow: row-reverse;
}

.social-link img {
    margin-right: 15px;
}

.special-title h1 strong {
    letter-spacing: -3px !important;
}

.zimmerer-container {
    flex-direction: row; display: flex;
    padding-top: 200px;
}

.zimmerer-beruf {
    margin-left: 120px;
}

.zimmerer-nachhaltig-container {
    text-align: center;
}

.kennenlernen {
    position: absolute;
    right: -70px;
    bottom: -20px;
}

.kennenlernen p {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}

.after-div {
    content: url("/wp-content/uploads/2021/04/before-title.svg");
    position: absolute;
    right: 8px;
    bottom: 14px;
    transform: rotate(41deg) scale(2.4);
    z-index: 8;
}

.stoerer {
    background-size: cover;
    min-height: 80vh;
    background-position-y: top;
    background-position-x: left;
    display: grid;
}

.stoerer-content {
    align-self: center;
    justify-self: end;
    max-width: 600px;
    margin-right: 300px;
}

.page-id-497 .section-2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
  }

.grid {
    display: grid;
}

.center-video {
    justify-self: center;
}

.page-id-497 .abschnitt h2 {
    margin-top: 0;
    margin-bottom: 0;
}
.page-id-497 .section-2 p {
    margin-bottom: 0;
}

.page-id-497 #ansprechpartner h2 {
    margin-top: 50px;
}

.page-id-497 .video-container {
    height: unset;
}

.page-id-497 .video-container video {
    height: 60vh;
}

.section7headline h3 {
    margin-bottom: 30px;
}

@media (max-width: 1350px) {
    .page-id-497 .section-2 img {
        width: 100%;
    }
}

@media (max-width: 1180px) {
    .page-id-497 .video-container video {
        width: 100%;
    }
    .page-id-497 .zimmerer-container img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .page-id-497 .zimmerer-container {
        margin-bottom: 100px;
    }
    .page-id-497 .zimmerer .ipad-mt-50 img {
        width: 100%;
    }
    .page-id-497 .kennenlernen {
        right: 0;
    }
    .page-id-497 .stoerer-content {
        margin-right: 70px;
    }
    .page-id-497 .shape-grid .ipad-mt-50 h3 {
        display: none;
    }
    .page-id-497 #ansprechpartner .col:nth-of-type(2) {
        padding-left: 0 !important;
    }
}


@media (max-width: 1060px) {
    .page-id-497 h2 {
        font-size: 70px;
    }
}

@media (max-width: 820px) {
    .page-id-497 .video-container {
        height: unset;
    }
    .page-id-497 .video-container video {
        height: 50vh;
    }
    .page-id-497 .zimmerer {
        margin-bottom: 200px;
    }
    .page-id-497 .zimmerer-container {
        flex-direction: column;
    }
    .page-id-497 .zimmerer-beruf {
        margin-left: 0;
        margin-top: 200px;
        padding-right: 70px;
    }
    .page-id-497 .gesicht {
        margin-bottom: 100px;
    }
    .page-id-497 .stoerer {
        margin-top: 0;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 90%),
            url("/wp-content/uploads/2023/10/ZIR_2010FS_Azubispot_1993_RGB_RZ-1-scaled.jpg") !important;
    }
    .page-id-497 .stoerer-content {
        justify-self: start;
        margin-left: 70px;
    }
    .page-id-497 .leiter {
        margin-top: 100px;
    }
    .page-id-497 #ansprechpartner .container {
        flex-direction: column-reverse;
    }
    .page-id-497 #ansprechpartner .col:nth-of-type(1) {
        margin-top: 20px;
    }
    footer {
        margin-top: 200px !important;
    }
}

@media (max-width: 768px) {
    .social-media {
        display: block !important;
    }
    .page-id-497 .section-2 p {
        font-size: 45px;
    }
    .page-id-497 .stoerer {
        background-position-x: -160px !important;
    }
    .page-id-497 .stoerer-content {
        max-width: 90%;
        margin-left: 30px;
        align-self: end;
    }
    .page-id-497 .stoerer {
        margin-top: 0;
        background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%),
            url("/wp-content/uploads/2023/10/ZIR_2010FS_Azubispot_1993_RGB_RZ-1-scaled.jpg") !important;
    }
    .page-id-497 h2 {
        font-size: 45px;
    }
}

@media (max-width: 480px) {
    .page-id-497 h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 420px) {
    .social-media {
        display: none !important;
    }
    .page-id-497 .section-2 {
        margin-bottom: 50px;
    }
    .page-id-497 .section-2 p {
        font-size: 30px;
    }
    .page-id-497 .video-container {
        margin-bottom: 50px;
    }
    .page-id-497 .video-container video {
        height: 34vh;
    }
    .page-id-497 .container li:before {
        transform: scale(0.7);
    }
    .page-id-497 .stoerer {
        background-position-x: -195px !important;
    }
    .page-id-497 #fachkraft {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .page-id-497 .zimmerer {
        margin-bottom: 100px;
    }
    .page-id-497 .zimmerer-beruf {
        margin-top: 100px;
    }
    .page-id-497 .zimmerer-container {
        margin-bottom: 100px;
        padding-top: 100px;
    }
    .page-id-497 .gesicht {
        margin-bottom: 50px;
    }
    .page-id-497 .shape-grid {
        margin-top: 0;
    }
    .page-id-497 #ansprechpartner {
        margin-top: 0;
    }
    .page-id-497 footer {
        margin-top: 100px !important;
    }
}



.page-template-template-05-downloadbereich .password {
    margin-top: 200px;
}


.page-template-template-05-downloadbereich .headline .tit-an {
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}



.page-template-template-05-downloadbereich .downloads .kurstag {
    margin-bottom: 166px;
}

.page-template-template-05-downloadbereich .downloads .kurstag .day {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}


.page-template-template-05-downloadbereich .downloads .kurstag .file {
    font-size: 20px;
    font-weight: 700;
}

.page-template-template-05-downloadbereich .downloads-back {
    margin-top: 0;
}

.page-template-template-05-downloadbereich .downloads-back .flex-center {
    justify-content: center;
}

.page-template-template-05-downloadbereich .downloads-back .flex-center a {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}

.page-template-template-04-kurs .tit-an {
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.page-template-template-04-kurs .kurs-headline .tit-an:before,
.page-template-template-04-kurs .kurs-headline .tit-an:after {
    display: none;
}

.page-template-template-04-kurs .kurs-headline h2 {
    font-size: 40px;
    line-height: 48px;
}

.page-template-template-04-kurs .list-headline {
    font-weight: 700;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.page-template-template-04-kurs .g-12.textlink {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
}

@media (max-width: 960px) {
    .list-headline {
        margin-bottom: 16px;
    }

    .ipad-mt-50,
    .list-animation {
        margin: 0;
    }
}

.kurs-cta {
    margin-top: 100px !important;
}

.kurs-cta .container {
    display: flex;
    flex-direction: column;
}

.kurs-cta .container .g-50 {
    margin: 0 auto;
    width: 70%;
}

.kurs-cta .container .g-50 .tit-an {
    margin-bottom: 30px;
}

.kurs-cta .container .file {
    margin-top: 4px;
}

.kurs-cta .container .file a {
    font-size: 20px;
    font-weight: 700;
}


.downloads-back {
    margin-top: 200px;
}

.downloads-back .flex-center {
    justify-content: center;
}

.downloads-back .flex-center a {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}


@media (max-width: 1360px) {
    .page-template-template-04-kurs .container {
        max-width: 90%;
    }
}

@media (max-width: 960px) {
    .page-template-template-04-kurs .kurs-cta .container .g-50 {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 820px) {
    .page-template-template-04-kurs .downloads-back {
        margin-top: 75px !important;
    }
}

.slick-slider {
    float: none;
}

.slick-dots li {
    float: unset !important;
    list-style-type: none !important;
    height: unset !important;
    width: unset !important;
    background-color: unset !important;
    opacity: unset !important;
    border-radius: unset !important;
    margin-bottom: unset !important;
}

.slick-dots li button {
    display: block !important;
    float: left;
    list-style-type: none;
    height: 12px;
    width: 12px;
    background-color: #F7C442;
    opacity: 0.5;
    border-radius: 100%;
    margin-bottom: 16px;
    border: none;
}

.slick-dots li button:focus-visible {
    outline: none;
}

#zimmerer-slider li:before,
#zimmerer-slider .slick-active:before {
    content: unset !important;
}

#zimmerer-slider .col {
    float: left;
}

#zimmerer-slider ul {
    padding-left: 25px;
    transition: 0.6s;
    transition-timing-function: ease-out;
    position: absolute;
    top: 40% !important;
    left: -150px;
}

.slick-dots .slick-active button {
    opacity: 1;
}

#zimmerer-slider button {
    display: inline-block !important;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 100;
    text-decoration: none;
}

.skip-link:focus {
    top: 100px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

button.burger:focus {
    outline: 3px solid #f7c443;
}

a:focus img.mobile {
    outline: 3px solid #f7c443;
}


.video-container {
    height: auto;
}

.video-container video {
    aspect-ratio: auto;
    height: auto;
    width: 100%;
    max-height: 75vh;
}

.sitemap-wrapper .sitemap-header {
    position: relative;
    height: auto;
}

@media only screen and (max-width: 960px) {
    .sitemap-wrapper h1, h2 {
        margin-top: 38px !important;
    }
}


p.h1-style {
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    font-family: 'Poppins', sans-serif;
    color: white;
    position: relative;
    display: inline-block;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin: 0;
}

p.h1-style:before {
    content: url("/wp-content/uploads/2021/04/before-title.svg");
    position: absolute;
    z-index: -1;
    opacity: 1;
    transform: translate(-30%, -30%);
}

p.h1-style:after {
    content: url("/wp-content/uploads/2021/04/before-title.svg");
    position: absolute;
    z-index: -1;
    transition: 0.6s;
    transition-timing-function: ease-out;
    opacity: 1;
    transform: translate(-30%, -30%);
}

p.h1-style:first-of-type:after {
    opacity: 0;
}

p span.line {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0;
    display: inline-block;
}

.no-before:before {
    opacity: 0 !important;
}

p.line {
    margin: 0;
}

p.h1-style.tit-an strong {
    line-height: 100px;
}

p.h1-style.no-before.tit-an {
    line-height: 40px;
}

p.h1-style.no-before.tit-an strong {
    line-height: 90px;
}

.visually-hidden {
    display: none;
}

p.h1-style span,
h1 span {
    display: block;
}

video::cue {
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 0.5em;
    /* hier wird der Abstand nach unten reduziert = weiter oben */
    position: absolute;
    bottom: 20px;
}
