@charset "UTF-8";
@font-face {
  font-family: "inked2design";
  src: url("../../files/theme/fonts/inked2design.ttf?u3e1a1") format("truetype"), url("../../files/theme/fonts/inked2design.woff?u3e1a1") format("woff"), url("../../files/theme/fonts/inked2design.svg?u3e1a1#inked2design") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/theme/fonts/montserrat-v25-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/montserrat-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("../../files/theme/fonts/montserrat-v25-latin-regular.woff") format("woff"), url("../../files/theme/fonts/montserrat-v25-latin-regular.ttf") format("truetype"), url("../../files/theme/fonts/montserrat-v25-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../../files/theme/fonts/montserrat-v25-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/montserrat-v25-latin-500.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("../../files/theme/fonts/montserrat-v25-latin-500.woff") format("woff"), url("../../files/theme/fonts/montserrat-v25-latin-500.ttf") format("truetype"), url("../../files/theme/fonts/montserrat-v25-latin-500.svg#Montserrat") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../../files/theme/fonts/montserrat-v25-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/montserrat-v25-latin-600.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/montserrat-v25-latin-600.woff2") format("woff2"), url("../../files/theme/fonts/montserrat-v25-latin-600.woff") format("woff"), url("../../files/theme/fonts/montserrat-v25-latin-600.ttf") format("truetype"), url("../../files/theme/fonts/montserrat-v25-latin-600.svg#Montserrat") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../../files/theme/fonts/montserrat-v25-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/theme/fonts/montserrat-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/theme/fonts/montserrat-v25-latin-700.woff2") format("woff2"), url("../../files/theme/fonts/montserrat-v25-latin-700.woff") format("woff"), url("../../files/theme/fonts/montserrat-v25-latin-700.ttf") format("truetype"), url("../../files/theme/fonts/montserrat-v25-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/*Generelles Reset*/
html, body, div, figure, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
  outline: none;
}

body {
  line-height: 1em;
}

ol, ul {
  list-style: square;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

strong, b {
  font-weight: bold;
}

em, i, dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

q:lang(de) {
  quotes: "â€ž" "â€œ" "â€š" "â€˜";
}

q:lang(en) {
  quotes: "â€œ" "â€" "â€˜" "â€™";
}

abbr[title] {
  border-bottom: 1px dotted #8e7a76 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

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],
input[type=submit] {
  -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: textfield;
  box-sizing: border-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  padding: 0.35em 0.625em 0.75em;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.clear {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/*************/
/* Variables */
/*************/
:root {
  --backgroundfond:	white;
  --textcolor:	#131616;
  --brombeer:	#902162;
  --navBrombeer:	#902162;
  --pink:	#D80358;
  --darkblue:	#333B58;
  --footerBackground:	#2F3341;
  --midgray:	#141616;
  --yellow:	#ffed00;
  --green:	#9DF5BC;
}

/*
	Fonts:
	Montserrat: 400, 500, 600, 700
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-size: 1em;
  font-family: "inked2design" !important;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-kreis:before {
  content: "\e90c";
}

.icon-instagram-kreis:before {
  content: "\e90d";
}

.icon-pinterest-kreis:before {
  content: "\e90e";
}

.icon-tripple-arrow:before {
  content: "\e90b";
}

.icon-telefon-kreis:before {
  content: "\e908";
}

.icon-email-at:before {
  content: "\e909";
}

.icon-interview:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-mobile:before {
  content: "\e902";
}

.icon-whatsapp:before {
  content: "\e903";
}

.icon-linkedin:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-pinterest:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

/*
	Animationen
*/
.loading {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.95);
}

.loading.loaded {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.loading,
.waypoint {
  transition: all 400ms ease-out;
}

a,
button,
.button,
button:before,
button:after,
.button:before,
.button:after,
a img,
a .image_container,
.close,
.close b,
#kontaktWidget,
#kontaktWidget span,
.ce_toplink,
#burger,
#burger span,
#burger b,
h4[data-tab-index],
h4[data-tab-index]:before,
.tabContent,
.modal,
label,
input,
input:after,
textarea,
path {
  transition: all 140ms ease-out;
}

.tabContent {
  transition-duration: 400ms;
}

.modal {
  transition-duration: 500ms;
}

/***************/
/* Grundgerüst */
/***************/
/*
	Grundgerüst
*/
body {
  color: var(--textcolor);
  background: var(--backgroundfond);
  font-size: 15px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.57;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrapper {
  max-width: 100vw;
  overflow: hidden;
}

#main .mod_article {
  position: relative;
}

/*
	STRUKTUR
	.mod_article
		.maxWidth
			.innerMaxWidth
	mod_article hat nichts mit der Breite zu tun: ist immer 100% breit
*/
.maxWidth {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.maxWidth > .innerMaxWidth {
  max-width: 68%;
  margin: 0 auto;
}

.noInnerMaxWidth .maxWidth > .innerMaxWidth {
  max-width: 100% !important;
}

.fullscreenWidth .maxWidth {
  max-width: 100% !important;
}

.fullscreenWidth .maxWidth > .innerMaxWidth {
  max-width: 100% !important;
}

@media (max-width: 1600px) {
  .maxWidth > .innerMaxWidth {
    max-width: 76%;
  }
}
@media (max-width: 600px) {
  .maxWidth > .innerMaxWidth {
    max-width: calc(100% - 40px);
  }
}
.innerMaxWidth > .ce_image,
.leistungen-auflistung,
.project-swiper,
section.onlineBlock,
section.socialmediaGallery,
section.accContainer,
section.kundenmeinung,
section.leistungenSlider,
.layoutSwiper {
  margin-bottom: clamp(85px, 10vw, 120px);
}

section.zwei-bilder-text,
section.fuenfer-raster,
section.vierer-raster,
.liveLinkTeaser {
  margin-bottom: clamp(40px, 5vw, 60px);
}

.overflowHidden {
  overflow: hidden;
}

.clearingBlock:after {
  content: "";
  display: table;
  width: 100%;
}

.rs-columns {
  clear: both;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rs-columns.middle {
  flex-direction: row;
  align-items: center;
}

@media (max-width: 600px) {
  .rs-columns.reverseMobile {
    flex-direction: column-reverse;
  }
}
.rs-column {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 clamp(20px, 3vw, 58px);
  min-height: 1px;
  position: relative;
}

.rs-column:first-child {
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.rs-column:last-child {
  padding-right: 0;
}

.rs-column.noPadding {
  padding: 0 !important;
}

.rs-column.obenUntenAusrichten {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rs-column.-large-first {
  clear: left;
}

.rs-column.-large-first-row {
  margin-top: 0;
}

.rs-column.-large-col-1-1,
.rs-column.-large-col-2-2,
.rs-column.-large-col-3-3,
.rs-column.-large-col-4-4,
.rs-column.-large-col-5-5,
.rs-column.-large-col-6-6 {
  width: 100%;
}

.rs-column.-large-col-2-1,
.rs-column.-large-col-4-2,
.rs-column.-large-col-6-3 {
  width: 50%;
}

.rs-column.-large-col-3-1,
.rs-column.-large-col-6-2 {
  width: 33.3333333333%;
}

.rs-column.-large-col-3-2,
.rs-column.-large-col-6-4 {
  width: 66.6666666667%;
}

.rs-column.-large-col-4-1 {
  width: 25%;
}

.rs-column.-large-col-4-3 {
  width: 75%;
}

.rs-column.-large-col-5-1 {
  width: 20%;
}

.rs-column.-large-col-5-2 {
  width: 40;
}

.rs-column.-large-col-5-3 {
  width: 60%;
}

.rs-column.-large-col-5-4 {
  width: 80%;
}

.rs-column.-large-col-6-1 {
  width: 16.6666666667%;
}

.rs-column.-large-col-6-5 {
  width: 83.3333333333%;
}

/*
@media screen
	and (max-width: 1460px)
	and (min-width: 1280px),
	screen and (max-width: 1023px) {
*/
@media (max-width: 950px) {
  .rs-columns {
    margin-left: 0;
    margin-right: 0;
  }

  .rs-columns.middle {
    display: block;
  }

  .rs-column {
    margin-top: 1px;
  }

  .rs-column.-large-first {
    clear: none;
  }

  .rs-column.-medium-first {
    clear: left;
  }

  .-medium-first {
    padding-left: 0 !important;
  }

  .-medium-last {
    padding-right: 0 !important;
  }

  .rs-column.-medium-col-1-1,
.rs-column.-medium-col-2-2,
.rs-column.-medium-col-3-3,
.rs-column.-medium-col-4-4,
.rs-column.-medium-col-5-5,
.rs-column.-medium-col-6-6 {
    width: 100%;
  }

  .rs-column.-medium-col-2-1,
.rs-column.-medium-col-4-2,
.rs-column.-medium-col-6-3 {
    width: 50%;
  }

  .rs-column.-medium-col-3-1,
.rs-column.-medium-col-6-2 {
    width: 33.3333333333%;
  }

  .rs-column.-medium-col-3-2,
.rs-column.-medium-col-6-4 {
    width: 66.6666666667%;
  }

  .rs-column.-medium-col-4-1 {
    width: 25%;
  }

  .rs-column.-medium-col-4-3 {
    width: 75%;
  }

  .rs-column.-medium-col-5-1 {
    width: 20%;
  }

  .rs-column.-medium-col-5-2 {
    width: 40%;
  }

  .rs-column.-medium-col-5-3 {
    width: 60%;
  }

  .rs-column.-medium-col-5-4 {
    width: 80%;
  }

  .rs-column.-medium-col-6-1 {
    width: 16.6666666667%;
  }

  .rs-column.-medium-col-6-5 {
    width: 20%;
  }
}
@media (max-width: 600px) {
  .rs-column.-medium-first {
    clear: none;
  }

  .rs-column {
    padding: 0 clamp(20px, 3vw, 58px)/2 2em;
  }

  .-small-first {
    padding-left: 0;
  }

  .-small-last {
    padding-right: 0;
  }

  .rs-column.-small-first {
    clear: left;
  }

  .rs-column.-small-first-row {
    margin-top: 0;
  }

  .rs-column.-small-col-1-1,
.rs-column.-small-col-2-2,
.rs-column.-small-col-3-3,
.rs-column.-small-col-4-4,
.rs-column.-small-col-5-5,
.rs-column.-small-col-6-6 {
    width: 100%;
  }

  .rs-column.-small-col-2-1,
.rs-column.-small-col-4-2,
.rs-column.-small-col-6-3 {
    width: 50%;
  }

  .rs-column.-small-col-3-1,
.rs-column.-small-col-6-2 {
    width: 33.3333333333%;
  }

  .rs-column.-small-col-3-2,
.rs-column.-small-col-6-4 {
    width: 66.6666666667%;
  }

  .rs-column.-small-col-4-1 {
    width: 25%;
  }

  .rs-column.-small-col-4-3 {
    width: 75%;
  }

  .rs-column.-small-col-5-1 {
    width: 20%;
  }

  .rs-column.-small-col-5-2 {
    width: 40%;
  }

  .rs-column.-small-col-5-3 {
    width: 60%;
  }

  .rs-column.-small-col-5-4 {
    width: 80%;
  }

  .rs-column.-small-col-6-1 {
    width: 16.6666666667%;
  }

  .rs-column.-small-col-6-5 {
    width: 83.3333333333%;
  }
}
/*
	- Kontakt- und Social-Links am Rand (fixed)
	- Name-Tag unten links am Rand
*/
aside.contactSidebar,
aside.sociSidebar,
aside.nameTagSidebar {
  position: fixed;
  z-index: 1;
}

aside.contactSidebar a,
aside.sociSidebar a,
aside.nameTagSidebar a {
  color: var(--textcolor);
  text-indent: -9999px;
  text-decoration: none;
  display: block;
}

aside.contactSidebar a:hover, aside.contactSidebar a:focus,
aside.sociSidebar a:hover,
aside.sociSidebar a:focus,
aside.nameTagSidebar a:hover,
aside.nameTagSidebar a:focus {
  color: var(--navBrombeer);
}

aside.contactSidebar,
aside.sociSidebar {
  width: 23px;
  height: 226px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

aside.contactSidebar .ce_hyperlink,
aside.sociSidebar .ce_hyperlink {
  width: 100%;
}

aside.contactSidebar .ce_hyperlink a,
aside.sociSidebar .ce_hyperlink a {
  width: 100%;
  position: relative;
}

aside.contactSidebar .ce_hyperlink a:before,
aside.sociSidebar .ce_hyperlink a:before {
  font-size: 1.5em;
  font-family: "inked2design" !important;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-indent: 0 !important;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

aside.contactSidebar .ce_hyperlink:after,
aside.sociSidebar .ce_hyperlink:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--textcolor);
  position: relative;
  top: 23px;
}

aside.contactSidebar .ce_hyperlink:last-child:after,
aside.sociSidebar .ce_hyperlink:last-child:after {
  display: none;
}

aside.contactSidebar .phone a:before,
aside.sociSidebar .phone a:before {
  content: "\e900";
}

aside.contactSidebar .mail a:before,
aside.sociSidebar .mail a:before {
  content: "\e901";
}

aside.contactSidebar .mobile a:before,
aside.sociSidebar .mobile a:before {
  content: "\e902";
}

aside.contactSidebar .whatsapp a:before,
aside.sociSidebar .whatsapp a:before {
  content: "\e903";
}

aside.contactSidebar .linkedin a:before,
aside.sociSidebar .linkedin a:before {
  content: "\e904";
}

aside.contactSidebar .facebook a:before,
aside.sociSidebar .facebook a:before {
  content: "\e905";
}

aside.contactSidebar .pinterest a:before,
aside.sociSidebar .pinterest a:before {
  content: "\e906";
}

aside.contactSidebar .instagram a:before,
aside.sociSidebar .instagram a:before {
  content: "\e907";
}

aside.contactSidebar {
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
}

aside.sociSidebar {
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
}

aside.nameTagSidebar {
  bottom: 2vh;
  left: 33px;
  transform-origin: 0 0;
  transform: rotate(-90deg);
}

aside.nameTagSidebar p {
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0;
}

aside.nameTagSidebar p strong {
  font-weight: 600;
}

@media (max-height: 930px) {
  aside.nameTagSidebar {
    display: none;
  }
}
@media (max-width: 700px), (max-height: 580px) {
  aside.contactSidebar,
aside.sociSidebar,
aside.nameTagSidebar {
    display: none;
  }
}
/**********/
/* Header */
/**********/
/*
	Header
*/
#header {
  margin-bottom: 166px;
}

#header .mod_article {
  background: transparent;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100vw;
  height: 0;
}

#header .mod_article.fixed {
  position: fixed;
}

#header .mod_article.fixed .innerMaxWidth {
  justify-content: flex-end;
}

#header .mod_article.logo-article {
  position: absolute;
}

#header .mod_article.logo-article .innerMaxWidth {
  justify-content: flex-start;
}

#header .innerMaxWidth {
  display: flex;
  align-items: center;
}

#header .logo {
  transition: all 140ms ease-out;
  transform: translateX(-100%);
  max-width: 101px;
  position: relative;
  top: 65px;
}

#header .logo a {
  display: block;
  width: 100%;
  transform-origin: center;
}

#header .logo a svg {
  fill: #141616;
}

#header .logo a:hover svg, #header .logo a:focus svg {
  fill: var(--pink) !important;
}

#header a.button {
  position: relative;
  top: 65px;
  left: -70px;
}

#header a.button strong {
  display: inline;
}

@media (max-width: 1023px) {
  #header .logo {
    transform: translateX(0);
  }

  #header a.button {
    left: 30px;
  }
}
@media (max-width: 600px) {
  #header .logo,
#header a.button {
    top: 20px;
  }
}
/*
	Hauptnavigation
*/
section.main-navigation nav ul {
  list-style-type: none;
}

section.main-navigation nav a {
  display: block;
  text-decoration: none;
}

section.main-navigation nav > a:first-child {
  font-size: 0.6666666667em;
  text-transform: uppercase;
}

section.main-navigation nav .header {
  font-size: 3em;
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}

section.main-navigation nav .mod_navigation ul,
section.main-navigation nav .mod_customnav ul {
  font-size: 1em;
  list-style-type: none;
}

section.main-navigation nav .mod_navigation a,
section.main-navigation nav .mod_navigation strong,
section.main-navigation nav .mod_customnav a,
section.main-navigation nav .mod_customnav strong {
  display: block;
  padding: 0.5em 0;
}

section.main-navigation nav.active .header {
  font-weight: 700;
}

/*
	Hauptmenü mit den Bubbles
*/
.utilButtons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: -105px;
  right: 110px;
}

.utilButtons .homebuttonShort {
  display: block;
  width: 44px;
  height: 44px;
}

.utilButtons .homebuttonShort img {
  display: block;
  width: 100%;
}

.utilButtons .button {
  color: white;
  border: 1px solid white;
  font-weight: 400;
  margin-left: 30px;
}

@media (min-width: 951px) {
  #main-menu {
    position: fixed;
    z-index: 11000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    transition: all 300ms ease;
    opacity: 0;
    transform: scale(1.2);
    display: none;
  }

  #main-menu .clickCover {
    z-index: 0;
  }

  #main-menu section.bigBubble {
    color: white;
    margin: 15vh auto 0;
    transform: translateX(15%);
    position: relative;
    z-index: 1;
  }

  #main-menu section.bigBubble .close {
    right: 10px;
    min-width: 65px;
  }

  #main-menu section.bigBubble:before {
    content: "";
    background: var(--navBrombeer);
    display: block;
    border-radius: 100%;
    width: 92em;
    height: 92em;
    position: absolute;
    z-index: -1;
    bottom: -20em;
    left: -11em;
  }

  #main-menu section.bigBubble:after {
    content: "";
    display: block;
    background: transparent url("../../files/theme/images/strichcode-muster-weiss.svg") no-repeat center/contain;
    width: 245px;
    height: 62px;
    position: absolute;
    left: 9.8em;
    bottom: -12em;
  }

  #main-menu .main-navigation {
    display: flex;
    width: 84vw;
    max-width: 1022px !important;
  }

  #main-menu .main-navigation a {
    color: white;
    background: var(--navBrombeer);
  }

  #main-menu .main-navigation > nav {
    margin-right: 3%;
  }

  #main-menu .main-navigation > nav > a:first-child {
    color: var(--midgray);
  }

  #main-menu .main-navigation > nav.active .header {
    color: var(--yellow);
  }

  #main-menu .main-navigation > nav:nth-child(3) {
    min-width: 13.1em;
  }

  #main-menu .main-navigation > nav:last-child {
    margin-right: 0;
  }

  #main-menu.visible {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 1380px) {
  #main-menu section.bigBubble {
    transform-origin: center top;
    transform: scale(0.85) translateX(15%);
  }
}
@media (max-width: 1220px) {
  #main-menu section.bigBubble {
    transform: scale(0.75) translateX(15%);
  }

  #main-menu section.bigBubble .main-navigation {
    width: 98vw;
  }
}
@media (max-width: 990px) {
  #main-menu section.bigBubble {
    transform: scale(0.65) translateX(15%);
  }

  #main-menu section.bigBubble .main-navigation {
    width: 100vw;
    max-width: none;
  }
}
/*
	Social Media Teaser
*/
.socialmediaTeaser {
  color: var(--textcolor);
  padding-top: clamp(60px, 6vw, 80px);
  position: absolute !important;
  z-index: 2;
  right: 0;
  bottom: -20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.socialmediaTeaser:after {
  content: "";
  background: var(--yellow);
  display: block;
  width: 336px;
  height: 336px;
  position: absolute;
  z-index: -1;
  top: 0;
  border-radius: 100%;
}

.socialmediaTeaser p {
  font-size: 1.6666666667em;
  line-height: 1.24;
  text-align: center;
  text-transform: uppercase;
}

.socialmediaTeaser .links {
  width: 100%;
  display: flex;
  justify-content: center;
}

.socialmediaTeaser .links > a,
.socialmediaTeaser .links > div {
  background: none !important;
  text-indent: -9999px;
  display: block;
  width: 56px;
  min-width: 56px;
  height: 56px;
  overflow: hidden;
  margin: 0 5%;
  position: relative;
}

.socialmediaTeaser .links > a:before,
.socialmediaTeaser .links > div:before {
  color: var(--textcolor) !important;
  font-size: 55px;
  font-family: "inked2design" !important;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-indent: 0 !important;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.socialmediaTeaser .links > a.instagram:before,
.socialmediaTeaser .links > div.instagram:before {
  content: "\e90d";
}

.socialmediaTeaser .links > a.facebook:before,
.socialmediaTeaser .links > div.facebook:before {
  content: "\e90c";
}

.socialmediaTeaser .links > a.pinterest:before,
.socialmediaTeaser .links > div.pinterest:before {
  content: "\e90e";
}

#footer .socialmediaTeaser {
  display: none;
}

@media (max-width: 950px) {
  .socialmediaTeaser {
    transform: scale(0.7) translateX(25px);
    position: static !important;
    margin-top: auto;
    justify-self: flex-end;
    align-self: flex-end;
  }
}
/*
	Header Ansprechpartner
*/
#main-menu .ansprechpartner {
  color: white;
  padding-top: 145px;
  position: absolute;
  z-index: 1;
  top: 21.5em;
  right: calc(100% - 3em);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#main-menu .ansprechpartner:before {
  content: "";
  background: var(--darkblue);
  display: block;
  width: 492px;
  height: 492px;
  position: absolute;
  z-index: -1;
  top: 0;
  border-radius: 100%;
}

#main-menu .ansprechpartner p {
  font-size: 2em;
  line-height: 1.24;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.1em;
}

#main-menu .ansprechpartner .links {
  width: 100%;
  display: flex;
  justify-content: center;
}

#main-menu .ansprechpartner .links > a,
#main-menu .ansprechpartner .links > div {
  color: white;
  background: none !important;
  text-indent: -9999px;
  display: block;
  width: 66px;
  min-width: 66px;
  height: 66px;
  overflow: hidden;
  margin: 0 6%;
  position: relative;
}

#main-menu .ansprechpartner .links > a:before,
#main-menu .ansprechpartner .links > div:before {
  font-size: 65px;
  font-family: "inked2design" !important;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-indent: 0 !important;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#main-menu .ansprechpartner .links > a.phone:before,
#main-menu .ansprechpartner .links > div.phone:before {
  content: "\e908";
}

#main-menu .ansprechpartner .links > a.mail:before,
#main-menu .ansprechpartner .links > div.mail:before {
  content: "\e909";
}

#main-menu .ansprechpartner .links > a.interview:before,
#main-menu .ansprechpartner .links > div.interview:before {
  content: "\e90a";
}

@media (max-width: 950px) {
  #main-menu .ansprechpartner {
    display: none;
  }
}
/*
	Burgerbutton
*/
#burger {
  position: relative;
  top: 65px;
  width: 69px;
  height: 40px;
  padding: 0 0 0 16px;
  cursor: pointer;
  transform: translateX(calc(100% + 1.2vw));
  position: relative;
  z-index: 1;
}

#burger:before, #burger:after {
  content: "";
  display: block;
  background: rgba(var(--navBrombeer), 0.4);
  background: var(--navBrombeer);
  width: 280px;
  height: 280px;
  border-radius: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  transform-origin: center;
  transform: translate(-68px, -175px);
}

#burger:after {
  width: 484px;
  height: 1px;
  border-radius: 0;
  transform: translate(-170px, -32px) rotate(-45deg);
}

#burger span {
  background: white;
  display: block;
  width: 53px;
  height: 6px;
  border-radius: 2px;
  margin: 0 0 5px 0;
  transition: all 250ms ease;
  transform-origin: 0 50%;
}

#burger span:nth-child(2) {
  width: 37px;
}

#burger span:nth-child(4) {
  width: 47px;
}

#burger:hover span:nth-child(1) {
  transform: scaleX(1.3);
}

#burger:hover span:nth-child(2) {
  transform: scaleX(0.6);
}

#burger:hover span:nth-child(3) {
  transform: scaleX(1.1);
}

#burger:hover span:nth-child(4) {
  transform: scaleX(0.9);
}

#burger b {
  background: transparent url("../../files/theme/images/menu.svg") no-repeat left center/contain;
  display: block;
  width: 16px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 950px) {
  #burger {
    display: none;
  }
}
/*
	mobiler Burgerbutton
*/
#mobile-burger {
  width: 53px;
  height: 26px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
}

#mobile-burger span {
  background: white;
  display: block;
  width: 53px;
  height: 4px;
  border-radius: 2px;
  transition: all 250ms ease;
  transform-origin: 100% 50%;
}

#mobile-burger span:nth-child(2) {
  width: 37px;
}

#mobile-burger span:nth-child(3) {
  width: 47px;
}

#mobile-burger:hover span:nth-child(1) {
  transform: scaleX(1.3);
}

#mobile-burger:hover span:nth-child(2) {
  transform: scaleX(0.9);
}

#mobile-burger:hover span:nth-child(3) {
  transform: scaleX(1.1);
}

/*
	Hauptnavigation Mobil
*/
.mobileLogoBlock {
  display: none;
}

@media (max-width: 950px) {
  .mobileLogoBlock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 20px;
    left: 0;
    right: 0;
    margin-bottom: 20px;
  }
  .mobileLogoBlock .logo svg {
    fill: #141616;
  }

  .mobileLogoBlock .logo {
    max-width: 101px;
  }

  .mobileLogoBlock a.button {
    margin-left: 30px;
  }

  .mobileLogoBlock a.button strong {
    display: inline;
  }

  #main-menu {
    background: rgba(255, 255, 255, 0.97);
    position: fixed;
    z-index: 11100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 57px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 12%;
    max-height: calc(100vh - 57px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    transition: all 300ms ease;
    opacity: 0;
    transform: scale(1.2);
    display: none;
  }

  #main-menu:before {
    content: "";
    display: block;
    background: transparent url("../../files/theme/images/konzentrische-kreise-brombeer.svg") no-repeat center/contain;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(44%, -39%);
    width: 328px;
    height: 328px;
  }

  #main-menu .clickCover {
    background: none;
    z-index: 0;
  }

  #main-menu section.bigBubble {
    color: var(--textcolor);
    width: 100%;
    min-height: 100%;
    margin: 0;
    transform: scale(1) translateX(0);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  #main-menu section.bigBubble .close {
    display: none;
  }

  #main-menu section.bigBubble section.main-navigation {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  #main-menu section.bigBubble section.main-navigation a {
    color: var(--textcolor);
  }

  #main-menu section.bigBubble section.main-navigation nav {
    margin-top: clamp(20px, 5vh, 50px);
  }

  #main-menu section.bigBubble section.main-navigation nav .header {
    font-size: 3em;
  }

  #main-menu section.bigBubble section.main-navigation nav.active .header {
    color: var(--brombeer);
  }

  #main-menu section.bigBubble .mod_navigation,
#main-menu section.bigBubble .mod_customnav {
    display: none;
  }

  #main-menu.visible {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-height: 700px) {
  #main-menu section.bigBubble section.main-navigation nav {
    margin-top: clamp(5px, 2vh, 50px);
  }
}
@media (max-width: 600px) {
  #main-menu {
    padding: 0 0 0 20px;
  }

  #main-menu section.bigBubble section.main-navigation nav .header {
    font-size: 2.4em;
  }
}
/*
	mobile Navbar
*/
.mod_article.mobile-navbar {
  background: var(--navBrombeer);
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 57px;
  display: none;
}

.mod_article.mobile-navbar .innerMaxWidth {
  display: flex;
  height: 57px;
  justify-content: space-between;
  align-items: center;
  padding: 0 !important;
}

.mod_article.mobile-navbar .ce_hyperlink {
  margin-right: 3em;
  position: relative;
}

.mod_article.mobile-navbar .ce_hyperlink a {
  color: white;
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 22px;
  position: relative;
}

.mod_article.mobile-navbar .ce_hyperlink a:before {
  font-size: 1.5em;
  font-family: "inked2design" !important;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-indent: 0 !important;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mod_article.mobile-navbar .ce_hyperlink:after {
  content: "";
  display: block;
  width: 1px;
  height: 160%;
  background: white;
  position: absolute;
  top: -30%;
  left: calc(100% + 1.4em);
}

.mod_article.mobile-navbar .ce_hyperlink:last-child:after {
  display: none;
}

.mod_article.mobile-navbar .phone a:before {
  content: "\e900";
}

.mod_article.mobile-navbar .mail a:before {
  content: "\e901";
}

.mod_article.mobile-navbar .mobile a:before {
  content: "\e902";
}

.mod_article.mobile-navbar .whatsapp a:before {
  content: "\e903";
}

.mod_article.mobile-navbar .linkedin a:before {
  content: "\e904";
}

.mod_article.mobile-navbar .facebook a:before {
  content: "\e905";
}

.mod_article.mobile-navbar .pinterest a:before {
  content: "\e906";
}

.mod_article.mobile-navbar .instagram a:before {
  content: "\e907";
}

.mod_article.mobile-navbar .location a:before {
  content: "";
  background: transparent url("/files/theme/images/ik2d-location.svg") no-repeat center/contain;
  width: 22px;
  height: 22px;
}

@media (max-width: 950px) {
  .mod_article.mobile-navbar {
    display: flex;
  }
}
/**********/
/* Footer */
/**********/
/*
	Footer
*/
html, body, #wrapper {
  min-height: 100vh;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#container {
  flex: 1 1 auto;
}

#footer {
  background: var(--footerBackground);
}

#footer .footerHide {
  display: none !important;
}

#footer .mod_article > .maxWidth {
  overflow: hidden;
}

#footer .innerMaxWidth {
  display: flex;
  justify-content: space-between;
  padding: 110px 0 80px;
  position: relative;
}

#footer .innerMaxWidth .ce_image {
  margin-left: 0;
  margin-bottom: auto;
  max-width: 230px;
}

#footer .mod_customnav {
  margin-bottom: 50px;
}

#footer .mod_customnav ul {
  list-style-type: none;
}

#footer .mod_customnav a,
#footer .mod_customnav strong {
  color: white;
  font-size: 1em;
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
}

#footer .main-navigation a,
#footer .main-navigation strong {
  color: white;
}

#footer .main-navigation > nav {
  margin-left: 3%;
}

#footer .main-navigation > nav:first-child {
  margin-left: auto;
}

#footer .main-navigation > nav > a:first-child {
  display: none;
}

#footer .main-navigation > nav .header {
  font-size: 2.3333333333em;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}

#footer .main-navigation > nav a {
  white-space: nowrap;
}

#footer .main-navigation > nav a[title=Nachhaltigkeit] {
  color: #9DF5BC;
}

#footer .main-navigation > nav a.first {
  font-weight: inherit;
}

#footer .main-navigation nav:first-child li:nth-child(5) strong {
  color: #9DF5BC;
}

#footer .ce_text {
  color: white;
}

#footer .ce_text p {
  margin: 0;
}

#footer .ce_text a {
  text-decoration: underline;
}

#footer .ce_rsce_genericDiv-anfang {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 2em;
}

#footer section.main-navigation {
  display: flex;
  flex: 1 1 auto;
}

@media (max-width: 1730px) {
  #footer .innerMaxWidth {
    padding-bottom: 140px;
  }

  #footer .ce_rsce_genericDiv-anfang {
    margin-right: 10%;
  }

  #footer section.main-navigation {
    flex-wrap: wrap;
  }

  #footer section.main-navigation > nav {
    margin-bottom: 3em;
  }

  #footer section.main-navigation > nav:nth-child(1) {
    width: 25%;
    margin-left: 3%;
  }

  #footer section.main-navigation > nav:nth-child(2) {
    width: 69%;
  }

  #footer section.main-navigation > nav:nth-child(3) {
    width: 25%;
  }

  #footer section.main-navigation > nav:nth-child(4) {
    width: 69%;
  }
}
@media (max-width: 1160px) {
  #footer .innerMaxWidth {
    padding-bottom: 160px;
  }

  #footer .ce_rsce_genericDiv-anfang {
    flex: 1 1 auto;
    width: 50%;
    min-width: 50%;
    margin-right: 0;
  }

  #footer section.main-navigation {
    flex-wrap: wrap;
  }

  #footer section.main-navigation > nav {
    margin-bottom: 3em;
  }

  #footer section.main-navigation > nav:nth-child(1), #footer section.main-navigation > nav:nth-child(2), #footer section.main-navigation > nav:nth-child(3), #footer section.main-navigation > nav:nth-child(4) {
    width: 97%;
  }
}
@media (max-width: 700px) {
  .desktop-footer {
    display: none;
  }
}
/*
	mobiler Footer
*/
#footer .mobile-footer {
  display: none;
}

@media (max-width: 700px) {
  #footer .mobile-footer {
    display: block;
  }

  #footer .innerMaxWidth {
    padding: 15px 0 20px;
  }

  #footer .mod_customnav ul {
    display: block;
  }

  #footer .mod_customnav li {
    display: inline;
  }

  #footer .mod_customnav li:after {
    content: "|";
    display: inline-block;
    color: white;
    margin: 0 0.2em 0 0.4em;
  }

  #footer .mod_customnav {
    font-size: 90%;
  }

  #footer .mod_customnav li:last-child:after {
    display: none;
  }

  #footer .mod_customnav li a {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  #footer .mod_customnav {
    font-size: 3.5vw;
  }

  #footer .mod_customnav strong {
    display: inline !important;
  }
}
/*
	Ansprechpartner
*/
#footer .ansprechpartner {
  color: white;
  padding-top: clamp(60px, 4vw, 80px);
  padding-bottom: clamp(10px, 2vw, 80px);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#footer .ansprechpartner:before {
  content: "";
  background: var(--navBrombeer);
  display: block;
  width: clamp(330px, 25vw, 492px);
  height: clamp(330px, 25vw, 492px);
  position: absolute;
  z-index: -1;
  top: 0;
  border-radius: 100%;
}

#footer .ansprechpartner p {
  font-size: 1.6666666667em;
  line-height: 1.24;
  text-align: center;
  text-transform: uppercase;
}

#footer .ansprechpartner .links {
  width: 100%;
  display: flex;
  justify-content: center;
}

#footer .ansprechpartner .links > a,
#footer .ansprechpartner .links > div {
  color: white;
  text-indent: -9999px;
  display: block;
  width: 44px;
  min-width: 44px;
  height: 44px;
  overflow: hidden;
  margin: 0 6%;
  position: relative;
}

#footer .ansprechpartner .links > a:before,
#footer .ansprechpartner .links > div:before {
  font-size: 43px;
  font-family: "inked2design" !important;
  font-style: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-indent: 0 !important;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#footer .ansprechpartner .links > a.phone:before,
#footer .ansprechpartner .links > div.phone:before {
  content: "\e908";
}

#footer .ansprechpartner .links > a.mail:before,
#footer .ansprechpartner .links > div.mail:before {
  content: "\e909";
}

#footer .ansprechpartner .links > a.interview:before,
#footer .ansprechpartner .links > div.interview:before {
  content: "\e90a";
}

@media (max-width: 700px) {
  .ansprechpartner {
    display: none;
  }
}
/*
	Buchnavigation in Projekten
*/
.mod_booknav {
  color: white;
  background: #141616;
  font-size: 1.6666666667em;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

.mod_booknav strong {
  font-weight: 600;
}

.mod_booknav .innerMaxWidth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mod_booknav .text {
  padding: 22px 15px;
}

.mod_booknav a,
.mod_booknav .spacer {
  width: 45px;
}

.mod_booknav a svg,
.mod_booknav .spacer svg {
  fill: white;
}

.mod_booknav a:hover svg, .mod_booknav a:focus svg,
.mod_booknav .spacer:hover svg,
.mod_booknav .spacer:focus svg {
  fill: var(--pink);
}

/*
	Referenzseite ist die Projektseite, damit die Unterseite die Navigation
	automatisch bekommen. Daher auf dieser Seite hier ausblenden:
*/
body.projekte .mod_booknav {
  display: none;
}

/*
	Footer Logoleiste
*/
.footer-logoleiste {
  background: var(--navBrombeer);
}

.footer-logoleiste .innerMaxWidth {
  min-height: 85px;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-logoleiste .innerMaxWidth > img,
.footer-logoleiste a {
  width: 11%;
  min-width: 60px;
  max-width: 85px;
  max-height: 40px;
  margin: 10px 0;
}

@media (max-width: 1200px) {
  .footer-logoleiste .innerMaxWidth {
    justify-content: center;
  }

  .footer-logoleiste .innerMaxWidth > img,
.footer-logoleiste a {
    margin: 10px 5%;
  }
}
@media (max-width: 600px) {
  .footer-logoleiste {
    display: none;
  }
}
/*
	Footer Kontakt-Teaser
*/
.footer-kontaktTeaser {
  color: white;
  background: var(--brombeer);
}

.footer-kontaktTeaser .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 50px 0;
  height: 228px;
  position: relative;
  z-index: 1;
}

.footer-kontaktTeaser .inner:before {
  content: "";
  display: block;
  background: var(--brombeer);
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.footer-kontaktTeaser p {
  font-size: 1.6666666667em;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-kontaktTeaser p:before {
  content: "";
  display: block;
  background: transparent url("../../files/theme/images/strichcode-muster.svg") no-repeat center/contain;
  width: 338px;
  height: 85px;
  position: absolute;
  top: calc(50% - 42px);
  right: calc(100% + 4vw);
}

.footer-kontaktTeaser .linie {
  display: block;
  background: white;
  width: 100%;
  max-width: 176px;
  height: 1px;
  margin: 0 auto 0 1em;
}

.footer-kontaktTeaser a {
  color: white !important;
  border-color: white !important;
  display: block;
  flex: 1 1 auto;
  max-width: 200px;
  margin-left: 1em;
}

.footer-kontaktTeaser a:hover, .footer-kontaktTeaser a:focus {
  background: var(--midgray) !important;
  border-color: var(--midgray) !important;
}

.footer-kontaktTeaser:last-child {
  color: var(--midgray);
  background: var(--yellow);
}

.footer-kontaktTeaser:last-child .inner:before {
  background: var(--yellow);
}

.footer-kontaktTeaser:last-child p:before {
  background: transparent url("../../files/theme/images/strichcode-muster.svg") no-repeat center/contain;
}

.footer-kontaktTeaser:last-child .linie {
  background: var(--midgray);
}

.footer-kontaktTeaser:last-child a {
  color: var(--textcolor) !important;
  border-color: var(--midgray) !important;
}

.footer-kontaktTeaser:last-child a:hover, .footer-kontaktTeaser:last-child a:focus {
  color: var(--yellow) !important;
  background: var(--midgray) !important;
}

@media (max-width: 1430px) {
  .footer-kontaktTeaser .inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 82px 0 50px;
    height: auto;
    position: relative;
  }

  .footer-kontaktTeaser .inner:after {
    content: "";
    display: block;
    background: transparent url("../../files/theme/images/strichcode-muster.svg") no-repeat center/contain;
    width: 20vw;
    height: 5vw;
    position: absolute;
    top: calc(50% - 2.5vw);
    right: calc(100% + 2vw);
  }

  .footer-kontaktTeaser .linie {
    order: 1;
    margin: 0 auto 0.7em 0;
  }

  .footer-kontaktTeaser p {
    order: 2;
    width: 100%;
    margin-bottom: 1em;
  }

  .footer-kontaktTeaser p:before {
    display: none;
  }

  .footer-kontaktTeaser a {
    order: 3;
    margin-left: 0;
  }
}
@media (max-width: 980px) {
  .footer-kontaktTeaser .inner:after {
    width: 163px;
    height: 41px;
    top: 25px;
    left: -12vw;
  }
}
/***********/
/* Plugins */
/***********/
/**
 * Swiper 6.6.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 19, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/************/
/* Elemente */
/************/
/*
Basics:
– Allgemeine Elemente
– Hilfsklassen
*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb1r {
  margin-bottom: 1.57rem !important;
}

.mb2r {
  margin-bottom: 3.14rem !important;
}

.mb3r {
  margin-bottom: 4.71rem !important;
}

.mb4r {
  margin-bottom: 6.28rem !important;
}

.mb5r {
  margin-bottom: 7.85rem !important;
}

@media (max-width: 700px) {
  .mb2r {
    margin-bottom: 1.57rem !important;
  }

  .mb3r {
    margin-bottom: 2.355rem !important;
  }

  .mb4r {
    margin-bottom: 3.14rem !important;
  }

  .mb5r {
    margin-bottom: 3.925rem !important;
  }
}
h1,
h2,
h3 {
  color: var(--textcolor);
  font-weight: 700;
}

h1,
.weil-wir-mit-euch-arbeiten-sonderfall h2 {
  color: white;
  background: var(--midgray);
  font-size: 4em;
  line-height: 1.48;
  text-transform: uppercase;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.04em 0.5em 0.04em 0.14em;
}

.h1_margin {
  font-size: 4em;
  line-height: 1.48;
  margin-bottom: 1em;
}

.pathtitle {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.2em;
}

.weil-wir-mit-euch-arbeiten-sonderfall h2 {
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.weil-wir-mit-euch-arbeiten-sonderfall h2:after {
  content: "";
  display: block;
  background: var(--midgray);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
}

.weil-wir-mit-euch-arbeiten-sonderfall h2 strong {
  font-weight: 700;
}

@media (max-width: 600px) {
  h1,
.weil-wir-mit-euch-arbeiten-sonderfall h2 {
    font-size: 2.2em;
  }
}
h1.reden-koennen-wir + .ce_text {
  margin-top: 5em;
}

@media (max-width: 600px) {
  h1.reden-koennen-wir + .ce_text {
    margin-top: 2.5em;
  }
}
h2,
h2.turnedHeadline,
h2.notturned,
.introText h2,
.accContainer .maxWidth > h2 {
  font-size: 1.6666666667em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  padding-right: 0.15em;
  position: absolute;
  transform-origin: 100% 0;
  transform: translateX(-100%) rotate(-90deg) translateY(-0.15em);
}

h2 .colored,
h2.turnedHeadline .colored,
h2.notturned .colored,
.introText h2 .colored,
.accContainer .maxWidth > h2 .colored {
  color: var(--navBrombeer);
}

h2:after,
h2.turnedHeadline:after,
h2.notturned:after,
.introText h2:after,
.accContainer .maxWidth > h2:after {
  display: none;
}

h2 p,
h2.turnedHeadline p,
h2.notturned p,
.introText h2 p,
.accContainer .maxWidth > h2 p {
  margin-bottom: 0;
}

h2 + .rs-columns,
h2.turnedHeadline + .rs-columns,
h2.notturned + .rs-columns,
.introText h2 + .rs-columns,
.accContainer .maxWidth > h2 + .rs-columns {
  width: auto;
  margin-left: 42px;
  margin-bottom: 1.57em;
}

h2,
h2.notturned,
.introText h2,
.accContainer .maxWidth > h2 {
  white-space: normal;
  transform: none;
  position: relative;
}

h2 strong,
h2.notturned strong,
.introText h2 strong,
.accContainer .maxWidth > h2 strong {
  color: var(--brombeer);
  font-weight: 600;
}

h2,
.introText h2,
.accContainer .maxWidth > h2 {
  line-height: 1.2;
  position: relative;
}

h2:after,
.introText h2:after,
.accContainer .maxWidth > h2:after {
  content: "";
  display: block;
  width: 43%;
  max-width: 245px;
  border-bottom: 1px solid var(--brombeer);
  margin: 1em 0;
}

h2 em {
  font-style: normal;
  font-weight: 300;
}

h2.superbig,
section#aufmacherStartseite h2 {
  font-size: clamp(45px, 8vw, 10em);
  line-height: 1.1;
  letter-spacing: 0.005em;
  text-indent: -0.05em;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0.15em;
}

h2.superbig strong,
section#aufmacherStartseite h2 strong {
  color: white;
  background: var(--textcolor);
  font-size: 0.2em;
  font-size: clamp(18px, 2vw, 30px);
  letter-spacing: 0;
  line-height: 1.2;
  text-indent: 0;
  display: block;
  padding: 0.05em 0.3em 0.05em 0.05em;
  margin-top: calc(35px - 2vw);
}

h2.superbig:after,
section#aufmacherStartseite h2:after {
  display: none;
}

@media (max-width: 700px) {
  h2.superbig strong,
section#aufmacherStartseite h2 strong {
    padding: 0.6em;
  }
}
.ce_text h1 + h2 {
  margin-top: 0.9em;
  width: 100%;
}

h3 {
  font-size: 2em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

strong,
b {
  font-weight: 700;
}

p {
  margin-bottom: 1.57em;
}

.end-line:after {
  content: "";
  display: block;
  background: #707070;
  width: 43%;
  max-width: 245px;
  height: 1px;
  margin-top: 2.2em;
}

hr {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 1px;
  border-radius: 2px;
  border: none;
  margin: 5vw 0;
}

@media (max-width: 700px) {
  hr {
    margin: 12vw 0;
  }
}
.invisible {
  display: none !important;
}

span.thinspace {
  display: inline-block;
  width: 0.1em;
}

.center,
.centered,
.text-center {
  text-align: center;
}

.ce_image.centered {
  margin-left: auto !important;
  margin-right: auto !important;
}

.rightaligned {
  float: right;
}

.z-index {
  position: relative;
  z-index: 1;
}

.overflow {
  overflow: hidden;
}

.red {
  border: 1px solid red;
}

#CybotCookiebotDialog label {
  display: inherit !important;
}
#CybotCookiebotDialog button {
  display: flex;
  min-width: unset !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBulkConsentCount {
  color: var(--brombeer) !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink img {
  width: auto !important;
}

#CookiebotWidget {
  box-shadow: none !important;
}
#CookiebotWidget .CookiebotWidget-logo {
  min-width: unset !important;
}
@media (max-width: 700px) {
  #CookiebotWidget {
    bottom: 65px !important;
  }
}

/*
	Links
*/
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  cursor: url(../../files/theme/images/cursor.png) 25 25, pointer;
}

a:active, a:hover {
  outline: 0;
}

.image_container a {
  display: block;
}

/*
	Buttons
*/
a.button,
button,
.ce_hyperlink.button a,
button[type=submit] {
  color: var(--midgray);
  background: none;
  font-size: 0.9333333333em;
  line-height: 1.0714285714;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.8em 1.2em;
  min-width: 14.3em;
  border: 1px solid var(--midgray);
}

a.button strong,
button strong,
.ce_hyperlink.button a strong,
button[type=submit] strong {
  font-weight: 700;
  display: block;
}

a.button p,
button p,
.ce_hyperlink.button a p,
button[type=submit] p {
  margin-bottom: 0;
}

a.button:hover, a.button:focus,
button:hover,
button:focus,
.ce_hyperlink.button a:hover,
.ce_hyperlink.button a:focus,
button[type=submit]:hover,
button[type=submit]:focus {
  color: white;
  background: var(--midgray);
}

a.button.inverted,
button.inverted,
.ce_hyperlink.button a.inverted,
button[type=submit].inverted {
  color: white;
  background: var(--midgray);
}

a.button.inverted:hover, a.button.inverted:focus,
button.inverted:hover,
button.inverted:focus,
.ce_hyperlink.button a.inverted:hover,
.ce_hyperlink.button a.inverted:focus,
button[type=submit].inverted:hover,
button[type=submit].inverted:focus {
  color: var(--midgray);
  background: white;
}

a.button.disabled,
button.disabled,
.ce_hyperlink.button a.disabled,
button[type=submit].disabled {
  opacity: 0.4;
  cursor: default;
}

a.button.disabled:hover:before, a.button.disabled:focus:before,
button.disabled:hover:before,
button.disabled:focus:before,
.ce_hyperlink.button a.disabled:hover:before,
.ce_hyperlink.button a.disabled:focus:before,
button[type=submit].disabled:hover:before,
button[type=submit].disabled:focus:before {
  transform: translateX(0);
}

#main .ce_text .button + .button {
  margin-top: 10px;
}

button[type=submit] {
  padding: 0.8em 3em;
  max-width: 13em;
  font-weight: 700;
}

button[type=submit]::first-line {
  font-weight: 300;
}

/*
	Bilder
*/
img {
  display: block;
  width: 100%;
  height: auto;
}

.ce_text:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

.innerMaxWidth > .ce_image {
  margin-left: 42px;
  width: auto;
}

@media (max-width: 600px) {
  .innerMaxWidth > .ce_image {
    margin-left: 0;
  }
}
.rs-column .image_container {
  margin-bottom: 1.57em;
}

figure.image_container.float_left, figure.image_container.float_right {
  width: 25%;
  margin-top: 0.5em;
  margin-bottom: 1.57em;
}

figure.image_container.float_left {
  float: left;
  margin-right: 20px;
}

figure.image_container.float_right {
  float: right;
  margin-left: 15px;
}

@media (max-width: 600px) {
  figure.image_container.float_left, figure.image_container.float_right {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  figure.image_container.float_left {
    margin-right: 0;
  }

  figure.image_container.float_right {
    margin-left: 0;
  }
}
.webdesign {
  max-width: 900px;
}

.ce_image.join-us {
  max-width: 80px;
}

.ce_image.dsgvo-bild {
  margin-bottom: 0;
  margin-left: auto;
  transform: translateX(16vw);
}

.ce_image.dsgvo-bild + .ce_headline {
  display: inline-block;
  transform: translateY(-50%);
}

.ce_image.awards-teaser-bild {
  margin-bottom: 0;
  margin-left: auto;
  transform: translateX(16vw);
}

.ce_image.awards-teaser-bild + .rs-columns {
  margin-top: -9.5em;
}

@media (max-width: 1240px) {
  .ce_image.awards-teaser-bild + .rs-columns {
    margin-top: -1em;
  }
}
.ce_image.kundenmeinungDanke {
  position: absolute;
  z-index: -1;
  top: -13em;
  left: 0;
  width: calc(100% + 17vw);
}

@media (max-width: 600px) {
  .ce_image.kundenmeinungDanke {
    top: 0;
    right: 0;
    left: auto;
    width: 100vw;
  }
}
/*
	Videos allgemein
	- Speziell Startseite
*/
video {
  display: block;
  width: 100%;
  height: auto;
}

.ce_player {
  position: relative;
}

.ce_player:before, .ce_player:after {
  content: "";
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
}

.ce_player:before {
  background-image: url("../../files/theme/images/gelbe-Punkte.svg");
  width: clamp(128px, 18.3%, 238px);
  height: clamp(57px, 13%, 106px);
  top: 0;
  right: 0;
  transform: translateX(-130%) translateY(-36%);
}

.ce_player:after {
  background-image: url("../../files/theme/images/schwarz-weisse-striche.svg");
  width: clamp(49px, 15.5%, 98px);
  height: clamp(65px, 30%, 123px);
  bottom: 0;
  right: 0;
  transform: translateX(43%) translateY(-36%);
}

.ce_player .video_container {
  margin-left: calc((100vw - 100%) / 2 * -1);
  width: calc(100% + (100vw - 1305.6px) / 2);
}

.ce_player video[poster] {
  object-fit: cover;
  object-position: right center;
}

@media (max-width: 1600px) {
  .ce_player .video_container {
    width: calc(100% + 12vw);
  }
}
@media (max-width: 600px) {
  .ce_player {
    margin-bottom: 3em;
  }

  .ce_player .video_container {
    margin-left: -20px;
    width: calc(100% + 20px);
  }
}
/*
	Listen
*/
ul {
  list-style-type: none;
}

ul li {
  position: relative;
}

#main .mod_article ul,
#main .mod_article ol {
  overflow: hidden;
}

#main .mod_article ul > li,
#main .mod_article ol > li {
  position: relative;
  padding: 0 0 0 2.3333333333em;
  margin-bottom: 1.57em;
}

#main .mod_article ul > li:before,
#main .mod_article ol > li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  top: clamp(0.5em, 50%, 1.6em);
  transform: translateY(-50%);
  left: 0.2em;
  border-width: 0.7333333333em 1.2em;
  border-style: solid;
  border-color: transparent;
  border-left-color: var(--brombeer);
}

#main .mod_article ul ul,
#main .mod_article ul ol,
#main .mod_article ol ul,
#main .mod_article ol ol {
  margin: 0.785em 0 0;
}

#main .mod_article ul ul > li:before,
#main .mod_article ol ul > li:before {
  width: 0.5em;
  height: 2px;
  top: 0.9425em;
}

#main .mod_article ol {
  counter-reset: item;
}

#main .mod_article ol > li {
  counter-increment: item;
  padding-left: 1.5em;
}

#main .mod_article ol > li:before {
  content: counters(item, ".") ".";
  color: inherit;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  font-weight: bolder;
  display: block;
  position: absolute;
  top: 0.3925em;
  left: 0;
}

#main .mod_article ol > li ul li:before {
  top: 0.85em;
}

#main .mod_article ol li ol > li {
  padding-left: 2em;
}

#main .mod_article ol li ol > li:before {
  content: counters(item, ".") ".";
}

#main .mod_article ol li ol > li ol > li {
  padding-left: 2.9em;
}

/*
	Formular-Elemente
*/
label.error {
  color: #ff3800;
}

input.error {
  border-color: #ff3800;
}

p.error {
  color: #ff3800;
  background: #ffd7cc;
  border: 2px solid #ff3800;
  font-size: 0.7777777778em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 3px;
  padding: 1em 1.2em;
  position: relative;
  box-shadow: 6px 6px 1em rgba(0, 128, 0, 0.6);
}

p.error:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #ff3800 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

fieldset {
  border: none;
  padding: 0;
}

label {
  display: none;
}

.widget-select label {
  display: none;
}

.widget-explanation {
  font-size: 1.0666666667em;
}

.widget-explanation a {
  text-decoration: underline;
  font-weight: 600;
}

.ce_form button[type=submit] {
  margin-bottom: 0;
}

.ce_form:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

.widget {
  position: relative;
}

.widget-text,
.widget-textarea,
.widget-checkbox {
  margin-bottom: 0.785em;
}

body.kontakt .ce_form {
  margin-bottom: 12vw;
}

input::-webkit-input-placeholder {
  color: rgba(var(--textcolor), 0.4) !important;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: inherit;
}

input:-moz-placeholder {
  color: rgba(var(--textcolor), 0.4) !important;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: inherit;
}

input::-moz-placeholder {
  color: rgba(var(--textcolor), 0.4) !important;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: inherit;
}

input:-ms-input-placeholder {
  color: rgba(var(--textcolor), 0.4) !important;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: inherit;
}

textarea::-webkit-input-placeholder {
  color: rgba(var(--textcolor), 0.4) !important;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: inherit;
}

textarea:-moz-placeholder {
  color: rgba(var(--textcolor), 0.4) !important;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: inherit;
}

textarea::-moz-placeholder {
  color: rgba(var(--textcolor), 0.4) !important;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: inherit;
}

textarea:-ms-input-placeholder {
  color: rgba(var(--textcolor), 0.4) !important;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: inherit;
}

input,
textarea {
  background: white;
  font-size: 1.3333333333em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.3em 0;
  margin: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #707070;
}

input:focus,
textarea:focus {
  color: black;
  background: white;
  border: 1px solid #707070;
}

input {
  line-height: 1.57;
}

textarea {
  display: block;
  height: 7em;
  padding: 0.3em 0;
}

button[type=submit] {
  float: right;
}

span.mandatory {
  color: inherit;
  position: relative;
  top: 0.05em;
  left: 0.2em;
}

.widget-checkbox.mandatory label:after {
  content: " *";
  color: inherit;
}

.widget-checkbox {
  margin-top: 4em;
}

.widget-checkbox legend {
  display: none;
}

.widget-checkbox .checkbox_container > span {
  width: 100%;
  float: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}

.widget-checkbox .checkbox_container > span > label {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.widget-checkbox .checkbox_container > span > label span.required {
  display: inline;
}

input[type=checkbox] {
  height: 1.4em;
  width: 1.4em;
  position: relative;
  float: left;
  margin-right: 0.785em;
  border: 1px solid #707070;
  flex: 0 0 auto;
  cursor: pointer;
}

input[type=checkbox]:after {
  content: "";
  background: var(--textcolor);
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  right: 0.4em;
  bottom: 0.4em;
  opacity: 0;
  transform: scale(1.3);
}

input[type=checkbox]:checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/*
	Modale Fenster und Overlays
*/
button.close {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 65px;
  height: 65px;
  padding: 0px;
  position: absolute;
  top: -110px;
  right: -60px;
  cursor: pointer;
}

button.close span {
  background: white;
  display: block;
  width: 46px;
  height: 6px;
  border-radius: 2px;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 23px);
}

button.close span:nth-child(1) {
  transform-origin: center;
  transform: rotate(45deg);
}

button.close span:nth-child(2) {
  transform-origin: center;
  transform: rotate(-45deg);
}

button.close:hover, button.close:focus, button.close:active {
  background: none;
}

button.close:hover, button.close:focus {
  transform: scale(1.2);
}

button.close:active {
  transform: scale(0.95);
}

.clickCover {
  background: transparent;
  -webkit-backdrop-filter: blur(60px) brightness(1.1) saturate(1.1);
  backdrop-filter: blur(60px) brightness(1.1) saturate(1.1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

/*
	Aufmacher Startseite
*/
section#aufmacherStartseite {
  margin-top: -166px;
  padding-bottom: clamp(40px, 5vw, 60px);
  position: relative;
  z-index: 1;
}

section#aufmacherStartseite .konzentrische-kreise:before {
  left: auto;
  right: 0;
  transform: translate(105%, -18%);
}

section#aufmacherStartseite:before {
  content: "";
  display: block;
  background: var(--textcolor);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  bottom: -1px;
  width: 100vw;
  transform: translateX(-50%);
}

section#aufmacherStartseite .logoBlock {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
}

section#aufmacherStartseite .logoBlock svg {
  width: 90%;
  max-width: 718px;
  margin-top: 20vh;
}

section#aufmacherStartseite .logoBlock svg #ik2d path,
section#aufmacherStartseite .logoBlock svg #werbeagentur,
section#aufmacherStartseite .logoBlock svg #arrows path {
  fill: #252c2c !important;
}

section#aufmacherStartseite .logoBlock svg #arrows,
section#aufmacherStartseite .logoBlock svg #arrows path {
  transition: all 200ms ease-out;
}

section#aufmacherStartseite .logoBlock:hover svg #arrows path {
  fill: white !important;
}

section#aufmacherStartseite .logoBlock #startAnker {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
}

section#aufmacherStartseite .startimage {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

section#aufmacherStartseite .startimage img {
  max-width: 62.7vw;
}

section#aufmacherStartseite .textblock {
  color: white;
  background: var(--textcolor);
  margin-top: clamp(-230px, -13vw, -44px);
  margin-left: auto;
  width: 75%;
  padding: 2em 0 5% 9%;
  position: relative;
}

section#aufmacherStartseite .textblock:before {
  content: "";
  display: block;
  border: 1px solid #707070;
  border-color: transparent transparent #707070 #707070;
  position: absolute;
  z-index: -1;
  left: -1px;
  bottom: -1px;
  width: 45%;
  height: 30%;
}

section#aufmacherStartseite .textblock h2 {
  color: white;
  margin-bottom: 1em;
}

section#aufmacherStartseite .textblock h2 strong {
  color: black;
  background: white;
}

section#aufmacherStartseite .textblock h3 {
  color: white;
}

section#aufmacherStartseite .textblock a.button {
  color: white;
  background: var(--midgray);
  border-color: white;
  margin-top: 2em;
}

section#aufmacherStartseite .textblock a.button:hover, section#aufmacherStartseite .textblock a.button:focus {
  color: var(--midgray);
  background: white;
}

section#aufmacherStartseite .textblock p:last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  section#aufmacherStartseite .logoBlock svg {
    margin-top: 10vh;
  }

  section#aufmacherStartseite .konzentrische-kreise:before {
    transform: translate(45%, 25%);
  }

  section#aufmacherStartseite .startimage img {
    max-width: 85vw;
  }

  section#aufmacherStartseite .textblock {
    margin-left: -0.6em;
    width: 100%;
    padding: 1em 0 5% 0.6em;
  }

  section#aufmacherStartseite .textblock:before {
    display: none;
  }
}
/*
	Startseite: schwebende Teaser
*/
section.schwebendeTeaser {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: clamp(85px, 10vw, 120px) 0;
  position: relative;
}

section.schwebendeTeaser #kreisGrafik {
  background: transparent url("../../files/theme/images/konzentrische-kreise.svg") no-repeat center/contain;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 328px;
  height: 328px;
}

section.schwebendeTeaser #kreisGrafik .p1-container,
section.schwebendeTeaser #kreisGrafik .p2-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}

section.schwebendeTeaser #kreisGrafik .p1-container {
  animation-name: rotate1;
}

section.schwebendeTeaser #kreisGrafik .p2-container {
  animation-name: rotate2;
}

section.schwebendeTeaser #kreisGrafik i {
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
}

section.schwebendeTeaser #kreisGrafik i#punkt-links {
  background: var(--yellow);
  top: 26.7%;
  left: 13%;
}

section.schwebendeTeaser #kreisGrafik i#punkt-rechts {
  background: var(--brombeer);
  top: 58.6%;
  left: 78.8%;
}

section.schwebendeTeaser .teaser-links,
section.schwebendeTeaser .teaser-rechts {
  width: 30%;
  max-width: 388px;
  padding: 1em 0;
  animation-name: schweben;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}

section.schwebendeTeaser .image {
  height: 105px;
  display: flex;
  justify-content: flex-start;
}

section.schwebendeTeaser .image svg {
  width: auto;
}

section.schwebendeTeaser h3 {
  color: white;
  display: inline-block;
  padding: 0 0.25em;
  margin-bottom: 0.25em;
}

section.schwebendeTeaser p {
  margin-bottom: 0.8em;
}

section.schwebendeTeaser a.button:link, section.schwebendeTeaser a.button:visited {
  background: white;
}

section.schwebendeTeaser a.button:hover, section.schwebendeTeaser a.button:focus {
  color: white;
  background: var(--midgray);
}

section.schwebendeTeaser .teaser-links {
  align-self: flex-start;
  text-align: right;
}

section.schwebendeTeaser .teaser-links .image {
  margin-bottom: 3.5em;
}

section.schwebendeTeaser .teaser-links h3 {
  background: var(--yellow);
}

section.schwebendeTeaser .teaser-rechts {
  animation-name: schweben2;
  align-self: flex-end;
  margin-top: 8em;
}

section.schwebendeTeaser .teaser-rechts .image {
  margin-top: 3.5em;
}

section.schwebendeTeaser .teaser-rechts h3 {
  background: var(--brombeer);
}

@keyframes schweben {
  0% {
    transform: translateY(-2em);
  }
  100% {
    transform: translateY(2em);
  }
}
@keyframes schweben2 {
  0% {
    transform: translateY(2em);
  }
  100% {
    transform: translateY(-2em);
  }
}
@keyframes rotate1 {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-25deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@media (max-width: 1100px) {
  section.schwebendeTeaser {
    flex-direction: column;
    gap: 200px;
  }

  section.schwebendeTeaser #kreisGrafik {
    transform: translate(-50%, -40%);
  }

  section.schwebendeTeaser .teaser-links,
section.schwebendeTeaser .teaser-rechts {
    width: clamp(280px, 50%, 388px);
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  section.schwebendeTeaser {
    gap: 200px;
  }

  section.schwebendeTeaser #kreisGrafik {
    transform: translate(-50%, -40%);
  }

  section.schwebendeTeaser .teaser-links,
section.schwebendeTeaser .teaser-rechts {
    width: 100%;
    margin-top: 0;
  }
}
/*
	Leistungen Auflistung
*/
.leistungen-auflistung {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.leistungen-auflistung:after {
  content: "";
  background: var(--brombeer);
  display: block;
  width: 50vw;
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(100% - 82px);
  bottom: 0;
}

.leistungen-auflistung h3 {
  color: white;
  background: var(--midgray);
  font-size: 2em;
  font-weight: 700;
  line-height: 1.48;
  line-height: 1.675;
  text-transform: uppercase;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.15em 0.3em;
}

.leistungen-auflistung .textlist {
  font-size: 1.6666666667em;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 1.1em;
  margin-left: 118px;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.leistungen-auflistung .textlist p {
  margin-bottom: 0.6em;
}

.leistungen-auflistung .textlist p:last-child {
  margin-bottom: 0;
}

.leistungen-auflistung .textlist > div {
  flex: 1 1 auto;
}

.leistungen-auflistung .spalte1 {
  padding-right: 2vw;
}

@media (max-width: 600px) {
  .leistungen-auflistung:after {
    right: calc(100% - 30px);
  }

  .leistungen-auflistung .textlist {
    font-size: 1.3333333333em;
    white-space: normal;
    margin-left: 15%;
  }
}
/*
	2 Bilder + Text
*/
section.zwei-bilder-text {
  display: flex;
  flex-wrap: wrap;
}

section.zwei-bilder-text > div {
  width: 50%;
}

section.zwei-bilder-text .linkeSpalte {
  display: flex;
  justify-content: space-between;
}

section.zwei-bilder-text .linkeSpalte img {
  width: calc(50% - 6px);
}

section.zwei-bilder-text .rechteSpalte {
  position: relative;
  padding-left: 78px;
}

section.zwei-bilder-text .rechteSpalte .turnedHeadline {
  left: 36px;
}

@media (max-width: 1500px) and (min-width: 1201px) {
  section.zwei-bilder-text .rechteSpalte {
    padding-left: 36px;
  }

  section.zwei-bilder-text h2.turnedHeadline {
    display: block;
    padding-right: 0;
    position: static;
    transform: translateX(0) rotate(0deg) translateY(0);
    margin-bottom: 1em;
  }
}
@media (max-width: 1200px) {
  section.zwei-bilder-text > div {
    width: 100%;
  }

  section.zwei-bilder-text .linkeSpalte {
    margin-bottom: 76px;
  }

  section.zwei-bilder-text .rechteSpalte {
    padding-left: 42px;
  }

  section.zwei-bilder-text .rechteSpalte .turnedHeadline {
    left: 0;
  }
}
/*
	4er Raster
*/
section.vierer-raster {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.vierer-raster > img,
section.vierer-raster > picture {
  flex: 1 1 auto;
  width: 24.2%;
  max-width: 24.2%;
}

@media (max-width: 1200px) {
  section.vierer-raster > img,
section.vierer-raster > picture {
    width: 49.35%;
    max-width: 49.35%;
    margin-bottom: 1.3%;
  }
}
/*
	5er Raster
*/
section.fuenfer-raster {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.fuenfer-raster > img,
section.fuenfer-raster > picture {
  flex: 1 1 auto;
}

section.fuenfer-raster > img:nth-child(1),
section.fuenfer-raster > picture:nth-child(1) {
  width: 25%;
  max-width: 25%;
}

section.fuenfer-raster > img:nth-child(2),
section.fuenfer-raster > picture:nth-child(2) {
  width: 28%;
  max-width: 28%;
}

section.fuenfer-raster > img:nth-child(3),
section.fuenfer-raster > picture:nth-child(3) {
  width: 40.8%;
  max-width: 40.8%;
}

section.fuenfer-raster > img:nth-child(1), section.fuenfer-raster > img:nth-child(2), section.fuenfer-raster > img:nth-child(3),
section.fuenfer-raster > picture:nth-child(1),
section.fuenfer-raster > picture:nth-child(2),
section.fuenfer-raster > picture:nth-child(3) {
  margin-bottom: 3%;
}

section.fuenfer-raster > img:nth-child(4),
section.fuenfer-raster > picture:nth-child(4) {
  width: 41.2%;
  max-width: 41.2%;
}

section.fuenfer-raster > img:nth-child(5),
section.fuenfer-raster > picture:nth-child(5) {
  width: 55.7%;
  max-width: 55.7%;
}

@media (max-width: 1200px) {
  section.fuenfer-raster {
    margin-left: 42px;
  }
}
@media (max-width: 900px) {
  section.fuenfer-raster > img:nth-child(1), section.fuenfer-raster > img:nth-child(4), section.fuenfer-raster > img:nth-child(5),
section.fuenfer-raster > picture:nth-child(1),
section.fuenfer-raster > picture:nth-child(4),
section.fuenfer-raster > picture:nth-child(5) {
    width: 100%;
    max-width: 100%;
  }

  section.fuenfer-raster > img:nth-child(2),
section.fuenfer-raster > picture:nth-child(2) {
    width: 38.8%;
    max-width: 38.8%;
  }

  section.fuenfer-raster > img:nth-child(3),
section.fuenfer-raster > picture:nth-child(3) {
    width: 56.7%;
    max-width: 56.7%;
  }

  section.fuenfer-raster > img:nth-child(1), section.fuenfer-raster > img:nth-child(2), section.fuenfer-raster > img:nth-child(3),
section.fuenfer-raster > picture:nth-child(1),
section.fuenfer-raster > picture:nth-child(2),
section.fuenfer-raster > picture:nth-child(3) {
    margin-bottom: 0;
  }

  section.fuenfer-raster > img:nth-child(2), section.fuenfer-raster > img:nth-child(3),
section.fuenfer-raster > picture:nth-child(2),
section.fuenfer-raster > picture:nth-child(3) {
    margin-bottom: 5%;
  }

  section.fuenfer-raster > img:nth-child(1),
section.fuenfer-raster > picture:nth-child(1) {
    order: 1;
  }

  section.fuenfer-raster > img:nth-child(2),
section.fuenfer-raster > picture:nth-child(2) {
    order: 3;
  }

  section.fuenfer-raster > img:nth-child(3),
section.fuenfer-raster > picture:nth-child(3) {
    order: 4;
  }

  section.fuenfer-raster > img:nth-child(4),
section.fuenfer-raster > picture:nth-child(4) {
    order: 2;
  }

  section.fuenfer-raster > img:nth-child(5),
section.fuenfer-raster > picture:nth-child(5) {
    order: 5;
  }
}
/*
	Online-Block
*/
section.onlineBlock {
  display: flex;
  flex-wrap: wrap;
  padding-top: clamp(80px, 12vw, 155px);
  position: relative;
  padding-left: 42px;
}

section.onlineBlock .end-line {
  position: relative;
}

section.onlineBlock .hintergrund {
  background: #131616;
  position: absolute;
  z-index: -1;
  top: clamp(-155px, -12vw, -80px);
  left: calc(50% - 21px);
  transform: translateX(-50%);
  bottom: -50vw;
  width: 100vw;
}

section.onlineBlock h2.turnedHeadline {
  color: white;
  left: 0;
}

section.onlineBlock h2.turnedHeadline strong {
  color: var(--pink);
  font-weight: inherit;
}

section.onlineBlock .white,
section.onlineBlock .white p {
  color: white;
}

section.onlineBlock .white:after,
section.onlineBlock .white p:after {
  background: white;
}

section.onlineBlock > div {
  width: 50%;
}

section.onlineBlock > div.end-line {
  width: 100%;
  padding-right: 50%;
  margin-bottom: 1em;
}

section.onlineBlock > div img {
  margin-bottom: 12px;
}

section.onlineBlock .linkeSpalte {
  padding-top: 5%;
  padding-right: 6px;
}

section.onlineBlock .rechteSpalte {
  padding-left: 6px;
}

section.onlineBlock .liveLinkTeaser {
  color: white;
  padding: 3em 2em 3em 0;
  margin-top: 2em;
  position: relative;
}

section.onlineBlock .liveLinkTeaser h3 {
  color: white;
  font-size: clamp(16px, 1.8vw, 30px);
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid var(--pink);
  padding-bottom: 1em;
  margin-bottom: 1.25em;
}

section.onlineBlock .liveLinkTeaser:before {
  content: "";
  display: block;
  background: #131616;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
}

section.onlineBlock .liveLinkTeaser a.button {
  color: white;
  background: transparent;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.8em 3em;
  border: 1px solid white;
}

section.onlineBlock .liveLinkTeaser a.button strong {
  display: block;
}

section.onlineBlock .liveLinkTeaser a.button:hover, section.onlineBlock .liveLinkTeaser a.button:focus {
  color: var(--pink);
  background: white;
}

@media (max-width: 1200px) {
  section.onlineBlock > div.end-line {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  section.onlineBlock > div {
    width: 100%;
  }

  section.onlineBlock .linkeSpalte {
    padding-right: 0;
    display: flex;
    flex-direction: column;
  }

  section.onlineBlock .linkeSpalte img {
    order: 1;
  }

  section.onlineBlock .linkeSpalte .end-line {
    order: 2;
  }

  section.onlineBlock .linkeSpalte .liveLinkTeaser {
    order: 3;
  }

  section.onlineBlock .rechteSpalte {
    display: none;
  }
}
/*
	Aufmacher
*/
section.aufmacher {
  margin-top: -166px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

section.aufmacher > img,
section.aufmacher > picture {
  display: block;
  width: 62.3%;
  max-width: none;
}

section.aufmacherHeadline {
  position: relative;
  z-index: 1;
  margin-bottom: 84px;
}

section.introText {
  position: relative;
  z-index: 1;
}

.typ1.aufmacher > img,
.typ1.aufmacher > picture {
  width: 84vw;
  margin: 0 auto;
}

.typ1.aufmacherHeadline {
  background: white;
  margin-top: -150px;
  margin-left: -44px;
  margin-bottom: 84px;
  margin-right: -44px;
  padding: 18px 44px 0;
}

.typ1.aufmacherHeadline .pathtitle {
  text-align: left;
}

.typ1.introText {
  width: 50%;
}

.typ2.aufmacher {
  width: 100%;
  z-index: -1;
  left: auto;
  transform: translateX(0);
  height: 1px;
}

.typ2.aufmacher > img,
.typ2.aufmacher > picture {
  width: 23.125vw;
  width: clamp(223px, 23.125vw, 444px);
  position: absolute;
  z-index: -1;
  top: 0;
  left: -8.33vw;
}

.typ2.aufmacherHeadline {
  background: white;
  margin-top: clamp(100px, 14vw, 272px);
  margin-left: 11.6%;
  padding: 18px 44px 45px;
}

.typ2.aufmacherHeadline .pathtitle {
  text-align: left;
}

.typ2.introText {
  margin-bottom: 5em;
}

.typ2.aufmacherHeadline ~ * {
  margin-left: 30%;
}

@media (max-width: 950px) {
  .typ2.aufmacherHeadline ~ * {
    margin-left: 0;
  }
}
.typ3.aufmacher > img,
.typ3.aufmacher > picture {
  width: 62.3vw;
}

.typ3.aufmacherHeadline {
  text-align: right;
  margin-top: clamp(-200px, -12vw, -100px);
  margin-bottom: 8vw;
}

.typ3.aufmacherHeadline .pathtitle {
  text-align: right;
}

.typ4.aufmacher > img,
.typ4.aufmacher > picture {
  width: 61.7vw;
  margin-left: 38.3%;
}

.typ4.aufmacherHeadline {
  margin-top: -23vw;
}

.typ4.aufmacherHeadline .pathtitle {
  text-align: left;
}

.typ4.introText {
  background: white;
  margin-top: -1em;
  margin-left: 32.7%;
  padding: 4em 5% 0 0;
}

.typ4.introText:before {
  content: "";
  display: block;
  background: inherit;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 90%;
  width: 100vw;
}

.typ5.aufmacher > img,
.typ5.aufmacher > picture {
  width: 83.85%;
}

.typ5.aufmacherHeadline {
  background: white;
  margin-left: 50%;
  margin-top: -102px;
  padding: 18px 0 0 44px;
}

.typ5.aufmacherHeadline .pathtitle {
  text-align: left;
}

.typ5.aufmacherHeadline:before {
  content: "";
  background: inherit;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 99%;
  bottom: 0;
  display: block;
  width: 50vw;
}

.typ6.aufmacher {
  padding-top: 10.16vw;
}

.typ6.aufmacherHeadline {
  margin-top: -85px;
  margin-bottom: 64px;
}

.typ6.aufmacherHeadline .pathtitle {
  text-align: left;
}

@media (max-width: 950px) {
  .typ1.aufmacher,
.typ2.aufmacher,
.typ3.aufmacher,
.typ4.aufmacher,
.typ5.aufmacher,
.typ6.aufmacher {
    padding-top: 0;
    min-height: 300px;
  }

  .typ1.aufmacher > img,
.typ1.aufmacher > picture,
.typ2.aufmacher > img,
.typ2.aufmacher > picture,
.typ3.aufmacher > img,
.typ3.aufmacher > picture,
.typ4.aufmacher > img,
.typ4.aufmacher > picture,
.typ5.aufmacher > img,
.typ5.aufmacher > picture,
.typ6.aufmacher > img,
.typ6.aufmacher > picture {
    width: 88vw;
    max-height: 44vw;
    overflow: hidden;
    object-fit: cover;
    margin: 0 0 0 0;
  }

  .typ1.aufmacherHeadline,
.typ2.aufmacherHeadline,
.typ3.aufmacherHeadline,
.typ4.aufmacherHeadline,
.typ5.aufmacherHeadline,
.typ6.aufmacherHeadline {
    background: white;
    text-align: left;
    margin: -120px 0 60px 0;
    padding: 12px 0 0 5vw;
  }

  .typ1.aufmacherHeadline .pathtitle,
.typ2.aufmacherHeadline .pathtitle,
.typ3.aufmacherHeadline .pathtitle,
.typ4.aufmacherHeadline .pathtitle,
.typ5.aufmacherHeadline .pathtitle,
.typ6.aufmacherHeadline .pathtitle {
    text-align: left;
  }

  .typ1.aufmacherHeadline:before,
.typ2.aufmacherHeadline:before,
.typ3.aufmacherHeadline:before,
.typ4.aufmacherHeadline:before,
.typ5.aufmacherHeadline:before,
.typ6.aufmacherHeadline:before {
    content: "";
    background: inherit;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 99%;
    bottom: 0;
    display: block;
    width: 50vw;
  }

  .typ1.introText,
.typ2.introText,
.typ3.introText,
.typ4.introText,
.typ5.introText,
.typ6.introText {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .typ1.aufmacher,
.typ2.aufmacher,
.typ3.aufmacher,
.typ4.aufmacher,
.typ5.aufmacher,
.typ6.aufmacher {
    max-height: 70vh;
    overflow: hidden;
  }

  .typ1.aufmacher > img,
.typ1.aufmacher > picture,
.typ2.aufmacher > img,
.typ2.aufmacher > picture,
.typ3.aufmacher > img,
.typ3.aufmacher > picture,
.typ4.aufmacher > img,
.typ4.aufmacher > picture,
.typ5.aufmacher > img,
.typ5.aufmacher > picture,
.typ6.aufmacher > img,
.typ6.aufmacher > picture {
    width: calc(100vw - 40px);
    max-height: 180vw;
  }

  .typ1.aufmacherHeadline,
.typ2.aufmacherHeadline,
.typ3.aufmacherHeadline,
.typ4.aufmacherHeadline,
.typ5.aufmacherHeadline,
.typ6.aufmacherHeadline {
    background: white;
    margin: 0;
    margin-top: -180px;
    margin-bottom: 60px;
    padding: 18px 22px 0;
    min-height: 181px;
  }
}
/*
	Bild-Slider
*/
.project-swiper {
  position: relative;
  width: 100%;
}

.project-swiper .swiper-container {
  width: calc(100% - 42px);
  margin: 0 auto 0 42px;
  cursor: url(../../files/theme/images/cursor.png) 25 25, pointer;
}

.project-swiper .swiper-container .swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
  width: 100%;
}

.project-swiper .sliderNavContainer {
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 32px;
  height: 14px;
  display: flex;
  justify-content: space-between;
}

.project-swiper .sliderNavContainer .swiper-button-prev,
.project-swiper .sliderNavContainer .swiper-button-next {
  width: 14px;
  height: 14px;
  position: static;
  left: auto;
  right: auto;
  margin-top: 0;
}

.project-swiper .sliderNavContainer .swiper-button-prev svg,
.project-swiper .sliderNavContainer .swiper-button-next svg {
  fill: transparent;
}

.project-swiper .sliderNavContainer .swiper-button-prev:after,
.project-swiper .sliderNavContainer .swiper-button-next:after {
  display: none;
}

.project-swiper .swiper-pagination {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  bottom: 36px;
}

.project-swiper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  display: block;
  width: 12px;
  height: 12px;
  margin: 4px 8px;
  border: 1px solid var(--textcolor);
  opacity: 1;
  transition: all 140ms ease-in-out;
}

.project-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--pink);
  border-color: var(--pink);
}

.project-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: var(--pink);
}

@media (max-width: 800px) {
  .project-swiper .swiper-container {
    width: 100%;
    margin: 0 auto;
  }

  .project-swiper .sliderNavContainer {
    transform: translateY(-100%);
  }

  .project-swiper .swiper-pagination {
    flex-direction: row;
    justify-content: center;
    position: static;
    width: 100%;
  }

  .project-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 15px 3px;
  }
}
/*
	Socialmedia Abschnitt
*/
section.socialmediaGallery.hasHeadline {
  position: relative;
  padding-left: 42px;
}

section.socialmediaGallery .turnedHeadline {
  left: 0;
}

section.socialmediaGallery .end-line {
  margin-bottom: 82px;
}

section.socialmediaGallery .grid {
  display: grid;
  grid-template-columns: [first] 1fr [second] 1fr [third] 1fr [last] 1fr;
  grid-gap: 25px;
  grid-auto-flow: dense;
  grid-template-areas: "sm sm sm db" "sm sm sm db" "sm sm sm sm";
}

section.socialmediaGallery .grid .double {
  grid-area: 1/last/2/last;
  grid-row-end: span 2;
}

@media (max-width: 1200px) {
  section.socialmediaGallery .grid {
    grid-template-columns: [first] 1fr [second] 1fr [last] 1fr;
    grid-gap: 2vw;
    grid-template-areas: "sm sm db" "sm sm db" "sm sm sm";
  }
}
@media (max-width: 800px) {
  section.socialmediaGallery .grid {
    grid-template-columns: [first] 1fr [last] 1fr;
    grid-gap: 3vw;
    grid-template-areas: "sm db" "sm db" "sm sm";
  }
}
/*
	Projekte Übersicht
*/
section.projekte-uebersicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: clamp(72px, 7vw, 95px);
  border-bottom: 1px solid var(--midgray);
  position: relative;
}

section.projekte-uebersicht figure {
  background: var(--brombeer);
  width: 26.8%;
  max-width: 26.8%;
  padding-top: 26.8%;
  margin-bottom: 2.3%;
  overflow: hidden;
  position: relative;
}

section.projekte-uebersicht figure.top1 {
  width: 24.3%;
  max-width: 24.3%;
}

section.projekte-uebersicht figure.top2 {
  width: 26.3%;
  max-width: 26.3%;
}

section.projekte-uebersicht figure.wide {
  width: 41.8%;
  max-width: 41.8%;
}

section.projekte-uebersicht figure a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  will-change: transform;
  transition: all 500ms ease;
  display: flex;
}

section.projekte-uebersicht figure a:hover, section.projekte-uebersicht figure a:focus {
  transform: scale(1.1);
  transition: all 250ms ease;
}

section.projekte-uebersicht img {
  display: flex;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

section.projekte-uebersicht .textblock {
  width: 45.2%;
  max-width: 45.2%;
  margin-bottom: 2.3%;
}

section.projekte-uebersicht .textblock h2 {
  line-height: 1.2;
}

section.projekte-uebersicht .textblock h2:after {
  content: "";
  display: block;
  background: #707070;
  width: 43%;
  max-width: 245px;
  height: 1px;
  margin-top: 1.2em;
  margin-bottom: 1em;
}

section.projekte-uebersicht .textblock a.button {
  margin: 1em 0;
  min-width: 175px;
}

section.projekte-uebersicht .instagram-teaser {
  color: white;
  background: #2F3341;
  font-size: clamp(10px, 1vw, 14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 2.3%;
  position: relative;
  z-index: 1;
}

section.projekte-uebersicht .instagram-teaser:before {
  content: "";
  display: block;
  background: inherit;
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

section.projekte-uebersicht .instagram-teaser .icon-instagram {
  font-size: 72px;
  line-height: 0.8333333333;
  margin: 0 20px 0 0;
}

section.projekte-uebersicht .instagram-teaser .claim {
  font-size: 1.6666666667em;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

section.projekte-uebersicht .instagram-teaser .icon-tripple-arrow {
  font-size: 2.9333333333em;
  line-height: 0.8181818182;
  margin: 0 20px;
}

section.projekte-uebersicht .instagram-teaser a.button {
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 1.1em 1.7em;
}

section.projekte-uebersicht:after {
  content: "";
  display: block;
  background: var(--yellow);
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -2px;
  width: 100vw;
  height: clamp(180px, 25vw, 269px);
  transform: translateX(-50%);
}

@media (max-width: 1000px) {
  section.projekte-uebersicht figure.top1 {
    margin-left: 47.1%;
  }

  section.projekte-uebersicht .textblock {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4.6%;
  }
}
@media (max-width: 980px) {
  section.projekte-uebersicht .instagram-teaser {
    font-size: 1em;
    flex-wrap: wrap;
    padding: 35px 0 45px;
  }

  section.projekte-uebersicht .instagram-teaser .icon-instagram {
    margin: 0 auto 20px;
  }

  section.projekte-uebersicht .instagram-teaser .claim {
    width: 100%;
    margin-bottom: 30px;
  }

  section.projekte-uebersicht .instagram-teaser .icon-tripple-arrow {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
  }

  section.projekte-uebersicht .instagram-teaser .icon-tripple-arrow:before {
    display: inline-block;
    transform: rotate(90deg);
  }

  section.projekte-uebersicht .instagram-teaser a.button {
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  section.projekte-uebersicht figure,
section.projekte-uebersicht figure.top1,
section.projekte-uebersicht figure.top2,
section.projekte-uebersicht figure.wide {
    margin-left: 0;
    width: 47.7%;
    max-width: 47.7%;
    padding-top: 47.7%;
    margin-bottom: 4.6%;
  }
}
.projekte-uebersicht-database {
  position: relative;
  padding-bottom: clamp(72px, 7vw, 95px);
  border-bottom: 1px solid var(--midgray);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 800px) {
  .projekte-uebersicht-database {
    grid-template-columns: 1fr 1fr;
  }
}
.projekte-uebersicht-database .instagram-teaser {
  grid-column: span 7;
}
@media (max-width: 800px) {
  .projekte-uebersicht-database .instagram-teaser {
    grid-column: span 2;
  }
}
.projekte-uebersicht-database .textblock {
  grid-column: span 3;
}
@media (max-width: 1000px) {
  .projekte-uebersicht-database .textblock {
    grid-column: span 7;
  }
}
@media (max-width: 800px) {
  .projekte-uebersicht-database .textblock {
    grid-column: span 2;
  }
}
.projekte-uebersicht-database .ik2d-single-project {
  grid-column: span 2;
  overflow: hidden;
  display: flex;
}
.projekte-uebersicht-database .ik2d-single-project img {
  display: flex;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.projekte-uebersicht-database .ik2d-single-project a {
  display: flex;
  height: 100%;
}
.projekte-uebersicht-database .ik2d-single-project a:focus, .projekte-uebersicht-database .ik2d-single-project a:hover {
  transform: scale(1.1);
  transition: all 250ms ease;
}
@media (max-width: 800px) {
  .projekte-uebersicht-database .ik2d-single-project {
    grid-column: auto !important;
  }
}
.projekte-uebersicht-database .ik2d-single-project.ik2d-big-project {
  grid-column: span 3;
}
.projekte-uebersicht-database .ik2d-project-placeholder {
  display: none;
}
@media (max-width: 1000px) {
  .projekte-uebersicht-database .ik2d-project-placeholder {
    display: flex;
  }
}
@media (max-width: 800px) {
  .projekte-uebersicht-database .ik2d-project-placeholder {
    display: none;
  }
}
.projekte-uebersicht-database .textblock h2 {
  line-height: 1.2;
}
.projekte-uebersicht-database .textblock h2:after {
  content: "";
  display: block;
  background: #707070;
  width: 43%;
  max-width: 245px;
  height: 1px;
  margin-top: 1.2em;
  margin-bottom: 1em;
}
.projekte-uebersicht-database .textblock a.button {
  margin: 1em 0;
  min-width: 175px;
}
.projekte-uebersicht-database .instagram-teaser {
  color: white;
  background: #2F3341;
  font-size: clamp(10px, 1vw, 14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 2.3%;
  position: relative;
  z-index: 1;
}
.projekte-uebersicht-database .instagram-teaser:before {
  content: "";
  display: block;
  background: inherit;
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.projekte-uebersicht-database .instagram-teaser .icon-instagram {
  font-size: 72px;
  line-height: 0.8333333333;
  margin: 0 20px 0 0;
}
.projekte-uebersicht-database .instagram-teaser .claim {
  font-size: 1.6666666667em;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.projekte-uebersicht-database .instagram-teaser .icon-tripple-arrow {
  font-size: 2.9333333333em;
  line-height: 0.8181818182;
  margin: 0 20px;
}
.projekte-uebersicht-database .instagram-teaser a.button {
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 1.1em 1.7em;
}
.projekte-uebersicht-database:after {
  content: "";
  display: block;
  background: var(--yellow);
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -2px;
  width: 100vw;
  height: clamp(180px, 25vw, 269px);
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .projekte-uebersicht-database .instagram-teaser {
    font-size: 1em;
    flex-wrap: wrap;
    padding: 35px 0 45px;
  }
  .projekte-uebersicht-database .instagram-teaser .icon-instagram {
    margin: 0 auto 20px;
  }
  .projekte-uebersicht-database .instagram-teaser .claim {
    width: 100%;
    margin-bottom: 30px;
  }
  .projekte-uebersicht-database .instagram-teaser .icon-tripple-arrow {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
  }
  .projekte-uebersicht-database .instagram-teaser .icon-tripple-arrow:before {
    display: inline-block;
    transform: rotate(90deg);
  }
  .projekte-uebersicht-database .instagram-teaser a.button {
    margin: 0 auto;
  }
}

/*
	Kundenlogos
*/
section.kundenlogos {
  margin-bottom: clamp(100px, 15vw, 200px);
}

section.kundenlogos .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
  position: relative;
}

section.kundenlogos .inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: white;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -5px;
}

section.kundenlogos .ausblenden {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.kundenlogos .logo {
  width: 25%;
  max-width: 25%;
  min-height: 266px;
  border-bottom: 1px solid #707070;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.kundenlogos .logo img {
  display: block;
  width: 75%;
  filter: grayscale(1);
  transition: all 250ms ease;
}

section.kundenlogos .logo:hover img {
  filter: brightness(1) grayscale(0);
}

section.kundenlogos .centered {
  position: relative;
  z-index: 1;
}

section.kundenlogos .hide {
  display: none;
}

@media (max-width: 1000px) {
  section.kundenlogos .logo {
    width: 33.33%;
    max-width: 33.33%;
    min-height: 27vw;
  }

  section.kundenlogos .logo img {
    display: block;
    width: 100%;
  }
}
/*
	Kundenmeinung Slider
*/
section.kundenmeinung {
  margin-top: clamp(40px, 5vw, 60px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.kundenmeinung .swiper-container {
  order: 2;
}

section.kundenmeinung > a.button {
  order: 3;
  margin-top: 40px;
  margin-left: 30px;
  justify-self: flex-end;
  align-self: flex-end;
}

section.kundenmeinung .kmSwiper {
  background: white;
  width: 100%;
  max-width: 795px;
  margin-left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

section.kundenmeinung .swiper-slide {
  background-color: white;
  background-image: url("../../files/theme/images/citation.svg");
  background-repeat: no-repeat;
  background-position: 37px 31px;
  display: flex;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 46px 50px 66px;
}

section.kundenmeinung .rating {
  text-align: center;
  width: 38px;
  min-width: 38px;
  flex: 1 1 auto;
  padding: 80px 0 20px;
  margin-right: 56px;
}

section.kundenmeinung .rating span,
section.kundenmeinung .rating strong {
  font-weight: 600;
  display: block;
}

section.kundenmeinung .rating span {
  color: var(--midgray);
  font-size: 1.3333333333em;
  opacity: 0.35;
}

section.kundenmeinung .rating strong {
  color: var(--brombeer);
  font-size: 2.4em;
}

section.kundenmeinung .inner {
  flex: 1 1 auto;
}

section.kundenmeinung .headline {
  font-size: 1.6666666667em;
  font-weight: 600;
  margin-bottom: 1em;
}

section.kundenmeinung .headline span {
  color: var(--brombeer);
}

section.kundenmeinung .sliderNavContainer {
  position: relative;
  order: 1;
  width: 63px;
  min-width: 63px;
  margin-right: 60px;
}

section.kundenmeinung .swiper-button-prev,
section.kundenmeinung .swiper-button-next {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  position: static;
  top: auto;
  background: none;
  margin: 0;
  transform: none;
}

section.kundenmeinung .swiper-button-prev:after,
section.kundenmeinung .swiper-button-next:after {
  display: none;
}

section.kundenmeinung .swiper-button-prev svg,
section.kundenmeinung .swiper-button-next svg {
  width: 34px;
  height: 36px;
}

section.kundenmeinung .swiper-button-next {
  padding-bottom: 28px;
}

section.kundenmeinung .swiper-button-prev {
  padding-top: 28px;
  border-top: 1px solid var(--midgray);
}

@media (max-width: 1560px) {
  section.kundenmeinung > a.button {
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
  }

  section.kundenmeinung .kmSwiper {
    max-width: calc(100% - 124px);
    margin-right: 0;
    justify-self: flex-end;
  }
}
@media (max-width: 700px) {
  section.kundenmeinung .kmSwiper {
    max-width: 100%;
  }

  section.kundenmeinung .swiper-slide {
    padding: 36px 40px 46px;
  }

  section.kundenmeinung .rating {
    width: 32px;
    min-width: 32px;
    margin-right: 52px;
  }

  section.kundenmeinung .rating strong {
    font-size: 2.1333333333em;
  }

  section.kundenmeinung .headline {
    font-size: 1.4666666667em;
    margin-bottom: 1em;
  }

  section.kundenmeinung .sliderNavContainer {
    order: 2;
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
  }

  section.kundenmeinung .swiper-button-next,
section.kundenmeinung .swiper-button-prev {
    padding: 20px;
    border: none;
  }

  section.kundenmeinung .swiper-button-next {
    order: 2;
  }

  section.kundenmeinung .swiper-button-prev {
    order: 1;
  }
}
@media (max-width: 600px) {
  section.kundenmeinung {
    margin-top: 0;
  }

  section.kundenmeinung .kmSwiper,
section.kundenmeinung .sliderNavContainer {
    display: none;
  }

  .ce_image.kundenmeinungDanke {
    display: none;
  }
}
/*
	Leidenschaft Block
*/
section.leidenschaft {
  color: white;
  background: var(--textcolor);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: clamp(38px, 10vw, 128px);
  padding-bottom: clamp(56px, 16vw, 320px);
  position: relative;
  z-index: 1;
}

section.leidenschaft:before {
  content: "";
  display: block;
  background: inherit;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
}

section.leidenschaft h2.superbig {
  color: white;
  width: 100%;
  margin-bottom: 0.65em;
  order: 1;
}

section.leidenschaft h2.superbig strong {
  color: var(--textcolor);
  background: white;
}

section.leidenschaft figure {
  width: 26.85%;
  max-width: 26.85%;
  padding-top: 26.85%;
  margin-bottom: 2.225%;
  overflow: hidden;
  position: relative;
  order: 2;
}

section.leidenschaft figure:nth-child(8), section.leidenschaft figure:nth-child(9) {
  order: 4;
}

section.leidenschaft figure.wide {
  width: 41.85%;
  max-width: 41.85%;
}

section.leidenschaft figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  will-change: transform;
  transition: all 500ms ease;
}

section.leidenschaft figure a:hover, section.leidenschaft figure a:focus {
  transform: scale(1.1);
  transition: all 250ms ease;
}

section.leidenschaft img,
section.leidenschaft source,
section.leidenschaft picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
}

section.leidenschaft .textblock {
  width: 26.85%;
  max-width: 26.85%;
  order: 3;
}

section.leidenschaft .textblock h3 {
  color: white;
}

section.leidenschaft .button {
  color: white;
  border-color: white;
  margin: 1em 0;
}

section.leidenschaft .button:hover {
  color: var(--textcolor);
  background: white;
}

body.index section.leidenschaft {
  color: var(--textcolor);
  background: white;
}

body.index section.leidenschaft h2.superbig {
  color: var(--textcolor);
}

body.index section.leidenschaft h2.superbig strong {
  color: white;
  background: var(--textcolor);
}

body.index section.leidenschaft .textblock h3 {
  color: var(--textcolor);
}

body.index section.leidenschaft .button {
  color: var(--textcolor);
  border-color: var(--textcolor);
}

body.index section.leidenschaft .button:hover, body.index section.leidenschaft .button:active {
  color: white;
  background: var(--textcolor);
}

@media (max-width: 1200px) {
  section.leidenschaft figure:nth-child(9) {
    margin-left: 2.225%;
    margin-right: auto;
  }

  section.leidenschaft .textblock {
    order: 5;
    width: 100%;
    max-width: 100%;
    margin-top: 3em;
  }
}
/*
	Leistungen Übersicht
*/
section.leistungen-uebersicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: clamp(38px, 8vw, 128px);
  padding-bottom: clamp(20px, 2vw, 50px);
  position: relative;
  z-index: 1;
}

section.leistungen-uebersicht:before {
  content: "";
  display: block;
  background: var(--textcolor);
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 19vw;
  transform: translateX(-50%) translateY(1px);
}

section.leistungen-uebersicht a.leistung,
section.leistungen-uebersicht div.leistung {
  display: block;
  width: 31.9%;
  max-width: 31.9%;
  margin-bottom: 2.15%;
  position: relative;
  overflow: hidden;
}

section.leistungen-uebersicht .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 5% 15%;
  transform: translateY(7em);
  transition: all 250ms ease;
}

section.leistungen-uebersicht .content button {
  color: white;
  border-color: white;
  font-size: 14px;
  min-width: 160px;
  opacity: 0;
}

section.leistungen-uebersicht a.leistung:hover .content, section.leistungen-uebersicht a.leistung:focus .content {
  transform: translateY(0);
}

section.leistungen-uebersicht a.leistung:hover button, section.leistungen-uebersicht a.leistung:focus button {
  background: var(--midgray);
  opacity: 1;
}

section.leistungen-uebersicht .headline {
  color: white;
  font-size: clamp(25px, 2.2vw, 45px);
  line-height: 1.1111111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}

section.leistungen-uebersicht .headline span {
  color: var(--brombeer);
}

@media (max-width: 1100px) {
  section.leistungen-uebersicht .headline {
    font-size: 2.1vw;
  }
}
@media (max-width: 900px) {
  section.leistungen-uebersicht a.leistung,
section.leistungen-uebersicht div.leistung {
    width: 49%;
    max-width: 49%;
    margin-bottom: 2%;
  }

  section.leistungen-uebersicht:before {
    height: 38vw;
  }

  section.leistungen-uebersicht .headline {
    font-size: 3vw;
  }
}
@media (max-width: 530px) {
  section.leistungen-uebersicht .content {
    transform: translateY(5.5em);
  }

  section.leistungen-uebersicht .content button {
    width: 100%;
    min-width: 100%;
  }

  section.leistungen-uebersicht .headline {
    font-size: 4vw;
  }
}
/*
	Akkordeon
*/
.accContainer .maxWidth > h2 {
  margin-bottom: 1em;
}

dt.accHeader {
  color: white;
  background: #2F3341;
  cursor: pointer;
  clear: both;
  margin-bottom: 1.7333333333em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1.4em;
}

dt.accHeader h3 {
  color: white;
  font-size: 1.6666666667em;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 0.5em 0 0.5em 0.6em;
}

dt.accHeader svg {
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  transition: all 140ms ease;
  margin-left: 10px;
}

dt.accHeader.active svg {
  transform: rotate(90deg);
}

dd.accContent {
  padding: 0.6em 0 5em;
}

dd.accContent p:last-child {
  margin-bottom: 0;
}

dd.accContent h2 {
  display: block;
  width: 100%;
}

dd.accContent img {
  display: block;
  width: 35%;
  clear: both;
  float: right;
  margin-left: 10%;
  margin-bottom: 10%;
}

@media (max-width: 600px) {
  dt.accHeader {
    margin-bottom: 0.8666666667em;
  }

  dt.accHeader h3 {
    font-size: 1.2em;
    padding: 1em 0 1em 0.6em;
  }

  dd.accContent img {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 1em;
  }
}
/*
	Leistungen Slider
*/
section.leistungenSlider .lsSwiper {
  width: calc(100% + (100vw - 1305.6px) / 2);
}

section.leistungenSlider .swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  overflow: hidden;
}

section.leistungenSlider a {
  color: white;
  display: block;
}

section.leistungenSlider .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 5% 15%;
  transform: translateY(7em);
  transition: all 250ms ease;
}

section.leistungenSlider .content button {
  color: white;
  border-color: white;
  font-size: 14px;
  min-width: 160px;
  opacity: 0;
}

section.leistungenSlider .content button:hover {
  color: var(--midgray);
  background: white;
  border-color: var(--midgray);
}

section.leistungenSlider a:hover .content, section.leistungenSlider a:focus .content {
  transform: translateY(0);
}

section.leistungenSlider a:hover button, section.leistungenSlider a:focus button {
  background: var(--midgray);
  opacity: 1;
}

section.leistungenSlider .headline {
  font-size: clamp(25px, 2.2vw, 30px);
  line-height: 1.1111111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}

section.leistungenSlider .headline span {
  color: var(--brombeer);
}

section.leistungenSlider .swiper-scrollbar {
  background: none;
  margin-top: 34px;
  width: 100%;
  height: 15px;
  border-radius: 0;
  overflow: visible;
}

section.leistungenSlider .swiper-scrollbar:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--textcolor);
}

section.leistungenSlider .swiper-scrollbar-drag {
  background: var(--yellow);
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

@media (max-width: 1920px) {
  section.leistungenSlider .lsSwiper {
    width: calc(100% + 16vw);
  }
}
@media (max-width: 1600px) {
  section.leistungenSlider .lsSwiper {
    width: calc(100% + 12vw);
  }
}
@media (max-width: 600px) {
  section.leistungenSlider .lsSwiper {
    width: calc(100% + 20px);
  }
}
@media (max-width: 500px) {
  section.leistungenSlider .lsSwiper {
    width: 100%;
  }

  section.leistungenSlider .swiper-scrollbar {
    height: 25px;
  }

  section.leistungenSlider .swiper-scrollbar:after {
    top: 12px;
  }

  section.leistungenSlider .swiper-scrollbar-drag {
    width: 25px;
    height: 25px;
    border-radius: 100%;
  }
}
body.index section.leistungenSlider {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

body.index section.leistungenSlider:before {
  content: "";
  display: block;
  background: var(--textcolor);
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 50%;
  bottom: calc(50% + 15px);
  width: 100vw;
  transform: translateX(-50%);
}

/*
	Team-Kacheln
*/
section.teamKacheln {
  margin-bottom: -30%;
}

section.teamKacheln .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform: translateY(-22%);
}

section.teamKacheln .grid:before {
  content: "";
  display: block;
  width: 65.52%;
}

section.teamKacheln .grid .member {
  background: var(--textcolor);
  font-size: clamp(12px, 0.75vw, 15px);
  width: 31.08%;
  position: relative;
  margin-left: 3.36%;
  margin-bottom: 3.225%;
}

section.teamKacheln .grid .member:nth-child(1) {
  order: 1;
}

section.teamKacheln .grid .member:nth-child(2) {
  order: 2;
}

section.teamKacheln .grid .member:nth-child(3) {
  order: 3;
}

section.teamKacheln .grid .member:nth-child(4) {
  order: 4;
}

section.teamKacheln .grid .member:nth-child(5) {
  order: 5;
}

section.teamKacheln .grid .member:nth-child(6) {
  order: 6;
}

section.teamKacheln .grid .member:nth-child(7) {
  order: 7;
}

section.teamKacheln .grid .member:nth-child(8) {
  order: 8;
}

section.teamKacheln .grid .member:nth-child(9) {
  order: 9;
  margin-left: 0;
}

section.teamKacheln .grid .member:nth-child(10) {
  order: 11;
  margin-left: 0;
}

section.teamKacheln .grid .member:nth-child(11) {
  order: 12;
  margin-left: 3.36% !important;
  margin-right: auto;
}

section.teamKacheln .grid .member:nth-child(12) {
  order: 10;
}

section.teamKacheln .grid .member:nth-child(3n-1) {
  margin-left: 0;
}

section.teamKacheln .grid img {
  opacity: 0.4;
  transition: all 550ms ease;
}

section.teamKacheln .grid .content {
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 3em;
}

section.teamKacheln .grid .name {
  color: var(--textcolor);
  background: white;
  font-size: 1.6666666667em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  align-self: flex-start;
  padding: 0 0.45em;
  margin-bottom: 0.5em;
}

section.teamKacheln .grid .text {
  clear: both;
  padding: 0 0.9em 0.5em;
}

section.teamKacheln .grid a.mail {
  color: white;
  text-decoration: none;
  padding: 0 0.9em;
}

section.teamKacheln .grid a.mail svg {
  margin-right: 0.75em;
}

section.teamKacheln .grid a.mail:hover, section.teamKacheln .grid a.mail:focus {
  color: var(--brombeer);
}

section.teamKacheln .grid a.mail:hover svg path, section.teamKacheln .grid a.mail:focus svg path {
  fill: var(--brombeer) !important;
}

section.teamKacheln .grid .member:hover img {
  opacity: 1;
  transition: all 250ms ease;
}

section.teamKacheln .jobTeaser.member {
  color: white;
  background: var(--brombeer);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 31.08%;
}

section.teamKacheln .jobTeaser.member:before {
  content: "";
  display: block;
  background: inherit;
  position: absolute;
  z-index: -1;
  top: -19%;
  left: -55%;
  right: -50vw;
  bottom: -24%;
}

section.teamKacheln .jobTeaser.member h2 {
  color: white;
  text-align: center;
  max-width: 10em;
}

section.teamKacheln .jobTeaser.member img {
  width: 50%;
  max-width: 182px;
  margin-bottom: 20%;
  opacity: 1;
}

section.teamKacheln .jobTeaser.member a.button {
  color: white;
  border-color: white;
}

section.teamKacheln .jobTeaser.member a.button:hover, section.teamKacheln .jobTeaser.member a.button:focus {
  background: var(--yellow);
}

@media (max-width: 900px) {
  section.teamKacheln {
    margin-bottom: clamp(85px, 10vw, 120px);
    margin-bottom: 160px;
  }

  section.teamKacheln .grid {
    transform: translateY(0);
  }

  section.teamKacheln .grid .member {
    width: 47.85%;
    margin-bottom: 4.3%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /*
    	Hinweis: Bei 3 mehr, lässt sich bei einem umbruch in 2 Spalten das ganz durch 2 Teilen und unten bleibt kein Freifeld mehr.
    	Dadurch wandert der Bewerbungsteaser eine Zeile runter.
    */
  }

  section.teamKacheln .grid .member:nth-child(10) {
    order: 10;
  }

  section.teamKacheln .grid .member:nth-child(11) {
    order: 11;
    margin-left: 0 !important;
  }

  section.teamKacheln .grid .member:nth-child(12) {
    order: 12;
  }

  section.teamKacheln .jobTeaser.member {
    max-width: 47.85%;
  }
}
@media (max-width: 530px) {
  section.teamKacheln {
    margin-bottom: 60px;
  }

  section.teamKacheln .grid .member {
    width: 100%;
    margin-bottom: 26px;
  }

  section.teamKacheln .grid .member:nth-child(8) {
    order: 8;
  }

  section.teamKacheln .grid .member:nth-child(9) {
    order: 9;
  }

  section.teamKacheln .jobTeaser.member {
    max-width: 100%;
    padding-top: 14%;
    padding-bottom: 14%;
  }

  section.teamKacheln .jobTeaser.member:before {
    top: -70vw;
    left: -20vw;
    right: -20vw;
    bottom: 0;
  }

  section.teamKacheln .jobTeaser.member img {
    margin-bottom: 12%;
  }
}
/*
	Spotify-Kacheln
*/
section.spotifyKacheln .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform: translateY(-39%);
}

section.spotifyKacheln .grid:before {
  content: "";
  display: block;
  width: 47.68%;
}

section.spotifyKacheln .grid .tile {
  width: 21.54%;
  position: relative;
  margin-left: 4.6%;
  margin-bottom: 4.6%;
}

section.spotifyKacheln .grid .tile:nth-child(4n-1) {
  margin-left: 0;
}

section.spotifyKacheln .grid .tile:last-child {
  margin-right: auto;
}

section.spotifyKacheln .grid img {
  transition: all 550ms ease;
}

@media (max-width: 1200px) {
  section.spotifyKacheln .grid {
    margin-top: 2em;
    transform: translateY(-30.3%);
  }

  section.spotifyKacheln .grid:before {
    width: 65%;
  }

  section.spotifyKacheln .grid .tile {
    width: 30%;
    margin-left: 5%;
    margin-bottom: 5%;
  }

  section.spotifyKacheln .grid .tile:nth-child(4n-1) {
    margin-left: 5%;
  }

  section.spotifyKacheln .grid .tile:nth-child(3n-1) {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  section.spotifyKacheln {
    margin-bottom: 0;
  }

  section.spotifyKacheln .grid {
    transform: translateY(0);
  }

  section.spotifyKacheln .grid .tile {
    width: 46%;
    margin-right: 0 !important;
    margin-bottom: 8%;
  }

  section.spotifyKacheln .grid .tile:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  section.spotifyKacheln {
    margin-bottom: 60px;
  }
}
/*
	Mulitbild-Slider mit Layout-Auswahl
*/
.layoutSwiper {
  margin-top: 20px;
  cursor: url(../../files/theme/images/cursor.png) 25 25, pointer;
}

.layoutSwiper .swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  overflow: hidden;
}

.layoutSwiper .swiper-slide.layout1 {
  display: grid;
  grid-template-columns: 40.385% 56.231%;
  grid-template-rows: 1fr 1fr;
  gap: 4.6% 3.385%;
  grid-template-areas: "image1 image3" "image2 image3";
}

.layoutSwiper .swiper-slide.layout1 .image1 {
  grid-area: image1;
}

.layoutSwiper .swiper-slide.layout1 .image2 {
  grid-area: image2;
}

.layoutSwiper .swiper-slide.layout1 .image3 {
  grid-area: image3;
}

.layoutSwiper .swiper-slide.layout2 {
  display: grid;
  grid-template-columns: 56.231% 40.385%;
  grid-template-rows: 1fr 1fr;
  gap: 4.6% 3.385%;
  grid-template-areas: "image3 image1" "image3 image2";
}

.layoutSwiper .swiper-slide.layout2 .image1 {
  grid-area: image1;
}

.layoutSwiper .swiper-slide.layout2 .image2 {
  grid-area: image2;
}

.layoutSwiper .swiper-slide.layout2 .image3 {
  grid-area: image3;
}

.layoutSwiper .swiper-slide.layout3 {
  display: block;
}

.layoutSwiper .swiper-slide.layout3 .image1 {
  width: 100%;
  height: auto;
}

.layoutSwiper .swiper-scrollbar {
  background: none;
  margin-top: 48px;
  width: 100%;
  height: 15px;
  border-radius: 0;
  overflow: visible;
}

.layoutSwiper .swiper-scrollbar:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--textcolor);
}

.layoutSwiper .swiper-scrollbar-drag {
  background: var(--yellow);
  width: 15px !important;
  height: 15px !important;
  border-radius: 100%;
}

@media (max-width: 500px) {
  .layoutSwiper .swiper-scrollbar {
    height: 25px;
  }

  .layoutSwiper .swiper-scrollbar:after {
    top: 12px;
  }

  .layoutSwiper .swiper-scrollbar-drag {
    width: 25px !important;
    height: 25px !important;
    border-radius: 100%;
  }
}
/*
	Nachhaltigkeit
*/
.rs-columns.nachhaltigkeitAbschnitt {
  color: var(--midgray);
  margin-bottom: clamp(85px, 10vw, 120px) !important;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.rs-columns.nachhaltigkeitAbschnitt h2 strong {
  color: white;
}

.rs-columns.nachhaltigkeitAbschnitt h2:after {
  border-color: var(--midgray);
}

.rs-columns.nachhaltigkeitAbschnitt p:last-child,
.rs-columns.nachhaltigkeitAbschnitt .image_container {
  margin-bottom: 0;
  width: 305px;
  max-width: 100%;
}

.rs-columns.nachhaltigkeitAbschnitt .rs-column {
  display: flex;
  align-items: center;
}

.rs-columns.nachhaltigkeitAbschnitt .rs-column:first-child {
  background: #9DF5BC;
}

.rs-columns.nachhaltigkeitAbschnitt .rs-column:last-child {
  position: relative;
  z-index: 0;
}

.rs-columns.nachhaltigkeitAbschnitt .rs-column:last-child:before {
  content: "";
  display: block;
  background: #9DF5BC;
  position: absolute;
  z-index: -1;
  top: -4vw;
  left: calc(290px + 3vw);
  bottom: -4vw;
  width: 100vw;
  transform: translateX(-100%);
}

@media (max-width: 950px) {
  .rs-columns.nachhaltigkeitAbschnitt {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    z-index: 0;
  }

  .rs-columns.nachhaltigkeitAbschnitt .ce_image {
    margin: 40px auto 0;
  }

  .rs-columns.nachhaltigkeitAbschnitt .rs-column:last-child:before {
    display: none;
  }

  .rs-columns.nachhaltigkeitAbschnitt:before {
    content: "";
    display: block;
    background: #9DF5BC;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100vw;
    transform: translateX(-50%);
  }
}
/*
	Instagram Abbinder
*/
.instagramAbbinder {
  display: block;
  position: relative;
  margin-bottom: clamp(85px, 10vw, 120px);
}

.instagramAbbinder img {
  display: block;
  width: 100%;
  height: auto;
}

.instagramAbbinder .pfeil {
  position: absolute;
  z-index: -1;
  right: 70%;
  top: 0;
  transform: translateY(-53%);
  width: clamp(172px, 45vw, 740px);
}

@media (max-width: 600px) {
  .instagramAbbinder .pfeil {
    right: 55%;
  }
}
/*
	Schmuckgrafiken
*/
.konzentrische-kreise {
  position: relative;
}

.konzentrische-kreise:before {
  content: "";
  display: block;
  background: transparent url("../../files/theme/images/konzentrische-kreise.svg") no-repeat center/contain;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translate(-57%, -34%);
  width: clamp(204px, 30vw, 328px);
  height: clamp(204px, 30vw, 328px);
}

@media (max-width: 600px) {
  .konzentrische-kreise:before {
    transform: translate(-12%, -74%);
  }
}
.socialmediaTeaser.konzentrische-kreise:before {
  background: transparent url("../../files/theme/images/konzentrische-kreise-weiss.svg") no-repeat center/contain;
  transform: translate(-46.5%, -14%);
}

.onlineBlock .rechteSpalte.konzentrische-kreise:before {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  transform: translate(52%, 11.5%);
  width: clamp(204px, 40vw, 525px);
  height: clamp(204px, 40vw, 525px);
}

section.aufmacher.typ6:before {
  z-index: 1;
  top: auto;
  left: 62.3%;
  bottom: 0;
  transform: translate(-39%, 25%);
  width: clamp(127px, 15vw, 327px);
  height: clamp(127px, 15vw, 327px);
}

.ce_text.gelberBlockdahinter {
  padding: clamp(120px, 14vw, 200px) 0 clamp(60px, 8vw, 100px);
  position: relative;
  z-index: -1;
}

.ce_text.gelberBlockdahinter:before {
  content: "";
  display: block;
  background: var(--yellow);
  width: 92.9%;
  height: clamp(20px, 43vw, 805px);
  position: absolute;
  z-index: -2;
  top: 0;
  left: -8%;
}

@media (max-width: 1330px) {
  .ce_text.gelberBlockdahinter:before {
    width: 90vw;
    height: 70vw;
    left: -16vw;
  }
}
@media (max-width: 700px) {
  .ce_text.gelberBlockdahinter:before {
    height: 100vw;
  }
}
h1#kreativkoepfe {
  position: relative;
  display: inline-block;
  margin-top: 15vw;
  margin-bottom: 1.5em;
}

h1#kreativkoepfe:after {
  content: "";
  display: block;
  background-color: transparent;
  background-image: url("../../files/theme/images/kreativkoepfe.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: -1;
  bottom: -2.5vw;
  left: -16vw;
  width: 45vw;
  height: 19.3vw;
}

h1#kreativkoepfe + .rs-columns {
  margin-bottom: 6vw;
}

@media (max-width: 1600px) {
  h1#kreativkoepfe:after {
    left: -12vw;
    width: 55vw;
    height: 23.55vw;
  }
}
@media (max-width: 1024px) {
  h1#kreativkoepfe {
    margin-top: calc(20vw + 1em);
    margin-bottom: 1em;
  }

  h1#kreativkoepfe:after {
    bottom: 1em;
    width: 90vw;
    height: 38.54vw;
  }
}
.punktepfeil_pink {
  position: relative;
}

.punktepfeil_pink:before {
  content: "";
  display: block;
  background-color: transparent;
  background-image: url("../../files/theme/images/punktepfeil_pink.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 37.3vw;
  height: 27.4vw;
  position: absolute;
  top: -9.22vw;
  right: 85%;
}

.doubleCircles {
  position: relative;
}

.doubleCircles:before {
  content: "";
  display: block;
  background-color: transparent;
  background-image: url("../../files/theme/images/doubleCircles.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 18.75vw;
  height: 19.11vw;
  position: absolute;
  top: 80%;
  left: 85%;
}

@media (max-width: 1200px) {
  .doubleCircles:before {
    width: 70vw;
    height: 71.344vw;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateY(45%);
  }
}
#teambild {
  margin-top: clamp(-120px, -10vw, -85px);
  margin-bottom: clamp(-220px, -20vw, -170px);
  margin-left: 20vw;
  margin-right: calc((100vw - 100%) / 2 * -1);
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  #teambild {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 4em;
  }
}
#wirTeaserStartseite {
  color: white;
  background: var(--midgray);
  padding-top: clamp(85px, 10vw, 120px);
  padding-bottom: clamp(85px, 10vw, 120px);
  margin-top: clamp(-120px, -10vw, -85px);
  position: relative;
}

#wirTeaserStartseite:before {
  content: "";
  display: block;
  background: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
}

#wirTeaserStartseite .superbig {
  color: white;
  margin-bottom: 0.75em;
}

#wirTeaserStartseite .superbig strong {
  color: var(--midgray);
  background: white;
}

#wirTeaserStartseite h3 {
  color: white;
}

#wirTeaserStartseite a.button {
  border-color: white;
  margin-bottom: 1em;
  margin-top: 3.2em;
}

#wirTeaserStartseite a.button + a.button {
  margin-top: 0;
}

/*# sourceMappingURL=inked2design.css.map */

@charset "UTF-8";
/*
	Highlights-Element
*/
section.highlights {
  margin-bottom: clamp(85px, 10vw, 120px);
  position: relative;
}
section.highlights h2.turnedHeadline {
  font-size: clamp(25px, 2vw, 50px);
  transform: translateX(calc(-100% - 1.5em)) rotate(-90deg) translateY(-0.15em);
}
section.highlights .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  /*
  	Laut XD sind bei voller Breite
  	die Kacheln 32% breit, die Lücken
  	2%
  */
}
section.highlights .flex > div {
  width: 32%;
  max-width: 32%;
}
section.highlights .flex > .flex-item {
  order: 1;
  margin-bottom: 2%;
}
section.highlights .flex .layoutCnt {
  width: 66%;
  max-width: 66%;
  order: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.highlights .flex-item {
  flex: 1 1 auto;
}
section.highlights .tile {
  display: block;
  box-shadow: 0 0 0.2px #707070;
}
section.highlights .layoutCnt .flex-item {
  width: 48.4848%;
  max-width: 48.4848%;
  margin-bottom: 3.1%;
}
section.highlights .textblock {
  order: 5;
}

@media (max-width: 1200px) {
  section.highlights h2.turnedHeadline {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }
  section.highlights .flex > div {
    width: 32%;
    max-width: 32%;
  }
  section.highlights .flex .layoutCnt {
    width: 32%;
    max-width: 32%;
  }
  section.highlights .flex .textblock {
    width: 66%;
    max-width: 66%;
  }
  section.highlights .layoutCnt .flex-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 6.25%;
  }
}
@media (max-width: 700px) {
  section.highlights .flex .flex-item {
    order: 1;
  }
  section.highlights .flex .layoutCnt,
section.highlights .flex .textblock {
    width: 100%;
    max-width: 100%;
  }
  section.highlights .flex .layoutCnt {
    order: 2;
    margin-bottom: 1em;
    justify-content: flex-start;
    grid-gap:2%;
  }
  section.highlights .flex .textblock {
    order: 3;
  }
  section.highlights .layoutCnt .flex-item {
    width: 32%;
    max-width: 32%;
    margin-bottom: 2%;
  }
}

.v-black-background {
  position: relative;
  color: white;
}
.v-black-background:before {
  content: "";
  display: block;
  background: var(--textcolor);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  bottom: -1px;
  width: 100vw;
  transform: translateX(-50%);
}
#aufmacherStartseite.aufmacherStartseite_2025 {
  padding-top: 140px;
}
#aufmacherStartseite.aufmacherStartseite_2025 .v-quote {
  position: relative;
  z-index: 55;
  color: white;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
}
#aufmacherStartseite.aufmacherStartseite_2025 .textblock:before {
  display: none;
}
#wirTeaserStartseite {
  margin-bottom: 0!important;
}
.v-bg-dark {
  position: relative;
  color: white;
  padding-top: clamp(85px, 10vw, 120px);
  padding-bottom: clamp(85px, 10vw, 120px);
}
.v-bg-dark:before {
  content: "";
  display: block;
  background: var(--textcolor);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  bottom: -1px;
  width: 100vw;
  transform: translateX(-50%);
}
.v-bg-dark .superbig strong {
  color: var(--midgray) !important;
  background: white!important;
}
.v-bg-dark h2 {
  color: white!important;
}
.v-bg-dark .rs-column {
  padding: 0!important;
}
.v-counter-element {
  position: relative;
  color: white;
}
.v-counter-element:before {
  content: "";
  display: block;
  background: var(--textcolor);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  bottom: -1px;
  width: 100vw;
  transform: translateX(-50%);
}
.v-counter-element .v-counter {
  position: relative;
  color: white;
  display: flex;
  grid-gap: 40px;
  justify-content: space-between;
}
.v-counter-element .v-counter .v-counter-number {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
.v-counter-element .v-counter .v-counter-number:after {
  content: "";
  display: block;
  height: 1px;
  width: 90px;
  background: white;
  margin-top: 30px;
  margin-bottom: 30px;
}
.v-counter-element .v-counter .v-counter-content .v-counter-headline h3 {
  background: var(--yellow);
  display: inline-block;
}
.v-counter-element .v-counter .v-counter-content .v-counter-headline h3 p {
  margin-bottom: 0;
}
.v-awards-element {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  color: white;
}
.v-awards-element:before {
  content: "";
  display: block;
  background: var(--textcolor);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  bottom: -1px;
  width: 100vw;
  transform: translateX(-50%);
}
.v-awards-element .v-awards-image {
  margin-bottom: 80px;
  position: relative;
}
.v-awards-element .v-awards-image img {
  position: relative;
  left: 250px;
}
.v-awards-element .v-awards-headline {
  position: absolute;
  z-index: 55;
  bottom: 0;
  left: 0;
}
.v-awards-element .v-awards-headline p {
  margin-bottom: 0;
}
.v-awards-element .v-awards-headline h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 60px;
  transform: translateY(0.7em);
}
.v-awards-element .v-awards-headline h3 strong {
  background: white;
}
.v-awards-element a.button {
  color: white;
  background: var(--midgray);
  border-color: white;
  margin-top: 2em;
}
.v-awards-element a.button:hover {
  background: white;
  color: var(--textcolor);
}
.v-awards-element .v-awards-text p > strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}
.projekte-uebersicht-database.projekte-uebersicht-database-new {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.projekte-uebersicht-database.projekte-uebersicht-database-new.projekte-uebersicht-database-featured {
  border-bottom: none;
}
.projekte-uebersicht-database.projekte-uebersicht-database-new.projekte-uebersicht-database-featured:after {
  display: none;
}
@media (max-width: 800px) {
  .projekte-uebersicht-database.projekte-uebersicht-database-new {
    grid-template-columns: 1fr 1fr;
  }
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .instagram-teaser {
  grid-column: span 8;
}
@media (max-width: 800px) {
  .projekte-uebersicht-database.projekte-uebersicht-database-new .instagram-teaser {
    grid-column: span 2;
  }
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .textblock {
  grid-column: span 4;
}
@media (max-width: 1000px) {
  .projekte-uebersicht-database.projekte-uebersicht-database-new .textblock {
    grid-column: span 8;
  }
}
@media (max-width: 800px) {
  .projekte-uebersicht-database.projekte-uebersicht-database-new .textblock {
    grid-column: span 2;
  }
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project {
  grid-column: span 4;
  position: relative;
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project a {
  position: relative;
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project a:hover {
  transform: unset!important;
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15em;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project h3 {
  color: white!important;
  font-size: 30px;
  white-space: wrap;
  hyphens: auto;
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project .ik2d-project-overlay-text .project-tags {
  display: flex;
  grid-gap: 12px;
  color: white;
  font-weight: 700;
}
@media (max-width: 800px) {
  .projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project .ik2d-project-overlay-text .project-tags {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project .ik2d-project-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 30px;
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project .ik2d-project-overlay .ik2d-project-overlay-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
}
@media (max-width: 800px) {
  .projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project .ik2d-project-overlay .ik2d-project-overlay-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project a {
  width: 100%;
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project a picture {
  width: 100%;
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project img {
  width: 100%;
}
@media (max-width: 800px) {
  .projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project {
    grid-column: span 2!important;
  }
}
.projekte-uebersicht-database.projekte-uebersicht-database-new .ik2d-single-project.ik2d-big-project {
  grid-column: span 8;
}
div.button {
  background: none;
  font-size: 0.93333333em;
  line-height: 1.07142857;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.8em 1.2em;
  min-width: 14.3em;
  border: 1px solid var(--midgray);
  color: inherit;
  color: white;
}
div.button strong {
  font-weight: 700;
  display: block;
}
div.button:hover {
  background: transparent!important;
}
#wirTeaserStartseite .ce_image {
  position: relative;
  width: 200%;
  transform: translateX(-50%);
}
#blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px 40px;
}
@media (max-width: 1200px) {
  #blog-grid {
    grid-gap: 40px;
  }
}
@media (max-width: 1200px) {
  #blog-grid {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }
}
#blog-grid .news-slide-item .news-overlay {
  border: 1px solid var(--textcolor);
}
#blog-grid .pagination {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  #blog-grid .pagination {
    grid-column: span 1;
  }
}
#blog-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 70px 40px;
}
#blog-grid-3 .news-slide-item .news-overlay {
  border: 1px solid var(--textcolor);
}
@media (max-width: 1200px) {
  #blog-grid-3 {
    grid-template-columns: 1fr;
  }
}
#blog-grid-1 .news-slide-item .news-overlay {
  border: 1px solid var(--textcolor);
}
#blog-lower {
  margin-top: 140px;
  margin-bottom: 140px;
}
.v-blog-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 120px;
  position: relative;
}
@media (max-width: 1200px) {
  .v-blog-grid {
    grid-gap: 40px;
  }
}
@media (max-width: 1000px) {
  .v-blog-grid {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
.v-blog-grid .maxWidth,
.v-blog-grid .innerMaxWidth {
  max-width: 100%;
}
.v-blog-grid #main {
  position: relative;
}
.v-blog-grid #main:after {
  content: "";
  position: absolute;
  right: -60px;
  width: 1px;
  height: 100%;
  top: 0;
  transform: translateX(-50%);
  background: var(--textcolor);
}
@media (max-width: 1200px) {
  .v-blog-grid #main:after {
    display: none;
  }
}
@media (max-width: 1000px) {
  .v-blog-grid #right {
    display: none;
  }
}
.v-blog-grid #right h2 {
  margin-top: 100px;
}
.v-blog-grid #right > .inside > .maxWidth > .innerMaxWidth > h2:first-child,
.v-blog-grid #right > .inside > .maxWidth > .innerMaxWidth > div:first-child h2,
.v-blog-grid #right > .inside > .maxWidth > .innerMaxWidth > .mod_newslist:first-child h2 {
  margin-top: 0;
}
.news-slide-item div.button {
  color: var(--textcolor);
}
.news-slide-item div.button:hover {
  background: var(--textcolor) !important;
  color: white;
}
.news-slide-item figure {
  margin-bottom: 0!important;
}
.news-slide-item a {
  color: var(--textcolor);
  text-decoration: none;
}
.news-slide-item h3 {
  font-size: 25px;
}
.news-slide-item .news-grid-item-wrapper {
  background: white;
  position: relative;
  padding-bottom: 150px;
}
.news-slide-item .news-grid-item-wrapper .news-overlay {
  padding: 25px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}
.news-slide-item .news-grid-item-wrapper .news-overlay .news-overlay-inner .news-meta .category {
  text-transform: uppercase;
  font-weight: 700;
}
.news-slide-item .news-grid-item-wrapper .news-overlay .news-content {
  margin-top: 20px;
}
.news-slide-item .news-grid-item-wrapper .news-overlay .news-content h3 {
  min-height: 2.5em;
  margin-bottom: 0;
}
.news-slide-item .news-grid-item-wrapper .news-overlay .news-lower-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.news-slide-item:hover .news-lower-content {
  max-height: 12em!important;
}
.v-blog-categories p {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.v-blog-categories a {
  color: var(--textcolor);
  text-decoration: none;
}
.v-blog-categories a:hover {
  color: var(--brombeer);
}
.randomTeaser {
  position: relative;
}
.randomTeaser a.button {
  color: white;
  background: transparent;
  border-color: white;
}
.randomTeaser a.button:hover {
  background: white;
  color: var(--textcolor);
}
.randomTeaser .random-teaser-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 30px;
}
.bildMitButton .bild-button-container {
  position: relative;
  overflow: hidden;
}
.bildMitButton .bild-button-container a.button {
  color: white;
  background: transparent;
  border-color: white;
}
.bildMitButton .bild-button-container a.button:hover {
  background: white;
  color: var(--textcolor);
}
.bildMitButton .bild-button-container .bild-button-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 3;
}
.mod_newslist .pagination {
  grid-column: span 2;
}
.mod_newslist .pagination > p {
  display: none;
}
.mod_newslist .pagination ul {
  display: flex;
  color: var(--textcolor);
  justify-content: center;
  grid-gap: 20px;
  align-items: center;
}
.mod_newslist .pagination ul a {
  color: var(--textcolor);
  text-decoration: none;
}
.mod_newslist .pagination ul li {
  font-size: 25px;
  font-weight: 600;
  padding: 0!important;
  margin: 0!important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mod_newslist .pagination ul li.v-p-number.active:after,
.mod_newslist .pagination ul li.v-p-number:hover:after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: var(--brombeer);
}
.mod_newslist .pagination ul li:before {
  display: none!important;
}
.newsTitelBild .category {
  text-transform: uppercase;
  font-weight: 700;
}
.newsTitelBild .news-titel-bild-image {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
}
.mod_newsreader {
  background: white;
  margin-top: -140px;
  position: relative;
}
.mod_newsreader > div {
  position: relative;
  z-index: 55;
}
.mod_newsreader:before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  left: -60px;
  background: white;
  height: 100%;
}
.mod_newsreader ol li {
  padding: 0!important;
}
.mod_newsreader ol li:before {
  border: none!important;
  position: static!important;
  display: inline!important;
  font-size: 25px!important;
  margin-right: 0.4em !important;
}
.blog-detail .v-blog-grid {
  margin-top: 40px;
}
.mod_newslist .lsSwiper {
  width: calc(100% + (100vw - 1305.6px) / 2);
}
@media (max-width: 1920px) {
  .mod_newslist .lsSwiper {
    width: calc(100% + 16vw);
  }
}
@media (max-width: 1600px) {
  .mod_newslist .lsSwiper {
    width: calc(100% + 12vw);
  }
}
@media (max-width: 600px) {
  .mod_newslist .lsSwiper {
    width: calc(100% + 20px);
  }
}
@media (max-width: 500px) {
  .mod_newslist .lsSwiper {
    width: 100%;
  }
}
.mod_newslist .swiper-scrollbar {
  background: none;
  margin-top: 34px;
  width: 100%;
  height: 15px;
  border-radius: 0;
  overflow: visible;
}
.mod_newslist .swiper-scrollbar:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 0;
  right: 0;
  height: 1px;
  background: white;
}
.mod_newslist .swiper-scrollbar-drag {
  background: var(--yellow);
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
#startProjects {
  margin-top: 150px;
  margin-bottom: 150px;
}

