.uebersicht {
    margin-left: 11%;
    margin-right: 11%;
    padding-bottom: 3%;
}
.left {
    float: left;
    color: #EDEDED;
    font-size: 18px;
}
.right {
    float: left;
    padding-left: 30px;
    color: #EDEDED;
    font-size: 18px;
}
table {
    
}
#content {
/*    text-align: center;*/
}
.anfahrt {
    text-align: center;
    text-transform: uppercase;
    font-size: 37px;
    font-family: 'Merriweather', sans-serif;
    margin-top: 50px;
    margin-bottom: 50px;
/*    margin-right: auto;*/
}
.acontainer {
    padding-bottom: 100px;
}
.anfahrtname {
    font-size: 20px;
    text-transform: uppercase;
}
.ort {
    font-size: 18px;
    text-transform: none;
}
#mail {
    text-decoration: none;
}
#mail:hover {
    color: #bf5f5f;
    text-decoration: underline;
    transition: 600ms;
}