/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../src/fonts/poppins-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../src/fonts/poppins-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../src/fonts/poppins-v15-latin-300.woff2") format("woff2"), url("../src/fonts/poppins-v15-latin-300.woff") format("woff"), url("../src/fonts/poppins-v15-latin-300.ttf") format("truetype"), url("../src/fonts/poppins-v15-latin-300.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../src/fonts/poppins-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../src/fonts/poppins-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../src/fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("../src/fonts/poppins-v15-latin-regular.woff") format("woff"), url("../src/fonts/poppins-v15-latin-regular.ttf") format("truetype"), url("../src/fonts/poppins-v15-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../src/fonts/poppins-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../src/fonts/poppins-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../src/fonts/poppins-v15-latin-700.woff2") format("woff2"), url("../src/fonts/poppins-v15-latin-700.woff") format("woff"), url("../src/fonts/poppins-v15-latin-700.ttf") format("truetype"), url("../src/fonts/poppins-v15-latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */
}
#__bs_notify__ {
  font-size: 1em !important;
  color: transparent !important;
  opacity: 0.75;
  height: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.5em;
  padding: 0 !important;
  top: 0.5em !important;
  right: 0.5em !important;
  background-color: #547f0d !important;
  border-radius: 50% !important;
  overflow: hidden;
}
#__bs_notify__:after {
  content: "BS";
  position: absolute;
  color: #fff;
  top: 0.1em;
  left: 0.25em;
  font-size: 0.8em;
}

.nav-main {
  color: #3f4149;
  text-transform: uppercase;
  font-size: 0.8em;
  position: relative;
  z-index: 3;
}
@media (min-width: 960px) {
  .nav-main {
    display: block !important;
    margin-left: auto;
  }
}
@media (max-width: 959px) {
  .nav-main {
    display: none;
    clear: both;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 5em;
    background-color: #de5b47;
    width: 100%;
    z-index: 3;
    left: 0;
    -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 960px) {
  .nav-main .toggle-subnav {
    display: none;
  }
}
.nav-main .nav-sub {
  padding: 0;
  margin: 0;
  min-width: 15em;
  list-style-type: none;
  background-color: #de5b47;
  overflow: hidden;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
  left: 0.8em;
  display: none;
}
.nav-main .nav-sub li {
  padding-bottom: 0;
}
@media (min-width: 960px) {
  .nav-main .nav-sub {
    position: absolute;
  }
}
.nav-main .nav-sub a {
  display: block;
  color: #fff;
}
.nav-main > li:last-child > a {
  padding-right: 0;
}
.nav-main a {
  text-decoration: none;
  padding: 0.5em 0.8em;
}
@media (min-width: 960px) {
  .nav-main a {
    color: #de5b47;
  }
}
.nav-main a.active {
  font-weight: bold;
}
.nav-main > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 960px) {
  .nav-main > ul > li {
    display: inline-block;
    padding-bottom: 1em;
    position: relative;
  }
}
.nav-main > ul > li:last-child > a {
  padding-right: 0;
  border-right: 0;
}
@media (min-width: 960px) {
  .nav-main > ul > li > a {
    border-right: 1px solid white;
    display: inline-block;
    letter-spacing: 0.01em;
    line-height: 1.4em;
  }
}
@media (min-width: 960px) {
  .nav-main > ul > li:hover .nav-sub {
    display: block !important;
  }
}
@media (max-width: 959px) {
  .nav-main {
    margin-top: 1em;
  }
  .nav-main li {
    text-align: center;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    position: relative;
    /*&:last-child {
    	border-bottom:1px solid lighten($c-border,20);
    }*/
  }
  .nav-main li a {
    padding: 1em 0.5em;
    display: block;
    color: #fff;
  }
  .nav-main li.active .toggle-subnav img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-main .toggle-subnav {
    width: 3em;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    opacity: 0.5;
    padding: 0.6em;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
  .nav-main .toggle-subnav svg {
    width: 2.25em;
    height: 2.25em;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .nav-main .toggle-subnav path {
    fill: #fff;
  }
  .nav-main .nav-sub {
    background-color: #ea9588;
  }
}

.nav-main-toggler {
  width: 2.2em;
  position: absolute;
  right: 3.5%;
  cursor: pointer;
  top: 0;
  z-index: 3;
}
@media (min-width: 960px) {
  .nav-main-toggler {
    display: none;
  }
}
.nav-main-toggler .line {
  height: 6px;
  margin-bottom: 5px;
  background-color: #de5b47;
  border-radius: 0.15em;
}
.nav-main-toggler .line:nth-child(2) {
  width: 80%;
  margin-left: 20%;
}
.nav-main-toggler .line:nth-child(3) {
  width: 90%;
  margin-left: 10%;
}

body {
  min-width: 320px;
  color: #3f4149;
  font-family: "Poppins", sans-serif;
  /*	background-image: linear-gradient(-195deg, $c-negative, rgba($c-main,.2));
  	background-attachment: fixed;
  	background-position: center;
  	background-size: cover;*/
  overflow-x: hidden;
}

img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
}

p,
li {
  font-size: 1.1em;
  line-height: 1.6em;
}
p li,
li li {
  font-size: 1em;
}

li {
  padding-bottom: 0.6em;
}

ul {
  padding-left: 1.3em;
  margin: 2em 0;
}

input,
textarea,
button {
  font-family: inherit;
}

.inner {
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
}

[v-show],
[v-if] {
  display: none;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/*h1,h2,h3 {
	font-family: 'Merriweather', serif;
	font-weight:800;
}*/
header {
  padding: 3em 0 2em;
  position: relative;
}
header .logo {
  width: 12em;
  z-index: 3;
  position: relative;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.component-stage {
  overflow: auto;
}
.component-stage:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 959px) {
  .component-stage {
    width: 98.5%;
  }
}
@media (max-width: 959px) {
  .component-stage .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.component-stage .image-container {
  width: 100%;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}
@media (min-width: 620px) {
  .component-stage .image-container {
    padding-left: 20%;
  }
}

.colorblock-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  z-index: 2;
  margin-top: -2em;
  max-width: 28em;
  top: 0;
}
@media (min-width: 620px) {
  .colorblock-wrapper {
    margin-top: -4em;
  }
}
@media (min-width: 960px) {
  .colorblock-wrapper {
    width: 80%;
    margin-top: 0;
    position: absolute;
    width: 35%;
    max-width: 30em;
    height: 100%;
  }
}

.colorblock {
  background-color: #de5b47;
  color: #fff;
  padding: 1.5em;
}
@media (min-width: 960px) {
  .colorblock {
    padding: 2em;
  }
}
@media (min-width: 1200px) {
  .colorblock {
    padding: 3em;
  }
}
@media (max-width: 959px) {
  .colorblock p {
    font-size: 0.85em;
  }
}

h1 {
  font-size: 1.6em;
}
@media (min-width: 960px) {
  h1 {
    font-size: 1.9em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.7em;
  }
}

footer {
  background-color: #de5b47;
  color: #fff;
  padding: 3em 0;
}

.component {
  overflow: visible;
  position: relative;
  /*	&:before {
  		content:'';
  		width:1em;
  		height:1em;
  		border-radius:50%;
  		background-color: $c-main;
  		position: absolute;
  		right:calc(50% - .5em);
  		bottom:-.5em;
  	}*/
}
.component:after {
  content: "";
  display: block;
  clear: both;
}
.component:last-child {
  margin-bottom: 0;
}
.component .inner {
  padding: 3em 3.5%;
}
@media (min-width: 620px) {
  .component .inner {
    padding: 5em 3.5%;
  }
}
.component h2 {
  margin-top: 0;
}
.component:after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#de5b47), to(rgba(222, 91, 71, 0)));
  background-image: -o-linear-gradient(right, #de5b47, rgba(222, 91, 71, 0));
  background-image: linear-gradient(to left, #de5b47, rgba(222, 91, 71, 0));
}
.component:nth-child(2n):after {
  right: auto;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#de5b47), to(rgba(222, 91, 71, 0)));
  background-image: -o-linear-gradient(left, #de5b47, rgba(222, 91, 71, 0));
  background-image: linear-gradient(to right, #de5b47, rgba(222, 91, 71, 0));
  /*			background-color: rgba( $c-main, .5);*/
}
.component:last-child:after, .component:last-child:before {
  content: none;
}
.component.minimal-padding {
  padding: 0;
}
.component.minimal-padding .inner {
  padding-top: 2em;
}
.component.minimal-padding-bottom {
  padding-bottom: 0;
}
.component.minimal-padding-bottom .inner {
  padding-bottom: 2em;
}

@media (min-width: 620px) {
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.footer-inner p {
  margin: 0.2em;
}
.footer-inner p:first-child {
  margin-top: 0;
}
.footer-inner a {
  padding: 0.2em 0.5em;
  text-decoration: none;
}
.footer-inner a:last-child {
  padding-right: 0;
}
.footer-inner nav {
  font-weight: bold;
  text-align: right;
}
.footer-inner .block:last-child {
  margin-left: auto;
}
.footer-inner table {
  margin: 0;
}
@media (min-width: 620px) {
  .footer-inner table {
    width: 15em;
    float: right;
  }
}
.footer-inner .block1 {
  margin-bottom: 2em;
}
.footer-inner li {
  padding-bottom: 0;
}
.footer-inner h4 {
  margin-bottom: 0;
  margin-top: 0.2em;
}
.footer-inner .block-inner {
  width: 100%;
  opacity: 0.7;
  margin-bottom: 2em;
}
@media (min-width: 620px) {
  .footer-inner .block-inner {
    text-align: right;
    max-width: 20em;
  }
}
.footer-inner .block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 620px) {
  .footer-inner .block2 li {
    list-style-type: none;
  }
}

.component-text h1,
.component-iframe h1 {
  font-size: 2em;
}
@media (min-width: 960px) {
  .component-text h1,
.component-iframe h1 {
    font-size: 4em;
    margin: 0;
  }
}

.component-text h1 {
  margin-bottom: 0.5em;
}
@media (min-width: 620px) {
  .component-text .text-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.component-text .text-item-wrapper .image-container img {
  width: 100%;
  margin-bottom: 1em;
}

.text-container {
  max-width: 60em;
}
.text-container h3 {
  line-height: 1.6em;
  margin-top: 0;
}
.text-container h3 a {
  color: #de5b47;
}
.invert .text-container h3 a {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1200px) {
  .text-container h3 {
    font-size: 1.6em;
  }
}
@media (min-width: 620px) {
  .text-left .text-container {
    float: left;
    width: 60%;
    margin-right: 5%;
  }
}

.text-left .image-container {
  margin-bottom: 2em;
}
@media (min-width: 620px) {
  .text-left .image-container {
    float: left;
    width: 35%;
  }
}

.text-right.text-item-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 620px) {
  .text-right .text-container {
    width: 60%;
  }
}
.text-right .image-container {
  margin-bottom: 2em;
}
@media (min-width: 620px) {
  .text-right .image-container {
    width: 35%;
    margin-right: 5%;
  }
}

iframe {
  width: 100%;
  height: 18em;
  -webkit-box-shadow: 1em 1em 3em rgba(0, 0, 0, 0.2);
          box-shadow: 1em 1em 3em rgba(0, 0, 0, 0.2);
  border: 0;
  border-top-left-radius: 3px;
}

h1 span,
h2 span {
  color: #de5b47;
}

h2 {
  font-size: 1.6em;
}
@media (min-width: 960px) {
  h2 {
    font-size: 1.75em;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3em;
  }
}

.header-click-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  z-index: 2;
}

.component-pages-teaser {
  overflow: visible;
  padding-top: 3em;
  margin-top: -3em;
}
.component-pages-teaser .inner {
  overflow: visible;
}

.teaser {
  text-decoration: none;
  padding: 5% 1.5em 2%;
  background-color: #de5b47;
  color: #fff;
  cursor: pointer;
  /*	background-image:url('../src/img/photo-1586769852044-692d6e3703f0.jpeg');*/
  background-image: -o-linear-gradient(55deg, #de5b47, white);
  background-image: linear-gradient(35deg, #de5b47, white);
  background-size: cover;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 5em;
}
@media (min-width: 620px) {
  .teaser {
    min-height: 15em;
  }
}
.teaser:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(55deg, rgba(222, 91, 71, 0.98), rgba(230, 130, 114, 0.89));
  background-image: linear-gradient(35deg, rgba(222, 91, 71, 0.98), rgba(230, 130, 114, 0.89));
}
.teaser .teaser-inner {
  position: relative;
  z-index: 2;
}
.teaser h3 {
  font-size: 1.5em;
  opacity: 0.65;
  margin: 1em 0 0;
}
@media (min-width: 960px) {
  .teaser h3 {
    font-size: 1.8em;
  }
}
.teaser img {
  z-index: 1;
  position: absolute;
  width: 10em;
  top: -1em;
  right: 5%;
  -webkit-box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0.1em 0.1em 1em rgba(0, 0, 0, 0.2);
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top: 2px solid #de5b47;
}
.teaser .subline {
  font-size: 0.85em;
}

.grid-item {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: relative;
}
.grid-item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 2;
}

.ornament {
  background-color: #de5b47;
  width: 5em;
  height: 5em;
  float: right;
  margin-right: -1.5em;
  top: 3em;
  right: 3.5em;
  z-index: -1;
  position: absolute;
}
@media (max-width: 959px) {
  .ornament {
    right: calc(3.5% + 0.5em);
    top: 2.5em;
  }
}
@media (max-width: 619px) {
  .ornament {
    top: 1em;
    right: calc(3.5% + 1em);
  }
}

.start-teaser {
  position: absolute;
  right: 0;
  top: -1em;
  width: 15vw;
  height: 15vw;
  max-width: 15em;
  max-height: 15em;
  min-width: 9em;
  min-height: 9em;
  background-color: #d89b09;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  text-decoration: none;
}
.start-teaser .start-teaser-inner {
  padding: 0.2em;
  font-size: calc(0.8em + 0.7vw);
}
@media (min-width: 1700px) {
  .start-teaser .start-teaser-inner {
    font-size: 1.6em;
  }
}

.divider {
  background-image: -webkit-gradient(linear, left top, right top, from(#de5b47), to(rgba(222, 91, 71, 0)));
  background-image: -o-linear-gradient(left, #de5b47, rgba(222, 91, 71, 0));
  background-image: linear-gradient(to right, #de5b47, rgba(222, 91, 71, 0));
  width: 70%;
  height: 3px;
}

.iframe-container {
  position: relative;
}
.iframe-container iframe {
  min-height: 1000px;
  border-left: 10px solid #de5b47;
}
@media (min-width: 620px) {
  .iframe-container iframe {
    border-width: 30px;
  }
}
.iframe-container .ornament {
  position: absolute;
  top: -1em;
  right: 0em;
}

.invert {
  background-image: -o-linear-gradient(55deg, #e68272, #da4831);
  background-image: linear-gradient(35deg, #e68272, #da4831);
}
.invert h1, .invert h2, .invert h3 {
  color: #fff;
}
.invert h1 span, .invert h2 span, .invert h3 span {
  color: rgba(255, 255, 255, 0.6);
}
.invert p, .invert li {
  color: #fff;
}
.invert iframe {
  border-color: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}
.invert .ornament {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.invert .image-container img {
  -webkit-box-shadow: 1em 1em 3em rgba(0, 0, 0, 0.35);
          box-shadow: 1em 1em 3em rgba(0, 0, 0, 0.35);
}

.page-datenschutz h2 {
  margin: 1em 0 0;
}

.grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-rows: 1fr;
  display: grid;
  grid-column-gap: 1.5%;
  grid-row-gap: 1.5%;
}
@media (min-width: 620px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid.grid-count-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 619px) {
  .news {
    display: block;
  }
}

.link-to-all {
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 619px) {
  .link-to-all {
    display: block;
    text-align: center;
    padding: 1em;
  }
}

.news-item {
  -webkit-box-shadow: 0.2em 0.2em 2em rgba(0, 0, 0, 0.2);
          box-shadow: 0.2em 0.2em 2em rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 100%;
  text-decoration: none;
  background-color: #fff;
}
@media (max-width: 619px) {
  .news-item {
    margin-bottom: 1.5em;
  }
}
.news-item .image-container:after {
  content: "";
  width: 100%;
  height: 4px;
  position: relative;
  margin-top: -4px;
  display: block;
  background-image: -webkit-gradient(linear, right top, left top, from(#de5b47), to(rgba(222, 91, 71, 0)));
  background-image: -o-linear-gradient(right, #de5b47, rgba(222, 91, 71, 0));
  background-image: linear-gradient(to left, #de5b47, rgba(222, 91, 71, 0));
}
.news-item .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5em;
  background-color: #fff;
}
.news-item .content h3 {
  color: #3f4149;
  line-height: 1.4em;
  margin-bottom: 0;
}
.news-item .content h3 span {
  color: #de5b47;
}
.news-item .placeholder {
  padding-bottom: 66%;
  background-image: -o-linear-gradient(55deg, #de5b47, #ea9588);
  background-image: linear-gradient(35deg, #de5b47, #ea9588);
}

.link-to-all {
  color: #fff;
}

li {
  list-style-type: square;
}
li p {
  margin: 0;
  font-size: 1em;
}

ul {
  margin: 0.25em 0;
}

.component-copy-item {
  padding-bottom: 0;
}
.component-copy-item .component {
  padding-bottom: 0;
}

.page-ansprechpartner .component-nr-1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-ansprechpartner .text-right .text-container {
  width: 85%;
  max-width: none;
}
.page-ansprechpartner .text-right .image-container {
  width: 15%;
}
.page-ansprechpartner table {
  color: #fff;
}
.page-ansprechpartner table td:first-child {
  min-width: 6em;
}
.page-ansprechpartner table td:last-child {
  text-align: right;
}
.page-ansprechpartner table tr:last-child td {
  border-bottom: 0;
}

.linkblock-item {
  -webkit-box-shadow: 0.2em 0.2em 1.5em rgba(0, 0, 0, 0.15);
          box-shadow: 0.2em 0.2em 1.5em rgba(0, 0, 0, 0.15);
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}
.linkblock-item:before {
  content: "";
  width: 100%;
  display: block;
  height: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#de5b47), to(rgba(222, 91, 71, 0)));
  background-image: -o-linear-gradient(right, #de5b47, rgba(222, 91, 71, 0));
  background-image: linear-gradient(to left, #de5b47, rgba(222, 91, 71, 0));
}
.linkblock-item a {
  padding: 1.5em;
}
.linkblock-item .text {
  background-color: #de5b47;
  color: #fff;
  padding: 1.5em;
}

@media (min-width: 1200px) {
  .component-downloads h3 {
    font-size: 1.6em;
  }
}

.download {
  /*box-shadow: .2em .2em 1em rgba($c-darkest,.2);
  text-align: center;
  text-decoration: none;
  margin-bottom:1em;
  background-color: lighten($c-main,10);*/
  display: block;
  clear: both;
}
.download .image-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 1em;
  float: left;
  opacity: 0.35;
  /*		padding:2em 1em;
  		text-decoration: none;
  		background-color: rgba($c-negative,.2);
  		box-shadow: none;*/
}
.download .image-container svg {
  /*			width:3em;
  			height:3em;*/
}
.download .image-container svg path {
  fill: #fff;
}
.download .content {
  opacity: 0.7;
  font-weight: bold;
  z-index: 23;
  position: relative;
  padding: 1em;
  top: 0.5em;
  color: #fff;
  float: left;
  width: calc(100% - 2em);
}

.component-multicol .component {
  padding-bottom: 0;
}
.component-multicol .component h3 {
  margin-top: 0;
}
.component-multicol .component:after {
  content: none;
}
.component-multicol > .inner {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (min-width: 620px) {
  .component-multicol > .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.component-multicol > .inner > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.component-multicol .component-column {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.component-multicol .component-column.invert {
  background-image: -webkit-gradient(linear, right top, left top, from(#ea9588), to(rgba(230, 130, 114, 0.5)));
  background-image: -o-linear-gradient(right, #ea9588, rgba(230, 130, 114, 0.5));
  background-image: linear-gradient(to left, #ea9588, rgba(230, 130, 114, 0.5));
}
.component-multicol .component-column.invert .invert {
  background-image: -webkit-gradient(linear, right top, left top, from(#e68272), to(rgba(230, 130, 114, 0.5)));
  background-image: -o-linear-gradient(right, #e68272, rgba(230, 130, 114, 0.5));
  background-image: linear-gradient(to left, #e68272, rgba(230, 130, 114, 0.5));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 620px) {
  .component-multicol .component-column:first-child {
    border-right: 0;
  }
}
@media (max-width: 619px) {
  .component-multicol .component-column:first-child {
    border-bottom: 0;
  }
}
.component-multicol .component-column > .inner {
  padding: 0;
}
.component-multicol .component-column > .inner .inner {
  padding-left: 5%;
  padding-right: 5%;
}

.back-button {
  text-decoration: none;
  font-weight: bold;
}

.component-news-reader .body {
  padding: 1em 0 2em;
}

.component-news-archive ul a {
  text-decoration: none;
}

.warn-block .warn {
  margin: 2em 0 2em;
  background-color: #ac3d00;
  color: #fff;
  padding: 0.5em 0.75em;
  -webkit-box-shadow: 0.1em 0.1em 2em rgba(0, 0, 0, 0.1);
          box-shadow: 0.1em 0.1em 2em rgba(0, 0, 0, 0.1);
}
.warn-block .warn p {
  margin: 0;
}