@charset "UTF-8";
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
.hidden {
  display: none !important;
}

header.site-frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #f2f6fa;
}
header.site-frame .main-menu-toggle span {
  display: inline-block;
  cursor: pointer;
}
header.site-frame .main-search span {
  display: inline-block;
  cursor: pointer;
}
header.site-frame .main-user-account {
  display: none;
}
header.site-frame .main-user-account span {
  display: inline-block;
  cursor: pointer;
}

.main-menu-container {
  position: fixed;
  top: 62px;
  right: -100%;
  width: 210px;
  background: #fff;
  z-index: 102;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 30px;
  padding-left: 62px;
  padding-top: 90px;
  background-color: #3c64b1;
}
.main-menu-container.is-visible {
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.main-menu-container ul {
  margin: 0;
  padding: 0;
}
.main-menu-container ul li {
  list-style: none;
  line-height: 24px;
  margin-bottom: 30px;
}
.main-menu-container ul li.active a, .main-menu-container ul li:hover a {
  color: #fefefe;
}
.main-menu-container ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 24px;
}
.main-menu-container .close-menu {
  position: absolute;
  top: 40px;
  left: 62px;
  z-index: 2;
  cursor: pointer;
}
.main-menu-container .close-menu svg {
  max-width: 18px;
  height: auto;
}

.map-filter-box .filter-tabs {
  background-color: #f2f6fa;
}
.map-filter-box .filter-tabs .nav-item {
  width: auto;
  margin-bottom: -2px;
}
.map-filter-box .filter-tabs .nav-item .nav-link {
  border-bottom-color: transparent;
  background-color: #f2f6fa;
  text-transform: none;
  color: #373f41;
}
.map-filter-box .filter-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  border: none !important;
  color: #373f41;
}
.map-filter-box .selected-filters ul#selected-filters-list {
  margin-bottom: 0;
}
.map-filter-box .selected-filters ul#selected-filters-list li {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.map-filter-box .selected-filters ul#selected-filters-list li.selected-filter-item {
  background: #0078bd;
  border: none;
  color: #fff;
  display: inline-block;
  letter-spacing: 0;
  line-height: 27px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2px 20px;
  font-size: 14px;
  font-weight: bold;
  opacity: 1;
}

.map-expander {
  padding-top: 10px;
  padding-bottom: 5px;
  background: #fff;
}
.map-expander .show-map {
  cursor: pointer;
}

#searchheader {
  padding-top: 35px;
  padding-bottom: 25px;
  margin-top: 20px;
  background: #0078bd;
}
#searchheader input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-size: 18px;
  line-height: 26px;
  border-radius: 0 !important;
}
#searchheader input[type=text]:focus, #searchheader input[type=text]:focus-visible {
  box-shadow: none !important;
}

#map-section {
  padding-top: 30px;
  background-color: #f2f6fa;
}
#map-section .containermap {
  background-color: #f2f6fa;
}
#map-section .containermap .search-info {
  width: 400px;
  min-width: 400px;
  padding-left: 15px;
  padding-right: 70px;
  padding-bottom: 90px;
}
#map-section .containermap .search-info h2 {
  font-weight: 600;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 39px;
  color: #373f41;
}
#map-section .containermap .search-info p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #373f41;
  font-weight: 600;
}
#map-section .containermap .search-info .searchForm-container {
  position: relative;
}
#map-section .containermap .search-info .searchForm-container span.is-search-icon {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 10px;
  width: 25px;
  height: 25px;
}
#map-section .containermap .search-info .searchForm-container span.is-search-icon span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
}
#map-section .containermap .search-info .searchForm-container span.is-search-icon span svg {
  width: 100%;
  height: 100%;
}
#map-section .containermap .search-info .searchForm-container .form-control:focus {
  box-shadow: none !important;
}
#map-section .containermap .search-info .searchForm-container input {
  border: 1px solid #373f41;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 60px;
  color: #898989;
  height: auto;
  border-radius: 0 !important;
  font-size: 14px;
}
#map-section .containermap .search-info .searchForm-container input::placeholder {
  color: #898989;
  opacity: 1;
}
#map-section .containermap .search-info .searchForm-container input:-ms-input-placeholder {
  color: #898989;
}
#map-section .containermap .search-info .searchForm-container input::-ms-input-placeholder {
  color: #898989;
}
#map-section .containermap .search-navigation {
  width: calc(100% - 400px);
}
#map-section .search-filters {
  width: 100%;
}
#map-section .search-filters .map-filter-box {
  box-shadow: none;
  position: relative;
  height: auto;
  top: auto;
  bottom: auto;
  right: auto;
  padding: 0;
  background: transparent;
  transition: none;
  width: 100%;
}
#map-section .search-filters .map-filter-box.filter-active {
  padding: 0;
}
#map-section .search-filters #mapSidebar .fa-2x {
  font-size: 18px;
}
#map-section .search-filters #mapSidebar .infoLocation {
  margin-bottom: 10px;
}
#map-section .search-filters #mapSidebar .infoLocation .dept-title {
  margin-bottom: 0;
}
#map-section .search-filters #mapSidebar .infoLocation .info-addr em {
  font-size: 14px;
}
#map-section .search-filters #mapSidebar .infoLocation .info-addr .info-phone {
  padding: 0;
}
#map-section .filter-container .tab-pane {
  padding: 40px 0;
  background: #fff;
}
#map-section .filter-container .form-group {
  margin-bottom: 0;
}
#map-section .filter-container .filter-options {
  column-count: 6;
  list-style-type: none;
  margin-bottom: 0;
}
#map-section .filter-container .filter-options li label {
  font-size: 13px;
  font-weight: bold;
}
#map-section .filter-container .filter-options li.group-label label {
  font-size: 14px;
}
#map-section .filter-container .filter-options li.group-option {
  padding-left: 20px;
}
#map-section .filter-container .filter-options li.group-option label {
  font-size: 13px;
}
#map-section .filter-container .filter-options a {
  color: #373f41;
}
#map-section .filter-container .selected-filters {
  padding-left: 20px;
}
#map-section .map-filter-box .filter-tabs {
  margin-bottom: 0;
}

/* The container */
.container-label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-label input:checked ~ .checkmark {
  background-color: #2196f3;
}
.container-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #2196f3;
}
.container-label:hover input ~ .checkmark {
  background-color: #fff;
}
.container-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-label input:checked ~ .checkmark:after {
  display: block;
}
.container-label .checkmark:after {
  left: 30%;
  top: 30%;
  width: 5px;
  height: 5px;
  border: solid white;
  border-width: 4px;
  transform: none;
}

.ce-item {
  background-color: #fff;
  padding-top: 180px;
}
.ce-item.listing-services h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 50px;
}
.ce-item.listing-services .single-service-item {
  padding: 20px;
  margin-bottom: 50px;
}
.ce-item.listing-services .single-service-item .image-holder {
  margin-bottom: 30px;
}
.ce-item.listing-services .single-service-item .title-holder h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.ce-item.listing-services .single-service-item .description-holder p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.ce-item.listing-services .row:last-child .single-service-item {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ce-item.listing-partners h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 50px;
}
.ce-item.listing-partners .single-partner-item {
  flex: 1 0 21%; /* explanation below */
}
.ce-item.listing-partners .single-partner-item .image-holder {
  margin-bottom: 30px;
}
.ce-item.listing-partners .single-partner-item .image-holder a {
  display: inline-block;
}
.ce-item.listing-partners .d-flex:last-child .image-holder {
  margin-bottom: 0;
}
.ce-item.listing-partners .d-flex:last-child .single-partner-item {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.ce-item.get-started-section {
  background-color: #ffffff;
  padding-top: 0;
}
.ce-item.get-started-section .container-fluid {
  background-color: #f2f6fa;
  padding-bottom: 100px;
  padding-top: 100px;
}
.ce-item.get-started-section h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 50px;
  text-align: center;
}
.ce-item.get-started-section p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-align: center;
}
.ce-item.get-started-section a.get-started-btn {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin-top: 30px;
  padding: 20px 20px;
  color: #fff;
  display: inline-block;
  background-color: #3c64b1;
}
.ce-item.get-started-section a.get-started-btn:hover {
  text-decoration: none;
}
.ce-item.landing-section {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  padding-top: 0;
  position: relative;
}
.ce-item.landing-section .alignsection {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ce-item.landing-section h2,
.ce-item.landing-section p,
.ce-item.landing-section a,
.ce-item.landing-section span {
  color: #fff;
}
.ce-item.landing-section h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 50px;
}
.ce-item.landing-section span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  margin-top: 30px;
}
.ce-item.landing-section a.landing-btn {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin-top: 30px;
  padding: 20px 20px;
  color: #fff;
  display: inline-block;
  background-color: #3c64b1;
}
.ce-item.landing-section a.landing-btn:hover {
  text-decoration: none;
}
.ce-item.landing-section ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.ce-item.landing-section ul li {
  list-style: none;
  margin: 10px;
}

#preloader {
  position: fixed;
}
#preloader p {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}

#content .pagination .pagination-wrapper .pagi-info {
  font-size: 14px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.pagi-navi {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.pagi-navi span.current {
  margin: 0 5px;
  display: inline-block;
}
.pagi-navi a {
  margin: 0 5px;
}
.pagi-navi a.prev {
  margin-right: 15px;
}
.pagi-navi a.next {
  margin-left: 15px;
}

#mapSidebar.infowindowOpen {
  left: 0 !important;
  z-index: 2;
}

.map-expander .chevron {
  position: relative;
  display: block;
  height: 13px;
}

.map-expander .chevron::before,
.map-expander .chevron::after {
  position: absolute;
  display: block;
  content: "";
  border: 12px solid transparent;
}

.map-expander .chevron::before {
  top: 0;
  border-top-color: #212529; /*Chevron Color*/
}

.map-expander .chevron::after {
  top: -1px;
  border-top-color: #fff;
}

.map-expander .show-map {
  cursor: pointer;
  display: inline-block;
}

.map-expander .show-map {
  width: 30px;
  height: 13px;
}
.map-expander .show-map.expand-map .chevron {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform-origin: center center;
}
.map-expander .show-map.expand-map.collapsed .chevron {
  transform: none;
}

footer .ce-item {
  padding-top: 0;
  background: transparent;
}

.filter-container #forschungen .group-label label {
  color: #0078bd;
}
.filter-container #forschungen .checkmark {
  border: 1px solid #0078bd;
}
.filter-container #forschungen input:checked ~ .checkmark {
  background-color: #0078bd;
}
.filter-container #anwendungen .group-label label {
  color: #4cba7b;
}
.filter-container #anwendungen .checkmark {
  border: 1px solid #4cba7b;
}
.filter-container #anwendungen input:checked ~ .checkmark {
  background-color: #4cba7b;
}
.filter-container #institutionen .group-label label {
  color: #858585;
}
.filter-container #institutionen .checkmark {
  border: 1px solid #858585;
}
.filter-container #institutionen input:checked ~ .checkmark {
  background-color: #858585;
}
.filter-container .tab-forschungen a {
  color: #0078bd !important;
}
.filter-container .tab-anwendungen a {
  color: #4cba7b !important;
}
.filter-container .tab-institutionen a {
  color: #858585 !important;
}
.filter-container .selected-filters .selected-filter-item {
  color: #ffffff !important;
  background-color: #86cacd !important;
}
.filter-container .selected-filters .selected-filter-item.forschungen {
  color: #ffffff !important;
  background-color: #0078bd !important;
}
.filter-container .selected-filters .selected-filter-item.anwendungen {
  color: #ffffff !important;
  background-color: #4cba7b !important;
}
.filter-container .selected-filters .selected-filter-item.institutionen {
  color: #ffffff !important;
  background-color: #858585 !important;
}
.filter-container .selected-filters .selected-filter-item.other {
  color: #ffffff !important;
  background-color: #363f41 !important;
}

.nav-brand.style-scope.nav-top {
  margin-top: 5px;
  display: block;
}

@media (max-width: 992px) {
  .map-filter-box .selected-filters ul#selected-filters-list li.selected-filter-item i {
    display: initial;
  }
  #map-section .containermap .search-navigation {
    width: 100%;
  }
  #map-section .containermap {
    flex-direction: column;
    display: flex;
  }
  #map-section .containermap .search-info {
    width: 100%;
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
.map-filter-box {
  position: relative;
}
.map-filter-box .filter-container {
  position: relative;
}

.search-list .list-view .list-item {
  position: relative;
}
.search-list .list-view .list-item a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.nav-header .main-nav .nav-item {
  background-color: #f2f6fa;
}

.page-header-wrapper .page-header .page-title-container .page-meta .meta-list .people-view {
  background: url(../../Icons/user.svg) left 0px top 0px no-repeat;
  background-size: 16px;
  display: block;
  font-size: 0.8em;
  font-weight: 100;
  padding-right: 1.5em;
  padding-left: 18px;
  text-decoration: underline;
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-top: 1em;
}
.page-header-wrapper .page-header .page-title-container .page-meta .meta-list .people-view a {
  color: #0078bd;
}
.page-header-wrapper .page-header .page-title-container .page-meta .meta-list .people-view span.show {
  display: block;
}
.page-header-wrapper .page-header .page-title-container .page-meta .meta-list .people-view span.hide {
  display: none;
}

#showfilterview {
  color: #212529;
  cursor: pointer;
}
#showfilterview .hide {
  display: none;
}
#showfilterview[aria-expanded=true] .hide {
  display: block;
}
#showfilterview[aria-expanded=true] .show {
  display: none;
}

.reset-filter {
  cursor: pointer;
}

#showmapview {
  cursor: pointer;
}
#showmapview .show {
  display: none;
}
#showmapview[aria-expanded=false] .hide {
  display: none;
}
#showmapview[aria-expanded=false] .show {
  display: block;
}

#showlistview {
  cursor: pointer;
}
#showlistview .show {
  display: none;
}
#showlistview[aria-expanded=false] .hide {
  display: none;
}
#showlistview[aria-expanded=false] .show {
  display: block;
}

#showpeople {
  cursor: pointer;
}
#showpeople[aria-expanded=true] .hide {
  display: block;
}
#showpeople[aria-expanded=true] .show {
  display: none;
}
#showpeople[aria-expanded=false] .hide {
  display: none;
}
#showpeople[aria-expanded=false] .show {
  display: block;
}

#map-section .containermap .search-info {
  padding-bottom: 0;
}

body.details .l-view {
  display: none !important;
}

.news {
  margin: 80px 0;
}

@media (max-width: 992px) {
  .search-info {
    margin-bottom: 30px;
  }
}
#showpeople {
  cursor: pointer;
}

.sidebar-item .sidebar-tags a.project-info {
  background-color: #0078bd !important;
  color: #fff !important;
  margin-left: 5px;
  margin-right: 5px;
}
.sidebar-item .sidebar-tags a.project-info:hover {
  color: #0078bd !important;
  background-color: #e8e8e8 !important;
}

.frame-type-text,
.frame-type-header,
.frame-type-textpic,
.frame-type-textmedia {
  padding-top: 180px;
}

.frame-layout-1 {
  background-color: #fff;
}

.frame-space-after-additional {
  padding-bottom: 180px;
}

p {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.footer-logo {
  width: 80%;
  max-width: 250px;
}
.footer-logo .footer-img {
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#main-wrapper.has-homepage-background {
  background: url(../../Images/landing_page_bg.png) center center no-repeat fixed transparent;
  background-size: cover;
}
#main-wrapper.has-homepage-background .ce-item {
  background-color: transparent;
}
#main-wrapper.has-homepage-background .ce-item.landing-section {
  margin-bottom: -50px;
}
#main-wrapper.has-homepage-background .ce-item.testimonial {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 80px;
}
#main-wrapper.has-homepage-background .ce-item.testimonial .testimonial-navigation {
  margin-top: 5px;
  display: flex;
  justify-content: end;
}
#main-wrapper.has-homepage-background .ce-item.testimonial .testimonial-navigation .custom-prev-arrow {
  cursor: pointer;
  scale: 0.8;
}
#main-wrapper.has-homepage-background .ce-item.testimonial .testimonial-navigation .custom-prev-arrow:hover {
  scale: 0.9;
}
#main-wrapper.has-homepage-background .ce-item.testimonial .testimonial-navigation .custom-next-arrow {
  cursor: pointer;
  scale: 0.8;
}
#main-wrapper.has-homepage-background .ce-item.testimonial .testimonial-navigation .custom-next-arrow:hover {
  scale: 0.9;
}
#main-wrapper.has-homepage-background .ce-item.testimonial .testimonial-title {
  margin-bottom: 35px;
  font-size: 31px;
  line-height: 57px;
  letter-spacing: 1.86px;
  font-weight: bold;
}
#main-wrapper.has-homepage-background .ce-item.testimonial .testimonial-wrapper {
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  padding-top: 80px;
  padding-bottom: 80px;
}
#main-wrapper.has-homepage-background .ce-item.testimonial .testimonial-wrapper blockquote {
  font-size: 26px;
  letter-spacing: 0.52px;
  line-height: 35px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 762px) {
  #main-wrapper.has-homepage-background .ce-item.testimonial .testimonial-wrapper blockquote {
    margin-top: 30px;
  }
}
#main-wrapper.has-homepage-background .ce-item.testimonial .testimonial-wrapper blockquote + p {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 24px;
}

section.ce-item.herointro-section {
  min-height: 50vh;
  padding: 0;
}
section.ce-item.herointro-section .herointro-holder {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 140px;
  color: #ffffff;
}
section.ce-item.herointro-section .herointro-holder h1 {
  font-size: 50px;
  line-height: 56.8px;
  font-weight: 400;
  margin-bottom: 30px;
}
section.ce-item.herointro-section .herointro-holder p {
  font-size: 26px;
  line-height: 29.16px;
  font-weight: 400;
}
section.ce-item.eventlist-section {
  padding-bottom: 140px;
  padding-top: 140px;
}
section.ce-item.eventlist-section .list-view .section-title {
  margin-bottom: 40px;
}
section.ce-item.eventlist-section .list-view .section-title h2 {
  font-size: 50px;
  line-height: 56.08px;
  font-weight: 400;
}
section.ce-item.eventlist-section .list-view .list-item.event-item {
  margin-bottom: 40px;
}
section.ce-item.eventlist-section .list-view .list-item.event-item .event-bg {
  position: relative;
  background-color: #b2b2b2;
  height: 100%;
}
section.ce-item.eventlist-section .list-view .list-item.event-item .event-bg .text-details {
  padding: 20px;
}
section.ce-item.eventlist-section .list-view .list-item.event-item .event-bg .text-details h4 {
  font-size: 30px;
  line-height: 39.9px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
}
section.ce-item.eventlist-section .list-view .list-item.event-item .event-bg .text-details span {
  color: #000000;
  font-family: "frutigerLTStd";
  font-weight: 400;
}
section.ce-item.eventlist-section .action-view a.btn-more {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20.19px;
  background-color: #0075bf;
  padding: 20px 28px 20px 28px;
  border-radius: 35px;
  display: inline-block;
  text-decoration: none;
}
section.ce-item.testimonial-slider-section {
  padding-top: 0;
  padding-bottom: 80px;
}
section.ce-item.testimonial-slider-section .testimonial-navigation {
  margin-top: 5px;
  display: flex;
  justify-content: end;
}
section.ce-item.testimonial-slider-section .testimonial-navigation .custom-prev-arrow {
  cursor: pointer;
  scale: 0.8;
}
section.ce-item.testimonial-slider-section .testimonial-navigation .custom-prev-arrow:hover {
  scale: 0.9;
}
section.ce-item.testimonial-slider-section .testimonial-navigation .custom-next-arrow {
  cursor: pointer;
  scale: 0.8;
}
section.ce-item.testimonial-slider-section .testimonial-navigation .custom-next-arrow:hover {
  scale: 0.9;
}
section.ce-item.testimonial-slider-section .testimonial-title {
  margin-bottom: 35px;
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
}
section.ce-item.testimonial-slider-section .testimonial-wrapper {
  border-top: 1px solid #000000;
  padding-top: 40px;
  padding-bottom: 80px;
}
section.ce-item.testimonial-slider-section .testimonial-wrapper blockquote {
  font-size: 26px;
  letter-spacing: 0.52px;
  line-height: 29px;
}
@media only screen and (max-width: 762px) {
  section.ce-item.testimonial-slider-section .testimonial-wrapper blockquote {
    margin-top: 30px;
  }
}
section.ce-item.testimonial-slider-section .testimonial-wrapper blockquote + p {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 16.82px;
}
section.ce-item.partners-slider-section {
  padding-top: 140px;
  padding-bottom: 140px;
}
section.ce-item.partners-slider-section .partners-navigation {
  margin-top: 5px;
  display: flex;
  justify-content: end;
}
section.ce-item.partners-slider-section .partners-navigation .custom-prev-arrow {
  cursor: pointer;
  scale: 0.8;
}
section.ce-item.partners-slider-section .partners-navigation .custom-prev-arrow:hover {
  scale: 0.9;
}
section.ce-item.partners-slider-section .partners-navigation .custom-next-arrow {
  cursor: pointer;
  scale: 0.8;
}
section.ce-item.partners-slider-section .partners-navigation .custom-next-arrow:hover {
  scale: 0.9;
}
section.ce-item.partners-slider-section .partners-title {
  margin-bottom: 35px;
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
}
section.ce-item.partners-slider-section .partners-wrapper {
  padding-top: 40px;
  padding-bottom: 0;
}
section.ce-item.partners-slider-section .partners-slider {
  display: flex;
  justify-content: start;
  align-items: stretch; /* Ensures all children stretch to the same height */
}
section.ce-item.partners-slider-section .partners-item {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px;
}
section.ce-item.partners-slider-section .partners-item a img {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 0;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
section.ce-item.partners-slider-section .action-view {
  margin-top: 40px;
}
section.ce-item.partners-slider-section .action-view a.btn-more {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20.19px;
  background-color: #0075bf;
  padding: 20px 28px 20px 28px;
  border-radius: 35px;
  display: inline-block;
  text-decoration: none;
}
section.ce-item.projectlist-section {
  padding-bottom: 140px;
  padding-top: 140px;
}
section.ce-item.projectlist-section .list-view .section-title {
  margin-bottom: 40px;
}
section.ce-item.projectlist-section .list-view .section-title h2 {
  font-size: 50px;
  line-height: 56.08px;
  font-weight: 400;
}
section.ce-item.projectlist-section .list-view .list-item {
  margin-bottom: 40px;
}
section.ce-item.projectlist-section .list-view .list-item:hover .list-item-wrapper {
  background-color: rgba(0, 120, 189, 0.9);
  color: #ffffff;
}
section.ce-item.projectlist-section .list-view .list-item a:hover {
  text-decoration: none;
}
section.ce-item.projectlist-section .list-view .list-item .list-item-wrapper {
  transition: all 0.5s ease;
  background-color: #b2b2b2;
  padding: 15px 20px 90px 20px;
  position: relative;
  min-height: 240px;
}
section.ce-item.projectlist-section .list-view .list-item .list-item-wrapper .projekt {
  margin: 2em 0 1em;
}
section.ce-item.projectlist-section .list-view .list-item .list-item-wrapper .projekt span.projekt-title {
  font-size: 20px;
  line-height: 22.91px;
  font-weight: 400;
}
section.ce-item.projectlist-section .list-view .list-item .list-item-wrapper .project-logo {
  position: absolute;
  right: 40px;
  top: 15px;
}
section.ce-item.projectlist-section .action-view a.btn-more {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20.19px;
  background-color: #0075bf;
  padding: 20px 28px 20px 28px;
  border-radius: 35px;
  display: inline-block;
  text-decoration: none;
}
section.ce-item.section-institutions-map {
  padding-bottom: 140px;
}
section.ce-item.section-institutions-map .map-view .section-title {
  margin-bottom: 40px;
}
section.ce-item.section-institutions-map .map-view .section-title h2 {
  font-size: 50px;
  line-height: 56.08px;
  font-weight: 400;
}
section.ce-item.section-institutions-map .mapwrapper {
  width: 100%;
  min-height: 600px;
  background-color: #363f41;
}
section.ce-item.section-institutions-map .action-view {
  margin-top: 40px;
}
section.ce-item.section-institutions-map .action-view a.btn-more {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20.19px;
  background-color: #0075bf;
  padding: 20px 28px 20px 28px;
  border-radius: 35px;
  display: inline-block;
  text-decoration: none;
}
section.ce-item.section-about {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f2f6fa;
}
section.ce-item.section-about .about-view .section-title {
  margin-bottom: 40px;
}
section.ce-item.section-about .about-view .section-title h2 {
  text-align: center;
  font-size: 50px;
  line-height: 56.08px;
  font-weight: 400;
}
section.ce-item.section-about .about-view .section-text {
  text-align: center;
}
section.ce-item.section-about .about-view .section-text p {
  font-size: 20px;
  line-height: 22.43px;
  margin-bottom: 40px;
}
section.ce-item.section-about .about-view .section-text a.btn-more {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20.19px;
  background-color: #0075bf;
  padding: 20px 28px 20px 28px;
  border-radius: 35px;
  display: inline-block;
  text-decoration: none;
}

.frame-type-news_newsselectedlist + .testimonial-slider-section {
  padding-top: 80px !important;
}

.news-content-elements .frame-type-textmedia {
  padding-top: 30px;
}

.news-content-elements .media-embed-responsive {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.news-content-elements .media-embed-responsive .media-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.news-content-elements figure.media {
  max-width: 100%;
  margin: 0 auto 30px auto;
}
.news-content-elements figure.media:last-of-type {
  margin: 0 auto
}

.typo3-messages {
  list-style-type: none;
  padding-left: 0;
}
/*# sourceMappingURL=addons.css.map */
