/*default*/
html main, html header {
  opacity: 0;
  transition: all 0.3s ease;
}
html.wf-active main, html.wf-active header, html.loading-delay main, html.loading-delay header {
  opacity: 1;
}

section.steps {
  margin: 0 0 0 0;
  position: relative;
}
section.steps:after {
  content: "";
  width: 1px;
  height: 5rem;
  background: #E6002D;
  margin: 4rem auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  section.steps:after {
    height: 2rem;
    margin: 2rem auto;
  }
}
section.steps.rv .inner {
  flex-direction: row-reverse;
}
section.steps.rv .inner .txt {
  transform: translateX(10%);
}
@media only screen and (max-width: 768px) {
  section.steps.rv .inner .txt {
    transform: none;
  }
}
section.steps .inner {
  max-width: 1400px;
  margin: auto;
  padding: 0 8vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  section.steps .inner {
    display: block;
    padding: 0 5vw;
  }
}
section.steps .inner .image {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  section.steps .inner .image {
    width: 100%;
  }
}
section.steps .inner .txt {
  width: 40%;
  padding: 2rem;
  background: #fff;
  transform: translateX(-10%);
}
@media only screen and (max-width: 768px) {
  section.steps .inner .txt {
    width: 100%;
    transform: none;
    width: 100%;
    text-align: center;
    padding: 2rem 2rem 0 2rem;
  }
  section.steps .inner .txt p.num {
    text-align: center;
  }
  section.steps .inner .txt p {
    text-align: left;
  }
}
section.steps .inner .txt p.num {
  color: #004098;
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  section.steps .inner .txt p.num {
    font-size: 1.4rem;
  }
}
section.steps .inner .txt h3 {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 1em 0;
}
section.steps .inner .txt p {
  line-height: 1.75;
  margin: 0 0 1em 0;
}

.btns_flex {
  display: flex;
  justify-content: space-between;
}
.btns_flex a {
  display: block;
  width: 48%;
  padding: 0.3em 0;
  text-align: center;
  border: 1px solid #000;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 14px;
}
.btns_flex a:hover {
  background: #004098;
  color: #fff;
  border: 1px solid #004098;
}

section.data {
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.data {
    margin: 0 0 2rem 0;
  }
}
section.data .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 8vw;
}
section.data h2 {
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0;
}
section.data h2 .block {
  margin: 0 2em 0 0;
}
section.data h2 span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  section.data h2 span {
    font-size: 1rem;
    font-weight: 500;
  }
}
section.data h3 {
  background: #eee;
  text-align: center;
  padding: 1rem 0;
  font-weight: bold;
  margin: 0 0 3rem 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  section.data h3 {
    font-size: 14px;
  }
}
section.data .zu {
  background: #F5F5F6;
  padding: 2rem;
}
section.data .zu .in {
  padding: 5rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  section.data .zu .in {
    padding: 2rem;
  }
}

.faq_block {
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .faq_block {
    margin: 0 0 2rem 0;
  }
}
.faq_block h3 {
  background: #efefef;
  padding: 1em 1.2em;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .faq_block h3 {
    font-size: 1rem;
    margin: 0 0 1rem 0;
  }
}
.faq_block .faq_box .titles {
  padding: 1em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  .faq_block .faq_box .titles {
    font-size: 14px;
    padding: 1em 1em 1em 0;
  }
}
.faq_block .faq_box .titles.active .icons {
  transform: rotate(45deg);
}
.faq_block .faq_box .titles .icons {
  font-size: 1.6rem;
}
.faq_block .faq_box .answer {
  padding: 1em;
  line-height: 1.75;
  display: none;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
.faq_block .faq_box .answer a {
  text-decoration: underline;
  color: #333;
  padding: 0 0.1em;
}
.faq_block .faq_box .answer a:hover {
  color: #004098;
}

.zuss {
  width: 240px;
  margin: 2em 0 0 0;
}