body{
    background: radial-gradient(circle at top, #0a0a0a, #000000);
    color: #b8ffe0;
    font-family: "Courier New", monospace;
}

/* NAVBAR */
nav{
    display: flex;
    background-color: #050505;
    border-bottom: 1px solid rgba(0,255,170,0.2);
    box-shadow: 0 0 15px rgba(0,255,170,0.1);
}

.navinh{
    margin-left: 5vh;
    background-color: transparent;
    border: 1px solid rgba(0,255,170,0.3);
    color: #00ffaa;
    padding: 12px 28px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    transition: 0.3s;
    text-shadow: 0 0 5px rgba(0,255,170,0.5);
}

.navinh:hover {
    background-color: rgba(0,255,170,0.1);
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0,255,170,0.4);
}

.navpic{
    height: 70px;
    width: 70px;
    filter: brightness(0.8) contrast(1.2);
}

a{
    text-decoration: none;
    color:#b8ffe0;
    display: inline-block;
    text-align: center;
}

/* NAV CONTAINER */
.navsor{
    display: flex;
    align-items: center;
}

/* MAINBOX */
.mainbox{
    margin: 50px auto;
    width: 80%;
    max-width: 900px;
    height: auto;
    padding: 30px;

    background: radial-gradient(circle at top, #0f0f0f, #000);
    border: 1px solid rgba(0,255,170,0.2);
    border-radius: 10px;

    box-shadow: 
        0 0 25px rgba(0,255,170,0.15),
        inset 0 0 20px rgba(0,255,170,0.05);

    position: relative;
    overflow: hidden;
}

/* Scanlines Effekt */
.mainbox::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        to bottom,
        rgba(0,255,170,0.03) 0px,
        rgba(0,255,170,0.03) 1px,
        transparent 2px,
        transparent 4px
    );
    pointer-events: none;
}

/* leichtes Glühen */
.mainbox:hover{
    box-shadow: 
        0 0 40px rgba(0,255,170,0.25),
        inset 0 0 25px rgba(0,255,170,0.1);
}

/* FOOTER */
.lowerbox{
    width: 100%;
    height: 40px;
    background-color: #050505;
    border-top: 1px solid rgba(0,255,170,0.2);
    text-align: center;
    padding-top: 10px;
    color: #00ffaa;
    text-shadow: 0 0 5px rgba(0,255,170,0.5);
}
.mainbox {
    background: radial-gradient(circle at top, #0a0a0a, #000000);
    border: 1px solid rgba(0, 255, 170, 0.2);
    border-radius: 8px;
    padding: 25px;
    color: #d0ffe8;
    font-family: "Courier New", monospace;
    box-shadow: 
        0 0 15px rgba(0, 255, 170, 0.15),
        inset 0 0 20px rgba(0, 255, 170, 0.05);
    position: relative;
    overflow: hidden;
}

/* leichter "Scanline"-Effekt */
.mainbox::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        to bottom,
        rgba(0, 255, 170, 0.03) 0px,
        rgba(0, 255, 170, 0.03) 1px,
        transparent 2px,
        transparent 4px
    );
    pointer-events: none;
}

/* glitch-artiger Rahmen */
.mainbox::after {
    content: "";
    position: absolute;
    inset: -2px;
    border: 1px solid rgba(0, 255, 170, 0.1);
    filter: blur(2px);
    opacity: 0.6;
    pointer-events: none;
}

/* Überschriften */
.mainbox h1,
.mainbox h2 {
    color: #00ffaa;
    text-shadow: 0 0 8px rgba(0, 255, 170, 0.6);
    letter-spacing: 1px;
}

/* Text */
.mainbox p {
    line-height: 1.6;
    color: #b8ffe0;
}

/* Hover-Effekt (leichtes "Aufleuchten") */
.mainbox:hover {
    box-shadow: 
        0 0 25px rgba(0, 255, 170, 0.3),
        inset 0 0 25px rgba(0, 255, 170, 0.1);
    transition: 0.3s ease;
}
.imgbox{
    display: flex;
    justify-content: center;
}

.imgbox img{
    width: 150px;
    height: auto;
}
.container{
    display: flex;
    align-items: center;
    gap: 20px;
}

.sideimg{
    width: 150px;
    height: auto;
    border-radius: 6px;
    filter: contrast(1.2) brightness(0.8);
    box-shadow: 0 0 10px rgba(0,255,170,0.3);
}

.text{
    flex: 1;
}
#bild2{
    height: 100%;
    width: 100%;
}
#bild-container{
    height: 300px;
    width: 670px;
    margin: 0 12% 0 12%;
    justify-content:center;
}