body {
    background: #0275d8;
    position: relative;
}

.container-fluid.topbg {
    width: 100%;
    min-height: 300px;
    -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    background: url('../img/header.png?v') 50% 00% no-repeat;
    background-size: cover;
}

.container-fluid.navi {
    width: 100%;
}


.topshopcart {
    padding-left: 15px;padding-right: 15px;line-height: 40px;height: 40px;border: 1px solid #000;color: #000;font-size: 13px;
}


.slicetoptitle {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.pizzazutaten .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pizzazutaten .list .zutatitem {
    padding: 2px 5px;
    border: 2px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 5px;
}

.pizzazutaten .list .zutatitem.active {
    background: rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.logo {
    min-height: 300px;
    width: 300px;
    max-width: 100%; 
    margin: 0px auto;
    line-height: 300px;
}

.logoimg {
    vertical-align: middle;
    width: 100%;
}

.container-fluid.content {
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* V4 */
.steps {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.form-check-input {
    margin-right: 10px;
}

.createaccount {
    background: rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
}

.cartrow .card {
    padding: 20px;
}

.cartrow .card h1 {
    margin-left: -21px;
    margin-top: -21px;
    margin-right: -21px;

}

.cartrow .card .cart_itemlist {
    margin-left: -20px;
    margin-right: -20px;
}

.cartrow .bottom {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}


/* Navbar */

@media (min-width: 800px) {
    .navbar {
        padding: .0px;
    }
    .navbar .container {
        padding: 10px 20px 20px 20px;
    }

    .navbar-collapse {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-nav {
        display: block;
        float: left;
        position: relative;
        left: 50%;
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
    }
    .navbar-nav li {
        float: left;
        position: relative;
        right: 50%;
    }
    .navbar-nav .nav-item {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }


    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .active>.nav-link {
        color: #FFF;
        border: 0px;
    }

    .navbar-light .navbar-nav .active>.nav-link {
        font-weight: 500;
        text-decoration: underline;
    }
    
}

/* MOBILE 


.navbar-nav {
    display: flex;
}


.navbar-nav .nav-item {
    float: none;
}
*/

/* Content */

.card {
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.card.content {
    padding: 25px;
}

.card h1 {
    font-size: 18px;
    padding: 15px;
    margin-left: -11px;
    margin-top: -11px;
    margin-right: -11px;
    color: #FFF;
    text-shadow: 0 0 2px #000;
    background: #0275d8;
    border-bottom: 0;
    margin-bottom: 20px;
    font-weight: normal;
    border-radius: 4px 4px 0px 0px;
}

.card.content h1 {
    margin-left: -26px;
    margin-top: -26px;
    margin-right: -26px;
}

.list-group {}

.list-group-item:last-child, .list-group-item:first-child {
    border-radius: 0;
}

.plzInfos {
    display: none;
    padding-top: 10px;
}

table.items {
    width: 100%;
    margin-top: -10px;
}

table.items tr.item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    vertical-align: top;
}

table.items h1 {
    margin-top: -1px;
    margin-bottom: 0px;
}

table.items .desc {
    display: block;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
}

table.items .item_desc {
    font-size: 13px;
    text-align: right;
}

table.items .price {
    font-size: 12px;
    font-weight: bold;
    width: 50px;
    text-align: right;
    padding-right: 10px;
}

table.items .buytd {
    width: 30px;
}

table.items .buytd .btn-buy {
    width: 30px;
    height: 30px;
    padding: 5px;
}

footer .container {
    padding-top: 20px;
    color: #FFF;
    font-size: 18px;
    padding-bottom: 20px;
}

footer .container .rightside {
    font-size: 14px;
    text-align: right;
}

.ctitle {
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
}

.btn-buy {
    cursor: pointer;
    font-size: 14px;
}

.fixxedifdevice {
    position: fixed;
    top: 10px;
}

.form-control {
    border-radius: 4px;
    margin-bottom: 10px;
}

.btn {
    border-radius: 4px;
}

.alert {
    border-radius: 4px;
}

.alert .btn-close {
    display: none;
}

.fixedonscroll {
    width: 260px;
    z-index: 1000;
}

.showonmobile {
    display: none;
}

select {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    font-size: 13px;
}

.item {
    font-size: 14px;
    padding-top: 15px;
}

.item.coupon {
    background: #3e86c2;
    color: #FFF!important;
    padding: 10px;

    margin-top: 10px;
}

.item.coupon .desc {
    color: #FFF!important;
}

.item label {
    font-size: 13px;
}

.item .price {
    float: right;
    font-weight: bold;
    padding-top: 7px;
}

.item .desc {
    color: rgba(0, 0, 0, 0.7);
    font-size: 11px;
}

.item .item_desc {
    width: 100%;
    padding-right: 20px;
}

.cart .cart_itemlist {
    overflow-x: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

table.items tr.item td:first-child {
    padding-left: 5px;
    padding-top: 5px;
}

.affix {
    position: fixed;
    top: 20px;
}

.total {
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    font-size: 13px;
    background: rgba(0, 0, 0, 0.1);
}

.total .count {
    float: right;
}

.headerbox_grand {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    height: 100%;
}

.headerbox {
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.4);
    font-size: 13px;
}

.headerbox h3 {
    height: 20px;
}

.border-bottom-0 {
    border-bottom: 0;
}

.choicepayment {
    padding-top: 20px;
}

.choicepayment [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.choicepayment [type=radio]+img {
    cursor: pointer;
    padding: 20px;
    outline: 1px solid #000;
    margin-bottom: 5px;
}

.choicepayment [type=radio]:checked+img {
    outline: 6px solid #f00;
}

.choicepayment label {
    margin-bottom: 20px;
}

.choicepayment img {
    display: block;
    width: 100%;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.minbestellcount {
    margin-top: 10px;
    font-size: 13px;
}

/* 
    Created on : 21.06.2017, 12:03:32
    Author     : David
*/

.navbar-toggler {
    margin-top: 15px;
    cursor: pointer;
}

.navbar-light .navbar-toggler {
    border: 1px solid #FFF;
    border-radius: 0px;
}

.container .topbg {
    background: #FFF;
    min-height: 200px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.logoimg {
    width: 170px;
}

.container-fluid.content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list-group-item {
    padding: 6px;
}

.list-group-item a {
    color: #000;
    font-size: 14px;
}

.warenkorb {
    background: rgba(0, 0, 0, 0.1);
}

.ctitle {
    color: #FFF;
    background: #F6921D;
}

.btn-buy {
    background: #27ae60;
    color: #FFF;
}

.headerbox {
    background: rgba(0, 0, 0, 0.5);
}

table.items h1 {
    padding: 0;
    padding-left: 20px;
    min-height: 70px;
    line-height: 70px;
    font-size: 24px;
}

table.items h1 span {
    display: block;
    font-size: 16px;
    line-height: 40px;
}

h1 i {
    padding-right: 25px;
    padding-top: 25px;
}

.bg-faded .rightside {
    padding: 5px;
}

.indexwidth {
    width: calc(100% + 5px);
}

.selectedplz {
    width: calc(100% + 5px);
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.selectedplz a {
    margin-top: -5px;
    margin-right: -7px;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

#navbar-example h1 {
    margin-bottom: 10px;
}

#navbar-example .nav-link {
    padding: .3em .1em;
    font-size: 14px;
    color: #000;
    padding-left: 5px;
}

.card.warenkorb {
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.card.warenkorb h1 {
    margin-bottom: 0px;
}

.card.warenkorb .total {
    padding: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    background: none;
    height: auto;
    line-height: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 15px;
    padding-right: 15px;
}

.card.nopadding {
    padding: 0px;
}

.card.nopadding h1 {
    margin: 0;
}

.card.nopadding p {
    text-align: justify;
    padding: 30px;
    padding-bottom: 10px;
}

.card.nopadding table td:first-child {
    padding-left: 30px;
}

.card.nopadding table td:last-child {
    padding-right: 30px;
}

.total .count {
    font-weight: bold;
}

.item {
    font-size: 13px;
}

.card .cart_itemlist {
    overflow-x: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF;
    padding-bottom: 10px;
}

.btn-group.liefermethode {
    width: 100%;
    margin-top: 10px;
}

.btn-group-vertical>.btn, .btn-group.liefermethode>.btn {
    width: 50%;
    font-size: 14px;
    cursor: pointer;
}

.btn-group.liefermethode>.btn-secondary.active {
    font-weight: 500;
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b
}

.bottom {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    padding: 15px;
}

.bottom .btn {
    margin-bottom: 0px;
}

.bottom a .btn {
    font-size: 14px;
}

.c-btn {
    text-align: center;
    padding: 10px;
    width: 100%;
}

.menu-toopen {
    padding: 30px;
    padding-top: 20px;
    background: rgba(89, 152, 194, 0.0819);
    margin-left: -15px;
    margin-right: -12px;
    margin-bottom: -10px;
}

.menu-toopen .form-control {
    margin-bottom: 10px;
}

.choose {
    margin-top: 20px;
    font-size: 11px;
    font-style: italic;
}

.pricebbutton {
    text-align: right;
    font-size: 16px!important;
    padding-top: 5px;
}

.pricebbutton .price {
    font-size: 16px!important;
}

tr.item td b {
    hyphens: auto;
    -webkit-hyphens: auto;
   -moz-hyphens: auto;

}

/* CART Step 3*/
input.labelauty + label {
    width: 100%;
    padding: 20px;
    color: #000;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

input.labelauty + label > span.labelauty-unchecked, 
input.labelauty + label > span.labelauty-checked {
    width: 100%;
    vertical-align: middle;
    padding-top: 10px;
}

input.labelauty + label > span.labelauty-unchecked-image, input.labelauty + label > span.labelauty-checked-image {
    display: table-cell;
}

label img {
    float: right;
    width: 80px;
    margin-top: -15px;
}

input.labelauty:checked:not([disabled]) + label:hover
{
	background-color: #34495e;
    color: #FFF;
}

input.labelauty:not(:checked):not([disabled]) + label:hover
{
	background-color: #FFF;
    border-color: #34495e;
	color: #000;
}

input.labelauty:checked:not([disabled]) + label:hover > span.labelauty-checked-image,
input.labelauty:checked:not([disabled]) + label:hover img {
    filter: brightness(0) invert(1);
}



input.labelauty:checked + label {
    background-color: #FFF;
    border-color: #34495e;
    color: #000;
    font-weight: bold;
}

input.labelauty + label > span.labelauty-checked-image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.searchgroup {
    padding-left: 10px;
    padding-right: 10px;
}


.searchgroup .form-control {
    padding-left: 2.375rem;
}

.searchgroup .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
    color: #000;
}

.searchicon {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
}


/* SWAL */
.swal2-html-container { 
    text-align: left!important;
}

/* Left Shop Navigation */

ul.nav .nav-link {
    color: #000;
    border-left: 4px solid #FFF;
    padding-left: 10px;
}

ul.nav .nav-link.active {
    font-weight: bold;
    border-color: #000;
}

.fixedonscroll ul.nav.cardToHigh {
    overflow-y: scroll;
}


.multilocation {
    border-top: 1px solid rgba(0, 0, 0, 0.2);

    margin-top:10px;
    font-size: 14px;

    margin-left: -10px;
    margin-right: -10px;

    padding: 10px;
    padding-bottom: 0px;
}

.allergene_additives {
    display: inline;
    padding-left: 5px;
   /* float: right;*/
}

.allergene_additives i {
    font-size: 16px;
    margin-left: 5px;
}

.allergene_additives i.infocircle {
    cursor: pointer;
    color: #000;
}

#AllergeneModal .modal-header,
#AllergeneModal .modal-footer {
    padding-left: 40px;
    padding-right: 40px;
}

#AllergeneModal .modal-body {
    padding: 40px;
}

#AllergeneModal .modal-body h3 {
    font-size: 22px;
}

#AllergeneModal .modal-body ul {
    margin-bottom: 20px;

    list-style-type: none;
    padding-left: 0px;
}
#AllergeneModal .modal-body ul li {
    margin-bottom: 5px;
}

#AllergeneModal .modal-body ul li:not(.noicon) i {
    margin-right: 5px;
    width: 20px;
}

#AllergeneModal .modal-body ul li.noicon{
    padding-left: 23px;
    list-style: inside;
    margin-left: -20px;
}

#AllergeneModal .modal-body .information {
    font-size: 12px;
    text-align: justify;

    color: rgba(0, 0, 0, 0.6);
}

i.fas.fa-leaf {
    color: #27ae60;
}

.cartsummary {
    padding-top: 20px;
}



@media (min-width: 2000px) {
    .container {
        width: 1800px;
    }
}

@media (max-width: 2000px) {
    .fixedonscroll {
        width: 226px;
    }
    .fixxedifdevice {
        position: inherit;
    }
    .container {
        width: 90%;
    }
    .minbestellcount {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .fixedonscroll {
        width: 226px;
    }
    .fixxedifdevice {
        position: inherit;
    }
    .container {
        width: 98%;
    }
    .minbestellcount {
        font-size: 12px;
    }

}

@media (max-width: 991px) {
    .fixedonscroll {
        width: 150px;
    }
}

@media (max-width: 767px) {
    /* Navigation */
    .navbar {
        padding: .5rem 1rem;
    }
    .navbar-nav {
        background: #FFF!important;
    }
    tr.item {
        display: none;
    }
    .hideifmobile {
        display: none;
    }
    .showonmobile {
        display: block;
    }
    table.items h1 {
        font-size: 14px;
        cursor: pointer;
    }
    .indexwidth, .selectedplz {
        width: 100%;
    }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .container-fluid.topbg {
        min-height: 250px;
    }
    table.items tr.item {
        display: none;
    }

    table.items h1 {
        font-size: 18px;
    }

    table.items h1 span {
        font-size: 14px;
    }

    table.items h1 div {
        background: rgba(0, 0, 0, 0.7)!important;
        line-height: 1.5!important;
        padding-top: 20px!important;
    }

    table.items tr td[colspan="4"] > div {
        padding-top: 0px!important;
    }

    .row.rowcart .card {
        padding-bottom: 0px;
        border-bottom: 0px;
        border-top: 0px;
    }
}

@media (max-width: 575px) {
    .logoimg {
        width: 130px;
        margin-top: 10px;
    }
    .navbar {
        min-height: 88px;
    }
    .navbar .container {
        position: initial;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }
    table.items .item_desc {
        font-size: 11px;
        text-align: right;
    }
    .xcontainer-fluid {
        padding-right: 22px;
        padding-left: 22px
    }
    .content .container {  
    /*    width: calc(100% + 32px);
        margin-left: -16px; */
       

    }

    .card {
        border-radius: 0px;
    }
    


    .xcontainer {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0px;
        padding-left: 0px;
    }
    .choicepayment [type=radio]+img {
        padding: 0px;
    }
    .choicepayment img {
        height: 100px;
        width: auto;
    }

    .logoimg_big,
    .logoimg_small {
        width: 130px!important;
    }
}

@media (max-width: 370px) {
    .logoimg {
        width: 90px;
        margin-top: 15px;
    }
}