/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v25-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v25-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/montserrat-v25-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  font-family: "Montserrat";
  text-rendering: optimizeLegibility;
  color: #242424;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat";
  line-height: 120%;
  font-weight: 700;
  font-size: 2rem;
}

p, ul, li {
  font-weight: 500;
  -webkit-hyphens: auto;
          hyphens: auto;
}

section {
  padding: 7rem 2rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  section {
    padding: 2rem 1rem;
  }
}

.herostart {
  background-color: #0056b3;
}
.herostart h1 {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 2rem;
  line-height: 120%;
}
.herostart h2 {
  color: #ffc107;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 2rem;
  line-height: 120%;
}
.herostart p {
  color: #fff;
}
.herostart .button {
  background-color: #ffc107;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 16px;
  transition: all 0.5s ease-in-out;
  border: 2px solid #ffc107;
}
.herostart .button:hover {
  background-color: #0056b3;
  border: 2px solid #fff;
}
.herostart .videoplaybutton {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  border: 2px solid #fff;
  padding: 10px 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .herostart .videoplaybutton {
    display: none;
  }
}
.herostart img {
  border-radius: 15px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.herostart .kleinesbild {
  margin-top: -60px;
  margin-left: -40px;
  margin-right: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .herostart .kleinesbild {
    display: none;
  }
}
.herostart .teaserbilder {
  padding-left: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .herostart .teaserbilder {
    padding-left: 1rem;
  }
}
.herostart .iconbox {
  color: #fff;
  margin: 1.5rem 0rem 2rem 0rem;
}
.herostart .iconbox p {
  display: inline;
  line-height: 100%;
  margin-left: 35px;
}
.herostart .iconbox svg {
  margin-top: -1px;
  position: absolute;
}

.info {
  background-color: #f6f6f6;
  padding: 5rem 0rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info {
    padding: 2rem 1rem;
  }
}
.info img {
  border-radius: 15px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info img {
    max-width: 100%;
  }
}
.info h6 {
  font-size: 0.8rem;
  color: #0056b3;
  font-weight: 500;
}
.info h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.info .button {
  background-color: #ffc107;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 16px;
  margin-top: 1rem;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0px;
}
.info .button:hover {
  background-color: #0056b3;
}
.info ul {
  margin-left: 0;
}
.info ul li {
  list-style-type: none;
}
.info .ulicons li, .info .ulcheck li {
  margin-left: 30px;
}
.info .ulicons li svg, .info .ulcheck li svg {
  margin-top: 1px;
  position: absolute;
  margin-left: -30px;
}
.info .abstand {
  padding: 3rem 0rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info .abstand {
    padding: 1.5rem 0rem;
  }
}

.kapitel h4 {
  text-align: center;
  color: #0056b3;
}
.kapitel p {
  text-align: center;
}
.kapitel .kapitel-box {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 15px;
  overflow: hidden;
  font-size: 0.8rem;
  height: 100%;
}
.kapitel .kapitel-box .wrapper-kapitel {
  padding: 1.5rem;
  text-align: center;
}
.kapitel .kapitel-box .wrapper-kapitel h5 {
  font-size: 1.2rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.faq {
  background-color: #f6f6f6;
}
.faq h4 {
  color: #0056b3;
}
.faq .button {
  background-color: #ffc107;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 16px;
  margin-top: 1rem;
  transition: all 0.5s ease-in-out;
}
.faq .button:hover {
  background-color: #0056b3;
}
.faq .accordion {
  background: none;
}
.faq .accordion a {
  font-size: 1rem;
  font-weight: 700;
}
.faq .accordion .accordion-item {
  margin-top: 5px;
  background: #fff;
}
.faq .accordion .accordion-title {
  border: none;
  transition: all 0.5s ease-in-out;
}
.faq .accordion .accordion-title:hover {
  background-color: #0056b3;
  color: #fff;
}
.faq .accordion .accordion-content {
  border: none;
}
.faq .accordion .accordion-content p {
  margin-bottom: 0px;
}

.partner h4 {
  color: #0056b3;
  text-align: center;
}
.partner p {
  text-align: center;
}
.partner .partnerbox {
  background-color: #f6f6f6;
  border-radius: 15px;
  padding: 1rem;
  transition: all 0.5s ease-in-out;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}
.partner .partnerbox img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
.partner .partnerbox:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.experten {
  background-color: #f6f6f6;
}
.experten h4 {
  color: #0056b3;
  text-align: center;
}
.experten p {
  text-align: center;
}
.experten .button {
  background-color: #0056b3;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 16px;
  margin-top: 1rem;
  transition: all 0.5s ease-in-out;
}
.experten .button:hover {
  background-color: #ffc107;
}
.experten .experten-box {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  height: 100%;
}
.experten .experten-box .wrapper-team {
  padding: 2rem;
}
.experten .experten-box .wrapper-team h5 {
  color: #0056b3;
  font-size: 1.8rem;
}
.experten .experten-box .wrapper-team p {
  text-align: left;
  font-size: 1rem;
}

.footer {
  background-color: #0056b3;
  padding: 5rem 0rem 10rem 0rem;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer {
    padding: 5rem 1rem;
  }
}
.footer a, .footer p, .footer b {
  color: #fff;
  line-height: 140%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer a, .footer p, .footer b {
    text-align: center;
  }
}
.footer a {
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}
.footer a:hover {
  border-bottom: 1px solid #fff;
}
.footer h5 {
  color: #fff;
  font-weight: 900;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer h5 {
    text-align: center;
    margin-left: 0px;
  }
}
.footer .impressum {
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .impressum {
    text-align: center;
    margin-left: 0px;
  }
}
.footer .impressum li {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
  border-bottom: 1px solid #0056b3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .impressum li {
    margin-left: 0px;
  }
}
.footer .impressumrechts {
  text-align: right;
}
.footer .impressumrechts svg {
  width: 400px;
}
.footer .impressumlinks {
  text-align: left;
}
.footer .impressumlinks svg {
  width: 300px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .impressumlinks svg {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem;
  }
}

.calltoaction {
  display: block;
  position: fixed;
  bottom: 0px;
  right: 15px;
}
.calltoaction .button {
  background-color: #0056b3;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 16px;
  transition: all 0.5s ease-in-out;
  box-shadow: rgba(17, 12, 46, 0.35) 5px 5px 60px 0px;
  margin-left: 10px;
}
.calltoaction .button:hover {
  background-color: #ffc107;
}
