:root {
  --floral-white: #fcfaf1;
  --orange: #f5b54f;
  --blackish: #1a1b1f;
  --light-grey: #ccc;
  --cadet-blue: #66b8bd;
  --black-2: #020a0a;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--floral-white);
  color: #1a1b1f;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  text-align: justify;
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: none;
  transition: color .3s;
  display: inline;
}

a:hover {
  color: var(--orange);
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  flex-direction: column;
  justify-content: center;
  margin-top: 160px;
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  margin-top: 100px;
}

.section.cc-store-home-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.map, .section.team {
  display: none;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container.whole-hight {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  display: none;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .35s, background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--orange);
  color: #fff;
  transform: translate(0, -3px);
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  transition: all .45s, background-color .4s, opacity .4s, color .4s;
}

.button.cc-jumbo-button:hover {
  background-color: var(--orange);
  transform: translate(0, -3px);
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-jumbo-button.cta {
  margin-bottom: 16px;
}

.button.cc-jumbo-button.in-text {
  background-color: var(--blackish);
  color: var(--floral-white);
  display: inline-block;
}

.button.cc-jumbo-button.nachricht {
  margin-left: 8px;
}

.button.cc-contact-us {
  z-index: 5;
  padding-top: 15px;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

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

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
  display: none;
}

.label.empty {
  display: none;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.paragraph-light.margin {
  margin-bottom: 10px;
}

.paragraph-light.glaubensbekenntnis {
  text-align: left;
  line-height: 1.8;
}

.paragraph-light.align-right {
  text-align: right;
}

.paragraph-light.weitere-angebote {
  border-bottom: 1px solid var(--orange);
  margin-bottom: 10px;
}

.heading-jumbo {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-jumbo.hell {
  color: var(--floral-white);
}

.heading-jumbo-small {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.navigation {
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--floral-white);
  align-items: center;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 700px;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/btc_webseite_intro_bild_team.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: 1100px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
}

.intro-header.cc-subpage.ueber-uns {
  background-image: url('../images/wordpress_beitragsbild_bridgetwon_church_07.jpg');
}

.intro-header.cc-subpage.kontakt {
  background-image: url('../images/wordpress_beitragsbild_bridgetwon_church_06.jpg');
}

.intro-header.cc-subpage.machen {
  background-image: url('../images/wordpress_beitragsbild_bridgetwon_church_11.jpg');
}

.intro-header.cc-subpage.agenda {
  background-image: url('../images/wordpress_beitragsbild_bridgetwon_church_02.jpg');
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  z-index: 20;
  margin-bottom: 105px;
  display: block;
  position: relative;
}

.motto-wrap {
  text-align: center;
  margin-bottom: 85px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
  display: none;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: none;
}

.service-icon {
  margin-bottom: 30px;
  display: none;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  background-image: url('../images/btc_team_pic_roli.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 340px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.team-pic.roli {
  width: 346px;
}

.team-pic.simi {
  background-image: url('../images/btc_team_pic_simi2.jpg');
}

.team-pic.roberto {
  background-image: url('../images/btc_team_pic_roberto.jpg');
}

.team-pic.tami {
  background-image: url('../images/btc_team_pic_tami.jpg');
}

.team-pic.silas {
  background-image: url('../images/btc_team_pic_silas.jpg');
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
  display: none;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/2022-projekt-statements-v3.00_02_17_03.Standbild021_1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/2022-projekt-statements-v3.00_02_21_03.Standbild022.jpg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/wordpress_beitragsbild_bridgetwon_church_05.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.project-overview-header.cc-project-3-header.freizeit {
  background-image: url('../images/2022-projekt-statements-v3.00_01_44_21.Standbild014.jpg');
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.detail-image.nichtvorhanden {
  display: none;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 70%;
  margin-bottom: 3vh;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
  display: none;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
  display: none;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.brand_colors_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand_colors_wrapper {
  display: flex;
}

.brand_color_style {
  width: 120px;
  height: 120px;
}

.brand_color_style.orange {
  background-color: var(--orange);
}

.brand_color_style.blau {
  background-color: var(--cadet-blue);
}

.brand_color_style.beige {
  background-color: var(--floral-white);
}

.brand_color_style.schwarz {
  background-color: var(--black-2);
}

.brand_color_caption {
  flex: 1;
  margin-left: 15px;
}

.video {
  z-index: 10;
  position: absolute;
}

.background-video {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.youtube {
  position: absolute;
  inset: 0%;
}

.play-video {
  background-color: var(--floral-white);
  padding: 16px 20px;
}

.pause-video {
  background-color: var(--floral-white);
  margin-left: 15px;
  margin-right: 15px;
  padding: 16px 35px;
}

.stop-video {
  background-color: var(--floral-white);
  padding: 16px 35px;
}

.video_buttons_wrapper {
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-block {
  text-decoration: none;
}

.video_buttons_text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

.html-embed {
  z-index: 10;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.intro_dark_overlay {
  z-index: 15;
  background-image: linear-gradient(to bottom, var(--black-2), #020a0a26 50%, #000c), url('../images/2022-projekt-statements-v3.00_00_00_00.Standbild001.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.text_orange {
  color: var(--orange);
}

.text_blau {
  color: var(--cadet-blue);
}

.section_hero {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.image-2 {
  object-fit: cover;
  height: 60vh;
}

.home_titel_image {
  object-fit: cover;
}

.bio_wrapper {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 10px;
}

.team_pic_overlay_wrapper {
  background-color: var(--floral-white);
  padding: 15px;
  position: absolute;
  inset: 0%;
}

.team_bio {
  font-size: 15px;
  line-height: 1.5;
}

.body {
  overflow: scroll;
}

.intro_icon {
  display: none;
}

.wip_navigation {
  z-index: 20;
  background-color: var(--floral-white);
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.wip_navigation_contain {
  flex: none;
  justify-content: center;
  max-width: 1100px;
  display: flex;
}

.wip_navigation_branding_wrapper {
  justify-content: center;
  width: 450px;
  display: flex;
}

.paragraph {
  text-align: justify;
}

.motto_text_wrapper {
  margin-top: 29px;
}

.requiered {
  color: #c61d0a;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  display: inline;
}

.pflichttext {
  margin-bottom: 20px;
}

.wip_webseite_wrapper {
  background-color: var(--floral-white);
  padding: 15px;
}

.wip_section {
  background-image: url('../images/2022-projekt-statements-v3.00_03_03_21.Standbild035.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.wip_webseite_heading {
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.video_balken_overlay {
  z-index: 30;
  background-color: var(--floral-white);
  flex: none;
  align-self: center;
  width: 101%;
  height: 90px;
  position: absolute;
  top: auto;
  bottom: -2px;
}

.wip_webseite_subheading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1;
}

.impressum_wrapper {
  padding: 0 0 15vh;
}

.body-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.impressum_branding {
  width: 420px;
  margin-top: 5vh;
}

.zurueck_button {
  padding: 15px 10px;
}

.footer_link {
  margin-left: 10px;
  margin-right: 10px;
}

.footer_link:hover {
  border-bottom: 1px solid var(--orange);
}

.email_link:hover {
  border-bottom: 1px none var(--orange);
  text-decoration: underline;
}

.div-block {
  display: none;
}

.team_member_name_wrap {
  cursor: pointer;
  flex: 1;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.drop_up_wrap {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.drop_up_dreieck {
  background-image: url('../images/btc_web_icons_drop_up_dreieck.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  width: 11px;
  height: 7px;
  position: absolute;
}

.drop_up_dreieck_wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  bottom: auto;
  right: auto;
}

.ueber_uns_subheading {
  text-align: center;
  margin-top: 60px;
}

.verein_unterstuetzen_wrapper {
  justify-content: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.gastgeber_link {
  border-bottom: 1px solid #0000;
  line-height: 1.2;
  transition: border-color .2s, opacity .2s;
}

.gastgeber_link:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.email_in_text {
  cursor: pointer;
  display: inline-block;
}

.email_in_text:hover {
  color: var(--orange);
}

.projekte_wrapper {
  margin-bottom: 120px;
}

.collection_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item_card-blog {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  box-shadow: 11px 7px 10px -7px var(--light-grey);
  transition: box-shadow .4s ease-in-out;
  display: inline-block;
}

.collection-item_card-blog:hover {
  box-shadow: 11px 7px 15px -1px var(--light-grey);
}

.projekte_titel {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1;
}

.e-mail_kontakt_link:hover {
  color: var(--cadet-blue);
}

.card-blog_wrapper-image {
  overflow: hidden;
}

.wrapper-img__img {
  object-fit: cover;
  min-height: 230px;
  margin-left: auto;
  margin-right: auto;
}

.card-blog_wrapper-text {
  flex-direction: column;
  height: auto;
  padding: 37px;
  display: flex;
}

.wrapper-text_line {
  background-color: var(--orange);
  width: 70px;
  height: 2px;
  margin-bottom: 20px;
}

.wrapper-text_title {
  font-size: 32px;
  line-height: 1.5;
}

.link_text.blog {
  color: var(--orange);
}

.main.angebote-posts {
  padding-left: 17px;
  padding-right: 17px;
}

.angebot-overview-header {
  object-position: 50% 50%;
  justify-content: center;
  align-items: flex-end;
  height: 40vh;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.angebot-overview-header.background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 55vh;
}

.angebot-beschrieb {
  opacity: .6;
  font-weight: 400;
}

.collection-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item__card-blog {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: inline-block;
  box-shadow: 11px 7px 10px -7px #ccc;
}

.collection-item__card-blog:hover {
  box-shadow: 11px 7px 15px -1px #ccc;
}

.card-blog__wrapper-img {
  object-fit: cover;
  height: auto;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-4 {
  flex: 1;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.card-blog__wrapper-text {
  flex-direction: column;
  padding: 37px;
  display: flex;
}

.angebot-content {
  margin-bottom: 16px;
  padding-top: 0;
}

.wrapper-text__title {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.wrapper-button {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.cta-wrap__wrapper-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pop-up {
  z-index: 1030;
  background-color: var(--floral-white);
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.pop-up-wrapper {
  flex-direction: column;
  flex: 1;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.pop-up-wrapper__wrapper-heading {
  margin-bottom: 40px;
}

.pop-up-wrapper-wrapper-close {
  justify-content: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.wrapper-close__close {
  cursor: pointer;
  width: 70px;
  margin-left: 10px;
}

.wrapper-close__close-text {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.pop-up-wrapper__wrapper-options {
  margin-bottom: 30px;
}

.option-links__link {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.option-links__link.form {
  flex-direction: column;
  align-items: stretch;
}

.option-links__link.qr-code {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 20px;
}

.link-block {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 50px;
  margin-left: 35px;
  display: block;
}

.form__wrapper-button {
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.link__qr-code {
  height: 420px;
  display: flex;
}

.pflichtfeld__text {
  margin-bottom: 30px;
  font-size: 12px;
}

.angebot__collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-posts {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pre-collection-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 16px;
  display: grid;
}

.zurueck-link {
  padding: 5px 5px 5px 0;
  transition: all .45s;
}

.zurueck-link:hover {
  color: var(--orange);
  transform: translate(-2px);
}

.option-links__bankdaten-wrapper {
  flex: 0 auto;
  height: 420px;
  display: flex;
}

.left-sider {
  background-color: var(--light-grey);
  width: 2px;
  height: 100%;
}

.bankdaten-wrapper__bankdaten {
  opacity: .6;
  margin-top: 20px;
}

.bold {
  opacity: 1;
  color: var(--black-2);
  font-weight: 700;
}

.bankdaten-wrapper__wrapper-text {
  flex-direction: column;
  padding-left: 15px;
  display: flex;
}

.section-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.newsletter-iframe {
  max-width: 100%;
  height: 750px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.container__content {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.margin-link {
  flex: 1;
  margin-bottom: 30px;
}

.wrapper-text__datum {
  color: var(--cadet-blue);
  text-align: right;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
}

.anmeldung-wrapper {
  margin-top: 60px;
}

.html-embed-2 {
  height: 1450px;
}

.anmeldung-titel {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}

.credits {
  color: var(--black-2);
  text-align: right;
  padding-top: 5px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 300;
}

.credits-link {
  transition: color .3s;
  display: inline;
}

.credits-link:hover {
  color: var(--orange);
}

.section_info_banner {
  padding-top: 160px;
}

.info-banner-wrapper {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper-2 {
  height: 100%;
}

.collection-item__info-banner {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  height: 600px;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.info-banner__content-wrapper {
  z-index: 970;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 61px;
  padding-right: 61px;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.sommer-fest-heading {
  color: var(--blackish);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.content-wrapper__text-wrapper {
  border-bottom: 3px solid var(--cadet-blue);
  flex-direction: column;
  display: flex;
}

.content-wrapper__button-wrapper {
  margin-left: 60px;
}

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

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 2px solid #d5d5d5;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

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

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.cookie_icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 7px;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

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

.fs-cc-prefs_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

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

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

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-label, .fs-cc-prefs_submit-hide, .fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_text {
  color: #000;
  font-size: .75rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.projekt-anmeldung-wrapper {
  justify-content: center;
  display: flex;
}

.slider-info-banner {
  background-color: #ddd0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon, .icon-2 {
  color: var(--orange);
  margin-bottom: 10px;
  inset: auto 0% 0%;
}

.mask-info-banner {
  padding-bottom: 58px;
}

.slide-nav {
  display: none;
}

.right-arrow {
  padding-bottom: 0;
  bottom: 0;
}

.info-slider-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 600px;
  padding-bottom: 60px;
}

.slide-nav-2 {
  display: none;
}

.mask {
  padding-bottom: 0;
}

.left-arrow {
  inset: 0% auto 0% 0%;
}

.icon-3 {
  color: var(--orange);
  margin-top: auto;
  margin-bottom: 10px;
}

.icon-4 {
  color: var(--orange);
  margin-bottom: 10px;
}

.collection-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-banner {
  z-index: 110;
  background-color: var(--floral-white);
  width: 100%;
  height: 100vh;
  padding-top: 230px;
  position: relative;
}

.banner-content-wrapper__banner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.banner-content-wrapper__banner-text-wrapper {
  padding: 30px 15px;
}

.banner-text-wrapper__anmeldung {
  justify-content: center;
  padding-top: 15px;
  display: flex;
}

.banner-close-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.banner-close-wrapper__close-x {
  font-size: 70px;
  line-height: 1;
}

.team-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-2 {
  min-height: 230px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: relative;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: var(--floral-white);
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    inset: 0% 0% auto auto;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: 490px;
  }

  .intro-content.cc-homepage {
    width: 80%;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .play-video, .pause-video, .stop-video {
    padding: 14px 20px;
  }

  .video_buttons_text {
    font-size: 12px;
  }

  .body {
    overflow: visible;
  }

  .wip_webseite_wrapper {
    padding-bottom: 5px;
  }

  .wip_section {
    padding: 75px 60px;
  }

  .wip_webseite_heading {
    font-size: 30px;
  }

  .angebot-overview-header.background-image {
    height: 450px;
  }

  .pop-up-wrapper {
    padding: 40px 30px;
  }

  .wrapper-close__close {
    width: 50px;
  }

  .related-posts, .pre-collection-list-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .collection-item__info-banner {
    height: 280px;
    margin-top: 140px;
    margin-bottom: 0;
  }

  .info-banner__content-wrapper {
    bottom: 10px;
  }

  .sommer-fest-heading {
    letter-spacing: 1px;
    font-size: 40px;
  }

  .content-wrapper__text-wrapper {
    border-bottom-style: none;
  }

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

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 30px;
    line-height: 1;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    height: 370px;
  }

  .intro-header.cc-subpage.team {
    height: 250px;
  }

  .intro-header.cc-subpage.agenda {
    height: 320px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-pic.roli {
    object-fit: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }

  .team-pic.simi, .team-pic.roberto, .team-pic.tami, .team-pic.silas {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .team-members {
    grid-template: "Area"
    / 1fr;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .detail-header-image {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .intro-text {
    margin-bottom: 20px;
  }

  .video_buttons_wrapper {
    flex-direction: row;
    display: flex;
  }

  .video_buttons_text {
    line-height: 1.5;
  }

  .wip_navigation_branding_wrapper {
    width: 560px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .wip_webseite_heading {
    font-size: 28px;
  }

  .collection_grid {
    grid-template-columns: 1fr;
  }

  .angebot-overview-header.background-image {
    height: 600px;
  }

  .collection-list-grid {
    grid-template-columns: 1fr;
  }

  .angebot__collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .pre-collection-list-grid {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-2 {
    flex-direction: column;
  }

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

  .newsletter-iframe {
    height: 800px;
  }

  .rich-text-block {
    font-size: 14px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .slider {
    height: 430px;
  }

  .team-collection-list {
    grid-template-columns: 1fr;
  }
}

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

  li {
    text-align: left;
  }

  .section {
    margin-top: 120px;
  }

  .container {
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container.impressum_mobile {
    flex-direction: column;
  }

  .container.mobile {
    flex-direction: column;
    align-items: center;
  }

  .button.cc-jumbo-button, .button.cc-jumbo-button.cta {
    padding: 12px 25px;
    font-size: 12px;
  }

  .button.cc-jumbo-button.nachricht {
    margin-top: 15px;
  }

  .label {
    text-align: left;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .paragraph-light.glaubensbekenntnis {
    white-space: normal;
  }

  .heading-jumbo {
    font-size: 24px;
    line-height: 1;
  }

  .heading-jumbo.align-left {
    text-align: left;
    font-size: 31px;
    line-height: 1.2;
  }

  .heading-jumbo-small {
    line-height: 1.5;
  }

  .heading-jumbo-small.align-left {
    text-align: left;
    line-height: 1.3;
  }

  .menu {
    margin-left: 15px;
    position: static;
    inset: 0% 0% auto auto;
  }

  .navigation-wrap {
    position: static;
  }

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

  .navigation-item {
    opacity: 1;
    background-color: #0000;
    flex: none;
    justify-content: center;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
    left: 0;
    right: 0;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    border-bottom: 1px solid var(--light-grey);
    background-color: var(--floral-white);
    margin-top: 0;
    padding-bottom: 40px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: 280px;
  }

  .intro-header.cc-subpage.team {
    height: 140px;
  }

  .intro-header.cc-subpage.ueber-uns {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
  }

  .intro-header.cc-subpage.machen {
    height: 280px;
    margin-bottom: 0;
  }

  .intro-header.cc-subpage.agenda {
    height: 240px;
    margin-bottom: 3vh;
  }

  .intro-content.cc-homepage {
    width: 78%;
    margin-bottom: 15px;
  }

  .motto-wrap {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .about-story-wrap {
    text-align: center;
    width: 100%;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 100%;
  }

  .project-overview-header.cc-project-3-header {
    height: 50vh;
  }

  .project-details-grid {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-detail-header-wrap.projekte {
    margin-top: 0;
  }

  .detail-header-image {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 280px;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-text {
    margin-bottom: 20px;
  }

  .play-video, .pause-video, .stop-video {
    padding: 7px 10px;
  }

  .video_buttons_wrapper {
    justify-content: center;
  }

  .video_buttons_text {
    display: none;
  }

  .intro_dark_overlay {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section_hero {
    align-items: center;
    padding-top: 3vh;
  }

  .intro_icon {
    width: 20px;
    height: 20px;
    display: block;
  }

  .intro_icon.play {
    width: 18px;
    height: 18px;
  }

  .wip_navigation {
    padding-bottom: 50px;
  }

  .wip_navigation_branding_wrapper {
    width: 260px;
    padding-left: 0;
    padding-right: 0;
  }

  .motto_text_wrapper {
    display: flex;
  }

  .wip_section {
    padding: 30px 20px;
  }

  .wip_webseite_heading {
    font-size: 20px;
  }

  .paragraph-2 {
    display: none;
  }

  .video_balken_overlay {
    height: 2vh;
    display: none;
  }

  .wip_webseite_subheading {
    font-size: 20px;
    line-height: 1.2;
    display: flex;
  }

  .impressum_branding {
    width: 250px;
  }

  .datenschutz h2 {
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
  }

  .datenschutz p {
    text-align: left;
    font-size: 15px;
  }

  .datenschutz ul {
    text-align: left;
    padding-left: 17px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
  }

  .datenschutz_heading {
    text-align: left;
    font-size: 28px;
  }

  .verein_unterstuetzen_wrapper {
    justify-content: center;
  }

  .angebot-overview-header.background-image {
    height: 300px;
    margin-top: 65px;
    margin-bottom: 0;
  }

  .pop-up-wrapper__wrapper-heading {
    margin-bottom: 30px;
  }

  .wrapper-close__close {
    width: 40px;
    margin-left: 0;
  }

  .wrapper-close__close-text {
    margin-right: 5px;
  }

  .pop-up-wrapper__wrapper-options {
    margin-bottom: 30px;
  }

  .option-links__link {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .option-links__link.qr-code {
    flex-direction: column;
    align-items: center;
  }

  .angebot__collection-list {
    grid-template-columns: 1fr;
  }

  .option-links__bankdaten-wrapper {
    height: auto;
  }

  .left-sider {
    display: none;
  }

  .bankdaten-wrapper__wrapper-text {
    margin-top: 40px;
    padding-left: 0;
  }

  .newsletter-iframe {
    max-width: 100%;
    height: 920px;
  }

  .html-embed-2 {
    height: 930px;
    overflow: scroll;
  }

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

  .collection-item__info-banner {
    margin-bottom: -30px;
  }

  .info-banner__content-wrapper {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sommer-fest-heading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .content-wrapper__text-wrapper {
    flex-direction: column;
    display: flex;
  }

  .content-wrapper__button-wrapper {
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    display: flex;
  }

  .rich-text-block {
    font-size: 12px;
    line-height: 1.5;
  }

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

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .slider {
    height: 320px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-89f30662 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-89f30662, #w-node-_86e64837-0616-515b-4568-76c147234d41-89f30662 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-89f30662, #w-node-ca1212d8-4247-8b87-bc90-543393b118e6-65f3066a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-65f3066a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-65f3066a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-65f3066a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-65f3066a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-65f3066a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-6ff3066c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-6ff3066c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-6ff3066c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-6ff3066c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-6ff3066c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-dff30671 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-dff30671 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-dff30671 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_17d4bd23-8336-d46f-801b-473005697dcd-dff30671 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_6fb0811d-f723-41df-2f34-a22d6dbde83c-46f30672, #w-node-d548f844-2427-8c44-e44e-e09af96a11e8-46f30672, #w-node-ccc395e0-16ed-808f-5bdc-8eb9446e083a-46f30672, #w-node-ccc395e0-16ed-808f-5bdc-8eb9446e083b-46f30672, #w-node-_8a730da8-606d-9aa2-69b4-3f475ad840fb-46f30672, #w-node-_8a730da8-606d-9aa2-69b4-3f475ad840fc-46f30672, #w-node-a8150a79-7ea6-44f3-eaaa-d5839f77a8db-46f30672, #w-node-a8150a79-7ea6-44f3-eaaa-d5839f77a8dc-46f30672 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-0cf30673, #w-node-_9d4cc229-f6cb-51e1-0047-6d11a025b4ba-ec620620 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-af044a82-1627-5e2b-fa23-8daa96404323-ec620620 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-89f30662 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-89f30662 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-89f30662 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-89f30662 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-65f3066a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-65f3066a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-65f3066a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-65f3066a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-6ff3066c, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-6ff3066c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-6ff3066c {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-65f3066a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-65f3066a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-65f3066a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-65f3066a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-65f3066a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-0cf30673 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


