@import "../tools/simple_grid/simple-grid.css";
@import "../tools/slick/slick.css";
@import "../tools/slick/slick-theme.css";
.anker_target {
  z-index: -1;
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}

* {
  font-family: "Poppins", arial;
  color: #000000;
}

p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

a {
  color: #2F747F;
}

@media only screen and (max-width: 780px) {
  .remove_on_mobile {
    display: none;
  }
}
.footer_section {
  border-top: 1px solid #ccc;
  margin-top: 0px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.footer_section .footer_wrapper .footer_container {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0;
  padding: 0 0;
}
.footer_section .footer_wrapper .footer_container .footer_left_wrapper {
  max-width: 360px;
  flex: 360px;
}
.footer_section .footer_wrapper .footer_container .footer_left_wrapper .footer_left {
  padding-left: 0px;
}
.footer_section .footer_wrapper .footer_container .footer_left_wrapper .footer_left p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.footer_section .footer_wrapper .footer_container .footer_left_wrapper .footer_left p a {
  text-decoration: none;
}
.footer_section .footer_wrapper .footer_container .footer_left_wrapper .footer_left p:first-child {
  margin-top: 0px;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper {
  flex-grow: 1;
  padding-left: 100px;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right {
  padding: 0px 40px;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 20px 0;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right p {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #000000;
  margin-top: 10px;
  text-align: right;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right p a {
  text-decoration: none;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  justify-content: end;
  /*
  input[type=submit] {
      position: absolute;
      right: 0;
      top: 10px;
      right: 12px;
      border: 0;
      background: transparent;
      color: #ccc;
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      &:focus {
          outline: none;
      }
      &:hover {
          cursor: pointer;
      }
  }
  */
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=text] {
  height: 48px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 0;
  padding-left: 16px;
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  flex: auto;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=text]::-moz-placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=text]::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=text]:focus {
  outline: none;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=submit] {
  display: inline-block;
  border: 0;
  border-radius: 8px;
  background: #2F747F;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 15px;
  font-weight: 400;
  flex: initial;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=submit]:focus {
  outline: none;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=submit]:hover {
  cursor: pointer;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form .success_msg_container {
  display: none;
  border: 1px solid #7fe108;
  background: rgba(62, 255, 0, 0.0784313725);
  border-radius: 20px;
  padding: 12px;
  margin-top: 10px;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form .success_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form .error_msg_container {
  display: none;
  border: 1px solid #e10808;
  background: rgba(255, 0, 0, 0.0784313725);
  border-radius: 20px;
  padding: 12px;
  margin-top: 10px;
}
.footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form .error_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}

@media only screen and (max-width: 780px) {
  .footer_section {
    padding: 40px 10px 40px 10px;
  }
  .footer_section .footer_wrapper .footer_container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer_section .footer_wrapper .footer_container .footer_left_wrapper {
    width: 100%;
    max-width: 100%;
  }
  .footer_section .footer_wrapper .footer_container .footer_right_wrapper {
    padding: 0 0;
  }
  .footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right {
    text-align: left;
    padding: 0 0;
  }
  .footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right #newsletter_form input {
    width: 100%;
  }
}
.header_before {
  display: block;
  height: 148px;
}

.header_section {
  position: relative;
  background-color: #fff;
  position: fixed;
  z-index: 500;
  height: 148px;
  max-height: 148px;
  border-radius: 0px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.54);
  width: 100%;
  top: 0;
  left: 0;
}
.header_section .col-12 {
  padding: 0 0;
  margin: 0 0;
  width: 100%;
}
.header_section .header_wrapper {
  position: relative;
}
.header_section .header_wrapper .header_container {
  height: 148px;
  width: 100%;
  padding: 0 0;
  margin: 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  justify-items: center;
  align-items: center;
  top: 0;
  /*
  .header_search_wrapper {
      flex: 40px;
      max-width: 40px;
      .header_search_container {
          .header_search {
              form.search_form {
                  input[type='submit'] {
                      padding: 0;
                      background: url(../img/icons/icon_search.svg) center center no-repeat;
                      background-size: cover;
                      border: 0;
                      width: 20px;
                      height: 20px;
                      &:hover {
                          cursor: pointer;
                      }
                  }
              }
          }
      }
  }*/
}
.header_section .header_wrapper .header_container .header_logo_wrapper {
  /*
  max-width: 360px;
  flex: 360px;
  */
  max-width: 300px;
  flex: 300px;
}
.header_section .header_wrapper .header_container .header_logo_wrapper .header_logo_container {
  padding-left: 0px;
}
.header_section .header_wrapper .header_container .header_logo_wrapper .header_logo_container img {
  width: 320px;
  margin-top: 8px;
}
.header_section .header_wrapper .header_container .header_nav_wrapper {
  flex-grow: 1;
  padding-left: 20px;
  text-align: right;
}
.header_section .header_wrapper .header_container .header_nav_wrapper .header_nav_container .header_nav {
  text-align: left;
}
.header_section .header_wrapper .header_container .header_nav_wrapper .header_nav_container .header_nav ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  margin-right: 40px;
}
.header_section .header_wrapper .header_container .header_nav_wrapper .header_nav_container .header_nav ul li {
  display: inline-block;
  font-weight: 500;
  margin-right: 26px;
  color: #000000;
}
.header_section .header_wrapper .header_container .header_nav_wrapper .header_nav_container .header_nav ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
}
.header_section .header_wrapper .header_container .header_search_wrapper {
  flex: 260px;
  max-width: 260px;
}
.header_section .header_wrapper .header_container .header_search_wrapper .header_search_container .header_search {
  margin-right: 20px;
}
.header_section .header_wrapper .header_container .header_search_wrapper .header_search_container .header_search form.search_form {
  position: relative;
}
.header_section .header_wrapper .header_container .header_search_wrapper .header_search_container .header_search form.search_form input[type=text] {
  height: 34px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  margin: 0 0;
  padding-left: 5px;
  font-size: 12px;
  line-height: 22px;
  padding-right: 30px;
  display: inline-block;
  max-width: calc(100% - 35px);
  width: 100%;
}
.header_section .header_wrapper .header_container .header_search_wrapper .header_search_container .header_search form.search_form input[type=submit] {
  position: absolute;
  right: 5px;
  top: 8px;
  background: url("../img/icons/icon_search.svg") center center no-repeat;
  background-size: cover;
  border: 0;
  width: 20px;
  height: 20px;
}
.header_section .header_wrapper .header_container .header_search_wrapper .header_search_container .header_search form.search_form input[type=submit]:hover {
  cursor: pointer;
}
.header_section .header_wrapper .header_container .header_lang_switcher_wrapper {
  flex: 30px;
  max-width: 30px;
}
.header_section .header_wrapper .header_container .header_lang_switcher_wrapper .header_lang_switcher_container .header_lang_switcher {
  position: relative;
}
.header_section .header_wrapper .header_container .header_lang_switcher_wrapper .header_lang_switcher_container .header_lang_switcher img {
  width: 30px;
  margin-top: 7px;
  margin-bottom: 0;
}
.header_section .header_wrapper .header_container .header_lang_switcher_wrapper .header_lang_switcher_container .header_lang_switcher .flag_list_container {
  transition-duration: 500ms;
  max-height: 0px;
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 10px 0;
}
.header_section .header_wrapper .header_container .header_lang_switcher_wrapper .header_lang_switcher_container .header_lang_switcher .flag_list_container a img {
  width: 30px;
}
.header_section .header_wrapper .header_container .header_lang_switcher_wrapper .header_lang_switcher_container .header_lang_switcher:hover .flag_list_container {
  max-height: 300px;
  opacity: 1;
}
.header_section .header_wrapper .header_container .mobile_nav_button_wrapper {
  max-width: 40px;
  padding-right: 20px;
  display: none;
  flex: auto;
}
.header_section .header_wrapper .header_container .mobile_nav_button_wrapper .mobile_nav_button_container .mobile_nav_button img {
  width: 40px;
  margin-bottom: -7px;
}
.header_section .header_wrapper .header_container .mobile_nav_button_wrapper .mobile_nav_button_container .mobile_nav_button:hover {
  cursor: pointer;
}

.mobile_nav_section {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.mobile_nav_section .mobile_nav_transparent_background {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5215686275);
}
.mobile_nav_section .mobile_nav_wrapper {
  position: absolute;
  top: 0;
  right: -80%;
  background: #fff;
  width: 80%;
  transition: all 0.5s;
  height: 90vh;
}
.mobile_nav_section .mobile_nav_wrapper .mobile_nav_container {
  padding: 30px;
}
.mobile_nav_section .mobile_nav_wrapper .mobile_nav_container .mobile_nav_close_button {
  width: 20px;
}
.mobile_nav_section .mobile_nav_wrapper .mobile_nav_container .mobile_nav_content {
  width: 100%;
  text-align: left;
  margin-top: 20px;
}
.mobile_nav_section .mobile_nav_wrapper .mobile_nav_container .mobile_nav_content .mobile_nav_logo img {
  width: 80%;
}
.mobile_nav_section .mobile_nav_wrapper .mobile_nav_container .mobile_nav_content .mobile_nav_list ul {
  padding: 0;
  list-style: none;
}
.mobile_nav_section .mobile_nav_wrapper .mobile_nav_container .mobile_nav_content .mobile_nav_list ul li a {
  text-decoration: none;
  line-height: 38px;
  font-size: 18px;
  border-bottom: 0px solid #000;
  font-weight: 500;
  color: #000;
}

@media only screen and (max-width: 780px) {
  .header_before {
    height: 80px;
  }
  .header_section {
    height: 80px;
  }
  .header_section > .container {
    width: 100%;
  }
  .header_section > .container .header_container {
    border-radius: 0;
    padding: 0 0;
    height: 80px;
    max-height: 80px;
  }
  .header_section > .container .header_container .header_logo_wrapper {
    flex: 1;
    padding: 0 0;
    margin-bottom: 0;
    padding-left: 20px;
  }
  .header_section > .container .header_container .header_logo_wrapper .header_logo_container a img {
    width: 220px;
  }
  .header_section > .container .header_container .header_nav_wrapper, .header_section > .container .header_container .header_button_wrapper, .header_section > .container .header_container .header_search_wrapper {
    display: none;
  }
  .header_section > .container .header_container .language_switcher_wrapper {
    flex: auto;
    flex-grow: 5;
  }
  .header_section > .container .header_container .language_switcher_wrapper .language_switcher_container .language_switcher {
    justify-content: end;
  }
  .header_section > .container .header_container .language_switcher_wrapper .language_switcher_container .language_switcher .language_switcher_text, .header_section > .container .header_container .language_switcher_wrapper .language_switcher_container .language_switcher .language_switcher_dropdown_icon {
    display: none;
  }
  .header_section > .container .header_container .language_switcher_wrapper .language_switcher_container .language_switcher .language_switcher_flag {
    width: 25px;
    height: 25px;
    margin-right: 20px;
    background-size: 25px !important;
  }
  .header_section > .container .header_container .mobile_nav_button_wrapper {
    display: block;
  }
  .header_section > .container .header_container .mobile_nav_button_wrapper img {
    margin-left: 10px;
  }
}
.docs_rate_post_section {
  padding-left: 100px;
  margin-top: 40px;
}
@media only screen and (max-width: 780px) {
  .docs_rate_post_section {
    padding-left: 50px;
    padding-right: 20px;
  }
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_question {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 30px;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_question h2 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  flex: 100%;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_question .thumbs_up {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0px 15px;
  transition-duration: 200ms;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_question .thumbs_up img {
  width: 27px;
  display: inline-block;
  transition-duration: 200ms;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_question .thumbs_up p {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_question .thumbs_up:hover {
  cursor: pointer;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_question .thumbs_up:hover img {
  transform: scale(1.1);
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_question .thumbs_down {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0px 15px;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_question .thumbs_down img {
  width: 27px;
  display: inline-block;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_question .thumbs_down p {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_question .thumbs_down:hover {
  cursor: pointer;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_question .thumbs_down:hover img {
  transform: scale(1.1);
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_yes {
  display: none;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_yes h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_no {
  display: none;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_no h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_no p {
  font-size: 16px;
  line-height: 25px;
}
.docs_rate_post_section .docs_rate_post_wrapper .docs_rate_post_container .docs_rate_post_no a {
  text-decoration: none;
}

.docs_footer_section {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  position: relative;
  padding-left: 100px;
  padding-right: 40px;
  padding-top: 60px;
}
@media only screen and (max-width: 780px) {
  .docs_footer_section {
    padding-left: 50px;
    padding-top: 30px;
    padding-right: 20px;
  }
}
.docs_footer_section .footer_wrapper .footer_container {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0;
  padding: 0 0;
}
@media only screen and (max-width: 780px) {
  .docs_footer_section .footer_wrapper .footer_container {
    flex-wrap: wrap;
  }
}
.docs_footer_section .footer_wrapper .footer_container .footer_left_wrapper {
  max-width: 360px;
  flex: 360px;
}
@media only screen and (max-width: 780px) {
  .docs_footer_section .footer_wrapper .footer_container .footer_left_wrapper {
    max-width: 100%;
    flex: 100%;
  }
}
.docs_footer_section .footer_wrapper .footer_container .footer_left_wrapper .footer_left {
  padding-left: 0px;
}
.docs_footer_section .footer_wrapper .footer_container .footer_left_wrapper .footer_left p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.docs_footer_section .footer_wrapper .footer_container .footer_left_wrapper .footer_left p a {
  text-decoration: none;
}
.docs_footer_section .footer_wrapper .footer_container .footer_left_wrapper .footer_left p:first-child {
  margin-top: 0px;
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper {
  flex-grow: 1;
  padding-left: 100px;
}
@media only screen and (max-width: 780px) {
  .docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper {
    max-width: 100%;
    flex: 100%;
    padding-left: 0;
  }
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right {
  padding: 0px 40px;
}
@media only screen and (max-width: 780px) {
  .docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right {
    padding: 0 0;
  }
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 20px 0;
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right p {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #000000;
  margin-top: 10px;
  text-align: right;
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right p a {
  text-decoration: none;
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  justify-content: end;
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=text] {
  height: 48px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 15px;
  display: inline-block;
  flex: auto;
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=text]::-moz-placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=text]::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=text]:focus {
  outline: none;
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=submit] {
  display: inline-block;
  border: 0;
  border-radius: 8px;
  background: #2F747F;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 15px;
  font-weight: 400;
  flex: initial;
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=submit]:focus {
  outline: none;
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input[type=submit]:hover {
  cursor: pointer;
}
@media only screen and (max-width: 780px) {
  .docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form form input {
    width: 100%;
  }
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form .success_msg_container {
  display: none;
  border: 1px solid #7fe108;
  background: rgba(62, 255, 0, 0.0784313725);
  border-radius: 20px;
  padding: 12px;
  margin-top: 10px;
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form .success_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form .error_msg_container {
  display: none;
  border: 1px solid #e10808;
  background: rgba(255, 0, 0, 0.0784313725);
  border-radius: 20px;
  padding: 12px;
  margin-top: 10px;
}
.docs_footer_section .footer_wrapper .footer_container .footer_right_wrapper .footer_right .footer_newsletter_form .error_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}

.docs_header_section {
  position: relative;
  height: 148px;
  width: 100%;
  max-height: 148px;
}
.docs_header_section .col-12 {
  padding: 0 0;
  margin: 0 0;
  width: 100%;
}
.docs_header_section .docs_header_wrapper {
  position: relative;
}
.docs_header_section .docs_header_wrapper .docs_header_container {
  background-color: #fff;
  position: fixed;
  z-index: 500;
  height: 148px;
  max-height: 148px;
  border-radius: 0px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.54);
  left: 0;
  top: 20px;
  width: 100%;
  padding: 0 0;
  margin: 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  justify-items: center;
  align-items: center;
  top: 0;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_logo_wrapper {
  max-width: 360px;
  flex: 360px;
  padding-top: 10px;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_logo_wrapper .docs_header_logo_container {
  padding-left: 40px;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_logo_wrapper .docs_header_logo_container img {
  width: 320px;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_nav_wrapper {
  padding-left: 50px;
  text-align: right;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_nav_wrapper .docs_header_nav_container .docs_header_nav {
  text-align: left;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_nav_wrapper .docs_header_nav_container .docs_header_nav ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  margin-right: 40px;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_nav_wrapper .docs_header_nav_container .docs_header_nav ul li {
  display: inline-block;
  font-weight: 500;
  margin-right: 26px;
  color: #000000;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_nav_wrapper .docs_header_nav_container .docs_header_nav ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_search_wrapper {
  flex: 260px;
  max-width: 260px;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_search_wrapper .docs_header_search_container .docs_header_search form.search_form {
  position: relative;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_search_wrapper .docs_header_search_container .docs_header_search form.search_form input[type=text] {
  height: 34px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  margin: 0 0;
  padding-left: 5px;
  font-size: 12px;
  line-height: 22px;
  padding-right: 30px;
  display: inline-block;
  max-width: calc(100% - 35px);
  width: 100%;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_search_wrapper .docs_header_search_container .docs_header_search form.search_form input[type=submit] {
  position: absolute;
  right: 5px;
  top: 8px;
  background: url("../img/icons/icon_search.svg") center center no-repeat;
  background-size: cover;
  border: 0;
  width: 20px;
  height: 20px;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_search_wrapper .docs_header_search_container .docs_header_search form.search_form input[type=submit]:hover {
  cursor: pointer;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_lang_switcher_wrapper {
  flex: 30px;
  max-width: 30px;
  margin-left: 20px;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_lang_switcher_wrapper .docs_header_lang_switcher_container .docs_header_lang_switcher {
  position: relative;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_lang_switcher_wrapper .docs_header_lang_switcher_container .docs_header_lang_switcher img {
  width: 30px;
  margin-top: 7px;
  margin-bottom: 0;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_lang_switcher_wrapper .docs_header_lang_switcher_container .docs_header_lang_switcher .flag_list_container {
  transition-duration: 500ms;
  max-height: 0px;
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 10px 0;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_lang_switcher_wrapper .docs_header_lang_switcher_container .docs_header_lang_switcher .flag_list_container a img {
  width: 30px;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_header_lang_switcher_wrapper .docs_header_lang_switcher_container .docs_header_lang_switcher:hover .flag_list_container {
  max-height: 300px;
  opacity: 1;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_mobile_nav_button_wrapper {
  max-width: 40px;
  padding-right: 20px;
  display: none;
  flex: auto;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_mobile_nav_button_wrapper .docs_mobile_nav_button_container .docs_mobile_nav_button img {
  width: 40px;
  margin-bottom: -7px;
}
.docs_header_section .docs_header_wrapper .docs_header_container .docs_mobile_nav_button_wrapper .docs_mobile_nav_button_container .docs_mobile_nav_button:hover {
  cursor: pointer;
}

.docs_mobile_nav_section {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.docs_mobile_nav_section docs_.mobile_nav_transparent_background {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5215686275);
}
.docs_mobile_nav_section .docs_mobile_nav_wrapper {
  position: absolute;
  top: 0;
  right: -80%;
  background: #fff;
  width: 80%;
  transition: all 0.5s;
  height: 90vh;
}
.docs_mobile_nav_section .docs_mobile_nav_wrapper .mobile_nav_container {
  padding: 30px;
}
.docs_mobile_nav_section .docs_mobile_nav_wrapper .mobile_nav_container .docs_mobile_nav_content {
  width: 100%;
  text-align: right;
}
.docs_mobile_nav_section .docs_mobile_nav_wrapper .mobile_nav_container .docs_mobile_nav_content .mobile_nav_list {
  padding: 0;
  list-style: none;
}
.docs_mobile_nav_section .docs_mobile_nav_wrapper .mobile_nav_container .docs_mobile_nav_content .mobile_nav_list li a {
  text-decoration: none;
  line-height: 48px;
  font-size: 20px;
  border-bottom: 0px solid #000;
  font-weight: 500;
}

@media only screen and (max-width: 780px) {
  .docs_header_section {
    height: 80px;
  }
  .docs_header_section > .container {
    width: 100%;
  }
  .docs_header_section > .container .docs_header_container {
    border-radius: 0;
    padding: 0 0;
    height: 80px;
    max-height: 80px;
  }
  .docs_header_section > .container .docs_header_container .docs_header_logo_wrapper {
    flex: 1;
    padding: 0 0;
    margin-bottom: 0;
    padding-left: 20px;
  }
  .docs_header_section > .container .docs_header_container .docs_header_logo_wrapper .docs_header_logo_container a img {
    width: 220px;
  }
  .docs_header_section > .container .docs_header_container .docs_header_nav_wrapper, .docs_header_section > .container .docs_header_container .docs_header_button_wrapper, .docs_header_section > .container .docs_header_container .docs_header_search_wrapper {
    display: none;
  }
  .docs_header_section > .container .docs_header_container .docs_language_switcher_wrapper {
    flex: auto;
    flex-grow: 5;
  }
  .docs_header_section > .container .docs_header_container .docs_language_switcher_wrapper .docs_language_switcher_container .language_switcher {
    justify-content: end;
  }
  .docs_header_section > .container .docs_header_container .docs_language_switcher_wrapper .docs_language_switcher_container .language_switcher .language_switcher_text, .docs_header_section > .container .docs_header_container .docs_language_switcher_wrapper .docs_language_switcher_container .language_switcher .language_switcher_dropdown_icon {
    display: none;
  }
  .docs_header_section > .container .docs_header_container .docs_language_switcher_wrapper .docs_language_switcher_container .language_switcher .language_switcher_flag {
    width: 25px;
    height: 25px;
    margin-right: 20px;
    background-size: 25px !important;
  }
  .docs_header_section > .container .docs_header_container .docs_mobile_nav_button_wrapper {
    display: block;
  }
  .docs_header_section > .container .docs_header_container .docs_mobile_nav_button_wrapper img {
    margin-left: 10px;
  }
}
.docs_main_wrapper {
  width: 100%;
  display: block;
  margin: 0 0;
  padding: 0 0;
}
@media only screen and (max-width: 780px) {
  .docs_main_wrapper {
    position: relative;
  }
}
.docs_main_wrapper .docs_main_container {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0;
  padding: 0 0;
  min-height: 90vh;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper {
  max-width: 360px;
  flex: 360px;
  background: #FCFCFC;
  border-right: 1px solid #ccc;
  transition: 500ms;
}
@media only screen and (max-width: 780px) {
  .docs_main_wrapper .docs_main_container .docs_sidebar_wrapper {
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 100;
    height: calc(100vh - 80px);
  }
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper .docs_sidebar_container {
  padding-left: 40px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper .docs_sidebar_container .docs_sidebar_toggle_btn {
  text-align: right;
  margin-bottom: 10px;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper .docs_sidebar_container .docs_sidebar_toggle_btn img:hover {
  cursor: pointer;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper .docs_sidebar_container .docs_sidebar_nav_wrapper .docs_sidebar_nav_container .docs_sidebar_nav ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper .docs_sidebar_container .docs_sidebar_nav_wrapper .docs_sidebar_nav_container .docs_sidebar_nav ul li {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #000000;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper .docs_sidebar_container .docs_sidebar_nav_wrapper .docs_sidebar_nav_container .docs_sidebar_nav ul li.active {
  color: #2F747F !important;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper .docs_sidebar_container .docs_sidebar_nav_wrapper .docs_sidebar_nav_container .docs_sidebar_nav ul li.active > a {
  color: #2F747F !important;
}
> .docs_main_wrapper .docs_main_container .docs_sidebar_wrapper .docs_sidebar_container .docs_sidebar_nav_wrapper .docs_sidebar_nav_container .docs_sidebar_nav ul li.active:before {
  background: #2F747F !important;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper .docs_sidebar_container .docs_sidebar_nav_wrapper .docs_sidebar_nav_container .docs_sidebar_nav ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper .docs_sidebar_container .docs_sidebar_nav_wrapper .docs_sidebar_nav_container .docs_sidebar_nav ul li ul.subnav {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 20px;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper .docs_sidebar_container .docs_sidebar_nav_wrapper .docs_sidebar_nav_container .docs_sidebar_nav ul li ul.subnav li {
  position: relative;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper .docs_sidebar_container .docs_sidebar_nav_wrapper .docs_sidebar_nav_container .docs_sidebar_nav ul li ul.subnav li:before {
  content: "";
  display: block;
  position: absolute;
  left: -17px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #000;
  /*
  left: -17px;
  top: 12px;
  width: 9px;
  height: 1px;
  background: #000;
  */
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper.hidden {
  flex: 50px;
  max-width: 60px;
  overflow: hidden;
  padding: 0 0;
}
@media only screen and (max-width: 780px) {
  .docs_main_wrapper .docs_main_container .docs_sidebar_wrapper.hidden {
    max-width: 30px;
  }
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper.hidden .docs_sidebar_container {
  padding: 0 0;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper.hidden .docs_sidebar_container .docs_sidebar_toggle_btn {
  padding-right: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 780px) {
  .docs_main_wrapper .docs_main_container .docs_sidebar_wrapper.hidden .docs_sidebar_container .docs_sidebar_toggle_btn {
    padding-right: 4px;
    padding-top: 20px;
  }
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper.hidden .docs_sidebar_container .docs_sidebar_toggle_btn img {
  transform: rotate(180deg);
}
@media only screen and (max-width: 780px) {
  .docs_main_wrapper .docs_main_container .docs_sidebar_wrapper.hidden .docs_sidebar_container .docs_sidebar_toggle_btn img {
    width: 18px;
  }
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper.hidden .docs_sidebar_container .docs_sidebar_nav_wrapper {
  opacity: 0;
}
.docs_main_wrapper .docs_main_container .docs_sidebar_wrapper.display_none {
  display: none;
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper {
  flex-grow: 1;
}
@media only screen and (max-width: 780px) {
  .docs_main_wrapper .docs_main_container .docs_content_wrapper {
    width: 100%;
    flex: none;
    overflow-x: hidden;
  }
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container {
  max-width: 800px;
  position: relative;
  margin-left: 100px;
  margin-right: 40px;
  min-height: 50vh;
}
@media only screen and (max-width: 780px) {
  .docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container {
    margin: 0 0;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px 0 40px;
  }
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container .docs_content_main_headline_seciton .docs_content_main_headline {
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  margin: 40px 0 30px 0;
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container p > a, .docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container a {
  text-decoration: none;
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container p > a:hover, .docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container a:hover {
  text-decoration: underline;
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container .is_anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container section .container {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container .on_this_page_navigation_section {
  position: fixed;
  top: 350px;
  left: 1300px;
  border: 2px solid rgba(166, 172, 174, 0.4);
  background: #fff;
  border-radius: 6px;
  padding: 13px 16px;
  max-width: 210px;
  width: 210px;
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container .on_this_page_navigation_section .on_this_page_navigation_container .on_this_page_navigation_box h2 {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container .on_this_page_navigation_section .on_this_page_navigation_container .on_this_page_navigation_box .on_this_page_navigation {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container .on_this_page_navigation_section .on_this_page_navigation_container .on_this_page_navigation_box .on_this_page_navigation li {
  color: #2F747F;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container .on_this_page_navigation_section .on_this_page_navigation_container .on_this_page_navigation_box .on_this_page_navigation li a {
  color: #2F747F;
  text-decoration: none;
}
.docs_main_wrapper .docs_main_container .docs_content_wrapper .docs_content_container .on_this_page_navigation_section.display_none {
  display: none;
}

.docs_content_search_term_section {
  margin-top: 40px;
}
.docs_content_search_term_section .container .row form.search_form label {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding-right: 10px;
  display: inline-block;
}
.docs_content_search_term_section .container .row form.search_form input[type=text] {
  height: 34px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  margin: 0 0;
  padding-left: 5px;
  font-size: 12px;
  line-height: 22px;
  padding-right: 30px;
  display: inline-block;
  width: 600px;
  height: 57px;
  font-size: 18px;
  line-height: 27px;
  padding: 0 20px;
  border: 1px solid rgba(166, 172, 174, 0.3098039216);
  color: #A6ACAE;
}
.docs_content_search_term_section .container .row form.search_form input[type=submit] {
  display: inline-block;
  border: 0;
  border-radius: 7px;
  background: #2F747F;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 15px;
  font-weight: 400;
  height: 57px;
  font-size: 18px;
  line-height: 27px;
  margin-left: 10px;
}

.search_result_amount_headline {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: -30px;
  margin-top: 30px;
}

.docs_content_search_result_section {
  padding-top: 0px;
}
.docs_content_search_result_section .container .row .search_result_box h2 {
  color: #2f747f;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.docs_content_search_result_section .container .row .search_result_box h2 span {
  color: #ccc;
  font-size: 30px;
  line-height: 25px;
  margin-right: 15px;
  display: none;
}
.docs_content_search_result_section .container .row .search_result_box h2 a {
  color: #2f747f;
  font-size: 16px;
  line-height: 25px;
}
.docs_content_search_result_section .container .row .search_result_box p {
  margin-top: -15px;
  padding-left: 31px;
  font-size: 14px;
  line-height: 24px;
}

.hero_text_section {
  background: #1f2143;
  background: url("../img/template/hero_bg.png") center center no-repeat;
  background-size: cover;
  margin-top: 0px;
  width: 100%;
  overflow-x: hidden;
}
.hero_text_section .hero_text_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  min-height: 300px;
  padding-top: 30px;
  padding-bottom: 40px;
  background: url("../img/template/hero_raster.png") center center no-repeat;
  background-size: inherit;
  background-position: top right;
}
@media only screen and (max-width: 780px) {
  .hero_text_section .hero_text_wrapper {
    padding: 0 10px;
  }
}
.hero_text_section .hero_text_wrapper .hero_text_container {
  color: #fff;
}
.hero_text_section .hero_text_wrapper .hero_text_container h1 {
  font-size: 63px;
  font-weight: normal;
  line-height: 94px;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 0px;
  color: #fff;
}
@media only screen and (max-width: 780px) {
  .hero_text_section .hero_text_wrapper .hero_text_container h1 {
    font-size: 43px;
    line-height: 64px;
  }
}
.hero_text_section .hero_text_wrapper .hero_text_container h2 {
  font-size: 25px;
  font-weight: normal;
  line-height: 38px;
  color: #fff;
  margin-bottom: 0px;
}
@media only screen and (max-width: 780px) {
  .hero_text_section .hero_text_wrapper .hero_text_container h2 {
    font-size: 14px;
    line-height: 24px;
  }
}

.double_headline_section {
  margin: 60px 0 40px 0;
}
@media only screen and (max-width: 780px) {
  .double_headline_section {
    margin: 30px 0 15px 0;
  }
}
@media only screen and (max-width: 780px) {
  .double_headline_section .double_headline_wrapper {
    padding: 0 10px;
  }
}
.double_headline_section .double_headline_wrapper .double_headline_container h2 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 780px) {
  .double_headline_section .double_headline_wrapper .double_headline_container h2 {
    font-size: 22px;
    line-height: 36px;
  }
}
.double_headline_section .double_headline_wrapper .double_headline_container h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 780px) {
  .double_headline_section .double_headline_wrapper .double_headline_container h3 {
    font-size: 14px;
    line-height: 23px;
  }
}

.c2_textbtn_image_section {
  margin-bottom: 60px;
}
.c2_textbtn_image_section .row_wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 30px;
}
.c2_textbtn_image_section .row_wrapper .left_wrapper {
  flex: 1;
}
.c2_textbtn_image_section .row_wrapper .left_wrapper .left_container {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
}
.c2_textbtn_image_section .row_wrapper .left_wrapper .left_container .left_content h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 20px 0;
}
.c2_textbtn_image_section .row_wrapper .left_wrapper .left_container .left_content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 30px 0;
}
.c2_textbtn_image_section .row_wrapper .left_wrapper .left_container .left_content .button_wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  flex-direction: row-reverse;
  justify-content: start;
}
.c2_textbtn_image_section .row_wrapper .left_wrapper .left_container .left_content .button_wrapper .button a {
  display: inline-block;
  background: #2F747F;
  border-radius: 16px;
  border: none;
  color: #fff;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}
.c2_textbtn_image_section .row_wrapper .left_wrapper .left_container .left_content .button_wrapper .button:nth-child(2) a {
  display: inline-block;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #2F747F;
  color: #2F747F;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}
.c2_textbtn_image_section .row_wrapper .right_wrapper {
  flex: 1;
}
.c2_textbtn_image_section .row_wrapper .right_wrapper .right_container .right_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c2_textbtn_image_section .row_wrapper .right_wrapper .right_container .right_content img {
  width: 100%;
}
.c2_textbtn_image_section .row_wrapper .right_wrapper .right_container .right_content img:hover {
  cursor: pointer;
}

.text_section {
  margin: 0 0 40px 0;
}
.text_section .text_wrapper .text_container .text_title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.text_section .text_wrapper .text_container .text_content h1, .text_section .text_wrapper .text_container .text_content h2 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.text_section .text_wrapper .text_container .text_content h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.text_section .text_wrapper .text_container .text_content h4 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.text_section .text_wrapper .text_container .text_content p {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 0 20px 0;
}
.text_section .text_wrapper .text_container .text_content blockquote {
  position: relative;
  margin: 0 0;
  padding: 10px 0px 10px 30px;
}
.text_section .text_wrapper .text_container .text_content blockquote:before {
  content: '"';
  display: block;
  position: absolute;
  font-size: 70px;
  color: #ccc;
  line-height: 70px;
  left: 0;
  top: 0;
}
.text_section .text_wrapper .text_container .text_content li {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 0 20px 0;
}
.text_section .text_wrapper .text_container .text_content img {
  max-width: 100%;
}

.image_section .image_wrapper .image_container .image_content img {
  max-width: 100%;
}

.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element {
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: nowrap;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element .indicator {
  flex: 5%;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element .text {
  flex: 95%;
  padding-top: 2px;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element .text .title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element .text p:first-child {
  margin-top: 2px;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element .text p {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element .text img {
  max-width: 100%;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element .text h1, .liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element .text h2 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element .text h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element .text h4 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element .text blockquote {
  position: relative;
  margin: 0 0;
  padding: 10px 0px 10px 30px;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element .text blockquote:before {
  content: '"';
  display: block;
  position: absolute;
  font-size: 70px;
  color: #ccc;
  line-height: 70px;
  left: 0;
  top: 0;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element.numbered .indicator .number {
  font-size: 12px;
  line-height: 18px;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element.dotted .indicator .number {
  display: none;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element.dotted .indicator:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #cccccc;
  border-radius: 20px;
  margin-top: 4px;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element.clean .indicator {
  display: none;
}
.liste_section .container .row .liste_wrapper .liste_container .liste_content .list_element.clean .text {
  flex: 100%;
}

.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_map_image_box {
  position: relative;
  margin-bottom: 60px;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_map_image_box .image_map_main_img {
  max-width: 100%;
  width: 100%;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_map_image_box .image_marker .marker_icon {
  background: #2ea4aa;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 40px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  box-shadow: 0px 3px 13px -1px rgba(0, 0, 0, 0.39);
  transition-duration: 500ms;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_map_image_box .image_marker .marker_icon:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box {
  border-top: 1px solid #ccc;
  position: relative;
  padding-top: 20px;
  padding-bottom: 5px;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box:last-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_toggle {
  position: absolute;
  right: 0;
  top: 20px;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_toggle img {
  transition-duration: 400ms;
  transform: rotate(180deg);
  width: 12px;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_toggle img:hover {
  cursor: pointer;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_toggle.rotate img {
  transform: rotate(0deg);
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_headline {
  display: flex;
  flex-wrap: nowrap;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_headline .number {
  flex: 7%;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_headline .number span {
  background: #2ea4aa;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_headline .title {
  flex: 92%;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_headline .title h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin: 2px 0 0 0;
  padding: 0 0;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_text {
  transition-duration: 300ms;
  max-height: 0px;
  visibility: hidden;
  font-size: 12px;
  line-height: 18px;
  opacity: 0;
  margin: 0 0;
  padding: 0 0;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_text p {
  font-size: 12px;
  line-height: 18px;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_text img {
  max-width: 100%;
  margin: 10px 0px;
}
.image_map_section .image_map_wrapper .image_map_container .image_map_content .image_marker_element_box .image_marker_text.open {
  opacity: 1;
  max-height: 1000px;
  overflow-y: auto;
  visibility: visible;
}

.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box {
  border-top: 1px solid #ccc;
  position: relative;
  padding-top: 10px;
  padding-bottom: 0px;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box:last-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_toggle {
  position: absolute;
  right: 0;
  top: 12px;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_toggle img {
  transition-duration: 400ms;
  transform: rotate(180deg);
  width: 12px;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_toggle img:hover {
  cursor: pointer;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_toggle.rotate img {
  transform: rotate(0deg);
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_headline {
  display: flex;
  flex-wrap: nowrap;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_headline .number {
  flex: 7%;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_headline .number span {
  background: #2ea4aa;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 40px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_headline .title {
  flex: 92%;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_headline .title h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin: 2px 0 0 0;
  padding: 0 0;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_headline .title:hover {
  cursor: pointer;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_text {
  transition-duration: 300ms;
  max-height: 0px;
  visibility: hidden;
  font-size: 12px;
  line-height: 18px;
  opacity: 0;
  margin: 0 0;
  padding: 0 0;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_text p {
  font-size: 12px;
  line-height: 18px;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_text img {
  max-width: 100%;
  margin: 0px 0px;
  display: inline-block;
}
.akkordeon_section .akkordeon_wrapper .akkordeon_container .akkordeon_content .akkordeon_element_box .akkordeon_element_text.opened {
  opacity: 1;
  max-height: 1000px;
  overflow-y: auto;
  visibility: visible;
  padding: 10px 0px 15px 0px;
}

@media only screen and (max-width: 780px) {
  .iconbox_grid_section .container .row .row_wrapper {
    padding: 0 10px;
  }
}
.iconbox_grid_section .container .row .row_wrapper h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 20px 0;
  color: #000000;
}
.iconbox_grid_section .container .row .row_wrapper .iconbox_grid_wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.iconbox_grid_section .container .row .row_wrapper .iconbox_grid_wrapper .iconbox {
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3294117647);
  border-radius: 18px;
  padding: 20px;
  align-self: stretch;
  text-decoration: none;
  flex: 1 1 26%;
  flex-grow: unset;
}
@media only screen and (max-width: 780px) {
  .iconbox_grid_section .container .row .row_wrapper .iconbox_grid_wrapper .iconbox {
    flex: 100%;
  }
}
.iconbox_grid_section .container .row .row_wrapper .iconbox_grid_wrapper .iconbox.withlink:hover {
  cursor: pointer;
}
.iconbox_grid_section .container .row .row_wrapper .iconbox_grid_wrapper .iconbox img {
  max-width: 50px;
  max-height: 40px;
}
.iconbox_grid_section .container .row .row_wrapper .iconbox_grid_wrapper .iconbox h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin: 10px 0 20px 0;
  color: #000000;
}
.iconbox_grid_section .container .row .row_wrapper .iconbox_grid_wrapper .iconbox p {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 0 20px 0;
  color: #000000;
}
.iconbox_grid_section .container .row .row_wrapper .iconbox_grid_wrapper .iconbox p a {
  border: none;
  padding: 0 0;
  margin: 0 0;
  color: #2F747F;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
  line-height: 20px;
}
.iconbox_grid_section .container .row .row_wrapper .iconbox_grid_wrapper.icon_right .iconbox img {
  float: right;
  margin-top: 7px;
}
.iconbox_grid_section .container .row .row_wrapper .iconbox_grid_wrapper.icon_right .iconbox h3 {
  margin-bottom: 10px;
  margin-top: 0px;
}
.iconbox_grid_section .container .row .row_wrapper .iconbox_grid_wrapper.icon_right .iconbox p {
  margin-bottom: 0px;
  margin-top: 0px;
}
.iconbox_grid_section .container .row .row_wrapper .iconbox_grid_wrapper.icon_center .iconbox {
  text-align: center;
  padding-top: 30px;
}

.anker_nav_section {
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.54);
}
@media only screen and (max-width: 780px) {
  .anker_nav_section .anker_nav_wrapper {
    padding: 0 10px;
  }
}
.anker_nav_section .anker_nav_wrapper .anker_nav_container .anker_nav {
  margin: 0 0;
  padding: 0 0;
}
@media only screen and (max-width: 780px) {
  .anker_nav_section .anker_nav_wrapper .anker_nav_container .anker_nav {
    width: 100%;
    overflow-x: scroll;
  }
}
.anker_nav_section .anker_nav_wrapper .anker_nav_container .anker_nav li {
  display: inline-block;
  list-style: none;
}
.anker_nav_section .anker_nav_wrapper .anker_nav_container .anker_nav li a {
  color: #000;
  font-size: 16px;
  line-height: 50px;
  font-weight: normal;
  text-decoration: none;
  margin-right: 40px;
}
@media only screen and (max-width: 780px) {
  .anker_nav_section .anker_nav_wrapper .anker_nav_container .anker_nav li a {
    font-size: 14px;
    line-height: 40px;
  }
}

.anker_section {
  position: relative;
}
.anker_section .is_anchor {
  position: absolute;
  z-index: -1;
  top: -100px;
}

.linkbox_grid_section .container .row .row_wrapper .linkbox_grid_wrapper {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  /*
  a {
      border: none;
      box-shadow: 0px 0px 10px #00000054;
      border-radius: 18px;
      padding: 20px;
      align-self: stretch;
      text-decoration: none;
      flex: 1 1 26%;
      flex-grow: unset;

      .iconbox {
          img {
              max-width: 50px;
              max-height: 40px;
          }
          h3 {
              font-size: 16px;
              font-weight: 500;
              line-height: 25px;
              margin: 10px 0 20px 0;
              color: #000000;
          }
          p {
              font-size: 12px;
              font-weight: 300;
              line-height: 18px;
              margin: 0 0 20px 0;
              color: #000000;
          }
      }
  }
      */
}
@media only screen and (max-width: 780px) {
  .linkbox_grid_section .container .row .row_wrapper .linkbox_grid_wrapper {
    padding: 0 10px;
    gap: 20px;
  }
}
.linkbox_grid_section .container .row .row_wrapper .linkbox_grid_wrapper .linkbox {
  align-self: stretch;
  flex: 1 1 26%;
  flex-grow: unset;
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  .linkbox_grid_section .container .row .row_wrapper .linkbox_grid_wrapper .linkbox {
    flex: 100%;
  }
}
.linkbox_grid_section .container .row .row_wrapper .linkbox_grid_wrapper .linkbox .linkbox_content h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 10px 0;
  color: #000000;
}
@media only screen and (max-width: 780px) {
  .linkbox_grid_section .container .row .row_wrapper .linkbox_grid_wrapper .linkbox .linkbox_content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.linkbox_grid_section .container .row .row_wrapper .linkbox_grid_wrapper .linkbox .linkbox_content ul {
  margin: 0 0;
  padding: 0 0;
}
.linkbox_grid_section .container .row .row_wrapper .linkbox_grid_wrapper .linkbox .linkbox_content ul li {
  list-style: none;
  padding: 0 0;
  margin: 0 0 0 0;
}
.linkbox_grid_section .container .row .row_wrapper .linkbox_grid_wrapper .linkbox .linkbox_content ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 780px) {
  .linkbox_grid_section .container .row .row_wrapper .linkbox_grid_wrapper .linkbox .linkbox_content ul li a {
    font-size: 14px;
    line-height: 26px;
  }
}

.content_scroller_section h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 10px 0;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  .content_scroller_section h2 {
    padding: 0 10px;
    font-size: 22px;
    line-height: 36px;
  }
}
.content_scroller_section .content_scroller_wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 780px) {
  .content_scroller_section .content_scroller_wrapper {
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
.content_scroller_section .content_scroller_wrapper .content_scroller_nav_box {
  flex: 30%;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_nav_box .content_scroller_nav_content {
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3294117647);
  border-radius: 18px;
  padding: 20px;
}
@media only screen and (max-width: 780px) {
  .content_scroller_section .content_scroller_wrapper .content_scroller_nav_box .content_scroller_nav_content {
    width: 100%;
    overflow-x: scroll;
    box-sizing: border-box;
  }
}
.content_scroller_section .content_scroller_wrapper .content_scroller_nav_box .content_scroller_nav_content ul {
  margin: 0 0;
  padding: 0 0;
}
@media only screen and (max-width: 780px) {
  .content_scroller_section .content_scroller_wrapper .content_scroller_nav_box .content_scroller_nav_content ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
  }
}
.content_scroller_section .content_scroller_wrapper .content_scroller_nav_box .content_scroller_nav_content ul li {
  list-style: none;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 20px 0;
  color: #000000;
}
@media only screen and (max-width: 780px) {
  .content_scroller_section .content_scroller_wrapper .content_scroller_nav_box .content_scroller_nav_content ul li {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0;
  }
}
.content_scroller_section .content_scroller_wrapper .content_scroller_nav_box .content_scroller_nav_content ul li:hover {
  cursor: pointer;
  color: #2F747F;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_nav_box .content_scroller_nav_content ul li:last-child {
  margin: 0 0 0px 0;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_nav_box .content_scroller_nav_content ul li.selected {
  color: #2F747F;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_nav_box .content_scroller_nav_content ul li.selected:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../img/template/arrow_content_scroller.svg") center center no-repeat;
  background-size: cover;
  margin-left: 10px;
  margin-bottom: -2px;
}
@media only screen and (max-width: 780px) {
  .content_scroller_section .content_scroller_wrapper .content_scroller_nav_box .content_scroller_nav_content ul li.selected:after {
    display: none;
  }
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box {
  flex: 70%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3294117647);
  border-radius: 18px;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content {
  padding: 20px;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content .content {
  display: none;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content .content pre {
  margin-top: 0;
  max-height: 400px;
  overflow-y: auto;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content .visible {
  display: block;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content img {
  max-width: 100%;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content li {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 0 20px 0;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content h1, .content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content h2 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content h4 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content p {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 0 20px 0;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content blockquote {
  position: relative;
  margin: 0 0;
  padding: 10px 0px 10px 30px;
}
.content_scroller_section .content_scroller_wrapper .content_scroller_content_box .content_scroller_content blockquote:before {
  content: '"';
  display: block;
  position: absolute;
  font-size: 70px;
  color: #ccc;
  line-height: 70px;
  left: 0;
  top: 0;
}
.default_modal_wrapper {
  position: fixed;
  width: 100%;
  z-index: 2001;
  background: rgba(30, 33, 38, 0.76);
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  display: none;
}
.default_modal_wrapper .video_code {
  display: none;
}
.default_modal_wrapper .default_modal_container {
  position: relative;
  width: calc(100% - 40px);
  padding: 0 20px;
  height: 100vw;
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 10vh;
}
.default_modal_wrapper .default_modal_container .default_modal_content_wrapper {
  position: relative;
  flex: 1;
  width: 90%;
  max-width: 80%;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
}
.default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_close_button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  z-index: 1000;
}
.default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_close_button img {
  width: 20px;
}
.default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_close_button:hover {
  cursor: pointer;
}
.default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_content {
  overflow: auto;
  max-height: 70vh;
}
.default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_content h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #1E2126;
  letter-spacing: -3.5px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #1E2126;
}

#modal_lightbox .default_modal_content {
  text-align: center;
}
#modal_lightbox .default_modal_content img {
  width: 100%;
}

.lightbox_img:hover {
  cursor: pointer;
}

.default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_content {
  overflow: auto;
  max-height: 70vh;
}
.default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_content h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -3.5px;
}
.default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.75px;
}

@media only screen and (max-width: 780px) {
  .default_modal_wrapper .default_modal_container {
    padding: 0 0;
  }
  .default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_content {
    overflow: auto;
    max-height: 70vh;
  }
  .default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_content h2 {
    font-size: 31px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
  }
  .default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_content p {
    font-size: 14px;
    line-height: 20px;
  }
}
#modal_contact .default_modal_content .container .row .col_details h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  color: #1E2126;
  letter-spacing: -1px;
  margin: 0 0 0 0;
}
#modal_contact .default_modal_content .container .row .col_details .contact_icon_text_row {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 25px;
}
#modal_contact .default_modal_content .container .row .col_details .contact_icon_text_row .row_icon {
  flex: 10%;
  padding-right: 10px;
}
#modal_contact .default_modal_content .container .row .col_details .contact_icon_text_row .row_text {
  flex: 90%;
}
#modal_contact .default_modal_content .container .row .col_details .contact_icon_text_row .row_text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #1E2126;
  letter-spacing: -1px;
  margin: 0 0 0 0;
}
#modal_contact .default_modal_content .container .row .col_form h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  color: #1E2126;
  letter-spacing: -1px;
  margin: 0 0 0 0;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form input {
  border: 1px solid #C21313;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 80%;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form input:last-child {
  margin: 0;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form input:active, #modal_contact .default_modal_content .container .row .col_form #modal_contact_form input:focus {
  outline: none;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form textarea {
  border: 1px solid #C21313;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 80%;
  height: 150px;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row {
  width: 86%;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 0px;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .tata_check_col {
  flex: 70%;
  display: flex;
  flex-wrap: nowrap;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .tata_check_col input {
  display: none;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .tata_check_col label {
  flex: 10%;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .tata_check_col label:hover {
  cursor: pointer;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .tata_check_col input[type=checkbox] + label:before {
  content: "";
  border: 1px solid #C21313;
  background-color: #fff;
  width: 23px;
  height: 23px;
  display: inline-block;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .tata_check_col input:checked + label:before {
  background: url("../img/icons/check_icon.svg") center center no-repeat;
  background-size: 15px;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .tata_check_col p {
  flex: 90%;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  color: #1E2126;
  letter-spacing: 0px;
  margin: 0 0 0 0;
  text-transform: uppercase;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .tata_check_col p a {
  color: #C21313;
  text-decoration: none;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .tata_check_col p a:hover {
  color: #C21313;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .tata_check_col p a:focus {
  outline: none;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .submit_col {
  flex: 30%;
  text-align: right;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .submit_col input {
  border: 1px solid #C21313;
  background: #C21313;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  padding: 17px 28px 15px 28px;
  border-radius: 20px;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .submit_col input:hover {
  cursor: pointer;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .submit_col input[type=submit]:disabled {
  border: 1px solid #515151;
  background: #515151;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .contact_form_submit_row .submit_col input[type=submit]:disabled:hover {
  cursor: not-allowed;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .success_msg_container {
  display: none;
  border: 1px solid #7fe108;
  background: rgba(62, 255, 0, 0.0784313725);
  border-radius: 20px;
  padding: 12px;
  margin-top: 10px;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .success_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .error_msg_container {
  display: none;
  border: 1px solid #e10808;
  background: rgba(255, 0, 0, 0.0784313725);
  border-radius: 20px;
  padding: 12px;
  margin-top: 10px;
}
#modal_contact .default_modal_content .container .row .col_form #modal_contact_form .error_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}

#ueber_uns {
  margin-top: -170px;
  height: 170px;
}/*# sourceMappingURL=main.css.map */