.tab-bar {
    background: #0aaab6;
}
.left-off-canvas-menu {
    background: #0aaab6;
    <!-- #f7a600 #b3e6e4 --> hover: #f7a600;
    shadow: #f7a600;
    box-shadow: #f7a600;
}
.left-off-canvas-menu a {
    background: #0aaab6;
    <!-- f7a600 --> hover: #f7a600;
}
.tab-bar-section a {
    hover: #f7a600;
    shadow: #f7a600;
    color: #FFFFFF;
}
ul.off-canvas-list li label {
    background: #f7a600;
}
ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
    background: #f7a600;
}
.oeffnungszeiten {
    background: #f2f5a9;
    overflow: hidden;
    border: 1px solid #0aaab6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5x;
    float: left;
    width: auto;
    margin-left: 10px;
    margin-bottom: 10px;
}
.oeffnungszeiten table {
    border-collapse: collapse;
    border-spacing: 10px 10px 20px 30px;
    text-align: left;
    margin-bottom: 0px;
}
.oeffnungszeiten table td,
.oeffnungszeiten table th {
    padding: 3px 10px;
}
.oeffnungszeiten table thead th {
    background-color: #0aaab6;
    color: #FFFFFF;
    border-left: 1px solid #0aaab6;
}
.oeffnungszeiten table thead th:first-child {
    border: none;
}
.oeffnungszeiten table tbody .alt td {
    background: #b3e6e4;
}
.oeffnungszeiten table tbody tr:last-child td {
    margin-bottom: 0;
    margin-bottom: 0;
}

@media only screen { /* mobile */
    .googlemap {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (min-width: 40.063em) { /* min-width 641px, medium screens */
    .googlemap {
        width: 500px;
        height: 350px;
    }
} 

// Large screens
@media only screen and (min-width: 64.063em) { /* min-width 1025px, large screens */
    iframe {
        width: 600px;
        height: 400px;
    }
} 
 
#copyright {
    text-align: center;
    color: #FFFFFF;
    background-color: #0aaab6;
}