@font-face {
  font-family: "Gotham";
  src: url("fonts/gotham/Gotham-BookItalic.eot");
  src: url("fonts/gotham/Gotham-BookItalic.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/gotham/Gotham-BookItalic.woff2") format("woff2"),
    url("fonts/gotham/Gotham-BookItalic.woff") format("woff"),
    url("fonts/gotham/Gotham-BookItalic.ttf") format("truetype"),
    url("fonts/gotham/Gotham-BookItalic.svg#Gotham-BookItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/gotham/Gotham-LightItalic.eot");
  src: url("fonts/gotham/Gotham-LightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/gotham/Gotham-LightItalic.woff2") format("woff2"),
    url("fonts/gotham/Gotham-LightItalic.woff") format("woff"),
    url("fonts/gotham/Gotham-LightItalic.ttf") format("truetype"),
    url("fonts/gotham/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/gotham/Gotham-Book.eot");
  src: url("fonts/gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("fonts/gotham/Gotham-Book.woff2") format("woff2"),
    url("fonts/gotham/Gotham-Book.woff") format("woff"),
    url("fonts/gotham/Gotham-Book.ttf") format("truetype"),
    url("fonts/gotham/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/gotham/Gotham-Light.eot");
  src: url("fonts/gotham/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/gotham/Gotham-Light.woff2") format("woff2"),
    url("fonts/gotham/Gotham-Light.woff") format("woff"),
    url("fonts/gotham/Gotham-Light.ttf") format("truetype"),
    url("fonts/gotham/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  /*	unicode-range: U+20-21, U+3F, U+41-5A, U+61-7A;*/
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/gotham/Gotham-Bold.eot");
  src: url("fonts/gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/gotham/Gotham-Bold.woff2") format("woff2"),
    url("fonts/gotham/Gotham-Bold.woff") format("woff"),
    url("fonts/gotham/Gotham-Bold.ttf") format("truetype"),
    url("fonts/gotham/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/gotham/Gotham-Medium.eot");
  src: url("fonts/gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/gotham/Gotham-Medium.woff2") format("woff2"),
    url("fonts/gotham/Gotham-Medium.woff") format("woff"),
    url("fonts/gotham/Gotham-Medium.ttf") format("truetype"),
    url("fonts/gotham/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/gotham/Gotham-BoldItalic.eot");
  src: url("fonts/gotham/Gotham-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/gotham/Gotham-BoldItalic.woff2") format("woff2"),
    url("fonts/gotham/Gotham-BoldItalic.woff") format("woff"),
    url("fonts/gotham/Gotham-BoldItalic.ttf") format("truetype"),
    url("fonts/gotham/Gotham-BoldItalic.svg#Gotham-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/gotham/Gotham-MediumItalic.eot");
  src: url("fonts/gotham/Gotham-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/gotham/Gotham-MediumItalic.woff2") format("woff2"),
    url("fonts/gotham/Gotham-MediumItalic.woff") format("woff"),
    url("fonts/gotham/Gotham-MediumItalic.ttf") format("truetype"),
    url("fonts/gotham/Gotham-MediumItalic.svg#Gotham-MediumItalic")
      format("svg");
  font-weight: 500;
  font-style: italic;
}

/* FONTS | GRUND-LAYOUT
===============================*/

body {
  font-family: "Gotham", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.375; /*color: #707070;*/
  color: #333333;
  letter-spacing: 0.95px;
}
body::after {
  content: url(images/footer-iage/iage-logo-schwarz.svg)
    url(images/footer-iage/klimafreundlich-gruen.svg)
    url(images/pfeil-blau-hover.svg)
    url(images/light-chain-bioscience-150x300-weiss.svg);
  width: 0;
  max-width: 0px;
  height: 0;
  max-height: 0px;
  visibility: hidden;
  position: fixed;
  overflow: hidden;
}

h1,
.uk-h1,
.uk-article-title {
  font-family: "Gotham", "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.2; /*color: #343638;*/
  color: #333333;
}
h2,
.uk-h2 {
  font-family: "Gotham", "Open Sans", sans-serif;
  font-weight: bold;
}
h3,
.uk-h3 {
  font-family: "Gotham", "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.385;
  color: #333333;
}
/*h4, .uk-h4 {font-family: 'Gotham Rounded Book';font-weight: normal;font-size: 24px;line-height: 1.375;}*/
h4,
.uk-h4 {
  font-family: "Gotham", "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.375;
}
h5,
.uk-h5 {
  font-family: "Gotham", "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  h1,
  .uk-h1,
  .uk-article-title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-height: 700px) {
  h1,
  .uk-h1,
  .uk-article-title {
    font-size: 25px;
    line-height: 1.4;
  }
  h3,
  .uk-h3 {
    font-size: 20px;
    line-height: 1.385;
  }
}

.footerIageLinks {
}
.footerIageLinks a {
}
.footerIageLinks a.footerIageLinksIage {
  color: #b6b6b6;
  opacity: 1;
  font-weight: 300;
  font-size: 15px;
  margin-right: 20px;
}
.footerIageLinks a.footerIageLinksKlima {
  color: #b6b6b6;
  opacity: 1;
  font-weight: 300;
  font-size: 15px;
}
.footerIageLinks a.footerIageLinksIage:hover {
  color: #333 !important;
  opacity: 1;
  text-decoration: none;
}
.footerIageLinks a.footerIageLinksKlima:hover {
  color: #333 !important;
  opacity: 1;
  text-decoration: none;
}
.footerIageLinks a span {
}
.footerIageLinks a.footerIageLinksIage span {
  background-image: url("images/footer-iage/iage-logo-grau.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 22px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 10px;
  opacity: 0.7;
  width: 33.9px;
  vertical-align: middle;
}
/*@media (max-width: 419px) {
.footerIageLinks a.footerIageLinksIage span {
    margin-right: 0;
}
}*/
.footerIageLinks a.footerIageLinksKlima span {
  background-image: url("images/footer-iage/klimafreundlich-grau.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 22px;
  margin-bottom: 0;
  margin-left: 5px;
  opacity: 0.7;
  width: 22.6px;
  vertical-align: middle;
}
.footerIageLinks a.footerIageLinksIage:hover span {
  background-image: url("images/footer-iage/iage-logo-schwarz.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 22px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 10px;
  opacity: 1;
  width: 33.9px;
  vertical-align: middle;
}
.footerIageLinks a.footerIageLinksKlima:hover span {
  background-image: url("images/footer-iage/klimafreundlich-gruen.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 22px;
  margin-bottom: 0;
  margin-left: 5px;
  opacity: 1;
  width: 22.6px;
  vertical-align: middle;
}


#sp-logo > div:nth-child(1) > div:nth-child(1) {
display: none !important;
}

._menu {
display: none;
}

.mod-finder, div.d-none > div:nth-child(2) {
display: none;
}

.article-info, .article-ratings-social-share {
display: none !important;
}

/*.startseite*/ #sp-header {
background: transparent;
	box-shadow: none;
	z-index: 3000;
}

/*.startseite*/ #sp-section-2 {
margin-top: -165px;
	
}

@media screen and (max-width: 991px) {
	.startseite #sp-section-2 {
		margin-top: -127px;
	}
}

#modal-menu {
	margin-top: -159px;
  	z-index: 1;
	background: rgba(255, 255, 255, 0.95);
}

#modal-menu-toggler, .logo {
	z-index: 3000;
}

.startseite {
overflow-y: hidden;
}

.sp-menu-item a::after {
	display: none;
}

.sp-menu-item .sp-dropdown {
	display: none !important;
}

#modal-menu .col-sm-7 {
width: 50%;
}

#modal-menu .col-sm-5 {
width: 50%;
}

#modal-menu .sp-menu-item {
margin-bottom: 0px !important;
}

.sp-contact-info, .social-icons {
display: none !important;
}

.sp-menu-item a {
font-family: "Gotham";
  font-weight: bold !important;
  font-size: 32px !important;
  line-height: 1.222 !important;
  color: #27bdce !important;
  height: auto !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;

}
.sp-menu-item a:hover{
color: #1c8492 !important;
}

#modal-menu .modules-wrapper {
	border-left: 1px solid #d6d6d6;
	padding-left: 100px;
	padding-top: 0px;
}

.modules-wrapper > div:nth-child(1) {
display: none;
}
@media screen and (max-width: 768px) {
	.logo {
	position: relative;
		right: 15px;
	}
}

.uk-button-primary, .btn-primary {
	background-color: #27bdce;
	color: white !important;
	padding: 8px 14px 10px 14px;
	font-family: "Gotham";
	white-space: normal;
  	font-size: 19px;
	line-height: 1.263;
  	letter-spacing: 0.95px;
	text-align: center;
	font-weight: bold;
	width: 100% !important;
  	max-width: 220px !important;
	border-radius: 5px;
}

.sp-megamenu-parent .active > a {
	color: #1c8492 !important;
}

#modal-menu .col-sm-5 span {
font-weight: bold;
  font-size: 19px;
  line-height: 18px;
	color: #27bdce !important;
}

#modal-menu .col-sm-5 span:hover {
	color: #1c8492 !important;
	text-decoration: underline;
}

header {
transition: 0.3s ease;
}

body:not(.modal-menu-active) header:hover {
	background: white !important;
	transition: box-shadow 0.2s cubic-bezier(0.19, 1, 0.22, 1), background 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

body:not(.modal-menu-active) header:hover #modal-menu-toggler > div:nth-child(1) > span:nth-child(2)::before {
	color: #333333 !important;
	transition: 0.3s ease;
}

#modal-menu-toggler > div:nth-child(1) > span {
height: 2px;
	width: 68px;
	background-color: #27bdce;
}

#modal-menu-toggler > div:nth-child(1) > span:nth-child(2)::before {
  content: "MENU";
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 6.9px;
  color: white;
  position: relative;
  left: -80px;
  top: -14px;
}

#modal-menu-toggler > div:nth-child(1) > span:nth-child(2) {
width: 26px !important;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
  right: -42px;
}

#modal-menu-toggler {
width: 80px;
}


.modal-menu-active .burger-icon span {
width: 68px !important;
}

.modal-menu-active #modal-menu-toggler > div:nth-child(1) > span:nth-child(2) {
display: none !important;
}

.modal-menu-active #modal-menu-toggler span {
background-color: #27bdce !important;
}

.offcanvas-active .burger-icon > span:nth-child(3), #modal-menu-toggler.active .burger-icon > span:nth-child(3) {
  transform: translate(0, 0px) rotate(45deg);
}

.startseite #sp-section-2 .container {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
	max-height: unset;
  overflow: visible;
}

#sp-section-2 .container {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
	max-height: 350px;
  overflow: hidden;
}

.article-header h1 {
font-family: "Gotham", "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 45px !important;
  line-height: 1.2 !important;
  color: #333333 !important;
}

h2 {
	font-family: "Gotham", "Open Sans", sans-serif;
  font-weight: bold;
	font-size: 30px;
  line-height: 42px;
	color: #565453;
}

#sp-main-body ._menu {
display: block;
	border: none !important;
}

#sp-main-body a {
color: rgb(39, 189, 206);
	font-size: 19px;
	font-weight: 700;
}

#sp-main-body a:hover {
text-decoration: underline;
}

#sp-main-body strong {
font-weight: 700;
}

#sp-right .current > a {
color: #1c8492;
}

.menu > li > a {
	padding-left: 15px !important;
	background-image: url(images/pfeil-blau.svg);
  background-size: 7px 21px;
  background-size: 6px 17px;
  background-repeat: no-repeat;
  background-position: 2px calc(50% - 1px);
}

.menu > li > a:hover {
	color: #1c8492 !important;
	text-decoration: none !important;
	background-image: url(images/pfeil-blau-hover.svg);
}

.menu li a:hover {
	color: #1c8492 !important;
	text-decoration: none !important;
}

.menu .menu-child a {
color: #98e0e8 !important;
}

.menu-child {
display: none;
}

.current ul {
position: relative;
	right: -25px;
	display: block !important;
}

.active ul:not(.sp-contact-info, .social-icons) {
position: relative;
	right: -25px;
	display: block !important;
}

.uk-button-link {
background-image: url(images/pfeil-blau.svg);
  background-size: 7px 21px;
  background-repeat: no-repeat;
  background-position: left calc(50% + 1px);
	padding-left: 15px !important;
}

.uk-button-link:hover {
	color: #1c8492 !important;
background-image: url(images/pfeil-blau-hover.svg);
  background-size: 7px 21px;
  background-repeat: no-repeat;
  background-position: left calc(50% + 1px);
	padding-left: 15px !important;
	
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  border-bottom: none !important;
}

#video-overlay {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

#play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border: none;
  background: url('images/play-icon.jpg') no-repeat center center;
  background-size: 90%;
  cursor: pointer;
  z-index: 1;
}

#video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Header Transparenz */
body.pipeline2021 header {
background-color: white !important;
	transition: none !important;
}

body #modal-menu-toggler > div:nth-child(1) > span:nth-child(2)::before {
color: #fff;
}

#sp-header:hover #modal-menu-toggler > div:nth-child(1) > span:nth-child(2)::before {
color: #333333;
}


.startseite #sp-footer {
display: none;
}

#sp-footer {
background: white;
}

#sp-footer .sp-module-title, #sp-footer .sp-module-content {
text-align: left !important;
	color: rgb(51, 51, 51);
}

#sp-footer .sp-module-title {
margin-bottom: 20px;
}

#sp-footer a {
font-size: 15px;
	font-weight: bold;
	color: rgb(39, 189, 206);
}

#sp-footer a:hover {
text-decoration: underline;
	color: rgb(39, 189, 206);
}

#sp-footer p {
font-size: 19px;
}

#sp-footer .uk-button-primary {
width: 100% !important;
  display: block;
}

#sp-footer ul.menu li a:hover {
  background-image: url(images/pfeil-blau-hover.svg) !important;
	background-repeat: no-repeat;
  background-size: 6px 17px;
  background-position: 2px calc(50% - 1px);
	
}

#sp-footer ul.menu li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sp-footer .container-inner {
border-bottom: 2px solid #d6d6d6;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

#sp-section-6 {
margin-bottom: 50px;
}

#sp-footer .menu li {
width: 100%;
}

#sp-position4 > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) {
margin-top: 56px;
}

.footer-container-impressum {
	text-align: right;
}
.footer-container-impressum > a {
  margin-right: 20px;

  padding-bottom: 5px;
  border-bottom: 2px solid #27bdce;
}
.footer-container-impressum > a:last-of-type {
  margin-right: 0px;
}

.footer-container-impressum > a:hover,
.footer-container-impressum > a:focus {
  text-decoration: none;
  color: #1c8492;
  border-bottom: 2px solid #1c8492;
}

.uk-width-small-1-2 {
width: 50%;
	display: inline-block !important;
	vertical-align: top;
}

.uk-width-1-2 {
width: 49%;
	display: inline-block !important;
	vertical-align: top;
}

.uk-grid .uk-width-small-1-2 img, .uk-grid .uk-width-small-1-2 span {
display: inline-block !important;
}

ul li {
list-style: none;
}

/*
ul:not(.menu, .menu-child, .sp-megamenu-parent) li::before {
  content: "\2022";
  color: #27bdce;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}*/

#video-overlay {
margin-bottom: 15px;
}

.footer-container-copyright-main {
font-size: 15px;
  letter-spacing: 0.75px;
	margin-bottom: 5px;
}

.footer-container-impressum a {
font-size: 15px;
	font-weight: 700;
	color: #27bdce;
}

.offcanvas-menu {
  width: 100%;
  height: auto;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -1000px;
  top: 0;
}

.offcanvas-menu .offcanvas-inner a.dropdown-content-link span  {
	font-weight: bold;
  font-size: 19px;
  line-height: 18px;
  color: #27bdce;
}

.offcanvas-menu .offcanvas-inner a.dropdown-content-link span:hover  {
	font-weight: bold;
  font-size: 19px;
  line-height: 18px;
  color: #1c8492;
	text-decoration: underline;
}

.offcanvas-menu .offcanvas-inner .uk-button-primary {
width: 220px !important;
	display: block;
}

.offcanvas-menu .offcanvas-inner li a {
	background-image: none !important;
	padding: 0px !important;
	font-family: "Gotham";
  font-weight: bold;
  font-size: 26px !important;
  line-height: 1.222 !important;
  color: #27bdce !important;
  height: auto;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 1 !important;
}

.offcanvas-menu .offcanvas-inner li {
	border-bottom: none !important;
}

#mod-custom160 {
	border-top: 1px solid #d6d6d6;
  padding-top: 30px;
  margin-toP: 30px;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #1c8492 !important;
}

.offcanvas-menu .offcanvas-inner ul.menu li a:hover {
  color: #1c8492 !important;
}

@media screen and (min-width: 992px) {
	.offcanvas-menu {
	display: none;
	}
}

@media (max-width: 991px) {
  #sp-header, #sp-header .container, #sp-header .container-inner, #sp-header .align-items-center {
    height: 127px;
  }
	
	.offcanvas-menu > .d-flex {
	height: 127px !important;
	}
	
}

@media (max-width: 992px) {
  .logo-image-phone {
    height: 82px !important;
  }
	
	div.logo:nth-child(1) > a:nth-child(1) > img:nth-child(2) {
	position: relative;
		left: 10px;
	}
}

@media (max-width: 768px) {
  .logo-image-phone {
    height: 82px !important;
  }
	
	div.logo:nth-child(1) > a:nth-child(1) > img:nth-child(2) {
	position: relative;
		left: 22px;
	}
}

.offcanvas-inner {
padding-top: 5px !important;
}

#cpnb-moreinfo-btn {
  display: none;
}

#cpnb-accept-btn, #cpnb-decline-btn, #cpnb-settings-btn, #cpnb-moreinfo-btn, #cpnb-accept-btn-m, #cpnb-decline-btn-m, #cpnb-save-btn-m {
  
  font-family: "Gotham", "Open Sans", sans-serif !important;
  font-size: 15px !important;
  font-weight: normal;
  
}

.cpnb-message {
   font-family: "Gotham", "Open Sans", sans-serif !important;
  font-size: 15px !important;
  font-weight: normal;
  
}

#cpnb-accept-btn:hover, #cpnb-decline-btn:hover, #cpnb-settings-btn:hover, #cpnb-moreinfo-btn:hover {

font-weight: normal !important;
}

.cpnb-manager-modal-left-item, .cpnb-manager-modal-right-selected {
  
  font-weight: normal;
}

body {
overflow-y: visible !important;
}
.uk-card {
box-shadow: none !important;
}

.news .uk-card-body {
background-color: #fafafa;
}

.news .uk-card-body h3 a { 
	font-family: "Gotham";
	color: #333333 !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}

.news .uk-card-body h3 a { 
	font-family: "Gotham";
	color: #333333 !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}

p.uk-article-meta {
display: none;
}

.news .uk-card-body span, .news .uk-card-body em, .news .uk-card-body p {
color: black !important;
}

.news .uk-card-body .uk-margin {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 40px;
}

.uk-subnav-divider a {
text-transform: none !important;
	font-size: 19px !important;
	padding-left: 5px;
	padding-right: 5px;
	color: #565453 !important;
}

.uk-subnav-divider a:hover {
text-transform: none !important;
	font-size: 19px !important;
	padding-left: 5px;
	padding-right: 5px;
	color: #27bdce !important;
	text-decoration: none !important;
}

.uk-subnav-divider .uk-active a {
color: #1c8492 !important;
}
/*
.uk-scope .uk-subnav-divider ::before {
margin-right: 0px !important;
}*/

.uk-subnav-pill li a {
text-transform: none !important;
}

.uk-subnav-pill .uk-active a {
color: #1c8492 !important;
	background-color: white;
}

.uk-subnav-pill li {
	background-color: white !important;
}

.uk-subnav-pill li a:hover {
	text-decoration: none !important;
	color: #1c8492 !important;
	background-color: white !important;
}

.uk-scope .uk-subnav-pill > .uk-active > a {
  background-color: white !important;
}

.uk-scope .uk-dotnav > .uk-active > * {
  background-color: rgb(39, 189, 206) !important;
  border-color: transparent !important;
}

.uk-scope .uk-dotnav > * > * {
border: 1px solid rgb(39, 189, 206) !important;
}

.uk-scope .uk-dotnav > * > :hover {
  background-color: rgb(39, 189, 206) !important;
  border-color: transparent !important;
}

.uk-h3 {
font-family: "Gotham" !important;
	font-weight: 700 !important;
}

.uk-accordion li > a:hover {
text-decoration: none !important;
}

.startseite #sp-main-body, .startseite #sp-section-6 {
display: none;
}

.startseite {
	height: 100%;
	overflow-y: hidden !important;
}

@media screen and (max-width: 575px) {
	.logo-image-phone {
		position: relative;
  		right: -30px;
	}
	
	#offcanvas-toggler {
	position: relative;
		right: 30px;
	}
}

body.ltr .close-offcanvas {
  right: 50px;
  top: 45px;
}

@media screen and (max-width: 991px) {

.offcanvas-active .burger-icon > span:nth-child(1), #modal-menu-toggler.active .burger-icon > span:nth-child(1) {
  	transform: translate(0, 13px) rotate(-45deg);
}
	
}

li.sp-menu-item:nth-child(10) {
	padding-bottom: 30px !important;
}

li.sp-menu-item:nth-child(11), li.sp-menu-item:nth-child(12) {
	width: 47%;
	font-size: 24px !important;
}
	
li.sp-menu-item:nth-child(12) {
	position: relative;
	top: -50px;
	left: 150px;
}

li.sp-menu-item:nth-child(12) {
	left: 105px;
}

.uk-scope .uk-subnav {
	position: relative;
	left: 20px;
}

#modal-menu .modules-wrapper {
  border-left: none !important;
  padding-left: 0px !important;
  padding-top: 0px;
}


#modal-menu .col-sm-7 {
  border-left: 1px solid #d6d6d6;
  padding-left: 60px !important;
}

/* PIPELINE CSS*/
.pipeline2021 .button-centered {
  max-width: 290px;
}

.pipeline2021 .td-grid-pipeline .uk-width-1-5 h3 {
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
	position: relative;
  top: -8px;
}

.pipeline2021 .tm-totop-scroller {
  display: none;
  background: white;
  position: fixed;
  right: 2%;
  top: 70%;
  padding: 5px;
  opacity: 1 !important;
  cursor: pointer;
}

.tr-grid-pipeline {
  color: #1c8492 !important;
  border-bottom: 3px solid #1c8492;
  text-align: center !important;
  padding-bottom: 10px;
}

.tr-grid-pipeline h4 {
  color: #1c8492 !important;
}

.td-grid-pipeline {
  text-align: center !important;
}

.pipeline2021 .uk-accordion-title {
  padding: 0px;
  color: white;
  padding: 5px 0px 5px 0px;
  width: 60%;
  margin: 0 auto;
  border-radius: 10px;
}

.pipeline2021 .uk-accordion-title::before {
  display: none !important;
}

.pipeline h3.uk-active {
  background: dimgray;
}

.td-grid-pipeline .uk-width-1-5 {
  padding-bottom: 0px;
  padding-top: 20px;
}

.td-grid-pipeline h5 {
  line-height: 40px;
}

.pipeline2021 .uk-accordion-content {
  margin-bottom: 20px;
  position: relative;
  top: 0px;
  left: 0;
  background: white;
  width: 100%;
}

.expand-arrow {
  position: relative;
  top: -10px;
  left: 0%;
  height: 60px;
  width: 100px;
  cursor: normal;
}
.expand-arrow:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #1c8492;
  position: relative;
  top: 81%;
  margin-top: 0px;
  left: 25px;
  transition: all 0.3s ease;
  display: block;
}

/*
.expand-arrow:hover:before {
  left: 25px;
  width: 70px;
}*/
.expand-arrow::after {
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: "";
  color: #1c8492;
  display: inline-block;
  height: 15px;
  position: relative;
  top: 39px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 15px;
  transition: all 0.3s ease;
  left: 25px;
  transform: rotate(45deg);
  left: -10px;
}
/*
.expand-arrow:hover:after {
  left: 50px;
}*/

.pipeline2021 .td-grid-pipeline .uk-width-1-5 {
  padding-left: 0px !important;
}

.pipeline2021 .tr-grid-pipeline .uk-width-1-5 {
  padding-left: 0px !important;
}

.progress-bar {
  float: left;
  width: 50%;
  height: 20px;
  margin: 0 30px 0 20px;
}
.bar-fill {
  width: 0%;
  height: 100%;
  background-color: #ccc;
  border-radius: 10px;
  position: relative;
  transition: width 0.5s ease;
}
.progress-bar-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ccc;
  position: absolute;
  right: -10px;
  top: -10px;
}

.pipeline2021 #pipeline_bild {
  position: absolute;
  width: 200px;
  padding-left: 30px;
  top: 55px;
}

.pipeline2021 .expand-arrow {
  width: 100%;
}

/* GROSSER PFEIL */
.pipeline2021 .uk-width-3-5 #arrow10::before {
  width: 14% !important;
}
.pipeline2021 .uk-width-3-5 #arrow10:after {
  left: -33% !important;
}

.pipeline2021 .uk-width-3-5 #arrow20::before {
  width: 15% !important;
}
.pipeline2021 .uk-width-3-5 #arrow20:after {
  left: -32% !important;
}

.pipeline2021 .uk-width-3-5 #arrow30::before {
  width: 25% !important;
}
.pipeline2021 .uk-width-3-5 #arrow30:after {
  left: -22% !important;
}

.pipeline2021 .uk-width-3-5 #arrow40::before {
  width: 35% !important;
}
.pipeline2021 .uk-width-3-5 #arrow40:after {
  left: -12% !important;
}

.pipeline2021 .uk-width-3-5 #arrow50::before {
  width: 49% !important;
}
.pipeline2021 .uk-width-3-5 #arrow50:after {
  left: 11px !important;
}

.pipeline2021 .uk-width-3-5 #arrow60::before {
  width: 55% !important;
}
.pipeline2021 .uk-width-3-5 #arrow60:after {
  left: 8% !important;
}

.pipeline2021 .uk-width-3-5 #arrow70::before {
  width: 65% !important;
}
.pipeline2021 .uk-width-3-5 #arrow70:after {
  left: 20% !important;
}

.pipeline2021 .uk-width-3-5 #arrow80::before {
  width: 75% !important;
}
.pipeline2021 .uk-width-3-5 #arrow80::after {
  left: 28% !important;
}

.pipeline2021 .uk-width-3-5 #arrow90::before {
  width: 80% !important;
}
.pipeline2021 .uk-width-3-5 #arrow90::after {
  left: 33% !important;
}

.pipeline2021 .uk-width-3-5 #arrow100::before {
  width: 84% !important;
}
.pipeline2021 .uk-width-3-5 #arrow100:after {
  left: 37% !important;
}

/*AUSKLAPPBAERER PFEIL*/
.pipeline2021 .uk-width-2-3 .expand-arrow {
  width: 100% !important;
}

.pipeline2021 .uk-width-2-3 #arrow10::before {
  width: 10% !important;
}
.pipeline2021 .uk-width-2-3 #arrow10:after {
  left: 14% !important;
}

.pipeline2021 .uk-width-2-3 #arrow20::before {
  width: 15% !important;
}
.pipeline2021 .uk-width-2-3 #arrow20:after {
  left: 19% !important;
}

.pipeline2021 .uk-width-2-3 #arrow30::before {
  width: 25% !important;
}
.pipeline2021 .uk-width-2-3 #arrow30:after {
  left: 29% !important;
}

.pipeline2021 .uk-width-2-3 #arrow40::before {
  width: 35% !important;
}
.pipeline2021 .uk-width-2-3 #arrow40:after {
  left: 39% !important;
}

.pipeline2021 .uk-width-2-3 #arrow50::before {
  width: 51% !important;
}
.pipeline2021 .uk-width-2-3 #arrow50:after {
  left: 55% !important;
}

.pipeline2021 .uk-width-2-3 #arrow60::before {
  width: 58% !important;
}
.pipeline2021 .uk-width-2-3 #arrow60:after {
  left: 62% !important;
}

.pipeline2021 .uk-width-2-3 #arrow70::before {
  width: 70% !important;
}
.pipeline2021 .uk-width-2-3 #arrow70:after {
  left: 74% !important;
}

.pipeline2021 .uk-width-2-3 #arrow80::before {
  width: 85% !important;
}
.pipeline2021 .uk-width-2-3 #arrow80:after {
  left: 89% !important;
}

.pipeline2021 .uk-width-2-3 #arrow90::before {
  width: 95% !important;
}
.pipeline2021 .uk-width-2-3 #arrow90:after {
  left: 99% !important;
}

.pipeline2021 .uk-width-2-3 #arrow100::before {
  width: 104% !important;
}
.pipeline2021 .uk-width-2-3 #arrow100:after {
  left: 108% !important;
}

.pipeline2021 .uk-accordion-content .expand-arrow {
  top: -30px !important;
}

[class*="uk-animation-slide-left"] {
  animation-duration: 1.5s !important;
}

/* FORCE LANDSCAPE MODE, ONLY ON PIPELINE PAGE */
/*
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
	
}*/

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  /*.tm-totop-scroller {
right: -30px !important;
top: 35px;
}
*/

  .pipeline2021 {
    transform: rotate(-90deg) !important;
  }

  .pipeline2021 .uk-accordion-content {
    left: 15% !important;
  }

  .pipeline2021 .uk-width-2-3 #arrow100::before {
    width: 85% !important;
  }
  .pipeline2021 .uk-width-2-3 #arrow100:after {
    left: 89% !important;
  }
}

@media screen and (max-width: 1349px) {
  .pipeline2021 .uk-width-2-3 #arrow100::before {
    width: 92% !important;
  }
  .pipeline2021 .uk-width-2-3 #arrow100:after {
    left: 97% !important;
  }
}

@media screen and (max-width: 1000px) {
  .pipeline2021 #pipeline_bild {
    right: 60px;
  }

  .pipeline2021 .uk-accordion-content {
    left: 19% !important;
  }
}

.pipeline2021 .tm-sidebar-b {
  max-height: 400px !important;
}

.pipeline2021 #sp-right {
	display: none;
}

.pipeline2021 .col-lg-8 {
	width: 100%;
}

.tr-grid-pipeline {
	position: sticky;
  top: 150px;
  z-index: 299;
  width: inherit;
  background-color: white;
  height: 50px;
  margin-top: 8px !important;
	margin-left: 0px !important;
}

.tr-grid-pipeline h4 {
	font-weight: 700 !important;
	font-size: 24px !important;
	position: relative;
}


.pipeline2021 .article-header {
	display: none;
}

.pipeline2021 .uk-accordion-title {
	color: white !important;
	font-weight: 700;
}

.pipeline2021 .uk-scope .uk-grid + .uk-grid {		
	margin-top: 0px !important;
}

.expand-arrow {
	width: 90% !important;
	display: inline-block;
}

.arrow-percent {
	width: 10% !important;
	display: inline-block;
	position: relative;
  bottom: -24px;
  color: #333;
  font-weight: 700;
}

.pipeline2021 .uk-accordion-title {
	margin-right: 38px;
}

.pipeline2021 .uk-accordion-content {
	padding: 30px;
	background: #ececec;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.td-grid-pipeline {
  margin-top: 0px !important;
}
/*
.pipeline2021 .uk-accordion-content {
	display: none !important;
}
*/
.pipeline2021 .uk-width-3-5 {
	position: relative;
  	top: -8px;
}

.pipeline2021 .uk-scope h5 p {
	color: #333;
	font-weight: 700;
	font-size: 17px;
}

#sp-right .sp-module {
	border: none;
}
/*
div.uk-scope:nth-child(9) > div:nth-child(2) > div:nth-child(1), div.uk-scope:nth-child(15) > div:nth-child(2) > div:nth-child(1) {
	display: none;
}*/
/*
div.uk-scope:nth-child(3) > div:nth-child(2) > div:nth-child(1) {
position: fixed;
	width: 67%;
}*/

.pipeline2021 #sp-header {
	animation: none !important;
}

.leadership #sp-right .uk-grid, .board-directors #sp-right .uk-grid, .scientific-board #sp-right .uk-grid {
	position: relative;
  	bottom: -85px;
}


.pipeline2021 h3.uk-accordion-title {
	cursor: pointer !important;
}

.pipeline2021 .uk-accordion-title {
	width: 100%;
}

.pipeline2021 .uk-scope .uk-grid {
  margin-left: -0px;
}

.pipeline2021 .uk-scope .uk-accordion > :nth-child(n+2) {
  margin-top: 0px;
}

.pipeline2021 div.uk-scope:nth-child(8) > div:nth-child(2),.pipeline2021 div.uk-scope:nth-child(13) > div:nth-child(2) {
	display: none;
}

.pipeline2021 .uk-width-1-5 h3 {
	max-width: 130px;
  margin: 0 auto;
  background: #1c8492;
  color: white;
  font-weight: bold;
  border-radius: 7px;
  padding: 7px 15px 7px 15px;
	font-size: 20px;
}

.pipeline2021 .uk-accordion-content {
	border: 3px solid #ececec;
  background: white;
  border-radius: 2px;
}

.pipeline2021 .uk-accordion-content p {
	font-size: 16px;
}

.pipeline2021 .uk-accordion-content h5 {
	font-family: "Gotham", "Open Sans", sans-serif
}

.newsslider {
  position: relative;
  background: #ffffff;
  position: fixed;
  transform: translateY(0%);
  width: 30%;
  z-index: 2;
  max-height: 40%;
  border-left: 0;
  margin-left: calc(-30% - 6px);
  min-height: 183px;
  max-width: 30%;
  min-width: 30%;
  transition: max-width 2s ease, min-width 2s ease, margin-left 2s;
  bottom: 0;
  border-right: 100px solid #27bdce;
}
.newsslider-logo {
  position: fixed;
  top: 0;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  width: 94px;
  height: 100%;
  right: 0;
  left: 0;
  margin-left: 101%;
}

.newsslider:after,
.newsslider:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.newsslider:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #27bdce;
  border-width: 90px;
  margin-top: -90px;
}
.newsslider:before {
  border-color: rgba(39, 189, 206, 0);
  border-left-color: #27bdce;
  border-width: 97px;
  margin-top: -97px;
}
#tm-left-newsslider {
  padding: 10px;
  height: calc(100% - 20px);
  overflow: hidden;
}

.newsslider.newsslider-open {
  margin-left: 0px;
  transition: max-width 2s ease, min-width 2s ease, margin-left 2s;
  max-width: 75%;
  min-width: 500px;
}
/*
.newsslider .uk-button::before {
  content: " ";
  background: -webkit-linear-gradient(#fff, #000);
  background: linear-gradient(rgba(0, 0, 0, 0), #fff);
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 20px;
}*/
.newsslider .uk-button {
  width: 100%;
  border-bottom: 10px solid white !important;
  text-align: right;
}
.newsslider-logo-text {
  position: fixed;
  text-align: center;
  color: #ffffff;
  margin-left: 15px;
  line-height: 1;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 76px;
}
.newsslider-logo-small-arrow {
  background-image: url("/images/flyer-pfeil-klein.svg");
  width: 13px;
  position: fixed;
  height: 25px;
  background-repeat: no-repeat;
  margin-left: 15px;
  transition: transform 2s, margin-left 2s;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  margin-left: 62px;
}
.newsslider-logo-large-arrow {
  background-image: url("/images/flyer-pfeil-klein.svg");
  width: 13px;
  position: fixed;
  height: 25px;
  background-repeat: no-repeat;
  margin-left: 53px;
  bottom: 0;
  top: 0;
  margin-bottom: auto;
  margin-top: auto;
}

.newsslider-open .newsslider-logo-small-arrow {
  transform: rotateY(180deg);
  transition: transform 2s, margin-left 2s ease;
  /*! margin-left: 12px; */
}
@media (min-width: 768px) {
  .uk-overlay-panel {
    padding-left: 130px !important;
  }
  .mobile-left-newsslider {
    display: none;
  }
}
@media (max-width: 767px) {
  .newsslider {
    display: none;
  }
  .mobile-left-newsslider {
    position: fixed;
    left: -53px;
    bottom: -20px;
    background: #27bdce;
    z-index: 1;
    padding: 10px;
    color: white;
    transform: rotate(45deg);
    padding-right: 45px;
    padding-left: 45px;
    padding-bottom: 45px;
    cursor: pointer;
  }
}

.newsslider h2.uk-article-title {
  font-size: 22px;
}

.newsslider.newsslider-open {
	min-width: 1000px;
}

.newsslider section {
	width: 49%;
	display: inline-block;
}

.newsslider {
	display: none;
}

.startseite .newsslider {
	display: block;
}

#mod-custom95 > p:nth-child(3) > a:nth-child(1) {
	min-width: 150px;
  display: block;
}

.pipeline2021 div.uk-scope:nth-child(3) > div:nth-child(2) {
	position: fixed;
	width: 67%;
}


body:not(.modal-menu-active) #modal-menu {
	opacity: 0;
}

#modal-menu {
  top: 159px;
}

#sp-top-text {
background: #27bdce;
  padding-top: 30px;
  padding-bottom: 30px;
  color: white !important;
}

#sp-bottom-text {
	background: #1c8492;
  padding-top: 30px;
  padding-bottom: 30px;
  color: white !important;
}

#sp-top-text h2, #sp-bottom-text h2 {
		color: white !important;
}

.uk-modal-dialog {
  top: 17%;
}
 .uk-close {
	  color:#999;
	  transition:.1s ease-in-out;
	  transition-property:color,opacity
	}
	.uk-close:hover {
	  color:#666
	}
  
	.uk-modal {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1010;
		overflow-y: hidden;
		padding: 15px 15px;
		background: rgba(0, 0, 0, .6);
		opacity: 0;
		transition: opacity .15s linear
	}

	@media (min-width:640px) {
		.uk-modal {
			padding: 50px 30px
		}
	}

	@media (min-width:960px) {
		.uk-modal {
			padding-left: 40px;
			padding-right: 40px
		}
	}

	.uk-modal.uk-open {
		opacity: 1
	}
	/*
	.uk-modal-page {
		overflow: hidden
	}*/

	.uk-modal-dialog {
		position: relative;
		box-sizing: border-box;
		margin: 0 auto;
		width: 900px;
		max-width: 100% !important;
		background: #fff;
		opacity: 0;
		transform: translateY(-100px);
		transition: .3s linear;
		transition-property: opacity, transform;
		max-height: 85%;
  		overflow-y: scroll;
	}

	.uk-open>.uk-modal-dialog {
		opacity: 1;
		transform: translateY(0)
	}

	.uk-modal-container .uk-modal-dialog {
		width: 1200px
	}

	.uk-modal-full {
		padding: 0;
		background: 0 0
	}

	.uk-modal-full .uk-modal-dialog {
		margin: 0;
		width: 100%;
		max-width: 100%;
		transform: translateY(0)
	}

	.uk-modal-body {
		display: flow-root;
		padding: 20px 20px
	}

	.uk-modal-header {
		display: flow-root;
		padding: 10px 20px;
		background: #fff;
		border-bottom: 1px solid #e5e5e5
	}

	.uk-modal-footer {
		display: flow-root;
		padding: 10px 20px;
		background: #fff;
		border-top: 1px solid #e5e5e5
	}

	@media (min-width:640px) {
		.uk-modal-body {
			padding: 30px 30px
		}

		.uk-modal-header {
			padding: 15px 30px
		}

		.uk-modal-footer {
			padding: 15px 30px
		}
	}

	.uk-modal-body>:last-child,
	.uk-modal-footer>:last-child,
	.uk-modal-header>:last-child {
		margin-bottom: 0
	}

	.uk-modal-title {
		font-size: 2rem;
		line-height: 1.3
	}

	[class*=uk-modal-close-] {
		position: absolute;
		z-index: 1010;
		top: 10px;
		right: 10px;
		padding: 5px
	}

	[class*=uk-modal-close-]:first-child+* {
		margin-top: 0;
	}

	.uk-modal-close-outside {
		top: 0;
		right: -5px;
		transform: translate(0, -100%);
		color: #fff
	}

	.uk-modal-close-outside:hover {
		color: #fff
	}

	@media (min-width:960px) {
		.uk-modal-close-outside {
			right: 0;
			transform: translate(100%, -100%)
		}
	}

	.uk-modal-close-full {
		top: 0;
		right: 0;
		padding: 10px;
		background: #fff
	}

	@media (min-width:960px) {
		.uk-modal-close-full {
			padding: 20px
		}
	}

.article-list .article {
  border: none !important;
	padding: 0px !important;
}

.careers .uk-width-1-2 {
	padding: 30px 30px 0px 0px;
}

.careers h3 {
	color: #27bdce;
}

.careers .uk-button-default {
	background: white;
  border: none;
  font-size: 19px;
  color: #27bdce;
  font-family: "Gotham";
  font-weight: 700;
  position: relative;
  bottom: -1px;
}

.careers .uk-button-default:hover {
	text-decoration: underline;
}

.uk-modal-close-default {
	background: white;
	border: none;
	right: 20px !important
}

@media screen and (max-width: 767px) {
	.careers .uk-width-1-2 {
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
}

.careers .uk-modal ul:not([class]) > li:not([class])::before {
  content: "\2022";
  color: #27bdce;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.careers .uk-modal a {
	color: #27bdce;
	font-weight: 700;
}

.careers .uk-modal a:hover {
	color: #1c8492;
	font-weight: 700;
	text-decoration: underline;
}

.careers .uk-modal-dialog {
	top: 155px;
}

.careers .article-header {
	display: none;
}

#sp-bottom-linkedin {
	padding-top: 40px;
  	padding-bottom: 60px;
}

#sp-bottom-text p {
  margin-bottom: 0px !important;
	text-align: center !important;
}

.careers #sp-main-body {
	padding-top: 30px;
	padding-bottom: 30px;
}

.careers .uk-button {
	padding: 0px;
}

.careers header {
	background-color: transparent !important;
}

b, strong {
  font-weight: bold;
}

.newsslider {
	left: 106px;
}

.newsslider-open {
	left: 0px !important;
}

@media screen and (max-width: 960px) {
	.newsslider {
		display: none !important;
	}
}

.newsslider .uk-width-1-2 {
	display: none;
	padding: 20px;
}

#tm-left-newsslider {
	overflow: unset !important;
}
/*
.newsslider {
	overflow-y: scroll;
}*/

#tm-left-newsslider {
	max-height: 350px;
}

.newsslider section:nth-of-type(2) {
	max-height: 300px;
  	overflow-y: scroll;
}

.newsslider a.uk-button {
	font-size: 19px;
	font-weight: 700;
	color: #27bdce;
}

.newsslider a.uk-button:hover {
	text-decoration: underline;
}
.leadership #sp-right a:not(.uk-position-cover), .board-directors #sp-right a:not(.uk-position-cover), .scientific-board #sp-right a:not(.uk-position-cover){
	background-image: url(images/pfeil-blau.svg) !important;
  background-repeat: no-repeat;
  background-size: 6px 17px;
  background-position: 2px calc(50% - -1px);
  padding-left: 18px;
}

.leadership #sp-right a:not(.uk-position-cover):hover, .board-directors #sp-right a:not(.uk-position-cover):hover, .scientific-board #sp-right a:not(.uk-position-cover):hover {
	background-image: url(images/pfeil-blau.svg) !important;
}

.board-directors .article-header {
	display: none;
}

.scientific-board .article-header {
	display: none;
}

.leadership .article-header {
	display: none;
}

.grid-image-gray img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
}

[class*="uk-icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}

.icon-mail::before {
  content: "" !important;
  background-image: url(images/envelope.svg) !important;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
}

.icon-mail {
	background-color: #27bdce;
  border: 12px solid #27bdce;
  border-radius: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.icon-linkedin::before {
	background-image: url(images/linkedin.svg) !important;
	content: "" !important;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
}

.icon-linkedin {
	background-color: #27bdce;
  border: 12px solid #27bdce;
  border-radius: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo-image-scroll {
	display: none;
}

@media screen and (max-width:991px) {
	.logo-image, .logo-image-scroll {
		height: 80px !important;
		padding-left: 30px;
	}
	.logo-image {
		position: relative;
		bottom: -8px;
	}
}

.scroll-color-change::before {
      color: #333 !important;
    }


body:not(.startseite)#sp-section-2 {
	filter: brightness(70%);
-webkit-filter: brightness(70%);
-moz-filter: brightness(70%);
}

.careers .header-sticky {
	background: white !important;
}

.pipeline2021 .logo-image-scroll {
	display: block !important;
}

.pipeline2021 .logo-image {
	display: none !important;
}

.pipeline2021 #modal-menu-toggler > div:nth-child(1) > span:nth-child(2)::before {
	color: #333 !important;
}

.pipeline2021 .uk-width-1-5 h3:hover {
  background-color: #27bdce !important;
  transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
}

.pipeline2021 .uk-width-1-5 h3 {
  transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -ms-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
}

.pipeline2021 .uk-accordion .uk-open h3 {
	background-color: #27bdce !important;
	
}

.expand-arrow {
  position: relative;
  top: -10px;
  left: -8%;
  height: 60px;
  width: 100px;
  cursor: normal;
}

.pipeline2021 h2 {
	padding-left: 60px;
}

.startseite #sp-section-9 {
	display: none !important;
}

@media screen and (max-width: 768px) {
	#logo-right {
		position: absolute;
  		right: 0px;
	}
}

.pipeline2021 div.uk-scope:nth-child(3) > div:nth-child(2) {
  position: fixed;
  width: 100%;
  max-width: 1160px !important;
}

button.uk-button {
  color: #27bdce !important;
  background: white !important;
  border: none !important;
  border-bottom: 3px solid #27bdce !important;
  padding: 0px !important;
}

.sp-scroll-up {
	display: none !important;
}

@media screen and (max-width: 1200px) {
	.pipeline2021 .mobile-extend {
		max-width: 25% !important;
	}
	
	.pipeline2021 div.uk-scope:nth-child(3) > div:nth-child(2) {
		  position: fixed;
		  width: 82%;
	}
	
	.expand-arrow::after {
	  margin-right: -7px;
	}
	
}

@media screen and (max-width: 991px) {
	 .pipeline2021 div.uk-scope:nth-child(3) > div:nth-child(2) {
    position: fixed;
    width: 90%;
    margin-top: -25px !important;
  }
	
	.pipeline2021 .container {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		max-width: unset;
	}
  
  .pipeline2021 #uk-accordion-0-title-0{
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 800px) {
	 .pipeline2021 .mobile-extend {
		max-width: 30% !important;
	}
	
	.mobile-extend h5 p {
		word-break: break-word;
	}
}


.newsslider a.uk-button-default {
	padding: 0px;
  text-align: left;
  border: none;
  text-transform: none;
  margin-top: -10px;
}

body:not(.modal-menu-active) #modal-menu {
	display: none !important;
}

/* Header */
.pipeline2021 #sp-header{
  position: fixed;
}

.pipeline2021 #uk-accordion-0-title-0 {
  padding-top: 50px;
}

.how-it-works .uk-panel p{
/*  color: black;
  border: solid 1px rgb(39, 189, 206);
  background: white;
  padding-right: 5px;
  padding-left: 5px;*/
  font-weight: 500;
  font-style: normal;
  color: white;
}

.hover-overlay .uk-inline-clip:hover img {
	filter: brightness(0.5);
	transition: 0.3s ease-in;
}

.hover-overlay .uk-inline-clip {
	transition: 0.3s ease-in;
}

/*
.board-of-directors .uk-h3{
  margin-top: -175px !important;
  position: relative;
  padding: 10px;
}*/
table, td {
  	border-collapse: collapse;
  border: 1px solid #cccccc;
  padding: 15px;
}

.privacy-policy ul li {
	list-style: unset !important;
}

.privacy-policy ul li::marker {
  color: #27bdce;
}

#Cookies-notice strong {
	font-family: "Gotham", "Open Sans", sans-serif !important;
  font-weight: bold !important;
  font-size: 30px !important;
  line-height: 42px !important;
  color: #565453 !important;
	text-align: left !important;
}

#Cookies-notice:hover {
	text-decoration: none !important;
}

.hover-overlay p {
	font-weight: 500;
  font-style: normal;
  color: white;
}

.sp-contact-info, .social-icons {
	display: none !important;
}

.team-grid a svg {
	display: none;
}
.team-grid .uk-overlay a.uk-icon-button {
	background-image: url(https://www.lightchainbio.com/images/linkedin.png);
		background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.board-directors .team-grid .uk-overlay a.uk-icon-button {
	background-image: url(https://www.lightchainbio.com/images/mail-icon.png);
		background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.scientific-grid .uk-overlay a.uk-icon-button {
	background-image: url(https://www.lightchainbio.com/images/mail-icon.png);
		background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.header-sticky {
  	background-color: white !important;
}

@media only screen and (max-width: 800px) {
  .read-more-pic {
    max-width: 300px !important;
  }
}

.news p.uk-article-meta {
  	display: block;
  	font-size: 16px;
}

/*
.slideshow-content-fullwidth img{
  max-width: 100% !important;
  height: 500px !important;
}*/

#sp-position1 .uk-slideshow  > div > ul > li > img {
	width: 1920px !important;
	height: auto !important;
 	top: 15% !important;
}

@media (min-width: 1920px) {
    #sp-position1 .uk-slideshow  > div > ul > li > img {
        width: 100% !important;
    }
}

.pipeline2021 #sp-section-2, .pipeline2021 #sp-top-text, .pipeline2021 #sp-bottom-text, .pipeline2021 #sp-bottom-linkedin {
	display: none;
}

