<br /><b>TinyButStrong Error</b> in field &#91;var.cl-border...]: the key 'cl-border' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) <em>This message can be cancelled using parameter 'noerr'.</em><br />
<br /><b>TinyButStrong Error</b> in field &#91;var.cl-border...]: the key 'cl-border' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) <em>This message can be cancelled using parameter 'noerr'.</em><br />

#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 {
  margin: 0;
  padding: 0;
}

#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-wrapper.hero {
/* Reset */
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  margin-top: 0px;
	min-height: 660px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}

#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-content {
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
	padding: 0 50px;
	justify-content: flex-start;
}

#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	xbackground-color: #000000;
    xopacity: 0.7;
	z-index: -1;
    xbackground: linear-gradient(to right, #000 0%, transparent) left center/100% no-repeat;
}

#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .cta {
	display: inline-block;
	padding: 10px 30px;
	color: white;
    background-color: var(--cl-logo);
	border: 2px solid rgba(255,255,255,0.7);
    font-size: 2.2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top: 30px;
	transition: 0.3s ease;
	transition-property: background-color, color;
    text-decoration: none;
}
#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .cta:hover {
	color: white;
	background-color: rgba(255,255,255,0.7);
}

#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1 {
	display: block;
	width: fit-content;
	font-size: 3.8rem;
    line-height: 1;
	position: relative;
	color: transparent;
	animation: text_reveal 0.5s ease forwards;
	animation-delay: 1s;
}

#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1:nth-child(1) { animation-delay: 1s; }
#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1:nth-child(2) { animation-delay: 2s; }
#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1:nth-child(3) { animation: text_reveal_name 0.5s ease forwards; animation-delay: 3s; }

#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: var(--cl-logo);
	animation: text_reveal_box 1s ease;
	animation-delay: 0.5s;
}
#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1:nth-child(1) span { animation-delay: 0.5s; }
#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1:nth-child(2) span { animation-delay: 1.5s; }
#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1:nth-child(3) span { animation-delay: 2.5s; }

#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel { background: #666; padding: 5px; border: 3px solid #000; }
#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel1 { z-index: 899; position: absolute; top: 240px; right: 40px; }
#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel2 { z-index: 899; position: absolute; top: 460px; right: 40px; }
#section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel3 { z-index: 899; position: absolute; top: 260px; left: 40px; }

@keyframes text_reveal_box {
	50% {	width: 100%; left: 0;	}
	100% { width: 0; left: 100%; }
}
@keyframes text_reveal {
	100% { color: white; }
}
@keyframes text_reveal_name {
	100% { color: #fff; font-weight: 600; }
}

@media only screen and (max-width: 1400px) {
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 {  }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-wrapper { width: 100% !Important;  }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-content { margin-left: 10px; margin-right: 10px; padding: 0; margin: 0; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero-inner  {	max-width: 80%; margin: 0 auto; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1 {	font-size: 3.2rem; font-weight: 400; margin: 0; margin-bottom: 16px; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel { zoom: 80%; padding: 5px; border: 3px solid #000; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel1 { z-index: 899; position: absolute; top: 340px; right: 40px; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel2 { z-index: 899; position: absolute; top: 560px; right: 40px; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel3 { z-index: 899; position: absolute; top: 360px; left: 40px; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .cta { font-size: 1.5rem; padding: 10px 20px; text-align: center;}
}

@media(max-width:1200px) /* xl */ {
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 {  }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-wrapper { width: 100% !Important;  }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-content { margin-left: 10px; margin-right: 10px; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero-inner  {	max-width: 80%; margin: 0 auto; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1 {	font-size: 2rem; font-weight: 400; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel { zoom: 80%; padding: 5px; border: 3px solid #000; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel1 { z-index: 899; position: absolute; top: 340px; right: 40px; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel2 { z-index: 899; position: absolute; top: 560px; right: 40px; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel3 { z-index: 899; position: absolute; top: 360px; left: 40px; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .cta { font-size: 1.5rem; padding: 10px 20px; text-align: center;}
}
@media(max-width:992px) /* lg */ {
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-wrapper { width: 100% !Important; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-content { width: 100%; grid-template-columns: 1fr; row-gap: 10px; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-content { grid-template-columns: 1fr 1fr; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero-inner  {	max-width: 70%; margin: 0 auto; }
}
@media(max-width:768px) /* sm */ {
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-content { grid-template-columns: 1fr; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-wrapper.hero {	min-height: 400px; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1 {	font-size: 2rem; font-weight: 400; line-height: 20px; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero-inner  {	max-width: 70%;  margin: 0 auto; line-height: 20px; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel { zoom: 60%; padding: 5px; border: 3px solid #000; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel1 { z-index: 899; position: absolute; top: 440px;  right: 20px; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel2 { z-index: 899; position: absolute; top: 660px;  right: 20px; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel3 { z-index: 899; position: absolute; top: 820px; right: 20px; left: auto;}
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .cta { font-size: 1.5rem; padding: 10px 20px; text-align: center;}
}
@media only screen and (max-width: 599px) {
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1 {	font-size: 2rem; font-weight: 400; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero-inner  {	max-width: 70%; margin-left: 0; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel { zoom: 60%; padding: 5px; border: 3px solid #000; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel1 { z-index: 899; position: absolute; top: 450px;  right: 20px; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel2 { z-index: 899; position: absolute; top: 670px;  right: 20px; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel3 { z-index: 899; position: absolute; top: 840px; right: 20px; left: auto;}
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .cta { font-size: 1.5rem; padding: 10px 20px; text-align: center;}
}
@media only screen and (max-width: 480px) {
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-content { grid-template-columns: 1fr; margin: 0; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1 {	font-size: 1.8rem; font-weight: 400; margin-bottom: 0; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero-inner  {	max-width: 65%; margin-left: 0; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel { zoom: 50%; padding: 5px; border: 3px solid #000; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel1 { z-index: 899; position: absolute; top: 540px;  right: 20px; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel2 { z-index: 899; position: absolute; top: 780px;  right: 20px; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel3 { z-index: 899; position: absolute; top: 940px; right: 20px; left: auto;}
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .cta { font-size: 1.2rem; padding: 10px 20px; text-align: center;}
}
@media only screen and (max-width: 425px) {
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1 {	font-size: 1.8rem; font-weight: 400; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero-inner  {	max-width: 65%;  margin: 0 auto }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel { zoom: 50%; padding: 5px; border: 3px solid #000; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel1 { z-index: 899; position: absolute; top: 540px;  right: 20px; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel2 { z-index: 899; position: absolute; top: 860px;  right: 20px; }
    #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel3 { z-index: 899; position: absolute; top: 1040px; right: 20px; left: auto;}
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .cta { font-size: 1.1rem; padding: 10px 20px; text-align: center;}
}
@media only screen and (max-width: 375px) {
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .se-wrapper.hero {	min-height: 400px; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero h1 {	font-size: 1.4rem; font-weight: 400; text-align: center; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .hero-inner  {	max-width: 90%; margin: 0 auto; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .siegel { display: none; }
  #section_design-Hero-3984ef2b5c4b0faec54c6155316993f9_12758 .cta { font-size: 1.2rem; padding: 5px 10px; text-align: center;}
}



#section_start-Ueberschrift-e776fb7440da9451996dc1d7ce61411f_12752 {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0px;

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  
  
}

#section_start-Ueberschrift-e776fb7440da9451996dc1d7ce61411f_12752 .se-wrapper,
#section_start-Ueberschrift-e776fb7440da9451996dc1d7ce61411f_12752 .row,
#section_start-Ueberschrift-e776fb7440da9451996dc1d7ce61411f_12752 .frow {

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  
  

  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {

  #section_start-Ueberschrift-e776fb7440da9451996dc1d7ce61411f_12752 .row,
  #section_start-Ueberschrift-e776fb7440da9451996dc1d7ce61411f_12752 .frow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 990px) {}
@media (min-width: 992px) {}
@media (min-width: 768px) {}
@media (min-width: 1200px) {}

#section_start-Ueberschrift-e776fb7440da9451996dc1d7ce61411f_12752  .ueberschrift {  
	color :  !important;
}



#section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0px;

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  
  
}

#section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 .se-wrapper,
#section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 .row,
#section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 .frow {

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  
  

  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {

  #section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 .row,
  #section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 .frow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 990px) {}
@media (min-width: 992px) {}
@media (min-width: 768px) {}
@media (min-width: 1200px) {}

#section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 .ueberschrift {
	color :  !important;
}

#section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 .desktop-only { display: block; }
#section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 .mobile-only { display: none; }

@media only screen and (max-width : 480px) {
  #section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 .desktop-only { display: none; }
  #section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 .mobile-only { display: block; }
  #section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 img { margin-bottom: 20px; }
}

#section_start-Bild-Text-Video-ce390bab85119cee948868c49b8d1bd6_12753 .m-top { margin-top: 20px; }

#section_start-Ueberschrift-8cc230cb3db02283ea681d1e2763997c_12809 {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0px;

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  
  
}

#section_start-Ueberschrift-8cc230cb3db02283ea681d1e2763997c_12809 .se-wrapper,
#section_start-Ueberschrift-8cc230cb3db02283ea681d1e2763997c_12809 .row,
#section_start-Ueberschrift-8cc230cb3db02283ea681d1e2763997c_12809 .frow {

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  
  

  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {

  #section_start-Ueberschrift-8cc230cb3db02283ea681d1e2763997c_12809 .row,
  #section_start-Ueberschrift-8cc230cb3db02283ea681d1e2763997c_12809 .frow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 990px) {}
@media (min-width: 992px) {}
@media (min-width: 768px) {}
@media (min-width: 1200px) {}

#section_start-Ueberschrift-8cc230cb3db02283ea681d1e2763997c_12809  .ueberschrift {  
	color :  !important;
}



#section_start-Ueberschrift-a9dddef24d21e787b3787d152b00227a_12810 {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0px;

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  
  
}

#section_start-Ueberschrift-a9dddef24d21e787b3787d152b00227a_12810 .se-wrapper,
#section_start-Ueberschrift-a9dddef24d21e787b3787d152b00227a_12810 .row,
#section_start-Ueberschrift-a9dddef24d21e787b3787d152b00227a_12810 .frow {

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  
  

  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {

  #section_start-Ueberschrift-a9dddef24d21e787b3787d152b00227a_12810 .row,
  #section_start-Ueberschrift-a9dddef24d21e787b3787d152b00227a_12810 .frow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 990px) {}
@media (min-width: 992px) {}
@media (min-width: 768px) {}
@media (min-width: 1200px) {}

#section_start-Ueberschrift-a9dddef24d21e787b3787d152b00227a_12810  .ueberschrift {  
	color :  !important;
}



#section_design-Cta-001-ea6ba0a5cea49aac821ed9b97cf5cfa9_12799 {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0px;

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  
  
}

#section_design-Cta-001-ea6ba0a5cea49aac821ed9b97cf5cfa9_12799 .se-wrapper,
#section_design-Cta-001-ea6ba0a5cea49aac821ed9b97cf5cfa9_12799 .row,
#section_design-Cta-001-ea6ba0a5cea49aac821ed9b97cf5cfa9_12799 .frow {

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  
  

  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {

  #section_design-Cta-001-ea6ba0a5cea49aac821ed9b97cf5cfa9_12799 .row,
  #section_design-Cta-001-ea6ba0a5cea49aac821ed9b97cf5cfa9_12799 .frow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 990px) {}
@media (min-width: 992px) {}
@media (min-width: 768px) {}
@media (min-width: 1200px) {}

#section_design-Cta-001-ea6ba0a5cea49aac821ed9b97cf5cfa9_12799 .container {
    background: transparent;
}

.cta-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: transparent;
    background-size: cover;
    padding: 0px 20px;
    gap: 20px;
}

.cta-button {
    color: white;
    padding: 15px 35px;
    font-size: 1.2em;
    font-weight: bold;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.cta-button.left {
    background-color: #efefef;

}

.cta-button.right {
    background-color: #363a93;
    color: #fff;
}

.cta-button a {
    color: #fff;
}

.cta-button.left a {
    color: #5b5b5b;
}

.cta-button.left:hover {
    background-color: #363a93;
    color: #fff;
}

.cta-button.left:hover a {
    color: #fff;
}

.cta-button.right:hover {
    background-color: #efefef;
}

.cta-button.right:hover a {
    color: #5b5b5b;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
    .cta-bar {
        flex-direction: column;
        text-align: center;
    }

    .cta-button {
        width: 100%;
        max-width: 320px;
        font-size: 1.0em;
    }

}


#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0px;

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  
  
}

#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .se-wrapper,
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .row,
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .frow {

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  
  

  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {

  #section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .row,
  #section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .frow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 990px) {}
@media (min-width: 992px) {}
@media (min-width: 768px) {}
@media (min-width: 1200px) {}

/* Effekte */

#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .effekt-1 figure:hover img { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -moz-transform: scale(1.3); -webkit-transform: scale(1.3); transform: scale(1.3); }
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .gb-shadow figure { -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5); -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5); box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5); }

/* Galerie 1 */

#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1 { font-size: 0px; margin-left: -2.5%; margin: 0 auto; }

#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1 figure {
	display: inline-block;
	margin: 0 0 2.5% 2.5%;

	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1 figure .img-wrapper {
  overflow: hidden;
}

#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1 figure img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
  overflow: hidden;
}
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1 figure:hover img {
  overflow: hidden;
}
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1 figure h3 {
  text-align: center;
  font-size: 16px;
	margin: 0 0 5px;
}
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1 figure p {
  text-align: center;
	font-size: .9em;
	line-height: 1.2em;
	color: #999;
}

#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1 figure {	width: 30.83%; }
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1.col-2 figure {	width: 47.5%; }
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1.col-3 figure {	width: 30.83%; }
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1.col-4 figure {	width: 22.5%; }
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1.col-6 figure {	width: 16.5%; }

@media (max-width: 768px) {
	#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1 { margin-left: 0; }
	#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1 figure { width: 45% !important; }
}

@media (max-width: 480px) {
	#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1 { margin-left: 0; }
	#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-1 figure { width: 100% !important; margin: 0 0 20px; }
}


/* Galerie 2 */

#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-2 {
  margin-bottom: 20px;
}
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-2 .img-wrapper {
  overflow: hidden;
}
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-2 figure {

}

#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-2 figure img {
  margin-bottom: 6px;
}

#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-2 figure h3 {
  text-align: center;
  font-size: 16px;
	margin: 0 0 5px;
}
#section_galerie-Galerie-4e374eee53682bd9a0671825393cc040_12811 .galerie-2 figure p {
  text-align: center;
	font-size: .9em;
	line-height: 1.2em;
	color: #999;
}

#section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 {
  margin: 0;
  padding: 0;
  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  margin-top: 0px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;

  
  
}

#section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .se-wrapper {
  width: var(--w-cont);
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

#section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .se-content {
  display: block;
  width: var(--w-cont);
  margin: 0 auto;
  padding: 20px 0 20px 0;
  background: #fff;
}

#section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .leistungen-header {
  width: 100%;
  text-align: center;
  margin: 1rem auto 1.5rem;
}

#section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .card-grid {
  max-width: 100%;
  margin: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

#section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .card {
  background: #ebebf7;
  text-align: center;
  padding: 15px;
  box-shadow: 0 0 30px rgb(0 0 0 / 6%);
  border-radius: 3px;
}

#section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .card:hover {
  background: #d4d4d4;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

#section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .card-header {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 160px;
}

#section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .card-header img {
  max-width: 320px;
}

#section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .card-body { padding: 15px 0;}
#section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .card-body h4 { height: 40px; font-weight: bold; }

#section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .card-footer { display: absolute; bottom: 0; display: none;}

@media(max-width: 1400px) /* xl */ {
  #section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 { margin-top: 0; }
  #section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .se-wrapper { width: 100% !Important; }
  #section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .se-content { width: 100% !Important; }
}

@media(max-width: 1200px) /* xl */ {
  #section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .card-grid { grid-template-columns: 1fr 1fr;}
}

@media(max-width:992px) /* lg */ {
  #section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .se-wrapper { width: 100% !Important; margin-left: 0; margin-top: 0; }
  #section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .se-content { width: 94%; margin: 0; grid-template-columns: 1fr; gap: 0; }
}
@media(max-width:767px) /* sm */ {
  #section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .se-wrapper { }
  #section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .se-content { }
  #section_design-Leistungen-8108ba4ffda46445c834fc52369e7494_12762 .card-grid { grid-template-columns: 1fr; }
}
@media(max-width:575px) /* xs */ {}


#section_start-Ueberschrift-fe83b6f4dcfaba47c9da35a3d2932107_12812 {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0px;

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  
  
}

#section_start-Ueberschrift-fe83b6f4dcfaba47c9da35a3d2932107_12812 .se-wrapper,
#section_start-Ueberschrift-fe83b6f4dcfaba47c9da35a3d2932107_12812 .row,
#section_start-Ueberschrift-fe83b6f4dcfaba47c9da35a3d2932107_12812 .frow {

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  
  

  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {

  #section_start-Ueberschrift-fe83b6f4dcfaba47c9da35a3d2932107_12812 .row,
  #section_start-Ueberschrift-fe83b6f4dcfaba47c9da35a3d2932107_12812 .frow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 990px) {}
@media (min-width: 992px) {}
@media (min-width: 768px) {}
@media (min-width: 1200px) {}

#section_start-Ueberschrift-fe83b6f4dcfaba47c9da35a3d2932107_12812  .ueberschrift {  
	color :  !important;
}



#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0px;

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  
  
}

#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .se-wrapper,
#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .row,
#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .frow {

  background-color: transparent;
  background: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  
  

  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {

  #section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .row,
  #section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .frow {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 990px) {}
@media (min-width: 992px) {}
@media (min-width: 768px) {}
@media (min-width: 1200px) {}

#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 article { display: block; margin-bottom: 20px; background: inherit; padding: 20px 10px; }
#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .list-img { margin-left: 20px; margin-bottom: 20px;}
#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .weiter { margin-top: 10px; }

#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .list-sidebar { padding-top: 24px; padding-left: 24px;}
#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .list-head { padding-bottom: 10px; border-bottom: 1px solid [var.cl-border]; }
#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .list-kats { padding: 8px; }
#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .list-kat-img { margin-left: 20px; margin-bottom: 20px;}
#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .list-kats .kat-title { float: left; margin: 5px 10px 4px 0; padding-bottom: 4px; border-bottom: 1px solid #efefef; line-height: 24px; font-size: 16px; }
#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .list-body .list-info { font-size: 12px; margin-top: 0;}

#section_design-Kundenstimmen-de3797efe214f17340eeecd0013c969d_12813 .anreisser {
    font-style: italic;
}

