#versandadressen {
    margin-top: 20px;
}

#preis {
    font-size: 30px;
    font-weight: bold;
}

#versand {
    font-size: 25px;
    font-weight: bold;
}

#Preis-Details {
    display: none;
}


.versandPreisEinzel {
    float: right;
}

#inputNumber {
    font-weight: bold;
}

.additionalAdress {
    border: 1px solid black;
    padding: 5px;
    width: 350px;
    float: left;
    border-collapse: collapse;
    margin: 5px;
    background: #f2f2f2;
}

.additionalAdress input {
    float: right;
    min-width: 340px;
}

.additionalAdress span {
    text-align: center;
}

.adresse input {
    width: 100%;
}

#buttonToCart {
    font-size: 20px;
    float: right;
    margin-top: 40px;
}

#tabelleAdressen {
    margin-top: 20px;
}


#tabelleAdressen th {
    text-align: center;
}

#inputNumber {
    width: 100%;
    min-height: 30px;
}

.woocommerce-Price-amount {
    display: none;
}

.wc-gzd-additional-info {
    display: none;
}

.notFilled {
    border-color: red !important;
    background: #ff00004a;
}

.autocomplete-items {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#lieferdatum {
    font-weight: bold;
}

.smaller {
	font-size: 10px;
}

/*Bis hier hin alt */