.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.navbar {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.pqhost-image-2 {
  max-width: 50%;
}

.pqhost-item-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pqhost-container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.pqhost-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pqhost-brand {
  padding: 20px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pqhost-brand.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.pqhost-nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 4px 10px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
}

.pqhost-nav-link:hover {
  background-color: #a70525;
  background-image: none;
  color: #fff;
}

.pqhost-nav-link.w--current {
  color: #000;
}

.pqhost-nav-link.w--current:hover {
  background-color: #b83650;
  color: #fff;
}

.pqhost-hero-section {
  height: 920px;
  min-height: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0.43))), -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/architect-1080589_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/architect-1080589_1920.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.pqhost-hero-heading {
  width: 45%;
  margin-top: 200px;
  margin-right: 0px;
  padding-right: 0px;
  color: #fff;
  font-size: 62px;
  line-height: 1.2;
}

.pqhost-hero-heading:hover {
  color: #8a001f;
}

.pqhost-hero-paragraph {
  width: 35%;
  margin-bottom: 25px;
  color: #f9f9f9;
  font-size: 18px;
}

.pqhost-hero-paragraph:hover {
  color: #e8e8e8;
}

.pqhost-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.btn {
  padding: 5px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #eb5757;
  border-radius: 5px;
  background-color: #eb5757;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-weight: 700;
}

.btn:hover {
  border-color: #222;
  background-color: #222;
}

.btn.light {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.btn.light:hover {
  border-color: #eb5757;
  background-color: #eb5757;
  color: #f9f9f9;
}

.btn.light.outline {
  margin-right: 20px;
  padding-right: 25px;
  background-color: hsla(0, 0%, 97.7%, 0);
  color: #fff;
}

.btn.light.outline:hover {
  border-color: #000;
  background-color: #8a001f;
  color: #fff;
}

.btn.light.hero {
  margin-right: 10px;
}

.btn.light.hero.safe {
  margin-top: 445px;
  margin-right: 111px;
  margin-bottom: 0px;
  padding: 50px 50px 50px 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-color: hsla(0, 0%, 97.7%, 0.02);
  background-color: hsla(0, 0%, 97.7%, 0.09);
}

.btn.light.hero.safe:hover {
  background-color: #8a001f;
}

.safe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  padding-top: 0px;
  padding-right: 40px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.pqhost-news-section {
  min-height: 550px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.17)), to(#222)), url('../images/building-2762342_1920.jpg');
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.17), #222), url('../images/building-2762342_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.safe-paragraph {
  width: 35%;
  margin-bottom: 25px;
  padding-right: 0px;
  padding-left: 0px;
  color: #f9f9f9;
  font-size: 18px;
  text-align: right;
}

.safe-heading {
  width: 45%;
  margin-right: 180px;
  padding-right: 0px;
  padding-left: 0px;
  color: #f9f9f9;
  font-size: 45px;
  line-height: 1.2;
  text-align: right;
}

.seiten-modalbox-facebook {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999;
  display: none;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.seiten-modal-tp4 {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}

.link-9 {
  border: 1px solid transparent;
  color: rgba(51, 51, 51, 0.76);
}

.arrow-rotate-2 {
  position: relative;
  left: -10px;
  bottom: 46px;
  z-index: 9999999;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  padding-top: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.image-41 {
  background-color: transparent;
  -webkit-filter: grayscale(100%) brightness(200%);
  filter: grayscale(100%) brightness(200%);
}

.image-41:hover {
  -webkit-filter: brightness(61%) brightness(200%);
  filter: brightness(61%) brightness(200%);
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #8a001f;
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
  text-transform: none;
}

.text-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 578px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #747474;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

.text-block-34.paragraph-bigger {
  width: 50vw;
  max-width: 50vw;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 90px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1d1d1b;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.text-block-34.paragraph-bigger:hover {
  color: #811325;
}

.text-block-3 {
  margin-bottom: 0px;
  padding-bottom: 3px;
  color: #1d1d1b;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.scroll-indicator-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: block;
  width: 30px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: transparent;
  color: #000;
}

.services-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 0px;
  -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: #fff;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.contol-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  text-align: left;
}

.link-block-12 {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
}

.service-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 720px;
  margin: 10px 15px;
  padding: 15px 0px;
  -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: #fff;
}

.arrow-2-2 {
  overflow: hidden;
  width: 100%;
  height: 50%;
}

.pqhost-about {
  position: relative;
  top: auto;
  border-radius: 18px;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow-1 {
  overflow: hidden;
  width: 100%;
  height: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block-2 {
  padding-bottom: 10px;
  color: #40bfff;
  font-weight: 600;
  text-align: center;
}

.image-25 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 4px 20px;
}

.image-25.service-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 150%;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.image-42 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
}

.image-42:hover {
  border-radius: 9px;
}

.image-43 {
  position: relative;
  display: inline-block;
  max-width: 500%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 12px;
  opacity: 1;
  text-align: right;
  -o-object-fit: contain;
  object-fit: contain;
}

.bold-text {
  padding-right: 0px;
  text-align: left;
}

.column-3 {
  text-align: left;
}

.columns-3 {
  text-align: right;
}

.column-4 {
  margin-top: 30px;
}

.text-block-12-by {
  margin-top: 30px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.section_footer {
  margin-top: 41px;
  padding-top: 61px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
}

.column-5 {
  margin-top: 30px;
  text-align: left;
}

.link {
  color: #fff;
}

.image-26 {
  border-radius: 6px;
}

.scroll-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 5px solid transparent;
  border-radius: 50px;
  background-color: transparent;
  text-decoration: none;
}

.image-44 {
  border-radius: 9px;
}

.text-block-12-by-pqhost {
  position: absolute;
  left: 38%;
  top: 29px;
  right: auto;
  bottom: 0%;
  margin-top: 67px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-size: 6px;
}

.text-span {
  padding-left: 23px;
  text-align: left;
}

.slide {
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.column-23 {
  padding-top: 150px;
  padding-left: 40px;
}

.testimonial1-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial1-person-name {
  margin-top: -8px;
}

.text-16 {
  display: inline-block;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.testimonial1-item {
  padding: 15px;
}

.testimonial1-person-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.star-rating {
  margin-right: 1px;
}

.testimonial1-pic {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 8px;
  background-image: url('../images/Person-Pic-62x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tagline {
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.testimonial1-position {
  margin-top: -8px;
}

.star-rating-copy {
  margin-right: 1px;
}

.slider {
  background-color: transparent;
}

.icon {
  padding-right: 0px;
  padding-left: 26px;
}

.slide-nav {
  display: block;
  padding-top: 62px;
  padding-bottom: 0px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.column-24 {
  padding-bottom: 220px;
}

.seiten-modalbox-pqhost {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999;
  display: none;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.text-block-35 {
  color: #fff;
}

.bold-text-2 {
  margin-right: 0px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.pqhost-section-leistungen {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-rechtliches {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.h1 {
  display: none;
  text-transform: uppercase;
}

.h2 {
  display: none;
}

.h3 {
  display: none;
}

.text {
  display: none;
}

.link-2 {
  display: none;
}

.div-block {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.heading-8 {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 150px;
  color: #92132f;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
}

.text-field-3 {
  text-align: center;
}

.form-block {
  font-weight: 700;
  text-align: center;
}

.text-block-6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox-label {
  background-color: transparent;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.submit-button {
  border-radius: 6px;
  background-color: #ec3642;
}

.submit-button:hover {
  background-color: #fff;
  color: #333;
}

.column {
  text-align: center;
}

.pqhost-sec-kontakt {
  height: 720px;
  margin-bottom: -61px;
  padding-top: 60px;
  padding-bottom: 220px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/living-room-2732939_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/living-room-2732939_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  font-family: Bitter, serif;
  color: #fff;
}

.columns-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-field {
  text-align: left;
}

.link-10 {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.text-block-5 {
  padding-left: 200px;
  color: #8a001f;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.form {
  border-radius: 9px;
  background-color: transparent;
}

.services-row-g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px 54px;
  -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: #fff;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.heading-9 {
  position: absolute;
  margin-top: 12px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 48px;
  font-size: 20px;
  text-align: right;
}

.heading-10 {
  color: #fffcfc;
}

.heading-10:hover {
  color: #790215;
}

.heading-11 {
  font-family: 'Changa One', Impact, sans-serif;
  color: #8a001f;
}

.column-25 {
  display: block;
  padding-top: 18px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-12 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 10px;
  text-align: center;
}

.image-45 {
  margin-top: 0px;
  margin-bottom: -10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-8-kontakt {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #92132f;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
}

.text-block-5-kontakt {
  padding-left: 140px;
  color: #8a001f;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.pricing-box {
  position: relative;
  z-index: auto;
  overflow: hidden;
  width: 30%;
  min-width: 310px;
  padding: 45px 50px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  box-shadow: 0 2px 25px 3px rgba(0, 0, 0, 0.03);
  color: rgba(51, 51, 51, 0.9);
  font-size: 15px;
  line-height: 2em;
  text-align: center;
}

.pricing-box.no-shadow {
  z-index: auto;
  border-color: transparent;
  box-shadow: none;
}

.not-available {
  opacity: 0.69;
  color: rgba(0, 0, 0, 0.9);
}

.pricing-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  -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;
  line-height: 1.2em;
  text-align: left;
}

.plan-title {
  position: relative;
  z-index: 2;
  margin-bottom: -25px;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700;
}

.button-8 {
  padding: 15px 25px 11px;
  border-radius: 3px;
  background-color: #ffc108;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12.5px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-8:hover {
  background-color: #eba02a;
}

.button-8.pricing-button {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 19px;
  padding-bottom: 17px;
  border-radius: 20px;
  background-color: #3898ec;
  font-size: 16.5px;
  letter-spacing: 2px;
}

.button-8.pricing-button.outline-button {
  margin-top: 14px;
  margin-bottom: 24px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-weight: 400;
}

.button-8.pricing-button.outline-button:hover {
  background-color: #40bfff;
}

.button-9 {
  display: block;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 20px;
}

.bold-feature {
  color: #333;
  font-weight: 400;
}

.dollar {
  position: relative;
  left: -4px;
  top: -4px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.price {
  position: relative;
  margin-bottom: -4px;
  padding-right: 6px;
  color: #000;
  font-size: 75px;
  line-height: 70px;
  font-weight: 500;
}

.recommended {
  position: absolute;
  top: 10px;
  right: -80px;
  width: 300px;
  background-color: #3898ec;
  -webkit-transform: rotate(45deg) translate(30px, 0px);
  -ms-transform: rotate(45deg) translate(30px, 0px);
  transform: rotate(45deg) translate(30px, 0px);
  color: #fff;
  font-size: 12px;
  line-height: 2.4em;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.plan-image {
  height: 150px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.produktbox-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.produktbox-mobile.monthly-row {
  display: none;
}

.image-25-mobile {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 4px 20px;
}

.image-25-mobile.service-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 150%;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.column-26 {
  position: relative;
  left: auto;
  display: block;
  padding-right: 10px;
}

.section_mitarbeiter {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
  text-align: center;
}

.image-29 {
  border: 0px solid #000;
  border-radius: 180px;
}

.heading-6 {
  margin-bottom: 0px;
  font-size: 28px;
}

.text-block-36 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-8 {
  display: none;
  margin: 10px 120px;
}

.text-block-9 {
  display: none;
  margin-right: 120px;
  margin-left: 120px;
  font-weight: 700;
}

.image-30 {
  border-radius: 180px;
}

.column-27 {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.section_mitarbeiter_mobile {
  display: none;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
  text-align: center;
}

.image-46 {
  margin-right: 20px;
  margin-left: 20px;
}

.image-47 {
  position: absolute;
  left: 0%;
  top: 30%;
  right: auto;
  bottom: 0%;
}

@media screen and (max-width: 991px) {
  .pqhost-nav-button {
    color: #f9f9f9;
  }
  .pqhost-nav-button.w--open {
    z-index: 100;
    border-radius: 17px;
    background-color: #222;
  }
  .pqhost-nav-menu {
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
    background-color: #443f3f;
  }
  .pqhost-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pqhost-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    text-align: center;
  }
  .pqhost-hero-heading {
    width: 60%;
  }
  .pqhost-hero-paragraph {
    width: 55%;
  }
  .safe-paragraph {
    width: 55%;
  }
  .safe-heading {
    width: 60%;
  }
  .contol-heading {
    margin-right: auto;
    padding-right: 0px;
    padding-left: 100px;
  }
  .image-43 {
    max-width: 60%;
    padding-right: 0px;
  }
  .testimonial1-person-name {
    text-align: left;
  }
  .text-16 {
    font-size: 14px;
    line-height: 15px;
  }
  .testimonial1-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-right: 0px;
    -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;
    text-align: center;
  }
  .text-field-3:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #ec3642;
  }
  .submit-button:hover {
    background-color: #fff;
    color: #ec3642;
  }
  .pricing-box {
    width: 100%;
    min-width: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .pricing-box-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .produktbox-mobile {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section_mitarbeiter {
    margin-top: 0px;
  }
  .text-block-8 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .text-block-9 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .section_mitarbeiter_mobile {
    margin-top: 0px;
  }
  .image-46 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image-47 {
    left: 0%;
    top: 30%;
    right: auto;
    bottom: 0%;
  }
  .image-48 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pqhost-nav-link {
    margin-right: auto;
    margin-left: auto;
  }
  .pqhost-nav-link.w--current {
    margin-right: auto;
    margin-left: auto;
  }
  .pqhost-hero-heading {
    margin-right: 28px;
    padding-right: 0px;
  }
  .safe-wrapper {
    padding-bottom: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .scroll-indicator-2 {
    bottom: 50px;
  }
  .services-row {
    display: none;
  }
  .container {
    text-align: center;
  }
  .image-43 {
    display: none;
  }
  .column-22 {
    text-align: center;
  }
  .column-4 {
    margin-top: 10px;
    text-align: center;
  }
  .text-block-12-by {
    margin-top: 0px;
    text-align: center;
  }
  .column-5 {
    margin-top: 0px;
    text-align: center;
  }
  .image-26 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .text-block-12-by-pqhost {
    top: 95px;
    margin-top: 0px;
    text-align: center;
  }
  .testimonial1-item {
    width: auto;
  }
  .container-rechtliches {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .h3 {
    font-size: 21px;
    line-height: 21px;
  }
  .column {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .columns-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services-row-g {
    display: none;
  }
  .pricing-box {
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -2px;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-width: 0px;
    border-left-width: 0px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
    font-size: 13px;
    line-height: 1.7em;
  }
  .pricing-box.no-shadow {
    border-color: #f9f9f9;
  }
  .not-available {
    font-size: 12px;
    line-height: 18px;
  }
  .pricing-box-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan-title {
    margin-bottom: -50px;
    font-size: 24px;
  }
  .price {
    font-size: 50px;
    line-height: 50px;
  }
  .recommended {
    top: 0px;
    right: -93px;
    font-size: 10px;
  }
  .plan-image {
    height: 250px;
  }
  .mobile-image-div {
    margin-left: -5%;
  }
  .produktbox-mobile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .produktbox-mobile.monthly-row {
    display: block;
  }
  .section_mitarbeiter {
    margin-top: 0px;
  }
  .text-block-9 {
    margin-bottom: 20px;
  }
  .section_mitarbeiter_mobile {
    margin-top: 0px;
  }
  .image-46 {
    position: static;
    margin-left: 114px;
  }
  .image-47 {
    left: 0%;
    top: 30%;
    right: auto;
    bottom: 0%;
  }
  .icon-2 {
    color: #000;
  }
  .image-48 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .pqhost-nav-button {
    color: #000;
  }
  .pqhost-nav-button.w--open {
    background-color: #b83650;
  }
  .pqhost-nav-menu {
    background-color: #fff;
  }
  .pqhost-brand {
    width: 100px;
  }
  .pqhost-brand.w--current {
    width: 90px;
  }
  .pqhost-hero-heading {
    font-size: 30px;
  }
  .pqhost-hero-paragraph {
    width: 70%;
    font-size: 13px;
  }
  .pqhost-hero-wrapper {
    padding-bottom: 45px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .btn.light.hero.safe {
    margin-top: 70px;
    margin-right: 0px;
    margin-left: 22px;
    padding-top: 50px;
    padding-left: 50px;
  }
  .safe-wrapper {
    position: absolute;
    top: -30px;
    min-height: 20px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .pqhost-news-section {
    display: block;
  }
  .safe-paragraph {
    width: 70%;
    font-size: 13px;
  }
  .safe-heading {
    width: 100%;
    font-size: 30px;
  }
  .seiten-modalbox-facebook {
    display: none;
  }
  .seiten-modal-tp4 {
    padding-right: 150px;
    border-radius: 0px;
  }
  .image-41 {
    display: block;
  }
  .heading-jumbo-small {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 22px;
    padding-right: 0px;
    direction: ltr;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    text-indent: 1px;
    text-transform: none;
  }
  .text-block-34.paragraph-bigger {
    overflow: visible;
    width: 100vw;
    max-height: 500px;
    max-width: 100%;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
  }
  .scroll-indicator-2 {
    margin-bottom: -44px;
    padding-bottom: 0px;
  }
  .services-row {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .contol-heading {
    padding-left: 0px;
    text-align: left;
  }
  .link-block-12 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .service-box {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .image-43 {
    display: none;
    margin-top: 220px;
  }
  .bold-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    opacity: 0.99;
    -webkit-perspective: 0px;
    perspective: 0px;
    -webkit-transform: perspective(0px);
    transform: perspective(0px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    line-height: 30px;
    -webkit-column-count: 10;
    column-count: 10;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .text-block-12-by-pqhost {
    left: -4%;
    margin-left: 96px;
  }
  .slide {
    margin-top: 0px;
  }
  .column-23 {
    padding-top: 0px;
  }
  .text-16 {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .slide-nav {
    position: absolute;
    top: 301px;
    margin-top: -7px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .column-24 {
    padding-top: 0px;
    padding-bottom: 202px;
  }
  .seiten-modalbox-pqhost {
    display: none;
  }
  .pqhost-section-leistungen {
    display: block;
  }
  .h1 {
    font-size: 20px;
    line-height: 25px;
  }
  .h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .h3 {
    font-size: 20px;
  }
  .heading-8 {
    padding-left: 0px;
  }
  .text-block-5 {
    padding-left: 0px;
  }
  .services-row-g {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .heading-10 {
    margin-bottom: 10px;
  }
  .columns-4 {
    display: block;
  }
  .text-block-5-kontakt {
    margin-left: 57px;
    padding-left: 0px;
  }
  .pricing-box {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0 10px 25px 3px rgba(0, 0, 0, 0.05);
  }
  .pricing-box.no-shadow {
    background-color: #fff;
    box-shadow: 0 10px 25px 3px rgba(0, 0, 0, 0.1);
  }
  .plan-title {
    margin-bottom: -25px;
    padding-top: 5%;
    font-size: 20px;
  }
  .plan-image {
    height: 150px;
    padding-top: 0px;
    border-radius: 0px;
  }
  .mobile-image-div {
    margin-left: 0%;
  }
  .produktbox-mobile.monthly-row {
    display: block;
  }
  .image-25-mobile.service-img {
    margin-top: 10px;
    padding-top: 0px;
  }
  .link-11 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .field-label {
    margin-left: 0px;
    padding-left: 0px;
    direction: rtl;
    font-size: 10px;
    text-align: left;
    text-decoration: none;
  }
  .section_mitarbeiter {
    display: none;
    margin-top: 0px;
  }
  .text-block-8 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .text-block-9 {
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 40px;
  }
  .section_mitarbeiter_mobile {
    display: block;
    margin-top: 0px;
  }
  .text-block-37 {
    direction: ltr;
    font-size: 30px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-transform: none;
  }
  .image-46 {
    margin-left: 90px;
  }
  .image-47 {
    left: 0%;
    top: 30%;
    right: auto;
    bottom: 0%;
    display: none;
  }
  .image-48 {
    margin-left: 90px;
  }
}

