@charset "UTF-8";
/* lila colors */
/* green */
/* orange */
/*, 0.60*/
/*, 0.30*/
/** FONTS **/
@font-face {
  font-family: 'DINOT';
  src: url("/fonts/3091BC_4_0.eot");
  src: url("/fonts/3091BC_4_0.eot?#iefix") format("embedded-opentype"), url("/fonts/3091BC_4_0.woff2") format("woff2"), url("/fonts/3091BC_4_0.woff") format("woff"), url("/fonts/3091BC_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot");
  src: url("/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2") format("woff2"), url("/fonts/fontawesome-webfont.woff") format("woff"), url("/fonts/fontawesome-webfont.ttf") format("truetype"); }

/*** MIXIN ***/
body {
  padding: 0;
  margin: 0;
  color: #333; }

body, html {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 400;
  color: #78204a;
  margin: 0 0 20px 0; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em; }

h3 span.time:before {
  padding-left: 10px;
  padding-right: 5px;
  content: "\f017";
  font-family: FontAwesome; }

p {
  margin-bottom: 20px;
  font-size: 1em; }

strong, b {
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 500; }

a {
  color: #78204a;
  font-size: 1em; }
  a:hover, a:focus {
    color: #78204a; }

hr {
  width: 100%;
  height: 1px;
  background: #e4e4e4; }

nav {
  padding: 25px 0 25px 0;
  -webkit-transition: padding 0.3s linear;
  -moz-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
  transition-delay: 0;
  background-color: white;
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 500;
  color: #78204a !important; }
  nav.scrolled {
    padding: 10px 0 10px 0;
    -webkit-transition: padding 0.3s linear;
    -moz-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
    transition-delay: 0; }
  nav .container > .row > div {
    position: inherit !important; }
  nav *, nav a {
    font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
    font-style: normal;
    font-weight: 500; }
  nav .nav .open a {
    border: solid 1px #78204a !important; }
  nav a:not(.navbar-brand) {
    font-size: 1.2em;
    border: solid 1px #fff;
    margin-right: 1px;
    color: #78204a !important;
    background-color: #fff; }
    nav a:not(.navbar-brand):hover, nav a:not(.navbar-brand):focus {
      background-color: #fff !important;
      border: solid 1px #78204a; }
    nav a:not(.navbar-brand).active {
      border: solid 1px #78204a;
      background-color: #78204a !important;
      color: #fff !important; }
      nav a:not(.navbar-brand).active:hover, nav a:not(.navbar-brand).active:focus {
        background-color: #78204a;
        color: #fff; }
  nav a.navbar-brand {
    border: solid 1px #fff !important;
    padding: 0;
    height: auto;
    max-width: 180px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition-delay: 0; }
    nav a.navbar-brand:hover, nav a.navbar-brand:focus {
      border: solid 1px #fff !important; }
  nav img {
    width: 100%;
    max-width: 180px; }
  nav .fa {
    transform: rotate(0);
    float: right;
    width: 50px;
    height: 42px;
    margin-right: 0px;
    vertical-align: top;
    text-align: right;
    position: absolute;
    top: -2px;
    right: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition-delay: 0; }
    nav .fa:before {
      content: "\f054";
      padding-right: 12px;
      position: absolute;
      top: 50%;
      left: 60%;
      transform: translate(-50%, -50%); }
  nav .open .fa {
    transform: rotate(90deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition-delay: 0; }
  nav .meta-navigation {
    font-size: 0.8em;
    display: block;
    float: right; }
    nav .meta-navigation li {
      display: block;
      float: left; }
    nav .meta-navigation a {
      padding: 5px;
      border: solid 1px #78204a;
      margin-right: 0px; }
      nav .meta-navigation a:hover, nav .meta-navigation a:focus {
        background-color: #78204a !important;
        color: #fff !important; }
      nav .meta-navigation a.loggedin {
        border-width: 0px !important; }
        nav .meta-navigation a.loggedin:hover, nav .meta-navigation a.loggedin:focus {
          background-color: #fff !important;
          color: #78204a !important;
          text-decoration: underline; }
          nav .meta-navigation a.loggedin:hover:before, nav .meta-navigation a.loggedin:focus:before {
            text-decoration: none !important; }
        nav .meta-navigation a.loggedin:before {
          display: inline-block;
          text-decoration: none !important; }
          nav .meta-navigation a.loggedin:before:hover, nav .meta-navigation a.loggedin:before:focus {
            text-decoration: none !important; }
  nav.navbar {
    margin-bottom: 0px !important;
    min-height: inherit !important; }
  nav .nav .open .dropdown-menu {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0; }
  nav .nav .open .dropdown-menu a {
    border-width: 0px !important; }
  nav .nav .open > a, nav .nav .open > a:focus, nav .nav .open > a:hover {
    background-color: transparent !important; }
  nav .nav .open > a.active, nav .nav .open > a.active:focus, nav .nav .open > a.active:hover {
    color: #fff !important;
    background-color: #78204a !important; }
  nav .dropdown-menu {
    padding-top: 25px;
    min-width: 100%;
    border-width: 0px !important;
    background-color: #fff !important;
    border-radius: 2px !important;
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0; }
    nav .dropdown-menu a, nav .dropdown-menu .nav .open a {
      font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
      font-style: normal;
      font-weight: 400;
      background-color: #fff !important;
      font-size: 1.4em !important;
      border-width: 0px !important;
      color: #78204a; }
      nav .dropdown-menu a.active, nav .dropdown-menu a.active:hover, nav .dropdown-menu a.active:focus, nav .dropdown-menu a:hover, nav .dropdown-menu a:focus, nav .dropdown-menu .nav .open a.active, nav .dropdown-menu .nav .open a.active:hover, nav .dropdown-menu .nav .open a.active:focus, nav .dropdown-menu .nav .open a:hover, nav .dropdown-menu .nav .open a:focus {
        border-width: 0px !important;
        background-color: transparent !important;
        text-decoration: underline;
        color: #78204a !important; }
  nav .navbar-toggle {
    display: block;
    float: right;
    border-color: #fff;
    margin-right: 0px;
    padding-right: 0px; }
    nav .navbar-toggle .icon-bar {
      background-color: #78204a;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      transition-delay: 0; }
    nav .navbar-toggle.collapsed span:nth-child(2) {
      transform: rotate(0); }
    nav .navbar-toggle.collapsed span:nth-child(3) {
      opacity: 1; }
    nav .navbar-toggle.collapsed span:nth-child(4) {
      transform: rotate(0); }
    nav .navbar-toggle span:nth-child(2) {
      transform: rotate(45deg);
      transform-origin: 20% 250%;
      padding-left: 5px; }
    nav .navbar-toggle span:nth-child(3) {
      opacity: 0; }
    nav .navbar-toggle span:nth-child(4) {
      transform: rotate(-45deg);
      transform-origin: 20% -150%;
      padding-left: 5px; }
  nav .navbar-nav {
    margin: 9px 35px 8px 0px; }

section {
  margin: 80px 0 80px 0; }

body > nav.scrolled ~ header:not(.fullscreen), body > div > nav.scrolled ~ header:not(.fullscreen) {
  height: 290px;
  margin-top: 60px; }

body > header:not(.fullscreen), body > div > header:not(.fullscreen) {
  height: 230px;
  margin-top: 120px; }

body > header, body > div > header, section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  body > header .container, body > div > header .container, section .container {
    position: relative;
    height: 100%; }
  body > header .info, body > div > header .info, section .info {
    background-color: #ae7992;
    color: #fff;
    position: absolute;
    bottom: -350px;
    max-width: 465px;
    padding-top: 20px;
    z-index: 10; }
    body > header .info:not(.right), body > div > header .info:not(.right), section .info:not(.right) {
      left: 0px; }
    body > header .info.right, body > div > header .info.right, section .info.right {
      right: 0px; }
    body > header .info.animate, body > div > header .info.animate, section .info.animate {
      bottom: 0px;
      -webkit-transition: bottom 0.5s linear;
      -moz-transition: bottom 0.5s linear;
      transition: bottom 0.5s linear;
      transition-delay: 0; }
    body > header .info *, body > div > header .info *, section .info * {
      font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
      font-style: normal;
      font-weight: 300; }
    body > header .info h1, body > div > header .info h1, section .info h1 {
      color: #fff;
      text-align: center; }

.fullscreen {
  height: 100%;
  max-height: 100%;
  background-position: top; }
  .fullscreen:not(section) {
    width: 100%; }
  .fullscreen .container-fluid:not(.slider-nav) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.workflow {
  margin-top: 60px;
  margin-bottom: 60px; }
  .workflow img {
    width: 50%; }
  .workflow .item {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    transition-delay: 0; }
    .workflow .item.animate {
      opacity: 1;
      -webkit-transition: opacity 0.5s linear;
      -moz-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear;
      transition-delay: 0; }
    .workflow .item .flipper div {
      background-color: #d6bcc8; }
  .workflow .item:nth-child(2).animate {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    transition-delay: 0.5s; }
  .workflow .item:nth-child(3).animate {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    transition-delay: 1s; }
  .workflow .item:nth-child(4).animate {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    transition-delay: 1.5s; }
  .workflow .item:nth-child(4) .flipper div {
    background-color: #6e9889 !important; }
  .workflow .item:not(:last-child):after {
    content: "\f063";
    font-family: FontAwesome;
    color: #d6bcc8;
    font-size: 25px;
    position: relative;
    left: calc(50% - 10px); }

.numbers-title {
  margin-top: 80px; }

.numbers {
  margin-bottom: 60px;
  color: #fff; }
  .numbers h3 {
    color: #fff;
    font-size: 4em;
    margin-bottom: 0px; }
  .numbers p {
    font-size: 1.2em;
    display: block; }
  .numbers .flip-container {
    margin-bottom: 30px; }
  .numbers .item .flipper div {
    background-color: #ae7992; }
  .numbers .item:nth-child(2) .flipper div {
    background-color: #b6cbc4; }
  .numbers .item:nth-child(3) .flipper div {
    background-color: #e8d981; }
  .numbers .item:nth-child(4) .flipper div {
    background-color: #6e9889; }
  .numbers .item:nth-child(5) .flipper div {
    background-color: #df9b76; }
  .numbers .item:nth-child(6) .flipper div {
    background-color: #d6bcc8; }
  .numbers .item:nth-child(7) .flipper div {
    background-color: #9d9bc2; }
  .numbers .item:nth-child(8) .flipper div {
    background-color: #efcdba; }

.flip-container {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  /* Chrome, Safari, Opera */
  transform-style: preserve-3d;
  cursor: default;
  /* flip speed goes here */
  /* back, initially hidden pane */ }
  .flip-container .flipper {
    /*height: 0;*/
    padding-bottom: 100%;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    /* Chrome, Safari, Opera */
    transform-style: preserve-3d;
    position: relative;
    text-align: center;
    color: #fff; }
  .flip-container:not([data-link='']) {
    cursor: pointer; }
  .flip-container.hover .back {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  .flip-container.hover .front {
    transform: perspective(400px) rotateY(180deg);
    opacity: 0; }
  .flip-container .front, .flip-container .back {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    /*-webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */
    /*transform-style: preserve-3d;*/
    -webkit-perspective: 400px;
    /* Chrome, Safari, Opera */
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0; }
  .flip-container .front {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg); }
  .flip-container .back {
    opacity: 0;
    transform: perspective(400px) rotateY(-180deg); }
  .flip-container .front-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .flip-container .back-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 15px; }
    .flip-container .back-content p, .flip-container .back-content a {
      font-size: 1em;
      margin-bottom: 0px;
      color: #fff;
      text-decoration: none; }
      .flip-container .back-content p:hover, .flip-container .back-content p:active, .flip-container .back-content p:focus, .flip-container .back-content a:hover, .flip-container .back-content a:active, .flip-container .back-content a:focus {
        text-decoration: none; }
    .flip-container .back-content a {
      display: block;
      text-align: right;
      margin-top: 10px; }
    .flip-container .back-content .fa {
      margin-left: 5px; }

section.counter p {
  font-size: 1em; }

section.counter .counter-info ul {
  margin-bottom: 35px;
  list-style-type: none;
  padding: 0; }
  section.counter .counter-info ul li {
    position: relative;
    padding-left: 35px;
    font-size: 1em; }
    section.counter .counter-info ul li:before {
      content: "\f10c";
      color: #78204a;
      font-family: "FontAwesome";
      position: absolute;
      left: 0; }

div.counter .counter-headline {
  background-color: #6e9889;
  color: #fff;
  font-size: 1.2em;
  padding: 5px 25px 5px 25px;
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 300; }

div.counter .counter-content {
  padding: 20px 25px 20px 25px;
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 300;
  font-size: 1.2em;
  background-color: #f7f1f4; }
  div.counter .counter-content span:not(.numlabel) {
    display: inline-block;
    text-align: center;
    height: 35px;
    width: 35px;
    font-size: 20px;
    font-family: DINOT, Helvetica, Arial, "sans-serif";
    margin-right: 4px;
    background-color: #6e9889;
    color: #fff;
    border-radius: 2px;
    border: solid 1px #6e9889;
    vertical-align: middle;
    /*&:nth-child(3) {
                margin-right: 20px !important;
            }*/ }
  div.counter .counter-content span.numlabel {
    display: block;
    font-family: DINOT, Helvetica, Arial, "sans-serif";
    font-size: 20px;
    color: #333;
    padding-top: 3px;
    vertical-align: middle;
    float: left;
    clear: left;
    margin-top: 10px;
    margin-left: 0px; }
  div.counter .counter-content ul {
    list-style: none;
    margin-top: 20px;
    padding: 0; }
  div.counter .counter-content li {
    font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0 0 0 0;
    font-size: 0.8em; }
    div.counter .counter-content li:before {
      content: "\f00c";
      margin-right: 20px;
      color: #6e9889;
      font-family: FontAwesome; }
  div.counter .counter-content p {
    font-size: 0.8em;
    font-weight: 400; }
  div.counter .counter-content p:first-of-type {
    padding-top: 20px; }

div.counter.orange .counter-headline {
  background-color: #e19b6c; }

div.counter.orange .counter-content {
  background-color: #f0cfb5; }
  div.counter.orange .counter-content span:not(.numlabel) {
    background-color: #e19b6c;
    border: solid 1px #e19b6c; }
  div.counter.orange .counter-content li:before {
    color: #ca581a; }
  div.counter.orange .counter-content a {
    color: #78204a; }

div.counter.startphase .counter-content span {
  float: left;
  display: block; }

div.counter.startphase .counter-content div {
  clear: left; }

section.counter .row + .row {
  margin-top: 60px; }

.partner img {
  max-width: 170px;
  height: 77px;
  margin-bottom: 20px;
  text-align: center; }
  .partner img.liebenwein {
    max-width: 200px; }

.partner a {
  display: block;
  color: #333;
  text-decoration: none; }

.partner .row > div {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-bottom: 100%;
  margin-bottom: -100%; }

body > footer {
  background-color: #78204a;
  color: #fff;
  font-size: 0.6em;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  position: relative; }
  body > footer a {
    color: #fff;
    text-decoration: underline; }
    body > footer a:hover {
      color: #fff !important; }
  body > footer ul {
    list-style: none;
    font-size: 1em;
    padding: 0px;
    margin-left: 30px;
    display: block; }
    body > footer ul li {
      display: inline-block;
      padding: 0px 15px; }
    body > footer ul li:not(:last-child) {
      border-right: solid 1px #d6bcc8; }

section.lila {
  background-color: #f1e8ed;
  margin: 0px;
  text-align: center; }
  section.lila h3 {
    font-size: 3.2em;
    margin-top: 20px;
    margin-bottom: 20px; }
  section.lila img {
    width: 75%; }
  section.lila p {
    margin-bottom: 40px !important; }
  section.lila .number-circle h3 {
    width: 70%;
    border-radius: 50% 50%;
    background-color: #d6bcc8;
    color: #fff;
    vertical-align: middle;
    margin: 0 auto;
    position: relative; }
    section.lila .number-circle h3:after {
      content: '';
      padding: 47% 0;
      /* vertical value as  100% equals width */
      display: inline-block; }
    section.lila .number-circle h3 span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  section.lila .number-circle p {
    margin-top: 20px; }

section.team {
  background-color: #f1e8ed;
  margin: 0px; }
  section.team img {
    width: 100%; }
  section.team strong.name {
    color: #78204a;
    display: block;
    margin-top: 10px; }
  section.team .as-table {
    margin-top: 30px; }

section.content, div.content {
  margin-top: 50px;
  margin-bottom: 30px; }
  section.content h1, section.content h2, section.content h3, section.content h4, section.content h5, section.content h6, div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6 {
    text-align: center; }
  section.content h1, div.content h1 {
    font-size: 2.5em;
    margin-bottom: 35px; }
  section.content .text-left, div.content .text-left {
    text-align: left; }
  section.content h2, div.content h2 {
    font-size: 1.8em;
    margin-bottom: 35px; }
  section.content ul, div.content ul {
    margin-bottom: 35px;
    list-style-type: none;
    padding: 0; }
    section.content ul li, div.content ul li {
      position: relative;
      padding-left: 35px; }
      section.content ul li:before, div.content ul li:before {
        content: "\f10c";
        color: #78204a;
        font-family: "FontAwesome";
        position: absolute;
        left: 0; }
  section.content ol, div.content ol {
    margin-bottom: 35px;
    list-style-type: none;
    padding: 0; }
    section.content ol li, div.content ol li {
      counter-increment: item;
      position: relative;
      padding-left: 35px; }
      section.content ol li:before, div.content ol li:before {
        content: counter(item) ".";
        color: #78204a;
        position: absolute;
        left: 5px; }
  section.content img, div.content img {
    width: 100%; }
  section.content p, div.content p {
    font-size: 1em; }
    section.content p + h2, div.content p + h2 {
      margin-top: 80px !important; }
  section.content span.img-circle, div.content span.img-circle {
    width: 380px;
    height: 380px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 30px; }
    section.content span.img-circle img, div.content span.img-circle img {
      width: 200%; }
  section.content .icon, div.content .icon {
    text-align: center; }
    section.content .icon > span, div.content .icon > span {
      display: inline-block;
      background-color: #d6bcc8;
      padding: 25px;
      border-radius: 50%;
      width: 120px;
      height: 120px;
      margin-bottom: 30px;
      vertical-align: middle; }
    section.content .icon img, div.content .icon img {
      width: 100%;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  section.content .content-image, div.content .content-image {
    margin-bottom: 50px; }
    section.content .content-image img, div.content .content-image img {
      width: 100%; }
  section.content .logo, div.content .logo {
    text-align: center;
    display: block; }
    section.content .logo img, div.content .logo img {
      max-width: 190px;
      margin-bottom: 30px; }
  section.content .caption, div.content .caption {
    font-size: 0.8em;
    font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
    font-style: normal;
    font-weight: 400; }
  section.content .row:not(:first-child).verband, div.content .row:not(:first-child).verband {
    margin-top: 60px; }

.accordion .panel {
  border-radius: 0px !important;
  border: solid 1px #afb0ae !important; }

.accordion .panel-heading {
  background-color: #fff !important; }

.accordion img {
  width: 100%;
  border: solid 1px #afb0ae; }

.accordion h2 {
  text-align: left !important;
  margin: 0 !important;
  font-size: 1em !important;
  position: relative; }
  .accordion h2 a {
    text-decoration: none;
    color: #78204a;
    display: block;
    margin-right: 50px; }
    .accordion h2 a:after {
      content: "\f067";
      position: absolute;
      top: 1px;
      right: 0px;
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      float: right;
      transition: transform .25s linear;
      -webkit-transition: -webkit-transform .25s linear;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .accordion h2 a[aria-expanded="true"]:after {
      content: "\f068";
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.accordion h3 {
  color: #333 !important;
  font-size: 1.2em !important;
  text-align: left !important; }

.accordion p {
  font-size: 0.9em !important;
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 300; }

.accordion.faq p, .accordion.downloads p, .accordion.images p {
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 400; }

.accordion.faq p:last-child, .accordion.downloads p:last-child, .accordion.images p:last-child {
  margin-bottom: 0px; }

.accordion.images .galery {
  margin-bottom: 20px; }
  .accordion.images .galery a {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    float: left;
    height: 0;
    box-sizing: content-box;
    border: 1px solid #afb0ae;
    clear: left; }
  .accordion.images .galery a img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-width: 0; }
    .accordion.images .galery a img.vertical {
      width: auto !important;
      height: 100% !important; }

.row.as-table {
  overflow: hidden; }
  .row.as-table [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  .row.as-table > div:nth-child(5n) {
    clear: left; }

.fa {
  margin-right: 10px; }

.news-container {
  margin-top: 0px; }
  .news-container a.load-more {
    border: solid 1px #78204a;
    padding: 10px 20px;
    color: #78204a;
    text-decoration: none;
    margin: 20px 0;
    display: inline-block; }

.grid img {
  width: 100%; }

.grid a {
  text-decoration: none; }

.grid article {
  margin: 10px;
  cursor: pointer; }
  .grid article:hover {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3); }

.grid h1 {
  font-size: 1em;
  margin-bottom: 0;
  color: #333;
  padding: 20px;
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 300; }

.grid header {
  padding: 10px;
  color: #333;
  text-align: right;
  font-size: 0.7em; }
  .grid header span {
    padding: 5px; }
  .grid header span:first-child {
    float: left;
    border: solid 1px #b4b4b6;
    display: inline-block; }
  .grid header span:not(:first-child) {
    padding-top: 7px;
    font-size: 0.95em; }
  .grid header span:nth-child(2) {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px; }
  .grid header span:nth-child(3) {
    padding: 5px 5px 5px 0;
    display: inline-block; }
  .grid header span:nth-child(3):before {
    content: "\f017";
    padding-left: 5px;
    padding-right: 5px;
    font-family: FontAwesome;
    display: inline-block; }

.grid footer {
  padding: 10px; }
  .grid footer span {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    border: solid 1px #b4b4b6;
    padding: 7px 10px;
    float: right;
    margin-right: 0px; }

.grid .presse {
  background-color: #f1e8ed; }

.grid .update, .grid .veranstaltungen {
  background-color: #cecde0; }

.grid .news, .grid .amvsNews {
  background-color: #ae7992;
  color: #fff; }
  .grid .news h1, .grid .amvsNews h1 {
    color: #fff; }
  .grid .news header, .grid .amvsNews header {
    color: #fff; }
    .grid .news header span:first-child, .grid .amvsNews header span:first-child {
      border: solid 1px #fff; }
  .grid .news footer span, .grid .amvsNews footer span {
    color: #fff;
    border-color: #fff; }

.grid.members h1 {
  color: #78204a !important;
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 400;
  padding: 30px 10px 10px 10px; }

.grid.members p {
  font-size: 0.8em;
  padding: 0 10px;
  margin: 0 0 10px 0; }

.grid.members article {
  /*cursor: default;*/
  border: solid 1px #e4e4e4;
  padding-bottom: 10px; }
  .grid.members article:hover {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3); }

.scroll-top {
  color: #78204a !important;
  position: fixed;
  bottom: 40px;
  right: 0px;
  opacity: 0;
  z-index: 10000;
  border: solid 1px #78204a;
  padding: 10px 10px 10px 10px;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
  font-size: 1em;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  transition-delay: 0; }
  .scroll-top:hover, .scroll-top:active, .scroll-top:focus {
    text-decoration: none !important;
    color: #78204a !important; }
  .scroll-top.show {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    transition-delay: 0; }

.news-back {
  margin-top: 30px; }

.filter {
  margin-bottom: 30px; }
  .filter form {
    display: inline; }
  .filter a {
    display: inline-block;
    margin-right: 10px; }
    .filter a .fa {
      color: #333;
      margin-right: 0px; }
    .filter a.filtered sub.fa {
      opacity: 1; }
    .filter a sub.fa {
      opacity: 0;
      font-size: 0.5em;
      margin-left: -5px;
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      transition-delay: 0; }
  .filter div {
    text-align: center; }
  .filter h3 {
    padding-top: 5px;
    float: left;
    margin-right: 30px; }
  .filter label {
    border-bottom: solid 3px #b4b4b6;
    padding: 5px;
    display: inline-block;
    font-size: 0.7em;
    color: #333;
    font-weight: normal;
    opacity: 0.2;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    transition-delay: 0; }
    .filter label.presse.checked {
      border-bottom: solid 3px #f1e8ed;
      opacity: 1; }
    .filter label.update.checked, .filter label.veranstaltungen.checked {
      border-bottom: solid 3px #cecde0;
      opacity: 1; }
    .filter label.news.checked {
      border-bottom: solid 3px #ae7992;
      opacity: 1; }

.content-navigation {
  text-align: center;
  clear: left;
  padding: 0 15px; }
  .content-navigation.sticky {
    position: fixed;
    top: 71px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1020;
    /* nächts kommende text*/ }
    .content-navigation.sticky ul {
      margin-bottom: 10px !important; }
    .content-navigation.sticky + div {
      margin-top: 90px; }
  .content-navigation ul {
    list-style-type: none !important;
    list-style-image: none; }
  .content-navigation li {
    display: inline-block;
    text-align: center;
    padding-left: 0 !important;
    /*&:nth-child(2) {
            img {
                width: 60%;
                left: 32%;
            }
        }*/ }
    .content-navigation li.active a {
      background-color: #78204a; }
    .content-navigation li a {
      display: inline-block;
      background-color: #d6bcc8;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      -webkit-transition: background-color 0.3s linear;
      -moz-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear;
      transition-delay: 0; }
    .content-navigation li img {
      width: 50%;
      position: relative;
      top: 50%;
      left: 25%;
      transform: translate(-50%, -50%); }
    .content-navigation li:before {
      content: none !important; }
    .content-navigation li:not(:last-child) {
      padding: 0 60px; }
    .content-navigation li:not(:last-child):after {
      content: "\f061";
      font-family: FontAwesome;
      color: #d6bcc8;
      font-size: 25px;
      position: absolute;
      top: 25%;
      left: auto;
      padding: 0 20px; }
    .content-navigation li.active:not(:last-child):after {
      color: #78204a; }

.no-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  opacity: 0.6; }
  .no-image div {
    width: 100%;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 0.8em; }
    .no-image div .fa {
      display: block;
      font-size: 40px; }

.fancybox-wrap h3 {
  text-align: center;
  margin: 20px 0; }

.fancybox-wrap .fancybox-prev span, .fancybox-wrap .fancybox-next span, .fancybox-wrap .fancybox-close {
  background: none;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: rgba(255, 255, 255, 0.8); }
  .fancybox-wrap .fancybox-prev span:after, .fancybox-wrap .fancybox-next span:after, .fancybox-wrap .fancybox-close:after {
    content: "\f053";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    left: 9px; }

.fancybox-wrap .fancybox-close {
  background-color: white; }
  .fancybox-wrap .fancybox-close:after {
    content: "\f00d";
    top: 0;
    left: 8px;
    font-size: 25px; }

.fancybox-wrap .fancybox-next span:after {
  content: "\f054";
  left: 12px; }

.cc-window {
  padding: 1.5em 1.8em !important;
  z-index: 10001 !important;
  font-family: DINOT, Helvetica, Arial, "sans-serif" !important;
  box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.2); }

a.cc-link, a.cc-link:focus, a.cc-link:hover {
  color: #78204a !important;
  opacity: 1 !important;
  padding: 0px !important; }

.marquee {
  padding: 20px 0;
  height: 70px;
  overflow: hidden;
  white-space: nowrap; }
  .marquee div {
    padding-left: 100%;
    display: inline-block;
    animation: marquee 15s linear infinite;
    /*transform: translateX(100%);*/ }
    .marquee div * {
      display: inline-block;
      margin: 0;
      padding: 0;
      /*font-size: 20px;*/
      font-size: 16px; }
    .marquee div h2, .marquee div h3 {
      font-weight: bold; }
    .marquee div p + p:before, .marquee div p + h2:before {
      content: "+++";
      margin: 0 30px;
      font-weight: normal;
      color: #333; }
  .marquee div:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused; }

@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

.lSPrev, .lSNext {
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  opacity: 1 !important;
  transition: .15s ease-in-out; }
  .lSPrev:hover em, .lSNext:hover em {
    color: #78204a; }

.button {
  font-weight: normal;
  display: inline-block;
  background-color: #78204a;
  color: #fff;
  cursor: pointer;
  padding: 15px 40px;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid #78204a;
  margin: 0;
  margin-bottom: 30px;
  outline: none;
  width: 100%;
  /*@media($bp_xs) {
        width: auto;
    }*/ }
  .button.loading {
    position: relative;
    color: transparent;
    user-select: none;
    pointer-events: none; }
    .button.loading:before {
      content: '\f110';
      font-family: "FontAwesome";
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-block;
      animation: spin 1.2s infinite linear;
      color: #fff;
      font-size: 22px; }

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
  .button.dark {
    font-size: 18px;
    background-color: #78204a;
    border-color: #78204a;
    padding: 7px 30px;
    line-height: 30px;
    transition: .15s ease-in-out;
    /*@media($bp_sm) {
            padding: 11px 44px;
        }*/ }
    .button.dark:hover {
      color: white;
      text-decoration: none;
      background-color: #ae7992;
      border-color: #ae7992; }

.disruptor-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(174, 121, 146, 0.9);
  z-index: 10000;
  display: flex; }
  .disruptor-overlay .inner-modal {
    background-color: #fff;
    position: relative;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    text-align: center;
    padding: 40px 0px 20px 0px;
    max-width: calc(100% - 30px);
    max-height: 100%;
    /*@media($bp_md) {
            padding: 30px 0px 37px 0px;
            max-width: 680px;
        }*/ }
    .disruptor-overlay .inner-modal .bell-icon {
      width: 70px;
      height: 70px;
      display: inline-block;
      background-color: #78204a;
      border-radius: 50%;
      padding: 17px 19px;
      margin-bottom: 40px; }
      .disruptor-overlay .inner-modal .bell-icon img {
        width: 100%; }
    .disruptor-overlay .inner-modal h3 {
      font-family: "Whitney A", "Whitney B", Helvetica, Arial, "sans-serif";
      color: black;
      margin: 0 0 20px 0;
      font-weight: 800; }
    .disruptor-overlay .inner-modal .content {
      padding: 0 19%;
      margin: 0; }
    .disruptor-overlay .inner-modal .button.dark {
      width: auto; }
    .disruptor-overlay .inner-modal button {
      position: absolute;
      top: 50%;
      margin-top: -12px;
      height: 24px;
      width: 24px;
      background: transparent;
      border: none;
      color: black; }
      .disruptor-overlay .inner-modal button.prev {
        left: 5px;
        /*@media($bp_sm) {
                    left: 20px;
                }*/ }
      .disruptor-overlay .inner-modal button.next {
        right: 5px;
        /*@media($bp_sm) {
                    right: 20px;
                }*/ }
      .disruptor-overlay .inner-modal button:hover {
        color: #78204a; }
      .disruptor-overlay .inner-modal button em {
        line-height: 20px;
        font-size: 38px; }
    .disruptor-overlay .inner-modal .lSPager {
      display: block;
      position: static;
      left: 0;
      width: 100%;
      height: 14px;
      padding: 0;
      margin: 0 !important;
      position: relative;
      line-height: 0; }
      .disruptor-overlay .inner-modal .lSPager li {
        padding: 0 2px;
        line-height: 0; }
        .disruptor-overlay .inner-modal .lSPager li:before {
          display: none; }
        .disruptor-overlay .inner-modal .lSPager li a {
          background-color: transparent !important;
          border: 1px solid black;
          width: 5px;
          height: 5px; }
          .disruptor-overlay .inner-modal .lSPager li a:hover {
            background-color: transparent !important; }
        .disruptor-overlay .inner-modal .lSPager li.active a {
          background-color: #78204a !important; }
    .disruptor-overlay .inner-modal .close {
      position: absolute;
      top: 7px;
      right: 10px;
      opacity: 1;
      /*@media($bp_sm) {
                top: 17px;
                right: 20px;
            }*/ }
      .disruptor-overlay .inner-modal .close em {
        color: black;
        font-size: 24px;
        transition: .15s ease-in-out; }
      .disruptor-overlay .inner-modal .close:hover em {
        color: #78204a; }

.fal, .fab, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fal {
  font-family: "FontAwesome";
  font-weight: 300; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

@media (max-width: 450px) {
  nav a {
    font-size: 1em !important; }
  nav .fa {
    margin-top: 2px; } }

@media (max-width: 410px) {
  nav a {
    font-size: 0.9em !important; }
  nav .dropdown-menu a, nav .dropdown-menu .nav .open a {
    font-size: 1.2em !important; }
  nav .footer a {
    font-size: 0.6em !important; }
  body > footer {
    font-size: 0.6em; }
    body > footer ul {
      margin-bottom: 0px;
      display: block;
      margin-left: 0px; }
  section.counter p {
    font-size: 0.9em; }
  section.counter .counter-info ul li {
    font-size: 0.9em; }
  div.counter .counter-headline {
    font-size: 1em;
    padding: 5px 10px 5px 10px; }
  div.counter .counter-content {
    font-size: 1.0em;
    padding: 20px 10px 20px 10px; }
    div.counter .counter-content li {
      font-size: 0.7em; }
      div.counter .counter-content li:before {
        margin-right: 5px; }
  section.content span.img-circle, div.content span.img-circle {
    width: 280px;
    height: 280px; }
  section.content h1, div.content h1 {
    font-size: 1.6em; }
  section.content h2, div.content h2 {
    font-size: 1.4em; }
  section.content h3, div.content h3 {
    font-size: 1.2em; }
  section.lila h3 {
    font-size: 3em !important; }
  .numbers h3 {
    font-size: 3em !important; }
  .numbers p {
    font-size: 0.8em !important; }
  .flip-container .back-content p, .flip-container .back-content a {
    font-size: 0.7em !important; } }

@media (max-width: 359px) {
  nav a {
    font-size: 0.8em !important; }
  nav .fa {
    margin-top: 2px; }
  .filter label {
    font-size: 0.6em; } }

@media (max-width: 480px) {
  .flip-container .back-content p, .flip-container .back-content a {
    font-size: 0.8em; }
  .fullscreen .container-fluid:not(.slider-nav) {
    max-height: 85%; }
  .content-navigation {
    padding: 0 10px; }
    .content-navigation li:not(:last-child) {
      padding: 0 20px; }
      .content-navigation li:not(:last-child):after {
        font-size: 20px;
        top: 25%;
        padding: 0 5px; }
    .content-navigation li a {
      width: 45px;
      height: 45px; }
    .content-navigation li img {
      top: 37%; }
  body > footer li {
    padding: 0 5px !important; } }

@media (max-width: 767px) {
  nav {
    position: relative; }
    nav .nav .open a:not(.active) {
      border: solid 1px #fff !important; }
    nav a:not(.active):hover, nav a:not(.active):focus {
      background-color: #fff !important;
      border: 1px solid #fff; }
    nav .navbar-collapse {
      position: fixed;
      left: 0px;
      top: 120px;
      overflow-y: auto;
      max-height: none !important;
      margin-top: 0px;
      padding: 0px;
      width: 100%;
      height: 1px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      transition-delay: 0; }
      nav .navbar-collapse.collapse {
        visibility: hidden;
        display: block; }
      nav .navbar-collapse.in {
        height: calc(100% - 120px);
        visibility: visible;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        transition-delay: 0; }
    nav .dropdown-menu {
      background-color: #fff !important;
      padding-top: 0px !important; }
      nav .dropdown-menu li {
        padding-top: 10px; }
    nav .navbar-nav:not(.meta-navigation) {
      margin: 0px;
      width: 100%;
      box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.2); }
      nav .navbar-nav:not(.meta-navigation) > li {
        background-color: #fff;
        padding-top: 10px; }
    nav.scrolled .navbar-collapse {
      top: 60px; }
      nav.scrolled .navbar-collapse.in {
        height: calc(100% - 60px); }
    nav.scrolled a.navbar-brand {
      max-width: 100px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      transition-delay: 0; }
    nav .static {
      padding: 15px 0 15px 0; }
    nav .meta-navigation {
      background-color: #fff;
      margin: 0px;
      float: none;
      display: inline-block; }
      nav .meta-navigation.language-picker {
        display: block; }
      nav .meta-navigation li {
        display: inline-block;
        float: none;
        margin-right: 20px;
        min-width: 100px;
        margin-top: 30px; }
        nav .meta-navigation li.language {
          clear: left; }
      nav .meta-navigation a {
        border: solid 1px #78204a; }
        nav .meta-navigation a:hover, nav .meta-navigation a:focus {
          background-color: #78204a !important;
          color: #fff !important; }
    nav .footer {
      list-style: none;
      font-size: 1em;
      padding: 0px;
      margin-top: 30px; }
      nav .footer a {
        font-size: 0.8em; }
      nav .footer li {
        display: inline-block;
        padding: 5px 15px; }
      nav .footer li:not(:last-child) {
        border-right: solid 1px #d6bcc8; }
  section.lila img {
    width: 50% !important; }
  section.lila p, section.lila p:last-child {
    margin-bottom: 40px !important; }
  .accordion h3 {
    margin-top: 20px !important; }
  .accordion p:last-child {
    margin-bottom: 0px !important; } }

@media (min-width: 410px) {
  .filter label {
    font-size: 0.8em !important; }
  div.counter .counter-content span, div.counter .counter-content span.numlabel {
    font-size: 35px; }
  div.counter .counter-content span:not(.numlabel) {
    height: 45px;
    width: 45px;
    font-size: 35px; } }

@media (min-width: 480px) {
  .filter div {
    text-align: center; }
  .filter label {
    font-size: 1em !important; }
  div.counter .counter-content span, div.counter .counter-content span.numlabel {
    /*font-size: 44px;*/ }
  div.counter .counter-content span.numlabel {
    clear: unset;
    margin-top: 0px;
    margin-left: 20px; }
  div.counter .counter-content span:not(.numlabel) {
    /* height: 55px;
                width: 55px;*/
    /*font-size: 44px;*/ } }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  nav a {
    font-size: 0.75em !important; }
  nav .navbar-toggle {
    display: none; }
  nav .dropdown-menu a, nav .dropdown-menu .nav .open a {
    font-size: 1em !important; }
  nav .navbar-nav {
    margin: 0; }
  nav .navbar-nav:not(.meta-navigation) {
    box-shadow: none; }
  nav #navbar {
    margin-top: 16px; }
  nav .meta-navigation li.language {
    margin: 0 0 0 5px; }
  .partner .row > div:first-child {
    border-right: solid 1px #d6bcc8; }
  body > footer {
    font-size: 0.8em; }
    body > footer ul {
      display: inline; }
  body > nav.scrolled ~ header:not(.fullscreen), body > div > nav.scrolled ~ header:not(.fullscreen) {
    height: 380px;
    margin-top: 120px; }
  body > header:not(.fullscreen), body > div > header:not(.fullscreen) {
    height: 380px;
    margin-top: 120px; }
  body > header .info h1, body > div > header .info h1, section .info h1 {
    text-align: left; }
  section.lila h3 {
    font-size: 2em; }
  section.lila .number-circle div:nth-child(5) {
    margin-left: calc(750px / 4 / 2); }
  .numbers h3 {
    font-size: 3em; }
  .numbers p {
    font-size: 0.8em !important; }
  .grid .grid-item:not(.with-image) {
    padding-top: 33.33%; }
    .grid .grid-item:not(.with-image) .grid-item-content {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .grid .grid-item:not(.with-image) h1 {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .grid .grid-item:not(.with-image) footer {
      position: absolute;
      bottom: 0;
      right: 0; }
  .grid .grid-item.with-image {
    position: relative;
    width: 33.33%;
    margin: 0px;
    padding: 0; }
  .content-navigation.sticky {
    top: 121px; }
  .filter div {
    text-align: right; }
  .filter label {
    font-size: 1em; }
  .disruptor-overlay .inner-modal {
    max-width: 680px; }
    .disruptor-overlay .inner-modal button.prev {
      left: 20px; }
    .disruptor-overlay .inner-modal button.next {
      right: 20px; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1 {
    font-size: 2.2em; }
  h2 {
    font-size: 1.8em; }
  p {
    font-size: 1em; }
  nav a {
    font-size: 1em !important; }
  nav img {
    max-width: 215px; }
  nav .dropdown-menu a, nav .dropdown-menu .nav .open a {
    font-size: 1.2em !important; }
  section.counter p {
    font-size: 1.2em; }
  section.counter .counter-info ul li {
    font-size: 1.2em; }
  div.counter {
    max-width: 460px;
    float: right;
    padding: 0px; }
    div.counter .counter-headline {
      font-size: 1.4em; }
    div.counter .counter-content {
      font-size: 1.4em; }
      div.counter .counter-content span:not(.numlabel) {
        /*height: 55px;
				width: 55px;
				font-size: 44px;*/ }
      div.counter .counter-content li {
        font-size: 0.8em;
        /*&:before {
					margin-right: 42px;
				}*/ }
  section.lila h3 {
    font-size: 2.5em; }
  section.lila img {
    width: 75% !important; }
  section.lila .number-circle div:nth-child(5) {
    margin-left: calc(970px / 4 / 2); }
  .workflow .item:not(:last-child):after {
    content: "\f061";
    font-family: FontAwesome;
    color: #d6bcc8;
    font-size: 25px;
    position: absolute;
    top: calc(50% - 10px);
    left: auto;
    right: -12px; }
  .numbers h3 {
    font-size: 4em; }
  .numbers p {
    font-size: 1.2em !important; }
  .grid .grid-item:not(.with-image) {
    padding-top: 25%; }
  .grid .grid-item.with-image {
    width: 25%; }
  .back-content p, .back-content a {
    font-size: 0.7em !important; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  nav a {
    font-size: 1.2em !important; }
  nav .dropdown-menu a, nav .dropdown-menu .nav .open a {
    font-size: 1.4em !important; }
  section.lila h3 {
    font-size: 3.2em; }
  section.lila .number-circle div:nth-child(5) {
    margin-left: calc(1170px / 4 / 2); }
  .back-content p, .back-content a {
    font-size: 0.85em !important; }
  .scroll-top {
    right: calc(((100% - 1170px)/2)); } }

.sui-consentbar {
  background-color: #FFF;
  z-index: 10000;
  left: 0;
  bottom: 0;
  top: unset;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  height: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
  opacity: 0;
  transition: all 0.3s ease-out;
  transition-property: height, opacity, box-shadow; }
  .sui-consentbar * {
    box-sizing: border-box;
    font-size: 16px;
    line-height: unset; }
  .sui-consentbar h3 {
    margin: 0;
    text-align: left;
    font-size: 1.6em; }
  .sui-consentbar p {
    margin: 10px 0; }
  .sui-consentbar button {
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background-color: #78204a;
    text-align: center;
    border: 1px solid #78204a;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer; }
    .sui-consentbar button:not(.sui-consentbar--close) {
      display: block;
      width: 100%; }
      @media (min-width: 860px) {
        .sui-consentbar button:not(.sui-consentbar--close) {
          display: unset;
          width: auto; } }
  .sui-consentbar label {
    cursor: pointer;
    font-weight: normal; }
  .sui-consentbar .sui-consentbar--save {
    background-color: #fff;
    color: #78204a; }
  .sui-consentbar.open--info, .sui-consentbar.open--detail {
    opacity: 1;
    box-shadow: 0px -2px 15px 2px rgba(0, 0, 0, 0.14); }
    .sui-consentbar.open--info .sui-consentbar--detail, .sui-consentbar.open--detail .sui-consentbar--detail {
      max-width: 950px;
      display: block;
      padding: 20px; }
  .sui-consentbar--close::before {
    content: "X"; }
  .sui-consentbar--content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF; }
  .sui-consentbar--detail {
    max-width: 1472px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative; }
    .sui-consentbar--detail > div:not(.sui-consentbar--detailText) {
      display: flex; }
      .sui-consentbar--detail > div:not(.sui-consentbar--detailText) > div:first-child {
        min-width: 80px; }
      .sui-consentbar--detail > div:not(.sui-consentbar--detailText) > div:last-child {
        flex-grow: 1; }
    .sui-consentbar--detail .sui-consentbar--close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: auto;
      margin-right: 0px;
      padding: 5px 10px; }
  .sui-consentbar--detailText p:last-of-type {
    margin-bottom: 20px; }
  .sui-consentbar--checkbox {
    position: relative;
    width: 60px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    .sui-consentbar--checkbox input[type=checkbox] {
      display: none; }
      .sui-consentbar--checkbox input[type=checkbox]:checked + label span:first-child {
        margin-left: 0; }
      .sui-consentbar--checkbox input[type=checkbox]:checked + label span:last-child {
        right: 0px; }
    .sui-consentbar--checkbox label {
      display: block;
      overflow: hidden;
      cursor: pointer;
      font-weight: normal;
      border-radius: 3px; }
      .sui-consentbar--checkbox label span:first-child {
        display: block;
        width: 200%;
        margin-left: -100%;
        transition: margin 0.3s ease-in 0s; }
        .sui-consentbar--checkbox label span:first-child:before, .sui-consentbar--checkbox label span:first-child:after {
          display: block;
          float: left;
          width: 50%;
          padding: 0;
          height: 30px;
          line-height: 30px;
          font-size: 11px;
          color: #fff;
          font-family: Trebuchet, Arial, sans-serif;
          font-weight: bold;
          box-sizing: border-box;
          border-radius: 3px; }
        .sui-consentbar--checkbox label span:first-child:before {
          content: "EIN";
          padding-left: 7px;
          background-color: #78204a;
          color: #fff; }
        .sui-consentbar--checkbox label span:first-child:after {
          content: "AUS";
          padding-right: 4px;
          background-color: #78204a;
          color: #fff;
          opacity: 0.5;
          text-align: right; }
      .sui-consentbar--checkbox label span:last-child {
        display: block;
        width: 30px;
        height: 30px;
        background: #fff;
        border: 1px solid #78204a;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 30px;
        transition: all 0.3s ease-in 0s;
        border-radius: 3px; }
    .sui-consentbar--checkbox input[type=checkbox]:checked:disabled + label {
      opacity: 0.2; }
