body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #000000 url("../images/gastronomie.jpg");
    opacity: .35;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

a {
    color: #000;
    text-decoration: underline;
}

.header a {
    color: #fff;
    text-decoration: none;
}

.menu-content a {
    text-decoration: none;
}

.site-title-sub {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding-left: 5px;
}

.taf-s-content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.s-content {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
}

.info-details {
    margin-top: 30px;
}

.li-level-2 {
    color: #036CB0;
    padding-left: 15px;
}

.headline-1 {
    display: flex;
    align-items: baseline;
}

.headline-1-hint {
    padding-left: 5px;
    font-size: 15px;
    color: rgba(0,0,0, .75);
}

.oeffnungszeiten {
    display: flex;
}

.oeffnungszeiten-tage {
    width: 150px;
}

.oeffnungszeiten-zeiten {
    width: 175px;
}

.logo-auebad {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 350px;
    z-index: 100;
}

.column-1, column-2 {
    display: flex;
    flex-direction: column;
}

.headline-1 {
    margin-top: 50px;
}

.headline-2 {
    margin-right: auto;
    padding-bottom: 5px;
}

.s-image {
    width: 100%;
}

.s-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s-headline-2 {
    font-family: 'Indie_Flower';
    font-size: 28px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}

.s-row {
    display: flex;
    justify-content: center;
    width: 650px;
    min-width: 400px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding-bottom: 5px;
}

.s-col-1 {
    display: flex;
    flex-direction: column;
}

.s-item {
    text-transform: uppercase;
    /*color: #d88b5e;*/
    color: #c86c36;
}

.s-item-info {
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    white-space: break-spaces;
}

.s-col-2 {
    display: flex;
    margin-left: auto;
    color: #75af85;
    font-weight: bold;
}
.image-thumb-container {
    max-width: 650px;
    justify-content: flex-start;
    padding-bottom: 5px;
}
.img-thumb {
    height: 135px;
    padding-left: 10px;
    padding-right: 10px;
}
.img-thumb:hover {
    box-shadow: 3px 1px 3px 1px rgba(0, 0, 0, 0.3);
}