/*typography*/

@import url("https://use.typekit.net/uzu7dvb.css");
@import url("https://use.typekit.net/yel3ttn.css");

@font-face {
  font-family: "Hero New Thin";
  src: url("../../../fonts/Hero\ New\ Thin.woff");
}

@font-face {
  font-family: "Hero New Ultra-Light";
  src: url("../../../fonts/Hero\ New\ UltraLight.woff");
}

@font-face {
  font-family: "Hero New Light";
  src: url("../../../fonts/Hero\ New\ Light.woff");
}



@font-face {
  font-family: "Hero New Regular";
  src: url("../../../fonts/Hero\ New\ Regular.woff");
}

@font-face {
  font-family: "Hero New Medium";
  src: url("../../../fonts/Hero\ New\ Medium.woff");
}

@font-face {
  font-family: "Hero New Semibold";
  src: url("../../../fonts/Hero\ New\ SemiBold.woff");
}

@font-face {
  font-family: "Hero New Bold";
  src: url("../../../fonts/Hero\ New\ Bold.woff");
}

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

#Made_in_Germany {
  font-family: "Helvetica" !important;
}

body {
  font-family: "Hero New Light";
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  background: #F9FAFC;
}

.container {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

label {
  max-width: 100%;
}

b {
  font-family: "Hero New Bold";
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-size: 50px;
  line-height: 65px;
  /* font-family: "Hero New Ultra-Light"; */
}

h2 {
  font-size: 46px;
  line-height: 54px;
  font-family: "Hero New Ultra-Light";
}

h3 {
  font-size: 40px;
  line-height: 54px;
  font-family: "Hero New Light";
}

h4 {
  font-size: 25px;
  line-height: 30px;
}

h5 {
  font-size: 23px;
  line-height: 28px;
  font-family: "Hero New Light";

}

p {
  margin: 0;
}


a {
  color: #000;
}

a:hover {
  color: #0e4ba5;
}

.border-top {
  border-color: #d5d5d5;
}

.small-text {
  font-size: 13px;
  color: #979797;
}

.font-weight-dark {
  font-weight: 800;
}

.font-weight-semibold {
  font-weight: 600;
}

.text-black {
  color: #000000 !important;
}

.text-primary {
  color: #0068aa !important;
}

.text-secondary {
  color: #86ce8f !important;
}

.text-secondary-font {
  font-family: "montserrat", sans-serif;
}

.text-stroke {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline !important;
}

.text-grey {
  color: #798395;
}

.text-dark {
  color: #2c384e !important;
}

.text-green {
  color: #14a15b !important;
}

.text-normal {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
}

.border-bottom {
  border-color: #e8e8e8 !important;
}

hr {
  border-color: #000000;
}

.small {
  width: 45px;
}

.link {
  color: #2a52ff;
  font-size: 15px;
  line-height: 22px;
  text-decoration: underline;
}

.img-black {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.bg-cover {
  background-size: cover;
}

.btn {
  padding: 14px 67px 14px 34px;
  font-family: "Hero New Regular";
  font-size: 22px;
  border-radius: 25px;
  line-height: 1;
  background-color: #0068aa;
  color: #fff;
  transition: all 0.3s;
  background-image: url(../images/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 50px);
  background-position-y: center;
  border: none;
}

.btn::after {
  content: '';

}

.btn:hover {
  transform: translateY(-2px);
  color: #fff;
}

.btn-arrow {
  margin-left: 20px;
  margin-top: -3px;
  width: 17px;
}

.btn-arrow-left {
  margin-right: 10px;
  margin-top: -3px;
  width: 17px;
}

.btn-left-arrow {
  margin-right: 10px;
  margin-top: -3px;
  width: 17px;
}

.btn-primary {
  border-color: #0068aa;
  background: #0068aa;
  color: #ffffff;
}

.btn-secondary {
  border: none;
  background: none;
  color: #bababa;
  position: relative;
}

.btn-secondary::after {
  content: "";
  height: 2px;
  width: 73%;
  position: absolute;
  border-top: 1px solid #f2f2f2;
  bottom: 11px;
  right: 12px;
  background: #bababa;
}

.btn-secondary:hover {
  color: #0068aa;
  border: none;
  background: none;
}

.btn-primary:hover {
  border-color: #0068aa;
  background-color: #0068aa;
  color: #ffffff;
}

.btn-link {
  color: #bababa;
  position: relative;
  padding: 0;
}

.btn-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #bababa;
}

.light-bg {
  background: #f6f6f6;
}

.white-bg {
  background: #ffffff;
}

.pagination li {
  padding: 0 7px;
}

.pagination li span {
  width: 25px;
  height: 25px;
  background: #e9edf4;
  border-radius: 50%;
  display: inline-block;
}

.pagination.pagination-light li span {
  background: #4cc2d2;
}

.pagination li span.active {
  background: #075bfa;
}

.pagination.pagination-light li span.active {
  background: #ffffff;
}

.top-pagination {
  padding-left: 0;
}

.top-pagination li {
  list-style-type: none;
  width: 17px;
  height: 40px;
  position: absolute;
  top: 40%;
}

.top-pagination li.prev {
  left: -20px;
}

.top-pagination li.next {
  right: -20px;
}

.top-pagination li a {
  display: block;
}

.heading {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0e4ba5;
  width: 65px;
  height: 4px;
  border-radius: 4px;
}

.heading.center:after {
  right: 0;
  margin: 0 auto;
}

.full-height-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.text-line,
.text-blue-line {
  position: relative;
}

.text-line:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #000000;
  bottom: 5px;
}

.text-blue-line:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #0068aa;
  bottom: 5px;
}

.text-blue-line.small-line:after {
  height: 1px;
  bottom: 2px;
}

/*spacing*/

.main-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.small-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-top {
  padding-top: 70px;
}

.padding-bottom {
  padding-bottom: 70px;
}

.margin-bottom {
  margin-bottom: 40px;
}

/*header*/

.navbar {
  padding: 23px 0;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.nav-left img {
  max-width: 350px;
}

/*Banner*/

.banner-wrapper {
  padding-top: 25px;
  background-color: #ffffff;
  background-image: url("../images/headerbild.png");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 58%;
}

.banner-wrapper>img {
  display: block;
  margin: 0 auto;
}

.banner-right {
  margin: 93px 0 167px;
  max-width: 50%;
  width: 100%;
  padding-left: 50px;
}

.btn.jet {
  background-position-x: calc(100% - 30px);
  max-width: 224px;
}

.banner-wrapper .heading {
  color: #075bfa;
  font-weight: 600;
  margin-bottom: 30px;
}

.banner-right h2 {
  margin-bottom: 18px;
  font-family: "Hero New Ultra-Light";
}

.banner-right h4 {
  margin-bottom: 37px;
}

.banner-text {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
}

.banner-text:before {
  content: ",,";
  position: absolute;
  left: -25px;
}




.banner-wrapper .container {
  display: flex;
  justify-content: flex-end;
}

.offer-img {
  position: absolute;
  width: 158px;
  max-height: 169px;
  right: 10px;
  z-index: 10;
  bottom: -100px
}

.offer-img2 {
  position: absolute;
  width: 158px;
  right: 0px;
  top: 0px;
  z-index: 10;
}

@media (max-width: 992px) {
  .offer-img2 {
    width: 100px;
    top: -21px;
  }
}

@media (max-width: 768px) {
  .offer-img2 {
    top: 35px;
  }
}

/*Logo gallery*/
.logo-section__wrapper {
  margin-bottom: 40px;
}

.logo-section {
  padding: 37px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 20%);
  border-radius: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-top: -70px;
  margin-bottom: 40px;
}

.history-success {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 20%);
  padding: 31px 20px 37px;
  background: #fff;
  border-radius: 10px;

}

.history-success h5 {
  margin-bottom: 45px;
  text-align: center;
}

.history-success__inner-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.history-success__inner-block div {
  max-width: 158px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 10px;
}

.history-success__inner-block p {
  margin-top: 17px;
}

.logo-section img {
  margin: 0 10px;
}

.logo-section img:first-child {
  width: 90px;
}

.logo-section img:nth-child(2) {
  width: 150px;
}

.logo-section img:nth-child(3) {
  width: 88px;
}

.logo-section img:nth-child(4) {
  width: 80px;
}

.logo-section img:nth-child(5) {
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.logo-section p {
  color: #949494;
  font-size: 15px;
  line-height: 18px;

}

.logo-wrapper>div {
  padding: 0 10px;
}

.logo-wrapper.grey-logo {
  opacity: 0.6;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.logo-wrapper.grey-logo>div>img {
  max-height: 72px;
}

.logo-wrapper>div:first-child {
  padding-left: 0;
}

.logo-wrapper>div:last-child {
  padding-right: 0;
}

.partner-wrapper>div {
  padding: 0 20px;
  margin-top: 30px;
}

.partner-wrapper {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.partner-wrapper>div>img {
  max-height: 34px;
}

.partner-wrapper>div:first-child {
  padding-left: 0;
}

.partner-wrapper>div:last-child {
  padding-right: 0;
}

/*step-form*/

.white-box {
  padding: 32px 60px 30px;
  background: #fff;
}

.step-wrapper {
  /* max-width: 560px; */
  margin: 0 auto;
}

.step-wrapper h3 {
  margin-bottom: 35px;
}

.step-progress {
  height: 25px;
  border-radius: 25px;
  border: 2px solid #29c07b;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: 0 auto;
}

.step-progress .progress-bar {
  background: #29c07b;
  border: 3px solid #fff;
  border-radius: 18px;
}

.cls-1 {
  fill: none;
  stroke: #c2c2c2;
  stroke-miterlimit: 10;
  stroke-width: 10px;
}

.radio-list {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 20px;
}

.radio-list li {
  /* padding: 0 8px; */
  position: relative;
  max-width: 257px;
}

/* .radio-list li:nth-child(-n+3) {
  margin-bottom: 20px;
} */

.radio-icon svg {
  width: 60px;
}

.radio-icon svg.svg2 {
  height: 50px;
}

.radio-icon svg rect,
.radio-icon svg path {
  fill: #c2c2c2;
}

.radio-container {
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 257px;
  height: 251px;
  position: relative;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  font-size: 16px;
  line-height: 35px;
  align-items: space;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 0;
  padding: 11px 20px 24px;
  font-family: "Hero New Light";
}

.radio-container .radio-icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
  flex-grow: 1;
}

.title-date-input input {
  opacity: 1 !important;
  background-color: transparent;
  color: #000;
  max-height: 27px;
  position: relative !important;
}

.title-date-input input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  background: url(../../../img/input-data-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  left: -30px;
}

.radio-container .title {
  text-align: center;
  z-index: 1;
  line-height: 1;
}

.radio-container .title .subtitle {
  font-size: 12px;
  line-height: 17px;
}

/* Hide the browser's default radio button */

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container input.radio-input {
  position: absolute;
  bottom: 0;
}

/* Create a custom radio button */

.radio {
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  background-color: transparent !important;
  border-radius: 2px;
  border: 1px solid transparent;
  border-radius: 10px;
}

.radio-container input:checked~.radio {
  border-color: rgb(5, 107, 172);
  background-color: #f4f9fc !important;
}

.radio-container input:hover~.radio {
  border-color: rgb(5, 107, 172);
  background-color: #f4f9fc !important;
}

.radio-container input:checked~.radio-icon svg rect,
.radio-container input:checked~.radio-icon svg path {
  fill: rgb(5, 107, 172);
}

.radio-container input:checked~.radio-icon .cls-1 {
  stroke: rgb(5, 107, 172);
}



.radio-container input:checked~.title .subtitle {
  font-weight: normal;
}

.subtitle2 {
  font-size: 13px;
  font-family: "Hero New Light";
  line-height: 17px;
}

.radio-container input:checked~.title .subtitle2 {
  font-weight: normal;
}

.active-wrapper-label {
  padding: 20px;
  justify-content: flex-start;
  align-items: center;
}

.active-wrapper-label .radio-icon {
  height: auto;
  margin-bottom: 10px;
}


.active-wrapper-label .radio-icon img {
  width: 50%;
}

.active-wrapper-label .radio-icon {
  align-items: center;
  flex-grow: 0;
}

.active-wrapper-label .title {
  margin-top: 0px !important;
}

/* content row */

.content-row {
  text-align: left;
  border-top: 1px solid #d5d5d5;
  margin-top: 65px;
  padding-top: 45px;
}

.number-box {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  font-family: hero-new, sans-serif;
  width: 80px;
  background: #056bac;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -45px;
  border-radius: 0 0 3px 3px;
}

.content-row h3 {
  margin-bottom: 25px;
}

.content-row p {
  color: #666666;
}

.content-row p:last-child {
  margin-bottom: 0;
}

.content-img {
  box-shadow: 0px 5px 30px 15px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  max-width: 330px;
}

/*form row*/

.form-img {
  max-width: 472px;
  box-shadow: 0px 5px 30px 15px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  border: 2px solid #ffffff;
}

.form-row-wrapper {
  text-align: left;
  border-top: 1px solid #d5d5d5;
  margin-bottom: 55px;
  padding-top: 18px;
}

.form-row-wrapper .number-box {
  font-size: 28px;
  width: 56px;
  height: 56px;
  display: flex;
  top: -18px;
}

.form-row-wrapper h4 {
  color: #666666;
  font-size: 18px;
  line-height: 25px;
  margin-left: -10px;
  font-family: open-sans, sans-serif;
  /*    margin-bottom: 25px;*/
}

/*about*/

.about-img {
  max-width: 472px;
  box-shadow: 0px 5px 30px 15px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

/*faq*/

#faq .card {
  margin-bottom: 15px;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  padding: 25px 27px 19px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

#faq .card .card-header {
  border: 0;
  padding: 0;
  background-color: transparent;
}

#faq .card .card-header .btn-header-link {

  font-size: 23px;
  color: #0068AA;
}

#faq .collapsing {
  transition: none !important;
}

#faq .card .card-header .btn-header-link:after {
  content: " ";
  background-image: url(../images/arrow-up.svg);
  float: right;
  width: 35px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
}



#faq .card.active .card-header .btn-header-link.collapsed {
  border: none;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  background-image: url(../images/arrow-down.svg);
}








#faq .card-body {
  padding: 28px 20px 0 0;
}

#faq .card-body p {
  max-width: 590px;
}

#faq .card-body p strong {
  font-family: "Hero New Semibold";

}


#faq .card-body p:not(:last-child) {
  margin-bottom: 40px;
}

#faq .card.active {
  position: relative;
  padding-bottom: 30px;
}

#faq .card.active:before {
  border: 4px solid #056bac;
  border-radius: 3px;
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  z-index: -1;
}

/*List*/

.list {
  padding: 0;
  margin: 0;
}

.banner-wrapper .list {
  margin-bottom: 37px;
}

.list li {
  list-style-type: none;
  padding-left: 33px;
  position: relative;
}

.list li:not(:last-child) {
  margin-bottom: 5px;
}

.list li b {
  font-family: "Hero New Semibold";
}

.list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/list-icon.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 2px;
}

.list li.no-icon:before {
  content: none;
}

.list li:last-child {
  margin-bottom: 0;
}

.small-list li {
  margin-bottom: 0;
}

/*footer*/

footer {
  overflow: hidden;
}

footer a {
  color: #888888;
}

/*form section*/

.email-text {
  position: absolute;
  top: -65px;
  right: -65%;
  text-align: left;
  line-height: 1.4;
}

.email-arrow {
  position: absolute;
  top: -82px;
  right: -21%;
}

.form-wrapper {
  max-width: 300px;
  margin: 0 auto;
}

.form-group {
  position: relative;
}

.form-control {
  border-color: #5d5d5d;
  color: #5d5d5d;
  font-size: 23px;
  line-height: 40px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 5px;
  border-width: 2px;
}

.form-control:focus {
  border-color: #5d5d5d;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #797979;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #797979;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #797979;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #797979;
}

.relative {
  position: relative;
}

.marginauto {
  margin-left: auto;
  margin-right: auto;
}

.w--100 {
  width: 100%;
}

.flexbreak {
  flex-basis: 100%;
  height: 0;
}

.flexwrap {
  flex-wrap: wrap;
}

.nowrap {
  white-space: nowrap;
}

.progress {
  padding: 2px;
  border-radius: 7px;
  max-width: 528px;
  width: 100%;
  margin: 0 auto 35px;
  border: 1px solid #00c178;
  height: 14px;
  background: #fff;
  -webkit-animation: fade-in 0.5s backwards;
  animation: fade-in 0.5s backwards;
}

@media (max-width: 1366px) {
  .progress {
    margin-top: -15px;
  }
}

.progress__value {
  height: 100%;
  width: 33%;
  border-radius: 15px;
  background: #00c178;
  transition: 0.3s;
}

.current-step-3 .progress__value {
  width: 38%;
}

.current-step-4 .progress__value {
  width: 43%;
}

.current-step-5 .progress__value {
  width: 48%;
}

.current-step-6 .progress__value {
  width: 53%;
}

.current-step-7 .progress__value {
  width: 58%;
}

.current-step-8 .progress__value {
  width: 63%;
}

.current-step-9 .progress__value {
  width: 68%;
}

.current-step-10 .progress__value {
  width: 73%;
}

.current-step-11 .progress__value {
  width: 78%;
}

.current-step-12 .progress__value {
  width: 83%;
}

.current-step-13 .progress__value {
  width: 88%;
}

.current-step-14 .progress .progress__value {
  width: 100%;
}

.current-step-15 .progress__value {
  width: 95%;
}

.current-step-16 .progress__value {
  width: 100%;
}

.current-step-17 .progress__value {
  width: 100%;
}

.current-step-18 .progress__value {
  width: 100%;
}

.adding-block {
  display: none;
  text-align: center;
  background: #f4f9fc;
  /* position: absolute; */
  /* top: 50%; */
  /* width: calc(100% - 16px); */
  position: relative;
  width: 100%;
  min-height: 50%;
  border: 1px solid rgb(5, 107, 172);
  border-radius: 0px 0px 10px 10px;
  border-top: none;
  padding: 0 12px 12px;
  z-index: 2;
  margin-top: calc(-251px / 2);
}

.adding-block> :last-child {
  margin-bottom: 0px !important;
}

.adding-block .label-input {
  margin-bottom: 10px;
  text-align: left;
}

/*.radio-container:hover + .adding-block {
    display:block;
		position:absolute;
		opacity:0.8;
}*/
.adding-block::after {
  margin-left: 0px;
  border-left: 4px solid #0068aa;
  padding: 10px 0 10px 10px;
  margin-top: 15px;
  border-radius: 4px;
  box-shadow: -1px 0px 3px #ccc;
}

.justify-content-spacebetween {
  justify-content: space-between;
}

.title-group {
  color: #056bac;
  margin-bottom: 17px;
  display: block;
  font-size: 15px;
  font-family: "Hero New Medium";
}

.title-group3 {
  font-family: "Hero New Light";
  color: #0068AA;
  text-align: left;
}

.title-group2 {
  color: #000;
  margin-bottom: 14px;
  display: block;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  font-family: "Hero New Medium";
}

.title-group .smaller {
  font-size: 13px;
  display: inline-block;
  line-height: 1.3em;
}

.title-group2 .smaller {
  font-size: 15px;
  color: #000000;
  font-family: "Hero New Light";
  font-style: italic;
}

.input {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #B7B7B7;
  padding: 41px 20px 11px 20px;
  line-height: 17px;
  font-size: 16px;
}

.input {
  outline: none;
}

.input--50 {
  padding: 0 5px;
  max-width: 50px;
  height: 30px;
  margin-right: 10px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #DADADA;
  margin-left: 32px;
}

.input--50:focus {
  outline: none;
}

.label-input__name {
  color: #0068AA;
  position: absolute;
  top: 15px;
  left: 20px;
  line-height: 1;
  font-family: "Hero New Light";
}

.input--50::-webkit-outer-spin-button,
.input--50::-webkit-inner-spin-button {
  -webkit-appearance: none;
}



.checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.checkbox:checked+.checkbox-mark:before {
  opacity: 1;
}

.checkbox-mark,
.label-input-select {
  position: relative;
}

.checkbox-mark {
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 100%;
  margin-right: 5px;
}

.checkbox-mark:before {
  opacity: 0;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #0068AA;
  border-radius: 100%;
}

.label-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: fit-content;
  padding: 0 10px;
}

.label-input {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 14px;
}

.label-checkbox__wrapper {
  display: flex;
  justify-content: center;
}

.radio-content {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 3px solid transparent;
  display: block;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 1px #000;
  margin-bottom: 15px;
}

.adding-block-radio-container input:checked~.radio-content {
  border: 3px solid rgb(5, 107, 172);
}

.radio-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.input-extra {
  line-height: 1.3em;
  font-size: 14px;
  color: #797979;
  margin-left: 2px;
  margin-top: 2px;
}

.tool-tip {
  z-index: 3;
  display: inline-block;
  position: relative;
}

.tool-tip:hover .tool-tip__body {
  display: block;
}

.tool-tip__body {
  max-width: 300px;
  color: #666;
  display: none;
  position: absolute;
  padding: 10px;
  background-color: #fff;
  border: 1px solid;
  box-shadow: 0 0 8px #d2d0d0;
  left: 0;
  bottom: 20px;
  z-index: 20;
  left: 50%;
  width: 115%;
  max-width: calc(100% + 25px);
  transform: translateX(-50%);
}

.info-block {
  position: relative;
  padding: 14px 30px 14px 46px;
  color: #0068AA;
  font-size: 13px;
  line-height: 18px;
  border-radius: 10px;
  max-width: 759px;
  margin: 0 auto;
  background-color: #ECF2FB;
}

.info-block b {
  font-family: "Hero New Medium";
  font-style: italic;
}

.info-block:before {
  content: url(../../../img/info.svg);
  position: absolute;
  top: 14px;
  left: 17px;
}

.input:placeholder-shown+.input-placeholder {
  display: block;
}

.input-placeholder {
  display: none;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  color: #666;
  font-size: 13px;
  pointer-events: none;
  line-height: 1.2em;
  cursor: text;
}

.input::placeholder {
  font-family: "Hero New Light";
  color: rgba(0, 0, 0, 0.4);
}

.color-inherit {
  color: inherit;
}

.text-area {
  min-height: 253px;
  border-radius: 10px;
  background: #fff;
  padding: 25.5px 27.5px;
  color: #000;
  border: 1px solid #D8D8D8;
  max-width: 560px;
  width: 100%;
  outline: none;
  line-height: 1;
}

.text-area::placeholder {
  color: rgba(0, 0, 0, 0.4);
  line-height: 1;
  font-family: "Hero New Light";
}

.slide9-p {
  font-size: 23px;
  line-height: 34px;
  color: #0068AA;
  font-family: "Hero New Light";
}

.select {
  border-radius: 5px;
  background: #dfeef7;
  width: auto;
  padding: 8px 11px;
  color: #666;
  border: none;
  max-width: 100%;
}

.wrap-elements {
  text-align: left;
}

.wrap-elements input,
label,
.select {
  width: 100%;
}

.inlineblock {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.blue-link {
  color: #0036ff !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.blue-list {
  padding: 0;
  margin: 0;
}

.blue-list li {
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  color: #666666;
}

.blue-list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/list-icon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 3px;
}

.blue-list li.no-icon:before {
  display: none;
}

.greenbox {
  background: #29c07b;
  box-shadow: 0 0 15px #ddd;
  padding: 30px 0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 290px;
  margin-right: 90px;
}

.greenbox p {
  margin-bottom: 26px;
  margin-bottom: 26px;

  color: #fff;
  line-height: 40px;
  font-family: hero-new, sans-serif;
  font-size: 40px;
}

.greenbox {
  margin-bottom: 15px;
}

.boxshadow {
  box-shadow: 0 0 15px #ddd;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider.container {
  max-width: 1140px !important;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow-x: clip;
  margin: 0;
  padding: 0;
  will-change: height;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* .slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
} */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {

  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  padding: 0 10px;
}

.slick-slide>div {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.201);
  border-radius: 10px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block !important;
  height: 0px !important;
  opacity: 0 !important;
  margin: 0 auto;
}

.slick-initialized .slick-active {
  height: fit-content !important;
  opacity: 1 !important;
}


.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}



body .formError .formErrorContent {
  min-width: 127px;
  font-weight: 700;
  background: #ffdf5a;
  border: 3px solid #fff4c0;
  font-size: 13px;
  line-height: 17px;
  color: #000;
}

body .formError {
  opacity: 1 !important;
}

a.linkstyle {
  text-decoration: none;
  color: #0068aa;
}

.simple_checkbox {
  text-align: left;
  display: flex;
}

.simple_checkbox.slide14 p {
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  max-width: 500px;
  width: 100%;
  margin-left: 10px;
  font-family: "Hero New Light";
}

.simple_checkbox.slide14 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.simple_checkbox.slide14 input+label {
  width: 18px;
  height: 18px;
  border: 1px solid #0064A3;
  margin: 0px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

.simple_checkbox.slide14 input:checked+label {
  background: #0b76ef;
}

.simple_checkbox.slide14 input:checked+label:before {
  content: '';
  background-image: url(../../../img/checked.svg);
  width: 13px;
  height: 10px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.simple_checkbox.slide14 label {
  width: 18px;
  height: 18px;
  border: 1px solid #0064A3;
}

.simple_checkbox label {
  width: 400px;
  margin-left: 6px;
  display: inline-block;
  color: #666666;
  font-size: 12px;
  line-height: 1.3em;
  cursor: pointer;
  font-style: italic;
}

.simple_checkbox input {
  width: auto;
  vertical-align: top;
  cursor: pointer;
}

.yellow-box {
  background-color: #fffdf1;
  width: 95%;
  margin: auto;
  text-align: center;
  padding: 73px 0px;
}

.yellow-box h1 {
  margin-bottom: 64px;
}

.yellow-box .content-wrapper {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.yellow-box .content-wrapper.one {
  margin-bottom: 50px;
}

.yellow-box .content-wrapper.one img {
  align-self: center;
}

.yellow-box .green-list {
  padding: 0;
  margin: 0;
}

.yellow-box .green-list li {
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  color: #666666;
}

.yellow-box .green-list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/green-check.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 3px;
}

.yellow-box .green-list li.no-icon:before {
  display: none;
}

.yellow-box .content-wrapper.two {
  text-align: left;
}

.yellow-box .text-with-list {
  text-align: left;
}

.yellow-box .btn-yellow {
  border-color: #ffe969;
  background: #ffe969;
  color: #000000;
}

@media (max-width: 992px) {
  .yellow-box {
    padding: 30px;
  }

  .yellow-box .content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

@media (max-width: 430px) {
  .yellow-box .content-wrapper.one img {
    width: 300px;
  }
}

/* Gewerbe-Link Section */

.gewerbe_container {
  background: #fff;
}

.gewerbe_links {
  min-height: 350px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

.gewerbe_links h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px !important;
  font-weight: 700 !important;
  color: #3b6079;
}

.gewerbe_links a {
  position: absolute;
  font-size: 18px;
  color: #6db8cf;
  text-decoration: none;
  transition: all 3ms ease-in-out;
}

.ft_size20 {
  font-size: 20px !important;
  color: #86c3d6 !important;
}

.ft_size12,
.ft_size16 {
  font-weight: 700;
}

.ft_size16 {
  font-size: 16px !important;
  color: #1e596a !important;
}

.ft_size12 {
  font-size: 12px !important;
  color: #000 !important;
}

.gewerbe_links a:hover {
  text-decoration: none;
  transform: scale(1.02);
}

.gewerbe_links .kleingewerbe {
  top: 40%;
  left: 3%;
}

.gewerbe_links .online {
  top: 24%;
  right: 17%;
}

.gewerbe_links .gewerbeanmeldung {
  top: 56%;
  left: 6%;
}

.gewerbe_links .hamburg {
  top: 58%;
  right: 32%;
}

.gewerbe_links .berlin {
  top: 16%;
  left: 42%;
}

.gewerbe_links .wo_anmelden {
  top: 24%;
  left: 13%;
}

.gewerbe_links .kleinunternehmer {
  top: 72%;
  left: 29%;
}

.gewerbe_links .nebenerwerb {
  top: 35%;
  right: 13%;
}

.gewerbe_links .online_anmelden {
  top: 49%;
  right: 0;
}

.gewerbe_links .anmelden_beantragen {
  top: 31%;
  left: 38%;
}

@media (max-width: 550px) {
  .gewerbe_links a {
    font-size: 12px !important;
  }

  .gewerbe_links .berlin {
    top: 11%;
    left: 23%;
  }

  .gewerbe_links .online {
    top: 17%;
    right: 29%;
  }

  .gewerbe_links .nebenerwerb {
    top: 24%;
    right: 8%;
  }

  .gewerbe_links .kleingewerbe {
    top: 36%;
    left: 1%;
  }

  .gewerbe_links .hamburg {
    top: 55%;
    right: 22%;
  }

  .gewerbe_links .online_anmelden {
    top: 62%;
    right: 11%;
  }

  .gewerbe_links .kleinunternehmer {
    top: 75%;
    left: 47%;
  }

  .gewerbe_links .gewerbeanmeldung {
    top: 60%;
    left: 6%;
  }

  .gewerbe_links .kleingewerbe {
    top: 74%;
    left: 8%;
  }
}

/* End Gewerbe-Link Section */

/* 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;
}

.contact_header {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_header .header_img img {
  margin-right: 15px;
  max-width: 350px;
}

.contact_header .header_img p {
  display: inline-block;
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

.display_none {
  display: none;
}

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

/* End Fixed-Header */

section[name="konfigurieren"] {
  position: relative;
}

.anchor {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
}

/*Neue Aufzählung Konfigurator*/


.additional-section {
  margin: 0 auto;
  max-width: 970px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.additional-section h1 {
  max-width: 410px;
  text-align: center;
}

.additional-section li {
  list-style-type: none;
  padding-left: 33px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  color: #666666;
}

.additional-section img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  transform: translateY(50%);
}

.additional-section ul {
  margin-bottom: 20px;
}

.additional-section ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/list-icon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 5px;
}

.additional-section p {
  color: #0068aa;
  font-weight: "hero-new", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}

.why-section {
  background-color: #ECF2FB;
  padding: 40px 0 60px;
}

.why-section h3 {
  text-align: center;
  margin-bottom: 17px;
}

.why-section h5 {
  text-align: center;
  color: #0068AA;
  margin-bottom: 43px;
}

.why-section__block {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 20%);
}

.why-section__inner-block {
  padding: 65px 71px 64px 91px;
  width: 50%;

}

.why-section__inner-block h4 {
  margin-bottom: 21px;
  font-family: "Hero New Semibold";
  color: #0068AA;
}

.why-section__inner-block p:not(:last-child) {
  margin-bottom: 20px;
}

.why-section__inner-block p {
  max-width: 373px;
}

.why-section__block>img {
  width: 50%;
  object-fit: cover;
}

.why-section__inner-block p b {
  font-family: "Hero New Medium";
}

.why-section__block:not(:last-child) {
  margin-bottom: 64px;
}

.three-steps-section {
  background-color: #fff;
  padding: 62px 0 76px;
}

.three-steps-section h3 b {
  font-family: "Hero New Medium";


}

.three-steps-section h3 {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 30px;
}

.three-steps-section h5 {
  color: #0068AA;
  max-width: 470px;
  text-align: center;
  margin: 0 auto 60px;
}

.three-steps__block {
  display: flex;
  align-items: center;
  margin-bottom: 65px;

}

.three-steps__block__img-wrapper {
  flex-shrink: 1;
}

.three-steps__block__img-wrapper img {
  width: 100%;
}

.three-steps__inner-block>div {
  display: flex;
  align-items: center;
}

.three-steps__inner-block>div p {
  max-width: 137px;
}

.three-steps__inner-block>div h1 {
  padding-right: 17.5px;
  border-right: 2px solid #000;
  line-height: 0.8;
  margin-right: 17.5px;
  font-size: 50px;
  font-family: "Hero New Semibold";
  min-width: 52px;
  text-align: right;
}

.three-steps__inner-block div:not(:last-child) {
  margin-bottom: 41px;
}

.three-steps__inner-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.three-steps-section .btn {
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.madepage-section {
  padding: 70px 0 80px;
}

.madepage-section h3 {
  max-width: 400px;
  text-align: center;
  margin: 0 auto 40px;
}

.madepage-section h3 b {
  font-family: "Hero New Medium";


}

.madepage-section .why-section__block {
  flex-direction: row-reverse;
}

.madepage-section .why-section__inner-block {
  padding: 65px 169px 64px 91px;
}

.acc-section {
  background-color: #fff;
  padding: 72px 0 120px;

}

.acc-section .container {
  max-width: 840px;
}

.acc-section h3 {
  text-align: center;
  margin-bottom: 40px;
}

.links-wrapper {
  margin: 0 auto;
  width: fit-content;
}

.links-wrapper a {
  margin: 0 11px;
}

.step-1__data {
  padding: 6px 30px;
  color: #29C07B;
  font-size: 15px;
  background-color: #DFF6EB;
  border-radius: 7px;
  max-width: 145px;
  margin: 0 auto;
  line-height: 1;
  margin-top: 5px;
  min-height: 27px;
}

.step-1 .radio-list>li:nth-child(2)>.input {
  opacity: 1;
  position: relative;
  height: 27px;
  background: transparent;
  border: 1px solid #DDDDDD;
  border-radius: 7px;
  margin-top: 5px;
}

.slider-buttons-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 35px;
}

.slider-buttons-wrapper a:last-child {
  margin-bottom: 17px;
}

.slider-buttons-wrapper .btn {
  min-width: 210px;
}

.slider-buttons-wrapper a:first-child:not(.btn) {
  color: #ADADAD;
  font-family: "Hero New Regular";

}

#konfigurator-form {
  background: linear-gradient(180deg, rgba(249, 250, 252, 1) 90%, rgba(236, 242, 251, 1) 90%);
  /* overflow-x: clip; */
}

.label-flexbox-wrapper {
  display: flex;
  justify-content: space-between;
}

.label-flexbox-wrapper label:first-child {
  width: 68%;
}

.label-flexbox-wrapper label:last-child {
  width: 28%;
}

.label-flexbox-wrapper2 label:first-child {
  width: 43%;
}

.label-flexbox-wrapper2 label:last-child {
  width: 53%;
}

.step-9.label-checkbox__wrapper {
  justify-content: flex-start;
  margin-bottom: 14px;
}

.label-checkbox__wrapper input:checked~span {
  color: #0068AA;
}


.loading-img {
  animation: 1s 0s normal none infinite running rot;
  animation-timing-function: steps(9, end);
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.step16-list-blocks {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  transition: all 0.7s ease-out;
  max-height: 210px;
}

.step16-list-blocks.active {
  overflow: hidden;
  max-height: 0px;

  opacity: 0;
}

.step16-list-blocks li {
  padding: 19px 15px 16px;
  background-color: #ECF2FB;
  text-align: center;
  list-style-type: none;
  max-width: 260px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  font-family: "Hero New Light";
}

.step16-list-blocks li::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../../../img/s16p1.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}



.final-step__accordion-wrapper {
  padding-top: 60px;
  margin: -10px -40px 0 -40px;

  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 5px;
  border: 1px solid #B7B7B7;
  overflow: hidden;
  background-color: #ECF2FB;
}

.final-step__accordion-wrapper h3 {
  max-width: 500px;
  margin: 0 auto 20px;
}

/*
.final-step__accordion-wrapper h3 {
  font-size: 28px;
  line-height: 37px;
  text-align: left;
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  padding: 25px 90px 25px 25px;
  position: relative;
  cursor: pointer;
}

.final-step__accordion-wrapper h3.ui-state-active {}

.final-step__accordion-wrapper h3 p {
  color: #0068AA;
  font-size: 16px;
  line-height: 23px;
} */

.acc-arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.final-step__accordion-wrapper .ui-accordion-header-active .acc-arrow {
  transform: translateY(-50%) rotate(0deg);
}

.accordion__first-slide {
  background-color: #ECF2FB;
  padding: 0px 0px 50px 40px;
  display: flex;
  justify-content: space-between;
}

.accordion__button-wrapper {
  background-color: #ECF2FB;
  padding-bottom: 60px;
}

.accordion__button-wrapper p {
  font-size: 13px;
  line-height: 17px;
  max-width: 345px;
  margin: 15px auto 0;
  font-family: "Hero New Light";
  color: rgba(0, 0, 0, 0.6);
}

/* box-shadow: 0 0 10px 0 rgba(0, 0, 0 , 20%); */

.accordion__first-slide>div span {
  max-width: 280px;
  text-align: left;
  margin-bottom: 40px;
  display: block;
  font-family: "Hero New Light";
}

.accordion__first-slide>div span b {
  font-family: "Hero New Semibold";
}

.accordion__button-wrapper h4 {
  margin-bottom: 36px;
}

.accordion__button-wrapper .btn {
  background-color: #29C07B;
  background-position-x: calc(100% - 30px);
}

.accordion__first-slide .list {
  max-width: 334px;
  font-family: "Hero New Light";
  width: 100%;
}

.accordion__first-slide img {
  max-width: 600px;
  width: 100%;
  height: fit-content;
}

.accordion__first-slide p {
  color: #0068AA;
  text-align: left;
  font-family: "Hero New Bold";
  margin-bottom: 40px;
}

.accordion__first-slide .list {
  text-align: left;
}

.acc-sec .accordion-button {
  color: #0068AA;
  font-size: 23px;
  border: none;
  box-shadow: none !important;
  padding: 22px 20px 22px 27px;
  line-height: 1;
}

.acc-sec .card-body {
  padding: 0;
}

.acc-sec .accordion-body {
  padding: 0 20px 30px 27px;
}

.acc-sec .accordion-body p {
  max-width: 566px;
}

.acc-sec .accordion-body p strong {
  font-family: "Hero New Medium";
}

.acc-sec .accordion-body p:not(:last-child) {
  margin-bottom: 16px;
}

.acc-sec .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #0068AA;
}

.acc-sec .accordion-item {
  border: none;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 15%);
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.acc-sec .accordion-button::after {
  width: 35px;
  height: 35px;
  background-size: contain;
}

.current-step-2 .radio-container .title {
  margin-top: 45px;
}

.current-step-3 .radio-list li:first-child .title {
  margin-top: 58px;
}

.current-step-3 .radio-list li:nth-child(2) .title {
  margin-top: 41px;
}

.current-step-4 .radio-container {
  padding-bottom: 40px;
}

.current-step-4 .radio-container .title {
  margin-top: 69px;
}

.current-step-5 .radio-list li:last-child .radio-container {
  padding-bottom: 11px;
}

.current-step-5 .radio-list li:last-child .title {
  margin-top: 39px;
}

.current-step-5 .radio-list li:first-child .title {
  margin-top: 48px;
}

.current-step-6 .radio-container .title {
  margin-top: 69px;
  min-height: 36px;
}

.current-step-6 .radio-container {
  padding-bottom: 20px;
}

.current-step-7 .radio-container {
  padding-bottom: 40px;
}

.current-step-7 .radio-list li:first-child .title {
  margin-top: 39px;
}

.current-step-7 .radio-list li:nth-child(2) .title {
  margin-top: 36px;
}

.current-step-7 .radio-list li:nth-child(3) .title {
  margin-top: 41px;
}

.current-step-7 .radio-list li:nth-child(4) .title {
  margin-top: 44px;
}

.current-step-9 .radio-container {
  padding-bottom: 20px;
}

.current-step-9 .radio-container .title {
  min-height: 36px;
  margin-top: 69px;
}

.current-step-11 .radio-container .title {
  min-height: 36px;
}

.current-step-11 .radio-list li:first-child .title {
  margin-top: 58px;
}

.current-step-11 .radio-list li:nth-child(2) .title {
  margin-top: 35px;
}

.current-step-11 .radio-list li:nth-child(3) .title {
  margin-top: 26px;
}

.current-step-11 .radio-list li:nth-child(4) .title {
  margin-top: 45px;
}

.current-step-12 .radio-container .title {
  min-height: 36px;
  margin-top: 68px;
}

.current-step-13 .radio-container, .current-step-17 .radio-container {
  padding-bottom: 41px;
}

.current-step-13 .radio-container .title, .current-step-17 .radio-container .title {
  margin-top: 68px;
}

.current-step-13 .radio-list li:nth-child(3) .title {
  margin-top: 52px;
}

.label-telephone input {
  padding-left: 100px;
  padding-right: 14px;
}

.label-telephone .label-input__name {
  left: 100px;
}

.label-telephone__block {
  position: absolute;
  left: 10px;
  height: calc(100% - 22px);
  display: flex;
  align-items: center;
  padding-right: 11px;
  border-right: 1px solid #0068AA;
}

.label-telephone__block p {
  font-family: "Hero New Light";
  color: #0068AA;
  margin-right: 9px;
}

.current-step-10 .label-telephone__block {
  left: 20px;
}

.current-step-10 .label-telephone .label-input__name {
  left: 110px;
}

.current-step-10 .label-telephone input {
  padding-left: 110px;
}

.accordion1>div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion1.active .acc-arrow {
  transform: translateY(-50%) rotate(0);
}

@media only screen and (max-width : 1920px) {
  /* CSS правила */
}

@media only screen and (max-width : 1680px) {}

@media only screen and (max-width : 1366px) {}

@media only screen and (max-width : 1280px) {

  .logo-section img:nth-child(5) {
    transform: translate(10%, -70%);
  }
}

@media only screen and (max-width : 1024px) {
  .why-section__inner-block {
    padding: 35px;
  }

  .madepage-section .why-section__inner-block {
    padding: 30px;
  }
}

@media only screen and (max-width : 800px) {}

@media only screen and (max-width : 768px) {
  .logo-section {
    margin-top: 0;
  }

  .logo-section__wrapper {
    padding-top: 40px;
  }

  .btn {
    background-image: none;
  }

  .history-success__inner-block {
    flex-direction: column;
    align-items: center;
  }

  .history-success__inner-block>img {
    transform: rotate(90deg);
  }

  .history-success {
    width: fit-content;
    margin: 0 auto;
  }
}

@media only screen and (max-width : 600px) {
  .why-section__block {
    flex-direction: column;
  }

  .why-section__inner-block {
    width: 100%;
  }

  .why-section__block>img {
    width: 100%;
  }

  .madepage-section .why-section__block {
    flex-direction: column;
  }

  .three-steps__block {
    flex-direction: column;
  }

  .banner-right {
    max-width: 100%;
    text-align: center;
  }

  .banner-wrapper .container {
    justify-content: center;
  }
}

@media only screen and (max-width : 533px) {}

@media only screen and (max-width : 360px) {}

@media only screen and (max-width : 320px) {}

@media only screen and (max-width : 240px) {}

@media only screen and (max-width : 176px) {}


/* ENDE Neue Aufzählung Konfigurator*/