.openingInfo{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: green;
    text-align: center;
    padding: 10px;
}
.closed{
    background: #800000 !important;
    color:white;
}
.bg-newsletter{
    background: #0d6efd;
    background: linear-gradient(#007bff,#0d6efd);
    color: white;
}
.center{
    justify-content: center;
}
.py-1 a {
    text-decoration: none;
    color: black;
}

.spritname{
    background-color: #0d2d44;
    color: white;
    font-size: 30px;
}
.spritrow{
    border-bottom: 1px solid white;
}
.timesname{
    background-color: #0d2d44;
    color: white;
    font-size: 30px;
}
.timesprice{
    background-color: black;
    color: white;
    font-size: 30px;
    font-family: monospace;
}
.spritprice{
    background-color: black;
    color: white;
    font-size: 30px;
    font-family: monospace;
}
#tankstellenLogo {
    aspect-ratio: 1/1;
}
@media (min-width: 992px) {
    #tankstellenLogo {
        width: 100%;
    }
}
@media (max-width: 992px) {
    #tankstellenLogo {
        width: 50%;
        position: relative;
        left: 25%;
    }
}


.tabbed figure {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid silver;
    clear: both;
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed figure>div {
    padding: 20px;
    width: 100%;
    border: 1px solid silver;
    background: #fff;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    color: #444;
}
#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3 { display: block; }

#tab4:checked ~ figure .tab4,
#tab5:checked ~ figure .tab5,
#tab6:checked ~ figure .tab6 { display: block; }
nav label {
    float: left;
    padding: 15px 15px;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    background: hsl(210,50%,50%);
    color: #eee;
    margin-bottom: 0px;
}

nav label:nth-child(1) { border-left: 1px solid silver; }
nav label:hover { background: hsl(210,50%,40%); }
nav label:active { background: #ffffff; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"],
#tab4:checked ~ nav label[for="tab4"],
#tab5:checked ~ nav label[for="tab5"],
#tab6:checked ~ nav label[for="tab6"]  {
    background: white;
    color: #111;
    position: relative;
    border-bottom: none;
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after,
#tab4:checked ~ nav label[for="tab4"]:after,
#tab5:checked ~ nav label[for="tab5"]:after,
#tab6:checked ~ nav label[for="tab6"]:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    left: 0;
    bottom: -1px;
}
.socialIcons {
    display: flex;
    flex-direction: row; }
@media (max-width: 991px) {
    .socialIcons {
        margin-bottom: 30px; } }
.socialIcons .socialLi {
    list-style-type: none;
    margin-right: 10px; }
.socialIcons .socialLi a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 36px;
    height: 36px;
    background: #1E1E21;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden; }
.socialIcons .socialLi a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3232CC;
    border-radius: 50%;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -ms-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    z-index: -1; }
.socialIcons .socialLi a:hover:after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }
.socialIcons .socialLi a {
    color: white;
    text-decoration: none;
}
.nontext {
    text-decoration: none;
    color: black;
}
