@import url('https://fonts.verwaltungsportal.de/import/?family=Krub:400,400i,500,500i,600,600i,700,700i');

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #faffee;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    scrollbar-color: #658417 #ffffff;
    scrollbar-width: thin;
}

body {
    font-family: "Krub", sans-serif;
    font-weight: 400;
    color: #3f4545;
    background: #fffbec;
    font-size: clamp(1rem, 2vw, 1.125rem);
    /* 1rem = 16px */
    line-height: 1.5;
}

a {
    color: #546f11;
    text-decoration: underline;
}

a:is(:hover, :focus) {
    color: #546f11;
    text-decoration: underline;
}

#content a,
b,
strong {
    font-weight: 600;
}

/* ------------------------------------------- topbar --------------------------------------------- */

#topbar {
    padding: 15px 0;
}

@media (max-width: 991px) {
    #topbar>.row {
        row-gap: 15px;
    }
}

/* ------------------------------------------- tabnewsButton --------------------------------------------- */

.tabnewsButton {
    font-size: 0.875rem;
    font-weight: 600;
    color: #666666;
    padding-left: 9px;
    text-transform: uppercase;
    padding-top: 35px;
    position: relative;
}

.tabnewsButton::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 9px;
    width: 37px;
    height: 31px;
    background: url('../img/icon-news.png') center no-repeat;
}

.tabnewsButton a {
    color: #666666;
    text-decoration: none !important;
    position: relative;
}

.tabnewsButton a::before {
    content: '';
    position: absolute;
    display: block;
    height: 35px;
    top: -35px;
    left: 0;
    right: 0;
}

.tabnewsButton a:is(:hover, :focus) {
    color: #a6530b;
}

/* ------------------------------------------- adresszeile --------------------------------------------- */

.adresszeile {
    font-size: 1rem;
    background: #fffbec;
}

@media (max-width: 991px) {
    .adresszeile {
        padding: 15px 0;
        hyphens: auto;
    }
}

/* ------------------------------------------- logo --------------------------------------------- */

#logo {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 15px;
    text-decoration: none;
}

#logo .logoImg img {
    display: block;
}

@media (max-width: 991px) {
    #logo .logoImg img {
        max-width: 210px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #logo .logoImg img {
        max-width: 80px;
    }

    #logo {
        flex-wrap: wrap;
    }
}

#logo .logoTxt {
    line-height: 1.2;
    color: #a6530b;
    font-size: clamp(1.125rem, 4vw, 1.625rem);
}

#logo .logoTxt :is(b, strong) {
    color: #a6530b;
    font-weight: 600;
    display: block;
    font-size: clamp(1.375rem, 4vw, 2.0625rem);
}

/* #region ---------------------------------- navigation ---------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        border: none !important;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        cursor: pointer;
        background-color: #ffffff !important;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }

    #burgerButton::before,
    #burgerButton::after,
    #burgerButtonInner {
        background-color: #5a7515;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        transition: transform 200ms linear, opacity 200ms linear;
    }

    #burgerButton[aria-expanded="true"] #burgerButtonInner {
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    #burgerButton[aria-expanded="true"]::before {
        opacity: 0;
    }

    #burgerButton[aria-expanded="true"]:after {
        transform: rotate(45deg) translate(-4px, -6px);
    }

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButton::before {
        top: 24px;
        content: "";
    }

    #burgerButton::after {
        top: 32px;
        content: "";
    }

    .navbar-nav {
        margin: 20px 0;
    }

    .navbar-collapse {
        width: calc(100% - 90px);
        max-width: 300px;
        top: 0;
        background: #5a7515;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        overflow-y: auto;
        transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
        box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
    }

    .navbar-collapse:is([aria-expanded="true"], .in) {
        left: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
    }

    .navbar-header {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
    }

    .dropdown-toggle-button-wrapper {
        top: 7px;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 3px;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    nav.horizontally .navbar-nav {
        display: flex;
        justify-content: space-between;
        background-color: #5a7515;
        border-radius: 10px;
        position: relative;
        margin-bottom: -30px;
        z-index: 55;
        padding: 0 10px;
        flex-wrap: wrap;
    }

    nav.horizontally .navbar-nav>li {
        flex-grow: 1;
    }

    nav.horizontally .navbar-nav ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: block !important;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms linear;
    }

    nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav li {
        position: relative;
    }

    nav.horizontally .navbar-nav li:is(.open, :hover)>ul,
    nav.horizontally .navbar-nav li.open:focus-within>ul,
    nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
    }

    nav.horizontally .navbar-nav li.open>ul {
        pointer-events: none !important;
        opacity: 0 !important;
        visibility: hidden;
    }

    nav.horizontally .navbar-nav li:is(:hover, :focus)>ul {
        z-index: 1003;
    }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding: 12px 15px 16px 15px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

nav.horizontally a[class*="toplevel"]::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0px;
    transition: all 300ms ease;
    background: #fff;
    left: 0;
    margin: auto;
    right: 0;
    opacity: 0;
}

@media (max-width: 991px) {
    nav.horizontally a[class*="toplevel"].dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    nav.horizontally a[class*="toplevel"] {
        padding: 20px 10px 20px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }
}

/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open>a,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"]>a,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
    color: #fff;
    background-color: transparent;
}

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a::after,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"].open>a::after,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"][class*="_over"]>a::after,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::after {
    opacity: 1;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    padding: 10px 0;
    background-color: #fff;
}

@media (min-width: 992px) {
    nav.horizontally [class*="toplevel"]>ul {
        margin-top: 10px;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        margin: -10px 0 0 10px;
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::before {
        content: "";
        position: absolute;
        display: block;
    }

    nav.horizontally [class*="toplevel"]>ul::before {
        height: 10px;
        left: 0;
        right: 0;
        top: -10px;
    }

    nav.horizontally [class*="secondlevel"]::before {
        width: 10px;
        top: 0;
        bottom: 0;
        left: -10px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    background-color: transparent;
    color: #666666;
    font-weight: 400;
    text-align: left;
    padding: 8px 30px;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])+li:not(:nth-child(2)) {
    border-top: 2px solid #e5e5e5;
}

@media (max-width: 991px) {
    nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
        padding-right: 35px;
    }
}

/* secondlevel + thirdlevel over */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
    color: #fff;
    background-color: #a6530b;
}

/* #endregion ------------------------------- navigation ---------------------------------------- */

/* -------------------------------------------- banner ------------------------------------------ */

#slider {
    max-height: clamp(300px, 62vw, 600px);
    position: relative;
}

@media (min-width: 992px) {
    #headerpic a.nivo-prevNav {
        left: 65px;
    }

    #headerpic a.nivo-nextNav {
        right: 65px;
    }
}

#headerpic {
    padding: 0;
    overflow: hidden;
    position: relative;
    background: url('../img/grafischen-hintergrund.jpg') top center no-repeat;
}

.slider-wrapper,
#slider {
    height: 100%;
}

.slider-mask {
    display: none;
}

/* ------------------------------------------------ @29tab ----------------------------------------------- */

#tab29 details.tab {
    cursor: pointer;
    display: flex;
    position: relative;
    z-index: 12;
    left: 0px;
    max-width: 326px;
}

@media (min-width: 768px) {
    #tab29 details.tab {
    cursor: pointer;
    display: flex;
    position: fixed;
    z-index: 12;
    top: 15%;
    left: -326px;
    max-width: 326px;
    transition: all 0.5s 0s ease;
}
}

@media (min-width: 992px) {
    #tab29 details.tab {
        top: 35%;
    }
}

#tab29>*+* {
    margin-top: 55px;
}

#tab29 details[open] {
    left: 0;
    z-index: 13;
    transition: all 0.5s 0s ease;
}

#tab29 details summary {
    list-style: none;
}

#tab29 details .tabContent {
    position: relative;
    pointer-events: all;
    overflow: hidden;
    display: block;
    top: 0;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    max-width: 326px;
    max-height: 340px;
    min-height: 250px;
    padding: 25px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#tab29 details .tabHeadline {
    color: #a6530b;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    margin: 0;
    min-width: 371px;
    min-height: 45px;
    border-radius: 0 22px 22px 0;
    padding: 13px 45px 10px 32px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#tab29 details .tabHeadline::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    width: 34px;
    height: 34px;
    border-radius: 100px;
}

#tab29 details.tab1 .tabHeadline::before {
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23fff"><path d="m612-292 56-56-148-148v-184h-80v216l172 172ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 320q133 0 226.5-93.5T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160Z"/></svg>') center no-repeat, #5a7515;
}

#tab29 details.tab2 .tabHeadline::before {
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23fff"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z"/></svg>') center no-repeat, #5a7515;
}

#tab29 .tabHeadline {
    color: #a6530b;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    margin: 0;
    min-height: 45px;
    border-radius: 0 22px 22px 0;
    padding: 23px 45px 10px 32px;
}

#tab29 .tabHeadline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    width: 34px;
    height: 34px;
    border-radius: 100px;
}

#tab29 .tab3 .tabHeadline::before {
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23fff"><path d="m612-292 56-56-148-148v-184h-80v216l172 172ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 320q133 0 226.5-93.5T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160Z"/></svg>') center no-repeat, #5a7515;
}

#tab29 .tab4 .tabHeadline::before {
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23fff"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z"/></svg>') center no-repeat, #5a7515;
}

#tab29 .tabContent {
    position: relative;
    pointer-events: all;
    overflow: hidden;
    display: block;
    top: 0;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    padding: 15px 30px;
}

#tab29 .tab3,
#tab29 .tab4 {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-top-right-radius: 30px;
    margin-bottom: 30px;
}
/* ------------------------------------------ tab buttons --------------------------------------- */

.buttonStyle a:not(:is([href*="mailto"], [href*="tel"])),
#tabs .tab1 a:not(:is([href*="mailto"], [href*="tel"])) {
    color: #a6530b;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 4px;
    padding: 8px 12px;
    text-decoration: none;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
}

.buttonStyle a:not(:is([href*="mailto"], [href*="tel"])):is(:hover, :focus) {
    background: #fff;
    color: #5a7515;
}

#tabs .tab1 a:not(:is([href*="mailto"], [href*="tel"])) {
    color: #a6530b !important;
    font-size: 1rem !important;
    padding: 7px 14px !important;
    text-decoration: none !important;
}

#tabs .tab1 a:not(:is([href*="mailto"], [href*="tel"])):is(:hover, :focus) {
    background: #fff;
    color: #5a7515 !important;
}

:is(#tab, #tab1) .buttonStyle a:not(:is([href*="mailto"], [href*="tel"])) {
    background: #32488b;
    color: #27d5ec;
}

:is(#tab, #tab1) .buttonStyle a:not(:is([href*="mailto"], [href*="tel"])):is(:hover, :focus) {
    background: #233261;
}

/* ------------------------------------------- content ------------------------------------------ */

main {
    text-align: left;
    padding-top: clamp(30px, 5vw, 60px);
    padding-bottom: clamp(40px, 6vw, 90px);
}

/* --------------------------------------------- tabs ------------------------------------------- */

#tabs {
    padding: clamp(35px, 5vw, 75px) 0;
}

#tabs>.row {
    background: #5a7515;
    color: #ffffff;
    font-size: 1rem;
    max-width: 1170px;
    position: relative;
}

#tabs>.row>* {
    padding: 20px 15px;
}

@media (min-width: 1200px) {
    #tabs>.row>* {
        padding: 60px 45px;
    }
}

#tabs>.row>*:nth-child(2) {
    background: #a6530b;
}

#tabs :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
    font-size: 1.625rem;
    margin-bottom: 25px;
}

#tabs :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
    color: #ffffff;
    font-size: 60%;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
    font-style: normal;
}

#tabs .tab_link a {
    color: inherit;
}

#tabs>.row>*:nth-child(1) .template-page a,
#tabs>.row>*:nth-child(2) .template-page a:is([href*="mailto"], [href*="tel"]) {
    text-decoration: underline;
    color: inherit;
}

#tabs .tab_link_title {
    font-weight: 600;
}

#tabs .tab_link_entries {
    margin-bottom: 30px;
}

#tabs .tab_spacer {
    height: 25px;
}

#tabs .tab_link_mehr {
    text-align: left !important;
    font-size: 0;
}

#tabs .tab_link_mehr a {
    font-size: 0.875rem;
    color: #a6530b;
}

#tabs>.row>*:nth-child(2) a,
#tabs>.row>*:nth-child(3) a {
    color: #fff;
    text-decoration: underline;
}

/* ------------------------------------------- tab, tab1 ---------------------------------------- */

#tab {
    padding: clamp(125px, 19vw, 275px) 0;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: clamp(1.25rem, 2vw, 1.375rem);
    background-color: #233261;
    position: relative;
}


/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #a6530b;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Krub", sans-serif;
}

h1,
.h1,
.legacy_h1 {
    font-size: clamp(1.75rem, 3vw, 2.125rem);
    text-transform: uppercase;
}

h2,
.h2,
.legacy_h2 {
    font-size: clamp(1.625rem, 3vw, 1.875rem);
}

h3,
.h3,
.legacy_h3 {
    font-size: 1.6rem;
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
    font-size: 1.5rem;
}

h5,
.h5,
.legacy_h5 {
    font-size: 1.4rem;
}

h6,
.h6,
.legacy_h6 {
    font-size: 1.3rem;
}

/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

/* ------------------------------------------- breaker ------------------------------------------- */

#breaker {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 195px;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    #breaker {
        min-height: 295px;
    }
}

/* ------------------------------------------- googleMaps ------------------------------------------- */

#googleMaps .row {
    max-width: none;
}

#googleMaps .template-page .row,
#googleMaps .template-page .row [class^="col"] {
    margin: 0;
    padding: 0;
}

#googleMaps iframe, #googleMaps .iframe-wrapper-manual-enabling {
    display: block;
    width: 100% !important;
}

/* ------------------------------------------- footer ------------------------------------------- */

footer {
    padding: 25px 0;
    background: #fffbec;
    color: rgba(51, 67, 59, 0.8);
}

footer>.row {
    row-gap: 25px;
}

#innerfooter ul {
    padding: 0;
}

#innerfooter a {
    color: #33433b;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9375rem;
    border-radius: 2px;
    padding: 2px 4px;
}

#innerfooter ul a:is(:hover, :focus) {
    color: #5a7515;
    text-decoration: underline;
}

@media (min-width: 576px) {
    #innerfooter ul li {
        display: inline-block;
    }

    #innerfooter ul li+li::before {
        content: "•";
        margin: 0 clamp(10px, 2vw, 20px);
        color: #3f4445;
    }
}

/* --------------------------------------------- vernetzt --------------------------------------- */

#vernetzt {
    gap: 18px;
    text-align: right;
    font-size: 0.875rem;
    color: #3f4445;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
}

#vernetzt span span {
    display: block;
}


/* --------------------------------------------- deko --------------------------------------- */
@media (min-width: 1700px) {
    #tab::before {
        content: '';
        display: block;
        position: absolute;
        top: -310px;
        left: 50px;
        width: 239px;
        height: 394px;
        background: url('../img/grafik-spritze.png') no-repeat;
        animation: float1 6s ease-in-out infinite;
    }
}

@media (min-width: 992px) {
    #tabs>.row::before {
        content: '';
        display: block;
        position: absolute;
        bottom: -80px;
        left: -90px;
        width: 154px;
        height: 238px;
        background: url('../img/grafik-flasche.png') no-repeat;
        animation: float1 6s ease-in-out infinite;
    }

    #tabs>.row::after {
        content: '';
        display: block;
        position: absolute;
        top: -140px;
        right: -50px;
        width: 324px;
        height: 183px;
        background: url('../img/grafik-pflaster.png') no-repeat;
        animation: float2 6s ease-in-out infinite;
    }
}

@keyframes float1 {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    50% {
        transform: translateY(-20px) translateX(10px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}

@keyframes float2 {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    50% {
        transform: translateY(20px) translateX(-10px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}