html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body{
    margin: 0;
    font-family: Times, "Times New Roman", Georgia, serif;
}
#logo{
    text-align: center;
    background-color: rgb(255, 255, 255);
    position: fixed;
    width: 100vw;
    height: 131px;
    top: 0;
    z-index: 4;
    -moz-box-shadow:    3px 3px 15px 6px rgb(30, 30, 30, 0.5);
    -webkit-box-shadow: 3px 3px 15px 6px rgb(30, 30, 30, 0.5);
    box-shadow:         3px 3px 15px 6px rgb(30, 30, 30, 0.5);
}
#titel{
    font-size: 20px;
    padding: 10px;
    font-weight: thin;
    color: rgb(120, 120, 120);
}
#logo img{
    max-height: 75px;
    margin-top: 8px;
}
#nav{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgb(30, 30, 30);
    margin-top: 131px;
}
#btn1, #btn2, #btn3, #btn4, #btn5{
    z-index: 3;
    margin-bottom: 2vh;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-top: 2vh;
    padding: 8px 16px;
    border: none;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0);
    height: 50px;
    font-size: 18px;
    font-weight: bold;

}
#btn2{
    border: 2px solid rgb(255, 255, 255);
    z-index: 2;
    opacity: 0;
    position: absolute;
}
#btn3{
    position: absolute;
}
#team{
    height: 50px;
    width: 150px;
}
#team button{
    width: 150px;
    margin: 0;
}
.DownloadBtn{
    margin-top: 1em;
    padding: 8px 16px;
    border: white;
    border-radius: 2px;
    border-width: 2px;
    color: rgb(255, 255, 255);
    background-color: rgb(26, 26, 26);
    font-size: 25px;

    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
}
.DownloadBtn:hover{
    background-color: white;
    color: black;
}

#content1, #content1B, #content2, #content3, #content4{
    opacity: 0;
    align-items: center;
    width: 100%;
    justify-content: center;
}
#content5, #content6{
    align-items: center;
    width: 100%;
    justify-content: center;
}

#WrapperTeam{
    margin-left: 50%;
    transform: translate(-50%, 10%);
    position: absolute;
    margin-top: 6vh;
    text-align: center;
    display: inline-flex;
    width: 50em;
    height: 40em;
    background-color: rgba(255, 255, 255);


    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)

}

#Thomas{
    width: 50%;
}
#Thomas img{
    margin-top: 3vh;
    width: 285px;
    height: 285px;
}
#WrapperAU{
    margin-left: 50%;
    transform: translate(-50%, 10%);
    position: absolute;
    margin-top: 6vh;
    display: inline;
    text-align: center;
    width: 50em;
    height: 40em;
    background-color: rgba(255, 255, 255);


    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)

}

#Shekhar{
    width: 50%;
}
#Shekhar img{
    margin-top: 3vh;
    width: 285px;
    height: 285px;
}
@media only screen and (max-width: 100em) {
    #WrapperWWD{
        margin-left: 50%;
        transform: translate(-50%, 10%);
        position: absolute;
        margin-top: 6vh;
        text-align: center;
        display: inline-flex;
        width: 80em;
        height: 40em;
        background-color: rgba(255, 255, 255);
    
    
        box-shadow:
      0 2.8px 2.2px rgba(0, 0, 0, 0.034),
      0 6.7px 5.3px rgba(0, 0, 0, 0.048),
      0 12.5px 10px rgba(0, 0, 0, 0.06),
      0 22.3px 17.9px rgba(0, 0, 0, 0.072),
      0 41.8px 33.4px rgba(0, 0, 0, 0.086),
      0 100px 80px rgba(0, 0, 0, 0.12)
    }
    #ECG2, #Machinelearning, #Mobile, #Offshore {
        width: 25%;
    }

        #ECG2 img, #Machinelearning img, #Mobile img, #Offshore img {
            margin-top: 3vh;
            width: 225px;
            height: 225px;
        }
    h4 {
        color: rgb(79, 97, 121);
        margin: auto;
        font-size: 15px;
        width: 225px;
        font-weight: 100;
    }
}
@media only screen and (max-width: 80em) {
    #WrapperWWD {
        margin-left: 50%;
        transform: translate(-50%, 10%);
        position: absolute;
        margin-top: 6vh;
        text-align: center;
        display: inline-flex;
        width: 70em;
        height: 40em;
        background-color: rgba(255, 255, 255);
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12)


    }
    h4 {
        color: rgb(79, 97, 121);
        margin: auto;
        font-size: 15px;
        width: 225px;
        font-weight: 100;
    }
}
@media only screen and (max-width: 70em) {
    #WrapperWWD {
        margin-left: 0%;
        transform: translate(0%, 10%);
        position: absolute;
        margin-top: 6vh;
        text-align: center;
        display: inline-flex;
        width: 70em;
        height: 40em;
        background-color: rgba(255, 255, 255);
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12)
    }

    h4 {
        color: rgb(79, 97, 121);
        margin: auto;
        font-size: 15px;
        width: 225px;
        font-weight: 100;
    }
}
@media only screen and (min-width: 100em) {
    #WrapperWWD{
        margin-left: 50%;
        transform: translate(-50%, 10%);
        position: absolute;
        margin-top: 6vh;
        text-align: center;
        display: inline-flex;
        width: 100em;
        height: 40em;
        background-color: rgba(255, 255, 255);
    
        box-shadow:
      0 2.8px 2.2px rgba(0, 0, 0, 0.034),
      0 6.7px 5.3px rgba(0, 0, 0, 0.048),
      0 12.5px 10px rgba(0, 0, 0, 0.06),
      0 22.3px 17.9px rgba(0, 0, 0, 0.072),
      0 41.8px 33.4px rgba(0, 0, 0, 0.086),
      0 100px 80px rgba(0, 0, 0, 0.12)
    }
    #ECG2, #Machinelearning, #Mobile, #Offshore {
        width: 25%;
    }

        #ECG2 img, #Machinelearning img, #Mobile img, #Offshore img {
            margin-top: 3vh;
            width: 285px;
            height: 285px;
        }
    h4 {
        color: rgb(79, 97, 121);
        margin: auto;
        font-size: 15px;
        width: 285px;
        font-weight: 100;
    }
  }


#WrapperPartners{
    margin-left: 50%;
    transform: translate(-50%, 10%);
    position: absolute;
    margin-top: 6vh;
    text-align: center;
    display: inline-flex;
    width: 25em;
    height: 40em;
    background-color: rgba(255, 255, 255);
    z-index: 2;

    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
}
#Partners{
    width: 100%;
}
#Partners img{
    margin-top: 3vh;
    width: 285px;
    height: 285px;
}
#WrapperScience{
    margin-left: 50%;
    transform: translate(-50%, 10%);
    position: absolute;
    margin-top: 6vh;
    text-align: center;
    display: inline-flex;
    width: 25em;
    height: 40em;
    background-color: rgba(255, 255, 255);
    z-index: 1;

    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
}
#Publications{
    width: 100%;
}
#Publications img{
    margin-top: 3vh;
    width: 285px;
    height: 285px;
}
h1{
    color: rgb(30, 30, 30);
    font-size: 64px;
    line-height: 32px;
}
h2{
    margin-top: 3.5em;
    color: rgb(30, 30, 30);
    font-size: 48px;
    margin-bottom: 0;
    font-weight:200;
}
h6{
    color: rgb(79, 97, 121);
    font-size: 26px;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    font-weight: 100;
}
h3{
    color: rgb(30, 30, 30);
    font-size: 26px;
    font-weight: 200;
    margin: 1vh;
}

h5{
    width: 100%;
    text-align: center;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding-top: 150px;
    margin-bottom: 30px;
}
.back{
    z-index: -5;
    position: fixed;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#bottom{
    margin-top: 46em;
}
#footer{
    margin-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(10, 10, 10);
    text-align: center;
    color: white;
}
#contactInfos{
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    color: #afafaf;
}
#copyright{
    letter-spacing: 0.20em;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.80em;
    color: #7F7F7F;
    margin-top: 13em;
}


#WrapperImpressum{
    margin-top: 2em;
    margin-left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    display: inline-block;
    width: 80vw;
    background-color: rgba(255, 255, 255);


    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)

}

#Disclaim{
    margin: auto;
    max-width: 80%;
}
#imp{
    margin: auto;
    max-width: 80%;
}

.Überschrift{
    margin-top: 1em;
    color: rgb(30, 30, 30);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
}

#copyrightImp, #copyrightData{
    letter-spacing: 0.20em;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.80em;
    color: #7F7F7F;
    padding: 5em;
    background-color: black;
    margin-top: 2em;
}
#copyright a, #copyrightImp a, #copyrightData a{
    color:  #7F7F7F;
}

#WrapperData{
    margin-top: 2em;
    margin-left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    display: inline-block;
    width: 80vw;
    background-color: rgba(255, 255, 255);


    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)

}
#data{
    margin: auto;
    max-width: 80%;
}

#switcher{
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
}

#german{
    background-image: url(Images/DE.png);
    background-size: 100%;
    color: rgba(0, 0, 0, 0);
}

#english{
    background-image: url(Images/EN.jpg);
    background-size: 100%;
    color: rgba(0, 0, 0, 0);
}
