/* cmsms stylesheet: LB-Global modified: 03.04.2020 10:00:45 */
@charset "UTF-8";
@-ms-viewport	{ width: device-width; }
@-o-viewport	{ width: device-width; }
@viewport		{ width: device-width; }

@font-face {
	font-family: 'railwayregular';
	src:  url('https://www.leoblu.de/fonts/Railway-webfont.eot');
	src:  url('https://www.leoblu.de/fonts/Railway-webfont.eot?#iefix') format('embedded-opentype'),
	url('https://www.leoblu.de/fonts/Railway-webfont.woff') format('woff'),
	url('https://www.leoblu.de/fonts/Railway-webfont.ttf') format('truetype'),
	url('https://www.leoblu.de/fonts/Railway-webfont.svg#railwayregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #222329;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	margin: 0;
	color: #fff;
}
* {
	outline: none;
}

h1,
h2 {
	text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
}
#meta-row {
	background: #fff;
	position: relative;
	line-height: 25px;
	padding-top: 2px;
	height: 25px;
	z-index: 3;
}
body.scrolled #meta-row {
	z-index: 2;
}
#meta-row .btn-group {
        vertical-align: top;
}
#meta-row .btn {
	padding: .15rem .5rem .15rem 30px;
	font-size: .675rem;
	line-height: 1.3;
	border-radius: .2rem;
        vertical-align: top;
        color: #222329;
        border-color: #222329;
}
#meta-row .btn::before {
  content: '';
  display: block;
  background-image: url(/img/flags.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200% auto;
  width: 25px;
  height: 15px;
  position: absolute;
  left: 2px;
  top: 3px;
}
#meta-row .btn-group > .btn::before {
 top: 2px;
}
#meta-row .btn-en::before {
  background-position: -25px 0;
}
#meta-row .btn.active {
	background: #065295;
	color: #fff;
}
#meta-row .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
#meta-row .dropdown-menu .btn {
  border-radius: 0;
  line-height: 1.8;
  position: relative;
}

#top-row {
	background: #2e3268;
	
	-webkit-transition: all 80ms ease-in;
	   -moz-transition: all 80ms ease-in;
		 -o-transition: all 80ms ease-in;
			transition: all 80ms ease-in;
	
	position: relative;
	z-index: 2;
}
body.scrolled #top-row {
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}

#logo {
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
}
#logo img {
	max-width: 130px;
	height: auto;
}

/* Main Nav */
.navbar-main-nav {
	padding: 0;
}
#main-nav {
	padding-top: 20px;
}
#main-nav ul > li {
	position: relative;
	padding: 0;
}

#main-nav ul > li > a {
	/* font-family: 'Glegoo', serif; */
	line-height: 30px;
	padding: 5px 15px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	/* text-transform: uppercase; */
}
#main-nav ul > li > a.active,
#main-nav ul > li > a:hover,
#main-nav ul > li > a:focus,
#main-nav ul > li > a:active,
#main-nav ul > li:hover > a {
	background: #065295;
	color: #fff;
}

/* 2nd Level */
#main-nav ul > li > ul > li {
	border: none;
}
#main-nav ul > li > ul > li > a {
	display: block;
	padding: 5px 15px;
	line-height: 35px;
	white-space: nowrap;
	-webkit-transition: all 0.25s ease-out;
		 -moz-transition: all 0.25s ease-out;
		 -o-transition: all 0.25s ease-out;
			transition: all 0.25s ease-out;
}
#main-nav ul > li > ul > li > a:hover,
#main-nav ul > li > ul > li > a:focus,
#main-nav ul > li > ul > li > a:active {
	background: #065295;
}
#main-nav ul > li:focus-within > ul > li > a,
#main-nav ul > li:hover > ul > li > a,
#main-nav ul > li.hover > ul > li > a {
	max-height: 60px;
}


/* Special Hamburger Styles */
.hamburger {
	padding: 0px;
	/* display: inline-block; */
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: #fff;
	text-transform: none;
	text-align: center;
	background-color: transparent;
	border: 0;
	margin: 15px 15px 5px 15px;
	float: right;
	overflow: visible;
	position: relative;
	z-index: 1001;
}

.hamburger .hamburger-box {
	width: 35px;
	height: 24px;
	display: block;
	position: relative;
	margin: 0 auto;
}

.hamburger .menu-text {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-top: 3px;
}

.hamburger .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.hamburger.collapsed .hamburger-inner {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
	width: 35px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
	
.hamburger .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger .hamburger-inner::before {
	top: 0px;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
	opacity: 0;
}
.hamburger.collapsed .hamburger-inner::before {
	top: -10px;
	opacity: 1;
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger .hamburger-inner:after {
	bottom: 0px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.collapsed .hamburger-inner:after {
	bottom: -10px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* special Hamburger End*/


/* Slick Slider */
.main-slider-wrap {
	background: #222329;
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
	     -o-transition: all 0.25s ease-in-out;
		 	transition: all 0.25s ease-in-out;
	
	position: relative;
	z-index: 1;
}
.main-slider-wrap .img-header {
  width: 100%;
  height: auto;
}
.main-slider {
	/* visibility: hidden; */
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.main-slider.slick-initialized {
	visibility: visible;
}
.main-slider-wrap::before {
	content: '';
	display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#343434+0,343434+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(34,35,41,0) 0%, rgba(34,35,41,0.95) 100%);
	background: -webkit-linear-gradient(top,  rgba(34,35,41,0) 0%,rgba(34,35,41,0.95) 100%);
	background: linear-gradient(to bottom,  rgba(34,35,41,0) 0%,rgba(34,35,41,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222329', endColorstr='#222329',GradientType=0 );

	width: 100%;
	height: 0px;
        height: 200px; /* not animated - remove */
	position: absolute;
	left: 0px;
	bottom: -200px;
        bottom: 0; /* not animated - remove */
	z-index: 1;
}
.main-slider-wrap::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
        z-index: -1;
}
body.scrolled .main-slider-wrap::before {
	height: 200px;
	bottom: 0;
	-webkit-transition: all 0.75s ease-in-out;
	   -moz-transition: all 0.75s ease-in-out;
	     -o-transition: all 0.75s ease-in-out;
		 	transition: all 0.75s ease-in-out;
}
/* Ausnahme für Safari - Slick Slider height */
body.safari .main-slider .slick-slide {
	height: auto;
}

.main-slider .slick-slide .info-box::before {
	content: '';
	display: block;
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: 50%;
	top: 25px;
	height: 1px;
	width: 270px;
	margin-left: -135px;
}
.main-slider .slick-current.slick-active .info-box::before {
	-webkit-animation: fadeInRight 0.8s both 0.5s;
			animation: fadeInRight 0.8s both 0.5s;
}
.main-slider .slick-slide .info-box {
	position: relative;
	width: 100%;
	height: auto;
	font-weight: 400;
	color: #fff;
	padding: 20px 20px 40px 20px;
	margin-top: 60vh;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
	
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
	     -o-transition: all 0.25s ease-in-out;
		 	transition: all 0.25s ease-in-out;
}
.main-slider .slick-slide .info-box .btn {
	text-shadow: none;
}

body.scrolled .main-slider .slick-slide .info-box {
	background: rgba(16,16,28,0.75);
	-webkit-transition: all 0.75s ease-in-out;
	   -moz-transition: all 0.75s ease-in-out;
	     -o-transition: all 0.75s ease-in-out;
		 	transition: all 0.75s ease-in-out;
}
.main-slider .slick-slide .info-box h1,
.main-slider .slick-slide .info-box p {
	text-align: center;
}
.main-slider .slick-slide .info-box .headline + .sub-headline {
	margin-top: -20px;
}
.main-slider .slick-current.slick-active .info-box {
	-webkit-animation: fadeInRight 0.8s both 0.5s;
			animation: fadeInRight 0.8s both 0.5s;
}
.main-slider .slick-slide .info-box .headline {
	/* font-family: 'Glegoo', serif; */
	font-family: 'railwayregular';
	font-size: 1.5em;
	font-weight: 500;
}
.main-slider .section .info-box img {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
     -moz-transition: all 200ms ease-in-out;
       -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
}
.main-slider .slick-slide.slick-active .info-box img {
  opacity: 1;
}

/* Stage */
canvas {
	width: 100%; 
	height: 100%;
	outline: 0;
}
#stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
        pointer-events: none;
}
body.scrolled #stage {
	position: fixed;
	padding-top: 0;
}
#webgl-fallback {
	position: relative;
	width: 100%;
	min-height: 100vh;
	min-height: calc(100vh - 250px);
}
#webgl-fallback img {
	width: 100%;
	height: auto;
	max-width: 320px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/* Content */
/* Scroll Hint */
.scroll-hint {
	background: none;
	border: 1px solid #fff;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -26px;
	display: none;
	opacity: 1;
}
body.scrolled .scroll-hint {
	opacity: 0;
}
.scroll-hint > a,
.scroll-hint > a > i {
	line-height: 50px;
	color: #fff;
}
.scroll-hint > a:hover,
.scroll-hint > a:focus,
.scroll-hint > a:active {
	text-decoration: none;
}

#content {
	position: relative;
	z-index: 1;
        padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 50px;
}
.content-wrap {
        background: #222329;
        background: rgba(34,35,41,0.95);
	position: relative;
}
#content hr {
  border-color: #666666;
}

h1,
h2,
h3,
h4,
.headline {
	/* font-family: 'Glegoo', serif; */
	font-family: 'railwayregular';
	font-weight: 400;
	letter-spacing: 0.01em;
}

.row-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.row-bg-grey {
	background: #222329;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.row-bg-blue {
	background: #2e3268;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.row-bg-attached {
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
}


.main-slider a:not(.btn),
#content a:not(.btn) {
  color: #fff;
}

/* Box Icon */
.box-icon {
        position: relative;
	margin-bottom: 50px;
        padding-top: 125px;
}
.main-slider .box-icon {
	margin-top: 50px;
}
.box-icon .visual {
        background-image: url(/img/Icon-Sprite.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        width: 100px;
        height: 100px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        margin-left: -50px;
        top: 5px;
}
.box-icon .visual.automotive {
        background-position: 0 0; /* x0 */
}
.box-icon .visual.automatisierungstechnik {
        background-position: 0 -100px; /* x1 */
}
.box-icon .visual.computer-it {
        background-position: 0 -200px; /* x2 */
}
.box-icon .visual.elektronik-elektrotechnik {
        background-position: 0 -300px; /* x3 */
}
.box-icon .visual.halbleitertechnologie {
        background-position: 0 -400px; /* x4 */
}
.box-icon .visual.luft-raumfahrt {
        background-position: 0 -500px; /* x5 */
}
.box-icon .visual.maschinenbau {
        background-position: 0 -600px; /* x6 */
}
.box-icon .visual.medizintechnik {
        background-position: 0 -700px; /* x7 */
}
.box-icon .visual.telekommunikation {
        background-position: 0 -800px; /* x8 */
}
.box-icon .visual.technische-software {
        background-position: 0 -900px; /* x9 */
}
.box-icon .visual.verbraucherelektronik {
        background-position: 0 -1000px; /* x10 */
}
.box-icon .visual.weitere-technologien {
        background-position: 0 -1100px; /* x11 */
}

.box-icon .title {
	text-shadow: none;
        text-align: center;
        font-size: 1.2em;
        line-height: 30px;
        margin: 0 0 15px 0;
}
.box-icon .popup {
        padding: 10px;
        background: rgba(30,30,30,0.9);
        border-radius: 10px;
        color: #fff;
}

/* Contact */
img.contact-bubbles {
  display: block;
  width: 100%;
  height: auto;
  max-width: px;
  margin: 50px auto;
}

/* Text-Image / Image-Text */
.row-text-img .col-text,
.row-img-text .col-img {
	margin-bottom: 30px;
}

.row-text-img .col-text p:last-child {
	margin-bottom: 0;
}


/* Divider */
.divider {
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
h1.divider,
h2.divider {
	margin-bottom: 20px;
}
.divider > span {
	position: relative;
	display: inline-block;
	line-height: 1.9em;
}
.divider > span::before,
.divider > span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 10000%;
	height: 2px;
	background: #fff;
}
.divider > span::before {
	right: 100%;
	margin-right: 20px;
}
.divider > span::after {
	left: 100%;
	margin-left: 20px;
}

/* Footer */
#footer {
 	background: #222222;
	border-top: 10px solid #2e3268;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #dddddd;
	position: relative;
	z-index: 1;
}
#footer a {
	color: #dddddd;
	text-decoration: underline;
}
#footer ul,
#footer li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	line-height: 1.7;
}
#footer span.label {
	display: inline-block;
	min-width: 70px;
}

#footer .row-goldgrid {
	padding-top: 20px;
	font-size: 0.9em;
}
#footer .row-goldgrid,
#footer .row-goldgrid a {
	color: #888;
}
/* Helper */
.no-padding {
	padding: 0;
}
.transition-all {
	-webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
		 -o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
}
.transition-all-fast {
	-webkit-transition: all 150ms ease-in-out;
	   -moz-transition: all 150ms ease-in-out;
		 -o-transition: all 150ms ease-in-out;
			transition: all 150ms ease-in-out;
}
.transition-all-slow {
	-webkit-transition: all 700ms ease-in-out;
	   -moz-transition: all 700ms ease-in-out;
		 -o-transition: all 700ms ease-in-out;
			transition: all 700ms ease-in-out;
}

.shadow-inset {
	-webkit-box-shadow:inset 0 0 20px 10px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 20px 10px rgba(0,0,0,0.1);	
}
/* Animations */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

@-webkit-keyframes fadeInRight {
    0% {
       opacity: 0;
       -webkit-transform: translateX(80px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateX(0);
    }
}
 
@keyframes fadeInRight {
    0% {
       opacity: 0;
       transform: translateX(80px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Extending Bootstrap */
.h1, h1 {
	font-size: 1.8rem;
}
.h2, h2 {
	font-size: 1.3rem;
}
.h3, h3 {
	font-size: 1.1rem;
}
.h4, h4 {
	font-size: 1rem;
}
.table {
  color: #fff;
}
.table td,
.table th {
  border-color: #444;
}

/* Accordion */
#accordion {
  margin-top: 30px;
  margin-bottom: 50px;
}
#accordion .card {
  background: none;
  margin-bottom: 10px;
  border: 1px solid #065295;
}
#accordion .card:last-child {
  margin-bottom: 0;
}
#accordion .card-header:first-child {
    border-radius: calc(.25rem - 1px);
}
#accordion .card-header {
  background: #065295;
  padding: 10px 15px;
}
#accordion .card-header .btn {
  text-align: left;
  font-size: 1.05em;
  line-height: 30px;
  padding: 0 30px 0 0;
  color: #fff;
  position: relative;
}
#accordion .card-header .btn i {
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  line-height: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 100ms ease-in;
     -moz-transition: all 100ms ease-in;
       -o-transition: all 100ms ease-in;
	  transition: all 100ms ease-in;
}
#accordion .card-header .btn.collapsed i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
/* Cookie Bar */
#cookie-bar {font-size: 14px;background:#111111; background: rgba(0,0,0,0.8); height:auto; line-height:35px; color:#eeeeee; text-align:center; padding: 10px;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;z-index:110;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:none; padding:0 6px; margin-left: 15px;}
#cookie-bar .cb-enable {background: #2e3268; border: 1px solid #fff; color: #fff;}
#cookie-bar .cb-enable:hover {background: #fff; border-color: #fff; color: #343434;}
#cookie-bar .cb-disable {background:#1c6b18;}
#cookie-bar .cb-disable:hover {background:#1c6b18;}
#cookie-bar .cb-policy {border: 1px solid #fff; color: #fff;}
#cookie-bar .cb-policy:hover {background:#fff; color: #000;}

#cookie-bar .cb-enable,
#cookie-bar .cb-policy {
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
}
@media (max-width: 575px) {	
	/* Cookie Bar */
	#cookie-bar {
		line-height: normal;
	}
	#cookie-bar a {
		margin: 0;
	}
	#cookie-bar .cb-enable,
	#cookie-bar .cb-policy {
		display: block;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

#page-loader {
	background: #222329;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* max-height: 0; */
	z-index: 1000;
	overflow: hidden;
	-webkit-transition: max-height 100ms ease-in-out;
	   -moz-transition: max-height 100ms ease-in-out;
	     -o-transition: max-height 100ms ease-in-out;
	    transition: max-height 100ms ease-in-out;
/*
	-webkit-transform: translate(0px, -100%);
	   -moz-transform: translate(0px, -100%);
	    -ms-transform: translate(0px, -100%);
	     -o-transform: translate(0px, -100%);
		    transform: translate(0px, -100%);
*/
}
#page-loader .img-lionhead {
  display: block;
  width: 100%;
  max-width: 315px;
  margin: 30px auto;
}
body.js #page-loader {
	max-height: 100vh;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
#page-loader.loaded {
	max-height: 0 !important;
	-webkit-transition: max-height 200ms ease-in-out;
	   -moz-transition: max-height 200ms ease-in-out;
	     -o-transition: max-height 200ms ease-in-out;
		transition: max-height 200ms ease-in-out;
}
#page-loader .inner-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30vw;
	width: 100%;
	height: 160px;
}
#page-loader .inner-wrap .loader-animation {
  margin-top: 20px;
}

/* Media Queries */

@media (min-width: 576px) {
	.h1, h1 {
		font-size: 2rem;
	}
	.h2, h2 {
		font-size: 1.5rem;
	}
	.h3, h3 {
		font-size: 1.3rem;
	}
	.h4, h4 {
		font-size: 1.2rem;
	}
	.main-slider .slick-slide .info-box::before {
		width: 350px;
		margin-left: -175px;
	}
	/* Text-Image / Image-Text */
	.row-text-img .col-text,
	.row-img-text .col-img {
		margin-bottom: 0px;
	}
}

@media (min-width: 768px) {

	#webgl-fallback {
		min-height: calc(100vh - 200px);
	}
	#webgl-fallback img {
		max-width: 400px;
	}
        .hamburger {
          margin-left: 0;
        }
	/* Main Slider */
	.main-slider {
		/* height: calc(100vh - 80px); */
	}
	.main-slider .slick-slide .info-box::before {
		width: 400px;
		margin-left: -200px;
	}
        .main-slider .slick-slide .info-box h1,
	.main-slider .slick-slide .info-box p {
		text-align: left;
	}
	.main-slider .slick-slide .info-box .text-center p {
		text-align: center;
	}
	.main-slider .slick-slide .info-box .headline {
		font-size: 1.7em;
	}
        .main-slider .slick-slide .info-box .row .col-person {
           overflow: hidden;
        }
        .main-slider .slick-slide .info-box .row .col-person img.person {
          margin-left: -30%;
        }
        .main-slider .slick-slide .info-box .row .col-person:first-child img.person {
          margin-left: 30%;
        }
        /* Person Detail view */
        .main-slider .slick-slide .info-box .column-person-image img {
		-webkit-transform: scale(1.15);
		   -moz-transform: scale(1.15);
		    -ms-transform: scale(1.15);
		     -o-transform: scale(1.15);
			transform: scale(1.15);
        }

	
	#page-loader .inner-wrap {
		width: 30%;
	}
}

@media (max-width: 1199px) {
	#main-nav > .navbar-nav > .first_child .more {
		display: none;
	}
	#main-nav ul li span.more,
	#main-nav ul li.active.open span.more { 
		display: block; cursor: row-resize; width: 40px; height: 40px; line-height: 40px; color: #fff; position: absolute; top: 0px; right: 0; z-index: 1;
	}
	#main-nav ul li.active span.more,
	#main-nav ul li:hover span.more,
	#main-nav ul li.active.open span.more {
		color: #fff;
	}

	#main-nav > .navbar-nav > li {
		border-bottom: 1px solid #fff;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	#main-nav ul li.open span.more, #main-nav ul li.active span.more { line-height: 48px; color: #fff; }
	
	#main-nav ul li .nav-arrow {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 6px solid;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}

	#main-nav ul li.open span.more .nav-arrow,
	#main-nav ul li.active.open span.more .nav-arrow,
	#main-nav ul li.open ul li.open span.more .nav-arrow,
	#main-nav ul li.active.open ul li.open span.more .nav-arrow { 
		border-top: none;
		border-bottom: 6px solid;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	#main-nav ul li span.more .nav-arrow,
	#main-nav ul li.active.open ul li span.more .nav-arrow,
	#main-nav ul li.open ul li span.more .nav-arrow,
	#main-nav ul li.active ul li span.more .nav-arrow {
		border-top: 6px solid;
		border-right: 6px solid transparent;
		border-bottom: none;
		border-left: 6px solid transparent;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	/* ZWEITE MENÜEBENE */
	#main-nav > .navbar-nav > li > ul {
		background: rgba(0,0,0,0.2);
	}
	#main-nav > .navbar-nav > li > ul > li {
		border-bottom: 1px solid #2e3268;
	}
	#main-nav > .navbar-nav > li > ul > li:last-child {
		border: none;
	}
	#main-nav ul ul,
	#main-nav ul li.active ul,
	#main-nav ul ul ul,
	#main-nav ul li.open ul li ul,
	#main-nav ul li.active.open ul li ul { max-height: 0; overflow: hidden; padding: 0; margin: 0; }

	#main-nav ul li.open ul,
	#main-nav ul li.active.open ul,
	#main-nav ul li.open ul li.open ul,
	#main-nav ul li ul li.active ul { 
	max-height: 1000px;
	/* padding-bottom: 5px; */
	}
	#main-nav ul ul li ul li a { padding-left: 25px; }

	#main-nav ul li.active.menudepth0 ul.nav {
		display: block;
	}
}

@media (min-width: 992px) {
	
	body {
		/* padding-bottom: 95px; */
		padding-top: 0px;
	}
	.scroll-hint {
		display: block;
	}
	#meta-row {
		/*
		position: fixed;
		top: 0px;
		left: 0;
		max-width: 100%;
		font-family: 'Glegoo', serif;
		*/
		width: 100%;
	}
	#meta-row .col-languages {
		padding-right: 20px;
	}
	#top-row {
		position: fixed;
		top: 25px;
		left: 0;
		max-width: 100%;
		width: 100%;
	}
	body.scrolled #top-row {
		top: 0;
	}

	#logo {
		position: absolute;
		right: 0;
		top: 5px;
		margin-right: 0;
	}
	#logo img {
		max-width: 140px;
	}
	#stage,
	body.scrolled #stage {
		padding-top: 95px;
	}
	#main-nav {
		padding-top: 0px;
	}
	#main-nav ul > li > a {
		font-size: 17px;
	}
	#main-nav ul > li > ul > li > a {
		font-size: 17px;
	}
	
	.main-slider {
		margin-top: 70px;
		/* height: 100%;
		height: 100vh;
		height: calc(100vh - 200px); */
	}
	
	#stage {
		position: absolute;
		position: fixed;
		top: 0;
		left: 0;
	}
	#webgl-fallback {
		min-height: calc(100vh - 300px);
	}
	#webgl-fallback img {
		max-width: 600px;
	}
	
	#content {
		padding-top: 50px;
	}
	.bg-attached {
		padding-top: 80px;
		padding-bottom: 80px;
	}
        .box-icon {
		margin-bottom: 50px;
                overflow: hidden;
	}
        .box-icon .title {
          margin: 0 0 0;
        }
        .box-icon .popup {
          position: absolute;
          width: 100%;
          top: -200px;
          left: 0;
        }
        .box-icon:hover .popup {
          top: 0;
        }
}

@media (min-width: 1200px) {
	#top-row .navbar-expand-xl .navbar-toggler {
		display: block;
	}
	#main-nav.collapse:not(.show) {
		display: none !important;
	}
	#main-nav ul > li > a {
		line-height: 40px;
		font-size: 18px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#main-nav ul > li > ul {
		top: 70px;
	}
	#main-nav ul > li > ul > li > a {
		font-size: 16px;
	}
	/* 2nd Level */
	#main-nav ul > li > ul {
		position: absolute;
		left: 0;
		top: 70px;
		overflow: hidden;
		max-width: 350px;
		min-width: 200px;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#main-nav ul > li > ul > li > a {
		background: #2e3268;
		color: #fff;
		font-size: 16px;
		max-height: 0px;
		min-height: 0px;
		padding: 0 10px;
		text-align: left;
		margin-bottom: 1px;
	}
#main-nav ul > li:hover > ul > li > a,
#main-nav ul > li.hover ul li a {
	max-height: 70px;
	min-height: 35px; /* IE Fix */
}

        /* Active Slide Styling */
	#main-nav > ul > li.active-slide > a {
	  background: #065295
	} 
	#main-nav > ul > li > a::after {
	  content: '';
	  display: block;
	  width: 20px;
	  height: 0px;
	  background: #065295;
	  position: absolute;
	  left: 50%;
	  margin-left: -10px;
	  bottom: 0px;
          opacity: 0;
	  -webkit-transform: rotate(45deg);
	     -moz-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	       -o-transform: rotate(45deg);
	          transform: rotate(45deg);
	}
	#main-nav > ul > li.active-slide > a::after {
	  bottom: -10px;
	  height: 20px;
          opacity: 1;
	  -webkit-transition: all 250ms ease-in-out;
	     -moz-transition: all 250ms ease-in-out;
	       -o-transition: all 250ms ease-in-out;
		  transition: all 250ms ease-in-out;
	} 
	
	#stage {
		width: 50%;
		margin-right: 0;
		left: auto;
		right: 0;
	}
	#template-lion .main-slider {
		min-height: calc(100vh - 300px);
		height: auto;
	}
	#template-lion.page-de .main-slider,
	#template-lion.page-en .main-slider {
		min-height: calc(100vh - 105px);
		height: auto;
	}
	.main-slider {
		min-height: calc(100vh - 105px);
		height: auto;
	}
	.main-slider .slick-slide .info-box::before {
		display: none;
	}
	body.scrolled .main-slider .slick-slide .info-box {
		background: none;
	}
	.main-slider .slick-slide .info-box {
		background: none;
		color: #fff;
		/* padding: 60px 20px 20px 15px; */
		padding: 100px 20px 20px 15px;
		position: relative;
		top: 0;
		right: 0;
		bottom: auto;
		left: auto;
		width: 55%;
		margin-right: 45%;
		margin-top: 0;
		
		/* 
			overflow: auto;
			overflow-x: hidden;
			min-height: 100%;
			min-height: calc(100vh - 95px);
			height: 100%;
		*/
		text-shadow: 0px 0px 5px rgba(0,0,0,0);
	}
	.main-slider .slick-slide .info-box .headline {
		text-align: left;
	}
	.main-slider .slick-slide .info-box .text-center .headline,
	.main-slider .slick-slide .info-box .headline .text-center {
		text-align: center;
	}
	.main-slider .slick-slide {
		/* height: auto; */
	}
	.main-slider .slick-slide .info-box .headline {
		font-size: 2.0em;
	}
	.main-slider .slick-current.slick-active .info-box p {
		text-align: left;
	}
	.main-slider .slick-current.slick-active .info-box .text-center p {
		text-align: center;
	}
	.main-slider .slick-current.slick-active .info-box p:last-child {
		margin-bottom: 0;
	}
        .main-slider .slick-slide .info-box .column-person-image img {
           margin-top: -20px;
           -webkit-transform: scale(1.32);
              -moz-transform: scale(1.32);
               -ms-transform: scale(1.32);
                -o-transform: scale(1.32);
                   transform: scale(1.32);
       }
}
@media (min-width: 1400px) {
	#stage {
		right: 5%;
	}
}
/* XXL Screens */
@media (min-width: 1700px) {
  #stage {
     right: 10%;
  }
}
@media (min-height: 1260px) {
  #stage {
     top: 10vh;
  }
  .main-slider {
    margin-top: 10vh;
  }
  .main-slider .slick-slide .info-box {
    padding-top: 20vh;
  }
}
/* cmsms stylesheet: LB-Forms modified: 27.02.2020 17:00:12 */
/* Form Elements */
label,
table {
  text-align: left;
}
.form-check {
  margin-bottom: 20px;
}
.form-group.checkbox,
.form-group.checkbox > div {
	position: relative;
}
.form-group.checkbox input {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 1;
	left: 4px;
	top: 4px;
	margin: 0;
        display: inline-block;
}
.form-group.checkbox label {
	width: 95%;
	display: block;
	padding-left: 30px;
	position: relative;
	line-height: 1.2;
	height: auto;
	float: left;
	text-align: left !important;
	line-height: 18px;
}
.form-row > div:first-child {
  margin-bottom: 1rem;
}
form .btn-outline-secondary {
  background: ;
  color: #fff;
}
form .btn-outline-secondary:hover,
form .btn-outline-secondary:active,
form .btn-outline-secondary:focus {
  background:  !important;
  color: #fff !important;
}
form textarea {
  min-height: 150px;
}
.error_message,
ul.error {
	border: 5px solid red;
	margin-bottom: 20px;
}
.error_message ul,
ul.error {
          padding: 0 10px;
}
.error_message ul,
.error_message li,
ul.error,
ul.error li {
	list-style-type: none;
	color: red;
}
/* Captcha */
.row-captcha-text p {
  margin-bottom: 5px;
  font-size: 0.9em;
}
.captcha {
  margin-bottom: 15px;
}
.captcha img {
  margin-right: 10px;
}
.captcha input.cgbf_input_captcha {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  vertical-align: top;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* honey pot */
.hpsp,
.commenthp,
.form-confirmemail {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: 0;
}

fieldset {
	border: 0;
	padding: 0;
}

label {
	font-size: 0.9em;
	margin-bottom: 2px;
	display: block;
}

.required.fb_invalid {
	color: red;
}

.cms_form .trenner {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.cms_dropdown {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cms_dropdown:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.cms_dropdown::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.cms_dropdown:-ms-input-placeholder {
  color: #999999;
}
.cms_dropdown::-webkit-input-placeholder {
  color: #999999;
}
.cms_form input[type=submit] {
	padding: 10px 20px;
        background-color: ;
	border: 1px solid ;
	color: #fff;
	cursor:pointer;
	display: block;
	position: relative;
        margin-left: 15px;
        margin-right: 15px;
}

.cms_form input[type=submit]:hover {
	background-color: transparent;
        color: ;
	border-color: ;
}

#content .cms_form textarea {
	display: block;
	width: 100%;
}
