#germany-oxid {
    display: none;
}

#moDHLFinder .modal-header {
    position: relative;
}

.modal-header .close {
    margin: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.popupBox img.closePop {
    z-index: 2;
}

.moDHL--deactivated {
    display: none !important;
}

.moShowOnError {
    display: none;
    color: #a94442;
    margin-left: 5px;
}

.form-group.has-error.custom-error .moShowOnError,
.text-warning .moShowOnError, .text-danger .moShowOnError,
.oxInValid .moShowOnError{
    display: block;
}

#moDHLWunschpaket .form-group {
    margin: 0;
}

#moDHLWunschpaket .form-control {
    border-radius: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
}

.moEmpfaengerserviceWunschpaketBox--image {
    height: 19px;
    display: inline-block;
}

.no--padding-left {
    padding-left: 0 !important;
}

.no--margin-top {
    margin-top: 0 !important;
}

.moEmpfaengerserviceWunschpaketBox--header {
    display: inline-block;
}

#moDHLCheckoutBox {
    border: 1px solid #FFCC00;
}

#moDHLLocality {
    width: 150px;
    margin: 15px 10px 10px 0;
}

#moDHLStreet {
    width: 220px;
    margin-top: 0;
}

#moDHLCountry {
    width: 150px;
    margin: 5px 0 0 0;
}

#moDHLStreet.is--azure {
    width: 230px;
    margin-top: 15px;
}

#moDHLAddressInputs {
    display: inline-block;
    max-width: 250px;
}

#moDHLProviders {
    display: block;
    align-items: center;
    height: 100%;
    top: 0;
    position: relative;
}

#moDHLProviders.is--azure {
    display: inline-flex;
    position: absolute;
    right: 20px;
}

#moDHLFinderForm {
    position: relative;
}

.mo-thumbnail {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    /*
    image-rendering: optimizeSpeed;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
     */
}

@media (min-width: 768px) {
    #modalMap {
        width: 700px;
        max-width: 700px;
    }
}

.modal-body {
    max-height: 80vh; /* fallback */
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

#moDHLMap {
    height: 800px;
    max-height: 70vh; /* fallback*/
    max-height: calc(100vh - 200px);
}

dl.moEmpfaengerserviceWunschpaketBox {
    padding-left: 20px;
}

.moEmpfaengerserviceWunschpaketBox.has--content.is--azure {
    margin-top: 190px;
    margin-bottom: 35px;
}

.moAddressInformation {
    margin-bottom: 0px;
}

.dd-available-addresses label.active {
    color: white;
    background-color: #f0ad4e;
}

div#moDHLWunschpaket {
    border: 1px solid #FFCC00;
    padding: 5px;
}

div#moDHLWunschpaket p {
    margin-bottom: 5px;
}

div#moDHLWunschpaket > img {
    width: 96px;
}

div#moDHLWunschpaket input:disabled {
    background-color: gainsboro;
}

li.moDHLRadioInputs div {
    float: left;
}

div#moDHLInfo a {
    text-decoration: underline;
}

div.icons {
    margin-bottom: 10px;
    margin-top: 10px;
}

img.icon {
    margin: 0 auto;
    width: 48px;
    height: 48px;
}

#moDHLProviders img.icon.postfiliale {
    position: relative;
    left: -5px;
}

#moDHLProviders img.icon.paketshop {
    position: relative;
    left: -15px;
}

div#moDHLProviders label:first-of-type {
    margin-right: 20px;
}

div#moDHLWunschpaket dt {
    margin-top: 20px;
}

#moDHLWunschtag {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
}


div#moDHLWunschpaket dt, div#moDHLWunschpaket dd:last-of-type {
    margin-bottom: 0;
    font-weight: inherit;
}

div.moDHLWunschpaketWave {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.moDHLWunschpaketFlow dd ul, div.moDHLWunschpaketWave dd ul {
    padding: 0px;
    margin: 0px;
}

div#moDHLWunschpaket dd ul li {
    background-color: #e3e3e3;
    width: 49px;
    padding: 10px 0 0;
    margin: 0 10px 5px 0;
    list-style-type: none;
    text-align: center;
}

div#moDHLWunschpaket dl dd ul li label {
    background-color: rgb(238, 244, 242);
    text-align: center;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

div.moDHLWunschpaketFlow dl dd ul li label, div.moDHLWunschpaketWave dl dd ul li label {
    margin-bottom: 0px;
}

div#moDHLWunschpaket dl dd ul li input {
    display: none;
}

div#moDHLWunschpaket dl dd ul li input:disabled + label {
    color: #cecece;
}

div#moDHLWunschpaket dl dd ul li input:checked + label {
    background-color: #fc0;
}

div#moDHLWunschpaket ul#moDHLWunschtag li {
    width: 45px;
    margin-bottom: 5px;
}

div#moDHLWunschpaket input[type="text"] {
    width: 94%;
}

div#moDHLWunschpaket.theme--is-azure input[type="checkbox"] {
    margin-left: 0;
}

h5.moDHLOpeningHours {
    margin-top: 0px;
}

.font-weight--normal {
    font-weight: normal;
}

.text-style--nbsp {
    white-space: nowrap;
}

div.ttip {
    display: inline-flex;
    vertical-align: middle;
    width: 15px;
    height: 18px;
    background: url(../../../../../../../out/azure/img/help-icon.png);
    background-repeat: no-repeat;
}

.moDHLPrivacy {
    text-align: right;
    width: 94%;
    font-size: 10px;
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;

    display: block;
    position: absolute;
    bottom: 1em;
    width: 15em;
    padding: 0.5em;
    z-index: 100;
    color: #000;
    background-color: #ffebe6;
    border: solid 1px #c32e04;
    border-radius: 0.5em;
}

[data-tooltip]:hover::after {
    opacity: 1;
}

div.moContainerNoBorders {
    border:0;
    padding: 0;
    margin-top: 5px;
}

label.ttip {
    background: url(../../../../../../../out/azure/img/help-icon.png) 100% 78% no-repeat;
}

#oxaddinfoButton {
    outline: none;
    border: none;
    background: transparent;
}

.wunschtag--label.wunschpaket--theme-azure {
    min-height: 32px;
}

.wunschtag--label.wunschpaket--theme-flow, .wunschtag--label.wunschpaket--theme-wave {
    min-height: 40px;
}

.wunschtag--none {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.valign--middle {
    vertical-align: middle;
}

span.title {
    display: table;
    font-weight: bold;
}

span.desc {
    display: table;
}

a.privacy-policy {
    text-decoration: underline;
    color: #a94442;
    white-space: pre;
}

a.privacy-policy:hover {
    color: #a94442;
}

@media screen and (min-width: 48em) {
    #moDHLProviders {
        display: inline-flex;
        position: absolute;
        right: 20px;
    }
}

.moDHLShowRetoure {
    display: inline-block;
}
