/* CSS Document */
/*
 * Migrated from styles.scss
 */
.vc-mediathek .button i {
  margin-right: 6px;
}
.vc-mediathek .vc-mediathek-image {
  margin-top: 1rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .vc-mediathek .vc-mediathek-image {
    align-items: flex-end;
    display: flex;
  }
}
.vc-mediathek .vc-mediathek-text {
  margin-top: 1rem;
}
.vc-mediathek .vc-mediathek-item {
  padding-bottom: 2rem;
  border: 1px solid #cbcfd0;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.vc-mediathek .description {
  margin: 20px;
  margin-top: 0;
  padding: 0.5rem;
  border: 1px solid #cbcfd0;
  border-top: 0 hidden;
}
.vc-mediathek .headdescription {
  margin: 20px;
  border: 0 hidden;
  border-bottom: 1px solid #cbcfd0;
  margin-bottom: 0;
  padding: 0;
}
.vc-mediathek .headdescription span {
  border: 1px solid #cbcfd0;
  border-bottom: 0 hidden;
  background-color: #fff;
  top: 1px;
  position: relative;
  padding: 0.5rem;
  display: inline-block;
}
.vc-mediathek .category-infos {
  margin: 0px;
  border: 1px solid #cbcfd0;
  font-size: 0.8rem;
}
.vc-mediathek .category-infos p {
  padding: 0.5rem;
  margin: 0;
}
.vc-mediathek .category-infos p:nth-child(2n) {
  background-color: #d5e3f0;
}
.vc-mediathek .category-infos p span {
  width: 33%;
  max-width: 200px;
  display: inline-block;
  font-weight: 700;
}
.vc-mediathek .category-infos table {
  margin-bottom: 0;
}
.vc-mediathek .category-infos table td {
  vertical-align: top;
}
.vc-mediathek .category-infos table td span {
  font-weight: 700;
}
.vc-mediathek .category-infos table td:first-child {
  width: 5%;
}
.vc-mediathek .categorie-label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #cbcfd0;
  padding: 1px 5px;
  font-size: 0.7rem;
  color: #333;
}

/* Migrated from Jowi  */
.vc-mediathek .buyable-hidden, .vc-mediathek .filter-hidden, .vc-mediathek .search-hidden {
  display: none;
}
.vc-mediathek .description ul {
  margin-left: 24px;
}
.vc-mediathek .cart-amount {
  min-width: 120px;
}
.vc-mediathek .button.add-to-cart {
  margin-bottom: 1rem;
}

.vc-mediathek-detail-slider {
  position: relative;
}
.vc-mediathek-detail-slider .flex-direction-nav {
  display: none;
}
.vc-mediathek-detail-slider .flex-control-nav {
  display: block;
  opacity: 60;
  padding: 30px;
  margin: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  position: relative;
  text-align: center;
  bottom: 0px;
}
.vc-mediathek-detail-slider .flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.vc-mediathek-detail-slider .flex-control-nav li img {
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
}
.vc-mediathek-detail-slider .flex-control-nav li a {
  width: 20px;
  height: 20px;
  display: block;
  background: transparent;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 10px;
  box-shadow: inset 0px 0px 0px 2px #cbcfd0;
  transition: 0.3s all ease;
}
.vc-mediathek-detail-slider .flex-control-nav li a.flex-active, .vc-mediathek-detail-slider .flex-control-nav li a:hover {
  cursor: pointer;
  box-shadow: inset 0px 0px 0px 11px #cbcfd0;
}

#vcmediathek_cartcontroll {
  background-image: url("../Icons/cart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  display: block;
  cursor: pointer;
  margin-bottom: 1rem;
  padding-left: 60px;
  line-height: 40px;
  font-size: 1.8rem;
  color: #0071ba;
}

#vcmediathek_cartcontroll.open {
  background-image: url("../Icons/close-pop-up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  display: block;
  cursor: pointer;
}

#vcmediathek_cart {
  margin-bottom: 1rem;
}

#vcmediathek_cart, .vc-mediathek-cart, .step3 {
  border: 1px solid #cbcfd0;
  padding: 1rem;
}
#vcmediathek_cart .vc-mediathek-item, .vc-mediathek-cart .vc-mediathek-item, .step3 .vc-mediathek-item {
  padding: 0.5rem 0;
  margin-bottom: 5px;
  border: 1px solid #cbcfd0;
  border-left: 0px hidden;
  border-right: 0px hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#vcmediathek_cart .vc-mediathek-item div.h4, .vc-mediathek-cart .vc-mediathek-item div.h4, .step3 .vc-mediathek-item div.h4 {
  flex-grow: 2;
  height: 100%;
  padding: 0 10px;
}
#vcmediathek_cart .vc-mediathek-item img, .vc-mediathek-cart .vc-mediathek-item img, .step3 .vc-mediathek-item img {
  width: 100px;
}
#vcmediathek_cart .vc-mediathek-item .amount, .vc-mediathek-cart .vc-mediathek-item .amount, .step3 .vc-mediathek-item .amount {
  display: none;
}
#vcmediathek_cart .vc-mediathek-item .itemamount, .vc-mediathek-cart .vc-mediathek-item .itemamount, .step3 .vc-mediathek-item .itemamount {
  padding-right: 1rem;
}
#vcmediathek_cart .vc-mediathek-item .selectamount, .vc-mediathek-cart .vc-mediathek-item .selectamount, .step3 .vc-mediathek-item .selectamount {
  padding: 0 10px;
  height: 100%;
}
#vcmediathek_cart .vc-mediathek-item .donationamount, .vc-mediathek-cart .vc-mediathek-item .donationamount, .step3 .vc-mediathek-item .donationamount {
  font-weight: bold;
  padding-right: 10px;
}
#vcmediathek_cart .vc-mediathek-item div, #vcmediathek_cart .vc-mediathek-item p, #vcmediathek_cart .vc-mediathek-item select, .vc-mediathek-cart .vc-mediathek-item div, .vc-mediathek-cart .vc-mediathek-item p, .vc-mediathek-cart .vc-mediathek-item select, .step3 .vc-mediathek-item div, .step3 .vc-mediathek-item p, .step3 .vc-mediathek-item select {
  margin: 0;
  height: 100%;
}
#vcmediathek_cart .cart-sum, .vc-mediathek-cart .cart-sum, .step3 .cart-sum {
  display: none !important;
  padding: 10px;
  background-color: #0071ba;
  color: #fff;
  text-align: right;
  font-weight: bold;
  margin-bottom: 1rem;
}
#vcmediathek_cart .cart-sum .left, .vc-mediathek-cart .cart-sum .left, .step3 .cart-sum .left {
  padding-right: 100px;
}

.vc-mediathek-checkout .navi {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 40px;
}
.vc-mediathek-checkout .navi .number {
  margin: auto;
  height: 100px;
  width: 100px;
  background-color: #fff;
  color: #0071ba;
  border-radius: 50%;
  border: 2px solid #0071ba;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 2rem;
}
.vc-mediathek-checkout .navi span {
  font-weight: bold;
  letter-spacing: 1px;
}
.vc-mediathek-checkout .navi .active .number {
  background-color: #0071ba;
  color: #fff;
}
.vc-mediathek-checkout .navi .active span {
  color: #0071ba;
}
.vc-mediathek-checkout .cart-sum {
  padding: 10px;
  background-color: #0071ba;
  color: #fff;
  text-align: right;
  font-weight: bold;
  margin-bottom: 1rem;
}
.vc-mediathek-checkout .cart-sum .left {
  padding-right: 100px;
}

/*
 * Mediathek Filters
 */
@media screen and (max-width: 40em) {
  .mediathek-filters .grid-x.grid-margin-x > .cell {
    margin-bottom: 0;
    display: block;
  }
}

.vc-mediathek .cart-btn-container {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .vc-mediathek .cart-btn-container {
    margin-top: 0rem;
    text-align: right;
  }
}

.vc-mediathek-detail .cart-btn-container {
  margin-top: 1rem;
}
/*
 * Mediathek List Item
 */
@media screen and (min-width: 1174px) {
  .vc-mediathek-itemlist .vc-mediathek-text {
    padding-bottom: 60px;
  }
}
.vc-mediathek-itemlist .vc-mediathek-text a p {
  color: #333;
}
.vc-mediathek-itemlist .btn-container a {
  margin-right: 10px;
}
@media screen and (min-width: 1174px) {
  .vc-mediathek-itemlist .btn-container {
    position: absolute;
    bottom: 0.5rem;
  }
}

/*
 * Lightbox mediathek cart
 */
#cboxLoadedContent #vcmediathek_cart,
#cboxLoadedContent .vc-mediathek-cart {
  padding: 1rem;
}
@media screen and (max-width: 800px) {
  #cboxLoadedContent #vcmediathek_cart,
  #cboxLoadedContent .vc-mediathek-cart {
    font-size: 0.8rem;
  }
  #cboxLoadedContent #vcmediathek_cart .st-head-row.st-head-row-main,
  #cboxLoadedContent .vc-mediathek-cart .st-head-row.st-head-row-main {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
  }
  #cboxLoadedContent #vcmediathek_cart .h4,
  #cboxLoadedContent .vc-mediathek-cart .h4 {
    font-size: 0.8rem;
  }
  #cboxLoadedContent #vcmediathek_cart .cart-amount,
  #cboxLoadedContent .vc-mediathek-cart .cart-amount {
    font-size: 0.8rem;
  }
  #cboxLoadedContent #vcmediathek_cart .cart-form.delete .add-to-cart,
  #cboxLoadedContent .vc-mediathek-cart .cart-form.delete .add-to-cart {
    width: 20px;
    height: 20px;
    background-size: 80%;
  }
}

/*
 *  mediathek cart
 */
#vcmediathek_cart,
.vc-mediathek-cart {
  border: none;
  padding: 0;
}
#vcmediathek_cart thead th,
.vc-mediathek-cart thead th {
  font-weight: 700;
}
#vcmediathek_cart .vc-mediathek-item,
.vc-mediathek-cart .vc-mediathek-item {
  display: table-row;
  border-radius: none;
}
#vcmediathek_cart .vc-mediathek-item .h4,
.vc-mediathek-cart .vc-mediathek-item .h4 {
  display: inline-block;
  font-weight: normal;
}
#vcmediathek_cart .vc-mediathek-item .donationamount,
.vc-mediathek-cart .vc-mediathek-item .donationamount {
  padding-right: 0;
  font-weight: normal;
}
#vcmediathek_cart .cart-form.delete .add-to-cart,
.vc-mediathek-cart .cart-form.delete .add-to-cart {
  background-image: url(../Icons/close-desktop-grey.svg);
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #vcmediathek_cart .cart-form.delete .add-to-cart,
  .vc-mediathek-cart .cart-form.delete .add-to-cart {
    margin-left: 22px;
  }
}
#vcmediathek_cart tfoot th,
.vc-mediathek-cart tfoot th {
  background-color: #0071ba;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #vcmediathek_cart .button,
  .vc-mediathek-cart .button {
    display: block;
  }
}

/*
 * lightbox - Cart control element
 */
@media screen and (max-width: 640px) {
  .vc-mediathek-detail #vcmediathek_cartcontroll {
    margin-top: -1rem;
  }
}

#vcmediathek_cartcontroll {
  display: inline;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #vcmediathek_cartcontroll {
    margin-top: 1.5rem;
    display: inline-block;
    margin-bottom: 0;
  }
}
#vcmediathek_cartcontroll span {
  font-size: 14px;
  border-radius: 100%;
  border: 1px solid #c1c6c7;
  padding: 4px;
  width: 27px;
  height: 27px;
  position: absolute;
  line-height: 1.25;
  text-align: center;
  top: -12px;
  right: 8px;
  transition: all 0.25s ease-in-out;
}
#vcmediathek_cartcontroll:hover span, #vcmediathek_cartcontroll:focus span {
  background-color: #0071ba;
  border-color: #0071ba;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

/*
 * Mediathek Checkout
 */
.vc-mediathek-checkout .cart-sum {
  margin-bottom: 30px;
}
.vc-mediathek-checkout .button-bar {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .vc-mediathek-checkout .cart-sum {
    text-align: left;
  }
  .vc-mediathek-checkout .left,
  .vc-mediathek-checkout .right {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .vc-mediathek-checkout .section-content {
    padding: 30px 15px;
  }
  .vc-mediathek-checkout .button-bar .medium-6 {
    margin-bottom: 0;
  }
}
.vc-mediathek-checkout select,
.vc-mediathek-checkout input {
  margin-bottom: 0;
}
@media screen and (max-width: 40em) {
  .vc-mediathek-checkout select.mediathek-step-btn,
  .vc-mediathek-checkout input.mediathek-step-btn {
    margin-bottom: 1rem;
  }
}
.vc-mediathek-checkout label {
  margin-bottom: 1rem;
}
.vc-mediathek-checkout .error {
  background: #00c1ff;
  color: #fff;
  font-weight: bold;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

#vcmediathek_cart .cart-sum {
  text-align: left;
}
#vcmediathek_cart .visible-mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  #vcmediathek_cart .visible-mobile {
    display: block;
  }
}

.cart-sum {
  padding: 10px;
  background-color: #0071ba;
  color: #fff;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1rem;
}

.error-text {
  margin-bottom: 1rem;
  color: red;
}
/*# sourceMappingURL=mediathek.css.map */
