body {
    background-color: #faf7f4;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}


h1 {
background-color: #faf7f4;
width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
margin-top: 50px;
	margin-bottom: 0px;   
 font-size: 40px;
font-weight: bold;
text-align: left;

}




.nav {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: black;
    bottom: 0;
    z-index: 1;
}
.nav p {
    color: white;
    text-align: center;
	font-size: 25px;
    font-weight: bold;
}
.nav a {
    
	text-align: center;
    text-decoration: none;
    color: white;
    position: absolute;
    margin-left: 35%;
    width: 30%;
    bottom: 10px;
    font-size: 25px;
    font-weight: bold;
}
.nav a:hover, a:active {
    color: blue;
}
.nav button {
    padding: 5px 10px;

}

.nav button {
    padding: 5px 10px;

}
.nav button {
    padding: 5px 10px;

}


#fwr{
    float: right;
    margin-right: 10%;
    margin-top: 10px;
}

#back{
    float: left;
    margin-top: 10px;
    margin-left: 10%;
    
}

i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.br {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.bl {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.all {
    position: absolute;
    margin-bottom: 100px;

}

.left {
    float: left;
    text-align: right;
    width: 23%;
    margin-top: 15px;
    font-size: 20px;

}
.left a {
    text-decoration: none;
    color: blue;
}
.titel {
    float: right;
    width:75%;
    margin-top: 35px;
    font-size: 20px;
    font-style: italic;
font-weight: bold;
text-align: left;


}








.titel a {
    text-decoration: none;
    color: blue;
}



.right {
    float: right;
    width:75%;
    margin-top: 15px;
    font-size: 20px;
}

div.panel {
    padding: 0 18px;
    background-color: lightgrey;
    display: none;
    font-style: italic;
    
}

button.accordion {
    background-color: #faf7f4;
    color: blue;
    border: none;
    outline: none;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

.right a {
    text-decoration: none;
    color: blue;
}



