h1, h2 {
    line-height: 1 !important;
}

.intro {
    position: absolute;
    margin-top: 0;
    opacity: 0;
    right: 0;
    left: 0;
    margin-inline: auto;
    width: fit-content;
}

.megaintro, .pins, .ffm {
    opacity: 0;
}

.pins {
    position: absolute;
    top: 0;
    width: 100%;
}

.ffmwrapper {
    position: relative;
}


header {
    position: absolute;
    z-index: 10;
}

main {
    margin-top: 0;
}

header .wp-block-site-logo {
    position: relative;
    background: #fff;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 0 8px #00000055;
    padding: 10px 10px 10px 35px;
    transform: rotate(-3deg);
    left: -10px;
    top: 15px;
}

header .wp-block-site-logo:before {
    content: "";
    width: 200px;
    height: 133px;
    background-image: url('/wp-content/uploads/2024/10/klammer.png');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    transform: rotate(34deg);
    left: -66px;
    top: 3px;
    background-size: 75%;
}

.animatedfsmenu-navbar-toggler.right_top {
    top: 20px !important;
}

.qodef-block-swiper .swiper-button-next,
.qodef-block-swiper .swiper-button-prev {
    background: #ffffff91;
    padding: 7px;
    border-radius: 6px;
}

.qodef-block-swiper {
    overflow: auto;
    overflow-x: hidden;
}

.swiper-pagination {
    position: relative;
}

.qodef-block-swiper .swiper-pagination-bullet {
    color: #a8e810;
}

.animatedfsmenu.navbar-expand-md .navbar-collapse {
    /* align-items: center; */
    justify-content: center;
    padding: 0;
}

.animatedfs_menu_list .afsmenu>li a {
    font-size: 48px !important;
    line-height: 1.75 !important;
}

@media  screen and (max-width: 600px) {
    header .wp-block-site-logo {
        transform: rotate(-3deg) scale(0.75);
        left: -45px;
        top: -7px;
    }
}

