/* Nav bar */
ul.nav li a {
  color: #ffffff;
  outline: none;
}

.login_signup {
  background-color: #233357;
}

.news_btn path,
.space_lang path,
.news_btn a,
.space_lang {
  fill: #fff;
  color: #fff;
}

.logo {
  background-image: url(/images/logo/fn_logo_white_yellow.svg);
  background-repeat: no-repeat;
}

img.brand-orig,
img.brand-hover {
  transform: translate(-9999px, 10px);
}

/* Accordion */
#accordion {
  position: relative;
}

#accordion .accordion-head {
  color: #2c2c2e;
  padding: 20px 20px 15px 0;
  border-bottom: 1px solid #d9dfe6;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#accordion .arrow {
  color: #233357;
  font-size: 22px;
  transition: 0.25s ease;
}

.tooltip-text .arrow {
  transition: 0.25s ease;
}

.maximum-tooltip .arrow {
  transition: 0.25s ease;
}

.arrow-animate {
  transform: rotate(-180deg);
}

#accordion .accordion-content {
  display: none;
  padding: 0px 0px;
  color: #222222;
}

/* Anzeige für Desktop, Tablet & Mobile */
.desktop_explanation,
.desktop_explanation.tablet_explanation {
  display: block;
}

.tablet_explanation,
.mobile_explanation {
  display: none;
}


/* General Style */

.content-section-blue {
  background: transparent linear-gradient(258deg, #79AEF2 0%, #4B91EC 100%) 0% 0% no-repeat padding-box;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section-blue .main.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6rem;
}

.explanation.blue a {
  display: inline-block;
  color: white;
  padding: 16px 40px;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  font-family: 'Univers LT 65' !important;
  background: #233357;
  background-image: -o-linear-gradient(262deg, #1B2847 0%, #233357 100%);
  background-image: linear-gradient(262deg, #1B2847 0%, #233357 100%);
}

.contribute.yellow {
  display: flex;
  justify-content: flex-end;
}

div.sweetspot dfn::after {
  text-align: start;
}

.contribute.yellow a {
  display: inline-block;
  color: white;
  padding: 16px 40px;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  font-family: 'Univers LT 65' !important;
  background: #f2b138;
  background-image: -o-linear-gradient(186deg, #FFA448 0%, #F2b138 100%);
  background-image: linear-gradient(264deg, #FFA448 0%, #F2b138 100%);
}

.contribute.yellow a:hover {
  background: #233357;
}

.tombstone-img {
  margin-bottom: 0;
  width: -webkit-fill-available;
  height: auto;
  border-radius: 3px;
}

h1.title {
  font-size: 42px;
  text-align: center;
  color: white;
  padding-bottom: 15px;
  padding-top: 35px;
}

.content-section-blue .main.header p {
  color: #fff;
  text-align: center;
  max-width: 640px;
  font-size: 18px;
}

.info-box-row .description {
  max-height: 352px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.sweetspot-img {
  margin-left: 10px;
}

h2.project {
  font-size: 32px;
  padding: 0;
  margin: 0;
}

h2.title {
  font-size: 32px;
  margin-bottom: 20px;
}

a,
a:hover {
  color: #79aef2;
}

p {
  font-size: 16px;
  line-height: 1.4;
  hyphens: auto;
  -webkit-hyphens: auto;
}

i {
  margin-left: 10px;
}

.tabContentItem .contentTitle {
  font-size: 20px;
  margin-bottom: 0px;
  color: #2c2c2e;
  padding-bottom: 0;
}

.content-section-white {
  font-size: 16px;
  color: #2c2c2e;
  background: white;
  padding: 6rem 0 6rem 0;
  text-align: justify;
}

.content-section-grey {
  font-size: 16px;
  color: #2c2c2e;
  background: #F2F2F2;
  padding: 6rem 0 6rem 0;
  text-align: justify;
}


/* Funding Bar Style */
.funding-bar {
  padding-top: 55px;
}

.progress1 {
  position: relative;
  height: 21px;
  background-color: #f2f2f2;
  box-shadow: inset 0px 3px 6px #6f6f6f29;
}

.checkpoint-div {
  z-index: 2;
}

.checkpoint-div span {
  width: 6px;
  height: 32px;
  top: 30px;
  border-radius: 2px;
}

.checkpoint-div .tooltip-text {
  cursor: pointer;
  text-align: justify;
  padding: 12px;
  position: absolute;
  z-index: 1000;
  font-size: 15px;
  background: linear-gradient(225deg, #1B2847 0%, #233357 100%);
  border-radius: 3px;
  top: 70px;
  width: min-content;
  hyphens: auto;
  -webkit-hyphens: auto;
  box-shadow: 0px 2px 6px #0000001A;
}

.tooltip-headline {
  text-wrap: nowrap;
  white-space: nowrap;
  padding: 0;
  color: white;
  padding: 0 0 0 0;
  font-size: 18px;
}

.maximum-tooltip {
  position: relative;
  margin-top: 14px;
  float: right;
  width: min-content;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  padding: 12px;
  background: #2c2c2e;
  box-shadow: 0px 2px 6px #0000001A;
  border-radius: 3px;
}

.maximum-tooltip .tooltip-headline {
  display: flex;
  color: #fff;
  align-items: center;
}

.maximum-tooltip p strong {
  font-size: 18px;
}

.maximum-tooltip p {
  font-size: 15px;
  line-height: 19px;
  color: white;
  padding: 5px 0 0 0;
}

.line {
  background: #2c2c2e;
  height: 107px;
  width: 4px;
  right: 0px;
  top: -10px;
  position: absolute;
  border-radius: 10px;
}

.circle {
  height: 12px;
  width: 12px;
  background: #2c2c2e;
  position: absolute;
  top: -10px;
  left: -4px;
  border-radius: 50%;
}

.arrow.mobile_explanation {
  display: none;
}

.tooltip-text p.tooltip-content {
  color: #fff;
  line-height: 19px;
  font-size: 15px;
  overflow: hidden;
  padding-bottom: 0;
  max-height: 57px;
  transition: max-height 0.2s ease-out;
}

.tooltip-text.active p.tooltip-content {
  max-height: 300px;
  transition: max-height 0.5s ease-out;
}

.checkpoint-div .tooltip-text p:nth-of-type(2) {
  padding: 0;
}

.checkpoint-div .tooltip-text p strong,
.progress1 .tooltip-text strong {
  font-size: 18px;
}

.checkpoint-div span::after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: -2px;
  border: solid transparent 5px;
  border-bottom-color: #233357;
}

.progress1 .tooltip-text {
  position: absolute;
  z-index: 1;
  font-size: 15px;
  background: linear-gradient(264deg, #FFA448 0%, #F2b138 100%);
  color: #fff;
  border-radius: 3px;
  bottom: 30px;
  width: max-content;
  padding: 12px;
  box-shadow: 0px 2px 6px #0000001A;
}

.get_progress1:before {
  content: " ";
  position: absolute;
  bottom: 97%;
  right: 0%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffab4e transparent transparent transparent;
}

.get_progress1 {
  position: relative;
  height: 21px;
  background: linear-gradient(264deg, #FFA448 0%, #F2b138 100%);
}


/* Infobox Section Style */
.info-box-row {
  display: grid;
  grid-template-columns: 32% 1fr;
  gap: 2%;
}

.infoSmallBox {
  height: fit-content;
  width: 100%;
}

.infoSmallBox .title {
  font-size: 20px;
}

.infoSmallBox .desc {
  font-size: 15px;
}


/* Calculation Section Style */
.calculation-section .content-row--grid {
  display: grid;
  grid-template-columns: 66% 1fr;
  gap: 2%;
}

.calculation-section h4 {
  font-size: 20px;
  color: #2C2C2E;
  padding-bottom: 15px;
}

.calculation-section .card-invested-amount {
  background-color: #ffffff;
  padding: 25px 30px 20px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
  margin-bottom: 25px;
}

.calculation-section h6 {
  color: #697386;
  font-family: "Univers LT 55";
}

.calculation-section .card-invested-amount input[type="text"] {
  border: 0;
  padding: 0;
  font-size: 42px;
  font-family: 'Univers LT 65';
  width: 30%;
  min-width: 185px;
}

.input-container {
  display: flex;
  align-items: center;
}

.calculation-section .card-invested-amount .btn-group {
  display: flex;
  gap: 10px;
}

.calculation-section .card-invested-amount .btn-range {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  line-height: 35px;
  justify-content: center;
  color: #233357;
  background: #F2F2F2;
  border: 0;
  font-size: 29px;
  font-family: 'Univers LT 65';
  cursor: pointer;
  box-shadow: inset 0px 3px 6px #9E9E9E33;
}

.card-invested-amount h5 {
  display: flex;
  color: #2C2C2E;
  font-size: 18px;
  padding: 30px 0 5px 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.redioB_C {
  width: fit-content;
  float: left;
  margin-right: 10px;
}

.calculation-section .ui-slider-range {
  background: #DAE0E7;
  box-shadow: inset 0px 3px 6px #7592B233;
  border-radius: 3px;
  transform: translateX(5px);
}

.calculation-section .ui-widget.ui-widget-content {
  border: 3px solid white;
  background-color: #233357;
  border-radius: 6px 0px 0px 6px;
  left: -2px;
}

.calculation-section .ui-slider {
  margin-top: 30px;
}

.ui-slider-horizontal {
  height: 16px !important;
}

.calculation-section .ui-slider .ui-slider-handle {
  width: 20px !important;
  height: 38px;
  top: -11px;
  font-size: 0 !important;
  border: 0;
  background-color: #fff;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, .16);
  display: flex;
  margin-right: 0.6em;
  justify-content: center;
  align-items: center;
  transform: translateX(-5px);
}

.calculation-section .ui-slider .ui-slider-handle.ui-state-focus {
  outline: none !important;
}

.calculation-section .ui-slider .ui-slider-handle::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 16px;
  border-radius: 2px;
  background: #233357;
}

.calculation-section .value-wrapper {
  font-family: 'Univers LT 55';
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #697386;
  margin-top: 15px;
}

.calculation-section .shadowBox {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  border-radius: 3px;
  padding: 25px;
}

.calculation-section .finance-boxOuter h3 {
  font-size: 42px;
  text-align: left;
}

.finance-boxOuter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.calculation-section .blue-shadow {
  padding: 10px 15px;
  background-color: #E4F0FF;
  border: 2px solid #79AEF2;
  border-radius: 3px;
}

.calculation-section .blue-shadow p {
  font-size: 15px;
  line-height: 1.2;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.calculation-section .yellow-shadow p {
  font-size: 16px;
  line-height: 1.2;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.calculation-section .yellow-shadow {
  margin-top: 25px;
  padding: 10px 15px;
  background-color: #FFF6E8;
  border: 2px solid #FFDFAF;
  border-radius: 3px;
}


/* Chart & Overview Section Style */
.chart-container {
  padding: 25px 30px 25px 15px;
}

.chart {
  position: relative;
  margin: auto;
  height: 520px;
}

.btn-case-scenario {
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.base-case.active,
.target-case.active {
  background-color: #233357;
  color: white;
}

.btn-case-scenario button {
  background-color: #f2f2f2;
  color: #2c2c2e;
  width: 150px;
  border: 0;
  border-radius: 3px;
  font-family: 'Univers LT 65';
  font-size: 16px;
  padding: 15px;
  cursor: pointer;
  margin: 0 5px;
}

.btn-case-scenario button:hover {
  background: #00000013;
}

.btn-case-scenario button.active:hover {
  background: #233357;
}

.legend-container {
  position: relative;
  color: #233357;
  display: flex;
  font-size: 16px;
  font-family: 'Univers LT 65';
  padding-left: 15px;
  justify-content: space-evenly;
}

.unit-div {
  top: -12px;
  margin-top: -40px;
  font-size: 18px;
  position: relative;
  width: fit-content;
  padding: 0px 15px;
  color: #233357;
  font-family: 'Univers LT 65';
  text-align: right;
}

.legend-container .unit {
  position: absolute;
  right: 15px;
  top: -2px;
  color: #233357;
  font-size: 20px;
}

.legend {
  display: flex;
  margin: 0 10px 10px;
}

.legend-square {
  height: 18px;
  width: 18px;
  margin-right: 10px;
}

.yellow-bg {
  background: #f2b138;
}

.dark-blue-bg {
  background: #233357;
}

.light-blue-bg {
  background: #79aef2;
}

.overview-section .yellow-shadow p {
  font-size: 16px;
  line-height: 1.2;
}

.overview-section .yellow-shadow {
  margin-top: 50px;
  padding: 25px 30px;
  background-color: #FFF6E8;
  border: 2px solid #FFDFAF;
  border-radius: 3px;
}

.payout-table {
  display: flex;
  max-width: 1055px;
}

.payout-column-legend {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Univers LT 65';
  padding: 0 21px 0 15px;
  display: flex;
  float: left;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  color: transparent;
}

.payout-column-legend .legend-square {
  margin-right: 0;
  height: 19px;
  width: 19px;
}

.payout-column .payout-row:nth-of-type(1) {
  font-size: 20px;
  font-family: 'Univers LT 65';
  color: #233357;
}

.payout-row {
  margin-bottom: 12px;
  text-wrap: nowrap;
  white-space: nowrap;
}

.payout-column {
  flex: 1;
  text-align: center;
}

.dfn-hover-right dfn::after {
  left: -170px;
}


/* Scroll Container Style */
.scroll-container.scroll .chart {
  height: 350px;
}

.scroll-container.scroll .payout-table {
  min-width: 750px;
}

.scroll-container.scroll .payout-column-legend {
  font-size: 18px;
  line-height: 25px;
  padding: 0 21px 0 15px;
}

.scroll-container.scroll .payout-row.hidden {
  height: 25px;
  margin-bottom: 12px;
  font-size: 18px;
  transform: none;
}

.scroll-container.scroll .payout-column .payout-row:nth-of-type(1) {
  font-size: 20px;
  transform: none;
  margin-bottom: 12px;
}

.scroll-container.scroll .payout-column .payout-row {
  font-size: 16px;
  transform: none;
  margin-bottom: 12px;
  line-height: unset;
}

.scroll-container.scroll .payout-column-legend .legend-square {
  height: 19px;
  width: 19px;
}

.scroll-container.scroll .payout-row dfn:before {
  top: 12px;
}

.scroll-container.scroll .payout-row dfn:before,
.scroll-container.scroll .payout-row dfn:after {
  transform: none;
}

.scroll-container.scroll .payout-row.dfn-hover dfn:after {
  top: 22px;
  left: 0;
}

.scroll-container.scroll .payout-row.dfn-hover-right dfn:after {
  top: 22px;
  left: -170px;
}

@media (max-width: 990px) {
  .logo {
    background-image: url(/images/logo/fn_bildmarke_dark_bg.svg);
    background-repeat: no-repeat;
  }
}

@media (max-width: 883px) {

  .scroll-container.scroll .unit-div {
    top: 5px;
    font-size: 18px;
    padding: 0px 5px;
    margin-top: -30px;
  }

  .scroll-container.scroll .chart {
    margin-left: -10px;
  }

  .scroll-container.scroll .payout-table {
    margin-left: -10px;
  }

  .scroll-container.scroll {
    overflow-x: scroll;
    margin-left: 10px;
    height: 536px;
  }

  .scroll-container.scroll::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    border-radius: 4px;
    background-color: #F5F5F5;
  }

  .scroll-container.scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #5555;
  }

  .scroll-container.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #f2f2f2;
  }
}

@media (max-width: 991px) {
  .scroll-container.scroll .payout-column .payout-row:nth-of-type(1) {
    font-size: 18px;
  }

  .scroll-container.scroll .payout-row.hidden {
    height: 22px;
  }

  .scroll-container.scroll .payout-column .payout-row {
    font-size: 14px;
  }

  .scroll-container.scroll .payout-column-legend .legend-square {
    height: 17px;
    width: 17px;
  }
}

@media (max-width: 1024px) {

  .calculation-section .content-row--grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}


@media (max-width: 768px) {

  .desktop_explanation.tablet_explanation,
  .tablet_explanation,
  .tablet_explanation.mobile_explanation {
    display: block;
  }

  .desktop_explanation {
    display: none;
  }

  .info-box-row {
    display: flex;
    flex-direction: column;
  }

  .info-box-row.mb70 {
    margin-bottom: 1rem;
  }

  .calculation-section .title,
  .overview-section .title,
  .risk-information .title {
    margin-bottom: 10px;
  }

  h3.contentTitle,
  .calculation-section h4 {
    font-size: 22px !important;
    text-align: left;
    color: #2c2c2e;
  }

  .unit-div {
    padding: 0 5px;
    font-size: 14px;
    margin-top: 0px;
  }

  .legend-container .unit {
    font-size: 14px;
  }

  .payout-column-legend {
    font-size: 14px;
    line-height: 17px;
    padding: 0 11px 0 5px;
  }

  .payout-column-legend .legend-square {
    height: 14px;
    width: 14px;
  }

  .payout-row.hidden {
    height: 19px;
    margin-bottom: 20px;
    font-size: 14px;
    transform: none;
  }

  .content-section-blue .main.header {
    padding-bottom: 3rem;
  }

  .tombstone-img {
    width: 300px;
    margin-bottom: 20px;
  }

  .info-box-row.mb70>div {
    display: flex;
    justify-content: center;
  }

  .description>div>p {
    margin-bottom: 10px;
  }

  h2.project {
    font-size: 26px;
  }

}

@media (max-width: 640px) {

  .desktop_explanation,
  .tablet_explanation,
  .desktop_explanation.tablet_explanation {
    display: none;
  }

  .mobile_explanation {
    display: block;
  }

  .desktop_explanation .tooltip-text p.tooltip-content {
    max-height: none;
  }

  .mb40 {
    margin-bottom: 25px;
  }

  h1.title {
    font-size: 32px;
    text-align: center;
    padding-bottom: 0;
    padding-top: 1rem;
  }

  .mobile_explanation #accordion .accordion-head {
    border-bottom: none;
    padding: 0;
    flex-wrap: wrap;
  }

  .mobile_explanation .accordion-head>div:nth-child(1) {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: -webkit-fill-available;
    justify-content: space-between;
  }

  .maximum-tooltip p.tooltip-content {
    display: none;
  }
  
  .maximum-tooltip.active p.tooltip-content {
    display: block;
  }

  .tooltip-text p.tooltip-content {
    display: none;
  }

  .tooltip-text.active p.tooltip-content {
    display: block;
  }

  .arrow.mobile_explanation {
    display: block;
  }

  .content-section-grey,
  .content-section-white {
    padding: 3rem 0 3rem 0;
    overflow: hidden;
  }

  /* Funding Bar Style */
  .funding-bar {
    padding-bottom: 160px;
  }

  .checkpoint-div,
  .maximum-tooltip {
    cursor: pointer;
  }

  .maximum-tooltip {
    z-index: 1;
    margin-top: 74px;
    right: 5%;
    width: min-content;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    padding: 12px;
    background: linear-gradient(225deg, #2c2c2e 0%, #414141 100%);
    box-shadow: 0px 2px 6px #0000001A;
    border-radius: 3px;
    position: absolute;
  }

  .line {
    top: -70px;
  }

  /* Calculation Section Style */
  .calculation-section .card-invested-amount input[type="text"] {
    font-size: 36px;
    min-width: 165px;
  }

  .calculation-section .finance-boxOuter h3 {
    font-size: 36px;
  }

  .calculation-section .title,
  .overview-section .title,
  .risk-information .title {
    font-size: 28px;
  }

  .btn-case-scenario {
    flex-wrap: nowrap;
    margin-bottom: 25px;
  }

  .calculation-section .card-invested-amount {
    padding: 25px 25px 20px;
    margin-bottom: 0;
  }

  .calculation-section .shadowBox {
    margin-bottom: 25px;
  }

  .card-invested-amount h5 {
    align-items: normal;
    text-align: left;
    padding: 20px 0 0 0;
  }

  /* Chart and Overview Section Style */
  .chart-container {
    padding: 25px 20px 20px 15px;
  }

  .chart {
    height: 350px;
  }

  .legend {
    margin: 0 10px 10px;
    width: 30%;
    min-width: fit-content;
  }

  .legend-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .payout-column-legend .payout-row {
    transform: none;
  }

  .payout-column .payout-row:nth-of-type(1) {
    font-size: 16px;
    transform: rotate(325deg);
    margin-bottom: 20px;
  }

  .payout-column {
    min-width: 10px;
  }

  .payout-row {
    transform: rotate(325deg);
    font-size: 12px;
  }

  .payout-row dfn:before,
  .payout-row dfn:after {
    transform: rotate(35deg);
  }

  .payout-row dfn:before {
    top: 20px;
  }

  .payout-row.dfn-hover-right dfn:after {
    left: -171px;
    top: -23px;
    max-width: 200px;
  }

  .payout-row.dfn-hover dfn:after {
    top: 60px;
    left: -29px;
    max-width: 200px;
  }

  .overview-section .yellow-shadow {
    padding: 10px 15px;
    margin-top: 25px;
  }
}