.btn.t-btn {
  font-size: 16px !important;
  padding: 0.5rem 1.5rem;
  border-radius: 15px;
  margin: 36px 0;
  box-shadow: 0 0 30px 0 rgba(255,255,255,.667);
}

.stdContent .webshop-form {
  padding-bottom: 5rem;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}

.stdContent .webshop-cart {
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
  margin-bottom: 0px;
}

.stdContent .webshop-product__button .description {
  font-size: 15px;
}

.stdContent .webshop-product__button .title {
  font-size: 18px;
}

.stdContent .webshop-product__button .icon {
  width: 40px;
}

.stdContent .webshop-product__count input[type="number"] {
  font-size: 18px;
}

.stdContent .webshop-product__count .control {
  width: 18px;
  height: 18px;
}

.stdContent .webshop-product__count .control::before {
  width: 18px;
}

.stdContent .webshop-product__count .control.plus::after {
  width: 2px;
  height: 18px;
  position: absolute;
  border-radius: 0px;
  border: none;
}

.webshop-form__row input[type="button"], .webshop-form__row input[type="email"], .webshop-form__row input[type="number"], .webshop-form__row input[type="password"], .webshop-form__row input[type="submit"], .webshop-form__row input[type="tel"], .webshop-form__row input[type="text"], .webshop-form__row input[type="time"], .webshop-form__row input[type="url"], .webshop-form__row textarea {
  font-size: 18px !important;
}

.stdContent .webshop-button.submit {
  font-size: 20px;
}

.section-drop-down__list {
    padding-bottom: 20px;
    box-sizing: content-box;
  }
  .section-drop-down__item {
    margin-bottom: 1.5rem;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    background-color: #fff;
    box-sizing: content-box;
  }
  .section-drop-down__heading {
    height: 7rem;
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: content-box;
  }
  .section-drop-down__heading .image-wrapper {
    width: 110px;
    line-height: 0;
    text-align: left;
    flex-shrink: 0;
    max-height: calc(100% + 3rem);
    box-sizing: content-box;
  }
  .section-drop-down__heading .image-wrapper img {
    width: 100%;
    max-width: 76px !important;
    height: auto;
  }
  .section-drop-down__heading h4 {
    margin: 0;
    width: 100%;
    padding-right: 2.5rem;
  }
  .section-drop-down__heading__icon {
    position: relative;
    width: 25px;
    height: 25px;
    display: grid;
    flex-shrink: 0;
  }
  .section-drop-down__heading__icon::after, 
  .section-drop-down__heading__icon::before {
    content: "";
    position: absolute;
    align-self: center;
    justify-self: center;
    background-color: #003770;
    border-radius: 0;
    transition: all .4s ease;
  }
  .section-drop-down__heading__icon::after, 
  .section-drop-down__heading__icon::before {
    background: #003770;
  }
  .section-drop-down__heading__icon::before {
    width: 20px;
    height: 3px;
    z-index: 1;
  }
  .section-drop-down__heading__icon::after {
    height: calc(1.5rem + 3px);
    opacity: 1;
    width: 3px;
    z-index: 2;
  }
  .section-drop-down__heading.active .section-drop-down__heading__icon::after {
    height: 0;
    opacity: 0;
  }
  .section-drop-down__content {
    display: none;
    padding: 1.5rem;
  }
  .section-drop-down__content .inner-wrapper {
    display: grid;
    grid-gap: 2rem;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 8.75rem auto;
  }
  .section-drop-down__content .inner-wrapper > img {
    grid-row: 1/3;
    height: auto;
    max-width: 100%;
  }
  .smaller {
    font-size: .875rem;
    line-height: 1.215;
  }
  .section-drop-down__content .inner-wrapper .pdf-buttons {
    margin: 0 -.5rem;
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .section-drop-down__content .inner-wrapper .pdf-buttons {
    grid-column: 2/3;
  }
  .section-drop-down__content .inner-wrapper .pdf-button {
    background: #003770;
    background-size: auto;
    background-size: 200%;
  }
  .section-drop-down__content .inner-wrapper .pdf-button {
    display: grid;
    margin: 0 .5rem;
    padding-left: 1rem;
    grid-column-gap: .5rem;
    grid-template-rows: auto auto;
    border-radius: .75rem;
    grid-template-columns: auto 3rem;
    background: #003770;
    background-size: 200%;
    transition: all .2s ease-out;
  }
  .section-drop-down__content .inner-wrapper .pdf-button .title {
    margin: 0;
    color: #fff;
    align-self: end;
    font-weight: 700;
    grid-column: 1/2;
    padding-top: .5rem;
  }
  .section-drop-down__content .inner-wrapper .pdf-button .format {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: .75rem;
    grid-column: 1/2;
    padding-bottom: .5rem;
  }
  .section-drop-down__content .inner-wrapper .pdf-button .icon {
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: center;
    justify-self: center;
    height: 100%;
    width: 3rem;
  }
  .section-drop-down__content .inner-wrapper .pdf-button.download .icon {
    display: inline-block;
    background-size: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../img/download-icon.svg);
  }

  .webshop-product__count .control::before, 
  .webshop-product__count .control.plus::after {
    background-color: #003770;
  }
  .webshop-button {
    background: #003770;
    background-size: auto;
    background-size: 200%;
    text-decoration: none;
  }

  .webshop-button:hover,
  .section-drop-down__content .inner-wrapper .pdf-button:hover,
  .webshop-product__button.add-to-cart:hover {
    background: #277a94
  }
  .webshop-product__count .control:hover::before, 
  .webshop-product__count .control.plus:hover::after {
    background-color: #277a94;
  }

  .active .section-drop-down__heading__icon::after {
    display: none;
  }

@media (max-width: 61.99em) {
.section-drop-down__content .inner-wrapper.type_pdf {
  grid-row-gap: 1.5rem;
  grid-template-rows: auto 1fr;
}
.section-drop-down__content .inner-wrapper .pdf-buttons {
  flex-wrap: wrap;
}
.section-drop-down__content .inner-wrapper .pdf-button .title, .webshop-product__button .title {
  font-size: 15px;
}
.section-drop-down__content .inner-wrapper .pdf-button {
  width: 100%;
}
}

@media (max-width: 47.99em) {
.section-drop-down__heading h4{
  font-size: .875rem;
}
.smaller {
  font-size: .75rem;
}
.section-drop-down__content .inner-wrapper .pdf-buttons {
  padding-right: 0;
}
.section-drop-down__content .inner-wrapper .pdf-button .title {
  padding-top: 4px;
}
.section-drop-down__content .inner-wrapper .pdf-button .format {
  margin-top: -4px;
  font-size: .563rem;
  padding-bottom: 4px;
}
.section-drop-down__item {
  margin-bottom: .75rem;
}
.section-drop-down__heading {
  min-height: 4rem;
  padding: .45rem .75rem;
}
.section-drop-down__content {
  padding: .45rem .75rem .875rem;
}
.section-drop-down__heading__icon::before {
  height: 2px;
  width: .75rem;
}
.section-drop-down__heading__icon::after {
  width: 2px;
  height: calc(.75rem + 2px);
}
.section-drop-down__content .inner-wrapper {
  grid-gap: 1.5rem;
  grid-template-columns: 5.25rem auto;
  grid-template-rows: auto 1fr;
}
}

@media (max-width: 767px) {
  .webshop-product__button.add-to-cart {
    padding: .4rem 1rem;
    border-radius: 12px;
  }
}

.footer-navigation {
  position: relative;
}
.footer-navigation .freigabenummern {
  font-size: .667rem;
  text-align: right;
  line-height: 1.2rem;
}

@media (min-width: 992px) {
  .footer-navigation .freigabenummern {
    position: absolute;
    right: 0;
    z-index: 10;
    bottom: 20px;
  }
}