@charset "UTF-8";
/******************************************************************
	THEME PFADE
******************************************************************/
/******************************************************************
	COLORS
******************************************************************/
/******************************************************************
	FONTS
******************************************************************/
/******************************************************************
	Container
******************************************************************/
/******************************************************************
	GAPS
******************************************************************/
/******************************************************************
	BREAKPOINTS
******************************************************************/
/******************************************************************
	ANIMATIONS
******************************************************************/
/******************************************************************
STYLESHEET: TYPOGRAPHY
******************************************************************/
/* Fontdefinitionen BiomePro*/
@font-face {
  font-family: "BiomePro";
  src: url("/wp-content/themes/j11_theme/fonts/BiomePro/Semibold/BiomePro-Semibold.woff2") format("woff2"), url("/wp-content/themes/j11_theme/fonts/BiomePro/Semibold/BiomePro-Semibold.ttf") format("truetype"), url("/wp-content/themes/j11_theme/fonts/BiomePro/Semibold/BiomePro-Semibold.eot") format("eot");
  font-weight: 700;
  font-style: normal;
}
/* Fontdefinitionen OpenSans*/
@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/j11_theme/fonts/OpenSans/Bold/OpenSans-Bold.woff2") format("woff2"), url("/wp-content/themes/j11_theme/fonts/OpenSans/Bold/OpenSans-Bold.ttf") format("truetype"), url("/wp-content/themes/j11_theme/fonts/OpenSans/Bold/OpenSans-Bold.eot") format("eot");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/j11_theme/fonts/OpenSans/Regular/OpenSans-Regular.woff2") format("woff2"), url("/wp-content/themes/j11_theme/fonts/OpenSans/Regular/OpenSans-Regular.ttf") format("truetype"), url("/wp-content/themes/j11_theme/fonts/OpenSans/Regular/OpenSans-Regular.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 125px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 0;
  margin: 0;
  z-index: 1;
}
#header .wp-block-group {
  position: relative;
}
@media screen and (max-width: 1152px) {
  #header .wp-block-group {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #header {
    height: 100px;
  }
}

#main {
  margin-top: 125px;
  min-height: 500px;
  background-color: #eaecee;
}
@media screen and (max-width: 480px) {
  #main {
    margin-top: 100px;
  }
}

#register.wp-block-group {
  padding-top: 80px;
}

.teaser-boxen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.teaser-boxen .box-teaser {
  width: calc(50% - 2em);
  min-height: 220px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .teaser-boxen .box-teaser {
    width: calc(100% - 2em);
  }
}
.teaser-boxen .box-teaser h1, .teaser-boxen .box-teaser h2, .teaser-boxen .box-teaser h3, .teaser-boxen .box-teaser h4, .teaser-boxen .box-teaser h5 {
  color: #e9501c !important;
  margin: 20px;
}
.teaser-boxen .box-teaser p {
  color: #33475b;
}
.teaser-boxen .box-teaser a {
  color: #33475b;
  text-decoration: underline;
}
.teaser-boxen .box-teaser a.btn {
  text-decoration: none;
}

.fact-boxen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.fact-boxen .box-fact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(25% - 2em);
  min-height: 260px;
  background-color: #fbdcd2;
  border-radius: 0;
  padding: 20px;
  margin: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fact-boxen .box-fact {
    width: calc(50% - 2em);
  }
}
.fact-boxen .box-fact h1, .fact-boxen .box-fact h2, .fact-boxen .box-fact h3, .fact-boxen .box-fact h4, .fact-boxen .box-fact h5 {
  color: #33475b !important;
  margin: 20px;
}
.fact-boxen .box-fact p {
  color: #33475b;
}
.fact-boxen .box-fact a {
  color: #33475b;
  text-decoration: underline;
}

#footer {
  background-color: #33475b;
  width: 100%;
  padding: 80px 0 40px 0;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer p {
  color: #ffffff;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
  font-size: 24px;
  margin: 0 0 10px 0;
}
#footer .wp-block-group {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 480px) {
  #footer .wp-block-group .widget {
    margin-bottom: 20px;
  }
}
#footer a {
  color: #ffffff !important;
  font-weight: 700 !important;
}
#footer a:hover {
  color: #e9501c !important;
}
#footer .copyright-info {
  margin-top: 40px;
  text-align: center;
}

html, body {
  font-family: "BiomePro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-display: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
  background-color: #ffffff;
  color: #33475b;
  text-align: left;
  transition: all 4s;
}

div, span {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

.wp-block-group {
  max-width: 1152px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 80px 0;
}
.wp-block-group .wp-block-group__inner-container {
  width: 100%;
  max-width: 1152px;
  margin: 0;
  padding: 40px 0;
}
@media screen and (max-width: 1152px) {
  .wp-block-group .wp-block-group__inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wp-block-group.alignfull {
  max-width: 100%;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.has-no-margin-top {
  margin-top: 0;
}
.wp-block-group.has-no-margin-bottom {
  margin-bottom: 0;
}
.wp-block-group.has-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1152px) {
  .wp-block-group {
    width: auto;
    display: block;
  }
}

.wp-block-columns {
  margin-bottom: 0;
}

.wp-block-media-text {
  margin-bottom: 40px;
}

.logo {
  position: absolute;
  top: 14px;
  left: 0;
  width: 250px;
  height: 91px;
}
.logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .logo {
    top: 10px;
    width: 200px;
    height: 73px;
  }
}

.footer-logo {
  float: right;
  margin-top: -32px;
  width: 200px;
  height: 59px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin-top: -10px;
  }
}
@media screen and (max-width: 480px) {
  .footer-logo {
    display: block;
    margin-top: 0;
    width: 120px;
    height: 35px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "BiomePro", sans-serif;
  line-height: 1.4em;
  font-size: 30px;
  font-weight: 700;
}
h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b {
  font-weight: 700;
}
h1 sup, h2 sup, h3 sup, h4 sup, h5 sup {
  top: -1.4em;
  font-size: 20px;
}
h1.has-2extralarge-font-size, h2.has-2extralarge-font-size, h3.has-2extralarge-font-size, h4.has-2extralarge-font-size, h5.has-2extralarge-font-size {
  font-size: 45px;
}
h1.has-2extralarge-font-size sup, h2.has-2extralarge-font-size sup, h3.has-2extralarge-font-size sup, h4.has-2extralarge-font-size sup, h5.has-2extralarge-font-size sup {
  font-size: 0.6em;
}
h1.has-extralarge-font-size, h2.has-extralarge-font-size, h3.has-extralarge-font-size, h4.has-extralarge-font-size, h5.has-extralarge-font-size {
  font-size: 30px;
}
h1.has-extralarge-font-size sup, h2.has-extralarge-font-size sup, h3.has-extralarge-font-size sup, h4.has-extralarge-font-size sup, h5.has-extralarge-font-size sup {
  font-size: 0.6em;
}
h1.has-large-font-size, h2.has-large-font-size, h3.has-large-font-size, h4.has-large-font-size, h5.has-large-font-size {
  font-size: 24px;
}
h1.has-large-font-size sup, h2.has-large-font-size sup, h3.has-large-font-size sup, h4.has-large-font-size sup, h5.has-large-font-size sup {
  font-size: 0.6em;
}
h1.has-medium-font-size, h2.has-medium-font-size, h3.has-medium-font-size, h4.has-medium-font-size, h5.has-medium-font-size {
  font-size: 18px;
}
h1.has-medium-font-size sup, h2.has-medium-font-size sup, h3.has-medium-font-size sup, h4.has-medium-font-size sup, h5.has-medium-font-size sup {
  font-size: 0.6em;
}
h1.has-small-font-size, h2.has-small-font-size, h3.has-small-font-size, h4.has-small-font-size, h5.has-small-font-size {
  font-size: 15px;
}
h1.has-small-font-size sup, h2.has-small-font-size sup, h3.has-small-font-size sup, h4.has-small-font-size sup, h5.has-small-font-size sup {
  font-size: 0.3em;
}
h1.has-smallest-font-size, h2.has-smallest-font-size, h3.has-smallest-font-size, h4.has-smallest-font-size, h5.has-smallest-font-size {
  font-size: 13px;
}
h1.has-smallest-font-size sup, h2.has-smallest-font-size sup, h3.has-smallest-font-size sup, h4.has-smallest-font-size sup, h5.has-smallest-font-size sup {
  font-size: 0.3em;
}
@media screen and (max-width: 480px) {
  h1, h2, h3, h4, h5 {
    font-size: 18px;
  }
  h1 sup, h2 sup, h3 sup, h4 sup, h5 sup {
    font-size: 0.3em;
  }
}

p {
  margin: 0;
  min-height: 15px;
}
p.has-2extralarge-font-size {
  font-size: 45px;
  line-height: 1.6em;
}
p.has-extralarge-font-size {
  font-size: 30px;
  line-height: 1.6em;
}
p.has-large-font-size {
  font-size: 24px;
  line-height: 1.6em;
}
p.has-medium-font-size {
  font-size: 18px;
  line-height: 1.6em;
}
p.has-small-font-size {
  font-size: 15px;
}
p.has-smallest-font-size {
  font-size: 13px;
  line-height: 1em;
}

p, ul, li {
  font-family: "OpenSans", sans-serif;
}
p sup, ul sup, li sup {
  font-size: 0.7em;
}

ul {
  padding-left: 15px;
}

h1.has-white-color, h2.has-white-color, h3.has-white-color, h4.has-white-color, h5.has-white-color, p.has-white-color {
  color: #ffffff;
}
h1.has-black-color, h2.has-black-color, h3.has-black-color, h4.has-black-color, h5.has-black-color, p.has-black-color {
  color: #000000;
}
h1.has-blue-color, h2.has-blue-color, h3.has-blue-color, h4.has-blue-color, h5.has-blue-color, p.has-blue-color {
  color: #33475b;
}
h1.has-gray-color, h2.has-gray-color, h3.has-gray-color, h4.has-gray-color, h5.has-gray-color, p.has-gray-color {
  color: #eaecee;
}
h1.has-orange-color, h2.has-orange-color, h3.has-orange-color, h4.has-orange-color, h5.has-orange-color, p.has-orange-color {
  color: #e9501c;
}
h1.has-light-orange-color, h2.has-light-orange-color, h3.has-light-orange-color, h4.has-light-orange-color, h5.has-light-orange-color, p.has-light-orange-color {
  color: #fbdcd2;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

.bold-blue strong, .bold-blue b {
  color: #33475b;
}

.wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image .aligncenter, .wp-block-image.is-resized {
  display: inline-grid;
}
.wp-block-image .alignleft img, .wp-block-image .alignright img, .wp-block-image .aligncenter img, .wp-block-image.is-resized img {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figure {
  width: 100%;
}
.wp-block-image figure.aligncenter figcaption {
  text-align: center;
  color: #33475b;
}

img.alignleft {
  float: left;
  margin-right: 80px;
}
@media screen and (max-width: 480px) {
  img.alignleft {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
img.alignright {
  float: right;
  margin-left: 80px;
}
@media screen and (max-width: 480px) {
  img.alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 480px) {
  .wp-block-media-text__media img, .wp-block-media-text__media video {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

a {
  text-decoration: none;
}
a.btn, a.wp-block-button__link {
  display: inline-block;
  color: #ffffff !important;
  text-decoration: none;
  background: #e9501c;
  padding: 5px 15px;
  margin: 10px 0;
  border-radius: 5px;
  transition: all 200ms ease-in-out;
}
a.btn:hover, a.wp-block-button__link:hover {
  background: #33475b;
  transition: all 200ms ease-in-out;
}

p a {
  color: #e9501c;
}
p a:hover {
  color: #33475b;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-black-background-color {
  background-color: #000000;
}

.has-blue-background-color {
  background-color: #33475b;
}

.has-gray-background-color {
  background-color: #eaecee;
}

.has-orange-background-color {
  background-color: #e9501c;
}
.has-orange-background-color a.btn, .has-orange-background-color a.wp-block-button__link {
  color: #ffffff !important;
  background: #33475b;
}
.has-orange-background-color a.btn:hover, .has-orange-background-color a.wp-block-button__link:hover {
  color: #33475b !important;
  background: #ffffff;
}

.has-light-orange-background-color {
  background-color: #fbdcd2;
}

.has-white-color h1, .has-white-color h2, .has-white-color h3, .has-white-color h4, .has-white-color h5, .has-white-color p, .has-white-color a {
  color: #ffffff;
}

.has-black-color h1, .has-black-color h2, .has-black-color h3, .has-black-color h4, .has-black-color h5, .has-black-color p, .has-black-color a {
  color: #000000;
}

.has-blue-color h1, .has-blue-color h2, .has-blue-color h3, .has-blue-color h4, .has-blue-color h5, .has-blue-color p, .has-blue-color a {
  color: #33475b;
}

.has-gray-color h1, .has-gray-color h2, .has-gray-color h3, .has-gray-color h4, .has-gray-color h5, .has-gray-color p, .has-gray-color a {
  color: #eaecee;
}

.has-orange-color h1, .has-orange-color h2, .has-orange-color h3, .has-orange-color h4, .has-orange-color h5, .has-orange-color p, .has-orange-color a {
  color: #e9501c;
}

.has-light-orange-color h1, .has-light-orange-color h2, .has-light-orange-color h3, .has-light-orange-color h4, .has-light-orange-color h5, .has-light-orange-color p, .has-light-orange-color a {
  color: #fbdcd2;
}

/* Mobile Navigation: Menu Icon with transformation  */
.navHamburger {
  display: none;
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 999;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1024px) {
  .navHamburger {
    display: block;
    top: 8px;
  }
}

#header.zoom .navHamburger {
  top: 6px;
  transition: all 200ms ease-in-out;
}

.mobileNav.active {
  display: block;
}

.mobileNavIcon {
  position: absolute;
  top: 58px;
  right: 0;
  height: 54px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  width: 54px;
  z-index: 910;
}

.mobileNav {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(233, 80, 28, 0.9) none repeat scroll 0 0;
  overflow-y: auto;
  padding-bottom: 0;
  padding-top: 0;
  width: 400px;
  height: 100%;
  z-index: 905;
}

/* Hintergund Hamburger */
.x-hamburger {
  background-color: transparent;
}

/* Farbe Hamburger Balken */
.x-hamburger span {
  background: #e9501c;
}

.x-hamburger {
  position: absolute;
  right: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 50px;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  display: block;
  cursor: pointer;
}

.x-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 7px;
}

.x-hamburger span.hlt {
  top: 10px;
}

.x-hamburger span.hlb {
  top: 34px;
}

/* Animation middle span */
.x-hamburger.active span.hlm {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* Animation top/bottom span active */
.x-hamburger span.hlt, .x-hamburger span.hlb {
  -webkit-transition-property: top, -webkit-transform;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: top, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0.3s;
  transition-timing-function: ease;
}

.x-hamburger.active span.hlt, .x-hamburger.active span.hlb {
  top: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.x-hamburger.active span.hlb {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Animation top/bottom span closed */
.x-hamburger span.hlt, .x-hamburger span.hlb, .x-hamburger.normal span.hlt, .x-hamburger.normal span.hlb {
  -webkit-transition-property: top, -webkit-transform;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: top, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0.3s;
  transition-timing-function: ease;
}

.x-hamburger.normal span.hlt, .x-hamburger.normal span.hlb {
  -webkit-transition-property: -webkit-transform, top;
  -webkit-transition-delay: 0s, 0.3s;
  transition-property: transform, top;
  transition-delay: 0s, 0.3s;
}

.nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 995;
  width: 0;
  height: 100%;
  padding: 12px 0 0 0;
  margin: 0;
  overflow: auto;
  background-color: #eaecee;
  display: inline;
  transition: all 200ms ease-in-out;
}
.nav-mobile.active {
  width: 75%;
  transition: all 200ms ease-in-out;
}
.nav-mobile ul {
  box-shadow: none;
  list-style-type: none;
  padding: 0;
  margin-top: 3px;
}
.nav-mobile ul.first {
  margin: 0 10px;
}
.nav-mobile ul li a {
  display: block;
  width: calc(100% - 30px);
  text-align: left;
  padding: 5px 10px;
  font-family: "BiomePro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  color: #000000 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-mobile ul li a.btn-tel, .nav-mobile ul li a.btn-date, .nav-mobile ul li a.btn-mail, .nav-mobile ul li a.btn-download, .nav-mobile ul li a.btn-map {
  padding-left: 30px !important;
}
.nav-mobile ul li a.btn-tel::before, .nav-mobile ul li a.btn-date::before, .nav-mobile ul li a.btn-mail::before, .nav-mobile ul li a.btn-download::before, .nav-mobile ul li a.btn-map::before {
  top: 9px;
  left: 5px;
}
.nav-mobile ul li a.btn-date::before {
  top: 7px;
}
.nav-mobile ul li:nth-child(1), .nav-mobile ul li:nth-child(2) {
  background: #e9501c;
  padding: 0 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 80px 10px 0;
}
.nav-mobile ul li:nth-child(1) a, .nav-mobile ul li:nth-child(2) a {
  color: #ffffff !important;
}
.nav-mobile ul li.active a {
  font-weight: 700;
}
.nav-mobile ul li.active li a {
  font-weight: 700;
}
.nav-mobile ul li.active li.active a {
  font-weight: 700;
}
.nav-mobile ul li.dropdown {
  background-color: transparent;
  background-image: url("/wp-content/themes/j11_theme/arrow_down.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 36px auto;
}

nav.nav-top {
  position: absolute;
  top: 0;
  right: 0;
}
nav.nav-top ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav.nav-top ul li {
  float: left;
  margin-left: 20px;
}
nav.nav-top ul li a {
  color: #e9501c;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  nav.nav-top ul li a {
    font-size: 13px;
  }
}
nav.nav-top ul li a:hover {
  color: #33475b;
  text-decoration: none;
}
nav.nav-top ul li.current_page_item a {
  color: #fbdcd2;
}
nav.nav-top ul li:nth-last-child(1) {
  background: #e9501c;
  padding: 0 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
nav.nav-top ul li:nth-last-child(1) a {
  color: #ffffff;
}
nav.nav-top ul li:nth-last-child(1) a:hover {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  nav.nav-top {
    display: none;
  }
}

nav.nav-header {
  position: absolute;
  top: 65px;
  right: 0;
}
nav.nav-header ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav.nav-header ul li {
  float: left;
  margin-left: 20px;
}
nav.nav-header ul li a {
  text-transform: uppercase;
  color: #33475b;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  nav.nav-header ul li a {
    font-size: 13px;
  }
}
nav.nav-header ul li a:hover {
  color: #e9501c;
  text-decoration: none;
}
nav.nav-header ul li.current_page_item a {
  color: #fbdcd2;
}
@media screen and (max-width: 1024px) {
  nav.nav-header {
    display: none;
  }
}

nav.nav-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav.nav-footer ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
nav.nav-footer ul li a:hover {
  color: #eaecee;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  nav.nav-footer {
    display: block;
  }
}

/* Slider basics */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide .slick-loading img {
  display: none;
}
.slick-slide .dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider individual*/
.slick-slider {
  overflow: hidden;
}

.slick-loading .slick-list {
  background: #fff url("/typo3conf/ext/h11_theme/Resources/Public/Images/Slick/ajax-loader.gif") center center no-repeat;
}

.slick-list {
  margin-left: 0;
  margin-right: 0;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  opacity: 0.75;
  position: absolute;
  height: 20px;
}

.slick-prev {
  left: 10px;
}

[dir=rtl] .slick-prev {
  right: -18px;
  left: auto;
}

.slick-prev:before {
  content: " ";
  background-image: url("/wp-content/themes/j11_theme/arrow_left.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}

[dir=rtl] .slick-prev:before {
  content: " ";
  background-image: url("/wp-content/themes/j11_theme/arrow_right.png");
}

.slick-next {
  right: 10px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -5px;
}

.slick-next:before {
  content: " ";
  background-image: url("/wp-content/themes/j11_theme/arrow_right.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  left: -10px;
  top: 0;
}

[dir=rtl] .slick-next:before {
  content: " ";
  background-image: url("/wp-content/themes/j11_theme/arrow_left.png");
}

/* Dots */
ul.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 !important;
  padding: 0;
  cursor: pointer;
}
ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
ul.slick-dots li button:hover, ul.slick-dots li button:focus {
  outline: none;
}
ul.slick-dots li button:hover:before, ul.slick-dots li button:focus:before {
  opacity: 1;
}
ul.slick-dots li button:before {
  font-size: 45px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.15;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000000;
}

.section-slider-slide {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
}
.section-slider-slide .section-slider--text {
  position: relative;
  z-index: 10;
  padding: 80px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .section-slider-slide .section-slider--text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .section-slider-slide .section-slider--text {
    padding: 80px 20px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-slider-slide .section-slider--text {
    padding: 20px 10px 10px 10px;
    width: 90%;
  }
}
.section-slider-slide .section-slider--text h1, .section-slider-slide .section-slider--text h2, .section-slider-slide .section-slider--text h3, .section-slider-slide .section-slider--text h4, .section-slider-slide .section-slider--text h5 {
  color: #33475b;
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .section-slider-slide .section-slider--text h1, .section-slider-slide .section-slider--text h2, .section-slider-slide .section-slider--text h3, .section-slider-slide .section-slider--text h4, .section-slider-slide .section-slider--text h5 {
    font-size: 24px;
  }
}
.section-slider-slide .section-slider--text a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background: #e9501c;
  padding: 5px 15px;
  margin: 5px 0;
  border-radius: 5px;
  transition: all 200ms ease-in-out;
}
.section-slider-slide .section-slider--text a:hover {
  background: #33475b;
  transition: all 200ms ease-in-out;
}
.section-slider-slide .section-slider--textbg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 600px 1200px 0 0;
  border-color: rgba(251, 220, 210, 0.6) transparent transparent transparent;
}
@media screen and (max-width: 1200px) {
  .section-slider-slide .section-slider--textbg {
    border-width: 600px 1200px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-slider-slide .section-slider--textbg {
    border-width: 600px 1024px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section-slider-slide .section-slider--textbg {
    border-width: 600px 768px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .section-slider-slide .section-slider--textbg {
    border-width: 600px 480px 0 0;
  }
}

.carousel {
  padding: 0 80px 40px 80px;
  margin: 0 80px;
}
@media screen and (max-width: 768px) {
  .carousel {
    padding: 0 40px;
    margin: 0 0;
  }
}
.carousel .slick-prev,
.carousel .slick-next {
  z-index: 9;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  width: 40px;
}
.carousel .slick-prev {
  left: 0;
}
.carousel .slick-next {
  right: 0;
}
.carousel .slick-next:before {
  left: 0;
}
.carousel .slick-dots {
  position: relative;
}
.carousel .slide {
  padding: 10px;
  height: 350px;
  overflow: hidden;
  background-color: #eaecee;
}
.carousel .slide img {
  width: 100%;
}
.carousel .slide.sldTxtBgpc {
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-start;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel .slide.sldTxtBgpc .textSlide {
  width: 50%;
  margin: 0 0 40px 40px;
}
.carousel .slide.sldTxtBgpc .textSlide h1, .carousel .slide.sldTxtBgpc .textSlide h2, .carousel .slide.sldTxtBgpc .textSlide h3, .carousel .slide.sldTxtBgpc .textSlide h4, .carousel .slide.sldTxtBgpc .textSlide h5, .carousel .slide.sldTxtBgpc .textSlide p {
  font-family: "BiomePro", sans-serif;
  line-height: 2em;
  font-size: 45px;
  text-transform: none;
  color: #ffffff;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 768px) {
  .carousel .slide.sldTxtBgpc .textSlide h1, .carousel .slide.sldTxtBgpc .textSlide h2, .carousel .slide.sldTxtBgpc .textSlide h3, .carousel .slide.sldTxtBgpc .textSlide h4, .carousel .slide.sldTxtBgpc .textSlide h5, .carousel .slide.sldTxtBgpc .textSlide p {
    font-size: 30px;
  }
}
.carousel .slide.sldTxtBgpc .textSlide a {
  font-family: "OpenSans", sans-serif;
  text-shadow: none;
}
.carousel .slide.sldTxtOnl {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.carousel .slide.sldTxtOnl .textSlide {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .carousel .slide.sldTxtOnl .textSlide {
    width: 90%;
  }
}
.carousel .slide.sldTxtOnl .textSlide h1, .carousel .slide.sldTxtOnl .textSlide h2, .carousel .slide.sldTxtOnl .textSlide h3, .carousel .slide.sldTxtOnl .textSlide h4, .carousel .slide.sldTxtOnl .textSlide h5 {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .carousel .slide.sldTxtOnl .textSlide h1, .carousel .slide.sldTxtOnl .textSlide h2, .carousel .slide.sldTxtOnl .textSlide h3, .carousel .slide.sldTxtOnl .textSlide h4, .carousel .slide.sldTxtOnl .textSlide h5 {
    font-size: 18px;
  }
}
.carousel .slide.sldTxtOnl .textSlide p {
  font-size: 30px;
  hyphens: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .carousel .slide.sldTxtOnl .textSlide p {
    font-size: 18px;
  }
}
.carousel .slide-caption {
  margin-top: 10px;
}
.carousel .slide-caption p, .carousel .slide-caption a {
  font-family: "BiomePro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  hyphens: none;
  text-align: center;
  color: #000000;
}

.section-hero {
  position: relative;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-hero .section-hero--text {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-hero .section-hero--text {
    width: 90%;
  }
}
.section-hero .section-hero--text h1, .section-hero .section-hero--text h2, .section-hero .section-hero--text h3, .section-hero .section-hero--text h4, .section-hero .section-hero--text h5 {
  color: #e9501c;
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .section-hero .section-hero--text h1, .section-hero .section-hero--text h2, .section-hero .section-hero--text h3, .section-hero .section-hero--text h4, .section-hero .section-hero--text h5 {
    font-size: 24px;
  }
}
.section-hero .section-hero--text a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background: #e9501c;
  padding: 5px 15px;
  margin: 5px 0;
  border-radius: 5px;
  transition: all 200ms ease-in-out;
}
.section-hero .section-hero--text a:hover {
  background: #33475b;
  transition: all 200ms ease-in-out;
}

#slide_top {
  position: fixed;
  right: 0;
  bottom: 15px;
  width: 54px;
  height: 54px;
  padding: 15px;
  background-color: transparent;
  background-image: url("/wp-content/themes/j11_theme/img/arrow_top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 54px 54px;
  color: #fff;
  cursor: pointer;
  z-index: 920;
  display: none;
}

a#slide_top {
  line-height: 1.4em;
}

.wpcf7-form {
  /* individual width*/
}
.wpcf7-form input.wpcf7-form-control {
  background-color: #ffffff;
  font-family: "BiomePro", sans-serif;
  color: #000000;
  font-size: 15px;
  height: 60px;
  width: 100%;
  padding: 20px 80px;
  margin: 0 20px 20px 0;
  border: 2px solid #33475b;
  border-radius: 30px;
  box-shadow: inherit;
  box-sizing: border-box;
}
.wpcf7-form p {
  display: flex;
  min-height: 50px;
}
.wpcf7-form span.wpcf7-form-control-wrap {
  display: inline-block;
}
.wpcf7-form .wpcf7-form-control-wrap.vorname, .wpcf7-form .wpcf7-form-control-wrap.nachname {
  width: 50%;
}
.wpcf7-form .wpcf7-form-control-wrap.strasse, .wpcf7-form .wpcf7-form-control-wrap.stadt {
  width: 80%;
}
.wpcf7-form .wpcf7-form-control-wrap.nr, .wpcf7-form .wpcf7-form-control-wrap.plz {
  width: 20%;
}
.wpcf7-form .wpcf7-form-control-wrap.email input {
  width: 90%;
}
.wpcf7-form .wpcf7-form-control-wrap.vorname,
.wpcf7-form .wpcf7-form-control-wrap.strasse,
.wpcf7-form .wpcf7-form-control-wrap.plz {
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .wpcf7-form p {
    flex-direction: column;
  }
  .wpcf7-form .wpcf7-form-control-wrap.vorname, .wpcf7-form .wpcf7-form-control-wrap.nachname,
.wpcf7-form .wpcf7-form-control-wrap.strasse, .wpcf7-form .wpcf7-form-control-wrap.stadt,
.wpcf7-form .wpcf7-form-control-wrap.nr, .wpcf7-form .wpcf7-form-control-wrap.plz,
.wpcf7-form .wpcf7-form-control-wrap.email input {
    width: 100%;
    padding-right: 0;
  }
}
.wpcf7-form .wpcf7-list-item {
  position: relative;
  min-width: 150px;
  height: auto;
  padding: 10px 0 0 60px;
  margin: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-form .wpcf7-list-item a {
  text-decoration: underline;
}
.wpcf7-form .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-form .wpcf7-list-item .checkmark {
  position: absolute;
  top: 15px;
  left: 0;
  height: 46px;
  width: 46px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #33475b;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  -moz-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
}
.wpcf7-form .wpcf7-list-item :hover input ~ .checkmark {
  background-color: #ffffff;
}
.wpcf7-form .wpcf7-list-item input:checked ~ .checkmark {
  background: #33475b;
}
.wpcf7-form .wpcf7-list-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.wpcf7-form .wpcf7-list-item input:checked ~ .checkmark:after {
  display: block;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .checkmark {
  height: 30px;
  width: 30px;
  border-radius: 0;
}
.wpcf7-form .wpcf7-form-control-wrap.anrede .wpcf7-list-item, .wpcf7-form .wpcf7-form-control-wrap.titel2 .wpcf7-list-item {
  height: 58px;
}
.wpcf7-form p.submit-preinfo {
  padding: 0 0 0 60px;
  font-weight: 700;
  color: #33475b;
}
.wpcf7-form p.submit-button {
  justify-content: flex-end;
}
.wpcf7-form p.submit-button input.wpcf7-submit {
  background: #33475b;
  color: #ffffff;
  margin: 20px 0;
  cursor: pointer;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .wpcf7-form p.submit-button input.wpcf7-submit {
    width: 100%;
  }
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output {
  border-color: #e9501c !important;
  color: #e9501c !important;
  border-radius: 30px;
  height: 60px;
  padding: 20px 80px;
}
