h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #e9091c;
  font-size: 40px;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #393c3d;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #393c3d;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #393c3d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #393c3d;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

img {
  display: inline-block;
  width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

strong {
  font-weight: bold;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-logo-wrapper {
  width: 80%;
  padding-left: 15px;
}

.e-mail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.roter-paragraph {
  font-family: 'Source Sans Pro', sans-serif;
  color: #e9091c;
  font-weight: 300;
}

.roter-paragraph._0-margin {
  margin-bottom: 0px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72.03125%;
  float: left;
}

.obere-navbar {
  margin-top: 35px;
  margin-bottom: 35px;
}

.social-media-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27.96875%;
}

.navbar {
  padding-bottom: 20px;
  background-color: transparent;
}

.facebook-link {
  padding-top: 15px;
  padding-right: 2px;
}

.xing-link {
  padding-top: 15px;
  padding-right: 2px;
  padding-left: 2px;
}

.instagram-link {
  padding-top: 15px;
  padding-right: 2px;
  padding-left: 2px;
}

.linkedin-link {
  padding-top: 15px;
  padding-left: 2px;
}

.image {
  width: 100%;
}

.h--hinterlegung {
  position: absolute;
  top: 359px;
  width: 32%;
  height: 13vw;
  background-color: #fff;
}

.heading {
  font-size: 60px;
}

.section-einleitung {
  margin-bottom: 50px;
}

.h2-wrapper-home {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

.paragraph {
  font-family: 'Source Sans Pro', sans-serif;
  color: #393c3d;
  font-size: 16px;
  font-weight: 300;
}

.paragraph.bold {
  font-weight: 400;
}

.all-text-block {
  font-family: 'Source Sans Pro', sans-serif;
  color: #393c3d;
  font-size: 16px;
  font-weight: 300;
}

.hotline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 11%;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.h2-rot {
  margin-top: 10px;
  color: #e9091c;
  font-size: 27px;
  text-align: center;
}

.section-ansprechpartner-u-standorte {
  padding-bottom: 50px;
}

.h2-link-rot {
  color: #e9091c;
  font-size: 27px;
  font-weight: 600;
  text-decoration: none;
}

.wrapper-ansprechpartner-home {
  width: 50%;
  padding-right: 15px;
}

.wrapper-standorte-home {
  width: 50%;
  padding-left: 15px;
}

.pictrue-wrapper-standorte-home {
  width: 100%;
  height: 25vh;
  background-image: url('../images/teaser-standorte_neu.png');
  background-position: 50% 50%;
  background-size: cover;
}

.all-buttons {
  border-radius: 4px;
  background-color: #393c3d;
  text-transform: uppercase;
}

.all-buttons.whithe {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  text-align: center;
}

.button-wrapper-standorte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-leistungen {
  margin-bottom: 50px;
}

.leistung-wrapper-1 {
  width: 33.333333333333336%;
  padding-right: 10px;
  padding-left: 10px;
}

.text-wrapper-leistung-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h3-white {
  color: #fff;
}

.p-white {
  color: #fff;
}

.button-wrapper-leistungen-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrapper-leistungen-home.brandschutznachweise {
  margin-top: 50px;
}

.button-wrapper-leistungen-home._1 {
  height: 50%;
}

.button-wrapper-leistungen-home._3 {
  height: 50%;
}

.button-wrapper-leistungen-home._2 {
  height: 50%;
}

.leistung-wrapper-2 {
  width: 33.333333333333336%;
  padding-right: 10px;
  padding-left: 10px;
}

.leistung-wrapper-3 {
  width: 33.333333333333336%;
  padding-right: 10px;
  padding-left: 10px;
}

.leistung-wrapper-4 {
  width: 25%;
  padding-right: 10px;
}

.pictrue-wrapper-ansprechpartner-home {
  width: 100%;
  height: 25vh;
  background-image: url('../images/teaser-starke-truppe.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-musterpl-ne {
  padding-bottom: 50px;
}

.h2-wrapper-musterpl-ne-home {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

.musterplan-wrapper {
  width: 33.333333333333336%;
  padding-top: 10px;
}

.musterplan-wrapper._1 {
  padding-right: 10px;
}

.musterplan-wrapper._2 {
  padding-right: 5px;
  padding-left: 5px;
}

.musterplan-wrapper._3 {
  padding-left: 10px;
}

.picture-wrapper-musterplan {
  padding-bottom: 10px;
}

.picture-wrapper-footer {
  position: relative;
  z-index: 1;
  background-image: url('../images/Footer-grafik.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.container-2 {
  position: absolute;
}

.footer-links {
  width: 93%;
  color: #fff;
  text-decoration: none;
}

.text-block-footer {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.facebook-link-footer {
  width: 20.96875px;
  height: 100%;
  padding-right: 2px;
}

.xing-link-footer {
  width: 22.96875px;
  height: 100%;
  padding-right: 2px;
  padding-left: 2px;
}

.instagram-link-footer {
  width: 22.96875px;
  height: 100%;
  padding-right: 2px;
  padding-left: 2px;
}

.linkedin-link-footer {
  padding-left: 2px;
}

.social-media-links-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.white-line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.image-4 {
  width: 100%;
}

.image-logo {
  width: 40%;
}

.div-block {
  position: absolute;
}

.copyright-wrapper {
  padding-top: 90px;
  padding-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.footer-link-ha {
  width: 89%;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.section-headerbild {
  margin-bottom: 50px;
}

.section-ueber-uns-einleitungstext {
  margin-bottom: 50px;
}

.section-von-a-bis-z {
  margin-bottom: 50px;
}

.section-team-slider {
  margin-bottom: 50px;
}

.h2-wrapper-unternehmen {
  border-bottom: 1px solid #000;
}

.slider-wrapper-team {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-nav-email {
  color: #e9091c;
  text-decoration: none;
  text-transform: none;
}

.container-footer {
  padding-top: 240px;
}

.social-media-img {
  width: 20px;
}

.mitlaufende-infos {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 20px;
}

.to-the-top-wrapper {
  width: 30px;
}

.telefonnummer-wrapper {
  height: 30px;
  margin-right: 10px;
}

.sidebar-img {
  display: inline-block;
  width: auto;
  height: 30px;
}

.div-block-2 {
  height: 0px;
}

.scroll-top {
  width: 100%;
  height: 0px;
}

.slider {
  background-color: transparent;
}

.link-white {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
}

.leistung-wrapper-1-teaser {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-2--teaser {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-3-teaser {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-4-teaser {
  width: 25%;
  padding-right: 10px;
}

.section-brandschutznachweise {
  margin-bottom: 50px;
}

.h2-wrapper-brandschutznachweise {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.text-wrapper-standorte {
  padding-bottom: 20px;
}

.section-standorte {
  margin-bottom: 50px;
}

.section-standortkarte {
  margin-bottom: 50px;
}

.text-wrapper-kontakt {
  padding-bottom: 20px;
}

.section-kontaktformular {
  margin-bottom: 50px;
}

.form-block {
  width: 70%;
}

.text-span {
  color: #e9091c;
}

.red-text-span {
  color: #e9091c;
}

.field-label {
  width: 100%;
}

.e-mail-adresse-form-wrapper {
  width: 50%;
  padding-right: 10px;
}

.telefon-form-wrapper {
  width: 50%;
}

.kontaktdaten-wrapper {
  width: 30%;
  padding-left: 40px;
}

.adress-wrapper {
  margin-top: -10px;
  margin-bottom: 20px;
}

.nummer-wrapper {
  margin-bottom: 20px;
}

.hotline-wrapper-kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hotline-wrapper-kontaktseite {
  margin-bottom: 20px;
}

.text-wrapper-leistung {
  height: 310px;
}

.button-wrapper-leistungen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrapper-leistungen._1 {
  margin-top: -10px;
}

.button-wrapper-leistungen.feuerwehrpl-ne {
  margin-top: 50px;
}

.button-wrapper-leistungen.fluchtpl-ne {
  margin-top: 30px;
}

.button-wrapper-standorte-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 17%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link {
  padding: 10px 19px 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-link:active {
  color: #393c3d;
}

.nav-link.w--current {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #e9091c;
}

.nav-link-2 {
  border-radius: 14px;
}

.nav-link-2-copy {
  border-radius: 14px;
}

.text-wrapper-impressum {
  margin-bottom: 30px;
}

.text-wrapper-impressum.last {
  margin-bottom: 0px;
}

.text-wrapper-datenschutz {
  margin-bottom: 30px;
}

.text-wrapper-haftungsausschluss {
  margin-bottom: 30px;
}

.text-wrapper-haftungsausschluss.last {
  margin-bottom: 0px;
}

.nav-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-wrapper:hover {
  color: #e9091c;
}

.nav-link-wrapper:focus {
  color: #e9091c;
}

.nav-link-wrapper.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e9091c;
}

.nav-link-wrapper.w--current:focus {
  color: #e9091c;
}

.red-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.red-block-sub {
  width: 10px;
  height: 10px;
  background-color: #e9091c;
}

.red-block-sub:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.red-pressed {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.red-pressed-sub {
  width: 10px;
  height: 10px;
  background-color: #e9091c;
}

.red-pressed-sub:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-3-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.red-block-pressed-2 {
  width: 10px;
  height: 10px;
  background-color: #e9091c;
}

.red-block-pressed-2:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slider-container {
  overflow: hidden;
  width: auto;
  min-height: 300px;
  padding: 40px;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-right-arrow {
  color: #444;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-text {
  font-family: Oswald, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.slider-2 {
  position: static;
  width: 300px;
  height: auto;
  background-color: transparent;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-left-arrow {
  color: #444;
}

.team-image {
  width: auto;
  height: 400px;
}

.team-name {
  width: 100%;
  border-bottom: 1px solid #393c3d;
  text-align: center;
}

.team-funktion {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

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

.team-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav {
  display: none;
}

.m10 {
  margin-right: 2px;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.red-focused {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.red-focused:focus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.red-focused-2 {
  width: 10px;
  height: 10px;
  background-color: #e9091c;
}

.red-focused-2:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.block-active-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-active {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #e9091c;
}

.block-active:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.red-block-sub-copy {
  width: 10px;
  height: 10px;
  background-color: #e9091c;
}

.red-block-sub-copy:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.block-active2 {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #e9091c;
}

.block-active2:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.block-current {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #e9091c;
}

.block-current:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.flexbox-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-leistungen-tablet {
  display: none;
}

.leistung-wrapper-1-teaser-tablet {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-2--teaser-tablet {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-3-teaser-tablet {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-4-teaser-tablet {
  width: 25%;
  padding-right: 10px;
}

.section-ansprechpartner-u-standorte-mobile {
  display: none;
  padding-bottom: 50px;
}

.wrapper-ansprechpartner-home-mobile {
  width: 50%;
  padding-right: 15px;
}

.wrapper-standorte-home-mobile {
  width: 50%;
  padding-left: 15px;
}

.section-leistungen-mobile {
  display: none;
}

.leistung-wrapper-1-teaser-tablet-copy {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-1-teaser-mobile {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-2--teaser-mobile {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-3-teaser-mobile {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-4-teaser-mobile {
  width: 25%;
  padding-right: 10px;
}

.section-musterpl-ne-mobile {
  display: none;
  padding-bottom: 50px;
}

.musterplan-wrapper-mobile {
  width: 33.333333333333336%;
  padding-top: 10px;
}

.musterplan-wrapper-mobile._1 {
  padding-right: 10px;
}

.musterplan-wrapper-mobile._2 {
  padding-right: 5px;
  padding-left: 5px;
}

.musterplan-wrapper-mobile._3 {
  padding-left: 10px;
}

.musterplan-wrapper-copy {
  width: 33.333333333333336%;
  padding-top: 10px;
}

.musterplan-wrapper-copy._1 {
  padding-right: 10px;
}

.musterplan-wrapper-copy._2 {
  padding-right: 5px;
  padding-left: 5px;
}

.musterplan-wrapper-copy._3 {
  padding-left: 10px;
}

.musterplan-wrapper-copy-copy {
  width: 33.333333333333336%;
  padding-top: 10px;
}

.musterplan-wrapper-copy-copy._1 {
  padding-right: 10px;
}

.musterplan-wrapper-copy-copy._2 {
  padding-right: 5px;
  padding-left: 5px;
}

.musterplan-wrapper-copy-copy._3 {
  padding-left: 10px;
}

.section-leistungen-copy {
  margin-bottom: 50px;
}

.leistung-wrapper-1-mobile {
  width: 33.333333333333336%;
  padding-right: 10px;
  padding-left: 10px;
}

.leistung-wrapper-2-mobile {
  width: 33.333333333333336%;
  padding-right: 10px;
  padding-left: 10px;
}

.leistung-wrapper-3-mobile {
  width: 33.333333333333336%;
  padding-right: 10px;
  padding-left: 10px;
}

.section-kontaktformular-mobile {
  display: none;
  margin-bottom: 50px;
}

.form-block-mobile {
  width: 70%;
}

.kontaktdaten-wrapper-mobile {
  width: 30%;
  padding-left: 40px;
}

.section-leistungen-mobile-2 {
  display: none;
}

.leistung-wrapper-1-teaser-mobile-2 {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-2--teaser-mobile-2 {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-3-teaser-mobile-2 {
  width: 25%;
  padding-right: 10px;
}

.leistung-wrapper-4-teaser-mobile-2 {
  width: 25%;
  padding-right: 10px;
}

.section-leistungen-mobile-copy {
  display: none;
}

.leistung-wrapper-1-mobile-2 {
  width: 33.333333333333336%;
  padding-right: 10px;
  padding-left: 10px;
}

.leistung-wrapper-2-mobile-2 {
  width: 33.333333333333336%;
  padding-right: 10px;
  padding-left: 10px;
}

.leistung-wrapper-3-mobile-2 {
  width: 33.333333333333336%;
  padding-right: 10px;
  padding-left: 10px;
}

.section-team-slider-tablet {
  display: none;
  margin-bottom: 50px;
}

.section-team-slider-mobile {
  display: none;
  margin-bottom: 50px;
}

.section-footer-mobile {
  display: none;
}

.section-footer-mobile-2 {
  display: none;
}

.social-media-links-footer-mobile-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.picture-wrapper-von-a-bis-z-mobile-2 {
  display: none;
}

.section-headermobile-2 {
  display: none;
}

.section-headermobile-hochkant {
  display: none;
}

.div-block-3 {
  display: none;
}

.section-headerbild-mobile-2 {
  display: none;
  margin-bottom: 50px;
}

.leistung-home-2 {
  background-color: #393c3d;
  color: #393c3d;
}

.section-leistungen-2 {
  margin-bottom: 50px;
}

.leistung-wrapper-1-teaser-2 {
  width: 25%;
  padding-right: 10px;
  color: #393c3d;
}

.h2-rot-2 {
  margin-top: 10px;
  color: #e9091c;
  font-size: 27px;
  text-align: center;
}

.all-text-block-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #393c3d;
  font-size: 16px;
  font-weight: 300;
}

.h3-white-2 {
  color: #fff;
}

.p-white-2 {
  color: #fff;
}

.p-white-2.brandschutzordnungen {
  padding-right: 10px;
}

.text-wrapper-leistung-home-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  padding-right: 0px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-wrapper-standorte-home-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 143px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hotline-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 11%;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.all-buttons-2 {
  border-radius: 4px;
  background-color: #393c3d;
  text-transform: uppercase;
}

.all-buttons-2.whithe {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
  }

  .page-wrapper {
    margin-right: 30px;
    margin-left: 30px;
  }

  .flexbox {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-button {
    width: 12%;
  }

  .obere-navbar {
    margin-bottom: 10px;
  }

  .social-media-links {
    width: 90%;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-einleitung {
    margin-top: 65px;
  }

  .section-leistungen {
    display: block;
  }

  .leistung-home {
    padding-top: 20px;
  }

  .button-wrapper-leistungen-home {
    margin-top: 30px;
  }

  .button-wrapper-leistungen-home.brandschutznachweise {
    height: 23%;
    margin-top: 40px;
  }

  .button-wrapper-leistungen-home._1 {
    height: 100%;
  }

  .picture-wrapper-footer {
    background-position: 0% 50%;
  }

  .facebook-link-footer {
    width: auto;
    height: 100%;
    padding-right: 10px;
  }

  .xing-link-footer {
    width: auto;
    padding-right: 10px;
  }

  .instagram-link-footer {
    width: auto;
  }

  .section-team-slider {
    display: none;
  }

  .container-footer {
    padding-top: 140px;
  }

  .section-brandschutznachweise {
    margin-bottom: 0px;
  }

  .button-wrapper-leistungen {
    height: 23%;
  }

  .button-wrapper-leistungen.feuerwehrpl-ne {
    height: 16%;
  }

  .button-wrapper-leistungen.fluchtpl-ne {
    height: 22.5%;
  }

  .button-wrapper-standorte-home {
    height: 25%;
  }

  .slider-left-arrow {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flexbox-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-leistungen-tablet {
    display: block;
    padding-bottom: 50px;
  }

  .leistung-wrapper-1-teaser-tablet {
    width: 33.333333333333336%;
    padding-bottom: 20px;
  }

  .leistung-wrapper-2--teaser-tablet {
    width: 33.333333333333336%;
  }

  .leistung-wrapper-3-teaser-tablet {
    width: 33.333333333333336%;
  }

  .leistung-wrapper-4-teaser-tablet {
    width: 33.333333333333336%;
  }

  .section-leistungen-mobile {
    display: none;
    padding-bottom: 50px;
  }

  .leistung-wrapper-1-teaser-tablet-copy {
    width: 33.333333333333336%;
  }

  .leistung-wrapper-1-teaser-mobile {
    width: 33.333333333333336%;
  }

  .leistung-wrapper-2--teaser-mobile {
    width: 33.333333333333336%;
  }

  .leistung-wrapper-3-teaser-mobile {
    width: 33.333333333333336%;
  }

  .leistung-wrapper-4-teaser-mobile {
    width: 33.333333333333336%;
  }

  .section-leistungen-copy {
    display: block;
  }

  .section-leistungen-mobile-2 {
    display: none;
    padding-bottom: 50px;
  }

  .leistung-wrapper-1-teaser-mobile-2 {
    width: 33.333333333333336%;
  }

  .leistung-wrapper-2--teaser-mobile-2 {
    width: 33.333333333333336%;
  }

  .leistung-wrapper-3-teaser-mobile-2 {
    width: 33.333333333333336%;
  }

  .leistung-wrapper-4-teaser-mobile-2 {
    width: 33.333333333333336%;
  }

  .section-leistungen-mobile-copy {
    display: none;
    padding-bottom: 50px;
  }

  .section-team-slider-tablet {
    display: block;
  }

  .section-team-slider-mobile {
    display: none;
  }

  .section-leistungen-2 {
    display: none;
  }

  .button-wrapper-standorte-home-2 {
    margin-top: 257px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 17px;
  }

  .nav-menu {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #f0f0f0;
  }

  .menu-button {
    width: auto;
  }

  .obere-navbar {
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .social-media-links {
    width: 90%;
    padding-left: 20px;
  }

  .section-einleitung {
    margin-top: 0px;
  }

  .section-ansprechpartner-u-standorte {
    display: none;
  }

  .section-leistungen {
    display: none;
  }

  .text-wrapper-leistung-home {
    height: 210px;
  }

  .button-wrapper-leistungen-home.feuerwehrpl-nde-mobile {
    margin-top: 20px;
  }

  .section-musterpl-ne {
    display: none;
  }

  .section-footer {
    display: none;
  }

  .picture-wrapper-footer {
    padding-right: 25px;
    padding-left: 25px;
  }

  .copyright-wrapper {
    padding-top: 35px;
  }

  .section-headerbild {
    margin-bottom: 30px;
  }

  .section-ueber-uns-einleitungstext {
    margin-bottom: 30px;
  }

  .section-von-a-bis-z {
    margin-bottom: 30px;
  }

  .section-team-slider {
    margin-bottom: 0px;
  }

  .container-footer {
    padding-top: 140px;
  }

  .text-wrapper-standorte {
    padding-bottom: 0px;
  }

  .section-standorte {
    margin-bottom: 30px;
  }

  .section-standortkarte {
    margin-bottom: 30px;
  }

  .section-kontaktformular {
    display: none;
  }

  .button-wrapper-leistungen._2-mobile {
    height: 16.5%;
  }

  .button-wrapper-standorte-home {
    height: 0%;
  }

  .nav-link-wrapper.w--current {
    text-align: right;
  }

  .slider-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .flexbox-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-leistungen-tablet {
    display: none;
  }

  .icon {
    height: 24px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .section-ansprechpartner-u-standorte-mobile {
    display: block;
  }

  .wrapper-ansprechpartner-home-mobile {
    width: 100%;
    padding-right: 0px;
  }

  .wrapper-standorte-home-mobile {
    width: 100%;
    padding-left: 0px;
  }

  .section-leistungen-mobile {
    display: block;
    padding-bottom: 30px;
  }

  .leistung-wrapper-1-teaser-mobile {
    width: 50%;
    padding-bottom: 20px;
  }

  .leistung-wrapper-2--teaser-mobile {
    width: 50%;
  }

  .leistung-wrapper-3-teaser-mobile {
    width: 50%;
  }

  .leistung-wrapper-4-teaser-mobile {
    width: 50%;
  }

  .section-musterpl-ne-mobile {
    display: block;
  }

  .musterplan-wrapper-mobile._1 {
    width: 50%;
  }

  .musterplan-wrapper-mobile._2 {
    width: 50%;
  }

  .musterplan-wrapper-mobile._3 {
    width: 50%;
    padding-top: 30px;
    padding-left: 0px;
  }

  .section-leistungen-copy {
    display: block;
  }

  .leistung-wrapper-1-mobile {
    width: 50%;
  }

  .leistung-wrapper-2-mobile {
    width: 50%;
  }

  .leistung-wrapper-3-mobile {
    width: 50%;
    padding-top: 25px;
  }

  .section-kontaktformular-mobile {
    display: block;
    margin-bottom: 30px;
  }

  .form-block-mobile {
    width: 100%;
  }

  .kontaktdaten-wrapper-mobile {
    width: 100%;
    padding-left: 0px;
  }

  .section-leistungen-mobile-2 {
    display: none;
    padding-bottom: 30px;
  }

  .leistung-wrapper-1-teaser-mobile-2 {
    width: 50%;
  }

  .leistung-wrapper-2--teaser-mobile-2 {
    width: 50%;
  }

  .leistung-wrapper-3-teaser-mobile-2 {
    width: 50%;
  }

  .leistung-wrapper-4-teaser-mobile-2 {
    width: 50%;
  }

  .section-leistungen-mobile-copy {
    display: block;
    padding-bottom: 30px;
  }

  .leistung-wrapper-1-mobile-2 {
    width: 50%;
  }

  .leistung-wrapper-2-mobile-2 {
    width: 50%;
  }

  .leistung-wrapper-3-mobile-2 {
    width: 50%;
    padding-top: 25px;
  }

  .section-team-slider-tablet {
    display: none;
    margin-bottom: 0px;
  }

  .section-team-slider-mobile {
    display: block;
    margin-bottom: 0px;
  }

  .section-footer-mobile {
    display: none;
  }

  .section-footer-mobile-2 {
    display: block;
  }

  .social-media-links-footer-mobile-2 {
    padding-bottom: 10px;
  }

  .section-headerbild-mobile-2 {
    margin-bottom: 30px;
  }

  .leistung-home-2 {
    margin-bottom: 15px;
  }

  .section-leistungen-2 {
    display: none;
  }

  .text-wrapper-leistung-home-2 {
    height: auto;
  }

  .button-wrapper-standorte-home-2 {
    height: 0%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 33px;
  }

  h2 {
    line-height: 25px;
  }

  .section-header {
    display: block;
  }

  .e-mail-wrapper {
    display: none;
  }

  .social-media-links {
    display: none;
  }

  .navbar {
    padding-top: 20px;
  }

  .hotline-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .h2-rot {
    font-size: 20px;
  }

  .h2-link-rot {
    font-size: 20px;
  }

  .text-wrapper-leistung-home {
    height: 205px;
  }

  .button-wrapper-leistungen-home._1 {
    margin-top: 39px;
  }

  .button-wrapper-leistungen-home._1 {
    margin-top: 15px;
  }

  .picture-wrapper-footer {
    margin-top: -2px;
  }

  .facebook-link-footer {
    width: 11%;
  }

  .xing-link-footer {
    width: 11%;
  }

  .instagram-link-footer {
    width: 9%;
  }

  .section-headerbild {
    display: none;
  }

  .section-ueber-uns-einleitungstext {
    margin-bottom: 10px;
  }

  .picture-wrapper-von-a-bis-z {
    display: none;
  }

  .text-wrapper-leistung {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-container {
    padding-bottom: 0px;
  }

  .heading-4 {
    line-height: 25px;
  }

  .wrapper-ansprechpartner-home-mobile {
    padding-bottom: 30px;
  }

  .section-leistungen-mobile {
    display: none;
  }

  .heading-5 {
    font-size: 25px;
    line-height: 28px;
  }

  .section-leistungen-mobile-2 {
    display: block;
  }

  .leistung-wrapper-1-teaser-mobile-2 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .leistung-wrapper-2--teaser-mobile-2 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .leistung-wrapper-3-teaser-mobile-2 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .leistung-wrapper-4-teaser-mobile-2 {
    width: 100%;
    padding-right: 0px;
  }

  .section-leistungen-mobile-copy {
    display: block;
  }

  .leistung-wrapper-1-mobile-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .leistung-wrapper-2-mobile-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .leistung-wrapper-3-mobile-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-footer-mobile {
    display: none;
  }

  .social-media-links-footer-mobile-2 {
    padding-bottom: 10px;
  }

  .picture-wrapper-von-a-bis-z-mobile-2 {
    display: block;
  }

  .section-headermobile-2 {
    display: block;
  }

  .section-headermobile-hochkant {
    display: block;
  }

  .section-header-mobile-2 {
    display: none;
  }

  .div-block-3 {
    display: block;
  }

  .image-5 {
    width: auto;
  }

  .section-headerbild-mobile-2 {
    display: block;
  }

  .h2-rot-2 {
    font-size: 20px;
  }

  .text-wrapper-leistung-home-2 {
    height: auto;
  }

  .hotline-wrapper-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

