body {
  height: 100%;
  background-image: url('../images/carstensen-bg.png');
  background-attachment: fixed;
  font-family: Dosis, sans-serif;
  color: #252525;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Dosis, sans-serif;
  color: #252525;
  font-size: 40px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 5px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.button {
  position: absolute;
  display: block;
  margin-top: 4px;
  padding: 20px 25px;
  float: none;
  background-color: #7a6823;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #605428;
}

.button.form {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.button.form.danke {
  display: inline-block;
  margin-top: 30px;
}

.button.openinfo {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-right: 55px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(122, 104, 35, 0.8);
  background-image: url('../images/icon-plus.png');
  background-position: 94% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
}

.button.openinfo:hover {
  background-color: rgba(122, 104, 35, 0.9);
}

.navbar {
  position: static;
  left: 0px;
  right: 0px;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: transparent;
  font-family: Dosis, sans-serif;
  color: #000;
  font-weight: 700;
}

.header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}

.page-content {
  z-index: 0;
}

.page-content.onlydata {
  margin-top: 100px;
}

.header-container {
  position: relative;
  top: 25%;
  text-align: center;
}

.header-title {
  display: block;
  margin-top: 0px;
  font-family: Dosis, sans-serif;
  color: #7a6823;
  font-size: 52px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.header-title._2 {
  margin-bottom: 0px;
  padding-top: 10px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: none;
}

.footer {
  padding-top: 15px;
  background-image: url('../images/carstensen-shadow.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.section-title {
  display: block;
  margin-top: 9px;
  margin-bottom: 10px;
}

.contact-form {
  padding-right: 30px;
  padding-left: 30px;
  border-width: 1px;
  border-color: #a7b3c9;
  background-color: rgba(206, 201, 181, 0.49);
  text-align: center;
}

.subpage-header {
  position: relative;
  top: 114px;
  height: 400px;
  margin-bottom: 114px;
  padding-bottom: 24px;
  background-image: url('../images/carstensen-shadow.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  text-align: center;
}

.field {
  height: 70px;
  margin-bottom: 20px;
  border: 0px solid #000;
  background-color: #fff;
  opacity: 0.35;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 18px;
}

.field:hover {
  background-color: #f0f0f0;
  opacity: 1;
}

.field:focus {
  background-color: #fff;
  opacity: 1;
}

.header-tab-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 165px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-tabs-content {
  width: 100%;
  height: 100%;
}

.header-tabs {
  width: 100%;
  height: 100%;
  background-color: #cec9b5;
}

.header-tab-link {
  width: 245px;
  height: 165px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(60, 50, 10, 0.2);
  opacity: 0.85;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  text-align: center;
}

.header-tab-link:hover {
  background-color: rgba(60, 50, 10, 0.4);
  opacity: 1;
}

.header-tab-link.w--current {
  background-color: rgba(60, 50, 10, 0.09);
  opacity: 1;
  color: #fff;
}

.header-tab-pane {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-tab-pane.tab_start {
  background-image: url('../images/header_tab-img-leistungen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-tab-pane.tab_philosophie {
  background-image: url('../images/header_tab-img-philosophie.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-tab-pane.tab_profil {
  background-image: url('../images/header_tab-img-kontakt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-tab-pane.tab_werkstatt {
  background-image: url('../images/header_tab-img-werkstatt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-title {
  color: #3c320a;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.full-image-section {
  width: 100%;
  height: 100%;
  padding-top: 24%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(122, 104, 35, 0)), to(#cec9b5)), url('../images/werkstatt-653.jpg');
  background-image: linear-gradient(180deg, rgba(122, 104, 35, 0), #cec9b5), url('../images/werkstatt-653.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.full-image-section.thank-you {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(42%, rgba(122, 104, 35, 0.7)), color-stop(85%, rgba(206, 201, 181, 0.8))), url('../images/werkstatt-292_1.jpg');
  background-image: linear-gradient(180deg, rgba(122, 104, 35, 0.7) 42%, rgba(206, 201, 181, 0.8) 85%), url('../images/werkstatt-292_1.jpg');
}

.field-label {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #7a6823;
  font-size: 18px;
}

.right-column {
  padding-left: 60px;
  text-align: left;
}

.error-bg {
  margin-top: 40px;
  padding-top: 14px;
  border-radius: 30px;
  color: #d4375e;
  text-align: center;
}

.error-text {
  color: #d4375e;
}

.header_title-bg {
  display: block;
  padding: 10px 20px;
  background-color: rgba(255, 243, 233, 0.54);
}

.header_title-container {
  display: inline-block;
  text-align: left;
}

.nav_link-1 {
  margin-left: 20px;
  padding: 5px 0px;
}

.nav_link-1:hover {
  border-bottom: 2px solid #cec9b5;
}

.nav_link-1.w--current {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #7a6823;
}

.nav_link-1.footer_link {
  color: #545454;
  font-weight: 700;
}

.tab_subtitle {
  color: #3c320a;
}

.theelement-1 {
  display: block;
  height: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/the-element1-li.png');
  background-size: 20px;
  background-repeat: no-repeat;
}

.theelement-1.start {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.55;
}

.theelement-1.element-intro {
  width: 410px;
  margin-right: auto;
  margin-left: auto;
}

.theelement-1.leistungen {
  margin-bottom: 15px;
}

.theelement-1.element-infolayer {
  display: block;
  width: 50%;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/the-element1-bright-li.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.theelement-inner1 {
  display: block;
  height: 100%;
  margin-left: 10px;
  padding-right: 0px;
  background-image: url('../images/the-element1-re.png');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.theelement-inner1.element-bright {
  background-image: url('../images/the-element1-bright-re.png');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.theelement-inner-color {
  height: 100%;
  margin-right: 15px;
  background-color: #cec9b5;
}

.theelement-inner-color.element-bright {
  background-color: #fff3e9;
}

.nav_footer {
  padding-bottom: 10px;
  background-color: transparent;
  color: #545454;
  font-weight: 700;
}

.footer_html {
  display: inline-block;
}

.nav_mobil {
  margin-top: 20px;
}

.tab_title_mobil {
  display: none;
}

.head_philosophie {
  display: block;
  height: 100%;
  background-image: url('../images/head-img-philosophie.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.h1_subpage {
  position: absolute;
  left: 0px;
  top: 30%;
  right: 0px;
}

.h2_pagestart {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 56px;
  line-height: 62px;
  text-align: center;
}

.subpage_intro {
  margin-bottom: 40px;
  padding-top: 40px;
}

.subpage_intro_text {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.theelement-2 {
  height: 11px;
  background-image: url('../images/the-element2-li.png');
  background-size: 20px;
  background-repeat: no-repeat;
}

.theelement-2.kontakt {
  display: block;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.theelement-2.mobil {
  display: none;
  width: 410px;
  margin-right: auto;
  margin-left: auto;
}

.theelement-2.jobs {
  margin-top: 20px;
  margin-bottom: 10px;
}

.theelement-inner2 {
  height: 100%;
  margin-left: 10px;
  background-image: url('../images/the-element2-re.png');
  background-position: 100% 50%;
  background-size: 20px;
}

.element-row.element-row-with-p {
  margin-bottom: 20px;
}

.content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.content-row.content-row-more-right {
  margin-left: 80px;
}

.content-row.row-projekte {
  margin-bottom: 80px;
}

.content-row.row-kontakt {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-block {
  margin-bottom: 40px;
}

.content-block.leistungen {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 0px;
}

.theelement-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 160px;
}

.theelement-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 160px;
  margin-left: auto;
}

.content_abfolge {
  margin-bottom: 70px;
}

.list_abfolge_item {
  display: inline;
  padding-right: 50px;
  padding-left: 14px;
  background-image: url('../images/arrow_abfolge.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  font-weight: 300;
  text-transform: uppercase;
}

.list_abfolge_item.ende {
  padding-right: 0px;
  background-image: none;
}

.head_werkstatt {
  height: 100%;
  background-image: url('../images/head-img-werkstatt.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image-grid-column {
  padding-right: 0px;
  padding-left: 0px;
}

.image-grid-row {
  position: relative;
  background-color: #cec9b5;
}

.head_leistungen {
  height: 100%;
  background-image: url('../images/head-img-leistungen.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.h2_leistung {
  margin-bottom: 24px;
  font-size: 42px;
  line-height: 48px;
}

.list_leistungen {
  padding: 10px 20px;
  background-color: rgba(206, 201, 181, 0.49);
  color: #7a6823;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  list-style-type: none;
}

.list_leistungen_item {
  margin-bottom: 7px;
  padding-left: 20px;
  background-image: url('../images/list_leistungen.png');
  background-position: 0px 9px;
  background-size: 10px;
  background-repeat: no-repeat;
  list-style-type: none;
}

.h3_ende {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 4px;
}

.section_leistungen_ende {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: rgba(206, 201, 181, 0.49);
}

.head_profil {
  height: 100%;
  background-image: url('../images/head-img-profil.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.head_kontakt {
  height: 100%;
  background-image: url('../images/head-img-kontakt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-highlight {
  color: #7a6823;
}

.navbar-scrolldown {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  border-bottom: 1px solid #dbdad7;
  background-image: url('../images/carstensen-bg.png');
  background-attachment: fixed;
  color: #000;
  font-weight: 700;
}

.navbar-start {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
}

.navbar-start.nav-stay {
  position: fixed;
}

.text-link {
  color: #7a6823;
  text-decoration: none;
}

.text-link:hover {
  color: #7a6823;
  text-decoration: underline;
}

.icon_link {
  width: 30px;
  height: 30px;
  float: left;
  background-color: #a8a8a8;
  background-image: url('../images/kontakt_icon-facebook.png');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.icon_link:hover {
  background-color: #7a6823;
  opacity: 1;
}

.icon_link.start {
  margin-top: 15px;
}

.icon_link.insta {
  background-image: url('../images/instagram_150.png');
  background-size: 60%;
}

.icon_link.houzz {
  background-image: url('../images/houzz-150.png');
  background-size: 60%;
}

.icon-block-footer {
  margin-left: 10px;
  float: right;
}

.icon-block-footer.first {
  margin-left: 40px;
}

.fb-link-block {
  display: inline-block;
  height: 30px;
  margin-top: 20px;
  background-color: #b3b3b3;
  background-image: url('../images/kontakt_icon-facebook.png');
  background-position: 8px 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.fb-link-block:hover {
  background-color: #7a6823;
  opacity: 1;
}

.fb-link-block-text {
  display: inline-block;
  height: 100%;
  margin-left: 30px;
  padding-top: 4px;
  padding-right: 15px;
  padding-left: 15px;
  border-left-style: solid;
  border-left-width: 1px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.row_abfolge {
  display: block;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 10px;
  color: #7a6823;
  font-size: 38px;
  font-weight: 300;
  text-transform: uppercase;
}

.abfolge_col {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

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

.utility-page-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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.head_projekte {
  height: 100%;
  background-image: url('../images/head-img-projekte.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.element-row-projekte {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.lightbox-container {
  position: relative;
  margin-bottom: 14px;
}

.lightbox-icon-plus {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0.85;
}

._w-lightbox-caption {
  color: #cec9b5;
  font-size: 16px;
  line-height: 26px;
}

.section-project {
  position: relative;
  display: block;
  height: 100vh;
}

.section-project.villa-flottbek {
  display: block;
}

.section-project.villa-othmarschen {
  -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;
}

.slider-project {
  height: 100%;
  -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;
}

.slide-villa-flottbek-1 {
  background-image: url('../images/1_Badewannenpodest-Holz-Eiche-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-villa-flottbek-2 {
  background-image: url('../images/2_Badewannenpodest-Waschtisch-Holz-Eiche-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-info {
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 200;
  width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.button-openinfo {
  position: relative;
  z-index: 10000;
  display: block;
  height: 50px;
  background-color: #7a6823;
}

.project-info-layer {
  display: block;
  padding: 30px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(122, 104, 35, 0.8);
  background-image: url('../images/icon-close.png');
  background-position: 95% 93%;
  background-size: 31px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  text-decoration: none;
}

.project-info-layer:hover {
  background-color: rgba(122, 104, 35, 0.9);
}

.h3-infolayer {
  margin-bottom: 18px;
  color: #fff3e9;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.p-infolayer {
  margin-top: 18px;
  color: #fff3e9;
  text-align: center;
}

.slide-villa-flottbek-3 {
  background-image: url('../images/3-Waschtisch-Holz-Eiche-Gehrung-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-nextproject {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  width: 68px;
  height: 29px;
  margin-right: auto;
  margin-left: 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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-image: url('../images/icon-project-down.png');
  background-position: 50% 100%;
  background-size: 68px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-nextproject:hover {
  opacity: 1;
}

.slider-project-nav {
  margin-bottom: 60px;
}

/*********  Neu 2024 *********************/

.slide-malente-1 {
  background-image: url('../images/projekte2024/Malente/Malente1.jpg');
  background-position: center bottom 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-malente-2 {
  background-image: url('../images/projekte2024/Malente/Malente2.jpg');
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-malente-3 {
  background-image: url('../images/projekte2024/Malente/Malente4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-malente-4 {
  background-color: #b88260;
  background-image: url('../images/projekte2024/Malente/Malente7.jpg');
  background-position: 50% 90%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-wassermuehle-1 {
  background-image: url('../images/projekte2024/Wassermuehle/1_Wassermuehle_3857v2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-wassermuehle-2 {
  background-image: url('../images/projekte2024/Wassermuehle/2_Wassermuehle_3888v2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-wassermuehle-3 {
  background-image: url('../images/projekte2024/Wassermuehle/4_Wassermuehle_3929v2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-wassermuehle-4 {
  background-image: url('../images/projekte2024/Wassermuehle/9_Wassermuehle_3852v2.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #bbc4c9;
}
.slide-elbchaussee-1 {
  background-image: url('../images/projekte2024/Elbchaussee/Elbch2.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-elbchaussee-2 {
  background-image: url('../images/projekte2024/Elbchaussee/Elbch1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-elbchaussee-3 {
  background-image: url('../images/projekte2024/Elbchaussee/EL2.jpg');
  background-position: center bottom 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #707169;
}
.slide-elbchaussee-4 {
  background-image: url('../images/projekte2024/Elbchaussee/EL4.jpg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #a3a99f;
}
/********* ENDE Neu 2024 *********************/

.slide-villa-othmarschen-1 {
  background-image: url('../images/1-Kueche-dunkel-Eiche-Edelstahl-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide-villa-othmarschen-2 {
  background-image: url('../images/2-Wohnzimmer-Regal-schwebend-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-villa-othmarschen-3 {
  background-image: url('../images/3-Wohnzimmer-Sideboard-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-villa-flottbek-4 {
  background-image: url('../images/4-Waschtischplatten-Holz-Eiche-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-villa-flottbek-6 {
  background-image: url('../images/6-Kueche-Arbeitsplatte-Neolith-Hochschrank-Eiche-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-villa-othmarschen-4 {
  background-image: url('../images/4-Schreibtisch-schwebend-Rollcontainer-individuell-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-wohnhaus-schalsee-1 {
  background-color: #fdf8f5;
  background-image: url('../images/1-Garderobe-Einbauschrank-raumhoch-Eiche-Risseiche-astig-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 90%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-wohnhaus-schalsee-2 {
  background-image: url('../images/2-Garderobe-Einbauschrank-raumhoch-Eiche-Risseiche-astig-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-wohnhaus-schalsee-3 {
  background-image: url('../images/3-Innentuer-Tuer-stumpf-einschlagend-Tectus-Flaechenbuendig-raumhoch-Eiche-Risseiche-astig-Blockzarge-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-wohnhaus-schalsee-4 {
  background-color: #fece9d;
  background-image: url('../images/4-Garderobe-Ankleide-Raumtrenner-Einbauschrank-raumhoch-Eiche-Risseiche-astig-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 90%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-wohnhaus-schalsee-6 {
  background-image: url('../images/6-Badmoebel-Waschtisch-Spiegelschrank-Spiegel-Eiche-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-ferienhaus-schlei-2 {
  background-image: url('../images/2-Kueche-Fichte-Linoleum-Mineralwerkstoff-Hi-Macs-Corian-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-ferienhaus-schlei-4 {
  background-image: url('../images/4-Fichte-3-Schicht-Regal-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-ferienhaus-schlei-8 {
  background-image: url('../images/8_Badezimmer-Fliese-gro·formatig-Badmoebel-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-ferienhaus-schlei-3 {
  background-image: url('../images/3_Kueche-Fichte-Linoleum-Mineralwerkstoff-Hi-Macs-Corian-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-villa-flottbek-11 {
  background-image: url('../images/11-Garderobe-Raumhoch-Apotheker-Schuhe-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-villa-flottbek-13 {
  background-image: url('../images/13-Innentuer-Tuer-stumpf-einschlagend-Tectus-Flaechenbuendig-wei·lack-wei·-lackiert-Blockzarge-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-villa-othmarschen-5 {
  background-image: url('../images/5-Einbauschrank-offenes-Fach-Eiche-dunkel-lackiert-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-villa-othmarschen-12 {
  background-image: url('../images/12-Kleiderschrank-Schreibtisch-Wei·-Eiche-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-villa-othmarschen-11 {
  background-image: url('../images/11-Badmoebel-Corian-Mineralwerkstoff-HiMacs-Spiegel-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-ferienhaus-schlei-7 {
  background-image: url('../images/7-Fichte-3-Schicht-Tapetentuer-Treppenbruestung-Tischlerei-Carstensen-Tischler-Hamburg-Lueneburg-Uelzen-Wolfsburg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/*Responsive Anpassung*/
@media screen and (max-width: 479px) {
	.slide-malente-4 {
		background-position: 50% 90%;
  		background-size: cover;
}
	.slide-wassermuehle-1 {background-position: 50% 50%;
	background-size: cover;}
	
}
/*Responsive Ende*/

.abfolge-div {
  text-align: center;
}

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

.phone-link:hover {
  text-decoration: underline;
}

.section {
  position: relative;
  height: 100vh;
}

.section.fp-auto-height {
  height: auto;
}

.nav_footer_start {
  margin-top: 15px;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cec9b5;
}

.spinner {
  display: block;
}

.heading {
  position: relative;
}

.heading.preloader {
  display: block;
}

.liste-standard {
  margin-top: -5px;
  margin-bottom: 10px;
  padding-left: 0px;
}

.liste-standard-item {
  padding-left: 20px;
  background-image: url('../images/list_leistungen.png');
  background-position: 0px 9px;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
}

html.w-mod-js *[data-ix="tab-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="tab-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="tab-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="tab-button"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8) rotate(-10deg);
  -ms-transform: scale(0.8, 0.8) rotate(-10deg);
  transform: scale(0.8, 0.8) rotate(-10deg);
}

html.w-mod-js *[data-ix="fade-in-block"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="fade-in-block-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="fade-in-block-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="fade-in-menu"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="page-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="page-title-2"] {
  opacity: 0;
  -webkit-transform: scale(0.93, 0.93);
  -ms-transform: scale(0.93, 0.93);
  transform: scale(0.93, 0.93);
}

html.w-mod-js *[data-ix="404-button"] {
  opacity: 0;
  -webkit-transform: scale(0.93, 0.93);
  -ms-transform: scale(0.93, 0.93);
  transform: scale(0.93, 0.93);
}

html.w-mod-js *[data-ix="field-fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="field-fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="field-fade-in-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="field-fade-in-on-scroll-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="display-none-fake-menu-bar"] {
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="intro-icon"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="intro-icon-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="intro-icon-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="dropdown-list"] {
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="abfolge-wachsen-1"] {
  width: 1px;
}

html.w-mod-js *[data-ix="abfolge-wachsen-item1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="abfolge-wachsen-item2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="abfolge-wachsen-item3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="abfolge-wachsen-item4"] {
  opacity: 0;
}

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

  .page-content {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .header-title {
    margin-bottom: 5px;
    font-size: 36px;
  }

  .header-title._2 {
    padding-top: 0px;
    font-size: 18px;
    text-shadow: none;
  }

  .footer {
    padding-top: 40px;
  }

  .subpage-header {
    height: 350px;
  }

  .header-tab-link {
    width: 192px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .right-column {
    padding-right: 40px;
    padding-left: 10px;
  }

  .nav_link-1 {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .nav_link-1.w--current {
    border-bottom-style: none;
  }

  .nav_mobil {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2000;
    display: block;
    margin-top: 0px;
    background-color: #cec9b5;
    text-align: center;
  }

  .nav_mobil_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 4000;
  }

  .nav_mobil_btn.w--open {
    position: fixed;
    top: 0px;
    background-color: #cec9b5;
  }

  .nav_mobil_icon {
    color: #3c320a;
    font-size: 35px;
  }

  .h2_pagestart {
    margin-top: 30px;
    font-size: 50px;
    line-height: 56px;
  }

  .subpage_intro {
    padding-top: 20px;
  }

  .subpage_intro_text {
    width: 90%;
  }

  .element-row {
    height: 340px;
  }

  .content-row.content-row-more-right {
    left: 0px;
    margin-left: 0px;
  }

  .list_abfolge_item {
    padding-right: 38px;
    font-size: 32px;
  }

  .list_abfolge_item.ende {
    padding-right: 0px;
    padding-left: 20px;
  }

  .navbar-scrolldown {
    display: none;
    padding-bottom: 10px;
  }

  .fb-link-block {
    display: block;
    height: 50px;
  }

  .fb-link-block-text {
    margin-left: 35px;
  }

  .abfolge_col {
    background-position: 100% 50%;
    font-size: 30px;
  }

  .project-info {
    right: 30px;
    bottom: 90px;
  }

  .slider-project-nav {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    padding: 10px 15px;
  }

  .button.openinfo {
    left: auto;
    right: auto;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar {
    z-index: 3000;
  }

  .header {
    height: 550px;
  }

  .page-content {
    padding: 30px;
  }

  .header-container {
    top: 20%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .header-title {
    margin-bottom: 0px;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .header-title._2 {
    font-size: 16px;
    text-shadow: none;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-title {
    font-size: 30px;
    line-height: 31px;
  }

  .subpage-header {
    top: 100px;
    height: 200px;
    margin-bottom: 76px;
  }

  .field {
    height: 50px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .field:focus {
    height: 60px;
  }

  .header-tab-menu {
    height: auto;
    background-color: #cec9b5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 229, 214, 0.55)), to(#efe5d6));
    background-image: linear-gradient(180deg, rgba(239, 229, 214, 0.55), #efe5d6);
  }

  .header-tabs {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .header-tab-link {
    display: inline-block;
    width: 24.2%;
    height: 60px;
    margin-right: 1px;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .header-tab-pane.tab_profil {
    background-position: 100% 50%;
  }

  .tab-title {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .field-label {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .right-column {
    padding-right: 20px;
    padding-left: 0px;
  }

  .header_title-bg {
    padding: 5px;
  }

  .tab_subtitle {
    display: none;
  }

  .theelement-1.start {
    display: none;
  }

  .footer_html {
    margin-top: 5px;
  }

  .footer_menu {
    margin-top: -10px;
  }

  .nav_mobil_btn {
    z-index: 3000;
  }

  .tab_title_mobil {
    display: block;
    padding-top: 6px;
    color: #3c320a;
    font-weight: 700;
  }

  .h1_subpage {
    font-size: 44px;
    letter-spacing: 12px;
  }

  .h2_pagestart {
    font-size: 38px;
    line-height: 42px;
  }

  .theelement-2.kontakt {
    display: none;
  }

  .theelement-2.mobil {
    display: block;
    margin-top: 20px;
  }

  .element-row {
    display: none;
    margin-top: 20px;
  }

  .content-row.row-projekte {
    margin-bottom: 20px;
  }

  .content-row.row-kontakt {
    display: block;
  }

  .content_abfolge {
    margin-bottom: 40px;
  }

  .list_abfolge_item {
    padding-right: 35px;
    font-size: 22px;
  }

  .column_empty {
    display: none;
  }

  .h3_ende {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 3px;
  }

  .section_leistungen_ende {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fb-link-block {
    display: inline-block;
    height: 30px;
  }

  .image-mobil {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .abfolge_col {
    background-position: 105% 50%;
    background-size: 15px;
    font-size: 24px;
  }

  .project-info {
    left: 0px;
    right: 0px;
    bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .button {
    margin-top: 6px;
    margin-right: 30px;
  }

  .navbar {
    z-index: 3000;
  }

  .header {
    height: 100%;
  }

  .header-container {
    top: 110px;
  }

  .header-title {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 2px;
  }

  .header-title._2 {
    font-size: 13px;
    line-height: 18px;
    text-shadow: none;
  }

  .footer {
    position: relative;
    z-index: -100;
    display: block;
    padding-top: 20px;
  }

  .section-title {
    font-size: 20px;
    line-height: 26px;
  }

  .subpage-header {
    top: 100px;
    height: 150px;
    margin-bottom: 100px;
  }

  .field {
    font-size: 17px;
  }

  .header-tab-menu {
    position: absolute;
    left: 0px;
    right: auto;
    bottom: 0px;
    display: inline-block;
    width: 100%;
  }

  .header-tab-link {
    display: inline-block;
    width: 24%;
    height: 47px;
    margin-right: 1px;
    padding-top: 7px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .header-tab-link.w--current {
    border-bottom-style: none;
  }

  .header-tab-pane.tab_profil {
    background-position: 72% 50%;
  }

  .tab-title {
    display: none;
  }

  .field-label {
    font-size: 15px;
  }

  .right-column {
    padding-right: 0px;
  }

  .nav_link-1.footer_link {
    margin-right: 20px;
    margin-left: 0px;
  }

  .tab_subtitle {
    display: none;
  }

  .theelement-1.element-intro {
    width: 100%;
  }

  .navbar_footer {
    text-align: left;
  }

  .footer_menu {
    float: left;
  }

  .tab_title_mobil {
    display: block;
    padding-top: 6px;
    color: #3c320a;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }

  .h1_subpage {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 9px;
  }

  .h2_pagestart {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
  }

  .subpage_intro {
    padding-top: 0px;
  }

  .subpage_intro_text {
    width: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .theelement-2.mobil {
    width: 100%;
  }

  .content-block {
    margin-bottom: 20px;
  }

  .content-block.leistungen {
    margin-bottom: 40px;
    padding-top: 0px;
  }

  .list_abfolge_item {
    display: block;
    margin-bottom: 20px;
    background-position: 100% 50%;
    background-size: auto;
    background-attachment: scroll;
    font-size: 32px;
  }

  .list_abfolge_item.ende {
    padding-left: 0px;
  }

  .h2_leistung {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 3px;
  }

  .list_leistungen_item {
    font-size: 16px;
    line-height: 26px;
  }

  .h3_ende {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
  }

  .fb-link-block {
    height: 100%;
  }

  .section.fp-auto-height.mobilextra {
    z-index: 300;
  }

  .section.mobilextra {
    display: inline;
  }
}
