/*typography*/

@import url("https://use.typekit.net/uzu7dvb.css");
@import url("https://use.typekit.net/yel3ttn.css");
body {
  font-family: open-sans, sans-serif;
  color: #000000;
  font-size: 15px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  image-rendering: -webkit-optimize-contrast;
  background: #f6f6f6;
}

html {
  scroll-behavior: smooth;
}
label {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 400;
  font-family: hero-new, sans-serif;
  /*letter-spacing: 0.3px;*/
}

h1 {
  font-size: 50px;
  line-height: 65px;
}

h2 {
  font-size: 40px;
  line-height: 55px;
}

h3 {
  font-size: 25px;
  line-height: 35px;
}

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

h5 {
  font-size: 17px;
  line-height: 30px;
}

p {
  color: #666666;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
}

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-lightgreen {
  color: #29C07B !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;
}


.btn2 {
		border-color: #00c178;
		background: #00c178;
		color: #ffffff !important;
		padding: 13px 14px 13px 25px;
		font-size: 22px;
		font-weight: 400;
		font-family: hero-new, sans-serif;
		border-radius: 3px;
		line-height: 1;
		transition: all 0.3s;
}
		
		

.btn {
  padding: 13px 14px 13px 25px;
  font-size: 22px;
  font-weight: 400;
  font-family: hero-new, sans-serif;
  border-radius: 3px;
  line-height: 1;
  color: #00c178;
  transition: all 0.3s;
}

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

.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: #00c178;
  background: #00c178;
  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: #00c178;
  border: none;
  background: none;
}

.btn-primary:hover {
  border-color: #00c178;
  background-color: #00c178;
  color: #ffffff;
}

.schritte .btn-regular {
  border-color: #0068aa !important;
  background: #0068aa !important;
  color: #ffffff;
}

.schritte .btn-regular:hover {
  border-color: #0068aa !important;
  background-color: #0068aa !important;
  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: 0;
  background-color: #ffffff;
  background-image: url("../images/banner.png");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  height: 465px;
}

.banner-right {
  margin: 50px 0 50px;
  z-index: 2;
  position: relative;
  text-align: center;
}

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

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

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

.banner-right .list li {
  text-align: left;
}

.banner-right .list {
  margin-left: 34%;
}

.banner-wrapper .container {
  position: relative;
}

.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 {
  padding: 27px 0;
  box-shadow: 0px -3px 8px 0px rgb(0 0 0 / 15%);
  z-index: 1;
  position: relative;
}

.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: 60px 60px;
  background: #fff;
}

.step-wrapper {
  max-width: 441px;
  margin: 0 auto;
}

.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;
}

.radio-list li {
  padding: 0 10px;
  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: 200px;
  height: 200px;
  position: relative;
  border: 1px solid rgba(102, 102, 102, 0.4);
  border-radius: 3px;
  font-size: 16px;
  line-height: 35px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
  padding: 40px 20px 20px;
}

.radio-container .radio-icon {
  height: 65px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-container .title {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.radio-container .title .subtitle {
}

/* 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: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent !important;
  border-radius: 2px;
  border: 4px solid transparent;
}

.radio-container input:checked ~ .radio {
  border-color: #00c178;
}

.radio-container input:hover ~ .radio {
  border-color: #00c178;
}

.radio-container input:checked ~ .radio-icon svg rect,
.radio-container input:checked ~ .radio-icon svg path {
  fill: #00c178;
}

.radio-container input:checked ~ .radio-icon .cls-1 {
  stroke: #00c178;
}

.radio-container input:checked ~ .title {
  color: #00c178;
  font-weight: bold;
}

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

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

/* 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: 20px;
  border: 0;
  background: #fff;
  line-height: 23px;
  color: #666666;
  font-size: 16px;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #fff;
  color: #056bac;
  padding: 25px 30px 16px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: none !important;
  outline: none !important;
  transform: none !important;
  transition: none !important;
}

#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 .card-header .btn-header-link.collapsed {
  font-weight: 400;
  background: #fff;
  color: #666666;
  font-size: 16px;
  border: 1px solid rgb(188, 188, 188);
  border-radius: 3px;
  padding: 16px 30px 16px;
}
#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 .collapse {
  padding: 0;
  transition: none !important;
  background: #fff;
  line-height: 23px;
  color: #666666;
  font-size: 16px;
  border-radius: 3px;
}

#faq .card .collapse .card-body,
#faq .card .card-header + div .card-body {
  padding: 5px 50px 25px 30px;
}

#faq .card .card-header + div {
  padding: 0;
}

#faq .card .collapse.show {
  background: #fff;
  line-height: 23px;
  color: #666666;
  font-size: 16px;
  border-radius: 3px;
}

#faq .card.active {
  border-radius: 3px;
  position: relative;
}

#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;
}

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

.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: 5px;
}

.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: 15px;
  width: 500px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #00c178;
  height: 25px;
  margin-top: -45px;
  margin-bottom: 55px;
  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 {
  display: none;
}
.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 {
  margin-left: 0px;
  border-left: 4px solid #00c178;
  padding: 10px 10px 10px 10px;
  margin-top: 5px;
  border-radius: 4px;
  box-shadow: -1px 0px 3px #ccc;
  text-align: left;
  width: 200px;
  background: #fff;
}
/*.radio-container:hover + .adding-block {
    display:block;
		position:absolute;
		opacity:0.8;
}*/
.adding-block::after {
  margin-left: 0px;
  border-left: 4px solid #00c178;
  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: #00c178;
  margin-bottom: 15px;
  display: block;
}
.title-group .smaller {
  font-size: 13px;
  display: inline-block;
  line-height: 1.3em;
}

.input {
  height: 40px;
  border-radius: 5px;
  background: #dfeef7;
  width: auto;
  padding: 0 15px;
  color: #666;
  border: none;
  max-width: 100%;
  /*min-width:183px;*/
}
.input--50 {
  padding: 0 5px;
  max-width: 50px;
  margin-right: 7px;
}

.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: 25px;
  height: 25px;
  background: #dfeef7;
  border-radius: 4px;
  margin-right: 10px;
}
.checkbox-mark:before {
  opacity: 0;
  content: url(../images/checkbo-icon.png);
  position: absolute;
  left: 51%;
  top: 57%;
  transform: translate(-50%, -50%);
}
.label-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}

.label-input {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 14px;
}
.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 #00c178;
}

.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 {
  margin: 20px 0;
  position: relative;
  padding-left: 45px;
  padding-right: 20px;
  color: #666;
}
.info-block:before {
  content: url(../images/info.png);
  position: absolute;
  top: 0;
  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;
}

.color-inherit {
  color: inherit;
}

.text-area {
  min-height: 150px;
  border-radius: 5px;
  background: #dfeef7;
  width: 440px;
  padding: 15px;
  color: #666;
  border: none;
  max-width: 100%;
}
.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-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  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;
}
[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;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.adding-block {
  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: #00c178;
}

.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: #00c178;
  font-weight: "hero-new", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
/* ENDE Neue Aufzählung Konfigurator*/

/* START Absatz Abendteuer Selbstständigkeit*/
.abenteuer-sstk-parent {
  overflow: hidden;
  max-width: 100%;
}

.abenteuer-sstk {
  padding: 0;
  position: relative;
  background-repeat: no-repeat;
  height: 500px;
  background-image: url(../images/banner-abenteuer_selbststaendigkeit.png);
  background-size: 100%;
  background-position: top right;
  width: 100%;
}

.abenteuer-sstk .oben {
  position: inherit;
  margin-bottom: 50px;
}

.abenteuer-sstk h2 {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 30px;
  position: relative;
  line-height: 1.3;
  color: black;
}
.abenteuer-sstk b {
  font-weight: 800;
  color: black;
}

.abenteuer-sstk p {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 20px;
  color: black;
}

.abenteuer-text {
  position: absolute;
  top: 40px;
  left: 400px;
}

.abenteuer-button {
  background-color: orange;
  height: auto;
  width: 300px;
  border-radius: 30px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  margin-top: 20px;
}

.abenteuer-button:hover {
  cursor: pointer;
  background-color: #2a6f6a;
}

.abenteuer-button a {
  color: white;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}

.abenteuer-button img {
  display: inline;
  width: 18px;
  height: 14px;
  margin-bottom: 3px;
  margin-left: 5px;
}
.vorschau-wrapper {
  display: flex;
  flex-direction: row;
  height: 200px;
  position: absolute;
  top: 300px;
  z-index: 10;
  left: 400px;
}
.vorschau-wrapper-item {
  border: 6px solid #fff;
  width: 252px;
  height: 145px;
  margin-right: 15px;
  overflow: hidden;
}

.vorschau-wrapper-item img {
  width: 254px;
}

.schon_gesehen {
  position: absolute;
  bottom: -400px;
  left: 225px;
  width: 142px;
}

@media (max-width: 1760px) {
  .abenteuer-sstk {
    background-size: 105%;
  }

  .schon_gesehen {
    bottom: -430px;
    left: 135px;
    width: 115px;
  }

  .vorschau-wrapper-item {
    width: 248px;
    height: 144px;
  }

  .vorschau-wrapper {
    left: 280px;
    top: 300px;
  }
  .abenteuer-text {
    left: 280px;
  }
}

@media (max-width: 1550px) {
  .abenteuer-sstk {
    background-size: 115%;
    background-position-x: -60px;
  }

  .schon_gesehen {
    bottom: -400px;
    left: 85px;
    width: 104px;
  }

  .abenteuer-sstk h2 {
    font-size: 26px;
  }

  .abenteuer-text {
    left: 220px;
  }

  .vorschau-wrapper-item {
    width: 220px;
    height: 125px;
  }

  .vorschau-wrapper {
    left: 220px;
    top: 280px;
  }
}

@media (max-width: 1350px) {
  .abenteuer-sstk {
    background-size: 100%;
    width: 1674px;
    background-position-x: -168px;
  }

  .schon_gesehen {
    bottom: -394px;
    left: 40px;
    width: 97px;
  }

  .abenteuer-sstk h2 {
    font-size: 26px;
  }

  .abenteuer-text {
    left: 170px;
  }

  .vorschau-wrapper-item {
    width: 214px;
    height: 124px;
    background-color: #fff;
  }

  .vorschau-wrapper {
    left: 170px;
  }
  .vorschau-wrapper-item img {
    width: 205px;
  }
}

@media (max-width: 1140px) {
  .abenteuer-sstk {
    width: 1544px;
    background-position-x: -120px;
  }

  .vorschau-wrapper-item {
    width: 165px;
    height: 92px;
  }
  .schon_gesehen {
    bottom: -383px;
    left: 55px;
    width: 90px;
  }
}

@media (max-width: 1000px) {
  .abenteuer-sstk {
    width: 1559px;
    background-position-x: -217px;
    height: 400px;
  }

  .schon_gesehen {
    bottom: -360px;
    left: 20px;
    width: 80px;
  }
  .abenteuer-text {
    left: 110px;
  }

  .vorschau-wrapper-item {
    width: 145px;
    height: 83px;
  }

  .vorschau-wrapper-item img {
    width: 145px;
  }

  .vorschau-wrapper {
    left: 110px;
    top: 268px;
  }
}

@media (max-width: 768px) {
  .abenteuer-sstk {
    width: 1320px;
    background-position-x: -200px;
  }

  .schon_gesehen {
    bottom: -328px;
    left: 36px;
    width: 71px;
  }

  .abenteuer-text {
    left: 60px;
    width: 281px;
  }

  .vorschau-wrapper-item {
    width: 135px;
    height: 77px;
  }

  .vorschau-wrapper {
    left: 127px;
    top: 256px;
  }

  .abenteuer-button {
    background-color: orange;
    width: 254px;
    border-radius: 30px;
    margin: 0 auto;
    padding-top: 12px;
    text-align: center;
    margin-top: 20px;
    font-weight: 300;
  }
  .abenteuer-sstk p {
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
  }

  .abenteuer-button a {
    font-weight: 400;
    font-size: 16px;
    margin-left: 24px;
    margin-top: 10px;
  }
}
/* END Absatz Abendteuer Selbstständigkeit*/

.elements-row {
  display: flex;
  gap: 16px;
  column-gap: 16px;
}

.etikett {
  position: absolute;
  top: 10%;
  left: 47%;
}

@media (max-width: 988px) {
  .etikett {
    top: 0%;
    left: 77%;
  }
}
@media (max-width: 767px) {
  .etikett {
    top: 0%;
    left: 87%;
  }
}





.container2{
	  width: 100%;
		max-width:100%;
    padding-right: 15px;
    padding-left: 15px;
}
.container2 .yellow-box {
  width: 100%;
}
.container2 .info-block {
		width:970px;
    margin-right: auto;
    margin-left: auto;	
}
.container2 .white-box  {
		width:970px;
    margin-right: auto;
    margin-left: auto;	
}

.logo-flex{
display: flex;
margin:auto;
width:1050px;
max-width:100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px 20px;
}


.yellow-box .img-box{
	position:relative;
}
.yellow-box .yellow-box-img2{
    position: absolute;
    bottom: -50px;
    right: 36px;
		z-index:2;
}
.yellow-box .yellow-box-extra{
		position:absolute;
		bottom:-31px;
		left:52px;
		z-index:2;
    background: linear-gradient(to bottom, #FFF5BE, #FFE969);
		padding:20px 10px 20px 10px;
    min-width: 350px;
		border-radius:3px;
		box-shadow: 1px 1px 3px #ddd;
}
.yellow-box .yellow-box-extra p{
		width:fit-content;
		margin:auto;
		font-size:14px;
		line-height:1.3em;
}
.yellow-box .yellow-box-extra p:first-child{
		color:#00c178;
		  font-family: hero-new, sans-serif;
		margin-bottom:10px;
		font-size:22px;
}