.logo {
    font-weight: normal;
}

.logo > .brand {
    padding-top: 1rem;
    color: var(--bulma-primary);
    line-height: 3rem;
    text-transform: uppercase;
    font-size: 4.5rem;
    letter-spacing: -0.5rem;
}
.logo > .brand > .highlight {
    text-decoration: underline;

}

.logo > .brand > small {
    color: var(--bulma-primary);
    font-size: large;
    letter-spacing: 0;
}

.motto {
    color: var(--bulma-primary);
    text-transform: none;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0;
    padding-left:0.25rem;
}

.logo > .topline {
    position: absolute;
    left: 2.5em;
    top: 1em;
    color:#444;
    font-weight: bold;
}

img.logo-gas {
    position: relative;
    height: 75px;
    width: auto;
}

.gas-headline {
    width: 80%;
    padding-top: 1em;
}

.main-nav {
    padding-left: 0em;
    border-top: 0.1em solid #ddd;
    border-bottom: 0.1em solid #ddd;
}

.navbar-start .navbar-item {
    padding-left: 2rem;
    padding-right: 2rem;
}

.navbar-start .navbar-item:hover {
    background-color: #eee;
    color: var(--bulma-primary);
}

.navbar-start .navbar-item.is-selected {
    background-color: var(--bulma-primary);
    color: white;
}

.hero-top {
    background: url("./img/carousel2.png") no-repeat center top;
    background-size: cover;
    border-radius: 0 0 0.5rem 0.5rem;
    margin: 1rem 0 1rem 0;
}

.tabs a img {
    height: 6rem;
    width: auto;
}

.tabs ul li:not(.is-active) a:hover{
    background-color: #fff !important;
}

.tabs ul {
    border-bottom: 1px solid var(--bulma-primary);
}
.tabs ul li a {
    border-bottom: 3px solid var(--bulma-primary);
}

.tabs .is-boxed {
    border-bottom: 3px solid var(--bulma-primary);
}

.tabs.is-boxed ul li.is-active a {
    border: 3px solid var(--bulma-primary);
}
.tabs.is-boxed ul li a:hover {
    border-bottom: 3px solid var(--bulma-primary);
}
.tabs li.show-all a{
    background-color: #eee;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: -0.1rem;
    padding: 3.7rem 3rem 3.9rem 3rem;
    height: 6rem;
    color: var(--bulma-primary);
}
.tabs ul li.is-active.show-all a {
    background-color: #f8f8f8;
}
.tabs ul li.show-all:not(.is-active) a:hover{
    background-color: var(--bulma-primary) !important;
    color: white;
}

.tabs li.show-all {
}
.filter .card {
    border: 0.1em solid #eee;
}

.filter select {
    font-weight: bold;
}

.filter select > option[selected] {
    font-weight: bold;
    color: white;
    background-color: var(--bulma-primary);
}

.filter select:focus, .filter input:focus {
    box-shadow: 0 0 0.25em 0.125em var(--bulma-primary);
    outline-color: var(--bulma-primary);
}
.filter input {
    font-weight: bold;
}

.category-desc .notification {
    margin-top: 1rem;
    border-radius: 0.75rem;
}

.product-card .image img {
    border-radius: var(--bulma-control-radius);
}

.product-card {
    border: 0.1em solid #ddd;
}
.product-card:hover {
    border: 0.1em solid var(--bulma-primary);  
}

.product-card .card-content .table {
    font-size: small;;
}


footer {
    border-top: 0.1em solid #ddd;
    border-radius: 0.75rem 0.75rem 0 0 !important;
}

footer a {
    color: var(--bulma-primary);
}

footer a:hover {
    text-decoration: underline;
}

footer small a {
    color: var(--bulma-primary);
}


.category-desc figure.image img {
    border-radius: var(--bulma-control-radius);
    height: auto;
    width: 224px;
}

.is-flex-grow-1 {
    flex-grow: 1;
}

.mt-auto {
    margin-top: auto;
}

.managed-page-content ol {
    margin: 0.5rem 0 0 1rem;
}