/*=============== BASE ===============*/
#zzv * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
#zzv {
  font-family: 'source-sans-pro',sans-serif;;
  font-size: 16px;
  color: #002d52;
  position: relative;
  display: block;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#zzv a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
#zzv img,
#zzv video {
  max-width: 100%;
  height: auto;
}
/*=============== BANNER ===============*/
#zzv .banner-component {
  width: 100%;
  height: 263px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  flex-direction: row; 
  align-items: stretch;
  overflow: hidden;
  text-decoration: none;
}
#zzv .banner-component .heading {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
#zzv .banner-component ul {
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
#zzv .banner-component ul li {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 0;
  list-style-position: inside;
  text-indent: -20px;
  padding-left: 20px;
}
#zzv .banner-component ul li:before {
  content: url(../../assets/img/nuernberger_benefit.svg);
  margin-right: 7px;
  position: relative;
  top: 0px;
} 
#zzv .banner-component .btn.nuernberger {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color: var(--text-on-action-primary);
	padding: 15px 28px 17px 28px;
	background-color: var(--action-primary-base);
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
      border-radius: 4px;
  -webkit-box-shadow: inset 0 0 20px rgba(255, 130, 129, 0);
    -moz-box-shadow: inset 0 0 20px rgba(255, 130, 129, 0);
      box-shadow: inset 0 0 20px rgba(255, 130, 129, 0);
  /*outline: 3px solid;*/
  /*outline-color: var(--action-primary-base);*/
  /*outline-offset: 0;*/
  text-shadow: none;
  /*-webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);*/
  /*  -moz-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);*/
  /*      transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);*/
  border: 0;
}
#zzv .banner-component .content {
  padding: 18px 30px;
  background-color: var(--background-muted);
  position: relative;
  flex-shrink: 1;
  flex-grow: 1;
  flex: 75%;
}
#zzv .banner-component img {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 25%;
}
#zzv .banner-component:hover {
  cursor: pointer;
}

/*#zzv .banner-component:hover .btn.nuernberger {*/
/*	background-color: #FF6C5A;*/
/*  box-shadow: inset 0 0 20px rgba(255, 130, 129, 0.5), 0 0 20px rgba(255, 130, 129, 0.2);*/
/*  outline-color: rgba(255, 130, 129, 0);*/
/*  outline-offset: 15px;*/
/*} */
#zzv .banner-component .amazon-benefit {
  position: absolute;
  right: -130px;
  top: 30%;
  -webkit-transform: translateX(0) translateY(-30%);
    -moz-transform: translateX(0) translateY(-30%);
      transform: translateX(0) translateY(-30%);
}
#zzv .banner-component .amazon {
  width: 115px;
  height: 115px;
  display: block;
  background-color: #002d52;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
      border-radius: 50%;
}
#zzv .banner-component .amazon .gift-card {
  display: block;
  margin: 0 auto;
  top: -10px;
  position: relative;  
}
#zzv .banner-component .amazon span {
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  padding: 0 15px;
  display: block;
  line-height: 142%;
}
/*  ======================================================================================================================================================================================================
Responsive Utilities
====================================================================================================================================================================================================== */
/*~~~~~~ md-devices and down ~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width: 991px) {
  #zzv .banner-component .heading {
    font-size: 20px;
  }
  #zzv .banner-component .btn.nuernberger {
    font-size: 14px;
    padding: 12px;
  }
  #zzv .banner-component ul li {
    font-size: 14px;
  }
}
/* ~~~~~~ sm-devices and down ~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width: 767px) {
  #zzv .banner-component .heading {
    font-size: 20px;
  }
}
/* ~~~~~~ xs-devices and down ~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width: 576px) {
  #zzv .banner-component {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; 
    overflow: visible;
    height: unset;
  }
  #zzv .banner-component .content,
  #zzv .banner-component img {
    width: 100%;
  }
  #zzv .banner-component .btn.nuernberger {
    width: 100%;
    padding: 20px 28px 17px 28px;
    display: block;
  }
  #zzv .banner-component .amazon-benefit {
    position: relative;
    right: unset;
    top: unset;
    -webkit-transform: none;
      -moz-transform: none;
        transform: none;
    margin-bottom: 20px
  }
  #zzv .banner-component .amazon {
    width: 50%;
    height: unset;
    border-radius: unset;
  }
  #zzv .banner-component .amazon .gift-card {
    width: 60px;
  }
  #zzv .banner-component .amazon span {
    font-weight: 700;
    padding: 0px 15px 15px;
  }
}

/*Banner Start*/
.banner-container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-8);
}

.banner-container > .headline {
  font-size: 2rem;
  line-height: 2.5rem;
}

.banner__content {
  display: flex;
  /*align-items: stretch;*/
  border-radius: 1rem;
  background-color: var(--surface-base);
  overflow: hidden;
}

.banner__content > * {
  flex: 50%
}

.banner__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.5rem 1.5rem;
}

.banner__text > ul {
  padding-left: 0.25rem;
}

.banner__text > ul li {
  display: flex;
  gap: 0.25rem;
  line-height: 1.5rem;
}

.banner__text > ul li > svg {
  flex-shrink: 0;
  color: var(--feedback-success-base);
  width: 1.5rem;
  height: 1.5rem;
}

/*.banner__text > ul li:before {*/
/*  content: url(../../assets/img/ds/Check.svg);*/
/*  font-size: 0.75rem;*/
/*  color: var(--feedback-success-base);*/
/*}*/

.banner__image {
  position: relative;
}

.banner__image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (width < 768px) {
  .banner__content {
    flex-direction: column;
    border-radius: 0.5rem;
  }

  .banner__text {
    padding: 1.5rem;
  }

  .banner__image > img {
    position: initial;
    max-height: 250px;
  }
}
/*Banner Ende*/