body {
    background: linear-gradient(lightblue, white); 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000000;    
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
                        
}

a 
 {
    color: #000000; text-decoration: none;
}
a:visited {
    color: #ffa500; text-decoration: none;
}
a:hover {
    color: #008000; text-decoration: none;
}
a:active {
    color: #191970; text-decoration: none;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #000000;
    font-weight:bold;
    line-height: normal;
    text-align: center;
    text-align-last: center;
    text-transform: initial;
    overflow: hidden;
    height: auto;
    word-wrap: break-word;
    white-space: nowrap;
    animation: typing 3s steps(30) forwards;
    -moz-animation: typing 3s steps(30) forwards; /* Für Firefox */
    -webkit-animation: typing 3s steps(30) forwards; /* Für Safari und Chrome */
    -o-animation: typing 3s steps(30) forwards; /* Für Opera */
    }

h2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight:bold;
    line-height: normal;
    padding-left: 13%;
    text-align: justify;
    text-align-last: left;
    text-transform: initial;
    overflow: hidden;
    height: auto;
    word-wrap: break-word;
    white-space: nowrap;
    animation: typing 3s steps(30) forwards;
    -moz-animation: typing 3s steps(30) forwards;
    -webkit-animation: typing 3s steps(30) forwards;
    -o-animation: typing 3s steps(30) forwards;
    }

h3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: normal;
    line-height: normal;
    margin: 0px;
    padding-top: 0%;
    padding-left: 13%;
    padding-right: 13%;
    padding-bottom: 0%;
    text-align: justify;
    text-align-last: left;
    text-transform: initial;
    animation: einblenden 3s;
    -moz-animation: einblenden 3s; 
    -webkit-animation: einblenden 3s; 
    -o-animation: einblenden 3s; 

}

h4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: normal;
    line-height: normal;
    margin: 0px;
    padding-top: 0%;
    padding-left: 13%;
    padding-right: 13%;
    padding-bottom: 0%;
    text-align: center;
    text-align-last: center;
    text-transform: initial;
    animation: einblenden 3s;
    -moz-animation: einblenden 3s;
    -webkit-animation: einblenden 3s;
    -o-animation: einblenden 3s;
    }

h5  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: normal;
    margin: 0px;
    padding-top: 0%;
    padding-left: 13%;
    padding-right: 13%;
    padding-bottom: 0%;
    text-align: left;
    text-align-last: justify;
    text-transform: initial;
    animation: einblenden 3s;
    -moz-animation: einblenden 3s;
    -webkit-animation: einblenden 3s;
    -o-animation: einblenden 3s;
    }
    
h6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: normal;
    margin: 0px;
    padding-top: 0%;
    padding-left: 13%;
    padding-right: 13%;
    padding-bottom: 0%;
    text-align: center;
    text-align-last: center;
    text-transform: initial;
    text-decoration: none;
    text-decoration-color: none;
    text-decoration-style: unset;
    animation: einblenden 3s;
    -moz-animation: einblenden 3s;
    -webkit-animation: einblenden 3s;
    -o-animation: einblenden 3s;
    }

p  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    line-height: normal;
    margin: 0px;
    padding-top: 0%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0%;
    text-align: center;
    text-align-last: center;
    text-transform: initial;
    animation: einblenden 3s;
    -moz-animation: einblenden 3s;
    -webkit-animation: einblenden 3s;
    -o-animation: einblenden 3s;
                }


@keyframes typing {
    from {
    width: 0;
    }
    to {
    width: 30ch;
}
}

@-moz-keyframes typing { /* Für Firefox */
    from {
    width: 0;
    }
    to {
    width: 30ch;
}
}

@-webkit-keyframes typing { /* Für Safari und Chrome */
    from {
    width: 0;
    }
    to {
    width: 30ch;
}
}

@-o-keyframes typing { /* Für Opera */
    from {
    width: 0;
    }
    to {
    width: 30ch;
}
}

@keyframes einblenden {
    from { opacity:0; }
    to { opacity:1; }
}
                
@-moz-keyframes einblenden {
    from { opacity:0; }
    to { opacity:1; }
}
                
@-webkit-keyframes einblenden { 
    from { opacity:0; }
    to { opacity:1; }
}
                
@-o-keyframes einblenden { 
    from { opacity:0; }
    to { opacity:1; }
}

header nav {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

header nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 170px;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}

header nav ul li {
    transform: translateY(50px);
    opacity: 0;
}

header nav ul li a {
    display: block;
    font-size: 17px;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

header nav ul li a:hover {
    color: #15ff00;
}

.toggle-btn {
    display: block;
    position: fixed;
    z-index: 10;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.toggle-btn .bar {
    width: 30px;
    height: 2px;
    margin: 7px auto;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

.toggle-btn .bar:nth-child(2) {
    width: 20px;
}

#toggle:checked~nav {
    opacity: 1;
    visibility: visible;
}

#toggle:checked~nav ul {
    top: 100px;
}

#toggle:checked~nav ul li {
    transform: translateY(0px);
    opacity: 1;
}

#toggle:checked~nav ul li:nth-child(1) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}

#toggle:checked~nav ul li:nth-child(2) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}

#toggle:checked~nav ul li:nth-child(3) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}

#toggle:checked~nav ul li:nth-child(4) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}

#toggle:checked~nav ul li:nth-child(5) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
}

#toggle:checked~nav ul li:nth-child(6) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
}

#toggle:checked~nav ul li:nth-child(7) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.7s;
}

#toggle:checked~nav ul li:nth-child(8) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.8s;
}

#toggle:checked~nav ul li:nth-child(9) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.9s;
}

#toggle:checked~nav ul li:nth-child(10) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 1.0s;
}

#toggle:checked~nav ul li:nth-child(11) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 1.1s;
}

#toggle:checked+label.toggle-btn .bar {
    background-color: #ff0000;
}

#toggle:checked+label.toggle-btn .bar:nth-child(2) {
    transform: translateX(50px);
    opacity: 0;
}

#toggle:checked+label.toggle-btn .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

#toggle:checked+label.toggle-btn .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

