html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}

html {
    scroll-behavior: smooth;
}


section {
    min-height: 100%;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

a, p {
    color: #ffffff;
    font-size: 30px;
    font-family: Poppins;
    
}

h1 {
    font-family: "Oswald";
    color: #000000;
    font-size: 100px;
}

h2 {
    font-family: Oswald;
    font-size: 100px;
}

hr {
    width: 100px;
    height: 10px;
    background: #000000;
    border: 0;
    margin: 0 auto 40 auto;
    border-radius: 10px;

}

#logo, li, img, a {transition: all 200ms; -webkit-transition: all 200ms; -moz-transition: all 200ms; -o-transition: all 200ms;}

/* HEADER ********************************************/

header {
    width: 100%;
    min-height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #00000077;
}

#name {
    float: left;
    margin: 60px 0px 0px 60px;
   
}

#top {
    margin: 0;
    margin-top: 30px;
    display: grid;
    place-items: center;
}

#top ul {
    list-style-type:none;
    display:inline;
}


#top ul li {
    float: left;
    margin-right: 70px;
    position: relative;

}

#top ul li hr {
    width: 140px;
    height: 3px;
    border: 0;
    padding: 0;
    background-color: #ffffff;
    margin: 0;
}

#top ul li ul {
    display: none;
    position: absolute;
    padding: 0;
    margin-top: 0;
    background-color: #9b9b9b5d;
    border-radius: 5px 5px 10px 10px;
}

#top ul li:hover ul {
    display: block
}

#top ul li ul li {
    margin-right: 0;
    width: 160px;
    margin-top: 10px;
}

#top ul li ul li a {
    padding: 16px 20px;
    color: #ffffff;
}

#top a:hover {
    color: #d4d4d4;
    opacity: 0.8;
}


/* ABOUT ********************************************/

#about {
    min-height: 70%;
    margin-top: 100px;
}

#h1 {
    margin: 200px auto auto 20px;
    color: #000000;
    margin-block-start: 100px;
}

/* JÜRGEN ********************************************/

#jurgen {
    background-color: #f0f0f0;
    float: left;
    width: 100%;
    min-height: 50%;
    padding-top: 0%;
    margin-top: 111px;
}

#jurgen ul {
    padding-left: 0%;
    padding-top: 0%;
    margin-top: 0;
}

#jurgen h2 {
    margin-top: 0px;
    padding-top: 100px;
    margin-bottom: 0;
    display: grid;
    place-items: center;
    text-align: left;
    margin-left: 50px;
}

#jurgen hr {
    margin-bottom: 60px;
}

#jurgen p {
    color: #000000;
    display: grid;
    place-items: center;
    padding-right: 50px;
    padding-left: 50px;

    
}

#jurgen ul li img {
    float: right;
    width: 50%;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 20px 0 0 20px;
}

/* Dominic ********************************************/

#dominic {
    background-color: #f0f0f0;
    float: left;
    width: 100%;
    min-height: 50%;
    padding-top: 0%;
    margin-top: 0%;
}

#dominic ul {
    padding-left: 0%;
    padding-top: 0%;
    margin-top: 0;
}

#dominic h2 {
    margin-top: 0px;
    padding-top: 100px;
    margin-bottom: 0;
}

#dominic p {
    color: #000000;
    display: grid;
    place-items: center;
    padding-right: 50px;
    padding-left: 50px;
   
}

#dominic ul li img {
    float: left;
    width: 50%;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 0 20px 20px 0;
}

/* tim ********************************************/

#tim {
    background-color: #f0f0f0;
    float: left;
    width: 100%;
    min-height: 50%;
    padding-top: 0%;
}

#tim ul {
    padding-left: 0%;
    padding-top: 0%;
    margin-top: 0;
}

#tim h2 {
    margin-top: 0px;
    padding-top: 100px;
    margin-bottom: 0;
}

#tim p {
    color: #000000;
    display: grid;
    place-items: center;
    padding-right: 50px;
    padding-left: 50px;
}

#tim ul li img {
    float: right;
    width: 50%;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 20px 0 0 20px;
}

/* andi ********************************************/

#andi {
    background-color: #f0f0f0;
    float: left;
    width: 100%;
    min-height: 50%;
    padding-top: 0%;
    margin-top: 0%;
}

#andi ul {
    padding-left: 0%;
    padding-top: 0%;
    margin-top: 0;
}

#andi h2 {
    margin-top: 0px;
    padding-top: 100px;
    margin-bottom: 0;
}

#andi p {
    color: #000000;
    display: grid;
    place-items: center;
    padding-right: 50px;
    padding-left: 50px;
   
}

#andi ul li img {
    float: left;
    width: 50%;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 0 20px 20px 0;
}

/* marcus ********************************************/

#marcus {
    background-color: #f0f0f0;
    float: left;
    width: 100%;
    min-height: 50%;
    padding-top: 0%;
}

#marcus ul {
    padding-left: 0%;
    padding-top: 0%;
    margin-top: 0;
}

#marcus h2 {
    margin-top: 0px;
    padding-top: 100px;
    margin-bottom: 0;
}

#marcus p {
    color: #000000;
    display: grid;
    place-items: center;
    padding-right: 50px;
    padding-left: 50px;
}

#marcus ul li img {
    float: right;
    width: 50%;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 20px 0 0 20px;
}

/* michael ********************************************/

#michael {
    background-color: #f0f0f0;
    float: left;
    width: 100%;
    min-height: 50%;
    padding-top: 0%;
    margin-top: 0%;
}

#michael ul {
    padding-left: 0%;
    padding-top: 0%;
    margin-top: 0;
}

#michael h2 {
    margin-top: 0px;
    padding-top: 100px;
    margin-bottom: 0;
}

#michael p {
    color: #000000;
    display: grid;
    place-items: center;
    padding-right: 50px;
    padding-left: 50px;
   
}

#michael ul li img {
    float: left;
    width: 50%;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 0 20px 20px 0;
}

/* footer ********************************************/

#footer {
    background-color: #f0f0f0;
    min-height: 20px;
    margin: 0;

}

#footer p {
    color: #000000;
    margin: 0;
    font-size: 20px;
}