@charset "UTF-8";
/* e-nitio mediasign
** www.e-nitio.com
** info@e-nitio.com */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* raleway-300 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("../fonts/raleway-v12-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Light"), local("Raleway-Light"), url("../fonts/raleway-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin-300.woff2") format("woff2"), url("../fonts/raleway-v12-latin-300.woff") format("woff"), url("../fonts/raleway-v12-latin-300.ttf") format("truetype"), url("../fonts/raleway-v12-latin-300.svg#Raleway") format("svg");
  /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/raleway-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Raleway"), local("Raleway-Regular"), url("../fonts/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin-regular.woff2") format("woff2"), url("../fonts/raleway-v12-latin-regular.woff") format("woff"), url("../fonts/raleway-v12-latin-regular.ttf") format("truetype"), url("../fonts/raleway-v12-latin-regular.svg#Raleway") format("svg");
  /* Legacy iOS */
}
/* raleway-italic - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/raleway-v12-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Italic"), local("Raleway-Italic"), url("../fonts/raleway-v12-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin-italic.woff2") format("woff2"), url("../fonts/raleway-v12-latin-italic.woff") format("woff"), url("../fonts/raleway-v12-latin-italic.ttf") format("truetype"), url("../fonts/raleway-v12-latin-italic.svg#Raleway") format("svg");
  /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/raleway-v12-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Bold"), local("Raleway-Bold"), url("../fonts/raleway-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin-700.woff2") format("woff2"), url("../fonts/raleway-v12-latin-700.woff") format("woff"), url("../fonts/raleway-v12-latin-700.ttf") format("truetype"), url("../fonts/raleway-v12-latin-700.svg#Raleway") format("svg");
  /* Legacy iOS */
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}
/* changed 23.04.24 // old variables for backup
$brand-wg-1: #262262;
$brand-wg-2: #1b76bc;
$brand-wg-3: #00ade0;
$brand-wg-4: #6d6e71;
$brand-wg-5: #a7a9ac;
$brand-wg-6: #f7941e;
$brand-wg-7: #f15b29;
*/
/* 02.02 Ci-Anpassung
$brand-wg-1: #008580;
$brand-wg-2: #001ea3;
$brand-wg-3: #ef2424;
$brand-wg-4: #583826;
$brand-wg-5: #009434;
$brand-wg-6: #715fe3;
$brand-wg-7: #4e4e4e;
*/
body, .text-black {
  color: #040001;
}
a, .text-primary {
  color: #01B1E2;
}
a:hover, a:focus, a:active {
  color: #0189af;
}
.text-highlight {
  color: #EF2424;
}
.text-gray {
  color: #A5ADB6;
}
.text-contrast {
  color: #FFFFFF;
}
.fa-stack .text-gray {
  color: #F0F4F8;
}
.text-member {
  color: #2F509A;
}
.text-wg-1, a.text-wg-1 {
  color: #969490;
}
.text-wg-2, a.text-wg-2 {
  color: #47acc7;
}
.text-wg-3, a.text-wg-3 {
  color: #fe4016;
}
.text-wg-4, a.text-wg-4 {
  color: #fe8112;
}
.text-wg-5, a.text-wg-5 {
  color: #545152;
}
.text-wg-6, a.text-wg-6 {
  color: #315da8;
}
.text-wg-7, a.text-wg-7 {
  color: #0b0548;
}
.bg-black {
  background-color: #040001;
}
.bg-primary {
  background-color: #01B1E2;
}
.bg-highlight {
  background-color: #EF2424;
}
.bg-gray {
  background-color: #F0F4F8;
}
.bg-gray .text-gray {
  color: #97a0ab;
}
.bg-contrast {
  background-color: #FFFFFF;
}
.bg-member {
  background-color: #2F509A;
}
.bg-secondary {
  background-color: rgba(0, 182, 222, 0.2);
}
.bg-tertiary {
  background-color: rgba(51, 122, 183, 0.2);
}
.bg-wg-1 {
  background-color: #969490;
}
.bg-wg-2 {
  background-color: #47acc7;
}
.bg-wg-3 {
  background-color: #fe4016;
}
.bg-wg-4 {
  background-color: #fe8112;
}
.bg-wg-5 {
  background-color: #545152;
}
.bg-wg-6 {
  background-color: #315da8;
}
.bg-wg-7 {
  background-color: #0b0548;
}
.bg-grad-wg-1 {
  background: #969490;
  background: -moz-linear-gradient(left, #8a8783 0%, #a2a19d 100%);
  background: -webkit-linear-gradient(left, #8a8783 0%, #a2a19d 100%);
  background: linear-gradient(to right, #8a8783 0%, #a2a19d 100%);
}
.bg-grad-wg-2 {
  background: #47acc7;
  background: -moz-linear-gradient(left, #39a0bb 0%, #5bb5cd 100%);
  background: -webkit-linear-gradient(left, #39a0bb 0%, #5bb5cd 100%);
  background: linear-gradient(to right, #39a0bb 0%, #5bb5cd 100%);
}
.bg-grad-wg-3 {
  background: #fe4016;
  background: -moz-linear-gradient(left, #f92e01 0%, #fe552f 100%);
  background: -webkit-linear-gradient(left, #f92e01 0%, #fe552f 100%);
  background: linear-gradient(to right, #f92e01 0%, #fe552f 100%);
}
.bg-grad-wg-4 {
  background: #fe8112;
  background: -moz-linear-gradient(left, #f57401 0%, #fe8f2b 100%);
  background: -webkit-linear-gradient(left, #f57401 0%, #fe8f2b 100%);
  background: linear-gradient(to right, #f57401 0%, #fe8f2b 100%);
}
.bg-grad-wg-5 {
  background: #545152;
  background: -moz-linear-gradient(left, #474445 0%, #615e5f 100%);
  background: -webkit-linear-gradient(left, #474445 0%, #615e5f 100%);
  background: linear-gradient(to right, #474445 0%, #615e5f 100%);
}
.bg-grad-wg-6 {
  background: #315da8;
  background: -moz-linear-gradient(left, #2b5294 0%, #3768bc 100%);
  background: -webkit-linear-gradient(left, #2b5294 0%, #3768bc 100%);
  background: linear-gradient(to right, #2b5294 0%, #3768bc 100%);
}
.bg-grad-wg-7 {
  background: #0b0548;
  background: -moz-linear-gradient(left, #070330 0%, #0f0760 100%);
  background: -webkit-linear-gradient(left, #070330 0%, #0f0760 100%);
  background: linear-gradient(to right, #070330 0%, #0f0760 100%);
}
.bg-grad-member {
  background: #2F509A;
  background: -moz-linear-gradient(45deg, #294686 0%, #355aae 100%);
  background: -webkit-linear-gradient(45deg, #294686 0%, #355aae 100%);
  background: linear-gradient(45deg, #294686 0%, #355aae 100%);
}
.eye-catcher {
  background: #2d749f;
  background: -moz-linear-gradient(15deg, #004772 0%, #6badd6 100%);
  background: -webkit-linear-gradient(15deg, #004772 0%, #6badd6 100%);
  background: linear-gradient(15deg, #004772 0%, #6badd6 100%);
}
body {
  font-family: "Raleway", sans-serif;
}
.icon-font {
  font-family: "FontAwesome";
}
html, body, .btn {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  html, body, .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  html, body, .btn {
    font-size: 15px;
  }
}
@media screen and (min-width: 1500px) {
  html, body, .btn {
    font-size: 16px;
  }
}
h1, .h1, .fs-h1 {
  font-size: 1.6875rem;
}
@media screen and (min-width: 768px) {
  h1, .h1, .fs-h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  h1, .h1, .fs-h1 {
    font-size: 2.625rem;
  }
}
h2, .h2, .fs-h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  h2, .h2, .fs-h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  h2, .h2, .fs-h2 {
    font-size: 2rem;
  }
}
h3, .h3, .fs-h3 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  h3, .h3, .fs-h3 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  h3, .h3, .fs-h3 {
    font-size: 1.625rem;
  }
}
h4, .h4, .fs-h4 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  h4, .h4, .fs-h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  h4, .h4, .fs-h4 {
    font-size: 1.25rem;
  }
}
h5, .h5, .fs-h5 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  h5, .h5, .fs-h5 {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 992px) {
  h5, .h5, .fs-h5 {
    font-size: 1.25rem;
  }
}
h6, .h6, .fs-h6 {
  font-size: 1em;
}
.lead, .fs-highlight {
  font-size: 1.2em;
}
small, .small, .fs-small {
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  small, .small, .fs-small {
    font-size: 0.85em;
  }
}
body {
  line-height: 1.5;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.1;
}
body, .fw-regular {
  font-weight: 400;
}
strong, .strong, b, .fw-bold, h1, .h1, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}
.light, .fw-light, h2, .h2 {
  font-weight: 300;
}
.fst-italic {
  font-style: italic;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-transform: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  margin-top: 1.5476190476em;
  margin-bottom: 0.7142857143em;
}
p {
  margin-bottom: 0.9em;
}
.content-item h1:first-child, .content-item .h1:first-child, .content-item h2:first-child, .content-item .h2:first-child, .content-item h3:first-child, .content-item .h3:first-child, .content-item h4:first-child, .content-item .h4:first-child, .content-item h5:first-child, .content-item .h5:first-child, .content-item h6:first-child, .content-item .h6:first-child {
  margin-top: 0;
}
.content-headline h1, .content-headline .h1, .content-headline h2, .content-headline .h2, .content-headline h3, .content-headline .h3, .content-headline h4, .content-headline .h4, .content-headline h5, .content-headline .h5, .content-headline h6, .content-headline .h6 {
  margin-bottom: 0;
  margin-top: 0;
}
h1 .h1, .h1 .h1, h2 .h1, .h2 .h1, h3 .h1, .h3 .h1, h4 .h1, .h4 .h1, h5 .h1, .h5 .h1, h6 .h1, .h6 .h1 {
  margin-top: 0.2380952381em;
}
h1 .h2, .h1 .h2, h2 .h2, .h2 .h2, h3 .h2, .h3 .h2, h4 .h2, .h4 .h2, h5 .h2, .h5 .h2, h6 .h2, .h6 .h2 {
  margin-top: 0.3125em;
}
h1 .h3, .h1 .h3, h2 .h3, .h2 .h3, h3 .h3, .h3 .h3, h4 .h3, .h4 .h3, h5 .h3, .h5 .h3, h6 .h3, .h6 .h3 {
  margin-top: 0.3846153846em;
}
h1 .h4, .h1 .h4, h2 .h4, .h2 .h4, h3 .h4, .h3 .h4, h4 .h4, .h4 .h4, h5 .h4, .h5 .h4, h6 .h4, .h6 .h4 {
  margin-top: 0.5em;
}
h1 .h5, .h1 .h5, h2 .h5, .h2 .h5, h3 .h5, .h3 .h5, h4 .h5, .h4 .h5, h5 .h5, .h5 .h5, h6 .h5, .h6 .h5 {
  margin-top: 0.5em;
}
h1 .h6, .h1 .h6, h2 .h6, .h2 .h6, h3 .h6, .h3 .h6, h4 .h6, .h4 .h6, h5 .h6, .h5 .h6, h6 .h6, .h6 .h6 {
  margin-top: 0.625em;
}
@media screen and (max-width: (768px - 1)) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: ($vp-md - 1)) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) and (max-width: ($vp-lg - 1)) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
}
.line-clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 1em;
  margin-bottom: 0.75rem;
}
.line-clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 3em;
  margin-bottom: 0.75rem;
}
.line-clamp-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 5em;
  margin-bottom: 0.75rem;
}
main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.content-item {
  margin-bottom: 10px;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 1460px) {
  .content-item {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.content-item.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.content-item.no-padding-top {
  padding-top: 0;
}
.content-item.no-padding-bottom {
  padding-bottom: 0;
}
.content-item .content-item-footer .btn-more {
  margin-top: 1.875rem;
  margin-bottom: -2.5rem;
}
.content-item.bg-contrast + .content-item.bg-contrast:not(.bg-img) {
  padding-top: 0;
}
.small-grid .row {
  margin-left: -5px;
  margin-right: -5px;
}
.small-grid [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.content-item.bg-contrast .small-grid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.grid-no-padding.row, .grid-no-padding .row {
  margin-left: 0;
  margin-right: 0;
}
.grid-no-padding [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.grid-no-padding .grid-default.row, .grid-no-padding .grid-default .row {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-no-padding .grid-default [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.grid-no-padding .small-grid .row {
  margin-left: -5px;
  margin-right: -5px;
}
.grid-no-padding .small-grid [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.aside-item {
  margin-bottom: 10px;
}
.aside-item *:last-child {
  margin-bottom: 0;
}
.sp-bigger {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sp-bigger {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .sp-bigger {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .sp-bigger {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.sp-big {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sp-big {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .sp-big {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .sp-big {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sp-default {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .sp-default {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .sp-default {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .sp-default {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sp-small {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .sp-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .sp-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .sp-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sp-top {
  padding-bottom: 0;
}
.sp-bottom {
  padding-top: 0;
}
.bp-big {
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .bp-big {
    padding: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .bp-big {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .bp-big {
    padding: 3.125rem;
  }
}
.bp-default {
  padding: 1.875rem;
}
.bp-small {
  padding: 1.25rem;
}
.bp-btn {
  padding: 1.25rem 1.875rem;
}
.bp-btn.icon-right {
  position: relative;
  padding-right: 5rem;
}
.bp-btn.icon-right .fa {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bp-btn.icon-right:hover .fa, .bp-btn.icon-right:focus .fa, .bp-btn.icon-right:active .fa {
  -webkit-transform: translate(5px, -50%);
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -o-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}
.btn {
  padding: 0.625rem 2.1875rem;
  text-decoration: none;
  display: inline-block;
}
.btn.btn-block {
  white-space: normal;
}
.btn.btn-black {
  background: #040001;
  color: #FFFFFF;
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
  background: #37000e;
  border-color: #37000e;
}
.btn.btn-primary {
  background: #01B1E2;
  color: #FFFFFF;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #0189af;
  border-color: #0189af;
}
.btn.btn-highlight {
  background: #EF2424;
  color: #FFFFFF;
}
.btn.btn-highlight:hover, .btn.btn-highlight:focus, .btn.btn-highlight:active {
  background: #d10f0f;
  border-color: #d10f0f;
}
.btn.btn-gray {
  background: #F0F4F8;
  color: #040001;
}
.btn.btn-gray:hover, .btn.btn-gray:focus, .btn.btn-gray:active {
  background: #e6ecf3;
  border-color: #e6ecf3;
}
.btn.btn-contrast {
  background: #FFFFFF;
  color: #040001;
}
.btn.btn-contrast:hover, .btn.btn-contrast:focus, .btn.btn-contrast:active {
  background: #e6ecf3;
  border-color: #e6ecf3;
}
.btn.btn-member {
  background: #2F509A;
  color: #FFFFFF;
}
.btn.btn-member:hover, .btn.btn-member:focus, .btn.btn-member:active {
  background: #233c73;
  border-color: #233c73;
}
.btn.btn-wg-1 {
  background: #969490;
  color: #FFFFFF;
}
.btn.btn-wg-1:hover, .btn.btn-wg-1:focus, .btn.btn-wg-1:active {
  background: #7d7b76;
  border-color: #7d7b76;
}
.btn.btn-wg-2 {
  background: #47acc7;
  color: #FFFFFF;
}
.btn.btn-wg-2:hover, .btn.btn-wg-2:focus, .btn.btn-wg-2:active {
  background: #338fa8;
  border-color: #338fa8;
}
.btn.btn-wg-3 {
  background: #fe4016;
  color: #FFFFFF;
}
.btn.btn-wg-3:hover, .btn.btn-wg-3:focus, .btn.btn-wg-3:active {
  background: #e02901;
  border-color: #e02901;
}
.btn.btn-wg-4 {
  background: #fe8112;
  color: #FFFFFF;
}
.btn.btn-wg-4:hover, .btn.btn-wg-4:focus, .btn.btn-wg-4:active {
  background: #dc6801;
  border-color: #dc6801;
}
.btn.btn-wg-5 {
  background: #545152;
  color: #FFFFFF;
}
.btn.btn-wg-5:hover, .btn.btn-wg-5:focus, .btn.btn-wg-5:active {
  background: #3a3839;
  border-color: #3a3839;
}
.btn.btn-wg-6 {
  background: #315da8;
  color: #FFFFFF;
}
.btn.btn-wg-6:hover, .btn.btn-wg-6:focus, .btn.btn-wg-6:active {
  background: #254781;
  border-color: #254781;
}
.btn.btn-wg-7 {
  background: #0b0548;
  color: #FFFFFF;
}
.btn.btn-wg-7:hover, .btn.btn-wg-7:focus, .btn.btn-wg-7:active {
  background: #040218;
  border-color: #040218;
}
.btn.btn-outline {
  background: transparent;
  border: 1px solid;
}
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
  text-shadow: none;
}
.btn.btn-outline.btn-black {
  border-color: #040001;
  color: #040001;
}
.btn.btn-outline.btn-black:hover, .btn.btn-outline.btn-black:focus, .btn.btn-outline.btn-black:active {
  background: #040001;
  color: #FFFFFF;
}
.btn.btn-outline.btn-primary {
  border-color: #01B1E2;
  color: #01B1E2;
}
.btn.btn-outline.btn-primary:hover, .btn.btn-outline.btn-primary:focus, .btn.btn-outline.btn-primary:active {
  background: #01B1E2;
  color: #FFFFFF;
}
.btn.btn-outline.btn-highlight {
  border-color: #EF2424;
  color: #EF2424;
}
.btn.btn-outline.btn-highlight:hover, .btn.btn-outline.btn-highlight:focus, .btn.btn-outline.btn-highlight:active {
  background: #EF2424;
  color: #FFFFFF;
}
.btn.btn-outline.btn-gray {
  border-color: #A5ADB6;
  color: #A5ADB6;
}
.btn.btn-outline.btn-gray:hover, .btn.btn-outline.btn-gray:focus, .btn.btn-outline.btn-gray:active {
  background: #A5ADB6;
  color: #FFFFFF;
}
.btn.btn-outline.btn-contrast {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn.btn-outline.btn-contrast:hover, .btn.btn-outline.btn-contrast:focus, .btn.btn-outline.btn-contrast:active {
  background: #FFFFFF;
  color: #040001;
}
.btn.btn-outline.btn-member {
  border-color: #2F509A;
  color: #2F509A;
}
.btn.btn-outline.btn-member:hover, .btn.btn-outline.btn-member:focus, .btn.btn-outline.btn-member:active {
  background: #2F509A;
  color: #FFFFFF;
}
.btn.btn-outline.btn-wg-1 {
  border-color: #969490;
  color: #969490;
}
.btn.btn-outline.btn-wg-1:hover, .btn.btn-outline.btn-wg-1:focus, .btn.btn-outline.btn-wg-1:active {
  background: #969490;
  color: #FFFFFF;
}
.btn.btn-outline.btn-wg-2 {
  border-color: #47acc7;
  color: #47acc7;
}
.btn.btn-outline.btn-wg-2:hover, .btn.btn-outline.btn-wg-2:focus, .btn.btn-outline.btn-wg-2:active {
  background: #47acc7;
  color: #FFFFFF;
}
.btn.btn-outline.btn-wg-3 {
  border-color: #fe4016;
  color: #fe4016;
}
.btn.btn-outline.btn-wg-3:hover, .btn.btn-outline.btn-wg-3:focus, .btn.btn-outline.btn-wg-3:active {
  background: #fe4016;
  color: #FFFFFF;
}
.btn.btn-outline.btn-wg-4 {
  border-color: #fe8112;
  color: #fe8112;
}
.btn.btn-outline.btn-wg-4:hover, .btn.btn-outline.btn-wg-4:focus, .btn.btn-outline.btn-wg-4:active {
  background: #fe8112;
  color: #FFFFFF;
}
.btn.btn-outline.btn-wg-5 {
  border-color: #545152;
  color: #545152;
}
.btn.btn-outline.btn-wg-5:hover, .btn.btn-outline.btn-wg-5:focus, .btn.btn-outline.btn-wg-5:active {
  background: #545152;
  color: #FFFFFF;
}
.btn.btn-outline.btn-wg-6 {
  border-color: #315da8;
  color: #315da8;
}
.btn.btn-outline.btn-wg-6:hover, .btn.btn-outline.btn-wg-6:focus, .btn.btn-outline.btn-wg-6:active {
  background: #315da8;
  color: #FFFFFF;
}
.btn.btn-outline.btn-wg-7 {
  border-color: #0b0548;
  color: #0b0548;
}
.btn.btn-outline.btn-wg-7:hover, .btn.btn-outline.btn-wg-7:focus, .btn.btn-outline.btn-wg-7:active {
  background: #0b0548;
  color: #FFFFFF;
}
.btn.btn-video, .btn.btn-file {
  position: relative;
}
.btn.btn-video .file-upload, .btn.btn-file .file-upload {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.btn.btn-video .video-uploading, .btn.btn-video .video-success, .btn.btn-video .file-uploading, .btn.btn-video .file-success, .btn.btn-file .video-uploading, .btn.btn-file .video-success, .btn.btn-file .file-uploading, .btn.btn-file .file-success {
  display: none;
}
.btn.btn-video.disabled, .btn.btn-file.disabled {
  background: #A5ADB6;
  color: #FFFFFF;
  cursor: not-allowed;
}
.btn.btn-video.disabled .video-uploading, .btn.btn-video.disabled .file-uploading, .btn.btn-file.disabled .video-uploading, .btn.btn-file.disabled .file-uploading {
  display: inline;
}
.btn.btn-video.disabled .video-select, .btn.btn-video.disabled .video-success, .btn.btn-video.disabled .file-select, .btn.btn-video.disabled .file-success, .btn.btn-file.disabled .video-select, .btn.btn-file.disabled .video-success, .btn.btn-file.disabled .file-select, .btn.btn-file.disabled .file-success {
  display: none;
}
.btn.btn-video.done, .btn.btn-file.done {
  background: #FFFFFF;
  color: #01B1E2;
  border-color: #FFFFFF;
  cursor: not-allowed;
}
.btn.btn-video.done .video-success, .btn.btn-video.done .file-success, .btn.btn-file.done .video-success, .btn.btn-file.done .file-success {
  display: inline;
}
.btn.btn-video.done .video-select, .btn.btn-video.done .video-uploading, .btn.btn-video.done .file-select, .btn.btn-video.done .file-uploading, .btn.btn-file.done .video-select, .btn.btn-file.done .video-uploading, .btn.btn-file.done .file-select, .btn.btn-file.done .file-uploading {
  display: none;
}
.btn-group {
  display: block;
}
.btn-group .btn {
  margin-top: 0;
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
  float: none;
}
@media screen $mq-sm {
  .btn-group .btn {
    display: inline-block;
    width: auto;
    margin-right: 0.625rem;
  }
  .btn-group .btn:last-child {
    margin-right: 0;
  }
}
.btn-group.btn-big .btn {
  padding: 1.25rem 2.1875rem;
}
@media screen $mq-sm {
  .btn-group.btn-big .btn {
    margin-right: 1.875rem;
  }
  .btn-group.btn-big .btn:last-child {
    margin-right: 0;
  }
}
.form-footer .btn {
  margin-bottom: 1.25rem;
}
@media screen $mq-sm {
  .form-footer .btn {
    margin-bottom: 0;
  }
}
/* Global Style Document – e-nitio Framework */
a, button {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  text-decoration: none;
}
a.icon-right .fa, button.icon-right .fa {
  margin-left: 0.625rem;
  margin-right: 0;
  -webkit-transition: margin 0.2s linear;
  -moz-transition: margin 0.2s linear;
  -ms-transition: margin 0.2s linear;
  -o-transition: margin 0.2s linear;
  transition: margin 0.2s linear;
}
a.icon-left .fa, button.icon-left .fa {
  margin-right: 0.625rem;
  margin-left: 0;
  -webkit-transition: margin 0.2s linear;
  -moz-transition: margin 0.2s linear;
  -ms-transition: margin 0.2s linear;
  -o-transition: margin 0.2s linear;
  transition: margin 0.2s linear;
}
a .fa, button .fa {
  font-size: 0.9375em;
}
a:hover .fa-long-arrow-right, a:focus .fa-long-arrow-right, a:active .fa-long-arrow-right, button:hover .fa-long-arrow-right, button:focus .fa-long-arrow-right, button:active .fa-long-arrow-right {
  margin-left: 0.9375rem;
  margin-right: -0.3125rem;
}
*[data-toggle="modal"] {
  cursor: pointer;
}
.box-link {
  cursor: pointer;
}
.more {
  display: inline-block;
  color: #A5ADB6;
}
.more:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2.375rem;
  line-height: 1em;
  color: #01B1E2;
  display: inline-block;
  margin-right: 0.625rem;
  -webkit-transition: margin-right 0.3s linear;
  -moz-transition: margin-right 0.3s linear;
  -ms-transition: margin-right 0.3s linear;
  -o-transition: margin-right 0.3s linear;
  transition: margin-right 0.3s linear;
}
@media screen and (min-width: 768px) {
  .more:before {
    font-size: 2.4375rem;
  }
}
@media screen and (min-width: 992px) {
  .more:before {
    font-size: 2.5rem;
  }
}
.more .inner {
  color: #A5ADB6;
  border-bottom: 1px solid #EAEFF5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.more:hover, .more:focus, .more:active {
  text-decoration: none;
  color: #01B1E2;
}
.more:hover .inner, .more:focus .inner, .more:active .inner {
  color: #01B1E2;
  border-bottom-color: #01B1E2;
}
.bg-gray > .more .inner, .bg-gray > .content-teaser-content > .more .inner {
  border-bottom-color: #c7d5e5;
}
.bg-gray > .more:hover .inner, .bg-gray > .more:focus .inner, .bg-gray > .more:active .inner, .bg-gray > .content-teaser-content > .more:hover .inner, .bg-gray > .content-teaser-content > .more:focus .inner, .bg-gray > .content-teaser-content > .more:active .inner {
  border-bottom-color: #01B1E2;
}
.device-desktop .more:hover:before, .device-desktop .more:focus:before, .device-desktop .more:active:before {
  margin-right: 0.9375rem;
}
img {
  max-width: 100%;
  height: auto;
}
ul:not(.fa-ul):not(.list-inline) {
  padding-left: 1.5625rem;
}
ul:not(.fa-ul):not(.list-inline) li {
  list-style-image: url(../img/photonics-list-Item.png);
  padding-left: 0.625rem;
  margin-bottom: 0.3125em;
}
ul:not(.fa-ul):not(.list-inline).list-unstyled {
  padding-left: 0;
}
ul:not(.fa-ul):not(.list-inline).list-unstyled li {
  list-style-image: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul:not(.fa-ul):not(.list-inline).list-icon {
  list-style: none;
  padding-left: 0;
}
ul:not(.fa-ul):not(.list-inline).list-icon li {
  list-style: none;
  padding-left: 0;
}
ul:not(.fa-ul):not(.list-inline).list-icon .fa {
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  text-align: center;
}
ul:not(.fa-ul):not(.list-inline).list-icon a .inner {
  text-decoration: underline;
  font-weight: 700;
}
ul:not(.fa-ul):not(.list-inline).list-iconbar {
  list-style: none;
  padding-left: 0;
}
ul:not(.fa-ul):not(.list-inline).list-iconbar li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  padding-left: 0;
}
ul:not(.fa-ul):not(.list-inline).list-iconbar a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
ul:not(.fa-ul):not(.list-inline).list-iconbar a:hover, ul:not(.fa-ul):not(.list-inline).list-iconbar a:focus, ul:not(.fa-ul):not(.list-inline).list-iconbar a:active {
  background: #01B1E2;
}
ul:not(.fa-ul):not(.list-inline).list-iconbar a:hover .fa, ul:not(.fa-ul):not(.list-inline).list-iconbar a:focus .fa, ul:not(.fa-ul):not(.list-inline).list-iconbar a:active .fa {
  color: #FFFFFF;
}
ul.fa-ul {
  margin-left: 2.5rem;
}
ul.fa-ul .fa-li {
  left: -2.5rem;
}
dl {
  display: block;
  width: 100%;
}
dl:before, dl:after {
  content: " ";
  display: table;
}
dl:after {
  clear: both;
}
dl dt, dl dd {
  float: left;
  display: block;
  line-height: 1.5em;
}
dl dt {
  width: 35%;
}
dl dd {
  width: 65%;
}
.media {
  margin-top: 0;
}
.ajax-container {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.ajax-container.ajax-loading {
  opacity: 0;
}
[id*="load-more"].ajax-complete {
  display: none;
}
/*
@mixin keyframes($name, $arguments) {
	@-webkit-keyframes $name { $arguments; }
	@-moz-keyframes $name { $arguments; }
	@keyframes $name { $arguments; }
}*/
/*
.keyframes( togglealertrepeat; {
	0%{left: 0;} 
	25%{left:5px;} 
	50%{left: 0;} 
	75%{left: -5px} 
	100% {left: 0;}
});
*/
@keyframes togglealertrepeat {
  0% {
    left: 0;
  }
  25% {
    left: 5px;
  }
  50% {
    left: 0;
  }
  75% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}
.toggle-alert {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.toggle-alert.show {
  opacity: 1;
}
.toggle-alert.repeat {
  position: relative;
  left: 0;
  -webkit-animation: togglealertrepeat 0.1s linear 3;
  -moz-animation: togglealertrepeat 0.1s linear 3;
  animation: togglealertrepeat 0.1s linear 3;
}
.form-alert {
  background-image: url(/cms/img/bg-form-alert.png);
  background-size: 6.125rem auto;
  background-repeat: no-repeat;
  margin: 1.875rem 0;
}
.form-alert.alert-icon-top {
  padding-top: 9.875rem;
  padding-left: 1.875rem;
  background-position: center 1.875rem;
}
@media screen and (max-width: (768px - 1)) {
  .form-alert {
    padding-top: 9.875rem;
    background-position: center 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .form-alert {
    background-position: 1.875rem center;
    padding-left: 9.875rem;
  }
}
.form-group-container {
  margin-bottom: -2.5em;
}
.js-select-container {
  position: relative;
}
.js-select-container .js-select {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  opacity: 0;
  background: transparent;
  cursor: pointer;
}
.js-select-container .js-select-trigger {
  background: #FFFFFF;
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.js-select-container .js-select-trigger:after {
  content: "";
  color: #01B1E2;
  font-family: "FontAwesome";
  font-size: 1rem;
  line-height: 1.2em;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .js-select-container .js-select-trigger:after {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .js-select-container .js-select-trigger:after {
    font-size: 1.25rem;
  }
}
.js-select-container:hover .js-select-trigger {
  border-color: #01B1E2;
}
.js-select-container.focus .js-select-trigger {
  box-shadow: 0 0 8px rgba(1, 177, 226, 0.5);
}
.form-group {
  margin-bottom: 1.875em;
}
.form-group .form-item {
  margin-bottom: 1.25em;
}
.custom-select {
  position: relative;
}
.custom-select select {
  appearance: none;
}
.custom-select::after {
  content: "";
  color: #01B1E2;
  font-family: "FontAwesome";
  font-size: 1rem;
  line-height: 1.2em;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .custom-select::after {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .custom-select::after {
    font-size: 1.25rem;
  }
}
.form-control {
  padding: 0.6875rem 1.25rem 0.5625rem 1.25rem;
  box-shadow: none;
  font-size: inherit;
  min-height: 3.25rem;
}
.form-control:hover {
  border-color: #01B1E2;
}
.form-control:focus {
  box-shadow: 0 0 8px rgba(1, 177, 226, 0.5);
}
.form-control::placeholder {
  font-style: italic;
}
.form-control:-moz-placeholder {
  font-style: italic;
}
.form-control::-moz-placeholder {
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  font-style: italic;
}
.form-control::-webkit-input-placeholder {
  font-style: italic;
}
.form-control-h {
  display: none;
}
.form-control, .btn {
  border-radius: 0;
  margin: 0;
  border: 0;
  height: auto;
  line-height: 1.5em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid transparent;
}
.label-inside {
  position: relative;
  margin-top: 0.9375rem;
}
.label-inside .form-control-label {
  position: absolute;
  top: 0.75em;
  left: 1.25em;
  padding: 0.1875em 0;
  font-weight: 400;
  line-height: 1;
  color: #A5ADB6;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: text;
}
.label-inside .form-control-label .form-control-label-focus {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.label-inside .form-control:focus + .form-control-label, .label-inside .form-control-label.focused, .label-inside .form-control-label.js-select-label {
  top: -1.5625rem;
  left: 0;
  cursor: default;
  font-size: 0.875rem;
  color: inherit;
}
@media screen and (min-width: 992px) {
  .label-inside .form-control:focus + .form-control-label, .label-inside .form-control-label.focused, .label-inside .form-control-label.js-select-label {
    font-size: 0.85em;
  }
}
.label-inside .form-control:focus + .form-control-label .form-control-label-focus, .label-inside .form-control-label.focused .form-control-label-focus, .label-inside .form-control-label.js-select-label .form-control-label-focus {
  opacity: 1;
}
.label-inside .form-control-label.js-select-label {
  left: 15px;
}
input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + label, input[type=checkbox] + input[type=hidden] + label, input[type=radio] + label, input[type=radio] + input[type=hidden] + label {
  display: block;
  padding-left: 3.125rem;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
input[type=checkbox] + label p, input[type=checkbox] + input[type=hidden] + label p, input[type=radio] + label p, input[type=radio] + input[type=hidden] + label p {
  line-height: 1.5;
}
input[type=checkbox] + label:before, input[type=checkbox] + input[type=hidden] + label:before, input[type=radio] + label:before, input[type=radio] + input[type=hidden] + label:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 50%;
  margin-top: -0.75rem;
  background: #FFFFFF;
  font-family: "FontAwesome";
  text-align: center;
  line-height: 1.5rem;
  color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input[type=checkbox] + label:hover:before, input[type=checkbox] + input[type=hidden] + label:hover:before, input[type=radio] + label:hover:before, input[type=radio] + input[type=hidden] + label:hover:before {
  border-color: #01B1E2;
}
input[type=checkbox] + input[type=hidden] + label, input[type=radio] + input[type=hidden] + label {
  left: 0;
}
input[type=checkbox]:checked + label:before, input[type=checkbox]:checked + input[type=hidden] + label:before, input[type=radio]:checked + label:before, input[type=radio]:checked + input[type=hidden] + label:before {
  color: #A5ADB6;
}
input[type=checkbox].invalid + label:before, input[type=radio].invalid + label:before {
  border: 1px solid #EF2424;
}
input[type=checkbox].checkbox-top + label:before, input[type=checkbox].checkbox-top + input[type=hidden] + label:before, input[type=radio].checkbox-top + label:before, input[type=radio].checkbox-top + input[type=hidden] + label:before {
  top: 0;
  margin-top: 0;
}
input[type=radio] + label:before {
  border-radius: 50%;
  background-clip: padding-box;
}
.bg-contrast .form-control, .bg-contrast .js-select-container .js-select-trigger, .bg-contrast input[type=checkbox] + label:before, .bg-contrast input[type=checkbox] + input[type=hidden] + label:before {
  background: #F0F4F8;
}
.form-control-icon {
  display: block;
  position: absolute;
  right: 0.9375rem;
  top: 1rem;
  font-size: 0.8125rem;
  color: #A5ADB6;
}
.label-inside .form-control.invalid + .form-control-label, .label-inside .form-control.invalid + .form-control-label + .form-control-icon {
  color: #EF2424;
}
.form-privacy-footer {
  border-top: 1px solid #EAEFF5;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-bottom: 1px solid #EAEFF5;
  margin-bottom: 3.125rem;
  padding-bottom: 1.875rem;
}
.form-privacy-footer ul {
  margin-bottom: 0;
}
.form-privacy-footer ul li {
  margin-bottom: 0.625rem;
}
.form-privacy-footer ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: (768px - 1)) {
  .input-group {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: (768px - 1)) {
  .input-group .form-control {
    float: none;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: (768px - 1)) {
  .input-group .input-group-addon, .input-group .input-group-btn {
    float: none;
    display: block;
    margin-top: 10px;
  }
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceExternalToolbar, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceListBox .mceText, .form-group .form-item .o2k7Skin.o2k7SkinSilver div.mceMenu, .form-group .form-item .o2k7Skin.o2k7SkinSilver table.mceLayout, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceMenuItemTitle a, .form-group .form-item .o2k7Skin.o2k7SkinSilver table.mceLayout tr.mceFirst td, .form-group .form-item .o2k7Skin.o2k7SkinSilver table.mceLayout tr.mceLast td, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceIframeContainer, .form-group .form-item .o2k7Skin.o2k7SkinSilver td.mceToolbar, .form-group .form-item .o2k7Skin.o2k7SkinSilver td.mceStatusbar {
  background: #F0F4F8;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton {
  background: #FFFFFF;
  border: 1px solid transparent;
  padding: 5px;
  width: auto;
  height: 33px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton:hover, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton:focus, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton:active, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton.mceButtonActive, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton.mceButtonSelected, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton:hover, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton:focus, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton:active, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton.mceButtonActive, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton.mceButtonSelected {
  border: 1px solid #A5ADB6;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton table, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton tr, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton td, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton table.mceLayout tr.mceFirst td, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton table.mceLayout tr.mceLast td, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton a.mceAction, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton a.mceOpen, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton table, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton tr, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton td, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton table.mceLayout tr.mceFirst td, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton table.mceLayout tr.mceLast td, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton a.mceAction, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton a.mceOpen {
  background: transparent !important;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton a.mceOpen:after, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton a.mceOpen:after {
  font-family: "FontAwesome";
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceButton.mceButtonDisabled, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButton.mceButtonDisabled {
  background: #F0F4F8;
  border: 1px solid transparent;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSplitButtonSelected {
  background: transparent !important;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceToolbar .mceToolbarStart, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceToolbar .mceToolbarEnd span {
  display: none;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceToolbar .mceToolbarEnd {
  border: none;
  background: transparent;
  width: 10px;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceSeparator {
  background: transparent;
  width: 5px;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver td.mceToolbar {
  padding: 1.25rem;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceStatusbar {
  margin: -5px 1.25rem 1.25rem 1.25rem;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceStatusbar:before, .form-group .form-item .o2k7Skin.o2k7SkinSilver .mceStatusbar:after {
  content: " ";
  display: table;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceStatusbar:after {
  clear: both;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceStatusbar div {
  float: left;
  width: 50%;
  padding: 0;
}
.form-group .form-item .o2k7Skin.o2k7SkinSilver .mceStatusbar div:last-child {
  text-align: right;
}
.form-group .form-item .o2k7Skin table.mceLayout {
  border-left: 0;
  border-right: 0;
}
.form-group .form-item .o2k7Skin table.mceLayout tr.mceFirst td, .form-group .form-item .o2k7Skin table.mceLayout tr.mceLast td {
  border-top: 0;
  border-bottom: 0;
}
.form-group .form-item .o2k7Skin table.mceLayout tr.mceLast td {
  border: 2px solid #EAEFF5;
}
.progress {
  background-color: transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #01B1E2;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    margin: 10vh auto;
  }
}
.modal-lg {
  max-width: 1024px;
}
@media screen and (min-width: 768px) {
  .modal-lg {
    width: 80vw;
  }
}
.modal-content {
  border-radius: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.75);
}
.modal-content h1, .modal-content .h1 {
  margin-top: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.modal-close {
  display: block;
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
}
.modal-close .cross-line {
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 1px;
  top: 50%;
  left: -5px;
}
.modal-close .cross-line-a {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close .cross-line-b {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mb-0 {
  margin-bottom: 0;
}
.label-inside .form-control-label.perma-focus {
  top: -1.5625rem;
  left: 0;
  cursor: default;
  font-size: 0.875rem;
  color: inherit;
}
.multiselect-wrapper {
  position: relative;
}
.multiselect-wrapper .multiselect-list {
  position: absolute;
  overflow-y: scroll;
  height: 0;
  max-height: 300px;
  width: 100%;
  background: #F0F4F8;
  border: 1px solid #a6a6a600;
}
.multiselect-wrapper .multiselect-list.visible {
  height: auto;
  border: 1px solid #a6a6a6;
  z-index: 1000;
}
.multiselect-wrapper .multiselect-default {
  cursor: pointer;
}
.multiselect-wrapper .multiselect-item {
  display: block;
  cursor: pointer;
  padding: 0px 10px;
}
.multiselect-wrapper .multiselect-item:first-child {
  padding-top: 5px;
}
.multiselect-wrapper .multiselect-item:last-child {
  padding-bottom: 5px;
}
.multiselect-wrapper .multiselect-checkbox {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
.multiselect-wrapper::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.multiselect-wrapper.no-icon::after {
  content: "";
}
.img-circle.is-bluesky:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(0%) hue-rotate(262deg) brightness(100%) contrast(100%);
}
/* e-nitio mediasign – Project Style Document */
body:not(.ctl-index) .nav-main li:first-child.active > a {
  color: #040001;
  font-weight: inherit;
}
body {
  padding-top: 77px;
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    padding-top: 170px;
  }
}
@media screen and (min-width: 1500px) {
  body {
    padding-top: 178px;
  }
}
.ctl-user-logged-in {
  padding-top: 120px;
}
@media screen and (min-width: 992px) {
  .ctl-user-logged-in {
    padding-top: 187px;
  }
}
@media screen and (min-width: 1200px) {
  .ctl-user-logged-in {
    padding-top: 218px;
  }
}
@media screen and (min-width: 1500px) {
  .ctl-user-logged-in {
    padding-top: 228px;
  }
}
header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header .logo-container {
  padding-top: 1.25rem;
}
header .logo-container .logo {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  header .logo-container {
    padding-top: 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  header .logo-container {
    padding-bottom: 1.25rem;
  }
  header .logo-container .logo img {
    max-height: 40px;
  }
}
nav .nav-main {
  text-align: center;
}
nav .nav-main li {
  display: inline-block;
}
.member-nav-container {
  position: relative;
  z-index: 999;
}
.member-nav-container a {
  display: block;
  color: #FFFFFF;
  background: transparent;
  line-height: 3.125rem;
  padding: 0 1.25rem;
}
.member-nav-container a:hover, .member-nav-container a:focus, .member-nav-container a:active, .member-nav-container a.active {
  background: rgba(4, 0, 1, 0.1);
}
.member-nav-container a.active {
  font-weight: 700;
}
.member-nav-container a.member-index {
  margin-left: -1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-nav-container a.member-index.active {
  margin-left: 0;
}
.member-nav-container ul {
  margin: 0;
}
.member-nav-container ul li {
  display: inline-block;
  margin-right: -3px;
  position: relative;
}
.member-nav-container ul li:last-child a {
  margin-right: -1.25rem;
}
.member-nav-container ul li:last-child a.active {
  margin-right: 0;
}
.member-nav-container ul li:hover .member-nav-sub, .member-nav-container ul li:focus .member-nav-sub {
  height: auto;
  opacity: 1;
}
.member-nav-container ul.member-nav-sub {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  min-width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: 0 10px 20px rgba(4, 0, 1, 0.2);
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.member-nav-container ul.member-nav-sub li {
  display: block;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid rgba(47, 80, 154, 0.1);
  white-space: nowrap;
  background: #FFFFFF;
}
.member-nav-container ul.member-nav-sub li a {
  line-height: 2.5rem;
}
.member-nav-container ul.member-nav-sub li a:hover, .member-nav-container ul.member-nav-sub li a:focus, .member-nav-container ul.member-nav-sub li a:active, .member-nav-container ul.member-nav-sub li a.active {
  background: rgba(47, 80, 154, 0.1);
}
.member-nav-container ul.member-nav-sub li:last-child {
  border-bottom: 0;
}
.member-nav-container ul.member-nav-sub li:last-child a {
  margin-right: 0;
}
.nav-open {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  header nav {
    margin-top: 0.9375rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  header nav {
    margin-top: 1.5625rem;
  }
}
.nav-main {
  margin-bottom: 0;
  position: relative;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .nav-main {
    width: auto;
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .nav-main > li {
    position: relative;
    margin-bottom: 0;
    padding: 0 0 0.9375rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 1200px) {
  .nav-main > li {
    padding: 0 0 1.5625rem;
  }
}
@media screen and (min-width: 992px) {
  .nav-main > li > a {
    padding: 0.3125rem 0.9375rem;
    border-radius: 20px;
    background-clip: padding-box;
  }
  .nav-main > li:hover > a {
    background: #F0F4F8;
  }
}
@media screen and (min-width: 992px) {
  .nav-main li > a {
    display: block;
    font-size: 1em;
    color: #040001;
  }
}
@media screen and (min-width: 1200px) {
  .nav-main li > a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) and screen and (min-width: 768px) {
  .nav-main li > a {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1200px) and screen and (min-width: 992px) {
  .nav-main li > a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .nav-main li.active > a {
    font-weight: 700;
    color: #EF2424;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .mega-menu {
    top: 0;
    height: 0;
    position: fixed;
    left: 0;
    text-align: left;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-bottom: 1.875rem;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries:hover .mega-menu {
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 135px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-main .has-entries:hover .mega-menu {
    top: 166px;
  }
}
@media screen and (min-width: 1500px) {
  .nav-main .has-entries:hover .mega-menu {
    top: 173px;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .nav-row:before, .nav-main .has-entries .nav-row:after {
    content: " ";
    display: table;
  }
  .nav-main .has-entries .nav-row:after {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .nav-flex-container {
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries [class*="nav-col"] {
    float: left;
    position: relative;
  }
  .nav-main .has-entries [class*="nav-col"] li {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .nav-col-3 {
    width: 235px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-main .has-entries .nav-col-3 {
    width: 285px;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .nav-col-6 {
    width: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-main .has-entries .nav-col-6 {
    width: 570px;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .nav-col-9 {
    width: 705px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-main .has-entries .nav-col-9 {
    width: 855px;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries [class*="level"] {
    padding-left: 0;
  }
  .nav-main .has-entries [class*="level"] li {
    padding-left: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .nav-main .has-entries [class*="level"] li:hover {
    background: #e3eaf2;
  }
  .nav-main .has-entries [class*="level"] li > a {
    display: block;
    padding: 0.625rem 1.875rem;
    line-height: 1em;
  }
  .nav-main .has-entries [class*="level"] li > a .small {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav-main .has-entries [class*="level"] li > .nav-preview {
    position: absolute;
    opacity: 0;
    display: none;
    z-index: -100;
    left: 100%;
    top: 0;
    min-height: 100%;
  }
  .nav-main .has-entries [class*="level"] li > [class*="level"] {
    opacity: 0;
    z-index: -100;
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .level-2 {
    z-index: 2;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .level-2 > .nav-preview {
    left: 50%;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .level-2 > .has-entries > .nav-preview {
    left: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-main .has-entries .level-2 > .has-entries > .nav-preview {
    left: 570px;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .level-3 {
    position: absolute;
    display: block;
    top: 0;
    z-index: 1;
    min-height: 100%;
    border-left: 2px solid #e3eaf2;
    margin-right: -2px;
    left: 235px;
    width: 237px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-main .has-entries .level-3 {
    left: 285px;
    width: 287px;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .level-3 > .nav-preview {
    left: 50%;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .level-3 > .has-entries > .nav-preview {
    left: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-main .has-entries .level-3 > .has-entries > .nav-preview {
    left: 570px;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .level-4 {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    min-height: 100%;
    border-left: 2px solid #e3eaf2;
    left: 235px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-main .has-entries .level-4 {
    left: 285px;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .default-teaser-headline {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries .default-teaser-infos + .default-teaser-content .default-teaser-headline {
    margin-top: 0.3846153846em;
  }
}
@media screen and (min-width: 992px) {
  .nav-main .has-entries img + .default-teaser-content .default-teaser-headline, .nav-main .has-entries .default-teaser-img + .default-teaser-content .default-teaser-headline {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .ctl-user-logged-in .nav-main .has-entries:hover .mega-menu {
    top: 181px;
  }
}
@media screen and (min-width: 1200px) {
  .ctl-user-logged-in .nav-main .has-entries:hover .mega-menu {
    top: 212px;
  }
}
@media screen and (min-width: 1500px) {
  .ctl-user-logged-in .nav-main .has-entries:hover .mega-menu {
    top: 223px;
  }
}
@media screen and (max-width: 991px) {
  .nav-preview {
    display: none !important;
  }
  .toggle-mobile-nav {
    display: block;
    width: 30px;
    height: 73px;
    text-align: center;
    position: relative;
    float: right;
  }
  .toggle-mobile-nav .nav-dot {
    position: absolute;
    display: block;
    background: #040001;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-clip: padding-box;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .toggle-mobile-nav .nav-dot:nth-child(1) {
    margin-left: -10px;
  }
  .toggle-mobile-nav .nav-dot:nth-child(3) {
    margin-left: 10px;
  }
  header nav {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw;
    right: -100%;
    -webkit-transition: right 0.3s linear;
    -moz-transition: right 0.3s linear;
    -ms-transition: right 0.3s linear;
    -o-transition: right 0.3s linear;
    transition: right 0.3s linear;
    height: calc(100vh - 73px);
    -webkit-overflow-scrolling: touch;
  }
  header nav .nav-main {
    background: #FFFFFF;
    padding-left: 0;
    padding-bottom: 7.5rem;
    text-align: left;
    width: 50vw;
    left: 50vw;
    position: relative;
  }
  header nav .nav-main .fa, header nav .nav-main br, header nav .nav-main .small {
    display: none;
  }
  header nav .nav-main .container, header nav .nav-main ul {
    padding: 0;
  }
  header nav .nav-main li {
    padding: 0;
    display: block;
  }
  header nav .nav-main li > a {
    display: block;
    padding: 0.3125rem 0rem;
    color: #040001;
  }
  header nav .nav-main li.active > a {
    font-weight: 700;
    color: #EF2424;
  }
  header nav .nav-main > li > a {
    background: #F0F4F8;
    padding: 0.625rem 1.875rem;
    margin-bottom: 0.625rem;
  }
  header nav .nav-main .bg-gray {
    background: transparent;
  }
  header nav .nav-main ul {
    padding-left: 1.875rem;
  }
  header nav .nav-main ul ul {
    margin-bottom: 0.625rem;
  }
  .nav-open nav {
    right: 0;
  }
}
@media screen and (max-width: (768px - 1)) {
  header nav .nav-main {
    width: 90vw;
    left: 10vw;
  }
}
.nav-backdrop {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(4, 0, 1, 0.8);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.nav-backdrop.in {
  opacity: 1;
}
.sticky-sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
@media screen and (min-width: 992px) and (min-height: 600px) {
  .sticky-sidebar {
    top: 135px;
    bottom: auto;
    left: auto;
  }
}
@media screen and (min-width: 1200px) and (min-height: 600px) {
  .sticky-sidebar {
    top: 166px;
  }
}
@media screen and (min-width: 1500px) and (min-height: 600px) {
  .sticky-sidebar {
    top: 173px;
  }
}
.sticky-sidebar ul {
  width: 100%;
  margin-right: -1px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) and (min-height: 600px) {
  .sticky-sidebar ul {
    width: auto;
    margin-right: 0;
    margin-bottom: -1px;
  }
}
.sticky-sidebar ul li {
  list-style-image: none;
  padding: 0 1px 0 0;
  display: table-cell;
  width: 1%;
}
@media screen and (min-width: 992px) and (min-height: 600px) {
  .sticky-sidebar ul li {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 0 1px 0;
  }
}
.sticky-sidebar a {
  display: block;
  color: #e6e6e6;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .sticky-sidebar a {
    font-size: 0.85em;
  }
}
.sticky-sidebar a:hover, .sticky-sidebar a:focus, .sticky-sidebar a:active {
  background: rgba(255, 255, 255, 0);
  color: #FFFFFF;
}
@media screen and (min-width: 992px) and (min-height: 600px) {
  .sticky-sidebar a {
    padding: 1.25rem 0.5rem;
  }
}
@media screen and (min-width: 1500px) and (min-height: 600px) {
  .sticky-sidebar a {
    padding: 1.25rem;
  }
}
.sticky-sidebar a .fa {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .sticky-sidebar a .fa {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 992px) {
  .sticky-sidebar a .fa {
    font-size: 1.25rem;
  }
}
.sticky-sidebar a .btn-text {
  display: inline-block;
  margin-left: 15px;
}
@media screen and (min-width: 992px) and (min-height: 600px) {
  .sticky-sidebar a .btn-text {
    display: block;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (min-height: 600px) {
  .sticky-sidebar:hover a {
    padding: 1.25rem;
  }
}
@media screen and (min-width: 1500px) and (min-height: 600px) {
  .sticky-sidebar:hover a {
    padding: 1.25rem 1.875rem;
  }
}
@media screen and (min-width: 992px) and (min-height: 600px) {
  .ctl-user-logged-in .sticky-sidebar {
    top: 181px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 600px) {
  .ctl-user-logged-in .sticky-sidebar {
    top: 212px;
  }
}
@media screen and (min-width: 1500px) and (min-height: 600px) {
  .ctl-user-logged-in .sticky-sidebar {
    top: 223px;
  }
}
.top-img-slider .stage-height {
  height: calc(100vh - 120px);
  min-height: 410px;
}
@media screen and (min-width: 992px) {
  .top-img-slider .stage-height {
    height: 500px !important;
  }
}
.top-img-slider .index-main-slider {
  height: 100%;
}
.top-img-slider .index-main-slider.owl-carousel {
  z-index: 0;
}
.top-img-slider .index-main-slider .owl-stage-outer, .top-img-slider .index-main-slider .owl-stage, .top-img-slider .index-main-slider .owl-item {
  height: 100%;
}
.top-img-slider .index-main-slider .slide-item {
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 992px) {
  .top-img-slider .index-main-slider .slide-item:hover .img-shadow {
    background-position: 0% 100%;
  }
}
.top-img-slider .index-main-slider .slide-item .copyright {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
@media screen and (min-width: 992px) {
  .top-img-slider .index-main-slider .slide-item .copyright {
    top: 0;
    bottom: auto;
  }
}
.top-img-slider .index-main-slider .slide-content-container {
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-img-slider .index-main-slider .slide-item.active .slide-content-container {
  opacity: 1;
  bottom: 0;
}
.top-img-slider .index-main-slider .slide-content .slide-date {
  margin: 0;
}
.top-img-slider .index-main-slider .slide-content .slide-headline {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
  margin: 10px 0 15px 0;
}
.top-img-slider .index-main-slider-controls {
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media screen and (min-width: 992px) {
  .top-img-slider .index-main-slider-controls {
    top: 0;
    right: 15px;
    bottom: auto;
  }
}
.top-img-slider .index-main-slider-controls .index-main-slider-nav {
  float: left;
  border: 1px solid #FFFFFF;
  margin-right: -1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .top-img-slider .index-main-slider-controls .index-main-slider-nav {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .top-img-slider .index-main-slider-controls .index-main-slider-nav {
    font-size: 1.125rem;
  }
}
.top-img-slider .index-main-slider-controls .index-main-slider-nav:hover, .top-img-slider .index-main-slider-controls .index-main-slider-nav:focus {
  background: #F0F4F8;
  color: #040001;
}
.top-img-slider .index-workshops {
  display: none;
}
@media screen and (min-width: 992px) {
  .top-img-slider .index-workshops {
    display: flex;
  }
}
.top-img-slider .index-workshops .index-workshops-inner {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.top-img-slider .index-workshops .index-workshops-inner .index-workshops-headline {
  line-height: 1em;
}
.top-img-slider .index-workshops .index-workshops-container {
  flex-grow: 3;
  overflow-y: scroll;
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}
.top-img {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .top-img.top-img-small {
    height: 150px;
  }
}
@media screen and (min-width: 992px) {
  .top-img.top-img-small {
    height: 200px;
  }
}
@media screen and (min-width: 1500px) {
  .top-img.top-img-small {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .top-img.top-img-medium {
    height: 45vh;
    min-height: 410px;
  }
}
@media screen and (min-width: 768px) {
  .top-img.top-img-medium {
    height: 58vh;
    min-height: 410px;
  }
}
@media screen and (min-width: 768px) {
  .top-img.top-img-small .top-img-headline, .top-img.top-img-medium .top-img-headline {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
.top-img.top-img-big {
  height: 90vh;
  height: calc(100vh - 120px);
}
@media screen and (min-width: 768px) {
  .top-img.top-img-big {
    height: 70vh;
  }
}
@media screen and (min-width: 992px) {
  .top-img.top-img-big {
    height: 80vh;
  }
}
@media screen and (min-width: 1500px) {
  .top-img.top-img-big {
    height: 70vh;
  }
}
.top-img > .container, .top-img > .container > .row, .top-img > .container > .row > .top-img-content {
  height: 100%;
}
.top-img.top-img-big > .container > .row > .top-img-content {
  height: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.top-img .img-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.75) 50%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.75) 50%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.75) 50%);
  background-size: 100% 200%;
  background-position: 0% 0%;
  -webkit-transition: background-position 0.3s linear;
  -moz-transition: background-position 0.3s linear;
  -ms-transition: background-position 0.3s linear;
  -o-transition: background-position 0.3s linear;
  transition: background-position 0.3s linear;
}
.top-img.top-img-big .img-shadow {
  background: rgba(0, 0, 0, 0.6);
}
.top-img .top-img-content {
  position: relative;
}
.top-img .top-img-headline {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}
.top-img .top-img-headline .pre-headline {
  display: block;
  margin-bottom: 0.625em;
}
.top-img .top-img-headline h1 {
  line-height: 1em;
  margin: 0;
}
.copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.copyright:hover {
  background: rgba(0, 0, 0, 0.8);
}
.copyright .copyright-inner {
  display: block;
  color: #FFFFFF;
}
.ctl-member-workgroup .top-img {
  border-bottom: 5px solid;
}
.ctl-member-workgroup.ctl-wg-1 .top-img {
  border-color: #969490;
}
.ctl-member-workgroup.ctl-wg-2 .top-img {
  border-color: #47acc7;
}
.ctl-member-workgroup.ctl-wg-3 .top-img {
  border-color: #fe4016;
}
.ctl-member-workgroup.ctl-wg-4 .top-img {
  border-color: #fe8112;
}
.ctl-member-workgroup.ctl-wg-5 .top-img {
  border-color: #545152;
}
.ctl-member-workgroup.ctl-wg-6 .top-img {
  border-color: #315da8;
}
.ctl-member-workgroup.ctl-wg-7 .top-img {
  border-color: #0b0548;
}
.content-item.bg-img {
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .content-item.bg-img {
    background-size: 50% auto;
    background-position: top right;
  }
}
@media screen and (min-width: 992px) {
  .content-item.bg-img {
    background-size: auto;
    background-position: top right;
  }
}
.content-item .content-headline {
  margin-bottom: 2.5rem;
}
.content-item .content-teaser {
  margin-bottom: 2.5rem;
}
.content-item.bg-img .content-headline {
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .content-item.bg-img .content-headline {
    margin-top: 0;
  }
}
.content-teaser-container {
  margin-bottom: -1.875rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.content-teaser-container.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.content-teaser-item {
  position: relative;
  max-width: 360px;
  margin: 0 auto 1.875rem auto;
  border: 1px solid rgba(1, 177, 226, 0);
  transition: border 0.3s ease-in-out;
}
.content-teaser-item:hover, .content-teaser-item:focus-visible {
  border: 1px solid #01B1E2;
}
.content-teaser-item.bg-contrast .content-teaser-img:after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 25%, #FFFFFF 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 25%, #FFFFFF 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, #FFFFFF 100%);
}
.content-teaser-item.bg-contrast .content-teaser-content {
  text-shadow: 0px 0px 5px #FFFFFF;
}
.content-teaser-item.bg-gray .content-teaser-img:after {
  background: -moz-linear-gradient(top, rgba(240, 244, 248, 0) 25%, #F0F4F8 85%);
  background: -webkit-linear-gradient(top, rgba(240, 244, 248, 0) 25%, #F0F4F8 85%);
  background: linear-gradient(to bottom, rgba(240, 244, 248, 0) 25%, #F0F4F8 85%);
}
.content-teaser-item.bg-gray .content-teaser-content {
  text-shadow: 0px 0px 5px #F0F4F8;
}
.content-teaser-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-teaser-content {
  width: 100%;
}
.content-teaser-content p {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*
.content-teaser-item {
	&:hover, &:focus, &:active {
		@media screen and (min-width: 992px) {
			.content-teaser-content {
				p {
					margin-bottom: 1.8em;
				}
			}
		}
	}
}*/
.wg-teaser-container {
  margin-bottom: -0.625rem;
}
@media screen and (min-width: 768px) {
  .wg-teaser-container {
    margin-bottom: -1.875rem;
  }
}
.wg-teaser-item {
  display: block;
  text-decoration: none;
  margin: 0 auto 0.625rem auto;
}
@media screen and (min-width: 768px) {
  .wg-teaser-item {
    margin: 0 auto 1.875rem auto;
  }
}
.wg-teaser-item:hover, .wg-teaser-item:focus, .wg-teaser-item:active {
  color: #FFFFFF;
  text-decoration: none;
}
.wg-teaser-item.wg-1:hover, .wg-teaser-item.wg-1:focus, .wg-teaser-item.wg-1:active {
  background: #969490;
}
.wg-teaser-item.wg-1:hover .wg-teaser-border, .wg-teaser-item.wg-1:focus .wg-teaser-border, .wg-teaser-item.wg-1:active .wg-teaser-border {
  background: #969490;
}
.wg-teaser-item.wg-2:hover, .wg-teaser-item.wg-2:focus, .wg-teaser-item.wg-2:active {
  background: #47acc7;
}
.wg-teaser-item.wg-2:hover .wg-teaser-border, .wg-teaser-item.wg-2:focus .wg-teaser-border, .wg-teaser-item.wg-2:active .wg-teaser-border {
  background: #47acc7;
}
.wg-teaser-item.wg-3:hover, .wg-teaser-item.wg-3:focus, .wg-teaser-item.wg-3:active {
  background: #fe4016;
}
.wg-teaser-item.wg-3:hover .wg-teaser-border, .wg-teaser-item.wg-3:focus .wg-teaser-border, .wg-teaser-item.wg-3:active .wg-teaser-border {
  background: #fe4016;
}
.wg-teaser-item.wg-4:hover, .wg-teaser-item.wg-4:focus, .wg-teaser-item.wg-4:active {
  background: #fe8112;
}
.wg-teaser-item.wg-4:hover .wg-teaser-border, .wg-teaser-item.wg-4:focus .wg-teaser-border, .wg-teaser-item.wg-4:active .wg-teaser-border {
  background: #fe8112;
}
.wg-teaser-item.wg-5:hover, .wg-teaser-item.wg-5:focus, .wg-teaser-item.wg-5:active {
  background: #545152;
}
.wg-teaser-item.wg-5:hover .wg-teaser-border, .wg-teaser-item.wg-5:focus .wg-teaser-border, .wg-teaser-item.wg-5:active .wg-teaser-border {
  background: #545152;
}
.wg-teaser-item.wg-6:hover, .wg-teaser-item.wg-6:focus, .wg-teaser-item.wg-6:active {
  background: #315da8;
}
.wg-teaser-item.wg-6:hover .wg-teaser-border, .wg-teaser-item.wg-6:focus .wg-teaser-border, .wg-teaser-item.wg-6:active .wg-teaser-border {
  background: #315da8;
}
.wg-teaser-item.wg-7:hover, .wg-teaser-item.wg-7:focus, .wg-teaser-item.wg-7:active {
  background: #0b0548;
}
.wg-teaser-item.wg-7:hover .wg-teaser-border, .wg-teaser-item.wg-7:focus .wg-teaser-border, .wg-teaser-item.wg-7:active .wg-teaser-border {
  background: #0b0548;
}
.wg-teaser-item .wg-teaser-headline {
  margin-top: 0;
}
.wg-teaser-item .wg-teaser-desc {
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .wg-teaser-item .wg-teaser-desc {
    font-size: 0.85em;
  }
}
.wg-teaser-item .wg-teaser-border {
  height: 5px;
}
.filter .fiter-headline {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .filter .fiter-headline {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 992px) {
  .filter .fiter-headline {
    font-size: 1.25rem;
  }
}
.filter-right {
  margin-top: -1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .filter-right {
    margin-top: -0.7857142857rem;
    margin-bottom: 0;
  }
}
.filter-right .fiter-headline {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .filter-right .fiter-headline {
    font-size: 0.85em;
  }
}
.content-item.bg-img .filter-right {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  background-clip: padding-box;
}
.filter-list, .content-item.bg-contrast .filter-list, .content-item.bg-gray .filter-list {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: -7px;
}
@media screen and (min-width: 992px) {
  .filter-list, .content-item.bg-contrast .filter-list, .content-item.bg-gray .filter-list {
    font-size: 0.85em;
  }
}
.filter-list li, .content-item.bg-contrast .filter-list li, .content-item.bg-gray .filter-list li {
  padding: 0 4px 0 0;
}
.filter-list li a, .content-item.bg-contrast .filter-list li a, .content-item.bg-gray .filter-list li a {
  color: #040001;
  padding: 0.4375rem 0.9375rem;
  border-radius: 15px;
  background-clip: padding-box;
  display: block;
  line-height: 1em;
  margin-bottom: 7px;
}
.filter-list li a:hover, .filter-list li a:focus, .filter-list li a:active, .content-item.bg-contrast .filter-list li a:hover, .content-item.bg-contrast .filter-list li a:focus, .content-item.bg-contrast .filter-list li a:active, .content-item.bg-gray .filter-list li a:hover, .content-item.bg-gray .filter-list li a:focus, .content-item.bg-gray .filter-list li a:active {
  text-decoration: none;
  color: #EF2424;
}
.filter-list li a.wg-1, .content-item.bg-contrast .filter-list li a.wg-1, .content-item.bg-gray .filter-list li a.wg-1 {
  color: #969490;
}
.filter-list li a.wg-1:hover, .filter-list li a.wg-1:focus, .filter-list li a.wg-1:active, .content-item.bg-contrast .filter-list li a.wg-1:hover, .content-item.bg-contrast .filter-list li a.wg-1:focus, .content-item.bg-contrast .filter-list li a.wg-1:active, .content-item.bg-gray .filter-list li a.wg-1:hover, .content-item.bg-gray .filter-list li a.wg-1:focus, .content-item.bg-gray .filter-list li a.wg-1:active {
  background: #969490;
  color: #FFFFFF;
}
.filter-list li a.wg-2, .content-item.bg-contrast .filter-list li a.wg-2, .content-item.bg-gray .filter-list li a.wg-2 {
  color: #47acc7;
}
.filter-list li a.wg-2:hover, .filter-list li a.wg-2:focus, .filter-list li a.wg-2:active, .content-item.bg-contrast .filter-list li a.wg-2:hover, .content-item.bg-contrast .filter-list li a.wg-2:focus, .content-item.bg-contrast .filter-list li a.wg-2:active, .content-item.bg-gray .filter-list li a.wg-2:hover, .content-item.bg-gray .filter-list li a.wg-2:focus, .content-item.bg-gray .filter-list li a.wg-2:active {
  background: #47acc7;
  color: #FFFFFF;
}
.filter-list li a.wg-3, .content-item.bg-contrast .filter-list li a.wg-3, .content-item.bg-gray .filter-list li a.wg-3 {
  color: #fe4016;
}
.filter-list li a.wg-3:hover, .filter-list li a.wg-3:focus, .filter-list li a.wg-3:active, .content-item.bg-contrast .filter-list li a.wg-3:hover, .content-item.bg-contrast .filter-list li a.wg-3:focus, .content-item.bg-contrast .filter-list li a.wg-3:active, .content-item.bg-gray .filter-list li a.wg-3:hover, .content-item.bg-gray .filter-list li a.wg-3:focus, .content-item.bg-gray .filter-list li a.wg-3:active {
  background: #fe4016;
  color: #FFFFFF;
}
.filter-list li a.wg-4, .content-item.bg-contrast .filter-list li a.wg-4, .content-item.bg-gray .filter-list li a.wg-4 {
  color: #fe8112;
}
.filter-list li a.wg-4:hover, .filter-list li a.wg-4:focus, .filter-list li a.wg-4:active, .content-item.bg-contrast .filter-list li a.wg-4:hover, .content-item.bg-contrast .filter-list li a.wg-4:focus, .content-item.bg-contrast .filter-list li a.wg-4:active, .content-item.bg-gray .filter-list li a.wg-4:hover, .content-item.bg-gray .filter-list li a.wg-4:focus, .content-item.bg-gray .filter-list li a.wg-4:active {
  background: #fe8112;
  color: #FFFFFF;
}
.filter-list li a.wg-5, .content-item.bg-contrast .filter-list li a.wg-5, .content-item.bg-gray .filter-list li a.wg-5 {
  color: #545152;
}
.filter-list li a.wg-5:hover, .filter-list li a.wg-5:focus, .filter-list li a.wg-5:active, .content-item.bg-contrast .filter-list li a.wg-5:hover, .content-item.bg-contrast .filter-list li a.wg-5:focus, .content-item.bg-contrast .filter-list li a.wg-5:active, .content-item.bg-gray .filter-list li a.wg-5:hover, .content-item.bg-gray .filter-list li a.wg-5:focus, .content-item.bg-gray .filter-list li a.wg-5:active {
  background: #545152;
  color: #FFFFFF;
}
.filter-list li a.wg-6, .content-item.bg-contrast .filter-list li a.wg-6, .content-item.bg-gray .filter-list li a.wg-6 {
  color: #315da8;
}
.filter-list li a.wg-6:hover, .filter-list li a.wg-6:focus, .filter-list li a.wg-6:active, .content-item.bg-contrast .filter-list li a.wg-6:hover, .content-item.bg-contrast .filter-list li a.wg-6:focus, .content-item.bg-contrast .filter-list li a.wg-6:active, .content-item.bg-gray .filter-list li a.wg-6:hover, .content-item.bg-gray .filter-list li a.wg-6:focus, .content-item.bg-gray .filter-list li a.wg-6:active {
  background: #315da8;
  color: #FFFFFF;
}
.filter-list li a.wg-7, .content-item.bg-contrast .filter-list li a.wg-7, .content-item.bg-gray .filter-list li a.wg-7 {
  color: #0b0548;
}
.filter-list li a.wg-7:hover, .filter-list li a.wg-7:focus, .filter-list li a.wg-7:active, .content-item.bg-contrast .filter-list li a.wg-7:hover, .content-item.bg-contrast .filter-list li a.wg-7:focus, .content-item.bg-contrast .filter-list li a.wg-7:active, .content-item.bg-gray .filter-list li a.wg-7:hover, .content-item.bg-gray .filter-list li a.wg-7:focus, .content-item.bg-gray .filter-list li a.wg-7:active {
  background: #0b0548;
  color: #FFFFFF;
}
.filter-list li.active a, .content-item.bg-contrast .filter-list li.active a, .content-item.bg-gray .filter-list li.active a {
  background: #EF2424;
  color: #FFFFFF;
}
.filter-list li.active a.wg-1, .content-item.bg-contrast .filter-list li.active a.wg-1, .content-item.bg-gray .filter-list li.active a.wg-1 {
  background: #969490;
}
.filter-list li.active a.wg-2, .content-item.bg-contrast .filter-list li.active a.wg-2, .content-item.bg-gray .filter-list li.active a.wg-2 {
  background: #47acc7;
}
.filter-list li.active a.wg-3, .content-item.bg-contrast .filter-list li.active a.wg-3, .content-item.bg-gray .filter-list li.active a.wg-3 {
  background: #fe4016;
}
.filter-list li.active a.wg-4, .content-item.bg-contrast .filter-list li.active a.wg-4, .content-item.bg-gray .filter-list li.active a.wg-4 {
  background: #fe8112;
}
.filter-list li.active a.wg-5, .content-item.bg-contrast .filter-list li.active a.wg-5, .content-item.bg-gray .filter-list li.active a.wg-5 {
  background: #545152;
}
.filter-list li.active a.wg-6, .content-item.bg-contrast .filter-list li.active a.wg-6, .content-item.bg-gray .filter-list li.active a.wg-6 {
  background: #315da8;
}
.filter-list li.active a.wg-7, .content-item.bg-contrast .filter-list li.active a.wg-7, .content-item.bg-gray .filter-list li.active a.wg-7 {
  background: #0b0548;
}
.content-item.bg-contrast .filter-list a {
  background: #F0F4F8;
}
.content-item.bg-gray .filter-list a, .content-item.bg-secondary .filter-list a, .content-item.bg-tertiary .filter-list a {
  background: #FFFFFF;
}
.tab-content {
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -ms-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.default-teaser-container {
  margin-bottom: -1.875rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.default-teaser-container.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.default-teaser-container .default-teaser-item {
  margin-bottom: 1.875rem;
}
.default-teaser-container .default-teaser-inner {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .default-teaser-container .default-teaser-inner:hover .default-teaser-content, .default-teaser-container .default-teaser-inner:focus .default-teaser-content, .default-teaser-container .default-teaser-inner:active .default-teaser-content {
    padding-top: 1.25rem;
    padding-bottom: 5.3125rem;
  }
  .default-teaser-container .default-teaser-inner:hover .default-teaser-content.no-more, .default-teaser-container .default-teaser-inner:focus .default-teaser-content.no-more, .default-teaser-container .default-teaser-inner:active .default-teaser-content.no-more {
    padding-bottom: 2.5rem;
  }
}
.default-teaser-container .default-teaser-img {
  height: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #EAEFF5;
}
@media screen and (min-width: 992px) {
  .default-teaser-container .default-teaser-img {
    height: 155px;
  }
}
.default-teaser-container .default-teaser-img.img-contain {
  background-size: contain;
}
.default-teaser-container .default-teaser-img.bg-contrast {
  border: 1px solid #EAEFF5;
}
.default-teaser-container .default-teaser-content {
  padding-bottom: 4.6875rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.default-teaser-container .default-teaser-content a {
  border-bottom: 1px solid;
}
.default-teaser-container .default-teaser-content a:hover, .default-teaser-container .default-teaser-content a:focus, .default-teaser-container .default-teaser-content a:active {
  border-bottom-color: transparent;
}
.default-teaser-container .default-teaser-content.no-more {
  padding-bottom: 1.875rem;
}
.default-teaser-container .default-teaser-headline {
  margin: 0.3846153846em 0;
  word-wrap: break-word;
}
.default-teaser-container .default-teaser-desc {
  margin-bottom: 0;
}
.default-teaser-container .more {
  position: absolute;
  left: 1.875rem;
  bottom: 1.5625rem;
}
.default-teaser-container .more.is-left {
  left: 1.875rem !important;
}
.default-teaser-container .highlight-news .default-teaser-inner {
  border: 2px solid #01B1E2;
}
.default-teaser-container .highlight-news .default-teaser-headline {
  color: #01B1E2;
}
.default-teaser-container .default-teaser-item.img-left .default-teaser-inner:before, .default-teaser-container .default-teaser-item.img-left .default-teaser-inner:after {
  content: " ";
  display: table;
}
.default-teaser-container .default-teaser-item.img-left .default-teaser-inner:after {
  clear: both;
}
.default-teaser-container .default-teaser-item.img-left .default-teaser-inner .default-teaser-img {
  position: relative;
  float: left;
  width: 33.3333333333%;
  height: 100%;
  border-bottom: 0;
  border-right: 1px solid #EAEFF5;
}
.default-teaser-container .default-teaser-item.img-left .default-teaser-inner .default-teaser-img.bg-contrast {
  border-bottom: 1px solid #EAEFF5;
}
.default-teaser-container .default-teaser-item.img-left .default-teaser-inner .default-teaser-content {
  float: left;
  width: 66.6666666667%;
}
.default-teaser-container .default-teaser-item.img-left .default-teaser-inner .more {
  left: calc((100 / 12) * 4 *1% + (30 / 16) * 1rem);
}
.index-workshops-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.index-workshops-container .index-workshop-item {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #EAEFF5;
}
@media screen and (min-width: 768px) {
  .index-workshops-container .index-workshop-item {
    padding-bottom: 0;
    margin-bottom: 1.5625rem;
    border-bottom: 0;
  }
}
.index-workshops-container > div:last-child .index-workshop-item {
  border-bottom: 0;
}
.index-workshops-container .index-workshop-link {
  display: block;
  color: #040001;
  text-decoration: none;
}
.index-workshops-container .index-workshop-link .ws-date, .index-workshops-container .index-workshop-link .ws-location {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index-workshops-container .index-workshop-link .ws-headline {
  display: block;
  margin-top: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .index-workshops-container .index-workshop-link .ws-headline {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 992px) {
  .index-workshops-container .index-workshop-link .ws-headline {
    font-size: 1.25rem;
  }
}
.index-workshops-container .index-workshop-link:hover .ws-date, .index-workshops-container .index-workshop-link:hover .ws-location, .index-workshops-container .index-workshop-link:focus .ws-date, .index-workshops-container .index-workshop-link:focus .ws-location, .index-workshops-container .index-workshop-link:active .ws-date, .index-workshops-container .index-workshop-link:active .ws-location {
  color: #040001;
}
.index-workshops-container .index-workshop-link:hover .ws-headline, .index-workshops-container .index-workshop-link:focus .ws-headline, .index-workshops-container .index-workshop-link:active .ws-headline {
  text-decoration: underline;
}
.index-workshops-container .media-left {
  overflow: hidden;
  padding-right: 1.875rem;
}
.index-workshops-container .media-left .img-circle {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  border: 1px solid #EAEFF5;
}
@media screen and (min-width: 768px) {
  .index-workshops-container .media-body {
    padding-top: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .content-item .index-workshops-container {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .content-item .index-workshops-container {
    margin-top: 0;
  }
}
.twitter-stream {
  position: relative;
  height: 800px;
  border: 2px solid #e1e8ed;
  padding-top: 1.25rem;
  padding-bottom: 0.9375rem;
}
.twitter-stream .bird {
  position: absolute;
  top: -30px;
  left: 10px;
}
.twitter-stream.twitter-stream-small {
  height: 255px;
  margin-top: 3.125rem;
}
.eye-catcher .eye-catcher-img {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 35% auto;
}
@media screen and (min-width: 768px) {
  .eye-catcher .eye-catcher-img {
    background-position: right center;
    background-size: 45% auto;
  }
}
@media screen and (min-width: 992px) {
  .eye-catcher .eye-catcher-img {
    background-size: auto;
  }
}
@media screen and (max-width: (768px - 1)) {
  .eye-catcher {
    font-size: 1.2em;
  }
}
.eye-catcher .btn {
  margin-top: 0.625rem;
}
@media screen and (max-width: (768px - 1)) {
  .eye-catcher .btn {
    margin-top: 1.25rem;
  }
}
aside .eye-catcher .eye-catcher-img {
  padding-top: 3.125rem;
  background-position: right top;
  background-size: 45% auto;
}
.modal .eye-catcher .eye-catcher-img {
  background-position: right top;
}
.modal .eye-catcher .eye-catcher-img.eye-catcher-success {
  background-position: right center;
}
@media screen and (max-width: (768px - 1)) {
  .stream {
    padding-top: 3.125rem;
  }
}
.align-items-center {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.content-iframe {
  position: relative;
  border: 5px solid #FFFFFF;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
}
.content-main .content-short:first-letter, .content-main .content-short::first-letter, .content-main .content-short .first-letter:first-letter, .content-main .content-short .first-letter::first-letter {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1rem;
}
@media screen and (min-width: 768px) {
  .content-main .content-short:first-letter, .content-main .content-short::first-letter, .content-main .content-short .first-letter:first-letter, .content-main .content-short .first-letter::first-letter {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .content-main .content-short:first-letter, .content-main .content-short::first-letter, .content-main .content-short .first-letter:first-letter, .content-main .content-short .first-letter::first-letter {
    font-size: 2.625rem;
  }
}
.content-main .content-short p:last-of-type {
  margin-bottom: 0;
}
.content-main .content-short.no-description + .content-bottom {
  margin-top: 2.5rem;
}
.content-main .content-short.no-description p:first-of-type {
  margin-top: 0.9em;
}
.content-main .content-long h2 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .content-main .content-long h2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .content-main .content-long h2 {
    font-size: 1.25rem;
  }
}
.content-main .content-long h3 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .content-main .content-long h3 {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 992px) {
  .content-main .content-long h3 {
    font-size: 1.25rem;
  }
}
.content-main .content-long h4 {
  font-size: 1em;
}
.content-main .content-long h5 {
  font-size: 1em;
}
.content-main .content-long h6 {
  font-size: 1em;
}
.content-main .content-long h2, .content-main .content-long h3, .content-main .content-long h4, .content-main .content-long h5, .content-main .content-long h6 {
  line-height: 1.1;
  font-weight: 700;
  text-transform: none;
  display: block;
  margin-top: 1.3em;
  margin-bottom: 0.6em;
}
.content-main .content-long.content-first h2:first-of-type, .content-main .content-long.content-first .h2:first-of-type {
  margin-top: 0;
}
.content-main .content-long.content-last p:last-child {
  margin-bottom: 0;
}
.content-main [class*="sp-"] + [class*="sp-"] {
  padding-top: 0;
}
.content-main a {
  border-bottom: 1px solid #01B1E2;
}
.content-main a:hover, .content-main a:focus, .content-main a:active {
  border-bottom-color: transparent;
}
.content-main a.btn, .content-main a[class*="bg-"] {
  border-bottom: none;
}
.content-main a.btn-outline {
  border-bottom: 1px solid;
}
.content-main .content-bottom .btn {
  margin-right: 10px;
}
.content-main .content-img {
  position: relative;
  border: 5px solid #FFFFFF;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
}
.content-main .content-img img {
  width: 100%;
}
@media screen and (max-width: (768px - 1)) {
  .content-main .img-right .content-img-container, .content-main .img-left .content-img-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .content-main .img-right .content-img-container {
    padding-right: 0;
  }
  .content-main .img-left .content-img-container {
    padding-left: 0;
  }
}
.img-teaser-container {
  margin-bottom: -1.875rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.img-teaser-item {
  margin-bottom: 1.875rem;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .img-teaser-item {
    max-width: none;
  }
}
.img-teaser-inner {
  height: 100%;
}
.img-teaser-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 75%;
}
@media screen and (min-width: 768px) {
  .img-teaser-img {
    padding-top: 100%;
  }
}
.location-container {
  position: relative;
}
.location-container .map-container {
  width: 100%;
  height: 250px;
  margin-top: 6.25rem;
  margin-bottom: -6.25rem;
}
@media screen and (min-width: 992px) {
  .location-container .map-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.calendar-container thead td {
  padding-bottom: 0.625em;
}
.calendar-container tbody td {
  padding-bottom: 0.3125em;
}
.calendar-container tbody a {
  display: block;
}
.calendar-container tbody .date-inner {
  display: block;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 auto;
  padding: 0.3125em 0;
  border-radius: 50%;
  background-clip: padding-box;
}
.calendar-container.calendar-index {
  margin-top: 9.375rem;
}
.event-date-big .event-year, .event-date-big .event-days, .event-date-big .event-month {
  display: block;
  margin: 0;
  line-height: 1em;
}
.event-date-big .event-year {
  font-size: 1.75rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .event-date-big .event-year {
    font-size: 1.8125rem;
  }
}
@media screen and (min-width: 992px) {
  .event-date-big .event-year {
    font-size: 1.875rem;
  }
}
.event-date-big .event-days {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .event-date-big .event-days {
    font-size: 3.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .event-date-big .event-days {
    font-size: 3.125rem;
  }
}
.event-date-big .event-month {
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .event-date-big .event-month {
    font-size: 1.8125rem;
  }
}
@media screen and (min-width: 992px) {
  .event-date-big .event-month {
    font-size: 1.875rem;
  }
}
.event-introduction-container .event-date-big {
  margin-bottom: 1.875rem;
}
.event-introduction-container .event-date-big .event-year, .event-introduction-container .event-date-big .event-days, .event-introduction-container .event-date-big .event-month {
  line-height: 0.9em;
}
.event-introduction-container .event-date-big .event-days {
  font-size: 5.8125rem;
}
@media screen and (min-width: 768px) {
  .event-introduction-container .event-date-big .event-days {
    font-size: 5.875rem;
  }
}
@media screen and (min-width: 992px) {
  .event-introduction-container .event-date-big .event-days {
    font-size: 5.9375rem;
  }
}
.event-introduction-container .event-date-big .event-month {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .event-introduction-container .event-date-big .event-month {
    font-size: 3.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .event-introduction-container .event-date-big .event-month {
    font-size: 3.125rem;
  }
}
.event-today-container {
  margin-bottom: -1.875rem;
}
.event-today-container .event-today-item {
  margin-bottom: 1.875rem;
}
.event-today-container .event-today-headline {
  margin-top: 0.3846153846em;
  margin-bottom: 0.3846153846em;
}
.event-stream-item + .event-stream-item {
  padding-top: 6.25rem;
}
.event-img-small {
  border: 1px solid #EAEFF5;
  border-bottom: 0;
  padding: 10px;
}
.event-img-small img {
  max-height: 100px;
}
@media screen and (min-width: 768px) and (max-width: ($vp-md - 1)) {
  .event-img-small {
    float: right;
    border: 0;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .event-img-small img {
    max-height: none;
  }
}
.weEditTable {
  width: 100%;
}
.weEditTable tr:first-child {
  display: none;
}
@media screen and (min-width: 992px) {
  .document-search-teaser-container .document-search-teaser-headline {
    margin-bottom: 0;
    line-height: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .document-search-teaser-container .document-search-teaser-headline {
    line-height: 3rem;
  }
}
.gallery-stream-container {
  margin-bottom: -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
}
.gallery-stream-container .gallery-item {
  margin-bottom: 10px;
  z-index: 0;
  position: relative;
}
.gallery-stream-container .gallery-item a {
  display: block;
}
.gallery-stream-container .gallery-item a img {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.device-desktop .gallery-item:hover, .device-desktop .gallery-item:focus, .device-desktop .gallery-item:active {
  z-index: 10;
}
.device-desktop .gallery-item a:hover img, .device-desktop .gallery-item a:focus img, .device-desktop .gallery-item a:active img {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.075);
  -moz-transform: scale(1.075);
  -o-transform: scale(1.075);
  -ms-transform: scale(1.075);
  transform: scale(1.075);
}
.blueimp-gallery > .indicator > li {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-clip: padding-box;
  background-size: auto;
  position: relative;
}
.blueimp-gallery > .indicator > li:after {
  left: 50%;
}
.blueimp-gallery > .indicator > li:hover:after, .blueimp-gallery > .indicator > li:focus:after, .blueimp-gallery > .indicator > li:active:after {
  background-size: cover;
}
.member-only {
  background-image: url(//download/events/2018/photonics/PhotonicsPPPAnnualMeeting2018/Agenda_Workshop_Photonics_ResearchEducationTraining_C1.pdf);
  background-size: 6.125rem auto;
  background-repeat: no-repeat;
}
.member-only.alert-icon-top {
  padding-top: 9.875rem;
  padding-left: 1.875rem;
  background-position: center 1.875rem;
}
@media screen and (max-width: (768px - 1)) {
  .member-only {
    padding-top: 9.875rem;
    background-position: center 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .member-only {
    background-position: 1.875rem center;
    padding-left: 9.875rem;
  }
}
.collapse-container {
  margin-bottom: -10px;
}
.collapse-item {
  margin-bottom: 10px;
}
.collapse-item .btn:hover .collapse-btn-inner:before, .collapse-item .btn:focus .collapse-btn-inner:before, .collapse-item .btn:active .collapse-btn-inner:before {
  width: 2.125rem;
}
.collapse-item .btn.collapsed .collapse-btn-inner:after {
  height: 2.5rem;
  opacity: 1;
}
.collapse-item .btn.collapsed:hover .collapse-btn-inner:after, .collapse-item .btn.collapsed:focus .collapse-btn-inner:after, .collapse-item .btn.collapsed:active .collapse-btn-inner:after {
  height: 2.875rem;
}
.collapse-item .btn.collapsed:hover .collapse-btn-inner:before, .collapse-item .btn.collapsed:focus .collapse-btn-inner:before, .collapse-item .btn.collapsed:active .collapse-btn-inner:before {
  width: 2.875rem;
}
.collapse-btn-inner {
  text-align: left;
  white-space: normal;
  padding-right: 3.125rem;
  position: relative;
}
.collapse-btn-inner:before, .collapse-btn-inner:after {
  content: "";
  display: block;
  background: #01B1E2;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.collapse-btn-inner:before {
  width: 2.5rem;
  height: 2px;
}
.collapse-btn-inner:after {
  height: 0;
  opacity: 0;
  width: 2px;
}
aside {
  margin-top: 4.375rem;
}
@media screen and (min-width: 992px) {
  aside {
    margin-top: 0;
  }
}
aside ul {
  margin-bottom: 1.875rem;
}
footer {
  margin-top: 6.25rem;
}
footer .footer-border {
  display: block;
  width: 100%;
  height: 5px;
  background: #01B1E2;
  background: -moz-linear-gradient(left, #e62332 0%, #129839 50%, #2f509a 100%);
  background: -webkit-linear-gradient(left, #e62332 0%, #129839 50%, #2f509a 100%);
  background: linear-gradient(to right, #e62332 0%, #129839 50%, #2f509a 100%);
}
footer [class*="sp-"] + [class*="sp-"] {
  padding-top: 0;
}
@media screen and (max-width: (768px - 1)) {
  footer .totop-container {
    position: absolute;
    top: -2px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
footer .totop-link {
  text-decoration: none;
}
footer .totop-link .totop-text {
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
  margin-right: 1.25rem;
  line-height: 45px;
}
footer .totop-link .totop-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #01B1E2;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  font-size: 20px;
  background: transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer .totop-link .totop-btn i {
  padding-left: 1px;
}
@media screen and (max-width: (768px - 1)) {
  footer .totop-link .totop-btn {
    background: #FFFFFF;
  }
}
@media screen and (min-width: 992px) {
  footer .totop-link:hover .totop-btn, footer .totop-link:focus .totop-btn, footer .totop-link:active .totop-btn {
    background: #01B1E2;
    color: #FFFFFF;
  }
}
.footer-highlights-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.footer-highlights-item {
  margin-bottom: 0.625rem;
}
.footer-highlights-item .img-circle {
  width: 5.3125rem;
  height: 5.3125rem;
  overflow: hidden;
  border: 1px solid #EAEFF5;
  background: #FFFFFF;
  position: relative;
}
.footer-highlights-item .img-circle img {
  position: relative;
  height: 100%;
  max-width: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.footer-highlights-item .footer-highlights-date {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-highlights-item .footer-highlights-headline {
  color: #040001;
}
.footer-highlights-item:hover a, .footer-highlights-item:focus a, .footer-highlights-item:active a {
  text-decoration: none;
}
.footer-highlights-item:hover .footer-highlights-date, .footer-highlights-item:focus .footer-highlights-date, .footer-highlights-item:active .footer-highlights-date {
  color: #040001;
}
.footer-highlights-item:hover .footer-highlights-headline, .footer-highlights-item:focus .footer-highlights-headline, .footer-highlights-item:active .footer-highlights-headline {
  text-decoration: underline;
}
.footer-meta {
  line-height: 3.125rem;
  border-top: 1px solid #FFFFFF;
}
@media screen and (max-height: 599px) and (max-width: 991px) {
  .footer-meta .footer-copyright {
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 5rem;
  }
}
.footer-meta-nav {
  font-weight: 700;
}
.footer-meta-nav li + li {
  margin-left: 0.9375rem;
}
.footer-meta-nav a {
  text-decoration: underline;
}
#loginform .form-group {
  margin-top: 1.875rem;
  margin-bottom: 1.375rem;
}
#loginform .form-group .form-control {
  border: none;
}
.authfooter {
  margin-top: 1.875rem;
}
.authfooter a {
  border-bottom: 1px solid;
  opacity: 1;
}
.authfooter a:hover, .authfooter a:focus, .authfooter a:active {
  color: inherit;
  border-color: transparent;
}
@media screen and (min-width: 768px) {
  .authfooter {
    float: right;
  }
}
@media screen and (min-width: 992px) {
  .authfooter {
    float: none;
  }
}
@media screen and (min-width: 1200px) {
  .authfooter {
    float: right;
  }
}
.member-avatar {
  background-color: #FFFFFF;
  border: 1px solid #EAEFF5;
  border-radius: 0.625em;
  background-clip: padding-box;
  overflow: hidden;
}
.member-avatar img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.member-avatar.member-avatar-xl {
  width: 12.5rem;
  height: 12.5rem;
  border-width: 2px;
}
.member-avatar.member-avatar-md {
  width: 9.375rem;
  height: 9.375rem;
}
.member-avatar.member-avatar-sm {
  width: 4.375rem;
  height: 4.375rem;
}
.member-avatar.member-avatar-xs {
  width: 3.125rem;
  height: 3.125rem;
}
.member-avatar.pull-left {
  margin-right: 1.25rem;
}
.bg-gray > .member-avatar {
  border-color: #FFFFFF;
}
.top-img .member-avatar {
  box-shadow: 0 0 1.25rem rgba(4, 0, 1, 0.5);
  font-size: 1.5625rem;
}
.headline-button {
  margin-top: -0.3125rem;
}
.topic-container, .hottopic-container {
  margin-bottom: -0.625rem;
}
.topic-container .topic-item, .topic-container .hottipic-item, .hottopic-container .topic-item, .hottopic-container .hottipic-item {
  margin-bottom: 0.625rem;
}
.topic-container .topic-item .topic-header:before, .topic-container .topic-item .topic-header:after, .topic-container .hottipic-item .topic-header:before, .topic-container .hottipic-item .topic-header:after, .hottopic-container .topic-item .topic-header:before, .hottopic-container .topic-item .topic-header:after, .hottopic-container .hottipic-item .topic-header:before, .hottopic-container .hottipic-item .topic-header:after {
  content: " ";
  display: table;
}
.topic-container .topic-item .topic-header:after, .topic-container .hottipic-item .topic-header:after, .hottopic-container .topic-item .topic-header:after, .hottopic-container .hottipic-item .topic-header:after {
  clear: both;
}
.topic-container .topic-item .topic-meta, .topic-container .topic-item .topic-title, .topic-container .hottipic-item .topic-meta, .topic-container .hottipic-item .topic-title, .hottopic-container .topic-item .topic-meta, .hottopic-container .topic-item .topic-title, .hottopic-container .hottipic-item .topic-meta, .hottopic-container .hottipic-item .topic-title {
  line-height: 1.1em;
}
.topic-container .topic-item .topic-meta, .topic-container .hottipic-item .topic-meta, .hottopic-container .topic-item .topic-meta, .hottopic-container .hottipic-item .topic-meta {
  display: block;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .topic-container .topic-item .topic-meta, .topic-container .hottipic-item .topic-meta, .hottopic-container .topic-item .topic-meta, .hottopic-container .hottipic-item .topic-meta {
    margin-top: 0.25rem;
    margin-bottom: 0.4375rem;
  }
}
.topic-container .topic-item .topic-meta .topic-meta-item, .topic-container .hottipic-item .topic-meta .topic-meta-item, .hottopic-container .topic-item .topic-meta .topic-meta-item, .hottopic-container .hottipic-item .topic-meta .topic-meta-item {
  display: inline-block;
  padding-right: 0.9375em;
}
.topic-container .topic-item .topic-title, .topic-container .hottipic-item .topic-title, .hottopic-container .topic-item .topic-title, .hottopic-container .hottipic-item .topic-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .topic-container .topic-item .topic-title, .topic-container .hottipic-item .topic-title, .hottopic-container .topic-item .topic-title, .hottopic-container .hottipic-item .topic-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.topic-container .topic-item .icon-right .fa, .topic-container .hottipic-item .icon-right .fa, .hottopic-container .topic-item .icon-right .fa, .hottopic-container .hottipic-item .icon-right .fa {
  font-size: 2.5rem;
}
.topic-container .topic-item .topic-description, .topic-container .topic-item .topic-footer, .topic-container .hottipic-item .topic-description, .topic-container .hottipic-item .topic-footer, .hottopic-container .topic-item .topic-description, .hottopic-container .topic-item .topic-footer, .hottopic-container .hottipic-item .topic-description, .hottopic-container .hottipic-item .topic-footer {
  border-top: 1px solid #EAEFF5;
}
.topic-container .topic-item.bg-gray .topic-description, .topic-container .topic-item.bg-gray .topic-footer, .topic-container .hottipic-item.bg-gray .topic-description, .topic-container .hottipic-item.bg-gray .topic-footer, .hottopic-container .topic-item.bg-gray .topic-description, .hottopic-container .topic-item.bg-gray .topic-footer, .hottopic-container .hottipic-item.bg-gray .topic-description, .hottopic-container .hottipic-item.bg-gray .topic-footer {
  border-top: 1px solid #FFFFFF;
}
.hottopic-container .hottopic-item .topic-title {
  white-space: normal;
  text-overflow: unset;
  overflow: unset;
}
.hottopic-container .hottopic-item .topic-description {
  position: relative;
  padding-bottom: 4.375rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hottopic-container .hottopic-item .topic-description .more {
  position: absolute;
  bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .hottopic-container .hottopic-item:hover .topic-description, .hottopic-container .hottopic-item:focus .topic-description, .hottopic-container .hottopic-item:active .topic-description {
    padding-top: 0.9375rem;
    padding-bottom: 4.6875rem;
  }
}
.member-container {
  margin-bottom: -0.625rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.member-container.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.member-container .member-item {
  margin-bottom: 0.625rem;
  line-height: 1.1em;
  height: calc(100% - (10 / 16 * 1rem));
}
.member-container .member-item.icon-right .fa {
  font-size: 1.25rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.member-container .member-item .customer-detail.company, .member-container .member-item .customer-detail.workgroups, .member-container .member-item .customer-detail.focus-area, .member-container .member-item .customer-detail.integration-level {
  margin-bottom: 6px;
}
.member-container .member-item .customer-detail.workgroups, .member-container .member-item .customer-detail.focus-area, .member-container .member-item .customer-detail.integration-level {
  font-size: 0.875rem;
}
.member-container .member-item .customer-affiliation {
  margin-top: 0.3125em;
}
@media screen and (min-width: 992px) {
  .member-container .member-item .customer-affiliation {
    font-size: 0.85em;
  }
}
.change-workgroup-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.wg-label {
  position: relative;
  display: block;
  margin-bottom: 0;
  height: calc(100% - ((30 / 16) * 1rem) - 5px) ";
}
.wg-label .wg-teaser-item, .wg-label .wg-teaser-content {
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.wg-label.disabled {
  cursor: no-drop !important;
}
.wg-label.disabled .wg-teaser-item:hover, .wg-label.disabled .wg-teaser-item:focus, .wg-label.disabled .wg-teaser-item:active {
  background-color: white;
  color: inherit;
}
.wg-label.wg-label-modal::before {
  background: white !important;
}
.latest-information-section:not(:last-child) {
  padding-bottom: 3rem;
}
.latest-information-section .default-teaser-body .default-teaser-headline {
  color: #040001;
}
.project-slider-container {
  width: 80%;
  margin: 0 auto;
}
.project-slider-btn {
  margin-top: 2rem;
}
.project-slider .project-slider-item {
  border: 1px solid #A5ADB6;
  display: block;
  color: #040001;
  transition: all 0.3s ease-in-out;
}
.project-slider .project-slider-item:hover {
  border-color: #01B1E2;
}
.project-slider .project-slider-item:hover .project-slider-content {
  color: #01B1E2;
}
.project-slider .project-slider-image img {
  object-fit: contain;
  object-position: center;
  height: 125px;
}
.project-slider .project-slider-content {
  transition: all 0.3s ease-in-out;
}
.project-slider .project-slider-content > :last-child {
  margin-bottom: 0;
}
.project-slider .project-slider-content.bp-small {
  padding-top: 0;
}
.project-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -3rem;
  font-size: 2.5rem;
  transform: translate(0, -50%);
}
.project-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -3rem;
  font-size: 2rem;
  transform: translate(0, -50%);
}
.cookieconsent-optout-marketing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cookieconsent-optout-marketing .cookie-container, .cookieconsent-optout-marketing .cookie-row {
  height: 100%;
}
.cookieconsent-optout-marketing .info-icon .fa {
  font-size: 5rem;
}
.wg-icon {
  padding-right: 5rem;
  display: flex;
  flex-flow: column nowrap;
}
.wg-icon .wg-icon-svg {
  display: block;
  height: 3rem;
  width: 3rem;
  position: absolute;
  top: 1.25rem;
  right: 2rem;
}
.wg-icon.wg-icon-1 .wg-icon-path {
  fill: #969490;
}
.wg-icon.wg-icon-2 .wg-icon-path {
  fill: #47acc7;
}
.wg-icon.wg-icon-3 .wg-icon-path {
  fill: #fe4016;
}
.wg-icon.wg-icon-4 .wg-icon-path {
  fill: #fe8112;
}
.wg-icon.wg-icon-5 .wg-icon-path {
  fill: #545152;
}
.wg-icon.wg-icon-6 .wg-icon-path {
  fill: #315da8;
}
.wg-circle-container .wg-circle-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}
.wg-circle-container .wg-circle-links {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.wg-circle-container .wg-circle-links svg {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.wg-circle-container .wg-circle-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .wg-circle-container .wg-circle-content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.filter-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.filter-row .filter-item {
  display: flex;
  flex-flow: column nowrap;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 992px) {
  .filter-row .filter-item {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.filter-row .filter-item .btn {
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  padding: 0.625rem 1.75rem;
}
.filter-row .filter-item a.btn {
  margin-left: 0.5rem;
}
.filter-row .filter-item.form-submit-btn {
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: space-between;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.linkedin-wall-bg-white .flockler-wall_v2-item__wrapper {
  background-color: #F0F4F8;
}
.flockler-embed-content .flockler-wall_v2-items a.flockler-btn-load-more {
  background: #01B1E2 !important;
  border-radius: 0 !important;
  color: white !important;
  font-size: inherit !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}
.flockler-embed-content .flockler-wall_v2-items a.flockler-btn-load-more:hover {
  background: #0189af !important;
}
.linkedin-wall-container {
  position: relative;
  min-height: 500px;
}
.flockler-wall_v2-item:before {
  content: none !important;
}
.flockler-wall_v2-item:after {
  content: none !important;
}
.flockler-wall_v2-item .flockler-wall_v2-item__wrapper {
  border-radius: 0 !important;
  border: 1px solid rgba(1, 177, 226, 0);
  transition: border 0.3s ease-in-out;
}
.flockler-wall_v2-item .flockler-wall_v2-item__wrapper p:first-child {
  color: #040001;
  transition: color 0.3s ease-in-out;
}
.flockler-wall_v2-item .flockler-wall_v2-item__wrapper:hover {
  border-color: #01B1E2;
}
.flockler-wall_v2-item .flockler-wall_v2-item__wrapper:hover .flockler-wall_v2-item__text__content p:first-child {
  color: #01B1E2;
}
@media (min-width: 992px) {
  .flockler-wall_v2-items .flockler-wall_v2-item {
    width: 25% !important;
  }
}
.interactive-graphic .btn {
  padding: 10px !important;
}
.interactive-graphic button:focus {
  outline: none;
}
.interactive-graphic button:active {
  outline: none;
}
.program-horizon {
  padding: 50px;
  background-color: #FFFFFF;
}
.program-horizon h3 {
  margin-top: 0;
}
.program-horizon .program-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85rem;
  gap: 10px;
}
.program-horizon .program-container .pc-wg-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .program-horizon .program-container .pc-wg-container {
    flex: 1 1 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .program-horizon .program-container .pc-wg-container {
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .program-horizon .program-container .pc-wg-container {
    flex: 1 1 calc(13.285% - 10px);
    max-width: unset;
  }
}
.program-horizon .program-container .toggleButton {
  font-size: 0.85rem;
}
.pc-wg-button {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pc-wg-button:not(:last-child) {
  margin-bottom: 15px;
}
.pc-wg-button:has(+ .innovation-level-fe) {
  margin-bottom: 10px !important;
}
.pc-wg-link {
  padding: 10px 0;
}
.wg-default {
  color: #01B1E2;
  width: 100px;
}
.wg-default .pc-wg-link {
  color: #01B1E2;
  background-color: #F0F4F8;
  padding: 10px;
}
.wg-completed {
  color: #01B1E2;
  width: 100px;
}
.wg-completed .pc-wg-link {
  color: #01B1E2;
  background-color: #e1e1e1;
  padding: 10px;
}
.completed a {
  background-color: #e1e1e1 !important;
}
.completed a:hover {
  background-size: 100% 100% !important;
}
.completed .pc-wg-completed {
  height: 5px !important;
}
.preview-box {
  display: none;
  background: white;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .preview-box {
    margin-top: 0;
  }
}
.innovation-level-icon {
  color: #01B1E2;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 10px;
  border: 1.5px solid #01B1E2;
}
.innovation-level-icon.il-c {
  padding: 1px 4px;
}
.innovation-level-icon.il-m {
  padding: 1px 3px;
}
.innovation-level-icon.il-s {
  padding: 1px 4.4px;
}
.innovation-level-fe {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
.innovation-level-fe .innovation-level-icon {
  width: fit-content;
}
.innovation-level-fe .innovation-level-icon.il-c {
  padding: 1px 6px;
}
.innovation-level-fe .innovation-level-icon.il-m {
  padding: 1px 5px;
}
.innovation-level-fe .innovation-level-icon.il-s {
  padding: 1px 6.4px;
}
.innovation-level-fe:not(:has(.innovation-level-icon)) {
  height: 24.2px;
}
.legende-innovation-level {
  margin-bottom: 30px;
}
.legende-work-groups {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .legende-work-groups {
    margin-top: 0;
  }
}
.legende-work-groups p {
  margin-bottom: 0.5em;
}
.program-horizon-europe {
  margin-top: 30px;
}
.wg-1 {
  color: #969490;
}
.wg-1 a {
  color: #969490;
  background-color: #F0F4F8;
  background-image: linear-gradient(to top, #969490 100%, #969490 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 0%;
  transition: background-size 0.3s ease-in-out;
}
.wg-1 a:hover {
  color: #FFFFFF;
  background-size: 100% 100%;
}
.wg-2 {
  color: #47acc7;
}
.wg-2 a {
  color: #47acc7;
  background-color: #F0F4F8;
  background-image: linear-gradient(to top, #47acc7 100%, #47acc7 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 0%;
  transition: background-size 0.3s ease-in-out;
}
.wg-2 a:hover {
  color: #FFFFFF;
  background-size: 100% 100%;
}
.wg-3 {
  color: #fe4016;
}
.wg-3 a {
  color: #fe4016;
  background-color: #F0F4F8;
  background-image: linear-gradient(to top, #fe4016 100%, #fe4016 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 0%;
  transition: background-size 0.3s ease-in-out;
}
.wg-3 a:hover {
  color: #FFFFFF;
  background-size: 100% 100%;
}
.wg-4 {
  color: #fe8112;
}
.wg-4 a {
  color: #fe8112;
  background-color: #F0F4F8;
  background-image: linear-gradient(to top, #fe8112 100%, #fe8112 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 0%;
  transition: background-size 0.3s ease-in-out;
}
.wg-4 a:hover {
  color: #FFFFFF;
  background-size: 100% 100%;
}
.wg-5 {
  color: #545152;
}
.wg-5 a {
  color: #545152;
  background-color: #F0F4F8;
  background-image: linear-gradient(to top, #545152 100%, #545152 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 0%;
  transition: background-size 0.3s ease-in-out;
}
.wg-5 a:hover {
  color: #FFFFFF;
  background-size: 100% 100%;
}
.wg-6 {
  color: #315da8;
}
.wg-6 a {
  color: #315da8;
  background-color: #F0F4F8;
  background-image: linear-gradient(to top, #315da8 100%, #315da8 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 0%;
  transition: background-size 0.3s ease-in-out;
}
.wg-6 a:hover {
  color: #FFFFFF;
  background-size: 100% 100%;
}
.wg-7 {
  color: #0b0548;
}
.wg-7 a {
  color: #0b0548;
  background-color: #F0F4F8;
  background-image: linear-gradient(to top, #0b0548 100%, #0b0548 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 0%;
  transition: background-size 0.3s ease-in-out;
}
.wg-7 a:hover {
  color: #FFFFFF;
  background-size: 100% 100%;
}
.pc-wg-default {
  background-color: #01B1E2;
  height: 5px;
}
.pc-wg-completed {
  background-color: #01B1E2;
  height: 5px;
}
.pc-wg-1 {
  background-color: #969490;
  height: 5px;
}
.pc-wg-2 {
  background-color: #47acc7;
  height: 5px;
}
.pc-wg-3 {
  background-color: #fe4016;
  height: 5px;
}
.pc-wg-4 {
  background-color: #fe8112;
  height: 5px;
}
.pc-wg-5 {
  background-color: #545152;
  height: 5px;
}
.pc-wg-6 {
  background-color: #315da8;
  height: 5px;
}
.pc-wg-7 {
  background-color: #0b0548;
  height: 5px;
}
.border-wg-1 {
  border-bottom: #969490 5px solid;
}
.border-wg-2 {
  border-bottom: #47acc7 5px solid;
}
.border-wg-3 {
  border-bottom: #fe4016 5px solid;
}
.border-wg-4 {
  border-bottom: #fe8112 5px solid;
}
.border-wg-5 {
  border-bottom: #545152 5px solid;
}
.border-wg-6 {
  border-bottom: #315da8 5px solid;
}
.border-wg-7 {
  border-bottom: #0b0548 5px solid;
}
.legende-project-status-box {
  background-color: #FFFFFF;
  padding: 15px;
  width: fit-content;
}
.sticky-container {
  font-size: 0.9rem;
  position: -webkit-sticky;
  /* Für Safari */
  position: sticky;
  top: 193px;
  z-index: 100;
}
