:root {
  --cl-light-cyan: #65bebd;
  --cl-light-blue: #ecedf0;
  --cl-blue: #1e2c5d;
  --cl-dark-blue: #333333;
  --border-radius: 10px;
  --cl-grey: #676767;
  --cl-light-green: #f0f5f1;
  --cl-light-grey: #5f5f5f;
  --cl-bege: #fdf8f2;
  --cl-red: #ff4554;
  --cl-green: #008e95;
  --bs-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

body {
  color: #1e2c5d;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
strong {
  font-weight: 600;
  color: #1e2c5d;
}
b {
  font-weight: 700;
  color: #1e2c5d;
}
ul {
  padding: 0;
}
a {
  text-decoration: none;
  display: inline-block;
}
img {
  max-width: 100%;
	height:auto;
}
h2 {
  font-size: 54px;
  margin-bottom: 40px;
  line-height: 62px;
  margin-top: 20px;
}
.btn {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}
.nowrap {
  white-space: nowrap;
}
.hide-desktop {
  display: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.f12 {
  font-size: 12px;
  line-height: 20px;
}
.f14 {
  font-size: 14px;
  line-height: 26px;
}
.f16 {
  font-size: 16px;
  line-height: 20px;
}
/*.f18 {font-size: 18px; line-height: 26px;}*/
.f20 {
  font-size: 20px;
  line-height: 32px;
}
.f22 {
  font-size: 22px;
  line-height: 34px;
}
.f24 {
  font-size: 24px;
  line-height: 34px;
}
.f25 {
  font-size: 25px;
  line-height: 32px;
}
.f26 {
  font-size: 26px;
  line-height: 38px;
}
.f32 {
  font-size: 32px;
  line-height: 39px;
}
.f45 {
  font-size: 45px;
  line-height: 60px;
  color: #1e2c5d;
  font-family: "HaufeMerriwetherSans", sans-serif;
}
.f46 {
  font-size: 46px;
  line-height: normal;
}
.f36 {
  font-size: 36px;
}
.f64 {
  font-size: 64px;
  line-height: 76px;
}
.f55 {
  font-size: 55px;
  line-height: 66px;
  color: #1e2c5d;
}
.space5 {
  height: 5px;
}
.space10 {
  height: 10px;
}
.space15 {
  height: 15px;
}
.space14 {
  height: 14px;
}
.space18 {
  height: 18px;
}
.space24 {
  height: 24px;
}
.space20 {
  height: 20px;
}
.space22 {
  height: 22px;
}
.space50 {
  height: 50px;
}
.space30 {
  height: 30px;
}
.space35 {
  height: 35px;
}
.space40 {
  height: 40px;
}
.space35 {
  height: 35px;
}
.space38 {
  height: 38px;
}
.space150 {
  height: 150px;
}
.fw-semibold {
  font-weight: 600;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}
.fInter {
  font-family: "Inter", sans-serif;
}
.fHaufeMerriwetherSans {
  font-family: "HaufeMerriwetherSans", sans-serif;
}
.mb5 {
  margin-bottom: 5px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb22 {
  margin-bottom: 22px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb35 {
  margin-bottom: 35px;
}
.mt35 {
  margin-top: 35px;
}
.mt15 {
  margin-top: 15px;
}
.mt140 {
  margin-top: 140px;
}
.mt100 {
  margin-top: 100px;
}
.ml50 {
  margin-left: 50px !important;
}
.round5 {
  border-radius: 5px;
}
.round15 {
  border-radius: 15px;
}
.round10 {
  border-radius: 10px;
}
.round20 {
  border-radius: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.w100 {
  width: 100%;
}
.dflex {
  display: flex;
}
.dblock {
  display: block;
}
.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end !important;
}
.relative {
  position: relative;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.container-s {
  max-width: 1033px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.container-xl {
  max-width: 1309px;
  margin: 0 auto;
  position: relative;
}
.row {
  display: flex;
  justify-content: flex-start;
}
.content-center {
  display: flex;
  align-items: center;
}
.justify-content-between,
.justify-right .row {
  justify-content: space-between;
}
.bl_inline {
  display: inline-block;
}
.bg_lightgreen {
  background: var(--cl-light-green);
}
.bg_light {
  background: var(--cl-light);
}
.bg_lightblue {
  background: var(--cl-light-blue);
}
.bg_grey {
  background: #f6f6f6;
}
.bg_green {
  background: var(--cl-green);
}
.bg_white {
  background: #fff;
}
.bg_blue {
  background: #1e2c5d;
}
.cl_green {
  color: var(--cl-green);
}
.cl_white {
  color: #fff;
}
.cl_blue {
  color: var(--cl-blue);
}
.cl_lightblue {
  color: var(--cl-light-blue);
}
.cl_light_cyan {
  color: var(--cl-light-cyan);
}
.cl_light_grey {
  color: var(--cl-light-grey);
}
.cl_grey {
  color: var(--cl-grey);
}
.cl_darkblue {
  color: var(--cl-dark-blue);
}
.cl_black {
  color: #000;
}
.cl_red {
  color: var(--cl-red);
}
.shadow {
  box-shadow: 0 5px 20px rgba(79, 79, 79, 0.16);
}

.title-with-ln {
  position: relative;
  line-height: normal;
}
.title-with-ln span {
  display: inline-block;
  background: #fff;
  position: relative;
  padding-right: 22px;
}
.title-with-ln:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
  top: calc(50% - 2.5px);
  left: 0;
  max-width: 620px;
}

.col50 {
  width: 50%;
}
.col30 {
  width: 33%;
}
.col40 {
  width: 40%;
}
.col45 {
  width: 45%;
}
.col60 {
  width: 60%;
}
.btn {
  cursor: pointer;
  border: 0;
  background: #65bebd;
  color: #fff;
  padding: 18px 25px;
  text-align: center;
  border-radius: 10px;
  transition: transform 500ms ease-in-out 25ms;
  letter-spacing: 1px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  line-height: normal;
  font-size: 22px;
  justify-content: center;
}
.btn span {
  transition: transform 500ms ease-in-out 25ms;
  display: flex;
  align-items: center;
}
.btn svg {
  transition: transform 500ms ease-in-out 25ms;
}
.btn:hover {
  background: #fff;
  color: var(--cl-blue);
  transform: scale(1.02);
  box-shadow: 0 5px 20px rgba(79, 79, 79, 0.16);
}
.btn:hover span,
.btn:hover svg {
  transform: translate(10px);
}
.btn:hover svg * {
  stroke: var(--cl-blue);
}
.btn svg {
  margin-left: 10px;
}
a.a-black {
  color: #000;
}
a.und {
  text-decoration: underline;
}
.toggle {
  cursor: pointer;
}
ul.content-li-center li {
  align-items: center;
}
ul.check-red {
  margin: 0;
  padding: 0;
}
ul.check-red li {
  display: flex;
  margin-bottom: 13px;
}
ul.check-red li:last-child {
  margin-bottom: 0;
}
ul.check-red li:before {
  content: "";
  background: url(../images/check-red.svg) center center no-repeat;
  width: 23px;
  height: 23px;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
ul.check-info {
  margin: 0;
  padding: 0;
}
ul.check-info li {
  display: flex;
  margin-bottom: 6px;
  gap: 9px;
}
ul.list-unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-block {
  padding: 100px 20px 100px;
  position: relative;
}
.minusmargin {
  margin-top: -33px;
}

body {
  background: url(../images/2025/bgtop.png) top center no-repeat #ecedf0;
  background-size: contain;
}
.header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0px 0 60px;
}
.header .container-xl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 15px rgba(79, 79, 79, 0.16);
  padding: 0 30px 0 43px;
  border-radius: 5px;
  margin-top: 23px;
  transition: all 0.5s;
  max-width: 1375px;
}
.header .right {
  opacity: 0;
  display: flex;
  gap: 50px;
  align-items: center;
  transition: all 2s;
}
.header .right button {
  font-size: 24px;
  font-weight: 500;
  line-height: 14px;
  padding: 16px 30px;
}
.header.sticky .right {
  opacity: 1;
}
.header.sticky .container-xl {
  margin-top: 0;
}
#sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000; /* Adjust to make sure it appears above other content */
  transition: top 0.3s ease-in-out;
  padding: 0 21px;
}

.banner22-logobar .imgcontainer {
  width: 90%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 39px;
  row-gap: 20px;
  position: absolute;
}

.banner22-logobar {
  background: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: center !important;
  min-height: 188px;
}
.hero .f50 {
  color: #fff;
}
.hero strong {
  color: #fff;
}
.hero .btn {
  background: var(--cl-red);
}
.hero .btn:hover {
  color: #fff;
}
.hero .btn:hover svg * {
  stroke: #fff;
}
.hero-logos {
  padding: 8px 20px;
}
.hero-logos .logos3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 38px;
}
.hero-logos .logos3 div {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.hero .ohne {
  position: relative;
}
.hero .ohne:after {
  position: absolute;
  top: 100%;
  content: "";
  background: url(../images/2025/hero-ohne.svg) 0 0 no-repeat;
  width: 122%;
  height: 25px;
  left: 0;
  margin-top: -10px;
}
.freelancer-slider .svgmarker {
  position: relative;
  display: inline-block;
}
.freelancer-slider .svgmarker:after {
  content: "";
  background: url(../images/2025/umrandung.svg) 0 0 no-repeat;
  width: 183px;
  height: 89px;
  display: block;
  position: absolute;
  top: -20px;
  right: -10px;
}

.swiper-slide {
  cursor: pointer;
}

.slider1 {
  width: 70%;
  display: grid;
  height: max-content;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 0 20px;
}
.slider1 > div {
  opacity: 0.5;
}
.slider1 > div.active {
  opacity: 1;
}
.slider-one {
  width: 20%;
}
.slider-one .slick-slide img {
  border-radius: 10px;
}
.slider-text .item .quote {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 26px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  max-width: 671px;
}
.slider-text .item {
  padding: 0 30px 30px;
}
.freelancer-slider .buttons {
  display: flex;
  gap: 10px;
  margin-left: 40px;
  cursor: pointer;
  flex-direction: row;
  margin-bottom: 20px;
}
.freelancer-slider .buttons span {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.freelancer-slider {
  background: #fff;
  padding-left: 67px;
}
.freelancer-slider .author {
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
}
.freelancer-slider .slider-arr svg rect {
  fill: #fad4ab;
}
.freelancer-slider .slider-arr:hover svg rect {
  fill: #f1840f;
}

.slider .slick-slide img {
  padding: 0 10px;
}
.slick-slider {
  margin-left: 10px;
}
section.video {
  border-radius: 0;
  background: url(../images/2025/video-bg.png) center bottom no-repeat;
}
.video .svgmarker {
  position: relative;
  display: inline-block;
}
.video .svgmarker:after {
  content: "";
  background: url(../images/2025/Unterstreichung.svg) 0 0 no-repeat;
  width: 183px;
  height: 89px;
  display: block;
  position: absolute;
  top: 100%;
  margin-top: -10px;
}
.video-block {
  padding: 0 110px;
}
.video-block .video-player-nf {
  position: relative;
  padding: 20px 25px 40px 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}
.video-block .video-player-nf .relative {
  padding-top: 56.25%;
}
.video-block .video-player-nf iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-block .video-player-nf .title {
  margin-top: 15px;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
}

.video-block .video-player-nf .meta-block {
  margin-top: 10px;
  text-align: center;
}
.video-block .video-player-nf .author {
  margin-top: 10px;
  text-align: center;
  font-family: "Inter";
}
.video-block .video-player-nf .meta-block .author-insta {
  background: #ecedf0;
  border-radius: 8px;
  padding: 3px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 11px;
  font-family: "Inter";
}

.video .slider-arrow svg rect {
  fill: #fad4ab;
}
.video .slider-arrow:hover svg rect {
  fill: #f1840f;
}
.slider-video-thumb .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  font-weight: normal;
  font-family: "Inter";
  text-align: center;
  opacity: 0.4;
}
.slider-video-thumb .swiper-slide img {
  display: block;
  position: relative;
  border-radius: 10px;
}
.slider-video-thumb .swiper-slide div {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.slider-video-thumb .swiper-slide i {
  font-style: normal;
  display: none;
}
.slider-video-thumb .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.slider-video-thumb .swiper-slide.swiper-slide-active div:after {
  background: none;
}
.slider-video-thumb .swiper-slide.swiper-slide-active i {
  display: inline-block;
}
.slider-video-thumb .swiper-slide.swiper-slide-active div {
  border-radius: 0px;
}
.slider-video-thumb .swiper-slide.swiper-slide-active div img {
  border-radius: 0px;
}
.slider-video-thumb .swiper-slide span {
  color: #fff;
}
.slider-video .item {
  position: relative;
}

.hand-animation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.hand-animation div svg {
  cursor: pointer;
  transition: all 0.5s;
}
.hand-animation div:hover svg#hand {
  transform: rotate(10deg);
}
.hand-animation div:hover svg#arrows {
  transform: scaleX(1.2);
}
.hand-animation div svg#arrows {
  vertical-align: top;
  margin-right: -10px;
}
.video-player-nf-overlay .video-player-nf-mute {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
  max-width: 15%;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
}
.video-player-nf-overlay.muted .video-player-nf-mute {
  display: block;
}
.video-player-nf-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
  z-index: 1;
}
section.video .slider-arrow {
  position: absolute;
  top: 29.5%;
  left: 0;
  cursor: pointer;
}
section.video .slider-arrow.right-arrow {
  top: 29.5%;
  left: auto;
  right: 0;
}
section.video .video-block-thumb .slider-arrow {
  right: 61px;
  top: 0;
  width: 30px;
  height: 109px;
  display: flex;
  align-items: center;
}
section.video .video-block-thumb .slider-arrow.left-arrow {
  right: unset;
  left: 78px;
}

.flexible {
  background: #fff;
}
.flexible .row > div:first-child {
  transform: translateX(-30px);
}
.flexible .items {
  width: 39%;
  padding-left: 67px;
}
.flexible .items .item {
  display: flex;
  gap: 30px;
}
.flexible .items .item > div:first-child {
  flex-shrink: 0;
}
.flexible .items .item > div:first-child + div {
  padding-top: 10px;
  padding-bottom: 60px;
}

.hero {
  position: relative;
}
.hero #hero-arrow {
  position: absolute;
  bottom: 10%;
  left: -37%;
}
.hero .container-xl {
  display: flex;
  justify-content: center;
  padding-bottom: 17px;
  flex-direction: column;
}
.hero .content {
  padding: 40px 14px 50px 14px;
  position: relative;
}
.hero .logos-icons {
  display: flex;
  position: absolute;
  bottom: 49px;
  left: calc(50% - 1320px / 2);
  align-items: flex-end;
}
.hero .content .Unternehmenskonto { font-size: 36px; }
.hero .c1 { display: flex; flex-direction:column; align-items: center;}
.hero .c1 ul { max-width: 375px; width: 100% }
.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hero-img.webp) left top no-repeat;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.hero .gif {
  position: absolute;
  top: 26.8%;
  left: 2%;
  border-radius: 10px;
  border: 5px solid #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  width: 382px;

}
.hero .gif svg {
  position: absolute;
  top: 118%;
  left: 36%;
}
.hero .gif svg.mobile,
.hero .gif svg.tablet {
  display: none;
}
.hero .gif img {
  display: block;

  width: 100%;
}
.hero .plashka {
  color: #fff;
  padding: 11px;
  text-align: center;

  font-size: 20px;
}
.hero .c1 {
  max-width: 342px;
  margin: 0 auto;
}
.hero .plashka strong {
  color: #fff;
}
.hero .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .form img {
  max-width: unset;
  margin-top: 72px;
}
.getemail {
  display: flex;
  align-items: center;
  border-radius: 25px;
  border: 1px solid var(--cl-red);
  padding: 5px;
  background-color: #fff;
  color: #000;
  justify-content: space-between;
}
.getemail input {
  border: 0;
  width: 90%;
  padding-left: 0px;
  margin-left: 10px;
  outline: none;
}
.fragen {
  background: #fff;
}
.fragen .toggle {
  text-decoration: underline;
}
.fragen .showmore {
  font-size: 22px;
  padding: 15px 23px;
  border-radius: 10px;
  margin-right: 10px;
  color: #65bebd;
  background: rgba(101, 190, 189, 0.2);
  /*box-shadow: 0 3px 18px rgba(118, 133, 156, 0.23);*/
  text-decoration: none;
}
.dieses {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1920' height='571' viewBox='0 0 1920 571'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='1920' height='571' transform='translate(0 8474)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -8474)' clip-path='url(%23clip-path)'%3E%3Cpath d='M-4492,370h1920l-960,200Zm0,0V0h1920V370Z' transform='translate(4492 8471)' fill='%231e2c5d'/%3E%3C/g%3E%3C/svg%3E%0A")
    top center no-repeat;
  padding: 44px 80px 78px;
}

.banken {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  padding-top: 68px;
  padding-bottom: 0px;
}
.banken {
  line-height: 28px;
}
.banken ul.check-red li:before {
  height: 28px;
}
.banken .gif img {
  display: block;
  border-radius: 10px;
}
.banken video {
  margin-left: -2%;
  width: 95%;
  max-width: 1064px;
}
.banken ul.check-red li {
  margin-bottom: 30px;
}
.banken .img-tablet-screen {
  position: absolute;
  left: -67px;
  top: 8%;
  z-index: 1;
}
.banken .img-phone-screen {
  position: absolute;
  left: 33%;
  top: 28%;
  z-index: 2;
}
.banken .img-watch-screen {
  position: absolute;
  left: 23.6%;
  top: 48%;
  z-index: 1;
}
.banken .gif {
  position: absolute;
  top: -12%;
  right: 10%;
  border-radius: 15px;
  border: 5px solid #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  max-width: 288px;
}
.banken .gif svg {
  position: absolute;
  top: 12%;
  left: -64%;
}
.banken .col + .col {
  margin-left: -4%;
}
.banken .col.pad {
  padding-left: 6.6%;
}

#hl-effect2, .hl-effect2 {
  position: relative;
  display: inline-block;
}
#hl-effect2 span, .hl-effect2 span{ position: relative; z-index: 1}

#hl-effect2::before, .hl-effect2::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 124%;

  font-weight: bolder;
  background: linear-gradient(
      104deg,
      rgba(255, 247, 27, 0) 0.9%,
      rgba(255, 247, 27, 1.25) 2.4%,
      rgba(255, 247, 27, 0.5) 5.8%,
      rgba(255, 247, 27, 0.1) 93%,
      rgba(255, 247, 27, 0.7) 96%,
      rgba(255, 247, 272, 0) 98%
    ),
    linear-gradient(
      183deg,
      rgba(255, 247, 27, 0) 0%,
      rgba(255, 247, 27, 0.3) 7.9%,
      rgba(255, 247, 27, 0) 15%
    );
  padding: 0.6em 13.7px;
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(255, 247, 27, 0.7),
    21px -18.1px 7.3px rgba(255, 255, 255, 1),
    -18.1px -27.3px 30px rgba(255, 255, 255, 1);

  z-index: 0;
  left: -5px;
  transition: width 2s ease-in-out;
}
#hl-effect2 span, .hl-effect2 span {
  position: relative;
  z-index: 1;
}
#hl-effect2.active::before, .hl-effect2.active::before {
  width: calc(100% + 10px);
}
.x1032 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 16% 9% 0;
}
.visa-karten {
  padding-top: 160px;
  padding-bottom: 100px;
}
.visa-karten .row {
  justify-content: space-between;
  align-items: center;
}
.visa-karten .buttons {
  display: flex;
  gap: 20px;
}
.visa-karten .fly457 {
  position: absolute;
  bottom: -48px;
  left: -12%;
}
.visa-karten .img-karte {
  transform: translateX(7%);
}
.visa-karten .fly457-1 {
  position: absolute;
  top: -56px;
  right: -9.3%;
  border-radius: 12px;
}
.zahlungsarten {
  padding-top: 165px;
}
.zahlungsarten .payments {
  margin-top: 2px;
  display: flex;
  gap: 4px;
}
.zahlungsarten .payments img {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(79, 79, 79, 0.16);
  margin-right: 7px;
}

.pad {
  padding: 0 0 0 7.5%;
}
.pad2 {
  margin-left: 21%;
}
.row.reverse .pad {
  padding: 0 0 0 7.5%;
}

.img-income {
  position: relative;
  left: -27px;
  bottom: 88px;
}
.sofort {
  padding-top: 100px;
}
.sofort .globus {
  position: absolute;
  top: 27px;
  left: -49px;
}
.sofort .kartentransaktion-erfolgreich {
  display: flex;
  justify-content: center;
  line-height: 0;
  margin: 43px 0;
}

.sofort .kartentransaktion-erfolgreich .topArrow {
  position: absolute;
  right: 109%;
}
.sofort .kartentransaktion-erfolgreich .topArrow {
  top: 80px;
}
.sofort .btmArrow {
  position: absolute;
  bottom: 26%;
  right: -49%;
}
.zahlungsarten-review-img {
  position: absolute;
  top: -65px;
  right: -19%;
  transition: all 0.5s;
}

.app {
  padding-bottom: 0;
  background: #1b2a59;
}
.app .slider-app {
  margin-bottom: 0;
  margin-left: 30px;
}
.app .slick-vertical .slick-slide {
  justify-content: flex-start;
}
.app .row {
  align-items: flex-end;
}
.app .slick-dots {
  bottom: 21px;
}
.app .slick-dots li button:before {
  color: #fff;
  font-size: 14px;
  opacity: 1;
}
.app .slick-dots li.slick-active button:before {
  color: var(--cl-blue);
}
.app .reviews-marks {
  position: relative;
  margin-bottom: 108px;
}
.app .reviews-marks div {
  position: absolute;
  z-index: 20;
  width: 466px;
  display: flex;
  gap: 13px;
  max-width: 100%;
}

.app video {
  display: block;
  margin-bottom: -2px;
  max-width: 100%;
}
.zahlungen {
  padding-top: 92px;
  padding-bottom: 104px;
}
.zahlungen .roundtext {
  border-radius: 10px;
  background: #1e2c5d;
  color: #fff;
  padding: 7px 11px;
}
.gif-block {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.gif-block img {
  border-radius: 10px;
  margin-bottom: 15px;
}
.gif-video-control2 {
  width: 311px;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  display: block;
  overflow: hidden;
  right: -10%;
  bottom: -62px;
  position: absolute;
  /*z-index: 1;*/
}
.marie-bley-block {
  max-width: 372px;
  margin-top: -55px;
  position: relative;
}

.zahlungen ul li {
  margin-bottom: 13px;
}
.zahlungen .milliarden {
  position: absolute;
  top: -19%;
  right: -7%;
}

.kostenlose .blueblock {
  border-radius: 10px;
  padding: 63px 111px 32px 110px;
}

.kostenlose {
  background: #fff;
}
.kostenlose .arrow-echtzeit {
  position: absolute;
  left: -109px;
  top: -36px;
}

.weltweit-arrow {
  margin-left: -61px;
}
.globus2 {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.eroffnen {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 29px 20px;
  background: url(../images/2025/footer-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.eroffnen .form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 50px;
}
.eroffnen h2 {
  margin-top: 50px;
  margin-bottom: 5px;
}
.system { padding-bottom: 30px }
.system .vertical-tab {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 0;
  justify-content: space-between;
  background: #ecedf0;
  max-width: 973px;
  margin-inline: auto;
  border-radius: 10px;
}
.system .vertical-tab li {
  padding: 15px 25px;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s;
  width: 100%;
  text-align: center;
  position: relative;
  margin-right: -2px;
}
.system .vertical-tab li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 20%;
  right: 1px;
  background: var(--cl-green);
}
.system .vertical-tab li.active {
  background: var(--cl-green);
  color: #fff;
}
.system .vertical-tab li:last-child:before {
  display: none;
}
.system .slider-block {
  display: flex;
  align-items: center;
  max-width: 1267px;
}
.system .slider-block .left-arrow {
  flex-shrink: 0;
}
.system .slider-block .slider-arrow {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translateY(-180%);
}
.system .slider-block .slide-image-mobile {
  display: none;
  margin: 0 auto;
}
.system .slider-block.showmobile .slide-image-mobile {
  display: block;
}
.system .slider-block.showmobile .slide-image-desktop {
  display: none;
}
.system .slider-system .swiper-slide > div {
  text-align: center;
  padding: 40px 20px 270px;
}
.system .slider-system .swiper-slide {
  position: relative;
}
.slider-system .text {
  position: absolute;
  top: 52%;
  right: 20px;
  border-radius: 10px;
  box-shadow: var(--bs-shadow);
  background: #fff;
  padding: 35px 40px 35px 40px;
  text-align: left;
  max-width: 442px;
  box-sizing: border-box;
}
.slider-system .text .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
}
.slider-system .text .list {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.slider-system .text .list > div {
  display: flex;
  gap: 20px;
}
.slider-system .text .cnumber {
  width: 34px;
  height: 34px;
  background: var(--cl-red);
  border-radius: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.system .sw-pag {
  position: relative;
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
  transform: translateY(-218px);
  z-index: 1;
}
.system .sw-pag .text {
  position: absolute;
  left: calc(38% - 220px);
  text-align: left;
  top: -20px;
}
.system .sw-pag .text svg {
  position: absolute;
  top: 28px;
  left: 124%;
}
.system .sw-pag .icons {
  display: inline-flex;
  gap: 10px;
  position: relative;
  z-index: 100;
}
.system .sw-pag .icons span {
  height: 34px;
  width: 2px;
  background: #ccc;
}
.system .sw-pag .icons div {
  cursor: pointer;
  opacity: 0.4;
}
.system .sw-pag .icons div svg {
  display: block;
}
.system .sw-pag .icons div.active {
  opacity: 1;
}
.system .sw-pag .icons div:hover svg .hover,
.system .sw-pag .icons div.active svg .hover {
  fill: #008e95;
}
.system .slider-block.showmobile .sw-pag .text {
  display: none;
}
.system .slider-block .sw-pag .textmobile {
  display: none;
}
.system .bitte-clicken {
  position: absolute;
  right: -30px;
  transform: translateY(-260px);
  z-index: 1;
  width: 146px;
}
.system .slider-block.showmobile .slide-image-mobile + .text {
  display: none;
}
.system .slider-block.showmobile .sw-pag .textmobile1 {
  display: block;
  position: absolute;
  left: calc(50% + 31 * 4px);
  top: 24px;
}
.system .slider-block.showmobile .sw-pag {
  position: relative;
  height: 117px;
}
.system .slider-block.showmobile .sw-pag .swiper-pagination {
  bottom: unset;
  top: 0;
}
.textmobile svg {
  position: absolute;
  left: -41px;
  transform: rotate(-127deg);
  top: -12px;
}
.system .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  --swiper-pagination-color: var(--cl-red);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #fad4ab;
}
.logos2 {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.logos {
  background: var(--cl-blue);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 110px;
}
.logos .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}
.logos-block {
  position: absolute;
  top: 0;
  right: 10px;
  width: 100%;
  height: 100%;
  max-width: 810px;
  background: url(../images/2025/logos-6.webp) fixed repeat-y right;
}
.logos-sticky {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50px, -50%);
}
.logos-block div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*
.logos .logos-block {
  position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: calc(100% - 47.666667% - 40px);
    display: flex;
}

.logos-block .item:nth-child(odd) {
    transform: translateY(-37px);
    animation: animateUp 10s ease-in-out infinite;
}
.logos-block .item:nth-child(even) {
    transform: translateY(37px);
    animation: animateDown 10s ease-in-out infinite;
}
.logos-block .item:not(:last-child) {
    margin-right: 10px;
}
*/
section.trust .container-xl { width: 100%; max-width: 100% }
.ekomi-stat {
  background: #fff;
  width: 318px;
  border-radius: 10px;
  padding: 43px 30px 23px;
  position: relative;
  flex-shrink: 0;
}
.ekomi-stat .ekomi-sign {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.ekomi-stat .star-rating {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d3d2;
  margin-bottom: 16px;
}
.text-rating .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 14px;
}
.text-rating {
  margin-bottom: 18px;
  border-bottom: 1px solid #d5d3d2;
  padding-bottom: 10px;
}
.ekomi-slider-slide {
  padding: 30px;
  background: #fff;
  border-radius: 30px 30px 30px 0px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  margin-inline: 10px;
  width: 320px;
  margin-bottom: 10px;
}
.ekomi-slider-slide-verified {
  background: #d9f3e6;
  border-radius: 10px 0 0px 10px;
  padding: 5px 8px 5px 5px;
  font-size: 14px;
  height: 28px;
  color: #0e9e58;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  gap: 6px;
}
.ekomi-slider-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: flex-end;
  
}
.ekomi-slider-slide-stars {
  display: flex;
  gap: 5px;
  align-items: center;
}
.ekomi-slider-slide .ekomi-slider-slide-stars img {
  width: 18px;
}
.ekomi-slider-slide-time {
  font-size: 13px;
}
.ekomi-slider-slide-review {
  font-size: 16px;
  max-width: 279px;
}

.ekomi-slider-container {
  width: 1120px;
  overflow: hidden;
}

.pagination-slider-arrow {
  border: 0;
  cursor: pointer;
  background: none;
}
.pagination-ekomi {
  display: flex;
  margin-left: 10px;
  justify-content: center;
}
.pagination-slider-dots {
  display: none;
}
.gehts {
  padding: 100px 20px 50px;
  background: #fff;
}
.gehts .items .item {
  display: flex;
  gap: 70px;
  padding: 30px 0;
  border-bottom: 1px solid #d1d1d1;
}
.gehts .items .item img {
  display: block;
}
.gehts .items .item div:first-child {
  flex-shrink: 0;
}

.presse {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.presse .check-info {
  margin-left: 40px;
}
.presse .el-row {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 9px;
  justify-content: flex-end;
}
.presse .el-row div {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 3px;
  border: 3px solid #fff;
  height: 53px;
  padding: 10px;
  display: flex;
  align-items: center;
  width: 100%;

  justify-content: center;
}
#presse-logos .logos-arrow-mobile {
  display: none;
}
.logos-arrow {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-62%);
}
.presse .el-row div:hover,
.presse .el-row div.active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
  border: 3px solid #65bebd;
}
.presse .tuv-short {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.presse .delimiter {
  height: 1px;
  border-bottom: 1px solid #d1d1d1;
  margin: 92px 0 80px;
}
.presse svg {
  max-width: 100%;
}
.presse .toggle {
  padding: 7px 9px;
  background: rgba(101, 190, 189, 0.2);
  border-radius: 3px;
}
/*.pink-gradient { background: url(../images/pink-gradient.png) left center no-repeat;     padding: 9px;}*/
.pink-gradient {
  background: var(--cl-blue);
  color: #fff;
  padding: 5px 4px 5px 12px;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  display: inline-block;
  max-width: 370px;
  width: 100%;
}
.open-overlay.btn-extra strong { margin-left: 5px }
.preise .heading {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  padding-bottom: 84px;
  flex-wrap: wrap;
  gap: 40px;
}
.preise .price-list {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.preise .price-head {
  display: flex;
  padding: 31px 0 0 47px;
  min-height: 148px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.preise .price-item {
  max-width: 347px;
  border-radius: 10px;
  box-shadow: var(--bs-shadow);
  margin-top: -166px;
  overflow: hidden;
}

.preise .price-item .head {
  min-height: 117px;
  background: #1e2c5d;
  color: #fff;
  padding: 31px 42px;
}
.price-weiter {
  background: rgba(101, 190, 189, 0.2);
  font-size: 22px;
  line-height: normal;
  padding-block: 12px;
  text-align: center;
  color: #65bebd;
}
.preise ul li {
  min-height: 91px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 5px;
}
.preise ul li:last-child,
.preise ul li:nth-child(6) {
  border-width: 0;
}
.preise .price-list.opened ul li:nth-child(6) {
  border-width: 1px;
}
.preise .titles {
  padding-left: 3.5%;
	    max-width: 340px;
}
.preise .features-list {
  overflow: hidden;
  transition: height 1s linear;
  padding: 0 42px 0px;
  font-size: 16px;
}
.preise .price-item .features-list {
  background: #fff;
}
.preise .buttons {
  display: flex;
  gap: 20px;
  margin-top: 26px;
  align-items: center;
}
.preise .button-block {
  width: 100%;
  text-align: center;
}
.preise .buttons a {
  font-size: 24px;
}
.preise .toggle {
  text-align: center;
  color: var(--cl-blue);
  display: block;
}
.preise .block-icons {
  display: none;
}
.preise .setTrtoggle {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.preise .setTrtoggle strong {
  font-size: 24px;
  font-family: "Paralucent", sans-serif;
  color: var(--cl-red);
}
.preise .setTrtoggle svg {
  margin: 0 0 0 10px;
}
.preise .setTrtoggle.opened svg {
  transform: rotate(-180deg);
}
.preise .cl1 {
  position: relative;
}
.kundbar {
  display: flex;
  gap: 20px;
}
.kundbar img {
  border-radius: 100%;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
}

form input {
  border: 1px solid var(--cl-blue);
  border-radius: 5px;
  color: var(--cl-blue);
  padding: 21px;
  font-family: Inter;
  font-size: 20px;
}
form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.btn-listing {
  mix-blend-mode: multiply;
  position: fixed;
  opacity: 0;
  right: 26px;
  top: 35%;
  text-align: right;
  padding-right: 22px;
  padding-left: 0;
  font-size: 16px;
  transition: all 1s;
}
.btn-listing.active {
  opacity: 1;
}

.btn-listing:before {
  content: "";
  width: 13px;
  background: var(--cl-red);
  border-radius: 10px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 0px 50px 11px rgba(59, 59, 59, 0.07);
}

.btn-listing .active a:after {
  content: "";
  width: 5px;
  background: #fff;
  border-radius: 10px;
  height: 17px;
  position: absolute;
  right: -18px;
  top: 10px;
}

.btn-listing li {
  list-style-type: none;
  transition: 0.3s;
}

.btn-listing li a {
  padding: 0px 10px;
  margin-bottom: 0;
  display: block;
  position: relative;
  text-align: right;
  color: #888888;
  transition: 0.3s;
  line-height: 28px;
}
.btn-listing li a.f12 {
  line-height: 18px;
}
.btn-listing li a.f12:after {
  content: "⋅";
  display: inline-block;
  margin-left: 5px;
}
.btn-listing li a img {
  position: relative;
  top: -2px;
}

.btn-listing .active a {
  color: var(--cl-red);
  font-weight: 700;
}
.btn-listing--second-theme li.active a {
  color: #fff;
}

footer {
  background: var(--cl-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 40px 20px;
  font-size: 16px;
  position: relative;
}
footer a {
  color: #fff;
}
footer a img {
  display: block;
}
footer .menu {
  display: flex;
  gap: 17px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
footer .row1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .contact {
  display: flex;
  gap: 35px;
}
footer .contact a {
  display: flex;
  gap: 10px;
  font-size: 18px;
  align-items: center;
}
footer .contact a > span span:last-child {
  display: block;
  font-size: 12px;
}

.slick-vertical .slick-slide {
  display: flex;
  justify-content: flex-end;
}
.tooltip-blue {
  background: var(--cl-blue);
  border: 0 !important;
  color: #fff;
  padding: 12px 17px;
  border-radius: 10px;
  max-width: 320px;
}

.tooltip-white {
  background: #fff;
  border: 1px solid #22314e !important;
  color: #22314e;
  padding: 12px 17px;
  border-radius: 10px;
  max-width: 350px;
}

.tooltip-white-box {
  background: #fff;
  border: 1px solid #22314e !important;
  border-radius: 10px;
  color: #22314e;
  padding: 12px 17px;
  max-width: 650px;
}
.tooltip-white-box ul {
  margin-left: 10px;
}

.tooltip-white-box-short {
  background: #fff;
  border: 1px solid #22314e !important;
  border-radius: 10px;
  color: #22314e;
  padding: 12px 14px;
  max-width: 371px;
}
.tooltip-white-box-short ul {
  margin-left: 10px;
}

.tooltip-white-box-short-bottom {
  background: #fff;
  border: 1px solid #fff !important;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  line-height: 16px;
  padding: 12px 17px;
  max-width: 400px;
}
.tooltip-white-box-short ul {
  margin-left: 10px;
}

.tooltip-dark-blue {
  background: var(--cl-dark-blue);
  border: 0 !important;
  color: #fff;
  padding: 12px 17px;
  border-radius: 10px;
  max-width: 320px;
}

/* close video button with effect */

.circCont {
  display: inline-block;
}

.circle {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 4px solid #e91e63;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 10px 20px;
}
.circle:after {
  width: 24px;
  height: 4px;
  background-color: #fff;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*@include transform-origin(100%,100%);*/
}
.circle:before {
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  width: 24px;
  height: 4px;
  background-color: #fff;
  content: "";
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /*@include transform-origin(0%,0%);*/
}

.fromMiddle:before,
.fromMiddle:after {
  z-index: 9999;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  -moz-transition: ease-in-out 400ms;
  -o-transition: ease-in-out 400ms;
  -webkit-transition: ease-in-out 400ms;
  transition: ease-in-out 400ms;
}
.fromMiddle span {
  width: 38px;
  height: 38px;
  background-color: #e91e63;
  display: inline-block;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  left: -2px;
  top: -2px;
  z-index: -9999;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);

  opacity: 1;
  -moz-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}

.fromMiddle:hover:before,
.fromMiddle:hover:after {
  position: absolute;
  background-color: #e91e63;
}
.fromMiddle:hover span {
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}
.circle[data-animation="magnify"]:not(.magnify) {
  -moz-transition: ease-in-out 100ms;
  -o-transition: ease-in-out 100ms;
  -webkit-transition: ease-in-out 100ms;
  transition: ease-in-out 100ms;
}
.circle[data-animation="magnify"]:not(.magnify):hover {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.circle.magnify {
  -moz-transition: ease-in-out 200ms;
  -o-transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 0;
}

.video-fixed {
  position: fixed;
  z-index: 10000000000;
  bottom: 20px;
  right: 20px;
  width: 432px;
  height: 245px;
  padding: 0 !important;
}
.video-block .video-player-nf .video-fixed iframe {
  height: 243px;
  position: relative;
}
.close-video {
  display: none;
}
.video-fixed .close-video {
  position: absolute;
  top: -29px;
  right: 24px;
  width: 30px;
  display: block;
  z-index: 1;
}
.show1700 {
  display: none;
}

.gif-video-control {
  position: relative;
  cursor: pointer;
}
.gif-video-control2 {
  cursor: pointer;
}
.gif-video-control3,
.gif-video-control4 {
  cursor: pointer;
  display: block;
}
.gif-video-control4 .gif-video-mute,
.gif-video-control3 .gif-video-mute,
.gif-video-control2 .gif-video-mute,
.gif-video-control .gif-video-mute {
  position: fixed;
  top: 100%;
  left: 100%;
  width: 88px;
  transform: translate(-50%, -50%);
  z-index: 10001;
}

.gif-iframe-parent,
#gif-video3,
.gif-video-control4 #gif-video4,
.gif-video-control4 #gif-video4,
.gif-video-control4 #overlay-gif-video4,
.gif-video-control3 #gif-video3,
.gif-video-control3 #overlay-gif-video3,
.gif-video-control2 #gif-video2,
.gif-video-control2 #overlay-gif-video2,
.gif-video-control #gif-video,
.gif-video-control #overlay-gif-video {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
}
.gif-video-control4 #gif-video4.out,
.gif-video-control4 #overlay-gif-video4.out,
.gif-video-control3 #gif-video3.out,
.gif-video-control3 #overlay-gif-video3.out,
.gif-video-control2 #gif-video2.out,
.gif-video-control2 #overlay-gif-video2.out,
.gif-video-control #gif-video.out,
.gif-video-control #overlay-gif-video.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#overlay-gif-video,
#overlay-gif-video2,
#overlay-gif-video3,
#overlay-gif-video4 {
  z-index: 10001;
}
#overlay-gif-video img,
#overlay-gif-video2 img,
#overlay-gif-video3 img,
#overlay-gif-video4 img {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 35px;
  border: 0;
  border-radius: 100%;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

.gif-trigger .gif-iframe-overlay,
.gif .gif-iframe-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11000;
}
.gif-trigger iframe,
.gif iframe {
  background: rgba(0, 0, 0, 0.9);
}

@media (max-width: 1800px) {
  .zahlungsarten-review-img {
    right: 0;
    width: 74%;
  }
}
@media (max-width: 1700px) {
  .show1700 {
    display: block;
  }
}
@media (max-width: 1600px) {
  .hero .bg {
    background-size: 63%;
    background-position-y: 223%;
  }
  .visa-karten .fly457-1 {
    right: -6%;
  }
}

@media (max-width: 1475px) {
  body {
    background-size: 113%;
  }
  .btn-listing {
    display: none !important;
  }
  .visa-karten .fly457-1 {
    right: 0;
  }
  .visa-karten .img-karte {
    transform: unset;
  }
  .gif-video-control2 {
    right: -20px;
  }
  .hero .bg {
    background-size: 61%;
    background-position-y: 124%;
  }
}
@media (max-width: 1320px) {
  body {
    background-size: 124%;
  }
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .system .vertical-tab {
    margin-left: auto;
    justify-content: center;
  }
  .pad {
    padding-left: 0;
  }
  .row.reverse .pad {
    padding-right: 0;
  }
  .col {
    max-width: 50%;
  }
  .hero .logos-icons {
    left: 50px;
  }

  .hero-logos .logos3 div {
    gap: 15px;
  }
  .banken .col + .col {
    margin-left: 0;
  }
  .banken .col.pad {
    padding-left: 3.6%;
  }
  .banken .gif {
    width: 46%;
    max-width: 219px;
    top: -14%;
  }
  .banken .gif svg {
            left: -67%;
        width: 60%;
        top: 43%;
  }
  .tuv-short .col {
    max-width: unset;
  }
  .preise .cl1 {
    padding-left: 23%;
  }
  .preise .buttons > div:first-child {
    width: 32%;
    margin-left: 20px;
  }
  .weltweit-arrow {
    margin-left: 20px;
  }
  .app {
    padding-right: 0;
  }
  .app .container-xl {
    padding-right: 0;
  }
  .app .row .col:first-child {
    width: 315px;
    flex-shrink: 0;
  }
  .app .row .col:last-child {
    max-width: 100%;
  }
  .logos .logos-block {
    max-width: 50%;
    background-size: 50vw;
  }
}
@media (max-width: 1260px) {
  .f50 {
    font-size: 40px;
    line-height: 50px;
  }
  .row.reverse .pad {
    padding-left: 5.5%;
  }
  .hide1000 {
    display: none;
  }

  .hero .gif svg {
    display: none;
  }
  .hero .gif svg.tablet {
    display: block;
  }
  .hero .bg {
    background-position-y: 102%;
    background-position-x: -14%;
    background-size: 68%;
  }
  .hero-logos .logos3 {
    width: 55%;
  }
  .hero-logos .logos3 div {
    flex-shrink: 0;
  }
  #hero-arrow {
    display: none;
  }
  .visa-karten .fly457-1 {
    right: 0;
    top: -26px;
  }
  .zahlungen .milliarden {
    right: -46px;
  }

  .presse .tuv-short .logos2 {
    max-width: 500px;
    justify-content: center;
  }
  .banken .col > img {
    transform: scale(1.3) translateX(22px) translateY(50px);
  }
  .banken .gif {
    top: 61%;
    width: 61%;
  }
  .banken .gif svg {
    transform: scaleX(-1) rotate(149deg);
    top: -10%;
  }

  .system .showmobile .sw-pag .icons {
    transform: unset;
  }
  .slider-system {
    margin-top: 20px;
  }
  .swiper-pagination {
    max-width: 400px;
  }
}
@media (max-width: 1173px) {
  body {
    background-size: 150% 800px;
  }
  .gehts .logos3 {
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-end;
  }
  .hero .gif {
    width: 30%;
    top: 23%;
  }
  .banner22-logobar .imgcontainer {
    position: relative;
  }
  .hero-logos .logos3 div {
    max-width: 217px;
    flex-shrink: 0;
  }
  .gif-video-control2 {
    right: 5px;
    width: 49%;
  }
  .kostenlose .arrow-echtzeit {
    left: -133px;
  }
  .visa-karten .fly457 {
    left: -2%;
    bottom: -53px;
  }
  .kostenlose .blueblock {
    padding: 20px;
  }
  .sofort .btmArrow {
    right: -150px;
    width: 120px;
  }
  .system .bitte-clicken {
    transform: translateY(-25vw);
  }
}
@media (max-width: 1100px) {
  .container-s {
    max-width: 934px;
  }
  .container-xl {
    max-width: 974px;
  }
  .container {
    max-width: 934px;
  }
  .wt-100 {
    max-width: unset;
  }
  .pad2 {
    margin-left: 0;
  }
  .f55 {
    font-size: 46px;
    line-height: 56px;
  }

  .hero .bg {
    background-position-y: 78%;
    background-position-x: -22%;
    background-size: 67%;
  }
  .banken .gif {
    top: 51%;
    width: 61%;
  }
  .banken .gif svg {
    transform: scaleX(-1) rotate(149deg);
    top: -30%;
  }

  .awatch {
    max-width: 100% !important;
  }
  .visa-karten .img-karte {
    transform: unset;
    max-width: 100%;
  }
  .blueblock .row > div:first-child {
    max-width: 359px !important;
    width: 100%;
  }

  .preise .buttons {
    font-size: 12px;
    line-height: 1.1;
    gap: 0;
  }
  .zahlungen .row {
    justify-content: space-between;
  }
  .presse {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .freelancer-slider {
    padding-bottom: 0;
  }
  .eroffnen {
    max-width: 854px;
    margin: 0 auto;
    padding-inline: 0;
  }
  .kostenlose {
    padding-bottom: 50px;
  }
  .kundbar {
    margin-right: 40px;
  }
  .zahlungen .milliarden {
    width: 320px;
  }
  .logos .logos-block {
    max-width: 40%;
    background-size: 40vw;
  }
}
@media (max-width: 1000px) {
  .banken .col40,
  .banken .col60 {
    width: auto;
  }
  .hide1000 {
    display: none;
  }
  .text-center-tablet {
    text-align: center;
  }
  .hero .form img {
    width: 60vw;
    margin-top: 44px;
  }
  .hero .row {
    flex-wrap: wrap;
  }
  .hero .row .col30:nth-child(2) {
    width: 100%;
    margin-bottom: 30px;
  }
  .hero .row .col30:first-child {
    width: 50%;
    order: 1;
  }
  .hero .row .col30:nth-child(3) {
    width: 50%;
    order: 2;
  }
  .hero .gif {
    position: relative;
    left: 0;
    top: 0;
    width: 90%;
  }
  .hero .c1 strong,
  .hero .c1 {
    color: var(--cl-blue);
  }
  .hero .gif svg.tablet {
    display: none;
  }
  .hero .gif svg.mobile {
    display: block;
    top: -131px;
    left: 40%;
  }
  .hero-logos .logos3 {
    width: 50%;
    gap: 18px;
  }
  .banken .row {
    flex-direction: column-reverse;
  }
  .banken .row .col {
    max-width: 100%;
  }
  .banken .mb50 {
    margin-bottom: 0;
  }
  .banken .f45 {
    margin-bottom: 40px !important;
    text-align: center;
  }
  .banken .space50 {
    display: none;
  }
  .banken .space30 {
    display: none;
  }
  .banken .gif {
    top: -93px;
    right: 5%;
  }
  .banken .row .col.relative {
    margin-top: 10px !important;
    text-align: center;
  }
  .banken .gif svg {
    transform: scaleY(-1) scaleX(-1) rotate(177deg);
    top: 36%;
    width: 116px;
    left: -47%;
  }
  .zahlungen {
    padding-inline: 20px;
  }
  .zahlungen .milliarden {
    right: -20px;
  }
  .brand-descs {
    padding-left: 20px;
  }
  .freelancer-slider .row {
    flex-wrap: wrap;
  }
  .slider1 {
    order: 5;
    width: 100%;
    flex-shrink: 0;
    grid-template-columns: repeat(7, 1fr);
    padding: 10px;
  }
  .slider-one {
    width: 40%;
  }
  .freelancer-slider .row .col50 {
    width: 58%;
  }
  .freelancer-slider {
    padding-bottom: 70px;
    padding-inline: 20px;
  }
  section.video {
    background-position-y: 140%;
  }
  .logos-arrow {
    display: none;
  }
  #presse-logos .logos-arrow-mobile {
    display: block;
    margin-left: auto;
    margin-top: 20px;
  }
  .preise .titles {
    padding-left: 0;
  }
  .preise .price-item .head,
  .preise .features-list {
    padding-inline: 20px;
  }
  .preise .heading {
    padding-bottom: 30px;
  }
  .preise .block-icons {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 46px;
    align-items: flex-end;
  }
  .preise .buttons > div:first-child {
    display: none;
  }

  .gehts .items .item img {
    width: 72px;
  }
  .system .bitte-clicken {
    font-size: 12px !important;
    right: -12px;
  }
  .system .bitte-clicken .f22 {
    font-size: 16px !important;
    line-height: 20px;
  }
  .system {
    padding-inline: 0;
  }
}
@media (max-width: 900px) {
  .hide900 {
    display: none;
  }
  body {
    background-size: 150% 800px;
  }
  .kostenlose .blueblock {
    padding: 0px;
  }
  .kostenlose .blueblock img {
    transform: scale(1.1);
  }
  .pad2 {
    margin-left: 0;
  }
  .system .sw-pag .icons {
    top: 47px;
  }
  .system .sw-pag .text svg {
    left: 98%;
  }
  .preise .price-list {
    gap: 14px;
    margin-right: 10px;
  }
  .hero .content {
    padding-inline: 22px;
  }
  .hero .plashka {
    margin-inline: -22px;
  }
  .hero-logos .logos3 div img {
    width: 73px !important;
    height: auto;
  }
  .beleg-row .buttons.hide-desktop {
    display: block;
    margin-top: 10px;
  }
  .beleg-row .buttons.hide-mobile {
    display: none;
  }
  .sofort .kartentransaktion-erfolgreich {
    justify-content: flex-start;
  }
  .gif-video-control2 {
    position: relative;
    left: auto;
    right: 0;
    width: 90%;
    display: inline-block;
    bottom: 0;
    margin-top: 40px;
  }
  .sofort .row {
    align-items: flex-start;
  }
  .sofort .kartentransaktion-erfolgreich {
    margin-top: 22px;
    margin-bottom: 130px;
  }
  .sofort .btmArrow {
    top: -36px;
  }
  .sofort .kartentransaktion-erfolgreich .topArrow {
    left: 150px;
    top: calc(100% + 30px);
    transform: rotate(349deg);
  }
  .zahlungen .row .col50:last-child {
    padding-left: 20px;
  }
  .zahlungen .row .col50:last-child br {
    display: none;
  }
  .system .f45 br {
    display: none;
  }
  .logos {
    padding-bottom: 0;
  }
  .logos .logos-block {
    position: relative;
    left: -20px;
    right: -20px;
    width: calc(100% + 40px);
    height: 900px;
    max-width: unset;
    background-size: 100vw;
  }
  .logos-sticky {
    top: 350px;
    left: unset;
    right: 0px;
  }
  .logos .col40 {
    width: 100%;
    padding-bottom: 50px;
  }
  .system .bitte-clicken svg {
    height: 45px;
    margin-top: 5px !important;
  }
  .slider-system .text .list { gap:5px; font-size: 16px;}
  .slider-system .text .title { margin-bottom: 5px }
  .slider-system .text { padding: 19px 14px }
  .slider-system .text .cnumber { width: 20px; height: 20px; margin-top: 5px }
  .slider-system .text .list > div { gap: 10px; }
}
@media (max-width: 767px) {
  body {
    background-size: 150% 760px;
  }
  .f45 {
    font-size: 35px;
    line-height: 45px;
  }
  .container-xl {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  .preise-table td {
    padding: 5px 10px 5px 10px !important;
  }
  .hero .container-xl {
    justify-content: center;
  }
  .banner22-logobar {
    box-shadow: none;
  }
  .header .container-xl {
    gap: 10px;
    padding: 0 10px;
  }
  .header .right button {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 9px 14px;
  }
  .header .right button span {
    display: flex;
    align-items: center;
  }
  .header .right button.btn svg {
    margin-left: 8px;
    width: 18px;
  }
  .visa-karten .fly457-1 {
    width: 50%;
  }
  .beleg-row .buttons.hide-desktop {
    display: none;
  }
  .beleg-mobile {
    display: block;
    text-align: center;
  }
  .preise .cl1 {
    padding-left: 41%;
  }
  .preise .buttons > div:first-child {
    width: 33%;
  }
  .logos-sticky {
    right: -20px;
    top: 270px;
  }
  .logos .col40 {
    width: 52%;
  }
  .gehts .col {
    width: 50%;
  }
  .preise .block-icons {
    display: none;
  }
  .block-icons-mobile {
    display: block !important;
    margin-top: 40px;
    font-size: 16px;
    padding-inline: 10px;
  }
}

/* accordion */
.accordion {
  color: #000;
  cursor: pointer;
  padding: 23px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: #ecedf0;
  font-size: 19px;
  font-weight: 400;
}
.accordion .title-with-ln {
  width: 100%;
}

.accordion:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.958' height='13.386' viewBox='0 0 29.958 13.386'%3E%3Cg transform='translate(2.096 1.859)'%3E%3Cpath data-name='Path 638' d='M0,25.766,9.431,12.883,0,0' transform='translate(0 9.431) rotate(-90)' fill='none' stroke='%2365BEBD' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  height: 13px;
  transition: 0.4s;
  vertical-align: baseline;
  width: 30px;
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.accordion.active {
  border-radius: 5px 5px 0 0;
}
.accordion.active:after {
  transform: rotate(0deg);
}
.accordion.active + .accordion-panel {
  padding-bottom: 20px;
}
.accordion-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 20px;
  position: relative;
  border-radius: 0 0 5px 5px;
}

.accordion-panel p {
  padding-top: 10px;
}
.accordion-panel li {
  margin-bottom: 10px;
}
/* table responsive */

.table-container {
  overflow-x: auto;
  max-width: 100%;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 8px;
}

.table tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}

.table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #f2f2f2;
}

/* Custom Scrollbar */
.table-container::-webkit-scrollbar {
  height: 6px;
}

.table-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-container::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

.table-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (max-width: 768px) {
  .ekomi-slider-container { width: auto; }
  .table-container {
    overflow-x: scroll;
  }
}

@media (max-width: 700px) {
  body {
    background-size: 150% 800px;
  }
  .row {
    flex-direction: column;
  }
  .col50 {
    width: 100%;
  }
  .space40 {
    height: 25px;
  }

  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-center-mob {
    text-align: center;
  }
  body {
    --border-radius: 30px;
  }
  .col45 {
    width: 100%;
  }
  footer .row1 {
    align-items: center;
  }
  footer .row1,
  footer .row1 .contact {
    flex-direction: column;
    gap: 20px;
  }
  footer .row1 .contact {
    width: 200px;
  }
  :root {
    --border-radius: 10px;
  }
  h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .f20 {
    font-size: 16px;
    line-height: 20px;
  }
  .f32 {
    font-size: 26px;
    line-height: 31px;
  }
  .f50 {
    font-size: 35px;
    line-height: 45px;
  }
  .f46 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .f36 {
    font-size: 26px;
  }
  .f64 {
    font-size: 44px;
  }
  .f54 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  .f14-m {
    font-size: 14px;
    line-height: 20px;
  }
  .f26-m {
    font-size: 26px;
    line-height: 32px;
  }
  .tooltip-white-box-short {
    max-width: 310px;
  }
  .pad2 {
    margin-left: 0;
  }
  .col40,
  .col,
  .col60 {
    max-width: 100%;
    width: 100%;
  }
  .space50 {
    height: 0;
  }
  .space150 {
    height: 50px;
  }
  ul.check-red li:before {
    width: 18px;
    height: 18px;
    background-size: contain!important;
  }
  .hero ul.check-red li:before {
    margin-top: 0;
  }
  .section-block {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
  }
  .section-block .container-xl {
    padding: 0;
  }
  .slider-block {
    margin: 0 ;
  }
  .system .slider-block .umsatzsteuer-mobile {
    margin-left: 0px;
  }
  .row {
    gap: 20px;
  }
  .row.reverse .pad {
    padding-left: 0;
    padding-right: 0;
  }

  .row .col30 {
    width: 100% !important;
  }
  .buttons {
    flex-direction: column;
  }
  .buttons br {
    display: none;
  }
  .header .btn span {
    transform: translateY(0);
  }
  .header .btn svg {
    transform: translateY(-1px);
  }
  .btn {
  }
  .btn svg {
    width: 20px;
    margin-left: 10px;
  }
  /*    .btn.mobile-small-1 { font-size: 22px }
    .btn.mobile-small-1 svg { width: 20px; margin-left: 10px; }
    .btn.mobile-small-2 {     font-size: 18px;   padding: 12px 14px; }
    .btn.mobile-small-2 svg { width: 15px; margin-left: 3px; }
    */
  .header .btn {
    padding: 8px;
    font-size: 12px;
  }
  .header .btn svg {
    margin-left: 6px;
    width: 15px;
  }
  .header .right {
    gap: 5px;
  }
  .header p {
    line-height: normal;
  }

  .sofort .row {
    flex-direction: column-reverse;
  }
  .visa-karten .fly457-1 {
    top: -14px;
    width: 80%;
  }
  .visa-karten .row {
    gap: 30px;
  }
  .visa-karten .row.reverse {
    gap: 25px;
  }
  .visa-karten .fly457 {
    left: 10px;
    top: calc(100% - 14px);
    bottom: unset;
    width: 70%;
  }
  .awatch { margin-top: 60px }
  .sofort .row.long {
    flex-direction: column;
    gap: 12px;
  }
  .hero .content {
    padding: 30px;
  }
  .hero .bg {
    position: relative;
    min-height: 450px;
    background-position-x: 19%;
  }
  .hero .container-xl {
    padding: 0;
  }
  .hero .logos-icons {
    left: 10px;
    width: 95%;
  }
  .hero-arrow-700 {
    display: block !important;
    margin-bottom: 20px;
    margin-inline: auto;
    transform: translateX(-50%);
  }
  .hero .gif {
    margin-bottom: 20px;
  }
  .hero .gif svg.mobile {
    display: none;
  }
  .hero .row .col30:nth-child(2) {
    margin-bottom: 0;
  }
  .hero .form img {
    width: 86vw;
    margin-top: 44px;
  }
  .banner22-logobar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .visa-karten .buttons {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
  }
  .logos {
    padding-bottom: 16px;
  }
  .logos .logos-block {
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
    margin-top: 20px;
    min-height: 450px;
    background-position: -3px 0;
    background-size: contain;
  }
  .logos .logos-block img {
    width: 55%;
  }
  /*.logos .mehr_als {max-width: 292px!important}*/
  .dieses .f54 {
    font-size: 31px;
    line-height: 38px;
  }
  .globus2 {
    width: 69px;
    left: -20px;
    top: 20px;
  }
  .gehts .items .item {
    flex-direction: row;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .gehts .items .item div:first-child {
    flex-shrink: 0;
    max-width: 56px;
  }
  .gehts .items .item:last-child { border:0; }
  .banner22-logobar .imgcontainer {
    position: relative;
    padding-block: 30px;
    padding-inline: 0;
    justify-content: center;
    flex-direction: column;
  }
  .hero-logos {
    padding-inline: 0;
  }
  .hero-logos .logos3 {
    width: 100%;
    justify-content: center;
  }
  .hero-logos .logos3 div img {
    width: 100px !important;
  }
  .banner22-logo {
    margin-right: 00px;
  }
  .gehts {
    padding: 80px 0 40px 0;
  }
  .gehts .col {
    width: 100%;
  }
  .gehts .f45 {
    text-align: center;
  }
  .gehts .logos3 {
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-end;
  }
  .gehts .logos3 div {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gehts .logos3 div img {
    width: 102px;
  }

  .section-block.freelancer-slider {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider-text .item {
    padding-right: 16px;
    padding-left: 16px;
  }
  .slider-text .item .f18 {
    text-align: center;
  }
  .slider img {
    width: 74px;
  }

  .slider-text .item .quote {
    padding: 20px 15px;
    margin-top: 10px;
    font-size: 14px;
  }
  .freelancer-slider .buttons span {
    width: 47px;
    height: 47px;
    margin-right: 20px;
  }

  .freelancer-slider .buttons {
    justify-content: center;
  }
   
  .freelancer-slider .row .col50 {
    width: 100%;
  }
  .slider-one { width: 100% }
  .slider-one .one-block { display: flex; flex-direction: row; gap: 20px; align-items: flex-end; }
  
  .slider-one .one-block .author-meta { display: flex!important; flex-direction: column;  width: 50%; padding-right: 20px; flex-shrink: 0; text-align: left;}
  .slider-one .one-block .author-meta .author { margin-bottom: 20px}
  .slider-text .item  .author, .slider-text .item > p{ display: none }
  .weltweit,
  .zahlungsarten {
    padding-bottom: 80px;
  }
  .weltweit .reverse {
    flex-direction: column;
  }
  .sofort {
    padding-bottom: 60px;
  }
  .sofort .kartentransaktion-erfolgreich {
    text-align: center;
  }
  .sofort .kartentransaktion-erfolgreich div {
    transform: translateX(0);
  }
  .sofort .kartentransaktion-erfolgreich .btmArrow {
    position: relative;
    bottom: unset;
    left: 0;
    right: 0;
    top: 0;
    width: 32%;
    margin-bottom: 30px;
    height: auto;
  }
  .sofort .buttons {
    text-align: center;
  }
  .gif-video-control2 {
    width: 60%;
    margin-top: -79px;
  }
  .zahlungsarten-review-img {
    top: -30px;
    width: auto;
  }
  /*.uberweisungen img { transform:scale(1.2);}*/
  .kostenlose {
    padding-bottom: 90px;
  }
  .kostenlose .blueblock img {
    transform: scale(1.15);
    margin-top: 20px;
  }
  .kostenlose .blueblock .row {
    flex-direction: column;
  }
  .kostenlose .space30 + .space30 {
    display: none;
  }
  .kostenlose .blueblock {
    padding: 36px 20px 20px 20px;
  }
  .kostenlose .blueblock .row {
    gap: 10px;
  }
  .kostenlose .uberweisungen .row {
    flex-direction: column;
  }
  .kostenlose .arrow-echtzeit {
    left: -106px;
    top: -48px;
  }
  .zahlungen {
    padding-bottom: 90px;
  }
  .zahlungen .container {
    margin-bottom: 30px;
  }
  .zahlungen .milliarden {
    width: 50%;
    top: 14%;
  }
  .zahlungen .automatisch-verknupft {
    padding: 0 0px;
  }
  .zahlungen .marie-bley-block {
    margin-top: 0;
  }
  .zahlungsarten .payments {
    gap: 8px;
  }
  .milliarden {
    margin-top: -62px;
  }
  /*
    .app .slick-dotted.slick-slider {
      margin-bottom: -13px;
    }
    .app .slick-vertical .slick-slide { padding: 3px 0 }
    */
  .app .slick-vertical .slick-slide img {
    display: block;
    height: 100%;
    margin: 10px;
  }
  .app .slider-app {
    margin-left: 0;
  }
  .app .reviews-marks2 {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    margin-top: 50px;
    width: 100%;
    justify-content: center;
  }
  .app .reviews-marks2 img {
    width: 80px;
  }
  .app .slick-dots {
    bottom: -25px;
  }
  .app video {
    margin-bottom: 1px;
  }
  .banken .row .col.relative {
    margin-top: 120px !important;
    margin-bottom: 50px;
  }
  .banken .mob {
    min-height: 370px;
  }
  .banken .img-tablet-screen {
    left: -21px;
    top: 2%;
  }
  .banken .img-watch-screen {
    left: 25.6%;
    top: 17%;
    width: 35%;
  }
  .banken .img-phone-screen {
    left: 59%;
    top: 12%;
    width: 50%;
  }

  .system {
    padding-bottom: 140px;
  }
  .system .vertical-tab {
    margin-left: 0;
    flex-wrap: wrap;
    margin: 10px 0;
    background: none;
    gap: 10px;
    row-gap: 10px;
  }
  .system .vertical-tab li:before {
    display: none;
  }
  .system .vertical-tab li {
    background: #ecedf0;
    width: calc(50% - 10px);
  }
  .system .bitte-clicken { width: 150px; font-size: 16px!important;
    transform: unset;
    right: 62px; margin-top: 15px;}
  .system .bitte-clicken .f22 { font-size: 22px!important }
  .system .bitte-clicken svg {     position: absolute;
    right: -20px;
    transform: rotate(210deg) scaleX(-1);
    top: -20px;
   }
  .system .slider-block .slider-arrow {
    position: absolute;
    position: absolute;
    bottom: 0;
    left: calc(50% + 70px);
    z-index: 100;
    transform: unset;
  }
  .system .slider-block .slider-arrow.left-arrow { left: calc(50% - 130px); }
  .system .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .slider-system { padding-bottom: 50px; }
  .system .slider-system .swiper-slide > div { padding-bottom: 20px; padding-inline: 5px; }
  .slider-system .text {  position: relative; right:unset; bottom: unset; width: 100%; max-width: 100%; box-shadow:  0 2px 5px rgba(0, 0, 0, 0.16);  }
  .slider-system img.shadow {box-shadow:  0 2px 5px rgba(0, 0, 0, 0.16);  }
  .system .sw-pag {
    position: relative;
    bottom: unset;
    height: unset;
    left: unset;
    transform: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .system .sw-pag .icons { top: unset }
  .system .slider-block.showmobile .sw-pag {
    width: calc(100% + 50px);
  }
  .system .slider-block.showmobile .sw-pag {
    bottom: -10px;
    width: calc(100% + 50px);
  }
  .system .slider-block.showmobile .sw-pag .textmobile {
    left: calc(30% + 18 * 5px);
    top: 30px;
  }

  .system .sw-pag .text {
    left: calc(50% - 152px);
    top: 48px;
    line-height: normal;
  }
  .system .sw-pag .textmobile {
    text-align: center;
    line-height: normal;
  }
  .system .sw-pag .textmobile svg {
    top: -22px;
    left: 47px;
  }
  .system .sw-pag .text svg {
    top: -25px;
    right: 27px;
  }
  .system .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 22px;
    position: relative;
  }
  .logos .buttons img {
    position: absolute;
    right: -36px;
    bottom: 55px;
    width: 82px;
  }
  .logos .col40 {
    width: 100%;
    padding-bottom: 0;
  }
  .logos-ohne,
  .logos-sticky {
    display: none;
  }
  .logos .buttons img.logos-ohne-2 {
    display: block !important;
    margin: 10px auto;
    position: relative;
    right: unset;
    bottom: unset;
    width: unset;
    margin: 0;
  }
  .logos .buttons img.logos-ohne-21 {
    display: block !important;
    margin: 10px auto;
    position: relative;
    right: unset;
    bottom: unset;
    width: unset;
    margin: 0;
    margin-bottom: -59px;
    z-index: 1;
  }
  .presse {
    padding-bottom: 70px;
  }
  .presse .row.reverse {
    flex-direction: column !important;
  }
  .presse .delimiter {
    display: none;
  }
  .presse-logos {
    order: 0;
  }
  .presse .brand-descs {
    display: contents;
  }
  .presse .brand-descs .swiper {
    order: 3;
    max-width: 100%;
  }
  .presse .f32 { text-align: center; font-size: 34px!important; line-height: 44px }
  #presse-logos { order: 2; }
  .presse .brand-descs .f32 { order: 1; margin-bottom: 20px}
  .logos-arrow-mobile { transform: scaleX(-1); }
  .kundbar {
    margin: 0 auto;
  }
  .kundbar img {
    max-width: 80px;
    display: block;
  }
  .tuv-short .logos2 {
    display: flex;
    flex-wrap: nowrap;
  }
  section.tuv { padding-bottom: 40px }
  .tuv-short { flex-wrap: wrap; }
  .tuv-short .row { order: 1; width: 50%; flex-direction: row;}

  .preise {
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .preise .price-item {
    padding: 10px 0px;
  }
  .preise .head {
    gap: 10px;
    padding-bottom: 28px;
  }
  .preise .buttons a {
    font-size: 18px;
  }
  .presse .tuv-short {
    flex-direction: column;
    gap: 40px;
  }
  .preise-table tr td {
    padding: 4px 5px 4px 5px !important;
  }
  .preise-table tr td {
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
  }
  .preise-table tr:first-child td {
    vertical-align: top;
    font-size: 16px;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .preise-table tr td:first-child {
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
    padding-left: 0 !important;
  }
  .preise-table tr td .content-center {
    flex-direction: column;
    text-align: center;
  }
  .preise-table tr td .content-center img {
    width: 20px;
    margin-bottom: 5px;
    margin-right: 0 !important;
  }
  .preise-table tr td .f24 {
    font-size: 16px;
  }
  .preise-table tr td .f16 {
    font-size: 9px;
    line-height: 14px;
  }
  .preise .cl1 {
    padding-left: 0%;
  }
  .video-block {
    padding: 0;
    
  }
  .ekomi-slider-block {
    flex-direction: column;
    align-items: unset;
  }
  .ekomi-slider-block .ekomi-stat {
    margin-inline: auto;
  }

  .fragen {
    padding-bottom: 60px;
  }
  .fragen .toggle {
    text-align: center;
  }

  .accordion {
    font-size: 16px;
    padding: 16px 18px;
  }
  section.video { padding-bottom: 32px; background-position-y: bottom;
        background-size: 938px; }
  section.video .slider-arrow {
    display: none;
  }
  .video-block-thumb {
    margin: 0 10px;
  }
  .video-block .video-player-nf .title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .video-block .video-player-nf .author {
    font-size: 12px;
  }
  .video-block .video-player-nf {
    padding: 3px; padding-bottom: 12px;
  }
  .video-block .video-player-nf iframe {
    height: 196px;
  }
}
@media (max-width: 500px) {
  .f45 {
        font-size: 30px;
        line-height: 40px;
    }
  body {
    background-size: 150% 720px;
  }
  .hero .f22 { font-size: 16px; line-height: 26px }
  .ekomi-slider-block {
    flex-direction: column;
  }
  .ekomi-slider-container {
    width: 100%;
  }
  .gehts .items .item {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .kostenlose .blueblock { padding-inline: 0; }
  .kostenlose .arrow-echtzeit {
        left: -39%;
        top: -67px;
        transform: rotate(45deg);
        width: 60px;
  }
  .sofort .btn { font-size: 14px; }
  .trust > p { margin-bottom: 80px }
  .ekomi-slider-block .ekomi-stat { max-width: 318px; width: 100% }
  .kostenlose .blueblock img { transform: unset; }
}
@media (max-width: 450px) {
  body {
    background-size: 150% 74vh;
  }
  .kostenlose .arrow-echtzeit { left: -32% }
}
@media (max-width: 390px) {
  .f45 {
    font-size: 30px;
    line-height: 40px;
  }
  .f22 {
    font-size: 18px;
    line-height: 32px;
  }
  .system .vertical-tab li {  font-size: 16px;    padding: 10px; }
}
@media (max-width: 360px) {
  .section-block { padding-inline: 15px; }
  .hero .content { padding: 30px 15px }
  .hero .f45 {
        font-size: 25px;
        line-height: 45px;
    }
  .mobile-small-1 { font-size: 16px; }
  .banner22-logo {
    margin-right: 0px;
  }
  .block-icons-mobile > div:first-child img:last-child {
    transform: translateY(-17px) !important;
  }
  .kostenlose .arrow-echtzeit { left: -53px; }
  .slider-one .one-block .author-meta .f18 { font-size: 14px; line-height: 20px }
}
@media (max-width: 390px) {
  .gehts .logos3 div img {
    width: 76px;
  }
}

.socials {
  display: flex;
  gap: 17px;
  justify-content: center;
}
.line {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  margin: 15px 0;
}

@keyframes animateUp {
  0%,
  100% {
    transform: translateY(-37px);
  }
  50% {
    transform: translateY(37px);
  }
}

@keyframes animateDown {
  0%,
  100% {
    transform: translateY(37px);
  }
  50% {
    transform: translateY(-37px);
  }
}

.mehr__data {
  color: #363636 !important;
  padding: 10px !important;
  background: #eee 50% top repeat-x !important;
  border: 1px solid !important;
  box-shadow: 0 0 8px #d2d0d0 !important;
  width: 100%;
  max-width: 350px !important;
  font-size: 14px !important;
}

.mehr__data ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.mehr__data ul li {
  position: relative;
  padding-left: 35px;
  font-family: "Verdana";
  line-height: 18px;
}

.mehr__data ul li:not(:last-child) {
  margin-bottom: 15px;
}

.mehr__data ul li::before {
  content: url(../images/check-red.svg);
  position: absolute;
  top: 6px;
  left: 0;
  width: 13px;
  height: 11px;
}

.tuev-container-new {
  padding: 0;
  border-radius: 10px;
  background: transparent linear-gradient(98deg, #1bafe6 0%, #03498f 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 0px 50px #00000029;
  position: relative;
  z-index: 6;
  color: #fff;
}

.tuev-container-new .tuev-container-new-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 23px 20px 30px;
}

.tuev-container-new .tuev-container-new-approved span {
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
}

.tuev-container-new-txt {
  margin: 15px 0px 15px 30px;
}

.tuev-container-new .tuev-container-new-tuev-link {
  display: block;
  width: 127px;
}

.tuev-container-new .tuev-container-new-tuev-link img {
  width: 155px;
}

.tuev-container-new-toolTipContainer {
  display: none;

  position: absolute;
  z-index: 100;
  background-color: #fff;
  width: 483px;
  max-width: 98%;
  height: fit-content;
  left: 50%;
  margin-top: 24px;
  transform: translateX(-50%);
  list-style-type: none;
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 9px;
  padding: 5px 0 10px 0;
}

.tuev-container-new-toolTipContainer > li {
  font-size: 15px;
  color: #000;
  line-height: 1.2em;
  width: fit-content;
  max-width: 90%;
  margin: 10px auto 10px auto;
}

.tuev-container-new-toolTipContainer > li b {
  color: #003f81;
  font-weight: 800;
}

.tuev-container-new-toolTipContainer:after {
  content: "";
  position: absolute;
  top: -22px;
  left: 48%;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.tuev-container-new-tooltip:hover + .tuev-container-new-toolTipContainer {
  display: block;
}

@media only screen and (max-width: 751px) {
  .tuev-container-new .tuev-container-new-row {
    flex-direction: column;
    gap: 20px;
  }

  .tuev-container-new .tuev-container-new-approved {
    padding: 25px 30px;
  }

  .tuev-container-new .tuev-container-new-approved > span {
    font-size: 28px;
  }

  .tuev-container-new .tuev-container-new-tuev-link {
    margin: 10px 0 25px 0;
  }

  .tuev-container-new-txt {
    margin: 0;
  }
}

@media only screen and (max-width: 500px) {
  .hero-mobile .content p br { display: none }
  .tuev-container-new-toolTipContainer {
    width: 98%;
  }

  .tuev-container-new-toolTipContainer > li {
    font-size: 14px;
  }
  .tuev-container-new {
    margin-top: 20px;
  }
  .tuev-container-new .tuev-container-new-row {
    flex-direction: row;
    gap: 0;
    flex-wrap: nowrap;
    padding: 10px 5px 10px 5px;
    width: 100%;
  }
  .tuev-container-new .tuev-container-new-approved {
    padding: 0px 5px;
  }
  .tuev-container-new .tuev-container-new-tuev-link {
    width: 68px;
  }
  .tuev-container-new-txt .f16 {
    font-size: 12px;
  }
}

.mouseover_box {
  width: 230px;
  height: fit-content;
}

.mouseover_img {
  width: 100%;
  height: auto;
  background: #ffffff !important;
  border: 7px solid rgb(213, 213, 213);
}

.mouseover_img img {
  width: 100%;
}

.tuev-container-new-toolTipContainer.tooltipPositionTop {
  transform: translate(-50%, -127%);
}

.tuev-container-new-toolTipContainer.tooltipPositionTop::after {
  display: none;
}

.tuev-container-new.maxwidth100 {
  max-width: 100%;
}

.show500px {
  display: none;
}

@media only screen and (max-width: 500px) {
  .show500px {
    display: inline-block;
  }
}



.box-l{
		width: 176px;
    height: 110px;
    background: url(../images/2025/box-l.png);
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 60px;
    font-size: 20px;
    line-height: 1.3em;

}
.box-2{
background: url(../images/2025/box-l.png);
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.3em;
    height: 80px;
    width: 135px;
    padding-left: 50px;
    padding-bottom: 5px;
    background-size: 100% 100%;
}
.box-r{
	margin-left:10px;
	margin-top:10px;
	color:#fff;
	width:187px;height:110px;
	background: url(../images/2025/box-r.png);
    display: flex;
    align-items: center;
    padding-left: 59px;
    font-size: 20px;
    line-height: 1.3em;
}