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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  font-family: Firasans, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Fira Sans';
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
}

a {
  border-bottom-width: 1px;
  border-bottom-color: #333;
  color: #333;
  text-decoration: none;
}

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

em {
  display: block;
  color: #000;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.page-wrapper {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.section-header {
  position: relative;
  height: 100vh;
  padding-bottom: 25px;
}

.section-about {
  padding-top: 75px;
  padding-bottom: 100px;
  text-align: center;
}

.div-block {
  position: absolute;
  width: 33.333333333333336%;
  height: 600px;
}

.container {
  position: relative;
}

.leistung-wrap {
  height: 167%;
  margin-bottom: 70px;
  padding: 15px;
}

.leistung-inner {
  width: 100%;
  height: 100%;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.image-5 {
  overflow: visible;
  width: 100%;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  background-color: #f5f4f4;
}

.about-inner {
  width: 40%;
  min-height: 100%;
}

.div-block-2 {
  width: 60%;
}

.text-wrapper-about {
  width: 100%;
  padding-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  text-align: left;
}

.text-wrapper-about.team {
  text-align: center;
}

.text-wrapper-about.doreen {
  text-align: center;
}

.heading {
  font-weight: 600;
}

.paragraph-2 {
  margin-bottom: 70px;
}

.paragraph-3 {
  margin-bottom: 50px;
  text-align: justify;
}

.paragraph-4 {
  text-align: justify;
}

.paragraph-5 {
  text-align: justify;
}

.heading-3 {
  margin-bottom: 0px;
}

.italic-text {
  display: block;
}

.section-philosophie {
  padding-top: 45px;
  padding-bottom: 358px;
  background-image: url('../images/philosophie-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  text-align: center;
}

.backgroung-wrapper {
  position: relative;
}

.image-6 {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav {
  display: none;
}

.nav-link {
  padding: 20px;
  border-top: 3px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: uppercase;
}

.nav-link:hover {
  border-top-color: #e7e0d4;
}

.nav-link.w--current {
  border-top-color: #a18858;
  color: #333;
}

.nav-link-2 {
  text-transform: uppercase;
}

.nav-link-2.w--current {
  border-top: 3px solid #ad900c;
  color: #333;
}

.text-wrapper-philosophie {
  position: static;
  text-align: center;
}

.subhead {
  margin-bottom: 10px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.subhead.white {
  color: #fff;
}

.italic-text-2 {
  font-weight: 300;
  text-align: left;
}

.heading-4 {
  text-align: center;
}

.paragraph-7 {
  text-align: left;
}

.paragraph-8 {
  text-align: left;
}

.container-2 {
  margin-right: auto;
  margin-left: auto;
}

.zentriert {
  text-align: center;
}

.section-fun-facts {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

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

.fun-fact {
  width: 25%;
  height: 200px;
}

.fun-fact._1 {
  border-right: 1px solid rgba(0, 0, 0, 0.13);
}

.fun-fact._2 {
  border-right: 1px solid rgba(0, 0, 0, 0.13);
}

.fun-fact._3 {
  border-right: 1px solid rgba(0, 0, 0, 0.13);
}

.fun-fact._3 {
  border-right: 1px solid rgba(0, 0, 0, 0.13);
}

.section-leistungen {
  height: 800px;
  margin-top: 150px;
  padding-top: 100px;
  background-image: url('../images/happy-couple-on-wedding-day-600w-131174132.jpg'), url('../images/wedding-rings-600w-589431530.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  text-align: left;
}

.heading-5 {
  text-align: center;
}

.section-team {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f4f4;
}

.team-inner {
  width: 50%;
  height: 100%;
}

.slider-kundenstimmen {
  height: auto;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-left: 25px;
  background-color: transparent;
  font-style: italic;
  text-align: center;
}

.paragraph-9 {
  margin-bottom: 70px;
  text-align: justify;
}

.paragraph-10 {
  text-align: justify;
}

.paragraph-11 {
  margin-bottom: 60px;
}

.paragraph-12 {
  margin-bottom: 20px;
}

.subheadline-kopieren {
  font-size: 15px;
}

.leistung-column {
  width: 20%;
  margin-bottom: 35px;
  padding: 8px;
  text-align: center;
}

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

.button-team {
  margin-top: 20px;
  padding-top: 8px;
  background-color: #73b62a;
  text-align: center;
}

.image-7 {
  width: 100%;
  height: 69%;
}

.section-leistungen-drucker {
  padding-top: 80px;
  padding-bottom: 150px;
  text-align: center;
}

.image-wrapper-leistungen {
  width: 393px;
  height: 398px;
}

.section-referenzen {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

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

.flexbox-referenzen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.referenzen-column {
  width: 25%;
  margin-bottom: 0px;
  padding: 20px;
  text-align: center;
}

.referenzen-inner {
  position: static;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.heading-6 {
  width: 100%;
  height: 7%;
  font-weight: 600;
  text-transform: uppercase;
}

.image-8 {
  width: 100%;
  height: 100%;
}

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

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

.paragraph-13 {
  text-align: center;
}

.image-wrapper {
  position: relative;
  height: 20vw;
  max-height: 410px;
  margin-bottom: 15px;
}

.image-wrapper._1 {
  background-image: url('../images/romantisch.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-wrapper._2 {
  background-image: url('../images/vintage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-wrapper._3 {
  background-image: url('../images/elegant_klassisch.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-wrapper._4 {
  background-image: url('../images/kreativ.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper._5 {
  background-image: url('../images/sommer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-wrapper._6 {
  background-image: url('../images/herbst.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper._7 {
  background-image: url('../images/winter.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper._8 {
  background-image: url('../images/am_see.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-wrapper._9 {
  background-image: url('../images/schloss.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper._10 {
  background-image: url('../images/scheune.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper._11 {
  background-image: url('../images/alm_hochzeit.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper._12 {
  background-image: url('../images/in_tracht.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-9 {
  text-transform: uppercase;
}

.section-blog {
  padding-bottom: 100px;
  text-align: center;
}

.icon-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100px;
  height: 100px;
}

.section-kontakt {
  padding-top: 100px;
  text-align: center;
}

.paragraph-14 {
  text-align: center;
}

.contentwrapper-logos {
  margin-top: 60px;
}

.italic-text-3 {
  padding-bottom: 30px;
}

.italic-text-30-padding {
  padding-bottom: 30px;
  text-align: center;
}

.section-impressum {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.text-block-2 {
  font-weight: 400;
}

.heading-10 {
  padding-bottom: 60px;
}

.text-block-3 {
  padding-bottom: 20px;
}

.text-block-4 {
  padding-bottom: 20px;
}

.all-textblogs-impressum {
  padding-bottom: 20px;
  font-family: Firasans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.all-textblogs-impressum.white {
  padding-bottom: 0px;
  color: #fff;
}

.heading-11 {
  margin-bottom: 0px;
  padding-bottom: 70px;
}

.section-footer {
  padding-bottom: 25px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.text-block-5 {
  font-weight: 300;
}

.contentwrapper-logo {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contentwrapper-social-media-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
  -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;
  opacity: 0.62;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.italics-white {
  padding-bottom: 50px;
  font-weight: 400;
}

.brand {
  width: 300px;
  padding-top: 11px;
}

.italic-text-4 {
  text-align: center;
}

.italic-text-5 {
  text-align: center;
}

.italics-white-thin {
  padding-bottom: 50px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.italic-text-6 {
  padding-top: 40px;
}

.button {
  padding-left: 0px;
  background-color: transparent;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}

.kursiv {
  text-transform: none;
}

.kursiv.left {
  text-align: left;
}

.paragraph-15 {
  padding-top: 10px;
}

.p-blog {
  padding-top: 10px;
}

.section-follow-me {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f4f4;
  text-align: center;
}

.follow-me-colum {
  width: 25%;
  margin-bottom: 0px;
  padding: 20px;
  text-align: center;
}

.follow-me-inner {
  position: relative;
  width: 100%;
  height: 20vw;
  text-align: left;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 0px;
  height: 0px;
}

.heading-12 {
  text-align: center;
}

.text-block-6 {
  font-weight: 600;
}

.text-blog-bold {
  padding-bottom: 5px;
  font-weight: 400;
}

.slide-2 {
  background-image: url('../images/slider_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  height: 100%;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 20px;
  background-color: #fff;
}

.nav-menu {
  margin-bottom: 20px;
}

.section-header-blog {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.div-block-4 {
  height: 400px;
}

.header-bild-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -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-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.section-blog-beitr-ge {
  margin-bottom: 150px;
}

.blog-beitrag-column {
  width: 75%;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.blog-beitrag-inner {
  position: static;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #b1b1b1;
  border-top-width: 1px;
  border-top-color: #a7a7a7;
  text-align: left;
}

.sidebar {
  width: 25%;
  min-height: 100%;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f5f4f4;
}

.button-2 {
  margin-top: 17px;
}

.button-3 {
  margin-top: 25px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #bda07b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button-3:hover {
  color: #333;
}

.button-3.detail-blog {
  padding-top: 20px;
}

.mehr-wrapper {
  border-top: 1px none rgba(0, 0, 0, 0.13);
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, 0.13);
}

.button-4 {
  text-transform: uppercase;
}

.mehr-button {
  padding-left: 0px;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 172px;
  -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;
}

.arrow-header-slider {
  padding: 17px;
  background-color: rgba(0, 0, 0, 0.74);
}

.icon {
  position: relative;
  font-size: 20px;
}

.about-pic {
  width: 40%;
  min-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/doreen.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.container-3 {
  padding-top: 15px;
  padding-bottom: 50px;
  text-align: justify;
}

.center {
  text-align: center;
}

.team-pic {
  width: 40%;
  min-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Team.jpg');
  background-position: 50% 23%;
  background-size: cover;
}

.container-4 {
  padding-top: 15px;
  padding-bottom: 50px;
}

.number {
  margin-top: 10px;
  text-align: center;
}

.section-leistungen-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/leistungen.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/leistungen.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.icon-2 {
  font-size: 20px;
}

.slide-3 {
  background-image: url('../images/slider_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/slider_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/slider_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/slider_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/slider_05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/slider_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mask {
  margin-bottom: 50px;
}

.container-center {
  text-align: center;
}

.quote-icon {
  margin-bottom: 18px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.quote-name {
  padding-bottom: 5px;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.category-title {
  display: inline-block;
  border-bottom: 1px dotted #000;
  font-family: 'Fira Sans';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.image-9 {
  height: 20vw;
}

.logo-first-slide {
  position: absolute;
  left: auto;
  top: auto;
  right: 6%;
  bottom: 8%;
  width: 450px;
}

.slide-nav-2 {
  margin-bottom: 50px;
}

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

.coll-item {
  width: 25%;
  margin-bottom: 30px;
  padding: 20px;
}

.wrapper-blog {
  margin-top: 25px;
}

.blog-inner {
  text-align: left;
}

.prev-image-blog {
  height: 20vw;
  max-height: 410px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url('../images/am_see.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link {
  display: inline-block;
  border-bottom: 1px dotted #000;
  font-family: Firasans, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.excerpt {
  margin-bottom: 5px;
}

.heading-14 {
  font-weight: 200;
}

.follow-me-img {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 450px;
  background-image: url('../images/SM_button_facebook.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.follow-me-img._1 {
  background-image: url('../images/romantisch.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.follow-me-img._2 {
  background-image: url('../images/vintage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.follow-me-img._3 {
  background-image: url('../images/elegant_klassisch.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.follow-me-img._4 {
  background-image: url('../images/kreativ.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.follow-me-img._5 {
  background-image: url('../images/sommer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.follow-me-img._6 {
  background-image: url('../images/herbst.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.follow-me-img._7 {
  background-image: url('../images/winter.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.follow-me-img._8 {
  background-image: url('../images/am_see.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.follow-me-img._9 {
  background-image: url('../images/schloss.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.follow-me-img._10 {
  background-image: url('../images/scheune.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.follow-me-img._11 {
  background-image: url('../images/alm_hochzeit.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.follow-me-img._12 {
  background-image: url('../images/in_tracht.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.follow-me-img.insta {
  background-image: url('../images/SM_button_instagram.jpg');
}

.follow-me-img.pinterest {
  background-image: url('../images/SM_button_pinterest.jpg');
}

.follow-me-img.vimeo {
  background-image: url('../images/SM_button_vimeo.jpg');
}

.container-5 {
  color: #fff;
}

.social-icon {
  height: 18px;
  margin-right: 15px;
  margin-left: 15px;
}

.text-block-7 {
  margin-top: 38px;
}

.footer-social-link-wrap {
  border-bottom-style: none;
}

.image-10 {
  width: 20px;
}

.blog-single {
  padding-right: 25px;
  text-align: left;
}

.h4-blog {
  text-align: left;
}

.category-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.13);
  cursor: pointer;
}

.cat-dot {
  width: 5px;
  height: 5px;
  margin-right: 15px;
  background-color: #a18858;
}

.blog-post-navigation {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 25px;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post-navigation.left {
  left: 0px;
  right: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.next-post-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.next-post-img {
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/am_see.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.next-post-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  min-height: 100%;
  margin-left: 30px;
  padding: 20px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #afadad;
  border-bottom: 1px solid #afadad;
  border-left: 1px solid #afadad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.next-post-heading {
  border-bottom: 1px dotted #838383;
}

.next-post-arrow-holder {
  position: fixed;
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 80px;
  padding: 10px;
  -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-style: solid;
  border-width: 1px;
  border-color: #afadad;
  background-color: #fff;
}

.mover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mover-next {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 425px;
  height: 80px;
  padding-right: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.next-post-img-link {
  width: 100%;
  height: 100%;
}

.blog-lower {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flag {
  padding: 20px;
  border-top: 3px none #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: uppercase;
}

.flag:hover {
  border-top-style: none;
  border-top-color: #e7e0d4;
}

.flag.w--current {
  border-top-color: #a18858;
  color: #333;
}

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

.button-blog-cat-prev {
  margin-top: 25px;
  margin-right: 15px;
  margin-left: 0px;
  background-color: #bda07b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button-blog-cat-prev:hover {
  color: #333;
}

.prev-post-wra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mover-prev {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 425px;
  height: 80px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.prev-post-arrow-holder {
  position: fixed;
  left: 0px;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 80px;
  padding: 10px;
  -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-style: solid;
  border-width: 1px;
  border-color: #afadad;
  background-color: #fff;
}

.text-block-8 {
  margin-bottom: 18px;
}

.navbar-mobile {
  display: none;
}

.slider-de {
  padding-top: 50px;
  background-image: url('../images/testimonials.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-link {
  color: #fff;
}

.slider-en {
  padding-top: 50px;
  background-image: url('../images/testimonials.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.first-subhead {
  font-size: 18px;
  line-height: 1.5;
}

.heading-15 {
  line-height: 1;
}

.zentriert-copy {
  text-align: center;
}

.fs-cc-manager3_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #a18858;
}

.fs-cc-prefs_close {
  position: absolute;
  left: auto;
  top: -12px;
  right: -12px;
  bottom: auto;
  z-index: 1;
  padding: 10px;
  border-radius: 100%;
  background-color: #000;
  box-shadow: -1px 1px 12px 0 rgba(51, 51, 51, 0.1);
  color: #e5ebea;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-prefs_option {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.fs-cc-prefs_label {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-manager3-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -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;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-prefs_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 32px;
  -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;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background-color: #fff;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.fs-cc-prefs_form {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  margin-bottom: 0px;
  border-radius: 12px;
  background-color: #fff;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_text {
  margin-right: 24px;
  color: #e5ebea;
  font-size: 14px;
  line-height: 18px;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-right: -8px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner_component {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: none;
  padding: 24px 32px;
  border-top: 1px solid rgba(67, 83, 255, 0.16);
  background-color: #000;
  color: #e5ebea;
}

.fs-cc-banner_buttons-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs_content {
  overflow: scroll;
  height: 100%;
  padding: 40px 32px;
}

.hx-cc-wrapper {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.fs-cc-prefs_button {
  margin-right: 8px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 7px;
  background-color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}

.fs-cc-prefs_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.fs-cc-banner_button {
  min-width: 140px;
  margin-left: 16px;
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #e5ebea;
  border-radius: 7px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: #000;
  background-color: #e5ebea;
  color: #000;
}

.fs-cc-banner_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.fs-cc-manager3_component {
  position: fixed;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 999;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 7px 7px 12px 0 rgba(0, 0, 0, 0.1);
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #e5ebea;
  line-height: 1;
}

.fs-cc-banner_text-link {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #919191;
  color: rgba(229, 235, 234, 0.6);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.fs-cc-prefs_text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

.fs-cc-prefs_checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 24px;
  margin-bottom: 0px;
  padding: 2px;
  border-radius: 999px;
  background-color: #ccc;
}

.body {
  font-family: Firasans, sans-serif;
}

.container-7 {
  font-family: Firasans, sans-serif;
}

@media screen and (max-width: 991px) {
  .section-header {
    height: 500px;
  }

  .text-wrapper-about {
    padding-right: 25px;
    padding-left: 25px;
  }

  .text-wrapper-about.team {
    text-align: center;
  }

  .section-philosophie {
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.72)), to(hsla(0, 0%, 100%, 0.72))), url('../images/philosophie-1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.72), hsla(0, 0%, 100%, 0.72)), url('../images/philosophie-1.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }

  .team-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-kundenstimmen {
    padding-right: 63px;
    padding-left: 60px;
  }

  .image-wrapper {
    height: 17vw;
  }

  .team-pic {
    width: 100%;
    height: 400px;
  }

  .container-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-leistungen-2 {
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
  }

  .logo-first-slide {
    right: 0%;
    bottom: 5px;
    width: 300px;
  }

  .prev-image-blog {
    height: 17vw;
  }
}

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

  .section-header {
    height: 450px;
  }

  .leistung-wrap {
    width: 50%;
    height: 50vw;
  }

  .about-wrapper {
    width: 100%;
    height: auto;
    margin-top: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-wrapper-about {
    padding-right: 25px;
    padding-left: 25px;
  }

  .text-wrapper-about.doreen {
    text-align: center;
  }

  .section-philosophie {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 244, 244, 0.72)), to(rgba(245, 244, 244, 0.72))), url('../images/philosophie-1.jpg');
    background-image: linear-gradient(180deg, rgba(245, 244, 244, 0.72), rgba(245, 244, 244, 0.72)), url('../images/philosophie-1.jpg');
    background-position: 0px 0px, 67% 50%;
    background-size: auto, cover;
  }

  .flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fun-fact._1 {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fun-fact._2 {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    border-right-style: none;
  }

  .fun-fact._4 {
    width: 50%;
    padding-top: 25px;
  }

  .fun-fact._3 {
    width: 50%;
    padding-top: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
  }

  .team-wrapper {
    width: 100%;
    height: auto;
  }

  .leistung-column {
    width: 50%;
  }

  .flexbox-leistungen {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-leistungen-drucker {
    padding-right: 5px;
    padding-bottom: 100px;
    padding-left: 5px;
  }

  .section-referenzen {
    padding-right: 5px;
    padding-bottom: 100px;
    padding-left: 5px;
  }

  .flexbox-rezentionen {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flexbox-referenzen {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .referenzen-column {
    width: 50%;
  }

  .image-wrapper {
    height: 33vw;
  }

  .brand {
    padding-top: 18px;
  }

  .section-follow-me {
    padding-right: 5px;
    padding-bottom: 100px;
    padding-left: 5px;
  }

  .follow-me-colum {
    width: 50%;
  }

  .follow-me-inner {
    height: 40vw;
  }

  .navbar {
    display: none;
  }

  .header-bild-blog {
    height: 150px;
  }

  .blog-beitrag-column {
    width: 100%;
    padding-right: 0px;
  }

  .sidebar {
    width: 100%;
  }

  .about-pic {
    width: 100%;
    height: 500px;
  }

  .team-pic {
    height: 350px;
  }

  .container-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo-first-slide {
    right: 0%;
    bottom: 5px;
    width: 200px;
  }

  .coll-item {
    width: 50%;
  }

  .prev-image-blog {
    height: 33vw;
  }

  .blog-single {
    padding-right: 0px;
  }

  .navbar-mobile {
    display: block;
  }

  .container-6 {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
    color: #333;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .flag-link-mobile {
    display: block;
    padding: 20px;
    text-align: left;
  }

  .first-subhead {
    font-size: 14px;
  }

  .mobile-navlink {
    display: block;
  }

  .mobile-navlink.w--current {
    display: block;
    color: #a18858;
  }

  .brand-2 {
    padding-top: 18px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_button {
    margin-right: 8px;
    margin-left: 0px;
  }

  .fs-cc-banner_container {
    -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;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .section-header {
    height: 350px;
  }

  .slider-kundenstimmen {
    padding-right: 5px;
    padding-left: 5px;
  }

  .section-leistungen-drucker {
    padding-bottom: 60px;
  }

  .section-referenzen {
    padding-bottom: 60px;
  }

  .section-follow-me {
    padding-bottom: 60px;
  }

  .follow-me-inner {
    height: 36vw;
  }

  .blog-beitrag-inner {
    padding-right: 5px;
    padding-left: 5px;
  }

  .team-pic {
    height: 250px;
  }

  .logo-first-slide {
    right: 0px;
    bottom: 5px;
    width: 150px;
  }

  .coll-item {
    width: 50%;
  }

  .arrow {
    display: none;
  }

  .brand-2 {
    padding-top: 20px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_text {
    margin-right: 0px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-manager3_component {
    left: 20px;
    bottom: 20px;
    display: none;
  }
}

@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}