/* -------- Form ----------- */

#tdCheckForm {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tdCheck__message {
  padding-bottom: 10px;
}

.tdCheck__plz, .tdCheck__city, .tdCheck__street, .tdCheck__number, .tdCheck__submit {
  padding: 10px 0;
  width: 100%;
}

.checkSelect option{
  font: -moz-pull-down-menu;
}

.checkSelect, .checkSubmit {
  cursor: pointer;
  width: 100%;
  line-height: 1.2;
}

#tdCheckForm select, #tdCheckForm button {
  line-height: 1.2;
  width: 100%;
}

#tdCheckForm button {
  padding: 11px 20px;
}

.checkSelect:disabled, .checkSubmit:disabled {
  cursor: not-allowed;
}

@media (min-width: 768px) {
  #tdCheckForm .td_Check__container {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
  }

  .tdCheck__plz, .tdCheck__street {
    padding: 0 10px 0 0;
  }
  .tdCheck__city, .tdCheck__number {
    padding: 0 0 0 10px;
  }
}

@media (min-width: 992px) {
  #tdCheckForm  {
    flex-direction: row;
  }

  .td_Check__container {
    width: 36%;
  }

  .tdCheck__plz, .tdCheck__city, .tdCheck__street {
    padding: 5px;
    width: 100%;
  }
  .tdCheck__number {
    padding: 5px;
    width: 100%;
  }
  .tdCheck__submit {
    padding: 5px;
    width: 28%;
  }

  .tdCheck__submit .checkSubmit:focus {
    outline: none;
  }
}

/* -------- Result ----------- */

#tdCheck__result {
  /*padding: 80px 0 10px 0;*/
  display: none;
}

.tdCheck__resultarray {
  margin-top:20px;
  display: flex;
  flex-wrap: wrap;
} 

.tdCheck__header, .tdCheck__infotext {
  display: none;
  padding-bottom: 20px;
}

#tdCheck__result .box{
  background-color: #fff;
  padding: 20px 15px 0 15px;
  margin: 10px;
  width: 370px;
  height: 658px;
  transition: all 0.5s ease;
}

#tdCheck__result .box:hover{ 
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.16);
  transform: translate(0px, -10px);
}

#tdCheck__result .box__header h2{
  color: #00aaa5;
  font-size: 1.75rem;
  font-weight: 700;
  /*text-wrap: nowrap;*/
  text-wrap: normal;
}

#tdCheck__result .box__header h2 sup{
  font-size: 40%;
  position: relative;
  top: -14px;
}

#tdCheck__result .boxheader {
  font-weight: 700;
  padding-bottom: 5px;
}

#tdCheck__result .container {
  padding: 0 0 18px 0;
}

#tdCheck__result .text {
  line-height: 1.2;
}

#tdCheck__result .box__information {
  border-bottom: 2px solid #00aaa5;
  height: 315px;
}

#tdCheck__result .box__pricedownload .price{
  font-weight: 400;
  font-size: 1rem;
  padding-top: 20px;
}

#tdCheck__result .box__pricedownload .price .pricebig {
  color: #00aaa5;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 5px;
}

#tdCheck__result .box__pricedownload .download {
  padding: 20px 0 10px 0;
  text-transform: uppercase;
}

#tdCheck__result .box__pricedownload .download a:hover {
  color: #00aaa5;
}

#tdCheck__result .box__select {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00aaa5;
  color: #fff;
  cursor: pointer;
}

#tdCheck__result .box__select a{
  color: #fff;
  padding: 12px;
  width: 100%;
  height: 100%;
  text-align: center;
}

#tdCheck__result .box__select a:hover{
  color: #fff;
}

.jquery-modal.blocker.current {
  z-index: 1000;
}

/* --------- Partner --------------*/

.tdCheck__partner {
  display: flex;
}

.tdCheck__partner__address {
  padding-right: 30px;
  width: 50%;
}

.tdCheck__patner__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

/* --------- Fussnoten --------------*/

.fussnoten__container {
  padding-top: 70px;
  font-size: 0.8rem;
}

.fussnote {
  padding: 0px 0 15px 0;
}

.fussnote__row {
  display: flex;
  padding-bottom: 15px;
}

.fussnote__left {
  margin-right: 20px;
  /*font-weight: bold;*/
  text-align: right;
  width: 2%;
  min-width: 20px;
}

.fussnote__right {
  width: 98%;
}

/* --------- Infowindow --------------*/

.modal {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-width: 800px;
}

@media (min-width: 992px) {
  .modal {
    width: 50%;
    height: 90%;
    overflow-y: auto;
    max-width: 800px;
  }
}

.modal a.close-modal {
  top: 3.5px;
  right: 3.5px;
}

.produktInfos h2 {
  color: #00aaa5;
  font-size: 1.75rem;
  font-weight: 700;
}

.produktInfos h2 sup{
  font-size: 40%;
  position: relative;
  top: -14px;
}

.produktInfos__row {
  display: flex;
  border-bottom: 1px solid #00aaa5;
  padding: 5px 0;
}

.produktInfos__left {
  width: 215px;
  max-width: 215px;
  min-width: 215px;
  padding-right: 15px;
  font-weight: bold;
}

.produktInfos__right {
  width: auto;
  text-align: left;
}

/* Anpassungen ES */
#tdCheck__result .box.highlight{
  border: 1px solid #00aaa5;
  background: linear-gradient(135deg, rgba(127, 212, 210, 0.1) 0%, rgba(0, 170, 165, 0.1) 100%);
  position: relative;
}

#tdCheck__result .box.highlight .specialrate {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  top: -14px;
  background: #FBE958;
  padding: 3px 0px;
  text-align: center;
}

.btn-spinner {
    background: url('/_assets/de05c16d65c06a93d49cc3b872f95003/Icons/spinner.svg') no-repeat center center #00aaa5;
    background-size: 32px 32px;
    color: transparent !important;
}

.tdCheck__resultarray .tv img{
  margin-top: 20px;
  margin-bottom: 50px;
}

.tx-td-check select,
.tx-td-check option {
    font-family: Open Sans, "sans-serif"; !important;
}
