.Basket {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
}
.BasketHeader {
    background-color: #000;
    color: #FFF;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.BasketArtList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-items: start;
}

.BasketHeader > div {
    padding: 10px;
}

div.ArtDelete,
div.artikelEinel,
div.artikelDel {
    display: none;
}

.BasketArt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: start;
}

.BasketArt:nth-child(odd) {
    background-color: #F0F0F0;
}

.BasketArt > div {
    padding: 10px 5px;
}
.BasketArt > div.ArtEinzel,
.BasketArt > div.ArtGesamt {
    text-align: right;
}

.BasketArt > div.ArtGesamt,
.BasketArt > div.ArtEinzel,
.BasketArt > div.ArtImage,
.BasketArt > div.ArtMenge {
    width: 33%;
}

.Gutschein > div:nth-child(2),
.Gesamtsumme > div:nth-child(2),
.ust > div:nth-child(2),
.Versandkosten > div:nth-child(2),
.Zischensumme > div:nth-child(2) {
    width: 33%;
    text-align: right;
    padding-right: 5px;
}

.Gutschein > div:first-child,
.Gesamtsumme > div:first-child,
.ust > div:first-child,
.Versandkosten > div:first-child,
.Zischensumme > div:first-child {
    width: 65%;
    text-align: right;
}

.BasketArt input[type="text"] {
    width: calc(100% - 40px) !important;
    display: inline-block;
}

.BasketArt > div.ArtDesc {
    width: 66%;
}

.ArtMenge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}


div.Gesamtsumme,
div.ust,
div.Versandkosten,
div.Zischensumme {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

a.deleteBasket img {
    width: 30px !important;
    margin: 10px auto;
}

.ext_Shop ul {
    list-style: disc;
}

.ext_Shop ol {
    list-style: decimal;
}

a.deleteBasket {
    width: 25px;
    display: inline-block;
}

.ext_Shop a.Button {
    border: none;
    background: #7d7d7d;
    border-radius: .25em;
    padding: 16px 20px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.ext_Shop a.Button,
input[type=submit] {
    margin-top:20px;
    margin-bottom:20px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    
}

input[type=text] {
    text-align: center;
    border:1px solid #c0c0c0;
}

input[type=text]:focus {
    border:1px solid #000;
}

input[type=submit].right {
    margin-left:20px;
}

.ext_Shop a.Button:hover,
input[type=submit]:hover {
    background: var(--mainColor);
}

input[type="radio"] + label::after,
input[type="checkbox"] + label::after {
}

#content label {
    margin: 15px 0;
}
input[type="radio"] + label::before, input[type="radio"] + label::after,
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
    margin-top: 2px;
}

.VersandZahlung {
    background-color: rgba(236,236,236,1);
    width: 100%;
    padding: 25px 25px 0px 25px;
}

.Zahlung,
.Versandarten {
    width: 45%;
    padding: 25px 25px 0px 25px;
    margin-right: 5%;
}

.Zahlung {
    margin-right: 0;
    margin-left: 5%;
}

.Versandarten {
    margin-left: 0;
    margin-right: 5%;
}

table.Basket {
    padding:0;
    margin:0;
    width:100%;
}

table.Basket tr th,
table.Basket tr td {
    padding: 15px;
}

table.Basket tr:nth-child(odd) {
    background-color: #E5E5E5;
}

table.Basket tr.Zischensumme,
table.Basket tr.Versandkosten,
table.Basket tr.Gutschein,
table.Basket tr.ust,
table.Basket tr.Gesamtsumme {
    background-color: transparent;
}

table.Basket tr.Zischensumme {
    border-top: 4px solid #606060;
}

table.Basket tr.Gesamtsumme td:nth-child(5),
table.Basket tr.Gesamtsumme td:nth-child(6) {
    border-top: 2px solid #606060;
    border-bottom: 4px solid #606060;
}

table.Basket tr th {
    background-color: #606060;
    color: #fff;
}
table.Basket tr td {
    vertical-align: top;
}
table.Basket tr td:nth-child(4) {
    padding-top:25px;
}
table.Basket tr td:nth-child(5),
table.Basket tr td:nth-child(6) {
    padding-top:35px;
    text-align: right;
}

table.Basket tr.Zischensumme td,
table.Basket tr.Versandkosten td,
table.Basket tr.Gutschein td,
table.Basket tr.ust td,
table.Basket tr.Gesamtsumme td {
   padding:5px;
}

table.Basket tr.Gesamtsumme td {
    font-size: 110%;
    font-weight: bold;
}

table.Basket tr td:nth-child(5):after,
table.Basket tr td:nth-child(6):after {
    /*content: " €";*/
}
table.Basket tr.Zischensumme td:nth-child(5):after,
table.Basket tr.Versandkosten td:nth-child(5):after,
table.Basket tr.Gutschein td:nth-child(5):after,
table.Basket tr.ust td:nth-child(5):after,
table.Basket tr.ust td:nth-child(6):after,
table.Basket tr.Gesamtsumme td:nth-child(5):after {
    content: "";
}

#content table.Basket td a.deleteBasket img {
    width:25px;
}

table.Basket th.artikelImage {
    width: 20%;
}
table.Basket th.artikelDesc {
    width: 40%;
}
table.Basket th.artikelCount {
    width: 5%;
}
table.Basket th.artikelEinel {
    width: 15%;
    text-align: right;
}
table.Basket th.artikelGesamt {
    width: 15%;
    text-align: right;
}
table.Basket th.artikelDel {
    width: 5%;
}

.BasketZusatzText {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 110%;
}
.BasketZusatzText span strong {
    border-bottom: 4px solid #606060;
    border-style: double;
    padding: 5px;
}

#content .emptyBasket {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}

#content .emptyBasket img {
    display: inline-block;
    max-width: 300px;
    margin: 0px 0 50px 0;
}

#top .search {
    display: none;
}