@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

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

body {
  min-height: 100%;
  position: relative;
  background-color: #F1EBE6;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  font-size: 14px;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  -ms-overflow-x: hidden;
  overflow-x: hidden; }

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

img {
  max-width: 100%;
  border: none; }

a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

a:hover, a:active, a:focus {
  text-decoration: none; }

a:focus, input:focus, textarea:focus {
  outline: none; }

html {
  height: 100%; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bg-white {
  background-color: #fff; }

.container {
  margin: 0 auto;
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin: 0 auto;
  display: flex; }
  .row.justify {
    justify-content: space-between; }
  .row.around {
    justify-content: space-around; }
  .row.center {
    align-items: center; }

main {
  min-height: 100vh; }

header {
  height: 50px;
  padding: 0 15px;
  background: #fff;
  display: none;
  justify-content: space-between;
  align-items: center; }
  header .menu {
    width: 17px;
    background: transparent;
    cursor: pointer;
    outline: none;
    transition: all .3s ease-in-out; }
    header .menu span {
      display: block;
      margin: 3px 0;
      height: 2px;
      background: #000;
      transition: all .3s ease-in-out; }
    header .menu.open {
      z-index: 3;
      transform: rotate(45deg); }
      header .menu.open span:nth-child(2) {
        opacity: 0; }
      header .menu.open span:nth-child(3) {
        transform: rotate(90deg) translateX(-10px); }
  header .header-title {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    line-height: 50px;
    z-index: 3; }
  header .whatsapp-header svg {
    width: 18px;
    height: 18px; }

.start-section .btn-primary {
  text-align: center;
  margin-top: 20px; }

.between-btn {
  max-width: 360px;
  text-align: center;
}

  .column.content-column .between-btn + .btn-primary {
    margin-top: 20px;
    margin-bottom: 0;
  }

.index .btn-primary {
  text-align: center; }

.index-link {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  color: #707070; }
  .index-link svg {
    width: 15px;
    height: 15px; }
  .index-link span {
    margin-left: 15px; }
  .index-link:hover u {
    text-decoration: none; }

.brand-link {
  margin-top: 20px; }
  .brand-link li {
    margin-bottom: 15px; }
  .brand-link svg {
    width: 14px;
    height: 14px;
    margin-right: 20px;
    fill: #EF6C1D; }
  .brand-link a {
    font-size: 16px;
    line-height: 18px;
    color: #EF6C1D; }

.header {
  padding: 5px 0 0 0;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 2; }
  .header .row {
    justify-content: space-between;
    align-items: center; }
  .header + div, .header + section {
    margin-top: 74px; }
  .header .logo img {
    max-width: 200px; }

aside {
  width: 100%;
  max-width: 290px;
  position: fixed;
  height: 100%;
  padding: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto; }

.logo img {
  max-width: 216px; }

.nav li {
  margin: 25px 0; }
  .nav li svg {
    position: absolute;
    left: 0;
    display: none; }
    .nav li svg.default {
      width: 14px;
      height: 14px;
      vertical-align: middle;
      fill: #000; }
    .nav li svg.done-icon {
      width: 17px;
      height: 17px;
      fill: #428B6E; }
  .nav li a {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5); }
    .nav li a.current {
      color: #000; }
      .nav li a.current .default {
        display: block; }
    .nav li a.done {
      color: #428B6E; }
      .nav li a.done .done-icon {
        display: block; }
    .nav li a:hover {
      color: rgba(0, 0, 0, 0.7); }

.nav.navigation li {
  margin: 0;
  padding-left: 15px;
  display: inline-block;
  vertical-align: middle; }
  .nav.navigation li a {
    color: #000; }
  .nav.navigation li svg.color {
    top: 2px;
    fill: #EF6C1D;
    display: block; }

.info a {
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5); }
  .info a:hover {
    color: black; }
    .info a:hover svg {
      opacity: 1; }

.info svg {
  margin-right: 15px;
  width: 15px;
  height: 15px;
  fill: #000;
  opacity: .5; }

.info .bottom-link {
  margin-top: 15px; }
  .info .bottom-link a {
    font-size: 14px; }
  .info .bottom-link span {
    margin-right: 15px; }

.content-section {
  padding-top: 50px;
  padding-left: 290px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .content-section.no-padding {
    padding: 80px 0;
    min-height: auto; }
    .content-section.no-padding .section-title, .content-section.no-padding .form-container, .content-section.no-padding .form-section {
      padding-left: 0; }
    .content-section.no-padding .form-container {
      margin-left: auto;
      margin-right: auto; }
    .content-section.no-padding .form-section {
      margin-right: auto;
      margin-left: auto;
      text-align: center; }

.progress-bar {
  height: 4px;
  position: absolute;
  left: 290px;
  right: 0;
  top: 0;
  background: #DFD7D0; }
  .progress-bar .progress {
    height: 100%;
    position: absolute;
    left: 0;
    background: #EF6C1D; }

.form-section {
  padding-left: 65px;
  max-width: 750px; }

.section {
  position: relative;
  transition: all .3s ease-in-out; }
  .section.calculate .form-container {
    max-width: 370px; }
  .section.calculate .berechnen {
    text-align: center; }
  .section.result-section + .form-control .next {
    display: none; }

.fragen-whatsapp {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600; }
  .fragen-whatsapp a {
    text-decoration: none;
    color: #428B6E; }
  .fragen-whatsapp span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: #428B6E;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 15px;
    text-align: center; }
    .fragen-whatsapp span svg {
      width: 18px;
      height: 18px;
      fill: #fff; }

.section-title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 75px; }
  .section-title .author, .section-title .icon-document {
    border-radius: 50%;
    overflow: hidden;
    max-width: 50px;
    width: 100%;
    position: absolute;
    left: 0; }
  .section-title .icon-document {
    border-radius: 0;
    max-width: 58px; }
  .section-title a {
    color: #707070; }
  .section-title p {
    font-size: 14px; }

h3 {
  font-size: 25px;
  line-height: 27px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px; }
  h3 span {
    font-size: 14px;
    font-weight: 700;
    color: #EF6C1D;
    display: block; }
  h3 + p b {
    font-weight: 700; }
  h3.short {
    max-width: 450px; }
    h3.short + p {
      font-size: 16px; }

h4 {
  font-size: 23px;
  line-height: 27px;
  color: #000;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 20px; }

.form-question {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #EF6C1D; }

.form-container {
  margin: 25px 0;
  padding-left: 75px; }
  .form-container.text-center {
    text-align: left; }
  .form-container .result-card {
    text-align: center; }
    .form-container .result-card .result-title {
      margin-bottom: 15px;
      font-size: 16px;
      line-height: 18px;
      font-weight: 700; }
    .form-container .result-card .result-label {
      height: 54px;
      line-height: 54px;
      border-radius: 21px;
      background: #DFD7D0;
      font-size: 20px;
      font-weight: 700; }
    .form-container .result-card + p {
      text-align: center; }
  .form-container .form-card {
    max-width: 530px;
    margin: 13px 0;
    min-height: 56px; }
    .form-container .form-card input[type="radio"], .form-container .form-card input[type="file"], .form-container .form-card input[type="checkbox"] {
      opacity: 0;
      position: absolute; }
    .form-container .form-card label {
      background: #fff;
      box-shadow: 0px 10px 30px #EF6C1D17;
      border-radius: 9px;
      border: 2px solid #fff;
      min-height: 56px;
      height: 100%;
      display: flex;
      align-items: center;
      padding: 5px 20px 0 20px;
      font-size: 16px;
      line-height: 21px;
      color: #30344B;
      font-weight: 700;
      letter-spacing: 0.23px;
      transition: all .3s ease-in-out;
      cursor: pointer; }
      .form-container .form-card label .label-icon {
        margin-right: 25px; }
        .form-container .form-card label .label-icon img {
          max-width: 28px; }
        .form-container .form-card label .label-icon + span b {
          font-size: 12px;
          line-height: 16px;
          color: #7C7C7C;
          font-weight: 400; }
    .form-container .form-card.large-card label {
      padding-top: 15px;
      padding-bottom: 15px; }
      .form-container .form-card.large-card label .icon-circle {
        width: 23px;
        height: 23px;
        position: absolute;
        display: inline-block;
        margin-right: 25px;
        border-radius: 50%;
        background: #F1EBE6; }
        .form-container .form-card.large-card label .icon-circle:after {
          content: '';
          position: absolute;
          left: 4px;
          top: 4px;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          background: #EF6C1D;
          opacity: 0;
          transition: all .3s ease-in-out; }
        .form-container .form-card.large-card label .icon-circle + span {
          padding-left: 48px; }
    .form-container .form-card.large-card input[type="radio"]:checked + label .icon-circle:after, .form-container .form-card.large-card input[type="checkbox"]:checked + label .icon-circle:after {
      opacity: 1; }
    .form-container .form-card.file-card {
      height: 210px; }
      .form-container .form-card.file-card label {
        flex-direction: column;
        justify-content: center;
        font-size: 18px;
        line-height: 24px; }
    .form-container .form-card.file-list {
      height: auto;
      padding: 30px 0;
      background: #fff;
      box-shadow: 0px 10px 30px #7088D217;
      border-radius: 9px; }
    .form-container .form-card .upload-more label {
      flex-direction: row;
      justify-content: flex-start;
      box-shadow: none; }
      .form-container .form-card .upload-more label .upload-file {
        margin: 0 15px 0 0;
        width: 48px;
        height: 48px;
        line-height: 65px; }
        .form-container .form-card .upload-more label .upload-file img {
          width: 30px;
          height: 30px; }
    .form-container .form-card .file-item {
      margin: 0 20px 15px 20px;
      padding: 7px 15px;
      border: 1px solid #D1D7E8;
      border-radius: 7px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .form-container .form-card .file-item p {
        font-weight: 700;
        font-size: 12px;
        color: #000; }
        .form-container .form-card .file-item p b {
          margin-top: 3px;
          display: block;
          font-weight: 600;
          font-size: 11px;
          opacity: .5; }
      .form-container .form-card .file-item .remove-file {
        font-size: 10px;
        color: rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block; }
        .form-container .form-card .file-item .remove-file span {
          width: 26px;
          height: 26px;
          margin-left: 10px;
          border-radius: 50%;
          background: #F1EBE6;
          text-align: center;
          line-height: 30px;
          display: inline-block; }
        .form-container .form-card .file-item .remove-file svg {
          width: 9px;
          height: 9px; }
    .form-container .form-card input[type="radio"]:checked + label, .form-container .form-card input[type="checkbox"]:checked + label {
      border-color: #EF6C1D; }
  .form-container .upload-file {
    display: block;
    margin: 0 auto 30px auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #F1EBE6;
    line-height: 140px;
    text-align: center; }

.whatsapp-link {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #428B6E; }
  .whatsapp-link span {
    margin-right: 15px;
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 37px;
    vertical-align: middle;
    border-radius: 3px;
    background: #428B6E; }
    .whatsapp-link span svg {
      fill: #fff;
      width: 21px;
      height: 21px; }

.notification {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  margin: 20px 0; }

.green-color {
  color: #428B6E; }
  .green-color b {
    font-weight: 600; }

.form-data .input-row {
  margin-bottom: 20px; }
  .form-data .input-row.two-input {
    display: flex;
    justify-content: space-between; }
    .form-data .input-row.two-input .wrap-input {
      width: calc(50% - 12px); }

.form-data .wrap-input {
  position: relative; }
  .form-data .wrap-input .label-input {
    font-size: 16px;
    line-height: 67px;
    font-weight: 700;
    letter-spacing: 0.23px;
    color: #30344B;
    position: absolute;
    top: 0;
    left: 20px;
    pointer-events: none;
    transition: all .3s ease-in-out; }
    .form-data .wrap-input .label-input.filled {
      font-size: 12px;
      line-height: 50px;
      color: #989898; }

.form-data input.has-error {
  border: 1px solid #ff0000;
}

.form-data input, .form-data select {
  width: 100%;
  height: 67px;
  padding-top: 17px;
  padding-left: 20px;
  background: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  box-shadow: 0px 10px 30px #EF6C1D17;
  border: 1px solid #D2D2D2;
  border-radius: 9px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-data input:focus + .label-input, .form-data select:focus + .label-input {
    font-size: 12px;
    line-height: 50px;
    font-weight: 600;
    color: #989898; }

.form-data .checkbox {
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  box-shadow: none;
  position: absolute;
  opacity: 0;
  z-index: 1;
  cursor: pointer; }
  .form-data .checkbox + span {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #D2D2D2;
    box-shadow: 0 10px 30px 10px #EF6C1D17;
    cursor: pointer; }
    .form-data .checkbox + span + label {
      line-height: 18px;
      display: inline-block;
      vertical-align: top;
      max-width: calc(100% - 50px);
      cursor: pointer; }
      .form-data .checkbox + span + label u {
        text-decoration: underline; }
      .form-data .checkbox + span + label a {
        color: #EF6C1D; }
  .form-data .checkbox:checked + span:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: 1px;
    left: 1px;
    display: block;
    border-radius: 6px;
    background-image: url(../images/icons8-checkmark-100.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #EF6C1D; }

.form-data select {
  background-image: url(../images/icons8-expand-arrow-100.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 97% center; }

.form-control {
  padding-left: 75px; }

.prev {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  color: #EF6C1D;
  opacity: .5;
  text-decoration: none; }
  .prev svg {
    width: 14px;
    height: 14px;
    margin-right: 13px;
    fill: #EF6C1D;
    transform: scale(-1, 1); }
  .prev:hover {
    opacity: 1; }

.berechnen {
  margin-top: 20px; }
  .berechnen .btn-primary {
    margin-top: 20px; }

button.next, .btn-primary {
  width: 100%;
  max-width: 360px;
  position: relative;
  height: 50px;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.51px;
  color: #FFFFFF;
  display: inline-block;
  background: #EF6C1D;
  box-shadow: 3px 15px 20px #EF6C1D1F;
  border-radius: 7px;
  transition: all .3s ease-in-out;
  cursor: pointer;
  outline: none; }

  button.next:disabled, .btn-primary:disabled {
    opacity: .5;
    cursor: default; }
    button.next:disabled:hover, .btn-primary:disabled:hover {
      opacity: .5; }
  button.next.enable, .btn-primary.enable {
    opacity: 1;
    cursor: pointer; }
    button.next.enable:hover, .btn-primary.enable:hover {
      opacity: .8; }
  button.next:hover, .btn-primary:hover {
    opacity: .9; }
  button.next span, .btn-primary span {
    position: absolute;
    left: 15px;
    top: 50%;
    display: inline-block; }
    button.next span:after, button.next span:before, .btn-primary span:after, .btn-primary span:before {
      content: "";
      position: absolute;
      left: 10px;
      top: -12px;
      width: 25px;
      height: 25px;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    button.next span:after, .btn-primary span:after {
      border: 3px solid rgba(255, 255, 255, 0.7); }
    button.next span:before, .btn-primary span:before {
      border-right: 3px solid #fff;
      -webkit-animation: loader 1s infinite;
      -moz-animation: loader 1s infinite;
      -o-animation: loader 1s infinite;
      animation: loader 1s infinite; }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.btn-secondary {
  font-size: 16px;
  line-height: 18px;
  color: #EF6C1D; }

/*.section {
  display: inline-block; }

.section.v-enter {
  animation: fadein .5s; }

.section.v-leave {
  animation: fadeout .5s; }
*/

@keyframes fadein {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

@keyframes fadeout {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(0); } }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s; }

.fade-enter,
.fade-leave-to {
  opacity: 0; }

.mfp-bg {
  background: #F1EBE6; }

.white-popup-block {
  border-radius: 7px;
  background: #fff;
  padding: 35px 25px 25px 25px;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #707070;
  box-shadow: 8px 8px 29px 12px rgba(123, 123, 123, 0.16); }
  .white-popup-block.large {
    max-width: 650px;
    text-align: left;
    font-size: 16px; }
    .white-popup-block.large .title-popup {
      font-size: 22px; }
  .white-popup-block ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 20px;
    margin-left: 20px; }

.mfp-close-btn-in .mfp-close {
  opacity: 1; }

.title-popup {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px; }

.popup-number {
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
  color: #EF6C1D;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block; }
  .popup-number svg {
    width: 22px;
    height: 22px;
    margin-top: -4px;
    vertical-align: middle;
    margin-right: 15px;
    fill: #EF6C1D; }

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: #fff;
  width: 100%;
  height: 100vh;
  z-index: 1;
  padding-top: 50px;
  top: -110vh;
  transition: all .5s ease-in-out;
  z-index: 2; }
  .mobile-nav li {
    padding: 15px 0;
    border-bottom: 1px solid #DCDCDC; }
  .mobile-nav a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #000; }
  .mobile-nav svg {
    width: 25px;
    height: 25px;
    fill: #EF6C1D;
    margin-right: 20px;
    position: relative;
    top: 4px;
    display: none; }
  .mobile-nav.open {
    top: 0; }

.versicherung {
  padding-top: 140px; }
  .versicherung .form-container {
    font-size: 10px;
    line-height: 16px; }
    .versicherung .form-container p {
      margin-bottom: 15px; }

.versicherung .form-container .form-card.large-card label {
  display: block;
  font-size: 14px; }
  .versicherung .form-container .form-card.large-card label span {
    text-decoration: underline; }
  .versicherung .form-container .form-card.large-card label textarea {
    width: 100%;
    max-width: 316px;
    height: 87px;
    margin-top: 15px;
    padding: 10px 0 0 10px;
    margin-bottom: 5px;
    border: 1px solid #BFC5D6;
    display: block;
    resize: none; }

blockquote {
  margin-bottom: 15px;
  padding: 7px 15px;
  background: #E7EAF2;
  border-radius: 3px;
  color: #30344B;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600; }

#template, #template-2 {
  display: none; }
  #template.visible, #template-2.visible {
    display: block; }

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 235, 230, 0.8);
  display: table;
  transition: opacity 0.3s ease; }
  .modal-mask .mfp-close {
    color: #333;
    opacity: 1; }

.modal-wrapper {
  display: table-cell;
  vertical-align: middle; }

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0; }

.modal-leave-active {
  opacity: 0; }

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.start-list + .btn-primary {
  text-align: center; }

.start-list li {
  margin-bottom: 16px;
  font-weight: 700; }
  .start-list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000; }
  .start-list li .list-icon {
    width: 100%;
    max-width: 59px;
    height: 59px;
    line-height: 80px;
    background: #fff;
    text-align: center;
    border-radius: 50%; }
    .start-list li .list-icon svg {
      width: 32px;
      height: 32px; }
  .start-list li span {
    margin-left: 20px; }

.text-center {
  text-align: center; }

.intro {
  background-color: #F1EBE6;
  background-image: url(../images/landing_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 850px 650px; }

.intro-media {
  display: none; }

h1, .title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #000; }
  h1 + p, .title + p {
    font-size: 20px;
    line-height: 27px; }

.title + p {
  font-size: 18px; }

.column {
  max-width: 500px; }
  .column.content-column {
    max-width: 480px;
    padding-top: 100px;
    padding-bottom: 50px;
    background: #F1EBE6;
    padding-right: 15px; }
    .column.content-column .btn-primary {
      margin-top: 40px; }
    .column.content-column .btn-secondary {
      margin-top: 10px; }
  .column.media-column img {
    width: 100%;
    max-width: 597px;
    margin-bottom: -5px; }
  .column .brand-link {
    margin-top: 50px; }

.list-index-link {
  margin-top: 70px;
  display: flex;
  justify-content: space-between; }
  .list-index-link a {
    font-size: 14px; }

.bg-brand-color {
  background-color: #F1EBE6; }

.custom-padding {
  padding-top: 90px;
  padding-bottom: 110px; }

.specs {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 80px; }
  .specs b {
    font-weight: 700; }
  .specs .container {
    max-width: 950px; }
  .specs .author {
    max-width: 100px;
    margin: 0 auto 40px auto; }
  .specs .btn-primary {
    margin-top: 50px; }

.no-padding-left {
  padding-left: 0;
  min-height: auto;
  display: block; }
  .no-padding-left + .footer {
    margin-top: 40px; }
  .no-padding-left .form-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0; }
    .no-padding-left .form-section .section-title, .no-padding-left .form-section .section-content {
      padding-left: 0; }

.footer {
  padding: 70px 0;
  font-size: 16px;
  line-height: 28px;
  background: #fff; }
  .footer-column {
    max-width: 300px;
    margin-left: 7%; }
    .footer-column:first-child {
      margin-left: 0;
      margin-right: auto; }
  .footer-title {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #000; }
  .footer small {
    margin-bottom: 40px;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    color: #aaa; }
  .footer-nav a {
    color: #707070;
    text-decoration: none; }
  .footer-img {
    max-width: 60px;
    margin-bottom: 20px; }

.section-content {
  font-size: 12px;
  color: #707070;
  padding-left: 75px; }
  .section-content a {
    color: #EF6C1D; }
    .section-content a.btn-primary {
      color: #fff;
      text-align: center; }

.video {
  max-width: 524px;
  height: 315px;
  margin: 40px 0 50px 0;
  position: relative; }

#video {
  display: none; }

.play-video {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0px; }

.faq {
  font-size: 14px; }
  .faq-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #DFD7D0; }
    .faq-item.open .faq-content {
      height: auto;
      opacity: 1; }
    .faq-item.open .faq-title:before {
      opacity: 0; }
  .faq-title {
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.23px;
    font-weight: 700;
    color: #30344B;
    cursor: pointer; }
    .faq-title:after, .faq-title:before {
      content: '';
      position: absolute;
      width: 12px;
      height: 2px;
      background: #EF6C1D;
      right: 0;
      top: 50%;
      margin-top: -6px;
      transition: all .3s ease-in-out; }
    .faq-title:before {
      transform: rotate(90deg); }
  .faq-content {
    height: 0;
    opacity: 0;
    transition: all .3s ease-in-out; }

.map {
  margin-top: 50px;
  margin-bottom: 50px; }

.hidden {
  display: none; }

.vdp-datepicker__calendar .cell.selected {
  background: #EF6C1D !important;
  color: #fff; }

.vdp-datepicker__calendar .cell.day:hover {
  border-color: #EF6C1D !important; }

.header-landing .header-title {
  margin-left: auto;
  margin-right: auto; }

.section-landing .faq {
  max-width: 560px;
  margin: 70px auto 0 auto; }
  .section-landing .faq .btn-primary {
    margin-top: 50px; }

.landing-about {
  max-width: 500px;
  margin: 0 auto; }
  .landing-about .map {
    margin-bottom: 0; }
    .landing-about .map img {
      margin-bottom: -4px; }

.nav.navigation li a.solid-btn.active {
  background: #ee6c1d;
  color: #fff;
  padding: 15px;
  border-radius: 7px; }
  .nav.navigation li a.solid-btn.active svg {
    display: none; }

.wrap {
  max-width: 500px;
  margin: 0 auto; }
  .wrap .via-phone {
    margin-top: 0; }
  .wrap .btn-primary {
    text-align: center; }

@media screen and (max-width: 1200px) {
  .nav.navigation li a {
    padding-left: 0;
    font-size: 14px; }
  .nav.navigation li:last-child a {
    padding-left: 20px; } }

@media screen and (max-width: 992px) {
  .custom-padding.specs {
    padding-bottom: 20px;
    padding-top: 40px; }
  .intro {
    /*padding-top: 260px;
		background-position: center top;
		background-size: 100% 250px;*/
    background-image: none; }
    .intro .row {
      flex-direction: column-reverse;
      margin: 0 -15px; }
    .intro .content-column {
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-top: 20px; }
    .intro .intro-media {
      max-width: 100%;
      height: 200px;
      overflow: hidden;
      display: block; }
      .intro .intro-media img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .form-section {
    padding-left: 25px;
    padding-right: 25px; }
  .header {
    display: none; }
  header.header-landing {
    display: flex; }
  .header + div, .header + section {
    margin-top: 0; }
  .no-padding-left .form-section {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 768px) {
  .intro .intro-media {
    height: 120px;
  }

  .wrap h1.text-center {
    text-align: left; }
  .form-container.text-center {
    text-align: center; }
  .section-landing .row {
    flex-direction: column; }
    .section-landing .row .column {
      max-width: 100%;
      margin: 20px 0; }
    .section-landing .row .media-column {
      margin-top: -20px; }
  .section-landing.reverse {
    padding: 20px 0; }
    .section-landing.reverse .row {
      flex-direction: column-reverse; }
    .section-landing.reverse .content-column {
      max-width: 350px;
      padding-top: 10px;
      padding-bottom: 0;
      margin-top: 0; }
  .specs {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer {
    padding: 40px 0 10px 0; }
    .footer .row {
      flex-direction: column; }
    .footer-column {
      margin: 0 0 40px 0; }
    .footer-title {
      margin-bottom: 20px; }
  h1, .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px; }
    h1 + p, .title + p {
      font-size: 14px;
      line-height: 18px; }
  .text-center {
    text-align: center; }
  .video {
    margin: 40px auto 50px auto; }
  html {
    overflow-x: hidden; }
  header {
    display: flex;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1; }
  aside {
    display: none; }
  .content-section {
    padding-top: 30px;
    padding-left: 0;
    min-height: auto;
    display: block; }
  .section-content {
    padding-left: 0; }
  .progress-bar {
    top: 50px;
    left: 0; }
  .form-section {
    padding-left: 15px;
    padding-right: 15px; }
  .section.index {
    text-align: center; }
    .section.index .author {
      margin-top: 37px;
      max-width: 105px; }
  .section-title, .form-container {
    padding-left: 0; }
  .section-title {
    text-align: center; }
    .section-title .author, .section-title .icon-document {
      position: relative;
      left: auto;
      margin: -5px auto 15px auto; }
    .section-title .icon-document {
      margin-top: 30px; }
  h3 {
    font-size: 23px; }
    h3.short {
      max-width: 100%; }
  .form-question {
    text-align: center; }
  .form-container .form-card {
    margin-left: auto;
    margin-right: auto; }
    .form-container .form-card label {
      font-size: 15px; }
    .form-container .form-card.file-card label {
      text-align: center; }
  .form-control {
    padding-left: 0;
    padding-bottom: 100px;
    max-width: 530px;
    margin: 0 auto;
    text-align: center; }
    .form-control button.next {
      width: 100%; }
  .form-data .input-row {
    margin-bottom: 10px; }
    .form-data .input-row.two-input {
      display: block; }
      .form-data .input-row.two-input .wrap-input {
        width: 100%;
        margin-bottom: 10px; }
        .form-data .input-row.two-input .wrap-input:last-child {
          margin: 0; }
  .berechnen {
    text-align: center; }
  button.next, .btn-primary {
    padding-left: 0;
    padding-right: 0; }
  .section.calculate .form-container {
    margin-left: auto;
    margin-right: auto; }
  .content-section.no-padding .form-section {
    padding-left: 15px; } }

@media screen and (max-width: 480px) {
  .list-index-link {
    display: block;
    margin-top: 30px; }
  .column .brand-link {
    margin-top: 20px; }
    .content-section.no-padding {
    padding: 30px 0;
} }
