@font-face {
    font-family: 'JetBrainsMono';
    src: url('Fonts/JetBrainsMono-2/fonts/ttf/JetBrainsMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('Fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #0A0F1C;
    color: #d9e1e8;
    padding: 15vw;
    background-image: url('Bilder/Hintergrund (LOgo).svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    font-size: 1rem;
}

h1 {
    font-family: 'JetBrainsMono';
    font-size: clamp(2.5rem, 5vw, 4rem);
}

h2 {
    font-family: 'JetBrainsMono';
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}

p {
    font-family: 'Inter';
    font-size: 1.2rem;
}

ul {
    font-family: 'JetBrainsMono';
    font-size: 1.2rem;
    list-style: none;
}

button {
    height: auto;
    display: block;
    border: none;
    width: 50vw;
    max-width: 164px;
    background-color: #ff4c4c;
    color: #0A0F1C;
    font-family: 'JetBrainsMono';
    font-size: 1.00rem;
    position: fixed;
    bottom: 0px;
    left: 15%;
    transform: translateX(-50%);
    padding: 5px;
    border-radius: 7px;
}

menu {
    position: fixed;
    top: 0;
    right: 0;
    padding: 35px 35px;
}

.herosection {
  max-width: 65vw;
  padding-top: 75px;
}

div {
  175px
}
.section1 {
  max-width: 65vw;
    margin-left: 35%;
    margin-right: auto;
    padding-top: 150px;
}

.section2 {
  max-width: 65vw;
    padding-top: 150px;
     display: grid;
  grid-auto-flow: column;
  column-gap: 150px;

}

@media(min-width: 768px) {
    .section2 {
        flex-direction: row;
        gap: 88px;
    }
}


.footer {
    padding-top: 120px;
    max-width: 100vw;
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 40px;
}

menu ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    background-color: #0A0F1C;
}

menu ul li {
    padding: 10px 0;
}

menu ul li a {
    color: #d9e1e8;
    text-decoration: none;
    font-family: 'JetBrainsMono';
}

menu ul li a:hover {
    color: #ff4c4c; /* Helle Rot-Farbe beim Hover */
    background-color: #1A1F2C; /* Optional: dunkler Hintergrund beim Hover */
    transition: background-color 0.3s, color 0.3s;
}

footer ul {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    font-family: 'JetBrainsMono';
}

footer ul li a {
    color: #d9e1e8;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, text-shadow 0.3s;
}

footer ul li a:hover {
    color: #ff4c4c;
    background-color: #1A1F2C;
    text-shadow: 0 0 5px #ff4c4c;
}

#burger-icon:hover {
    filter: drop-shadow(0 0 10px #f4f5ef);
}

#burger-icon {
    height: auto;
    transition: transform 0.2s ease, filter 0.2s ease;
    cursor: pointer; /* <<< Zeigt Hand-Cursor wie bei Links */
}

#burger-icon:hover {
    transform: scale(1.1);
    filter: brightness(1.5);
}

.login-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

.login-row input[type="password"] {
    flex: 1 1 250px;
    max-width: 300px;
    padding: 10px;
    font-size: 1rem;
    font-family: 'JetBrainsMono';
    border-radius: 5px;
    border: none;
}

.login-row button {
    flex: 0 0 auto;
    height: 40px;
    padding: 0 20px;
    font-size: 1rem;
    background-color: #ff4c4c;
    color: #0A0F1C;
    font-family: 'JetBrainsMono';
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#mobile-menu {
    display: none;
    position: absolute;
    top: 80px;
    right: 20px;
    background-color: #0A0F1C;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.15); /* Weißer Glow */
    z-index: 9999;
}

@media (max-width: 768px) {
    menu {
        padding: 20px;
    }

    #burger-icon {
        width: 40px;
    }

    #mobile-menu {
        width: 70vw;
    }

    .herosection {
        max-width: 100%;
        padding-top: 120px;
    }

    .störer button {
        width: 90vw;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1rem;
    }
}


.störer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: transparent;
    text-align: center;
    z-index: 1000;
}

.störer button {
    width: 60vw;
    max-width: 136px;
    padding: 10px;
    font-size: 1rem;
    background-color: #ff4c4c;
    color: #0A0F1C;
    font-family: 'JetBrainsMono';
    border: none;
    border-radius: 7px;
    cursor: pointer;
}

