@charset "UTF-8";
body:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("/fileadmin/templates/fintego2/images/Icons/close.svg") url("/fileadmin/templates/fintego2/images/Icons/menu.svg");
}

:root {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

.container {
  max-width: 1160px;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}

.page-header {
  font-size: 1rem;
}

.page-header .container {
  overflow: visible;
}

/*
.container:before {
	content:"";
	display: table;
	flex: 0 0 0;
}
.container:after {
	content:"";
	display: table;
	flex: 0 0 0;
}
*/
img {
  max-width: 100%;
  height: auto;
}

body {
  background-color: #ffffff;
  color: #39444c;
  font-size: 18px;
}

.page {
  margin: auto;
}

.page-header {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.page-header .menubar a {
  color: #39444c;
}

.logo-img {
  height: 50px;
  width: auto;
}

.footer-top {
  background-color: #6ba3b9;
  color: #fff;
  font-size: 1rem;
}

.footer-top .container {
  display: block;
  text-align: center;
  padding: 30px 15px;
}

@media screen and (min-width: 992px) {
  .footer-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-top-links {
  margin-bottom: 30px;
}

.footer-top-links div:not(:first-child) {
  margin-top: 15px;
}

.footer-top a {
  color: #fff;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .footer-top-links div {
    display: inline-block;
  }
  .footer-top-links div:not(:first-child) {
    margin-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .footer-logo {
    margin-bottom: 0px;
  }
  .footer-top-links {
    margin-bottom: 0px;
  }
  .footer-top-links div {
    margin-top: 0 !important;
  }
}

.social-links a:not(:first-child) {
  margin-left: 12px;
}

.footer-bottom .container {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.footer-bottom {
  font-size: 1rem;
}

.footer-bottom .copyright {
  margin-bottom: 30px;
}

.footer-bottom-links a {
  color: #39444c;
}

.footer-bottom-links div {
  margin-top: 15px;
}

.footer-bottom-links div:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .footer-bottom-links div {
    display: inline-block;
    margin-top: 0;
    margin-left: 30px;
  }
  .footer-bottom-links div:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-bottom .copyright {
    margin-bottom: 0px;
  }
}

.frame {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
}

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

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

.ce-tag {
  color: #6ba3b9;
}

.fc-white .ce-tag {
  color: #fff;
}

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

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

.bg-purple {
  background-color: #68495B;
}

.bg-blue {
  background-color: #6BA3B9;
}

.risk-notice {
  font-size: 1rem;
}

.risk-notice .text {
  max-width: 600px;
  margin-bottom: 50px;
}

.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;
  }
}

.bg-blue {
  background-color: #EDF5F6;
}

.bg-blue2 {
  background-color: #6BA3B9;
  color: #fff;
}

.bg-green {
  background-color: #0E6A70;
  color: #fff;
}

.bg-mauve {
  background-color: #68495B;
  color: #fff;
}

.bg-hawaii {
  background-color: #0F3F57;
  color: #fff;
}

.bg-malediven {
  background-color: #34B8C4;
  color: #fff;
}

.bg-koralle {
  background-color: #FF8C65;
  color: #fff;
}

.btn {
  text-decoration: none !important;
  color: #fff !important;
}

.frame[class*=' bg-'] {
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .grid_2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: stretch;
    justify-items: stretch;
  }
  .grid_2x2 .gridcell > div {
    height: 100%;
    margin-bottom: 0;
  }
}

.videolist-item {
  margin: 10px;
}

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

.icon-popover {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: auto 3px;
  background: url("/fileadmin/templates/fintego2/images/Icons/info.svg") no-repeat center center;
}

.icon-popover.icon-white,
.frame[class*=' bg-']:not(.bg-blue) .icon-popover {
  background: url("/fileadmin/templates/fintego2/images/Icons/info-white.svg") no-repeat center center;
  opacity: 1;
}

.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;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
}

.slick-slide > .frame {
  height: 100%;
}

.videolist {
  width: calc(100% - 170px);
  margin-left: auto;
  margin-right: auto;
}

.nl2go-row {
  display: inline-block;
}

.nl2go-row div {
  display: inline-block;
}

.nl2go-label {
  margin-right: 10px;
}

.nl2go-submit {
  position: relative;
  top: -2px;
}

@media screen and (max-width: 450px) {
  .nl2go-row, .nl2go-row div {
    display: block;
  }
  .nl2go-row {
    margin-bottom: 15px;
  }
  .nl2go-submit {
    position: relative;
    top: -1px;
    display: block;
    width: 100%;
  }
}

.frame {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.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;
}

a.my-login svg path {
  transition: fill 0.15s;
}

a.my-login:hover svg path {
  fill: #6ba3b9;
  transition: fill 0.15s;
}

body {
  font-family: Roboto;
}

.fs-12 {
  font-size: 12px !important;
  line-height: 1.25;
}

.fs-14 {
  font-size: 14px !important;
  line-height: 1.25;
}

.fs-16 {
  font-size: 16px !important;
  line-height: 1.25;
}

.fs-18 {
  font-size: 18px !important;
  line-height: 1.25;
}

.fs-24 {
  font-size: 24px !important;
  line-height: 1.25;
}

.fs-32 {
  font-size: 32px !important;
  line-height: 1.25;
}

.fs-40 {
  font-size: 40px !important;
  line-height: 1.25;
}

.fs-56 {
  font-size: 56px !important;
  line-height: 1.25;
}

.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;
}

a {
  color: #6ba3b9;
  text-decoration: none;
}

a:hover.fc-white {
  color: #fff;
}

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

.link-style-1, .link-style-1:hover, .link-style-1:active {
  color: #39444c;
}

.link-style-2 {
  color: #39444c;
  transition: color 0.15s;
}

.link-style-2:hover, .link-style-1:active {
  color: #6ba3b9;
  text-decoration: none;
}

.fc-blue {
  color: #6ba3b9;
}

.fc-green {
  color: #0E6A70;
}

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

.fc-white {
  color: #fff;
}

.fc-gray {
  color: #D8DADC;
}

h1, .h1 {
  font-size: 40px;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 32px;
  line-height: 38px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 14px;
  line-height: 20px;
}

.fw-normal {
  font-weight: normal;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: bold;
}

.btn {
  opacity: 1 !important;
}

.bg-blue2 a,
.bg-green a,
.bg-mauve a,
.bg-hawaii a,
.bg-malediven a,
.bg-koralle a,
.fc-white a {
  color: #fff;
  opacity: 0.6;
}

.bg-blue2 a:hover,
.bg-green a:hover,
.bg-mauve a:hover,
.bg-hawaii a:hover,
.bg-malediven a:hover,
.bg-koralle a:hover,
.fc-white a:hover {
  color: #fff;
  opacity: 1;
}

.bg-blue2 .ce-tag,
.bg-green .ce-tag,
.bg-mauve .ce-tag,
.bg-hawaii .ce-tag,
.bg-malediven .ce-tag,
.bg-koralle .ce-tag {
  color: #fff;
}

a .pim-icon-read-more {
  display: inline-block;
  margin-left: 3px;
}

a.forward-icon-link,
a.back-icon-link {
  opacity: 1 !important;
}

a.forward-icon-link:after {
  font-family: 'pim-icons' !important;
  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;
  opacity: 1 !important;
}

a.back-icon-link:before {
  font-family: 'pim-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90f";
  margin-right: 5px;
  display: inline-block;
  opacity: 1 !important;
}

.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:active .dl-icon-container {
  fill: #72A4AF;
  stroke: #72A4AF;
}

.line-height-100 {
  line-height: 1;
}

.line-height-150 {
  line-height: 1.5;
}

.line-height-200 {
  line-height: 2;
}

/*
@media (max-width: 575px)  {
	.fs-56, 
	.fs-40 {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media (max-width: 400px)  {
	.fs-32 {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}
*/
.page-header {
  position: relative;
}

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

ul.mainmenu a {
  font-weight: 500;
}

/*

ul.mainmenu {
	display: flex;
	padding: 0 10px;
	position: static;
	background-color: transparent;
}


.mainmenu>li {
	margin-left: 30px;
}

.mainmenu>li>ul {
	display: none;
}

.mainmenu>li:hover>ul {
	position: absolute;
	z-index: 10;
	display: block;
}
*/
.menu-btn {
  background: no-repeat center center;
  background-image: url("/fileadmin/templates/fintego2/images/Icons/menu.svg");
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  min-width: 30px;
  position: relative;
  top: 5px;
}

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

.page-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

body {
  padding-top: 80px;
}

ul.mainmenu {
  display: block;
  position: absolute;
  z-index: 100;
  top: 80px;
  background-color: #fff;
  width: 100%;
  margin: 0px;
  display: none;
  left: 0;
  right: 0;
}

ul.mainmenu a {
  display: block;
  line-height: 24px;
  vertical-align: center;
  text-decoration: none;
  transition: color 0.15s;
}

ul.mainmenu a:hover {
  color: #6ba3b9;
}

ul.mainmenu ul {
  display: block;
}

.mainmenu > li {
  position: relative;
}

.mainmenu > li a {
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  align-items: center;
}

.mainmenu > li.act > a {
  color: #6ba3b9;
}

/*
.mainmenu > li.has-submenu > 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.has-submenu > a > .caret {
  display: inline-block;
  transform: translate(0, 2px);
}

.mainmenu > li.has-submenu > a > .caret:after {
  content: "\e90e";
  display: inline-block;
  font-family: 'pim-icons';
}

.mainmenu > li.has-submenu.open > a > .caret:after {
  transform: rotate(180deg);
}

.mainmenu > li > ul {
  display: none;
}

.mainmenu > li > ul > li > a {
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .mainmenu.open {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .mainmenu > li.open > ul {
    display: block;
  }
}

.menubar-left {
  flex-basis: 35%;
}

.menubar-right {
  flex-basis: 35%;
  text-align: right;
}

.menubar-right a {
  margin-left: 10px;
  font-weight: 500;
}

.menubar-right > div {
  white-space: nowrap;
}

.mainmenu .subtitle {
  padding: 10px 0px;
  font-size: 14px;
  font-weight: normal;
  white-space: normal;
  line-height: 1.5;
  padding-bottom: 0;
  min-width: 190px;
}

@media screen and (min-width: 992px) {
  .menubar-left {
    display: none;
  }
  ul.mainmenu {
    display: flex;
    padding: 0 10px;
    position: static;
    background-color: transparent;
  }
  .mainmenu > li:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 0px;
    border: 1px solid #ddd;
    z-index: 100;
  }
  .mainmenu > li {
    margin-left: 30px;
  }
  .mainmenu > li a {
    font-size: 16px;
    line-height: 1;
    display: block;
    padding: 0px;
    white-space: nowrap;
  }
  .mainmenu > li > ul > li > a {
    padding: 15px;
    transition: none;
  }
  .mainmenu > li > ul > li > a:hover {
    background-color: #6ba3b9;
    color: #fff;
  }
  .mainmenu > li:first-child {
    margin-left: 0;
  }
  .mainmenu > li.has-submenu > a > .caret:after {
    margin-left: 5px;
    line-height: 14px;
    /* 1px diff in menu without this */
  }
  .mainmenu > li.has-submenu.open > a > .caret:after {
    transform: rotate(0deg);
  }
  .mainmenu > li.has-submenu:hover > a > .caret:after {
    transform: rotate(180deg);
  }
  .menu-btn {
    display: none;
  }
  .menubar-right {
    flex-basis: auto;
  }
  .mainmenu > li > a {
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .mainmenu .subtitle {
    padding-bottom: 10px;
  }
}

.my-login {
  vertical-align: middle;
}

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

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

.imageblock-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

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

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

@media (max-width: 575px) {
  .imageblock .fs-56 {
    font-size: 40px !important;
  }
}

@media (min-width: 768px) {
  .imageblock-image {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .imageblock-split {
    display: flex;
    align-items: stretch;
  }
  .imageblock-split > div {
    width: 50%;
  }
  .imageblock-split .imageblock-image {
    height: 100%;
  }
  .imageblock-split .imageblock-image img {
    height: 100%;
    object-fit: cover;
  }
}

.imageblock-split > .text-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px 7%;
}

@media (max-width: 767px) {
  .imageblock-split {
    text-align: center;
  }
}

/*
@media (min-width: 768px) and (max-width: 1199px)  {
	.imageblock-split>.text-col .fs-56, 
	.imageblock-split>.text-col .fs-40 {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}
*/
@media (max-width: 767px) {
  .text-image .imagecol {
    margin-bottom: 20px;
  }
  .text-image.layout-left,
  .text-image.layout-right {
    display: flex;
    flex-direction: column;
  }
  .text-image.layout-left .imagecol,
  .text-image.layout-right .imagecol {
    order: 1;
  }
  .text-image.layout-left .textcol,
  .text-image.layout-right .textcol {
    order: 2;
  }
}

.text-image.layout-top,
.text-image.layout-bottom {
  display: flex;
  flex-direction: column;
}

.text-image.layout-superbottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.minilist-item {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .news-minilist {
    display: flex;
  }
  .news-minilist {
    margin: 0 -15px;
  }
  .news-minilist > div {
    flex-basis: 33%;
    padding: 0 15px;
  }
  .minilist-item {
    margin-bottom: 20px;
  }
}

.news-list-tags {
  margin-bottom: 15px;
}

.news-tag {
  margin-right: 20px;
  font-weight: 500;
}

.news-tag.active {
  color: #457d92;
  text-decoration: underline;
}

.news-single .header {
  margin: 30px 0;
}

.news-single .news-list-date {
  margin-bottom: 90px;
}

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

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

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

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

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

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

.news-img-wrap img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.news-list-view .article {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .news-item-text {
    margin-top: 30px;
    padding-left: 70px;
  }
}

.news-list-date {
  margin: 15px 0;
}

.minilist-item .news-img-wrap {
  margin-bottom: 30px;
}

.minilist-item .header-wrap {
  margin-bottom: 20px;
}

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

.news-tags li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.news-tags .news-tag {
  font-weight: 500;
  font-size: 18px;
  margin: 0px 15px;
}

.news-single .teaser-text {
  font-weight: bold;
  font-size: 18px;
}

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(50% - 20px);
  -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: "pim-icons";
  color: #6ba3b9;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

[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: #6ba3b9;
  opacity: 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: #6ba3b9;
  opacity: 1;
}

.contentslider {
  width: calc(100% - 170px);
  margin-left: auto;
  margin-right: auto;
}

.contentslider .slide > div {
  position: relative;
}

.contentslider.slider-countered .slide > div {
  padding-top: 120px;
  padding-left: 60px;
  padding-right: 60px;
}

.contentslider .counter {
  position: absolute;
  font-weight: bold;
  right: 20px;
  top: 15px;
  font-size: 120px;
  line-height: 1;
  color: #6ba3b9;
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .contentslider.slider-countered .slide > div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contentslider {
    width: 100%;
  }
  .contentslider .slick-prev, .contentslider .slick-next {
    display: none;
  }
}

.contentslider-wrapper {
  overflow: hidden;
}

.videolist-wrapper {
  overflow: hidden;
}

.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;
}

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

.ft-tabs.tabstyle-0 .nav-link {
  color: #6ba3b9;
  border: 2px solid #6ba3b9;
  border-radius: 5px;
  line-height: 24px;
  padding: 0px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
}

.ft-tabs.tabstyle-0 .nav-link:hover {
  color: #5193ac;
  border-color: #5193ac;
}

.ft-tabs.tabstyle-0 .nav-link.active {
  color: #fff;
  border: 2px solid #6ba3b9;
  background: #6ba3b9;
}

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

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

.ft-tabs.tabstyle-1 .tab-content {
  background-color: #fff;
}

.ft-tabs.tabstyle-1 .tab-pane {
  padding: 25px;
}

.ft-tabs.tabstyle-1 .nav {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -4px;
  margin-right: -4px;
}

.ft-tabs.tabstyle-1 .nav-item {
  flex: 1 1 0;
  padding-left: 4px;
  padding-right: 4px;
}

.ft-tabs.tabstyle-1 .nav-link {
  border-top: 4px solid transparent;
  background-color: #e3eef2;
  padding: 25px 25px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

.ft-tabs.tabstyle-1 .nav-link.active {
  border-top-color: #6ba3b9;
  background-color: #fff;
  margin-bottom: 0px;
  padding-bottom: 33px;
}

.pmodal {
  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;
}

.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;
}

.form-control {
  border-color: #ced4da !important;
  box-shadow: none !important;
}

.frame-type-linkedbox {
  display: flex;
  flex-direction: column;
}

.linkedbox-text {
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .bgimagebox {
    position: relative;
  }
  .bgimagebox .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
  }
  .bgimagebox .text-overlay {
    padding: 50px 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {
  .bgimagebox {
    position: relative;
  }
  .bgimagebox .bg-image {
    width: 100%;
  }
  .bgimagebox .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 100px 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .bgimagebox-linked {
    position: relative;
    height: auto !important;
    margin-bottom: 20px;
  }
  .bgimagebox-linked .bg-image, .bgimagebox-linked .bg-image * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
  }
  .bgimagebox-linked .text-overlay {
    position: relative;
    z-index: 2;
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .bgimagebox-linked {
    position: relative;
    height: auto !important;
    margin-bottom: 20px;
  }
  .bgimagebox-linked .bg-image {
    width: 100%;
    max-height: 100%;
  }
  .bgimagebox-linked .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.portfolio-circle-content {
  font-family: Roboto;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.25;
}

.quickcheck-slider-header {
  font-family: Roboto;
  font-weight: 500;
  line-height: 1.2;
  font-size: 16px;
}

.quickcheck-type-4 .portfolio-circle-overlay > div {
  font-family: Roboto;
  font-weight: 500;
}

.quickcheck-type-5 .portfolio-circle-overlay > div {
  font-family: Roboto;
  font-weight: 500;
}

.quickcheck-type-6 .portfolio-circle-overlay > div {
  font-family: Roboto;
  font-weight: 500;
}

div.pr-calculator .prc-section h3 {
  font-size: 1.1em;
  font-family: Roboto;
  font-weight: 500;
}

div.pr-calculator .param-list {
  font-family: Roboto;
  font-weight: 500;
}

div.pr-calculator .param-list label {
  font-family: Roboto;
}

div.pr-calculator .param-list input {
  font-family: Roboto;
  font-weight: 500;
}

div.pr-calculator .chart-buttons a {
  font-family: Roboto;
}

div.pr-calculator .ff-dm {
  font-family: Roboto;
  font-weight: 500;
}

div.pr-calculator .ff-dr {
  font-family: Roboto;
}

div.pr-calculator .detail-row {
  font-family: Roboto;
  font-weight: 500;
}

div.pr-calculator .detail-row .isin,
div.pr-calculator .detail-row .etf-name {
  font-family: Roboto;
  font-size: 0.8em;
}

div.pr-calculator .portfolio-details-info {
  font-family: Roboto;
  font-weight: 500;
}

/* Customize the label (the container) */
div.pr-calculator .cb-custom {
  font-family: Roboto;
}

div.pr-calculator .prc-tabmenu li a {
  font-family: Roboto;
  font-weight: 500;
}

div.pr-calculator .prc-section-header .counter {
  background-color: #ff8c65;
}

div.pr-calculator .fc-1 {
  color: #ff8c65;
}

div.pr-calculator .slider-info {
  color: #ff8c65;
}

div.pr-calculator .slider-dot.selected {
  background-color: #ff8c65;
}

.cost-button.active .checkmark::after {
  background-color: #ff8c65;
}

div.pr-calculator .ui-slider .ui-slider-handle {
  background-image: url("/fileadmin/templates/fintego2/images/ic-pin.svg");
}

div.pr-calculator .slider-info > div::before {
  background: url("/fileadmin/templates/fintego2/images/ic-secure.svg") no-repeat center center;
}

div.pr-calculator .slider-info > div:last-child::before {
  background: url("/fileadmin/templates/fintego2/images/ic-risk.svg") no-repeat center center;
}

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

.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;
  }
}

.contentslider .slick-track .frame,
.grid_2x2 > .gridcell > .frame,
.frame-type-linkedbox,
.btn {
  border-radius: 8px;
}

.newsletterform .checkbox-inline label {
  display: inline;
  margin-left: 0.5rem;
}
