#recht {
    font-family: 'Merriweather', sans-serif; 
    color: #EDEDED;
/*    position: relative;*/
    width: 1000px;
}
p {
    font-family: 'Merriweather', sans-serif;
}
.r_inhalt {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.re_inhalt {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.re_content {
    font-family: 'Merriweather', sans-serif; 
    font-size: 17px;
    padding-bottom: 30px;
}

#quelle {
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
   
}
#footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #333;
    
}