/*@font-face{font-family:FreightSansProBook;src:url(../fonts/FreightSansProBook-Regular.woff2)}@font-face{font-family:FreightSansProSemibold;src:url(../fonts/FreightSansProSemibold-Regular.woff2)}@font-face{font-family:FreightSansProBold;src:url(../fonts/FreightSansProBold-Regular.woff2)}@font-face{font-family:FuturaPT-Book;src:url(../fonts/FuturaPT-Book.ttf)}*/
* {
  box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none
}

html {
  height: 100%
}

body {
  font-family: "freight-sans-pro";
  font-size: 19px;
  line-height: 20px;
  color: #013048
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

strong {
  font-weight: 700
}

input {
  outline: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

button {
  background: none;
  border: none;
  padding: 0
}

img {
  border: 0;
  max-width: 100%
}

a,
a:hover {
  text-decoration: none
}

.main,
.wrapper {
  width: 100%
}

.header-title .container {
  max-width: 1450px;
  padding: 0 20px;
  margin: 0 auto
}

.header-title__wrapper>div:first-child {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: -72px;
  flex-grow: 1
}

.header-title__wrapper>div:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -47px;
  max-width: 847px;
  width: 100%
}

.header-title__wrapper {
  display: flex;
  justify-content: space-between
}

.timer-block {
  margin-left: 11%;
  padding: 15px 11px;
  background: #7db597;
  border-radius: 0 0 10px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 80px
}

.timer-block__discount {
  color: #0d7963;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  border-radius: 20px;
  font-size: 13px;
  padding: 3px 9px
}

.timer {
  display: flex;
  justify-content: space-between;
  padding: 0 20px
}

.timer h1 {
  font-size: 44px;
  line-height: 53px
}

.timer h1,
.timer span {
  font-family: "futura-pt", sans-serif;
  color: #fff;
  text-align: center
}

.timer span {
  font-size: 11px;
  line-height: 13px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px
}

.timer h1:nth-child(odd) {
  min-width: 55px
}

.header-title__back-block {
  background: url(../img/header-title__back-block.svg);
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 500px;
  padding: 42px 0 34px;
  align-self: flex-end;
  z-index: 1;
  position: relative;
  right: -100px
}

.header-title__back-block div {
  max-width: 92%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center
}

.header-title__back-block p {
  line-height: 29px;
  font-size: 24px;
  max-width: 355px;
  margin: 0 auto 32px;
  display: block
}

.header-title__back-block span {
  color: #7db597;
  font-style: italic;
  line-height: 22px;
  max-width: 300px;
  display: block;
  margin: 0 auto
}

.discount-block {
  padding: 35px 0 26px 11%;
  background: url(../img/discount-block__back.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-right: 3px solid #fff;
  position: relative
}

.discount-block:before {
  content: "";
  width: calc(100% - 2px);
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff
}

.discount-block>h1 {
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  max-width: 425px;
  margin: 0 auto 45px
}

.discount-block h1 strong {
  font-family: "freight-sans-pro"
}

.discount-block__select-wrapper {
  padding: 40px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 335px;
  width: 100%
}

.discount-block .link {
  margin-top: 13px;
  line-height: 1
}

.rabatt {
  position: absolute;
  top: -20px;
  right: -17px;
  background-image: url(../img/Rabatt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 216px;
  height: 63px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 43px
}

.discount-block__select,
.rabatt {
  font-family: Poppins, sans-serif;
  text-align: center
}

.discount-block__select {
  line-height: 1;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #0d7963;
  border-radius: 8px;
  padding: 10px 19px 10px 29px;
  min-width: 188px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-position-y: center;
  background-position-x: 14px;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  color: #013048
}

.discount-block__price-last__wrapper {
  font-size: 15px;
  text-decoration: line-through;
  color: rgba(1, 48, 72, .5);
  font-family: Poppins, sans-serif
}

.discount-block__price-last {
  display: inline
}

.discount-block__price__wrapper {
  font-size: 57px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #013048;
  line-height: 1
}

.discount-block__price {
  display: inline;
  line-height: 55px
}

.discount-block__select-wrapper p {
  font-size: 20px;
  color: #013048;
  font-family: Poppins, sans-serif
}

.link-btn {
  min-width: 284px;
  font-size: 23px;
  font-family: "freight-sans-pro";
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 12px 60px 12px 17px;
  border-radius: 3px;
  background: linear-gradient(180deg, #ffce47, #f80);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all .3s
}

.link-btn:hover {
  background: linear-gradient(180deg, #feb944, #e58405);
  transform: translateY(-5px);
}

.btn-blue {
  transition: all .3s
}
.btn-blue:hover {
  transform: translateY(-5px);
}

.link-btn:after {
  content: "";
  width: 55px;
  height: 100%;
  background: url(../img/btn-arrow.svg) no-repeat 50%, linear-gradient(180deg, #fa9f36, #d37200);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0
}

.link-btn:hover:after {
  background: url(../img/btn-arrow.svg) no-repeat 50%, linear-gradient(180deg, #ee7e26, #d87a00)
}

.link-btn span {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 20px
}

.link {
  font-size: 15px;
  color: #002bff;
  text-decoration: underline
}

.green-block {
  background: #7db597;
  padding: 100px 0 35px
}

.green-block .container {
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

.green-block .container div {
  display: flex;
  align-items: center
}

.green-block .container p {
  font-size: 23px;
  color: #fff;
  line-height: 26px;
  margin-left: 18px
}

.inf-section {
  padding: 55px 0 50px
}

.inf-section .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px
}

.characteristic-block {
  border-radius: 5px;
  border: 1px solid #dedede;
  max-width: 440px;
  width: 100%;
  overflow: hidden;
  margin: 0 7px
}

.characteristic-block li {
  min-height: 63px;
  padding: 0 20px 0 95px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden
}

.characteristic-block li:before {
  content: "";
  width: 70px;
  height: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/characteristic-img.svg) no-repeat 50%
}

.characteristic-block li:nth-child(2n) {
  background-color: rgba(228, 237, 230, .212)
}

.info-tooltip {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.info-tooltip:before {
  content: "i";
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  width: 100%;
  text-align: center
}

.inf-section__characteristics-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 36px
}

.inf-section .link {
  font-family: "freight-sans-pro";
  font-weight: 600;
  font-size: 19px;
  color: #013048;
  background-image: url(../img/pdf.svg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-right: 25px;
  margin: 0 auto 30px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  border-bottom: 2px solid #013048;
  padding-bottom: 4px
}

.pictures-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 25px
}

.pictures-wrapper img {
  transition: all .3s
}

.pictures-wrapper img:hover {
  transform: scale(1.1)
}

.tuv-block {
  min-height: 198px;
  border-radius: 10px;
  display: flex;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .218)
}

.tuv-block>div:first-child {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 62px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.tuv-block>div:first-child h1 {
  font-family: Lato, sans-serif;
  font-size: 81px;
  line-height: 52px;
  color: #2289cb;
  font-weight: 900
}

.tuv-block>div:first-child h4 {
  font-family: Lato, sans-serif;
  font-size: 52px;
  line-height: 52px;
  color: #2289cb
}

.tuv-block>div:last-child {
  background: linear-gradient(120deg, #219fd5, #003f81);
  padding: 0 63px 0 71px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.tuv-block>div:last-child p {
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 25px;
  max-width: 330px;
  margin-bottom: 10px
}

.tuv-block>div:last-child span {
  font-family: Lato, sans-serif;
  text-decoration: underline;
  font-size: 17px;
  line-height: 20px;
  color: #fff
}

.tuev-img {
  margin: -15px 0
}

.tuev-container-new-toolTipContainer b {
  color: #003f81;
  font-weight: 700;
  display: block
}

.tuev-container-new-toolTipContainer li {
  margin-bottom: 30px
}

.tuv-tooltip-custom {
  max-width: 630px !important;
  width: 100% !important;
  padding: 20px 60px !important
}

.tuev-img2 {
  width: 300px
}

footer {
  padding: 17px 0;
  background: #e4ede6
}

footer .container {
  max-width: 610px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between
}

footer a {
  margin: 0 5px;
  color: #013048;
  white-space: nowrap
}

.pictures-wrapper__inner-wrapper {
  max-width: 166px;
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  border-radius: 5px
}

.pictures-wrapper img {
  flex-shrink: 0
}

.pictures-wrapper :nth-child(3) img {
  width: 140px
}

.pictures-wrapper :first-child img,
.pictures-wrapper :nth-child(2) img {
  width: 128px
}

.pictures-wrapper :nth-child(4) img {
  width: 154px
}

.pictures-wrapper>:last-child {
  width: 141px
}

.pictures-wrapper>* {
  margin: 5px
}

@media only screen and (max-width:1440px) {
  .pictures-wrapper {
    flex-wrap: wrap;
    justify-content: space-around
  }
}

@media only screen and (max-width:1100px) {
  .header-title__wrapper>div:first-child {
    margin-bottom: 0
  }

  .header-title__wrapper {
    flex-direction: column;
    /*align-items:center*/
  }

  .timer-block {
    margin: 0 0 20px
  }

  .header-title__back-block {
    right: 0;
    margin-bottom: 20px;
    padding: 20px
  }

  .discount-block {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 30px;
    max-height: auto
  }
}

@media only screen and (max-width:991px) {
  .tuv-block>div:last-child {
    padding: 0 20px
  }
}

@media only screen and (max-width:768px) {
  .header-title__wrapper>div:first-child img {
    margin-bottom: 20px
  }

  .header-title__wrapper>div:last-child {
    margin-bottom: 0
  }

  .header-title__back-block {
    margin-bottom: 20px;
    padding: 20px
  }

  .discount-block>h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 35px
  }

  .characteristic-block {
    margin: 0
  }

  .characteristic-block:first-child {
    margin-bottom: 20px
  }

  .inf-section__characteristics-wrapper {
    flex-direction: column;
    align-items: center
  }

  .tuv-block {
    flex-direction: column;
    min-height: 0
  }

  .tuv-block>div:first-child {
    padding: 30px
  }
}

@media only screen and (max-width:600px) {
  .header-title__wrapper>div:first-child {
    width: 100%
  }

  .header-title__back-block {
    max-width: 500px;
    min-width: 0;
    width: 100%;
    background-size: cover
  }

  .discount-block:before {
    display: none
  }

  .discount-block {
    background: none;
    background-color: #e4ede6;
    border: 3px solid #fff
  }
}

@media only screen and (max-width:480px) {
  .header-title__back-block p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px
  }

  .header-title__back-block span {
    font-size: 16px;
    line-height: 20px
  }

  .green-block {
    padding: 20px 0
  }

  .green-block .container {
    flex-wrap: wrap;
    justify-content: space-around
  }

  .green-block .container div {
    margin: 5px
  }

  .tuv-block>div:last-child {
    flex-direction: column;
    padding: 20px
  }

  .tuv-block>div:last-child div {
    margin-bottom: 20px
  }

  .tuev-img {
    margin: 0
  }

  footer .container {
    flex-wrap: wrap;
    justify-content: space-around
  }

  footer a {
    margin: 5px
  }
}


@media only screen and (max-width:1650px) {
  .header-title {
    background-color: #f1f1f1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 0
  }
}

@media only screen and (max-width:1450px) {
  .header-title {
    background-size: 120% auto;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width:900px) {
  .header-title {
    background-size: 400px auto;
    background-repeat: no-repeat;
    background-position: 0 60px;
  }
}

@media only screen and (max-width:700px) {
  .header-title {
    background-image: none !important;
  }
}


.hide_1000px {}

@media only screen and (max-width:1000px) {
  .hide_1000px {
    display: none;
  }
}


.text-center {
  text-align: center;
}

html {
  overflow-x: hidden;
}

.header-title {
  background-color: #e1eee6;
}

.top_video_wraper {
  position: relative;
}

.muteIcon {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 100%;
  height: 100%;
  max-height: 495px;
  top: 0;
  left: 0;
}

.muteIcon img {
  width: 5.104167vw;
  height: auto;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.insta-image {
  position: absolute;
  left: 150px;
  bottom: -208px;
}

.absolute-video {
  position: absolute;
  top: 130px;
  left: 65px;
}


.rabatt_green {
  position: absolute;
  top: -50px;
  right: -63px;
  z-index: 20;
  background: url('/online/resources/kaufen/img/Rabatt_siegel_ohneZahl.png') no-repeat;
  width: 180px;
  height: 180px;
}

.rabatt_percent_value {
  font-family: "Lato", Arial;
  position: absolute;
  left: -17px;
  top: 58px;
  font-size: 56px;
  width: 100%;
  color: #013048 !important;
  text-align: center;
  font-weight: 800;
}

.rabatt_text {
  position: absolute;
  left: 40px;
  font-weight: 700;
  font-size: 28px;
  bottom: 65px;
}

.rabatt_term {
  font-family: "Poppins", Arial;
  bottom: 23px;
  position: absolute;
  left: 65px;
  font-size: 17px;
  color: #fff !important;
}

.rabatt_green p {
  margin: 0;
  color: #333333;
}

/* counter */

.bf-teaser-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  color: #fff;
  font-family: 'Poppins', 'sans-serif';
}

.bf-teaser-counter-numbers {
  font-size: 45px;
}

.bf-teaser-counter-label {
  font-size: 15px;
  padding-top: 10px;
}

.timer-dots {
  padding-bottom: 20px;
}

.header-logo {
  gap: 15px;
}

.lexoffice {
  background: #EBE7E7;
  padding: 2px 10px;
  gap: 11px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}


.green-bar-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  padding-right: 50px;
}

.green-block .container {
  max-width: 1300px;
  justify-content: flex-end;
  gap: 50px
}

.header-title__back-block {
  top: 140px;
  background: url(https://lohnabrechnungen.lexware.de/online/resources/kaufen/img/header-title__back-block2.svg);
  min-width: 545px;
  padding: 55px 0 45px;
  right: -60px;
}

.tuv-discount-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 100px;
  transition: transform .2s;
}

.tuv-discount-block:hover {
  transform: scale(1.2);
}

/* Larger video for desktop */
/* @media only screen and (min-width: 1701px) {
      #top_video {
        width: 1340px !important;
        height: 560px !important;
      }

      .absolute-video {
        top: 113px;
      }

} */
.cutoff-bg {
  width: 100%;
  max-width: 1140px;
  background:linear-gradient(90deg, rgba(228, 237, 230, 1) 0%, rgba(228, 236, 230, 1) 25%, rgba(230, 235, 231, 1) 50%, rgba(234, 238, 235, 1) 75%, rgba(248, 248, 248, 1) 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  padding: 85px 163px 60px 40px;
}

.header-title__wrapper>div:last-child {
  max-width: 530px;
}

@media only screen and (max-width: 1850px) {
  .insta-image {
    left: 0px;
  }

}

@media only screen and (max-width: 1700px) {

  .header-title__wrapper>div:first-child {
    margin-bottom: 0;
  }


}

@media only screen and (max-width: 1550px) {
  .insta-image {
    bottom: 0;
    left: 0;
    width: 150px;
  }

  .rabatt_green {
    top: -90px;
    right: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .absolute-video {
    position: relative;
    margin: 0 auto;
    left: unset;
    margin-top: -80px;
  }

  .header-title__back-block {
    bottom: -70px;
    padding: 60px;
    margin: 0 auto;
  }



}

@media only screen and (max-width: 700px) {

  .insta-image {
    width: 100px;
    bottom: -60px;
    top: 0 !important;
  }

  .rabatt_green {
    display: none;
  }

  .header-title__wrapper>div:first-child img {
    margin-bottom: 0;
  }

  .green-bar-icons {
    justify-content: center;
    padding-right: 0;
  }
}

@media only screen and (max-width: 550px) {

  .insta-image {
    width: 60px;
  }

  .header-title__back-block {
    min-width: 400px;
  }
}

@media (max-width: 400px) {
  .header-logo {
    width: 100%;
  }
}

.pictures-wrapper :first-child img {
  width: 100%;
}

.ui-tooltip {
  display: none !important;
}

.top_video_box {
  max-width: 937px;
  width: 100%;
  padding: 10px 10px 32px 10px;
  border-radius: 20px;
  box-shadow: 0px 30px 50px #0000001A;
  background: #fff;
}

#top_video {
  width: 917px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 10px;
}

.top_video_bottom-info {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  padding-inline: 50px;
}

.top_video_bottom-info .vertical {
  height: calc(100% - 70px);
  width: 0;
  border-left: 1px solid #d3caca;
  min-height: 140px;

}

.top_video_bottom-info .left {
  display: flex;
  gap: 20px;
}

.top_video_bottom-info .left .profile-img {
  width: 135px;
  max-width: 48%;
}

.top_video_bottom-info .left .profile-info {
  color: #131010;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.top_video_bottom-info .left .profile-name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.8px;
  margin: 0 0 6px 0 !important;
}

.top_video_bottom-info .left .profile-username .at {
  font-size: 18px;
  font-weight: bold;
}

.top_video_bottom-info .left .profile-username {
  background-color: #F3F1F1;
  border-radius: 5px;
  padding: 5px 2px 5px 5px;
  margin: 0 0 6px 0 !important;
}

.top_video_bottom-info .left .follower-number {
  font-size: 18px;
  font-weight: bold;
}

.top_video_bottom-info .left .insta {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 30px;
}

.top_video_bottom-info .left .insta-logo {
  width: 25px;
  height: auto;
}

.top_video_bottom-info .right {
  text-align: center;
  padding-right: 62px;
}

.top_video_bottom-info .right .quote {
  color: #131010;
  font-weight: 600;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 26px;
}

.top_video_bottom-info .right .subline {
  color: #615151;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

.discount-calculator {
  width: 400px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.discount-calculator h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 48px;
  text-align: center;
  line-height: 58px;
  color: #131010;
  margin: 140px 0 45px 0;
}

.header-title__wrapper>div:last-child {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 45px;
}

.discount-block__select-wrapper {
  padding: 40px 66px 35px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 400px;
  width: 100%;
  box-shadow: 0px 30px 50px #0000001A;
}

.discount-block__select {
  line-height: 1;
  font-size: 18px;
  background-color: #F4F1F2;
  border: 1px solid #A79595;
  border-radius: 5px;
  padding: 15px 45px 15px 40px;
  max-width: 100%;
  width: 263px;
  display: block;
  background-position-y: center;
  background-position-x: calc(100% - 14px);
  background-repeat: no-repeat;
  margin-bottom: 0 !important;
  color: #615151;
  text-align: left !important;
}

.discount-block__price-last__wrapper {
  font-size: 18px;
  text-decoration: line-through;
  color: #A79595;
  font-family: "Inter", sans-serif;
  margin-top: 20px;
}

.discount-block__price__wrapper {
  font-size: 60px;
  font-family: "Inter", sans-serif;
  color: #131010;
  line-height: 46px;
  margin-top: 15px;
}

.monatlich {
  font-size: 22px !important;
  line-height: 30px !important;
  color: #131010 !important;
  margin-top: 10px;
  font-family: "Inter", sans-serif !important;
}

.btn-blue {
  font-size: 22px;
  line-height: 30px;
  font-family: "Urbanist", sans-serif;
  color: #fff;
  line-height: 1;
  padding: 16px 66px 16px 40px;
  border-radius: 28px;
  display: inline-block;
  position: relative;
  background-color: #03acf4;
  background-image: url(/resources/lohn2025/images/btn-white-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: right 24px center;
}

.button-subline {
  font-size: 16px;
  color: #131010;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  margin-top: 16px;
}

.header-title__wrapper>div:first-child {
  margin-bottom: 0 !important;
}

.header-title__wrapper>div:first-child {
  padding-top: 114px;
}

.blue-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #7db597;
  gap: 100px;
  padding: 40px 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.blue-block>div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blue-block .tuev {
  position: absolute;
  top: -60px;
  right: max(25px, calc(50% - 735px));
  width: 118px;
}

.main-section {
  display: flex;
  justify-content: center;
  gap: clamp(30px, calc(100vw - 1155px), 145px);
  padding-top: 80px;
  margin: auto;
  align-items: flex-start;
  padding-inline: 25px;
  flex-wrap: wrap;
}

.siegel-wrapper {
  max-width: 480px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.siegel-box {
  width: max(155px, min(235px, calc(50% - 5px)));
  padding-block: 20px;
  border: 2px solid #EAE6E6;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq {
  width: 605px;
}


/* @media(min-width:1600px) and (max-width:1700px) {
      .insta-image {
        left: unset;
        position: absolute;
        bottom: -268px;
        right: calc(-45vw + 1280px);
      }
    } */

/* @media(min-width:769px) and (max-width:1100px) {
      .insta-image {
        left: unset;
        position: absolute;
        bottom: -220px;
        right: calc(-50vw + 838px);
      }
    } */

.show_1000px {
  display: none;
}

@media(max-width: 1000px) {
  .hide_1000px {
    display: none;
  }

  .show_1000px {
    display: block;
  }
}

.inf-section__characteristics-wrapper {
  display: block;
  margin-bottom: 0;
}

.characteristic-block {
  border-radius: 0 !important;
  border: none !important;
  max-width: 605px !important;
  width: 100%;
  overflow: visible !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #131010;
}

.characteristic-block li:before {
  content: "";
  width: 55px;
  height: 100%;
  box-shadow: unset !important;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/online/resources/kaufen/img/check-seal.svg) no-repeat 50%;
}

.characteristic-block li {
  min-height: 60px;
  width: 100%;
  padding: 0 50px 0 60px;
  background-color: #FCFAFA;
  border: 2px solid #EAE6E6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.characteristic-block li:not(.popup) {
  cursor:pointer;
}
.characteristic-block li.popup {
  font-size: 16px;
  color: #131010;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  padding-inline:20px;
}

.click-arrow {
  position: absolute;
  right: 23px;
  transform: rotate(0deg);
  cursor: pointer;
  bottom: calc(50% - 5px);
}

.litop.active .click-arrow {
  transform: rotate(180deg);
}

.litop {
  align-items: center;
  font-size: 16px;
}

.litop .small {
  font-size: 14px;
}

.characteristic-block .popup {
  width: 100%;
  height: fit-content;
  display: none;
  background-color: #ffffff !important;
  padding: 10px;
  background-image: none;
  box-shadow: 0px 0px 27px #eae9e996;
}

.characteristic-block .popup::before {
  display: none;
}

.rabatt_seal {
  position: absolute;
  top: -90px;
  right: -90px;
  z-index: 2;
}

.rabatt_siegel {
  width: 180px;
  height: 180px;
  background: url('/online/resources/kaufen/img/Rabatt_siegel_ohneZahl.png') no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.rabatt_percent {
  font-family: "Lato", Arial;
  font-size: 56px;
  font-weight: 800;
  color: #013048;
  margin-top: -43px;
  line-height: 1;
  margin-left: -38px;
}

.rabatt_duration {
  font-family: "Poppins", Arial;
  color: white;
  font-size: 17px;
  position: absolute;
  bottom: 27px;
  left: 35.7%;
}

.functions-link {
  color: #039ADB;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 25px;
  display: inline-block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.pfd-icon {}

@media (min-width: 1600px) {
  .discount-block {
    right: 0;
  }

  .rabatt_seal {
    right: -95px;
    top: -49px;
    scale: 1;
  }
}

@media (min-width: 1000px) and (max-width: 1600px) {
  .discount-block {
    padding: 25px 70px 25px 100px;
    right: 20px;
  }
}

@media (max-width: 1000px) {
  .discount-block {
    right: 0;
  }

  .rabatt_seal {
    display: none;
  }

  .rabatt_seal2 {
    position: absolute;
    display: block;
    right: -60px;
    top: -95px;
    scale: 0.5;
  }
}

@media (max-width: 720px) {
  .discount-block {
    right: 0;
  }

  .rabatt_seal {
    display: none;
  }

  .rabatt_seal2 {
    display: block;
    right: -60px;
    top: -95px;
    scale: 0.5;
  }
}

.bottom-flex {
  display: flex;
  align-items: center;
  gap: clamp(25px, calc(100vw - 1205px), 75px);
}

.ekomi-wrapper {
  width: min(223px, 100%);
  flex-shrink: 0;
  position: relative;
  top: -4px;
}

body {
  font-family: "Inter", sans-serif;
  color: #131010;
}

.inf-section .container {
  max-width: 1270px;
}

.header-title__wrapper {
  justify-content: flex-start;
}

.header-title__wrapper>div:last-child {
  margin-bottom: 30px !important;
}

.top_video_bottom-info .left {
  align-items: start;
}

@media(max-width:1650px) and (min-width:1226px), (max-width:975px) {
  .top_video_bottom-info .right {
    padding-right: 0;
  }
}

@media(max-width:1550px) and (min-width:1226px), (max-width:880px) {
  .top_video_bottom-info {
    padding-inline: 25px;
    gap: 25px;
  }
}

@media(max-width:1478px) and (min-width:1226px), (max-width:830px) {
  .top_video_bottom-info {
    flex-direction: column;
    align-items: center;
  }

  .top_video_bottom-info .vertical {
    height: 0px;
    min-height: 0px;
    width: 80%;
    border-bottom: 1px solid #d3caca;
  }
}

@media(max-width:1275px) {
  .blue-block .tuev {
    top: -100px;
  }
}

@media(max-width:1225px) {
  .header-title__wrapper {
    flex-direction: column-reverse;
  }

  .cutoff-bg {
    padding: 85px 40px 60px 40px;
    display: flex;
    justify-content: center !important;
    max-width: unset;
    clip-path: unset;
    align-items: center !important;
  }

  .discount-calculator h1 {
    margin: 50px 0 45px 0;
  }

  .header-title__wrapper {
    justify-content: center;
    align-items: center;
  }

  .discount-wrap {
    padding-bottom: 20px !important;
    padding-top: 50px !important;
    max-width: 440px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .cutoff-bg {
    padding-top: 60px !important;
  }
}

@media(max-width:1045px) {
  .bottom-flex {
    flex-direction: column;
    align-items: center;
  }
}

@media(max-width:1028px) {
  .blue-block {
    gap: 45px;
  }
}

@media(max-width:623px) {
  .blue-block .tuev {
    top: unset;
    bottom: -125px;
    right: 50%;
    transform: translate(50%);
    width: 135px;
  }

  .main-section {
    padding-top: 140px;
  }
}

@media(max-width:475px) {
  .top_video_bottom-info {
    padding-inline: 15px;
  }

  .cutoff-bg {
    padding-inline: 15px;
  }
}

@media(max-width:460px) {
  .discount-calculator h1 {
    font-size: 36px;
    line-height: 45px;
  }

  .discount-block__select-wrapper {
    padding: 40px 25px 30px;
  }
}

@media(max-width:445px) {
  .hide_445 {
    display: none;
  }
}

@media(max-width:400px) {
  .top_video_bottom-info .left .profile-img {
    width: 80px;
  }
}

@media(max-width:390px) {
  .top_video_bottom-info .right .quote {
    font-size: 16px;
    line-height: 22px;
  }

  .top_video_bottom-info .right .subline {
    font-size: 14px;
    line-height: 20px;
  }
}

@media(max-width:358px) {
  .top_video_bottom-info .right .quote {
    font-size: 14px;
    line-height: 20px;
  }

  .top_video_bottom-info .left {
    gap: 15px;
  }

  .top_video_bottom-info {
    padding-inline: 10px;
  }
}

@media(max-width:340px) {
  .discount-block__select {
    padding: 15px 35px 15px 20px;
  }

}

@media(max-width:363px) {
  .btn-blue {
    padding: 16px 50px 16px 24px;
  }
}

.tuev-container-new .tuev-container-new-tuev-link {
  margin: -27px 5px;
}

.tuev-container-new .tuev-container-new-approved {
  padding: 24px 50px;
}

footer {
  background-color: #F3F1F1;
  min-height: 80px;
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
  padding-inline: 25px;
  flex-wrap: wrap;
}

footer .vertical {
  border-left: 1px solid #D3CACA;
  height: 20px;
}

footer a {
  color: #131010;
  font-size: 16px;
  margin: 0 !important;
}

.inf-section {
  padding: 55px 0 80px;
}

@media(max-width:850px) {
  footer {
    gap: 25px !important;
  }
}