@charset "UTF-8";
body:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("/fileadmin/templates/finvesto2/images/close.svg") url("/fileadmin/templates/finvesto2/images/caret-down.svg") url("/fileadmin/templates/finvesto2/images/caret-up.svg") url("/fileadmin/templates/finvesto2/images/caret-down-h.svg") url("/fileadmin/templates/finvesto2/images/caret-up-h.svg") url("/fileadmin/templates/finvesto2/images/caret-down-a.svg") url("/fileadmin/templates/finvesto2/images/caret-up-a.svg") url("/fileadmin/templates/finvesto2/images/caret-down-n.svg") url("/fileadmin/templates/finvesto2/images/caret-up-n.svg") url("/fileadmin/templates/finvesto2/images/caret-down-2.svg") url("/fileadmin/templates/finvesto2/images/caret-up-2.svg") url("/fileadmin/templates/finvesto2/images/caret-down-3.svg") url("/fileadmin/templates/finvesto2/images/caret-up-3.svg") url("/fileadmin/templates/finvesto2/images/ic-download.svg") url("/fileadmin/templates/finvesto2/images/ic-download-h.svg") url("/fileadmin/templates/finvesto2/images/ic-download-a.svg");
}

img {
  max-width: 100%;
  height: auto;
}

.page {
  margin: auto;
}

.container {
  max-width: 1168px;
  min-width: 320px;
  padding-left: 15px;
  padding-right: 15px;
}

main > section:first-child {
  padding-top: 40px;
}

@media screen and (min-width: 1138px) {
  /* highlightbox scrollbar bugfix */
  /*
	.main-container {
		overflow-x: hidden;
	}
	*/
}

/* header */
.search-box {
  position: relative;
}

.search-box span {
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
  z-index: 20;
}

.search-box input {
  height: 40px;
  padding-right: 40px;
  padding-left: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}

header .search-box input {
  width: 230px;
}

.footer-bottom {
  padding-bottom: 60px;
  background-color: #747c81;
  color: #ffffff;
  font-size: 16px;
}

.footer-bottom a {
  color: inherit;
}

.footer-bottom a:hover {
  color: inherit;
}

.footer-bottom a:active {
  color: #dadbdb;
}

.footer-icon {
  min-height: 40px;
  margin-bottom: 20px;
}

.footer-icon-row {
  justify-content: center;
}

.footer-icon-row > div {
  max-width: 200px;
  width: auto;
  text-align: center;
  margin: 0px 5px;
  min-width: 100px;
}

.footer-iconlink {
  color: #39444c;
  display: inline-block;
}

.footer-iconlink:hover {
  text-decoration: none;
  color: #39444c;
}

.footer-iconlink .link {
  color: #95c11e;
}

.footer-iconlink:hover .link {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .risk-notice {
    position: relative;
    top: 70px;
    margin-top: -70px;
    z-index: 1;
  }
}

/*
.waved {
	position: relative;
}

.waved:after {
	content:"";
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-1;
	height: 100%;
	width: 100%;
	background: url("/fileadmin/templates/finvesto2/images/wave-gray.svg") no-repeat left bottom;
	border: 1px solid red;
}
*/
.footer-decor img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(2px);
}

.footer-contents {
  padding-top: 30px;
}

.footer-contents > div {
  margin-bottom: 10px;
  text-align: center;
}

/* footermenu */
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.menu > li {
  display: inline-block;
}

ul.menu > li:not(:last-child) {
  margin-right: 9px;
}

ul.menu > li:not(:last-child):after {
  content: "|";
  margin-left: 10px;
}

footer .menu li a {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .footer-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.footer-badgelist img {
  margin: 0px 5px;
  margin-bottom: 5px;
}

b, strong {
  font-family: DaxMedium;
  font-weight: normal;
}

.bg-0 {
  background-color: transparent;
}

.bg-1 {
  background-color: #eef5f6;
}

.bg-2 {
  background-color: #ffffff;
}

.frame {
  margin-bottom: 20px;
}

.frame-fv-1 {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ffffff;
  padding: 20px;
}

.frame-fv-2 {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #95c11e;
  padding: 20px;
  color: #ffffff;
}

.frame-fv-2 a:not(.btn) {
  color: inherit;
}

.frame-fv-3 {
  position: relative;
  box-shadow: none;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ffffff;
  padding: 20px;
  z-index: 2;
}

.frame-fv-3:before {
  content: "";
  top: -6px;
  left: -6px;
  bottom: 6px;
  right: 6px;
  border-top: 6px solid #8cb9c3;
  border-left: 6px solid #8cb9c3;
  z-index: -1;
  display: block;
  position: absolute;
  border-top-left-radius: 25px;
}

.frame-fv-3:after {
  content: "";
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: transparent;
  z-index: -2;
  display: block;
  position: absolute;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.ce-tags {
  margin-bottom: 30px;
}

.ce-tag {
  display: inline-block;
  margin-right: 10px;
}

.ce-tag > span {
  display: inline-block;
  background-color: #f1f1f1;
  border-radius: 13px;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-family: DaxBold;
  color: #39444c;
  font-weight: bold;
  padding: 8px 10px 5px 10px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ce-tag i {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #95c11e;
  vertical-align: middle;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fff;
  position: relative;
}

.ce-tag i + span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.ce-tag i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 1;
  font-family: DaxMedium;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
}

.ce-tag i.icon-percent:before {
  background-image: url("/fileadmin/templates/finvesto2/images/ic-percent.svg");
  width: 20px;
  height: 20px;
}

.ce-tag i.icon-pig:before {
  background-image: url("/fileadmin/templates/finvesto2/images/ic-pig.svg");
  width: 29px;
  height: 25px;
}

.ce-tag i.icon-star:before {
  background-image: url("/fileadmin/templates/finvesto2/images/ic-star.svg");
  width: 25px;
  height: 25px;
}

.ce-tag i.icon-info:before {
  background-image: url("/fileadmin/templates/finvesto2/images/ic-info-white.svg");
  width: 20px;
  height: 20px;
}

.ce-tag i.icon-percent:before {
  background-image: url("/fileadmin/templates/finvesto2/images/ic-percent.svg");
  width: 20px;
  height: 20px;
}

.ce-tag i.icon-globe:before {
  background-image: url("/fileadmin/templates/finvesto2/images/ic-globe.svg");
  width: 25px;
  height: 25px;
}

.ce-tag i.icon-globe2:before {
  background-image: url("/fileadmin/templates/finvesto2/images/ic-globe2.svg");
  width: 25px;
  height: 25px;
}

.ce-tag i.icon-diamond:before {
  background-image: url("/fileadmin/templates/finvesto2/images/ic-diamond.svg");
  width: 25px;
  height: 25px;
}

.ce-tag i.icon-heart:before {
  background-image: url("/fileadmin/templates/finvesto2/images/ic-heart.svg");
  width: 25px;
  height: 25px;
}

.ce-tag i.icon-rocket:before {
  background-image: url("/fileadmin/templates/finvesto2/images/ic-rocket.svg");
  width: 25px;
  height: 25px;
}

.imageblock-text {
  color: #fff;
}

.fc-anthrazit {
  color: #39444c;
}

.fc-1,
.fc-green {
  color: #93c400;
}

.fc-2,
.fc-white {
  color: #ffffff;
}

.fc-3,
.fc-greyblue {
  color: #8cb9c3;
}

.fc-4,
.fc-orange,
.fc-orange:hover {
  color: #ef7c00;
}

.fc-5,
.fc-earth {
  color: #91837e;
}

.fw-normal {
  font-family: DaxRegular !important;
  font-weight: normal;
}

.fw-medium {
  font-family: DaxMedium !important;
  font-weight: normal;
}

.fw-bold {
  font-family: DaxBold !important;
  font-weight: normal;
}

main ul.lt-checkmark {
  padding-left: 0px;
}

main ul.lt-checkmark > li {
  padding-left: 29px;
  list-style: none;
  background: url("/fileadmin/templates/finvesto2/images/checkmark.svg") no-repeat 0px 5px;
}

main .highlight ul.lt-checkmark > li {
  background: url("/fileadmin/templates/finvesto2/images/checkmark-white.svg") no-repeat 0px 5px;
}

.brightness-0 {
  filter: brightness(0);
}

.brightness-10 {
  filter: brightness(0.1);
}

.brightness-20 {
  filter: brightness(0.2);
}

.brightness-30 {
  filter: brightness(0.3);
}

.brightness-40 {
  filter: brightness(0.4);
}

.brightness-50 {
  filter: brightness(0.5);
}

.brightness-60 {
  filter: brightness(0.6);
}

.brightness-70 {
  filter: brightness(0.7);
}

.brightness-80 {
  filter: brightness(0.8);
}

.brightness-90 {
  filter: brightness(0.9);
}

.brightness-100 {
  filter: brightness(1);
}

.brightness-animation:hover {
  filter: brightness(1);
}

.brightness-animation {
  transition: all .3s ease;
}

.img-hover-effect-1 {
  filter: brightness(0.8);
  transition: all .3s ease;
}

.img-hover-effect-1:hover {
  filter: brightness(1);
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.fv-select {
  background-color: #fff;
  border: 2px solid #8cb9c3;
  color: #000;
  padding: 8px 10px;
}

.ce-sword2 {
  background-color: #a9f780;
}

a.forward-icon-link:after {
  font-family: 'pim-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e910";
  margin-left: 5px;
  display: inline-block;
}

.section {
  padding: 20px 0;
  position: relative;
}

.row.align-items-stretch > div > div {
  height: calc(100% - 20px);
}

.page-header {
  position: relative;
}

.header-bg,
.header-bg img {
  width: 100%;
  height: auto;
}

.logo-block {
  position: absolute;
  top: 0px;
  width: 30%;
  left: 15px;
}

.logo-wrapper {
  background-color: #fff;
  padding: 15px;
  padding-top: 35px;
  max-width: 184px;
}

.finvesto-logo {
  max-width: 100%;
  height: auto;
}

.slogan {
  display: none;
}

.header-search {
  display: none;
}

.page-header .container {
  padding: 0;
}

.menubar {
  padding: 0px 15px;
  height: 60px;
}

.menubar {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 0px solid #cccccc;
}

.menubar-right {
  padding-right: 10px;
  white-space: nowrap;
}

.menubar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menubar .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

.menubar a:not(.btn) {
  color: inherit;
}

.menubar a.fc-orange {
  color: #ef7c00;
}

.menubar a.fc-orange:hover {
  color: #fc9425;
}

.menubar-right a {
  margin-left: 20px;
}

.menubar .icon-link img {
  display: inline-block;
}

.menubar .icon-link span {
  display: none;
}

.mainmenu {
  border-bottom: 0px solid #cccccc;
  xbox-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.2);
}

.menu-btn {
  background: no-repeat center center;
  background-image: url("/fileadmin/templates/finvesto2/images/menu.svg");
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  min-width: 30px;
}

.menu-btn.open {
  background-image: url("/fileadmin/templates/finvesto2/images/close.svg");
}

.mainmenu a {
  color: #39444c;
  white-space: nowrap;
  display: inline-block;
  height: 50px;
}

.mainmenu a:hover {
  text-decoration: none;
}

.mainmenu a {
  cursor: default;
}

.mainmenu a[href] {
  cursor: pointer;
}

.mainmenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  z-index: 100;
  display: none;
}

.mainmenu > li > ul {
  padding: 10px;
  display: none;
}

@media screen and (max-width: 768px) {
  .mainmenu.open {
    display: block;
  }
  .mainmenu > li.open > ul {
    display: block;
  }
}

.mainmenu > li > a:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 24px;
  background: url("/fileadmin/templates/finvesto2/images/caret-down.svg") no-repeat center center;
}

.mainmenu > li > a:hover:after {
  background-image: url("/fileadmin/templates/finvesto2/images/caret-down-h.svg");
}

.mainmenu > li > a:active:after {
  background-image: url("/fileadmin/templates/finvesto2/images/caret-down-a.svg");
}

.mainmenu > li.open > a:after {
  background-image: url("/fileadmin/templates/finvesto2/images/caret-up.svg");
}

.mainmenu > li.open > a:hover:after {
  background-image: url("/fileadmin/templates/finvesto2/images/caret-up-h.svg");
}

.mainmenu > li.open > a:active:after {
  background-image: url("/fileadmin/templates/finvesto2/images/caret-up-a.svg");
}

.mainmenu > li a {
  font-size: 18px;
  font-family: DaxMedium;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
}

.mainmenu > li > ul > li > a {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  color: #91837e !important;
}

.mainmenu > li > ul > li > a[href]:hover {
  color: #95c11e !important;
}

.mainmenu > li a:hover {
  color: #95c11e;
}

@media screen and (min-width: 768px) {
  .page-header > .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
  }
  .header-content {
    position: relative;
    height: 100%;
  }
  .logo-block {
    position: absolute;
    /* top: 12.25%;	 */
    top: 0px;
    left: 0;
    width: auto;
  }
  .logo-wrapper {
    padding-top: 55px;
  }
  .finvesto-logo {
    display: block;
  }
  .header-search {
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
  }
  .menu-btn {
    display: none;
  }
  .menubar {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 20px;
    height: 60px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  ul.mainmenu {
    display: flex;
    padding: 0 10px;
    position: static;
    background-color: transparent;
  }
  .mainmenu > li > a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding: 0px 10px;
    font-family: DaxRegular;
    font-size: 15px;
  }
  .mainmenu > li > a:after {
    display: none;
  }
  .mainmenu > li {
    position: relative;
  }
  .mainmenu > li > ul {
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 0 0 20px 0;
    transform: translateY(2px);
  }
  .mainmenu > li > ul:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: -2px;
    width: 100%;
  }
  .mainmenu > li:hover > ul {
    position: absolute;
    left: -10px;
    z-index: 10;
    display: flex;
  }
  .mainmenu > li > ul > li {
    margin: 0 20px;
  }
  .mob-search {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .slogan {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    color: #ffffff;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    background-color: #95c11e;
    font-family: DaxMedium;
    padding: 15px;
    max-width: 184px;
    margin-top: 20px;
  }
  .menubar .icon-link span {
    display: inline;
    margin-left: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .slogan {
    display: none;
  }
}

.teaserbox {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.teaserbox > div {
  flex-grow: 0;
}

.teaserbox > .teaserbox-body {
  flex-grow: 2;
}

.teaserbox-image {
  margin: -20px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teaserbox.tb-layout2 .teaserbox-image {
  margin: 0px;
  margin-bottom: 20px;
}

.teaserbox-footer {
  display: flex;
  justify-content: space-between;
}

.teaserbox-footer > * {
  margin: 0px 5px;
  font-family: DaxMedium;
}

.teaserbox-footer > *:first-child {
  margin-left: 0;
}

.teaserbox-footer > *:last-child {
  margin-right: 0;
}

.teaserbox-header-wrapper {
  color: #95c11e;
}

.teaserbox.tb-layout3 .teaserbox-image {
  background-color: #f6fafa;
  position: relative;
  padding-bottom: calc(50% + 20px);
}

.teaserbox.tb-layout3 .teaserbox-image {
  background-color: #f6fafa;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .teaserbox.tb-layout3 .teaserbox-image {
    background-color: #f6fafa;
    position: relative;
    padding-bottom: calc(50% + 20px);
    padding-top: 0;
  }
  .teaserbox.tb-layout3 .teaserbox-image .image-wrapper {
    position: absolute;
    height: 50%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .teaserbox.tb-layout3 .teaserbox-image .image-wrapper img {
    max-height: 100%;
    max-width: 100%;
  }
}

.highlightbox .highlight-col {
  align-self: center;
}

.highlight {
  border-top-left-radius: 20px;
  background-color: #95c11e;
  margin-right: calc(-20px - 15px);
  padding: 20px;
  color: #ffffff;
}

.highlight a:not(.btn),
.highlight a:active:not(.btn),
.highlight a:hover:not(.btn) {
  color: #fff;
}

.highlightbox .button-row {
  margin-top: 20px;
}

.highlight-slide {
  display: none;
}

.highlight-slide.active {
  display: block;
}

.highlight-pager {
  text-align: center;
}

.highlight-pager span {
  width: 10px;
  height: 10px;
  margin: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #999999;
  cursor: pointer;
}

@media (min-width: 1140px) {
  .highlight {
    margin-right: calc(-20px + (100vw - 1138px) / 2 * -1);
    padding-right: calc(20px + (100vw - 1138px) / 2);
  }
  .supportbox .highlight {
    margin-right: calc(-20px + (100vw - 1138px) / 2 * -1);
    padding-right: calc((100vw - 1138px) / 2);
  }
}

.highlight.highlight-white {
  background-color: #ffffff;
  color: #39444c;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.imageblock {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}

.imageblock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.imageblock-tag {
  color: #95c11e;
  background-color: #ffffff;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-family: DaxMedium;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 30px;
}

.imageblock-text {
  margin-bottom: 30px;
}

.imageblock-image {
  width: 100%;
  height: auto;
}

.imageblock-image * {
  width: 100%;
  height: auto;
}

.togglebox {
  background-color: #eef5f6;
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
}

.togglebox-header-text {
  padding: 20px;
  padding-right: 50px;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}

.togglebox-header-text * {
  margin: 0;
}

.togglebox-caret {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/fileadmin/templates/finvesto2/images/caret-up-3.svg);
  background-color: #8CB9C3;
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  transition: all .15s ease-in-out;
  cursor: pointer;
}

.togglebox-caret:hover {
  background-color: #9fcad4;
}

.togglebox-caret:active {
  background-color: #72a4af;
}

.togglebox-header-text.collapsed .togglebox-caret {
  background-image: url(/fileadmin/templates/finvesto2/images/caret-down-3.svg);
}

.togglebox-content-inner {
  padding: 20px;
  padding-top: 10px;
}

.togglebox-content-inner > *:last-child {
  margin-bottom: 0;
}

.download-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid #fff;
}

.togglebox-style-2 .togglebox-caret {
  background-color: transparent;
  background-image: url("/fileadmin/templates/finvesto2/images/caret-up-2.svg");
}

.togglebox-style-2 .togglebox-header-text.collapsed .togglebox-caret {
  background-image: url("/fileadmin/templates/finvesto2/images/caret-down-2.svg");
}

.accordion-style-zebra .togglebox {
  margin-bottom: 0;
  background-color: transparent;
}

.accordion-style-zebra .togglebox-header {
  background-color: #eef5f6;
}

.accordion-style-zebra .togglebox-content {
  background-color: #eef5f6;
  border-top: 2px solid #fff;
}

.accordion-style-zebra .togglebox:nth-child(even) .togglebox-header {
  background-color: #ffffff;
}

.accordion-style-zebra .togglebox:nth-child(even) .togglebox-content {
  background-color: #ffffff;
  border-top: 2px solid #eef5f6;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  margin: 0 auto;
  margin: 1rem auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #8cb9c3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timecontainer {
  padding: 10px 0px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timecontainer-left {
  padding-right: 40px;
}

.timecontainer-right {
  padding-left: 40px;
}

/* The circles on the timeline */
.timecontainer::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  right: -13px;
  background-color: #93c400;
  border: 4px solid #eef5f6;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.timecontainer-left {
  left: 0;
}

/* Place the container to the right */
.timecontainer-right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timecontainer .triangle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 2;
}

.timecontainer .triangle:after {
  content: ' ';
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  xoutline: 1px solid blue;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  background-color: #ffffff;
  top: 5px;
  left: -10px;
  border: 2px solid #cccccc;
}

/* Add arrows to the right container (pointing left) */
.timecontainer-right .triangle {
  left: 12px;
  right: auto;
}

.timecontainer-right .triangle:after {
  right: -10px;
  left: auto;
}

/* Fix the circle for containers on the right side */
.timecontainer-right::after {
  left: -13px;
}

/* The actual content */
.timecontent {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid #cccccc;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 768px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 28px;
  }
  .timecontainer {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  /* Make sure all circles are at the same spot */
  .timecontainer::after {
    left: 15px;
    right: auto;
  }
  /* Make all right containers behave like the left ones */
  .timecontainer {
    left: 0%;
  }
  .timecontainer .triangle {
    left: 42px;
  }
  .timecontainer .triangle:after {
    right: -10px;
    left: auto;
  }
}

.connected-steps.grids * {
  outline: 1px solid red !important;
}

.connected-steps {
  display: flex;
  margin: 50px 0;
  align-items: stretch;
}

.cs-col {
  width: calc((100% - 300px) / 3);
}

.cs-col-inner {
  padding: 15px 0;
}

.cs-border {
  display: flex;
  flex-direction: column;
  width: 100px;
}

.cs-border > div {
  flex: 1 0 auto;
  align-items: stretch;
  display: flex;
  justify-content: center;
}

.cs-border > div.middle {
  display: flex;
  text-align: center;
  padding: 10px;
  flex: 0 auto;
}

.cs-border > div > div {
  width: 50%;
}

.border1 .top-right {
  border-top: 4px solid #8cb9c3;
  border-left: 4px solid #8cb9c3;
}

.border2 .top-left {
  border-top: 4px solid #8cb9c3;
  border-right: 4px solid #8cb9c3;
}

.border2 .bottom-left {
  border-right: 4px solid #8cb9c3;
}

.border2 .bottom-right {
  border-bottom: 4px solid #8cb9c3;
}

.border3 .bottom-left {
  border-right: 4px solid #8cb9c3;
  border-bottom: 4px solid #8cb9c3;
}

.cs-col1 {
  border-bottom: 0;
  border-top: 4px solid #8cb9c3;
}

.cs-col2 {
  border-top: 0;
  border-bottom: 4px solid #8cb9c3;
}

.cs-border .middle img {
  max-width: 75px;
  height: auto;
}

@media screen and (max-width: 992px) {
  .connected-steps {
    flex-wrap: wrap;
  }
  .cs-col {
    width: calc(100% - 200px);
  }
  .cs-col1-inner, .cs-col3-inner {
    margin-right: 0px;
  }
  .cs-col2 {
    margin-left: 50px;
    width: calc(100% - 150px);
  }
  .cs-col2-inner {
    margin-left: 50px;
  }
  .border1 {
    order: 1;
  }
  .cs-col1 {
    order: 2;
  }
  .border2 {
    order: 4;
  }
  .cs-col2 {
    order: 3;
  }
  .border3 {
    order: 5;
  }
  .cs-col3 {
    order: 6;
  }
  .border1 .top-right {
    border: none;
  }
  .border1 .bottom-right {
    border-bottom: 4px solid #8cb9c3;
    border-left: 4px solid #8cb9c3;
  }
  .border2 .top-left {
    position: relative;
    top: -4px;
  }
  .border2 .bottom-right {
    border: none;
  }
  .border2 .bottom-left {
    border-bottom: 4px solid #8cb9c3;
    border-right: 4px solid #8cb9c3;
  }
  .border3 .bottom-left {
    border: none;
  }
  .border3 .top-right {
    border-top: 4px solid #8cb9c3;
    border-left: 4px solid #8cb9c3;
    position: relative;
    top: -4px;
  }
  .cs-col1 {
    border-top: none;
    border-bottom: 4px solid #8cb9c3;
  }
}

@media screen and (max-width: 576px) {
  .cs-col1-inner, .cs-col3-inner {
    margin-right: -100px;
  }
  .cs-col2-inner {
    margin-left: -50px;
  }
}

.cs-counter {
  font-size: 30px;
  margin: 0;
  font-family: DaxBold;
}

.themewheel {
  position: relative;
  width: 311px;
  max-width: 100%;
  margin: auto;
}

.themewheel svg {
  max-width: 100%;
  height: auto;
}

.wheel .active .bg {
  fill: #95c11e !important;
}

.wheel .active .icon {
  fill: #ffffff;
  stroke: #ffffff !important;
}

.wheel-text {
  position: absolute;
  top: 65px;
  left: 65px;
  bottom: 65px;
  right: 65px;
  border-radius: 50%;
  padding: 25px;
  text-align: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wheel-text.active {
  display: flex;
}

.wheel-text * {
  margin: 0;
}

/*
.explanation-block header>* {
	margin-top: 20px;
	margin-bottom: 40px;
}
*/
.explanation-list > div:nth-child(odd) {
  background-color: #eef5f6;
}

.explanation-list > div:nth-child(even) {
  flex-direction: row-reverse;
}

.explanation-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.explanation-item > div {
  padding: 20px 10px;
  min-height: 200px;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.explanation-item > div.image {
  text-align: center;
}

.pricing-table-3col {
  max-width: 740px;
  margin: auto;
}

.pricing-table-3col {
  justify-content: center;
}

@media (min-width: 600px) {
  .pricing-table-3col {
    justify-content: space-between;
  }
}

.pricebox {
  width: 173px;
  text-align: center;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  margin-top: 20px;
}

.pricebox .icon {
  height: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricebox .icon img {
  max-height: 100%;
}

.pricebox .header {
  height: 72px;
  padding: 0 10px;
}

.pricebox .header * {
  line-height: 18px;
}

.pricebox .text {
  background-color: #eef5f6;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}

.pricebox .text > *:last-child {
  margin-bottom: 0;
}

.pricebox .notice {
  background-color: #eef5f6;
  border-top: 1px solid #dceaed;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 20px;
  padding: 10px;
  font-family: DaxMedium;
}

.pricebox.selected:before {
  content: "";
  top: -6px;
  left: -6px;
  bottom: 6px;
  right: 6px;
  background-color: #transparent;
  display: block;
  position: absolute;
  border-top-left-radius: 25px;
  border-left: 6px solid #8cb9c3;
  border-top: 6px solid #8cb9c3;
  transform: translateZ(-1px);
}

/*
.pricebox:after {
	content: "";
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: transparent;
	z-index: 1;
	display: block;
	position: absolute;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}
*/
.fv-notice {
  font-family: NothingYouCouldSay;
  font-size: 18px;
  line-height: 23px;
  color: #91837e;
}

.pricebox .fv-notice {
  position: absolute;
  z-index: 4;
  bottom: calc(100% - 20px);
  left: 0;
  transform: translateX(-50%) rotate(-10deg);
  width: 280px;
}

.pricebox-notice-mob {
  display: none;
}

@media (max-width: 650px) {
  .pricebox .fv-notice {
    transform: translateX(-60px) translateY(-20px) rotate(-10deg);
  }
  .pricing-table-3col {
    flex-direction: column;
    align-items: center;
  }
}

/*
body {
	max-width: 100vw;
	overflow-x: hidden;
}
*/
.icon-popover {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: auto 3px;
  background: url("/fileadmin/templates/finvesto2/images/info.svg") no-repeat center center;
}

.icon-popover.icon-white {
  background: url("/fileadmin/templates/finvesto2/images/info-white.svg") no-repeat center center;
}

.highlight .icon-popover {
  background: url("/fileadmin/templates/finvesto2/images/info-white.svg") no-repeat center center;
}

.text-shadow-1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

main > .row {
  margin: 0;
}

picture, picture * {
  max-width: 100%;
  height: auto;
}

/*
main>.row>div:first-child {
	padding-left: 0px;
}

main>.row>div:last-child {
	padding-right: 0px;
}
*/
.autocomplete-suggestion b {
  color: #95c11e;
}

.contact-data {
  line-height: 1.5;
  margin-top: 30px;
}

.contact-image {
  text-align: center;
}

@media (min-width: 768px) {
  .contact-block .header {
    font-size: 30px;
    line-height: 1.25;
  }
  .contact-block .contact-data {
    font-size: 24px;
    line-height: 1.5;
  }
  .contact-block .text {
    font-size: 18px;
    line-height: 30px;
  }
}

section.waved {
  position: relative;
  padding-bottom: 0px;
}

section.waved:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

section.wave-blue:before {
  background: url("/fileadmin/templates/finvesto2/images/wave-blue.svg") no-repeat bottom left;
  background-size: 100%;
}

section.wave-white:before {
  background: url("/fileadmin/templates/finvesto2/images/wave-white.svg") no-repeat bottom left;
  background-size: 100%;
}

/*
.sideimage {
	margin-left: calc((1366px - 1118px) / 2 * -1);
	outline: 1px solid red;
}
*/
.sideimage {
  position: relative;
  left: calc((1366px - 1118px) / 2 * -1);
  outline: 1px solid red;
}

/*
main>.row>div>.frame-type-text {
}
main>.row>div>.frame-type-image {
}

.w1 {
	width: 8.333333%;
}
.w2 {
	width: 16.666667%;
}
.w3 {
	width: 25%;
}
.w4 {
	width: calc(33.333333% - 15px);
}
.w5 {
	width: 41.666667%;
}
.w6 {
	width: 50%;
}
.w7 {
	width: 58.333333%;
}
.w8 {
	width: 66.666667%;
}
.w9 {
	width: 75%;
}
.w10 {
	width: 83.333333%;
}
.w11 {
	width: 91.666667%;
}
.w12 {
	width: 100%;
}


.w-3 {
	max-width: 25%;
}
.w-4 {
	max-width: 33.33333%;
}
.w-6 {
	max-width: 50%;
}
.w-8 {
	max-width: 66.66667%;
}
.w-9 {
	max-width: 75%;
}

.row-8 {
	max-width: 66.666667%;
	margin-left: auto;
	margin-right: auto;
}
*/
.w-4 {
  width: 33.333333%;
}

.w-8 {
  width: 66.66667%;
}

@media (min-width: 576px) {
  .w-sm-4 {
    width: 33.33333%;
  }
  .w-sm-8 {
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .w-md-4 {
    width: 33.33333%;
  }
  .w-md-8 {
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .w-lg-4 {
    width: 33.33333%;
  }
  .w-lg-8 {
    width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .w-xl-4 {
    width: 33.33333%;
  }
  .w-xl-8 {
    width: 66.66667%;
  }
}

.cw-10 .container {
  max-width: 950px;
}

.cw-8 .container {
  max-width: 760px;
}

.cw-6 .container {
  max-width: 569px;
}

.cw-4 .container {
  max-width: 380px;
}

.cw-max .container {
  max-width: 100%;
  padding: 0;
}

div.cw-10 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

div.cw-8 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

div.cw-6 {
  max-width: 569px;
  margin-left: auto;
  margin-right: auto;
}

div.cw-4 {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.news-single .pager {
  list-style-type: none;
  margin: 0;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
}

.news-single .pager > li {
  margin: 0;
  padding: 0;
}

.news-single .mediaelement img {
  width: 100%;
  height: auto;
}

.news-list-view .page-navigation p {
  display: none;
}

.news-img-wrap img {
  width: 100%;
  height: auto;
}

.f3-widget-paginator {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 20px;
}

.f3-widget-paginator > li {
  display: inline;
  margin-right: 8px;
}

/*
* solution if the buttons should be on the same row
.newsbox-slide-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	outline: 1px solid red;
}

.slick-track {
	display: flex;
	align-items: stretch;
}

.slick-initialized .slick-slide {
	float: none;
	outline: 1px solid red;
	height: auto;
	display: flex;
	flex-direction: column;
}

.slick-slide .teaser-text {
	flex-grow: 2;
}
*/
.newsbox .ff-medium {
  font-family: DaxMedium;
}

.newsbox .buttons a {
  margin-right: 12px;
}

.newsbox .news-img-wrap img {
  width: 100%;
  height: auto;
}

.newsbox .news-img-wrap {
  margin-bottom: 15px;
}

.text-borderimage.layout-border-left .textcol .textwrap {
  margin: 10px;
}

.text-borderimage.layout-border-right .textcol .textwrap {
  margin: 10px;
}

.text-borderimage.layout-border-left .row,
.text-borderimage.layout-border-right .row {
  margin-left: 0;
  margin-right: 0;
}

.text-borderimage.layout-border-left .imagecol,
.text-borderimage.layout-border-right .imagecol {
  padding: 0;
}

.text-borderimage .imagecol img {
  width: 100%;
  height: auto;
}

.text-borderimage .imagecol .lightbox {
  display: block;
}

@media (min-width: 768px) {
  .text-borderimage.layout-border-left .textcol .textwrap {
    margin-left: 30px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .text-borderimage.layout-border-right .textcol .textwrap {
    margin-left: 10px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 1158px) {
  .text-borderimage.layout-border-left .textcol .textwrap {
    margin-right: calc((100vw - 1158px) / 2);
  }
  .text-borderimage.layout-border-right .textcol .textwrap {
    margin-left: calc((100vw - 1158px) / 2);
  }
}

/*
.row.container-aligned-right>div:last-child {
	padding-right: calc((100vw - 1158px) / 2);
}
*/
.text-borderimage .align-self-stretch .textwrap {
  height: 100%;
}

.text-borderimage .align-self-stretch .textcarousel,
.text-borderimage .align-self-stretch .slick-track,
.text-borderimage .align-self-stretch .slick-slide {
  height: 100%;
}

.text-borderimage .align-self-stretch .slick-list {
  height: calc(100% - 50px);
}

.pmodal {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-color: #fff;
  background-color: #ffffff;
  padding: 30px;
  width: 1138px !important;
  max-width: 100%  !important;
}

.pmodal .pmodal-close {
  background: url("/fileadmin/templates/finvesto2/images/icon-x.svg") no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.faq-tabs .nav {
  margin-top: 0px;
  margin-bottom: 20px;
}

.faq-tabs .nav-link {
  font-family: DaxMedium;
  color: #8cb9c3;
  border: 2px solid #8cb9c3;
  border-radius: 13px;
  line-height: 24px;
  padding: 0px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.faq-tabs .nav-link:hover {
  color: #9fcad4;
  border-color: #9fcad4;
}

.faq-tabs .nav-link.active {
  color: #fff;
  border: 2px solid #8cb9c3;
  background: #8cb9c3;
}

.faq-tabs .togglebox-header-text .togglebox-caret {
  background-image: url("/fileadmin/templates/finvesto2/images/caret-up-2.svg");
  background-color: transparent;
}

.faq-tabs .togglebox-header-text.collapsed .togglebox-caret {
  background-image: url("/fileadmin/templates/finvesto2/images/caret-down-2.svg");
}

.videolist .youtube-image-wrap {
  display: block;
}

.videolist .slick-list {
  margin: 0 -10px;
}

.videolist-item {
  margin: 10px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}

.videolist-item .popupvideo-wrapper {
  position: relative;
}

.videolist-item .video-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 10px 20px;
}

.videolist .slick-arrow:before {
  width: 13px;
  height: 22px;
  display: block;
}

.videolist .slick-prev {
  left: -35px;
}

.videolist .slick-next {
  right: -35px;
}

.videolist .slick-prev:before {
  content: "";
  background: url(/fileadmin/templates/finvesto2/images/chevron-left.svg) no-repeat center center;
}

.videolist .slick-next:before {
  content: "";
  background: url(/fileadmin/templates/finvesto2/images/chevron-right.svg) no-repeat center center;
}

.videolist .youtube-image-wrap img:first-child {
  width: 100%;
}

.popupvideo-modal {
  width: 800px !important;
}

.popupvideo-modal .popup-video-wrap {
  width: 100%;
}

.youtube-image-wrap {
  width: 100%;
}

.youtube-image-wrap .play-button {
  min-width: 50px;
  min-height: 36px;
  opacity: 1;
}

.youtube-image-wrap .play-button:hover {
  opacity: 0.8;
}

.youtube-image-wrap img:first-child {
  filter: contrast(30%);
  width: 100%;
}

@media (min-width: 768px) {
  .youtube-image-wrap img:first-child {
    width: auto;
  }
  .youtube-image-wrap {
    width: auto;
  }
}

.lightbox {
  position: relative;
  display: inline-block;
}

.lightbox img {
  position: relative;
}

.lightbox:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 5px;
  right: 5px;
  background: url(/fileadmin/templates/finvesto2/images/ic-zoom.svg) no-repeat center center;
}

.support-image {
  position: relative;
  max-width: 200px;
}

.support-content {
  display: flex;
}

.support-content .image {
  position: relative;
  bottom: -20px;
  align-self: flex-end;
}

.support-content .text {
  font-size: 18px;
  line-height: 1.67;
  min-width: 130px;
}

.support-content .text > p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1220px) {
  .support-content {
    margin-right: -40px;
  }
}

.tx-indexedsearch-description {
  font-style: normal;
}

.tx-indexedsearch-redMarkup {
  color: inherit;
  font-family: DaxBold;
}

@media (min-width: 768px) {
  .tip-header-icon {
    width: 44px;
    height: 44px;
    background-color: #95c11e;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 12px;
  }
  .tip-header-icon:before {
    background: url(/fileadmin/templates/finvesto2/images/ic-info-white.svg) no-repeat center center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.tip-row {
  padding-left: 20px;
  padding-right: 20px;
}

.font-hw {
  font-family: NothingYouCouldSay;
  color: #91837E;
  font-size: 24px;
}

.tip-notice {
  transform: rotate(-10deg);
  margin-right: 10px;
  margin-left: 20px;
}

.tip-header-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tip-header-wrap .img-col {
  max-width: 80px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .tip-header-wrap {
    margin-bottom: 0;
  }
  .tip-header-wrap .img-col {
    display: none;
  }
  .tip-row {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.tip-small {
  font-size: 18px;
}

.tip-small-header {
  font-size: 18px;
  margin: 0;
}

.sparzielbox .highlight td {
  vertical-align: top;
}

.sparzielbox .highlight td:nth-child(2) {
  white-space: nowrap;
}

.sparzielbox .highlight .label {
  font-family: DaxMedium;
  padding-right: 10px;
}

.sparzielbox .image {
  margin-bottom: 20px;
}

.sparzielbox .image img {
  width: 100%;
}

.sparziel-highlight-slide table {
  width: 100%;
}

.sparziel-highlight-slide table td:not(.label):first-child {
  padding-right: 10px;
}

.investmentfinder .counter .current {
  font-size: 24px;
  font-family: DaxBold;
}

.investmentfinder .button-row a {
  min-width: 90px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.investmentfinder .button-row a:last-child {
  margin-right: 0;
}

.investmentfinder .hw-elem {
  display: none;
}

@media (min-width: 768px) {
  .investmentfinder .hw-elem {
    display: inline-block;
  }
}

.investmentfinder .step {
  display: none;
}

.investmentfinder .step.active {
  display: block;
}

.search-box {
  display: inline-block;
  max-width: 100%;
}

.search-box .search-input {
  height: 50px;
  line-height: 50px;
  width: 326px;
  max-width: 100%;
  padding-left: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}

.search-box input:focus {
  outline: 1px solid #95c11e;
}

.search-box .search-icon {
  cursor: pointer;
}

.news-single .teaser-text {
  font-size: 18px;
  font-family: DaxMedium;
}

.news-tag {
  font-family: DaxBold;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 20px;
}

.news-list-date {
  margin-bottom: 1rem;
}

.news-list-tags {
  margin-bottom: 1rem;
}

.news-tags {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-tags li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.news-item-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.btn-bordered {
  background-color: transparent;
  border-radius: 13px;
  border: 2px solid #8cb9c3;
  text-transform: uppercase;
  padding: 5px 15px 3px;
  font-family: DaxBold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  height: 26px;
  color: #8cb9c3;
}

.btn-bordered:hover {
  color: #9fcad4;
  border-color: #9fcad4;
  text-decoration: none;
}

.btn-bordered.active {
  background-color: #8cb9c3;
  color: #fff;
}

.icon-prev {
  background: url(/fileadmin/templates/finvesto2/images/ic-back.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #8CB9C3;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.icon-next {
  background: url(/fileadmin/templates/finvesto2/images/ic-forward.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #8CB9C3;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

a.no-decor {
  color: inherit;
  text-decoration: none;
}

a.no-decor:hover {
  text-decoration: none;
}

a.no-decor:active {
  color: inherit;
  text-decoration: none;
}

.icon-download {
  background: url(/fileadmin/templates/finvesto2/images/ic-download.svg) no-repeat center bottom;
  width: 43px;
  height: 31px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.icon-download:hover {
  background: url(/fileadmin/templates/finvesto2/images/ic-download-h.svg) no-repeat center bottom;
}

.icon-download:active {
  background: url(/fileadmin/templates/finvesto2/images/ic-download-a.svg) no-repeat center bottom;
}

/*
.icon-caret-down:before {
	content: "";
	background-image: url(/fileadmin/templates/finvesto2/images/caret-down-n.svg);
	height: 24px;
	width: 24px;
	display: inline-block;
}
*/
.icon-caret-down {
  background-image: url(/fileadmin/templates/finvesto2/images/caret-down-n.svg);
  background-color: #39444c;
  height: 24px;
  width: 24px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  transition: all .15s ease-in-out;
}

.icon-caret-down:hover {
  background-color: #9fcad4;
}

.icon-caret-down:active {
  background-color: #72a4af;
}

.icon-caret-up {
  background-image: url(/fileadmin/templates/finvesto2/images/caret-up-n.svg);
  background-color: #39444c;
  height: 24px;
  width: 24px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  transition: all .15s ease-in-out;
}

.icon-caret-up:hover {
  background-color: #9fcad4;
}

.icon-caret-up:active {
  background-color: #72a4af;
}

.tx-indexedsearch-searchbox input {
  font-size: 18px;
}

.tx-indexedsearch-browsebox {
  font-size: 18px;
}

.tx-indexedsearch-description {
  font-size: 18px;
}

.tx-indexedsearch-title {
  font-size: 24px;
}

.wave-wrapper {
  background-color: #fff;
}

.wave-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.wave-wrapper.wave-white {
  background-color: #eef5f6;
}

.svg-anim-1 circle {
  transition: all .15s ease-in-out;
}

.svg-anim-1:hover circle {
  fill: #9fcad4;
}

.svg-anim-1:active circle {
  fill: #72a4af;
}

.svg-anim-dl .dl-icon-arrow {
  transition: all .15s ease-in-out;
}

.svg-anim-dl:hover .dl-icon-container {
  fill: #9FCAD4;
  stroke: #9FCAD4;
}

.svg-anim-dl:hover .dl-icon-arrow {
  fill: #779C14;
  stroke: #779C14;
  transform: translateY(5px);
}

.svg-anim-dl:active .dl-icon-container {
  fill: #72A4AF;
  stroke: #72A4AF;
}

.svg-anim-dl:active .dl-icon-arrow {
  fill: #95C11E;
  stroke: #95C11E;
  transform: translateY(5px);
}

.reset-icon circle {
  transition: all .15s ease-in-out;
}

.reset-icon:hover circle {
  fill: #000;
}

.extra-text {
  border-top: 1px solid #ccc;
  top: 20px;
  position: relative;
}

.extra-text-inner {
  padding-top: 20px;
}

.ia-extra-text-opener {
  visibility: hidden;
  height: 20px;
  display: inline-block;
  line-height: 20px;
}

.ia-extra-text-opener.collapsed {
  visibility: visible;
}

.ia-extra-text-closer {
  height: 40px;
  display: inline-block;
}

.investment-advisor .col {
  min-width: 200px;
}

@media (min-width: 576px) {
  .investment-advisor .image-col {
    align-self: flex-end;
    position: relative;
    bottom: -42.5px;
    margin-top: -42px;
  }
}

@media (max-width: 575px) {
  .investment-advisor .image-col {
    border-bottom: 1px solid #ccc;
    order: -1;
    margin-bottom: 20px;
  }
  .extra-text {
    border-top: none;
    top: 0px;
    position: relative;
  }
}

.iframe-wrapper {
  overflow-x: auto;
  max-width: 100%;
}

.align-self-bottomborder {
  align-self: flex-end;
  position: relative;
  margin-bottom: -20px;
}

.contentslider .slick-list {
  margin: 0 -5px;
}

.contentslider .slick-slide {
  padding: 0 5px;
}

.news-fullbox .row {
  align-items: stretch;
}

.news-fullbox {
  background-color: #fff;
}

.news-fullbox .row {
  margin: 0;
}

.news-fullbox .imagecol {
  padding: 0;
}

.news-fullbox .textcol {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .news-fullbox .textcol {
    padding-right: calc((100vw - 1138px) / 2);
  }
}

.tx-powermail .powermail_fieldset .parsley-error {
  color: inherit;
}

.tx-powermail .powermail_fieldset input.parsley-error,
.tx-powermail .powermail_fieldset textarea.parsley-error {
  background-color: #ffe2e2;
}

.frame-type-single_image.v-align-top {
  display: flex-start;
  align-items: top;
}

.frame-type-single_image.v-align-center {
  display: flex;
  align-items: center;
}

.frame-type-single_image.v-align-bottom {
  display: flex;
  align-items: flex-end;
}

.frame-type-single_image.h-align-left {
  display: flex;
  justify-content: flex-start;
}

.frame-type-single_image.h-align-center {
  display: flex;
  justify-content: center;
}

.frame-type-single_image.h-align-right {
  display: flex;
  justify-content: flex-end;
}

.vl-rechner select {
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/fileadmin/templates/finvesto2/images/caret-down-nb.svg) 98%/10% no-repeat #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.vl-rechner .btn {
  margin-top: 10px;
  margin-bottom: 20px;
}

.tx-indexedsearch-info-noresult {
  text-align: center;
}

.sparziel-carousel .image,
.sparziel-carousel .text {
  display: none;
}

.slick-init2.sparziel-carousel .image,
.slick-init2.sparziel-carousel .text {
  display: block;
}

.ce-sword {
  background-color: #a9f780;
}

.pager-next-icon, .pager-prev-icon {
  background-color: #8CB9C3;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: all .15s ease-in-out;
  transform: translateY(1px);
}

.pager-next-icon:hover, .pager-prev-icon:hover {
  background-color: #9fcad4;
}

.pager-next-icon::before, .pager-prev-icon::before {
  font-family: 'pim-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.pager-next-icon {
  margin-left: 10px;
}

.pager-prev-icon {
  margin-right: 10px;
}

.pager-next-icon::before {
  content: "\e912";
  transform: translateX(1px);
}

.pager-prev-icon::before {
  content: "\e914";
  transform: translateX(-1px);
}

.pim-images.layout-logos .img-wrap {
  text-align: center;
  margin: 10px;
}

@media screen and (min-width: 768px) {
  .pim-images.layout-logos .images {
    display: flex;
    justify-content: center;
  }
}

.select-style-1 {
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.styled-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.styled-radio .label {
  padding-left: 32px;
}

.styled-radio input:checked ~ .label {
  font-weight: bold;
}

.styled-radio input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.styled-radio input ~ .checkmark {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.styled-radio input ~ .checkmark:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
}

.styled-radio input:checked ~ .checkmark:after {
  background: #8cb9c3;
}

.filter-header a {
  color: #8cb9c3;
}

.tx-indexedsearch-browsebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.image-swapper {
  position: relative;
  display: inline-block;
}

.image-swapper .image {
  display: none;
}

.image-swapper .image.show {
  display: block;
}

.imageswapper-btn {
  width: 21px;
  height: 24px;
  background: url(/fileadmin/templates/finvesto2/images/finvesto-icon-flip.svg) center center no-repeat;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}

.table-finvesto-1 {
  background-color: #fff;
  border-left: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-collapse: separate;
  border-spacing: 0;
}

.table-finvesto-1 th,
.table-finvesto-1 td {
  border-right: 1px solid #979797;
  border-top: 1px solid #979797;
}

.table-finvesto-1 th:first-child,
.table-finvesto-1 td:first-child {
  position: sticky;
  left: 0;
  border-right-color: #979797;
  background-color: #fff;
}

.table-finvesto-1 th p:last-child,
.table-finvesto-1 td p:last-child {
  margin-bottom: 0;
}

video {
  max-width: 100%;
}

.textvideo3 video {
  display: block;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 10px 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: rgba(140, 185, 195, 0.3);
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #95c11e;
}

.slick-arrow:before {
  width: 13px;
  height: 22px;
  display: block;
}

.slick-prev {
  left: -35px;
}

.slick-next {
  right: -35px;
}

.slick-prev:before {
  content: "";
  background: url(/fileadmin/templates/finvesto2/images/chevron-left.svg) no-repeat center center;
}

.slick-next:before {
  content: "";
  background: url(/fileadmin/templates/finvesto2/images/chevron-right.svg) no-repeat center center;
}

.nl2go-address,
.nl2go-submit {
  max-width: 100%;
  width: 300px;
}

.nl2go-address {
  display: inline-block;
  margin-bottom: 10px;
  height: 48px;
}

.cpager {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.cpager-pager {
  white-space: nowrap;
  margin-top: 5px;
}

.cpager-text {
  margin-right: 30px;
  min-width: 300px;
  margin-top: 5px;
}

.cpager-prev-icon, .cpager-next-icon {
  background-color: #8CB9C3;
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  transition: all .15s ease-in-out;
  cursor: pointer;
}

.cpager-prev-icon {
  margin-right: 5px;
  background-image: url(/fileadmin/templates/finvesto2/images/caret-left.svg);
}

.cpager-next-icon {
  background-image: url(/fileadmin/templates/finvesto2/images/caret-right.svg);
  margin-left: 5px;
}

.cpager-navtext {
  display: none;
}

@media screen and (max-width: 575px) {
  .cpager {
    display: block;
  }
  .cpager-text {
    text-align: center;
  }
  .cpager-pager {
    text-align: center;
  }
  .tx-indexedsearch-browsebox {
    display: block;
  }
  .tx-indexedsearch-browsebox > div {
    text-align: center;
    display: block !important;
  }
}
