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

body {
  border-radius: 0.3em;
  background-color: #fff;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1vw;
  line-height: 1.1;
  text-align: center;
}

h1 {
  margin: 0px;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5em;
  line-height: 1.1;
  font-weight: 400;
}

a {
  color: #000;
  font-size: 1.3em;
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  padding-top: 0vh;
  padding-bottom: 0em;
}

.text-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100vh;
  margin-bottom: 4vw;
  padding-top: 14vh;
  -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-image: url('../images/Fliesen-verlegen-maler.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.image {
  position: relative;
  bottom: 84px;
}

.hero-h1 {
  position: relative;
  z-index: 11;
  margin-top: 0.4em;
  margin-bottom: 0.1em;
  font-family: 'Montserrat Thin', sans-serif;
  color: #fff;
  font-size: 4.3em;
  font-weight: 600;
}

.hero-h1.subheader {
  margin-top: 0em;
  margin-bottom: 0.7em;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 3.8em;
  font-weight: 400;
}

.hero-h2 {
  position: relative;
  z-index: 11;
  display: none;
  color: #fff;
  font-size: 2.2em;
}

.hero-btn {
  position: relative;
  z-index: 11;
  margin-top: 0em;
}

.hero-btn.fliesen {
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.hero-btn.fliesen.extra {
  left: auto;
  display: none;
  margin-bottom: 5vw;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hero-button {
  width: 40vw;
  margin-right: 1em;
  margin-left: 1em;
  padding: 0.5em 1.3em;
  border-radius: 0.2em;
  background-color: #061297;
  font-size: 2em;
}

.hero-button.deck {
  display: none;
}

.hero-button.hom {
  width: 27vw;
}

.hero-button.cookie {
  width: 80%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 1.3em;
}

.dunkel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.49);
}

.navbar-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 16vh;
  padding-right: 2vw;
  padding-left: 2vw;
  -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;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navbar-container.portfolio {
  background-color: rgba(0, 0, 0, 0.95);
}

.navlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  height: 100%;
  -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;
}

.navlinks.recht {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbutton {
  padding: 0.7em 1.8em;
  border-radius: 0.2em;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #efd573, #bb7c3a);
  color: #000;
  font-size: 1.4em;
  font-weight: 500;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
}

.dropdown.link {
  display: block;
  height: 100%;
  font-size: 1vw;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  padding-right: 2em;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-block {
  font-size: 1.3em;
}

.icon {
  margin-right: 0px;
  color: #fff;
}

.kontaktblock {
  position: fixed;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: -3vh;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  height: 10vh;
  padding-bottom: 3vh;
  -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;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  background-color: #e2e617;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #efd573, #bb7c3a);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  cursor: pointer;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 500;
  cursor: pointer;
}

.kurze-info {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.4em;
  margin-bottom: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  -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;
  box-shadow: none;
  color: #fff;
}

.info-h1 {
  position: relative;
  z-index: 100;
  width: 60%;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
}

.info-h1.fliesen {
  position: relative;
  z-index: 11;
  width: 50%;
  margin-top: 2em;
}

.info-h1.kon {
  font-size: 2.3em;
}

.ueberuns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9.4em;
  -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;
}

.ueberuns-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 5em;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ueberuns-rechts {
  overflow: visible;
  width: 45vw;
}

.ueberuns-h1 {
  position: relative;
  z-index: 3;
  width: 100vw;
  margin-bottom: 1vw;
  color: #000;
  font-weight: 400;
  text-align: left;
}

.ueberuns-h1.unsichtbar {
  margin-bottom: 5vw;
  color: rgba(0, 0, 0, 0.51);
  font-size: 3.8em;
  font-weight: 400;
  text-align: center;
}

.ueberuns-h1.portfolio {
  color: #000;
  text-align: center;
}

.ueberuns-h1.oben {
  color: #fff;
  font-size: 4em;
  text-align: center;
}

.ueberuns-h1.oben.kunde {
  margin-top: 16vh;
  font-size: 5em;
}

.ueberuns-h1.oben.subunt {
  font-size: 4.7em;
}

.ueberuns-h1.uuns {
  text-align: left;
}

.ueberuns-h1.uuns.links {
  width: 45vw;
}

.ueberuns-h1.rechts {
  width: 50vw;
  text-align: right;
}

.ueberuns-h1.links {
  width: 55vw;
}

.ueberuns-h1.links.fliesen {
  width: auto;
}

.ueberuns-h1.links.mitte {
  display: none;
  text-align: center;
}

.trenner {
  display: none;
  width: 30vw;
  height: 0.2em;
  margin-bottom: 2vw;
  background-color: #fbff00;
}

.trenner.vertikal {
  width: 0.1em;
  height: 3vh;
}

.trenner.portfolio {
  height: 0.2em;
}

.trenner.sub {
  width: 40vw;
  margin-top: 2vw;
}

.trenner.kontakt {
  width: 57vw;
  margin-top: 3vw;
}

.paragraph-ueberuns {
  width: 50vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  color: #000;
  font-size: 1.5em;
  text-align: left;
}

.paragraph-ueberuns.ub {
  width: 51vw;
}

.page-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-buttons.leistungen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-buttons.leistungen._2 {
  width: 74vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-buttons.main {
  margin-top: 2vw;
}

.page-button {
  width: 23vw;
  margin-right: 1vw;
  padding: 0.6em 0px;
  border-radius: 0.2em;
  background-image: linear-gradient(116deg, #3624fe, #584af3);
  font-size: 1.5em;
}

.page-button.zweiter {
  width: 37vw;
  margin-right: 0vw;
  margin-left: 3vw;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #061297;
  background-image: none;
  font-size: 1.7em;
}

.page-button.zweiter.aus.main {
  width: 23vw;
}

.page-button.zweiter.i {
  width: 37vw;
  margin-left: 3vw;
}

.page-button.zweiter.deck {
  display: none;
}

.page-button.aus {
  background-color: #061297;
  background-image: none;
}

.page-button.r {
  width: 38vw;
  margin-right: 0vw;
  background-color: #061297;
  background-image: none;
  font-size: 1.7em;
}

.page-button.r.b {
  width: 37vw;
}

.image-2 {
  width: 80%;
  border-radius: 0.3em;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.46);
}

.unsere-leistungen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
}

.unsere-leistungen-rechts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84vw;
  padding-right: 0em;
  -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;
}

.paragraph-leistungen {
  width: auto;
  margin-top: 1vw;
  margin-bottom: 1vw;
  color: #000;
  font-size: 1.5em;
  text-align: right;
}

.paragraph-leistungen._2 {
  text-align: left;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 64vh;
  margin-left: 4.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-radius: 0.3em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3624fd), to(#5749f3));
  background-image: linear-gradient(180deg, #3624fd, #5749f3);
}

.nav-point {
  font-size: 2.1em;
  cursor: pointer;
}

.leistung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5em;
  -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;
}

.leistung._2 {
  width: 100%;
  margin-bottom: 8em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leistung._1 {
  width: 100%;
  margin-bottom: 8em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: 100vw;
}

.mask {
  overflow: hidden;
  width: 74vw;
  height: auto;
}

.mask.portfolio {
  width: 90vw;
}

.slide {
  width: 34vw;
  height: auto;
  margin-right: 5vw;
}

.slide.portfolio {
  width: 29vw;
  margin-right: 1vw;
}

.slide-2 {
  width: 34vw;
  margin-right: 0vw;
  margin-left: 1vw;
}

.slide-2.portfolio {
  width: 29vw;
  margin-right: 1vw;
}

.slide-3 {
  width: 34vw;
  margin-right: 5vw;
  padding: 0px;
}

.slide-3.portfolio {
  width: 29vw;
  margin-left: 1vw;
}

.slide-nav {
  display: none;
}

.image-4 {
  width: 37vw;
  max-width: none;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.slider.portfolio {
  margin-bottom: 5vw;
}

.slider.fliesen {
  display: none;
  margin-top: 2vw;
  margin-bottom: 4vw;
}

.slide-4 {
  width: 34vw;
  margin-left: 1vw;
  padding-right: 0px;
  padding-bottom: 0px;
}

.slide-4.portfolio {
  width: 29vw;
}

.text-verdeckt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 7vh;
  margin-bottom: 0vw;
  font-size: 2em;
}

.text-leistung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
  margin-bottom: 0px;
  color: #000;
  text-align: justify;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block._2 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block.unser-portfolio {
  width: auto;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.fliesen {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block.mitte {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  position: relative;
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  height: 11vh;
  margin-top: 1vw;
  margin-bottom: 2vw;
  margin-left: 2vw;
  -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;
  border-radius: 0.5em;
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.div-block-2._2 {
  left: 50%;
  margin-left: 0.5vw;
  background-color: #061297;
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  cursor: pointer;
}

.div-block-2._2._23 {
  left: 0%;
  margin-left: 1vw;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mehr {
  color: #fff;
  font-size: 1.4em;
  cursor: pointer;
}

.mehr._2 {
  display: block;
}

.div-block-3 {
  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-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;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  color: #fff;
  font-size: 1.3em;
  letter-spacing: -0.04em;
}

.link.drop {
  display: none;
}

.link.drop.port {
  display: none;
}

.heading-2 {
  color: #fff;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.image-5 {
  border-radius: 0.3em;
}

.image-6 {
  border-radius: 0.3em;
}

.image-7 {
  border-radius: 0.3em;
}

.image-8 {
  border-radius: 0.3em;
}

.image-9 {
  border-radius: 0.3em;
}

.image-10 {
  border-radius: 0.3em;
}

.image-11 {
  border-radius: 0.3em;
}

.image-12 {
  border-radius: 0.3em;
}

.image-13 {
  border-radius: 0.3em;
}

.image-14 {
  border-radius: 0.3em;
}

.image-15 {
  border-radius: 0.3em;
}

.image-16 {
  border-radius: 0.3em;
}

.image-17 {
  width: 6vw;
}

.image-18 {
  width: 8vw;
}

.image-19 {
  width: 11vw;
}

.image-20 {
  width: 13vw;
}

.image-21 {
  width: 14vw;
}

.image-21.welcome {
  width: 42vw;
  margin-top: 5vw;
}

.image-21.welcome.verschwindet {
  display: block;
}

.text-block-2 {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 1.4vw;
  font-weight: 400;
}

.div-block-4 {
  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-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-block-3 {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 1.4vw;
}

.portfolio-sub {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 2vw;
  color: hsla(0, 0%, 100%, 0.74);
  font-size: 1.7em;
  line-height: 1.1;
  font-weight: 400;
}

.portfolio-sub.oben {
  font-size: 2em;
}

.portfolio-sub.oben.kunde {
  color: #fff;
}

.portfolio-sub.oben.sub {
  margin-top: -2vw;
  margin-bottom: 5vw;
  color: #000;
}

.paragraph {
  width: 70vw;
  color: #000;
  font-size: 1.6em;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 87vh;
  margin-top: 0vh;
  margin-bottom: 6vw;
  padding-top: 16vh;
  -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;
}

.div-block-5.kundenanfrage {
  padding-top: 0vh;
  background-image: url('../images/Kontakt-kunde.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.div-block-5.subunt {
  background-image: url('../images/Subler.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5.subunt.vermittler {
  background-image: url('../images/Vermittler_1.jpg');
  background-position: 50% 0%;
}

.div-block-5.subunt.vertrieb {
  background-image: url('../images/Vertriebler.jpg');
  background-position: 50% 70%;
}

.portfolio-piece {
  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-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;
}

.abdunkeln {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.49);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.abdunkeln.geruest {
  background-color: rgba(0, 0, 0, 0.69);
}

.abdunkeln.kontakt {
  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;
  border-radius: 1em;
  background-color: rgba(0, 0, 0, 0.19);
}

.image-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.subler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 5vw;
  padding: 0px 0px 5vw;
  -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;
}

.heading-3 {
  color: #000;
  font-size: 3.3em;
  font-weight: 400;
}

.subler-text {
  width: 70vw;
  margin-bottom: 2vw;
  color: #000;
  font-size: 1.7em;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding-right: 8vw;
  padding-left: 8vw;
  -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;
  background-color: #231ed4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000d99), to(#020a64));
  background-image: linear-gradient(180deg, #000d99, #020a64);
}

.footer.fliesen {
  margin-top: 3vw;
}

.footer.fliesen.kontakt {
  margin-top: 0vw;
}

.image-23 {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 26vw;
  -webkit-transform: translate(-50%, 44%);
  -ms-transform: translate(-50%, 44%);
  transform: translate(-50%, 44%);
}

.footer-link {
  color: #fff;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-rechts {
  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;
}

.footer-t-r {
  font-size: 1.3em;
  font-weight: 400;
}

.drop {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.fliesen-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 0vh;
  margin-bottom: 5vw;
  padding-top: 16vh;
  -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-image: url('../images/fliesen-verlegen---bad-sanierung.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.fliesen-page.putz {
  background-image: url('../images/bekky-bekks-N6yqlPqURR4-unsplash.jpg');
}

.fliesen-page.maler {
  background-image: url('../images/roselyn-tirado-GDWmu0bFfS4-unsplash.jpg');
}

.fliesen-page.sanierung {
  background-image: url('../images/point3d-commercial-imaging-ltd-2X9H1lD_k2Q-unsplash.jpg');
  background-position: 50% 50%;
}

.fliesen-page.geruest {
  background-image: url('../images/paul-becker-aOs4U1vNiYQ-unsplash.jpg');
}

.fliesen-page.services {
  background-image: url('../images/annie-gray-WEWTGkPUVT0-unsplash.jpg');
}

.fliesen-page.subunternehmen {
  margin-bottom: 0vw;
  background-image: url('../images/Partner.jpg');
}

.h1-fliesen {
  position: relative;
  z-index: 11;
  color: #fff;
  font-size: 4.3em;
  font-weight: 400;
}

.h1-fliesen.kontakt {
  font-size: 5.3em;
}

.h1-fliesen.kontakt.black {
  color: #000;
  font-size: 3.5em;
}

.h3-fliesen {
  position: relative;
  z-index: 11;
  margin-top: 1.3em;
  margin-bottom: 1.4em;
  color: #f7f7f7;
  font-size: 1.6em;
  line-height: 1.1;
  font-weight: 400;
}

.h3-fliesen.kontakt {
  font-size: 2.1em;
}

.inhalt {
  position: relative;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
  -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;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.text {
  margin-bottom: 3vw;
  color: #000;
  font-size: 2em;
}

.text-block-4 {
  color: #fff;
  font-size: 1em;
  cursor: pointer;
}

.dropdown-list {
  background-color: #b3b1b1;
}

.dropdown-list.w--open {
  right: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.dropdown-link {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 1em 0px;
  text-align: center;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.kontakt-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 5vw;
  padding-top: 31vh;
  padding-bottom: 10vw;
  -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-image: url('../images/Fliesenler-Entkernung.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.kontakt-auswahl {
  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-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;
}

.grund-kontakt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25vw;
  height: 25vw;
  margin-bottom: 7vw;
  -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;
  border-radius: 1em;
}

.grund-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vw;
  padding-top: 3vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  font-size: 2.3em;
}

.kontakt-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-24 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 110%;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vw;
  -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;
}

.form-text {
  color: #000;
}

.form-block {
  width: 90vw;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form {
  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;
}

.div-block-7 {
  width: 45%;
}

.div-block-7.strasse {
  width: 100%;
}

.div-block-8 {
  width: 45%;
}

.textarea {
  width: 50vw;
  padding-bottom: 13vh;
  border-radius: 0.3em;
}

.name {
  padding: 1.5em 1vw;
  border-radius: 0.3em;
}

.mail {
  padding: 1.5em 1vw;
  border-radius: 0.3em;
}

.firma {
  padding: 1.5em 1vw;
  border-radius: 0.3em;
}

.telefon {
  padding: 1.5em 1vw;
  border-radius: 0.3em;
}

.plz {
  padding: 1.5em 1vw;
  border-radius: 0.3em;
}

.ort {
  padding: 1.5em 1vw;
  border-radius: 0.3em;
}

.willkommen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1100;
  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-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: rgba(0, 0, 0, 0.81);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.div-block-9 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30vw;
  height: 14vw;
  -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;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.heading-5 {
  position: absolute;
  top: 21%;
  margin-bottom: 5vw;
  color: #c9934a;
}

.submit-button {
  width: 20vw;
  margin-top: 3vw;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  border-radius: 0.5em;
  font-size: 1.6em;
}

.checkbox-label {
  margin-left: 0px;
  color: #000;
}

.checkbox-field {
  width: 50vw;
  margin-top: 3vw;
  padding: 0em;
  color: #000;
}

.checkbox-field.extern {
  width: 25vw;
  padding-left: 7vw;
}

.checkbox-field.datenschutz {
  padding: 2.5em;
  border-radius: 0.5em;
  box-shadow: 0 0 7px 0 red;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  color: #000;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-7 {
  color: #000;
}

.text-block-5 {
  color: #000;
}

.datenschutz-text {
  margin-bottom: 5vh;
  color: #000;
}

.daten-wrapper {
  padding: 24vh 5vw 5vh 2vw;
}

.paragraph-2 {
  color: #000;
  text-align: left;
}

.text-block-6 {
  margin-bottom: 4vw;
  color: #000;
  text-align: left;
}

.projektgalerie-heading {
  display: none;
  color: #000;
  font-weight: 400;
}

.lottie-animation-2 {
  display: none;
}

.mobile-nav {
  display: none;
}

.div-block-10 {
  height: auto;
  padding-top: 26vh;
  padding-bottom: 8vw;
  padding-left: 3vw;
}

.paragraph-3 {
  color: #000;
  font-size: 2em;
  font-weight: 500;
  text-align: left;
}

.html-embed {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3vh;
  -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;
}

.checkbox-14 {
  display: block;
}

.success-message {
  background-color: #00c314;
}

.text-block-7 {
  font-size: 2vw;
}

.error-message {
  background-color: #ff5858;
}

.datenschutz-link {
  color: #06f;
  font-size: 1em;
}

.link-2 {
  color: #0004ff;
  font-size: 1em;
}

.cookies {
  position: relative;
  left: 50%;
  top: 30vh;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 20vw;
  padding-top: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-radius: 0.5em;
  background-color: #eacd6e;
  background-image: linear-gradient(77deg, #bd7f3c, #eacd6e);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.heading-8 {
  font-size: 2.1em;
}

.paragraph-4 {
  width: 80%;
  margin-bottom: 0px;
  font-size: 1.2em;
}

.cover-cookies {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.cookie-link {
  color: #061297;
  font-size: 1em;
}

.body {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-2 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-3 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-4 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-5 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-6 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-7 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-8 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-9 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-10 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-11 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-12 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-13 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-14 {
  font-family: 'Montserrat Thin', sans-serif;
}

.body-15 {
  font-family: 'Montserrat Thin', sans-serif;
}

@media screen and (max-width: 991px) {
  .hero-h1 {
    font-size: 6.5em;
  }

  .hero-button.hom {
    width: 39vw;
    font-size: 2.7em;
  }

  .hero-button.cookie {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    font-size: 17px;
  }

  .navbutton {
    font-size: 1.8em;
  }

  .kontaktblock {
    width: 28vw;
  }

  .heading {
    font-size: 2.1em;
  }

  .info-h1 {
    font-size: 2.4em;
  }

  .link {
    font-size: 1.7em;
  }

  .image-21 {
    width: 20vw;
  }

  .footer {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .footer-link {
    font-size: 1.7em;
  }

  .footer-t-r {
    font-size: 1.7em;
  }

  .link-block {
    font-size: 1.3em;
  }

  .form-text {
    font-size: 12px;
  }

  .div-block-6 {
    width: 80vw;
  }

  .submit-button {
    width: 23vw;
    font-size: 2em;
  }

  .checkbox-label {
    font-size: 13px;
  }

  .checkbox-field.extern {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 29vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox-field.datenschutz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 4.4em;
    padding-left: 4.4em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox {
    width: 80vw;
    padding-left: 98px;
  }

  .checkbox-label-2 {
    font-size: 12px;
  }

  .checkbox-label-3 {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .checkbox-label-4 {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .checkbox-label-5 {
    font-size: 12px;
  }

  .checkbox-label-6 {
    font-size: 12px;
  }

  .checkbox-label-7 {
    font-size: 12px;
  }

  .checkbox-label-8 {
    font-size: 12px;
  }

  .checkbox-label-9 {
    font-size: 12px;
  }

  .checkbox-label-10 {
    font-size: 12px;
  }

  .checkbox-label-11 {
    font-size: 12px;
  }

  .checkbox-label-12 {
    font-size: 12px;
  }

  .checkbox-label-13 {
    font-size: 12px;
  }

  .checkbox-2 {
    margin-top: 0px;
  }

  .checkbox-3 {
    margin-top: 0px;
  }

  .checkbox-4 {
    margin-top: 0px;
  }

  .checkbox-5 {
    margin-top: 0px;
  }

  .checkbox-6 {
    margin-top: 0px;
  }

  .checkbox-7 {
    margin-top: 0px;
  }

  .checkbox-8 {
    margin-top: 0px;
  }

  .checkbox-9 {
    margin-top: 0px;
  }

  .checkbox-10 {
    margin-top: 0px;
  }

  .checkbox-11 {
    margin-top: 0px;
  }

  .checkbox-12 {
    margin-top: 0px;
  }

  .checkbox-13 {
    margin-top: 0px;
  }

  .cookies {
    width: 80vw;
    height: 40vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .paragraph-4 {
    font-size: 15px;
  }

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

@media screen and (max-width: 767px) {
  .text-hero {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: 50% 50%;
  }

  .hero-h1 {
    font-size: 35px;
  }

  .hero-btn {
    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;
  }

  .hero-button {
    width: 50vw;
    margin-bottom: 10px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-size: 15px;
  }

  .navbar-container {
    height: 20vh;
  }

  .navlinks {
    width: 75%;
  }

  .navbutton {
    font-size: 12px;
  }

  .kontaktblock {
    width: 26vw;
  }

  .heading {
    font-size: 15px;
  }

  .info-h1 {
    font-size: 15px;
  }

  .ueberuns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ueberuns-links {
    padding-left: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ueberuns-rechts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ueberuns-h1.uuns.links {
    text-align: center;
  }

  .ueberuns-h1.rechts {
    font-size: 23px;
  }

  .ueberuns-h1.links {
    font-size: 23px;
  }

  .paragraph-ueberuns.ub {
    width: 70vw;
    font-size: 12px;
  }

  .page-buttons.leistungen {
    -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;
  }

  .page-buttons.main {
    width: 70vw;
    -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;
  }

  .page-button.zweiter {
    width: 70vw;
    margin-left: 0vw;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-size: 15px;
  }

  .page-button.zweiter.aus.main {
    width: 70vw;
    margin-left: 0vw;
  }

  .page-button.zweiter.aus.main.w--current {
    width: 70vw;
    margin-left: 0vw;
  }

  .page-button.zweiter.i {
    width: 70vw;
    margin-left: 0vw;
  }

  .page-button.aus {
    width: 70vw;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .page-button.r {
    width: 70vw;
    margin-bottom: 10px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-size: 15px;
  }

  .image-2 {
    width: 70vw;
    max-width: none;
    margin-top: 20px;
  }

  .text-leistung {
    font-size: 13px;
  }

  .div-block-2._2 {
    width: 22vw;
    height: 8vh;
    margin-left: 0vw;
  }

  .mehr {
    font-size: 12px;
  }

  .link {
    font-size: 10px;
  }

  .image-21 {
    width: 19vw;
  }

  .image-21.welcome {
    display: none;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer-t-r {
    font-size: 13px;
  }

  .checkbox-field.extern {
    width: 36vw;
  }

  .checkbox-field.datenschutz {
    width: 76vw;
  }

  .checkbox {
    width: 95vw;
    padding-left: 111px;
  }
}

@media screen and (max-width: 479px) {
  .text-hero {
    height: 80vh;
    padding-top: 14vh;
    padding-bottom: 0px;
    background-size: cover;
  }

  .hero-h1 {
    font-size: 30px;
  }

  .hero-h1.subheader {
    font-size: 4.7em;
  }

  .hero-button {
    width: 75vw;
  }

  .hero-button.hom {
    width: 90vw;
    font-size: 14px;
  }

  .hero-button.cookie {
    font-size: 12px;
  }

  .navbar-container {
    z-index: 102;
    height: 16vh;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .navbar-container.diff {
    z-index: 102;
  }

  .navbar-container.recht {
    z-index: 102;
  }

  .navlinks {
    display: none;
  }

  .navlinks.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
  }

  .navbutton.mobile {
    font-size: 22px;
  }

  .dropdown.link.mobile {
    margin-bottom: 0px;
  }

  .dropdown-toggle.link.mobile {
    height: auto;
    padding-top: 0px;
    padding-right: 1.4em;
    padding-bottom: 0px;
  }

  .kontaktblock {
    width: 50vw;
  }

  .info-h1 {
    width: 90%;
    color: #fff;
  }

  .info-h1.fliesen {
    width: 100%;
  }

  .info-h1.kon {
    font-size: 16px;
  }

  .ueberuns-h1.unsichtbar {
    font-size: 24px;
  }

  .ueberuns-h1.oben.kunde {
    margin-bottom: 5vw;
    font-size: 28px;
  }

  .ueberuns-h1.oben.subunt {
    margin-bottom: 6vw;
    font-size: 34px;
  }

  .ueberuns-h1.rechts {
    width: auto;
  }

  .ueberuns-h1.links {
    width: auto;
  }

  .page-button.zweiter {
    width: 75vw;
  }

  .page-button.zweiter.i {
    width: 75vw;
  }

  .page-button.r {
    width: 75vw;
  }

  .page-button.r.b {
    width: 75vw;
  }

  .image-2 {
    width: 80vw;
  }

  .mask {
    width: 80vw;
  }

  .slide {
    width: 80vw;
  }

  .slide.portfolio {
    width: 90vw;
  }

  .slide-2 {
    width: 80vw;
  }

  .slide-2.portfolio {
    width: 90vw;
  }

  .slide-3 {
    width: 80vw;
  }

  .slide-3.portfolio {
    width: 90vw;
  }

  .slide-4 {
    width: 80vw;
  }

  .slide-4.portfolio {
    width: 90vw;
  }

  .text-verdeckt {
    height: 7vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block._2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2._2 {
    width: 34vw;
  }

  .link.drop.mobile {
    height: auto;
  }

  .link.mobile {
    height: auto;
    margin-bottom: 27px;
    font-size: 20px;
  }

  .image-21 {
    width: 41vw;
  }

  .image-21.welcome {
    display: block;
    width: 85vw;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .portfolio-sub.oben.kunde {
    font-size: 16px;
  }

  .portfolio-sub.oben.sub {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }

  .div-block-5 {
    height: 60vh;
    padding-top: 16vh;
    background-image: url('../images/Portfolio-3.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-5.kundenanfrage {
    height: 60vh;
  }

  .div-block-5.subunt {
    height: 60vh;
  }

  .image-22 {
    display: none;
    height: 100vh;
    max-width: none;
  }

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

  .subler-text {
    width: 90vw;
    font-size: 16px;
  }

  .footer {
    height: 60vh;
    -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;
  }

  .footer.fliesen {
    height: 60vh;
  }

  .image-23 {
    width: 64vw;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .footer-links {
    height: 9vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-t-r {
    color: #fff;
  }

  .fliesen-page {
    background-position: 50% 50%;
  }

  .fliesen-page.subunternehmen {
    background-position: 100% 50%;
    background-size: auto 80vh;
  }

  .h1-fliesen {
    font-size: 30px;
  }

  .h1-fliesen.kontakt {
    font-size: 45px;
  }

  .h3-fliesen {
    font-size: 16px;
  }

  .h3-fliesen.kontakt {
    width: 90%;
    font-size: 17px;
  }

  .text {
    font-size: 16px;
  }

  .dropdown-list.mobile {
    background-color: #fff;
  }

  .dropdown-link.mobile {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 13px;
  }

  .kontakt-page {
    height: 47vh;
    padding-top: 157px;
  }

  .grund-kontakt {
    width: 60vw;
    height: 60vw;
  }

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

  .form-text {
    font-size: 11px;
  }

  .div-block-6 {
    width: 90vw;
    margin-bottom: 0px;
    -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;
  }

  .div-block-7 {
    width: 90%;
    margin-bottom: 28px;
  }

  .div-block-7.strasse {
    width: 90%;
  }

  .div-block-8 {
    width: 90%;
    margin-bottom: 28px;
  }

  .textarea {
    width: 90vw;
  }

  .name {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .willkommen {
    z-index: 1100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .submit-button {
    width: 60vw;
    font-size: 16px;
  }

  .checkbox-label {
    width: 80vw;
    margin-left: -16px;
    padding-right: 27px;
    padding-left: 24px;
    font-size: 12px;
  }

  .checkbox-field {
    width: 75vw;
  }

  .checkbox-field.extern {
    width: 90vw;
  }

  .checkbox-field.datenschutz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    margin-top: 10vw;
    padding-left: 8.7em;
    -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;
  }

  .checkbox {
    width: 90vw;
    padding-left: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .datenschutz-text {
    font-size: 2.3em;
  }

  .daten-wrapper {
    padding-top: 21vh;
    font-size: 12px;
  }

  .lottie-animation {
    width: 60px;
    color: #fff;
  }

  .lottie-animation-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
  }

  .mobile-nav {
    position: fixed;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: block;
    overflow: hidden;
    height: 0vh;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .checkbox-label-2 {
    font-size: 16px;
  }

  .checkbox-label-3 {
    font-size: 16px;
  }

  .checkbox-label-4 {
    font-size: 16px;
  }

  .checkbox-label-5 {
    font-size: 16px;
  }

  .checkbox-label-6 {
    font-size: 16px;
  }

  .checkbox-label-7 {
    font-size: 16px;
  }

  .checkbox-label-8 {
    font-size: 16px;
  }

  .checkbox-label-9 {
    font-size: 16px;
  }

  .checkbox-label-10 {
    font-size: 16px;
  }

  .checkbox-label-11 {
    font-size: 16px;
  }

  .checkbox-label-12 {
    font-size: 16px;
  }

  .checkbox-label-13 {
    font-size: 16px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

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

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Thin';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}