* {
  box-sizing: border-box;
}
@font-face {
  font-family: Brandon-Bold;
  src: url(../fonts/BrandonGrotesque-Bold.eot);
  src: url(../fonts/BrandonGrotesque-Bold.ttf);
  src: url(../fonts/BrandonGrotesque-Bold.woff);
}
@font-face {
  font-family: Brandon-Regular;
  src: url(../fonts/BrandonGrotesque-Regular.eot);
  src: url(../fonts/BrandonGrotesque-Regular.ttf);
  src: url(../fonts/BrandonGrotesque-Regular.woff);
}
@font-face {
  font-family: Nato-Sans;
  src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: Nato-Sans-Medium;
  src: url(../fonts/NotoSans-Medium.ttf);
}
@font-face {
  font-family: Nato-Sans-SemiBold;
  src: url(../fonts/NotoSans-SemiBold.ttf);
}
@font-face {
  font-family: Nato-Sans-Bold;
  src: url(../fonts/NotoSans-Bold.ttf);
}
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 {
  line-height: 1.8;
  font-family: Nato-Sans, sans-serif;
  font-size: 16px;
  color: #222;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-family: Brandon Grotesque, sans-serif;
}
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;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  color: #888;
}
a,
a:hover {
  text-decoration: none;
}
.main {
  width: 100%;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
}
.display-block {
  display: block !important;
}
.display-none {
  display: none !important;
}
.wrapper {
  width: 100%;
}
span {
  color: #888;
}
button {
  background: none;
  border: none;
  outline: none;
}
header {
  max-width: 1260px;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 31px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16078);
  background-color: #fff;
  z-index: 2;
}
.header-info {
  background-color: #e4f2ee;
  background-image: url(../img/info.png);
  display: inline-block;
  width: 106px;
  height: 31px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: center;
  padding-left: 12px;
  margin-left: 20px;
}
.header-info span {
  vertical-align: middle;
  line-height: 1;
}
.comparison-section header {
  position: static;
  box-shadow: none;
  transform: none;
  margin: 0 auto;
}
[dir="ltr"] .modal__hide-text {
  text-align: left;
}
[dir="rtl"] .modal__hide-text {
  text-align: right;
}
.modal__hide-text {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #eee;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.2em;
  border-radius: 4px;
  transition: opacity 0.5s;
  z-index: 1;
  color: #000;
  max-width: 242px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1111111;
}
.modal__hide-text p {
  margin-bottom: 10px;
}
footer > div:first-child {
  width: 100%;
  background-color: #eee;
  min-height: 114px;
  display: flex;
  align-items: center;
}
footer > div:first-child p {
  font-size: 14px;
  color: #888;
  text-align: center;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  line-height: 19px;
}
footer > div:last-child {
  width: 100%;
  height: 56px;
  background-color: #2b2b2b;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer > div:last-child a {
  font-size: 14px;
  color: #fff;
}
footer > div:last-child a:first-child {
  margin-right: 10px;
}
footer > div:last-child a:last-child {
  margin-left: 10px;
}
footer > div:last-child span {
  color: #fff;
  font-weight: 100;
}
.eight-section,
.eight-section__wrapper,
.eleventh-section,
.eleventh-section__wrapper,
.fifth-section,
.fifth-section__wrapper,
.first-section,
.first-section__wrapper,
.forth-section,
.forth-section__wrapper,
.nineth-section,
.nineth-section__wrapper,
.second-section,
.second-section__wrapper,
.seventh-section,
.seventh-section__wrapper,
.sixth-section,
.sixth-section__wrapper,
.tenth-section,
.tenth-section__wrapper,
.third-section,
.third-section__wrapper {
  width: 100%;
}
.form-questions {
  display: flex;
}
.form-questions > div {
  width: 50%;
  padding-bottom: 110px;
}
.question {
  background-color: #1bb894;
  padding-left: 20px;
}
.choise {
  background-color: #f0fffb;
  padding-right: 20px;
}
.question div {
  max-width: 370px;
  width: 100%;
  margin-top: 300px;
  margin-left: auto;
  margin-right: 100px;
}
.eight-section__wrapper .question div,
.eleventh-section__wrapper .question div,
.fifth-section__wrapper .question div,
.forth-section__wrapper .question div,
.nineth-section__wrapper .question div,
.second-section__wrapper .question div,
.seventh-section__wrapper .question div,
.sixth-section__wrapper .question div,
.tenth-section__wrapper .question div,
.third-section__wrapper .question div {
  max-width: 475px;
}
.question h1 {
  font-size: 55px;
  color: #fff;
  line-height: 65px;
  font-family: Brandon-Bold;
}
.question p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-top: 22px;
  line-height: 27px;
}
.question p a {
  display: block;
  color: #fff;
  text-decoration: underline;
}
.eleventh-section .question p,
.seventh-section .question p,
.sixth-section .question p {
  max-width: 350px;
  width: 100%;
}
.choise__wrapper {
  margin-top: 240px;
  margin-left: 100px;
  max-width: 420px;
}
.choise__container {
  display: block;
  width: 100%;
  height: 166px;
  background-color: #e4f2ee;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.choise__container:hover {
  background-color: #1bb894;
}
.choise__container:hover p {
  color: #fff;
}
.choise__container_mod:hover {
  background-color: #ff7a5a;
}
.choise__container:hover img {
  filter: none !important;
}
.choise__wrapper input {
  display: none;
}
.choise__wrapper input:checked + label {
  background-color: #1bb894;
}
.choise__wrapper input:checked + .choise__container_mod {
  background-color: #ff7a5a;
}
.choise__container p {
  color: #888;
  width: 50%;
  line-height: 22px;
}
.choise__container > div {
  width: 50%;
  display: flex;
  justify-content: center;
  height: 80%;
}
.choise__wrapper input:checked + label img {
  filter: none !important;
}
.choise__wrapper input:checked + label p {
  color: #fff;
}
.choise__wrapper label img {
  filter: invert(54%) sepia(99%) saturate(348%) hue-rotate(116deg)
    brightness(89%) contrast(92%);
  -o-object-fit: none;
  object-fit: none;
}
.choise__container_mod img {
  filter: brightness(0) saturate(100%) invert(59%) sepia(35%) saturate(1797%)
    hue-rotate(323deg) brightness(103%) contrast(101%) !important;
}
.choise__button-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}
.choise__button {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  padding: 16px 67px 16px 40px;
  background-color: #ff9c45;
  background-image: url(../img/button-arrow.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  margin-right: 42px;
  transition: box-shadow 0.3s;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: Nato-Sans-Medium, sans-serif;
}
.choise__button:hover {
  box-shadow: 0 0 15px 0 #ff9c45;
}
.choise__button.direct {
  margin-top: 68px;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.choise__button.direct:hover {
  opacity: 1;
}
.buchhaltung {
  width: 100%;
  background-color: #fff;
  padding: 80px 20px;
}
.buchhaltung-wrapper {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
.buchhaltung-wrapper__button {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  margin: 0 !important;
}
.buchhaltung-wrapper__button button {
  margin-bottom: 0;
}
.buchhaltung-wrapper__title {
  font-family: Brandon-Bold, sans-serif;
  font-size: 55px;
  color: #2b2b2b;
  max-width: 460px;
  line-height: 65px;
  margin-bottom: 35px;
}
.buchhaltung-wrapper__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 52px;
}
.buchhaltung-wrapper__list li {
  background-image: url(../img/list-arrow.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: auto;
  margin-bottom: 15px;
}
.buchhaltung-wrapper__inner-wrapper {
  display: flex;
  margin-bottom: 100px;
}
.buchhaltung-wrapper__inner-wrapper > div:last-child {
  display: flex;
  flex-wrap: wrap;
}
.buchhaltung-wrapper__content {
  flex-direction: column;
  padding-left: 100px;
  width: 67%;
}
.buchhaltung-wrapper__inner-wrapper p {
  line-height: 22px;
  margin-bottom: 15px;
}
.buchhaltung-wrapper__inner-wrapper p span {
  color: #1bb894;
  font-weight: 600;
}
.buchhaltung-wrapper__text-wrapper {
  display: flex;
}
.buchhaltung-wrapper__text-wrapper > div {
  width: 50%;
}
.buchhaltung-wrapper__text-wrapper > div:first-child {
  padding-right: 30px;
}
.buchhaltung-wrapper__text-wrapper > div:last-child {
  padding-left: 30px;
}
.buchhaltung-wrapper__links-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
  max-width: 1030px;
  margin: 0 auto;
}
.buchhaltung-wrapper__links-wrapper a {
  padding: 18px 30px;
  background-color: #e4f2ee;
  margin: 0 5px 10px;
  border-radius: 5px;
  line-height: 1.5;
}
.choise__button-prev {
  color: #888;
  font-size: 16px;
  border-bottom: 1px solid #888;
  display: block;
  cursor: pointer;
  padding: 0;
}
.sides-block {
  display: flex;
  margin-left: 100px;
  max-width: 570px;
}
.sides-block h3 {
  font-size: 20px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.sides-block p {
  color: #888;
  margin-bottom: 20px;
  line-height: 22px;
}
.seventh-section .sides-block p {
  max-width: 245px;
  width: 100%;
}
.sides-block > div {
  width: 50%;
}
.sides-block .problem h3 {
  color: #ff7a59;
}
.sides-block .problem span {
  color: #ff7a59;
  font-family: Nato-Sans-SemiBold;
}
.sides-block .losung span {
  color: #1bb894;
  font-family: Nato-Sans-SemiBold;
}
.sides-block .problem {
  margin-right: 47px;
}
.sides-block .losung h3 {
  color: #1bb894;
}
.sides-block h3:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.sides-block .problem h3:before {
  background-image: url(../img/problem-logo.png);
}
.sides-block .losung h3:before {
  background-image: url(../img/losung-logo.png);
}
.multistep-slider {
  overflow: hidden;
}
.checkbox-container {
  max-width: 542px;
  display: flex;
  flex-wrap: wrap;
}
.checkbox-container .checkbox-wrapper {
  width: 50%;
  padding-right: 17px;
  height: 100px;
  margin-bottom: 17px;
}
.checkbox-container .choise__container {
  height: 100%;
}
.eleventh-section__wrapper .checkbox-container > div:nth-child(4) img,
.eleventh-section__wrapper .checkbox-container > div:nth-child(11) img {
  filter: none;
}
.eleventh-section__wrapper
  .checkbox-container
  > div:nth-child(4)
  .choise__container:hover
  img,
.eleventh-section__wrapper
  .checkbox-container
  > div:nth-child(4)
  input:checked
  + label
  img,
.eleventh-section__wrapper
  .checkbox-container
  > div:nth-child(11)
  .choise__container:hover
  img,
.eleventh-section__wrapper
  .checkbox-container
  > div:nth-child(11)
  input:checked
  + label
  img {
  background-color: #fff;
}
.table-section,
.table-section__wrapper {
  width: 100%;
}
.title-block {
  width: 100%;
  background-color: #1bb894;
  padding: 180px 0 80px;
}
.title-block h1 {
  font-size: 55px;
  color: #fff;
  line-height: 65px;
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
  font-family: Brandon-Bold, sans-serif;
}
.title-block .buchhaltung-wrapper__list {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0)
    hue-rotate(359deg) brightness(102%) contrast(102%);
  margin-bottom: 0;
  margin-top: 20px;
  flex-direction: row;
  justify-content: center;
}
.title-block .buchhaltung-wrapper__list li {
  background-size: auto;
  margin: 0 15px;
}
.table-block {
  width: 100%;
  background-color: #f0fffb;
  padding: 65px 0 165px;
}
.table-block .info {
  display: flex;
  justify-content: space-between;
  max-width: 945px;
  margin: 0 auto;
}
.table-block .info div {
  max-width: 420px;
}
.comparison-section .table__td .table__info {
  height: 17px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}
.td-inner-content.info-wrapper {
  position: relative;
  display: table;
  margin: 0 auto;
}
.td-inner-content.info-wrapper img {
  margin-bottom: 0 !important;
}
.comparison-section .modal__hide-text {
  background-color: #fff;
}
.table-comparison .table__td {
  vertical-align: middle !important;
}
.table-block .info h1 {
  font-size: 50px;
  line-height: 60px;
  color: #2b2b2b;
  font-family: Brandon-Regular;
}
.table-block .info h1 span {
  font-family: Brandon-Bold, sans-serif;
  color: #2b2b2b;
}
.table-block .info p {
  margin-bottom: 30px;
  line-height: 22px;
}
.table-block .info p span {
  color: #1bb894;
  font-family: Nato-Sans-SemiBold, sans-serif;
}
.table-block .info p a {
  text-decoration: underline;
  color: #222;
}
.table-price td,
.table-price tr {
  width: 300px !important;
}
.table {
  background-color: #1bb894;
}
.table-header {
  height: 37px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 40px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  font-family: Nato-Sans-Bold, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.comparison-section .table-header {
  padding: 4px 0 4px 40px;
}
.table-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  overflow: auto;
  padding-top: 55px;
  height: 98vh;
}
.table__th {
  background-color: #fff;
  min-width: 210px;
  vertical-align: bottom;
  padding: 17px 20px;
  line-height: 15px;
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
.table__td {
  background-color: #f6f6f6;
  padding-bottom: 16px;
  padding-top: 16px;
  vertical-align: middle;
  min-width: 166px;
  position: relative;
  padding-right: 10px;
}
.table__td img {
  margin-bottom: 5px;
}
.table tr:nth-child(2) .table__td img {
  margin: 0;
}
.table tr:nth-child(2) .table__td > div:first-child a {
  display: flex;
  height: 29px;
  align-items: flex-end;
}
.table__td:after {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.table__th p {
  font-size: 14px;
  font-family: Nato-Sans-SemiBold, sans-serif;
  text-align: left;
  line-height: 15px;
}
.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:nth-child(2),
.table tr:nth-child(2) td {
  height: 108px;
}
.table tr td:last-child {
  border-right: 0;
}
.table__td-header {
  display: inline-block;
  width: calc(100% - 10px);
  height: 51px !important;
  background-color: #2b2b2b;
  position: absolute;
  top: -89px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center !important;
}
.table__td-header p {
  font-size: 20px;
  color: #fff;
  font-family: Nato-Sans-Medium, sans-serif;
}
.table__td-header span {
  font-size: 12px !important;
  color: #fff !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: 17px;
  height: 17px;
  background-color: #cfcfcf;
  font-size: 15px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  line-height: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 1;
}
.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 {
  width: 100%;
}
.yellow-p {
  font-size: 16px;
  color: #fff;
  background-color: #ff9c45;
  padding: 10px 16px;
  border-radius: 5px;
  line-height: 22px !important;
  text-align: center;
  font-family: Nato-Sans-SemiBold, sans-serif;
}
.empty-tr {
  height: 122px;
}
.table-header:before {
  content: "";
  position: absolute;
  left: 14px;
  border-color: #fff transparent transparent;
  transform: translateY(-25%);
}
.table-header.top:before,
.table-header:before {
  border-style: solid;
  border-width: 10px 6.5px;
  top: 50%;
}
.table-header.top:before {
  transform: translateY(-75%);
  border-color: transparent transparent #fff;
}
table {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table tbody tr:nth-child(3) th,
.table tbody tr:nth-child(4) th,
.table tbody tr:nth-child(9) th,
.table tbody tr:nth-child(10) th {
  vertical-align: middle;
}
.table tbody tr:nth-child(5) th,
.table tbody tr:nth-child(6) th {
  vertical-align: top;
}
.choise__container p span {
  display: block;
  font-size: 14px;
  color: inherit;
}
.scroll-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.scroll-inner {
  height: 1px;
}
.comparison-section .table-block .info h1 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  margin: 0 auto 10px;
  font-weight: 700;
  color: #454545;
}
.comparison-section .table-block .info h1 span {
  color: #1bb894;
  font-family: Open Sans, sans-serif;
}
.comparison-section .table-block {
  padding-top: 120px;
  background-color: #fff;
}
.comparison-section p {
  font-family: Open Sans, sans-serif;
  color: #454545;
  font-weight: 400;
  font-size: 18px;
}
.comparison-section .info p {
  text-align: center;
  font-size: 25px;
  line-height: 34px;
  max-width: 365px;
  margin: 0 auto;
}
.comparison-section .info {
  flex-direction: column;
}
.comparison-section .table-wrapper {
  height: auto;
  max-width: 1043px;
  padding-top: 120px;
  overflow: visible;
}
.comparison-section .table {
  width: 100%;
  box-shadow: 0 5px 10px 0 hsla(0, 0%, 56.9%, 0.46);
  margin-bottom: 46px;
  border-radius: 15px 15px 0 0;
}
.comparison-section .scroll-wrapper {
  max-width: 1043px;
}
.comparison-section tr .table__th:first-child {
  width: 28%;
}
.comparison-section .table__td-header {
  height: 70px !important;
  top: -69px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}
.comparison-section .table__th p {
  line-height: 24px;
  font-weight: 400;
}
.comparison-section .table__th {
  vertical-align: top;
  padding: 21px 25px 23px;
  min-height: 69px;
}
.table-comparison .table__th {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle !important;
}
.comparison-section .price p {
  font-size: 30px !important;
  font-weight: 700;
}
.comparison-section .table__td p {
  line-height: 24px;
  padding: 0 18px;
}
.comparison-section .table__td {
  width: 36%;
  vertical-align: middle;
}
.comparison-section .table__td.mod {
  vertical-align: top;
}
.comparison-section .table__td span {
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  color: #454545;
  font-weight: 700;
}
.comparison-section .table__td img {
  display: block;
  margin: 0 auto;
}
.comparison-section .table__td a {
  color: #0019ff;
}
.yel {
  background-color: #fe9900;
  display: block;
  color: #fff !important;
  font-size: 30px;
  font-family: Open Sans, sans-serif;
  line-height: 35px;
  border-radius: 15px;
  width: 80%;
  margin: 10px auto;
  padding: 15px;
  text-align: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
  box-shadow: 0 5px 15px 0 hsla(0, 0%, 51%, 0.5);
}
.yel:hover {
  background-color: #ffb23d;
}
.comparison-section .h2 {
  color: #1bb894;
  font-size: 30px;
  font-weight: 700;
  font-family: Open Sans, sans-serif;
  padding-left: 20px;
  margin-bottom: 10px;
}
.comparison-section .table-header {
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
}
.comparison-section .table tr:nth-child(2) .table__td img {
  margin: 0 auto;
}
.comparison-section .little {
  font-size: 15px;
  line-height: 20px !important;
}
.comparison-section .so-little span {
  font-size: 13px;
}
.comparison-section .so-little {
  line-height: 18px !important;
}
.comparison-section .table:first-child {
  border-radius: 0;
}
.comparison-section .table tr:nth-child(2),
.comparison-section .table tr:nth-child(2) td {
  height: auto;
}
.comparison-section .table-header__wrapper {
  cursor: pointer;
}
.comparison-section tbody {
  display: block;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
}
.comparison-section .table tr {
  display: table;
  width: 100%;
}
.comparison-section thead .table__td,
.comparison-section thead .table__th {
  padding: 0;
}
.comparison-footer {
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #d8d8d8;
}
.comparison-footer div {
  background-color: transparent !important;
  max-width: 1043px;
  margin: 0 auto;
  height: auto !important;
  min-height: 126px;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}
.comparison-footer a,
.comparison-footer span {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.button-wrapper {
  max-width: 1043px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.button-wrapper a,
.comparison-footer a {
  color: #1bb894 !important;
  text-transform: uppercase;
}
.button-wrapper a,
.comparison-footer a,
.comparison-footer span {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 18px !important;
}
.comparison-footer span {
  color: #454545 !important;
  margin: 0 5px;
}
.comparison-footer a {
  margin: 0 !important;
}
.comparison-section .scroll-wrapper {
  display: none;
}
.td-inner-content img {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 1280px) {
  .buchhaltung-wrapper__content {
    padding-left: 50px;
  }
  .buchhaltung-wrapper__content .buchhaltung-wrapper__list {
    margin-bottom: 10px;
  }
  .checkbox-container {
    flex-direction: column;
  }
  .checkbox-container .checkbox-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .question {
    padding-right: 20px;
  }
  .choise {
    padding-left: 20px;
  }
  .question div {
    margin-right: 0;
  }
  .question h1 {
    font-size: 50px;
  }
  .choise__wrapper {
    margin-left: 0;
  }
  .buchhaltung-wrapper {
    padding: 0;
  }
  .buchhaltung-wrapper__content {
    width: 80%;
    padding-left: 20px;
  }
  .buchhaltung-wrapper__text-wrapper {
    flex-direction: column;
  }
  .buchhaltung-wrapper__text-wrapper > div {
    width: 100%;
    padding: 0 !important;
  }
  .buchhaltung-wrapper__inner-wrapper > div:first-child {
    padding-right: 20px;
  }
  .sides-block {
    margin-left: 0;
  }
  nobr {
    white-space: normal;
  }
  .comparison-section p {
    font-size: 16px;
  }
  .comparison-section .table__th {
    padding: 21px 10px 23px;
  }
  .comparison-footer div {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .form-questions {
    flex-direction: column;
  }
  .form-questions > div {
    width: 100%;
    height: auto;
  }
  .question {
    padding: 120px 20px 60px;
  }
  .choise {
    padding: 60px 20px !important;
  }
  .choise__wrapper,
  .question div {
    margin: 0 auto;
  }
  .buchhaltung {
    padding: 60px 20px;
  }
  .buchhaltung-wrapper__title {
    font-size: 48px;
  }
  .buchhaltung-wrapper__inner-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .buchhaltung-wrapper__content {
    width: 100%;
    padding-left: 0;
  }
  .buchhaltung-wrapper__inner-wrapper p {
    margin-bottom: 20px;
  }
  .buchhaltung-wrapper__inner-wrapper > div:first-child {
    padding-right: 0;
    max-width: 360px;
    width: 100%;
    overflow: hidden;
    height: 350px;
    margin-bottom: 20px;
  }
  .sides-block {
    margin: 0 auto;
  }
  .checkbox-container {
    flex-direction: row;
  }
  .checkbox-container .checkbox-wrapper {
    width: 50%;
    padding-right: 10px;
  }
  .checkbox-container p {
    font-size: 14px;
  }
  .first-section__wrapper .choise__button-wrapper {
    margin-bottom: 0;
  }
  .title-block {
    padding: 140px 0 40px;
  }
  .title-block h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .title-block .buchhaltung-wrapper__list {
    margin-top: 15px;
    font-size: 14px;
  }
  .table-block {
    padding: 40px 0 80px;
  }
  .table-block .info {
    flex-direction: column;
    padding: 0 20px;
  }
  .table-block .info div {
    width: 100%;
    max-width: 100%;
  }
  .table-block .info h1 {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
  }
  .table-block .info p {
    margin-bottom: 15px;
  }
  .comparison-section .table-wrapper {
    padding: 120px 20px 0;
    overflow: auto;
    height: 98vh;
  }
  .comparison-section .table {
    min-width: 768px;
  }
  .comparison-section .scroll-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  header {
    flex-direction: column;
    height: auto;
    padding: 10px 20px;
    top: 20px;
  }
  header > img {
    margin: 0 0 10px;
  }
  .title-block .buchhaltung-wrapper__list li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .modal__hide-text {
    font-size: 14px;
  }
  .question {
    padding-bottom: 40px;
  }
  .choise {
    padding: 40px 20px !important;
  }
  .question h1 {
    font-size: 40px;
    line-height: 1.1;
  }
  .question p {
    margin-top: 10px;
    font-size: 16px;
  }
  .choise__container {
    height: 135px;
  }
  .checkbox-container .choise__container > div,
  .choise__container > div {
    width: 40%;
  }
  .buchhaltung-wrapper__title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .buchhaltung-wrapper__list {
    margin-bottom: 40px;
  }
  .buchhaltung-wrapper__list li {
    margin: 0 10px;
    font-size: 14px;
  }
  .buchhaltung-wrapper__inner-wrapper {
    margin-bottom: 40px;
  }
  .sides-block {
    flex-direction: column;
  }
  .sides-block h3 {
    margin-bottom: 10px;
  }
  .sides-block > div {
    width: 100%;
  }
  .sides-block .problem {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .checkbox-container p {
    font-size: 12px !important;
    width: 55%;
  }
  .title-block .buchhaltung-wrapper__list li {
    font-size: 12px;
    margin: 0 5px;
    padding-left: 25px;
    background-size: 18px;
  }
  .table-block .info h1 {
    font-size: 34px;
    line-height: 36px;
  }
  .table__th {
    position: static;
  }
}
@media only screen and (max-width: 380px) {
  .choise__container {
    height: 90px;
  }
  .choise__container p {
    font-size: 12px;
  }
  .choise__wrapper label img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .choise__button-wrapper {
    margin-top: 20px;
  }
  .choise__button-wrapper span {
    display: block;
  }
  .buchhaltung-wrapper__title {
    font-size: 30px;
  }
  .buchhaltung-wrapper__list li {
    margin: 0 5px;
  }
  .checkbox-container {
    flex-direction: column;
  }
  .checkbox-container .checkbox-wrapper {
    width: 100%;
    padding-right: 0;
    height: 50px;
  }
  .title-block .buchhaltung-wrapper__list li {
    background-size: 20px;
  }
  .table-block .info p {
    font-size: 14px;
  }
}

.i-icon {
  width: 17px;
  height: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
  font-weight: 500;
  background: #cfcfcf;
  color: #fff !important;
  border-radius: 100%;
  cursor: pointer;
}

.hinweis-stand {
  max-width: 750px !important;
  margin: 40px auto !important;
  min-height: unset !important;
}

.hinweis-stand p {
  font-size: 12px !important;
  text-align: left !important;
}

.fixed tr{
  border-bottom: none
}

.table-wrapper.fixed{
  position: fixed;
    z-index: 30;
    left: 50%;
    transform: translateX(-50%);
    top: 69px;
    padding-top: 0px;
}

.fixed-boxes{
  border-radius: 10px 10px 0px 0px;
  display: none;
  padding-top: 12px!important;
  cursor: pointer;
}

.fixed-boxes p{
  text-align: right;
  padding-right: 0;
  margin-right: -15px;
  margin-left: 10px;
}

.fixed-boxes p span{
  color: black!important;
}

.fixed-boxes div{
  display: flex!important;
  flex-direction: row!important;
}

.price {
  justify-content: center!important;
  font-size: 18px!important;
  font-weight: 700!important;
  text-align: left;
}

.fixed .table__td {
  background-color: transparent!important;
}
.product_version {
  margin-top: -10px;
  background: #f6f6f6;
  border: 1px solid #ddd;
}