body, html {
    height: 100%;
    width: 100%;
    font-family: "Times New Roman", serif !important;
}

body{
    background-color: rgb(102, 51, 153) !important;
}

p, ul, li{
    color: white;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

.background{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.main{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.textHeader {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 60px;
    text-align: center;
}

.textHeaderSub {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    text-align: center;
}

.textNormal {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}

/*
.textdunkel {
    color: black;
    word-wrap: break-word;
}

#hervorheben {
    font-weight: 900;
}

html {
    height: 100%;
    overflow: auto;
}

body {
    background-color: rebeccapurple;
    height: 100%;
}

section {
    height: 100%;
}



#background {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

#besondererbackground {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    margin-top: -400px;
}

#wrapper {
    width: 60%;
    left: 50%;
    margin-top: 20px;
    position: relative;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.container {
    height: 100%;
    position: relative;
}

.fully-center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.AndereSeite {
    background-color: white;
    opacity: 0.5;
    float: left;
    height: 100%;
    width: 15%;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    align-content: center;
}

.AndereSeiteAbstand {
    float: left;
    height: 100%;
    width: 2%;
}

.AndereSeite:hover {
    background-color: white;
    opacity:1.0;
}

.ButtonStartseite {
    background-color: white;
    opacity: 0.5;
    height: 100%;
    position: relative;
    width: 30%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    align-content: center;
}

.ButtonStartseite:hover {
    background-color: white;
    opacity:1.0;
}

#logo {
    height: 400px;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 400px;
}


.besondereuberschrift {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    margin-top: 400px;
}

.unteruberschrift {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

#NavigationBox {
    position: relative;
    height: 50px;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 100px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#name {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
}
.fliesstext {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}*/
