
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, #00e3ff 20%, #9d9d9d 50%,#f2f2f2 100%);
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
header {
    background-color: black;
    padding: 7px 0;
    color: white;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
}

.profile {
    display: flex;
    align-items: center;
    margin-left: 23px;
}

.profile img {
    border-radius: 100%;
    width: 58px;
    height: 58px;
}

nav ul {
    list-style: none;
    display: flex;
}
nav ul li {
    margin-left: 24px;
}
nav ul li a {
    text-decoration: none;
    color: white;
    padding: 13px 20px;
    margin-top: 3px;
    background-color: #008000;
    border-radius: 18px;
    font-size: 15.5px;
    display: inline-block;
    transition: transform 0.3s ease;
}
.active {
    text-decoration: none;
    color: white;
    padding: 13px 20px;
    background-color: #00c900;
    border-radius: 18px;
    display: inline-block;
    transform: scale(1.15) !important;
}

nav ul li a:hover {
    background-color: #00c900;
    transform: scale(1.025);
}
main {
    margin-top: 100px;
}
h1 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #00ff00;
    text-shadow: 3px 2px 4px black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 25px;
    font-weight: bolder;
    text-decoration: underline;
}
h3 {
    font-family: monospace;
    font-size: 14.5px;
    text-align: left;
    margin-left: 25px;
    margin-right: 15px;
    font-style: oblique;
    font-weight: lighter;
}
h4 { 
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    color: rgb(52, 37, 63);
}
.webseiteführung {
    background-color: white;
    color: black;
    padding: 20px 20px;
    margin-left: 21px;
    border-radius: 18px;
    font-size: 13px;
    font-family: fantasy;
    font-style: italic;
    text-align: center;
    display: flex;
}
footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    background-color: black;
}

footer p {
    color: rgb(255, 255, 255);
    display: inline-block;
}
footer p a {
    color: rgb(255, 164, 164);
    display: inline-block;
    margin-top: 5px;
}
footer p a:hover {
    background-color: #752e2e;
}
.klasse {
    color: aqua;
    display: inline-block;
    margin-top: 5px;
}
.klasse:hover {
    background-color: rgb(0, 102, 255);
}
.gibb {
    color: rgb(0, 255, 145);
    display: inline-block;
    margin-top: 5px;
}
.gibb:hover {
    background-color: #01a001;
}
.bwd {
    color: rgb(0, 193, 29);
    display: inline-block;
    margin-top: 5px;
}
.bwd:hover {
    background-color: #002b00;
}
.mehr {
    color: #4d88a8;
}
.mehr:hover {
    background-color: #00e3ff;
}
iframe {
    overflow: clip !important;
    width: 600px;
    height: 352px;
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-left: 75px;
}
.arrow {
    font-size: 400px;
    float: right;
    margin-right: 500px;
    bottom: 70px;
    max-height: 0px;
    color: black;
}
.fourimages {
    float: left;
    margin-left: 75px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 350px;
    width: 350px;
}
.por {
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    color: red;
}
.t {
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    color: rgb(229, 229, 0)
}
.ugal {
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    color: #008000;
}
.schwester{
    float: left;
    margin-left: 75px;
    margin-top: 15px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 225px;
    width: 300px;
}
.textschwester {
    margin-top: 0px;
    color: rgb(0, 0, 0);
}
.divschwester {
    background-color: rgb(151, 250, 255);
    width: 300px;
    float: left;
    margin-left: 75px;
}
.mutter {
    margin-right: 15px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 250px;
    width: 250px;
}
.textmutter {
    margin-top: 10px;
    color: rgb(0, 0, 0);
}
.divmutter {
    background-color: rgb(151, 250, 255);
    width: 300px;
    margin: 0 auto;
}
.vater {
    float: right;
    margin-right: 125px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 256.3125px;
    width: 231.75px;
}
.textvater {
    margin-top: 0px;
    color: rgb(0, 0, 0);
}
.divvater {
    background-color: rgb(151, 250, 255);
    width: 250px;
    float: right;
    margin-right: 110px;
    margin-top: -20px;
}
.familie {
    float: center;
    margin-top: 75px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 350px;
    width: 350px;
}
.hobbycolage {
    float: left;
    margin-left: 75px;
    margin-top: 20px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 350px;
    width: 350px;
}
.faehigkeitencolage {
    float: left;
    margin-left: 75px;
    margin-top: 100px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 350px;
    width: 350px;
}
.hobbyscolor {
    color: #00ff00;
    text-decoration: underline;
    text-decoration-color: rgb(36, 197, 0);
}
.faehigkeitencolor {
    color: orange;
    text-decoration: underline;
    text-decoration-color: rgb(255, 123, 0);
}
.nullbisdrei {
    float: left;
    margin-left: 50px;
    margin-top: 15px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 200px;
    width: 200px;
}
.vierbissieben {
    float: left;
    margin-left: 75px;
    margin-top: 55px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 267px;
    width: 150px;
}
.achtbiself {
    float: left;
    margin-left: 75px;
    margin-top: 35px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 267px;
    width: 150px;
}
.zwoelfbisfuenfzehn {
    float: left;
    margin-left: 50px;
    margin-top: 40px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 267px;
    width: 200px;
}
.ausbildungcolage {
    float: left;
    margin-top: 45px;
    margin-left: 75px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 300px;
    width: 300px;
}
.zukunftcolage {
    float: left;
    margin-left: 75px;
    margin-top: 150px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
    height: 300px;
    width: 300px;
}
.ausbildungcolor {
    color: #9d9d9d;
    text-decoration: underline;
    text-decoration-color: rgb(122, 122, 122);
}
.zukunftcolor {
    color: rgb(0, 191, 255);
    text-decoration: underline;
    text-decoration-color: rgb(0, 157, 255);
}