html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header {
  box-shadow: 0 0 15px 0 rgba(71, 71, 71, 0.2);
}
@media (max-width: 576px) {
  .header {
    padding: 10px 0;
  }
}
.header .container {
  max-width: 990px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .header .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.header .container .header-anzeige {
  display: flex;
}
@media (max-width: 576px) {
  .header .container .header-anzeige {
    width: 100%;
    justify-content: space-between;
  }
}
.header .container .header-anzeige .header-logo-m {
  display: none;
}
@media (max-width: 576px) {
  .header .container .header-anzeige .header-logo-m {
    display: flex;
  }
}
.header .container .header-anzeige .anzeige {
  background: #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px 5px 10px;
  border-radius: 3px;
  color: #00374e;
  font-size: 18px;
}
.header .container .header-anzeige .anzeige img {
  margin-left: 7px;
  cursor: pointer;
}
.header .container .header-anzeige .header-anzeige-link {
  display: flex;
  align-items: center;
  margin-left: 18px;
  font-size: 16px;
  text-decoration: underline;
  color: #888;
}
.header .container .header-anzeige .header-anzeige-link:hover {
  text-decoration: none;
  cursor: pointer;
}
.header .container .header-title {
  font-family: "KiroExtraBoldItalic", sans-serif;
  font-size: 26px;
  color: #00374e;
}
.header .container .header-title .dot-de {
  color: #8a8a8a;
  font-size: 18px;
}
@media (max-width: 576px) {
  .header .container .header-title {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .header .container .header-logo {
    display: none;
  }
}

.header-bg {
  background-image: url("../../images/index-bg2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0 60px 0;
  background-position-x: 0%;
}
@media (max-width: 1870px) {
  .header-bg {
    background-position-x: 40%;
  }
}
@media (max-width: 992px) {
  .header-bg {
    background-position-x: 58%;
  }
}
@media (max-width: 768px) {
  .header-bg {
    background-position-x: 54%;
  }
}
@media (max-width: 576px) {
  .header-bg {
    padding: 25px 0 25px 0;
  }
}
@media (max-width: 480px) {
  .header-bg {
    background-position-x: 52%;
  }
}
.header-bg .container {
  max-width: 990px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  padding: 0;
}
.header-bg .container .header-bg-title {
  margin-left: auto;
}
.header-bg .container .header-bg-title .title {
  margin-right: 10px;
  margin-left: auto;
  color: white;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1100px) {
  .header-bg .container .header-bg-title .title {
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  .header-bg .container .header-bg-title .title {
    margin-right: 15px;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 768px) {
  .header-bg .container .header-bg-title .title .l .with-quot-l {
    top: 28px !important;
  }
}
@media (max-width: 576px) {
  .header-bg .container .header-bg-title .title .l .with-quot-l {
    top: 24px !important;
  }
}
@media (max-width: 480px) {
  .header-bg .container .header-bg-title .title .l .with-quot-l {
    display: none !important;
  }
}
.header-bg .container .header-bg-title .title .l .r .with-quot-r {
  top: -5px !important;
}
@media (max-width: 480px) {
  .header-bg .container .header-bg-title .title .l .r .with-quot-r {
    display: none !important;
  }
}
.header-bg .container .header-bg-title .title .big {
  font-size: 70px;
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  .header-bg .container .header-bg-title .title .big {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .header-bg .container .header-bg-title .title .big {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .header-bg .container .header-bg-title .title .big {
    font-size: 28px;
    margin-top: 5px;
  }
}
@media (max-width: 350px) {
  .header-bg .container .header-bg-title .title .big {
    font-size: 26px;
  }
}
.header-bg .container .header-bg-title .title .big .dot {
  font-size: 44px;
}
@media (max-width: 768px) {
  .header-bg .container .header-bg-title .title .big .dot {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .header-bg .container .header-bg-title .title .big .dot {
    font-size: 20px;
  }
}
.header-bg .container .header-bg-title .title .accent {
  background: #f39200;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-bg .container .header-bg-title .title .bold {
  font-weight: bold;
}
.header-bg .container .header-bg-title .title .italic {
  font-style: italic;
}
.header-bg .container .header-bg-title .title .semi-bold {
  font-weight: 600;
}
.header-bg .container .header-bg-title .title .l {
  position: relative;
}
.header-bg .container .header-bg-title .title .l .with-quot-l {
  display: block;
  position: absolute;
  background: url("../../images/open-q.png") no-repeat center;
  width: 22px;
  height: 17px;
  left: -25px;
  top: 34px;
}
@media (max-width: 768px) {
  .header-bg .container .header-bg-title .title .l .with-quot-l {
    width: 17px;
    height: 12px;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .header-bg .container .header-bg-title .title .l .with-quot-l {
    left: -25px;
    top: 25px;
    width: 15px;
    height: 10px;
  }
}
@media (max-width: 350px) {
  .header-bg .container .header-bg-title .title .l .with-quot-l {
    width: 12px;
    height: 7px;
    left: -20px;
    top: 20px;
  }
}
.header-bg .container .header-bg-title .title .l .r {
  position: relative;
  white-space: nowrap;
}
.header-bg .container .header-bg-title .title .l .r .with-quot-r {
  right: -22px;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 10px;
  background: url("../../images/close-q.png") no-repeat center;
}
@media (max-width: 768px) {
  .header-bg .container .header-bg-title .title .l .r .with-quot-r {
    width: 17px;
    height: 12px;
    background-size: cover;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .header-bg .container .header-bg-title .title .l .r .with-quot-r {
    width: 15px;
    height: 10px;
  }
}
@media (max-width: 768px) and (max-width: 350px) {
  .header-bg .container .header-bg-title .title .l .r .with-quot-r {
    width: 12px;
    height: 7px;
  }
}
@media (max-width: 768px) {
  .header-bg .container .header-bg-title .title {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .header-bg .container .header-bg-title .title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .header-bg .container .header-bg-title .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.header-bg .container .header-bg-title .sub-title {
  color: white;
  font-size: 19px;
  line-height: 23px;
}
.header-bg .container .header-bg-title .sub-title .semi-bold {
  font-weight: 600;
}
@media (max-width: 576px) {
  .header-bg .container .header-bg-title .sub-title {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .header-bg .container .header-bg-title .sub-title {
    font-size: 11px;
  }
}

.container .block-title {
  font-size: 44px;
  line-height: 54px;
  color: #00374e;
  font-weight: 600;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .container .block-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .container .block-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.configurator {
  background-color: #f5f5f5;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .configurator {
    padding: 25px 0;
  }
}
.configurator .container {
  max-width: 990px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.configurator .container .block-title {
  font-size: 44px;
  line-height: 54px;
  color: #00374e;
  font-weight: 600;
  text-align: center;
  padding: 0 20px;
}
.configurator .container .block-title .accent {
  background: #f39200;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.configurator .container .block-title .l {
  position: relative;
}
.configurator .container .block-title .l .with-quot-l {
  display: block;
  position: absolute;
  background: url("../../images/open-q.png") no-repeat center;
  width: 22px;
  height: 17px;
  left: -25px;
  top: 34px;
}
@media (max-width: 768px) {
  .configurator .container .block-title .l .with-quot-l {
    width: 17px;
    height: 12px;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .configurator .container .block-title .l .with-quot-l {
    left: -25px;
    top: 25px;
    width: 15px;
    height: 10px;
  }
}
@media (max-width: 350px) {
  .configurator .container .block-title .l .with-quot-l {
    width: 12px;
    height: 7px;
    left: -20px;
    top: 20px;
  }
}
.configurator .container .block-title .l .r {
  position: relative;
  white-space: nowrap;
}
.configurator .container .block-title .l .r .with-quot-r {
  right: -22px;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 10px;
  background: url("../../images/close-q.png") no-repeat center;
}
@media (max-width: 768px) {
  .configurator .container .block-title .l .r .with-quot-r {
    width: 17px;
    height: 12px;
    background-size: cover;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .configurator .container .block-title .l .r .with-quot-r {
    width: 15px;
    height: 10px;
  }
}
@media (max-width: 768px) and (max-width: 350px) {
  .configurator .container .block-title .l .r .with-quot-r {
    width: 12px;
    height: 7px;
  }
}
@media (max-width: 768px) {
  .configurator .container .block-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .configurator .container .block-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 350px) {
  .configurator .container .block-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.configurator .container .configurator-row {
  position: relative;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.configurator .container .configurator-row .klicken {
  position: absolute;
  top: 35px;
  right: 20px;
}
@media (max-width: 992px) {
  .configurator .container .configurator-row .klicken {
    display: none;
  }
}
@media (max-width: 768px) {
  .configurator .container .configurator-row {
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
  }
}
@media (max-width: 576px) {
  .configurator .container .configurator-row {
    padding-bottom: 50px;
  }
}
.configurator .container .configurator-row .item.active {
  background-color: #00374e;
  box-shadow: none;
}
.configurator .container .configurator-row .item.active .item-title {
  color: white;
}
.configurator .container .configurator-row .item {
  cursor: pointer;
  box-sizing: border-box;
  width: 210px;
  height: 220px;
  border: 3px solid #00374e;
  border-radius: 4px;
  background: white;
  position: relative;
  box-shadow: 5px 5px 15px 1px rgba(73, 73, 73, 0.3);
  margin-right: 25px;
}
.configurator .container .configurator-row .item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .configurator .container .configurator-row .item {
    margin-right: 0;
    margin-top: 15px;
  }
  .configurator .container .configurator-row .item:first-child {
    margin-top: 0;
  }
}
.configurator .container .configurator-row .item .icon {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 94px;
}
.configurator .container .configurator-row .item .item-title {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 15px;
  font-size: 19px;
  line-height: 21px;
  font-weight: 400;
  color: #00374e;
}
.configurator .container .configurator-row .item .item-title b {
  font-weight: 700;
}
.configurator .container .button-container {
  margin: 0 auto;
  position: relative;
  width: 210px;
}
.configurator .container .button-container .right-solution {
  height: 45px;
  display: flex;
  align-items: center;
  position: absolute;
  right: -125px;
  color: #555;
  top: 0;
}
@media (max-width: 576px) {
  .configurator .container .button-container .right-solution {
    width: 150px;
    top: -50px;
    left: 60px;
  }
}
.configurator .container .button-container .btn {
  color: white;
  border: none;
  font-size: 22px;
  box-shadow: 5px 5px 15px 1px rgba(73, 73, 73, 0.3);
  font-weight: bold;
  letter-spacing: 0.25px;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  max-width: 240px;
  width: 100%;
  padding: 0;
  max-width: 210px;
}
.configurator .container .button-container .btn:hover {
  transition: all 0.3s;
  transform: translateY(-5px);
}
.configurator .container .button-container .btn:focus {
  outline: none;
}
.configurator .container .button-container .btn a {
  text-decoration: none;
  text-transform: uppercase;
  background: #f39200;
  padding: 10px 10px 10px 5px;
  color: white;
  display: flex;
  width: 100%;
  align-items: center;
}
.configurator .container .button-container .btn a span {
  margin: 0 auto;
}
.configurator .container .button-container .btn a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .configurator .container .button-container .btn {
    max-width: 240px;
    font-size: 15px;
  }
}
.configurator .container .button-container .btn a {
  padding: 10px 15px 10px 25px;
}
.configurator .container .step {
  color: #555;
  text-align: center;
}

.finanzamt-fristen {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .finanzamt-fristen {
    padding: 25px 0;
  }
}
.finanzamt-fristen .container {
  max-width: 990px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.finanzamt-fristen .container .block-title {
  font-size: 44px;
  line-height: 54px;
  color: #00374e;
  font-weight: 600;
  text-align: center;
  padding: 0 20px;
}
.finanzamt-fristen .container .block-title .accent {
  background: #f39200;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.finanzamt-fristen .container .block-title .l {
  position: relative;
}
.finanzamt-fristen .container .block-title .l .with-quot-l {
  display: block;
  position: absolute;
  background: url("../../images/open-q.png") no-repeat center;
  width: 22px;
  height: 17px;
  left: -25px;
  top: 34px;
}
@media (max-width: 768px) {
  .finanzamt-fristen .container .block-title .l .with-quot-l {
    width: 17px;
    height: 12px;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .finanzamt-fristen .container .block-title .l .with-quot-l {
    left: -25px;
    top: 25px;
    width: 15px;
    height: 10px;
  }
}
@media (max-width: 350px) {
  .finanzamt-fristen .container .block-title .l .with-quot-l {
    width: 12px;
    height: 7px;
    left: -20px;
    top: 20px;
  }
}
.finanzamt-fristen .container .block-title .l .r {
  position: relative;
  white-space: nowrap;
}
.finanzamt-fristen .container .block-title .l .r .with-quot-r {
  right: -22px;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 10px;
  background: url("../../images/close-q.png") no-repeat center;
}
@media (max-width: 768px) {
  .finanzamt-fristen .container .block-title .l .r .with-quot-r {
    width: 17px;
    height: 12px;
    background-size: cover;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .finanzamt-fristen .container .block-title .l .r .with-quot-r {
    width: 15px;
    height: 10px;
  }
}
@media (max-width: 768px) and (max-width: 350px) {
  .finanzamt-fristen .container .block-title .l .r .with-quot-r {
    width: 12px;
    height: 7px;
  }
}
@media (max-width: 768px) {
  .finanzamt-fristen .container .block-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .finanzamt-fristen .container .block-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 350px) {
  .finanzamt-fristen .container .block-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.finanzamt-fristen .container .description-row {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .finanzamt-fristen .container .description-row {
    flex-direction: column;
    align-items: center;
  }
}
.finanzamt-fristen .container .description-row .left-side,
.finanzamt-fristen .container .description-row .right-side {
  width: 50%;
}
@media (max-width: 768px) {
  .finanzamt-fristen .container .description-row .left-side,
  .finanzamt-fristen .container .description-row .right-side {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .finanzamt-fristen .container .description-row .left-side {
    margin-bottom: 30px;
  }
}
.finanzamt-fristen .container .description-row .left-side .img img {
  margin-top: -40px;
}
@media (max-width: 992px) {
  .finanzamt-fristen .container .description-row .left-side .img img {
    width: 400px;
  }
}
@media (max-width: 480px) {
  .finanzamt-fristen .container .description-row .left-side .img img {
    width: 300px;
  }
}
@media (max-width: 350px) {
  .finanzamt-fristen .container .description-row .left-side .img img {
    width: 270px;
  }
}
.finanzamt-fristen .container .description-row .left-side .img-text {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .finanzamt-fristen .container .description-row .left-side .img-text {
    justify-content: flex-end;
  }
}
.finanzamt-fristen .container .description-row .right-side {
  padding-left: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .finanzamt-fristen .container .description-row .right-side {
    padding-left: 0;
  }
}
.finanzamt-fristen .container .description-row .right-side .description-text {
  margin-bottom: 15px;
  width: 315px;
  font-size: 17px;
  line-height: 22px;
  color: #00374e;
}
.finanzamt-fristen
  .container
  .description-row
  .right-side
  .description-text
  .bold {
  font-weight: bold;
}
.finanzamt-fristen
  .container
  .description-row
  .right-side
  .description-text
  .italic {
  font-style: italic;
}
@media (max-width: 992px) {
  .finanzamt-fristen .container .description-row .right-side .description-text {
    font-size: 15px;
  }
}
@media (max-width: 350px) {
  .finanzamt-fristen .container .description-row .right-side .description-text {
    width: 100%;
  }
}
.finanzamt-fristen .container .btn-top-text {
  color: #00374e;
  display: flex;
  margin: -10px auto 15px auto;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
}
.finanzamt-fristen .container .btn {
  color: white;
  border: none;
  font-size: 22px;
  box-shadow: 5px 5px 15px 1px rgba(73, 73, 73, 0.3);
  font-weight: bold;
  letter-spacing: 0.25px;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  max-width: 360px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.finanzamt-fristen .container .btn:hover {
  transition: all 0.3s;
  transform: translateY(-5px);
}
.finanzamt-fristen .container .btn:focus {
  outline: none;
}
.finanzamt-fristen .container .btn a {
  text-decoration: none;
  text-transform: uppercase;
  background: #f39200;
  padding: 10px 10px 10px 5px;
  color: white;
  display: flex;
  width: 100%;
  align-items: center;
}
.finanzamt-fristen .container .btn a span {
  margin: 0 auto;
}
.finanzamt-fristen .container .btn a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .finanzamt-fristen .container .btn {
    max-width: 240px;
    font-size: 15px;
  }
}

.finanzamt-fristen .container .block-title .l .with-quot-l {
  left: -35px !important;
}

.finanzamt-fristen .container .block-title .l .r .with-quot-r {
  right: -35px !important;
}

.seals {
  background-color: #f5f5f5;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .seals {
    padding: 25px 0;
  }
}
.seals .container {
  max-width: 990px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 700px;
}
.seals .container .block-title {
  font-size: 44px;
  line-height: 54px;
  color: #00374e;
  font-weight: 600;
  text-align: center;
  padding: 0 20px;
}
.seals .container .block-title .accent {
  background: #f39200;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.seals .container .block-title .l {
  position: relative;
}
.seals .container .block-title .l .with-quot-l {
  display: block;
  position: absolute;
  background: url("../../images/open-q.png") no-repeat center;
  width: 22px;
  height: 17px;
  left: -25px;
  top: 34px;
}
@media (max-width: 768px) {
  .seals .container .block-title .l .with-quot-l {
    width: 17px;
    height: 12px;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .seals .container .block-title .l .with-quot-l {
    left: -25px;
    top: 25px;
    width: 15px;
    height: 10px;
  }
}
@media (max-width: 350px) {
  .seals .container .block-title .l .with-quot-l {
    width: 12px;
    height: 7px;
    left: -20px;
    top: 20px;
  }
}
.seals .container .block-title .l .r {
  position: relative;
  white-space: nowrap;
}
.seals .container .block-title .l .r .with-quot-r {
  right: -22px;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 10px;
  background: url("../../images/close-q.png") no-repeat center;
}
@media (max-width: 768px) {
  .seals .container .block-title .l .r .with-quot-r {
    width: 17px;
    height: 12px;
    background-size: cover;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .seals .container .block-title .l .r .with-quot-r {
    width: 15px;
    height: 10px;
  }
}
@media (max-width: 768px) and (max-width: 350px) {
  .seals .container .block-title .l .r .with-quot-r {
    width: 12px;
    height: 7px;
  }
}
@media (max-width: 768px) {
  .seals .container .block-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .seals .container .block-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 350px) {
  .seals .container .block-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.seals .seals-container {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .seals .seals-container {
    padding: 25px 0;
  }
}
.seals .seals-container .seals-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.seals .seals-container .seals-images:first-child {
  margin-bottom: 35px;
}
.seals .seals-container .seals-images .img.center {
  padding-left: 15px;
}
.seals .seals-container .seals-images .img:nth-child(2) {
  margin: 0 55px;
}
.seals .btn-top-text {
  color: #00374e;
  display: flex;
  margin: -10px auto 15px auto;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
}
.seals .btn {
  color: white;
  border: none;
  font-size: 22px;
  box-shadow: 5px 5px 15px 1px rgba(73, 73, 73, 0.3);
  font-weight: bold;
  letter-spacing: 0.25px;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  max-width: 240px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.seals .btn:hover {
  transition: all 0.3s;
  transform: translateY(-5px);
}
.seals .btn:focus {
  outline: none;
}
.seals .btn a {
  text-decoration: none;
  text-transform: uppercase;
  background: #f39200;
  padding: 10px 10px 10px 5px;
  color: white;
  display: flex;
  width: 100%;
  align-items: center;
}
.seals .btn a span {
  margin: 0 auto;
}
.seals .btn a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .seals .btn {
    max-width: 240px;
    font-size: 15px;
  }
}

.footer {
  background-color: #dcdcdc;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 15px 0;
  }
}
.footer .container {
  max-width: 990px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer .container .footer-text {
  text-align: center;
  color: #555;
}
.footer .container .footer-navigation {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer .container .footer-navigation {
    margin-top: 15px;
  }
}
.footer .container .footer-navigation .item {
  margin-right: 30px;
}
.footer .container .footer-navigation .item a {
  color: #00374e;
  text-decoration: underline;
  font-size: 17px;
}
.footer .container .footer-navigation .item a:hover {
  text-decoration: none;
}
.footer .container .footer-navigation .item:last-child {
  margin-right: 0;
}

.header-bg.config {
  background-position-x: 0%;
}
@media (max-width: 1870px) {
  .header-bg.config {
    background-position-x: 40%;
  }
}
@media (max-width: 576px) {
  .header-bg.config {
    background-position-x: 57%;
  }
}
@media (max-width: 350px) {
  .header-bg.config {
    background-position-x: 54%;
    padding: 5px 0;
  }
}
.header-bg.config .container {
  max-width: 940px;
}
.header-bg.config .container .header-bg-title .title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.header-bg.config .container .header-bg-title .title .accent.bold.italic {
  padding-right: 3px !important;
}
@media (max-width: 480px) {
  .header-bg.config .container .header-bg-title .title {
    margin-bottom: 0;
  }
}
.header-bg.config .container .header-bg-title .sub-title {
  padding-left: 3px;
  display: inline-block;
}
.header-bg.config .container .header-bg-title .sub-title .semi-bold {
  font-weight: 400;
}
.header-bg.config .container .header-bg-title .sub-title .bold {
  font-weight: bold;
}
@media (max-width: 768px) {
  .header-bg.config .container .header-bg-title .sub-title {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .header-bg.config .container .header-bg-title .sub-title {
    font-size: 11px;
    line-height: 16px;
  }
}
.header-bg.config .container .header-bg-title .title.second {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .header-bg.config .container .header-bg-title .title.second {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .header-bg.config .container .header-bg-title .title.second {
    margin-top: 0px;
  }
}

.header-bg.config {
  padding: 40px 0 55px 0;
}
@media (max-width: 768px) {
  .header-bg.config {
    padding: 15px 0 15px 0;
  }
}

.payroll-accounting {
  padding: 50px 0 25px;
}
@media (max-width: 768px) {
  .payroll-accounting {
    padding: 25px 0;
  }
}
.payroll-accounting .container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
  position:relative;
}
.payroll-accounting .container .title {
  font-size: 36px;
  line-height: 45px;
  color: #00374e;
  font-weight: 600;
  margin-bottom:20px;
}
.payroll-accounting .container .title .accent {
  background: #f39200;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.payroll-accounting .container .title .l {
  position: relative;
}
.payroll-accounting .container .title .l .with-quot-l {
  display: block;
  position: absolute;
  background: url("../../images/open-q.png") no-repeat center;
  width: 22px;
  height: 17px;
  left: -25px;
  top: 34px;
}
@media (max-width: 768px) {
  .payroll-accounting .container .title .l .with-quot-l {
    width: 17px;
    height: 12px;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .payroll-accounting .container .title .l .with-quot-l {
    left: -25px;
    top: 25px;
    width: 15px;
    height: 10px;
  }
}
@media (max-width: 350px) {
  .payroll-accounting .container .title .l .with-quot-l {
    width: 12px;
    height: 7px;
    left: -20px;
    top: 20px;
  }
}
.payroll-accounting .container .title .l .r {
  position: relative;
  white-space: nowrap;
}
.payroll-accounting .container .title .l .r .with-quot-r {
  right: -22px;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 10px;
  background: url("../../images/close-q.png") no-repeat center;
}
@media (max-width: 768px) {
  .payroll-accounting .container .title .l .r .with-quot-r {
    width: 17px;
    height: 12px;
    background-size: cover;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .payroll-accounting .container .title .l .r .with-quot-r {
    width: 15px;
    height: 10px;
  }
}
@media (max-width: 768px) and (max-width: 350px) {
  .payroll-accounting .container .title .l .r .with-quot-r {
    width: 12px;
    height: 7px;
  }
}
@media (max-width: 768px) {
  .payroll-accounting .container .title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .payroll-accounting .container .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 350px) {
  .payroll-accounting .container .title {
    font-size: 20px;
    line-height: 24px;
  }
}
.payroll-accounting .container .comparison {
  position: relative;
  padding: 40px 50px;
  max-width: 775px;
  box-sizing: border-box;
  background: #f5f5f5;
  margin: 70px auto;
  margin-bottom: 0;
}
.payroll-accounting .container .comparison .achtung {
  position: absolute;
  right: 70px;
  top: -35px;
}
@media (max-width: 768px) {
  .payroll-accounting .container .comparison .achtung {
    bottom: -200px;
    right: unset;
    top: unset;
  }
}
@media (max-width: 480px) {
  .payroll-accounting .container .comparison .achtung {
    left: 0;
  }
}
.payroll-accounting .container .text {
  font-size: 21px;
  line-height: 22px;
  color: #00374e;
}
.payroll-accounting .container .text .bold {
  font-weight: bold;
}
@media (max-width: 768px) {
  .payroll-accounting .container .comparison {
    margin-top: 25px;
    padding-bottom: 70px;
  }
}

.products {
  width: 1212px;
  max-width:100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 50px;
}
.products table {
  width: 100%;
  border: 3px solid #00374e;
}
.products table tr td {
  border-right: 1px solid #e5e5e5;
}
.products table tr td .icon {
  vertical-align: middle;
  cursor: pointer;
  padding-left: 5px;
}
.products table tr td .bold {
  font-weight: bold;
}
.products table .headline {
  background-color: #4f74a1;
  height: 70px;
  color: white;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
}
.products table .headline .sub-text {
  font-weight: 400;
}
.products table .headline td {
  padding: 0 25px;
  text-align: center;
  vertical-align: middle;
}
.products table .headline td:first-child {
  text-align: left;
}
.products table tr td .packshot {
  position:relative;
  height:160px;
}
.products table tr td .packshot .green-bubble {
  position: absolute;
  bottom: 7px;
  right: 5px;
}
.products table .product-1 .col-1,
.products table .product-2 .col-1 {
  /*display: flex;*/
  flex-direction: column;
  padding: 25px;
}
.products table .product-1 .col-1 .btn,
.products table .product-2 .col-1 .btn {
  margin-top: 0px;
}
.products table .product-1 .col-1 .title,
.products table .product-2 .col-1 .title {
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
}
.products table .product-1 .col-1 .product-img,
.products table .product-2 .col-1 .product-img {
  margin-top: 20px;
}
.products table .product-1 td,
.products table .product-2 td {
  font-size: 15px;
  min-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
  color: #00374e;
}
.products table .product-1 td .btn,
.products table .product-2 td .btn {
  color: white;
  border: none;
  font-size: 22px;
  box-shadow: 5px 5px 15px 1px rgba(73, 73, 73, 0.3);
  font-weight: bold;
  letter-spacing: 0.25px;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  max-width: 240px;
  width: 100%;
  padding: 0;
  font-size: 15px;
  max-width: 163px;
}
.products table .product-1 td .btn:hover,
.products table .product-2 td .btn:hover {
  transition: all 0.3s;
  transform: translateY(-5px);
}
.products table .product-1 td .btn:focus,
.products table .product-2 td .btn:focus {
  outline: none;
}
.products table .product-1 td .btn a,
.products table .product-2 td .btn a {
  text-decoration: none;
  text-transform: uppercase;
  background: #f39200;
  padding: 10px 10px 10px 5px;
  color: white;
  display: flex;
  width: 100%;
  min-width: 160px;
  align-items: center;
}
.products table .product-1 td .btn a span,
.products table .product-2 td .btn a span {
  margin: 0 auto;
}
.products table .product-1 td .btn a:hover,
.products table .product-2 td .btn a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .products table .product-1 td .btn,
  .products table .product-2 td .btn {
    max-width: 240px;
    font-size: 15px;
  }
}
.products table .product-1 td .btn a span,
.products table .product-2 td .btn a span {
  font-size: 17px;
}
.products table .product-1 td .btn a,
.products table .product-2 td .btn a {
  padding: 10px 5px;
}
.products table .product-1 td .icon,
.products table .product-2 td .icon {
  vertical-align: middle;
  cursor: pointer;
}
.products table .product-1 td .img,
.products table .product-2 td .img {
  margin-top: 20px;
  margin-bottom: 30px;
}
.products table .product-1 td .aktion,
.products table .product-2 td .aktion {
  border-radius: 4px;
  color: white;
  background-color: #37b646;
  padding: 12px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.products table .product-1 td .aktion .bold,
.products table .product-2 td .aktion .bold {
  font-weight: bold;
}
.products table .product-1 {
  background-color: white;
}
.products table .product-2 {
  background-color: #fbf6f3;
}

@font-face {
  font-family: "KiroExtraBoldItalic";
  src: url("../../fonts/KiroExtraBoldItalic.otf");
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.mouseover_box .mouseover_inner {
  background-color: #fff;
  border: 1px solid rgb(205, 207, 235);
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  max-width: 400px;
  line-height: 1.1em;
}

.configurator-css2 .input {
  position: absolute;
  visibility: hidden;
}

.configurator-css2 .input + label {
  margin: 0 10px;
}

.configurator-css2 .input:checked + label .item {
  background-color: #00374e;
  box-shadow: none;
}

.configurator-css2 .input:checked + label .item .item-title {
  color: #fff;
}

.Steps {
  display: none;
}
.Steps.init {
  display: block;
}

.font_title {
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
}

.table_icon {
  vertical-align: -3px;
}

.input_area_outer {
  text-align: center;
  height: 55px;
}

.text_area {
  visibility: visible !important;
  background-color: #fff;
  border: 3px solid #00374e;
  width: 300px;
  height: 20px;
  margin: 10px auto 0px -155px;
}

@media(max-width:768px) {
  .achtung.postit {
    position: relative;
    scale: .7;
    margin: auto;
  }
  .payroll-accounting .container {
    margin: 0 auto -50px;
  }
  .hide-mobile {
    display:none;
  }
}
@media(min-width:769px) and (max-width:1019px) {
  .achtung.postit {
    position: absolute;
    left: 40px;
    top: -265px;
  }
}
@media(min-width:1020px) {
  .achtung.postit {
    position: absolute;
    left: 710px;
    top: -88px;
  }
}
.postit {
  background-image: url(../../images/postit_achtung.png);
  width: 283px;
  height: 261px;
}
.postit p {
  font-size: 17px;
  color: #00374e;
  text-align: center;
  position: absolute;
  top: 125px;
  left: 60px;
}

.postit p .bold {
  font-weight: bold;
}

.sitelinks_outer {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.white_button {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  transform: skew(-20deg);
  width: 190px;
  height: 65px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
}

.white_button__inner {
  font-size: 17px;
  color: #00374e;
  text-align: center;
  font-weight: 600;
  transform: skew(20deg);
}

.no_text_decoration {
  text-decoration: none;
}

.header-anzeige,
.header-anzeige a {
  font-size: 18px;
  color: #00374e;
  text-decoration: none;
}

.header-anzeige .divider {
  margin: 0px 10px;
}

.btn {
  position: relative;
}

.cursor_img {
  position: absolute;
  bottom: -10px;
  right: 15px;
}

.big_quotes_top {
  position: absolute;
  top: 20px;
  left: 10px;
}

.big_quotes_bottom {
  position: absolute;
  bottom: 30px;
  left: 365px;
  transform: rotate(180deg);
}

.seals-slider-outer {
  position: relative;
  width: 860px;
  max-width: 100%;
  padding: 20px 0px;
  margin: 35px auto;
  background: rgb(245, 245, 245);
  background: linear-gradient(
    90deg,
    rgba(245, 245, 245, 1) 0%,
    rgba(248, 248, 248, 1) 2%,
    rgba(255, 255, 255, 1) 10%,
    rgba(255, 255, 255, 1) 90%,
    rgba(248, 248, 248, 1) 98%,
    rgba(245, 245, 245, 1) 100%
  );
}

.seals-slider-outer .slider-prev {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  cursor: pointer;
}

.seals-slider-outer .slider-next {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  cursor: pointer;
}

.seals-slider-outer .slick-initialized .slick-slide {
  text-align: center;
  text-align: -webkit-center;
}

.seals-slider-outer .slick-slide img {
  vertical-align: middle;
  filter: drop-shadow(4px 4px 1px #bfbfbf);
}

.seals-slider-outer .pagination-slider-dots {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.seals-slider-outer .pagination-slider-dots .slick-dots {
  display: flex;
}

.seals-slider-outer .pagination-slider-dots button {
  width: 21px;
  height: 21px;
  background-color: #909090;
  border-radius: 100%;
  color: transparent;
  border: none;
  outline: none;
  margin: 0px 5px;
}

.seals-slider-outer .pagination-slider-dots .slick-active button {
  background-color: #f39200;
}

@media (max-width: 1000px) {
  .seals-slider-outer .slider-prev {
    left: 10px;
  }
  .seals-slider-outer .slider-prev {
    right: 10px;
  }
  .seals-slider-outer {
    width: 735px;
  }
}
@media (max-width: 820px) {
  .seals-slider-outer {
    width: 500px;
  }
}

.blue_bg {
  background-color: #e8edf4;
  padding: 50px 0;
}

.sitelink_block {
  width: 765px;
  max-width: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 75px 123px rgb(255 255 255 / 53%);
}

.sitelink_line {
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sitelink_hl {
  font-size: 19px;
  color: #00374e;
  font-weight: bold;
}

.sitelink_btn {
  width: 232px;
  height: 55px;
  background-color: #f39200;
  padding: 6px 0px;
  border-radius: 3px;
  box-shadow: 4px 4px 7px #93939369;
  box-sizing: border-box;
  position: relative;
  font-size: 17px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.sitelink_btn::after {
  content: "";
  background-image: url(../../images/btn_arrow_small.png);
  width: 16px;
  height: 19px;
  position: absolute;
  top: 18px;
  right: 13px;
}

.datenschutz-container {
  max-width: 990px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.datenschutz-container h2 {
  font-size: 18px;
  color: #00374e;
  line-height: 1.3em;
}

.datenschutz-container p {
  font-size: 17px;
  color: #00374e;
}

.ordered-list {
  list-style: decimal;
  margin: 0;
  padding: 15px 0 0 25px;
  font-size: 17px;
  color: #00374e;
}

.ordered-list li {
  margin-bottom: 10px;
}
/*

Vergleichsbutton*/

.configurator .container p {
  color: #555;
  text-align: center;
}

.configurator .container .button-container .btn.vergleich {
  color: white;
  border: none;
  font-size: 22px;
  box-shadow: 5px 5px 15px 1px rgb(73 73 73 / 30%);
  font-weight: bold;
  letter-spacing: 0.25px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  max-width: 240px;
  width: 100%;
  padding: 0;
  max-width: 355px;
  font-style: italic;
}
.button-container.vergleich {
  width: 500px !important;
  text-align: center;
}

.configurator .container .button-container .btn.vergleich a {
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #8cacd1 0%, #244e84 55%);
  padding: 10px 10px 10px 5px;
  color: white;
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 6px;
}

.oder {
  font-weight: 600;
  margin-bottom: -15px;
}

.vergleich-arrow {
  width: 22px;
}

/* Fixed-Header */

.header_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  z-index: 150;

  display: none;
}
.contact_header {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_header .header_img img {
  margin-right: 10px;
  max-width: 350px;
}
.contact_header .header_img p {
  display: inline-block;
  margin: 0;
  color: #8c8c8c;
  font-size: 14px;
}
.nav-right {
  display: flex;
  align-items: center;
}

.btn-container .direkt-btn {
  margin: 0 0 0 30px;
  padding: 6.5px 28.5px;
  background: linear-gradient(45deg, #7194be, #244e84);
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.btn-arrow {
  margin: 0 0 0 10px;
}
.display_none {
  display: none;
}

@media (max-width: 1200px) {
  .contact_header {
    justify-content: space-around;
    display: none;
  }
}

@media (max-width: 990px) {
  .contact_header {
    display: none;
  }
}

/* End Fixed-Header */
@media(max-width:480px) {
  .payroll-accounting .container .text {
    font-size:18px;
  }
}
