body.landingpage {
    height: 100vh; 
    width: 100%;
    background: url('Bilder/slider-overlay.png'), url('Bilder/cool-background.svg');
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
    overflow: hidden;
}

.navmain {
    font-family: 'Raleway', sans-serif;
    font-size: 20px; 
    color: #fff;
}

/* Regeln für die gesamten Links */
.navmain:hover {
    font-family: 'Raleway', sans-serif;
    font-size: 20px; 
    color: #fff;
    text-decoration: overline;
}

/* Regeln für jeden einzelnen Link --> In dem Fall die Akte */
.DieAkte:hover {
    text-decoration: overline;
}

.synxitprojekt:hover {
    text-decoration: overline;
}

.about:hover {
    cursor: pointer;
    text-decoration: overline;
}

.home:hover {
    cursor: pointer;
    text-decoration: overline;
}

#aboutme {
    display: none;
}

h1.name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 170px; 
    color: white; 
    margin-top: 100px;
}

body.aboutme {
    height: 100vh; 
    width: 100%;
    background: url('Bilder/slider-overlay.png'), url('Bilder/thatsme.png');
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
    overflow: hidden;
}

h1.fakt1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 120px; 
    color: white; 
    margin-top: 100px;
}

h1.fakt2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 120px; 
    color: white; 
    margin-top: 100px;
}

h1.schule {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 70px; 
    color: white; 
    margin-top: 100px;
}

/* Klavier spielen */
h1.Hobby1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 50px; 
    color: white; 
    margin-top: 100px;
}

/* Faustball */
h1.Hobby2 {
    position: relative;
    top: -80px;
    font-family: 'Raleway', sans-serif;
    font-size: 40px; 
    color: white; 
    margin-top: 100px;
}

/* Programmieren */
h1.Hobby3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 50px; 
    color: white; 
    margin-top: 100px;
}

#container-homepg {
    height: 520px;
    width: 430px;
    background-color: #F2EBE9;
    margin-bottom: 40px;
}

#schrift_kasten {
    font-family: 'Amatic SC', cursive;
    font-size: 40px;
}

#time {
    width: 260px; 
    height: 30px; 
    background-color: lightskyblue;
    margin-top: 110px;
}

.icon-add {
    position: relative;
    left: 350px;
    width: 40px; 
    height: 40px;
}

.plusicon {
    position: relative;  
}

.moveit {
    position: relative; 
    top: 40px;
  }

.inputprojects {
    width: 1140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.inputprojects {
    width: 1140px;
    margin-top: 10px;
}

.project_absenden {
    position: relative; 
    float: right;
}

.margin_row {
    margin-top: 40px; 
}
