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

@media only screen and (max-width: 780px) {
  .remove_on_mobile {
    display: none;
  }
}
.footer_section {
  background: #CDD0D6;
  padding-top: 90px;
}
.footer_section .container .row .footer_logo_container {
  padding-right: 80px;
}
.footer_section .container .row .footer_logo_container img {
  width: 100%;
  max-width: 283px;
}
.footer_section .container .row .footer_nav_container h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #353B44;
  margin: 0 0 25px 0;
}
.footer_section .container .row .footer_nav_container ul {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0;
  list-style: none;
}
.footer_section .container .row .footer_nav_container ul li {
  color: #353B44;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
}
.footer_section .container .row .footer_nav_container ul li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
  color: #353B44;
}
.footer_section .container .row .footer_nav_container ul li:hover {
  cursor: pointer;
}
.footer_section .container .row .footer_newsletter_container h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #353B44;
  margin: 0 0 30px 0;
}
.footer_section .container .row .footer_newsletter_container p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #353B44;
  margin-top: 25px;
}
.footer_section .container .row .footer_newsletter_container .footer_newsletter_form form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 0 10px;
}
.footer_section .container .row .footer_newsletter_container .footer_newsletter_form form input[type=text] {
  color: #fff;
  background: #4D5560;
  padding: 10px 15px;
  border: 0px solid #000;
  flex: 60%;
  margin: 0 0;
}
.footer_section .container .row .footer_newsletter_container .footer_newsletter_form form input[type=text]::-moz-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer_section .container .row .footer_newsletter_container .footer_newsletter_form form input[type=text]::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.footer_section .container .row .footer_newsletter_container .footer_newsletter_form form input[type=text]:focus {
  outline: none;
}
.footer_section .container .row .footer_newsletter_container .footer_newsletter_form form input[type=submit] {
  flex: 30%;
  color: #fff;
  background: #C21313;
  padding: 4px 15px;
  border: 1px solid #C21313;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0;
}
.footer_section .container .row .footer_newsletter_container .footer_newsletter_form form input[type=submit]:focus {
  outline: none;
}
.footer_section .container .row .footer_newsletter_container .footer_newsletter_form form input[type=submit]:hover {
  cursor: pointer;
}
.footer_section .container .row .footer_newsletter_container .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 .container .row .footer_newsletter_container .footer_newsletter_form .success_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}
.footer_section .container .row .footer_newsletter_container .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 .container .row .footer_newsletter_container .footer_newsletter_form .error_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}
.footer_section .container .row .footer_copyright {
  border-top: 2px dotted #353B44;
  text-align: center;
  width: 100%;
  margin-top: 90px;
}
.footer_section .container .row .footer_copyright p {
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
  color: #353B44;
  margin: 70px 0;
}

@media only screen and (max-width: 780px) {
  .footer_section {
    padding-top: 60px;
  }
  .footer_section .container .row .footer_logo_container {
    text-align: left;
    padding: 0 60px;
  }
  .footer_section .container .row .footer_logo_container img {
    max-width: 300px;
  }
  .footer_section .container .row .footer_nav_container {
    padding: 0 60px;
    margin-top: 40px;
  }
  .footer_section .container .row .footer_nav_container h3 {
    margin-bottom: 10px;
  }
  .footer_section .container .row .footer_newsletter_container {
    padding: 0 60px;
    margin-top: 40px;
  }
  .footer_section .container .row .footer_newsletter_container h3 {
    margin-bottom: 10px;
  }
  .footer_section .container .row .footer_newsletter_container .footer_newsletter_form form {
    flex-wrap: wrap;
    justify-content: end;
  }
  .footer_section .container .row .footer_newsletter_container .footer_newsletter_form form input[type=text] {
    flex: 100%;
  }
  .footer_section .container .row .footer_newsletter_container .footer_newsletter_form form input[type=submit] {
    margin-top: 15px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .footer_section .container .row .footer_copyright {
    margin-top: 40px;
  }
  .footer_section .container .row .footer_copyright p {
    margin: 20px 20px;
    font-size: 12px;
  }
}
.header_section {
  background-color: #C21313;
  position: relative;
  height: 51px;
  width: 100%;
  max-height: 51px;
}
.header_section .col-12 {
  padding: 0 0;
  margin: 0 0;
  width: 100%;
}
.header_section .header_wrapper {
  position: relative;
}
.header_section .header_wrapper .header_container {
  background-color: #fff;
  position: absolute;
  z-index: 500;
  height: 100px;
  max-height: 100px;
  border-radius: 30px;
  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: center;
  justify-items: center;
  align-items: center;
}
.header_section .header_wrapper .header_container.header_fixed {
  position: fixed;
  border-radius: 0;
  top: 0;
}
.header_section .header_wrapper .header_container .header_logo_wrapper {
  flex: 18%;
  padding: 0px 20px 0px 40px;
  margin-bottom: -14px;
}
.header_section .header_wrapper .header_container .header_logo_wrapper .header_logo_container img {
  width: 130px;
}
.header_section .header_wrapper .header_container .header_nav_wrapper {
  flex: 46%;
  text-align: right;
}
.header_section .header_wrapper .header_container .header_nav_wrapper .header_nav_container .header_nav {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  border-right: 2px solid #1E2126;
  margin-right: 40px;
}
.header_section .header_wrapper .header_container .header_nav_wrapper .header_nav_container .header_nav li {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-right: 40px;
  color: #1E2126;
}
.header_section .header_wrapper .header_container .header_nav_wrapper .header_nav_container .header_nav li a {
  text-decoration: none;
}
.header_section .header_wrapper .header_container .header_button_wrapper {
  flex: 18%;
}
.header_section .header_wrapper .header_container .header_button_wrapper .header_button_container .header_button {
  background: #C21313;
  border-radius: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  padding: 6px 20px 6px 20px;
}
.header_section .header_wrapper .header_container .header_button_wrapper .header_button_container .header_button .button_icon_before {
  background: url("../img/icons/contact_us.png") center center no-repeat;
  background-size: cover;
  width: 26px;
  height: 24px;
  display: inline-block;
  content: "wefw";
  color: #fff;
  margin-bottom: -6px;
  margin-right: 3px;
}
.header_section .header_wrapper .header_container .header_button_wrapper .header_button_container .header_button:hover {
  cursor: pointer;
}
.header_section .header_wrapper .header_container .language_switcher_wrapper {
  flex: 18%;
}
.header_section .header_wrapper .header_container .language_switcher_wrapper .language_switcher_container .language_switcher {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  justify-items: center;
  align-items: center;
  position: relative;
  color: #1E2126;
}
.header_section .header_wrapper .header_container .language_switcher_wrapper .language_switcher_container .language_switcher .language_switcher_flag {
  display: inline-block;
  background: url("../img/lang/de.png") center center no-repeat;
  background-size: cover;
  width: 39px;
  height: 39px;
  margin-right: 15px;
}
.header_section .header_wrapper .header_container .language_switcher_wrapper .language_switcher_container .language_switcher .language_switcher_text {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.header_section .header_wrapper .header_container .language_switcher_wrapper .language_switcher_container .language_switcher .language_switcher_dropdown_icon {
  display: inline-block;
  background: url("../img/icons/arrow_down.png") center center no-repeat;
  background-size: cover;
  width: 18px;
  height: 12px;
  margin-left: 10px;
}
.header_section .header_wrapper .header_container .language_switcher_wrapper .language_switcher_container .language_switcher .language_list_wrapper {
  visibility: hidden;
  position: absolute;
  border-radius: 20px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.54);
  padding: 12px 20px;
  background: #fff;
  opacity: 0;
  margin-top: 15px;
  transition: 300ms;
  top: 45px;
}
.header_section .header_wrapper .header_container .language_switcher_wrapper .language_switcher_container .language_switcher .language_list_wrapper .language_list_container .language {
  width: 120px;
  padding: 4px 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  background: #f6f6f6;
}
.header_section .header_wrapper .header_container .language_switcher_wrapper .language_switcher_container .language_switcher .language_list_wrapper .language_list_container .language a {
  text-decoration: none;
  color: #333447;
  width: 100%;
  display: block;
}
.header_section .header_wrapper .header_container .language_switcher_wrapper .language_switcher_container .language_switcher .language_list_wrapper .language_list_container .language.selected {
  background: #c22211;
  color: #fff;
}
.header_section .header_wrapper .header_container .language_switcher_wrapper .language_switcher_container .language_switcher .language_list_wrapper .language_list_container .language.selected a {
  color: #fff;
}
.header_section .header_wrapper .header_container .language_switcher_wrapper .language_switcher_container .language_switcher .language_list_wrapper .language_list_container .language:hover {
  cursor: pointer;
}
.header_section .header_wrapper .header_container .language_switcher_wrapper .language_switcher_container .language_switcher:hover .language_list_wrapper {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
.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_content {
  width: 100%;
  text-align: right;
}
.mobile_nav_section .mobile_nav_wrapper .mobile_nav_container .mobile_nav_content .mobile_nav_list {
  padding: 0;
  list-style: none;
}
.mobile_nav_section .mobile_nav_wrapper .mobile_nav_container .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) {
  .header_section > .container {
    width: 100%;
  }
  .header_section > .container .header_container {
    border-radius: 0;
    padding: 0 0;
    height: 50px;
    max-height: 50px;
  }
  .header_section > .container .header_container .header_logo_wrapper {
    width: 50%;
    padding: 0 0;
    margin-bottom: 0;
    padding-left: 20px;
  }
  .header_section > .container .header_container .header_logo_wrapper .header_logo_container a img {
    width: 59px;
    margin-bottom: -11px;
  }
  .header_section > .container .header_container .header_nav_wrapper, .header_section > .container .header_container .header_button_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;
  }
}
.hero_section {
  background: url("../img/template/Header_grauer_Hintergrund.svg") center center no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 140px;
  overflow-x: hidden;
  margin-bottom: 80px;
}
.hero_section .container .row .hero_text_container {
  color: #fff;
}
.hero_section .container .row .hero_text_container h1 {
  font-size: 67px;
  font-weight: 600;
  line-height: 77px;
  margin-top: 10px;
  margin-bottom: 28px;
  letter-spacing: -3.5px;
  color: #fff;
}
.hero_section .container .row .hero_text_container h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  margin-bottom: 25px;
}
.hero_section .container .row .hero_text_container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero_section .container .row .hero_text_container ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.hero_section .container .row .hero_text_container ul li:before {
  content: "";
  display: inline-block;
  background: url("../img/icons/arrow_list_white.png") center center no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.hero_section .container .row .hero_text_container .hero_button_container {
  margin-top: 30px;
}
.hero_section .container .row .hero_text_container .hero_button_container .hero_button_red {
  margin-right: 25px;
  background: #C21313;
  border: 2px solid #C21313;
  border-radius: 20px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  padding: 15px 20px 15px 20px;
}
.hero_section .container .row .hero_text_container .hero_button_container .hero_button_red .button_icon_after {
  background: url("../img/icons/delivered.png") center center no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: inline-block;
  content: "wefw";
  color: #fff;
  margin-bottom: -3px;
  margin-left: 4px;
}
.hero_section .container .row .hero_text_container .hero_button_container .hero_button_red:hover {
  cursor: pointer;
}
.hero_section .container .row .hero_text_container .hero_button_container .hero_button_transparent {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  padding: 15px 20px 15px 20px;
}
.hero_section .container .row .hero_text_container .hero_button_container .hero_button_transparent .button_icon_after {
  background-size: cover;
  width: 20px;
  height: 19px;
  display: inline-block;
  content: "";
  color: #fff;
  margin-bottom: -4px;
  margin-left: 4px;
}
.hero_section .container .row .hero_text_container .hero_button_container .hero_button_transparent:hover {
  cursor: pointer;
}
.hero_section .container .row .hero_img_container {
  padding-bottom: 100px;
  padding-top: 150px;
}
.hero_section .container .row .hero_img_container img {
  width: 100%;
  max-width: 689px;
}

@media only screen and (max-width: 780px) {
  .hero_section {
    background: url("../img/template/hero_back_mobile.png") center center no-repeat;
    padding-top: 40px;
    background-size: cover;
    margin-bottom: 150px;
  }
  .hero_section .container .row .hero_text_container {
    padding: 0 20px;
  }
  .hero_section .container .row .hero_text_container h1 {
    font-size: 34px;
    letter-spacing: -1.36px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .hero_section .container .row .hero_text_container h2 {
    font-size: 15px;
    letter-spacing: -0.75px;
    line-height: 19px;
  }
  .hero_section .container .row .hero_text_container ul li {
    font-size: 15px;
    letter-spacing: -0.75px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .hero_section .container .row .hero_text_container ul li:before {
    width: 15px;
    height: 11px;
  }
  .hero_section .container .row .hero_text_container .hero_button_container .hero_button_red {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
  }
  .hero_section .container .row .hero_img_container {
    padding: 0 20px;
    position: relative;
    height: 150px;
  }
  .hero_section .container .row .hero_img_container img {
    position: absolute;
    top: -15px;
    width: 230px;
    right: 20px;
  }
}
.col2_text_video_section {
  width: 100%;
}
.col2_text_video_section .container .row .text_container {
  position: relative;
}
.col2_text_video_section .container .row .text_container h2 {
  font-size: 88px;
  font-weight: 600;
  line-height: 98px;
  color: transparent;
  font-family: arial;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #C21313;
  margin: 0 0;
  position: absolute;
  top: -45px;
  z-index: -1;
  letter-spacing: -3.5px;
}
.col2_text_video_section .container .row .text_container h3 {
  z-index: 2;
  font-size: 51px;
  font-weight: 600;
  line-height: 61px;
  color: #1E2126;
  margin: 0 0 0 0;
  letter-spacing: -3.5px;
}
.col2_text_video_section .container .row .text_container p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #1E2126;
}
.col2_text_video_section .container .row .text_container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.col2_text_video_section .container .row .text_container ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  color: #1E2126;
}
.col2_text_video_section .container .row .text_container ul li:before {
  content: "";
  display: inline-block;
  background: url("../img/icons/arrow_list_red.png") center center no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.col2_text_video_section .container .row .video_container {
  padding-left: 40px;
}
.col2_text_video_section .container .row .video_container .video_thumbnail_container {
  height: 376px;
  background-size: cover !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.col2_text_video_section .container .row .video_container .video_thumbnail_container .video_play_button_container {
  width: 100px;
  height: 100px;
  background: #C21313;
  border-radius: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.col2_text_video_section .container .row .video_container .video_thumbnail_container .video_play_button_container img {
  margin-right: -10px;
}
.col2_text_video_section .container .row .video_container .video_thumbnail_container:hover {
  cursor: pointer;
}

@media only screen and (max-width: 780px) {
  .col2_text_video_section .container .row .text_container {
    padding: 0 20px;
  }
  .col2_text_video_section .container .row .text_container h2 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2px;
    top: -30px;
    left: 10px;
    -webkit-text-stroke-width: 1.5px;
  }
  .col2_text_video_section .container .row .text_container h3 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1.36px;
  }
  .col2_text_video_section .container .row .text_container p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.75px;
    margin-bottom: 30px;
  }
  .col2_text_video_section .container .row .text_container ul {
    margin: 0px 0;
  }
  .col2_text_video_section .container .row .text_container ul li {
    font-size: 15px;
    letter-spacing: -0.75px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .col2_text_video_section .container .row .text_container ul li:before {
    width: 15px;
    height: 11px;
  }
  .col2_text_video_section .container .row .video_container {
    padding: 0 20px;
    margin-top: 20px;
  }
  .col2_text_video_section .container .row .video_container .video_thumbnail_container {
    height: 240px;
  }
  .col2_text_video_section .container .row .video_container .video_thumbnail_container .video_play_button_container {
    width: 90px;
    height: 90px;
  }
}
.col2_textimage_textlist_section {
  position: relative;
  width: 100%;
}
.col2_textimage_textlist_section .textimage_wrapper {
  position: absolute;
  left: 0px;
  top: -30px;
  width: 100%;
}
.col2_textimage_textlist_section .textimage_wrapper .textimage_container {
  display: block;
  height: 720px;
  max-width: 45vw;
  width: 100%;
  background: url("../img/content/kartons.png") center center no-repeat;
  background-size: cover;
  position: relative;
}
.col2_textimage_textlist_section .textimage_wrapper .textimage_container .image_textbox_wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #BC1818;
  width: 80%;
}
.col2_textimage_textlist_section .textimage_wrapper .textimage_container .image_textbox_wrapper .image_textbox_container {
  padding: 30px 30px 50px 30px;
  color: #fff;
}
.col2_textimage_textlist_section .textimage_wrapper .textimage_container .image_textbox_wrapper .image_textbox_container h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0;
  letter-spacing: -3.5p;
}
.col2_textimage_textlist_section .textimage_wrapper .textimage_container .image_textbox_wrapper .image_textbox_container p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
}
.col2_textimage_textlist_section .textimage_wrapper .textimage_container .image_textbox_wrapper .image_textbox_container a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.col2_textimage_textlist_section .textimage_wrapper .textimage_container .image_textbox_wrapper .image_textbox_container a span {
  background-size: cover;
  width: 20px;
  height: 19px;
  display: inline-block;
  content: "";
  margin-bottom: -4px;
  margin-left: 4px;
}
.col2_textimage_textlist_section .container .row .textlist_container {
  position: relative;
}
.col2_textimage_textlist_section .container .row .textlist_container h2 {
  font-size: 88px;
  font-weight: 600;
  line-height: 98px;
  color: transparent;
  font-family: arial;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #C21313;
  margin: 0 0;
  position: absolute;
  top: -45px;
  left: -35px;
  z-index: -1;
  letter-spacing: -3.5px;
}
.col2_textimage_textlist_section .container .row .textlist_container h3 {
  z-index: 2;
  font-size: 51px;
  font-weight: 600;
  line-height: 61px;
  color: #1E2126;
  margin: 0 0 0 0;
  letter-spacing: -3.5px;
}
.col2_textimage_textlist_section .container .row .textlist_container p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #1E2126;
}
.col2_textimage_textlist_section .container .row .textlist_container .textlist_list_container {
  margin-top: 30px;
}
.col2_textimage_textlist_section .container .row .textlist_container .textlist_list_container .textlist_item {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  justify-items: flex-start;
  align-items: flex-start;
}
.col2_textimage_textlist_section .container .row .textlist_container .textlist_list_container .textlist_item .textlist_item_text {
  padding-left: 10px;
}
.col2_textimage_textlist_section .container .row .textlist_container .textlist_list_container .textlist_item .textlist_item_text h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin: 0;
  color: #1E2126;
}
.col2_textimage_textlist_section .container .row .textlist_container .textlist_list_container .textlist_item .textlist_item_text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  color: #1E2126;
}

@media only screen and (max-width: 780px) {
  .col2_textimage_textlist_section {
    display: flex;
    flex-wrap: wrap;
  }
  .col2_textimage_textlist_section .textimage_wrapper {
    order: 2;
    position: static;
  }
  .col2_textimage_textlist_section .textimage_wrapper .textimage_container {
    width: 100%;
    max-width: 100%;
    height: 500px;
  }
  .col2_textimage_textlist_section .textimage_wrapper .textimage_container .image_textbox_wrapper {
    width: 100%;
  }
  .col2_textimage_textlist_section .textimage_wrapper .textimage_container .image_textbox_wrapper .image_textbox_container {
    padding: 20px 20px 10px 20px;
  }
  .col2_textimage_textlist_section .textimage_wrapper .textimage_container .image_textbox_wrapper .image_textbox_container h2 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
  }
  .col2_textimage_textlist_section .textimage_wrapper .textimage_container .image_textbox_wrapper .image_textbox_container p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.75px;
  }
  .col2_textimage_textlist_section .container {
    order: 1;
  }
  .col2_textimage_textlist_section .container .row .textlist_container {
    padding: 0 20px;
  }
  .col2_textimage_textlist_section .container .row .textlist_container h2 {
    font-size: 50px;
    line-height: 61px;
    letter-spacing: -2px;
    top: -37px;
    left: 4px;
    -webkit-text-stroke-width: 1.5px;
  }
  .col2_textimage_textlist_section .container .row .textlist_container h3 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1.36px;
  }
  .col2_textimage_textlist_section .container .row .textlist_container p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.75px;
  }
  .col2_textimage_textlist_section .container .row .textlist_container .textlist_list_container .textlist_item .textlist_item_icon {
    max-width: 40px;
  }
  .col2_textimage_textlist_section .container .row .textlist_container .textlist_list_container .textlist_item .textlist_item_icon img {
    max-width: 40px;
  }
  .col2_textimage_textlist_section .container .row .textlist_container .textlist_list_container .textlist_item .textlist_item_text h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1.2px;
  }
  .col2_textimage_textlist_section .container .row .textlist_container .textlist_list_container .textlist_item .textlist_item_text p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.75px;
  }
}
.ablauf_section {
  width: 100%;
  overflow-x: hidden;
}
.ablauf_section .container .row .ablauf_text_button_wrapper .ablauf_text_button_container {
  text-align: left;
}
.ablauf_section .container .row .ablauf_text_button_wrapper .ablauf_text_button_container h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #1E2126;
  letter-spacing: -3.5px;
}
.ablauf_section .container .row .ablauf_text_button_wrapper .ablauf_text_button_container p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #1E2126;
}
.ablauf_section .container .row .ablauf_text_button_wrapper .ablauf_text_button_container .ablauf_button_red {
  margin-right: 25px;
  background: #C21313;
  border: 2px solid #C21313;
  border-radius: 20px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  padding: 15px 40px 15px 40px;
}
.ablauf_section .container .row .ablauf_text_button_wrapper .ablauf_text_button_container .ablauf_button_red .ablauf_button_after {
  background: url("../img/icons/delivered.png") center center no-repeat;
  background-size: cover;
  width: 25px;
  height: 15px;
  display: inline-block;
  content: "wefw";
  color: #fff;
  margin-bottom: -3px;
  margin-left: 4px;
}
.ablauf_section .container .row .ablauf_text_button_wrapper .ablauf_text_button_container .ablauf_button_red:hover {
  cursor: pointer;
}
.ablauf_section .container .row .ablauf_item_wrapper .ablauf_item_container {
  text-align: center;
}
.ablauf_section .container .row .ablauf_item_wrapper .ablauf_item_container img {
  width: 140px;
}
.ablauf_section .container .row .ablauf_item_wrapper .ablauf_item_container h3 {
  color: #C21313;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -1.8px;
  margin: 10px 0 20px 0;
}
.ablauf_section .container .row .ablauf_item_wrapper .ablauf_item_container p {
  color: #353B44;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -1px;
  margin: 0 0 0 0;
}
.ablauf_section .container .row .ablauf_arrow_wrapper .ablauf_arrow_container {
  text-align: center;
  padding-top: 52px;
}
.ablauf_section .container .row .ablauf_arrow_wrapper .ablauf_arrow_container .ablauf_arrow {
  width: 55px;
}

@media only screen and (max-width: 780px) {
  .ablauf_section .container .row .ablauf_text_button_wrapper {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .ablauf_section .container .row .ablauf_text_button_wrapper .ablauf_text_button_container h2 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -2px;
    margin-top: 60px;
  }
  .ablauf_section .container .row .ablauf_text_button_wrapper .ablauf_text_button_container p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.75px;
  }
  .ablauf_section .container .row .ablauf_item_wrapper {
    padding: 0 20px;
  }
  .ablauf_section .container .row .ablauf_item_wrapper .ablauf_item_container h3 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -1.25px;
  }
  .ablauf_section .container .row .ablauf_item_wrapper .ablauf_item_container p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.75px;
  }
  .ablauf_section .container .row .ablauf_arrow_wrapper {
    padding: 0 20px;
  }
  .ablauf_section .container .row .ablauf_arrow_wrapper .ablauf_arrow_container .ablauf_arrow {
    transform: rotate(90deg);
    margin-bottom: 40px;
  }
}
.product_slider_section {
  background: #353B44;
  padding: 120px 0;
  width: 100%;
  overflow-x: hidden;
}
.product_slider_section .container .row .product_slider_header_wrapper {
  padding-left: 30%;
  margin-bottom: 0px;
}
.product_slider_section .container .row .product_slider_header_wrapper .product_slider_header_container {
  position: relative;
}
.product_slider_section .container .row .product_slider_header_wrapper .product_slider_header_container h2 {
  font-size: 88px;
  font-weight: 600;
  line-height: 98px;
  color: transparent;
  font-family: arial;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #C21313;
  margin: 0 0;
  position: absolute;
  top: -45px;
  left: -35px;
  z-index: 1;
  letter-spacing: -3.5px;
}
.product_slider_section .container .row .product_slider_header_wrapper .product_slider_header_container h3 {
  position: relative;
  z-index: 2;
  font-size: 51px;
  font-weight: 600;
  line-height: 61px;
  color: #1E2126;
  margin: 0 0 0 0;
  letter-spacing: -3.5px;
  color: #fff;
}
.product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slick-prev {
  background: #fff;
  border-radius: 33px;
  height: 66px;
  width: 66px;
  left: -66px;
  padding-left: 19px;
}
.product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slick-prev:before {
  content: "";
  height: 35px;
  width: 20px;
  display: block;
  background: url("../img/icons/slider_prev.png") center center no-repeat;
  background-size: cover;
}
.product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slick-next {
  background: #fff;
  border-radius: 33px;
  height: 66px;
  width: 66px;
  right: -66px;
  padding-left: 26px;
}
.product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slick-next:before {
  content: "";
  height: 35px;
  width: 20px;
  display: block;
  background: url("../img/icons/slider_next.png") center center no-repeat;
  background-size: cover;
}
.product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slide_wrapper {
  padding: 0 10px;
  display: block !important;
  width: auto !important;
}
.product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slide_wrapper .slide_content {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 30px 70px 30px;
  text-align: left;
  margin-top: 70px;
  height: 350px;
}
.product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slide_wrapper .slide_content .slide_img_wrapper {
  position: relative;
}
.product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slide_wrapper .slide_content .slide_img_wrapper .slide_img_container {
  margin-top: -60px;
  height: 190px;
  position: relative;
}
.product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slide_wrapper .slide_content .slide_img_wrapper .slide_img_container .slide_img {
  position: absolute;
  width: 95%;
  bottom: 0;
  left: 0;
}
.product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slide_wrapper .slide_content h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  color: #F39090;
  letter-spacing: -1px;
}
.product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slide_wrapper .slide_content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #1E2126;
  letter-spacing: -1px;
}

@media only screen and (max-width: 780px) {
  .product_slider_section .container .row .product_slider_header_wrapper {
    padding-left: 20px;
  }
  .product_slider_section .container .row .product_slider_header_wrapper .product_slider_header_container h2 {
    font-size: 50px;
    line-height: 61px;
    letter-spacing: -2px;
    -webkit-text-stroke-width: 1.5px;
    top: -37px;
    left: -14px;
  }
  .product_slider_section .container .row .product_slider_header_wrapper .product_slider_header_container h3 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1.7px;
  }
  .product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider {
    padding-top: 40px;
  }
  .product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slick-prev {
    height: 39px;
    width: 39px;
    left: 10px;
    z-index: 50;
    padding-left: 14px;
  }
  .product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slick-prev:before {
    height: 19px;
    width: 11px;
  }
  .product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slick-next {
    height: 39px;
    width: 39px;
    right: 10px;
    padding-left: 16px;
  }
  .product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slick-next:before {
    height: 19px;
    width: 11px;
  }
  .product_slider_section .container .row .product_slider_wrapper .product_slider_container .product_slider_box .product_slider .slide_wrapper {
    padding: 0 60px;
  }
}
.fixed_contact_button_section_background {
  position: fixed;
  width: 100%;
  z-index: 1001;
  background: rgba(30, 33, 38, 0.76);
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  display: none;
}

.fixed_contact_button_section {
  position: fixed;
  right: 0;
  top: calc(35% + 100px);
  z-index: 1010;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .contact_button_wrapper {
  position: absolute;
  top: 0;
  left: -115px;
  background: #C21313;
  width: 115px;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .contact_button_wrapper .contact_button {
  width: 60%;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .contact_button_wrapper:hover {
  cursor: pointer;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper {
  background: #fff;
  visibility: hidden;
  max-width: 0px;
  padding: 0;
  transition: 500ms;
  max-height: 450px;
  min-height: 450px;
  overflow: hidden;
  height: 450px;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper.visible {
  visibility: visible;
  max-width: 944px;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper.visible .fixed_contact_form_container {
  opacity: 1;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container {
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  opacity: 0;
  transition: 200ms;
  position: relative;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .colse_fixed_contact_form {
  position: absolute;
  right: 30px;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .colse_fixed_contact_form:hover {
  cursor: pointer;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_infos_wrapper {
  flex: 30%;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_infos_wrapper .contact_col_infos_container h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  color: #1E2126;
  letter-spacing: -1px;
  margin: 0 0 0 0;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_infos_wrapper .contact_col_infos_container .contact_icon_text_row {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 25px;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_infos_wrapper .contact_col_infos_container .contact_icon_text_row .row_icon {
  flex: 10%;
  padding-right: 10px;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_infos_wrapper .contact_col_infos_container .contact_icon_text_row .row_text {
  flex: 90%;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_infos_wrapper .contact_col_infos_container .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;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper {
  flex: 70%;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  color: #1E2126;
  letter-spacing: -1px;
  margin: 0 0 25px 0;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container h2 span {
  font-weight: 300;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_input_row {
  display: flex;
  flex-wrap: nowrap;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_input_row .contact_form_input_col_left {
  flex: 50%;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_input_row .contact_form_input_col_left input {
  border: 1px solid #C21313;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 80%;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_input_row .contact_form_input_col_left input:last-child {
  margin: 0;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_input_row .contact_form_input_col_left input:active, .fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_input_row .contact_form_input_col_left input:focus {
  outline: none;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_input_row .contact_form_input_col_right {
  flex: 40%;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_input_row .contact_form_input_col_right textarea {
  border: 1px solid #C21313;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 80%;
  height: 94%;
  width: calc(100% - 30px);
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_submit_row {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 25px;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_submit_row .tata_check_col {
  flex: 70%;
  display: flex;
  flex-wrap: nowrap;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_submit_row .tata_check_col input {
  display: none;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_submit_row .tata_check_col label {
  flex: 10%;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_submit_row .tata_check_col label:hover {
  cursor: pointer;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_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;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_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;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_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;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_submit_row .tata_check_col p a {
  color: #C21313;
  text-decoration: none;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_submit_row .tata_check_col p a:hover {
  color: #C21313;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_submit_row .tata_check_col p a:focus {
  outline: none;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_submit_row .submit_col {
  flex: 30%;
  text-align: right;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_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;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_submit_row .submit_col input:hover {
  cursor: pointer;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_submit_row .submit_col input[type=submit]:disabled {
  border: 1px solid #515151;
  background: #515151;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .contact_form_submit_row .submit_col input[type=submit]:disabled:hover {
  cursor: not-allowed;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_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;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .success_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_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;
}
.fixed_contact_button_section .fixed_contact_button_wrapper .fixed_contact_button_container .fixed_contact_form_wrapper .fixed_contact_form_container .contact_col_form_wrapper .contact_col_form_container #fixed_contact_form .error_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}

.fixed_termin_button_section_background {
  position: fixed;
  width: 100%;
  z-index: 1020;
  background: rgba(30, 33, 38, 0.76);
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  display: none;
}

.fixed_termin_button_section {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 1030;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .termin_button_wrapper {
  position: absolute;
  top: 0;
  left: -115px;
  background: #C21313;
  width: 115px;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .termin_button_wrapper .termin_button {
  width: 60%;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .termin_button_wrapper:hover {
  cursor: pointer;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper {
  background: #fff;
  visibility: hidden;
  max-width: 0px;
  padding: 0;
  transition: 500ms;
  max-height: 450px;
  min-height: 450px;
  overflow: hidden;
  height: 450px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper.visible {
  visibility: visible;
  max-width: 944px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper.visible .fixed_termin_form_container {
  opacity: 1;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container {
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  opacity: 0;
  transition: 200ms;
  position: relative;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container .colse_fixed_termin_form {
  position: absolute;
  right: 30px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container .colse_fixed_termin_form:hover {
  cursor: pointer;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form {
  display: flex;
  flex-wrap: nowrap;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_inputs_wrapper {
  flex: 50%;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_inputs_wrapper .termin_col_inputs_container h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  color: #1E2126;
  letter-spacing: -1px;
  margin: 0 0 0 0;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_inputs_wrapper .termin_col_inputs_container .termin_form_input_row .termin_form_input_col input {
  border: 1px solid #C21313;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 80%;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_inputs_wrapper .termin_col_inputs_container .termin_form_input_row .termin_form_input_col input:last-child {
  margin: 0;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_inputs_wrapper .termin_col_inputs_container .termin_form_input_row .termin_form_input_col input:active, .fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_inputs_wrapper .termin_col_inputs_container .termin_form_input_row .termin_form_input_col input:focus {
  outline: none;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_inputs_wrapper .termin_col_inputs_container .termin_icon_text_row {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 25px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_inputs_wrapper .termin_col_inputs_container .termin_icon_text_row .row_icon {
  flex: 10%;
  padding-right: 10px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_inputs_wrapper .termin_col_inputs_container .termin_icon_text_row .row_text {
  flex: 90%;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_inputs_wrapper .termin_col_inputs_container .termin_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;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper {
  flex: 50%;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  color: #1E2126;
  letter-spacing: -1px;
  margin: 0 0 0 0;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .fixed_termin_form_datepicker_wrapper #fixed_termin_form_datepicker .ui-datepicker {
  width: 80%;
  border: 1px solid #C21313;
  border-radius: 20px;
  padding: 10px 10px 10px 10px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .fixed_termin_form_datepicker_wrapper #fixed_termin_form_datepicker .ui-datepicker .ui-datepicker-header {
  background: #fff;
  border: none;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .fixed_termin_form_datepicker_wrapper #fixed_termin_form_datepicker .ui-datepicker .ui-datepicker-calendar thead th {
  color: #1E2126;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .fixed_termin_form_datepicker_wrapper #fixed_termin_form_datepicker .ui-datepicker .ui-datepicker-calendar tbody td a {
  border: none;
  background: #fff;
  font-size: 12px;
  color: #1E2126;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .fixed_termin_form_datepicker_wrapper #fixed_termin_form_datepicker .ui-datepicker .ui-datepicker-calendar tbody td a:hover {
  background: rgba(194, 19, 19, 0.137254902);
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .fixed_termin_form_datepicker_wrapper #fixed_termin_form_datepicker .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-highlight {
  background: rgba(194, 19, 19, 0.137254902);
  color: #fff;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .fixed_termin_form_datepicker_wrapper #fixed_termin_form_datepicker .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-active {
  background: #c21313;
  color: #fff;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 25px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .tata_check_col {
  flex: 70%;
  display: flex;
  flex-wrap: nowrap;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .tata_check_col input {
  display: none;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .tata_check_col label {
  flex: 10%;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .tata_check_col label:hover {
  cursor: pointer;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_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;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .tata_check_col input:checked + label:before {
  background: url("../img/icons/check_icon.svg") center center no-repeat;
  background-size: 15px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_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;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .tata_check_col p a {
  color: #C21313;
  text-decoration: none;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .tata_check_col p a:hover {
  color: #C21313;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .tata_check_col p a:focus {
  outline: none;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .submit_col {
  flex: 30%;
  text-align: right;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_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;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .submit_col input:hover {
  cursor: pointer;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .submit_col input[type=submit]:disabled {
  border: 1px solid #515151;
  background: #515151;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .submit_col input[type=submit]:disabled:hover {
  cursor: not-allowed;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .success_msg_container {
  display: none;
  border: 1px solid #7fe108;
  background: rgba(62, 255, 0, 0.0784313725);
  border-radius: 20px;
  padding: 12px;
  margin-top: 10px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .success_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .error_msg_container {
  display: none;
  border: 1px solid #e10808;
  background: rgba(255, 0, 0, 0.0784313725);
  border-radius: 20px;
  padding: 12px;
  margin-top: 10px;
}
.fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .error_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}

@media only screen and (max-width: 780px) {
  .fixed_termin_button_section {
    top: 10%;
  }
  .fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .termin_button_wrapper {
    display: none !important;
  }
  .fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper {
    height: -moz-fit-content;
    height: fit-content;
    max-height: 80%;
    overflow: auto;
    transition: 400ms;
  }
  .fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container {
    padding: 20px;
  }
  .fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form {
    flex-wrap: wrap;
  }
  .fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row {
    flex-wrap: wrap;
  }
  .fixed_termin_button_section .fixed_termin_button_wrapper .fixed_termin_button_container .fixed_termin_form_wrapper .fixed_termin_form_container form .termin_col_calendar_wrapper .termin_col_calendar_container .termin_form_submit_row .tata_check_col {
    flex: 100%;
  }
}
.fixed_musterbox_button_section_background {
  position: fixed;
  width: 100%;
  z-index: 1001;
  background: rgba(30, 33, 38, 0.76);
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  display: none;
}

.fixed_musterbox_button_section {
  position: fixed;
  right: 0;
  top: calc(35% + 100px);
  z-index: 1010;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .musterbox_button_wrapper {
  position: absolute;
  top: 0;
  left: -115px;
  background: #C21313;
  width: 115px;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .musterbox_button_wrapper .musterbox_button {
  width: 60%;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .musterbox_button_wrapper:hover {
  cursor: pointer;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper {
  background: #fff;
  visibility: hidden;
  max-width: 0px;
  padding: 0;
  transition: 500ms;
  max-height: 450px;
  min-height: 450px;
  overflow: hidden;
  height: 450px;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper.visible {
  visibility: visible;
  max-width: 944px;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper.visible .fixed_musterbox_form_container {
  opacity: 1;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container {
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  opacity: 0;
  transition: 200ms;
  position: relative;
  /*
  .musterbox_col_infos_wrapper {
      flex:  30%;
      .musterbox_col_infos_container {
          h2 {
              font-size: 18px;
              font-weight: 600;
              line-height: 40px;
              color: #1E2126;
              letter-spacing: -1px;
              margin: 0 0 0 0;
          }

          .musterbox_icon_text_row {
              display: flex;
              flex-wrap: nowrap;
              margin-top: 25px;
              .row_icon {
                  flex: 10%;
                  padding-right: 10px;
                  img {

                  }
              }
              .row_text {
                  flex: 90%;
                  p {
                      font-size: 16px;
                      font-weight: 300;
                      line-height: 26px;
                      color: #1E2126;
                      letter-spacing: -1px;
                      margin: 0 0 0 0;
                  }
              }
          }

      }
  }
  */
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .colse_fixed_musterbox_form {
  position: absolute;
  right: 30px;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .colse_fixed_musterbox_form:hover {
  cursor: pointer;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper {
  flex: 100%;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  color: #1E2126;
  letter-spacing: -1px;
  margin: 0 0 25px 0;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container h2 span {
  font-weight: 300;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row {
  display: flex;
  flex-wrap: nowrap;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_left {
  flex: 50%;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_left input {
  border: 1px solid #C21313;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 80%;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_left input:last-child {
  margin: 0;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_left input:active, .fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_left input:focus {
  outline: none;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_left .input_flex_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3%;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_left .input_flex_grid input {
  margin-bottom: 0px;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_left .input_flex_grid input[name=prename], .fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_left .input_flex_grid input[name=lastname] {
  width: 35%;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_left .input_flex_grid input[name=plz] {
  width: 15%;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_left .input_flex_grid input[name=city] {
  width: 55%;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_right {
  flex: 40%;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_right input {
  border: 1px solid #C21313;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 80%;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_right input:last-child {
  margin: 0;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_right input:active, .fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_right input:focus {
  outline: none;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 25px;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .tata_check_col {
  flex: 70%;
  display: flex;
  flex-wrap: nowrap;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .tata_check_col input {
  display: none;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .tata_check_col label {
  flex: 10%;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .tata_check_col label:hover {
  cursor: pointer;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_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;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .tata_check_col input:checked + label:before {
  background: url("../img/icons/check_icon.svg") center center no-repeat;
  background-size: 15px;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_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;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .tata_check_col p a {
  color: #C21313;
  text-decoration: none;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .tata_check_col p a:hover {
  color: #C21313;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .tata_check_col p a:focus {
  outline: none;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .submit_col {
  flex: 30%;
  text-align: right;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_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;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .submit_col input:hover {
  cursor: pointer;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .submit_col input[type=submit]:disabled {
  border: 1px solid #515151;
  background: #515151;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .submit_col input[type=submit]:disabled:hover {
  cursor: not-allowed;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_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;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .success_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_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;
}
.fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .error_msg_container p {
  margin: 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}

@media only screen and (max-width: 780px) {
  .fixed_musterbox_button_section {
    top: 10%;
  }
  .fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .musterbox_button_wrapper {
    display: none !important;
  }
  .fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper {
    /*
    max-width: 100%;
    */
    height: -moz-fit-content;
    height: fit-content;
    max-height: 80%;
    overflow: auto;
    transition: 400ms;
  }
  .fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container {
    padding: 20px;
  }
  .fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row {
    flex-wrap: wrap;
  }
  .fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_input_row .musterbox_form_input_col_left {
    flex: 100%;
    margin-bottom: 20px;
  }
  .fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row {
    flex-wrap: wrap;
  }
  .fixed_musterbox_button_section .fixed_musterbox_button_wrapper .fixed_musterbox_button_container .fixed_musterbox_form_wrapper .fixed_musterbox_form_container .musterbox_col_form_wrapper .musterbox_col_form_container #fixed_musterbox_form .musterbox_form_submit_row .tata_check_col {
    flex: 100%;
  }
}
.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: 20vh;
}
.default_modal_wrapper .default_modal_container .default_modal_content_wrapper {
  position: relative;
  flex: 1;
  width: 90%;
  max-width: 1000px;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}
.default_modal_wrapper .default_modal_container .default_modal_content_wrapper .default_modal_close_button {
  position: absolute;
  right: 30px;
  top: 30px;
  display: inline-block;
  z-index: 1000;
}
.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;
}

.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 .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 */