@charset "UTF-8";
.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .nav a {
    text-decoration: none; }
  .nav > li {
    margin: 0;
    padding: 0; }

html, body {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans-v17-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/open-sans-v17-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-300italic.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-300italic.woff") format("woff"), url("../fonts/open-sans-v17-latin-300italic.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-300italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v17-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v17-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-300.woff") format("woff"), url("../fonts/open-sans-v17-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-regular.woff") format("woff"), url("../fonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-700.woff") format("woff"), url("../fonts/open-sans-v17-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

.heading, .logo__heading, .nav-level--1 > li > a, .btn--cta {
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.heading, .logo__heading {
  font-size: 1.75em;
  line-height: 1em; }

.intro {
  font-size: 1.25em;
  line-height: 1.2em; }

.subheading {
  font-size: 1em;
  line-height: 1.25em; }

.copy {
  font-size: 0.75em;
  line-height: 1.333em; }

@media (min-width: 45em) {
  .heading, .logo__heading {
    font-size: 2.5em;
    line-height: 1.038em; }
  .intro {
    font-size: 1.5em;
    line-height: 1.16em; }
  .subheading {
    font-size: 1.125em;
    line-height: 1.333em; }
  .copy {
    font-size: 0.875em;
    line-height: 1.428em; } }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.4;
  background-color: #bfbfbf;
  background-image: linear-gradient(to bottom, #999 0%, #999 1.875rem, transparent 1.875rem);
  background-repeat: no-repeat; }

a {
  color: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #74C2E1; }

p {
  max-width: 50em; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 30em) {
    .container {
      max-width: 30em;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 45em) {
    .container {
      max-width: 45em;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 60em) {
    .container {
      max-width: 60em;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }

.wrap,
.panel {
  padding: 0.625rem;
  background-color: white; }

.wrap.grid_12 {
  width: 100%; }

.page__content {
  display: flex;
  flex-flow: row wrap;
  background-color: #f1f1f1; }

.content__side {
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto; }

.content__wrap {
  width: 100%; }

@media (min-width: 45em) {
  .content__heading {
    width: 100%;
    flex: 1 0 auto; }
  .nav__side {
    width: 23.9436619718%;
    flex: 0 1 auto; }
  .content__wrap {
    width: 49.2957746479%;
    flex: 1 0 auto;
    margin-right: 0.625rem; }
  .content__side {
    margin-top: 0;
    width: 23.9436619718%;
    flex: 0 1 auto; } }

@media (min-width: 60em) {
  .nav__side {
    width: 24.2990654206%; }
  .content__wrap {
    width: 49.5327102804%; }
  .content__side {
    width: 24.2990654206%; } }

.page {
  width: 95%;
  max-width: 64em;
  background-color: #f1f1f1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  padding-bottom: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .page__intro {
    color: #555;
    margin-bottom: 1.25rem; }
    .page__intro:after {
      content: "";
      display: table;
      clear: both; }
    .page__intro.panel {
      padding: 2.5rem;
      padding-top: 1.25rem; }
  .page__footer {
    margin-top: 1.25rem; }

@media (min-width: 45em) {
  .page__header {
    margin-left: -0.625rem;
    margin-right: -0.625rem; } }

.stripe {
  color: white;
  background-color: #9E9E9E;
  text-align: center; }
  .stripe:hover, .stripe:focus {
    background-color: #B959B0; }
  .stripe__heading {
    padding: 0.5208333333rem;
    font-size: 0.6em;
    line-height: 1.5em; }
    .stripe__heading a {
      text-decoration: none; }
      .stripe__heading a:hover, .stripe__heading a:focus, .stripe__heading a:active {
        color: white; }
    @media (min-width: 23.75em) {
      .stripe__heading {
        font-size: 0.75em;
        line-height: 1.15em;
        text-align: right; } }

.logo__link {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.logo__image {
  flex: 0 1 auto;
  display: block;
  max-width: 100%;
  height: auto; }

.logo__heading {
  flex: 1 1 auto;
  margin: 0;
  margin-left: 0.625rem;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: normal;
  color: black;
  transform: translate(0, 0.29em); }
  .logo__heading > span {
    display: block;
    font-size: 1.15rem;
    line-height: 1em; }
  .logo__heading--has-subline {
    transform: translate(0, 0.1em); }

.hero {
  position: relative;
  min-height: 9.375rem; }
  .hero .image-wrap img {
    display: block;
    width: 100%;
    height: auto; }
  .hero > a > img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.625rem; }

.einrichtung .hero .logo {
  pointer-events: none; }

@media (min-width: 30em) {
  .hero .image-wrap {
    display: block; }
  .logo__heading {
    font-size: 1.875rem;
    line-height: 1.3em;
    margin-left: 1.25rem; }
    .logo__heading > span {
      font-size: 1.365rem;
      line-height: 1em; } }

@media (min-width: 45em) {
  .hero > a > img {
    margin-top: 0; }
  .logo {
    transform: translate(0, -1.25rem);
    position: absolute;
    z-index: 100;
    margin-top: 0; } }

.nav__top {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: normal;
  margin-bottom: 1.25rem;
  color: white;
  background-color: #74C2E1; }

.nav--top {
  color: white; }
  .nav--top > li > a {
    display: block;
    padding: 0.3125rem;
    color: white;
    background-color: #74C2E1; }
  .nav--top .active > a {
    color: black; }

.nav-level--1 > li > a {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: white;
  border-bottom: 1px solid white; }
  .nav-level--1 > li > a:hover, .nav-level--1 > li > a:focus {
    color: #333; }

.nav-level--2 {
  background-color: #E6E6E6;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }
  .nav-level--2 > li > a {
    color: #333;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .nav-level--2 > li > a:hover, .nav-level--2 > li > a:focus {
      color: #74C2E1; }

.nav--drop {
  /*
	> li:hover,
	> li:focus {
		.nav-level--2 {
			display: block;
		}
	}
	*/ }
  .nav--drop .nav-level--2 {
    display: none; }

@media (min-width: 30em) {
  .nav--drop > li {
    position: relative; }
    .nav--drop > li > a {
      border-bottom: none; }
    .nav--drop > li:not(:last-of-type):after {
      padding-top: 0.225rem;
      padding-bottom: 0.225rem;
      display: inline;
      content: '|'; }
  .nav--drop .nav-level--2 {
    position: absolute;
    z-index: 100;
    top: 33px;
    left: 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
    min-width: 10em; }
    .nav--drop .nav-level--2 > li {
      padding-top: 0.15625rem;
      padding-bottom: 0.15625rem; }
  .nav--drop > li:hover .nav-level--2,
  .nav--drop > li:focus .nav-level--2 {
    display: block;
    width: max-content; }
  .nav--top {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }
    .nav--top > li {
      flex: 0 1 auto;
      display: flex; }
      .nav--top > li:last-of-type {
        margin-left: auto; } }

.nav__side {
  display: block;
  width: 100%;
  margin-bottom: 0.625rem; }
  .nav__side > .nav {
    background-color: white;
    line-height: 1.3;
    margin-right: 0; }
  .nav__side ul > li > a {
    display: block;
    padding-left: 0.3125rem; }
  .nav__side ul > li > ul > li > a {
    padding-left: 0.625rem; }
  .nav__side ul > li > ul > li > ul > li > a {
    padding-left: 0.9375rem; }
  .nav__side ul > li > ul > li > ul > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .nav__side ul > li > ul > li > ul > li > ul > li > a {
      padding-left: 1.25rem; }
  .nav__side li a {
    padding-top: 0.15625rem;
    padding-bottom: 0.15625rem;
    padding-right: 0.15625rem;
    border-left: 4px solid #E6E6E6;
    color: #757575; }
    .nav__side li a:hover, .nav__side li a:focus, .nav__side li a:active {
      border-left-color: #74C2E1;
      color: #74C2E1; }
  .nav__side li:first-of-type a {
    padding-top: 0.3125rem; }
  .nav__side li:last-of-type a {
    padding-bottom: 0.3125rem; }
  .nav__side li.active > a {
    color: #333; }
  .nav__side li.current > a {
    color: #74C2E1; }
  .nav__side li.current a {
    border-left-color: #74C2E1; }

@media (min-width: 45em) {
  .nav__side {
    display: block;
    min-width: 200px;
    max-width: 24.2%;
    margin-bottom: 0; }
    .nav__side > .nav {
      margin-right: 0.625rem; } }

.nav__bottom {
  border-top: 0.3125rem solid #74C2E1;
  margin-bottom: 2.5rem; }

.footer-logo {
  margin-left: 0.625rem; }

.nav--bottom {
  color: #A8A8A8;
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .nav--bottom > .nav-item {
    font-weight: bold;
    margin-bottom: 1.25rem; }
    .nav--bottom > .nav-item > .nav {
      padding-top: 0.3125rem; }
      .nav--bottom > .nav-item > .nav > .nav-item {
        font-size: 0.875em;
        line-height: 1.15em; }
    .nav--bottom > .nav-item .nav-item {
      font-weight: normal;
      margin-bottom: 0.3125rem; }
  .nav--bottom .nav-item {
    text-shadow: 0 1px 0 white; }
    .nav--bottom .nav-item.cur > a {
      color: #74C2E1;
      font-weight: bold; }
    .nav--bottom .nav-item > a {
      display: block; }
  .nav--bottom.level-1:after {
    content: "";
    display: table;
    clear: both; }
  .nav--bottom .nav.level-3 {
    margin-left: 0.15625rem; }
    .nav--bottom .nav.level-3 a {
      padding-top: 0.15625rem;
      padding-bottom: 0.15625rem; }
  .nav--bottom .nav.level-4 {
    margin-left: 0.3125rem; }
  .nav--bottom .nav.level-5 {
    margin-left: 0.625rem; }

@media (min-width: 30em) {
  .footer-logo {
    margin-left: 0; }
  .nav--bottom {
    padding-left: 0;
    padding-right: 0; }
  .nav--bottom > li {
    width: 49.0566037736%;
    float: left; }
    .nav--bottom > li:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .nav--bottom > li:nth-child(2n + 2) {
      margin-left: 50.9433962264%;
      margin-right: -100%;
      clear: none; } }

@media (min-width: 45em) {
  .nav--bottom > li {
    width: 23.9436619718%;
    float: left; }
    .nav--bottom > li:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .nav--bottom > li:nth-child(4n + 2) {
      margin-left: 25.3521126761%;
      margin-right: -100%;
      clear: none; }
    .nav--bottom > li:nth-child(4n + 3) {
      margin-left: 50.7042253521%;
      margin-right: -100%;
      clear: none; }
    .nav--bottom > li:nth-child(4n + 4) {
      margin-left: 76.0563380282%;
      margin-right: -100%;
      clear: none; }
  .nav--bottom .level-3,
  .nav--bottom .level-4,
  .nav--bottom .level-5 {
    display: none; } }

@media (min-width: 60em) {
  .nav--bottom > li {
    width: 24.2990654206%;
    float: left; }
    .nav--bottom > li:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .nav--bottom > li:nth-child(4n + 2) {
      margin-left: 25.2336448598%;
      margin-right: -100%;
      clear: none; }
    .nav--bottom > li:nth-child(4n + 3) {
      margin-left: 50.4672897196%;
      margin-right: -100%;
      clear: none; }
    .nav--bottom > li:nth-child(4n + 4) {
      margin-left: 75.7009345794%;
      margin-right: -100%;
      clear: none; } }

.intro__heading, .intro__content h2, .quote__content h2 {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: lighter;
  font-size: 2rem;
  line-height: 1.15;
  color: #74C2E1;
  margin: 0;
  margin-bottom: 0.3125rem;
  hyphens: auto; }

.intro {
  font-size: 1em;
  line-height: 1.3;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.intro__heading {
  margin-bottom: 1.25rem; }

.intro__content {
  font-size: 1em;
  line-height: 1.3em; }
  .intro__content img {
    max-width: 100%;
    height: auto; }

.intro__image img {
  margin: 0;
  padding: 0;
  display: block;
  max-width: 100%;
  height: auto; }

.layout-home .page__intro img,
.layout-home .content__wrap img {
  max-width: 100%;
  height: auto; }

.layout-home .page__intro .csc-firstHeader,
.layout-home .page__intro header > h2,
.layout-home .content__wrap .csc-firstHeader,
.layout-home .content__wrap header > h2 {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #74C2E1;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin-bottom: 2.1875rem;
  margin-top: 0.9375rem; }
  .layout-home .page__intro .csc-firstHeader i, .layout-home .page__intro .csc-firstHeader em,
  .layout-home .page__intro header > h2 i,
  .layout-home .page__intro header > h2 em,
  .layout-home .content__wrap .csc-firstHeader i,
  .layout-home .content__wrap .csc-firstHeader em,
  .layout-home .content__wrap header > h2 i,
  .layout-home .content__wrap header > h2 em {
    font-style: normal;
    color: #999; }

.layout-home .page__intro.panel {
  width: 100%; }

.layout-home .page__intro a {
  color: #74C2E1; }

.layout-home .page__intro .csc-textpic-intext-left .csc-textpic-imagewrap,
.layout-home .page__intro .ce-textpic.ce-intext.ce-left .ce-gallery {
  float: none;
  margin-right: 0; }
  @media (min-width: 45em) {
    .layout-home .page__intro .csc-textpic-intext-left .csc-textpic-imagewrap,
    .layout-home .page__intro .ce-textpic.ce-intext.ce-left .ce-gallery {
      float: left;
      margin-right: 0.625rem; } }

@media (min-width: 45em) {
  .layout-home .box--large {
    width: 75%;
    margin-left: 0; } }

.quote {
  display: block;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto; }
  .quote__content {
    width: 100%;
    font-size: 0.866em;
    line-height: 1.2; }
    .quote__content h2 {
      font-size: 1.1em;
      font-style: italic; }
    .quote__content img {
      max-width: 100%;
      height: auto; }
  .quote__image {
    width: 10rem;
    aspect-ratio: 1/1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.625rem; }
    .quote__image img {
      display: block;
      border-radius: 9999px;
      width: 100%;
      height: 100%;
      object-fit: cover; }

* + .cta {
  margin-top: 1rem; }

.content__side .box.div {
  margin: 0;
  padding: 0;
  border-top: 1px solid #74C2E1; }
  .content__side .box.div > * {
    display: none; }

@media (min-width: 30em) {
  .intro {
    padding-left: 0;
    padding-right: 0; }
  .quote {
    width: 50%;
    align-items: center; }
  .quote__content {
    width: 100%;
    text-align: left; } }

@media (min-width: 45em) {
  .intro__image,
  .intro__content {
    width: 77.5%;
    float: left;
    margin-right: 1.25%; }
  .quote {
    width: 100%; }
  .layout-home .content__wrap .csc-textpic-text {
    margin-left: 216px; }
  .layout-home .content__wrap .ce-textpic .ce-bodytext {
    margin-left: 0; }
  .layout-home .content__wrap .ce-textpic .ce-gallery {
    min-width: 200px; } }

@media (min-width: 60em) {
  .intro__image,
  .intro__content {
    margin-left: 25.2336448598%;
    width: 49.5327102804%;
    float: left;
    margin-right: 0.9345794393%; }
  .quote__content {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  /*
	.quote__content {
		width: span(9 of 12);
		padding-right: 1.5*$base-rhythm-unit;
	}
	.quote__image {
		width: span(3 of 12);
	}
	.intro__content {
		@include pre(3 of 12);
		@include span(6 of 12);
	}
	.intro__content {
		margin: 0; padding: 0;
		@include pre(3 of 12);
		@include span(6 of 12 at 4);
	}
	.quote {
		margin: 0; padding: 0;
		@include span(last 3 of 12);
		padding-left: $base-rhythm-unit;
		.quote__image {
			width: 75%;
		}
		.quote__content {
			width: 90%;
		}
	}
	*/ }

.content__wrap {
  padding-top: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.875rem; }

.content__heading .pagetitle {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #74C2E1;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin-bottom: 2.1875rem;
  margin-top: 0.9375rem; }

.content .frame + .frame {
  margin-top: 0.9375rem; }

.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content__side h2,
.content__side h3,
.content__side h4,
.content__side h5,
.content__side h6 {
  margin: 0;
  color: #939393;
  font-weight: normal; }
  .content h2 + *,
  .content h3 + *,
  .content h4 + *,
  .content h5 + *,
  .content h6 + *,
  .content__side h2 + *,
  .content__side h3 + *,
  .content__side h4 + *,
  .content__side h5 + *,
  .content__side h6 + * {
    margin-top: 0.625rem; }

.content li,
.content__side li {
  margin-bottom: 0.3125rem; }

.content__side > .csc-textpic,
.content__side > .ce-textpic {
  margin-bottom: 0.625rem; }

.content__side .csc-textpic-caption,
.content__side .ce-textpic-caption {
  font-size: 0.866em; }

.csc-textpic-image,
.ce-textpic-image {
  margin: 0; }

.csc-textpic-imagerow,
.ce-textpic-imagerow {
  display: flex; }

.ce-uploads-fileName,
.ce-uploads-filesize,
.csc-uploads-fileName,
.csc-uploads-fileSize {
  font-size: 0.866em; }

.ce-uploads-fileName + .ce-uploads-filesize {
  margin-left: 0.5em;
  white-space: nowrap;
  text-align: right; }

.ce-uploads {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.ce-uploads-element {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between; }

.ce-uploads-element + .ce-uploads-element {
  margin-top: 0.625rem; }

.ce-uploads-element > a {
  display: none; }

details > summary {
  font-weight: bold; }

.csc-header-date,
.ce-header-date {
  font-size: 0.866em; }

.iframe-wrap {
  position: relative;
  height: 0;
  padding-top: 56.26%; }
  .iframe-wrap > iframe {
    position: absolute;
    margin: 0;
    padding: 0;
    border: none;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.content__wrap .csc-textpic-intext-left,
.content__wrap .csc-textpic-intext-left-nowrap,
.content__wrap .ce-textpic.ce-intext.ce-left,
.content__wrap .ce-textpic.ce-intext.ce-left.ce-nowrap {
  display: flex;
  flex-flow: row;
  gap: 1rem; }

.content__wrap .csc-textpic-intext-left .csc-textpic-imagewrap,
.content__wrap .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
.content__wrap .ce-textpic.ce-intext.ce-left .ce-textpic-imagewrap,
.content__wrap .ce-textpic.ce-intext.ce-left.ce-nowrap .ce-textpic-imagewrap {
  min-width: 200px; }

.content__wrap .csc-textpic-intext-left .csc-textpic-text,
.content__wrap .csc-textpic-intext-left-nowrap .csc-textpic-text,
.content__wrap .ce-textpic.ce-intext.ce-left .ce-textpic-text,
.content__wrap .ce-textpic.ce-intext.ce-left.ce-nowrap .ce-textpic-text {
  margin-left: 0; }

figure.image {
  margin: 0;
  padding: 0; }

.einrichtung .ce-uploads {
  margin-top: 1rem; }

.einrichtung .ce-uploads img {
  display: block;
  border: 1px solid #ccc; }

.einrichtung .ce-uploads-description {
  font-size: 0.866em;
  order: -1;
  flex-grow: 1;
  width: min-content; }

.einrichtung .ce-uploads > li:not(.ce-uploads-element) {
  display: flex;
  gap: 1rem; }

.einrichtung .ce-uploads > li:not(.ce-uploads-element) + li:not(.ce-uploads-element) {
  margin-top: 1rem; }

.einrichtung .ce-uploads > li:not(.ce-uploads-element) > div {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex: 1; }

.box .csc-textpic-text > ul,
.box .ce-textpic .ce-bodytext > ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.content__side .box .csc-textpic-text > ul > li,
.content__side .box .ce-textpic .ce-bodytext > ul > li {
  margin: 0;
  padding: 0;
  margin-bottom: 0.3125rem; }
  .content__side .box .csc-textpic-text > ul > li a,
  .content__side .box .ce-textpic .ce-bodytext > ul > li a {
    color: #333;
    text-decoration: none; }
  .content__side .box .csc-textpic-text > ul > li + .news-amenu-item-year,
  .content__side .box .ce-textpic .ce-bodytext > ul > li + .news-amenu-item-year {
    margin-top: 0.625rem; }

.content__side .box .csc-textpic-text > ul > li.news-latest-item,
.content__side .box .ce-textpic .ce-bodytext > ul > li.news-latest-item {
  margin-left: -1.5em; }

.content__side .box .csc-textpic-text > ul .news-latest-date,
.content__side .box .ce-textpic .ce-bodytext > ul .news-latest-date {
  color: #74C2E1; }

.content__side .box .csc-textpic-text > ul .news-amenu-item-year,
.content__side .box .ce-textpic .ce-bodytext > ul .news-amenu-item-year {
  margin: 0;
  padding: 0;
  color: #A8A8A8;
  background-color: transparent; }

.content__side .box .csc-textpic-text footer a,
.content__side .box .ce-textpic .ce-bodytext footer a {
  text-decoration: none; }

.box .news-latest-item .news-latest-date {
  font-weight: normal;
  font-size: 0.9em; }

.box .news-latest-item {
  padding: 0;
  margin-left: -1.5em; }

.box .news-latest-item h3 {
  font-size: 1em;
  margin-bottom: 0; }

.news-single-item .pagetitle {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #74C2E1;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin-bottom: 2.1875rem;
  margin-top: 0.9375rem; }

.news-single-item .news-list-date {
  margin-top: 0.625rem;
  clear: both;
  float: left; }

.news-single-item .news-single-backlink {
  clear: both; }

.news-list-container img {
  clear: right; }

.news-list-container .news-list-date + h3 {
  margin-bottom: 0.625rem; }
  .news-list-container .news-list-date + h3 > a {
    color: #74C2E1;
    text-decoration: none; }

.news-list-browse .browseLinksWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.cal-list .summary .summary-title {
  font-weight: normal;
  color: #74C2E1; }

.cal-list .more a:before {
  content: '»';
  display: inline-block;
  margin-right: 0.5em; }

.button, .btn, .tx-indexedsearch-searchbox-button,
button {
  transition: all ease-in-out 0.3s;
  margin: 0;
  padding: 0.625rem;
  border: none;
  border-radius: 0.625rem;
  color: white;
  background-color: #A8A8A8;
  text-align: center;
  font-size: 1em;
  line-height: 1.15;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .button:hover, .btn:hover, .tx-indexedsearch-searchbox-button:hover, .button:focus, .btn:focus, .tx-indexedsearch-searchbox-button:focus,
  button:hover,
  button:focus {
    color: black;
    background-color: #4ab0d8; }

.btn--large {
  font-size: 1.3em;
  line-height: 1.15; }

.btn--primary {
  color: white;
  background-color: #74C2E1; }
  .btn--primary:hover, .btn--primary:focus {
    color: black;
    background-color: #4ab0d8; }

.btn--cta {
  display: block;
  max-width: 16rem;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; }

.link--more:after {
  content: '»';
  display: inline-block;
  margin-left: 0.3125rem; }

.contenttable {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  width: 100%;
  border-collapse: collapse; }
  .contenttable tr {
    vertical-align: top; }
  .contenttable > tbody {
    border-bottom: 1px solid #bfbfbf; }
    .contenttable > tbody td {
      padding: 0.15em 0.25em;
      border-top: 1px solid #bfbfbf; }

.table-condensed td {
  min-width: 50%; }
  .table-condensed td p {
    margin: 0;
    padding: 0; }

.csc-textpic-center-inner.slick-slider,
.ce-textpic-center-inner.slick-slider {
  width: 100%;
  max-width: 13.75em; }
  .csc-textpic-center-inner.slick-slider .csc-textpic-caption,
  .csc-textpic-center-inner.slick-slider .ce-textpic-caption,
  .ce-textpic-center-inner.slick-slider .csc-textpic-caption,
  .ce-textpic-center-inner.slick-slider .ce-textpic-caption {
    font-size: 0.6em; }
  @media (min-width: 30em) {
    .csc-textpic-center-inner.slick-slider,
    .ce-textpic-center-inner.slick-slider {
      max-width: 360px; }
      .csc-textpic-center-inner.slick-slider .csc-textpic-caption,
      .csc-textpic-center-inner.slick-slider .ce-textpic-caption,
      .ce-textpic-center-inner.slick-slider .csc-textpic-caption,
      .ce-textpic-center-inner.slick-slider .ce-textpic-caption {
        font-size: 0.7em; } }
  @media (min-width: 45em) {
    .csc-textpic-center-inner.slick-slider,
    .ce-textpic-center-inner.slick-slider {
      max-width: 580px; }
      .csc-textpic-center-inner.slick-slider .csc-textpic-caption,
      .csc-textpic-center-inner.slick-slider .ce-textpic-caption,
      .ce-textpic-center-inner.slick-slider .csc-textpic-caption,
      .ce-textpic-center-inner.slick-slider .ce-textpic-caption {
        font-size: 0.8em; } }
  @media (min-width: 60em) {
    .csc-textpic-center-inner.slick-slider,
    .ce-textpic-center-inner.slick-slider {
      max-width: 820px; }
      .csc-textpic-center-inner.slick-slider .csc-textpic-caption,
      .csc-textpic-center-inner.slick-slider .ce-textpic-caption,
      .ce-textpic-center-inner.slick-slider .csc-textpic-caption,
      .ce-textpic-center-inner.slick-slider .ce-textpic-caption {
        font-size: 0.9em; } }

.job__list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .job__list > .job-item {
    margin: 0;
    padding: 0;
    margin-bottom: 0.625rem; }

.job-item__heading {
  margin: 0;
  hyphens: auto;
  font-weight: normal;
  font-size: 0.866em;
  line-height: 1.15em; }
  .job-item__heading > a {
    text-decoration: none; }

.job-item__date {
  font-size: 1em;
  color: #74C2E1; }

.job-item__backlink > a {
  text-decoration: none;
  font-size: 0.866em; }

* + .job-list {
  margin-top: 2.5rem; }

.job-list .job-item {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 2.5rem; }

.job-list .job-item__heading {
  font-size: 1.2em; }
  .job-list .job-item__heading > a {
    color: #74C2E1; }

.job-item__meta {
  font-size: 0.866em;
  line-height: 1.15em; }
  .job-item__meta > .job-item__date,
  .job-item__meta > .job-item__category {
    display: inline;
    margin-right: 0.3125rem; }

.job-list--latest .job-item__heading {
  margin-left: 4.8em;
  text-indent: -4.8em; }

.job-item--single {
  margin-bottom: 2.5rem; }

.job-item__heading--single {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin-bottom: 2.1875rem;
  margin-top: 0.9375rem; }

h2.job-item__heading--single {
  color: #74C2E1; }

.einrichtung .box,
.einrichtung .content__side .ce-textpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: white; }

.einrichtung .box img {
  display: block;
  max-width: 100%;
  height: auto; }

.einrichtung .box .csc-textpic-image,
.einrichtung .box .ce-textpic-image {
  margin-bottom: 0 !important; }

.einrichtung .box .csc-textpic-imagewrap,
.einrichtung .box .ce-textpic-imagewrap {
  background-color: #A8A8A8; }

.einrichtung .box .csc-textpic-text > h2:first-of-type,
.einrichtung .box .ce-textpic .ce-bodytext > h2:first-of-type {
  margin: 0;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  padding: 0.4166666667rem 0.625rem;
  font-size: 1em;
  line-height: 1.15em;
  font-weight: normal;
  background-color: #A8A8A8;
  color: white;
  font-size: 1.155em;
  margin-bottom: 0.625rem; }

.einrichtung .box > h2,
.einrichtung .box .csc-header > h2,
.einrichtung .box header > h2 {
  margin: 0;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  padding: 0.4166666667rem 0.625rem;
  font-size: 1em;
  line-height: 1.15em;
  font-weight: normal;
  background-color: #A8A8A8;
  color: white;
  font-size: 1em;
  margin: 0; }

.einrichtung .box > h2 {
  margin-bottom: 0.625rem; }

.einrichtung .boxcontent > * {
  margin: 0; }

.einrichtung .boxcontent > * + * {
  margin-top: 0.625rem; }

.einrichtung .boxcontent,
.einrichtung .box .csc-textpic-text,
.einrichtung .box .ce-textpic .ce-bodytext,
.einrichtung .content__side .ce-textpic .ce-bodytext {
  padding: 0.625rem;
  font-size: 0.866em;
  line-height: 1.3; }
  .einrichtung .boxcontent h2, .einrichtung .boxcontent h3, .einrichtung .boxcontent h4, .einrichtung .boxcontent h5, .einrichtung .boxcontent h6,
  .einrichtung .box .csc-textpic-text h2,
  .einrichtung .box .csc-textpic-text h3,
  .einrichtung .box .csc-textpic-text h4,
  .einrichtung .box .csc-textpic-text h5,
  .einrichtung .box .csc-textpic-text h6,
  .einrichtung .box .ce-textpic .ce-bodytext h2,
  .einrichtung .box .ce-textpic .ce-bodytext h3,
  .einrichtung .box .ce-textpic .ce-bodytext h4,
  .einrichtung .box .ce-textpic .ce-bodytext h5,
  .einrichtung .box .ce-textpic .ce-bodytext h6,
  .einrichtung .content__side .ce-textpic .ce-bodytext h2,
  .einrichtung .content__side .ce-textpic .ce-bodytext h3,
  .einrichtung .content__side .ce-textpic .ce-bodytext h4,
  .einrichtung .content__side .ce-textpic .ce-bodytext h5,
  .einrichtung .content__side .ce-textpic .ce-bodytext h6 {
    color: #74C2E1; }
  .einrichtung .boxcontent > h2,
  .einrichtung .box .csc-textpic-text > h2,
  .einrichtung .box .ce-textpic .ce-bodytext > h2,
  .einrichtung .content__side .ce-textpic .ce-bodytext > h2 {
    font-weight: normal;
    font-size: 1em;
    line-height: 1.15; }
  .einrichtung .boxcontent ul, .einrichtung .boxcontent ol,
  .einrichtung .box .csc-textpic-text ul,
  .einrichtung .box .csc-textpic-text ol,
  .einrichtung .box .ce-textpic .ce-bodytext ul,
  .einrichtung .box .ce-textpic .ce-bodytext ol,
  .einrichtung .content__side .ce-textpic .ce-bodytext ul,
  .einrichtung .content__side .ce-textpic .ce-bodytext ol {
    margin-left: 0em;
    padding-left: 1.5em; }
  .einrichtung .boxcontent li,
  .einrichtung .box .csc-textpic-text li,
  .einrichtung .box .ce-textpic .ce-bodytext li,
  .einrichtung .content__side .ce-textpic .ce-bodytext li {
    margin-bottom: 0.5em; }
  .einrichtung .boxcontent iframe,
  .einrichtung .box .csc-textpic-text iframe,
  .einrichtung .box .ce-textpic .ce-bodytext iframe,
  .einrichtung .content__side .ce-textpic .ce-bodytext iframe {
    width: 100%; }

.einrichtung .box .news-latest-item h3 {
  color: #333;
  font-weight: normal; }
  .einrichtung .box .news-latest-item h3 .news-latest-date {
    color: #939393; }

.einrichtung .box .ce-uploads,
.einrichtung .box .csc-uploads {
  padding: 0.625rem; }

.einrichtung .box footer {
  margin-top: 0.625rem;
  text-align: right; }
  .einrichtung .box footer a {
    text-decoration: none; }

.einrichtung .box:hover .csc-textpic-text > h2:first-of-type,
.einrichtung .box:hover .ce-textpic .ce-bodytext > h2:first-of-type,
.einrichtung .box:focus .csc-textpic-text > h2:first-of-type,
.einrichtung .box:focus .ce-textpic .ce-bodytext > h2:first-of-type,
.einrichtung .box:focus-within .csc-textpic-text > h2:first-of-type,
.einrichtung .box:focus-within .ce-textpic .ce-bodytext > h2:first-of-type {
  background-color: #74C2E1; }

.einrichtung .box:hover footer a,
.einrichtung .box:focus footer a,
.einrichtung .box:focus-within footer a {
  color: #74C2E1; }

.einrichtung .main-boxes-wrap {
  width: 100%; }
  .einrichtung .main-boxes-wrap .boxes {
    display: block;
    margin-top: 1.25rem; }
  .einrichtung .main-boxes-wrap .box {
    max-width: 340px; }
  @media (min-width: 30em) {
    .einrichtung .main-boxes-wrap .boxes {
      margin-left: -0.625rem;
      margin-right: -0.625rem; }
      .einrichtung .main-boxes-wrap .boxes:after {
        content: "";
        display: table;
        clear: both; }
    .einrichtung .main-boxes-wrap .box {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
      float: left; }
    .einrichtung .main-boxes-wrap .boxes {
      display: flex;
      flex-flow: row wrap; }
      .einrichtung .main-boxes-wrap .boxes:after {
        content: none; }
    .einrichtung .main-boxes-wrap .box {
      float: none; }
    @supports (grid-gap: 1em) {
      .einrichtung .main-boxes-wrap .boxes {
        display: grid;
        grid-gap: 1.875rem;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        margin-left: 0;
        margin-right: 0; }
        .einrichtung .main-boxes-wrap .boxes:after {
          content: none; }
      .einrichtung .main-boxes-wrap .box {
        margin-left: 0;
        margin-right: 0;
        float: none; }
      .einrichtung .main-boxes-wrap .cols-2 {
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 2.5rem; }
      .einrichtung .main-boxes-wrap .cols-4 {
        grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
        grid-gap: 0.625rem; } } }
  @media (min-width: 60em) {
    .einrichtung .main-boxes-wrap .box {
      max-width: 298px;
      flex: 1 0 30%; }
    @supports (grid-gap: 1em) {
      .einrichtung .main-boxes-wrap .box {
        max-width: 340px; }
      .einrichtung .main-boxes-wrap .cols-2 {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        grid-gap: 2.5rem; }
        .einrichtung .main-boxes-wrap .cols-2 .box {
          max-width: unset; }
      .einrichtung .main-boxes-wrap .cols-4 {
        grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
        grid-gap: 0.625rem; } } }

.einrichtung .content__side .box {
  max-width: 230px; }

.box .ce-header > h2 {
  margin: 0;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  padding: 0.4166666667rem 0.625rem;
  font-size: 1em;
  line-height: 1.15em;
  font-weight: normal;
  background-color: #A8A8A8;
  color: white;
  margin: 0;
  font-size: 1em; }

.einrichtung .content__side > * + * {
  margin-top: 1.25rem; }

.karriere .box {
  margin-top: 1.25rem; }

.karriere .box__heading {
  margin: 0;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  padding: 0.4166666667rem 0.625rem;
  font-size: 1em;
  line-height: 1.15em;
  font-weight: normal;
  background-color: #A8A8A8;
  color: white;
  font-size: 1.155em;
  margin-bottom: 0.625rem; }

.karriere .box__date {
  color: #74C2E1; }

.karriere .box__footer {
  margin-top: 0.625rem;
  text-align: right;
  justify-self: flex-end;
  align-self: flex-end; }
  .karriere .box__footer a {
    text-decoration: none; }

.karriere .content__side .box,
.karriere .box--side {
  padding: 0;
  background-color: white; }
  .karriere .content__side .box header > h2,
  .karriere .content__side .box .csc-header > h2,
  .karriere .content__side .box .ce-header > h2,
  .karriere .box--side header > h2,
  .karriere .box--side .csc-header > h2,
  .karriere .box--side .ce-header > h2 {
    margin: 0;
    margin-top: -0.625rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    padding: 0.4166666667rem 0.625rem;
    font-size: 1em;
    line-height: 1.15em;
    font-weight: normal;
    background-color: #A8A8A8;
    color: white;
    margin: 0;
    font-size: 1em; }
  .karriere .content__side .box .ce-textpic .ce-bodytext,
  .karriere .content__side .box .csc-textpic-text,
  .karriere .box--side .ce-textpic .ce-bodytext,
  .karriere .box--side .csc-textpic-text {
    padding: 0.625rem;
    font-size: 0.866em;
    line-height: 1.3; }
  .karriere .content__side .box .ce-textpic .ce-gallery img,
  .karriere .content__side .box .csc-textpic-image img,
  .karriere .box--side .ce-textpic .ce-gallery img,
  .karriere .box--side .csc-textpic-image img {
    display: block;
    max-width: 100%;
    height: auto; }

.form__row input[type="text"],
.form__row input[type="email"],
.form__row select {
  border: 1px solid #999;
  border-radius: 0;
  background-color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.15em;
  padding: 0.625rem;
  -moz-apearance: none;
  -webkit-apearance: none; }
  .form__row input:hover[type="text"],
  .form__row input:hover[type="email"],
  .form__row select:hover, .form__row input:focus[type="text"],
  .form__row input:focus[type="email"],
  .form__row select:focus {
    border-color: #74C2E1; }

.form__row label, .form__footer, .form__confirmation dt {
  color: #939393;
  display: block; }

.form__fieldset {
  border: 1px solid #E6E6E6; }

.form__row--submit {
  margin-top: 2.5rem; }

.form__row label input[type="text"],
.form__row label input[type="email"],
.form__row label select {
  opacity: 0.3; }

.form__row label input[type="radio"]:checked + input[type="text"],
.form__row label input[type="radio"]:checked + select {
  opacity: 1; }

.form__row input[type="text"],
.form__row input[type="email"],
.form__row select {
  display: block;
  margin-left: 1.5rem;
  width: calc(100% - 1.5rem); }

.form__confirmation {
  padding: 0.625rem;
  background-color: white; }
  .form__confirmation dt {
    font-size: 0.866em;
    line-height: 1.15em; }
  .form__confirmation dd + dt {
    margin-top: 0.625rem; }

.cc-window {
  border-top: 2px solid #FFF; }

.cc-message {
  font-size: 0.75em;
  line-height: 1.2;
  max-width: 51rem; }

.cc-compliance {
  margin-left: 1rem; }
  .cc-compliance a {
    text-decoration: none; }

@media (min-width: 45em) {
  .cc-window.cc-banner {
    justify-content: center;
    padding-left: calc( -32em + 50vw);
    padding-right: calc( -32em + 50vw); } }

.tx-indexedsearch fieldset {
  border: 1px solid #bfbfbf; }

.tx-indexedsearch legend {
  color: #bfbfbf;
  border: 5px solid white; }

.tx-indexedsearch-form {
  display: flex;
  flex-flow: row wrap; }

.tx-indexedsearch-form label {
  color: #999; }

.tx-indexedsearch-searchbox-sword {
  flex: 1 1 auto;
  font-size: 1.1em;
  line-height: 1.2;
  padding: 0.5em 0.25em; }

.tx-indexedsearch-search-submit {
  margin-top: 1rem;
  text-align: right; }

.tx-indexedsearch-searchbox-button:hover, .tx-indexedsearch-searchbox-button:focus, .tx-indexedsearch-searchbox-button:active {
  color: white; }

.tx-indexedsearch .browsebox {
  font-size: 0.866em;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
  list-style-type: none;
  display: flex;
  border-top: 1px solid #bfbfbf;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #bfbfbf; }

.tx-indexedsearch .browsebox > li {
  margin: 0;
  padding: 0; }

.tx-indexedsearch .browsebox > li a {
  padding: 0.25em 0.5em; }

.tx-indexedsearch-res .res {
  margin-bottom: 2rem; }

.tx-indexedsearch-res .tx-indexedsearch-info {
  font-size: 0.866em;
  line-height: 1.1;
  padding: 0.5em;
  display: flex;
  justify-content: start; }

.tx-indexedsearch-res .tx-indexedsearch-info > * {
  margin: 0;
  padding: 0;
  margin-right: 1em; }

.tx-indexedsearch-res .percent-tmpl-css {
  margin-top: 0; }

.sf-menu {
  margin-left: 16px; }

/* neues homelayout prototyp css grid */
.layout-home.uid-1071 .content__wrap,
.layout-home.uid-1071 .box--large,
.layout-home.uid-1071 .content__side {
  width: 100%;
  margin: 0; }

.layout-home.uid-1071 .page__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-gap: 1rem; }
  .layout-home.uid-1071 .page__content .content__wrap,
  .layout-home.uid-1071 .page__content .box--large,
  .layout-home.uid-1071 .page__content .content__side {
    grid-column: span 12; }
    .layout-home.uid-1071 .page__content .content__wrap .quote .quote__image,
    .layout-home.uid-1071 .page__content .box--large .quote .quote__image,
    .layout-home.uid-1071 .page__content .content__side .quote .quote__image {
      width: 100%;
      max-width: 10rem; }
  .layout-home.uid-1071 .page__content .box--large {
    background-color: #fff; }
    .layout-home.uid-1071 .page__content .box--large .box__wrapper {
      display: flex;
      flex-flow: column;
      height: 100%; }
      .layout-home.uid-1071 .page__content .box--large .box__wrapper .box__content {
        flex-grow: 1; }
      .layout-home.uid-1071 .page__content .box--large .box__wrapper .box__footer {
        align-self: flex-end; }
  @media (min-width: 30em) {
    .layout-home.uid-1071 .page__content .content__wrap,
    .layout-home.uid-1071 .page__content .box--large {
      grid-column: span 7; }
    .layout-home.uid-1071 .page__content .content__side {
      grid-column: span 5; }
    .layout-home.uid-1071 .page__content .box--large {
      grid-row: 2; }
    .layout-home.uid-1071 .page__content .content__side {
      grid-row: span 2; } }
  @media (min-width: 45em) {
    .layout-home.uid-1071 .page__content .content__wrap,
    .layout-home.uid-1071 .page__content .box--large {
      grid-column: span 9; }
    .layout-home.uid-1071 .page__content .content__side {
      grid-column: span 3; } }

/*# sourceMappingURL=hufeland-haus.css.map */