/* ============================== */
/* ===         BANNER         === */
/* ============================== */

.banner-wrapper {
  margin: 0 auto;
  max-width: 768px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px 50px 30px 50px;
  box-sizing: border-box;
  font-family: "Titillium Web";
  box-shadow: #f4f0ef 0px 0px 5px 0px;
  border: 3px solid #f4f0ef;
  border-radius: 5px;
  margin-bottom: 30px;
}

.banner-wrapper .banner-content .banner-header {
  width: calc(100% - 220px);
  font-weight: bold;
  font-size: 1.75rem; /* 28px; Faktor: 16 */
  margin-bottom: 20px;
}

.banner-wrapper .banner-content .banner-header__content {
  margin-bottom: 10px;
}

.banner-wrapper .banner-content .banner-header__underline {
  width: 80px;
  background-color: #db4131;
  height: 2px;
}

.banner-wrapper .banner-content .banner-info {
  display: flex;
  margin-bottom: 10px;
}

.banner-wrapper .banner-content .banner-info__sections {
  width: 290px;
}

.banner-wrapper .banner-content .banner-info__sections.hotel {
  width: 340px;
  max-width: 100%;
}

.banner-wrapper .banner-content .banner-info__section {
  display: flex;
  justify-content: space-between;
}

.banner-wrapper .banner-content .banner-info__section__item {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  margin-bottom: 10px;
  padding-right: 20px;
}

.banner-wrapper .banner-content .banner-info__section__item .check {
  width: 19px;
  height: 19px;
  min-width: 19px;
  margin-right: 10px;
}

.banner-wrapper .banner-content .banner-info__companies {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 46px;
  min-width: 46px;
}

.banner-wrapper .banner-content .banner-button {
  display: block;
  color: white;
  width: 170px;
  padding: 12px 15px;
  background: #db4131 linear-gradient(90deg, #db4131, #de5445);
  font-weight: bold;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: none;
  min-width: 64px;
  border: none;
  box-sizing: border-box;
  box-shadow: 0px 3px 1px -2px #00000033, 0px 2px 2px 0px #00000024,
    0px 1px 5px 0px #0000001f;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  text-decoration: none;
  text-align: center;
}

.banner-wrapper .banner-content .banner-button:hover {
  box-shadow: 0px 2px 4px -1px #00000033, 0px 4px 5px 0px #00000024,
    0px 1px 10px 0px #0000001f;
  cursor: pointer;
}

@media screen and (max-width: 340px) {
  .banner-wrapper .banner-content .banner-button.hotel {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 650px) {
  .banner-wrapper {
    padding: 60px 30px 60px 30px;
  }
  .banner-wrapper .banner-content .banner-header {
    width: 40%;
  }
}

@media screen and (max-width: 460px) {
  .banner-wrapper .banner-content .banner-info {
    width: 100%;
  }
}

.banner-wrapper .trustpilot-widget {
  margin-top: 20px;
}

/* =============================== */
/* ===       CREDITCARDS       === */
/* =============================== */

.banner-cards {
  margin: 0 auto;
  width: 100%;
  font-family: "Titillium Web";
  max-width: 768px;
}

.banner-cards__card-wrapper {
  border: 1px solid #d6c7c4;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.banner-cards__card-wrapper .stock {
  top: 0;
  color: #fff;
  right: 0;
  padding: 0 5px 0 15px;
  height: 30px;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
  background-color: #365959;
  border-top-right-radius: 2px;
}

.banner-cards__card-wrapper .stock:before {
  top: 0;
  left: 0;
  width: 0;
  bottom: 0;
  height: 0;
  content: "";
  position: absolute;
  border-top: 1rem solid transparent;
  border-left: 0.5rem solid #fff;
  border-bottom: 1rem solid transparent;
}

.banner-cards__card-wrapper .card-number {
  color: #fff;
  background-color: #365959;
  display: flex;
  padding: 0 6px;
  z-index: 1;
  position: absolute;
  flex-wrap: wrap;
  font-size: 1rem;
  min-width: 20px;
  box-sizing: border-box;
  transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  align-items: center;
  font-family: Titillium Web;
  font-weight: 500;
  line-height: 1;
  align-content: center;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  transform: scale(1) translate(-50%, -50%);
  transform-origin: 0% 0%;
  top: 14px;
  left: 14px;
  width: 30px;
  height: 30px;
  transform: 0;
  border-radius: 4px;
  border-bottom-right-radius: 15px;
}

.banner-cards__card-wrapper .card-ad-label-desktop {
  height: 30px;
  z-index: 1;
  position: absolute;
  box-sizing: border-box;
  font-family: Titillium Web;
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 1;
  top: 8px;
  left: 38px;
  text-align: left;
  color: #b8adb0;
  display: none;
}

.banner-cards__card-wrapper .card-ad-label-mobile {
  height: 30px;
  box-sizing: border-box;
  font-family: Titillium Web;
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 1;
  padding-right: 15px;
  text-align: right;
  width: 100%;
  color: #b8adb0;
}

.banner-cards__card-wrapper .card-header {
  z-index: 1;
  margin: 35px 30px 0;
  box-sizing: border-box;
  font-family: Titillium Web;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
}

.banner-cards__card-wrapper .card-header a {
  color: black;
  text-decoration: none;
}

.banner-cards__card-section {
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-cards__card-section .card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-cards__card-section .card-info .card-image {
  margin-right: 30px;
}

.banner-cards__card-section .card-info .card-image img {
  max-width: 210px;
  width: 100%;
  height: auto;
}

.banner-cards__card-section .card-info .card-description {
  margin-right: 20px;
}

.banner-cards__card-section .card-info .card-description__list {
  font-size: 0.9375rem;
}

.banner-cards__card-section .card-info .card-description__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.banner-cards__card-section .card-info .card-description__list-item .check {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.banner-cards__card-section .card-info .card-description__list-item .check img {
  width: 16px;
  height: 16px;
  min-width: 16px;
}

.banner-cards__card-section
  .card-info
  .card-description__list-item
  div
  .semi-bold {
  font-weight: 600;
}

.banner-cards__card-section .card-details {
  display: flex;
  justify-content: space-between;
}

.banner-cards__card-section .card-details .card-price {
  line-height: 1.1;
}

.banner-cards__card-section .card-details .card-price .semi-bold {
  font-weight: 600;
  font-size: 1.375rem;
}

.banner-cards__card-section .card-details .card-price .annual {
  font-size: 0.875rem;
  color: #6e5b64;
}

.banner-cards__card-section .card-details .card-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
}

.banner-cards__card-section .card-details .card-buttons .banner-button {
  color: white;
  padding: 12px 15px;
  background: #db4131 linear-gradient(90deg, #db4131, #de5445);
  font-weight: bold;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: none;
  min-width: 64px;
  border: none;
  box-sizing: border-box;
  box-shadow: 0px 3px 1px -2px #00000033, 0px 2px 2px 0px #00000024,
    0px 1px 5px 0px #0000001f;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  text-decoration: none;
  text-align: center;
  margin-bottom: 7px;
}

.banner-cards__card-section .card-details .card-buttons .banner-button:hover {
  box-shadow: 0px 2px 4px -1px #00000033, 0px 4px 5px 0px #00000024,
    0px 1px 10px 0px #0000001f;
  cursor: pointer;
}

.banner-cards__card-section .card-details .card-buttons .detail {
  display: flex;
  justify-content: flex-end;
}

.banner-cards__card-section .card-details .card-buttons .detail-button {
  font-size: 0.875rem;
  color: #375b5b;
  text-decoration: none;
  font-weight: bold;
}

.banner-cards .cards-button {
  margin: 0 auto;
  display: block;
  color: white;
  position: relative;
  z-index: 1;
  width: 170px;
  padding: 12px 15px;
  background: #365959 linear-gradient(90deg, #365959, #365959);
  font-weight: bold;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: none;
  min-width: 64px;
  border: none;
  box-sizing: border-box;
  box-shadow: 0px 3px 1px -2px #00000033, 0px 2px 2px 0px #00000024,
    0px 1px 5px 0px #0000001f;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  text-decoration: none;
  text-align: center;
}

.banner-cards .cards-button:hover {
  box-shadow: 0px 2px 4px -1px #00000033, 0px 4px 5px 0px #00000024,
    0px 1px 10px 0px #0000001f;
  cursor: pointer;
}

.banner-cards.-with-fade {
  position: relative;
}

.banner-cards.-with-fade:after {
  content: "";
  position: absolute;
  top: auto;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 290px;
  pointer-events: none;
  background: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 73%,
    #fff 100%
  );
}

@media screen and (min-width: 768px) {
  .banner-cards__card-section .card-details {
    flex-flow: column;
  }

  .banner-cards__card-section .card-details .card-price {
    text-align: right;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d6c7c4;
  }
  .banner-cards__card-wrapper .card-ad-label-desktop {
    display: block;
  }
  .banner-cards__card-wrapper .card-ad-label-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-cards {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .banner-cards__card-section {
    display: block;
  }
  .banner-cards__card-section .card-number {
    top: 14px;
    left: 14px;
  }
  .banner-cards__card-section .card-info .card-image {
    width: 220px;
  }
  .banner-cards__card-section .card-info .card-description {
    width: 220px;
    margin-right: 0;
  }
  .banner-cards__card-section .card-details .card-price {
    border-left: 0;
    padding: 0;
    width: 220px;
    margin-right: 30px;
    box-sizing: border-box;
    margin-top: 15px;
  }
  .banner-cards__card-section .card-details .card-buttons {
    align-items: flex-start;
    width: 220px;
  }
}

@media screen and (max-width: 460px) {
  .banner-cards__card-section .card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner-cards__card-section .card-info {
    margin-bottom: 3px;
  }
  .banner-cards__card-section .card-info .card-image {
    width: 100%;
    margin-right: 0;
  }
  .banner-cards__card-section .card-info .card-description {
    width: 100%;
  }
  .banner-cards__card-section .card-details .card-buttons {
    align-items: flex-end;
  }
  .banner-cards__card-section .card-details .card-buttons .banner-button {
    padding: 8px 10px;
  }
  .banner-cards.-with-fade:after {
    height: 440px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      #fff 83%,
      #fff 100%
    );
  }
}

@media screen and (max-width: 360px) {
  .banner-cards__card-section .card-details {
    flex-direction: column;
    align-items: center;
  }
  .banner-cards__card-section .card-details .card-price {
    border: 0;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .banner-cards__card-section .card-details .card-buttons {
    width: 100%;
    display: block;
    text-align: center;
  }
  .banner-cards__card-section .card-details .card-buttons .detail {
    display: block;
    margin-top: 10px;
  }
}
