* {
  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: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
}
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%;
}
.wrapper {
  background-color: #f3efe7;
}
.container {
  max-width: 1352px;
  padding: 0 20px;
  margin: 0 auto;
}
a {
  color: inherit;
}
h1 {
  font-size: 35px;
  color: #113192;
  line-height: 50px;
}
h1,
h3 {
  font-family: Epilogue, sans-serif;
  font-weight: 500;
}
h3 {
  font-size: 25px;
  line-height: 32px;
  color: #113190;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 22px 42px 24px;
}
.anzeige-button {
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  background-color: #2da97a;
  padding: 7px 36px 7px 11px;
  border-radius: 5px;
  background-image: url(../img/info-icon.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  position: relative;
}
.anzeige-button:hover .hidden-block {
  display: block;
}
.anzeige-button .hidden-block {
  top: 30px;
  left: 116px;
  color: #000;
  font-weight: 400;
  width: 400px;
  transform: translateX(-100%);
}
.header__links-wrapper a {
  margin-right: 20px;
  font-family: Source Sans Pro, sans-serif;
}
.slide__title-img {
  margin-bottom: 60px;
}
.slide__step {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.slide__step h1 {
  text-align: center;
  margin: 0 auto;
}
.slide__step > p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.custom-checkbox {
  display: none;
}
.checkbox-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0 10px;
}
.custom-checkbox + label {
  min-height: 222px;
  max-width: 250px;
  width: 100%;
  border-radius: 20px;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border: 4px solid transparent;
  position: relative;
  padding: 25px 0;
  margin: 10px;
  cursor: pointer;
}
.checkbox-wrapper label img[src^="./img/ja.svg"] {
  position: relative;
  left: 5px;
}
.MeinSteuerberater {
  width: 82px;
  display: flex;
}
.MeinSteuerberater img {
  min-width: 97px;
}
.custom-checkbox:checked + label {
  border: 4px solid #cce5dc;
}
.green-check {
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
}
.custom-checkbox:checked + label .green-check {
  display: block;
  margin: 0 !important;
}
.info-checkbox-wrapper {
  max-width: 222px;
  background-color: #f6f6f6;
  border-radius: 20px;
  display: flex;
  padding: 18px 20px;
  margin: 0 10px 25px auto;
}
.info-checkbox-wrapper div {
  font-family: Epilogue, sans-serif;
  line-height: 22px;
}
.info-checkbox-wrapper input {
  min-width: 31px;
  min-height: 31px;
  margin: 0 10px 0 0;
}
.info-checkbox-wrapper div > div {
  width: 14px;
  height: 14px;
  background-image: url(../img/info.svg);
  top: 2px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.info-checkbox-wrapper div > div .hidden-block {
  top: 18px;
  left: -90px;
  width: 230px;
}
.hidden-block {
  position: absolute;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.15);
  font-size: 15px;
  display: none;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  z-index: 3;
}
.info-checkbox-wrapper div > div:hover .hidden-block {
  display: block;
}
.slide__button-wrapper {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  align-items: flex-end;
  position: relative;
}
.green-btn {
  font-family: Epilogue, sans-serif;
  font-weight: 500;
  max-width: 272px;
  width: 100%;
  text-align: center;
  padding: 17px 64px 17px 45px;
  background-color: #2da97a;
  color: #fff;
  border-radius: 10px;
  font-size: 25px;
  background-image: url(../img/btn-arrow.svg);
  background-position-x: calc(100% - 25px);
  background-position-y: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  cursor: pointer;
}
.green-btn:hover {
  background-position-x: calc(100% - 15px);
}
.slider {
  border-radius: 50px;
  box-shadow: 15px 15px 40px 15px rgba(0, 0, 0, 0.203);
  overflow: hidden;
}
.slide {
  background-color: #fff;
  min-height: 989px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slide__footer {
  background: #f6f6f6;
  margin-top: 54px;
}
.slide__footer p {
  background-color: #2da97a;
  color: #fff;
  padding-left: 60px;
  width: 15%;
  font-size: 14px;
}
.klicken {
  top: 33%;
  right: -114px;
  z-index: 1;
  background: url(../img/klicken.svg);
  background-size: contain;
  width: 90px;
  height: 84px;
  color: #113190;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  padding: 15px 0 0 14px;
  background-repeat: no-repeat;
}
.klicken,
.sale {
  position: absolute;
}
.sale {
  left: calc(50% - 225px);
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-section {
  margin-bottom: 80px;
}
.slide.custom {
  min-height: 0;
  border-radius: 50px;
  box-shadow: 15px 15px 40px 15px rgba(0, 0, 0, 0.2);
}
.content-block {
  padding: 75px 20px;
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
}
.sec-sec .content-block {
  max-width: 850px;
}
.content-block h1 b {
  display: none;
}
.for-sec .content-block h1 {
  margin-bottom: 20px;
}
.content-block h1 {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 72px;
}
.content-block h1 span {
  background-image: url(../img/background.svg);
  background-repeat: no-repeat;
  background-position-y: 85%;
}
.content-block__inner-wrapper > div {
  width: 50%;
}
.content-block__inner-wrapper {
  display: flex;
}
.content-block__inner-wrapper > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sec-sec .content-block__inner-wrapper > div:first-child img:first-child {
  margin-bottom: 43px;
}
.content-block__inner-wrapper h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 25px;
  color: #113190;
}
.content-block__inner-wrapper p {
  margin-bottom: 12px;
}
.sec-sec .content-block__inner-wrapper p:nth-child(2) {
  max-width: 215px;
}
.sec-sec .content-block__inner-wrapper p:nth-child(3) {
  max-width: 302px;
}
.sec-sec .content-block__inner-wrapper p:nth-child(4) {
  max-width: 314px;
}
.sec-sec .content-block__inner-wrapper p:nth-child(4) span {
  display: inline;
  background-image: url(../img/yellow-back.svg);
  background-repeat: no-repeat;
  background-position-y: 90%;
}
.sec-sec .content-block__inner-wrapper p:nth-child(5) {
  max-width: 250px;
}
.sec-sec .content-block__inner-wrapper p:nth-child(6) {
  max-width: 275px;
}
.sec-sec .content-block__inner-wrapper p:nth-child(6) span {
  text-decoration: underline;
  color: #113190;
  display: inline-block;
}
.sec-sec .content-block__inner-wrapper p:nth-child(7) {
  max-width: 225px;
}
.list-wrapper {
  max-width: 377px;
  margin-bottom: 60px;
}
.list-wrapper li:not(:last-child) {
  margin-bottom: 22px;
}
.list-wrapper li {
  padding-left: 28px;
  background-image: url(../img/check-list.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sec-sec {
  margin-bottom: 80px;
}
.content-block__inner-wrapper > div h3 {
  max-width: 380px;
  margin-bottom: 30px;
}
.thi-sec .content-block__inner-wrapper > div:first-child img {
  max-width: 424px;
  width: 100%;
}
.thi-sec .content-block__inner-wrapper > div img:nth-child(2) {
  display: none;
}
.content-block__inner-wrapper .green-btn {
  font-weight: 600;
  font-size: 18px;
  font-family: Inter, sans-serif;
  padding: 14px 59px 14px 30px;
  display: inline-block;
  width: 100%;
  line-height: 1;
  background-size: 20px;
}
.thi-sec .content-block:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
.thi-sec .content-block__inner-wrapper span {
  background-image: url(../img/yellow-back.svg);
  background-repeat: no-repeat;
  background-position-y: 90%;
}
.thi-sec {
  margin-bottom: 80px;
}
.for-sec h1 {
  margin-bottom: 56px;
  max-width: 490px;
}
.for-sec .checkbox-wrapper {
  margin: 0;
}
.for-sec .klicken {
  top: auto;
  bottom: 100%;
}
.for-sec__checbox-main-wrapper {
  background-color: #f3efe7;
  padding: 60px 0;
  border-radius: 30px;
  position: relative;
}
.for-sec__checbox-main-wrapper > img:first-child {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
}
.for-sec.slide-v1 .slide__step {
  max-width: 868px;
}
.for-sec .checkbox-wrapper {
  max-width: 706px;
  margin: 0 auto 60px;
}
.for-sec .green-btn {
  margin: 0 auto;
  display: block;
}
.for-sec {
  padding-bottom: 130px;
}
.for-sec__links-wrapper {
  padding: 20px 0 0 40px;
}
.for-sec h1 span {
  background-image: url(../img/yellow-back.svg);
  background-repeat: no-repeat;
  background-position-y: 116%;
  background-size: 338%;
  padding-left: 29px;
}
.custom-checkbox + label p {
  text-align: center;
  max-width: 200px;
  font-size: 18px;
  line-height: 24px;
}
.custom-checkbox + label p span {
  color: #113190;
  font-size: 18px;
  display: block;
  font-weight: 600;
}
.prev-slide {
  position: absolute;
  font-size: 18px;
  color: #adadad;
  text-decoration: underline;
  left: calc(50% - 230px);
  bottom: 28px;
  transform: translate(-50%, 50%);
  cursor: pointer;
}
.swiper-wrapper :nth-child(2) .slide__footer p {
  width: 22%;
}
.swiper-wrapper :nth-child(3) .slide__footer p {
  width: 33%;
}
.swiper-wrapper :nth-child(4) .slide__footer p {
  width: 44%;
}
.swiper-wrapper :nth-child(5) .slide__footer p {
  width: 55%;
}
.swiper-wrapper :nth-child(6) .slide__footer p {
  width: 66%;
}
.swiper-wrapper :nth-child(7) .slide__footer p {
  width: 77%;
}
.swiper-wrapper :nth-child(8) .slide__footer p {
  width: 88%;
}
.swiper-wrapper :nth-child(9) .slide__footer p {
  width: 100%;
}

.swiper-fade .swiper-slide {
  visibility: hidden;
}
.swiper-fade .swiper-slide-active {
  visibility: visible;
}
.info-checkbox-wrapper.custom {
  margin: 10px;
  max-width: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
.info-checkbox-wrapper.custom > div {
  display: flex;
  align-items: center;
  padding: 18px 0;
}
.info-checkbox-wrapper.custom > div:not(:last-child) {
  border-bottom: 2px solid #cce5dc;
}
.last-slide .checkbox-wrapper {
  flex-wrap: wrap;
}
.last-slide .custom-checkbox + label {
  height: 130px;
  padding: 20px 0;
  min-height: 0;
}
.last-slide .custom-checkbox + label p {
  min-height: auto;
}
.ui-tooltip-content {
  max-width: 600px;
  z-index: 900;
  border-radius: 3px;
  background-color: #fff !important;
  padding: 10px;
  box-shadow: 0 0 15px hsla(0, 0%, 82%, 0.2);
  font-size: 12px;
  line-height: 15px;
  border: 7px solid #d5d5d5;
}
.slide-v1 .custom-checkbox + label {
  padding-bottom: 38px;
  max-width: 222px;
}
.slide-v1 .custom-checkbox + label p {
  margin-top: 38px;
}
.slide-v1 .slide__step {
  max-width: 726px;
}
.first-slide h1 {
  max-width: 635px;
}
.slide-v2 .custom-checkbox + label {
  padding-bottom: 21px;
  max-width: 223px;
}
.slide-v2 .custom-checkbox + label p {
  margin-top: 34px;
  font-size: 16px;
}
.slide-v3 .custom-checkbox + label {
  padding-bottom: 46px;
  max-width: 223px;
}
.slide-v3 .custom-checkbox + label p {
  margin-top: 34px;
}
.slide-v3 .info-checkbox-wrapper.custom > div,
.slide-v4 .info-checkbox-wrapper.custom > div {
  align-items: flex-start;
  padding: 20px 0;
}
.slide-v3 .info-checkbox-wrapper.custom,
.slide-v4 .info-checkbox-wrapper.custom {
  padding: 0 10px 0 20px;
}
.slide-v4 .custom-checkbox + label {
  padding-bottom: 20px;
  padding-top: 0;
  max-width: 250px;
  min-height: 250px;
}
.slide-v4 .custom-checkbox + label p {
  font-size: 16px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 16px;
}
.slide-v5 .custom-checkbox + label {
  padding-bottom: 21px;
  max-width: 223px;
}
.slide-v5 .custom-checkbox + label p {
  font-size: 16px;
  margin-top: 34px;
}
.slide-v6 .custom-checkbox + label p {
  font-size: 16px;
  margin-top: 18px;
  line-height: 1;
  max-width: 100%;
}
.slide-v6 .custom-checkbox + label {
  padding-bottom: 20px;
  max-width: 222px;
}
.ui-tooltip {
  padding: 0 !important;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.15) !important;
  max-width: 192px !important;
}
.ui-tooltip,
.ui-tooltip-content {
  border: none !important;
}
.popupBlock {
  position: fixed;
  max-width: 400px;
  z-index: 900;
  font-family: Lato, Verdana !important;
  display: inline-block;
  border-radius: 3px;
  background-color: #fff !important;
  padding: 10px;
  box-shadow: 0 0 15px hsla(0, 0%, 82%, 0.2);
  font-size: 16.5px;
  line-height: 21px;
  border: 7px solid #d5d5d5;
  -webkit-animation: fade 0.2s 0.1s backwards;
  animation: fade 0.2s 0.1s backwards;
}
.popup-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
  display: none;
}
.popup-wrapper.active {
  display: block;
}
.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 858px;
  width: 100%;
  padding: 80px 66px;
  border-radius: 50px;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.popup h3 {
  text-align: center;
  max-width: 533px;
  margin: 0 auto 74px;
}
.popup h3 span {
  background-color: #fff4ad;
}
.popup-inner-wrapper {
  display: flex;
  justify-content: space-between;
}
.popup-inner-wrapper div {
  max-width: 335px;
}
.popup-inner-wrapper div p {
  line-height: 22px;
}
.popup-inner-wrapper div p:not(:last-child) {
  margin-bottom: 22px;
}
.close-btn {
  width: 25px;
  height: 25px;
  background-image: url(../img/x.svg);
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.impressum-sc .slide {
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  border-radius: 50px;
}
.impressum-sc img {
  margin-bottom: 100px;
}
body.impressum {
  min-height: 100vh;
  background-color: #f3efe7;
}
.datenschutz-text {
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
}
.datenschutz-text h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.datenschutz-text a {
  color: #113190;
}
.datenschutz-text .ordered-list {
  list-style-type: auto;
}
.datenschutz-text .ordered-list li {
  margin-bottom: 24px;
  list-style-position: inside;
}
.table-container {
  max-width: 1150px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
  padding: 0 20px;
}
.table-container div {
  max-width: 457px;
}
.table-container div p:first-child {
  margin-bottom: 10px;
  max-width: 385px;
}
.table-container h1 {
  max-width: 500px;
}
.active-green {
  background-color: #c1e5d7 !important;
}
.table {
  width: 100%;
  min-width: 795px !important;
}
.table-header {
  height: 37px;
  color: #fff;
  width: 31%;
  text-align: left;
  background-color: #ffd451 !important;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  padding-left: 40px;
}
.table-header__wrapper td {
  background-color: #ffd451 !important;
  text-align: center;
  font-weight: 700;
  color: #113190;
  vertical-align: middle;
}
.table-header__mobile-wrapper {
  display: none;
  background-color: #ffd451;
  color: #113190;
  font-weight: 700;
  text-align: center;
}
.table-header__mobile-wrapper td {
  padding: 13px 0;
}
.table-header__mobile-wrapper:first-child td {
  border-radius: 30px 30px 0 0;
}
.table-wrapper {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto 80px;
  border-radius: 0 0 20px 20px;
  padding: 0 20px;
}
.table__tr-mobile-name {
  display: none;
  background-color: #dbede6;
  text-align: center;
  color: #333;
  font-weight: 700;
}
.table__tr-mobile-name td {
  padding: 9px 0;
}
.table__tr-mobile-name .p-inline {
  display: inline;
}
.table__tr-mobile-name span {
  font-weight: 400;
}
.td__table-info {
  position: absolute !important;
  left: 52%;
  top: 36%;
}
.table__th {
  background-color: #f6f6f6;
  width: 31%;
  vertical-align: top;
  padding: 15px 20px 15px 40px;
  line-height: 18px;
  text-align: left;
}
.table__td {
  background-color: #f3efe7;
  vertical-align: middle;
  position: relative;
  padding: 15px 20px 15px 0;
  width: 22%;
}
.table__td img {
  margin-bottom: 5px;
}
.table tr:nth-child(3) .table__td img {
  margin: 0;
}
.table tr:nth-child(3) .table__td > div:first-child a {
  display: flex;
  height: 29px;
  align-items: flex-end;
}
.table__td:after {
  content: "";
  width: 20px;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.table__th p {
  font-size: 14px;
  text-align: left;
  line-height: 18px;
  color: #333;
  font-weight: 700;
}
.table__td p {
  text-align: center;
  line-height: 19px;
  font-size: 14px;
}
.table__td > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding: 0 10px;
}
.table tr td:last-child {
  border-right: 0;
}
.table__td-header {
  display: inline-block;
  height: 60px !important;
  background-color: #f3efe7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center !important;
}
.table__td-header > div:first-child {
  display: flex;
  flex-direction: column;
}
.fixed-header {
  position: static;
  top: 0;
  z-index: 1;
}
.activ-fixed-header .fixed-header {
  position: -webkit-sticky;
  position: sticky;
}
.custom-image {
  width: 98px;
  height: 22px;
  margin: 0 auto;
}
.first-tr td,
.first-tr th {
  background-color: transparent !important;
}
.first-tr td {
  padding-bottom: 0;
  padding-top: 0;
}
.activ-fixed-header .fixed-header th {
  opacity: 0;
}
.fixed-header td > div div {
  display: flex;
  flex-direction: column;
}
.fixed-header td > div div:last-child {
  display: none;
}
.fixed-header td > div div:last-child span:last-child {
  font-weight: 700;
  font-size: 16px;
}
.fixed-header span {
  margin: 0 !important;
}
.fixed-header td > div div:first-child span {
  display: none;
}
.activ-fixed-header .fixed-header td > div a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.activ-fixed-header .fixed-header td > div a div:last-child {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
.activ-fixed-header .fixed-header td > div div:first-child span {
  display: block;
}
.activ-fixed-header .fixed-header td > div div:first-child p {
  display: none;
}
tr .table__td:nth-child(2) .table__td-header {
  background-color: #c1e5d7;
}
.table__td-header p {
  font-size: 18px;
  color: #113190;
  font-weight: 600;
}
.table__td-header span {
  font-size: 14px !important;
  color: #333 !important;
  margin: 0 !important;
}
.table tr {
  border-bottom: 1px solid #ddd;
}
.table__td span,
.table__th span {
  font-size: 12px;
  color: #222;
  margin-top: 7px;
}
.table__td span {
  text-align: center;
  line-height: 15px;
}
.table__info {
  width: 14px;
  height: 14px;
  background-color: #acacac;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  line-height: 0;
  cursor: pointer;
  position: relative;
}
.table__info:hover .hidden-block {
  display: block;
  width: 300px;
  color: #000;
  top: 15px;
  left: 0;
}
.table__th .p-inline {
  display: inline;
}
.table tr td:last-child:after {
  display: none;
}
.table tr td:last-child {
  padding-right: 0;
}
.table tr td:last-child .table__td-header,
.yellow-p {
  width: 100%;
}
.yellow-p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background-color: #2da97a;
  padding: 10px;
  border-radius: 10px;
  line-height: 19px !important;
  text-align: center;
}
.first-tr {
  border-bottom: 0;
}
tr .table__td:nth-child(2) {
  background-color: #c1e5d7;
}
tr:nth-child(3) .table__td {
  padding-top: 20px;
  padding-bottom: 36px;
}
tr:nth-child(3) .table__td img {
  margin-bottom: 16px !important;
}
tr:nth-child(3) .table__th {
  vertical-align: middle;
}
.tr__buttons td {
  vertical-align: top;
}
.fixed-header .table__td {
  cursor: pointer;
}
.seo {
  display: flex;
  flex-direction: column;
  grid-gap: 80px;
  gap: 80px;
  padding-bottom: 70px;
}
.seo-card {
  background-color: #fff;
  padding: 60px 20px 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.seo-card,
.seo-title-card {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 15px 15px 40px 15px rgba(0, 0, 0, 0.203);
}
.seo-title-card__description-wrapper {
  background-color: #fff;
  padding: 60px 0 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.seo-title-card__title {
  background-image: url(../img/girl.jpg);
  background-position: 100%;
  background-size: cover;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.seo-title-card__title h1 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  background-color: #ffd451;
  padding: 12px;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
.seo-title-card__title h1 img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(70%, -70%);
}
.seo-title-card__description-wrapper h1 {
  max-width: 740px;
  text-align: center;
}
.seo-title-card__description-wrapper > p {
  max-width: 370px;
  text-align: center;
}
.seo-title-card__description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 77px;
  max-width: 765px;
  width: 100%;
}
.seo-title-card__description div {
  max-width: 325px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
.seo-program-card h1 {
  max-width: 850px;
  text-align: center;
  margin-bottom: 75px;
}
.yellow-back {
  background-image: url(../img/background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 13px;
}
.seo-program-card__block {
  display: flex;
  justify-content: center;
  width: 100%;
}
.seo-program-card__block > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 320px;
  width: 100%;
}
.seo-program-card__block > div p {
  margin-top: 37px;
  min-height: 48px;
}
.seo-program-card__block > div:nth-child(2) {
  border-left: 2px solid #f6f6f6;
  border-right: 2px solid #f6f6f6;
}
.seo-program-card__block > div div {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.seo-compage-card h1 {
  margin-bottom: 20px;
  text-align: center;
}
.seo-compage-card > p {
  text-align: center;
}
.seo-compage-card__block {
  display: flex;
  grid-gap: 40px;
  gap: 40px;
  padding: 0 40px;
  width: 100%;
  margin-top: 60px;
}
.seo-compage-card__block > div {
  background-color: #f6f6f6;
  padding: 40px 24px;
  min-height: 940px;
  width: 100%;
  max-width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
}
.seo-compage-card__block div img {
  width: 207px;
}
.seo-compage-card__logo-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 103px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}
.seo-compage-card__logo-wrapper span {
  text-align: center;
  color: #113190;
  font-size: 18px;
  font-weight: 23px;
  font-weight: 600;
}
.seo-compage-card__block__description {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  align-self: flex-start;
  margin-bottom: 60px;
}
.seo-compage-card__block .list-wrapper {
  align-self: flex-start;
  margin-bottom: 0;
}
.seo-compage-card__block .list-wrapper li:not(:last-child) {
  margin-bottom: 5px;
}
.seo-compage-card__block .list-wrapper li {
  background-size: 17px;
}
.seo-choose-program h1 {
  max-width: 870px;
  text-align: center;
  margin-bottom: 20px;
}
.seo-choose-program > p {
  text-align: center;
  max-width: 630px;
}
.seo-choose-program__block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 57px 40px;
  gap: 57px 40px;
  margin-top: 113px;
}
.seo-choose-program__block > div {
  max-width: 450px;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 57px 34px 44px;
  position: relative;
}
.seo-choose-program__block > div h4 {
  color: #113190;
  text-align: center;
  font-weight: 600;
  margin-bottom: 27px;
  font-size: 18px;
}
.seo-choose-program__block > div img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.seo-final-card {
  padding-left: 20px;
  padding-right: 20px;
}
.seo-final-card h1 {
  text-align: center;
  max-width: 700px;
  margin-bottom: 20px;
}
.seo-final-card p {
  max-width: 520px;
  margin-bottom: 60px;
}
.seo-final-card .green-btn {
  font-size: 18px;
  font-weight: 600;
  max-width: 244px;
  line-height: 1;
  padding: 16px 47px 16px 15px;
  background-position-x: calc(100% - 18px);
}
.seo-reasons-card h1 {
  max-width: 500px;
  text-align: center;
}
.seo-reasons-card > p {
  max-width: 680px;
  text-align: center;
}
.seo-reasons-card__block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 90px auto 0;
}
.seo-reasons-card__block > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 33.33%;
  padding: 40px 10px;
  border-bottom: 2px solid #f6f6f6;
  position: relative;
}
.seo-reasons-card__block > div:nth-child(3n + 2) {
  border-left: 2px solid #f6f6f6;
  border-right: 2px solid #f6f6f6;
}
.seo-reasons-card__block > div:nth-child(3n + 2):before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  z-index: 1;
}
.seo-reasons-card__block > div:nth-child(3n + 2):after {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  z-index: 1;
}
.seo-reasons-card__block > div:nth-last-child(-n + 3) {
  border-bottom: 0;
}
.seo-reasons-card__block > div p {
  text-align: center;
  margin-top: 35px;
  min-height: 97px;
}
.seo-reasons-card__block__img-wrapper {
  min-height: 100px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.seo-text-card > div {
  display: flex;
  justify-content: space-between;
  max-width: 760px;
  width: 100%;
}
.seo-text-card__img-wrapper {
  width: 55%;
}
.seo-text-card__img-wrapper img {
  position: relative;
}
.seo-text-card__text-wrapper {
  width: 45%;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
.seo-acc-card {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-gap: 30px;
  gap: 30px;
  padding: 60px 20px 84px !important;
}
.ui-accordion .ui-accordion-header {
  font-size: 18px;
  font-weight: 600;
  color: #113190 !important;
  text-align: center;
  background-color: transparent !important;
  padding: 5px 55px !important;
}
.ui-state-default {
  border: 0 !important;
}
.ui-icon-triangle-1-e,
.ui-icon-triangle-1-s {
  display: none !important;
}
.ui-accordion .ui-accordion-content {
  background-color: transparent !important;
  font-weight: 400 !important;
  font-size: 15px;
  text-align: center;
  border: 0;
}
.seo-acc-card__acc {
  max-width: 472px;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.34902);
}
.seo-acc-card__acc h3 {
  position: relative;
  line-height: 23px;
  min-height: 62px;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
.seo-acc-card__acc h3:before {
  content: "";
  display: block;
  width: 34px;
  height: 20px;
  background-image: url(../img/arrow-acc.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.seo-acc-card__acc h3.ui-accordion-header-active:before {
  transform: rotate(-180deg) translateY(50%);
}
.seo-page-2 .seo-title-card__title h1 {
  max-width: 700px;
}
.seo-page-2 .seo-title-card__description-wrapper h1 {
  max-width: 600px;
}
.seo-page-2 .seo-title-card__description div {
  max-width: 345px;
}
.seo-page-2 .seo-program-card h1 {
  max-width: 600px;
}
.seo-page-3 .seo-title-card__title h1 {
  max-width: 585px;
}
.seo-page-3 .seo-title-card__description div {
  max-width: 330px;
}
.seo-page-3 .seo-title-card__description {
  max-width: 690px;
  margin-top: 40px;
}
.seo-page-3 .seo-program-card h1 {
  max-width: 600px;
  margin-bottom: 0;
}
.seo-page-3 .seo-program-card > p {
  max-width: 585px;
  text-align: center;
}
.seo-page-3 .seo-program-card__block {
  margin: 70px 0 84px;
}
.seo-page-4 .seo-title-card__description-wrapper h1 {
  max-width: 745px;
}
.seo-page-4 .seo-title-card__description-wrapper > p {
  max-width: 345px;
}
.seo-page-4 .seo-title-card__description div {
  max-width: 352px;
}
.seo-page-4 .seo-reasons-card > p {
  max-width: 435px;
}
.seo-page-5 .seo-title-card__title h1 img,
.seo-page-6 .seo-title-card__title h1 img,
.seo-page-7 .seo-title-card__title h1 img {
  right: auto;
  left: 0;
  transform: translate(-70%, -83%);
}
.seo-page-6 .seo-title-card__description-wrapper h1 {
  max-width: 780px;
}
.seo-page-6 .seo-text-card__text-wrapper {
  width: 48%;
}
.seo-page-6 .seo-title-card__description-wrapper > p {
  max-width: 430px;
}
.seo-page-6 .seo-title-card__description div {
  max-width: 355px;
}
.seo-page-6 .list-wrapper {
  margin-top: 60px;
}
.seo-page-6 .seo-text-card > p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
  text-align: center;
  margin-bottom: 100px;
}
.seo-page-6 .seo-text-card > div:nth-child(4) {
  margin-top: 140px;
}
.seo-page-7 .seo-title-card__title h1 {
  max-width: 520px;
}
.seo-page-7 .seo-text-card__text-wrapper {
  width: 47%;
}
.seo-page-7 .seo-title-card__description-wrapper h1 {
  max-width: 900px;
}
.seo-page-7 .seo-program-card h1 {
  max-width: 435px;
}
.seo-page-7 .seo-choose-program__block p {
  text-align: center;
}
.seo-page-7 .seo-choose-program__block a {
  color: #113190;
  text-decoration: underline;
}
.seo-page-7 .seo-choose-program__block {
  max-width: 1150px;
  width: 100%;
}
.seo-page-7 .seo-choose-program__block > div {
  max-width: 350px;
}
.seo-page-5 .seo-title-card__title h1 {
  max-width: 460px;
}
.seo-page-5 .seo-title-card__description-wrapper h1 {
  max-width: 870px;
}
.seo-page-5 .seo-title-card__description {
  max-width: 650px;
}
@media (max-width: 1600px) {
  body {
    line-height: 17px;
  }
}
@media only screen and (max-width: 1600px) {
  .wrapper {
    zoom: 0.7;
  }
}
@media (max-width: 768px) {
  .header__wrapper {
    padding: 10px 0;
  }
  .header__links-wrapper a {
    margin-right: 10px;
  }
  .slide__footer p {
    padding-left: 40px;
    width: 19%;
  }
  .klicken {
    top: 15%;
    right: 0;
  }
  .for-sec .klicken {
    right: 0;
  }
  .seo-title-card__title h1 img {
    transform: translateY(-70%);
  }
  .seo-program-card__block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .seo-program-card__block > div:nth-child(2) {
    border: none;
  }
  .seo-compage-card__block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .seo-compage-card__block > div {
    max-width: 384px;
  }
  .seo-reasons-card__block > div {
    width: 50%;
  }
  .seo-reasons-card__block > div:nth-child(3n + 2) {
    border-left: 0;
    border-right: 0;
  }
  .seo-reasons-card__block > div:nth-child(2n) {
    border-left: 2px solid #f6f6f6 !important;
  }
  .seo-reasons-card__block > div:nth-child(3n + 2):after,
  .seo-reasons-card__block > div:nth-child(3n + 2):before {
    display: none;
  }
  .seo-reasons-card__block > div:nth-child(2n):before {
    content: "";
    width: 80px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    z-index: 1;
    display: none;
    display: block;
  }
  .seo-reasons-card__block > div:nth-last-child(-n + 3) {
    border-bottom: 2px solid #f6f6f6;
  }
  .seo-reasons-card__block > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .seo-page-5 .seo-title-card__title h1 img,
  .seo-page-6 .seo-title-card__title h1 img,
  .seo-page-7 .seo-title-card__title h1 img {
    transform: translateY(-83%);
  }
  .seo br {
    display: none;
  }
}
@media (max-width: 680px) {
  .table-wrapper {
    overflow: scroll;
  }
}
@media (max-width: 600px) {
  .header__links-wrapper a {
    display: none;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .header__wrapper img {
    max-width: 150px;
  }
  .anzeige-button {
    font-size: 10px;
    background-size: 10px;
    position: static;
    padding: 4px 29px 4px 8px;
  }
  .anzeige-button .hidden-block {
    font-size: 10px;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
  .slide__title-img {
    margin-bottom: 40px;
  }
  .slide__title-img img {
    width: 100%;
  }
  .slide__step > p {
    font-size: 14px;
  }
  .checkbox-wrapper {
    flex-direction: column;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
    padding: 0 40px;
  }
  .custom-checkbox + label {
    margin: 0;
    max-width: 100% !important;
    min-height: 80px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 20px 20px !important;
    border: 0;
  }
  .checkbox-wrapper label img[src^="./img/ja.svg"] {
    left: 0;
  }
  .MeinSteuerberater {
    display: contents;
  }
  .MeinSteuerberater img {
    min-width: auto;
  }
  .custom-checkbox + label img {
    margin-right: 33px;
    width: 30px;
  }
  .custom-checkbox:checked + label .green-check {
    width: 36px;
  }
  .info-checkbox-wrapper {
    max-width: 100%;
    margin: 0 40px !important;
    padding: 20px 0 20px 20px;
  }
  .info-checkbox-wrapper div {
    max-width: 135px;
    font-size: 14px;
    line-height: 20px;
  }
  .info-checkbox-wrapper input {
    margin-right: 34px;
  }
  .slide__button-wrapper {
    margin-top: 40px;
    padding: 0 40px;
    justify-content: flex-end;
    align-items: center;
    grid-gap: 14px;
    gap: 14px;
  }
  .green-btn {
    font-size: 20px;
    max-width: 167px;
    background-size: 21px;
    padding: 17px 56px 17px 34px;
  }
  .slide {
    min-height: 0;
  }
  .slide__footer {
    border-radius: 0 0 50px 50px;
    overflow: hidden;
    margin-top: 40px;
  }
  .slide__footer span {
    display: none;
  }
  .slide__footer p {
    padding-left: 20px;
  }
  .klicken {
    font-size: 14px;
    line-height: 20px;
    width: 65px;
    height: 65px;
    padding: 8px 0 0 8px;
    top: 12%;
    transform: translateX(50%);
  }
  .sale {
    height: 100px;
    left: -25px;
    top: auto;
    bottom: 0;
    transform: translate(-1%, 20%);
  }
  .slider-section {
    margin-bottom: 40px;
  }
  .content-block {
    padding: 40px 40px 100px;
  }
  .content-block h1 b {
    display: inline;
  }
  .content-block h1 {
    max-width: 280px;
    margin: 0 auto 36px;
  }
  .content-block__inner-wrapper > div {
    width: 100%;
  }
  .content-block__inner-wrapper {
    flex-direction: column;
  }
  .content-block__inner-wrapper > div:first-child {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 37px;
  }
  .sec-sec .content-block__inner-wrapper > div:first-child img:first-child {
    margin-bottom: 0;
  }
  .content-block__inner-wrapper > div:first-child img:last-child {
    width: 90px;
  }
  .content-block__inner-wrapper > div:first-child img:first-child {
    width: 125px;
  }
  .content-block__inner-wrapper h6 {
    font-size: 14px;
    max-width: 230px;
    line-height: 18px;
  }
  .content-block__inner-wrapper p {
    margin-bottom: 14px;
  }
  .sec-sec .content-block__inner-wrapper p:nth-child(2) {
    max-width: 205px;
  }
  .sec-sec .content-block__inner-wrapper p:nth-child(3) {
    max-width: 263px;
  }
  .sec-sec .content-block__inner-wrapper p:nth-child(4) {
    max-width: 235px;
  }
  .sec-sec .content-block__inner-wrapper p:nth-child(7) {
    max-width: 197px;
    margin-bottom: 0;
  }
  .list-wrapper li:not(:last-child) {
    margin-bottom: 16px;
  }
  .content-block__inner-wrapper > div h3 {
    text-align: center;
    margin-bottom: 40px;
  }
  .content-block__inner-wrapper > div br,
  .thi-sec .content-block__inner-wrapper > div:first-child {
    display: none;
  }
  .thi-sec .content-block__inner-wrapper > div img:nth-child(2) {
    display: block;
    margin-bottom: 40px;
  }
  .thi-sec .content-block {
    padding-bottom: 0;
    border-bottom: 0 !important;
  }
  .content-block__inner-wrapper .green-btn {
    max-width: 100%;
    font-size: 16px;
    padding: 17px 59px 17px 30px;
  }
  .thi-sec .content-block__inner-wrapper {
    padding-bottom: 40px;
    border-bottom: 1px solid #f6f6f6;
  }
  .for-sec .klicken {
    top: -50px;
    right: -13px;
  }
  .for-sec__checbox-main-wrapper {
    padding: 20px;
  }
  .for-sec .checkbox-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
  .for-sec .green-btn {
    max-width: 180px;
    padding: 17px 56px 17px 20px;
  }
  .for-sec .content-block {
    padding: 40px 20px;
  }
  .for-sec {
    padding-bottom: 70px;
  }
  .custom-checkbox + label p {
    margin: 0 !important;
    font-size: 14px !important;
    text-align: left;
    line-height: 20px;
    min-height: 0 !important;
  }
  .custom-checkbox + label p br {
    display: none;
  }
  .custom-checkbox + label p span {
    font-size: 14px;
  }
  .prev-slide {
    position: relative;
    left: 0;
    bottom: auto;
    transform: none;
    font-size: 16px;
    line-height: 1;
  }
  .swiper {
    overflow: visible !important;
  }
  .swiper .slide {
    border-radius: 50px 50px 20px 20px;
  }
  .info-checkbox-wrapper.custom {
    max-width: 100%;
  }
  .slide-5 .info-checkbox-wrapper.custom,
  .slide-6 .info-checkbox-wrapper.custom {
    flex-direction: column-reverse;
  }
  .slide-5 .info-checkbox-wrapper.custom > img,
  .slide-6 .info-checkbox-wrapper.custom > img {
    position: relative;
    top: -5px;
    left: 50px;
    width: 95px !important;
  }
  .slide-6 .info-checkbox-wrapper.custom > img {
    left: 66px;
    margin: 0 !important;
  }
  .info-checkbox-wrapper.custom > div {
    max-width: 100%;
    padding: 10px 0;
  }
  .last-slide .custom-checkbox + label {
    height: 80px;
  }
  .first-slide h1 {
    max-width: 200px;
  }
  .slide-v3 .info-checkbox-wrapper.custom > div,
  .slide-v4 .info-checkbox-wrapper.custom > div {
    padding: 10px 0;
  }
  .slide-v4 .custom-checkbox + label {
    min-height: 0;
  }
  .table-container {
    flex-direction: column;
    margin-bottom: 27px;
    background-color: #fff;
    padding: 0 40px 40px !important;
    border-radius: 0 0 30px 30px;
  }
  .table-container h1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .slide-2 label[for="Rabatte"] img:not(.green-check) {
    width: 39px;
    margin-right: 24px;
  }
  .slide-2 label[for="Skonto"] img:not(.green-check) {
    width: 35px;
    margin-right: 28px;
  }
  .slide-3 label[for="Nein"] img:not(.green-check) {
    width: 30px;
    margin-right: 33px;
  }
  .slide-3 label[for="Ja"] img:not(.green-check) {
    width: 35px;
    margin-right: 28px;
  }
  .slide-4 label[for="Nein2"] img:not(.green-check) {
    width: 30px;
    margin-right: 33px;
  }
  .slide-4 label[for="Ja2"] img:not(.green-check) {
    width: 35px;
    margin-right: 28px;
  }
  .slide-5 label[for="Nein3"] img:not(.green-check) {
    width: 30px;
    margin-right: 33px;
  }
  .slide-5 label[for="Ja3"] img:not(.green-check) {
    width: 35px;
    margin-right: 28px;
  }
  .slide-6 label[for="Nein4"] img:not(.green-check) {
    width: 30px !important;
    margin-right: 33px;
  }
  .slide-6 label[for="Ja4"] img:not(.green-check) {
    width: 35px !important;
    margin-right: 28px;
  }
  .slide-7 label[for="Nein5"] img:not(.green-check) {
    width: 30px !important;
    margin-right: 33px;
  }
  .slide-7 label[for="Ja5"] img:not(.green-check) {
    width: 35px !important;
    margin-right: 28px;
  }
  .slide-8 label[for="MeinSteuerberater"] img:not(.green-check),
  .slide-8 label[for="Nurich"] img:not(.green-check) {
    width: 36px;
    margin-right: 27px;
  }
  .slide-8 label[for="WeitereMitarbeiter"] img:not(.green-check) {
    width: 57px;
    margin-right: 6px;
  }
  .slide-8 .info-checkbox-wrapper input {
    margin-right: 32px;
  }
  .slide-9 label[for="Eigenes"] img:not(.green-check) {
    width: 46px;
    margin-right: 17px;
  }
  .slide-9 label[for="Zeiterfassung"] img:not(.green-check) {
    width: 30px;
    margin-right: 33px;
  }
  .slide-9 label[for="Kostenlose"] img:not(.green-check) {
    width: 33px;
    margin-right: 30px;
  }
  .slide-9 label[for="Beleg"] img:not(.green-check) {
    width: 30px;
    margin-right: 33px;
  }
  .slide-9 label[for="DATEV"] img:not(.green-check) {
    width: 34px;
    margin-right: 29px;
  }
  .slide-9 label[for="Lohnabrechnung"] img:not(.green-check) {
    width: 26px;
    margin-right: 37px;
  }
  .table {
    min-width: 0 !important;
    border-radius: 30px;
    overflow: hidden;
  }
  .table-page .slide {
    background-color: transparent;
    overflow: hidden;
    border-radius: 38px;
  }
  .table-page .slide__title-img {
    margin-bottom: 0;
    padding-bottom: 40px;
    background-color: #fff;
  }
  .table-header__wrapper {
    display: none;
  }
  .table-header__mobile-wrapper {
    display: table-row;
  }
  .table-wrapper {
    overflow: visible;
    padding: 0;
  }
  .impressum-sc picture img {
    margin-bottom: 0;
  }
  .table tr:last-child .table__td {
    padding-bottom: 40px;
  }
  .table__tr-mobile-name {
    display: table-row;
  }
  .td__table-info {
    left: 65%;
  }
  .table__th {
    display: none;
  }
  .table__td {
    padding: 15px 0;
    background-color: #f6f6f6 !important;
    width: 33.33%;
  }
  .table__td:after {
    display: none;
  }
  .table__td p {
    font-size: 10px;
    line-height: 12px;
  }
  .table__td > div {
    padding: 0 3px;
  }
  .table__td-header {
    border-radius: 0;
    background-color: #f6f6f6 !important;
  }
  .table__td-header > div:first-child {
    flex-direction: column-reverse;
    grid-gap: 10px;
    gap: 10px;
  }
  .standard_tuev {
    width: 80%;
  }
  .fixed-header img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .table__td-header p {
    font-size: 18px !important;
    font-weight: 600;
  }
  .table__td-header span {
    font-size: 10px !important;
  }
  .table tr {
    border: none;
  }
  .yellow-p {
    font-size: 10px;
    line-height: 12px !important;
  }
  .seo-card,
  .seo-title-card__description-wrapper {
    padding: 40px 20px;
  }
  .seo-title-card__title {
    background-image: url(../img/girl-mobile.jpg);
    min-height: 150px;
  }
  .seo-title-card__title h1 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .seo-title-card__title h1 img {
    width: 45px;
  }
  .seo-title-card__description {
    flex-direction: column;
    margin-top: 40px;
  }
  .seo-program-card h1 {
    margin-bottom: 40px;
  }
  .seo-program-card__block {
    grid-gap: 20px;
    gap: 20px;
  }
  .seo-program-card__block > div {
    padding: 0;
  }
  .seo-program-card__block > div p {
    margin-top: 20px;
  }
  .seo-compage-card__block {
    margin-top: 40px;
    padding: 0;
  }
  .seo-compage-card__block > div {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 20px;
  }
  .seo-compage-card__block div img {
    width: 150px;
  }
  .seo-compage-card__logo-wrapper {
    min-height: 80px;
    margin-bottom: 20px;
  }
  .seo-compage-card__block__description {
    margin-bottom: 20px;
  }
  .seo-choose-program__block {
    margin-top: 70px;
  }
  .seo-choose-program__block > div {
    padding: 30px 20px 20px;
  }
  .seo-choose-program__block > div img {
    width: 45px;
  }
  .seo-reasons-card__block {
    margin-top: 40px;
  }
  .seo-reasons-card__block > div {
    width: 100%;
    padding: 20px;
  }
  .seo-reasons-card__block > div:nth-child(2n) {
    border-left: 0 !important;
  }
  .seo-reasons-card__block > div:nth-child(2n):before {
    display: none;
  }
  .seo-reasons-card__block > div p {
    margin-top: 20px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .seo-text-card > div {
    flex-direction: column;
  }
  .seo-text-card__img-wrapper {
    width: 100%;
  }
  .seo-text-card__img-wrapper h1 {
    margin-bottom: 20px;
  }
  .seo-text-card__img-wrapper img {
    margin-top: 20px;
    left: 0 !important;
  }
  .seo-text-card__text-wrapper {
    width: 100%;
  }
  .seo-page-3 .seo-program-card__block {
    margin: 20px 0;
  }
  .seo-page-6 .list-wrapper {
    margin: 0;
  }
  .seo-page-6 .seo-text-card > p {
    margin-bottom: 20px;
  }
  .seo-page-6 .seo-text-card > div:nth-child(4) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper {
    zoom: 1;
  }
  .container {
    padding: 0 36px;
  }
  h1 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 420px) {
  .table-page .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 375px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 375px) {
  .checkbox-wrapper {
    padding: 0 20px;
  }
  .info-checkbox-wrapper {
    margin: 0 20px !important;
  }
  .slide__footer p {
    width: 22%;
  }
  .klicken {
    display: none;
  }
  .for-sec .klicken {
    right: 0;
  }
  .swiper-wrapper :nth-child(2) .slide__footer p {
    width: 26%;
  }
  .slide-5 .info-checkbox-wrapper.custom > img,
  .slide-6 .info-checkbox-wrapper.custom > img {
    left: 0;
    top: 0;
  }
  .table-page .container {
    padding: 0 10px;
  }
}
