@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-sans-pro-v13-latin-regular.eot');
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-sans-pro-v13-latin-900.eot');
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-sans-pro-v13-latin-900.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-sans-pro-v13-latin-900.woff2') format('woff2'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-sans-pro-v13-latin-900.woff') format('woff'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-sans-pro-v13-latin-900.ttf') format('truetype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-sans-pro-v13-latin-900.svg#SourceSansPro') format('svg');
}
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-serif-pro-v7-latin-regular.eot');
  src: local('Source Serif Pro'), local('SourceSerifPro-Regular'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-serif-pro-v7-latin-regular.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-serif-pro-v7-latin-regular.woff2') format('woff2'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-serif-pro-v7-latin-regular.woff') format('woff'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-serif-pro-v7-latin-regular.ttf') format('truetype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/source-serif-pro-v7-latin-regular.svg#SourceSerifPro') format('svg');
}
html {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
}
.fz-huge {
  font-size: 3.6rem;
  line-height: 1em;
}
@media screen and (max-width: 479px) {
  .fz-huge {
    font-size: 2rem;
  }
}
.fz-big {
  font-size: 2rem;
  line-height: 1em;
}
.fz-medium {
  font-size: 1.5rem;
  line-height: 1em;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
  padding-top: 0px;
  position: relative;
}
.container-fluid {
  max-width: 1600px;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.container-fluid.smallc {
  max-width: 1170px;
}
.specialfont {
  font-family: "Source Serif Pro";
  font-weight: 400;
}
.btn {
  color: #c0e1d8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: none;
  background-color: #0a6463;
  display: inline-block;
  position: relative;
  line-height: 30px;
  padding: 5px 20px;
}
.btn svg * {
  fill: #c0e1d8;
}
.btn:hover {
  color: #ffffff;
}
.btn:hover svg * {
  fill: #ffffff;
}
.btn-pink {
  background-color: #e3006a;
  color: #ffffff;
}
.btn-pink:hover {
  background-color: #000000;
}
.btn-ani {
  overflow: hidden;
  transition: all .1s ease-out;
  background-repeat: no-repeat;
}
.btn-ani:after {
  display: block;
  transition: all .1s ease-out;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img/lineargardient_1.svg');
  background-size: 120% 100%;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.btn-ani span {
  color: #ffffff;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  z-index: 2;
  position: relative;
}
.btn-ani:hover:after {
  right: 100%;
  transition: all .5s ease-out;
}
.btn-ani:hover span {
  color: white;
}
h1,
h2,
h3 {
  font-family: "Source Serif Pro";
  font-weight: 400;
}
h1 {
  font-size: 3rem;
  color: ;
}
h2 {
  font-size: 2rem;
  color: #0a6463;
}
h3 {
  font-size: 1rem;
}
.gradientHorz {
  background: #0f1b5f;
  background: -moz-linear-gradient(left,#0f1b5f 0%,#c5007b 100%);
  background: -webkit-linear-gradient(left,#0f1b5f 0%,#c5007b 100%);
  background: linear-gradient(to right,#0f1b5f 0%,#c5007b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1b5f',endColorstr='#c5007b',GradientType=1);
}
.gradientVert {
  background: #0f1b5f;
  background: -moz-linear-gradient(top,#0f1b5f 0%,#c5007b 100%);
  background: -webkit-linear-gradient(top,#0f1b5f 0%,#c5007b 100%);
  background: linear-gradient(to bottom,#0f1b5f 0%,#c5007b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1b5f',endColorstr='#c5007b',GradientType=0);
}
.nogaprow {
  margin-left: 0;
  margin-right: 0;
}
.nogaprow > div {
  padding-left: 0;
  padding-right: 0;
}
a {
  color: #0a6463;
}
.roundedbtn {
  background: transparent;
  color: #0a6463;
  border: 2px solid #0a6463;
  font-size: 20px;
  padding: 7px 50px;
  display: inline-block;
  text-transform: none;
  text-shadow: none;
  -webkit-transition: background-color 500ms ease-out, color 500ms ease-out;
  -o-transition: background-color 500ms ease-out, color 500ms ease-out;
  transition: background-color 500ms ease-out, color 500ms ease-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.roundedbtn:hover {
  color: #ffffff;
  background-color: #0a6463;
  text-decoration: none;
}
.roundedbtn:focus {
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .roundedbtn {
    font-size: 16px;
  }
}
.hasredbar:after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 60px;
  height: 4px;
  background-color: #0a6463;
}
.hasRedBox:before,
.hasRedBox:after {
  content: "";
  display: block;
  width: 360px;
  height: 54px;
  border: 5px solid #0a6463;
  margin: 20px auto 20px auto;
}
.hasRedBox:before {
  border-bottom: none;
}
.hasRedBox:after {
  border-top: none;
}
p,
ol {
  margin-bottom: 20px;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.6,.6,.6);
    transform: scale3d(.6,.6,.6);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.6,.6,.6);
    transform: scale3d(.6,.6,.6);
  }
  50% {
    opacity: 1;
  }
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 45px;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  display: inline;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #e3006a;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a.scroll-top {
    bottom: 60px;
    right: 10px;
  }
}
.scrollheader a.scroll-top {
  opacity: 1;
  pointer-events: auto;
}
.prodcthighlights {
  margin-bottom: 100px;
  text-align: center;
}
.prodcthighlights .title {
  font-size: 3.6rem;
  line-height: 1em;
  font-family: "Source Serif Pro";
  font-weight: 400;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 479px) {
  .prodcthighlights .title {
    font-size: 2rem;
  }
}
.prodcthighlights .productsrow {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .prodcthighlights .productsrow {
    flex-direction: column;
  }
}
.prodcthighlights .product {
  text-align: center;
}
.prodcthighlights .product .inner {
  padding: 0 15px;
}
.prodcthighlights .product .imgwrap {
  position: relative;
  width: 80%;
  margin: 0 auto 50px auto;
}
.prodcthighlights .product .imgwrap img {
  width: 100%;
  height: auto;
}
.prodcthighlights .product .imgwrap:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img/theringlight.png');
  background-position: 0 0;
  background-size: auto 100%;
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  transform-origin: top center;
}
.prodcthighlights .product .desc {
  position: relative;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .prodcthighlights .product {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c0e1d8;
  }
  .prodcthighlights .product .imgwrap {
    max-width: 300px;
  }
}
.detailFeatures {
  margin-bottom: 2.5rem;
}
.detailFeatures h2,
.detailFeatures h3 {
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1em;
  margin-bottom: 1.5rem;
}
.detailFeatures h3 {
  font-size: 1.5rem;
  line-height: 1em;
}
.backlinkwrap {
  text-align: center;
}
.detailVarianten .title {
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1em;
  color: #e3006a;
  margin-bottom: 1.5rem;
}
.detailVarianten .picwrap {
  background: #ffffff;
  background: linear-gradient(0deg,#ffffff 0%,#c0e1d8 100%);
  border: 1px solid #abaaa8;
  margin-bottom: 1rem;
}
.faqcordion {
  margin-bottom: 100px;
}
.faqcordion .title {
  font-size: 3.222222rem;
}
.faqcordion .accordion .card {
  background: #ffffff;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 4px solid #0a6463;
}
.faqcordion .accordion .card .card-header {
  color: #0a6463;
  background: none;
  cursor: pointer;
}
.faqcordion .accordion .card .card-header .toggle {
  font-size: 1.555556rem;
}
.biglink {
  text-align: center;
  margin-bottom: 100px;
}
.biglink .btn {
  padding-left: 50px;
  padding-right: 50px;
}
.textpic {
  margin-bottom: 2.777778rem;
}
.textpic .ciHeader {
  margin-bottom: 1.55555rem;
}
.textpic .ciHeader .title {
  color: #0a6463;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Source Serif Pro";
  font-weight: 400;
}
.textpic .ciHeader .subtitle {
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
}
.textpic.theme1 .ciHeader .title {
  color: #e3006a;
}
.textpic .d-flex {
  margin-left: -15px;
  margin-right: -15px;
}
.textpic .d-flex > div {
  flex-basis: 50%;
  padding: 0 15px;
}
.textpic .d-flex.layout1 .picside {
  flex-basis: 33.33%;
}
.textpic .d-flex.layout1 .textside {
  flex-basis: 66.66%;
}
@media screen and (max-width: 767px) {
  .textpic .d-flex > div {
    flex-basis: 100% !important;
  }
}
.textpic img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.hrworks {
  width: 100%;
  height: 30rem;
  border: 1px solid #cccccc;
}
.layout-text {
  padding-top: 0px;
}
.faqcordion {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0px;
}
.faqcordion .title {
  font-size: 2rem;
  line-height: 1em;
  font-family: "Source Serif Pro";
  font-weight: 400;
  color: #0a6463;
  margin-bottom: 2rem;
}
.faqcordion .accordion .card {
  background: #ffffff;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 4px solid #0a6463;
}
.faqcordion .accordion .card .card-header {
  color: #0a6463;
  background: none;
  cursor: pointer;
}
.faqcordion .accordion .card .card-header .toggle {
  font-size: 1.555556rem;
  display: block;
}
.textpic {
  margin-bottom: 2.777778rem;
}
.textpic .ciHeader {
  margin-bottom: 1.55555rem;
}
.textpic .ciHeader .title {
  color: #0a6463;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Source Serif Pro";
  font-weight: 400;
}
.textpic .ciHeader .subtitle {
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
}
.textpic.theme1 .ciHeader .title {
  color: #e3006a;
}
.textpic .d-flex {
  margin-left: -15px;
  margin-right: -15px;
}
.textpic .d-flex > div {
  flex-basis: 50%;
  padding: 0 15px;
}
.textpic .d-flex.layout1 .picside {
  flex-basis: 33.33%;
}
.textpic .d-flex.layout1 .textside {
  flex-basis: 66.66%;
}
@media screen and (max-width: 767px) {
  .textpic .d-flex > div {
    flex-basis: 100% !important;
  }
}
.textpic img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.dealers .dealersfilter {
  margin-bottom: 2rem;
}
.dealers .dealersfilter button {
  margin-right: 5px;
  margin-bottom: 5px;
}
.dealers .dealersfilter .is-checked {
  background-color: #000000;
}
.dealers .contactblock .inner {
  background-color: #c0e1d8;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.75rem;
  margin-bottom: 30px;
  word-wrap: break-word;
}
.dealers .contactblock .inner .conti {
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.dealers .contactblock .inner .title {
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 1.6rem;
  color: #0a6463;
}
.timeline {
  position: relative;
  overflow: hidden;
}
.timeline .container-fluid:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px;
  background-color: #0a6463;
}
.timeline .entries {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px;
}
.timeline .entries .entry {
  width: 50%;
  float: left;
  padding: 20px;
  clear: both;
  text-align: right;
}
.timeline .entries .entry:not(:first-child) {
  margin-top: -60px;
}
.timeline .entries .entry .title {
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
  color: #0a6463;
}
.timeline .entries .entry .title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 4px solid #0a6463;
  background-color: #ffffff;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  z-index: 1000;
}
.timeline .entries .entry .title.big:before {
  width: 24px;
  height: 24px;
  -webkit-transform: translate(8px,-50%);
  transform: translate(8px,-50%);
}
.timeline .entries .entry .body {
  color: #000000;
}
.timeline .entries .entry .body p {
  line-height: 1.4em;
}
.timeline .entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}
.timeline .entries .entry:nth-child(2n) .title:before {
  left: -25px;
}
.timeline .entries .entry:nth-child(2n) .title.big:before {
  -webkit-transform: translate(-8px,-50%);
  transform: translate(-8px,-50%);
}
.ce-uploads li {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
}
.ce-uploads a {
  text-decoration: none !important;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  display: block;
}
.ce-uploads a:hover {
  color: #000000;
}
.ce-uploads a:hover .btn {
  background-color: #000000;
  color: #ffffff;
}
.ce-uploads .ce-uploads-fileName,
.ce-uploads .ce-uploads-description {
  font-weight: 700;
  display: block;
  margin-bottom: 0rem;
}
.ce-uploads .release {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.ce-uploads img {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  padding: 0;
}
.ce-uploads .btn {
  display: inline-block;
}
.downloadlink {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.downloadlink img {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  padding: 0;
}
.downloadlink .linktext {
  display: flex;
  flex-direction: column;
  line-height: 1em;
}
.downloadlink .linktext .linktitle {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.detail-downloads {
  background-color: #0a6463;
  color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 2rem;
}
.detail-downloads .inner {
  padding: 3rem;
}
.detail-downloads .title {
  font-family: "Source Serif Pro";
  font-weight: 400;
  margin-bottom: 2rem;
  margin-bottom: 1.5rem;
}
.detail-downloads a {
  color: #c0e1d8;
  display: block;
  margin-bottom: 2rem;
  text-decoration: none !important;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border: none;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.detail-downloads a .textrow {
  margin-bottom: 1rem;
}
.detail-downloads a img {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.detail-downloads a .btn {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.detail-downloads a:hover {
  color: #ffffff;
}
.detail-downloads a:hover .btn {
  background-color: #ffffff;
  color: #000000;
}
.dropdown-toggle:after {
  display: none;
}
.contentwrap {
  padding-top: 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media screen and (max-width: 991px) {
  .contentwrap {
    padding-top: 0;
  }
}
header.pageheader {
  position: fixed;
  z-index: 250;
  width: 100%;
}
header.pageheader .manuallink svg {
  width: auto;
  height: 1rem;
  margin-right: 10px;
}
header.pageheader .topmeta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8rem;
  margin-right: 30px;
}
header.pageheader .topmeta .btn {
  margin-right: 10px;
  font-size: 0.8rem;
}
header.pageheader .navbar {
  padding: 0;
}
@media screen and (max-width: 991px) {
  header.pageheader .navbar #mainmenupanel {
    overflow: auto;
  }
}
header.pageheader .navbar .navbar-collapse {
  background-color: #ffffff;
  z-index: 100;
}
header.pageheader .navbar .topbar {
  background: #000000;
  font-size: 0.75rem;
  padding: 0.5rem;
  display: none;
}
header.pageheader .navbar .topbar a {
  color: #fdfdfd;
  padding: 0 1rem;
}
header.pageheader .navbar .topbar .langmenu a {
  padding: 0;
}
header.pageheader .navbar .topbar .buttonlink {
  color: #000000;
  padding: 0 0.5rem 0 0;
}
header.pageheader .navbar .topbar .buttonlink .inner {
  background: #fdfdfd;
  padding: 0.25rem 0.5rem;
}
header.pageheader .navbar .topbar .buttonlink svg {
  width: 1rem;
  height: 1rem;
}
header.pageheader .navbar .topbar .buttonlink svg * {
  fill: #000000;
}
@media screen and (max-width: 991px) {
  header.pageheader .navbar .topbar {
    font-size: 1.25rem;
    padding: 1.5rem 15px 1rem 15px;
  }
  header.pageheader .navbar .topbar .iconmenu {
    margin-bottom: 10px;
  }
  header.pageheader .navbar .topbar .topmenu {
    margin-left: -1rem;
  }
}
header.pageheader .navbar .mainbar .mainmenu {
  padding: 40px 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header.pageheader .navbar .mainbar .mainmenu li a {
  font-size: 1.4rem;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Source Serif Pro";
  font-weight: 400;
}
header.pageheader .navbar .mainbar .mainmenu li.active > a,
header.pageheader .navbar .mainbar .mainmenu li:hover > a {
  color: #0a6463;
}
header.pageheader .navbar .mainbar .mainmenu li.dropdown span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
header.pageheader .navbar .mainbar .mainmenu li.dropdown svg {
  vertical-align: middle;
  margin-bottom: 3px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
header.pageheader .navbar .mainbar .mainmenu li.dropdown.show svg {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-width: 20rem;
  -webkit-box-shadow: 0 2px 4px 3px rgba(0,0,0,0.05);
  box-shadow: 0 2px 4px 3px rgba(0,0,0,0.05);
  border: none;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu.collapsing {
  display: block;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu a {
  font-size: 0.8rem;
  font-weight: 400;
  color: #0a6463;
  padding-left: 2rem;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu a.active {
  color: #0a6463 !important;
  background-color: #ffffff;
}
header.pageheader .navbar .mainbar .mainmenu .dropdown-menu a:hover {
  background: #0a6463;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  header.pageheader .navbar .mainbar .mainmenu {
    padding: 0 0 0 2rem;
  }
  header.pageheader .navbar .mainbar .mainmenu li {
    border-bottom: 1px solid #dfdfdf;
  }
  header.pageheader .navbar .mainbar .mainmenu li a {
    text-align: center;
    font-size: 2rem;
  }
  header.pageheader .navbar .mainbar .mainmenu li:last-child {
    border: none;
  }
  header.pageheader .navbar .mainbar .mainmenu .dropdown.show {
    background: #efefef;
  }
  header.pageheader .navbar .mainbar .mainmenu .dropdown-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header.pageheader .navbar .mainbar .mainmenu .dropdown-menu a {
    font-size: 1.25rem;
  }
  header.pageheader .navbar .mainbar .mainmenu .dropdown-menu a.active {
    color: #0a6463;
  }
  header.pageheader .navbar .mainbar .mainmenu .dropdown-menu a.active:hover {
    color: #ffffff;
  }
}
header.pageheader .navbar-brand {
  position: absolute;
  right: 50%;
  top: 68px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  margin-right: 0;
  max-width: 350px;
  -webkit-transition: max-width 250ms ease-out;
  -moz-transition: max-width 250ms ease-out;
  -o-transition: max-width 250ms ease-out;
  transition: max-width 250ms ease-out;
}
header.pageheader .navbar-brand img {
  width: 100%;
  height: auto;
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
header.pageheader .navbar-brand .logo-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  header.pageheader .navbar-brand {
    top: 2px;
    right: 30px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 190px;
  }
}
.shrunkheader header.pageheader {
  background: #c0e1d8;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.shrunkheader header.pageheader .navbar-brand {
  top: 10px;
  right: 30px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  max-width: 190px;
}
.shrunkheader header.pageheader .navbar-brand img {
  width: 100%;
  height: auto;
}
.shrunkheader header.pageheader .topmeta {
  margin-right: 250px;
}
.shrunkheader header.pageheader .navbar .mainbar .mainmenu {
  padding: 0;
}
.shrunkheader .contentwrap {
  padding-top: 0px;
}
@media screen and (max-width: 991px) {
  header.pageheader {
    background: #c0e1d8;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
  }
  header.pageheader .navbar-brand {
    top: 10px;
    right: 30px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 190px;
  }
  header.pageheader .navbar-brand img {
    width: 100%;
    height: auto;
  }
  header.pageheader .topmeta {
    margin-right: 250px;
  }
  header.pageheader .navbar .mainbar .mainmenu {
    padding: 0;
  }
  .contentwrap {
    padding-top: 0px;
  }
  header.pageheader .topmenu {
    display: none;
  }
  header.pageheader .langmenu {
    display: none;
  }
  header.pageheader .manuallink span {
    display: none;
  }
  header.pageheader .manuallink svg {
    margin: 0;
  }
  header.pageheader #mainmenupanel .langmenu,
  header.pageheader #mainmenupanel .topmenu {
    display: inline-block;
  }
  header.pageheader #mainmenupanel .topmenu {
    display: inline-block;
  }
  header.pageheader .btn {
    padding: 0rem 1rem;
  }
}
.scrollheader header.pageheader {
  background: #c0e1d8;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.scrollheader header.pageheader .navbar-brand {
  top: 10px;
  right: 30px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  max-width: 190px;
}
.scrollheader header.pageheader .navbar-brand img {
  width: 100%;
  height: auto;
}
.scrollheader header.pageheader .topmeta {
  margin-right: 250px;
}
.scrollheader header.pageheader .navbar .mainbar .mainmenu {
  padding: 0;
}
.scrollheader .contentwrap {
  padding-top: 0px;
}
@media screen and (min-width: 992px) {
  .scrollheader header.pageheader .navbar-brand {
    top: 2px;
  }
}
.langmenu ul {
  list-style: none;
}
.langmenu ul li {
  margin: 0 5px;
}
.langmenu ul li.active {
  display: none;
}
.langmenu ul li a {
  padding: 0;
}
.topmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flag-icon-background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flag-icon {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
}
.disabled .flag-icon {
  opacity: .4;
}
.flag-icon-de {
  background-image: url("/typo3conf/ext/sf_template/Resources/Public/img/flags/de.svg");
}
.flag-icon-gb {
  background-image: url("/typo3conf/ext/sf_template/Resources/Public/img/flags/gb.svg");
}
.flag-icon-en {
  background-image: url("/typo3conf/ext/sf_template/Resources/Public/img/flags/en.svg");
}
#contactmodal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
}
#contactmodal .modal-content .modal-header {
  background-color: #0fa09e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
}
#contactmodal .contactblock {
  margin-bottom: 30px;
}
#contactmodal .contactblock .title {
  font-family: "Source Serif Pro";
  font-weight: 400;
  color: #0a6463;
}
#contactmodal .contactblock .btn {
  margin-bottom: 10px;
}
@media screen and (max-width: 539px) {
  header.pageheader  .navbar .navbar-brand {
    top: 7px;
  }
  header.pageheader  .navbar .navbar-brand .logo-default {
    display: none;
  }
  header.pageheader  .navbar .navbar-brand .logo-mobile {
    display: block;
    height: 60px;
    width: auto;
  }
  header.pageheader  .navbar .topmeta {
    margin-right: 90px;
  }
}
@media screen and (max-width: 991px) {
  header.pageheader .navbar .topbar {
    display: block;
    display: flex;
    justify-content: center;
  }
  header.pageheader .navbar .topbar .topmenu {
    margin: 0 10px;
  }
  header.pageheader .navbar .topbar .topmenu li {
    display: inline-block;
  }
}
@media screen and (max-width: 399px) {
  header.pageheader .navbar .topbar {
    flex-direction: column;
    align-items: center;
  }
  header.pageheader .navbar .topbar .langmenu {
    margin-bottom: 1.5rem;
  }
}
.navbar-toggler {
  outline: none !important;
}
@media screen and (max-width: 991px) {
  .navbar-toggler {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 10px;
}
.navbar-toggler .navbar-toggler-icon .line {
  width: 40px;
  height: 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #0a6463;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon:hover {
  cursor: pointer;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  -o-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}
.startintro {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
  padding-top: 180px;
  background-color: #c0e1d8;
}
.startintro .bgobj {
  background: #e0f0ec;
  background: radial-gradient(circle,#ffffff 0%,#c0e1d8 32%,#c0e1d8 100%);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  -webkit-transform: translate(10%,-10%) scale(1.5);
  -moz-transform: translate(10%,-10%) scale(1.5);
  -o-transform: translate(10%,-10%) scale(1.5);
  transform: translate(10%,-10%) scale(1.5);
}
.startintro .wrap {
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 991px) {
  .startintro {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.startintro .slideitem .d-flex {
  justify-content: space-between;
}
.startintro .slideitem .textside {
  flex-basis: 40%;
}
@media screen and (max-width: 767px) {
  .startintro .slideitem .textside {
    margin-bottom: 30px;
    flex-basis: unset;
  }
}
.startintro .slideitem .textside .title {
  display: block;
  font-size: 3.6rem;
  line-height: 1em;
  font-family: "Source Serif Pro";
  font-weight: 400;
  color: #000000;
  margin-bottom: 1rem;
}
@media screen and (max-width: 479px) {
  .startintro .slideitem .textside .title {
    font-size: 2rem;
  }
}
.startintro .slideitem .textside .subline {
  display: block;
  margin-bottom: 1rem;
}
.startintro .slideitem .textside .btn {
  background-color: #e3006a;
}
.startintro .slideitem .picside {
  position: relative;
  flex-basis: 50%;
}
.startintro .slideitem .picside img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .startintro .slideitem .picside {
    margin-bottom: 50px;
  }
  .startintro .slideitem .picside img {
    width: 100%;
    height: auto;
    max-height: 300px;
    max-width: 300px;
  }
}
.startintro .slideitem .picside:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img/thering.png');
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  transform-origin: top center;
}
@media screen and (max-width: 767px) {
  .startintro .slideitem .d-flex {
    flex-direction: column-reverse;
  }
}
.startintro .bigmenu {
  margin: 0 0 50px 0;
  position: relative;
  z-index: 100;
}
.startintro .bigmenu ul {
  padding-left: 0;
}
.startintro .bigmenu ul li {
  display: inline-block;
  text-align: center;
  flex-basis: 25%;
  padding: 0 2px;
}
.startintro .bigmenu ul li a {
  width: 100%;
  display: block;
  color: #ffffff;
  background-color: #0a6463;
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 1.5rem;
  padding: 1.5rem 1rem;
  position: relative;
}
.startintro .bigmenu ul li a:after,
.startintro .bigmenu ul li a:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background: #0a6463;
  height: 0;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.startintro .bigmenu ul li a:after {
  bottom: 100%;
}
.startintro .bigmenu ul li a:before {
  top: 100%;
}
.startintro .bigmenu ul li a:hover {
  text-decoration: none;
}
.startintro .bigmenu ul li a:hover:after,
.startintro .bigmenu ul li a:hover:before {
  height: 30px;
}
.startintro .bigmenu ul li:nth-child(2) a,
.startintro .bigmenu ul li:nth-child(2) a:after,
.startintro .bigmenu ul li:nth-child(2) a:before {
  background-color: #0c8988;
}
.startintro .bigmenu ul li:nth-child(3) a,
.startintro .bigmenu ul li:nth-child(3) a:after,
.startintro .bigmenu ul li:nth-child(3) a:before {
  background-color: #0fa09e;
}
.startintro .bigmenu ul li:nth-child(4) a,
.startintro .bigmenu ul li:nth-child(4) a:after,
.startintro .bigmenu ul li:nth-child(4) a:before {
  background-color: #12bbb9;
}
@media screen and (max-width: 539px) {
  .startintro .bigmenu ul {
    flex-direction: column;
  }
  .startintro .bigmenu ul li {
    display: block;
    width: 100%;
  }
  .startintro .bigmenu ul li a:after,
  .startintro .bigmenu ul li a:before {
    display: none;
  }
}
.startintro .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.startintro .owl-nav > * {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 5rem;
  color: #e3006a;
}
.startintro .owl-nav .owl-prev {
  left: 3rem;
}
.startintro .owl-nav .owl-next {
  right: 3rem;
}
@media screen and (max-width: 1399px) {
  .startintro .owl-nav > * {
    font-size: 2rem;
  }
  .startintro .owl-nav .owl-prev {
    left: 0rem;
  }
  .startintro .owl-nav .owl-next {
    right: 0rem;
  }
}
@media screen and (max-width: 991px) {
  .startintro .owl-nav {
    display: none;
  }
}
.startintro .intropager {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
.startintro .intropager .owl-dot {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  margin: 0 0.25rem;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  cursor: pointer;
}
.startintro .intropager .owl-dot.active {
  background-color: #0a6463;
}
.startintro .introtext {
  padding-bottom: 2rem;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.startintro .introtext .title {
  font-size: 2rem;
  line-height: 1em;
  font-family: "Source Serif Pro";
  font-weight: 400;
  color: #e3006a;
}
.smallheader {
  position: relative;
  min-height: 50vh;
  background-position: center center;
  background-size: cover;
  padding-top: 180px;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .smallheader {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.smallheader .d-flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .smallheader .d-flex {
    flex-direction: column;
  }
}
.smallheader .textside {
  flex-basis: 40%;
}
.smallheader .textside .title {
  display: block;
  font-size: 3.6rem;
  line-height: 1em;
  font-family: "Source Serif Pro";
  font-weight: 400;
  color: #000000;
  margin-bottom: 1rem;
}
@media screen and (max-width: 479px) {
  .smallheader .textside .title {
    font-size: 2rem;
  }
}
.smallheader .textside .subline {
  display: block;
  margin-bottom: 1rem;
}
.smallheader .textside .btn {
  background-color: #e3006a;
}
.smallheader .picside {
  position: relative;
  flex-basis: 50%;
}
.smallheader .picside img {
  width: auto;
  height: 50vh;
  max-height: 500px;
}
@media screen and (max-width: 767px) {
  .smallheader .picside img {
    width: 100%;
    height: auto;
    max-height: 500px;
    max-width: 500px;
  }
}
#offcanvasmenu {
  width: 20em;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 2002;
  padding: 78px 1em 15px 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#offcanvasmenu .inner {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  #offcanvasmenu {
    padding-right: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 400px) {
  #offcanvasmenu {
    width: 100vw;
  }
}
#offcanvasmenu .togglewrap {
  position: absolute;
  right: -100px;
  top: 0px;
  background-color: transparent;
  padding: 10px 20px;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
#offcanvasmenu.open {
  background-color: #ffffff;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#offcanvasmenu.open .togglewrap {
  -webkit-box-shadow: 5px 0 5px rgba(0,0,0,0.25);
  box-shadow: 5px 0 5px rgba(0,0,0,0.25);
}
@media screen and (max-width: 3440px) {
  #offcanvasmenu.open .togglewrap {
    right: -10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#offcanvasmenu .navbar-navi a {
  color: #e3006a;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#offcanvasmenu .navbar-navi li > a {
  padding: 10px 30px;
  border-top: 1px solid #ececec;
  display: block;
}
#offcanvasmenu .navbar-navi li:first-child a {
  border: none;
}
#offcanvasmenu .navbar-navi li.active a,
#offcanvasmenu .navbar-navi li:hover a {
  color: #000000;
  text-decoration: none;
  background: none;
}
#offcanvasmenu .navbar-navi li.active a {
  background-color: #efefef;
}
#offcanvasmenu .navbar-navi .drop-down-menu {
  margin-bottom: 20px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#offcanvasmenu .navbar-navi .drop-down-menu a {
  font-weight: 400;
  text-transform: none;
}
#offcanvasmenu .navbar-navi .caret {
  display: none;
}
#offcanvasmenu .mainmenu-sub {
  margin-top: 50px;
}
#offcanvasmenu .mainmenu-sub a {
  font-size: 12px;
}
#offcanvasmenu .mainmenu-sub li:first-child a {
  border: none;
}
#offcanvasmenu #socialmenu {
  position: absolute;
  right: -240px;
  top: 25px;
  z-index: 10001;
  width: 120px;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#offcanvasmenu #socialmenu li a {
  height: 30px;
  width: auto;
  display: inline-block;
}
#offcanvasmenu #socialmenu li a svg {
  width: auto;
  height: 100%;
  position: relative;
}
#offcanvasmenu #socialmenu li a svg * {
  fill: #ffffff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  #offcanvasmenu #socialmenu {
    left: 30px;
  }
}
body.scrollheader #offcanvasmenu #socialmenu {
  top: 15px;
}
body.openmenu  #offcanvasmenu #socialmenu {
  left: 30px;
}
body.openmenu  #offcanvasmenu #socialmenu li a svg * {
  fill: #e3006a;
}
body.openmenu  #offcanvasmenu #socialmenu li a:hover svg * {
  fill: #000000;
}
.bottommenu {
  z-index: 2001;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #39536b;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media screen and (min-width: 768px) {
  .bottommenu {
    display: none;
  }
}
.bottommenu .bottomLink {
  height: 100%;
  width: 16.666%;
  display: block;
  float: left;
  text-align: center;
  border-right: 1px solid #42607c;
}
.bottommenu .bottomLink:hover {
  background-color: #42607c;
}
.bottommenu .bottomLink:last-child {
  border: none;
}
.bottommenu .bottomLink img,
.bottommenu .bottomLink svg {
  height: 20px;
  width: auto;
  margin: 15px auto;
  position: relative;
}
.bottommenu .bottomLink span {
  display: none;
}
.submenu ul {
  padding: 10px 20px;
  margin: 50px 0;
  list-style: none;
  text-align: left;
  background: #f9f9f9;
}
.submenu ul li {
  padding: 5px 10px;
  position: relative;
  display: inline-block;
}
.submenu ul li a {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #000000;
  line-height: 1em;
  padding: 10px;
  position: relative;
}
.submenu ul li:hover a,
.submenu ul li.active a {
  color: #ffffff;
  background: #0a6463;
  text-decoration: none;
  display: block;
  height: 2em;
  position: relative;
}
.submenu ul li:hover a:before,
.submenu ul li:hover a:after,
.submenu ul li.active a:before,
.submenu ul li.active a:after {
  border-color: #c1001f;
}
.footer-info {
  padding-top: 100px;
  text-align: center;
}
.footer-info .footer-funders {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .footer-info .footer-funders {
    flex-direction: column;
  }
}
.footer-info .logo-eu {
  padding: 0 10px 5px 15px;
  display: inline-block;
  padding-bottom: 5px;
}
.footer-info .logo-eu img {
  width: auto;
  height: 40px;
}
.footer-info .logo-eu figcaption {
  font-size: 1rem;
  padding-left: 4%;
  line-height: 1.2;
}
.footer-info .logo-eu .close {
  position: absolute;
  top: 0;
  right: 5px;
}
@media (min-width: 768px) {
  .footer-info .logo-eu {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .footer-info .logo-eu {
    top: 2rem;
    max-width: 21em;
  }
  .footer-info .logo-eu figcaption {
    font-size: 0.6rem;
  }
}
.footer-info .seotext {
  max-width: 800px;
  margin: 0 auto 50px auto;
  text-align: left;
  position: relative;
}
.footer-info .seotext .title,
.footer-info .seotext h2,
.footer-info .seotext h3 {
  color: #e3006a;
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1em;
  margin-bottom: 2.5rem;
}
.footer-info .seotext:after {
  content: "";
  display: block;
  width: 1000px;
  height: 1000px;
  background-image: url('/typo3conf/ext/sf_template/Resources/Public/img/thering.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: -1080px;
  top: 20px;
  pointer-events: none;
  -webkit-transform: translateY(-42%) scaleX(-1);
  -moz-transform: translateY(-42%) scaleX(-1);
  -o-transform: translateY(-42%) scaleX(-1);
  transform: translateY(-42%) scaleX(-1);
}
.footer-info .footerlogo {
  width: 100%;
  max-width: 350px;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0;
}
.footer-info .footerlogo img {
  width: 100%;
  height: auto;
}
.footer-info .contactline {
  color: #0a6463;
  margin-bottom: 30px;
}
.footer-info .socialmenu {
  margin-bottom: 35px;
}
.footer-info .socialmenu li {
  display: inline-block;
}
.footer-info .socialmenu a {
  width: 30px;
  height: auto;
  display: block;
}
.footer-info .socialmenu a img {
  width: 100%;
  height: auto;
}
.qtip-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
}
.qtip-default a {
  text-decoration: none;
  pointer-events: none;
}
.fc .fc-toolbar > * > h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 34px;
}
.fc .fc-toolbar > * > .fc-today-button {
  display: none;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
  width: 100%;
  display: block;
  text-align: center;
}
#calendar .ui-widget-header {
  border: none;
  background: #f0f0f0;
  color: #000000;
  padding: 2px 0;
}
#calendar .ui-widget-content {
  background: none;
  border: none;
  border-bottom: 1px solid #dddddd;
}
#calendar .ui-state-default,
#calendar .ui-widget-content .ui-state-default,
#calendar .ui-widget-header .ui-state-default {
  border: none;
}
.fc-time {
  display: block;
  text-indent: -9999em;
}
.fc-title {
  display: none;
}
.news-calendar-view {
  margin-bottom: 50px;
}
.zeropadrow {
  margin: 0;
}
.zeropadrow >div {
  padding: 0;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.ribbon {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 auto 20px 0;
}
.ribbon:after,
.ribbon:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -0.5em;
  width: 1em;
  height: 100%;
  background-color: #d09c00;
  pointer-events: none;
}
.ribbon:after {
  right: -0.57em;
  z-index: -1;
}
.ribbon:before {
  bottom: auto;
  top: -0.5em;
  left: -0.57em;
  z-index: -1;
}
.ribbon .text {
  display: inline-block;
  position: relative;
  padding: .15em .75em;
  text-decoration: none;
  color: #112435;
  font-weight: 700;
  background-color: #ffc004;
}
.ribbon .text:after,
.ribbon .text:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -0.5em;
  left: -0.05em;
  pointer-events: none;
  -webkit-mask: none;
}
.ribbon .text:before {
  bottom: auto;
  top: -0.5em;
  border-bottom: 0.5em solid #ffda6a;
  border-left: .5em solid transparent;
}
.ribbon .text:after {
  left: auto;
  right: -0.05em;
  border-top: 0.5em solid #ffda6a;
  border-right: .5em solid transparent;
}
.powermail_field {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.powermail_field select,
.powermail_field .powermail_textarea,
.powermail_field .powermail_input {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  background-color: #c0e1d8;
  padding: 5px 15px;
  outline: 0;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  color: #575651;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.powermail_field select::-ms-expand {
  display: none;
}
.powermail_field select:hover,
.powermail_field select:focus {
  color: #000000;
  background: #ffffff;
}
.powermail_field select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 18px;
  height: 18px;
  border: solid #e3006a;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.powermail_field select:hover ~ .select_arrow,
.powermail_field select:focus ~ .select_arrow {
  border-color: #000000;
}
.powermail_field select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}
.powermail_fieldwrap_type_check .powermail_label {
  display: none;
}
.powermail_fieldwrap_type_check .checkbox label {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.powermail_fieldwrap_type_check .checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.powermail_fieldwrap_type_check .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  background-color: #eee;
  border: 4px solid #0a6463;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.powermail_fieldwrap_type_check .checkbox label:hover input ~ .checkmark {
  background-color: #ccc;
}
.powermail_fieldwrap_type_check .checkbox label input:checked ~ .checkmark {
  background-color: #0a6463;
}
.powermail_fieldwrap_type_check .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.powermail_fieldwrap_type_check .checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.powermail_fieldwrap_type_check .checkbox label .checkmark:after {
  left: 11px;
  top: 5px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 991px) {
  .powermail_fieldwrap_type_check .checkbox label .checkmark:after {
    left: 7px;
    top: 4px;
    width: 7px;
    height: 12px;
  }
}
.powermail_legend {
  display: none;
}
.controls {
  text-align: right;
}
.controls .btn {
  background-color: #0a6463;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 1rem;
}
.controls .btn:first-child {
  margin-right: 10px;
}
.tx-powermail .layout1 {
  margin-bottom: 75px;
}
.tx-powermail .layout1 .card {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tx-powermail .layout1 .card .card-header {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.tx-powermail .layout1 .card .card-header a.collapsed legend {
  color: #abaaa8;
}
.tx-powermail .layout1 .card .card-header a.collapsed legend span {
  background: #abaaa8;
}
.tx-powermail .layout1 .card .card-body {
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .tx-powermail .layout1 .card .card-body {
    padding-left: 0;
  }
}
.tx-powermail .layout1 .card .card-border {
  border-bottom: 3px solid #abaaa8;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tx-powermail .layout1 .card .show + .card-border {
  border-color: #0a6463;
}
.tx-powermail .layout1 .card:last-child {
  display: none;
}
.tx-powermail .layout1 .powermail_fieldset {
  padding: 25px 0 0px 0;
  display: block;
}
.tx-powermail .layout1 .powermail_fieldset .fieldsetbody {
  padding-bottom: 40px;
}
.tx-powermail .layout1 .powermail_fieldset .powermail_label {
  font-size: 1.555556rem;
}
.frame-formbox {
  margin-top: 30px;
  margin-bottom: 30px;
}
.frame-formbox .container-fluid {
  background-color: #c0e1d8;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
}
.frame-formbox .container-fluid .powermail_fieldset {
  max-width: 860px;
  padding: 30px 80px;
  margin: 0 auto;
}
.frame-formbox header > * {
  color: #e3006a;
  font-size: 2rem;
  line-height: 1em;
  font-family: "Source Serif Pro";
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
}
.frame-formbox .powermail_field select,
.frame-formbox .powermail_field 
  .powermail_textarea,
.frame-formbox .powermail_field .powermail_input {
  background: #ffffff;
}
.darkbox {
  background: #0a6463;
  padding: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  max-width: 860px;
  padding: 30px 80px;
  margin: 0 auto;
}
.darkbox .powermail_fieldwrap {
  display: flex;
}
.darkbox label {
  color: #c0e1d8;
}
.darkbox .powermail_label {
  color: #c0e1d8;
  flex-basis: 200px;
}
.darkbox .powermail_field select,
.darkbox .powermail_field .powermail_textarea,
.darkbox .powermail_field .powermail_input {
  background-color: #ffffff;
}
.frame-formbox .container-fluid .darkbox + .darkbox {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .frame-formbox .container-fluid {
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .frame-formbox .container-fluid .powermail_fieldset {
    padding: 30px;
  }
}
@media screen and (max-width: 519px) {
  .frame-formbox .container-fluid {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 30px 15px;
  }
  .frame-formbox .container-fluid .powermail_fieldset {
    padding: 15px;
  }
  .darkbox .powermail_fieldwrap {
    display: block;
  }
}
.powermail_progressbar {
  width: 175px;
  height: 88px;
  position: relative;
  margin: 10px 0;
  text-align: center;
  background: none;
}
.powermail_progressbar:after {
  content: "Bitte etwas Geduld";
  color: #ffffff;
  margin-top: 10px;
  display: block;
  text-align: left;
  color: #0a6463;
}
.powermail_progress {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  animation: cssload-motion 2.4s cubic-bezier(0.77,0,0.175,1) infinite;
  -o-animation: cssload-motion 2.4s cubic-bezier(0.77,0,0.175,1) infinite;
  -ms-animation: cssload-motion 2.4s cubic-bezier(0.77,0,0.175,1) infinite;
  -webkit-animation: cssload-motion 2.4s cubic-bezier(0.77,0,0.175,1) infinite;
  -moz-animation: cssload-motion 2.4s cubic-bezier(0.77,0,0.175,1) infinite;
}
[lang="en-US"]  .powermail_progressbar:after {
  content: "This takes a moment";
}
@keyframes cssload-motion {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-88px) scale(0.3);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  75% {
    transform: translateX(88px) scale(0.3);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@-o-keyframes cssload-motion {
  0% {
    -o-transform: translateX(0) scale(1);
  }
  25% {
    -o-transform: translateX(-88px) scale(0.3);
  }
  50% {
    -o-transform: translateX(0) scale(1);
  }
  75% {
    -o-transform: translateX(88px) scale(0.3);
  }
  100% {
    -o-transform: translateX(0) scale(1);
  }
}
@-ms-keyframes cssload-motion {
  0% {
    -ms-transform: translateX(0) scale(1);
  }
  25% {
    -ms-transform: translateX(-88px) scale(0.3);
  }
  50% {
    -ms-transform: translateX(0) scale(1);
  }
  75% {
    -ms-transform: translateX(88px) scale(0.3);
  }
  100% {
    -ms-transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes cssload-motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
  }
  25% {
    -webkit-transform: translateX(-88px) scale(0.3);
  }
  50% {
    -webkit-transform: translateX(0) scale(1);
  }
  75% {
    -webkit-transform: translateX(88px) scale(0.3);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
  }
}
@-moz-keyframes cssload-motion {
  0% {
    -moz-transform: translateX(0) scale(1);
  }
  25% {
    -moz-transform: translateX(-88px) scale(0.3);
  }
  50% {
    -moz-transform: translateX(0) scale(1);
  }
  75% {
    -moz-transform: translateX(88px) scale(0.3);
  }
  100% {
    -moz-transform: translateX(0) scale(1);
  }
}
@keyframes bounce_escapingBallG {
  0% {
    left: 0px;
    transform: scale(0.5,1);
  }
  25% {
    left: 41px;
    transform: scale(1,0.5);
  }
  50% {
    left: 103px;
    transform: scale(0.5,1);
  }
  75% {
    left: 41px;
    transform: scale(1,0.5);
  }
  100% {
    left: 0px;
    transform: scale(0.5,1);
  }
}
@-o-keyframes bounce_escapingBallG {
  0% {
    left: 0px;
    -o-transform: scale(0.5,1);
  }
  25% {
    left: 41px;
    -o-transform: scale(1,0.5);
  }
  50% {
    left: 103px;
    -o-transform: scale(0.5,1);
  }
  75% {
    left: 41px;
    -o-transform: scale(1,0.5);
  }
  100% {
    left: 0px;
    -o-transform: scale(0.5,1);
  }
}
@-ms-keyframes bounce_escapingBallG {
  0% {
    left: 0px;
    -ms-transform: scale(0.5,1);
  }
  25% {
    left: 41px;
    -ms-transform: scale(1,0.5);
  }
  50% {
    left: 103px;
    -ms-transform: scale(0.5,1);
  }
  75% {
    left: 41px;
    -ms-transform: scale(1,0.5);
  }
  100% {
    left: 0px;
    -ms-transform: scale(0.5,1);
  }
}
@-webkit-keyframes bounce_escapingBallG {
  0% {
    left: 0px;
    -webkit-transform: scale(0.5,1);
  }
  25% {
    left: 41px;
    -webkit-transform: scale(1,0.5);
  }
  50% {
    left: 103px;
    -webkit-transform: scale(0.5,1);
  }
  75% {
    left: 41px;
    -webkit-transform: scale(1,0.5);
  }
  100% {
    left: 0px;
    -webkit-transform: scale(0.5,1);
  }
}
@-moz-keyframes bounce_escapingBallG {
  0% {
    left: 0px;
    -moz-transform: scale(0.5,1);
  }
  25% {
    left: 41px;
    -moz-transform: scale(1,0.5);
  }
  50% {
    left: 103px;
    -moz-transform: scale(0.5,1);
  }
  75% {
    left: 41px;
    -moz-transform: scale(1,0.5);
  }
  100% {
    left: 0px;
    -moz-transform: scale(0.5,1);
  }
}
.news-list-view,
.news-single {
  padding-top: 50px;
  padding-bottom: 50px;
}
.news-list-view img,
.news-single img {
  -webkit-box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
}
.news-list-view .caption,
.news-single .caption {
  margin-top: 10px;
}
.news-list-view .news-list-item,
.news-single .news-list-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .news-list-view .news-list-item img,
  .news-single .news-list-item img {
    margin-top: 20px;
  }
}
.news-list-view time:before,
.news-single time:before {
  content: "News ";
}
.news-list-view h2,
.news-single h2 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 50px;
}
.news-list-view h3,
.news-single h3 {
  margin-top: 0;
  font-weight: 700;
  text-transform: none;
  font-size: 32px;
  margin-bottom: px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.newsheader {
  margin-bottom: 30px;
  margin-top: 100px;
}
.newsheader h2 {
  font-size: 2.8rem;
  font-family: "Source Serif Pro";
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1em;
  font-weight: 700;
}
.newsheader .subtitle {
  font-size: 1.555556rem;
  font-family: "Source Serif Pro";
  font-weight: 400;
  text-transform: uppercase;
}
.startnews {
  padding-top: 0;
  padding-bottom: 0;
}
.startnews .news-list-item {
  padding: 1rem;
  color: #89969f;
  font-size: 16px;
  border: none;
  margin-bottom: 1rem;
  border: 4px solid #e3006a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.startnews .news-list-item h3 {
  line-height: 1em;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.startnews .news-list-item h3 a {
  color: #000000;
}
.startnews .news-list-item .lead,
.startnews .news-list-item p {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0;
  line-height: 1em;
}
.startnews .news-list-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.startnews .news-list-item .btn-read-more {
  background: #ffffff;
  display: block;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 3rem;
  line-height: 2.3rem;
  text-align: center;
  border: 0.3rem solid #e3006a;
  color: #e3006a;
  margin-left: 20px;
}
.startnews .news-list-item .btn-read-more:hover,
.startnews .news-list-item .btn-read-more:focus,
.startnews .news-list-item .btn-read-more:active {
  text-decoration: none;
}
.detailstext {
  margin-bottom: 40px;
}
.detailslider {
  margin-top: 50px;
}
.detailslider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.detailslider .owl-nav .owl-next,
.detailslider .owl-nav .owl-prev {
  background-color: rgba(255,255,255,0.8);
  width: 30px;
  height: 50px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detailslider .owl-nav .owl-prev {
  left: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.detailslider .owl-nav .owl-next {
  right: 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.newsslider {
  padding: 50px 75px;
}
@media screen and (max-width: 500px) {
  .newsslider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.newsslider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.newsslider .owl-nav .owl-next,
.newsslider .owl-nav .owl-prev {
  background-color: rgba(0,0,0,0.1);
  width: 30px;
  height: 50px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.newsslider .owl-nav .owl-next.disabled,
.newsslider .owl-nav .owl-prev.disabled {
  opacity: 0;
}
.newsslider .owl-nav .owl-prev {
  left: -75px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.newsslider .owl-nav .owl-next {
  right: -75px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.newsslider .owl-dots {
  width: 100%;
  text-align: center;
}
.newsslider .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  background: #e5e5e5;
  margin: 0 2px;
}
.newsslider .owl-dots .owl-dot.active {
  background: #0f6c97;
}
@media screen and (max-width: 399px) {
  .newsslider .owl-dots .owl-dot {
    width: 15px;
    height: 5px;
  }
}
.newsslider .newsslider-item [itemprop=headline] {
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 24px;
  display: block;
}
.newsslider .newsslider-item [itemprop=headline] a.btn-default:hover {
  background-color: #e3006a !important;
}
.newsslider .newsslider-item .lead {
  font-size: 16px;
}
.newsslider .newsslider-item img {
  margin-bottom: 20px;
}
.newsslider_wrap {
  margin-bottom: 50px;
  margin-top: 50px;
}
.newsslider_wrap .ciHeader .title {
  color: #0a6463;
}
.newsslider_wrap .gotolist {
  text-align: center;
}
.newsslider_wrap .gotolist .btn {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.filters .filterbox {
  overflow: hidden;
  flex-basis: 33.333%;
}
.filters .filterbox .inner {
  background-color: #0a6463;
  padding: 75px 40px;
  color: #ffffff;
}
.filters .filterbox .inner .title {
  font-family: "Source Serif Pro";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1em;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 30px;
}
.filters .filterbox .inner .desc {
  margin-bottom: 30px;
}
.filters .filterbox .inner select {
  width: 100%;
}
.filters .filterbox:nth-child(2) .inner {
  background-color: #0c8988;
}
.filters .filterbox:nth-child(3) .inner {
  background-color: #0fa09e;
}
@media screen and (max-width: 1023px) {
  .filters .filterbox .inner {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 639px) {
  .filters {
    flex-direction: column;
  }
  .filters .filterbox .inner {
    padding: 15px 15px;
  }
  .filters .filterbox .inner .desc {
    display: none;
  }
  .filters .filterbox .inner .title,
  .filters .filterbox .inner .desc {
    margin-bottom: 10px;
  }
}
.filters .selectwrap {
  position: relative;
}
.filters select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 15px 50px 15px 15px;
  outline: 0;
  border: 2px solid #ffffff;
  border-radius: 9px;
  color: #ffffff;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filters select::-ms-expand {
  display: none;
}
.filters select:hover,
.filters select:focus {
  color: #000000;
  background: #ffffff;
}
.filters select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.filters .select_arrow {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 18px;
  height: 18px;
  border: solid #ffffff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.filters select:hover ~ .select_arrow,
.filters select:focus ~ .select_arrow {
  border-color: #000000;
}
.filters select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}
.productmatrix .newsheader {
  text-align: center;
}
.productmatrix .productnews {
  margin-left: -15px;
  margin-right: -15px;
}
.productmatrix .productnews .news-list-item {
  width: 16.6666%;
}
.productmatrix .productnews .news-list-item .inner {
  padding: 15px;
}
@media screen and (max-width: 1199px) {
  .productmatrix .productnews .news-list-item {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .productmatrix .productnews .news-list-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 639px) {
  .productmatrix .productnews {
    margin-left: -5px;
    margin-right: -5px;
  }
  .productmatrix .productnews .news-list-item {
    width: 50%;
  }
  .productmatrix .productnews .news-list-item .inner {
    padding: 5px;
  }
}
.productmatrix .productnews a {
  color: #000000 !important;
  text-decoration: none;
}
.productmatrix .productnews .imgwrap {
  display: block;
  background: linear-gradient(0deg,#ffffff 0%,#c0e1d8 100%);
}
.productmatrix .productnews .imgwrap img {
  width: 100%;
  height: auto;
  -webkit-transform: translateX(5%);
  -moz-transform: translateX(5%);
  -o-transform: translateX(5%);
  transform: translateX(5%);
}
.productmatrix .productnews .title {
  display: block;
  word-wrap: break-word;
}
.productmatrix .productnews .moretext {
  color: #e3006a;
  text-decoration: underline;
  text-transform: uppercase;
}
.prodsearch {
  background: #000000;
  padding: 30px 0;
  position: relative;
  text-align: center;
}
.prodsearch input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  display: inline-block;
  padding: 5px 20px;
}
.detailVarianten .productvideo {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.detailVarianten .productvideo iframe {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
}
.detailVarianten .productvideo video {
  width: 100%;
  height: auto;
}
.productssheet {
  font-size: 12px;
}
.productssheet td {
  border: 1px solid #121212;
  vertical-align: top;
  padding: 10px;
}
.productssheet td .h1,
.productssheet td .h2,
.productssheet td .h3,
.productssheet td .h4,
.productssheet td .h5,
.productssheet td .h6,
.productssheet td h1,
.productssheet td h2,
.productssheet td h3,
.productssheet td h4,
.productssheet td h5,
.productssheet td h6 {
  font-size: 16px;
}
.productssheet td img {
  max-width: 100px;
  height: auto;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-browsebox {
  margin-bottom: 40px;
}
.tx-indexedsearch-searchbox label {
  min-width: 200px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  display: inline-block;
  width: 100%;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form label,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit label {
  display: none;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-sword {
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 10px 15px;
  border: none;
  background-color: #ccc;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-for {
  clear: both;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit {
  background: transparent;
  color: #0a6463;
  border: 2px solid #0a6463;
  font-size: 20px;
  padding: 7px 50px;
  display: inline-block;
  text-transform: none;
  text-shadow: none;
  -webkit-transition: background-color 500ms ease-out, color 500ms ease-out;
  -o-transition: background-color 500ms ease-out, color 500ms ease-out;
  transition: background-color 500ms ease-out, color 500ms ease-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit:hover {
  color: #ffffff;
  background-color: #0a6463;
  text-decoration: none;
}
.tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit:focus {
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .tx-indexedsearch-searchbox #tx-indexedsearch-searchbox-button-submit {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
  .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    width: 40%;
    float: left;
  }
}
.tx-indexedsearch-rules {
  padding: 20px;
  margin: 20px 0;
  background-color: #efefef;
}
.tx-indexedsearch-rules h2 {
  margin-bottom: 10px;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.tx-indexedsearch-res .tx-indexedsearch-info >* {
  display: inline-block;
}
