html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.navbar-brand {
    background: url(https://www.schnullerkettchen.de/media/layout/logo.png) no-repeat;
    background-size: 222px auto;
    height: 50px;
    width: 222px;
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: #FFF;
}

.accordion-button-grey:not(.collapsed) {
    background-color: #e9e9e9;
}

.accordion-button-grey {
    background-color: #e9e9e9;
}

.accordion-collapse {
    border-bottom-style: double !important;
    margin-bottom: 10px;
}

.tableProductsCart td {
    font-size: 80%
}

.btn-primary {
    padding:20px;
    margin: 5px;
}