/* dosis-300 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/fonts/dosis/dosis-v26-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
	url('/wp-content/fonts/dosis/dosis-v26-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/wp-content/fonts/dosis/dosis-v26-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('/wp-content/fonts/dosis/dosis-v26-latin-300.woff') format('woff'), /* Modern Browsers */
	url('/wp-content/fonts/dosis/dosis-v26-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/wp-content/fonts/dosis/dosis-v26-latin-300.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/fonts/dosis/dosis-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	url('/wp-content/fonts/dosis/dosis-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/wp-content/fonts/dosis/dosis-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('/wp-content/fonts/dosis/dosis-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('/wp-content/fonts/dosis/dosis-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/wp-content/fonts/dosis/dosis-v26-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-500 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/fonts/dosis/dosis-v26-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
	url('/wp-content/fonts/dosis/dosis-v26-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/wp-content/fonts/dosis/dosis-v26-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('/wp-content/fonts/dosis/dosis-v26-latin-500.woff') format('woff'), /* Modern Browsers */
	url('/wp-content/fonts/dosis/dosis-v26-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/wp-content/fonts/dosis/dosis-v26-latin-500.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-600 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/fonts/dosis/dosis-v26-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
	url('/wp-content/fonts/dosis/dosis-v26-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/wp-content/fonts/dosis/dosis-v26-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('/wp-content/fonts/dosis/dosis-v26-latin-600.woff') format('woff'), /* Modern Browsers */
	url('/wp-content/fonts/dosis/dosis-v26-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/wp-content/fonts/dosis/dosis-v26-latin-600.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* dosis-700 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/fonts/dosis/dosis-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
	url('/wp-content/fonts/dosis/dosis-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/wp-content/fonts/dosis/dosis-v26-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('/wp-content/fonts/dosis/dosis-v26-latin-700.woff') format('woff'), /* Modern Browsers */
	url('/wp-content/fonts/dosis/dosis-v26-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/wp-content/fonts/dosis/dosis-v26-latin-700.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* gochi-hand-regular - latin */
@font-face {
  font-family: 'Gochi Hand';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/fonts/gochi-hand/gochi-hand-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	url('/wp-content/fonts/gochi-hand/gochi-hand-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/wp-content/fonts/gochi-hand/gochi-hand-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('/wp-content/fonts/gochi-hand/gochi-hand-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('/wp-content/fonts/gochi-hand/gochi-hand-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/wp-content/fonts/gochi-hand/gochi-hand-v16-latin-regular.svg#GochiHand') format('svg'); /* Legacy iOS */
}

/* custom helper classes */

.c-white {
  color: #fff;
}

.c-text {
  color: #30373a;
}

.c-blue {
  color: #00b4dd;
}

.c-green {
  color: #94c11e;
}

.c-red {
  color: #ff0000;
}

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

.bg-blue {
  background-color: #00b4dd;
}

.bg-blue-mid {
  background-color: #067aa3;
}

.bg-blue-mid-2 {
  background-color: #008bc1;
}

.bg-blue-dark {
  background-color: #004f69;
}

.bg-green {
  background-color: #94c11e;
}

.bg-grey {
  background-color: #f4f5f6;
}

.bg-blue-gradient {
  background: linear-gradient(180deg, rgba(34, 182, 216, 1), rgba(6, 122, 163, 1));
}

.bg-blue-gradient-90 {
  background: linear-gradient(90deg, rgba(34, 182, 216, 1), rgba(6, 122, 163, 1));
}

.bg-blue-gradient--90 {
  background: linear-gradient(-90deg, rgba(34, 182, 216, 1), rgba(6, 122, 163, 1));
}

.page-id-2848 #site-footer-topper,
.page-id-2855 #site-footer-topper,
.page-id-2595 #site-footer-topper,
.page-id-3870 #site-footer-topper,
.page-id-4956 #site-footer-topper {
  background: #f4f5f6;
}

.page-id-2848 #footer-customer-portal-topper,
.page-id-2848 #footer-customer-portal .customer-portal-inner,
.page-id-2855 #footer-customer-portal-topper,
.page-id-2855 #footer-customer-portal .customer-portal-inner,
.page-id-2595 #footer-customer-portal-topper,
.page-id-2595 #footer-customer-portal .customer-portal-inner,
.page-id-3870 #footer-customer-portal-topper,
.page-id-3870 #footer-customer-portal .customer-portal-inner {
  background: #fff;
}

.border-top-1-grey {
  border-top: 1px solid #B7B7B7;
}

.border-bottom-1-grey {
  border-bottom: 1px solid #B7B7B7;
}

.border-1-blue {
  border: 1px solid #00b4dd;
}

.border-2-blue {
  border: 2px solid #00b4dd;
}

.border-top-2-blue {
  border-top: 2px solid #00b4dd;
}

.border-bottom-2-blue {
  border-bottom: 2px solid #00b4dd;
}

.border-3-blue {
  border: 3px solid #00b4dd;
}

.box-shadow-3-3-50-10 {
  box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.1);
}

.phone-screenshots img {
  height: auto;
}

h1 {
  font-size: 60px;
  font-weight: unset;
}

@media screen and (max-width: 1400px) {
  h1 {
	font-size: 47px;
  }
}

@media screen and (max-width: 1280px) {
  h1 {
	font-size: 42px;
  }
}

@media screen and (max-width: 1023px) {
  h1 {
	font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  h1 {
	font-size: 32px;
  }
}

@media screen and (max-width: 599px) {
  h1 {
	font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .openbox-content .openbox-content-cols {
	flex-direction: column;
  }
  .openbox-content .openbox-content-cols .col-1:first-child {
	padding-bottom: 20px;
  }
  .grafik-vermoegensentwicklung img {
	height: 100%;
  }
}

/* intro */

.intro-section > .wp-block-group__inner-container {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 0;
  position: relative;
}

.container-image {
  overflow: hidden;
  height: 1080px;
  position: relative;
}

.container-image img {
  object-fit: cover;
  width: 100%;
  height: 1080px;
}

.teaser-text-container {
  position: absolute;
  top: 370px;
  left: 0;
  width: 100%;
}

.teaser-box {
  width: calc(50% - 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 0;
}

.teaser-box h2 {
  font-size: 47px;
}

.teaser-box h3 {
  font-size: 35px;
}

.intro {
  margin-top: -350px;
  box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.1);
}

.intro > .wp-block-group__inner-container,
.panel > .wp-block-group__inner-container {
  background: #fff;
  padding: 70px 70px 0 70px;
}

.pushup-intro-boxes {
  margin-top: -140px;
}

.panel > .wp-block-group__inner-container {
  background: #fff;
  padding: 0;
}
.teamimg.container-image img {
  object-position: 50%;
}
.teamimg .teaser-box {
  max-width: 540px;
}
.a-b.container-image img {
  object-position: 62%;
}
.a-b.container-image .teaser-box {
  max-width: 400px;
}

.intro .focus {
  margin-top: 30px;
  gap: 40px;
  max-width: 820px;
}
.intro .focus > div {
  margin: 0!important;
  position: relative;
}
.intro .focus > div > p {
  margin-bottom: 0;
}
.intro .focus > div:not(:last-child):after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -20px;
  background-color: #e5e5e5;
  top: 0;
  bottom: 0;
}
.intro .focus img {
  filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.1));
}

@media screen and (max-width: 1800px) {
  .teamimg .teaser-box {
	max-width: 500px;
  }
}

@media screen and (max-width: 1400px) {
  .intro {
	margin-top: -280px;
  }
  .container-image,
  .container-image img {
	height: 800px;
  }
  .teaser-text-container {
	top: 275px;
  }
  .teaser-box h2 {
	font-size: 36px;
  }
  .teaser-box h3 {
	font-size: 26px;
  }
  .teamimg.container-image img {
	object-position: right;
  }
  .teamimg .teaser-box {
	max-width: 420px;
  }
  .a-b.container-image .teaser-box {
	max-width: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .teamimg .teaser-box {
	max-width: 335px;
  }
  .teamimg.container-image img {
	object-position: 69%;
  }
}

@media screen and (max-width: 1023px) {
  .teaser-box h2 {
	font-size: 24px;
  }
  .teaser-box h3 {
	font-size: 18px;
  }
  .intro-section > .wp-block-group__inner-container {
	padding-top: 70px;
	padding-bottom: 50px;
  }
  .intro {
	margin-top: -200px;
  }
  .container-image,
  .container-image img {
	height: 600px;
  }
  .teaser-text-container {
	top: 205px;
  }
  .intro > .wp-block-group__inner-container,
  .panel > .wp-block-group__inner-container {
	padding: 50px 40px 0 40px;
	margin: -50px 0;
	box-shadow: none;
  }
  .pushup-intro-boxes {
	margin-top: -100px;
  }
  .teamimg .teaser-box {
	max-width: 285px;
  }
  .teamimg.container-image img {
	object-position: right;
  }
  .a-b.container-image .teaser-box {
	max-width: 200px;
  }
  .intro .focus {
	flex-direction: column;
	max-width: 300px;
  }
  .intro .focus > div:not(:last-child):after {
	right: 0;
	left: 0;
	height: 1px;
	width: 100%;
	top: unset;
	bottom: -20px;
  }
}

@media screen and (max-width: 900px) {
  .teamimg .teaser-box {
	max-width: 265px;
  }
  .teamimg.container-image img {
	object-position: 75%;
  }
}

@media screen and (max-width: 767px) {
  .intro-section > .wp-block-group__inner-container {
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
  }
  .intro > .wp-block-group__inner-container,
  .panel > .wp-block-group__inner-container {
	padding: 40px 20px 0 20px;
  }
  .container-image,
  .container-image img {
	height: 500px;
	object-position: 63% center;
  }
  .intro {
	margin-top: -180px;
  }

  .teaser-text-container {
	top: 175px;
  }

  .teaser-box h2 {
	font-size: 20px;
  }

  .teaser-box h3 {
	font-size: 16px;
  }

  .teaser-box p {
	line-height: 1.5;
  }
  .teamimg .teaser-box {
	max-width: 240px;
  }
  .a-b.container-image .teaser-box {
	max-width: 200px;
  }
}

@media screen and (max-width: 599px) {
  .intro > .wp-block-group__inner-container,
  .panel > .wp-block-group__inner-container {
	padding: 40px 20px 0 20px;
  }
  .intro {
	margin-top: 0;
  }

  .teaser-text-container > .wp-block-group__inner-container {
	padding-right: 0;
	padding-left: 0;
  }

  .teaser-text-container {
	top: unset;
	bottom: 0;
	width: 100%;
  }
  .container-image,
  .container-image img {
	object-position: 70% center;
  }
  .teaser-box {
	background: rgba(0, 79, 105, 1);
	width: 100%;
	padding: 30px 20px;
	text-align: center;
  }
  .teamimg .teaser-box,
  .a-b.container-image .teaser-box {
	max-width: unset;
  }
  .teamimg.container-image img {
	object-position: 85%;
  }
  .a-b.container-image img {
	object-position: 71%;
  }
  .intro .focus > div > p {
	margin-bottom: 0.5em;
  }
  .intro .focus img {
	width: 80px;
	height: 80px;
  }
}

@media screen and (max-width: 370px) {
  .container-image,
  .container-image img {
	height: 500px;
  }
  .teamimg.container-image img {
	object-position: 80%;
  }
}

/* check-list */

.check-list {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding-inline-start: 0 !important;
  margin: -20px;
}

.check-list li:not(:last-child) {
  margin-bottom: 20px;
}

.check-list li {
  list-style: none;
  background: url(/wp-content/uploads/finfero_check.svg) no-repeat;
  background-position: left 1px;
  padding-left: 45px;
}

.green-check li {
  background: url(/wp-content/uploads/finfero_check-green.svg) no-repeat;
}

@media screen and (max-width: 1023px) {
  .check-list li {
	background-size: 22px 22px;
	padding-left: 40px;
  }
}

/* intro-boxes */

#overlaying-boxes {
  position: relative;
  padding: 0 80px;
}

#overlaying-boxes a {
  line-height: unset;
}

.handwriting {
  font-family: "Gochi Hand", cursive;
  font-size: 18px;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  transform: rotate(-4deg);
}

p.handwriting a {
  font-weight: 400;
  line-height: 1.1;
  color: #fff!important;
}

@media (hover: hover) and (pointer: fine) {
  p.handwriting a:hover {
	color: #3b5998!important;
  }
}

.bg-marker {
  /*
  width: 222px;
  height: 106px;
  */
  width: 215px;
  height: 105px;
  background-image: url(/wp-content/uploads/finfero.de_green-marker.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% top;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -65px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1023px) {
  #overlaying-boxes > div:not(:last-child) {
	margin-bottom: 2em;
  }
}

@media screen and (max-width: 767px) {
  #overlaying-boxes {
	padding: 0 40px;
  }
}

@media screen and (max-width: 599px) {
  #overlaying-boxes {
	max-width: 440px;
	margin: auto;
  }
}

/* parallax image */

.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}

.parallax {
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax__inner {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 400px;
  padding-right: 40px;
  padding-bottom: 100px;
  padding-left: 40px;
}

.cta-box {
  background: linear-gradient(180deg, rgba(34, 182, 216, 1), rgba(6, 122, 163, 1));
  max-width: 840px;
  margin: auto;
  padding: 70px 40px 50px 40px;
}

@media screen and (max-width: 1280px) {
  .parallax__inner {
	padding-top: 350px;
  }
}

@media screen and (max-width: 1023px) {
  .parallax__inner {
	padding-top: 300px;
	padding-bottom: 70px;
  }

  .cta-box {
	padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .parallax__inner {
	padding-top: 250px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
  }

  .cta-box {
	padding: 50px 20px;
  }
}

/* info boxes */

.info-box {
  box-shadow: 3px 3px 50px rgba(179, 203, 208, 0.3);
  position: relative;
}

.info-link a {
  text-decoration: none;
}

.icon-police {
  position: absolute;
  width: 124px;
  height: 124px;
  top: -62px;
  left: calc(50% - 62px);
}

@media screen and (min-width: 1024px) {
  .box-arrow:after {
	content: "";
	background-image: url(/wp-content/uploads/finfero.de_icon-arrow-marker.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 94px;
	height: 35px;
	position: absolute;
	top: calc(50% - 17px);
	right: -50px;
	z-index: 100;
  }
  .startbox > div {
	height: 145px;
  }
}


@media (hover: hover) and (pointer: fine) {
  .info-link a:hover {
	color: #94c11e;
  }
}

@media screen and (max-width: 767px) {
  .icon-police {
	position: absolute;
	width: 100px;
	height: 100px;
	top: -50px;
	left: calc(50% - 50px);
  }
}

/* testimonial slider */

.wp-block-eedee-block-gutenslider
.wp-block-eedee-block-gutenslide
.slide-content
> * {
  width: 100%;
}

.wp-block-eedee-block-gutenslider .eedee-gutenslider-nav, .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav,
.wp-block-eedee-block-gutenslider .eedee-gutenslider-nav, .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg {
  height: var(--gutenslider-arrow-size);
  width: var(--gutenslider-arrow-size);
  z-index: 10000!important;
}

@media screen and (min-width: 1024px) {
  #testimonial-slider .testimonial-slider, #save-slider {
	--gutenslider-arrow-bg-color: rgba(0, 0, 0, 0.25) !important;
	margin-bottom: 50px;
  }

  #testimonial-slider .wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination, 
  #save-slider .wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination{
	--gutenslider-dot-y-offset: -50px!important;
  }

  .slide-1 {
	background: url("/wp-content/uploads/finfero.de_testimonial-slide-bernd.jpg");
  }
  .slide-2{
	background: url("/wp-content/uploads/finfero.de_testimonial-slide-adrian.jpg");
  }
  .slide-3 {
	background: url("/wp-content/uploads/finfero.de_testimonial-karolin-schroft.jpg");
  }
  .slide-4 {
	background: url("/wp-content/uploads/finfero.de_testimonial-slide-stefan.jpg");
  }
  .slide-5 {
	background: url("/wp-content/uploads/finfero.de_testimonial-slide-peter-gertraud.jpg");
  }
  .slide-6 {
	background: url("/wp-content/uploads/finfero.de_testimonial-corinna-storr.jpg");
  }
  .slide-7 {
	background: url("/wp-content/uploads/finfero.de_testimonial-lucien-pernau.jpg");
  }
  .slide-8 {
	background: url("/wp-content/uploads/finfero.de_testimonial-helene-und-dimitros-nikitopoulos.jpg");
  }
  .slide-9 {
	background: url("/wp-content/uploads/finfero.de_testimonial-johannes-riedl.jpg");
  }
  .slide-10 {
	background: url("/wp-content/uploads/finfero.de_testimonial-jeannette-matthews.jpg");
  }
  .slide-11 {
	background: url("/wp-content/uploads/finfero.de_testimonial-phillip-und-elisabeth-s.jpg");
  }
  .slide-12 {
	background: url("/wp-content/uploads/finfero.de_testimonial-alexander-und-alexandra-d.jpg");
  }
  .testimonial-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 64%;
  }

  .testimonial-slide-container,
  .testimonial-slide-spacer {
	padding: 0 40px;
  }
}

.testimonial-slide img {
  width: 100%;
}

.testimonial-slide-container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  flex: 1;
}

.testimonial-slide-spacer {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  flex: 1;
  height: 50px;
}

.testimonial-slide-column-1 {
  background: #fff;
  width: 50%;
  padding: 20px 50px;
  height: 100%;
}

.testimonial-slide-column-2 {
  width: 50%;
}
.testimonial-slide .quotation-testimonial {
  text-align: center;
  margin: 0 auto 40px auto;
  width: 120px;
}

.testimonial-text p {
  line-height: 1.75;
}

.quotation-marks {
  background-image: url("/wp-content/uploads/quotation-marks.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .save-slide.provision .col-image img {
	min-height: 850px;
  }
}

@media screen and (max-width: 1280px) {
  .testimonial-slide .quotation-testimonial {
	width: 80px;
  }
  .testimonial-text p {
	font-size: 16px;
	line-height: 1.55;
  }
}

@media screen and (max-width: 1023px) {
  #testimonial-slider .wp-block-eedee-block-gutenslider.arrow-position-sides
  .eedee-gutenslider-next,
  #testimonial-slider .wp-block-eedee-block-gutenslider.arrow-position-sides
  .eedee-gutenslider-prev {
	top: 200px !important;
  }

  #save-slider .wp-block-eedee-block-gutenslider.arrow-position-sides
  .eedee-gutenslider-next,
  #save-slider .wp-block-eedee-block-gutenslider.arrow-position-sides
  .eedee-gutenslider-prev {
	top: calc(50% - 15px) !important;
  }

  #testimonial-slider .testimonial-slider, #save-slider {
	margin-bottom: 50px;
  }
  #testimonial-slider .wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination,
  #save-slider .wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination {
	--gutenslider-dot-y-offset: -50px!important;
  }

  .slide-top,
  .slide-bottom {
	display: none;
  }
  .testimonial-slide {
	position: relative;
  }
  .testimonial-slide-container,
  .testimonial-slide-spacer {
	padding: 0;
  }

  .testimonial-slide-container {
	min-height: 1px;
  }
  .testimonial-slide-column-1 {
	width: 100%;
	margin: -50px 40px 0 40px;
	padding: 50px;
	display: flex;
	flex-flow: column;
  }

  .slide-1-mobile {
	background: url("/wp-content/uploads/finfero.de_testimonial-slide-bernd-mobile.jpg");
  }
  .slide-2-mobile {
	background: url("/wp-content/uploads/finfero.de_testimonial-slide-adrian-mobile.jpg");
  }
  .slide-3-mobile {
	background: url("/wp-content/uploads/finfero.de_testimonial-karolin-schroft-mobile.jpg");
  }
  .slide-4-mobile {
	background: url("/wp-content/uploads/finfero.de_testimonial-slide-stefan-mobile.jpg");
  }
  .slide-5-mobile {
	background: url("/wp-content/uploads/finfero.de_testimonial-slide-peter-gertraud-mobile.jpg");
  }
  .slide-6-mobile {
	background: url("/wp-content/uploads/finfero.de_testimonial-corinna-storr-mobile.jpg");
  }
  .slide-7-mobile {
	background: url("/wp-content/uploads/finfero.de_testimonial-lucien-pernau-mobile.jpg");
  }
  .slide-8-mobile {
	background: url("/wp-content/uploads/finfero.de_testimonial-helene-und-dimitros-nikitopoulos-mobile.jpg");
  }
  .slide-9-mobile {
	background: url("/wp-content/uploads/finfero.de_testimonial-johannes-riedl-mobile.jpg");
  }
  .slide-10-mobile {
	background: url("/wp-content/uploads/finfero.de_testimonial-jeannette-matthews-mobile.jpg");
  }
  .slide-11-mobile {
	background: url("/wp-content/uploads/finfero.de_testimonial-phillip-und-elisabeth-s-mobile.jpg");
  }
  .slide-12-mobile {
	background: url("/wp-content/uploads/finfero.de_testimonial-alexander-und-alexandra-d-mobile.jpg");
  }

  .testimonial-slide-column-2 {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 450px;
	order: -1;
  }
}

@media screen and (max-width: 767px) {
  #testimonial-slider .testimonial-slider, #save-slider {
	margin-bottom: 50px;
  }
  #testimonial-slider .wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination,
  #save-slider .wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination {
	--gutenslider-dot-y-offset: -50px!important;
	--gutenslider-dot-y-offset-md: -50px!important;
  }
  #save-slider .wp-block-eedee-block-gutenslider.arrow-position-sides
  .eedee-gutenslider-next,
  #save-slider .wp-block-eedee-block-gutenslider.arrow-position-sides
  .eedee-gutenslider-prev {
	top: 150px !important;
  }
  .testimonial-slide-column-1 {
	margin: -50px 20px 0 20px;
  }
  .save-slide.provision .col-image img {
	object-position: center 20%;
  }
}

@media screen and (max-width: 599px) {
  #testimonial-slider .testimonial-slider, #save-slider {
	margin-bottom: 30px;
  }
  #testimonial-slider .wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination,
  #save-slider .wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination{
	--gutenslider-dot-y-offset-sm: -30px!important;
  }
  .testimonial-slide-column-1 {
	padding: 50px 20px;
  }
  #save-slider .wp-block-eedee-block-gutenslider.arrow-position-sides
  .eedee-gutenslider-next,
  #save-slider .wp-block-eedee-block-gutenslider.arrow-position-sides
  .eedee-gutenslider-prev {
	top: 125px !important;
  }
}

/* reasons list */

.reason-list-1,
.reason-list-2,
.reason-list-3,
.reason-list-4,
.reason-list-5,
.reason-list-6 {
  list-style: none;
  background-position: left 0;
  padding-left: 95px;
  background-size: 80px;
}
.reason-list-1 {
  background: url(/wp-content/uploads/finfero.de_icon-1.svg) no-repeat;
}
.reason-list-2 {
  background: url(/wp-content/uploads/finfero.de_icon-2.svg) no-repeat;
}
.reason-list-3 {
  background: url(/wp-content/uploads/finfero.de_icon-3.svg) no-repeat;
}
.reason-list-4 {
  background: url(/wp-content/uploads/finfero.de_icon-4.svg) no-repeat;
}
.reason-list-5 {
  background: url(/wp-content/uploads/finfero.de_icon-5.svg) no-repeat;
}
.reason-list-6 {
  background: url(/wp-content/uploads/finfero.de_icon-6.svg) no-repeat;
}

.reason {
  font-size: 24px;
  font-weight: 600;
  color: #00b4dd;
}
.reason-list-1 li,
.reason-list-2 li,
.reason-list-3 li,
.reason-list-4 li,
.reason-list-5 li,
.reason-list-6 li {
  padding-top: 20px;
}

@media screen and (max-width: 1023px) {
  .reason-list-1,
  .reason-list-2,
  .reason-list-3,
  .reason-list-4,
  .reason-list-5,
  .reason-list-6 {
	padding-left: 80px;
	background-size: 65px;
  }
  .reason-list-1 li,
  .reason-list-2 li,
  .reason-list-3 li,
  .reason-list-4 li,
  .reason-list-5 li,
  .reason-list-6 li {
	padding-top: 18px;
  }
  .reason {
	font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reason-list-1,
  .reason-list-2,
  .reason-list-3,
  .reason-list-4,
  .reason-list-5,
  .reason-list-6 {
	padding-left: 60px;
	background-size: 50px;
  }
  .reason-list-1 li,
  .reason-list-2 li,
  .reason-list-3 li,
  .reason-list-4 li,
  .reason-list-5 li,
  .reason-list-6 li {
	padding-top: 12px;
  }
  .reason {
	font-size: 18px;
  }
}

/* image call to action */

.cta-section > .wp-block-group__inner-container {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 70px;
  position: relative;
}

.cta-section .wp-block-image {
  margin-bottom: 0;
}

.proven-expert-container {
  position: relative;
}

.cta-proven-expert {
  width: 200px;
  height: 180px;
  background: red;
  position: absolute;
  right: 0;
  top: -30px;
}

.cta-pricemodel {
  width: 400px;
  height: 416px;
  background: #fff;
  position: absolute;
  right: 40px;
  top: -30px;
  text-align: center;
}

.all-in-fee {
  border-bottom: 1px solid #00B4DD;
  padding-bottom: 1em;
}

.cta-proven-expert:before, .cta-pricemodel:before {
  content: "";
  width: 27px;
  height: 30px;
  background-image: url(/wp-content/uploads/shadow-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -27px;
}

.cta-wrapper-clever-sparen {
  max-width: 1280px;
  margin: 0 auto;
}

.cta-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  height: 100%;
}

.cta-clever-sparen-col-1 {
  width: 667px;
  position: relative;
}

.immobilienfinanzierung-col-1 {
  width: 540px;
  position: relative;
}

.preismodell-col-1, .videoberatung-col-1 {
  width: 550px;
}

.cta-clever-sparen-col-2 {
  width: calc(100% - 667px);
}

.immobilienfinanzierung-col-2 {
  width: calc(100% - 540px);
}

.preismodell-col-2, .videoberatung-col-2 {
  width: calc(100% - 550px);
}

.cta-image-container {
  position: absolute;
  overflow: hidden;
}

.clever-sparen {
  width: 667px;
  bottom: -70px;
}

.immobilienfinanzierung {
  width: 540px;
  bottom: -70px;
}

.videoberatung {
  width: 550px;
  bottom: 0;
}

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

#zins-tableau {
  position: relative;
}

#zins-tableau .mfp-close {
  right: -17px;
  top: -40px;
  color: #FFF;
}

.pe-pro-seal-position-left {
  left: 0;
  right: auto;
  bottom: 40px !important;
}


@media screen and (max-width: 1280px) {
  .cta-section > .wp-block-group__inner-container {
	padding-top: 50px;
	padding-bottom: 50px;
  }
  .cta-proven-expert { 
	right: 0;
	position: relative;
	margin-top: -50px;
	margin-left: auto;
  }

  .cta-clever-sparen-col-1 {
	width: 500px;
	position: relative;
  }

  .cta-clever-sparen-col-2 {
	width: calc(100% - 500px);
  }

  .clever-sparen {
	width: 500px;
	bottom: -50px;
  }
  .immobilienfinanzierung-col-1 {
	width: 400px;
  }

  .immobilienfinanzierung-col-2 {
	width: calc(100% - 400px);
  }
  .immobilienfinanzierung {
	width: 400px;
	bottom: -50px;
  }
}

@media screen and (max-width: 1023px) {
  .cta-section > .wp-block-group__inner-container {
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
  }
  .cta-proven-expert { 
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
  }
  .cta-preismodell-container {
	position: relative;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px;
  }

  .cta-pricemodel {
	position: relative;
	right: unset;
	left: 0;
	height: 380px;
  }

  .cta-inner {
	flex-flow: column-reverse;
	align-items: center;
  }

  .cta-clever-sparen-col-1, .immobilienfinanzierung-col-1, .preismodell-col-1, .videoberatung-col-1 {
	width: 100%;
	display: flex;
	justify-content: center
  }
  .immobilienfinanzierung {
	width: 100%;
	max-width: 400px;
  }

  .videoberatung {
	width: 100%;
	max-width: 550px;
	bottom: -50px;
  }

  .cta-image-container {
	position: relative;
  }

  .cta-clever-sparen-col-2 {
	width: 100%;
	display: flex;
	justify-content: center
  }
  .immobilienfinanzierung-col-2, .preismodell-col-2, .videoberatung-col-2 {
	width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .pe-pro-seal {
	bottom: 70px !important;
  }
}

@media screen and (max-width: 599px) {
  .cta-pricemodel {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
  }
}


/* faq accordion */

.accordion__title,
.accordion__acc {
  text-align: left;
  font-weight: 400;
  padding: 0 30px;
  opacity: 0;
  height: 0;
  background-color: #ffffff;
  transition: all ease-in-out 300ms;
}

.accordion__title {
  position: relative;
  padding: 35px 80px 35px 30px;
  opacity: 1;
  background: #ffffff;
  min-height: 70px;
  line-height: 1.3;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #30373a;
  margin-top: 10px;
  cursor: pointer;
}

.accordion__title h3 {
  max-width: 800px;
  font-size: 20px;
  font-weight: 700;
}

.accordion p,
.accordion li {
  margin-block-start: 0em !important;
  padding-right: 80px;
}

.accordion i:before,
.accordion i:after {
  width: 20px;
  content: "";
  height: 2px;
  top: 50%;
  bottom: 50%;
  position: absolute;
  transform: rotate(40deg);
  background-color: #30373a;
  right: 40px;
  margin: auto 0;
  transition: all ease-in-out 300ms;
}

.accordion i:before {
  transform: rotate(-40deg);
  right: 26px;
}

.accordion__check {
  display: none;
}

#acc-check__1:checked ~ .acc__1,
#acc-check__2:checked ~ .acc__2,
#acc-check__3:checked ~ .acc__3,
#acc-check__4:checked ~ .acc__4,
#acc-check__5:checked ~ .acc__5,
#acc-check__6:checked ~ .acc__6,
#acc-check__7:checked ~ .acc__7,
#acc-check__8:checked ~ .acc__8,
#acc-check__9:checked ~ .acc__9,
#acc-check__10:checked ~ .acc__10,
#acc-check__11:checked ~ .acc__11,
#acc-check__12:checked ~ .acc__12,
#acc-check__13:checked ~ .acc__13,
#acc-check__14:checked ~ .acc__14,
#acc-check__15:checked ~ .acc__15,
#acc-check__16:checked ~ .acc__16,
#acc-check__17:checked ~ .acc__17,
#acc-check__18:checked ~ .acc__18,
#acc-check__19:checked ~ .acc__19,
#acc-check__20:checked ~ .acc__20,
#acc-check__21:checked ~ .acc__21,
#acc-check__22:checked ~ .acc__22,
#acc-check__23:checked ~ .acc__23,
#acc-check__24:checked ~ .acc__24,
#acc-check__25:checked ~ .acc__25,
#acc-check__26:checked ~ .acc__26,
#acc-check__27:checked ~ .acc__27,
#acc-check__28:checked ~ .acc__28,
#acc-check__29:checked ~ .acc__29,
#acc-check__30:checked ~ .acc__30,
#acc-check__31:checked ~ .acc__31,
#acc-check__32:checked ~ .acc__32,
#acc-check__33:checked ~ .acc__33,
#acc-check__34:checked ~ .acc__34,
#acc-check__35:checked ~ .acc__35,
#acc-check__36:checked ~ .acc__36 {
  height: inherit;
  padding: 0 30px 15px 30px;
  opacity: 1;
}

#acc-check__1:checked ~ .acc__label__1 i:before,
#acc-check__2:checked ~ .acc__label__2 i:before,
#acc-check__3:checked ~ .acc__label__3 i:before,
#acc-check__4:checked ~ .acc__label__4 i:before,
#acc-check__5:checked ~ .acc__label__5 i:before,
#acc-check__6:checked ~ .acc__label__6 i:before,
#acc-check__7:checked ~ .acc__label__7 i:before,
#acc-check__8:checked ~ .acc__label__8 i:before,
#acc-check__9:checked ~ .acc__label__9 i:before,
#acc-check__10:checked ~ .acc__label__10 i:before,
#acc-check__11:checked ~ .acc__label__11 i:before,
#acc-check__12:checked ~ .acc__label__12 i:before,
#acc-check__13:checked ~ .acc__label__13 i:before,
#acc-check__14:checked ~ .acc__label__14 i:before,
#acc-check__15:checked ~ .acc__label__15 i:before,
#acc-check__16:checked ~ .acc__label__16 i:before,
#acc-check__17:checked ~ .acc__label__17 i:before,
#acc-check__18:checked ~ .acc__label__18 i:before,
#acc-check__19:checked ~ .acc__label__19 i:before,
#acc-check__20:checked ~ .acc__label__20 i:before,
#acc-check__21:checked ~ .acc__label__21 i:before,
#acc-check__22:checked ~ .acc__label__22 i:before,
#acc-check__23:checked ~ .acc__label__23 i:before,
#acc-check__24:checked ~ .acc__label__24 i:before,
#acc-check__25:checked ~ .acc__label__25 i:before,
#acc-check__26:checked ~ .acc__label__26 i:before,
#acc-check__27:checked ~ .acc__label__27 i:before,
#acc-check__28:checked ~ .acc__label__28 i:before,
#acc-check__29:checked ~ .acc__label__29 i:before,
#acc-check__30:checked ~ .acc__label__30 i:before,
#acc-check__31:checked ~ .acc__label__31 i:before,
#acc-check__32:checked ~ .acc__label__32 i:before,
#acc-check__33:checked ~ .acc__label__33 i:before,
#acc-check__34:checked ~ .acc__label__34 i:before,
#acc-check__35:checked ~ .acc__label__35 i:before,
#acc-check__36:checked ~ .acc__label__36 i:before {
  right: 40px;
}

#acc-check__1:checked ~ .acc__label__1 i:after,
#acc-check__2:checked ~ .acc__label__2 i:after,
#acc-check__3:checked ~ .acc__label__3 i:after,
#acc-check__4:checked ~ .acc__label__4 i:after,
#acc-check__5:checked ~ .acc__label__5 i:after,
#acc-check__6:checked ~ .acc__label__6 i:after,
#acc-check__7:checked ~ .acc__label__7 i:after,
#acc-check__8:checked ~ .acc__label__8 i:after,
#acc-check__9:checked ~ .acc__label__9 i:after,
#acc-check__10:checked ~ .acc__label__10 i:after,
#acc-check__11:checked ~ .acc__label__11 i:after,
#acc-check__12:checked ~ .acc__label__12 i:after,
#acc-check__13:checked ~ .acc__label__13 i:after,
#acc-check__14:checked ~ .acc__label__14 i:after,
#acc-check__15:checked ~ .acc__label__15 i:after,
#acc-check__16:checked ~ .acc__label__16 i:after,
#acc-check__17:checked ~ .acc__label__17 i:after,
#acc-check__18:checked ~ .acc__label__18 i:after,
#acc-check__19:checked ~ .acc__label__19 i:after,
#acc-check__20:checked ~ .acc__label__20 i:after,
#acc-check__21:checked ~ .acc__label__21 i:after,
#acc-check__22:checked ~ .acc__label__22 i:after,
#acc-check__23:checked ~ .acc__label__23 i:after,
#acc-check__24:checked ~ .acc__label__24 i:after,
#acc-check__25:checked ~ .acc__label__25 i:after,
#acc-check__26:checked ~ .acc__label__26 i:after,
#acc-check__27:checked ~ .acc__label__27 i:after,
#acc-check__28:checked ~ .acc__label__28 i:after,
#acc-check__29:checked ~ .acc__label__29 i:after,
#acc-check__30:checked ~ .acc__label__30 i:after,
#acc-check__31:checked ~ .acc__label__31 i:after,
#acc-check__32:checked ~ .acc__label__32 i:after,
#acc-check__33:checked ~ .acc__label__33 i:after,
#acc-check__34:checked ~ .acc__label__34 i:after,
#acc-check__35:checked ~ .acc__label__35 i:after,
#acc-check__36:checked ~ .acc__label__36 i:after {
  right: 26px;
}

.faq-list {
  padding-bottom: 10px;
}

.faq-list li {
  margin-left: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .accordion__title h3 {
	font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .accordion__acc {
	padding: 0 0 0 20px;
  }
  .accordion__title {
	padding: 0 60px 0 20px;
  }
  #acc-check__1:checked ~ .acc__1,
  #acc-check__2:checked ~ .acc__2,
  #acc-check__3:checked ~ .acc__3,
  #acc-check__4:checked ~ .acc__4,
  #acc-check__5:checked ~ .acc__5,
  #acc-check__6:checked ~ .acc__6,
  #acc-check__7:checked ~ .acc__7,
  #acc-check__8:checked ~ .acc__8,
  #acc-check__9:checked ~ .acc__9,
  #acc-check__10:checked ~ .acc__10,
  #acc-check__11:checked ~ .acc__11,
  #acc-check__12:checked ~ .acc__12,
  #acc-check__13:checked ~ .acc__13,
  #acc-check__14:checked ~ .acc__14,
  #acc-check__15:checked ~ .acc__15,
  #acc-check__16:checked ~ .acc__16,
  #acc-check__17:checked ~ .acc__17,
  #acc-check__18:checked ~ .acc__18,
  #acc-check__19:checked ~ .acc__19,
  #acc-check__20:checked ~ .acc__20,
  #acc-check__21:checked ~ .acc__21,
  #acc-check__22:checked ~ .acc__22,
  #acc-check__23:checked ~ .acc__23,
  #acc-check__24:checked ~ .acc__24,
  #acc-check__25:checked ~ .acc__25,
  #acc-check__26:checked ~ .acc__26,
  #acc-check__27:checked ~ .acc__27,
  #acc-check__28:checked ~ .acc__28,
  #acc-check__29:checked ~ .acc__29,
  #acc-check__30:checked ~ .acc__30,
  #acc-check__31:checked ~ .acc__31,
  #acc-check__32:checked ~ .acc__32,
  #acc-check__33:checked ~ .acc__33,
  #acc-check__34:checked ~ .acc__34,
  #acc-check__35:checked ~ .acc__35,
  #acc-check__36:checked ~ .acc__36 {
	height: inherit;
	padding: 0 0 15px 20px;
	opacity: 1;
  }

  .accordion__title h3 {
	font-size: 16px;
  }
  .accordion p,
  .accordion li {
	padding-right: 40px;
  }

  .accordion i:before,
  .accordion i:after {
	width: 14px;
  }
  .accordion i:after {
	right: 24px;
  }

  .accordion i:before {
	right: 14px;
  }
  #acc-check__1:checked ~ .acc__1,
  #acc-check__2:checked ~ .acc__2,
  #acc-check__3:checked ~ .acc__3,
  #acc-check__4:checked ~ .acc__4,
  #acc-check__5:checked ~ .acc__5,
  #acc-check__6:checked ~ .acc__6,
  #acc-check__7:checked ~ .acc__7,
  #acc-check__8:checked ~ .acc__8,
  #acc-check__9:checked ~ .acc__9,
  #acc-check__10:checked ~ .acc__10,
  #acc-check__11:checked ~ .acc__11,
  #acc-check__12:checked ~ .acc__12,
  #acc-check__13:checked ~ .acc__13,
  #acc-check__14:checked ~ .acc__14,
  #acc-check__15:checked ~ .acc__15,
  #acc-check__16:checked ~ .acc__16,
  #acc-check__17:checked ~ .acc__17,
  #acc-check__18:checked ~ .acc__18,
  #acc-check__19:checked ~ .acc__19,
  #acc-check__20:checked ~ .acc__20,
  #acc-check__21:checked ~ .acc__21,
  #acc-check__22:checked ~ .acc__22,
  #acc-check__23:checked ~ .acc__23,
  #acc-check__24:checked ~ .acc__24,
  #acc-check__25:checked ~ .acc__25,
  #acc-check__26:checked ~ .acc__26,
  #acc-check__27:checked ~ .acc__27,
  #acc-check__28:checked ~ .acc__28,
  #acc-check__29:checked ~ .acc__29,
  #acc-check__30:checked ~ .acc__30,
  #acc-check__31:checked ~ .acc__31,
  #acc-check__32:checked ~ .acc__32,
  #acc-check__33:checked ~ .acc__33,
  #acc-check__34:checked ~ .acc__34,
  #acc-check__35:checked ~ .acc__35,
  #acc-check__36:checked ~ .acc__36 {
	height: inherit;
	padding: 0 0 15px 20px;
	opacity: 1;
  }

  #acc-check__1:checked ~ .acc__label__1 i:before,
  #acc-check__2:checked ~ .acc__label__2 i:before,
  #acc-check__3:checked ~ .acc__label__3 i:before,
  #acc-check__4:checked ~ .acc__label__4 i:before,
  #acc-check__5:checked ~ .acc__label__5 i:before,
  #acc-check__6:checked ~ .acc__label__6 i:before,
  #acc-check__7:checked ~ .acc__label__7 i:before,
  #acc-check__8:checked ~ .acc__label__8 i:before,
  #acc-check__9:checked ~ .acc__label__9 i:before,
  #acc-check__10:checked ~ .acc__label__10 i:before,
  #acc-check__11:checked ~ .acc__label__11 i:before,
  #acc-check__12:checked ~ .acc__label__12 i:before,
  #acc-check__13:checked ~ .acc__label__13 i:before,
  #acc-check__14:checked ~ .acc__label__14 i:before,
  #acc-check__15:checked ~ .acc__label__15 i:before,
  #acc-check__16:checked ~ .acc__label__16 i:before,
  #acc-check__17:checked ~ .acc__label__17 i:before,
  #acc-check__18:checked ~ .acc__label__18 i:before,
  #acc-check__19:checked ~ .acc__label__19 i:before,
  #acc-check__20:checked ~ .acc__label__20 i:before,
  #acc-check__21:checked ~ .acc__label__21 i:before,
  #acc-check__22:checked ~ .acc__label__22 i:before,
  #acc-check__23:checked ~ .acc__label__23 i:before,
  #acc-check__24:checked ~ .acc__label__24 i:before,
  #acc-check__25:checked ~ .acc__label__25 i:before,
  #acc-check__26:checked ~ .acc__label__26 i:before,
  #acc-check__27:checked ~ .acc__label__27 i:before,
  #acc-check__28:checked ~ .acc__label__28 i:before,
  #acc-check__29:checked ~ .acc__label__29 i:before,
  #acc-check__30:checked ~ .acc__label__30 i:before,
  #acc-check__31:checked ~ .acc__label__31 i:before,
  #acc-check__32:checked ~ .acc__label__32 i:before,
  #acc-check__33:checked ~ .acc__label__33 i:before,
  #acc-check__34:checked ~ .acc__label__34 i:before,
  #acc-check__35:checked ~ .acc__label__35 i:before,
  #acc-check__36:checked ~ .acc__label__36 i:before {
	right: 24px;
  }

  #acc-check__1:checked ~ .acc__label__1 i:after,
  #acc-check__2:checked ~ .acc__label__2 i:after,
  #acc-check__3:checked ~ .acc__label__3 i:after,
  #acc-check__4:checked ~ .acc__label__4 i:after,
  #acc-check__5:checked ~ .acc__label__5 i:after,
  #acc-check__6:checked ~ .acc__label__6 i:after,
  #acc-check__7:checked ~ .acc__label__7 i:after,
  #acc-check__8:checked ~ .acc__label__8 i:after,
  #acc-check__9:checked ~ .acc__label__9 i:after,
  #acc-check__10:checked ~ .acc__label__10 i:after,
  #acc-check__11:checked ~ .acc__label__11 i:after,
  #acc-check__12:checked ~ .acc__label__12 i:after,
  #acc-check__13:checked ~ .acc__label__13 i:after,
  #acc-check__14:checked ~ .acc__label__14 i:after,
  #acc-check__15:checked ~ .acc__label__15 i:after,
  #acc-check__16:checked ~ .acc__label__16 i:after,
  #acc-check__17:checked ~ .acc__label__17 i:after,
  #acc-check__18:checked ~ .acc__label__18 i:after,
  #acc-check__19:checked ~ .acc__label__19 i:after,
  #acc-check__20:checked ~ .acc__label__20 i:after,
  #acc-check__21:checked ~ .acc__label__21 i:after,
  #acc-check__22:checked ~ .acc__label__22 i:after,
  #acc-check__23:checked ~ .acc__label__23 i:after,
  #acc-check__24:checked ~ .acc__label__24 i:after,
  #acc-check__25:checked ~ .acc__label__25 i:after,
  #acc-check__26:checked ~ .acc__label__26 i:after,
  #acc-check__27:checked ~ .acc__label__27 i:after,
  #acc-check__28:checked ~ .acc__label__28 i:after,
  #acc-check__29:checked ~ .acc__label__29 i:after,
  #acc-check__30:checked ~ .acc__label__30 i:after,
  #acc-check__31:checked ~ .acc__label__31 i:after,
  #acc-check__32:checked ~ .acc__label__32 i:after,
  #acc-check__33:checked ~ .acc__label__33 i:after,
  #acc-check__34:checked ~ .acc__label__34 i:after,
  #acc-check__35:checked ~ .acc__label__35 i:after,
  #acc-check__36:checked ~ .acc__label__36 i:after {
	right: 14px;
  }
}


/* save slider */

.save-slide {
  display: grid;
  grid-template-columns: 1fr repeat(12, minmax(0, 81px)) 1fr;
  grid-template-rows: 60px max-content 60px;
  grid-column-gap: 28px;
}

.save-slide .wp-block-column:not(:first-child) {
  margin-left: -28px!important;
}

.save-slide .col-image {
  grid-column: 1 / 6;
  grid-row: 1 / 4;
  position: relative;
}

.save-slide .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.save-slide .families img {
  object-position: 35% center;
}

.save-slide .careerstarters img {
  object-position: 35% center;
}
.save-slide .pensionists img {
  object-position: 52% center;
}

.save-slide .wp-block-image {
  margin-bottom: 0;
  line-height: 0;
  height: 100%;
}

.save-slide .col-content {
  grid-column: 7 / 14;
  grid-row: 2 / 3;
  padding: 40px 0;
}

.save-slide .col-content p {
  max-width: 90%;
}

.save-slide .col-gradient {
  background: linear-gradient(90deg, rgba(34, 182, 216, 1), rgba(6, 122, 163, 1));
  grid-column: 6 / 15;
  grid-row: 2 / 3;
}

.save-content-container {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.col-price {
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .container-save-slide {
	background: linear-gradient(90deg, rgba(34, 182, 216, 1), rgba(6, 122, 163, 1));
  }

  .save-slide {
	display: flex;
	flex-flow: column;
  }

  .save-slide .col-image img {
	height: 300px;
	object-position: center;
  }

  .save-slide .col-content {
	margin: 0!important;
	text-align: center;
	justify-content: center;
  }

  .save-slide .col-content p {
	margin: auto;
  }

  .save-slide .wp-block-column:not(:first-child) {
	margin-left: 0!important;
  }

  .save-slide .col-gradient {
	display: none;
  }
}

@media screen and (max-width: 599px) {

  .save-slide .col-image img {
	height: 250px;
  }
}

/* contact forms */


.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  font-size: 18px;
  padding: 20px;
  color: grey;
}

.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label, .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  font-size: 18px;
  color: grey;
}

.gfield_consent_label a {
  font-weight: 700;
  text-decoration: none;
  color: #00b4dd;
}

@media (hover: hover) and (pointer: fine) {
  .gfield_consent_label a:hover {
	color: #94C11E;
  }
}


.short-contact .short-contact_name input, .short-contact .short-contact_email input, .short-contact-telephone .short-contact_name input, .short-contact-telephone .short-contact_email input, .short-contact-telephone .short-contact_telephone input, .contact .contact_name input, .callback .contact_name input, .contact .contact_email input, .contact .contact_phone input, .callback .contact_phone input, .contact .contact_address input, .contact .contact_location input, .contact .contact_date input, .callback .contact_date input, .contact .contact_time input, .callback .contact_time input, .contact .contact_salutation select, .contact .contact_text textarea {
  appearance: none;
  -webkit-appearance: none;
  font-family: "Dosis", sans-serif;
  border: 1px solid #B7B7B7;
  color: grey;
  border-radius: 0;
  line-height: 1.55;
}

.gform_wrapper input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  font-family: "Dosis", sans-serif;
  border: 1px solid #B7B7B7;
  color: grey;
  border-radius: 0;
  line-height: 1.55;
}

.contact_salutation > div {
  position: relative;
}

.contact_salutation > div:before {
  content: "";
  background: url(/wp-content/uploads/arrow.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 30px;
  right: 20px;
}

.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
  opacity: 0.5;
}

.contact .contact_check {
  margin-top: 40px!important;
  margin-bottom: 40px!important;
}

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

.gform_wrapper.gravity-theme .ginput_container_time {
  flex-basis: min-content;
  max-width: 87px;
  min-width: 87px;
}

.contact .gfield_time_hour, .contact .gfield_time_minute,
.callback .gfield_time_hour, .callback .gfield_time_minute {
  width: 100%;
}

.gform_wrapper.gravity-theme .hour_minute_colon {
  line-height: 4;
}

.contact_check .gfield-choice-input,
.topic_check .gfield-choice-input {
  margin-top: 3px!important;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 200px;
}

.gfield_consent_label, .gfield_consent_label a {
  font-size: 16px;
}

.gfield_consent_label {
  color: grey;
}

#gform_1 .gform_footer, #gform_5 .gform_footer {
  text-align: center;
  margin-top: 30px;
}

.form-box {
  max-width: 840px;
  margin: auto;
  position: relative;
  padding: 80px 40px 50px 40px;
}

.form-box-inner {
  max-width: 575px;
  margin: auto;
}

.form-box:after {
  content: "";
  background-image: url(/wp-content/uploads/finfero.de_form-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 600px;
  position: absolute;
  top: calc(50% - 300px);
  right: -301px;
}

.form-icon {
  position: absolute;
  width: 124px;
  height: 124px;
  top: -62px;
  left: calc(50% - 62px);
}

#gform_3 div#input_3_7 > div {
  font-weight: 700;
  margin-bottom: 10px;
}

#gform_9 div#input_9_12 > div {
  font-weight: 700;
  margin-bottom: 10px;
}

#gform_3 div#input_3_7 > div > label {
  color: #00B4DD!important;
  width: 100%;
}

#gform_9 div#input_9_12 > div > label {
  color: #00B4DD!important;
  width: 100%;
}

#gform_3 .icons-choice,
#gform_9 .icons-choice {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

#gform_3 .icons-choice img,
#gform_9 .icons-choice img {
  width: 60px;
  height: 60px;
  margin-right: 7px;
}

#gform_3 .icons-choice div,
#gform_9 .icons-choice div {
  width: calc(100% - 70px);
}

#gform_3 .topic_check,
#gform_9 .topic_check {
  background: hsl(191deg 100% 43% / 10%)!important;
  padding: 15px!important;
}

#gform_3 .contact_check legend,
#gform_9 .contact_check legend {
  padding-top: 25px!important;
}

#gform_3 .topic_check legend,
#gform_9 .topic_check legend {
  padding-top: 65px!important;
}

#gform_3 .topic_check .ginput_container,
#gform_9 .topic_check .ginput_container {
  margin-top: -10px;
}

#gform_3 .contact_date, #gform_3 .contact_time,
#gform_9 .contact_date, #gform_9 .contact_time {
  margin-top: 30px;
}

.safety-check, .ginput_container_consent {
  margin-top: 30px;
}

.safety-check .gfield_description {
  color: grey;
}

@media screen and (min-width: 768px) {
  .safety-check .gfield_description {
	font-size: 16px!important;
  }
}


@media screen and (max-width: 1500px) {
  .form-box {
	max-width: 70%;
	margin: 0;
  }
}

@media screen and (max-width: 1280px) {
  .form-box-inner {
	max-width: 500px;
  }
}


@media screen and (max-width: 992px) {
  .form-box {
	padding: 70px 40px 30px 40px;
  }
  .form-box:after {
	width: 300px;
	height: 450px;
	top: calc(50% - 226px);
	right: -225px;
  }
}

@media screen and (max-width: 767px) {

  .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	font-size: 16px;
  }
  .gform_wrapper.gravity-theme .gfield_label {
	font-size: 16px;
  }
  .gfield_consent_label, .gfield_consent_label a {
	font-size: 14px;
  }
  .form-box {
	padding: 60px 20px 30px 20px;
  }
  .form-icon {
	position: absolute;
	width: 100px;
	height: 100px;
	top: -50px;
	left: calc(50% - 50px);
  }
}

@media screen and (max-width: 599px) {
  .form-box {
	max-width: 85%;
  }
  .form-box:after {
	width: 250px;
	height: 375px;
	top: calc(50% - 188px);
	right: -188px;
  }

  #gform_submit_button_1, #gform_submit_button_2 {
	letter-spacing: 0px;
  }
}

@media screen and (max-width: 350px) {
  #gform_submit_button_1, #gform_submit_button_2 {
	font-size: 12px;
  }
}


/* plus-minus list */

.plus-minus-list-1,
.plus-minus-list-2 {
  list-style: none;
  background-position: left 0;
  padding-left: 60px;
  background-size: 40px;
}
.plus-minus-list-1 {
  background: url(/wp-content/uploads/finfero.de_icon-plus.svg) no-repeat;
}
.plus-minus-list-2 {
  background: url(/wp-content/uploads/finfero.de_icon-minus.svg) no-repeat;
}

.plus-minus-list-1 li,
.plus-minus-list-2 li {
  padding-top: 8px;
}

.list-divider {
  border-bottom: 1px solid #B7B7B7;
}


@media screen and (max-width: 767px) {
  .plus-minus-list-1,
  .plus-minus-list-2 {
	padding-left: 40px;
	background-size: 30px;
  }
  .plus-minus-list-1 li,
  .plus-minus-list-2 li {
	padding-top: 3px;
  }
}


/* insurance categories */

.insurance-categories {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: 50px minmax(auto, 1fr) 50px;
}

.insurance-categories .image-left, .insurance-categories .image-right,
.insurance-categories .graphic-left, .insurance-categories .graphic-right {
  position: relative;
  min-height: 520px;
  margin: 0;
  padding: 0;
}

.insurance-categories .image-left {
  grid-column: 1 / 5;
  grid-row: 2 / 3;
}

.insurance-categories .graphic-left {
  grid-column: 1 / 6;
  grid-row: 2 / 3;
}

.insurance-categories .image-right {
  grid-column: 12 / 16;
  grid-row: 2 / 3;
}

.insurance-categories .graphic-right {
  grid-column: 11 / 16;
  grid-row: 2 / 3;
}

.insurance-categories .image-left img, .insurance-categories .image-right img, 
.insurance-categories .graphic-left img, .insurance-categories .graphic-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.insurance-categories .image-students img {
  object-position: 26% center;
}

.insurance-categories .image-careerstarters img {
  object-position: 41% center;
}

.insurance-categories .image-singles img {
  object-position: 49% center;
}

.insurance-categories .image-families img {
  object-position: 59% center;
}

.insurance-categories .image-couples img {
  object-position: 52% center;
}

.insurance-categories .image-pensionists img {
  object-position: 36% center;
}

.insurance-categories .image-direktinvestment img {
  object-position: 51% center;
}

.insurance-categories .image-pflegeimmobilien img {
  object-position: 35% top;
}

.insurance-categories .image-immobilienbeteiligung img {
  object-position: 63% center;
}

.insurance-categories .image-immobilien-zinsanlagen img {
  object-position: 44% center;
}

.insurance-categories .image-immobilienverrentung img {
  object-position: 69% center;
}

.insurance-categories .image-graphic-left img {
  object-position: top left;
}

.insurance-categories .image-graphic-right img {
  object-position: top right;
}

.bg-image-propertyowners > .wp-block-group__inner-container {
  width: 100%;
}

.insurance-categories .wp-block-image {
  margin-bottom: 0;
  line-height: 0;
  height: 100%;
}

.insurance-categories .icon-targetgroup-container {
  position: relative;
}

.insurance-categories .icon-targetgroup-left {
  width: 104px;
  height: 104px;
  position: absolute;
  bottom: calc(50% - 52px);
  right: -52px;
  z-index: 150;
}

.insurance-categories .icon-targetgroup-right {
  width: 104px;
  height: 104px;
  position: absolute;
  bottom: calc(50% - 52px);
  left: -52px;
  z-index: 150;
}

.insurance-categories .content-right {
  grid-column: 5 / 16;
  grid-row: 1 / 4;
  padding-left: 70px;
  padding-right: 70px;
  z-index: 100;
}

.insurance-categories .content-downloads-right {
  grid-column: 6 / 16;
  grid-row: 1 / 4;
  padding-left: 70px;
  padding-right: 70px;
  z-index: 100;
}

.insurance-categories .content-left {
  grid-column: 1 / 12;
  grid-row: 1 / 4;
  padding-left: 70px;
  padding-right: 70px;
  z-index: 100;
}

.insurance-categories .content-downloads-left {
  grid-column: 1 / 11;
  grid-row: 1 / 4;
  padding-left: 70px;
  padding-right: 70px;
  z-index: 100;
}

.insurance-categories-content-container {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

.lifesituation-buttons, .download-register-buttons, .realestate-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}


.lifesituation-buttons .wp-block-button,
.download-register-buttons .wp-block-button,
.realestate-buttons .wp-block-button {
  flex-grow: 1;
  background-color: transparent;
  text-align: center;
}


.lifesituation-buttons .wp-block-button__link,
.download-register-buttons .wp-block-button__link,
.realestate-buttons .wp-block-button__link {
  font-size: 18px;
  line-height: 1.3!important;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  color: #30373A;
  background-color: #fff;
  font-weight: 400;
  font-family: "Dosis", sans-serif;
  min-height: auto;
}

.realestate-buttons .wp-block-button__link {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .lifesituation-buttons .wp-block-button__link:hover,
  .download-register-buttons .wp-block-button__link:hover,
  .realestate-buttons .wp-block-button__link:hover {
	background-color: #00B4DD!important;
	color: #fff;
  }
}

@media screen and (min-width: 1101px) {
  .realestate-buttons .wp-block-button {
	background-color: #fff;
	display: flex;
	align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .image-propertyowners {
	display: none;
  }
  .bg-image-propertyowners {
	min-height: 650px;
	background: url(/wp-content/uploads/finfero.de_propertyowners.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 69% center;
  }
}

@media screen and (max-width: 1280px) {

  .lifesituation-buttons .wp-block-button__link,
  .download-register-buttons .wp-block-button__link,
  .realestate-buttons .wp-block-button__link {
	font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .realestate-buttons .wp-block-button {
	flex-grow: 0;
	width: calc(100% / 3);
	margin: 0;
	padding: 0.25em;
  }
  .realestate-buttons {
	flex-wrap: wrap;
	margin: -0.25em;
  }
}


@media screen and (max-width: 1023px) {

  .insurance-categories {
	display: flex;
	flex-flow: column;
  }

  .insurance-categories .image-left, .insurance-categories .image-right, 
  .insurance-categories .graphic-left, .insurance-categories .graphic-right {
	height: 300px;
	min-height: auto;
	max-width: 880px;
	width: 100%;
	padding: 0 40px;
	margin: auto;
  }

  .insurance-categories .wp-block-image {
	height: 300px;
  }

  .insurance-categories .image-students img {
	object-position: center 20%;
  }

  .insurance-categories .image-singles img {
	object-position: center 18%;
  }

  .insurance-categories .image-couples img {
	object-position: center 49%;
  }

  .insurance-categories .image-families img {
	object-position: center 77%;
  }

  .insurance-categories .image-pensionists img {
	object-position: center 16%;
  }

  .insurance-categories .image-careerstarters img {
	object-position: center;
  }

  .insurance-categories .image-direktinvestment img {
	object-position: 51% 43%;
  }

  .insurance-categories .image-pflegeimmobilien img {
	object-position: center 50%;
  }

  .insurance-categories .image-immobilienbeteiligung img {
	object-position: 63% 26%;
  }

  .insurance-categories .image-immobilien-zinsanlagen img {
	object-position: 38% 30%;
  }

  .insurance-categories .image-graphic img {
	object-position: top center;
  }

  .insurance-categories .image-graphic-left img, .insurance-categories .image-graphic-right img {
	object-position: top center;
  }

  .insurance-categories .icon-targetgroup-container {
	margin: auto!important;
  }

  .image-propertyowners {
	height: 300px;
	max-width: 880px;
	padding: 0 40px;
	margin: auto;
  }

  .image-propertyowners .wp-block-image {
	margin: 0;
	padding: 0;
  }

  .image-propertyowners img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 24% center;
  }

  .insurance-categories .icon-targetgroup-left {
	width: 104px;
	height: 104px;
	position: absolute;
	bottom: -52px;
	right: calc(50% - 52px);
  }

  .insurance-categories .icon-targetgroup-right {
	width: 104px;
	height: 104px;
	position: absolute;
	bottom: -52px;
	left: calc(50% - 52px);
  }

  .insurance-categories .content-right, .insurance-categories .content-left, 
  .insurance-categories .content-downloads-right, .insurance-categories .content-downloads-left {
	margin: 0!important;
	text-align: center;
	justify-content: center;
	padding-right: 40px;
	padding-left: 40px;
  }

  .insurance-categories .col-content p {
	margin: auto;
  }

  .lifesituation-buttons,
  .download-register-buttons {
	flex-wrap: wrap;
	margin: -0.25em;
  }

  .lifesituation-buttons .wp-block-button,
  .download-register-buttons .wp-block-button {
	flex-grow: 0;
	width: calc(100% / 4);
	margin: 0;
	padding: 0.25em;
  }
}

@media screen and (max-width: 1023px) {
  .download-register-buttons .wp-block-button {
	width: calc(100% / 2);
  }
}

@media screen and (max-width: 992px) {
  .lifesituation-buttons .wp-block-button,
  .realestate-buttons .wp-block-button {
	width: calc(100% / 3);
  }
}


@media screen and (max-width: 767px) {
  .insurance-categories .image-left, .insurance-categories .image-right, .image-propertyowners,
  .insurance-categories .graphic-left, .insurance-categories .graphic-right {
	padding: 0;
  }
  .lifesituation-buttons .wp-block-button,
  .realestate-buttons .wp-block-button {
	width: calc(100% / 2);
  }
}

@media screen and (max-width: 599px) {

  .insurance-categories .image-left, .insurance-categories .image-right, .image-propertyowners
  .insurance-categories .grapic-left, .insurance-categories .graphic-right {
	height: 250px;
  }

  .insurance-categories .wp-block-image {
	height: 250px;
  }
  .insurance-categories .icon-targetgroup-left {
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: -40px;
	right: calc(50% - 40px);
  }
  .insurance-categories .icon-targetgroup-right {
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 40px);
  }
  .insurance-categories .content-right, .insurance-categories .content-left, 
  .insurance-categories .content-downloads-right, .insurance-categories .content-downloads-left {
	padding-left: 20px;
	padding-right: 20px;
  }
  .lifesituation-buttons .wp-block-button,
  .download-register-buttons .wp-block-button, 
  .realestate-buttons .wp-block-button {
	width: 100%;
  }
}

/* arrow-list */

.arrow-list {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding-inline-start: 0 !important;
  margin: -20px;
}

.arrow-list li:not(:last-child) {
  margin-bottom: 10px;
}

.arrow-list li {
  list-style: none;
  background: url(/wp-content/uploads/finfero.de_arrow-list.svg) no-repeat;
  background-position: left 7px;
  padding-left: 20px;
}
.arrow-list.white {
  padding-top: 10px;
}
.arrow-list.white li {
  list-style: none;
  background: url(/wp-content/uploads/finfero.de_arrow-list-white.svg) no-repeat;
  background-position: left 7px;
  padding-left: 20px;
  background-size: 8px;
}


/* brutto netto */


.panel-top-on-mobile {
  margin-top: -500px;
  margin-bottom: 120px;
}

.panel-top-on-mobile-2 {
  margin-top: -630px;
  margin-bottom: 50px;
}

.empty-gap {
  min-width: 480px;
}

.empty-gap-2 {
  min-width: 300px;
}

.panel-top-on-mobile-2 .col-left, .panel-top-on-mobile-2 .col-right {
  width: calc(50% - 150px);
}

.container-provenexpert {
  width: 200px;
  height: 180px;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  box-shadow: 3px 0 40px rgba(0,0,0,0.2);
  position: relative;
  z-index: 100;
}

.brutto-netto {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.gute-gruende {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.brutto-netto img, .gute-gruende img {
  width: 100%;
  height: auto;
}

.gap-left {
  padding-right: 20px;
}
.gap-right {
  padding-left: 20px;
}

@media screen and (max-width: 1280px) {
  .panel-top-on-mobile, .panel-top-on-mobile-2 {
	margin-top: 50px;
	margin-bottom: unset;
  }
  .brutto-netto {
	transform: translateY(0);
  }	
  .empty-gap, .empty-gap-2 {
	min-width: 0px;
  }
  .panel-top-on-mobile-2 .col-left, .panel-top-on-mobile-2 .col-right {
	width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .gute-gruende {
	max-width: 250px;
  }
}

@media screen and (max-width: 599px) {
  .gap-left {
	padding-right: 0;
  }	
  .gap-right {
	padding-left: 0;
  }	
  .panel-top-on-mobile-2 .col-left, .panel-top-on-mobile-2 .col-right {
	width: 100%;
  }
}





/* finfero comission calculator basics */

.finfero-calculator .hide-field {
  display: none!important;
}

.calculator-lightbox {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: auto;
  z-index: 10000;
  background: rgba(0,0,0,0.5)!important;
}

.calculator-lightbox-wrapper {
  max-width: 1360px;
  padding: 0 40px;
  margin: auto;
  position: relative;
}

.sticky-bar {
  position: sticky;
  z-index: 20000;
  top: 0;
  left: 0;
  right: 0;
}

.finfero-calculator {
  background-color: #f4f5f6;
  color: #30373A;
}

.finfero-calculator button {
  max-height: 60px;
}

.finfero-calculator .bar-finfero-total,
.finfero-calculator .finfero-form .bar-form-total {
  color: #FFF;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.finfero-calculator .bar-finfero-total {
  background-color: #00B4DD;
}

.finfero-calculator .finfero-form .bar-form-total {
  background-color: #94C11E;
}

.finfero-calculator .bar-finfero-total {
  padding: 30px 40px;
  font-size: 28px;
  margin-bottom: 40px;
}

.finfero-calculator .finfero-categories {
  margin: -20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.finfero-calculator .finfero-categories li {
  width: calc(100% / 3);
  text-align: center;
  padding: 20px;
  display: flex;
  flex-flow: column;
}

.finfero-calculator .finfero-categories .finfero-category {
  background-color: #FFF;
  box-shadow: 3px 3px 50px rgba(0,0,0,0.05);
  padding: 40px;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.finfero-calculator h3 {
  font-size: 28px;
  font-weight: 600;
  color: #00B4DD;
}

.finfero-calculator .finfero-categories .finfero-category > div {
  margin-top: auto;
}

.finfero-calculator .finfero-categories .finfero-category .box-total {
  background-color: #00B4DD;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  padding: 5px 10px;
  margin-top: 20px;
}

.finfero-calculator .finfero-categories .finfero-category button {
  margin-top: 20px;
}

@media screen and (max-width: 1280px) {
  .finfero-calculator button {
	max-height: 45px;
  }
  .finfero-calculator .finfero-categories .finfero-category {
	padding: 40px 20px;
  }
  .finfero-calculator h3 {
	font-size: 24px;
  }
  .finfero-calculator .finfero-categories .finfero-category .box-total {
	font-size: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .finfero-calculator .bar-finfero-total {
	font-size: 26px;
  }
  .finfero-calculator .finfero-categories .finfero-category {
	padding: 40px;
  }
  .finfero-calculator .finfero-categories li {
	width: calc(100% / 2);
  }
}

@media screen and (max-width: 767px) {
  .calculator-lightbox-wrapper {
	padding: 0 20px;
  }
  .finfero-calculator .bar-finfero-total {
	padding: 20px 20px;
	font-size: 22px;
	margin-bottom: 20px;
  }
  .finfero-calculator .finfero-categories .finfero-category {
	padding: 30px 20px;
  }
  .finfero-calculator h3 {
	font-size: 22px;
  }
  .finfero-calculator .finfero-categories {
	margin: -10px;
  }
  .finfero-calculator .finfero-categories li {
	padding: 10px;
	width: calc(100% / 2);
  }
  .finfero-calculator .finfero-categories .finfero-category .box-total {
	font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  .finfero-calculator .bar-finfero-total,
  .finfero-calculator .bar-form-total {
	flex-flow: column;
	text-align: center;
  }
  .finfero-calculator .finfero-categories li {
	width: 100%;
  }
  .finfero-calculator .finfero-categories .finfero-category .box-total {
	max-width: 290px;
	margin: 20px auto 0 auto;
  }
  .finfero-calculator .finfero-categories .finfero-category button {
	margin-top: 20px;
  }
}


/* finfero comission calculator lightbox and forms */

.finfero-calculator .finfero-form {
  background-color: #FFF;
  box-shadow: 3px 3px 50px rgba(0,0,0,0.05);
  padding: 40px;
  position: relative;
}

.finfero-calculator .finfero-form h3 {
  text-align: center;
}

.finfero-calculator .finfero-form button[data-provisionsrechner-form-closer] {
  background-image: url(/wp-content/uploads/lightbox-closer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
}

.finfero-calculator .finfero-form .bar-form-total {
  padding: 20px 40px;
  font-size: 24px;
  margin: 30px 0;
}

.finfero-calculator .finfero-form ol {
  margin: 0 0 30px 0;
  padding: 0 15px;
  font-weight: 600;
}

.finfero-calculator .finfero-form p.larger {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.finfero-calculator .finfero-form [data-form-id] {
  margin-top: 20px;
}

.finfero-calculator .finfero-form .form-category {
  display: flex;
  margin-bottom: 20px;
}

.finfero-calculator .finfero-form .form-category .sum-field {
  background: #D9F4FA;
  width: 180px;
  min-height: 90px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #00B4DD;
  margin-left: 20px;
}

.finfero-calculator .finfero-form .form-category h4 {
  background: #F4F5F6;
  width: calc(100% - 200px);
  min-height: 90px;
  padding: 20px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.finfero-calculator .finfero-form .form-category h4:after {
  content: "";
  background: url(/wp-content/uploads/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}

.finfero-calculator .finfero-form .form-category button[data-provisionsrechner-area-clear] {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin-left: 5px;
}

.finfero-calculator .finfero-form .category-content {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  margin: -10px;
  width: calc(100% - 180px); 
  padding-bottom: 20px;
}

.finfero-calculator .finfero-form .category-content label {
  display: flex;
  flex-flow: column;
  font-size: 18px;
  padding: 10px;
  width: calc(100% / 2);
}

.finfero-calculator .finfero-form .category-content .button-box {
  padding: 10px 10px 20px 10px;
  width: calc(100% / 2);
  text-align: right;
}

.finfero-calculator .finfero-form .category-content input[type=number] {
  height: 75px;
  padding: 20px;
  border: 1px solid #B7B7B7;
  margin-top: 10px;
  font-family: "Dosis";
  font-weight: 600;
}

.finfero-calculator .finfero-form .category-content .commision-field {
  height: 75px;
  padding: 20px;
  background-color:#D9F4FA;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #00B4DD;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.finfero-calculator .note {
  padding-top: 20px;
}

@media screen and (max-width: 1280px) {
  .finfero-calculator .finfero-form .form-category .sum-field {
	min-height: 75px;
  }
  .finfero-calculator .finfero-form .form-category h4 {
	min-height: 75px;
  }
  .finfero-calculator .finfero-form .category-content .commision-field {
	height: 60px;
	font-size: 22px;
  }
  .finfero-calculator .finfero-form .category-content label {
	font-size: 16px;
  }
  .finfero-calculator .finfero-form .category-content input[type=number] {
	height: 60px;
  } 
  .finfero-calculator .finfero-form .category-content .button-box {
	padding: 10px 10px 18px 10px;
  }
}

@media screen and (max-width: 1023px) {
  .finfero-calculator .finfero-form .form-category h4 {
	justify-content: flex-start;
  }
}

@media screen and (max-width: 1023px) {
  .finfero-calculator .finfero-form .form-category h4 {
	justify-content: flex-start;
	letter-spacing: 1px;
  }
  .finfero-calculator .finfero-form p.larger {
	font-size: 20px;
  }
  .finfero-calculator .finfero-form h3 {
	text-align: left;
  }
  .finfero-calculator .finfero-form .bar-form-total {
	padding: 15px 20px;
	font-size: 22px;
  }
  .finfero-calculator .finfero-form .category-content label {
	font-size: 14px;
  }
  .finfero-calculator .finfero-form .category-content .commision-field {
	font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .finfero-calculator .finfero-form {
	padding: 60px 20px 40px 20px;
  }
  .finfero-calculator .finfero-form .bar-form-total {
	font-size: 20px;
  }
  .finfero-calculator .finfero-form p.larger {
	font-size: 20px;
  }
  .finfero-calculator .finfero-form .category-content {
	width: calc(100% + 20px); 
  }
  .finfero-calculator .finfero-form .form-category h4,
  .finfero-calculator .finfero-form .form-category .sum-field  {
	min-height: 65px;
	font-size: 16px;
	letter-spacing: 0;
  }
  .finfero-calculator .finfero-form .form-category button[data-provisionsrechner-area-clear] {
	margin-left: 10px;
  }
  .finfero-calculator .finfero-form .form-category button[data-provisionsrechner-area-clear] img {
	width: 80%;
  }
  .finfero-calculator .finfero-form .category-content input[type=number] {
	height: 50px;
  }
  .finfero-calculator .finfero-form .category-content .button-box {
	padding: 10px 10px 14px 10px;
  } 
  .finfero-calculator .finfero-form .category-content .commision-field {
	height: 50px;
	font-size: 16px;
  }
  .finfero-calculator .finfero-form button[data-provisionsrechner-form-closer] {
	width: 18px;
	height: 18px;
	top: 20px;
	right: 20px;
  }
}

@media screen and (max-width: 599px) {
  .finfero-calculator .finfero-form .form-category h4 {
	width: calc(100% - 65px);
	padding: 15px 40px 15px 15px;
	font-size: 14px;
	line-height: 1.3;
  }
  .finfero-calculator .finfero-form .form-category h4:after {
	right: 15px;
  }
  .finfero-calculator .finfero-form .form-category .sum-field {
	width: 65px;
	padding: 16px 9px 9px 9px;
	font-size: 14px;
	line-height: 1.3;
	margin-left: 15px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
  }
  .finfero-calculator .finfero-form .form-category button[data-provisionsrechner-area-clear] {
	margin-left: 0;
	padding: 5px 0 0 0;
  }
  .finfero-calculator .finfero-form .category-content {
	flex-flow: column;
  }
  .finfero-calculator .finfero-form .category-content label {
	width: 100%;
  }
  .finfero-calculator .finfero-form .category-content .button-box {
	width: 100%;
	text-align: center;
  }
  .finfero-calculator .finfero-form .category-content .commision-field {
	font-size: 14px;
  }
}


/* boxes steps */

.bg-wiper {
  width: 550px;
  height: 150px;
  background-image: url(/wp-content/uploads/finfero.de_wiper-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-2deg);
}

.handwriting-headline {
  font-family: "Gochi Hand", cursive;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 10px;
}

.handwriting-steps {
  font-family: "Gochi Hand", cursive;
  font-size: 48px;
  text-align: center;
  line-height: 1.1;
  font-weight: 400;
  color: #fff;
  margin: auto;
  transform: rotate(-4deg);
}

.bg-marker-steps {
  width: 333px;
  height: 135px;
  background-image: url(/wp-content/uploads/finfero.de_green-marker-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -110px;
}

.container-steps {
  padding: 150px 40px 60px 40px;
  height: 100%;
}

.steps-1:before, .steps-2:before, .steps-1:after, .steps-2:after {
  content:"";
  width: 156px;
  height: 60px;
  background-image: url(/wp-content/uploads/finfero.de_arrow-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 200;
}

.steps-1:before {
  right: calc(50% - 78px);
  bottom: calc(50% - 30px);
}

.steps-2:before {
  left: calc(50% - 78px);
  top: 50%;
  transform: rotate(180deg);
}

.steps-1:after {
  right: 7%;
  bottom: -20px;
  transform: rotate(90deg);
  z-index: 120;
}

.steps-2:after {
  left: 7%;
  top: -20px;
  transform: rotate(270deg);
  z-index: 120;
}

@media (min-width: 1024px) {
  .steps-1 .wp-block-column:not(:first-child), 
  .steps-2 .wp-block-column:not(:first-child) {
	margin-left: 120px!important;
  }
}


@media screen and (max-width: 1023px) {
  .steps-1 .wp-block-column:not(:first-child), 
  .steps-2 .wp-block-column:not(:first-child) {
	margin-left: 80px!important;
  }
  .steps-1 .wp-block-column:not(:only-child),
  .steps-2 .wp-block-column:not(:only-child) {
	flex-basis: calc(50% - 80px)!important;
  }
  .steps-1 .wp-block-column:not(:only-child),
  .steps-2 .wp-block-column:not(:only-child) {
	flex-basis: calc(50% - 80px)!important;
	flex-grow: 1;
  }

  .bg-marker-steps {
	width: 200px;
	height: 80px;
	margin-bottom: -65px;
  }
  .container-steps {
	padding: 80px 40px 25px 40px;
  }
  .handwriting-steps {
	font-size: 34px;
  }
  .handwriting-headline {
	padding-bottom: 0;
  }
  .bg-wiper {
	width: 475px;
	height: 120px;
  }
  .steps-1:before, .steps-2:before, .steps-1:after, .steps-2:after {
	content:"";
	width: 120px;
	height: 46px;
  }
  .steps-1:before {
	right: calc(50% - 60px);
	bottom: calc(50% - 23px);
  }

  .steps-2:before {
	left: calc(50% - 60px);
	top: 50%;
  }

  .steps-1:after {
	right: 0;
	bottom: -35px;
  }

  .steps-2:after {
	left: 0;
	top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .container-steps {
	padding: 80px 20px 25px 20px;
  }
}

@media screen and (max-width: 599px) {
  .steps-1 .wp-block-column:not(:first-child),
  .steps-2 .wp-block-column:not(:first-child) {
	margin-left: 0!important;
  }
  .steps-1 .wp-block-column:not(:only-child),
  .steps-2 .wp-block-column:not(:only-child) {
	flex-basis: 100%!important;
  }
  .wp-block-column:not(:only-child) {
	flex-basis: 100%!important;
	flex-grow: 1;
  }
  .bg-wiper {
	width: 280px;
	height: 71px;
	background-size: cover;
  }
  .steps-1:before, .steps-2:before, .steps-1:after, .steps-2:after {
	display: none;
  }
  .handwriting-steps {
	font-size: 24px;
  }
}


/* green arrows after col */

.arrow-col-1, .arrow-col-2, .arrow-col-3, .arrow-col-4, .arrow-col-5, .arrow-col-6 {
  position: relative;
}

.arrow-col-1:after, .arrow-col-2:after, .arrow-col-3:after, .arrow-col-4:after, .arrow-col-5:after {
  content: "";
  background: url(/wp-content/uploads/finfero.de_arrow-green.svg);
  width: 15px;
  height: 27px;
  background-size: cover;
  position: absolute;
  top: calc(50% + 13px);
  right: 1px;
}

@media screen and (max-width: 1280px) {
  .arrow-col-3:after {
	display: none;
  }
}

@media screen and (max-width: 767px) {
  .arrow-col-2:after, .arrow-col-4:after {
	display: none;
  }
  .arrow-col-3:after {
	display: block;
  }
}

@media screen and (max-width: 599px) {
  .arrow-col-1:after, .arrow-col-2:after, .arrow-col-3:after, .arrow-col-4:after, .arrow-col-5:after {
	display: none;
  }
}

/* awards */

.awards > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
}

.handelsblatt, .extraetf, .bankingcheck, .brokervergleich  {
  padding: 15px;
}

.handelsblatt img {
  width: 90px;
  height: 155px;
}
.extraetf img {
  width: 140px;
  height: 156px;
}
.bankingcheck img {
  width: 87px;
  height: 156px;
}
.brokervergleich img {
  width: 195px;
  height: 156px;
}

@media screen and (max-width: 767px) {


  .handelsblatt {
	order: 1;
  }
  .extraetf {
	order: 2;
  }
  .bankingcheck {
	order: 4;
  }
  .brokervergleich {
	order: 3;
  }
  .handelsblatt img {
	width: 64px;
	height: 110px;
  }
  .extraetf img {
	width: 99px;
	height: 110px;
  }
  .bankingcheck img {
	width: 62px;
	height: 110px;
  }
  .brokervergleich img {
	width: 138px;
	height: 110px;
  }
}

@media screen and (max-width: 599px) {
  .awards {
	max-width: 300px;
	margin: auto;
  }

  .awards > .wp-block-group__inner-container {
	flex-flow: row wrap;
  }
}


/* video popups with magnific popup */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.video-hinweis a {
  font-weight: 400;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
	padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
  }

  .mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
  }
}



@media (min-width: 768px) and (max-width: 1400px) {
  .counter.finfero-world {
	flex-wrap: wrap;
	gap: 40px;
  }
  .counter.finfero-world  .wp-block-column:not(:only-child) {
	flex-basis: calc(50% - 20px) !important;
	flex-grow: 0;
	margin-left: 0;
  }
  .counter.finfero-world .wp-block-column:not(:first-child) {
	margin-left: 0 !important;
  }
}

@media all and (max-width: 767px) {
  .counter.finfero-world {
	row-gap: 40px;
  }
}
@media all and (max-width: 600px) {
  .counter.finfero-world {
	row-gap: 20px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
  }

  .mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
  }

  .mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
  }

  .mfp-container {
	padding-left: 6px;
	padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}


/* kundenstimmen */

.image-google img {
  width: 130px;
  height: auto;
}

.image-provenexpert img {
  width: 220px;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .image-google img {
	width: 110px;
  }

  .image-provenexpert img {
	width: 185px;
  }	
}

@media screen and (max-width: 500px) {
  .pe-empfehlungssiegel img {
	width: 100%;
	padding: 0 20px;
  }	
}



/* contact-form */

#finfero-kontaktformular {
  display: flex;
  flex-flow: row wrap;
  margin: -20px;
  align-items: stretch;
}

.formular-container {
  width: calc(75% - 400px);
  padding: 20px;
}

.terminbox-container {
  max-width: 400px;
  padding: 20px;
  display: flex;
  flex-flow: column;
}

.terminbox-container a {
  text-decoration: none;
}

.terminbox-container .col-1 {
  width: 100%;
}
.terminbox-container .col-2 {
  width: 100%;
  margin-top: 40px;
}

.icon-contact-top {
  position: absolute;
  width: 124px;
  height: 124px;
  top: -62px;
  left: calc(50% - 62px);
}

/*
.peter-pinck:before {
content:"Peter Pinck, Geschäftsführer";
position: absolute;
top: -50px;
right: 0;
text-align: center;
font-size: 16px;
color: #fff;
}
*/

.peter-pink-fintego {
  border-bottom: 1px solid #00b4dd;
}

.d-pinck {
  position: absolute;
  top: -80px;
  right: 45%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 0;
}

.p-pinck {
  position: absolute;
  top: -80px;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 0;
}

#xing-link > a {
  color: #fff!important;
  font-weight: 400;
}

.socialmedia {
  position: absolute;
  right: calc(10% - 5px);
  top: -115px;
}

.shariff-button.xing, .socialmedia [data-channel="xi"] {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
}

@media screen and (max-width: 1400px) {
  .socialmedia {
	right: calc(22% - 5px);
  }
  .p-pinck {
	right: 10%;
  }
}

@media screen and (max-width: 1280px) {
  .p-pinck {
	right: 8%;
  }
}

@media screen and (max-width: 1023px) {

  #finfero-kontaktformular {
	flex-flow: column;
  }

  .formular-container {
	width: 100%;
	margin-bottom: 5px;
  }

  .terminbox-container {
	width: 100%;
	max-width: unset;
	flex-flow: row;
  }

  .terminbox-container .col-1 {
	width: 60%;
  }
  .terminbox-container.immoinvest .col-1 {
	width: 100%;
  }
  .terminbox-container .col-2 {
	width: 40%;
	margin-top: 0;
  }

}


@media screen and (max-width: 767px) {
  #finfero-kontaktformular {
	margin: -10px;
  }
  .formular-container {
	padding: 10px;
  }
  .terminbox-container {
	flex-flow: column;
	padding: 10px;
  }

  .terminbox-container .col-1, .terminbox-container .col-2 {
	width: 100%;
  }
  .terminbox-container .col-2 {
	margin-top: 20px;
  }
  .icon-contact-top {
	width: 100px;
	height: 100px;
	top: -50px;
	left: calc(50% - 50px);
  }
  .p-pinck {
	right: 5%;
  }

}

@media screen and (max-width: 599px) {
  /*
  .peter-pinck:before {
  top: -220px;
  font-size: 14px;
  left: calc(50% - 80px);
  right: calc(50% - 80px);
}
  */

  .socialmedia {
	position: absolute;
	right: calc(50% - 26px);
	top: -280px;
  }
  .p-pinck, .d-pinck {
	top: -220px;
	font-size: 16px!important;
  }
  .d-pinck {
	right: 67%;
  }
  .p-pinck {
	right: 3%;
  }
}

@media screen and (max-width: 370px) {

  .socialmedia {
	top: -300px;
  }
}

/* css animation shadow gradient boxes */

.shadowgradient {
  position: relative;
}

.shadowgradient:before,
.shadowgradient:after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #00B4DD, #fff, #94C110, #fff);
  z-index: -1;
  width: calc(100% + 8px);
  height: calc(100% + 8px);  
  top: -4px;
  left: -4px;
  background-size: 500%;
  animation: pulsingGradient 35s linear infinite;
}

.shadowgradient:after {
  opacity: 0.8;
}

@keyframes pulsingGradient {
  0%   { background-position: 0 0 }
  50%  { background-position: 500% 0 }
  100% { background-position: 0 0 }
}


/* css hover boxes */

@media (hover: hover) and (pointer: fine) {
  .hoverbox, .shadow-for-boxes {
	transition: all 0.3s ease;
  }

  .hoverbox:hover {
	transform: scale(1.1);
  }

  .shadow-for-boxes:hover {
	box-shadow: 3px 3px 50px rgba(0,0,0,1);
  }
}


/* css glowing cta */

.button-glow {
  box-shadow: 0 0 30px rgba(148,193,30,1);
  border-radius: 60px;
  display: flex;
  align-items: center;
  animation: 3.2s buttonGlow linear infinite alternate;
}

@keyframes buttonGlow {
  0% {
	box-shadow: 0 0 30px rgba(148,193,30,0);
	border: 2px solid rgba(255,255,255,0.3);
  }
  50% {
	box-shadow: 0 0 30px rgba(205,236,124,1);
	border: 2px solid rgba(255,255,255,0.6);
	filter: brightness(1.15);
  }
  100% {
	box-shadow: 0 0 30px rgba(148,193,30,0);
	border: 2px solid rgba(255,255,255,0.3);
  }
}


/* legal information */

#finfero-datenschutzerklaerung  p,
#finfero-impressum  p {
  color: #30373A;
}

#finfero-datenschutzerklaerung  a,
#finfero-impressum  a {
  color: #00B4DD;
}

@media (hover: hover) and (pointer:fine) {
  #finfero-datenschutzerklaerung  a:hover,
  #finfero-impressum  a:hover {
	color: #94C11E;
  }
}

#finfero-datenschutzerklaerung  ul li,
#finfero-impressum  ul li {
  margin-left: 17px;
  font-weight: 400;
  color: #30373A;
}

#finfero-datenschutzerklaerung  ul,
#finfero-impressum  ul {
  margin-bottom: 1.2em!important;
}

#finfero-datenschutzerklaerung, #finfero-impressum, #finfero-bildquelle {
  word-wrap: break-word;
  text-align: left;

}

#finfero-datenschutzerklaerung h3, #finfero-datenschutzerklaerung dd h3, #finfero-impressum h3 {
  color: #00B4DD;
}

.trcht-datenschutz__list[data-layout="accordion"] > dt > h2 {
  font-weight: 600;
}

@media screen and (max-width: 599px) {
  #finfero-impressum  {
	margin-top: -180px;
  }
}



/* background video */

@media screen and (min-width: 768px) {
  .mobile-cta {
	display: none;
  }
}

.fullsize-video-bg {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 800px;
}

.fullsize-video-bg .inner {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  z-index: 2;
}

.cta-box-video {
  background: linear-gradient(180deg, rgba(34, 182, 216, 1), rgba(6, 122, 163, 1));
  max-width: 840px;
  margin: auto;
  padding: 70px 40px 50px 40px!important;
}

.fullsize-video-bg .inner > div {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px;
  margin-right: 20px;
  margin-left: 20px;
}

#video-viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  opacity: 0.5;
}

video {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1550px) {
  .fullsize-video-bg {
	height: 650px;
  }
}

@media screen and (max-width: 1280px) {
  .fullsize-video-bg {
	height: 500px;
  }
}

@media screen and (max-width: 992px) {
  .fullsize-video-bg {
	height: 400px;
  }

  .fullsize-video-bg .inner > div {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	margin-right: 0;
	margin-left: 0;
  }

  .cta-box-video {
	background: linear-gradient(180deg, rgba(34, 182, 216, 0), rgba(6, 122, 163, 1));
	width: 100%;
	max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .fullsize-video-bg {
	display: none;
  }
}

@media screen and (min-width: 767px) {
  .only-mobile {
	display: none;
  }
}

.quell-link{
  font-size: 12px !important;
}

/* Immobilieninvestment Content-Box */

.grafik-vermoegensentwicklung img {
  width: 100%;
  max-width: 430px;
  margin: auto;
  min-width:240px
}

.openbox-container {
  text-align: center;
  line-height: 1.5;
  max-width: 840px;
  margin: 0 auto;
}

.openbox-container p {
  color: #ffffff;
  text-align: center;
}
.openbox-container h2 {
  padding-bottom: 5px;
}

.openbox-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background: #00b4dd;
  padding: 20px;
}

.openbox-header:after {
  content: "";
  background: url(/wp-content/uploads/finfero.de_arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 9px;
  position: absolute;
  top: calc(50% - 5px);
  z-index: 100;
  transition: all 0.5s ease;
}

.arrow-rotate.openbox-header:after {
  transform: rotate(180deg);
}

.openbox-header:after {
  right: 30px;
}

.openbox-content {
  padding: 20px 20px 40px 20px;
  display: block;
  background: #00b4dd;

}
.openbox-content .openbox-content-cols {
  display: flex;
  justify-content: space-around;
  color: white;
  text-align: left;
}

.box-hidden {
  display: none;
}

.box-transition.box-hidden {
  display: block;
  opacity: 0;
}

.box-transition {
  transition: opacity 1s ease;
}

@media screen and (max-width: 767px) {
  .openbox-header {
	height: 30px;
  }
  .openbox-header h2 {
	font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  .openbox-header {
	justify-content: center;
  }
  .openbox-container {
	text-align: center;
  }
  .hide-xs {
	display: none;
  }
}
@media screen and (max-width: 345px){
  .openbox-header {
	height: 70px;
  }
}


/* SEITE ONLINE VERGLEICHEN */

/* finfero-anchors sprungmarken navi vergleichsrechner */

ul#insurance-comparison__navigation {
  display: flex;
  flex-flow: wrap;
  row-gap: 10px;
  column-gap: 10px;
  justify-content: center;
  align-items: baseline;
  margin-top: -20px;
}
#insurance-comparison__navigation > li {
  background: rgba(255,255,255,1);
  border-radius: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-right: 0;
  text-align: center;
}
#insurance-comparison__navigation > li > a {
  padding-bottom: 0;
}

/* vergleichsrechner boxen */

.block-bild-text-cta.full-width-rechts .spread__full .cta-img-box,
.block-bild-text-cta.full-width-links .spread__full .cta-img-box,
.block-bild-text-cta.full-width-rechts .spread__full .cta-text-box,
.block-bild-text-cta.full-width-links .spread__full .cta-text-box {
  position: relative;
}
.block-bild-text-cta.full-width-rechts .spread__full .cta-img-box::after,
.block-bild-text-cta.full-width-links .spread__full .cta-img-box::after {
  content: "";
  width: 104px;
  height: 104px;
  position: absolute;
  top: calc(50% - 52px);
  background-size: cover;
  background-repeat: no-repeat;
}
.block-bild-text-cta.full-width-rechts .spread__full .cta-img-box::after {
  right: -51px;
  z-index: 100;
}
.block-bild-text-cta.full-width-links .spread__full .cta-img-box::after {
  left: -51px;
  z-index: 100;
}
.block-bild-text-cta.sach-kfz .cta-img-box::after {
  background-image: url(/wp-content/uploads/finfero_sach-kfz.svg);
}
.block-bild-text-cta.wohnung-haus .cta-img-box::after {
  background-image: url(/wp-content/uploads/finfero_wohnung-haus.svg);
}
.block-bild-text-cta.kranken-pflege .cta-img-box::after {
  background-image: url(/wp-content/uploads/finfero_kranken-pflege.svg);
}
.block-bild-text-cta.rente-vorsorge .cta-img-box::after {
  background-image: url(/wp-content/uploads/finfero_rente-vorsorge.svg);
}
.block-bild-text-cta.sach-kfz .spread__full .cta-img-box {
  background-position: 60%;
}

@media screen and (min-width: 768px) {

  .block-bild-text-cta {
	overflow: hidden;
  }
  .block-bild-text-cta .cta-text-box {
	padding: 50px 0;
  }
  .block-bild-text-cta .cta-text-box p {
	color: var(--c4);
  }
  .block-bild-text-cta.full-width-rechts .spread__full .cta-img-box {
	grid-column: 1/7;
	grid-row: 1/4;
	z-index: 3;
  }
  .block-bild-text-cta.full-width-rechts .spread__full .cta-text-box {
	grid-column: 7/15;
	grid-row: 2/3;
	display: flex;
	justify-content: flex-end;
	background-color: transparent;
	z-index: 2;
  }
  .block-bild-text-cta.full-width-rechts .spread__full .cta-text-box::after {
	right: -100%;
	left: 0;
  }
  .block-bild-text-cta.full-width-links .spread__full .cta-text-box::after {
	left: -100%;
	right: 0;
  }
  .block-bild-text-cta.full-width-links .spread__full .cta-img-box {
	grid-column: 11/17;
	grid-row: 1/4;
	z-index: 3;
  }
  .block-bild-text-cta.full-width-links .spread__full .cta-text-box {
	grid-column: 3/11;
	grid-row: 2/3;
	background-color: transparent;
	z-index: 2;
  }
  .block-bild-text-cta.full-width-rechts .spread__full .cta-text-box::after,
  .block-bild-text-cta.full-width-links .spread__full .cta-text-box::after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: rgb(7,125,166);
	background: linear-gradient(90deg, rgba(7,125,166,1) 0%, rgba(33,180,214,1) 100%);
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .block-bild-text-cta.full-width-links .spread__full .cta-text-box {
	padding: 30px 70px 30px 0!important;
  }
  .block-bild-text-cta.full-width-rechts .spread__full .cta-text-box {
	padding: 30px 0 30px 70px!important;
  }
}

@media screen and (max-width: 1023px) {
  .block-bild-text-cta .cta-img-box {
	width: 100%!important;
	height: 100%!important;
	min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  #insurance-comparison__navigation > li {
	padding: 5px 15px 10px 15px;
  }
  .block-bild-text-cta.full-width-rechts .spread__full .cta-text-box,
  .block-bild-text-cta.full-width-links .spread__full .cta-text-box {
	background: rgb(7,125,166);
	background: linear-gradient(90deg, rgba(7,125,166,1) 0%, rgba(33,180,214,1) 100%);
	width: calc(100% - (var(--belt-gap)*2));
  }
  .block-bild-text-cta.full-width-rechts .spread__full .cta-img-box::after,
  .block-bild-text-cta.full-width-links .spread__full .cta-img-box::after {
	width: 80px;
	height: 80px;
	top: unset;
  }
  .block-bild-text-cta.full-width-rechts .spread__full .cta-img-box::after,
  .block-bild-text-cta.full-width-links .spread__full .cta-img-box::after {
	right: var(--belt-gap);
	bottom: 110px;
	left: unset;
  }
}

/* VERGLEICHSRECHNER START */
.block-vergleichsrechner-finfero iframe {
  width: 100%;
  height: 100%;
  min-height: 920px;
  border: none;
}
.block-vergleichsrechner-finfero p.no-token-notice {
  background: rgba(var(--c3-r), var(--c3-g), var(--c3-b), 0.1);
  padding: 20px !important;
  margin-bottom: 50px;
  margin-top: 0;
}
.block-vergleichsrechner-finfero .no-choice p.no-token-notice {
  display: none;
}
.block-vergleichsrechner-finfero .tab {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.energy-result-form-box-left {
  width: 100%;
}
.block-vergleichsrechner-finfero .tab .arrow {
  right: 20px;
  position: absolute;
  top: 22px;
  width: 20px;
}
.block-vergleichsrechner-finfero .tab .arrow span {
  top: 0.5rem;
  position: absolute;
  width: 0.75rem;
  height: 0.1rem;
  display: inline-block;
  transition: all 0.2s ease;
}
.block-vergleichsrechner-finfero .tab .arrow span.color-set-bg-default {
  background-color: var(--text);
}
.block-vergleichsrechner-finfero .tab .arrow span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}
.block-vergleichsrechner-finfero .tab .arrow span:last-of-type {
  right: 0;
  transform: rotate(-45deg);
}
.block-vergleichsrechner-finfero .tab.show .arrow span:first-of-type {
  transform: rotate(-45deg);
}
.block-vergleichsrechner-finfero .tab.show .arrow span:last-of-type {
  transform: rotate(45deg);
}
.block-vergleichsrechner-finfero input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.block-vergleichsrechner-finfero .tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.block-vergleichsrechner-finfero .tab-label {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  cursor: pointer;
  padding: 1em var(--belt-gap);
  font-size: 20px;
}
.block-vergleichsrechner-finfero .one-format .head-field {
  padding-bottom: 40px;
}
.block-vergleichsrechner-finfero .one-format .tab-content {
  margin-bottom: 20px;
  padding-top: 50px;
  padding: 50px 20px
}
.block-vergleichsrechner-finfero .one-format .tab-content .tab-inner h1,
.block-vergleichsrechner-finfero .one-format .tab-content .tab-inner h2,
.block-vergleichsrechner-finfero .one-format .tab-content .tab-inner h3,
.block-vergleichsrechner-finfero .one-format .tab-content .tab-inner p
{
  padding-left: 24px;
  margin:0;
}
.block-vergleichsrechner-finfero .one-format .tab-content p:first-child {
  padding-top: 0;
  padding-bottom: 30px;
}
.block-vergleichsrechner-finfero .accordion-format .tab-content p {
  padding-top: 0;
  padding-bottom: 30px;
}
.block-vergleichsrechner-finfero .accordion-format .tab-content {
  max-height: 0;
  margin-top: -1px;
  padding: 0 1em;
  transition: all 0.35s;
}
.block-vergleichsrechner-finfero .accordion-format .tab.show .tab-content {
  max-height: 200vh;
  padding: 1em;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .block-vergleichsrechner-finfero .tab-label {
	font-size: 18px;
  }
  .block-vergleichsrechner-finfero .tab .arrow {
	top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .block-vergleichsrechner-finfero .tab-inner {
	column-count: 1 !important;
	display: flex;
	flex-direction: column;
  }
  .block-vergleichsrechner-finfero .one-format .tab-inner {
	display: flex;
	flex-direction: column;
  }
}
/* OVERLAY FÜR RECHTLICHE SICHERHEIT START */
.block-vergleichsrechner-finfero .video_iframeoverlay {
  width: 100% !important;
  height: 200px !important;
  position: relative;
  background: var(--c5);
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.block-vergleichsrechner-finfero .video_iframeoverlay p {
  padding: 0 1.5rem;
  text-align: center;
  margin: 0;
  z-index: 2;
  max-width: 1024px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
.block-vergleichsrechner-finfero .video_iframeoverlay #unlockiframe {
  background: var(--c3);
  color: var(--c3-inv);
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  display: block;
  margin: 0.5rem auto 0;
  width: 12rem;
  max-width: 90%;
  z-index: 2;
}
.block-vergleichsrechner-finfero .video_iframeoverlay #unlockiframe:hover {
  background: #30a3bf;
}
@media screen and (max-width: 767px) {
  .block-vergleichsrechner-finfero .video_iframeoverlay p {
	top: 30px;
  }
  .block-vergleichsrechner-finfero .accordion-format .tab-content p {
	padding: 0;
  }
  .block-vergleichsrechner-finfero .one-format .tab-content p {
	padding: 20px;
  }
}
/* VERGLEICHSRECHNER ENDE */

/* window erstinformation */

.trcht-overlay__title {
  background: var(--c1);
  color: var(--c1-inv);
}

#e13n__agree-container {
  border-top: 0;
  padding: 0;
}

@supports (box-decoration-break:clone) or (-webkit-box-decoration-break:clone) {
  #e13n__agree-container>label {
	background-color: var(--c1);
	color: var(--c1-inv);
	border-radius: 0;
	width: 100%;
	display: inline-block;
	padding: 10px 40px;
  }
}

@supports (box-decoration-break: clone) or (-webkit-box-decoration-break:clone) {
  #e13n__agree-container>label[data-on] {
	background: var(--c2);
	color: var(--c4);
  }
}

#e13n__action-container {
  padding: 15px 15px;
}

#e13n__agree-button {
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 20px 10px;
  text-transform: uppercase;
  border: 0;
  font-size: 16px;
  text-align: center;
  background-color: var(--c1);
  color: var(--c1-inv);
}

#e13n__agree-button[disabled] {
  opacity: 0.4;
}

@media (hover: hover) and (pointer: fine) {
  #e13n__agree-button:not([disabled]):hover {
	background-color: var(--c2);
  }
}

