.noScroll {
  overflow-y: hidden;
}

.anzeige-innerhalb, .anzeige-ausserhalb  {
    opacity: 0.5;
}

.plz-innerhalb #zipSelector .anzeige-innerhalb {
    opacity: 1;
    font-weight: bold;
}

.plz-ausserhalb #zipSelector .anzeige-ausserhalb {
    opacity: 1;
    font-weight: bold;
}
.bestell-form {
    opacity: 0.5;
}

.plz-innerhalb, .plz-ausserhalb {
    opacity: 1;
}

/* zip modal box */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 180px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal__header {
    margin-bottom: 20px;
    color: #000;
}

.modal__body {
    line-height: 28px;
    margin-right: 0;
}
@media screen and (max-width: 599px) {
    .modal .container {
        padding: 0 !important;
        margin: 0 !important;
        max-width: initial !important;
    }
    .modal__content {
        width: 90%;
    }
}


/* Modal Content */
.modal__content {
    margin: auto;
    color: #000 !important;
    width: 90%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 20px 30px;
    position: relative;
    max-width: 780px;
}

.modal__buttonWrapper {
  display: block;
}

.modal__buttonWrapper > * {
  margin-bottom: 10px;
  text-align: center;
}


.modal__content--kruschelmonster {
  padding-top: 160px;
}

.modal__content--kruschelmonster:before {
    background: url('../images/kruschelfigur.png') center/cover;
    content: ' ';
    display: block;
    width: 190px;
    height: 228px;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
}

.edition {
    font-weight: bold;
}


@media screen and (min-width: 600px) {
  .modal__body {
    margin-right: 260px;
  }

  .modal__buttonWrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 20px;
  }

  .modal__content {
    padding: 50px 45px 27px 50px;
    width: 80%;
  }

  .modal__content--kruschelmonster {
    margin-top: 0;
  }
  .modal__content--kruschelmonster:before {
    top: -30px;
    right: 90px;
    transform: translateX(0);
    left: auto;
  }

}
