* {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  color: #211B0F;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.5em;
}

.no-scroll {
  overflow: hidden;
}

img {
  width: auto;
  height: auto;
}

a {
  text-decoration: underline;
  color: rgb(110, 27, 142);
}

p {
  color: #211B0F;
}

ul {
  list-style: none;
}
ul li {
  position: relative;
}
ul li::before {
  content: "\e952";
  font-family: "icomoon" !important;
  color: rgb(110, 27, 142);
  margin-right: 5px;
  position: absolute;
  left: -35px;
  font-size: 17px;
}

b,
strong {
  font-weight: 500;
}

table.content-table {
  width: 100%;
}
table.content-table th, table.content-table td {
  text-align: left;
  padding: 5px;
}
table.content-table th {
  font-weight: 400;
}

.headlines {
  text-align: center;
  word-wrap: break-word;
}
.headlines.signed::before {
  content: "";
  background-image: url(/fileadmin/web/img/blume_verlauf_small.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 30px;
  width: 100px;
  height: 52px;
}
.headlines.signed *:first-child {
  margin-top: 0;
}
.headlines.signed > span {
  display: block;
}
.headlines.signedBackup::before {
  font-family: "icomoon" !important;
  content: "\e90c";
  font-size: 32px;
}
.headlines h1 {
  font-weight: bold !important;
}
.headlines * {
  line-height: 1;
  margin: 0;
}
.headlines *:nth-child(1) {
  font-size: 40px;
  color: #793991;
  text-transform: uppercase;
  font-weight: 500;
}
.headlines *:nth-child(2) {
  font-size: 25px;
  color: #793991;
  margin-top: 15px;
}
.headlines *:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .headlines *:nth-child(1) {
    font-size: 23px;
  }
  .headlines *:nth-child(2) {
    font-size: 18px;
    margin-top: 10px;
  }
  .headlines *:last-child {
    margin-bottom: 25px;
  }
}
.c-normal {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

.background-weaklila {
  background-color: rgb(242, 234, 245);
}

.button {
  background-color: rgb(155, 89, 180);
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}
.button:hover {
  background-color: rgb(114, 0, 149);
}

.slick-dots {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  text-align: center;
  width: auto;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  background: #d1d1d1;
  border-radius: 20px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #6e1b8e;
}
.slick-dots li::before {
  content: "";
  color: inherit;
  margin-right: 0;
  font-size: inherit;
}

body.cookie .top-bar {
  top: 60px;
}

body.cookie .season-vista {
  padding-top: 0 !important;
}

#cookiebanner {
  border: 0;
  bottom: inherit;
  top: 0;
  height: 60px;
}

#cookiebanner .cb-infolink {
  color: #6d228c;
}

#cookiebanner a.cb-infolink:visited {
  color: #6d228c;
}

#cookiebanner .cb-button {
  background: #6d228c;
  color: #fff;
}

::-webkit-input-placeholder {
  color: rgb(76, 76, 76);
}

:-moz-placeholder {
  color: rgb(76, 76, 76);
}

::-moz-placeholder {
  color: rgb(76, 76, 76);
}

:-ms-input-placeholder {
  color: rgb(76, 76, 76);
}

::selection {
  background-color: rgba(155, 89, 180, 0.5);
}

main {
  padding-top: 250px;
}

@media only screen and (max-width: 1024px) {
  main {
    padding-top: 135px;
  }
}
.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: normal;
  width: 100%;
  min-height: 55px;
  background-color: #793991;
  position: fixed;
  z-index: 999;
  backface-visibility: hidden;
}
.top-bar.small:not(.menu-open) .links-lower {
  display: none;
}
.top-bar.small:not(.menu-open) .logo a {
  display: none;
}
.top-bar.small:not(.menu-open) .logo a:nth-child(2) {
  display: block;
}
.top-bar.small:not(.menu-open) .logo .image img {
  width: 60px;
}
.top-bar .wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 6%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.top-bar .mobile-menu {
  display: none;
}
.top-bar .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}
.top-bar .logo {
  position: relative;
  display: block;
  flex: 0 0 auto;
  height: auto;
  text-align: center;
}
.top-bar .logo.no-text .text {
  display: none;
}
.top-bar .logo a {
  text-decoration: none;
}
.top-bar .logo a:nth-child(2) {
  display: none;
}
.top-bar .logo .image {
  display: inline-block;
}
.top-bar .logo .image img {
  display: inline-block;
  width: 148px;
}
.top-bar .logo .text {
  margin: 10px 0 0 0;
  text-align: center;
}
.top-bar .logo .text span {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #6c1090;
}
.top-bar .links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.top-bar .links-upper {
  display: flex;
  align-items: center;
  gap: 45px;
}
.top-bar .links-lower {
  display: flex;
  margin-top: 30px;
}
.top-bar .langnav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar .langnav li {
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: 400;
}
.top-bar .langnav li::before {
  content: none;
}
.top-bar .langnav li.active a {
  color: #FFFFFF;
  font-weight: bold;
}
.top-bar .langnav li::after {
  content: "|";
  margin: 0 10px;
  font-size: 14px;
  color: #FFFFFF;
}
.top-bar .langnav li:last-child::after {
  content: none;
}
.top-bar .langnav li a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 400;
}
.top-bar .shortlinks {
  height: 100%;
  width: auto;
  display: flex;
  gap: 40px;
  margin-right: 40px;
}
.top-bar .shortlinks .shortlink {
  height: 100%;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.top-bar .shortlinks .shortlink::before {
  font-size: 17px;
  display: inline-block;
}
.top-bar .shortlinks .shortlink span {
  margin-left: 8px;
  vertical-align: top;
  display: inline-block;
  color: #FFFFFF;
}
.top-bar .phone,
.top-bar .mail {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 17px;
  text-decoration: none;
}
.top-bar .phone > *,
.top-bar .mail > * {
  color: #FFFFFF;
}
.top-bar .phone .icon,
.top-bar .mail .icon {
  margin-right: 5px;
  font-size: 15px;
}
.top-bar .phone .label,
.top-bar .mail .label {
  margin-right: 5px;
}
.top-bar .sociallinks {
  height: auto;
  display: flex;
  gap: 10px;
}
.top-bar .sociallinks .sociallink {
  color: #793991;
  text-decoration: none;
  height: 26px;
  width: 26px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.top-bar .sociallinks .sociallink::before {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-bar .quicksearch {
  line-height: 1;
  display: flex;
  align-items: center;
}
.top-bar .quicksearch .searchfield {
  position: relative;
}
.top-bar .quicksearch .searchfield .search-text {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  width: 280px;
  height: 30px;
  line-height: 32px;
  border-radius: 25px;
  font-size: 17px;
  padding: 0 15px;
  outline: none;
}
.top-bar .quicksearch .searchfield .search-text::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.top-bar .quicksearch .searchfield .icon-lupe {
  color: #FFFFFF;
  margin-right: 15px;
}
.top-bar .menu .wrapper {
  align-items: center;
}
.top-bar .nl-signup {
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  padding: 1px 10px;
  cursor: pointer;
}
.top-bar .nl-signup span {
  color: #FFFFFF;
  font-size: 16px;
}
.top-bar .mainmenu {
  flex: 1 0 auto;
  color: rgb(110, 27, 142);
  height: 55px;
  width: auto;
}
.top-bar .mainmenu ul {
  list-style: none;
  margin: 0;
  height: 100%;
  padding: 0;
  font-weight: 500;
}
.top-bar .mainmenu ul.lvl0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 80px;
}
.top-bar .mainmenu ul.lvl0 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  text-align: center;
}
.top-bar .mainmenu ul.lvl0 > li > a {
  display: flex;
  letter-spacing: 1.9px;
}
.top-bar .mainmenu ul.lvl0 > li > a.act, .top-bar .mainmenu ul.lvl0 > li > a.cur {
  font-weight: 500;
}
.top-bar .mainmenu ul.lvl0 > li > a:before {
  content: "\e953";
  font-family: "icomoon" !important;
  font-size: 12px;
  margin-right: 5px;
}
.top-bar .mainmenu ul.lvl0 .submenu-lvl1 {
  text-align: left;
}
.top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul {
  position: relative;
  padding-top: 62px;
  padding-bottom: 62px;
  display: flex;
  flex-direction: column;
  padding-right: 100px;
}
.top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul .submenu-label {
  position: absolute;
  top: 5px;
  line-height: 1;
}
.top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul .submenu-label span {
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}
.top-bar .mainmenu ul li {
  display: inline-block;
  line-height: 65px;
  padding: 0 40px;
  position: static;
}
.top-bar .mainmenu ul li::before {
  content: none;
}
.top-bar .mainmenu ul li:hover .submenu-lvl1 {
  display: block;
}
.top-bar .mainmenu ul li a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
}
.top-bar .mainmenu .submenu-lvl1 {
  background-color: #B28DBF;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9999;
  height: auto;
  padding: 25px 0;
  width: 100%;
  border-top: 3px solid #FFFFFF;
}
.top-bar .mainmenu .submenu-lvl1 .wrapper {
  overflow: auto;
}
.top-bar .mainmenu .submenu-lvl1 .deco {
  pointer-events: none;
}
.top-bar .mainmenu .submenu-lvl1 .deco i {
  color: rgba(222, 200, 240, 0.5);
  position: absolute;
  bottom: 0;
  right: -30px;
  font-size: 200px;
  z-index: -1;
}
.top-bar .mainmenu .submenu-lvl1 ul li {
  padding: 0;
  line-height: 1;
  display: block;
  margin-bottom: 16px;
  width: fit-content;
}
.top-bar .mainmenu .submenu-lvl1 ul li.has-sub > a::after {
  content: "\e953";
  font-family: "icomoon" !important;
  font-size: 12px;
  margin-left: 5px;
}
.top-bar .mainmenu .submenu-lvl1 ul li:hover {
  background-color: transparent;
}
@media (min-width: 1025px) {
  .top-bar .mainmenu .submenu-lvl1 ul li:hover .submenu-lvl2 {
    display: block;
  }
}
.top-bar .mainmenu .submenu-lvl1 ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.top-bar .mainmenu .submenu-lvl1 ul li a:hover {
  color: black;
}
.top-bar .mainmenu .submenu-lvl1 ul li > a.cur,
.top-bar .mainmenu .submenu-lvl1 ul li > a.act {
  color: black;
}
.top-bar .mainmenu .submenu-lvl1 ul li .submenu-lvl2 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  border-left: 1px solid #793991;
  padding-left: 75px;
  width: fit-content;
}
.top-bar .mainmenu .submenu-lvl1 ul li .submenu-lvl2 li.first {
  display: flex;
}
.top-bar .mainmenu .submenu-lvl1 ul li .submenu-lvl2 li:hover {
  background-color: transparent;
}
@media (min-width: 1025px) {
  .top-bar .mainmenu .submenu-lvl1 ul li .submenu-lvl2 li:hover .submenu-lvl3 {
    display: block;
  }
}
.top-bar .mainmenu .submenu-lvl1 ul li .submenu-lvl2 li.has-sub > a::after {
  content: "\e953";
  font-family: "icomoon" !important;
  font-size: 12px;
  margin-left: 5px;
}
.top-bar .mainmenu .submenu-lvl1 ul li .submenu-lvl2 li .submenu-lvl3 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  border-left: 1px solid #793991;
  padding-left: 75px;
}
.top-bar .mainmenu .submenu-lvl1 > ul > li > a {
  font-weight: 400;
}
.top-bar .mainmenu .submenu-lvl1 > ul > li:nth-child(1n+2) {
  margin-top: 10px;
}
.top-bar .mainmenu .submenu-lvl1 > ul:first-child:nth-last-child(2), .top-bar .mainmenu .submenu-lvl1 > ul:first-child:nth-last-child(2) ~ ul {
  width: 50%;
}
.top-bar .mainmenu .submenu-lvl1 > ul:first-child:nth-last-child(4), .top-bar .mainmenu .submenu-lvl1 > ul:first-child:nth-last-child(4) ~ ul {
  width: 25%;
}
.top-bar .mainmenu .submenu-lvl1 > ul:nth-child(1n+2) {
  padding-left: 15px;
}

.bottom-bar {
  display: none;
}

.season-vista {
  overflow: hidden;
  height: 100%;
  min-height: 100px;
}
.season-vista * {
  margin: 0 auto;
}
.season-vista img {
  width: 100%;
  height: auto;
}
.season-vista .slick-slide.item {
  outline: 0;
}
.season-vista .slick-prev,
.season-vista .slick-next {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid rgb(110, 27, 142);
  text-align: center;
  top: 50%;
  margin-top: -25px;
  background-color: #FFF;
  z-index: 1234;
  cursor: pointer;
}
.season-vista .slick-prev::before,
.season-vista .slick-next::before {
  color: rgb(110, 27, 142);
}
.season-vista .slick-prev {
  left: 50px;
}
.season-vista .slick-next {
  right: 50px;
}

@media only screen and (max-width: 1750px) {
  .top-bar .mainmenu ul.lvl0 {
    gap: 30px;
  }
  .top-bar .mainmenu ul.lvl0 > li > a {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .top-bar .wrapper {
    padding: 0 3%;
  }
  .top-bar .shortlinks {
    gap: 25px;
  }
  .top-bar .quicksearch .searchfield .search-text {
    width: 190px;
  }
}
@media only screen and (max-width: 1365px) {
  .top-bar .shortlinks {
    margin-right: 0;
  }
  .top-bar .quicksearch {
    display: none;
  }
  .top-bar .nl-signup {
    display: none;
  }
  .top-bar .mainmenu ul {
    min-width: 300px;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul {
    padding-right: 30px;
  }
  .top-bar .mainmenu ul li a {
    font-size: 17px;
  }
  .top-bar .mainmenu .submenu-lvl1 ul li a {
    padding-right: 70px;
    font-size: 14px;
    white-space: normal;
  }
  .top-bar .mainmenu .submenu-lvl1 ul li .submenu-lvl2 {
    padding-left: 30px;
  }
  .top-bar .mainmenu .submenu-lvl1 ul li .submenu-lvl2 li .submenu-lvl3 {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-bar {
    display: block;
    min-height: 40px;
    box-shadow: 0 3px 6px rgba(255, 255, 255, 0.3);
  }
  .top-bar.small .langnav {
    display: none;
  }
  .top-bar.small .container {
    padding: 7px 0;
  }
  .top-bar.menu-open .sociallinks {
    display: flex !important;
    position: absolute;
    top: 20px;
    left: 17px;
  }
  .top-bar.menu-open .langnav {
    display: block !important;
  }
  .top-bar.menu-open .quicksearch {
    display: block !important;
  }
  .top-bar.menu-open .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .top-bar.menu-open .mainmenu {
    display: block;
  }
  .top-bar.menu-open .container {
    padding: 15px 0;
  }
  .top-bar .container {
    border: none;
  }
  .top-bar .logo .image img {
    width: 128px;
  }
  .top-bar .links-upper > a,
  .top-bar .links-upper > div {
    display: none;
  }
  .top-bar .links-lower > div {
    display: none;
  }
  .top-bar .langnav {
    position: absolute;
    top: 20px;
    right: 17px;
  }
  .top-bar .quicksearch .searchfield .icon-lupe {
    margin-right: 5px;
  }
  .top-bar .mobile-menu {
    height: 69px;
    width: 80px;
    position: fixed;
    top: 15px;
    left: 0;
    transition: left 0.6s, background-color 0.6s;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
  .top-bar .mobile-menu.mobile-menu-active {
    height: 100%;
    width: calc(100% - 350px);
    left: 350px;
  }
  .top-bar .mobile-menu .icon {
    position: absolute;
    left: 20px;
    color: rgb(110, 27, 142);
    font-size: 35px;
    font-weight: 600;
  }
  .top-bar .mobile-menu .icon.icon-cross {
    font-size: 20px;
    line-height: 35px;
  }
  .top-bar .logo {
    display: block;
    margin: 0 auto;
  }
  .top-bar .mainmenu {
    display: none;
    height: calc(100vh - 12em);
    overflow: auto;
    padding-bottom: 20px;
    width: 100%;
  }
  .top-bar .mainmenu ul.lvl0 {
    height: auto;
    padding: 10px 0 0 0;
  }
  .top-bar .mainmenu ul.lvl0 > li {
    margin-bottom: 25px !important;
  }
  .top-bar .mainmenu ul.lvl0 li.has-sub::after {
    content: "\e953";
    font-family: "icomoon" !important;
    font-size: 12px;
    margin-left: 5px;
    transform: rotate(90deg);
    color: #FFFFFF;
    width: 60px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
  }
  .top-bar .mainmenu ul.lvl0 li {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .top-bar .mainmenu ul.lvl0 li.js-open::after {
    transform: rotate(270deg) !important;
  }
  .top-bar .mainmenu ul.lvl0 li.js-open .submenu-lvl1 {
    display: block !important;
  }
  .top-bar .mainmenu ul.lvl0 li a {
    order: 1;
    width: calc(100% - 65px);
    font-size: 20px;
  }
  .top-bar .mainmenu ul.lvl0 li a::after, .top-bar .mainmenu ul.lvl0 li a::before {
    display: none;
  }
  .top-bar .mainmenu ul.lvl0 li:hover {
    background-color: transparent;
    height: auto;
  }
  .top-bar .mainmenu ul.lvl0 li:hover .submenu-lvl1 {
    display: none;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 {
    display: none;
    position: static;
    background-color: transparent;
    padding: 0;
    order: 3;
    border: none;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 .deco {
    display: none;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 .wrapper {
    padding: 0;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul {
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul.col {
    float: none;
    width: 100%;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul .submenu-label {
    display: none;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul li {
    flex-wrap: wrap;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul li.js-open-sub-1::after {
    transform: rotate(270deg);
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul li.js-open-sub-1 .submenu-lvl2 {
    display: block;
    order: 3;
    width: 100%;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 0;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul li.has-sub::after {
    width: 15px;
    height: 15px;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul li a {
    font-size: 15px;
    width: auto;
    padding-right: 0;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul li .submenu-lvl2 {
    position: static;
    left: auto;
    top: auto;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul li .submenu-lvl2 li.js-open-sub-2::after {
    transform: rotate(270deg);
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul li .submenu-lvl2 li.js-open-sub-2 .submenu-lvl3 {
    display: block;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1 ul li .submenu-lvl2 li .submenu-lvl3 {
    display: none;
    position: static;
    top: auto;
    left: auto;
    order: 3;
    padding-left: 10px;
    padding-top: 15px;
    width: 100%;
  }
  .top-bar .mainmenu ul.lvl0 .submenu-lvl1.display {
    display: block;
  }
  .top-bar .mainmenu ul.lvl0.lvl0 {
    display: block;
  }
  .top-bar .mainmenu ul.lvl0.lvl0 > li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    border-left: none;
    border-right: none;
    line-height: 60px;
    text-align: left;
  }
  .top-bar .mainmenu ul.lvl0.lvl0 > li > a {
    font-size: 20px;
    display: block;
    padding: 0 10px;
    line-height: initial;
  }
  .top-bar .mainmenu ul.lvl0.lvl0 > li:hover, .top-bar .mainmenu ul.lvl0.lvl0 > li.act, .top-bar .mainmenu ul.lvl0.lvl0 > li.cur {
    background-color: initial;
    border-left: none;
    border-right: none;
  }
  .top-bar .mainmenu ul.lvl0.lvl0 > li.last {
    border-right: none;
  }
  .top-bar .mainmenu ul.lvl0.lvl0 > li.last:hover, .top-bar .mainmenu ul.lvl0.lvl0 > li.last.act, .top-bar .mainmenu ul.lvl0.lvl0 > li.last.cur {
    background-color: initial;
    border-left: none;
    border-right: none;
  }
  .top-bar .mainmenu ul.lvl0.lvl0 > li .submenu-lvl1 {
    text-align: left;
    display: none;
    padding: 0 0 0 10px;
  }
  .top-bar .mainmenu ul.lvl0.lvl0 > li .submenu-lvl1 ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    width: calc(100% - 40px);
    display: flex;
  }
  .top-bar .mainmenu ul.lvl0.lvl0 > li .submenu-lvl1 ul li a.act, .top-bar .mainmenu ul.lvl0.lvl0 > li .submenu-lvl1 ul li a.cur {
    color: white;
  }
  .top-bar .mainmenu ul.lvl0.lvl0 > li .submenu-lvl1 > ul:first-child:nth-last-child(2), .top-bar .mainmenu ul.lvl0.lvl0 > li .submenu-lvl1 > ul:first-child:nth-last-child(2) ~ ul, .top-bar .mainmenu ul.lvl0.lvl0 > li .submenu-lvl1 > ul:first-child:nth-last-child(4), .top-bar .mainmenu ul.lvl0.lvl0 > li .submenu-lvl1 > ul:first-child:nth-last-child(4) ~ ul {
    width: 100%;
  }
  .top-bar .mainmenu ul.lvl0.lvl0 > li .submenu-lvl1 > ul:nth-child(1n+2) {
    padding-left: 15px;
  }
  .season-vista .slick-prev,
  .season-vista .slick-next {
    display: none !important;
  }
  .bottom-bar {
    position: fixed;
    bottom: 0;
    z-index: 1235;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #793991;
    padding: 10px 40px;
    box-shadow: 0px -3px 6px rgba(255, 255, 255, 0.3);
  }
  .bottom-bar .mobile-links {
    display: flex;
  }
  .bottom-bar .mobile-links > a {
    display: flex;
    color: #FFFFFF;
    text-decoration: none;
  }
  .bottom-bar .mobile-links > a > i {
    color: #FFFFFF;
    font-size: 20px;
  }
  .bottom-bar .mobile-links .spacer {
    height: 20px;
    width: 1px;
    background: #FFFFFF;
    margin: 0 14px;
  }
  .bottom-bar .mobile-links .nl-signup {
    line-height: 1;
    margin-left: 15px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 1px 10px;
    cursor: pointer;
  }
  .bottom-bar .mobile-links .nl-signup > span {
    color: #FFFFFF;
    line-height: 1;
    font-size: 15px;
  }
  .bottom-bar .mobile-menu span {
    display: block;
    height: 1px;
    width: 25px;
    background: #FFFFFF;
  }
  .bottom-bar .mobile-menu span:nth-child(2) {
    margin: 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar .mobile-menu {
    height: 49px;
    width: 70px;
  }
  .top-bar .logo.small-img .image img {
    width: 50px;
  }
  .top-bar .langnav {
    margin: 0 auto;
  }
  .top-bar .mainmenu ul li {
    line-height: 1.5em;
  }
  .bottom-bar {
    padding: 10px 15px;
  }
  .bottom-bar .mobile-links .nl-signup {
    display: flex;
    align-items: center;
  }
  .bottom-bar .mobile-links .nl-signup > span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 400px) {
  .top-bar .mobile-menu.mobile-menu-active {
    width: 100%;
    left: 100%;
  }
  .top-bar .mobile-menu.mobile-menu-active .icon {
    transition: left 200ms;
    left: -60px;
    margin: 0 10px;
  }
  .top-bar .mainmenu {
    width: 100%;
    left: -100%;
  }
  .top-bar .mainmenu.mainmenu-active .lvl0 {
    padding: 65px 0 0 0;
  }
}
.footer .footer-contact {
  display: block;
}
.footer .footer-contact .google-maps {
  display: none;
  height: 300px;
}
.footer .footer-contact .footer-contact-box {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.footer .footer-contact .footer-contact-box .footer-contact-address {
  background-color: rgba(121, 57, 145, 0.7);
  padding: 40px 0px;
  vertical-align: top;
  border-bottom: 7px solid #FFFFFF;
}
.footer .footer-contact .footer-contact-box .footer-contact-address .footer-contact-address-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.footer .footer-contact .footer-contact-box .footer-contact-address .footer-contact-address-inner p {
  margin: 0;
  font-size: 17px;
}
.footer .footer-contact .footer-contact-box .footer-contact-address .footer-contact-address-inner p:first-child {
  font-size: 20px;
  margin-bottom: 20px;
}
.footer .footer-contact .footer-contact-box .footer-contact-address .footer-contact-address-inner p,
.footer .footer-contact .footer-contact-box .footer-contact-address .footer-contact-address-inner a,
.footer .footer-contact .footer-contact-box .footer-contact-address .footer-contact-address-inner b {
  color: #000000;
}
.footer .footer-contact .footer-contact-box .footer-contact-address .footer-contact-address-inner b {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}
.footer .footer-contact .footer-contact-box .footer-contact-address .footer-contact-address-inner a {
  text-decoration: none;
}
.footer .footer-contact .footer-contact-box .footer-contact-address-top {
  margin-bottom: 15px;
}
.footer .footer-contact .footer-contact-box .footer-contact-address-center {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.footer .footer-contact .footer-contact-box .footer-contact-address-center a {
  font-size: 17px;
}
.footer .footer-contact .footer-contact-box .footer-contact-address-center .icon {
  color: #000000;
  font-size: 14px;
}
.footer .footer-contact .footer-contact-box .footer-contact-address-center .icon-tel {
  font-weight: bold;
}
.footer .footer-contact .footer-contact-box .footer-contact-address-bottom .maps a {
  display: flex;
  align-items: center;
  font-size: 12px;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 5px 20px;
}
.footer .footer-contact .footer-contact-box .footer-contact-address-bottom .maps a > * {
  font-weight: 400;
  color: #000000;
}
.footer .footer-contact .footer-contact-box .footer-contact-address-bottom .maps a > i {
  margin-left: 5px;
}
.footer .footer-contact .footer-contact-box .footer-contact-address-bottom .maps a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.footer .footer-contact .footer-contact-box .footer-contact-information {
  background-color: rgba(121, 57, 145, 0.4);
}
.footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-information-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 10%;
  list-style: none;
}
@media (min-width: 1921px) {
  .footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-information-inner {
    padding: 50px 200px;
  }
}
.footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-item {
  width: calc(25% - 15px);
}
.footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-item .name {
  font-weight: 500;
  margin-bottom: 15px;
  color: #000000;
}
.footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-item .tel {
  margin-bottom: 10px;
}
.footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-item .tel a,
.footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-item .mail a {
  text-decoration: none;
  font-size: 17px;
}
.footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-item .tel a > *,
.footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-item .mail a > * {
  color: #000000;
  font-weight: 400;
}
.footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-item .tel a > i,
.footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-item .mail a > i {
  font-weight: bold;
  margin-right: 7px;
}
.footer .footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 10%;
}
@media (min-width: 1921px) {
  .footer .footer-legal {
    padding: 40px 200px;
  }
}
.footer .powered-by img {
  width: 80px;
  height: auto;
}
.footer .legal-menu {
  list-style: none;
  padding-left: 0;
  margin: 0 20px 0 0;
}
.footer .legal-menu li {
  display: inline-block;
}
.footer .legal-menu li::before {
  content: none;
}
.footer .legal-menu li::after {
  content: "|";
  margin: 0 5px;
  font-size: 14px;
}
.footer .legal-menu li:last-child::after {
  content: none;
}
.footer .legal-menu li a,
.footer .legal-menu li span {
  font-size: 16px;
  color: #211B0F;
  text-decoration: none;
}

@media only screen and (max-width: 1365px) {
  .footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 1024px) {
  .footer .footer-legal {
    padding: 40px 10% 80px 10%;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    font-size: 16px;
  }
  .footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-information-inner {
    padding: 50px 20px;
  }
  .footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-items {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer .footer-contact .footer-contact-box .footer-contact-information .footer-contact-item {
    width: 100%;
  }
  .footer .footer-contact .footer-contact-box .footer-contact-address-center {
    gap: 10px;
    flex-direction: column;
  }
  .footer .footer-contact .footer-contact-box .footer-contact-address .footer-contact-address-inner {
    padding: 0 20px;
  }
  .footer .footer-contact .footer-contact-box .footer-contact-address .footer-contact-address-inner p:first-child {
    font-size: 15px;
  }
  .footer .footer-legal {
    text-align: center;
    justify-content: center;
    padding: 40px 20px 80px 20px;
  }
  .footer .footer-legal .powered-by {
    margin-top: 25px;
  }
  .footer .legal-menu li a,
  .footer .footer .legal-menu li span {
    font-size: 15px;
  }
}
.loader {
  border: 16px solid transparent;
  border-top: 16px solid rgba(155, 89, 180, 0.9);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 1.2s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.accordion-contingent {
  margin-bottom: 100px;
}
.accordion-contingent .accordion-wrap .accordion {
  width: 100%;
  max-width: 1350px;
  margin: 10px auto;
  border: 1px solid #211B0F;
}
.accordion-contingent .accordion-wrap .accordion .accordion-body.accordion-active {
  display: block;
}
.accordion-contingent .accordion-wrap .accordion.accordion-active .accordion-header {
  margin-bottom: 30px;
}
.accordion-contingent .accordion-wrap .accordion.accordion-active .accordion-header h2, .accordion-contingent .accordion-wrap .accordion.accordion-active .accordion-header span {
  color: #793991;
  font-weight: 500;
}
.accordion-contingent .accordion-wrap .accordion.accordion-active .accordion-header .icon {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion-contingent .accordion-wrap .accordion .accordion-header {
  padding: 15px 70px 15px 25px;
  height: auto;
  position: relative;
  cursor: pointer;
  transition: margin-bottom 0.3s;
  margin-bottom: 0;
  line-height: 1;
}
.accordion-contingent .accordion-wrap .accordion .accordion-header h2, .accordion-contingent .accordion-wrap .accordion .accordion-header span {
  color: #211B0F;
  margin: 0 auto;
  line-height: 1;
  font-size: 1.3em;
}
.accordion-contingent .accordion-wrap .accordion .accordion-header .icon {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
  position: absolute;
  right: 25px;
  top: 50%;
}
.accordion-contingent .accordion-wrap .accordion .accordion-header .icon::before {
  font-size: 15px;
  color: #211B0F;
}
.accordion-contingent .accordion-wrap .accordion .accordion-body {
  display: none;
  padding: 0 70px 25px 25px;
  width: 100%;
}
.accordion-contingent .accordion-wrap .accordion .accordion-body p:first-child {
  margin-top: 0;
}
.accordion-contingent .accordion-wrap .accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion-contingent .accordion-wrap .accordion .accordion-body.with-image .accordion-image-container {
  width: 48%;
  margin-right: 2%;
  float: left;
}
.accordion-contingent .accordion-wrap .accordion .accordion-body.with-image .accordion-image-container img {
  width: 100%;
  height: auto;
}
.accordion-contingent .accordion-wrap .accordion .accordion-body.with-image .accordion-text {
  width: 50%;
  margin-left: 0;
  float: left;
}
.accordion-contingent .accordion-wrap .accordion .accordion-body th, .accordion-contingent .accordion-wrap .accordion .accordion-body td {
  padding: 0;
  border: none;
}
.accordion-contingent .accordion-wrap .accordion .accordion-body .accordion-button {
  position: relative;
  float: left;
  border: none;
  color: #FFF;
  min-width: 165px;
  height: 45px;
  line-height: 45px;
  text-align: left;
  padding: 0 47px 0 20px;
  margin: 5px 0;
  text-decoration: none;
}
.accordion-contingent .accordion-wrap .accordion .accordion-body .accordion-button:hover {
  background-color: #720095;
}
.accordion-contingent .accordion-wrap .accordion .accordion-body .accordion-button::before {
  position: absolute;
  right: 15px;
  font-size: 12px;
  line-height: 45px;
}
.accordion-contingent .accordion-wrap .accordion .accordion-body .accordion-button .accordion-btn-text {
  color: #fff;
  line-height: 45px;
  font-family: "Rubik", sans-serif;
}
.accordion-contingent.left {
  margin-top: -30px;
}
.accordion-contingent.left .accordion {
  border: none;
  margin: 0 auto 30px;
}
.accordion-contingent.left .accordion .accordion-body {
  display: block;
}
.accordion-contingent.left .accordion .accordion-body.button_bottom {
  padding: 0;
}
.accordion-contingent.left .accordion .accordion-body .accordion-button {
  display: inline-block;
  float: left;
}

@media only screen and (max-width: 1365px) {
  .accordion-contingent .accordion-wrap {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .accordion-contingent .accordion-wrap {
    padding: 0 25px;
  }
  .accordion-contingent.left .accordion-wrap {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-contingent {
    margin-bottom: 40px;
  }
  .accordion-contingent .accordion-wrap {
    padding: 0 18px;
  }
  .accordion-contingent .accordion-wrap .accordion.accordion-active .accordion-header {
    margin-bottom: 10px;
  }
  .accordion-contingent .accordion-wrap .accordion .accordion-header {
    padding: 10px 50px 10px 10px;
  }
  .accordion-contingent .accordion-wrap .accordion .accordion-header h2,
  .accordion-contingent .accordion-wrap .accordion .accordion-header span {
    font-size: 16px;
  }
  .accordion-contingent .accordion-wrap .accordion .accordion-header .icon {
    right: 15px;
  }
  .accordion-contingent .accordion-wrap .accordion .accordion-header .icon::before {
    font-size: 16px;
  }
  .accordion-contingent .accordion-wrap .accordion .accordion-body {
    padding: 0 10px 10px 10px;
  }
  .accordion-contingent .accordion-wrap .accordion .accordion-body.with-image .accordion-image-container,
  .accordion-contingent .accordion-wrap .accordion .accordion-body.with-image .accordion-text {
    width: 100%;
  }
  .accordion-contingent .accordion-wrap .accordion .accordion-body.with-image .accordion-image-container {
    margin-bottom: 20px;
  }
  .accordion-contingent .accordion-wrap .accordion .accordion-body .accordion-text {
    font-size: 14px;
  }
  .accordion-contingent.left .accordion-wrap {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion-contingent .accordion-wrap .accordion .accordion-body th, .accordion-contingent .accordion-wrap .accordion .accordion-body td {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
}
.course-container {
  padding: 50px 0;
}
.course-container .course {
  max-width: 1150px;
  margin: 0 auto;
}
.course-container .course.course-top {
  padding: 25px;
}
.course-container .course.course-bottom {
  margin: 50px auto;
}
.course-container .course .course-overview {
  position: relative;
  background-color: #FFF;
}
.course-container .course .course-overview .course-image-wrapper {
  position: absolute;
  left: 0;
  display: inline-block;
  float: left;
  width: 40%;
  min-height: 300px;
  overflow: hidden;
  background-color: #fff;
}
.course-container .course .course-overview .course-image-wrapper img {
  min-width: 100%;
  width: auto;
  height: auto;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.course-container .course .course-overview .course-information {
  width: 60%;
  margin-left: 40%;
  display: inline-block;
  background-color: #FFF;
  float: left;
  padding: 0 50px 20px;
}
.course-container .course .course-overview .course-information h3 {
  word-wrap: break-word;
}

.course-information-table td {
  padding: 0 5px;
}
.course-information-table td:first-child {
  min-width: 40px;
}
.course-information-table td:nth-child(2) {
  min-width: 100px;
}
.course-information-table td .icon {
  font-size: 12px;
}

@media only screen and (max-width: 600px) {
  .course-container .course .course-overview .course-image-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
  }
  .course-container .course .course-overview .course-information {
    width: 100%;
    margin-left: initial;
  }
}
@media only screen and (max-width: 400px) {
  .course-container .course .course-overview .course-information {
    padding: 0 25px 20px;
  }
}
.formhandler-signin {
  background-color: #FFF;
  margin: 50px auto 0;
  padding: 60px 0;
}
.formhandler-signin .headlines h2 {
  font-size: 30px;
}
.formhandler-signin .Tx-Formhandler {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.formhandler-signin .Tx-Formhandler input[type=checkbox].error,
.formhandler-signin .Tx-Formhandler input[type=radio].error {
  border: none;
  outline: 1px solid rgb(143, 31, 45);
}
.formhandler-signin .Tx-Formhandler .field {
  margin: 15px auto;
}
.formhandler-signin .Tx-Formhandler .field textarea#additional {
  display: none;
}
.formhandler-signin .Tx-Formhandler .field label {
  width: 185px;
  margin-right: 35px;
  display: inline-block;
  float: left;
}
.formhandler-signin .Tx-Formhandler .field label:first-child {
  margin-top: 0;
}
.formhandler-signin .Tx-Formhandler .field label:last-child {
  margin-bottom: 0;
}
.formhandler-signin .Tx-Formhandler .field input,
.formhandler-signin .Tx-Formhandler .field select,
.formhandler-signin .Tx-Formhandler .field textarea {
  padding: 5px 0 5px 5px;
  outline: none;
}
.formhandler-signin .Tx-Formhandler .field input.error,
.formhandler-signin .Tx-Formhandler .field select.error,
.formhandler-signin .Tx-Formhandler .field textarea.error {
  border: 1px solid rgb(143, 31, 45);
  background-color: rgba(143, 31, 45, 0.3);
}
.formhandler-signin .Tx-Formhandler .field input,
.formhandler-signin .Tx-Formhandler .field select {
  width: 330px;
  float: left;
  height: 30px;
  line-height: 30px;
  background-color: rgb(228, 228, 228);
  border: none;
}
.formhandler-signin .Tx-Formhandler .field input:first-child,
.formhandler-signin .Tx-Formhandler .field select:first-child {
  margin-top: 0;
}
.formhandler-signin .Tx-Formhandler .field input:last-child,
.formhandler-signin .Tx-Formhandler .field select:last-child {
  margin-bottom: 0;
}
.formhandler-signin .Tx-Formhandler .field.mandatory {
  width: 100%;
}
.formhandler-signin .Tx-Formhandler .field.mandatory label {
  width: 100%;
  margin: 0;
  text-align: right;
  float: none;
  font-size: 14px;
  font-weight: 500;
}
.formhandler-signin .Tx-Formhandler .field.mandatory:first-child {
  margin-top: 0;
}
.formhandler-signin .Tx-Formhandler .field.mandatory:last-child {
  margin-bottom: 0;
}
.formhandler-signin .Tx-Formhandler .field.textarea {
  margin: 60px auto 0;
}
.formhandler-signin .Tx-Formhandler .field.textarea label {
  margin: 5px auto;
  width: 100%;
}
.formhandler-signin .Tx-Formhandler .field.textarea label:first-child {
  margin-top: 0;
}
.formhandler-signin .Tx-Formhandler .field.textarea label:last-child {
  margin-bottom: 0;
}
.formhandler-signin .Tx-Formhandler .field.textarea textarea {
  margin: 5px auto;
  width: 100%;
  background-color: rgb(228, 228, 228);
  border: none;
  min-height: 120px;
}
.formhandler-signin .Tx-Formhandler .field.textarea textarea:first-child {
  margin-top: 0;
}
.formhandler-signin .Tx-Formhandler .field.textarea textarea:last-child {
  margin-bottom: 0;
}
.formhandler-signin .Tx-Formhandler .field.textarea textarea.error {
  border: 1px solid rgb(143, 31, 45);
  background-color: rgba(143, 31, 45, 0.3);
}
.formhandler-signin .Tx-Formhandler .field.checkbox input {
  width: auto;
  margin-right: 20px;
}
.formhandler-signin .Tx-Formhandler .field.checkbox label {
  width: auto;
  margin: 0;
}
.formhandler-signin .Tx-Formhandler .field.infos {
  padding-top: 20px;
  margin: 0 auto;
}
.formhandler-signin .Tx-Formhandler .field.infos ul {
  padding-left: 20px;
  margin: 0;
}
.formhandler-signin .Tx-Formhandler .field.infos ul li {
  padding-left: 10px;
}
.formhandler-signin .Tx-Formhandler .field.infos ul li::before {
  font-family: "icomoon" !important;
  content: "\e901";
  font-size: 12px;
}
.formhandler-signin .Tx-Formhandler .field.infos h3 {
  padding: 10px 0;
  font-size: 1em;
  color: #4c4c4c;
  margin: 15px 0;
  padding: 0;
}
.formhandler-signin .Tx-Formhandler .field.infos.garden {
  padding: 0 0 20px 0;
}
.formhandler-signin .Tx-Formhandler .field.privacy {
  margin: 30px auto 0;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox input {
  width: auto;
  margin-right: 20px;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox label {
  width: auto;
  margin: 0 0 10px 0;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox .sub-form {
  margin-left: 20px;
  margin-bottom: 20px;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox .sub-form .sub-form-group-1 label, .formhandler-signin .Tx-Formhandler .field.complex-checkbox .sub-form .sub-form-group-2 label {
  width: 50%;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox .sub-form .sub-form-group-1 label input[type=text], .formhandler-signin .Tx-Formhandler .field.complex-checkbox .sub-form .sub-form-group-2 label input[type=text] {
  width: 100px;
  margin: 0 10px;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox .sub-form .sub-form-group-1 label span, .formhandler-signin .Tx-Formhandler .field.complex-checkbox .sub-form .sub-form-group-2 label span {
  float: left;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox .main-radio-input {
  float: right;
  width: 50px;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox .textarea-wrapper {
  width: 100%;
  display: inline-block;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox .textarea-wrapper > label {
  width: 100%;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox .textarea-wrapper textarea {
  width: 100%;
  height: 80px;
  background-color: #e4e4e4;
  border: none;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox .textarea-wrapper textarea.error {
  border: 1px solid rgb(143, 31, 45);
  background-color: rgba(143, 31, 45, 0.3);
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox .checkbox-item .cb-main-item-left {
  width: 70%;
  display: inline-block;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox .checkbox-item .cb-main-item-right {
  width: 30%;
  display: inline-block;
  float: right;
}
.formhandler-signin .Tx-Formhandler .field.complex-checkbox .checkbox-item .cb-main-item-right input {
  width: 100%;
  margin: 0 0 0 20px;
}
.formhandler-signin .Tx-Formhandler .field.one-time-donation .one-time-donation-button-container {
  float: left;
  margin: 20px 0 0 0;
}
.formhandler-signin .Tx-Formhandler .field.one-time-donation .one-time-donation-button-container .one-time-donation-button {
  display: block;
  float: left;
  min-height: 50px;
  border: none;
  background-color: rgb(228, 228, 228);
  outline: none;
  margin: 4px 2px;
  padding: 10px;
}
.formhandler-signin .Tx-Formhandler .field.one-time-donation .one-time-donation-button-container .one-time-donation-button span {
  color: #4c4c4c;
}
.formhandler-signin .Tx-Formhandler .field.one-time-donation-subject {
  margin: 25px 0 50px;
}
.formhandler-signin .Tx-Formhandler .field.one-time-donation-subject input, .formhandler-signin .Tx-Formhandler .field.one-time-donation-subject label {
  width: auto;
}
.formhandler-signin .Tx-Formhandler .field.one-time-donation-subject label {
  margin: 0 30px 0 25px;
}
.formhandler-signin .Tx-Formhandler .button {
  float: right;
  color: #FFF;
  height: 45px;
  line-height: 45px;
  text-align: left;
  border: none;
  position: relative;
  padding: 0 47px 0 20px;
  margin-top: 60px;
  text-decoration: none;
}
.formhandler-signin .Tx-Formhandler .button + .button {
  margin-right: 20px;
}
.formhandler-signin .Tx-Formhandler .button::before {
  position: absolute;
  right: 15px;
  font-size: 12px;
}
.formhandler-signin .Tx-Formhandler .button span {
  color: #FFF;
  font-family: "Rubik", sans-serif;
}
.formhandler-signin .Tx-Formhandler .buttons-flexcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.formhandler-signin .Tx-Formhandler .buttons-flexcontainer .buttons-title {
  flex: 0 1 100%;
}
.formhandler-signin .Tx-Formhandler .buttons-flexcontainer .form-button {
  color: #FFF;
  height: 45px;
  line-height: 45px;
  border: none;
  padding: 0 15px;
  margin: 15px 0 0 0;
  text-decoration: none;
  text-align: left;
  background-color: #9b59b4;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}
.formhandler-signin .Tx-Formhandler .buttons-flexcontainer .form-button.icon:before {
  float: right;
  font-size: 0.6em;
  margin-left: 10px;
}
.formhandler-signin .Tx-Formhandler .buttons-flexcontainer .form-button:hover {
  background-color: #720095;
}
.formhandler-signin .Tx-Formhandler .buttons-flexcontainer .form-button span {
  color: #FFF;
}

.newsletter-form {
  background: #793991;
  border-bottom: 7px solid #FFFFFF;
}
.newsletter-form-inner {
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
  padding: 25px 17% 60px 17%;
}
@media (min-width: 1921px) {
  .newsletter-form-inner {
    padding: 25px 330px 60px 330px;
  }
}
.newsletter-form .headlines {
  margin-bottom: 50px;
}
.newsletter-form .headlines * {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.newsletter-form .headlines.headlines.signed::before {
  content: "";
}
.newsletter-form .row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
.newsletter-form .field {
  position: relative;
  width: auto;
  flex: 1;
}
.newsletter-form .field:not(.checkbox) label {
  position: absolute;
  top: -30px;
  margin: 0;
}
.newsletter-form .field label {
  width: auto;
  margin: 0 10px;
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
}
.newsletter-form .field label:first-child {
  margin-top: 0;
}
.newsletter-form .field label:last-child {
  margin-bottom: 0;
}
.newsletter-form .field label.mandatory {
  width: auto;
}
.newsletter-form .field input,
.newsletter-form .field select {
  width: 100%;
  height: 27px;
  line-height: 30px;
  background: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  outline: none;
}
.newsletter-form .field input:first-child,
.newsletter-form .field select:first-child {
  margin-top: 0;
}
.newsletter-form .field input:last-child,
.newsletter-form .field select:last-child {
  margin-bottom: 0;
}
.newsletter-form .field input.error,
.newsletter-form .field select.error {
  border: 1px solid rgb(143, 31, 45);
  background-color: rgba(143, 31, 45, 0.3);
}
.newsletter-form .field input[type=text] {
  padding-left: 5px;
}
.newsletter-form .field input[type=checkbox] {
  width: 20px;
  height: 25px;
}
.newsletter-form .field input[type=checkbox].error {
  border: none;
  outline: 1px solid rgb(143, 31, 45);
}
.newsletter-form .field.mandatory {
  width: 100%;
}
.newsletter-form .field.mandatory label {
  width: 100%;
  margin: 0;
  text-align: right;
  float: none;
  font-size: 14px;
  font-weight: 500;
}
.newsletter-form .field.mandatory:first-child {
  margin-top: 0;
}
.newsletter-form .field.mandatory:last-child {
  margin-bottom: 0;
}
.newsletter-form .field.textarea {
  margin: 60px auto;
}
.newsletter-form .field.textarea label {
  margin: 5px auto;
  width: 100%;
}
.newsletter-form .field.textarea label:first-child {
  margin-top: 0;
}
.newsletter-form .field.textarea label:last-child {
  margin-bottom: 0;
}
.newsletter-form .field.textarea textarea {
  margin: 5px auto;
  width: 100%;
  background-color: rgb(228, 228, 228);
  border: none;
  min-height: 120px;
}
.newsletter-form .field.textarea textarea:first-child {
  margin-top: 0;
}
.newsletter-form .field.textarea textarea:last-child {
  margin-bottom: 0;
}
.newsletter-form .field.textarea textarea.error {
  border: 1px solid rgb(143, 31, 45);
  background-color: rgba(143, 31, 45, 0.3);
}
.newsletter-form .field.privacy {
  display: flex;
  align-items: center;
}
.newsletter-form .field.privacy .privacy-wrap {
  float: left;
}
.newsletter-form .field.privacy label {
  font-size: 12px;
  color: #FFFFFF;
  cursor: pointer;
  margin-right: 0;
}
.newsletter-form .button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 165px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  border: 1px solid #FFFFFF;
  background: none;
  border-radius: 6px;
  position: relative;
  padding: 5px 25px;
  margin: 5px 0;
}
.newsletter-form .button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.newsletter-form .button::before {
  display: none;
}
.newsletter-form .button span {
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
}

@media only screen and (max-width: 1500px) {
  .newsletter-form-inner {
    padding: 25px 10% 60px 10%;
  }
  .newsletter-form .row {
    gap: 15px;
  }
}
@media only screen and (max-width: 1365px) {
  .container {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    display: none;
  }
  .newsletter-form .row {
    flex-direction: column;
    align-items: flex-start;
  }
  .newsletter-form .field {
    width: 100%;
  }
  .newsletter-form .field:not(.checkbox) {
    margin-bottom: 30px;
  }
  .newsletter-form .field:not(.checkbox) label {
    top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-form-inner {
    padding: 40px 20px;
  }
  .newsletter-form .headlines * {
    font-size: 15px;
  }
  .newsletter-form .field label {
    font-size: 12px;
  }
  .newsletter-form .button {
    margin: 5px auto;
  }
}
.quotebox {
  position: relative;
  margin-bottom: 70px;
}
.quotebox .quotebox-wrap {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 25px;
}
.quotebox .quotebox-text {
  font-size: 18px;
  text-align: center;
  padding: 0 10%;
}
.quotebox .quotebox-text * {
  color: #57544E;
}
.quotebox .quotebox-author {
  margin-top: 10px;
  text-align: center;
  padding: 0 10%;
}
.quotebox .quotebox-author > span {
  font-size: 13px;
  color: #57544E;
}
.quotebox .quotebox-line {
  height: 1px;
  width: 100%;
  background: #793991;
  margin: 0 auto 35px auto;
}
.quotebox .quotebox-line--small {
  max-width: 65%;
  margin: 30px auto 0 auto;
}
.quotebox .quotebox-line--big::before {
  content: "";
  background-image: url(/fileadmin/web/img/blume_verlauf_small.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 30px;
  width: 80px;
  height: 52px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.quotebox .quotebox-bg {
  width: 100px;
  height: 52px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .quotebox .quotebox-text {
    padding: 0 5%;
    font-size: 15px;
  }
  .quotebox .quotebox-author {
    padding: 0 5%;
  }
  .quotebox .quotebox-author > span {
    font-size: 12px;
  }
}
.std-element.smallbottom {
  padding: 20px 0 0;
}

.std-element {
  width: 100%;
  padding: 50px 0 50px;
  position: relative;
}
.std-element.std-text-segment {
  padding: 20px 0;
}
.std-element.centered .text {
  text-align: center !important;
}
.std-element.centered .headlines {
  text-align: center !important;
}
.std-element.columns .text {
  column-count: 2;
}
.std-element.columns .text p:first-child {
  margin-top: 0;
}
.std-element .c-normal {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.std-element .c-normal .headlines {
  text-align: left;
}
.std-element .content {
  width: calc(100% - 245px);
  flex: 1;
}
.std-element .text * {
  line-height: 1.7;
  letter-spacing: 1.3px;
}
.std-element .link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.std-element .link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.std-element .link a:hover span, .std-element .link a:hover::after {
  color: rgb(191, 183, 170);
}
.std-element .link a::after {
  content: "\e953";
  font-family: "icomoon" !important;
  font-size: 10px;
  margin-left: 5px;
}
.std-element .link a span {
  font-weight: 500;
}
.std-element .button-big {
  position: relative;
  background: rgba(121, 57, 145, 0.9);
  border-radius: 100%;
  height: 245px;
  width: 245px;
  aspect-ratio: 1/1;
}
.std-element .button-big_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  text-decoration: none;
}
.std-element .button-big_wrap.linked {
  padding: 30px 10px 10px;
}
.std-element .button-big_title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
}
.std-element .button-big_title span {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.2;
}
.std-element .button-big_text {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
.std-element .button-big_icon {
  margin-top: 10px;
}
.std-element .button-big_icon > i {
  color: #FFFFFF;
  font-size: 22px;
}
.std-element .button-big_close {
  position: absolute;
  top: 10px;
  right: 38px;
  background: #793991;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
}
.std-element .button-big_close > i {
  color: #FFFFFF;
  margin-left: 1px;
}

@media only screen and (max-width: 767px) {
  .std-element .c-normal {
    flex-direction: column-reverse;
  }
  .std-element.columns .text {
    column-count: 1;
  }
  .std-element .text * {
    line-height: 1.4;
    font-size: 15px;
  }
  .std-element .link {
    margin-top: 30px;
  }
  .std-element .link a {
    font-size: 15px;
  }
  .std-element .link a::after {
    font-size: 8px;
  }
  .std-element .content {
    width: 100%;
  }
  .std-element .button-big {
    height: 150px;
    width: 150px;
    margin-left: auto;
  }
  .std-element .button-big_title {
    margin-bottom: 0;
    font-size: 15px;
  }
  .std-element .button-big_text {
    display: none;
  }
  .std-element .button-big_icon > i {
    font-size: 18px;
  }
  .std-element .button-big_close {
    top: 6px;
    right: 18px;
  }
}
.teammembers {
  margin: 40px 0;
  overflow: hidden;
}
.teammembers_wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}
.teammembers_wrap.slick-initialized .teammember {
  padding: 0 100px;
}
.teammembers_wrap:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.teammembers .teammember {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
  margin: 0 2px;
  outline: 0;
}
.teammembers .teammember .teammember-image {
  width: 28%;
  aspect-ratio: 1/1;
}
.teammembers .teammember .teammember-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.teammembers .teammember .teammember-info {
  width: 72%;
  position: relative;
}
.teammembers .teammember .teammember-info .teammember-signet::before {
  content: "";
  background-image: url(/fileadmin/web/img/blume_verlauf_small.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 60px;
  height: 30px;
  z-index: 1;
}
.teammembers .teammember .teammember-info .teammember-name {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin: 5px 0;
}
.teammembers .teammember .teammember-info .teammember-position {
  display: block;
  font-weight: 400;
}
.teammembers .teammember .teammember-info .teammember-text p {
  margin: 15px 0;
}
.teammembers .teammember .teammember-info .teammember-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}
.teammembers .teammember .teammember-info .teammember-links a {
  text-decoration: none;
  font-size: 15px;
}
.teammembers .teammember .teammember-info .teammember-links {
  margin-top: 10px;
}
.teammembers .teammember .teammember-info .teammember-link {
  margin-top: 20px;
}
.teammembers .teammember .teammember-info .teammember-link a {
  text-decoration: none;
  color: rgb(76, 76, 76);
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.teammembers .teammember .teammember-info .teammember-link a * {
  font-weight: 500;
  color: #bcbab7;
}
.teammembers .teammember .teammember-info .teammember-link a span {
  font-size: 15px;
}
.teammembers .teammember .teammember-info .teammember-link a i {
  font-size: 10px;
  margin-left: 5px;
  margin-bottom: 1px;
}
.teammembers .teammember .teammember-info .teammember-link a:hover * {
  color: #211B0F;
}
.teammembers .teammember.no-preview-text .teammember-info {
  min-height: 150px;
}
.teammembers .teammember[data-gf="1"] {
  order: -1;
}
.teammembers .slick-prev,
.teammembers .slick-next {
  position: absolute;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  z-index: 1234;
  cursor: pointer;
  font-size: 25px;
}
.teammembers .slick-prev {
  left: 0;
}
.teammembers .slick-next {
  right: 0;
}
.teammembers .slick-dots {
  position: relative;
}
.teammembers.teammembers_newlist {
  display: block;
}
.teammembers.teammembers_newlist .teammembers_wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.teammembers.teammembers_newlist .teammember {
  display: flex;
  flex-direction: column;
  width: calc(20% - 32px);
  margin: 0;
  gap: 20px;
}
.teammembers.teammembers_newlist .teammember-image {
  width: 100%;
}

@media only screen and (max-width: 1365px) {
  .teammembers_wrap {
    padding: 0 50px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .teammembers .slick-prev {
    left: 50px;
  }
  .teammembers .slick-next {
    right: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .teammembers.teammembers_newlist .teammember {
    width: calc(25% - 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .teammembers_wrap {
    padding: 0 25px;
  }
  .teammembers_wrap.slick-initialized .teammember {
    padding: 0 60px;
  }
  .teammembers .teammember {
    gap: 30px;
  }
  .teammembers .teammember .teammember-info .teammember-name {
    font-size: 20px;
  }
  .teammembers .teammember .teammember-info .teammember-position {
    font-size: 16px;
  }
  .teammembers .teammember .teammember-info .teammember-text * {
    font-size: 15px;
  }
  .teammembers .teammember .teammember-info .teammember-text p {
    margin: 5px 0;
  }
  .teammembers .teammember .teammember-info .teammember-link {
    margin-top: 10px;
  }
  .teammembers .slick-prev {
    left: 25px;
  }
  .teammembers .slick-next {
    right: 25px;
  }
  .teammembers.teammembers_newlist .teammember {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
@media only screen and (max-width: 767px) {
  .teammembers_wrap {
    padding: 0 18px;
  }
  .teammembers_wrap.slick-initialized .teammember {
    padding: 0;
  }
  .teammembers .teammember {
    flex-direction: column;
    align-items: flex-start;
  }
  .teammembers .teammember .teammember-image {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
  }
  .teammembers .teammember .teammember-info {
    width: 100%;
  }
  .teammembers .slick-prev {
    left: 18px;
  }
  .teammembers .slick-next {
    right: 18px;
  }
  .teammembers .slick-list {
    overflow: hidden;
  }
  .teammembers.teammembers_newlist .teammember {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 500px) {
  .teammembers.teammembers_newlist .teammember {
    width: 100%;
  }
}
.partners {
  display: inline-block;
  max-width: 70%;
  width: auto;
  margin: 10px 10px 40px 3.33%;
}
.partners .wrapper {
  width: auto;
}
.partners .wrapper .partner {
  display: inline-block;
  margin: 10px;
}
.partners .wrapper .partner .partner-title {
  margin: 5px 0;
}
.partners .wrapper .partner:nth-child(1) {
  margin: 10px 10px 10px 0;
}
.partners .wrapper .partner img {
  width: 250px;
}

.textimage {
  padding: 60px 0;
}
.textimage.mirrored .wrapper {
  flex-direction: row-reverse;
}
.textimage .wrapper {
  display: flex;
  align-items: center;
  gap: 75px;
  overflow: hidden;
}
.textimage .wrapper .images {
  width: calc(54% - 37.5px);
}
.textimage .wrapper .images_wrap:not(.js-text-pic-slider) {
  display: flex;
  gap: 15px;
}
.textimage .wrapper .images[data-images="1"][data-layout=vertical] {
  width: calc(35% - 37.5px);
}
.textimage .wrapper .images[data-images="1"][data-layout=vertical] .image_wrap {
  aspect-ratio: 4/5;
}
.textimage .wrapper .images[data-images="1"][data-layout=vertical] + .text {
  width: calc(65% - 37.5px);
}
.textimage .wrapper .images[data-images="1"][data-layout=rounded] {
  width: calc(35% - 37.5px);
  border-radius: 100%;
  overflow: hidden;
}
.textimage .wrapper .images[data-images="1"][data-layout=rounded] .image_wrap {
  aspect-ratio: 1/1;
}
.textimage .wrapper .images[data-images="1"][data-layout=rounded] + .text {
  width: calc(65% - 37.5px);
}
.textimage .wrapper .image {
  height: auto;
  position: relative;
  display: flex;
  flex: 1;
  background: rgba(227, 211, 234, 0.5);
}
.textimage .wrapper .image_wrap {
  aspect-ratio: 16/9;
  width: 100%;
}
.textimage .wrapper .image.pair .image_wrap {
  aspect-ratio: 7/9;
}
.textimage .wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textimage .wrapper .headlines h2 {
  font-size: 40px;
}
.textimage .wrapper .headlines h3 {
  font-size: 25px;
  font-weight: 300;
}
.textimage .wrapper .text {
  width: calc(46% - 37.5px);
  letter-spacing: 1.3px;
}
.textimage .wrapper .text .headlines {
  text-align: left;
}
.textimage .wrapper .text .link a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
}
.textimage .wrapper .text .link a * {
  font-weight: 500;
  color: #bcbab7;
}
.textimage .wrapper .text .link a span {
  font-size: 15px;
}
.textimage .wrapper .text .link a i {
  font-size: 10px;
  margin-left: 5px;
  margin-bottom: 1px;
}
.textimage .wrapper .text .link a:hover * {
  color: #211B0F;
}
.textimage .wrapper .controls {
  position: relative;
  margin-top: 35px;
}
.textimage .wrapper .controls .slider-arrows {
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  cursor: pointer;
}
.textimage .wrapper .controls .slidercount {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .textimage.mirrored .wrapper {
    flex-direction: column;
  }
  .textimage .wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
  }
  .textimage .wrapper .images {
    width: calc(100% - 0px);
  }
  .textimage .wrapper .images[data-images="1"][data-layout=vertical] {
    width: 100%;
    max-width: 480px;
  }
  .textimage .wrapper .images[data-images="1"][data-layout=vertical] + .text {
    width: calc(100% - 0px);
  }
  .textimage .wrapper .images[data-images="1"][data-layout=rounded] {
    width: calc(100% - 40px);
    max-width: 480px;
  }
  .textimage .wrapper .images[data-images="1"][data-layout=rounded] + .text {
    width: calc(100% - 0px);
  }
  .textimage .wrapper .text {
    width: calc(100% - 0px);
  }
}
@media only screen and (max-width: 767px) {
  .textimage .wrapper .images_wrap:not(.js-text-pic-slider) {
    gap: 8px;
    flex-direction: column;
  }
  .textimage .wrapper .image {
    width: 100%;
  }
  .textimage .wrapper .image.pair .image_wrap {
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  .textimage .wrapper .headlines h2 {
    font-size: 23px;
  }
  .textimage .wrapper .headlines h3 {
    font-size: 18px;
  }
  .textimage .wrapper .text {
    width: 100%;
    font-size: 15px;
  }
  .textimage .wrapper .controls {
    margin: 10px 20px 0 20px;
  }
  .textimage .wrapper .controls .slider-arrows {
    font-size: 17px;
  }
  .textimage .wrapper .controls .slidercount {
    font-size: 13px;
  }
}
.textimage-slider {
  padding: 50px 0;
}
.textimage-slider .textimage-slider-inner .item {
  outline: 0;
}
.textimage-slider .textimage-slider-inner .slider-text {
  padding: 50px 4%;
}
.textimage-slider .textimage-slider-inner .slider-text .slider-text-inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
.textimage-slider .textimage-slider-inner .slider-text .slider-text-inner h3 {
  color: rgb(155, 89, 180);
  font-size: 30px;
  margin-bottom: 0;
}
.textimage-slider .textimage-slider-inner .slider-text .slider-text-inner h3 + p {
  margin-top: 0;
}
.textimage-slider .textimage-slider-inner .slider-text .slider-text-inner h4 {
  color: #6e1b8e;
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 5px;
}
.textimage-slider .textimage-slider-inner .slick-prev,
.textimage-slider .textimage-slider-inner .slick-next {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid rgb(110, 27, 142);
  text-align: center;
  top: 50%;
  margin-top: -25px;
  background-color: #FFF;
  z-index: 1;
  cursor: pointer;
}
.textimage-slider .textimage-slider-inner .slick-prev::before,
.textimage-slider .textimage-slider-inner .slick-next::before {
  color: rgb(110, 27, 142);
}
.textimage-slider .textimage-slider-inner .slick-prev {
  left: 50px;
}
.textimage-slider .textimage-slider-inner .slick-next {
  right: 50px;
}

@media only screen and (max-width: 1365px) {
  .big-slider .slider-text .slider-text-inner {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .big-slider .slider-text .slider-text-inner {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    display: none;
  }
}
.image {
  position: relative;
}
.image.image-big {
  padding: 0 140px;
  max-width: 1920px;
  margin: 0 auto;
}
.image .innerwrapper {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
.image .innerwrapper.pair:not(.js-image-big-slider) {
  display: flex;
  gap: 15px;
}
.image .innerwrapper.pair:not(.js-image-big-slider) .image-container {
  width: 50%;
}
.image .innerwrapper.pair:not(.js-image-big-slider) .image-container_wrap {
  aspect-ratio: 10/7;
}
.image .innerwrapper.js-image-big-slider {
  padding: 30px 0;
}
.image .innerwrapper.js-image-big-slider .image-container_wrap {
  aspect-ratio: 9/4;
}
.image .innerwrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image .image-container {
  position: relative;
}
.image .image-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(121, 57, 145, 0.8);
  padding: 30px 50px;
}
.image .image-content_title > span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 25px;
}
.image .image-content_description * {
  font-size: 17px;
  color: #FFFFFF;
}
.image .button-big {
  position: absolute;
  bottom: 80px;
  left: 50px;
  background: rgba(121, 57, 145, 0.9);
  border-radius: 100%;
  height: 245px;
  width: 245px;
}
.image .button-big_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  text-decoration: none;
}
.image .button-big_wrap.linked {
  padding: 30px 10px 10px;
}
.image .button-big_title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
}
.image .button-big_title span {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.2;
}
.image .button-big_text {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
.image .button-big_icon {
  margin-top: 10px;
}
.image .button-big_icon > i {
  color: #FFFFFF;
  font-size: 22px;
}
.image .button-big_close {
  position: absolute;
  top: 10px;
  right: 38px;
  background: #793991;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
}
.image .button-big_close > i {
  color: #FFFFFF;
  margin-left: 1px;
}
.image .controls {
  position: relative;
  margin-bottom: 40px;
}
.image .controls .slider-arrows {
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  cursor: pointer;
}
.image .controls .slidercount {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .image.image-big {
    padding: 0;
  }
  .image .innerwrapper {
    padding: 0;
  }
  .image .button-big {
    bottom: -30px;
    left: 0;
  }
  .image .controls {
    margin: 0 20px 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .image .innerwrapper.pair:not(.js-image-big-slider) {
    gap: 8px;
  }
  .image .innerwrapper.js-image-big-slider {
    padding: 20px 0;
  }
  .image .innerwrapper.js-image-big-slider .image-container_wrap {
    aspect-ratio: 5/6;
  }
  .image .button-big {
    height: 150px;
    width: 150px;
  }
  .image .button-big_title {
    margin-bottom: 0;
    font-size: 15px;
  }
  .image .button-big_text {
    display: none;
  }
  .image .button-big_icon > i {
    font-size: 18px;
  }
  .image .button-big_close {
    top: 6px;
    right: 18px;
  }
  .image .image-content {
    padding: 25px;
  }
  .image .image-content_title > span {
    font-size: 18px;
  }
  .image .image-content_description * {
    font-size: 15px;
  }
  .image .controls .slider-arrows {
    font-size: 17px;
  }
  .image .controls .slidercount {
    font-size: 13px;
  }
}
.imagegallery {
  position: relative;
  display: block;
  margin-bottom: 100px;
}
.imagegallery .innerwrap {
  height: auto;
}
.imagegallery .innerwrap .image {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 2px;
}
.imagegallery .innerwrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.imagegallery .innerwrap .slick-prev,
.imagegallery .innerwrap .slick-next {
  position: absolute;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid rgb(110, 27, 142);
  text-align: center;
  top: 50%;
  margin-top: -25px;
  background-color: #FFF;
  z-index: 900;
  cursor: pointer;
}
.imagegallery .innerwrap .slick-prev::before,
.imagegallery .innerwrap .slick-next::before {
  color: rgb(110, 27, 142);
}
.imagegallery .innerwrap .slick-prev {
  left: 25px;
}
.imagegallery .innerwrap .slick-next {
  right: 25px;
}
.imagegallery .innerwrap .slick-dots {
  position: static;
}

@media only screen and (max-width: 767px) {
  .imagegallery {
    margin-bottom: 50px;
  }
}
.teaser {
  margin: 20px 0 100px 0;
}
.teaser.cc-manually > .headlines {
  width: 100%;
}
.teaser .headlines {
  text-align: left;
}
.teaser .headlines *:nth-child(1) {
  font-size: 30px;
  font-weight: 500;
}
.teaser .headlines *:last-child {
  margin-bottom: 0;
}
.teaser .teaser-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.teaser .teaser-button--mobile {
  display: none;
}
.teaser .teaser-button a {
  border: 1px solid #793991;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 20px;
}
.teaser .teaser-button a > span {
  color: #793991;
}
.teaser .teaser-button a:hover {
  background: #793991;
}
.teaser .teaser-button a:hover > span {
  color: #FFFFFF;
}
.teaser .teaser-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.teaser .teaser-box {
  width: calc(50% - 7.5px);
  display: flex;
  position: relative;
  overflow: hidden;
  border: 1px solid #211B0F;
}
.teaser .teaser-box .teaser-box-image {
  position: relative;
  left: 0;
  display: block;
  width: 40%;
  overflow: hidden;
  background-color: #fff;
}
.teaser .teaser-box .teaser-box-image .image-caption {
  padding: 0 15px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(155, 89, 180, 0.9);
  text-transform: uppercase;
  color: #FFF;
  z-index: 1;
}
.teaser .teaser-box .teaser-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser .teaser-box .teaser-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  padding: 45px 30px 65px 30px;
  background-color: #FFF;
}
.teaser .teaser-box .teaser-box-text .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.teaser .teaser-box .teaser-box-text .text-wrapper h3 {
  font-size: 18px;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #793991;
  margin: 0 0 10px 0;
}
.teaser .teaser-box .teaser-box-text .text-wrapper .text {
  font-size: 15px;
}
.teaser .teaser-box .teaser-box-text .text-wrapper .text p:first-child {
  margin-top: 0;
}
.teaser .teaser-box .teaser-box-text .text-wrapper .text p:last-child {
  margin-bottom: 0;
}
.teaser .teaser-box .teaser-box-text .more-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.teaser .teaser-box .teaser-box-text .more-link > a {
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  text-align: right;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.teaser .teaser-box .teaser-box-text .more-link > a:hover span,
.teaser .teaser-box .teaser-box-text .more-link > a:hover i {
  color: #211B0F;
}
.teaser .teaser-box .teaser-box-text .more-link > a span {
  color: rgb(191, 183, 170);
  font-weight: 500;
}
.teaser .teaser-box .teaser-box-text .more-link > a i {
  color: rgb(191, 183, 170);
  text-decoration: none;
  font-size: 7px;
  margin-left: 5px;
}
.teaser .cc-no-items {
  margin: 50px 0;
  text-align: center;
}
.teaser .slider-arrows {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.teaser .slider-controls {
  position: relative;
}
.teaser .teaser-slidercount {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
}

@media only screen and (max-width: 1600px) {
  .teaser .teaser-box .teaser-box-text {
    width: 100%;
    flex-grow: 1;
  }
  .teaser .teaser-box .teaser-box-image {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .teaser {
    margin: 20px 0 60px 0;
  }
  .teaser .teaser-box {
    width: 100%;
    flex-direction: row;
  }
  .teaser .teaser-box .teaser-box-image {
    width: 40%;
    height: auto;
    min-height: 300px;
  }
  .teaser .teaser-box .teaser-box-text {
    height: auto;
    width: 60%;
    min-height: 200px;
    margin-top: initial;
    margin-left: initial;
  }
  .teaser .teaser-box .teaser-box-text .text-wrapper {
    display: block;
  }
  .teaser .teaser-box .teaser-box-text > a {
    position: static;
    display: block;
    bottom: initial;
    right: initial;
    width: 100%;
    text-align: right;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .teaser .teaser-wrap {
    overflow: hidden;
  }
  .teaser .headlines *:nth-child(1) {
    font-size: 18px;
    line-height: 1.3;
  }
  .teaser .teaser-top {
    margin-bottom: 25px;
  }
  .teaser .teaser-button {
    display: none;
    margin-top: 30px;
  }
  .teaser .teaser-button--mobile {
    display: flex;
    justify-content: center;
  }
  .teaser .teaser-button--mobile a {
    border-radius: 8px;
    padding: 5px 20px;
  }
  .teaser .teaser-boxes {
    margin: 0 -10px;
  }
  .teaser .teaser-box {
    display: block;
    margin: 0 10px;
  }
  .teaser .teaser-box .teaser-box-image {
    position: relative;
    width: 100%;
    height: 275px;
    min-height: 400px;
  }
  .teaser .teaser-box .teaser-box-text {
    display: block;
    width: 100%;
    margin-left: 0;
    min-height: initial;
    padding: 20px 10px 75px 10px;
  }
  .teaser .teaser-box > a {
    text-align: center;
  }
  .slick-list {
    overflow: visible;
    max-width: 100%;
  }
  .slick-track {
    display: flex !important;
  }
  .slick-slide {
    height: inherit !important;
  }
}
@media only screen and (max-width: 400px) {
  .teaser .teaser-box .teaser-box-image {
    min-height: 200px;
  }
}
.teaser .home_news .teaser-box .teaser-box-image img.dummy {
  width: 50%;
  min-width: auto;
  height: auto;
  min-height: auto;
}

.searchpage {
  margin: 50px 20px;
}
.searchpage .c-normal {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
.searchpage .tx-kesearch-pi1 #kesearch_num_results {
  margin: 10px 0;
}
.searchpage .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  background: rgba(110, 27, 142, 0.3);
  font-weight: 400;
  color: #4c4c4c;
}
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_top .kesearch_pagebrowser ul li,
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li {
  font-size: 1.6em;
}
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_top .kesearch_pagebrowser ul li::before,
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li::before {
  content: "";
}
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_top .kesearch_pagebrowser ul li a,
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li a {
  text-decoration: none;
}
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_top .kesearch_pagebrowser ul li a.current,
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li a.current {
  font-weight: 400;
}
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_top .kesearch_pagebrowser ul li a.next,
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li a.next {
  background: none;
}
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_top .kesearch_pagebrowser ul li a.next::before,
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li a.next::before {
  content: "\e901";
  color: #6e1b8e;
  font-size: 15px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_top .kesearch_pagebrowser ul li a.prev,
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li a.prev {
  background: none;
  display: block;
}
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_top .kesearch_pagebrowser ul li a.prev::before,
.searchpage .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .kesearch_pagebrowser ul li a.prev::before {
  content: "\e903";
  color: #6e1b8e;
  font-size: 15px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.searchpage .tx-kesearch-pi1 #kesearch_ordering div.ordering ul li:before {
  content: "";
}
.searchpage .tx-kesearch-pi1 #kesearch_ordering div.ordering ul li a {
  text-decoration: none;
}
.searchpage .tx-kesearch-pi1 #kesearch_ordering div.ordering ul li span.up, .searchpage .tx-kesearch-pi1 #kesearch_ordering div.ordering ul li span.down {
  margin: 2px 6px;
}
.searchpage .tx-kesearch-pi1 #kesearch_ordering div.ordering ul li span.up {
  border-width: 0 6px 7px;
  border-color: transparent transparent rgb(110, 27, 142);
}
.searchpage .tx-kesearch-pi1 #kesearch_ordering div.ordering ul li span.down {
  border-width: 7px 6px 0;
  border-color: rgb(110, 27, 142) transparent;
}

.tx-felogin-pi1 {
  margin: 40px auto;
  text-align: center;
}
.tx-felogin-pi1 .fe-login-wrapper {
  margin: 0 auto;
  width: 400px;
  padding: 20px;
}
.tx-felogin-pi1 .fe-login-wrapper h3 {
  display: none;
  text-transform: uppercase;
}
.tx-felogin-pi1 .fe-login-wrapper input {
  outline: none;
  line-height: 48px;
  padding: 0px 15px;
  width: 100%;
  border: 1px solid rgb(255, 255, 255);
}
.tx-felogin-pi1 .fe-login-wrapper input:focus {
  border: 1px solid #9b59b4;
}
.tx-felogin-pi1 .fe-login-wrapper input[type=submit] {
  background-color: #9b59b4;
  color: #FFF;
  margin-top: 20px;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}
.tx-felogin-pi1 .fe-login-wrapper input[type=submit]:hover {
  background-color: #720095;
}
.tx-felogin-pi1 .fe-login-wrapper fieldset legend {
  visibility: hidden;
  margin-bottom: 5px;
}
.tx-felogin-pi1 .fe-login-wrapper fieldset div {
  margin-bottom: 10px;
}

@media only screen and (max-width: 550px) {
  .tx-felogin-pi1 .fe-login-wrapper {
    width: 90%;
  }
}
.video-embedded {
  display: flex;
  align-items: center;
  gap: 75px;
  flex-direction: row-reverse;
}
.video-embedded > * {
  padding: 60px 0;
}
.video-embedded.mirrored {
  flex-direction: row;
}
.video-embedded.mirrored .video-button-link {
  margin: 20px auto 0 auto;
}
.video-embedded.mirrored .video-text,
.video-embedded.mirrored .headlines {
  margin: 0 auto;
}
.video-embedded.column {
  flex-direction: column;
}
.video-embedded.column.mirrored {
  flex-direction: column-reverse;
}
.video-embedded.column .video-button-link {
  max-width: 900px;
  margin: 20px auto 0 auto;
}
.video-embedded.column .video-text,
.video-embedded.column .headlines {
  max-width: 900px;
  margin: 0 auto;
}
.video-embedded.column .content {
  width: 100%;
}
.video-embedded.column .video-wrapper {
  width: 100%;
}
.video-embedded .content {
  width: 50%;
  text-align: left;
}
.video-embedded .content + .video-wrapper {
  width: 50%;
}
.video-embedded .content + .video-wrapper .iframe_wrapper {
  width: 100%;
  padding-top: 30.25%;
}
.video-embedded .headlines {
  text-align: left;
  max-width: 540px;
}
.video-embedded .headlines * {
  letter-spacing: 3px;
  line-height: 1.2;
}
.video-embedded .headlines *:nth-child(1) {
  font-size: 30px;
  font-weight: 500;
}
.video-embedded .headlines *:last-child {
  margin-bottom: 0;
}
.video-embedded .video-text {
  max-width: 540px;
}
.video-embedded .video-text * {
  line-height: 1.7;
  letter-spacing: 1px;
}
.video-embedded .video-button-link {
  max-width: 540px;
  margin-top: 20px;
}
.video-embedded .video-button-link a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
}
.video-embedded .video-button-link a * {
  font-weight: 500;
  color: #bcbab7;
}
.video-embedded .video-button-link a span {
  font-size: 15px;
}
.video-embedded .video-button-link a i {
  font-size: 10px;
  margin-left: 5px;
}
.video-embedded .video-button-link a:hover * {
  color: #211B0F;
}
.video-embedded .video-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 2em;
}
.video-embedded .video-wrapper .iframe_wrapper {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 25px;
  height: 0;
  width: 50%;
}
.video-embedded .video-wrapper .iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .video-embedded {
    flex-direction: column;
    gap: 25px;
    padding: 40px;
  }
  .video-embedded > *:nth-child(2) {
    margin-top: -80px;
  }
  .video-embedded.mirrored {
    flex-direction: column;
  }
  .video-embedded.mirrored .video-text,
  .video-embedded.mirrored .headlines {
    margin-left: 0;
    max-width: none;
  }
  .video-embedded .content {
    width: 100%;
  }
  .video-embedded .content + .video-wrapper {
    width: 100%;
  }
  .video-embedded .headlines * {
    letter-spacing: 1px;
  }
  .video-embedded .headlines *:nth-child(1) {
    font-size: 18px;
  }
  .video-embedded .video-text * {
    font-size: 15px;
  }
  .video-embedded .video-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .video-embedded .video-wrapper {
    flex-direction: column;
  }
  .video-embedded .video-wrapper .iframe_wrapper {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
.popupwindow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 500px;
  height: 400px;
  margin: auto;
  background: #6d228c;
  border: 5px solid #fff;
  z-index: 9999;
  display: none;
}
.popupwindow .popupdesc {
  width: 380px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin: auto;
}
.popupwindow .popupdesc b {
  color: #6d228c;
}
.popupwindow .popupdesc:before {
  content: "";
  background-image: url(/fileadmin/web/img/blume_verlauf_small_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 40px auto;
  width: 76px;
  height: 30px;
}
.popupwindow .popuplang {
  background: #fff;
  padding: 10px 5px;
  text-align: center;
  width: 385px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  color: #6d228c;
  font-size: 27px;
  -webkit-box-shadow: 0px 0px 2px 0px rgb(109, 34, 140);
  -moz-box-shadow: 0px 0px 2px 0px rgb(109, 34, 140);
  box-shadow: 0px 0px 2px 0px rgb(109, 34, 140);
}
.popupwindow .popupclose {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #4c4c4c;
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  .popupwindow {
    width: 90%;
  }
  .popupwindow .popupdesc {
    width: 90%;
  }
  .popupwindow .popuplang {
    width: 90%;
  }
}
@media only screen and (max-width: 400px) {
  .popupwindow .popuplang {
    top: 95%;
    bottom: auto;
  }
}
.button-with-link-wrap .button-with-link {
  display: inline-block;
  position: relative;
  min-height: 45px;
  line-height: 22px;
  border: none;
  padding: 10px 40px 10px 20px;
  text-decoration: none;
  color: #FFF;
  background-color: #9b59b4;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
  margin: 20px auto;
}
.button-with-link-wrap .button-with-link:hover {
  background-color: #720095;
}
.button-with-link-wrap .button-with-link span {
  color: #FFF;
  line-height: 1em;
}
.button-with-link-wrap .button-with-link.icon::before {
  position: absolute;
  right: 15px;
  font-size: 12px;
  line-height: 27px;
}
.button-with-link-wrap.button-left {
  text-align: left;
}
.button-with-link-wrap.button-center {
  text-align: center;
}
.button-with-link-wrap.button-right {
  text-align: right;
}

@media only screen and (max-width: 1365px) {
  .button-with-link-wrap .c-normal {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .button-with-link-wrap .c-normal {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .button-with-link-wrap .c-normal {
    padding: 0 18px;
  }
}
.linkboxes {
  max-width: 1720px;
  margin: 0 auto;
  padding: 20px 50px 80px 50px;
}
.linkboxes_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.linkboxes .linkbox {
  position: relative;
  width: calc(25% - 11.25px);
}
.linkboxes .linkbox:hover .linkbox_overlay {
  opacity: 1;
  background: rgba(121, 57, 145, 0.5);
}
.linkboxes .linkbox:hover .linkbox_content {
  background: transparent;
}
.linkboxes .linkbox_image {
  aspect-ratio: 9/4;
}
.linkboxes .linkbox_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.linkboxes .linkbox_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 10px 20px;
  background: rgba(121, 57, 145, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.linkboxes .linkbox_text {
  text-align: center;
  line-height: 1;
}
.linkboxes .linkbox_text span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.linkboxes .linkbox_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(121, 57, 145, 0.5);
  transition: opacity 0.5s;
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .linkboxes {
    padding: 20px 25px 40px 25px;
  }
  .linkboxes_wrap {
    gap: 10px;
  }
  .linkboxes .linkbox {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 767px) {
  .linkboxes {
    padding: 20px 0;
  }
  .linkboxes .linkbox_text span {
    font-size: 13px;
  }
}
.divider {
  margin-top: 20px;
  margin-bottom: 80px;
}
.divider_wrap {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
}
.divider_line {
  height: 1px;
  width: 100%;
  background: #793991;
}
.divider_line::before {
  content: "";
  background-image: url(/fileadmin/web/img/blume_verlauf_small.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 30px;
  width: 100px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.divider_bg {
  width: 120px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
}

@media only screen and (max-width: 1365px) {
  .divider_wrap {
    padding: 0 50px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
@media only screen and (max-width: 1024px) {
  .divider_wrap {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .divider {
    margin-bottom: 60px;
  }
  .divider_wrap {
    padding: 0 18px;
  }
}
.downloads {
  margin-bottom: 80px;
}
.downloads_wrap {
  max-width: 1350px;
  margin: 0 auto;
}
.downloads_items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.downloads_item {
  border: 1px solid #211B0F;
  padding: 18px 45px;
  width: calc(50% - 8px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.downloads_title {
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 16px;
}
.downloads_icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.downloads_icons a {
  text-decoration: none;
  font-size: 18px;
}
.downloads_icons a:nth-child(2) {
  font-size: 22px;
}

@media only screen and (max-width: 1365px) {
  .downloads_wrap {
    padding: 0 50px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
@media only screen and (max-width: 1024px) {
  .downloads_wrap {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .downloads {
    margin-bottom: 60px;
  }
  .downloads_wrap {
    padding: 0 18px;
  }
  .downloads_item {
    width: calc(100% - 0px);
    padding: 10px 20px;
  }
  .downloads_title {
    font-size: 14px;
  }
}
.cluster_header_teaser,
.cluster_header_team {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 18px;
  color: #793991;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.new-wrapper-class {
  max-width: 1365px !important;
  margin: 0 auto !important;
  padding: 0 60px !important;
}

@media (max-width: 1024px) {
  .new-wrapper-class {
    padding: 0 40px !important;
  }
}
@media (max-width: 767px) {
  .new-wrapper-class {
    padding: 0 25px !important;
  }
}

/*# sourceMappingURL=layout.css.map */
