

*/html{
font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:60%;line-height:100%;position:relative;vertical-align:middle;}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type='checkbox'],input[type='radio']{box-sizing:border-box;padding:0}input[type='number']::-webkit-inner-spin-button,input[type='number']::-webkit-outer-spin-button{height:auto}input[type='search']{-webkit-appearance:none}input[type='search']::-webkit-search-cancel-button,input[type='search']::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


@font-face{
	font-weight:normal;
	font-style:normal
	}

	html{height:100%}
	body{margin:0;min-height:100%;background-color:#fff;font-family:Arial,sans-serif;font-size:14px;line-height:20px;color:#333}
	img{max-width:100%;vertical-align:middle;display:inline-block}
	html.w-mod-touch 

	.w-block{display:block}
	.w-inline-block{max-width:100%;display:inline-block}
	.w-clearfix:before,.w-clearfix:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}
	
	.w-clearfix:after{clear:both}
	.w-hidden{display:none}
	.w-button{display:inline-block;padding:9px 15px;background-color:#3898EC;color:white;border:0;line-height:inherit;text-decoration:none;cursor:pointer;border-radius:0}





/* ==========================================================================
   custom CSS
   ========================================================================== */
   
   
   
   .languageswitch {
  border: none;
  height: 26px;
  background: #F5F5F7;
    display: block;
      clear: left;
      margin: 0px;
      padding: 0 10px 0 10px;
   }
   
	.langu {
  float: right;
  clear: none;
  display: block;
  height: 20px;
  max-height: 20px;
  max-width: 40%;
  padding-right:3%;
  padding-top: 0px;
  padding-bottom:0px;
  margin: 0px;
   }
   
   .langutext {
  color: #313131; 
  font-size: 70%;
 /* font-weight: 700; */
  text-decoration: none;
   }
   
   
   
   
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

.link-fliesstext {
  display: inline-block;
  color: #06c; 
 /* font-weight: 700; */
  text-decoration: none;
  border-bottom: 1px dotted #06c; 

      line-height: 14px;
    list-style-type: none;
    margin: 0 0 5px 0;
}


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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.divider {
  height: 1px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #eee;
}

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

.section {
  margin-right: 30px;
  margin-left: 30px;
}

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

.section.cc-home-wrap {
  color: #000;
}

.section.cc-store-home-wrap {
  position: relative;
  margin-top: 60px;
  float: none;
  clear: none;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  font-family: sans-serif;
  color: #2c2c2e;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-bigger.cc-bigger-white-light {
  margin-bottom: 0px;
  padding-bottom: 20px;
  opacity: 0.6;
  font-family: sans-serif;
  color: #565658;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -1px;
}

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

.button:hover {
  background-color: #32343a;
  color: #fff;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  border-radius: 20px;
  background-color: #f5f5f7;
  font-size: 14px;
  line-height: 26px;
  text-transform: none;
}

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

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

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

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

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

.labelr.cc-light {
  opacity: 0.6;
  text-align: right;
}

.labelr.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

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

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

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

.paragraphlightl {
  margin-bottom: 0px;
  opacity: 1;
  font-family: sans-serif;
  color: #2c2c2e;
  line-height: 26px;
  text-align: left;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 70px 0px;
  font-family: sans-serif;
  color: #000;
  font-size: 56px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: -3px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: sans-serif;
  color: #575757;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -2px;
  text-transform: none;
}

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

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

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

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

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

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

.logo-link.w--current {
  text-align: center;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

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

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

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

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

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

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.thethe-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

.thethe-link:active {
  opacity: 0.8;
}

.anfragen {
  width: 400px;
  margin: 40px auto 50px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #f5f5f7;
  text-align: center;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: block;
  width: 100%;
  height: 350px;
  max-height: 350px;
  max-width: 80%;
  margin-bottom: -38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
  text-align: center;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

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

.intro-content.cc-homepage {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.get-in-touch-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;
}

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

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

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

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

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

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

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

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -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;
}

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

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

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

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

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

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

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

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

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

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

/*
.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -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: #f4f4f4;
  background-image: url("");
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}
*/

/*
.project-overview-header.cc-project-2-header {
  background-image: url("");
  background-position: 50% 50%;
}
*/

/*
.project-overview-header.cc-project-3-header {
  background-image: url("");
  background-size: cover;
}
*/

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

/*
.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url("");
  background-position: 0px 0px;
  background-size: cover;
}
*/

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

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

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  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;
  text-align: center;
}

/*
.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url("");
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}
*/

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

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

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

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

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

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

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

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

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

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

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

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

.home-content-wrap {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 0px;
}

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

.section-headingr {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: sans-serif;
  color: #575757;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -2px;
}

.about-grid {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 40px 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  grid-column-gap: 40px;
  grid-template-areas: ". .";
  -ms-grid-columns: 0.75fr 40px 1fr;
  grid-template-columns: 0.75fr 1fr;
}

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

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

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

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

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

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

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

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

.image {
  max-height: 500px;
}

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

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

.labell.cc-light {
  opacity: 0.6;
  text-align: left;
}

.labell.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.section-headingl {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: sans-serif;
  color: #575757;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -2px;
  -webkit-column-count: auto;
  column-count: auto;
}

.paragraph-lightl {
  display: block;
  margin-bottom: 30px;
  float: none;
  clear: none;
  opacity: 1;
  font-family: sans-serif;
  color: #2c2c2e;
  line-height: 26px;
  text-align: left;
}








.image-2 {
  max-height: none;
}

.image-3 {
  position: static;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  float: none;
  clear: none;
  text-align: center;
}

.image-badge {
  position: static;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  float: none;
  clear: none;
  text-align: center;
}


.div-block {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
  white-space: normal;
}

.impressumn {
  opacity: 1;
  font-family: sans-serif;
  color: #2c2c2e;
  line-height: 26px;
  text-align: left;
}

.body {
  text-align: left;
}

.image-4 {
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin-bottom: 10px;
}

.image-5 {
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin-bottom: 10px;
}

.image-6 {
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin-bottom: 10px;
}

.client-grid {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 40px 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.client-grid.cc-about-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  grid-column-gap: 40px;
  grid-template-areas: ". .";
  -ms-grid-columns: 0.75fr 40px 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.client-grid.client-about {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
}

.section-headingm {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: sans-serif;
  color: #575757;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -2px;
  -webkit-column-count: auto;
  column-count: auto;
}

.image-7 {
  margin-bottom: 10px;
}

.image-8 {
  margin-bottom: 10px;
}

.image-9 {
  margin-bottom: 10px;
}

.image-10 {
  margin-bottom: 10px;
}

.clients-content-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.clients-headline {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.heading {
  font-family: sans-serif;
  color: #575757;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -1px;
}

.heading-2 {
  font-family: sans-serif;
  color: #575757;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -1px;
}

.link {
  color: #06c;
  font-weight: 700;
  text-decoration: none;
}

.link-2 {
  color: #06c;
  font-weight: 700;
  text-decoration: none;
}

.text-block {
  font-family: sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

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

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

.anfragebox.cc-bigger-light {
  opacity: 1;
  font-family: sans-serif;
  color: #2c2c2e;
  font-size: 16px;
  line-height: 26px;
}

.anfragebox.cc-bigger-white-light {
  margin-bottom: 0px;
  padding-bottom: 20px;
  opacity: 0.6;
  font-family: sans-serif;
  color: #565658;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -1px;
}

.anfragebox.anfragebox-light {
  margin-bottom: 0px;
  padding-right: 25px;
  padding-bottom: 5px;
  padding-left: 25px;
  border-radius: 0px;
  opacity: 1;
  font-family: sans-serif;
  color: #2c2c2e;
  font-size: 16px;
  line-height: 24px;
}

.link-4 {
  position: static;
  display: inline;
  float: none;
  clear: none;
  color: #06c;
  font-weight: 600;
  text-decoration: none;
}

.link-5 {
  display: inline;
  color: #06c;
  font-weight: 600;
  text-decoration: none;
}

.link-6 {
  display: inline;
  color: #06c;
  font-weight: 600;
  text-decoration: none;
}

.link-7 {
  display: inline;
  color: #06c;
  font-weight: 600;
  text-decoration: none;
}

.jetztanfragenhead {
  position: static;
  display: inline;
  float: none;
  clear: none;
  color: #06c;
  font-weight: 600;
  text-decoration: none;
}


/* --------------------------------------------------------------------------------------------------- */

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

  .section.cc-home-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .paragraph-bigger.cc-bigger-light {
    margin-bottom: 0px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    padding-bottom: 0px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .heading-jumbo {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 80px;
    padding-left: 80px;
    font-size: 54px;
    line-height: 56px;
  }

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

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

  .menu-icon {
    display: block;
  }

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

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

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

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

  .menu-button {
    padding: 0px;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .anfragen {
    width: 400px;
  }

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

  .motto-wrap {
    margin-bottom: 0px;
  }

  .about-story-wrap {
    margin-top: 19px;
    margin-bottom: 0px;
  }

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

  .section-heading-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

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

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

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

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

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

  .home-content-wrap {
    margin-bottom: 50px;
  }

  .section-headingr {
    margin-top: 10px;
    font-size: 30px;
    line-height: 34px;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto 0px auto;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .section-headingl {
    margin-top: 10px;
    font-size: 30px;
    line-height: 34px;
  }

  .image-3 {
    padding-top: 39px;
  }

  .impressumn {
    font-size: 14px;
    line-height: 22px;
  }

  .image-4 {
    width: 50%;
    margin-bottom: 0px;
  }

  .image-5 {
    width: 50%;
    margin-bottom: 0px;
  }

  .image-6 {
    width: 50%;
    margin-bottom: 0px;
  }

  .client-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

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

  .client-grid.client-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto 0px auto;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-headingm {
    font-size: 30px;
    line-height: 34px;
  }

  .image-11 {
    width: 50%;
  }

  .image-12 {
    width: 50%;
  }

  .image-13 {
    width: 50%;
  }

  .textblockunten {
    width: auto;
  }

  .anfragebox.cc-bigger-light {
    margin-bottom: 0px;
  }

  .anfragebox.cc-bigger-white-light {
    padding-bottom: 0px;
  }

  .anfragebox.anfragebox-light {
    margin-bottom: 0px;
  }

 

}

/* --------------------------------------------------------------------------------------------------- */

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

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

  .section.cc-home-wrap {
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .section.cc-store-home-wrap {
    margin-top: 40px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .container {
    text-align: center;
  }

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

  .paragraph-bigger.cc-bigger-light {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    padding-bottom: 0px;
    line-height: 25px;
  }

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

  .paragraphlightl {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-jumbo {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 42px;
    line-height: 44px;
  }

  .heading-jumbo-small {
    font-size: 28px;
    line-height: 32px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding: 0px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    margin-bottom: 0px;
  }

  .motto-wrap {
    margin-bottom: 0px;
  }

  .about-story-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .section-heading-wrap {
    margin-top: 26px;
    margin-bottom: 0px;
  }

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

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

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

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

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

  .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 {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    margin-bottom: 40px;
  }

  .section-headingr {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-grid.cc-about-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .section-headingl {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .paragraph-lightl {
    font-size: 18px;
    line-height: 26px;
  }

  .uebermich {
    font-size: 18px;
    line-height: 26px;
  }


  .image-3 {
    padding-top: 36px;
  }

  .impressumn {
    font-size: 14px;
    line-height: 22px;
  }

  .image-4 {
    width: 70%;
    margin-bottom: 0px;
  }

  .image-5 {
    width: 70%;
    margin-bottom: 0px;
  }

  .image-6 {
    width: 70%;
    margin-bottom: 0px;
  }

  .client-grid.client-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-headingm {
    font-size: 28px;
    line-height: 32px;
  }

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

  .image-11 {
    width: 70%;
  }

  .image-12 {
    width: 70%;
  }

  .image-13 {
    width: 70%;
  }

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

  .anfragebox.cc-bigger-light {
    font-size: 18px;
    line-height: 26px;
  }

  .anfragebox.cc-bigger-white-light {
    padding-bottom: 0px;
    line-height: 25px;
  }

  .anfragebox.anfragebox-light {
    font-size: 18px;
    line-height: 26px;
  }

 


}

/* --------------------------------------------------------------------------------------------------- */

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

  .section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.cc-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.cc-store-home-wrap {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container {
    width: 90%;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 19px;
    line-height: 27px;
    text-align: center;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 22px;
    line-height: 25px;
  }

  .button.cc-jumbo-button {
    margin-right: 30px;
    margin-left: 30px;
  }

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

  .paragraphlightl {
    font-size: 19px;
    line-height: 27px;
  }

  .heading-jumbo {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-jumbo-small {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .anfragen {
    width: 280px;
  }

  .cta-wrap {
    padding: 0px;
  }

  .motto-wrap {
    margin-bottom: 0px;
  }

  .about-story-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-heading-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-details-grid {
    width: 100%;
  }

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

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

  .home-content-wrap {
    margin-bottom: 18px;
  }

  .section-headingr {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-grid.cc-about-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-headingl {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .paragraph-lightl {
    font-size: 19px;
    line-height: 27px;
  }

  .uebermich {
    font-size: 19px;
    line-height: 27px;
  }



  .image-3 {
    padding-top: 19px;
  }

  .impressumn {
    font-size: 14px;
    line-height: 20px;
  }

  .image-4 {
    width: 80%;
  }

  .image-5 {
    width: 80%;
  }

  .image-6 {
    width: 80%;
  }

  .client-grid.client-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-headingm {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

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

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

  .image-11 {
    width: 80%;
  }

  .image-12 {
    width: 80%;
  }

  .image-13 {
    width: 80%;
  }

  .anfragebox.cc-bigger-light {
    font-size: 19px;
    line-height: 27px;
    text-align: center;
  }

  .anfragebox.cc-bigger-white-light {
    font-size: 22px;
    line-height: 25px;
  }

  .anfragebox.anfragebox-light {
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -1px;
  }

 


}

#w-node-3001 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3002 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}



#w-node-3003 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}



#w-node-3004 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}



#w-node-3005 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}



#w-node-3006 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}








#w-node-3007 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-3008 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

/* --------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
  #w-node-3001 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-3002 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }



  #w-node-3003 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }




  #w-node-3004 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }



  #w-node-3005 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }



  #w-node-3006 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }



  #w-node-3007 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-3008 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}






/* --------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {


}