/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.pension-benefits.de/wp-content/fonts/ptsans/pt-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	url('https://www.pension-benefits.de/wp-content/fonts/ptsans/pt-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('https://www.pension-benefits.de/wp-content/fonts/ptsans/pt-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('https://www.pension-benefits.de/wp-content/fonts/ptsans/pt-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('https://www.pension-benefits.de/wp-content/fonts/ptsans/pt-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('https://www.pension-benefits.de/wp-content/fonts/ptsans/pt-sans-v12-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;

  src: url('https://www.pension-benefits.de/wp-content/fonts/ptsans/pt-sans-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
	url('https://www.pension-benefits.de/wp-content/fonts/ptsans/pt-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('https://www.pension-benefits.de/wp-content/fonts/ptsans/pt-sans-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('https://www.pension-benefits.de/wp-content/fonts/ptsans/pt-sans-v12-latin-700.woff') format('woff'), /* Modern Browsers */
	url('https://www.pension-benefits.de/wp-content/fonts/ptsans/pt-sans-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('https://www.pension-benefits.de/wp-content/fonts/ptsans/pt-sans-v12-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.pension-benefits.de/wp-content/fonts/ptserif/pt-serif-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	url('https://www.pension-benefits.de/wp-content/fonts/ptserif/pt-serif-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('https://www.pension-benefits.de/wp-content/fonts/ptserif/pt-serif-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('https://www.pension-benefits.de/wp-content/fonts/ptserif/pt-serif-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('https://www.pension-benefits.de/wp-content/fonts/ptserif/pt-serif-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('https://www.pension-benefits.de/wp-content/fonts/ptserif/pt-serif-v12-latin-regular.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* globals */

body {
  font-size: 16px;
  line-height: 1.75;
  font-family: 'PT Sans', sans-serif;
  margin: 0;
}

#titel {
  font-size: 48px;
  line-height: 1.125;
  margin: 0;
}

h2, h3 {
  margin: 0;
}

p, li {
  font-size: 16px;
  line-height: 1.75;
}

@media (hover: hover) and (pointer:fine) {
  a:hover {
	color: #0ABBEF;
  }
}

@media screen and (max-width: 1023px) {
  #titel {
	font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  #titel {
	font-size: 28px;
  }
  p, li {
	font-size: 14px;
	line-height: 1.6;
  }
}

@media screen and (max-width: 360px) {
  #titel {
	font-size: 24px;
  }
}


/* custom helper classes */

.c-white {
  color: #ffffff;
}

.c-text {
  color: #343434;
}

.c-blue {
  color: #0ABBEF;
}

.c-lightblue {
  color: #7DD7F2;
}

.c-darkblue {
  color: #2F4D72;
}

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

.bg-lightgrey {
  background-color: #F2F4F5;
}

.bg-darkblue {
  background-color: #2F4D72;
}

.bg-lightblue {
  background-color: rgba(10,187,239,0.05);
}

.bg-blue-gradient {
  background: linear-gradient(90deg, rgba(47,77,114,1) 0%, rgba(10,187,239,1) 100%);
}

.box-shadow-0-0-50-15 {
  box-shadow: 0 0 50px rgba(0,0,0,0.15);
}


/* custom layout helpers */

.circle {
  background-image: url(/wp-content/uploads/pension-benefits.de_top-circle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center -30px;
}

.section-divider-200 {
  margin-bottom: 200px;
  height: 0;
}

.section-divider-300 {
  margin-bottom: 300px;
  height: 0;
}

.bg-image-strip-200,
.bg-image-strip-300 {
  position: relative;
}

.bg-image-strip-200:after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  height: 200px;
  background-color: #F2F4F5;
  z-index: -1;
}

.bg-image-strip-300:after {
  content: "";
  position: absolute;
  bottom: -300px;
  left: 0;
  right: 0;
  height: 300px;
  background-color: #F2F4F5;
  z-index: -1;
}

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

  .bg-image-strip-200:after,
  .bg-image-strip-300:after {
	display: none;
  }
  .section-divider-200,
  .section-divider-300 {
	display: none;
  }
}


/* buttons */

.btn-blue, .wp-btn-blue > .wp-block-button__link, .gform_button, .gform-button, #pb-download-link, main a.gridaction__button {
  appearance:none;
  -webkit-appearance: none; 
  font-size: 16px !important;
  line-height: 1.3!important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  letter-spacing: 1px !important;
  border-radius: 40px !important;
  padding: 15px 25px !important;
  cursor: pointer;
  display: inline-block !important;
  margin-left: auto;
  margin-right: auto;
  border: 0 !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-family: "PT Sans", sans-serif !important;
  min-height: 52px !important;
  text-align: center !important;
  color: #fff!important;
}

#gform_5 .gform-button,
#gform_6 .gform-button {
  background-color: #0abbef !important;
}

#pb-download-link, main a.gridaction__button {
  background-color: #0abbef!important;
}

.btn-blue, .wp-btn-blue > .wp-block-button__link, .gform_button, .gform-button, #pb-download-link, main a.gridaction__button {
  background-image: linear-gradient(45deg, #2F4D72 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 500ms ease-in-out;
}

#gform_6 .form-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -50px;
  position: relative;
}

#gform_6 .form-headline:not(.first) {
  margin-top: 100px;
}

#gform_6 .form-headline h3,
#gform_6 .form-headline p {
  position: relative;
  z-index: 2;
}

#gform_6 .form-headline:after {
  content: "";
  background: #fff;
  height: 100px;
  position: absolute;
  left: 0;
  right: -50px;
  z-index: 1;
  top: -50px;
}

#gform_6 .legal-information {
  height: 5px;
  height: 100px;
  position: relative;
}

#gform_6 .legal-information:after {
  content: "";
  position: absolute;
  right: -50px;
  left: -50px;
  height: 1200px;
  background: #fff;
  z-index: 1;
  top: 50px;
}

#gform_6 .gf_choice,
#gform_6 .gf_captcha,
#gform_6 .gf_legal,
#gform_6 #field_submit,
.page-id-1582 #testimonials-slider {
  z-index: 2;
  position: relative;
}

#gform_6 .gf_choice,
#gform_6 .gf_legal{
  margin-left: -50px;
  padding-right: 50px;
}

.btn-blue a {
  text-decoration: none;
}

@media (hover: hover) and (pointer:fine) {
  .btn-blue:hover,.btn-blue:focus,.btn-blue:active,
  .wp-btn-blue > .wp-block-button__link:hover, .wp-btn-blue > .wp-block-button__link:focus, .wp-btn-blue > .wp-block-button__link:active,
  .gform_button:hover, .gform_button:focus, .gform_button:active, .gform-button:hover, .gform-button:focus, .gform-button:active, #pb-download-link:hover,
  main a.gridaction__button:hover, main a.gridaction__button:focus, main a.gridaction__button:active {
	background-position: 0;
  }
}

@media screen and (min-width: 1024px) {
  #gform_5 #field_submit {
	display: flex;
	align-items: end;
	justify-content: flex-end;
  }
}


/* teaser */

.teaser figure {
  height: 100%;
  width: 100%;
}

.teaser {
  display: grid;
  grid-template-columns: repeat(64, 1fr);
  grid-template-rows: 86px minmax(auto, 1fr) minmax(auto, 86px);
}
.teaser__additional {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: -120px;
  padding-bottom: 40px;
}
.teaser__content {
  grid-column: 1 / 32;
  grid-row: 2/ 4;
  z-index: 3;
}
.lets.teaser__content {
  grid-column: 1 / 36;
}
.teaser__image {
  grid-column: 23 / 65;
  grid-row: 1 / 3;
  z-index: 2;
  max-height: 624px;
}
.teaser__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.img-ueber-uns img {
  object-position: 14%;
}
.teaser__example {
  grid-column: 7 / 13;
  max-width: 500px;
  margin: auto;
}

.wiper {
  background-image: url(/wp-content/uploads/pension-benefits.de_wiper.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 187px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-teaser img {
  width: 100%;
}

.icon-box {
  position: relative;
}

.box-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
}

.teaser-downloads p a {
  color: #0abbef;
}

.headline-arbeitskraftabsicherung {
  z-index: 99;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .teaser-downloads p a:hover {
	text-decoration: underline;
  }
}

@media screen and (min-width: 1200px) {
  #gform_6 .gf_captcha {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
  }

  #gform_6 .gf_captcha label {
	width: 100%;
	max-width: 230px;
  }
  #gform_6 #field_submit {
	display: flex;
	justify-content: flex-end;
  }
}

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

  .teaser__content {
	grid-column: 1 / 38;
  }
  .teaser__image {
	grid-column: 28 / 65;
	max-height: 500px;
  }
  .teaser__example {
	grid-column: 8 / 13;
  }
  .wiper {
	width: 150px;
	height: 69px;
  }
  #gform_6 .gf_captcha,
  #gform_6 #field_submit {
	margin-left: -50px;
  }
}

@media screen and (max-width: 1023px) {
  .teaser {
	display: flex;
	flex-flow: column-reverse;
  }
  .teaser__content {
	margin-top: -100px;
  }
  .teaser__image {
	margin-right: -50px;
	margin-left: -50px;
	max-height: 600px;
	overflow: hidden;
  }
  .teaser__additional {
	display: flex;
	flex-flow: column;
	margin-top: 70px;
	padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .teaser__content {
	margin-top: -60px;
  }
  .teaser__image {
	margin-right: -20px;
	margin-left: -20px;
  }
  .teaser__image img {
	object-position: 82%;
  }
  #gform_6 .form-headline {
	padding-left: 20px;
	flex-flow: column;
	align-items: flex-start;
  }
  #gform_6 .form-headline h3 {
	margin-top: -55px;
  }
  #gform_6 .form-headline p {
	margin-top: 0;
  }
  #gform_6 .form-headline:after {
	top: -70px;
	height: 75px;
  }
  .headline-arbeitskraftabsicherung {
	margin-bottom: 40px;
  }

}

@media screen and (max-width: 599px) {
  .teaser__image {
	height: 375px;
  }
  .box-icon {
	width: 70px;
	height: 70px;
  }
}

@media screen and (max-width: 360px) {
  .wiper {
	width: 140px;
	height: 64px;
  }
  #gform_6 .form-headline h3 {
	font-size: 16px;
  }
}


/* benefits with bg image */

.bg-image {
  background-image: url(/wp-content/uploads/pension-benefits.de_start_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.bg-image.lets {
  background-image: url(/wp-content/uploads/pension-benefits.de_lets_background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.check-list {
  margin: 0;
  padding: 0;
}

.check-list li {
  list-style: none;
  background: url(/wp-content/uploads/check.svg) no-repeat;
  background-size: 20px 20px;
  background-position: left 5px;
  padding-left: 35px;
}

@media screen and (max-width: 1023px) {
  .bg-image {
	background-image: url(/wp-content/uploads/pension-benefits.de_start_background-mobile.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
  }
}

@media screen and (max-width: 767px) {
  .bg-image {
	background-size: 120%;
	background-position: center 2%;
  }
  .check-list li {
	background-position: left 1px;
  }
}


/* numbers list */

.numbers  {
  display: flex;
  flex-flow: row wrap;
}

.numbers figure {
  width: 40px;
  height: 40px;
  margin-top: -4px;
  margin-right: 20px;
}

.numbers div {
  width: calc(100% - 60px);
}

@media screen and (max-width: 767px) {
  .numbers figure {
	width: 30px;
	height: 30px;
	margin-top: -1px;
	margin-right: 15px;
  }
}


/* info element */

.info-element figure,
.info-element__team figure {
  height: 100%;
  width: 100%;
}

.info-element, .info-element__team {
  display: grid;
  grid-template-columns: repeat(64, 1fr);
  grid-template-rows: 100px minmax(auto, 1fr) 100px;
}
.info-element__image-left {
  grid-column: 1 / 37;
  grid-row: 1 / 4;
  z-index: 2;
}
.info-element__image-left-team {
  grid-column: 1 / 32;
  grid-row: 1 / 4;
  z-index: 2;
}
.info-element__image-right-team {
  grid-column: 33 / 65;
  grid-row: 1 / 4;
  z-index: 2;
}
.info-element__image-left img,
.info-element__image-right img, 
.info-element__image-left-team img,
.info-element__image-right-team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.info-element__content-right {
  grid-column: 34 / 65;
  grid-row: 2/ 3;
  z-index: 3;
}
.info-element__content-right-team {
  grid-column: 29 / 65;
  grid-row: 2/ 3;
  z-index: 3;
}
.info-element__content-left-team {
  grid-column: 1 / 36;
  grid-row: 2/ 3;
  z-index: 3;
}

@media screen and (max-width: 1023px) {
  .info-element__team {
	grid-template-rows: 100px minmax(auto, 1fr);
  }
  .info-element__team figure {
	height: 500px;
  }
  .info-element {
	display: flex;
	flex-flow: column;
  }
  .info-element__content-right,
  .info-element__content-left {
	margin-top: -100px;
  }
  .info-element__image-left,
  .info-element__image-right {
	margin-right: -50px;
	margin-left: -50px;
	max-height: 624px;
	overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .info-element__team {
	display: flex;
	flex-flow: column;
  }
  .info-element__content-right,
  .info-element__content-left,
  .info-element__content-right-team,
  .info-element__content-left-team {
	margin-top: -60px;
  }
  .info-element__image-left,
  .info-element__image-right,
  .info-element__image-left-team,
  .info-element__image-right-team {
	margin-right: -20px;
	margin-left: -20px;
  }
}

@media screen and (max-width: 599px) {
  .info-element__image-left,
  .info-element__image-right, 
  .info-element__image-left-team,
  .info-element__image-right-team {
	height: 375px;
  }
}


/* services and 10 steps */

.services {
  display: flex;
  flex-flow: row wrap;
}

.services-arrow, .numbers-arrow  {
  position: relative;
}

.services-arrow:after {
  content: "";
  background-image: url(/wp-content/uploads/pension-benefits.de_arrow-blue-2.svg);
  width: 83px;
  height: 31px;
  background-size: cover;
  position: absolute;
  top: 65px;
  right: 0;
}

.numbers-arrow:after {
  content: "";
  background-image: url(/wp-content/uploads/pension-benefits.de_arrow-blue-2.svg);
  width: 83px;
  height: 31px;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: -10px;
}

.services > figure {
  width: 100px;
  height: 100px;
  margin-right: 40px;
}

.services > div {
  width: calc(100% - 140px);
}

.screen-video img {
  height: auto;
}

.video-container, .video-container-steps {
  position: relative;
}

.video-button figure,
.video-button-steps figure {
  margin: 0;
  padding: 0;
  width: 120px;
  height: 120px;
}

.video-button, .video-button-steps {
  position: absolute;
  top: calc(41.5% - 63px);
  left: calc(50% - 63px);
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s ease;
}

@media (hover: hover) and (pointer:fine) {
  .video-button:hover, .video-button-steps:hover {
	transform: scale(1.1);
	box-shadow: 0 0 20px rgb(0,0,0,0.5);
  }
}

.video-button img, .video-button-steps img {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 1280px) {
  .services > figure {
	width: 80px;
	height: 80px;
	margin-right: 20px;
  }
  .services > div {
	width: calc(100% - 100px);
  }
}

@media screen and (max-width: 1023px) {
  .services-arrow:after {
	top: unset;
	bottom: -25px;
	right: 50%;
	left: 50%;
	transform: rotate(80deg);
  }
  .video-button-steps {
	width: 100px;
	height: 100px;
	top: calc(41.5% - 50px);
	left: calc(50% - 50px);
  }
  .video-button-steps figure {
	width: 100px;
	height: 100px;
  }
}


@media screen and (max-width: 767px) {
  .services > figure {
	width: 60px;
	height: 60px;
	bottom: -30px;
  }
  .services > div {
	width: calc(100% - 80px);
  }
  .video-button {
	position: absolute;
	width: 100px;
	height: 100px;
	top: calc(41.5% - 50px);
	left: calc(50% - 50px);
  }
  .video-button figure {
	width: 100px;
	height: 100px;
  }
  .services-arrow:after {
	width: 65px;
	height: 22px;
  }
}

@media screen and (max-width: 599px) {
  .numbers-arrow:after {
	display: none;
  }
}



/* testimonial slider + logo slider */

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

#testimonials-slider .eedee-gutenslider-pagination {
  max-width: 1400px;
  left: 0;
  right: 0;
  bottom: 40px!important;
  margin: auto;
  text-align: left;
  padding: 0 50px;
}

.testimonial {
  background: transparent;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
.testimonial-container {
  max-width: 1380px;
  margin: auto;
  padding: 0 50px;
}
.testimonial__inner {
  display: flex;
}
.testimonial__header {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.testimonial__image {
  position: absolute;
  top: -50px;
  left: 25px;
}
.testimonial__image img {
  width: 340px;
  height: 330px;
}
.testimonial__content {
  width: 50%;
  margin: 0;
  padding: 0;
}
.testimonial__content p {
  margin: 0;
}
.testimonial__title {
  position: relative;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.15;
  color: #ffffff;
  max-width: 320px;
}
.testimonial__description {
  font-family: "PT Serif";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
}
.testimonial__name {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 30px;
}

@media screen and (max-width: 1480px) {
  .brands, .testimonial__inner {
	padding: 0 50px;
  }
  #testimonials-slider .eedee-gutenslider-pagination {
	padding: 0 100px;
  }
  .testimonial-container {
	overflow: hidden;
  }
}

@media screen and (max-width: 1280px) {
  .testimonial {
	min-height: 420px;
  }
  .testimonial__image {
	left: 65px;
  }
  .testimonial__image img {
	width: 280px;
	height: 270px;
  }
  .testimonial__description {
	font-size: 20px;
  }
  .testimonial__name {
	font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .testimonial {
	min-height: 420px;
  }
  .testimonial__title {
	font-size: 30px;
	max-width: 220px;
  }
  .testimonial__description {
	font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial {
	min-height: auto;
  }
  .testimonial-container {
	padding: 0 20px;
  }
  .testimonial__inner {
	flex-flow: column-reverse;
	padding: 0 70px;
  }
  .testimonial__image {
	top: 0;
	left: 0;
	position: relative;
	width: auto;
  }
  .testimonial__image img {
	width: 155px;
	height: 150px;
  }
  .testimonial__header {
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
  }
  .testimonial__content {
	width: 100%;
  }
  .testimonial__title {
	font-size: 24px;
	max-width: 250px;
	margin-left: -20px;
  }
  .testimonial__name {
	font-size: 14px;
  }
  #testimonials-slider .eedee-gutenslider-pagination {
	padding: 0 85px;
  }
}


#brands-slider {
  overflow: hidden;
}

#brands-slider .eedee-gutenslider-pagination {
  display: none;
}

.brands {
  width: 100%;
  margin: auto;
}

.slider-wrapper {
  margin: 0 -50px;
}

.brands > .wp-block-group__inner-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -20px;
}

.brands-brand-container {
  width: calc(100% / 6);
  padding: 20px;
}

.brands-brand-container figure {
  max-width: 180px;
  max-height: 180px;
}

.brands-brand-container > .wp-block-group__inner-container {
  background: #ffffff;
  display: flex;
  justify-content: center; 
  align-items: center;
  box-shadow: 0 0 50px rgba(0,0,0,0.15);
}

@media screen and (max-width: 1480px) {
  .brands {
	padding: 0 50px;
  }
  #testimonials-slider .eedee-gutenslider-prev,
  #testimonials-slider .eedee-gutenslider-next,
  #brands-slider .eedee-gutenslider-prev,
  #brands-slider .eedee-gutenslider-next {
	--gutenslider-arrow-x-offset: 35px;
  }
}

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

  #testimonials-slider .eedee-gutenslider-prev,
  #testimonials-slider .eedee-gutenslider-next,
  #brands-slider .eedee-gutenslider-prev,
  #brands-slider .eedee-gutenslider-next {
	--gutenslider-arrow-x-offset-md: 35px;
	--gutenslider-arrow-x-offset-sm: 35px;
  }

  .brands-brand-container {
	width: calc(100% / 3);
	padding: 10px;
  }

}

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

  .brands-brand-container {
	width: calc(100% / 2);
  }

  #testimonials-slider .eedee-gutenslider-prev,
  #testimonials-slider .eedee-gutenslider-next,
  #brands-slider .eedee-gutenslider-prev,
  #brands-slider .eedee-gutenslider-next {
	--gutenslider-arrow-x-offset-md: 35px;
	--gutenslider-arrow-x-offset-sm: 35px;
  }

}


@media screen and (max-width: 599px) {
  .brands-brand-container {
	max-width: 340px;
	margin: auto;
  }

  .brands {
	padding: 0 30px;
  }

  #brands-slider .swiper-wrapper	{
	padding: 20px 0 40px 0;
  }
}



/* contact form */
.form-container {
  padding: 50px 50px 0 50px;
}

#gform_6_validation_container {
  z-index: 100;
}


#gform_6 .form-headline.first:after {
  height: 200px;
  top: -150px;
}


#form-container .gform_wrapper.gravity-theme .gform_fields {
  display: block;
}

.gfield_required_asterisk {
  color: #343434!important;
}

.gf_captcha {
  margin-top: 30px;
}

#gform_submit_button_2,
#gform_submit_button_5,
#gform_submit_button_6 {
  margin: 0;
}

#gform_2 .gform_fields {
  display: block!important;
}

.gform_required_legend {
  display: none;
}

#gform_2 .gf_callback, 
#gform_2 .gf_salutation, 
#gform_2 .gf_name,
#gform_2 .gf_email,
#gform_2 .gf_phone,
#gform_5 .gf_callback, 
#gform_5 .gf_salutation, 
#gform_5 .gf_name,
#gform_5 .gf_email,
#gform_5 .gf_phone{
  margin-bottom: 10px;
}

#gform_2 textarea[placeholder],
#gform_5 textarea[placeholder],
#gform_6 textarea[placeholder] {
  font-family: "PT Sans", sans-serif;
}

#gform_2,
#gform_5,
#gform_6 {
  font-size: 1rem;
}

#gform_2 .gf_callback,
#gform_5 .gf_callback {
  background: rgba(125,215,242,0.5);
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

#gform_2 .gf_callback, .ginput_container_checkbox,
#gform_5 .gf_callback, .ginput_container_checkbox {
  width: 100%;
  font-weight: 700;
  color: #2F4D72;
}

#gform_2 #label_2_16_1 {
  font-size: 20px!important;
  padding-left: 10px;
}

#input_5_21 {
  max-width: 380px;
  margin-bottom: 30px;
}

.gchoice_5_14_1 {
  font-weight: 400;
}

#gform_5 .gf_legal.gfield input {
  margin: 5px 8px 3px 0!important;
}

#gform_2 input[type="checkbox" i] {
  margin: 0;
}

#gform_5 input[type="checkbox" i] {
  margin: 2px 10px 0 0;
}

.gchoice_5_14_1 {
  display: flex;
  align-items: flex-start;
}

#gform_2 textarea,
#gform_2 .gf_name input,
#gform_2 .gf_email input,
#gform_2 .gf_phone input,
#gform_5 textarea,
#gform_5 .gf_name input,
#gform_5 .gf_email input,
#gform_5 .gf_phone input,
#gform_5 .gf_job input,
#gform_5 .gf_company input,
#gform_5 .gf_captcha input {
  background: #f5f5f5 !important;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  font-family: "PT Sans", sans-serif;
  color: slategrey!important;
}

#gform_6 .gf_captcha input {
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  font-family: "PT Sans", sans-serif;
  color: slategrey!important;
}

#gform_6 textarea,
#gform_6 .gf_field input {
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  font-family: "PT Sans", sans-serif;
  color: slategrey!important;
}

#gform_2 textarea,
#gform_2 .gf_name input,
#gform_2 .gf_email input,
#gform_2 .gf_phone input,
#gform_5 textarea,
#gform_5 .gf_name input,
#gform_5 .gf_email input,
#gform_5 .gf_phone input,
#gform_5 .gf_job input,
#gform_5 .gf_company input,
#gform_6 .gf_field input {
  padding: 20px;
}

#gform_2 select,
#gform_5 select {
  background: #F2F4F5 !important;
  color: slategrey!important;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  font-family: "PT Sans", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  min-height: 60px;
}

#gform_2 select,
#gform_5 select {
  padding: 20px;
}


#gform_2 .gf_reason, #gform_2 .gf_salutation,
#gform_5 .gf_reason, #gform_5 .gf_salutation {
  position: relative;
}

#gform_2 .gf_reason:before, #gform_2 .gf_salutation:before {
  content: "";
  background: url(/wp-content/uploads/pension-benefits.de_arrow-header.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 25px;
  right: 20px;
}
.gf_salutation:before, #gform_5 .gf_reason:before, #gform_5 .gf_salutation:before {
  content: "";
  background: url(/wp-content/uploads/pension-benefits.de_arrow-header.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 60px;
  right: 20px;
}

#gform_2 .gf_message textarea.large {
  height: 120px;
}

#gform_2 .gf_legal,
#gform_5 .gf_legal,
#gform_6 .gf_legal {
  margin-top: 20px;
}

#gform_2 .gf_legal .gfield_consent_label,
#gform_5 .gf_legal .gfield_consent_label,
#gform_6 .gf_legal .gfield_consent_label,
#gform_6 .gf_choice label {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text);
}

#gform_2 .gf_legal .ginput_container_consent,
#gform_5 .gf_legal .ginput_container_consent,
#gform_6 .gf_legal .ginput_container_consent,
#gform_6 .gchoice_6_34_1  {
  display: flex;
  align-items: flex-start;
}

#gform_6 .gchoice_6_34_1 input  {
  margin-top: 3px;
}

#gform_6 .gf_legal .ginput_container_consent input,
#gform_6 .gchoice_6_34_1 input  {
  margin-right: 8px;
  min-width: 20px;
}

#gform_6 .gf_legal legend  {
  display: none;
}

#gform_2 .gf_legal.gfield input,
#gform_5 .gf_legal.gfield input {
  margin: 3px 8px 3px 0;
  flex: 0 0 20px;
}

#gform_2 .gf_legal a,
#gform_5 .gf_legal a,
#gform_6 .gf_legal a {
  text-decoration: underline;
}

#gform_6 .gf_captcha input {
  background: #F2F4F5;
}

#gform_2 .gform_footer,
#gform_5 .gform_footer,
#gform_6 .gform_footer {
  margin-top: 20px;
  text-align: right;
}

.gchoice_5_21_1 {
  margin-top: 10px;
}

.gchoice_5_21_1, 
.gchoice_5_21_2, 
.gchoice_5_21_3 {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  line-height: 1.2;
  align-items: flex-start;
}

.gchoice_5_21_1 img, 
.gchoice_5_21_2 img, 
.gchoice_5_21_3 img {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  z-index: 100;
  cursor: pointer;
  left: 380px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -100;
  transition:all 0.3s ease;
}
.modal-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  background: #fff;
  text-align: left;
  padding: var(--belt-gap);
  box-sizing: border-box;
  z-index: 2001;
  width: 100%;
  max-width: 600px;
  transition:all 0.3s ease;
  opacity: 0;
  display: flex;
}
.modal-window h2 {
  line-height: 1.2;
}
.open .modal-window {
  transform: translate(-50%,-50%) scale(1);
  opacity: 1;
}
.modal-window img {
  width: 100%;
  height: auto;
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0,0,0,0.3);
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.close:hover,
.close:focus {
  color: #000000;
  cursor: pointer;
}
.modal.open  {
  opacity: 1;
  z-index: 9999;
}

@media screen and (max-width: 1200px) {
  #gform_fields_5,
  #gform_fields_6 {
	display: block;
  }
  #gform_5 #field_submit,
  #gform_6 #field_submit {
	margin-top: 30px!important;
  }
}

@media screen and (max-width: 767px) {
  #gform_2 textarea,
  #gform_2 .gf_name input,
  #gform_2 .gf_email input,
  #gform_2 .gf_phone input,
  #gform_5 textarea,
  #gform_5 .gf_name input,
  #gform_5 .gf_email input,
  #gform_5 .gf_phone input,
  #gform_5 textarea,
  #gform_6 .gf_field input {
	font-size: 0.875rem;
	padding: 15px 20px;
  }

  #gform_6 .gf_field input {
	margin-bottom: 8px;
  }

  .form-container {
	padding: 50px 30px 0 30px;
  }

  #gform_2 .gf_legal legend,
  #gform_5 .gf_legal legend,
  #gform_6 .gf_legal legend {
	font-size: 0.875rem !important;
  }

  .gform_wrapper.gravity-theme
  input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
	line-height: 2;
	min-height: 32px;
  }

  #gform_2 select,
  #gform_5 select {
	font-size: 0.875rem;
	padding: 15px 20px;
	line-height: 2;
	min-height: 32px;
  }

  #gform_2 .gf_legal,
  #gform_5 .gf_legal,
  #gform_6 .gf_legal {
	font-size: 0.875rem;
  }
  #gform_6 .gf_legal,
  #gform_6 .gf_choice,
  #gform_6 .gf_captcha,
  #gform_6 #field_submit {
	margin-left: -30px;
	padding-right: 0;
  }
  #gform_6 .form-headline.first:after {
	top: -195px;
  }
  #gform_6_validation_container {
	transform: translateY(-70px);
  }
}

@media screen and (max-width: 600px) {
  #input_5_21 {
	max-width: 90%;
  }
  .gchoice_5_21_1 img, .gchoice_5_21_2 img, .gchoice_5_21_3 img {
	right: -10%;
	left: unset;
  }
}



/* cards with check list */

.check-list-2 {
  margin: 0;
  padding: 0;
}

.check-list-2 li {
  list-style: none;
  background: url(/wp-content/uploads/pension-benefits.de_icon-check.svg) no-repeat;
  background-size: 15px 11px;
  background-position: left 8px;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .check-list-2 li {
	background-position: left 5px;
  }
}


/* screens with online calculators */

.bav-screen {
  position: relative;
}

.bav-button {
  position: absolute;
  width: 200px;
  height: 52px;
  top: calc(41.5% - 26px);
  left: calc(50% - 100px);
  border-radius: 50%;
  transition: all 0.5s ease;
}

@media (hover: hover) and (pointer:fine) {
  .bav-button:hover {
	transform: scale(1.1);
  }
}

.calculate-button {
  position: absolute;
  width: 165px;
  height: 165px;
  top: calc(41.5% - 82px);
  left: calc(50% - 82px);
  border-radius: 50%;
  transition: all 0.5s ease;
}


/* info-list element */

.info-list-element figure {
  height: 100%;
  width: 100%;
}

.info-list-element {
  display: grid;
  grid-template-columns: repeat(64, 1fr);
  grid-template-rows: max-content 1fr 60px;
}

.info-list-element__image {
  grid-column: 1 / 32;
  grid-row: 1 / 3;
}

.info-list-element__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.image-modules img {
  max-height: 695px;
}

.image-benefits img {
  max-height: 572px;
}

.info-list-element__text {
  grid-column: 32 / 65;
  grid-row: 1 / 2;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(33, 1fr);
}
.info-list-element__text-inner {
  grid-column: 3 / 30;
  padding-bottom: 40px;
}
.info-list-element__list {
  grid-column: 28 / 65;
  grid-row: 2 / 4;
  display: grid;
  grid-template-columns: repeat(37, 1fr);
  align-items: center;
}
.info-list-element__list-inner {
  grid-column: 7 / 32;
  padding: 40px 0;
}

.info-list-element__list-inner li {
  margin-bottom: 10px;
}

.info-list-element__content {
  grid-column: 1 / 24;
  grid-row: 1 / 4;
}

.info-list-element__tab {
  grid-column: 28 / 65;
  grid-row: 1 / 4;	
}

.match-headline {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .info-list-element {
	display: flex;
	flex-flow: column;
  }
  .info-list-element__image {
	margin: 0 -20px;
  }
  .info-list-element__image img {
	max-height: 360px;
  }
  .info-list-element__text {
	order: -1;
	padding-top: 70px;
  }
  .info-list-element__text, .info-list-element__list {
	display: block;
	margin-top: -60px;
  }
  .info-list-element__list-inner {
	padding: 40px 30px;
  }
  .image-benefits img {
	object-position: 50% 20%;
  }
  .image-modules, .image-benefits {
	max-height: unset;
  }
}


/* tab benefits */

.tab-benefits {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #CBCBCB;
}

.tab-benefits.border-top {
  border-top: 2px solid #CBCBCB;
}

.tab-benefits .left-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
}

.tab-benefits.c-blue p {
  color: #2F4D72;
}

.tab-benefits .right-col {
  width: calc(100% - 130px);
}

.tab-rotation {
  text-align: center;
  font-weight: 700;
  transform: rotate(-90deg);
  position: absolute;
  width: 100%;
}

.tab-benefits .cols-sub {
  display: flex;
  justify-content: space-between;
}

.tab-benefits .cols-sub:not(:last-of-type) {
  border-bottom: 2px solid #CBCBCB;
}

.tab-benefits .col-left-sub {
  width: calc(100% - 180px);
}

.tab-benefits .col-right-sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 180px;
  padding-right: 30px;
}

.tab-benefits .price {
  font-weight: 700;
  font-size: 24px;
}

@media screen and (max-width: 1280px) {
  .tab-benefits .right-col {
	width: calc(100% - 100px);
  }
  .tab-benefits .left-col {
	width: 100px;
  }
  .tab-benefits .price {
	font-size: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .tab-benefits .price {
	font-size: 16px;
  }
  .tab-benefits .col-left-sub {
	width: calc(100% - 130px);
  }

  .tab-benefits .col-right-sub {
	width: 130px;
  }
  .tab-benefits p {
	font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .tab-benefits .right-col {
	width: calc(100% - 70px);
  }
  .tab-benefits .left-col {
	width: 70px;
  }
  .tab-benefits .price {
	font-size: 14px;
  }
  .tab-benefits .col-left-sub {
	width: calc(100% - 110px);
  }

  .tab-benefits .col-right-sub {
	width: 110px;
  }
}

@media screen and (max-width: 360px) {
  .tab-benefits .right-col {
	width: calc(100% - 50px);
  }
  .tab-benefits .left-col {
	width: 50px;
  }
}


/* contact page */

.contact-page .contact-text {
  display: flex;
}

.contact-page .contact-text .contact-text__text-pre {
  font-size: 10px;
  text-transform: uppercase;
  width: 30px;
  line-height: 1.85rem;
}

.contact-page h4 {
  margin-top: 0;
  color: #5D7592;
  font-size: 20px;
  border-bottom: 2px solid #5D7592;
  display: inline-block;
  padding-bottom: 5px;
}

.google-maps__iframe {
  width: 100%;
  height: 600px;
  border: 0;
}

.google-maps__canvas {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 1023px) {
  .google-maps__iframe {;
	height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page .contact-text__text {
	font-size: 14px;
  }
  .contact-page .contact-text__text-pre {
	line-height: 1.6rem!important;
  }
  .contact-page h4 {
	font-size: 18px;
  }
  .google-maps__iframe {;
	height: 400px;
  }
}



/* legal information */

body.page-id-30, body.page-id-32 {
  background-color: #F2F4F5;
}


#pb-datenschutzerklaerung  ul li,
#pb-impressum  ul li {
  margin-left: 17px;
  font-weight: 100;
}

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

#pb-datenschutzerklaerung, #pb-impressum, #pb-bildquelle {
  word-wrap: break-word;
  text-align: left;
  margin-top: 2em;
}

@media screen and (min-width: 1024px) {
  #pb-datenschutzerklaerung .wp-block-group__inner-container,
  #pb-impressum .wp-block-group__inner-container,
  #pb-bildquelle .wp-block-group__inner-container {
	padding-right: 20%;
  }
}

#pb-datenschutzerklaerung h3, #pb-impressum h3 {
  color: #2f4d72;
  font-size: 1.5em;
}

.trcht-datenschutz__list[data-layout="accordion"] > dt > h2 {
  font-size: 100%;
}


/* bav rechner */

body.page-id-1082 {
  background: #F2F4F5;
}

.iframe-container {
  box-shadow: 0 0 50px rgba(0,0,0,0.15);
}

.bav-rechner {
  width: 100%;
  height: 1520px;
  border: 0;
  border-radius: 6px;
}


/* video popup based on magnific popup css */

.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-weight: 100;
  font-size: 66px;
  font-family: "Roboto";
}

.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: 15px;
  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: 1280px;
}

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

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

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

/** NEWS PREVIEW START **/
.block-news-preview-classic-pb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.block-news-preview-classic-pb .entry-header {
  margin-bottom: 25px;
}
.block-news-preview-classic-pb .entry-header.headline-top, .block-news-preview-classic-pb .entry-header.headline-bottom {
  display: flex;
  flex-direction: column;
}
.block-news-preview-classic-pb .entry-header.headline-top .entry-title {
  order: -1;
}
.block-news-preview-classic-pb .entry-header.headline-bottom .entry-title {
  order: 1;
}

.block-news-preview-classic-pb .entry-header.headline-bottom .entry-meta {
  margin-top:0;
  margin-bottom: 15px;
}
.block-news-preview-classic-pb .entry-header.headline-top .entry-meta {
  margin-top:15px;
  margin-bottom: 0;
}
.block-news-preview-classic-pb .entry-header.hide-icons .marker__icon {
  display: none;
}
.block-news-preview-classic-pb .entry-meta {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.block-news-preview-classic-pb .entry-meta.above {
  color: var(--c2);
  margin-top:0;
}
.block-news-preview-classic-pb .entry-meta.above svg {
  fill: var(--c2);
}
.block-news-preview-classic-pb .entry-meta.below {
  color: var(--c2);
  opacity: 0.7;
  margin-bottom: 0;
}
.block-news-preview-classic-pb .entry-meta.below svg {
  fill: var(--c2);
}
.block-news-preview-classic-pb h4 a {
  font-size: 24px;
  font-weight: bold;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.block-news-preview-classic-pb h4, .block-news-preview-classic-pb p {
  color: var(--text);
}
.block-news-preview-classic-pb p {
  line-height: 1.6;
  margin: 0;
}
.block-news-preview-classic-pb .wp-block-post-excerpt__more-text {
  margin: 0;
  padding-top: 20px;
}
.block-news-preview-classic-pb .wp-block-post-excerpt__more-text a span {
  margin-left: 5px;
  transition: all 0.5s ease;
}
.block-news-preview-classic-pb .wp-block-post-excerpt__more-text a:hover span {
  margin-left: 10px;
  transition: all 0.5s ease;
}
.block-news-preview-classic-pb .category-name {
  text-transform: uppercase;
}
.block-news-preview-classic-pb .marker__value {
  letter-spacing: 2px;
}
.block-news-preview-classic-pb .post-tags {
  display: inline-block;
}
.block-news-preview-classic-pb .post-tags .marker__value a:not(:last-child)::after, .block-news-preview-classic-pb .category-name .marker__value a:not(:last-child)::after {
  content: ", ";
  padding-right: 5px;
}
.block-news-preview-classic-pb .entry-meta svg {
  height: 16px;
}
.block-news-preview-classic-pb .marker__icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0;
  margin-right: 8px;
}
.block-news-preview-classic-pb .marker {
  line-height: 1;
}
.block-news-preview-classic-pb .marker:not(:last-child) {
  margin-right: 1.5rem;
}
@media screen and (min-width: 1024px) and (max-width: 1173px) {
  .block-news-preview-classic-pb .col__4--xl .entry-meta {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .block-news-preview-classic-pb h4 a {
	line-height: 24px;
	font-size: 18px;
  }
}
@media screen and (max-width: 415px) {
  .block-news-preview-classic-pb .entry-meta {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
  }
}


/** NEWS PREVIEW Pension Benefits **/

.block-news-preview-classic-pb .aio-grid.spread__basic {
  grid-column-gap: 30px;
}


.block-news-preview-classic-pb .news-wrap {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  /* align-items: flex-end; */
}

.block-news-preview-classic-pb .content-inner {
  background-color: #fff;
  margin: -60px 20px 20px;
  padding: var(--block-gap);
  position: relative;
  z-index: 2;
  border-radius: 6px;
  box-shadow: 0 0 50px rgba(0,0,0,0.15);
  padding: 30px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.block-news-preview-classic-pb .wp-block-post-featured-image {
  height: 250px;
  min-height: 250px;
  overflow: hidden;
}
.block-news-preview-classic-pb .wp-block-post-featured-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-news-preview-classic-pb h4 a  {
  font-size: 20px;
  color: #343434;
  line-height: 1.3;
}
.block-news-preview-classic-pb .entry-meta.above svg {
  fill: #343434;
}
.block-news-preview-classic-pb .marker__icon {
  transform: translateY(3px);
}
.block-news-preview-classic-pb .marker__value {
  font-size: 14px;
  color: #2F4D72;
  font-weight: 700;
  letter-spacing: 1px;
}
.block-news-preview-classic-pb .wp-block-post-excerpt__more-text a span {
  margin-left: 0px;
}
.block-news-preview-classic-pb .wp-block-post-excerpt__more-text a {
  font-weight: 600;
}
.block-news-preview-classic-pb .wp-block-post-excerpt__more-text a span {
  margin-right: 5px;
}
.block-news-preview-classic-pb .entry-header {
  margin-bottom: 0;
}
.block-news-preview-classic-pb p {
  line-height: 1.75;
}

@media screen and (min-width: 1024px) and (max-width: 1173px) {
  .block-news-preview-classic-pb .col__4--xl .entry-meta {
	display: block;
	row-gap: 0;
  }
}

@media screen and (max-width: 1280px) {
  .block-news-preview-classic-pb .news-wrapper {
	grid-column: span 6;
  }
}

@media screen and (max-width: 767px) {
  .block-news-preview-classic-pb .news-wrapper {
	grid-column: span 12;
  }
  .block-news-preview-classic-pb p {
	line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .block-news-preview-classic-pb .aio-grid.spread__basic {
	grid-column-gap: 0;
  }
}

/* page glückliche mitarbeiter durch soziales Engagement */

.bg-white.lets {
  position: relative;
}
.bg-white.lets .lets-img {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 37px;
}
.block-media-einbettung .html5-video-player .video-stream {
  width: 100%!important;
  left: 0!important;
}
.block-media-einbettung .item[data-overlay-image] .video_iframeoverlay p {
  color: var(--c4) !important;
  max-width: 700px;
}
.block-media-einbettung .frame-wrapper > .item,
.block-media-einbettung .video_iframeoverlay,
.block-media-einbettung .video_iframeoverlay iframe {
  height: 700px !important;
}
.white-space {
  margin-top: -140px;
}
.circle-line.lets {
  margin-top: -50px;
}
@media screen and (min-width: 1024px) {
  .grey-space {
	margin-top: -100px;
  }
}
@media screen and (max-width: 1023px) {
  .block-media-einbettung .frame-wrapper > .item,
  .block-media-einbettung .video_iframeoverlay,
  .block-media-einbettung .video_iframeoverlay iframe {
	height: 600px !important;
  }
}
@media screen and (max-width: 767px) {
  .bg-white.lets .lets-img {
	top: 10px;
  }
  .block-media-einbettung .frame-wrapper > .item,
  .block-media-einbettung .video_iframeoverlay,
  .block-media-einbettung .video_iframeoverlay iframe {
	height: 500px !important;
  }
  .white-space {
	margin-top: -60px;
  }
}
@media screen and (max-width: 500px) {
  .white-space {
	margin-top: -75px;
	padding-top: 75px !important;
  }
}

/* block-bild-text-cta (136) startseite */

.block-bild-text-cta .cta-inner {
  overflow: hidden;
}
.block-bild-text-cta.content-width-rechts,
.block-bild-text-cta.content-width-links {
  display: block;
}
.block-bild-text-cta.full-width-rechts .cta-inner.aio-grid.spread__full,
.block-bild-text-cta.content-width-rechts .cta-inner.aio-grid.spread__basic {
  grid-template-columns: 1fr var(--belt-gap) repeat(12, minmax(0, var(--belt-cols))) var(--belt-gap) 1fr;
  grid-template-rows: max-content;
  background: linear-gradient(90deg, rgba(47,77,114,1) 0%, rgba(10,187,239,1) 100%);
}
.block-bild-text-cta.full-width-rechts .spread__full .cta-img-box,
.block-bild-text-cta.content-width-rechts .spread__basic .cta-img-box {
  grid-column: 3/10;
  grid-row: 1/2;
  z-index: 2;
}
.block-bild-text-cta.full-width-rechts .spread__full .cta-text-box,
.block-bild-text-cta.content-width-rechts .spread__basic .cta-text-box {
  grid-column: 10/15;
  grid-row: 1/2;
  padding: var(--block-space--xl) 0 var(--block-space--xl) 80px;
  z-index: 3;
}
.block-bild-text-cta.full-width-links .cta-inner.aio-grid.spread__full,
.block-bild-text-cta.content-width-links .cta-inner.aio-grid.spread__basic {
  grid-template-columns: 1fr var(--belt-gap) repeat(12, minmax(0, var(--belt-cols))) var(--belt-gap) 1fr;
  grid-template-rows: max-content;
  background: linear-gradient(90deg, rgba(47,77,114,1) 0%, rgba(10,187,239,1) 100%);
}
.block-bild-text-cta.full-width-links .spread__full .cta-img-box,
.block-bild-text-cta.content-width-links .spread__basic .cta-img-box {
  grid-column: 7/17;
  grid-row: 1/2;
  z-index: 2;
  background-color: transparent;
}
.block-bild-text-cta.full-width-links .spread__full .cta-text-box,
.block-bild-text-cta.content-width-links .spread__basic .cta-text-box {
  grid-column: 3/9;
  grid-row: 1/2;
  z-index: 3;
  padding: var(--block-space--xl) 80px var(--block-space--xl) 0;
}
.block-bild-text-cta .block-header {
  margin: 0 0 1em 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block-bild-text-cta .block-header h2, 
.block-bild-text-cta .block-header h3 {
  margin-bottom: 0;
  line-height: 1.2;
  hyphens: manual;
}
.block-bild-text-cta .block-header .textbox__icon {
  min-width: 94px;
  min-height: 94px;
  max-width: 94px;
  max-height: 94px;
  margin-right: 20px;
  border-radius: 50px;;
  position: relative;;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.block-bild-text-cta .block-header .textbox__icon svg {
  width: 60px;
  height: 60px;
}
.block-bild-text-cta .circle-line {
  border: 2px solid black;
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  border-radius: 50px;
}
.block-bild-text-cta .cta-text-box {
  z-index: 3;
  padding: 50px 80px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.block-bild-text-cta h3 {
  margin-top: 1em;
}
.block-bild-text-cta .cta-text-box .gridaction__box {
  max-width: 550px;
}
.block-bild-text-cta .cta-img-box {
  height: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-color: var(--c5);
}
.block-bild-text-cta .cta-img-box.img-mirrored {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (hover: hover) and (pointer: fine) {
  .block-bild-text-cta .gridaction__box  a.gridaction__button:hover {
	background-color: var(--c2) !important;
  }
}
@media screen and (min-width: 768px) {
  .block-bild-text-cta .spread__full .cta-text-box,
  .block-bild-text-cta .spread__basic .cta-text-box {
	background-color: transparent;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .block-bild-text-cta.full-width-rechts .spread__full .cta-img-box,
  .block-bild-text-cta.content-width-rechts .spread__basic .cta-img-box,
  .block-bild-text-cta.full-width-links .spread__full .cta-img-box, 
  .block-bild-text-cta.content-width-links .spread__basic .cta-img-box {
	background-position: 25%;
  }
  .global-cta.block-bild-text-cta.full-width-rechts .spread__full .cta-img-box,
  .global-cta.block-bild-text-cta.content-width-rechts .spread__basic .cta-img-box,
  .global-cta.block-bild-text-cta.full-width-links .spread__full .cta-img-box, 
  .global-cta.block-bild-text-cta.content-width-links .spread__basic .cta-img-box {
	background-position: 60%;
  }
}
@media screen and (max-width: 1280px) {
  .block-bild-text-cta.full-width-rechts .spread__full .cta-text-box,
  .block-bild-text-cta.content-width-rechts .spread__basic .cta-text-box {
	padding: var(--block-space--xl) 0 var(--block-space--xl) var(--belt-gap);
  }
  .block-bild-text-cta.full-width-links .spread__full .cta-text-box,
  .block-bild-text-cta.content-width-links .spread__basic .cta-text-box {
	padding: var(--block-space--xl) var(--belt-gap) var(--block-space--xl) 0;
  }
  .block-bild-text-cta.full-width-rechts .spread__full .cta-img-box,
  .block-bild-text-cta.content-width-rechts .spread__basic .cta-img-box {
	grid-column: 3/9;
  }
  .block-bild-text-cta.full-width-rechts .spread__full .cta-text-box,
  .block-bild-text-cta.content-width-rechts .spread__basic .cta-text-box {
	grid-column: 8/15;
  }
  .block-bild-text-cta.full-width-links .spread__full .cta-img-box,
  .block-bild-text-cta.content-width-links .spread__basic .cta-img-box {
	grid-column: 8/17;
  }
  .block-bild-text-cta.full-width-links .spread__full .cta-text-box,
  .block-bild-text-cta.content-width-links .spread__basic .cta-text-box {
	grid-column: 3/10;
  }
  .block-bild-text-cta .cta-img-box {
	height: auto;
	min-height: 500px;
  }
  .block-bild-text-cta .block-header .textbox__icon {
	min-width: 70px;
	min-height: 70px;
	max-width: 70px;
	max-height: 70px;
  }
  .block-bild-text-cta .block-header .textbox__icon svg {
	width: 40px;
	height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .block-bild-text-cta.full-width-rechts .spread__full .cta-text-box,
  .block-bild-text-cta.content-width-rechts .spread__basic .cta-text-box {
	padding: var(--block-space--md) 0 var(--block-space--md) var(--belt-gap);
  }
  .block-bild-text-cta.full-width-links .spread__full .cta-text-box,
  .block-bild-text-cta.content-width-links .spread__basic .cta-text-box {
	padding: var(--block-space--md) var(--belt-gap) var(--block-space--md) var(--belt-gap);
  }
  .block-bild-text-cta.full-width-links {
	margin-bottom: 100px;
  }
  .block-bild-text-cta.full-width-links .spread__full .cta-text-box,
  .block-bild-text-cta.content-width-links .spread__basic .cta-text-box {
	grid-column: 2/10;
  }
}
@media screen and (max-width: 767px) {
  .block-bild-text-cta.full-width-rechts .cta-inner.aio-grid.spread__full,
  .block-bild-text-cta.content-width-rechts .cta-inner.aio-grid.spread__basic,
  .block-bild-text-cta.full-width-links .cta-inner.aio-grid.spread__full,
  .block-bild-text-cta.content-width-links .cta-inner.aio-grid.spread__basic {
	background-color: transparent;
  }
  .block-bild-text-cta.full-width-links .spread__full .cta-text-box,
  .block-bild-text-cta.content-width-links .spread__basic .cta-text-box,
  .block-bild-text-cta.full-width-rechts .spread__full .cta-text-box, .block-bild-text-cta.content-width-rechts .spread__basic .cta-text-box {
	padding: 30px var(--belt-gap) 30px var(--belt-gap) !important;
	background: linear-gradient(90deg, rgba(47,77,114,1) 0%, rgba(10,187,239,1) 100%);
  }
  .block-bild-text-cta.full-width-links .cta-inner.aio-grid.spread__full, .block-bild-text-cta.content-width-links .cta-inner.aio-grid.spread__basic {
	background: transparent;
  }
  .block-bild-text-cta.full-width-links {
	margin-bottom: 60px;
  }
  .block-bild-text-cta .cta-inner {
	display: flex !important;
	flex-direction: column;
	padding-bottom: 100px;
  }
  .block-bild-text-cta .cta-img-box {
	min-height: 400px !important;
	background-image: url(/wp-content/uploads/pension-benefits.de_lets_banner-startseite.webp) !important;
  }
  .block-bild-text-cta .cta-text-box {
	width: auto;
	max-width: unset;
	margin: -100px var(--belt-gap);
  }
  .block-bild-text-cta h2, .block-bild-text-cta h3 {
	margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .block-bild-text-cta .block-header {
	flex-direction: column;
	align-items: flex-start;
  }
  .block-bild-text-cta .block-header .textbox__icon {
	margin-bottom: 10px;
  }
}

/* Gewinnspiel Bedingungen */

.gewinnspiel.block-akkordeon-classic {
  background-color: var(--c4);
}
.gewinnspiel.block-akkordeon-classic p {
  color: #343434;
}
.gewinnspiel.block-akkordeon-classic .tab-label,
.gewinnspiel.block-akkordeon-classic .tab-content {
  background-color: #fff;
  color: #343434;
}
.gewinnspiel.block-akkordeon-classic .tab-content div,
.gewinnspiel.block-akkordeon-classic .tab-content strong,
.gewinnspiel.block-akkordeon-classic .tab-content li {
  color: #343434;
}
.gewinnspiel.block-akkordeon-classic .tab .arrow {
  top: 30px;
}
.gewinnspiel.block-akkordeon-classic .accordion-field {
  margin-top: 1rem;
}
.gewinnspiel.block-akkordeon-classic h2 {
  font-size: 42px;
  color: #2f4d72;
}
.gewinnspiel.block-akkordeon-classic .tab.show .tab-content {
  max-height: 100%;
}

@media screen and (min-width: 1024px) {
  .gewinnspiel.block-akkordeon-classic .tab-inner,
  .gewinnspiel.block-akkordeon-classic .block-header p {
	max-width: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .gewinnspiel.block-akkordeon-classic h2 {
	font-size: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .gewinnspiel.block-akkordeon-classic h2 {
	font-size: 32px;
  }
  .gewinnspiel.block-akkordeon-classic .tab .arrow {
	top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .gewinnspiel.block-akkordeon-classic h2 {
	font-size: 24px;
  }
  .gewinnspiel.block-akkordeon-classic .tab .arrow {
	top: 22px;
  }
}