body {
  background-image: none;
}
.header {
  padding-top: 38px;
}
.hero .f50 {
  font-size: 45px;
  line-height: 60px;
  color: #1e2c5d !important;
}
.hero .c1 {
  max-width: fit-content;
  margin: 0 0 0 auto;
}
.hero .container-xl {
  max-width: 1380px;
}
.header .container-xl {
  width: 100%;
  max-width:100%; 
  background: none;
  box-shadow: none;
}
.header.sticky .container-xl {
    background: #fff;
    box-shadow: 0 0 15px rgba(79, 79, 79, 0.16);
    text-align: center;
    margin: 0 !important;
}
.hero-logos {
  background: #fff;
}
.sticky-header-nav {
  background: #fff !important;
}
.sticky-header-nav .cta-button {
  background: #03acf4 !important;
}
.hero,
.hero .f45 {
  color: #1e2c5d;
}
.hero strong {
  color: inherit;
}
.hero .btn,
.btn {
  background: #03acf4;
}
.tip-white-box-short svg path {
  stroke: #03acf4;
}
ul.check-red li:before {
  background: url(../images/check-cyan.svg) center center no-repeat;
}
ul.check-green li:before {
  background: url(../images/check-green.svg) center center no-repeat;
}
.visa-karten .fly457-1 {
  top: -99px;
}
.btn-listing:before {
  background: #03acf4;
}
.btn-listing .active a {
  color: #03acf4;
}
#typewriter {
  min-width: 129px;
  display: inline-block;
}
.hero {
  position: relative;
  background: url(../images/hero-arrow-blue.svg) 0 center no-repeat #e6f7fe;
  background-size: contain;
  background-position-x: 80px;
}
.hero .container-xl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 17px;
  flex-direction: unset;
  max-width: 1517px;
}
.hero .content {
  background: #fff;
  border-radius: 30px;
  margin-top: 77px; 
  padding: 54px 44px 10px 44px;
  margin-bottom: 31px;
  position: relative;
  max-height:775px
}
.hero .logos-icons {
  display: flex;
  position: relative;
  top:3%;
  left: unset;
  bottom: unset;
  align-items: flex-end;
  padding-right: 30px;
}
.hero .bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: unset;
  background: none;
}
.hero .bg > .relative {
  padding-top: 176px;
  width: 100%;
  text-align: center;
}
.hero .gif {
  position: absolute;
  top: 21%;
  left: 15px;
  border-radius: 20px;
  border: 5px solid #fff;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  width: 235px;
}
.hero .gif svg {
  position: absolute;
    top: 112%;
    left: 29%;
}
.hero .gif svg.mobile {
  display: none;
}
.hero .gif img {
  display: block;
  border-radius: 18px;
  width: 100%;
}
.hero .plashka {
  margin-left: -44px;
  margin-right: -44px;
  color: #fff;
  padding: 11px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  background: #03acf4;
}
.hero .c1 {
  max-width: fit-content;
  margin: 0 auto;
}
.hero .plashka strong {
  color: #fff;
  /*background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305.696' height='4.879' viewBox='0 0 305.696 4.879'%3E%3Cpath d='M1205.579,1631.181s220.4-6.286,303.6,0' transform='translate(-1204.551 -1627.374)' fill='none' stroke='%23fe4554' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A") center 102%  no-repeat;*/
}
.hero .btn {
  padding: 14px 50px 14px 35px;
}
.hero .btn:hover {
    background: #fff;
    color: var(--cl-blue);
    transform: scale(1.02);
    box-shadow: 0 5px 20px rgba(79, 79, 79, 0.16);
}
.hero .btn:hover svg * {
    stroke: var(--cl-blue);
}
@media(max-width:840px) {
  .gif-arrow {
    margin-left:-40px;
  }
}
@media(min-width:1060px) and (max-width:1173px) {
  .gif-arrow {
    margin-top: -20px !important;
  }
}
@media(min-width:1261px) and (max-width:1430px) {
  .hero-arrow-pad {
    padding-left:80px;
  }
}
@media(min-width:1174px) and (max-width:1320px) {
  .kassenbeleg-block {
    margin-left:30px;
  }
}
@media(min-width:1321px) and (max-width:1365px)  {
  .kassenbeleg-block {
    margin-left:60px;
  }
}
@media(min-width:1366px) and (max-width:1482px) {
  .kassenbeleg-block {
    margin-left: calc(772px - 50vw);
  }
}
@media (max-width: 1600px) {
    .f45 { font-size: 35px; line-height: 45px; }
    .eroffnen .mb50 { margin-bottom: 20px; }
    .hero .f50 { font-size: 35px; line-height: 45px; }
    #typewriter { min-width: 100px }
}
@media (max-width: 1300px) {
  .hero .gif { width: 220px; border-width: 5px }
}
@media(min-width:1025px) and (max-width:1400px) {
  #hero-arrow {
    display: block!important;
  }
}
@media (max-width: 1400px) {
  .bg > .relative {
    padding-top: 180px;
  }
  .hero .gif {
    left: 20px;
  }
  .hero {
    background-size: cover;
  }
  .hero .bg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 1200px) {
  .gehts .row {
    flex-direction: column;
  }
  .gehts .row .col {
    max-width: 100%;
  }
  .gehts .row .col:first-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media(max-width:1024px) {
  .v2 .hero #hero-arrow { 
    display:none;
  }
}
@media (max-width: 1173px) {
  .hero-arrow2 {
    position: absolute;
    left: 49px !important;
    top: calc(100% + 20px) !important;
    margin-top: 16px;
    display: block !important;
  }
  .hero .check-red li { margin-bottom: 8px; }
  .hero .check-red li:before { width:25px; }
  .hero .check-green li { margin-bottom: 8px; }
  .hero .check-green li:before { width:25px; }
  .banner22-logobar .imgcontainer {
    width: 100%        
  }
}
@media (max-width: 1100px) {
  .hero .f50 {
    font-size: 40px;
  }
  .hero .content {
    padding: 30px 24px;
  }
  .hero .plashka {
    margin-inline: -24px;
  }
  #typewriter {
    min-width: 116px;
  }
  #zahlung {
    height: 1px !important;
  }
  .logos-arrow {
    width: 43px;
  }
}
@media (max-width: 1000px) {
  .banken .row .col.relative {
        margin-top: 123px !important;
        text-align: center;
  }
  .banken .gif svg { top:24%; }
}
@media (max-width: 900px) {
  .hero .f50  { 
      font-size: 33px;
      line-height: 43px;
  }
      #typewriter {
        min-width: 94px;
    }
  .f45 { font-size: 35px; line-height: 45px; }
  .pagination-ekomi { margin-top: 20px }
  .sofort .btn { font-size: 18px}
}
@media (max-width: 840px) {
  .hero .container-xl { padding-inline: 10px }
  .gehts .row .col:first-child {
    flex-direction: column;
  }
  .gehts .f45 {
    text-align: center;
  }
  .gehts .row .col:first-child {
    align-items: center;
  }
  .hero .gif { width: 306px }
}
@media (max-width: 800px) { 
    .hero .content {margin-bottom: 0;}
}
.hero-mobile { display: none; }
.btmArrowMob, .topArrowMob { display: none }
@media (max-width: 767px) {
  .hero-mobile-background {
    background: url(../images/2025/bg-mobile.png); 
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #9ADEFB;
  } 
  .hero {display: none}
  .hero-mobile ul li { align-items: flex-start;}
  .hero-mobile ul.check-red li:before { margin-top: 5px; }
  .hero-mobile ul.check-green li:before { margin-top: 5px; }
  .hero-mobile .hl-effect2::before { height: 103% }
  .header .right { display: none }
  .header .container-xl { justify-content: center; background: none; box-shadow: none}
  .header { background: none }
  .banken .row .col.relative { margin-bottom: 0 }
  #sticky-header { position: relative; }
  #typewriter2 {
    min-width: 75px;
    display: inline-block;
  }
  .hero-mobile { 
    display: block; 
    padding-top: 42px}
  .hero-mobile .container-xl { display: flex; flex-direction:column; align-items: center; padding: 0 }
  .hero-mobile .f50 {
        font-size: 30px;
        line-height: 43px;
        text-align: center;
  }
  .hero-mobile .plashka {
        background: #03acf4;
        color: #FFF;
        padding: 10px;
        font-size: 16px;
        width: 100%;
  }
  .hero-mobile .plashka strong {
    /*background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305.696' height='4.879' viewBox='0 0 305.696 4.879'%3E%3Cpath d='M1205.579,1631.181s220.4-6.286,303.6,0' transform='translate(-1204.551 -1627.374)' fill='none' stroke='%23fe4554' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A") center 102%  no-repeat;     */
    color:#FFF;
  }
  .hero-mobile .btn { width:251px; }
  .v2 .hero-mobile .btn { width:auto; font-size: 16px; }
  .sofort .btn {
        font-size: 16px;
  }

  .hero-mobile .bg { 
    width: 100%; 
    text-align: center;
    margin-bottom: 71px;
  }
  .hero-mobile .bg svg { transform:  translate(-12px, 50px); }
  .hero-mobile .bg > .relative { padding-top: 48px; overflow: hidden; }
  .hero-mobile .bg > .relative video { margin-bottom: -11%!important }
  .hero-mobile .logos-icons { margin-block: 30px 20px; }
  .hero-mobile .content { padding: 0 20px; max-width: 372px; margin-bottom: 40px }
  .hero-mobile .gif { border-radius: 10px; border:5px solid #FFF; }
  .hero-mobile .gif .gif-video-img { border-radius: 8px; width: 100% }
  .eroffnen {  background-size: cover; }
  .banken .gif { width: 46%;  }
  .banken .gif svg { left: -128px }
  .logos .buttons img.logos-ohne-21 { margin-bottom: -107px; margin-top: -20px }
  .freelancer-slider .svgmarker:after {     width: 142%;
    top: -20px;
    right: -13px;
    background-size: contain; }
  .sofort .kartentransaktion-erfolgreich .btmArrow, .sofort .kartentransaktion-erfolgreich .topArrow { display: none }
  .sofort .kartentransaktion-erfolgreich .btmArrowMob { display:block; margin: 0px auto 13px; transform: translateX(40px);}  
  .sofort .kartentransaktion-erfolgreich .topArrowMob { display:block; margin: 13px auto 20px; transform: translateX(-40px);}  
  .sofort .kartentransaktion-erfolgreich { margin-top: 0; margin-bottom: 0 }
  .visa-karten .row:first-child .col.relative { margin-top: 0px; padding-top: 0px }
  .visa-karten .fly457-1 { top: -44px; }
  .app .row .col:first-child { width: 100%; }
  .app { padding-bottom: 0; padding-top: 30px }
  .dieses .row .col50 {  display: flex; align-items: center;  justify-content: center;   flex-direction: column; }
  .zahlungen .roundtext { font-size: 16px }
  .system { padding-bottom: 100px }
  .video-block .title { padding-inline: 10px;  }
  .video-block .title br { display: none; text-wrap: balance; }
  section.video .video-block-thumb .slider-arrow { display: none }
  section.logos { padding-bottom: 0 }
  .tuev-container-new .tuev-container-new-row {
        flex-direction: row;
        gap: 0;
        flex-wrap: nowrap;
        padding: 0
  }
  .tuev-container-new-txt {
        margin: 10px;
    }
  .tuev-container-new { margin-bottom: 20px; margin-top: 0 }
  section.tuv { padding-block: 40px; }
  .preise .price-list {
        gap: 14px;
        margin-right: 0px;
  }
  .f26 { font-size: 15px; line-height: 24px }
  .f24 { font-size: 15px; line-height: 26px; }
  #price-block-mobile { display: flex!important; margin-top: 10px; gap:10px; font-size: 14px;}
  #price-block-mobile .f16 { font-size: 14px; }
  #price-block-mobile .f24 { font-size: 18px; line-height: 26px }
  #price-block-mobile > div { width: 0; display: none }
  #price-block-mobile[data-pack="solo"] #titles, #price-block-mobile[data-pack="solo"] #solo { height: auto!important; width: auto;  display: block}
  #price-block-mobile[data-pack="standard"] #titles, #price-block-mobile[data-pack="standard"] #standard { height: auto!important; width: auto; display: block }
  #price-block-mobile[data-pack="standard"] #standard, #price-block-mobile[data-pack="solo"] #solo { box-shadow: var(--bs-shadow); padding: 17px; max-width: 55%; border-radius: 10px; display: block }
  #price-block-mobile .content-center img { width: 27px; }
  #price-block-mobile #titles { padding: 17px 5px; }
  .preise .price-item { padding: 0 }
  .preise .setTrtoggle span { display: none!important }
  .preise .price-item .price-weiter svg{ transform: scaleY(-1);  transition: all 0.5s;}
  .preise .price-item.show .price-weiter svg { transform: unset; }
} 
@media(max-width:847px) {
  .price-list > .titles {display: none }
  #price-block-mobile { display: flex!important; margin-top: 10px; gap:10px; font-size: 14px;}
  #price-block-mobile .f16 { font-size: 14px; }
  #price-block-mobile .f24 { font-size: 18px; line-height: 26px }
  #price-block-mobile > div { width: 0; display: none }
  #price-block-mobile[data-pack="solo"] #titles, #price-block-mobile[data-pack="solo"] #solo { height: auto!important; width: auto;  display: block}
  #price-block-mobile[data-pack="standard"] #titles, #price-block-mobile[data-pack="standard"] #standard { height: auto!important; width: auto; display: block }
  #price-block-mobile[data-pack="standard"] #standard, #price-block-mobile[data-pack="solo"] #solo { box-shadow: var(--bs-shadow); padding: 17px; max-width: 55%; border-radius: 10px; display: block }
  #price-block-mobile .content-center img { width: 27px; }
  #price-block-mobile #titles { padding: 17px 5px; }
}
@media (max-width: 360px) {
    .sofort .btn {
       padding: 18px 15px
    }
    .zahlungen .milliarden { right: 5px }
    .hero-logos .logos3 div img {
        width: 77px !important;
    }
    .banner22-logo {
        width: 93px!important
    }
    .hero-logos .logos3 div {
        max-width: 182px;
        flex-shrink: 0;
    }
        .hero-mobile .f50 {
        font-size: 24px;
        line-height: 27px;
        text-align: center;
    }
}
.package {
  text-align: center;
  margin: 0 auto !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
  position: relative;
}
@media(max-width:767px) {
  .package {
    margin: 20px auto 0 !important;
    display:block;
  }
}
.stay-down {
  position: absolute;
  bottom: -9px;
  right: 0px;
}
.app {
  padding-bottom:0 !important;
}
.op-0 {
  opacity:0;
}
.op-0-1 {
  opacity:0.01;
}
.d-none {
  display:none;
}
#Lastschrift {
  padding-top:0;
}
.gehts_card .icon-wrapper {
  display: block;
  text-align:center;
}
.gehts_card .icon-wrapper img {
  margin: auto;
}
.gehts_card {
  background-color: #fff;
}
.urbi {
  font-family: "Urbanist";
}
@media(min-width:901px) {
  .f45 {
    font-size: 48px !important;
  }
}
@media(max-width:800px) {
  #eroeffnen .f45 {
    font-size: 42px !important;
  }
}
@media(min-width:901px) {
  #eroeffnen .f45 {
    font-size: 54px !important;
  }
}
.f45, .f50 {
  font-family:"Urbanist";
}
.btn {
  font-family: "Urbanist";
  position:relative;
}
.btn svg {
  position:absolute;
  right:17px;
}
.emily {
  display:inline-block;
  font-family: "verveine", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  position:relative;
  bottom:20px;
  left:110px;
  transform: rotate(356deg);
}
.price-list .titles, .price-list .hide1000 {
  width: calc((100% - 784px) / 2);
}
@media(max-width:1260px) {
  .price-list .titles, .price-list .hide1000 {
    width: calc((100% - 754px));
  }
  .price-list .titles {
    padding: 0;
  }
} 
#eroeffnen .btn {
  height: 55px;
  width: 245px;
  border-radius: 30px;
  font-size: 22px;
}
#eroeffnen .f45 {
  margin-top: 70px !important;
  margin-bottom: 40px !important;
}
.price-list .btn {
  height:55px;
  border-radius:30px;
  font-size:22px;
}
#Faq {
  padding-block: 95px !important;
}
.no-select {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}
.gehts_top_right, .gif-video-wrapper, .gif-container {
  max-width:100%;
}
.emily-wrapper {
  font-size: 15px;
  color:#fff;
  position:relative;
  bottom:5px;
}
@media(max-width:365px) {
  .emily-wrapper {
    bottom:35 !important;
  }
  .emily {
    bottom:0;
    left:0;

  }
}
@media(max-width:500px) {
  .btn svg {
    right:13px;
  }
  .cl1 {
    display:none;
  }
  .cl1-mobile {
    display:block !important;
  }
}
.cl1-mobile {
  display: none;
}
@media(max-width:800px) {
  a.btn {
    padding: 15px 40px 15px 20px;
  }
  .preise .button-block1 a.btn {
    padding: 0 17px 0 0;
    height: 45px;
  }
  .sepa-held {
    display: none;
  }
  .top-right {
    right:0;
    top:0;
  }
  .careful-width {
    max-width:100%;
  }
}
@media(min-width:701px) and (max-width:800px) {
  .top-right.echtzeit-img {
    right:-25px;
  }
  .top-right.uberweisung-img {
    right: -23px;
  }
}
@media(min-width: 574px) and (max-width:700px) {
  .uberweisung-img {
    right: unset;
    left: 0px;
  }
}
@media(min-width:801px) {
  .top-right.echtzeit-img {
    right:45px;
  }
}
.col-pl { 
  padding-left:125px;
}
.col.pad.beleg {
  padding-left:80px;
}
.col.abbuchung {
  padding: 0 0 0 7.5%;
}
.col.pad.geld {
  padding-left:80px;
}
.lastschrift .row.content-center.reverse {
  margin: 100px 0;
}
@media(max-width:700px) {
  .col-pl { 
    padding-left:0px !important;
  }
  .col.pad.beleg {
    padding-left:0px !important;
  }
  .col.abbuchung {
    padding-left:0px !important;
  }
  .col.pad.geld { 
    padding-left: 0px !important;
  }
  .finanzen-lupe {
    position: absolute;
    top: -25px;
    left: -12px;
  }
  .push-lupe {
    position: absolute;
    top: -24px;
    left: -5px;
  }
  .sammel-lupe {
    position: absolute;
    top: 0;
    left: -4px;
  }
  .uberweisung-lupe {
    position: absolute;
    left: -6px;
    top: -28px;
  }
  .neu-seal {
    position: absolute;
    top: -115px;
    left: 0;
  }
  .section-block.zahlungen {
    padding-top: 55px;
  }
  #eroeffnen h2.f45 {
    margin-top:0 !important;
    margin-bottom:20px !important;

  }
  #eroeffnen .form {
    margin:0;
  }
  #eroeffnen .buttons {
    gap:0;
  }
  .eroffnen {
    min-height:unset;
    background: url(../images/2025/mobile-footer-bg.png) center no-repeat !important;
    background-size: cover !important;
  }
  .kostenlose {
    padding-bottom: 25px !important;
  }
  .lastschrift .row.content-center.reverse {
    margin: 25px 0;
  }
  .lastschrift .row.content-center.reverse .col60 {
    margin-top: 25px;
  }
  .arrow-echtzeit {
    display:none;
  }
  .section-block.trust {
    padding-bottom:25px;
  }
}
@media(max-width:450px) {
  .mobile-14 {
    font-size: 14px;
  }
}
@media(min-width:701px) and (max-width:1200px) {
  .neu-seal {
    position: absolute;
    left: 37px;
    top: -153px;
  }
}
@media(max-width:700px) {
  .no-pad-img {
    position: relative;
    right: 4%;
    width: 108%;
    max-width: unset;
  }
}
@media(min-width:1025px) {
  .review-marks {
    min-width: 430px;
  }
}
@media(max-width:1000px) {
  .review-marks {
    max-width:100%;
  }
  .app .reviews-marks div {
    width:auto !important;
  }
}
@media(max-width:1250px) {
  .schnittstellen-sticky {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-position: center;
    top: 185px;
  }
}
.eu-wrapper {
  position: absolute;
    bottom: 23px;
    right: 400px;
    height: 60px;
    width: 100px;
}
@media(max-width:1000px) {
  .eu-wrapper {
    right:unset;
    left: 10px;
  }
}
.eu-flag {
  position:absolute;
  top:0;
  right:0;
  width:35px;
}
.eu-text {
  position:absolute;
  bottom:0;
  right:0;
  font-size:12px;
  text-align:right;
  line-height:17px;
}
.nfc-wrapper {
  background: #fff;
  box-shadow: 0 0 5px #00000030;
  position: absolute;
  left: 0;
  bottom: -31px;
  border-radius: 10px;
  height: 42px;
  width: 54px;
}
.nfc-icon {
  width: 65px;
  min-width: 65px;
  position: absolute;
  left: -4px;
}
.block-icons-mobile {
  overflow-x:hidden;
}
@media(min-width:701px) {
  .m80-mm40 {
    margin-top:80px;
    margin-bottom: 80px;
  }
}
@media(max-width:700px) {
  .m80-mm40 {
    margin-top:40px;
    margin-bottom: 40px;
  } 
}
.bigger-mobile-hero {
  width: calc(100% + 95px);
  max-width: unset;
  position: relative;
  right: 30px;
}
@media(max-width:413px) {
  .mobile-small {
    font-size:14px;
  }
}
@media(min-width:414px) and (max-width:440px) {
  .mobile-small {
    font-size:17px;
  }
}
@media(max-width:700px) {
  .oder-footer {
    font-size:20px;
  }
  .echtzeit-img {
    right:unset;
    left:0;
  }
}
@media(max-width:1250px) {
  .hide1250 {
    display:none !important;
  }
}
@media(min-width:441px) {
  .only-xs {
    display: none !important;
  }
}
@media(min-width:574px) {
  .uberweisung-img {
    right: 45px;
  }
}

.green-line-1 {
  top: 39%;
}
.green-line-2 {
  top:64%;
}
@media(max-width:700px) {
  .green-line {
    position:absolute;
    width:9%;
    right: 38.1%;
  }
  .green-connection {
    position:absolute;
    right: 40.5%;
    width:3.5%;
  }
  .green-connection-1 {
    top: 35%;
  }
  .green-connection-2 {
    top:60%;
  }
  .desktop-left {
    right:25px;
  }
}
@media(min-width:701px) {
  .green-connection-1 {
      top: 35.8%;
  }
  .green-connection-2 {
    top: 60.8%;
  }
  .green-connection {
      position: absolute;
      right: 42%;
      width: 2.5%;
  }
  .green-line {
    position:absolute;
    right: 39.4%;
    width:8%;
  }
  .desktop-left {
    left:25px;
  }
}
.verknuepft-verbucht-archiviert {
  margin-top:24px;
  margin-bottom:40px;
}
.verknuepft , .verbucht, .archiviert {
  display:inline-block;
  background-color:#e6f7fe;
  color:#03ACF4;
  border-radius:20px;
  height:47px;
  font-size:30px;
  position:relative;
  font-weight:600;
  padding-left: 20px;
  padding-right:20px;
  margin-left:10px;
  margin-right:10px;
}
.verknuepft img, .verbucht img, .archiviert img {
  margin-top: 8px;
}
.verknuepft span , .verbucht span, .archiviert span {
  position:relative;
  bottom:6px;
}
@media(min-width:806px) {
  .vva-br {
    display:none;
  }
}
@media(max-width:805px) {
  .verknuepft , .verbucht, .archiviert {
    margin-top:6px;
    margin-bottom:14px;
    width:222px;
  }
}
@media(min-width:701px) and (max-width:1300px) {
  .uberweisungen .col40.pad, .lastschrift .col40.pad {
    padding-left: 0px !important;
  }
  .col.col-pl {
    padding-left:50px;
  }
}
@media(max-width:1250px) {
  .col.pad p {
    max-width:400px;  
  }
  .banken .col.pad p {
    max-width:unset;
    width:100%;
  }
  .col40.pad p {
    max-width:400px;
  }
  .col.abbuchung p {
    max-width:400px;
  }
  .col.col-pl p {
    max-width:400px;
  }
}
@media(max-width:1000px) {
  .banken-video {
    max-width:100% !important;
    width:100% !important;
  }
}
@media (max-width: 1320px) {
  .banken .col {
    width: 100%;
  }
}
@media(min-width:1550px) {
  .copy-image-padding {
    padding-left:20px;
  }
}
@media(max-width:1100px) {
  .auch-zahlen img {
    margin-left: -25px;
    max-height: 80px;
  }
}
.auch-zahlen img {
  margin-left:-25px;
}
.auch-zahlen {
  margin-left: 13px;
}
