@charset "UTF-8";
/* Colors */
/**/
/* Fonts */
/* Font weights */
/* Width px => em */
/* Lists */
/* Navbars */
/* Transitions */
/* General */
html {
  font-size: 62.5%;
}

body {
  background-color: #FFF;
  color: #222;
  font-family: "Neue Frutiger® 1450 W01", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

html, body, * {
  box-sizing: border-box;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  color: #222;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* General - TinyMCE */
#wrapper.mce-content-body {
  display: block;
  background: #FFF;
  color: #222;
}

/* Helper */
.offscreen,
.invisible {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

/* Helper - TinyMCE */
#wrapper.mce-content-body .offscreen {
  position: static !important;
  top: auto !important;
  left: auto !important;
  height: auto !important;
  width: auto !important;
  opacity: 0.2 !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* Layout - Basic */
body,
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#content {
  flex: 1;
}

/* Layout - Intro */
.content-intro {
  margin: 0 10px;
  background-color: #F1F1F1;
}
@media (min-width: 25em) {
  .content-intro {
    margin: 0 20px;
  }
}
@media (min-width: 62.5em) {
  .content-intro {
    margin: 0;
  }
}

.content-intro > .inside {
  padding: 0 10px;
}
@media (min-width: 25em) {
  .content-intro > .inside {
    padding: 0 20px;
  }
}
@media (min-width: 62.5em) {
  .content-intro > .inside {
    max-width: 120rem;
    margin: 0 auto;
  }
}

/* Layout - Content */
body:not(.ie) .content-container {
  flex-grow: 1;
}

.ie .content-container {
  flex-grow: 1;
}

.content-container > .inside {
  padding: 0 10px;
}
@media (min-width: 25em) {
  .content-container > .inside {
    padding: 0 20px;
  }
}
@media (min-width: 62.5em) {
  .content-container > .inside {
    max-width: 120rem;
    margin: 0 auto;
  }
}

@media (min-width: 62.5em) {
  .content-2-col > .inside {
    display: flex;
    justify-content: space-between;
  }
}
.content-main {
  margin: 45px 0 70px 0;
}

.ie11 .content-1-col .content-main > .inside {
  margin: 80px 0 100px 0;
}

.content-right {
  margin: 0 0 100px 0;
}

.content-2-col .content-main {
  flex-basis: calc(((100% - 60px) / 3) * 2);
}
.content-2-col .content-right {
  flex-basis: calc((100% - 60px) / 3);
  margin: 0 0;
}

/* TinyMCE */
#wrapper.mce-content-body {
  max-width: 660px;
  margin: 0;
  padding: 10px 20px;
}

.header-block-1 > .inside {
  padding: 0 10px;
}
@media (min-width: 25em) {
  .header-block-1 > .inside {
    padding: 0 20px;
  }
}
@media (min-width: 62.5em) {
  .header-block-1 > .inside {
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.header-block-2 {
  color: #FFF;
  background-color: #a10086;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-block-2 > .inside {
  padding: 0 10px;
}
@media (min-width: 25em) {
  .header-block-2 > .inside {
    padding: 0 20px;
  }
}
@media (min-width: 62.5em) {
  .header-block-2 > .inside {
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.header-skip-links ul,
.header-skip-links li {
  margin: 0;
  padding: 0;
}

.header-skip-links a {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}
.header-skip-links a:focus, .header-skip-links a:active {
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: block;
  background-color: #F6F6F6;
  border-bottom: 1px solid #CCC;
  text-decoration-color: rgba(161, 0, 134, 0.8);
  text-underline-offset: 0.1rem;
  text-underline-position: under;
}
.header-skip-links a:focus > span, .header-skip-links a:active > span {
  display: block;
  position: relative;
  padding: 11px 10px 12px 10px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (min-width: 25em) {
  .header-skip-links a:focus > span, .header-skip-links a:active > span {
    padding: 11px 20px 12px 20px;
  }
}
@media (min-width: 62.5em) {
  .header-skip-links a:focus > span, .header-skip-links a:active > span {
    max-width: 120rem;
    margin: 0 auto;
  }
}

.content-skip-link {
  margin: 0;
  padding: 0;
}

.content-skip-link a {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}
.content-skip-link a:after {
  display: none !important;
}

.content-skip-link a {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}
.content-skip-link a:focus, .content-skip-link a:active {
  position: static !important;
  width: auto !important;
  height: auto !important;
}

.header-logo {
  margin-top: 30px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #000;
}
@media (min-width: 62.5em) {
  .header-logo {
    margin-top: 0;
    padding: 14px 0 8px 1px;
    border-bottom: none;
    flex: 1;
    display: flex;
    align-items: center;
  }
}

.header-logo svg {
  display: block;
  margin-left: -10px;
  max-width: 100%;
  height: auto;
}

.header-logo a {
  position: relative;
  flex: 1;
}
.header-logo a:hover svg #icon, .header-logo a:focus svg #icon, .header-logo a:active svg #icon {
  display: none;
}
.header-logo a:hover svg #icon-over, .header-logo a:focus svg #icon-over, .header-logo a:active svg #icon-over {
  display: block !important;
}

.header-navbar h2 {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

/* Navbar - Basic */
.header-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
.header-navbar ul li {
  margin: 0;
}
.header-navbar ul a {
  text-decoration: none;
}

.header-navbar .level_1 > li {
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin: 0;
  border-top: 1px solid #CCC;
}
@media (min-width: 62.5em) {
  .header-navbar .level_1 > li {
    border-top: none;
  }
}
.header-navbar .level_1 > li:first-child {
  border-top: none;
}

.header-navbar .level_1 li > a,
.header-navbar .level_1 li > strong {
  font-weight: 400;
  position: relative;
  display: block;
  padding: 0.7rem 0 0.8rem 1.5rem;
  color: #222;
}
@media (min-width: 62.5em) {
  .header-navbar .level_1 li > a,
.header-navbar .level_1 li > strong {
    padding: 0.2rem 0 0.3rem 1.5rem;
  }
}
.header-navbar .level_1 li > a:before,
.header-navbar .level_1 li > strong:before {
  background-image: url(/files/system/images/icons-arrow-small-purpur.svg);
  background-size: 5.6rem 1.1rem;
  content: " ";
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.5rem;
  left: 0;
  background-position: -2.8rem 0;
}
@media (min-width: 62.5em) {
  .header-navbar .level_1 li > a:before,
.header-navbar .level_1 li > strong:before {
    top: 1rem;
  }
}

.header-navbar .level_1 li > a span {
  position: relative;
  padding: 1.4rem 0 1.5rem 0;
}
.header-navbar .level_1 li > a span:before {
  position: absolute;
  z-index: 0;
  bottom: -0.3rem;
  left: -1px;
  display: block;
  width: 0;
  height: 1px;
  content: " ";
  border-bottom: 0.3rem solid rgba(161, 0, 134, 0.8);
}
.header-navbar .level_1 li > a:hover span:before, .header-navbar .level_1 li > a:focus span:before, .header-navbar .level_1 li > a:active span:before {
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  bottom: 1rem;
  width: calc(100% + 2px);
}

/* Navbar - Participate */
.header-navbar-participate {
  padding: 1.8rem 0;
}
@media (min-width: 62.5em) {
  .header-navbar-participate {
    display: flex;
    justify-content: flex-end;
    margin-left: 50px;
  }
}

/* Navbar - Main */
.header-navbar.header-navbar-main {
  padding: 20px 0;
}
@media (min-width: 62.5em) {
  .header-navbar.header-navbar-main {
    display: flex;
    align-items: stretch;
    flex: 1;
    padding: 0;
  }
}

@media (min-width: 62.5em) {
  .header-navbar.header-navbar-main ul {
    display: flex;
    flex: 1;
  }
}

.header-navbar.header-navbar-main .level_1 > li {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 62.5em) {
  .header-navbar.header-navbar-main .level_1 > li {
    display: flex;
    flex: 1;
    margin: 0;
    border-right: 1px solid #FFF;
    border-bottom: none;
  }
  .header-navbar.header-navbar-main .level_1 > li:first-child {
    border-left: 1px solid #FFF;
  }
}
@media (min-width: 68.75em) {
  .header-navbar.header-navbar-main .level_1 > li {
    font-size: 1.9rem;
    line-height: 2.6rem;
    margin: 0;
  }
}

@media (min-width: 62.5em) {
  .header-navbar.header-navbar-main .level_1 > li > a,
.header-navbar.header-navbar-main .level_1 > li > strong {
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-around;
    padding: 0 1.5rem;
    color: #FFF;
  }
  .header-navbar.header-navbar-main .level_1 > li > a:before,
.header-navbar.header-navbar-main .level_1 > li > strong:before {
    display: none;
    content: none;
  }
}

.header-navbar.header-navbar-main .level_1 > li > a:hover span:before, .header-navbar.header-navbar-main .level_1 > li > a:focus span:before, .header-navbar.header-navbar-main .level_1 > li > a:active span:before {
  border-bottom-color: #DB78CF;
}
@media (min-width: 62.5em) {
  .header-navbar.header-navbar-main .level_1 > li > a:hover, .header-navbar.header-navbar-main .level_1 > li > a:focus, .header-navbar.header-navbar-main .level_1 > li > a:active {
    margin-top: -5px;
    padding-top: 5px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #8C0074;
  }
}

@media (min-width: 62.5em) {
  .header-navbar.header-navbar-main .level_1 > li > .active,
.header-navbar.header-navbar-main .level_1 > li > .trail {
    margin-top: -5px;
    padding-top: 5px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #8C0074;
  }
}

.header-navbar.header-navbar-main .level_2 {
  display: none;
}

@media (min-width: 62.5em) {
  .header-navbar.header-navbar-main .level_1 > li:nth-child(1) {
    flex-basis: 25.6%;
  }
  .header-navbar.header-navbar-main .level_1 > li:nth-child(2) {
    flex-basis: 18%;
  }
  .header-navbar.header-navbar-main .level_1 > li:nth-child(3) {
    flex-basis: 12.7%;
  }
  .header-navbar.header-navbar-main .level_1 > li:nth-child(4) {
    flex-basis: 18.6%;
  }
  .header-navbar.header-navbar-main .level_1 > li:nth-child(5) {
    flex-basis: 13%;
  }
  .header-navbar.header-navbar-main .level_1 > li:nth-child(6) {
    flex-basis: 12.1%;
  }
}

.header-search {
  padding: 9px 0;
}
@media (min-width: 62.5em) {
  .header-search {
    padding: 2.4rem 0 0 0;
    display: flex;
    justify-content: flex-end;
  }
}

.header-search label {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.header-search .formbody {
  position: relative;
}

.header-search .widget-text .text {
  font-size: 1.7rem;
  width: 100%;
  padding: 0.4rem 5rem 0.6rem 1.5rem;
  border: 1px solid #333;
  border-radius: 3.7rem;
}
@media (min-width: 62.5em) {
  .header-search .widget-text .text {
    width: 32rem;
  }
}
.header-search .widget-text .text:hover, .header-search .widget-text .text:focus, .header-search .widget-text .text:active {
  border: 1px solid rgba(161, 0, 134, 0.8);
  box-shadow: 0 0 0 3px rgba(161, 0, 134, 0.8);
}

.header-search .widget-submit .submit {
  position: absolute;
  top: calc(50% - (2.0rem / 2) - .1rem);
  right: 2rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
}
.header-search .widget-submit .submit:hover #icon-search-icon, .header-search .widget-submit .submit:focus #icon-search-icon, .header-search .widget-submit .submit:active #icon-search-icon {
  fill: rgba(161, 0, 134, 0.8);
}
.header-search .widget-submit .submit svg {
  width: 2.2rem;
  height: 2.2rem;
}

.mod_article.accordion {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.accordion-item {
  border-top: 1px solid #CCC;
}

.accordion-item:last-child {
  border-bottom: 1px solid #CCC;
}

.open.accordion-item {
  border-top: 1px solid #FFF;
}

.accordion-item-title h2,
.accordion-item-title h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin: 0;
}

.open .accordion-item-title h2,
.open .accordion-item-title h3 {
  font-weight: 400;
}

.accordion-item .accordion-item-title-link {
  transition: none;
  background-image: none;
  position: relative;
  display: block;
  padding: 1.2rem 10px 1.4rem 46px;
  text-decoration: none;
  color: #222;
  border: none;
  outline: none;
}

.accordion .accordion-item-title-link:hover,
.accordion .accordion-item-title-link.cursor-over:focus,
.accordion .accordion-item-title-link:active {
  text-decoration: none;
  color: #154194;
  outline: 0;
  background-color: #F6F6F6;
}

.accordion .open.accordion-item-title-link,
.accordion .open.accordion-item-title-link.cursor-over {
  display: block;
  text-decoration: none;
  color: #FFF;
  border-radius: 1px;
  background-color: #a10086;
}

.accordion .open.accordion-item-title-link:hover,
.accordion .open.accordion-item-title-link.cursor-over:hover,
.accordion .open.accordion-item-title-link.cursor-over:focus,
.accordion .open.accordion-item-title-link.cursor-over:active {
  text-decoration: none;
}

.accordion .open.accordion-item-title-link,
.accordion .open.accordion-item-title-link.cursor-over {
  text-decoration: none;
  color: #FFF;
  border-radius: 1px;
  background-color: #a10086;
}

.accordion-item-title-link:before {
  position: absolute;
  top: 1.6rem;
  left: 10px;
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  content: " ";
  background-image: url(/files/system/images/icons-accordion-purpur.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  /* cyan down */
  background-size: 9.2rem 2.3rem;
}
.accordion-item-title-link:hover, .accordion-item-title-link.cursor-over:focus, .accordion-item-title-link:active {
  text-decoration: none;
}
.accordion-item-title-link:hover:before, .accordion-item-title-link.cursor-over:focus:before, .accordion-item-title-link:active:before {
  background-position: -4.6rem 0;
  /* blue down */
}

.open.accordion-item-title-link:before,
.open.accordion-item-title-link.cursor-over:before {
  background-position: -6.9rem 0;
  /* white up */
}

.accordion .image_container {
  padding: 20px 25px 0 45px;
}

.accordion-item-content-inner {
  padding: 15px 25px 20px 45px;
}

.accordion .image_container + .accordion-item-content-inner {
  padding-top: 0;
}

.accordion-item p,
.accordion-item ul {
  margin: 1.5rem 0;
}

.accordion-item .accordion-item-content .image_container.float_right {
  margin-top: 36px;
}

.mod_article.bg-grey {
  background-color: #F1F1F1;
  padding: 30px 0;
}

@media (min-width: 62.5em) {
  .mod_article.article-cols-2 > .inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* Boxes - General */
.box {
  box-sizing: border-box;
  margin: 4rem 0;
  padding: 30px 25px;
}

.content-right .box {
  padding: 30px 15px;
}

.box.box-grey {
  border: 1px solid #F6F6F6;
  background-color: #F6F6F6;
}

.box.box-border {
  border: 1px solid #CCC;
}

.box.box-address {
  padding: 0;
}
.box.box-address .image_container.float_above {
  margin-bottom: 1rem;
}
.box.box-address .text_container {
  padding: 25px 25px 30px 25px;
  border: 1px solid #F6F6F6;
  background-color: #F6F6F6;
}
.box.box-address + .box-address {
  margin-top: -3rem;
}
.box.box-address + .navbar-submenu {
  margin-top: -3rem;
}

.box > .text_container > :last-child {
  margin-bottom: 0;
}

/* Boxes - Typography */
.content-main .box > h2,
.content-main .box > h3,
.content-main .box .text_container h2:first-child,
.content-main .box .text_container h3:first-child,
.content-right .box > h2,
.content-right .box > h3 {
  font-size: 2.3rem;
  line-height: 2.7rem;
  margin-top: 0;
  margin-bottom: 1.8rem;
}

.content-main .box .text_container p:first-child,
.content-right .box .text_container p:first-child {
  margin-top: 0;
}

.content-main .box .text_container .h2-small:first-child {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin-top: 0;
  margin-bottom: 0;
}
.content-main .box .text_container .h2-small:first-child + p {
  margin-top: 0;
}

.content-main .box p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content-right .box p {
  font-size: 1.9rem;
  line-height: 2.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content-main .box .h2-small + p {
  margin-top: 0;
}

/* Breadcrumb */
.mod_breadcrumb p {
  padding: 20px 10px;
  margin: 0;
}
@media (min-width: 25em) {
  .mod_breadcrumb p {
    padding: 20px;
  }
}
@media (min-width: 62.5em) {
  .mod_breadcrumb p {
    max-width: 120rem;
    margin: 0 auto;
  }
}

.mod_breadcrumb p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #222;
}

.mod_breadcrumb a,
.mod_breadcrumb strong {
  font-weight: 400;
  text-decoration: none;
  color: #222;
}

.mod_breadcrumb a {
  position: relative;
}
.mod_breadcrumb a:after {
  position: absolute;
  z-index: 0;
  bottom: -0.3rem;
  left: -1px;
  display: block;
  width: 0;
  height: 1px;
  content: " ";
  border-bottom: 0.3rem solid rgba(161, 0, 134, 0.8);
  bottom: -0.3rem;
}
.mod_breadcrumb a:hover, .mod_breadcrumb a:focus, .mod_breadcrumb a:active {
  text-decoration: none;
  border-bottom: none;
}
.mod_breadcrumb a:hover:after, .mod_breadcrumb a:focus:after, .mod_breadcrumb a:active:after {
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: calc(100% + 2px);
}

.breadcrumb-separator {
  padding: 0 0.2rem;
}

.event-full-info {
  padding: 1.3rem 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.event-full-info .warning {
  font-size: 1.8rem;
  font-weight: 600;
}

.mod_eventlist h2 {
  margin-bottom: 1.4rem;
}

.mod_eventlist ul {
  margin-top: 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid #CCC;
}

.event-list-item {
  margin: 0;
  padding: 2rem 0 2.2rem 32px;
  border-top: 1px solid #CCC;
  background-image: url(/files/system/images/icon-event-purpur.svg);
  background-size: 1.8rem 2rem;
  background-position: 0 2.7rem;
  background-repeat: no-repeat;
}

.event-list-title {
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0 0 0.5rem 0;
}

.event-list-details p {
  line-height: 2.8rem;
  margin: 0;
}
.event-list-details p .warning {
  font-size: 1.8rem;
  font-weight: 600;
}

input, button, select, textarea {
  font: inherit;
  margin: 0;
}
input:hover, input:focus, input:active, button:hover, button:focus, button:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active {
  outline: none;
}

input[type=text],
input[type=submit],
input[type=password],
textarea {
  -webkit-appearance: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.content-main .formbody > fieldset {
  margin: 4.5rem 0;
}

.content-main .formbody > fieldset legend {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 700;
}

button {
  cursor: pointer;
}
button:hover, button:focus, button:active {
  outline: none;
}

.content .widget {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin: 1.8rem 0;
}

.content label {
  font-size: 2rem;
  line-height: 3.2rem;
  display: inline-block;
  padding: 0 0 0.4rem 0;
  color: #222;
}
.content label .mandatory {
  padding-left: 0.3rem;
}

.content .widget .text,
.content .widget .textarea {
  font-size: 2rem;
  line-height: 2.5rem;
  width: 100%;
  margin: 0;
  padding: 0.9rem 8px;
  color: #222;
  border: 1px solid #767676;
  border-radius: 3px;
  background-color: #FFF;
}
.content .widget .text:hover, .content .widget .text:focus, .content .widget .text:active,
.content .widget .textarea:hover,
.content .widget .textarea:focus,
.content .widget .textarea:active {
  background-color: #F6F6F6;
}

.content .widget select {
  font-size: 2rem;
  line-height: 2.5rem;
  width: 100%;
  margin: 0;
  padding: 0.2rem 8px 0.5rem 8px;
  color: #222;
  border: 1px solid #767676;
  border-radius: 3px;
  background-color: #FFF;
}
.content .widget select:hover, .content .widget select:focus, .content .widget select:active {
  background-color: #F6F6F6;
}

.widget-checkbox fieldset legend {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 3.2rem;
}
.widget-checkbox fieldset legend .mandatory {
  padding-left: 0.3rem;
}
.widget-checkbox fieldset > span {
  display: flex;
  align-items: baseline;
}
.widget-checkbox fieldset label {
  flex: 1;
  margin-left: 14px;
}
.widget-checkbox fieldset .checkbox {
  position: relative;
  top: 0.1rem;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #767676;
}

.widget-submit .submit {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin: 3rem 0 0 0;
  padding: 0.6rem 20px 0.8rem 20px;
  color: #FFF;
  border: 1px solid #a10086;
  border-radius: 3px;
  background-color: #a10086;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget-submit .submit:hover, .widget-submit .submit:focus, .widget-submit .submit:active {
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
  border-color: #8C0074;
  background-color: #8C0074;
}

.content .widget-text.error,
.content .widget-select.error {
  display: flex;
  flex-direction: column;
}
.content .widget-text.error label,
.content .widget-select.error label {
  order: 1;
}
.content .widget-text.error p,
.content .widget-select.error p {
  order: 3;
}
.content .widget-text.error input,
.content .widget-select.error input {
  order: 2;
  border-color: #CF0015;
}

.content .widget.error p.error {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin: 0;
  color: #CF0015;
}

/* Placeholder */
::-webkit-input-placeholder {
  /* Chrome */
  color: #455761;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #455761;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #455761;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  opacity: 1;
  color: #455761;
}

::-ms-input-placeholder {
  /* Edge */
  color: #455761;
}

:hover::-webkit-input-placeholder,
:focus::-webkit-input-placeholder,
:active::-webkit-input-placeholder {
  /* Chrome */
  color: rgba(69, 87, 97, 0.6);
}

:hover:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(69, 87, 97, 0.6);
}

:hover::-moz-placeholder,
:focus::-moz-placeholder,
:active::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: rgba(69, 87, 97, 0.6);
}

:hover:-moz-placeholder {
  /* Firefox 4 - 18 */
  opacity: 1;
  color: rgba(69, 87, 97, 0.6);
}

:hover::-ms-input-placeholder {
  /* Edge */
  color: rgba(69, 87, 97, 0.6);
}

.filter-form {
  margin: 0;
}

.filter-fieldset {
  margin: 0 0 20px 0;
}

.filter-fieldset legend {
  font-size: 1.7rem;
  font-weight: 600;
}

/* do */
.filter-option {
  position: relative;
  font-size: 1.6rem;
  margin: 0.3rem 0;
}

.filter-option-checkbox {
  opacity: 0;
  position: absolute;
}

.filter-option-label:before {
  content: " ";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #999;
  border-radius: 2px;
  margin: 0.2rem 6px 0 0;
}

.filter-option-checkbox:focus + .filter-option-label:before,
.filter-option-checkbox:checked + .filter-option-label:before {
  border-color: #a10086;
}

.filter-option-checkbox:checked + .filter-option-label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.65rem;
  left: 0.4rem;
  height: 0.3rem;
  width: 0.7rem;
  border-left: 3px solid #a10086;
  border-bottom: 3px solid #a10086;
  transform: rotate(-48deg);
}

.filter-option-label {
  display: flex;
  justify-content: flex-start;
  flex-basis: calc(100% - 2.0rem);
}

/* Gallery */
.ce_gallery {
  max-width: 72rem;
  margin: 3.5rem 0;
}

.mod_article.first .ce_gallery.first {
  margin-top: 0;
}

.ce_gallery h2 {
  margin-bottom: 1rem;
}

.ce_gallery ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 37.5em) {
  .ce_gallery ul.cols_2 {
    display: flex;
  }
}

@media (min-width: 43.75em) {
  .ce_gallery ul.cols_3 {
    display: flex;
  }
}

/* Gallery item */
.gallery-item {
  width: 36rem;
  max-width: 100%;
}

@media (min-width: 37.5em) {
  .cols_2 .gallery-item {
    width: calc(((100% - 20px) / 2) - .01px);
    margin: 10px;
  }
}

@media (min-width: 43.75em) {
  .cols_3 .gallery-item {
    width: calc(((100% - 40px) / 3) - .01px);
    margin: 10px;
  }
}

.gallery-item.col_first {
  margin-left: 0;
}

.gallery-item.col_last {
  margin-right: 0;
}

.gallery-item .image_container > a {
  position: relative;
  display: inline-block;
  color: #FFF;
  border: none;
}

.gallery-item .image_container > a:hover:before,
.gallery-item .image_container > a:focus:before,
.gallery-item .image_container > a:active:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  background-color: rgba(6, 121, 198, 0.6);
  background-image: url(/files/system/images/icon-larger.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 82px 82px;
}

.gallery-item .image_container > a:hover:after,
.gallery-item .image_container > a:focus:after,
.gallery-item .image_container > a:active:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  content: " ";
  transition: none;
  border: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.gallery-item img {
  width: 100%;
  color: #FFF;
}

.gallery-item-caption {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.7rem;
  margin: 1.5rem 8px 1.5rem 0;
  color: #555;
}

.gallery-item-caption .caption-copyright {
  display: block;
}

.gallery-item-caption .caption-copyright a {
  text-decoration: none;
  color: #555;
}

.gallery-item-caption .caption-copyright:hover a,
.gallery-item-caption .caption-copyright:focus a,
.gallery-item-caption .caption-copyright:active a {
  text-decoration: underline;
  color: #154194;
}

.home .content-main {
  margin: 10px 0 40px 0;
}

@media (min-width: 62.5em) {
  .home .home-news-events > .inside {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 62.5em) {
  .home .home-news-events .home-news {
    width: calc(((100% / 5) * 3) - 50px);
  }
}
@media (min-width: 68.75em) {
  .home .home-news-events .home-news {
    width: calc(((100% / 5) * 3) - 60px);
  }
}
@media (min-width: 75em) {
  .home .home-news-events .home-news {
    width: calc(((100% / 5) * 3) - 80px);
  }
}
.home .home-news-events .home-news .news-list {
  max-width: 100%;
}

@media (min-width: 62.5em) {
  .home .home-news-events .home-events {
    width: calc((100% / 5) * 2);
  }
}

.home .home-news-events h2 {
  margin-bottom: 1.5rem;
}

.home .news-list-item-text {
  padding-right: 20px;
}

/* Images - Basic */
.ce_image {
  max-width: 72rem;
  margin: 2.8rem 0;
}
@media (max-width: 50em) {
  .ce_image {
    margin: 2.8rem auto;
  }
}

.image_container > a {
  position: relative;
  display: block;
}

/* Inactive start */
.img-border > .image_container > img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

/* Inactive end */
/* Images - Position left or right */
@media (min-width: 50em) {
  .ce_text .image_container.float_left,
.ce_text .image_container.float_right,
.ce_text .image_container.float_left_col,
.ce_text .image_container.float_right_col {
    display: table;
    float: left;
    margin: 0.9rem 25px 1.8rem 0;
  }

  .ce_text .image_container.float_right,
.ce_text .image_container.float_right_col {
    float: right;
    margin: 0.9rem 0 1.8rem 25px;
  }
}
.ce_text .image_container.float_left img,
.ce_text .image_container.float_left_col img,
.ce_text .image_container.float_right img,
.ce_text .image_container.float_right_col img {
  display: block;
}

.image_container.float_left_col + .text_container,
.image_container.float_right_col + .text_container {
  overflow: auto;
}

.image_container.float_left + .text_container:after,
.image_container.float_right + .text_container:after {
  display: table;
  clear: both;
  content: " ";
  /**/
}

/*.image_container.float_right + .text_container > :first-child,
.image_container.float_left + .text_container > :first-child,
.image_container.float_right_col + .text_container > :first-child,
.image_container.float_left_col + .text_container > :first-child {
    margin-top: 0;
}*/
.image_container.float_right + .text_container > :last-child {
  margin-bottom: 0;
}

.image_container.float_left + .text_container > ul {
  overflow: auto;
}

.ce_text > h2 + .float_left + .text_container *:first-child,
.ce_text > h3 + .float_left + .text_container *:first-child,
.ce_text > h4 + .float_left + .text_container *:first-child,
.ce_text > h2 + .float_right + .text_container *:first-child,
.ce_text > h3 + .float_right + .text_container *:first-child,
.ce_text > h4 + .float_right + .text_container *:first-child,
.ce_text > h2 + .float_left_col + .text_container *:first-child,
.ce_text > h3 + .float_left_col + .text_container *:first-child,
.ce_text > h4 + .float_left_col + .text_container *:first-child,
.ce_text > h2 + .float_right_col + .text_container *:first-child,
.ce_text > h3 + .float_right_col + .text_container *:first-child,
.ce_text > h4 + .float_right_col + .text_container *:first-child {
  margin-top: 0;
}

/* Images - Position above */
.ce_text .image_container.float_above {
  margin: 0 0 3rem 0;
}

/* Caption and copyright */
.image_container .p-caption {
  margin: 0;
  padding: 1rem 0 0 0;
}

.image_container.float_left .p-caption,
.image_container.float_left_col .p-caption,
.image_container.float_right .p-caption,
.image_container.float_right_col .p-caption {
  display: table-caption;
  caption-side: bottom;
  width: 100%;
}

.image_container .p-caption a {
  color: #555;
  border-color: #555;
}
.image_container .p-caption a:after {
  content: none;
}

.image_container .p-caption:hover a,
.image_container .p-caption:focus a,
.image_container .p-caption:active a {
  color: #154194;
  border-bottom: 1px solid rgba(161, 0, 134, 0.8);
}

/* Lightbox */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}

#cboxContent {
  background: #FFF;
}

#cboxLoadedContent {
  border-color: #FFF;
}

#cboxTitle {
  position: static;
  color: rgba(255, 255, 255, 0.95);
}

#cboxTitle p {
  font-size: 1.5rem;
  margin: 1rem 0 0 0;
}

#cboxNext,
#cboxPrevious,
#cboxClose {
  background-image: url(/files/system/images/icons-colorbox.png);
  background-size: 98px 140px;
}

#cboxNext,
#cboxPrevious {
  width: 35px;
  height: 70px;
}

#cboxNext {
  right: 5px;
  background-position: top right;
}

#cboxPrevious {
  left: 5px;
  background-position: top left;
}

#cboxClose {
  top: 5px;
  right: 5px;
  width: 26px;
  height: 26px;
  background-position: top center;
}

#colorbox {
  margin-top: -6.5rem;
}
#colorbox #cboxContent {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#colorbox #cboxLoadedContent {
  overflow: hidden !important;
}
#colorbox #cboxLoadedContent {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#colorbox #cboxPhoto {
  height: 70%;
  max-height: available;
}
#colorbox #cboxTitle {
  float: none !important;
  margin: 0;
  padding: 12px 12px 18px 12px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #FFF;
}
@media (min-width: 600px) {
  #colorbox #cboxTitle {
    padding: 12px 18px 18px 18px;
  }
}
#colorbox #cboxTitle p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
  color: #222;
}
@media (min-width: 600px) {
  #colorbox #cboxTitle p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
#colorbox #cboxTitle p strong {
  font-size: 1.9rem;
  display: inline-block;
  padding-bottom: 0.3rem;
}
@media (min-width: 600px) {
  #colorbox #cboxTitle p strong {
    font-size: 2.1rem;
  }
}

.content-intro .ce_text {
  max-width: 100%;
  padding: 30px 0 30px 0;
}
@media (min-width: 46.875em) {
  .content-intro .ce_text {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 46.875em) {
  .content-intro .ce_text .text_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 250px - 20px);
  }
}
@media (min-width: 50em) {
  .content-intro .ce_text .text_container {
    width: calc(100% - 300px - 20px);
  }
}
@media (min-width: 62.5em) {
  .content-intro .ce_text .text_container {
    width: calc(((100% / 5) * 3) - 40px);
  }
}
@media (min-width: 68.75em) {
  .content-intro .ce_text .text_container {
    width: calc(((100% / 5) * 3) - 50px);
  }
}
@media (min-width: 75em) {
  .content-intro .ce_text .text_container {
    width: calc(((100% / 5) * 3) - 70px);
  }
}

@media (min-width: 46.875em) {
  .content-intro .ce_text .image_container {
    width: 250px;
  }
}
@media (min-width: 50em) {
  .content-intro .ce_text .image_container {
    width: 300px;
  }
}
@media (min-width: 62.5em) {
  .content-intro .ce_text .image_container {
    width: calc((100% / 5) * 2);
  }
}

.content-intro .ce_text p {
  margin: 1.5rem 0 2rem 0;
}
@media (min-width: 75em) {
  .content-intro .ce_text p {
    font-size: 2.1rem;
    line-height: 3.3rem;
  }
}

.content-intro .ce_text p br {
  display: none;
}
@media (min-width: 75em) {
  .content-intro .ce_text p br {
    display: block;
  }
}

.content-intro .ce_text ul {
  margin: 0 0 1rem 0;
}

.map-large,
.map-medium,
.map-small {
  padding-bottom: 10px;
}

#map {
  max-height: 100%;
}

.map-large #map {
  height: 580px;
}

.map-medium #map {
  height: 480px;
}

.map-small #map {
  height: 330px;
}

/* Address list */
.address-list-title {
  margin: 4rem 0 0 0;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #CCC;
}

.address-list-item.ce_text {
  max-width: 100%;
  margin: 0;
  border-bottom: 1px solid #CCC;
}

.address-list-item.address-list-item-region.ce_text .text_container {
  padding: 3rem 0 3.5rem 0;
}
.address-list-item.address-list-item-region.ce_text h3 {
  margin-bottom: 1rem;
}
.address-list-item.address-list-item-region.ce_text p {
  margin: 0;
}

.address-list-item.ce_text h3 {
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0;
}

/* Address list full width */
.content-1-col .address-list-item.ce_text .text_container {
  display: flex;
  padding: 0;
}
.content-1-col .address-list-item.ce_text h3 {
  width: 30rem;
  padding: 3.2rem 20px 3.4rem 0;
  border-right: 1px solid #CCC;
  margin-bottom: 0;
}
.content-1-col .address-list-item.ce_text h3 + p {
  width: 30rem;
}
.content-1-col .address-list-item.ce_text h3 + p + p {
  flex: 1;
  padding-right: 0;
  border-left: 1px solid #CCC;
}
.content-1-col .address-list-item.ce_text p {
  margin: 0;
  padding: 3.2rem 20px 3.4rem 20px;
}

/* Adress list group */
.address-list-item.address-list-item-group.ce_text .text_container {
  padding: 2rem 0;
}
.address-list-item.address-list-item-group.ce_text p {
  margin: 0;
}

.content-1-col .address-list-item.address-list-item-group.ce_text .text_container {
  padding: 0;
}
.content-1-col .address-list-item.address-list-item-group.ce_text h3 {
  padding: 2.1rem 20px 2.2rem 0;
}
.content-1-col .address-list-item.address-list-item-group.ce_text h3 + p + p {
  padding-right: 0;
}
.content-1-col .address-list-item.address-list-item-group.ce_text p {
  padding: 2.1rem 20px 2.2rem 20px;
}

/* Address bubble in map */
.gm-style-iw-d .address-list-item.ce_text {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-top: none !important;
}
@media (min-width: 31.25em) {
  .gm-style-iw-d .address-list-item.ce_text {
    padding: 3px 5px 5px 5px !important;
  }
}
.gm-style-iw-d .address-list-item.ce_text .text_container {
  display: block !important;
  padding: 0 !important;
}
.gm-style-iw-d .address-list-item.ce_text .text_container h3 {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 31.25em) {
  .gm-style-iw-d .address-list-item.ce_text .text_container h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.gm-style-iw-d .address-list-item.ce_text .text_container p {
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin: 1rem 0 0 0;
  border: none;
}
@media (min-width: 31.25em) {
  .gm-style-iw-d .address-list-item.ce_text .text_container p {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin: 1.2rem 0 0 0;
    padding: 0;
  }
}
.gm-style-iw-d .address-list-item.ce_text .text_container p + p {
  margin-top: 0;
}

.regionalvereine .gm-style-iw-d .address-list-item.ce_text .text_container p + p,
.bpa .gm-style-iw-d .address-list-item.ce_text .text_container p + p {
  display: none;
}

.mejs__container {
  font-family: 400;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: auto !important;
  max-width: 50rem;
  height: auto !important;
  margin: 2rem 0 3rem 0;
  vertical-align: auto;
  border-radius: 3rem;
  background: #8C0074;
}
.mejs__container .mejs__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mejs__container .mejs__controls {
  position: static;
  display: flex;
  height: auto;
  background: none;
}
.mejs__container .mejs__controls .mejs__button {
  display: flex;
  align-items: center;
}
.mejs__container .mejs__controls .mejs__button > button {
  margin: 0 6px;
}
.mejs__container .mejs__controls .mejs__time.mejs__currenttime-container {
  display: flex;
  align-items: center;
  padding: 11px 3px 11px 10px;
}
.mejs__container .mejs__controls .mejs__time.mejs__duration-container {
  display: flex;
  align-items: center;
  padding: 11px 15px 11px 5px;
}
.mejs__container .mejs__controls .mejs__button, .mejs__container .mejs__controls .mejs__time, .mejs__container .mejs__controls .mejs__time-rail {
  font-size: inherit;
  height: auto;
}
.mejs__container .mejs__controls .mejs__horizontal-volume-slider {
  padding-bottom: 0 !important;
  transition: none !important;
  border-bottom: none !important;
  background: none !important;
}
.mejs__container .mejs__time {
  font-size: inherit;
  font-weight: 400;
  overflow: hidden;
  box-sizing: content-box;
  width: auto;
  height: auto;
  padding: 10px;
  text-align: center;
  color: #FFF;
}
.mejs__container .mejs__time-rail {
  flex: 1;
}
.mejs__container .mejs__time-rail .mejs__time-total.mejs__time-slider {
  margin: 3px 0;
}

.box.box-grey .text_container .mejs__container {
  margin-top: 0;
}

.box.box-grey .audio_container .mejs__container {
  margin-bottom: 0;
}

.mejs-player-time {
  color: #154194;
  border-bottom: 1px solid rgba(161, 0, 134, 0.8);
}

.mejs-player-time-button {
  padding: 0;
  color: #154194;
  border: none;
  border-bottom: 1px solid rgba(161, 0, 134, 0.8);
  background-color: transparent;
}

.nav-cols-2 {
  margin: 3.5rem 0;
}

.nav-cols-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 28.125em) {
  .nav-cols-2 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (min-width: 50em) {
  .nav-cols-2 ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}

.nav-cols-2 li {
  font-size: 1.8rem;
  line-height: 2.5rem;
  position: relative;
  display: flex;
  margin: 0;
  background-color: #F6F6F6;
  -webkit-break-inside: avoid-column;
  -moz-break-inside: avoid-column;
  break-inside: avoid-column;
}

.content .nav-cols-2 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.8rem 10px 1rem 3.3rem;
  color: #222;
  border: none;
  border-top: 1px solid #CCC;
  background: none;
}
.content .nav-cols-2 a:before {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  content: " ";
  background-image: url(/files/system/images/icons-arrow-small-purpur.svg);
  background-repeat: no-repeat;
  background-position: -2.8rem 0;
  background-size: 5.6rem 1.1rem;
}

.content .nav-cols-2 a > span span {
  position: relative;
}

.content .nav-cols-2 a > span span:before {
  position: absolute;
  z-index: 0;
  bottom: -0.3rem;
  left: -1px;
  display: block;
  width: 0;
  height: 1px;
  content: " ";
  border-bottom: 0.4rem solid rgba(161, 0, 134, 0.8);
}

.content .nav-cols-2 a:hover > span span:before,
.content .nav-cols-2 a:focus > span span:before,
.content .nav-cols-2 a:active > span span:before {
  width: calc(100% + 2px);
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

/* Navbar - Submenu */
.content-right .navbar-submenu {
  margin: 0 0 50px 0;
  padding: 30px 25px;
  background-color: #F6F6F6;
}

.content-main .navbar-submenu {
  max-width: 72rem;
}

.navbar-submenu + .navbar-submenu {
  margin-top: -30px;
}

.navbar-submenu > h2 {
  font-size: 2.3rem;
  line-height: 2.7rem;
  margin-top: 0;
  margin-bottom: 1.8rem;
}

.navbar-submenu > h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  margin: -0.2rem 0 1.8rem 0;
}

.navbar-submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-submenu ul li {
  margin: 0;
}
.navbar-submenu ul a {
  text-decoration: none;
}

.navbar-submenu li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
  border-top: 1px solid #CCC;
}
@media (min-width: 62.5em) {
  .navbar-submenu li {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.navbar-submenu li > a,
.navbar-submenu li > strong {
  font-weight: 400;
  position: relative;
  display: block;
  padding: 0.9rem 0 1rem 1.7rem;
  transition: none;
  color: #222;
  border: none;
  background: none;
}
.navbar-submenu li > a:before,
.navbar-submenu li > strong:before {
  background-image: url(/files/system/images/icons-arrow-small-purpur.svg);
  background-size: 5.6rem 1.1rem;
  content: " ";
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.6rem;
  left: 0;
  background-position: -2.8rem 0;
}
@media (min-width: 62.5em) {
  .navbar-submenu li > a:before,
.navbar-submenu li > strong:before {
    top: 1.7rem;
  }
}
.navbar-submenu li > a.active.submenu:before, .navbar-submenu li > a.submenu:before,
.navbar-submenu li > strong.active.submenu:before,
.navbar-submenu li > strong.submenu:before {
  background-image: url(/files/system/images/icons-arrow-small-down-purpur.svg);
  background-size: 4.4rem 0.7rem;
  content: " ";
  display: block;
  width: 1.1rem;
  height: 0.7rem;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -0.1rem;
  background-position: 0 0;
}
@media (min-width: 62.5em) {
  .navbar-submenu li > a.active.submenu:before, .navbar-submenu li > a.submenu:before,
.navbar-submenu li > strong.active.submenu:before,
.navbar-submenu li > strong.submenu:before {
    top: 1.9rem;
  }
}
.navbar-submenu li > a span,
.navbar-submenu li > strong span {
  position: relative;
}
.navbar-submenu li > a span:before,
.navbar-submenu li > strong span:before {
  position: absolute;
  z-index: 0;
  bottom: -0.3rem;
  left: -1px;
  display: block;
  width: 0;
  height: 1px;
  content: " ";
  border-bottom: 0.3rem solid rgba(161, 0, 134, 0.8);
}
.navbar-submenu li > a:hover span:before, .navbar-submenu li > a:focus span:before, .navbar-submenu li > a:active span:before,
.navbar-submenu li > strong:hover span:before,
.navbar-submenu li > strong:focus span:before,
.navbar-submenu li > strong:active span:before {
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: calc(100% + 2px);
}
.navbar-submenu li > a.active span:before, .navbar-submenu li > a.trail:not(.submenu) span:before,
.navbar-submenu li > strong.active span:before,
.navbar-submenu li > strong.trail:not(.submenu) span:before {
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: calc(100% + 2px);
}

/* Levels */
.navbar-submenu .level_1 > li.last {
  border-bottom: 1px solid #CCC;
}

.navbar-submenu .level_2 > li > a,
.navbar-submenu .level_2 > li > strong {
  padding-left: 4.5rem;
}
.navbar-submenu .level_2 > li > a:before,
.navbar-submenu .level_2 > li > strong:before {
  left: 2.8rem;
}

.navbar-submenu .level_3 > li > a,
.navbar-submenu .level_3 > li > strong {
  padding-left: 8.5rem;
}
.navbar-submenu .level_3 > li > a:before,
.navbar-submenu .level_3 > li > strong:before {
  left: 6.8rem;
}

.navbar-tabbed ul {
  margin: 0 0 5px 0;
  padding: 0 4px;
  border-bottom: 1px solid #CCC;
}
@media (min-width: 37.5em) {
  .navbar-tabbed ul {
    display: flex;
    margin: 0 0 10px 0;
    padding: 0 8px;
  }
}

.navbar-tabbed li {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin: 0 3px 0 3px;
  border: 1px solid #CCC;
  border-bottom: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #FFF;
}
@media (min-width: 400px) {
  .navbar-tabbed li {
    width: auto;
  }
}
.navbar-tabbed li.active {
  position: relative;
  top: 0;
  bottom: -1px;
  margin-bottom: -1px;
  padding-bottom: 1px;
  border-color: #CCC;
}

.navbar-tabbed li > a,
.navbar-tabbed li > strong {
  display: block;
  width: 100%;
  padding: 0.8rem 10px 1rem 10px;
  text-align: center;
  border-bottom: 0;
}
@media (min-width: 400px) {
  .navbar-tabbed li > a,
.navbar-tabbed li > strong {
    padding: 1.1rem 22px 1.3rem 22px;
  }
}

.navbar-tabbed li > a {
  text-decoration: none;
  color: #222;
}
.navbar-tabbed li > a:hover, .navbar-tabbed li > a:focus, .navbar-tabbed li > a:active {
  /*text-decoration: underline;*/
  color: #222;
}

.navbar-tabbed-menu li > strong {
  font-weight: 700;
  color: #222;
}

.news-full-title {
  margin-bottom: 1.2rem;
}

.news-full-downloads {
  display: flex;
}
.news-full-downloads h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.2rem;
  margin: 0 -0.3rem 0 0;
}
.news-full-downloads h3:after {
  content: ":";
}
.news-full-downloads ul {
  display: flex;
  margin: 0;
}
.news-full-downloads li {
  position: static;
  margin: 0 0 0 1.8rem;
  padding-left: 0;
}
.news-full-downloads li:after {
  content: "";
}

.news-list {
  max-width: 72rem;
}

.news-list-sticky {
  padding: 5px 0 10px 0;
}

.news-list-item {
  margin: 0;
  padding: 2.8rem 0 3.6rem 0;
  border-top: 1px solid #CCC;
}
.news-list-item.last {
  border-bottom: 1px solid #CCC;
}
.news-list-item.news-list-item-sticky {
  position: relative;
  padding: 5rem 20px 3.6rem 30px;
  border: 1px solid #F6F6F6;
  border-top: none;
  background-color: #F6F6F6;
}
.news-list-item.news-list-item-sticky:before {
  position: absolute;
  top: -6px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: 1px;
  content: " ";
  border-top: 5px solid rgba(161, 0, 134, 0.8);
}
.news-list-item.news-list-item-sticky:after {
  position: absolute;
  top: 6px;
  left: calc(50% - 1.2rem);
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  content: " ";
  background-image: url(/files/system/images/icon-star-purpur.svg);
  background-repeat: no-repeat;
  background-size: 2.4rem 2.4rem;
}
.news-list-item.news-list-item-sticky + .news-list-item-sticky {
  margin-top: 22px;
}

.news-list-sticky + .news-list .news-list-item:first-child {
  border-top: 0;
}

.news-list-item-title {
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0 0 0.5rem 0;
}

.news-list-item-date {
  line-height: 2.8rem;
  margin: 0;
}

.news-list-item-teaser p {
  margin: 1rem 0 0 0;
}

.news-list-item-teaser .news-list-item-more {
  margin: 0;
}

h2 + .news-list-radio {
  margin-top: -1rem;
}

.news-list-radio {
  max-width: 72rem;
}
.news-list-radio .news-list-item-sticky.first {
  margin-top: 6rem;
}
.news-list-radio .news-list-item-sticky {
  padding: 5rem 20px 4rem 30px;
}
.news-list-radio .news-list-item-title {
  font-size: 2.6rem;
  line-height: 3.8rem;
  margin: 0;
}
.news-list-radio .news-list-item-teaser li {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
}
.news-list-radio .news-list-item-teaser li:before {
  font-size: 2.1rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "•";
  color: #8C0074;
}
.news-list-radio .news-list-item-downloads {
  display: flex;
  margin: 2.5rem 0 2rem 0;
}
.news-list-radio .news-list-item-downloads h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.2rem;
  margin: 0 -0.3rem 0 0;
}
.news-list-radio .news-list-item-downloads h3:after {
  content: ":";
}
.news-list-radio .news-list-item-downloads ul {
  display: flex;
  margin: 0;
}
.news-list-radio .news-list-item-downloads li {
  position: static;
  padding-left: 0;
  margin: 0 0 0 1.8rem;
}
.news-list-radio .news-list-item-downloads li:after {
  content: "";
}
.news-list-radio .news-list-item-sticky .news-list-item-downloads {
  margin: 2.5rem 0 0 0;
}

.mod_subscribe > .confirm,
.mod_subscribe > .error {
  background-color: #F6F6F6;
  font-weight: 600;
  padding: 1.8rem 20px 2rem 20px;
}

.mod_subscribe .formbody {
  display: flex;
}

.mod_subscribe .widget-text {
  display: flex;
  flex: 1;
  margin: 0 5px 0 0;
}

.mod_subscribe .widget-submit {
  margin: 0;
  display: flex;
}

.mod_subscribe .widget-submit .submit {
  margin: 0;
}

.mod_newsletterlist {
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid #CCC;
}

.mod_newsletterlist h2 {
  margin-top: 0;
}

.newsletter h3 {
  font-family: "Neue Frutiger® 1450 W01", Arial, Helvetica, sans-serif !important;
  font-size: 2.6rem !important;
  font-weight: 600 !important;
  line-height: 3.8rem !important;
  margin: 4rem 0 2rem 0 !important;
}

.newsletter p {
  font-family: "Neue Frutiger® 1450 W01", Arial, Helvetica, sans-serif !important;
  font-size: 2rem !important;
  line-height: 3.2rem !important;
  margin: 2rem 0 !important;
}

.newsletter a {
  text-decoration: none !important;
}

.content-outro .mod_article > .inside {
  padding: 0 10px;
}
@media (min-width: 25em) {
  .content-outro .mod_article > .inside {
    padding: 0 20px;
  }
}
@media (min-width: 62.5em) {
  .content-outro .mod_article > .inside {
    display: flex;
    justify-content: space-between;
    max-width: 120rem;
    margin: 0 auto;
    padding: 10px 20px 40px 20px;
  }
}

/* Teaser */
.ce_text.text-teaser {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 37rem;
  margin: 20px auto;
}
@media (min-width: 1000px) {
  .ce_text.text-teaser {
    width: calc((100% - 50px) / 3);
    margin: 0;
  }
}

.content-outro .ce_text.text-teaser .image_container {
  margin: 0;
}

.ce_text.text-teaser img {
  width: 100%;
  height: auto;
}

.content-outro .ce_text.text-teaser .text_container {
  flex: 1;
  padding: 14px 20px 22px 20px;
  background-color: #FFF;
}

.content-outro .ce_text.text-teaser .text_container p {
  margin: 0;
}

.content-outro .ce_text.text-teaser .text_container a {
  text-decoration: none;
}
/* Pagination */
.pagination {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CCC;
}

.pagination-total {
  margin: 15px 30px 30px 0;
  padding: 4px 0;
}

.pagination-links {
  margin: 15px 30px 30px 30px;
}

.pagination-link a,
.pagination a,
.pagination .active {
  display: inline-block;
  padding: 0 4px;
  margin: 0 5px;
  text-decoration: none;
}

.pagination-link-active {
  padding: 4px 10px;
  color: #FFF;
  border-radius: 3px;
  background-color: #154194;
}

.pagination-previous-next {
  margin: 15px 0 30px 30px;
  padding: 4px 0;
}

.pagination-next {
  margin-left: 10px;
}

.pagination ul {
  display: flex;
}

.search-results-info strong {
  font-weight: 400;
  padding: 0 0.2rem;
  color: #222;
  border-radius: 2px;
  background-color: rgba(0, 160, 230, 0.15);
}

.search-results-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-results-list-item {
  margin: 0;
  padding: 3.5rem 0 3.2rem 0;
  border-top: 1px solid #CCC;
}

.content .search-results-list-item a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 75rem;
  text-decoration: none;
  padding: 0;
  transition: none;
  border: none;
  background: none;
}
.content .search-results-list-item a:hover, .content .search-results-list-item a:focus, .content .search-results-list-item a:active {
  text-decoration: none;
}

.search-results-list-item-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.4rem;
  display: inline-block;
  margin: 0;
  padding-bottom: 0;
  transition: background-size 0.2s;
  text-decoration: none;
  background-image: linear-gradient(rgba(161, 0, 134, 0.8), rgba(161, 0, 134, 0.8));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 0.3rem;
}

.search-results-list-item-url {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin: 0.3rem 0 0;
  color: #666;
}

a:hover .search-results-list-item-title,
a:focus .search-results-list-item-title,
a:active .search-results-list-item-title {
  background-size: 100% 0.3rem;
}

.search-results-list-item-context {
  max-width: 75rem;
  margin: 2.2rem 0 0 0;
}

.search-results-list-item-context mark {
  font-weight: 400;
  padding: 0 0.2rem;
  color: #222;
  border-radius: 2px;
  background-color: rgba(0, 160, 230, 0.15);
}

/* Button */
.sidedrawer-open-button-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: calc(1080px + 10px + 10px);
  margin: 0 auto;
  z-index: 100;
}
@media (min-width: 25em) {
  .sidedrawer-open-button-wrapper {
    right: 20px;
    top: 20px;
  }
}
@media (min-width: 62.5em) {
  .sidedrawer-open-button-wrapper {
    display: none;
  }
}

.sidedrawer-open-button {
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: baseline;
}
.sidedrawer-open-button .sidedrawer-open-button-text {
  font-size: 1.6rem;
  position: relative;
  bottom: 0.7rem;
  display: block;
  margin: 0 6px 0 0;
}
.sidedrawer-open-button .sidedrawer-open-button-text:before {
  position: absolute;
  z-index: 0;
  bottom: -0.3rem;
  left: -1px;
  display: block;
  width: 0;
  height: 1px;
  content: " ";
  border-bottom: 0.3rem solid rgba(161, 0, 134, 0.8);
  bottom: -0.1rem;
}
.sidedrawer-open-button:hover .sidedrawer-open-button-icon-bg, .sidedrawer-open-button:focus .sidedrawer-open-button-icon-bg, .sidedrawer-open-button:active .sidedrawer-open-button-icon-bg {
  stroke: rgba(161, 0, 134, 0.8);
  fill: rgba(161, 0, 134, 0.8);
}
.sidedrawer-open-button:hover .sidedrawer-open-button-icon-line, .sidedrawer-open-button:focus .sidedrawer-open-button-icon-line, .sidedrawer-open-button:active .sidedrawer-open-button-icon-line {
  fill: #FFF;
}
.sidedrawer-open-button:hover .sidedrawer-open-button-text:before, .sidedrawer-open-button:focus .sidedrawer-open-button-text:before, .sidedrawer-open-button:active .sidedrawer-open-button-text:before {
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: calc(100% + 2px);
}

/* If open */
.is-open .sidedrawer-overlay {
  display: block;
}

.is-open + #wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

/* Sidedrawer */
.sidedrawer-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0.8;
  background-color: #222;
}

.sidedrawer {
  position: absolute;
  z-index: 1001;
  top: 0;
  right: 0;
  display: none;
  width: 0;
  min-height: 100vh;
  background-color: #FFF;
  box-shadow: 0 1px 6px 0 rgba(51, 51, 51, 0.2);
}

.sidedrawer.is-open {
  display: block;
  width: 40rem;
  max-width: 85%;
}

.sidedrawer-close-button {
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  top: 33px;
  right: 10px;
  width: 24px;
  height: 24px;
}
@media (min-width: 25em) {
  .sidedrawer-close-button {
    right: 20px;
  }
}
.sidedrawer-close-button #icon-close-bg {
  fill: #FFF;
}

.sidedrawer-close-button #icon-close-x {
  fill: #000;
}
.sidedrawer-close-button:hover #icon-close-bg, .sidedrawer-close-button:focus #icon-close-bg, .sidedrawer-close-button:active #icon-close-bg {
  fill: rgba(161, 0, 134, 0.8);
}
.sidedrawer-close-button:hover #icon-close-x, .sidedrawer-close-button:focus #icon-close-x, .sidedrawer-close-button:active #icon-close-x {
  fill: #FFF;
}
.sidedrawer-close-button:hover:focus #icon-close-bg {
  fill: rgba(161, 0, 134, 0.8);
}
.sidedrawer-close-button:hover:focus #icon-close-x {
  fill: #FFF;
}

.sidedrawer-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 100px 20px 40px 20px;
}

.sidedrawer-section-button .button {
  display: block;
  margin: 0;
}

.sidedrawer-section-footernav {
  display: flex;
  align-items: flex-end;
  flex: 1;
  justify-content: space-between;
  justify-items: flex-end;
}

.sidedrawer-section-footernav-ul {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}

.sidedrawer-section-footernav-ul > li {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 0 15px;
}

.sidedrawer-section-footernav .sidedrawer-section-social {
  position: relative;
  top: 2px;
  margin: 0;
}

.sidedrawer-section-footernav .sidedrawer-section-social svg {
  display: block;
}

.ce_table h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.6rem;
  margin-bottom: 1.6rem;
}

.ce_table table {
  width: 100%;
}

.ce_table thead th {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.3rem;
  padding: 0.7rem 10px 1rem 12px;
  text-align: left;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background-color: #F6F6F6;
}
.ce_table thead th.col_first {
  border-left: none;
}
.ce_table thead th.col_last {
  padding-right: 0;
  border-right: none;
}

.ce_table td {
  font-size: 1.9rem;
  line-height: 2.5rem;
  padding: 1.4rem 10px 1.7rem 12px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.ce_table td.col_first {
  border-left: none;
}
.ce_table td.col_last {
  padding-right: 4px;
  border-right: none;
}

.ce_table .row_last td {
  border-bottom: 1px solid #CCC;
}

/* Text */
.ce_text {
  max-width: 72rem;
}

.ce_text.line-top {
  margin-top: 5rem;
  border-top: 1px solid #CCC;
}

.ce_text.line-top h2 {
  margin-top: 4rem;
}

/* 2-col-layout */
@media (min-width: 62.5em) {
  .mod_article.article-cols-2 .ce_text {
    width: calc((100%) / 2);
  }
}
.mod_article.article-cols-2 .ce_text:nth-child(odd) {
  padding-right: 60px;
}
.mod_article.article-cols-2 .ce_text:nth-child(even) {
  border-left: 1px solid #CCC;
  padding-left: 60px;
}

.mod_article.article-cols-2 .ce_text .text_container h2:first-child {
  margin-top: 0;
}

/* YouTube Player */
.ce_youtube {
  margin: 4rem 0 4rem 0;
}

.ce_youtube.youtube-full-width {
  max-width: 100%;
}

.ce_youtube > .inside {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  background-color: #a10086;
}

.ce_youtube h2 {
  margin-bottom: 2rem;
}

.ce_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.ce_youtube noscript p {
  color: #FFF;
  text-align: center;
  padding: 30px 20px;
  max-width: 40rem;
  margin: 0 auto;
}

/* YouTube Preview */
.youtube-preview {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  background-size: auto 100%;
}

.youtube-preview > .inside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-image: linear-gradient(220deg, rgba(0, 157, 227, 0.8) 0%, rgba(21, 65, 148, 0.75) 85%);
}

.youtube-preview .youtube-preview-fake-play-button {
  width: 116px;
  height: 116px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
}
.youtube-preview .youtube-preview-fake-play-button:hover #circle, .youtube-preview .youtube-preview-fake-play-button:focus #circle, .youtube-preview .youtube-preview-fake-play-button:active #circle {
  fill-opacity: 100;
}
.youtube-preview .youtube-preview-fake-play-button:hover #play, .youtube-preview .youtube-preview-fake-play-button:focus #play, .youtube-preview .youtube-preview-fake-play-button:active #play {
  fill: #a10086;
}

.youtube-preview .youtube-preview-cookie-info {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px 0 10px 0;
  color: #FFF;
  background: rgba(21, 65, 148, 0.75);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.youtube-preview .youtube-preview-cookie-infotext {
  font-size: 1.3rem;
  line-height: 1.8rem;
  max-width: 40rem;
  margin: 1rem 0;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 400px) {
  .youtube-preview .youtube-preview-cookie-infotext {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin: 1rem auto;
  }
}
@media (min-width: 450px) {
  .youtube-preview .youtube-preview-cookie-infotext {
    margin: 1rem auto 2rem auto;
  }
}

.youtube-preview .youtube-preview-cookie-infotext a {
  color: #FFF;
}

.youtube-preview .button.youtube-preview-accept-cookies-button {
  margin: 0 auto;
  cursor: pointer;
  border-color: #FFF;
  background-color: transparent;
}
@media (min-width: 400px) {
  .youtube-preview .button.youtube-preview-accept-cookies-button {
    padding: 0.8rem 25px 1rem 25px;
  }
}
.youtube-preview .button.youtube-preview-accept-cookies-button:hover, .youtube-preview .button.youtube-preview-accept-cookies-button:focus, .youtube-preview .button.youtube-preview-accept-cookies-button:active {
  color: #154194;
  border-color: #FFF;
  background-color: #FFF;
}
.youtube-preview .button.youtube-preview-accept-cookies-button:focus:hover {
  text-decoration: underline;
}

.youtube-preview .youtube-preview-close-cookie-info {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent;
}
.youtube-preview .youtube-preview-close-cookie-info #icon-close-circle {
  fill: transparent;
}
.youtube-preview .youtube-preview-close-cookie-info #icon-close-x {
  fill: #FFF;
}
.youtube-preview .youtube-preview-close-cookie-info:hover #icon-close-circle, .youtube-preview .youtube-preview-close-cookie-info:focus #icon-close-circle, .youtube-preview .youtube-preview-close-cookie-info:active #icon-close-circle {
  fill: #FFF;
}
.youtube-preview .youtube-preview-close-cookie-info:hover #icon-close-x, .youtube-preview .youtube-preview-close-cookie-info:focus #icon-close-x, .youtube-preview .youtube-preview-close-cookie-info:active #icon-close-x {
  fill: #a10086;
}
@media (min-width: 400px) {
  .youtube-preview .youtube-preview-close-cookie-info {
    top: 10px;
    right: 10px;
  }
}

.warning {
  color: #AD005F;
}

/* Headlines */
h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.4rem;
  margin: 0 0 3.5rem 0;
}
@media (min-width: 31.25em) {
  h1 {
    font-size: 3.4rem;
    line-height: 4.6rem;
    margin: 0 0 3.5rem 0;
  }
}
h1 .h1-row-1 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3.8rem;
  display: block;
  margin-top: 0.4rem;
}
h1 .h1-row-2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3.8rem;
  display: block;
  margin-top: 0.4rem;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.8rem;
  margin-top: 5rem;
  margin-bottom: 2.8rem;
}

.article-cols-2 h2 {
  margin-bottom: 1.8rem;
}
.article-cols-2 h2 + p {
  margin-top: 1.8rem;
}

.h2-small {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.h2-small + p {
  margin-top: 0;
}
.h2-small + ul {
  margin-top: 0;
}
.h2-small + ul > .li-no-bullet:first-child {
  margin-top: 1rem;
}
.h2-small + ul > .li-lines:first-child {
  margin-top: 1rem;
}

h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin-top: 2.8rem;
  margin-bottom: 1.5rem;
}
h3 + p {
  margin-top: -0.5rem;
}
h3 + ul {
  margin-top: -0.5rem;
}
h3 + ul li:first-child {
  margin-top: 0;
}

.h3-small {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.h3-small + p {
  margin-top: 0;
}
.h3-small + ul {
  margin-top: 0;
}
.h3-small + ul > .li-no-bullet:first-child {
  margin-top: 1rem;
}
.h3-small + ul > .li-lines:first-child {
  margin-top: 1rem;
}

h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin-top: 2.8rem;
  margin-bottom: 0;
}
h4 + p {
  margin-top: 0;
}
h4 + ul {
  margin-top: 0;
}
h4 + ul > .li-no-bullet:first-child {
  margin-top: 1rem;
}
h4 + ul > .li-lines:first-child {
  margin-top: 1rem;
}

h5,
h6 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0;
}

/* Line */
.line-top {
  clear: both;
  margin-top: 5rem;
  border-top: 1px solid #CCC;
}

.line-bottom {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #CCC;
}

.ce_headline.line-top {
  padding-top: 5rem;
}

.ce_headline.line-bottom {
  padding-bottom: 5rem;
}

/* Link - Basic */
a {
  color: #154194;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  outline: none;
}

a[href^=tel] {
  text-decoration: none;
}

a[href^=tel]:hover,
a[href^=tel]:focus,
a[href^=tel]:active {
  text-decoration: underline;
}

.content-intro a,
.content-main a,
.content-outro a {
  padding-bottom: 0.1rem;
  transition: background-size 0.2s;
  text-decoration: none;
  border-bottom: 1px solid rgba(161, 0, 134, 0.8);
  background-image: linear-gradient(rgba(161, 0, 134, 0.8), rgba(161, 0, 134, 0.8));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 0.3rem;
}
.content-intro a:hover, .content-intro a:focus, .content-intro a:active,
.content-main a:hover,
.content-main a:focus,
.content-main a:active,
.content-outro a:hover,
.content-outro a:focus,
.content-outro a:active {
  background-size: 100% 0.3rem;
}

/* Link - Button */
.content-intro .button,
.content-main .button,
.content-right .button,
.footer .button {
  transition: none;
  background-image: none;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.4rem;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0.6rem 18px 0.8rem 18px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  border: 1px solid #a10086;
  border-radius: 3px;
  background-color: #a10086;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-intro .button:hover, .content-intro .button:focus, .content-intro .button:active,
.content-main .button:hover,
.content-main .button:focus,
.content-main .button:active,
.content-right .button:hover,
.content-right .button:focus,
.content-right .button:active,
.footer .button:hover,
.footer .button:focus,
.footer .button:active {
  text-decoration: none;
  color: #FFF;
  border-color: #8C0074;
  background-color: #8C0074;
}

.content-intro .button.button-border.button-border-white,
.content-main .button.button-border.button-border-white,
.footer .button.button-border.button-border-white {
  color: #FFF;
  border: 1px solid #FFF;
  background-color: transparent;
}
.content-intro .button.button-border.button-border-white:hover, .content-intro .button.button-border.button-border-white:focus, .content-intro .button.button-border.button-border-white:active,
.content-main .button.button-border.button-border-white:hover,
.content-main .button.button-border.button-border-white:focus,
.content-main .button.button-border.button-border-white:active,
.footer .button.button-border.button-border-white:hover,
.footer .button.button-border.button-border-white:focus,
.footer .button.button-border.button-border-white:active {
  border-color: rgba(161, 0, 134, 0.8);
  background-color: rgba(161, 0, 134, 0.8);
}

/* List */
ul,
ol {
  margin: 2.5rem 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 2.8rem 0;
}

.ce_text li,
#wrapper.mce-content-body li {
  position: relative;
  padding-left: 2rem;
}

.ce_text .li-no-bullet,
#wrapper.mce-content-body .li-no-bullet {
  padding-left: 0;
}

.ce_text ul li:before,
#wrapper.mce-content-body ul li:before {
  font-size: 2.1rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "•";
  color: #8C0074;
}

.ce_text .li-no-bullet:before,
#wrapper.mce-content-body .li-no-bullet:before {
  content: none;
}

.ce_text ol > li,
#wrapper.mce-content-body ol > li {
  margin-left: 1.8rem;
  padding-left: 8px;
}

.ce_text ol > li > ol[type=a] > li,
#wrapper.mce-content-body ol > li > ol[type=a] > li {
  padding-left: 4px;
}

.ul-spacing-0 li,
.li-spacing-0,
#wrapper.mce-content-body .li-spacing-0 {
  margin: 0;
}
.ul-spacing-0 li > ul,
.ul-spacing-0 li > ol,
.li-spacing-0 > ul,
.li-spacing-0 > ol,
#wrapper.mce-content-body .li-spacing-0 > ul,
#wrapper.mce-content-body .li-spacing-0 > ol {
  margin-top: 0;
  margin-bottom: 0;
}

.ul-spacing-small li,
.li-spacing-small,
#wrapper.mce-content-body .li-spacing-small {
  margin: 0.4rem 0;
}
.ul-spacing-small li > ul,
.ul-spacing-small li > ol,
.li-spacing-small > ul,
.li-spacing-small > ol,
#wrapper.mce-content-body .li-spacing-small > ul,
#wrapper.mce-content-body .li-spacing-small > ol {
  margin-top: 0;
  margin-bottom: 0;
}

.li-lines {
  margin: 0;
  padding: 1.5rem 0 1.6rem 0;
  border-bottom: 1px solid #CCC;
}
.li-lines:first-child {
  border-top: 1px solid #CCC;
}
.li-lines h3 {
  margin-top: 1.3rem;
}
.li-lines .h3-small {
  margin-top: 1.2rem;
}
.li-lines p:last-child {
  margin-bottom: 1.8rem;
}

abbr {
  text-decoration: none;
}

/* Paragraph */
p {
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 2.8rem 0;
}

.p-centered {
  text-align: center;
}

.p-caption,
.p-copyright {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.7rem;
  margin: 3.5rem 0 3.5rem 0;
  color: #555;
}

p.back {
  margin-top: 3rem;
  padding-top: 1.3rem;
  border-top: 1px solid #CCC;
}

.p-line-bottom {
  border-bottom: 1px solid #CCC;
  padding-bottom: 3.4rem;
}

/* Spacing */
.spacing-top-0 {
  margin-top: 0 !important;
}

.spacing-top-10 {
  margin-top: 1rem !important;
}

.spacing-top-20 {
  margin-top: 2rem !important;
}

.spacing-top-30 {
  margin-top: 3rem !important;
}

.spacing-top-40 {
  margin-top: 4rem !important;
}

.spacing-top-50 {
  margin-top: 5rem !important;
}

.spacing-bottom-0 {
  margin-bottom: 0 !important;
}

.spacing-bottom-10 {
  margin-bottom: 1rem !important;
}

.spacing-bottom-20 {
  margin-bottom: 2rem !important;
}

.spacing-bottom-30 {
  margin-bottom: 3rem !important;
}

.spacing-bottom-40 {
  margin-bottom: 4rem !important;
}

.spacing-bottom-50 {
  margin-bottom: 5rem !important;
}

.footer {
  color: #FFF;
  background-color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer:before {
  display: block;
  width: 100%;
  height: 10px;
  content: " ";
  background-color: #a10086;
}

.footer a {
  color: #FFF;
}

/* Footer - Block 1 */
.footer-block-1 > .inside {
  padding: 0 10px;
}
@media (min-width: 25em) {
  .footer-block-1 > .inside {
    padding: 0 20px;
  }
}
@media (min-width: 62.5em) {
  .footer-block-1 > .inside {
    display: flex;
    justify-content: space-between;
    max-width: 120rem;
    margin: 0 auto;
  }
}

/* Footer - Block 2 */
.footer-block-2 {
  padding: 15px 0 15px 0;
  background-color: #343434;
}

.footer-block-2 > .inside {
  padding: 0 10px;
}
@media (min-width: 25em) {
  .footer-block-2 > .inside {
    padding: 0 20px;
  }
}
@media (min-width: 62.5em) {
  .footer-block-2 > .inside {
    display: flex;
    justify-content: space-between;
    max-width: 120rem;
    margin: 0 auto;
  }
}

/* Navbars - general */
.footer-navbar h2 {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}

.footer-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-navbar ul li {
  margin: 0;
}
.footer-navbar ul a {
  text-decoration: none;
}

.footer-navbar li {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.footer-navbar li > a,
.footer-navbar li > strong {
  font-weight: 400;
  display: block;
  padding: 0.8rem 0 0.9rem 0;
}
.footer-navbar li > a span,
.footer-navbar li > strong span {
  position: relative;
}
.footer-navbar li > a span:before,
.footer-navbar li > strong span:before {
  position: absolute;
  z-index: 0;
  bottom: -0.3rem;
  left: -1px;
  display: block;
  width: 0;
  height: 1px;
  content: " ";
  border-bottom: 0.3rem solid rgba(161, 0, 134, 0.8);
}
.footer-navbar li > a:hover span:before, .footer-navbar li > a:focus span:before, .footer-navbar li > a:active span:before,
.footer-navbar li > strong:hover span:before,
.footer-navbar li > strong:focus span:before,
.footer-navbar li > strong:active span:before {
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: calc(100% + 2px);
}

/* Navbars block 1 - General */
.footer-block-1 .footer-navbar {
  padding: 20px 0;
}
@media (min-width: 62.5em) {
  .footer-block-1 .footer-navbar {
    padding: 42px 0 38px 0;
  }
}

@media (min-width: 62.5em) {
  .footer-block-1 .footer-navbar ul {
    width: 25rem;
  }
}

.footer-block-1 .footer-navbar li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.footer-block-1 .footer-navbar li:first-child {
  border-top: none;
}

/* Main menu */
.footer-navbar-main {
  order: 1;
}

/* Legal */
.footer-navbar-legal {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
@media (min-width: 62.5em) {
  .footer-navbar-legal {
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    order: 3;
    width: 40%;
  }
}

.footer-navbar-legal ul {
  text-align: center;
}
@media (min-width: 31.25em) {
  .footer-navbar-legal ul {
    display: flex;
  }
}

@media (min-width: 31.25em) {
  .footer-navbar-legal ul li {
    margin: 0 15px;
  }
}
@media (min-width: 1000px) {
  .footer-navbar-legal ul li {
    margin: 0 0 0 30px;
  }
}

/* Participate */
.footer-navbar-participate {
  order: 3;
}

.footer-newsletter {
  order: 2;
  max-width: 32rem;
  padding: 40px 0 10px 0;
  margin: 0 auto;
}
@media (min-width: 62.5em) {
  .footer-newsletter {
    padding: 50px 0 35px 0;
  }
}

.footer-newsletter:before {
  display: block;
  width: 86px;
  height: 82px;
  margin: 0 auto;
  content: " ";
  background-image: url(/files/system/images/illu-newsletter.png);
  background-size: 86px 82px;
}

.footer-newsletter p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 1.5rem 0;
  text-align: center;
}

.footer-logo {
  position: relative;
  left: 10px;
  display: block;
  overflow: hidden;
  width: 155px;
  height: 60px;
  margin: 0 auto;
}
@media (min-width: 62.5em) {
  .footer-logo {
    position: static;
    order: 1;
    width: 40%;
    margin: 0;
  }
}
.footer-logo img {
  height: 60px;
}

.footer-logo #logo-bvn-bg {
  fill: #343434;
}

.footer-logo #logo-bvn-text-1 {
  fill: #FFF;
}

.footer-logo #logo-bvn-text-2 {
  position: absolute;
  display: none;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  width: 15%;
  margin: 0 auto;
}

.footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.footer-social ul li {
  margin: 0;
}
.footer-social ul a {
  text-decoration: none;
}

.footer-social .footer-social-item {
  display: flex;
  margin: 0 4px;
}
.footer-social .footer-social-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid #FFF;
  border-radius: 100%;
}
.footer-social .footer-social-item a svg:hover {
  cursor: pointer;
}
.footer-social .footer-social-item a #bg {
  fill: transparent;
}
.footer-social .footer-social-item a #bg:hover {
  cursor: pointer;
}
.footer-social .footer-social-item a #icon {
  fill: #FFF;
}
.footer-social .footer-social-item a #icon:hover {
  cursor: pointer;
}
.footer-social .footer-social-item a:hover, .footer-social .footer-social-item a:focus, .footer-social .footer-social-item a:active {
  background-color: rgba(161, 0, 134, 0.8);
  border-color: rgba(161, 0, 134, 0.8);
}