.vereinbaren:hover {
    transform: scale(1.05);
    transition: 0.3s;
}

.highlight {
    font-weight: bold;
    font-size: 1.2em;
}

#particleCanvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.text-box {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.3);
    color: black;
    padding: 15px;
    border-radius: 10px;
}

.text-box2 {
    background-color: turquoise;
    color: turquoise;
    padding: 15px;
    border-radius: 10px;
}

.Einführung {text-align: center}

.bestätigung {text-align: center;
    color: #3d913d
}


nav {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding: 20px;
}

.navigator {
    text-decoration: none;
    border-radius: 25px;
    background-color: #FF8C00;
    padding: 12px 25px;
    color: white;
    cursor: pointer;
}

.vereinbaren {
    display: block;
    margin: 40px auto 0;
    padding: 15px 30px;
    font-size: 1.2em;
    background: #FF8C00;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.canvas {
    padding-top: 0;
}

.TITEL {
    text-align: center;
    animation: farbwechsel 8s infinite;
    font-size: 3em;
    font-weight: bold;
    padding: 50px 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.img {
    width: auto;
    height: 300px;
    margin: 50px 50px 30px;
    border-radius: 20px 20px 25px 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    cursor: default;
}

@keyframes fuchsFliegen {
    0% {
        transform: translate(0, 0) scale(1) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translate(var(--x), var(--y)) scale(0.3) rotate(var(--rot));
        opacity: 0;
    }
}

.fuchs {
    font-size: 4em;
    position: absolute;
    animation: fuchsFliegen 2.5s ease-out forwards;
    cursor: pointer;
}


@keyframes textErscheinen {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}

.titel {
    font-size: 3em;
    font-weight: bold;
    background: linear-gradient(45deg, #FF6B9D, #4ECDC4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    opacity: 0;
    animation: textErscheinen 1s ease-in 2.5s forwards;
}

.untertitel {
    margin-top: 20px;
    font-size: 1.5em;
    color: #6B7280;
    opacity: 0;
    animation: textErscheinen 1s ease-in 3s forwards;
}

.iframe-container {
    overflow: hidden;
    height: 500px;
    width: 100%;
    margin: 0 auto;
}

.button {
    font-size: 1.5em;
    border-radius: 3em;
    cursor: pointer;
    animation: button 2s ease-out forwards;
}

.warum-kleine-ect {
    margin: 10px;
    text-align: center;
    line-height: 2;
    font-size: 1.2em;
    animation: zoomIn3D 3s ease-out forwards;
    border-radius: 3em;
    cursor: pointer;
}

.TITEL {
    text-align: center;
    animation: farbwechsel 8s infinite;
    font-size: 3em;
    font-weight: bold;
    padding: 50px 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

@keyframes farbwechsel {
    0% { color: #D2691E }
    9% { color: #C71585 }
    18% { color: #4682B4 }
    27% { color: #DAA520 }
    36% { color: #228B22 }
    45% { color: #9370DB }
    54% { color: #DC143C }
    63% { color: #556B2F }
    72% { color: #FF8C00 }
    81% { color: #2F4F4F }
    90% { color: #B22222 }
    100% { color: #D2691E }
}

@keyframes zoomIn3D {
    0% {
        transform: scale(0.2) rotateX(90deg);
        opacity: 0;
    }

    100% {
        transform: scale(1) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes spin3dX {
    0% {
        transform: perspective(1000px) rotateX(0deg);
    }

    100% {
        transform: perspective(1000px) rotateX(360deg);
    }
}

.main {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.button {
    margin-top: 10px;
    font-size: 1.5em;
    border-radius: 3em;
    cursor: pointer;
    animation: button 2s ease-out forwards;
}

.warum-kleine-ect {
    line-height: 1.3;
    text-align: center;
    font-size: 1.5em;
    animation: zoomIn3D 3s ease-out forwards;
    border-radius: 3em;
    cursor: pointer;
}

.TITEL {
    text-align: center;
    animation: farbwechsel 8s infinite;
    font-size: 3em;
    font-weight: bold;
    padding: 50px 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

@keyframes zoomIn3D {
    0% {
        transform: scale(0.2) rotateX(90deg);
        opacity: 0;
    }

    100% {
        transform: scale(1) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes spin3dX {
    0% {
        transform: perspective(1000px) rotateX(0deg);
    }

    100% {
        transform: perspective(1000px) rotateX(360deg);
    }
}

.main {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@keyframes pageCrash {
    0% {
        transform: translateY(0) rotateX(0deg) scale(1);
        opacity: 1;
    }

    20% {
        transform: translateY(-10px) rotateX(10deg);
    }

    40% {
        transform: translateY(20px) rotateX(-20deg);
    }

    60% {
        transform: translateY(80px) rotateZ(5deg) scale(0.98);
    }

    80% {
        transform: translateY(200px) rotateZ(-10deg) scale(0.95);
        opacity: 0.5;
    }

    100% {
        transform: translateY(120vh) rotateZ(20deg) scale(0.9);
        opacity: 0;
    }
}

.img {
    margin: 50px 50px 30px;
    width: 300px;
    height: auto;
    border-radius: 20px 20px 25px 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    cursor: pointer;
}

.button {
    font-size: 1.5em;
    border-radius: 3em;
    cursor: pointer;
    animation: button 2s ease-out forwards;
}

.main {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.warum-kleine-ect {
    text-align: center;
    animation: zoomIn3D 3s ease-out forwards;
    border-radius: 3em;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1.6;
    color: #333;
    max-width: 700px;
    margin: 0 auto;
}

.TITEL {
    text-align: center;
    animation: farbwechsel 8s infinite;
    font-size: 3em;
    font-weight: bold;
    padding: 50px 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

@keyframes zoomIn3D {
    0% {
        transform: scale(0.2) rotateX(90deg);
        opacity: 0;
    }

    100% {
        transform: scale(1) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes spin3dX {
    0% {
        transform: perspective(1000px) rotateX(0deg);
    }

    100% {
        transform: perspective(1000px) rotateX(360deg);
    }
}

.text-box2 {
    background-color: turquoise;
    color: turquoise;
    padding: 5px;
    border-radius: 5px;
}

.text-box {
    background-color: skyblue;
    color: skyblue;
    padding: 5px;
    border-radius: 5px;
}

.img {
    margin: 50px 50px 30px;
    width: 300px;
    height: auto;
    border-radius: 20px 20px 25px 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    cursor: pointer;
}

.button {
    margin: 30px;
    font-size: 1.5em;
    border-radius: 3em;
    cursor: pointer;
    color: #FF8C00;
    padding: 10px;
    animation: button 0.8s ease-out forwards;
}

.über-mich {
    margin: 50px;
    background-color: paleturquoise;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 1.5em;
    transform: translateX(-200px) rotateY(90deg);
    opacity: 0;
    animation: flyIn 2s ease-out forwards;
    cursor: default;
}

.TITEL {
    text-align: center;
    animation: farbwechsel 8s infinite;
    font-size: 3em;
    font-weight: bold;
    padding: 50px 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    cursor: default;
}

@keyframes button {
    0% {
        transform: translateY(-300px);
        opacity: 0;
    }
    70% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes spin3dX {
    0% {
        transform: perspective(1000px) rotateX(0deg);
    }

    100% {
        transform: perspective(1000px) rotateX(360deg);
    }
}

@keyframes spin3d {
    0% {
        transform: perspective(1000px) rotateY(0deg);
    }

    50% {
        transform: perspective(1000px) rotateY(180deg) scale(1.1);
    }

    100% {
        transform: perspective(1000px) rotateY(360deg);
    }
}


@keyframes flyIn {
    0% {
        transform: translateX(-200px) rotateY(90deg);
        opacity: 0;
    }

    70% {
        transform: translateX(20px) rotateY(-10deg);
        opacity: 1;
    }

    100% {
        transform: translateX(0) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes moveBg {
    from { background-position: 0 0; }
    to { background-position: 0 100px; }
}

.button2 {
    background-color: #FF8C00;
    font-size: 1.5em;
    border-radius: 3em;
    cursor: pointer;
}

.img2 {
    cursor: default;
    width: 100px;
    height: auto;
    border-radius: 20px 20px 25px 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    animation: spin3dX 6s cubic-bezier(0.2, 1.5, 0.5, 1) forwards;
    transform-origin: center bottom;
}

.unser-alltag {
    cursor: default;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 1.5em;
    animation: spin3dX 1.2s cubic-bezier(0.2, 1.5, 0.5, 1) forwards;
}

.TITEL {
    cursor: default;
    text-align: center;
    animation: farbwechsel 8s infinite;
    font-size: 3em;
    font-weight: bold;
    padding: 50px 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

@keyframes spin3dX {
    0% {
        transform: perspective(1000px) rotateX(0deg);
    }

    100% {
        transform: perspective(1000px) rotateX(360deg);
    }
}

@keyframes spin3d {
    0% {
        transform: perspective(1000px) rotateY(0deg);
    }

    50% {
        transform: perspective(1000px) rotateY(180deg) scale(1.1);
    }

    100% {
        transform: perspective(1000px) rotateY(360deg);
    }
}

@keyframes flyIn {
    0% {
        transform: translateX(-200px) rotateY(90deg);
        opacity: 0;
    }

    70% {
        transform: translateX(20px) rotateY(-10deg);
        opacity: 1;
    }

    100% {
        transform: translateX(0) rotateY(0deg);
        opacity: 1;
    }
}

.main {
    animation: revealRightToLeft 3s ease-out forwards;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.button {
    margin: 20px;
    font-size: 1.5em;
    border-radius: 3em;
    cursor: pointer;
    animation: button 2s ease-out forwards;
}

.warum-kleine-ect {
    text-align: center;
    animation: zoomIn3D 3s ease-out forwards;
    border-radius: 3em;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}

.TITEL {
    text-align: center;
    animation: farbwechsel 8s infinite;
    font-size: 3em;
    font-weight: bold;
    padding: 50px 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

@keyframes revealRightToLeft {
    0% {
        transform: translateX(40px);
        opacity: 0;
        clip-path: inset(0 0 0 100%);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

@keyframes zoomIn3D {
    0% {
        transform: scale(0.2) rotateX(90deg);
        opacity: 0;
    }

    100% {
        transform: scale(1) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes spin3dX {
    0% {
        transform: perspective(1000px) rotateX(0deg);
    }

    100% {
        transform: perspective(1000px) rotateX(360deg);
    }
}

.button {
    font-size: 1.5em;
    border-radius: 3em;
    cursor: pointer;
    animation: button 2s ease-out forwards;
}

.warum-kleine-ect {
    margin: 10px;
    text-align: center;
    line-height: 2;
    font-size: 1.2em;
    animation: zoomIn3D 3s ease-out forwards;
    border-radius: 3em;
    cursor: pointer;
}

.TITEL {
    text-align: center;
    animation: farbwechsel 8s infinite;
    font-size: 3em;
    font-weight: bold;
    padding: 50px 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}


@keyframes zoomIn3D {
    0% {
        transform: scale(0.2) rotateX(90deg);
        opacity: 0;
    }

    100% {
        transform: scale(1) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes spin3dX {
    0% {
        transform: perspective(1000px) rotateX(0deg);
    }

    100% {
        transform: perspective(1000px) rotateX(360deg);
    }
}

.main {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.text-box2 {
    background-color: turquoise;
    color: turquoise;
    padding: 15px;
    border-radius: 10px;
}

nav {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding: 20px;
}

.navigator {
    text-decoration: none;
    border-radius: 25px;
    background-color: #FF8C00;
    padding: 12px 25px;
    color: white;
    cursor: pointer;
}

.red {
    color: red;
}

.black {
    color: black;
}


.navigator {
    position: fixed;
    z-index: 9999;

    background: orange;
    padding: 15px 30px;

    border-radius: 16px;

    box-shadow:
            0 4px 20px rgba(0,0,0,0.08);
}

.menu {

    background-color: orange;

    list-style: none;

    display: flex;
    gap: 30px;

    margin: 0;
    padding: 0;
}

.menu li {
    background-color: orange;
    position: relative;
}

.menu a {
    background-color: rgb(255, 177, 15);
    text-decoration: none;

    color: #333;

    font-size: 13px;
    font-weight: 500;

    padding: 10px 14px;

    border-radius: 10px;

    transition:
            background 0.2s,
            color 0.2s;
}

.menu a:hover {

    background: orange;

    color: #000;
}

.dropdown-menu {

    display: none;

    position: absolute;

    top: 120%;
    left: 0;

    background: orange;

    min-width: 300px;

    padding: 10px;

    border-radius: 14px;

    box-shadow:
            0 10px 30px rgba(0,0,0,0.12);

    list-style: none;
}

.dropdown-menu li {

    margin: 4px 0;
}

.dropdown:hover .dropdown-menu {
    background-color: orange;

    display: block;
}


