/* DEV */

#dev {
  display: none;
  position: fixed;
  top: 10px;
  width: 60px;
  left: 10px;
  background-color: #FFF;
  padding: 10px;
}

.darkred {
  background-color: #6D0D25;
  color: #FFF;
}

a.red,
.red { color: #E30238; }
.blue { color: #068AC5; }

.subtitle {
  font-size: 22px;
  padding: 0 0 10px;
}

/* End DEV */

/**
 * @section Breakpoints
 */

body:before {
	content: "xsmall";
	display: none;
	visibility: hidden;
}

@media (min-width: 320px) {
	body:before {
		content: "small";
	}
}

@media (min-width: 768px) {
	body:before {
		content: "medium";
	}
}

@media (min-width: 900px) {
	body:before {
		content: "large";
	}
}

@media (min-width: 1024px) {
	body:before {
		content: "xlarge";
	}
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

*, *:before, *:after {
  box-sizing: border-box; }
  
*:focus { outline: none; }

body {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #151515;
  margin:0;
  padding:0;
  height: 100%;
  overflow-x: hidden;
  width: 100%;
  letter-spacing: 1px;
}

body, h1, h2, h3, h4, h5, h6, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

/* align items flex property on mobile */
body.no-scroll {
  overflow: hidden; }

/* Allgemein */
.clearfix { clear: both; }
.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity: 1;
}
a { color: #151515; text-decoration: underline; }
a.anchor {
  position: absolute;
  top: -100px;
}
.anker { position: absolute; margin-top: -100px; }

.centered-wrapper { width: 100%; max-width: 1100px; margin: 0 auto; }
.centered-wrapper-small { max-width: 960px; }
.centered-wrapper-mini { max-width: 740px; }
.center { text-align: center; }
.absolute { position: absolute; }
.relative { position: relative;}
.inlineblock { display: inline-block; }
.block { display: block; }
.right { right: 0px; }

/* Farben */
.white { color: #FFF; }
.gold { color: #B9871D; }
.grey { color: #B1B1B1; }
.bgblack { background-color: #151515; }
.bgwhite { background-color: #FFF; }
.bgblue { background-color: #037FCD; }
.bggrey { background-color: #F2F5F9; }
.bgred { background-color: #E30238; }
.article-grey { background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%); }
.article-black { background-color: #151515; }

/* Schriften */
h1 { font-size: 44px; line-height: 54px; font-weight: 800; margin-bottom: 20px; }
h2 { font-size: 44px; line-height: 54px; font-weight: 800; margin-bottom: 20px; }
h2.big { font-size: 50px; line-height: 60px; font-weight: 800; margin-bottom: 20px; }
h3 { font-size: 30px; line-height: 40px; font-weight: 800; }
h4 { font-size: 24px; line-height: 34px; font-weight: 800; margin-bottom: 10px; }
h5 { font-size: 20px; line-height: 28px; font-weight: 700; }
h6 { font-size: 18px; line-height: 26px; font-weight: 700; }
.spacing1 { letter-spacing: 1px; }
.spacing2 { letter-spacing: 2px; }
.uppercase { text-transform: uppercase; }
.underlined { text-decoration: underline; }
.kursiv { font-style: italic; }
.thin { font-weight: 100; }
.textleft { text-align: left; }
.textright { text-align: right; }
.p1 { font-size: 20px; line-height: 30px; font-weight: 400; }
.p2 { font-size: 18px; line-height: 28px; font-weight: 400; }
.bold { font-weight: 700; }
.ls3 { letter-spacing: 3px; }

.vcenter {
  margin: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.abscenter {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.bgimage { background-size: cover; background-position: center center; }

/* Abstände */
h2.center { padding: 0 10px; }
.margin { margin-top: 60px; }
.section { padding: 80px 0; }
.section.bggrey,
.article-black { padding-top: 80px; background-size: cover; background-position: center center; }
.article .section { padding: 80px 0 80px 0; }
.bgred .section { padding-bottom: 0; }
.section.inlinesection { padding-top: 0; }
.nopadding { padding: 0; }
.padding15-0 { padding: 15px 0; }
.padding20 { padding: 20px; }
.padding0-20 { padding: 0 20px; }
.padding40-100 { padding: 40px 100px 80px 100px; }
.padding30-0 { padding: 30px 0; }
.padding2030 { padding: 20px 0 30px; }
.padding2050 { padding: 20px 0 50px; }
.padding5010 { padding: 50px 10px; }
.marginbottom75 { margin-bottom: 75px; }
.margintop10 { margin-top: 10px; }
.margintop25 { margin-top: 25px; }
.margintop28 { margin-top: 28px; }
.margintop50 { margin-top: 50px; }
.margintop80 { margin-top: 80px; }
.pdb5 { padding-bottom: 5px; }
.pdb15 { padding-bottom: 15px; }
.pdl20 { padding-left: 20px; }
.max900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.pdb80 { padding-bottom: 70px; }
.pdb30 { padding-bottom: 30px; }
.w100 { width: 100%; }
.vbottom { bottom: 0px; }
.submitbottom { bottom: -20px; }
.alignbottom { vertical-align: bottom; }

.b-lazy {
   opacity:0;
   transform: scale(0.1);
   transition: all 500ms;
}
.b-loaded {
   opacity:1;
   transform: scale(1);
}

.page-title { margin-bottom: 10px; }
.subline { margin-bottom: 30px; }
.subline-right { padding-left: 125px; }

section ul { padding: 20px 0; list-style-type: none; }
section li {
  margin: 10px 0;
  padding-left: 50px;
  background: url('../img/lists.png') no-repeat left center;
  background-size: 35px;
}

.inview_unit{
  opacity:0;
  top: 50px;
  position: relative;
  transition: all 0.8s ease-in-out;
}
.inview_unit.inView{
  opacity: 1;
  top: 0;
}

/* Header, Logo, etc. */

.header {
  position: relative;
  z-index: 10000;
  max-width: 1500px;
  width: 100%;
  background-color: #FFF;
  height: 0;
  margin: 0 auto;
}

.navwrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#logomobilesticky { height: 30px; width: auto; }
#logo { height: 130px; width: auto; }

a.logowrapper {
  display: inline-block;
  background-color: #FFF;
  height: 164px;
  width: 164px;
  text-align: center;
  border-radius: 100%;
  margin-left: 25px;
}
#logomobilesticky,
#logo {
  position: relative;
  top: 25px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#logomobilesticky { display: none; }

#logo.sticky {
  position: fixed;
}

.header-flex { display: flex; position: relative; }
.header-flex-item { width: 50%; }
.header-flex .subline-right {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
}

.header-title {
  padding-left: 20px;
  font-size: 28px;
  line-height: 62px;
  font-weight: 700;
  padding-top: 20px;
  vertical-align: top;
}

/* Header Counter */

.counter-wrapper { padding: 50px 0; }
.counter-flex { display: flex;
  justify-content: space-around; }
.counter-flex-item { width: 25%; }
.counter-item-wrapper { width: 160px; }
.counting-number { font-size: 30px; line-height: 40px; font-weight: 800; }

/* Plattform Flex */

.funktion-flex {
  padding-top: 20px;
  display: flex;
  justify-content: center; }
.funktion-flex-wrapper {
  width: 25%;
  text-align: center;
}
.funktion-flex-item {
  max-width: 220px;
  width: 90%;
  display: inline-block;
  background-color: #FFF;
  height: 150px;
  border-radius: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-position: center 25px;
  background-repeat: no-repeat;
  background-size: 60px;
}
.funktion-flex-item:hover {
  cursor: pointer;
  transform: translateY(-10px);
  box-shadow: 0 20px 50px 0 rgba(103,103,103,0.26);
}

/* Navigation */

nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	}

nav a {
	display:block;
	padding:0px;	
	color: #000;
	line-height: 50px;
	text-decoration:none;
}

nav a:hover { 
	text-decoration: underline;
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top:50px; /* the height of the main nav */
	background-color: #FFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	left: -20px;
  padding: 0 20px;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

/* Old Navigation Ende */

.logo img { height: 125px; width: auto; }

.navigation {
  padding-top: 10px;
  z-index: 999;
}
.nav {
  width: 100%;
  z-index: 5;
  padding: 0 17%;
}

.transparent .nav-active .nav,
.nav-active .nav {
  opacity: 1;
  background: rgba(255, 255, 255, 0.96); }

.navlist {
  text-transform: uppercase;
  padding-top: 50px; }

.navitem {
  list-style-type: none; }

.navlink {
  color: #FFF;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.5s ease-in-out; }
.navlink:hover { text-decoration: underline; font-weight: bold; }

/* navigation icon */
.navtrigger {
  position: fixed;
  width: 35px;
  height: 30px;
  z-index: 200; }

.nav-active .nav .navlist,
.nav-active .nav.sticky .navlist { padding-top: 80px; }

.navicon {
  display: inline-block;
  position: relative;
  width: 35px;
  border-radius: 0px;
  height: 4px;
  background-color: #000;
  transition-property: background-color, transform;
  transition-duration: 0.5s; }

.navicon:before, .navicon:after {
  content: '';
  display: block;
  border-radius: 0px;
  width: 35px;
  height: 4px;
  position: absolute;
  background: #000;
  transition-property: margin, transform;
  transition-duration: 0.5s; }

.navicon:before {
  margin-top: -10px; }

.navicon:after {
  margin-top: 10px;
  width: 30px; }

.navlink {
  transition-delay: 500ms;
  letter-spacing: 1px; }

.nav-active .navlink {
  opacity: 1; }

.transparent .nav-active .nav,
.nav-active .nav {
  transition: all 300ms ease-in-out;
  transform: translateX(0); }

.nav-active .navicon {
  background: rgba(0, 0, 0, 0); }

.nav-active .navicon:before {
  margin-top: 0;
  transform: rotate(45deg); }

.nav-active .navicon:after {
  margin-top: 0;
  transform: rotate(-45deg);
  width: 35px; }

.nav.sticky,
.nav.scrolled {
  background: #202429;
  transition: background 0.2s ease-in-out;
  -webkit-box-shadow: 0px 5px 7px -1px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 5px 7px -1px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 5px 7px -1px rgba(0, 0, 0, 0.62); }

.nav { height: 65px; }
.nav.sticky { height: 50px; }
.navtrigger {
  display: none;
  top: 20px;
  left: 20px; }

.nav-active .nav.sticky .navlist, .nav-active .nav .navlist { display: flex; }

.nav.sticky { height: 50px; }
.transparent .nav {
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 0px;
  top: 0;
  left: 0;
}

.navitem {
  text-align: center;
  width: 100%;
  padding: 20px 10px; }

.navlist {
  margin: 0;
  top: 25px;
  padding: 0px;
  flex-direction: column;
  align-items: flex-start; }

.navlink {
  color: #000; }

/* Ende Navigation */

/* Headerimage, Video, Slider */

#headerimage {
  width: 100%;
  min-height: 760px;
  max-height: 760px;
  height: calc(80vh);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.topdesc { color: #676767; margin-bottom: 10px; }

#headerimage.counter { height: calc(80vh - 180px); }

.header-image {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  left: 40%;
  overflow: visible;
  width: 100%;
  display: inline-block;
  background-size: calc(70vw);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1; }

#headerimage .image {
  position: absolute;
  right: 0px;
  z-index: 3;
  top: -20px;
  width: 1227px;
  height: 947px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  max-width: 70vw;
}

/* Video Content */

.video { padding-top: 25px; }
.videodescription {
  padding-left: 30px;
  background: url('../img/video-icon.png') no-repeat left center;
  background-size: 20px;
}

.videos .row .col:first-child { padding-right: 0px;}
.videos .row .col { padding: 0 10px; }

.videos__firstVideo {
  margin: 50px 0;
}

.videos__thumbnailYoutubeLink {
  width: 100%;
  padding-top: 25px;
}

.inview_unit .col {
  margin-bottom: 50px;
}



/* Rows */

.row, .tripple-row {
  display: flex;
  flex-wrap: wrap;
}

.tripple-row { margin-top: 50px; }

.row .col {
  flex: 0 0 50%;
  max-width: 50%;
}

.image-text .row .col.text { padding: 0 60px; }

.tripple-row .tripple-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 50px 0 0;
}

.row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phase {
  line-height: 20px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: left top;
  padding-left: 90px;
}

.phase1 { background-image: url('../img/phase1.png'); }
.phase2 { background-image: url('../img/phase2.png'); }
.phase3 { background-image: url('../img/phase3.png'); }
.phase4 { background-image: url('../img/phase4.png'); }
.phase5 { background-image: url('../img/phase5.png'); }

.phase:last-child { margin-bottom: 0px; }

.fullwith-image .row .col:first-child { z-index: 9; padding-top: 20px; }

.row .col:first-child {
  padding-right: 50px;
  position: relative;
}
.fullwidth-wrapper.row .col .content {
  width: 100%;
  max-width: 600px;
  padding: 70px;
}

.fullwidth-wrapper.row .col:first-child .content {
  padding-right: 170px;
}

/* Icons */

.icon {
  display: inline-block;
  margin: 25px;
  height: 140px;
  width: 140px;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 50px 0 rgba(103,103,103,0.16);
  vertical-align: top;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: auto 36px;
}
.text-bottom {
  display: table-cell;
  vertical-align: bottom;
  height: 140px;
  width: 140px;
  padding: 20px;
}
.middle-container .icon:first-child { margin-right: 120px; }
.middle-container .icon:last-child { margin-left: 120px; }

/* Buttons */

.button {
  text-align: center;
  padding: 2px 30px;
  color: #FFF;
  border-radius: 100px;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
  margin-top: 20px;
  line-height: 35px;
  border: none;
  font-weight: 700;
}
.button-blue { border: 3px solid #068AC5; background-color: #068AC5; }
.button-white { border: 3px solid #068AC5; color: #068AC5; }
.button-secondary_white {border: 2px solid white; color: #068AC5}
.button.button-nav {
  line-height: 24px;
  padding: 2px 30px;
  margin-top: 0;
  opacity: 1;
}
.btn-normal { margin-right: 20px; }

.button-blue.button-invert {
  color: #068AC5;
  background-color: transparent;
}

/* Flex Container */

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.flex-item {
  padding: 5px;
  width: 50%;
  height: auto;
}
.flex-item:first-child .vcenter { padding-right: 60px;}
.image-left .flex-item:first-child .vcenter { padding-right: 0;}
.image-left .flex-item:first-child .vcenter { padding-left: 80px;}
.flex-item:first-child { padding-left: 20px; }
.flex-item.flex-multiple { width: 25%; padding: 0 20px 60px 0; }
.flex-item.flex-triple { width: 33.3333%; margin-top: 80px; }
.flex-center .flex-item { padding: 20px 20px 20px 0; }
.slideanimation { 
  left: 220%;
  position: relative;
}

.portraits .tripple-col img { max-width: 100%; height: auto; }

.slideanimation img {
  border-radius: 0;
  width: 60px;
  height: 60px;
}

.slideanimation.visible {
  left: 0;
  animation-duration: 2s;
  animation-name: bounce-in;
  animation-timing-function: ease;
}

.slide-trigger-0 { top: -400px; }
.slide-trigger-1 { top: -300px; }
.slide-trigger-2 { top: -200px; }
.slide-trigger-3 { top: -100px; }

.article .flex-item:first-child { width: 42%; }
.article .flex-item:last-child { width: 58%; text-align: right; }

.image-left .flex-item:first-child { order: 2; }
.image-left .flex-item:last-child { order: 1; }

.flex-item img {
  border-radius: 15px;
  /* box-shadow: 0 0 50px 0 rgba(103,103,103,0.16); */
  margin-bottom: 20px;
}

.flex-item.flex-multiple img,
.flex-item.flex-triple img { box-shadow: none; }

.article-grey .section .flex-logos .flex-item.flex-multiple img {
  height: 120px;
  width: auto;
  -webkit-box-shadow: 0 0 50px 0 rgba(103,103,103,0.16);
  -moz-box-shadow: 0 0 50px 0 rgba(103,103,103,0.16);
  box-shadow: 0 0 50px 0 rgba(103,103,103,0.16);
}

@keyframes bounce-in {
  0%   { transform: translateX(220%); }
  30%  { transform: translateX(-100px); }
  50%  { transform: translateX(0); }
  100% { transform: translateX(0); }
}

/* Parallax Effekt */

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Sliding Animation */

.slide-trigger { position: absolute; top: -40vh; }

/* Layered Scroll */

#fullpage { padding-top: 150px; }
.darkred .centered-wrapper {
  padding: 150px 20px 300px 20px;
}
.darkred {
  background: url(..../img/snap-bg.svg) no-repeat center center;
  background-size: cover;
}
.animate-slide { padding-bottom: 50px; position: relative; }
.snap-desc {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  width: 45%;
  top: 0;
  right: 0;
  z-index: 9;
}
.snap-desc ul { margin-top: 20px; }
.snap-desc ul li {
  padding: 8px 0px 8px 30px;
  background: url(..../img/check-red.png) no-repeat left 16px;
  background-size: 16px;
}

.active .snap-desc {
  transition: opacity 0.5s;
  opacity: 100%;
}

h3.snap-title {
  transition: transform .1s ease;
  transform: translate3d(0,0,0);
  line-height: 60px;
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.5px;
  position: relative;
}
.active h3.snap-title {
  transition: transform .6s ease;
  transform: translate3d(36px,0,0);
}
.active .snap-title { position: relative; }
.active .snap-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 3px solid red;
  border-right: 3px solid red;
  left: -36px;
  top: 20px;
  transform: rotate(45deg);
}

/* Slick Slider */

.slider-wrapper { padding: 0 200px; }
.slider-wrapper .text-red {
  font-size: 38px;
  line-height: 48px;
  color: #E30238;
}
.slick-slide.slick-active { max-height: none; }
.slider-content { padding-top: 80px; }
.slider-content .col {
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
  top: calc(50% - 50px);
  background-color: rgb(255 255 255 / 60%);
  padding: 25px 0;
}
.slider-content .col .subline {
  width: 70%;
  min-width: 500px;
  padding: 0 25px;
  margin: 0 auto;
  max-width: 1500px;
}

/* Flex Wrapper */

.flex-wrapper h2 { margin-bottom: 50px; }
.flex-wrapper .flex-item { padding: 0 100px 0 0; }
.flex-wrapper .flex-item:last-child { padding: 0 20px 0 100px; }

/* Bar Chart */

.bars-wrapper {
  margin-top: 40px;
  overflow: hidden;
  height: 345px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.bars-wrapper.open { height: auto; }
.show-more { padding-top: 10px; }
.show-more:hover { cursor: pointer; }
.bar-wrapper { position: relative; }
.bar-block {
  height: 10px;
  border-radius: 5px;
  width: 0;
  background-color: #E30238;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	margin: 5px 0px 6px 0;
}

.bar-block:after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 10px;
  border-radius: 5px;
  width: 100%;
  background-color: #F1F1F1;
  z-index: -1;
}

.flex-bar-wrapper .flex-item img { 
  width: 100%;
  height: auto;
  box-shadow: none !important;
}

/* Jobs */

.typewritter { font-size: 60px; }
.joblist { margin-top: 40px; }
.joblist .job {
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 20px 40px -5px rgba(21,21,21,0.24);
  padding: 30px;
  margin-bottom: 20px;
}
#headerimage.karriere { height: calc(75vh); }
.name-description { margin-bottom: 50px; }
.team-members { padding-bottom: 0; }
.job a { color: #151515; text-decoration: none; }
.job h6 { position: relative; }
.job h6:after {
  content: '';
  height: 13px;
  width: 13px;
  position: absolute;
  transition: transform .6s ease;
  border-left: 3px solid #151515;
  border-top: 3px solid #151515;
  transform: rotate(135deg);
  right: 0;
  top: 20px; }

/* Job */

#headerimage.jobs {
  min-height: inherit;
  height: calc(60vh);
}
.text-left { padding-right: 30%; }
#headerimage.jobs .vcenter { padding-right: 40%; }
.ctabox {
  background-color: #FFF;
  border-radius: 15px;
  width: 350px;
  color: #151515;
  padding: 30px 70px 30px 30px;
  position: fixed;
  display: inline-block;
  right: 0;
  margin-right: 45px;
  top: 250px;
  box-shadow: 0 20px 40px -5px rgba(21,21,21,0.24);
}
.ctabox ul { padding: 15px; }
.ctabox ul li { list-style: disc; }
.ctabox a.red { font-weight: bold; text-decoration: none; }

.bgimage { padding: 130px 0 150px 0; }

/* Contact */

.contact .form-container { padding: 40px 0px 0px 0px; }
.form-element-wrapper { padding-bottom: 12px; }
.contact .form-container label { display: none; }
.contact .form-container .textarea,
.contact .form-container .input {
  box-sizing: border-box;
  font-family: 'Mulish', sans-serif;
  padding-left: 18px; 
  height: 50px;
  width: 100%;
  max-width: 540px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 1;
  line-height: 28px;
}
.contact .form-container .textarea { height: 160px; }
button.button:hover { cursor: pointer; }
button.button {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  max-width: 540px;
  padding: 17px 40px;
}

.imgcontainer {
  min-height: 142px;
  vertical-align: middle;
}

.imgcontainer img {
  vertical-align: middle;
}

.shadow-section {
  -webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.2);
  background-color: #f3fdff;
}

.parallax-section .parallax-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.parallax-section .section { padding: 150px 0; }

/* Footer */

.footer {
  position: relative;
  z-index: 99;
  padding: 100px 0 0 0;
  background-color: #F2F5F9;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.2);
}
#superfooter { padding-top: 40px; line-height: 50px; }

.flex-container-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-container-column { width: 25%; }
.flex-container-column:last-child { text-align: right; }

.footer a {
  color: #000;
  text-decoration: none;
}
.footer a { font-weight: 700; text-decoration: underline; }
.footer a:hover { text-decoration: underline; }
.footer h5 { font-weight: 700; margin-bottom: 10px; }
.footer li { margin-bottom: 5px; }

#appstore, #google { width: auto; height: 50px; }

.logowrapper { margin-bottom: 25px; }

.footer .logowrapper img { width: 116px; height: auto; }

/* Faces of Alcedis - Isotope */

.isotope:after {
  content: '';
  display: block;
  clear: both;
}

.face {
  position: relative;
  float: left;
  width: 16.66666%;
  height: auto;
  margin: 0px;
  padding: 0px;
  color: #FFF;
}

.face img {
  width: 100%;
  filter: grayscale(100%);
  height: auto;
  vertical-align: top;
}

.face .name { display: none; padding: 10px 20px; font-size: 18px; }
.face .jobtitle { display: none; padding: 0 20px 20px 20px; font-size: 16px; }

.face .face-wrapper:hover .name,
.face .face-wrapper:hover .jobtitle { display: block; }

.face-wrapper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.face-wrapper:hover {
  position: absolute;
  z-index: 9;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 15px;
  overflow: hidden;
  background-color: #E30238;
}

.face-wrapper:hover img { filter: inherit; }

/* Reset Select */
.filters-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: transparent;
  background-image: none;
}
/* Remove IE arrow */
.filters-select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  position: relative;
  display: inline-block;
  width: auto;
  height: 3em;
  line-height: 3;
  background: transparent;
  padding-right: 40px;
  overflow: hidden;
  border-radius: .25em;
  margin-top: 120px;
}
.filters-select {
  flex: 1;
  padding: 0 50px 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 38px;
  font-weight: 700;
  font-family: 'Mulish', sans-serif;
}
/* Arrow */
.select::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 50px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  border-left: 4px solid #E30238;
  border-bottom: 4px solid #E30238;
  height: 20px;
  width: 20px;
  transform: rotate(-45deg);
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}

/* Video */
  
.video {
  width: 100%;
  height: auto;
}

/* Ende Faces */

/* Popups */

.imprint {
  padding-top: 150px;
  font-size: 0.8em;
  line-height: normal;
}

/* Popup Ende */

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

.slick-slider.js-slick {
  max-width: 1500px;
  margin: 0 auto;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  max-height: 731px;
  overflow: hidden;
}

.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%;
}
.slick-slide:focus, .slick-slide:hover {
  outline: 0;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}

.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;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: "FontAwesome";
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

[dir=rtl] .slick-prev {
  right: 0;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
  height: 100vh;
}

.slick-slide,
.slick-track { height: 100vh; }

.slick-dots {
  position: absolute;
  bottom: 16px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 8px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/**
 * Photo
 */
.photo {
  background-size: cover;
  background-position: center top;
  min-height: 10em;
  padding-bottom: 5%;
  will-change: transform;
}
.photo.is-animating {
  animation: scale 5s ease-in-out forwards;
}
.photo:before {
  content: "";
  display: block;
}
.photo * > {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1) rotate(0.01deg);
  }
}

/* Modal Popup */

.popupbutton:hover { cursor: pointer; }

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

.model-open {
  display: block;
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 100%x;
  margin: 30px auto;
  max-width: 800px;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh;
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 99;
}

.covid-19-popup {
    max-width: 800px;
}

/* Popup-Header */

.covid-19-popup__header {
    align-items: center;
    background-color: #D9DDE2;
    padding: 25px;
}

.covid-19-popup__header h1 {
    font-size: 30px;
    padding-right: 60px;
    line-height: 30px;
}

.popup-toggle {
    margin-top: 10px;
    width: 25px;
    height: 25px;
}

/* Popup Body */

.covid-19-popup__body p {
    font-size: 19px;
    line-height: 21px;
    margin: 0;
}

.covid-rules-grid{
    margin: 50px 25px;
    grid-template-columns: repeat(8, 1fr);
    column-gap: 20px;
    row-gap: 14px;
}

.covid-rules-label {
    grid-column-start: 1;
    grid-column-end: 3;
    font-weight: 600;
}

.covid-rules-rule {
    grid-column-start: 3;
    grid-column-end: 9;
}

/* Popup Footer*/

.covid-19-popup__footer {
    background-color: #D9DDE2;
    padding: 25px;
    grid-template-columns: repeat(8, 1fr);
    column-gap: 20px;
}

.covid-19-popup__footer img {
    grid-column-start: 1;
    grid-column-end: 2;
}

.covid-19-popup__footer h2 {
    grid-column-start: 2;
    grid-column-end: 6;
    line-height: 22px;
    font-size: 20px;
    margin-top: 15px;
    padding-right: 20px;
}

.covid-19-popup__footer div {
    grid-column-start: 6;
    grid-column-end: 9;
}

.mask-icon {
    width: 76px;
    height: 76px;
    margin-right: 10px;
}

.Button__MoreInfos__RuleGrid {
    display: none;
}

.Button__MoreInfos__Footer {
    display: inline;
}

.Button__MoreInfos__Footer .button {
  margin-right: 0px;
  margin-top: 10px;
}

/* Utilities */

.flex {
    display: flex;
}

.flex__fullWidthContainer {
    width: 100%
}

.flex__space-between {
    justify-content: space-between;
}

.grid {
    display: grid;
}

/* Modal Ende */

/* presse */

.subpage-first { margin-top: 180px; }
.presse-wrapper { margin-top: 100px; }
.pressemitteilung {
  background: #F5F5F5;
  padding: 20px 30px;
  margin-bottom: 50px;
  padding-right: 300px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.24); 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.24);
}
.submitted { font-size: 0.875em; margin-bottom: 15px; } 
.pressemitteilung .button {
  right: 30px;
  position: absolute;
  bottom: calc(50% - 25px);
  min-width: 200px;
}


@media (max-width: 1200px) {
  .parallax-container .section { padding: 100px 45px; }
  .footer { padding: 100px 45px 0 45px; }
  .text-left { padding-left: 45px; }
  .section { padding-left: 1em; padding-right: 1em; }
  .header-title { display: none; }
}

@media (max-width: 1100px) {
  .slider-content .col {
    top: inherit;
    bottom: 0;
  }
}

@media (max-width: 1024px) {
  
  /* Navigation */
  .nav-active .nav.sticky .navlist, .nav-active .nav .navlist { display: flex; }
  .button.button-nav {
    margin-right: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  .navlist { margin-right: 1em; }

  
  .navitem.langlink {
    position: absolute;
    top: 0px;
    width: 50%;
    right: 0;
    text-align: left;
  }
  .nav-active .nav.sticky .lang.navlist, .nav-active .nav .lang.navlist {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .navitem.langlink:first-child {
    left: 0;
    text-align: right;
  }
  .nav.sticky { height: 45px; }
  .nav ul li.dropdown { position: relative; }
  .nav ul ul {
    margin-top: 10px;
  	display: block;
  	position: relative; 
  	top: auto;
  	left: auto;
  	padding: 0;
  	border: none;
    border-radius: 0px;
    background-color: #FFFFFF;
    box-shadow: none;
  }
  .nav ul li.dropdown ul li a:after,
  .nav ul li.dropdown a:after,
  .nav ul ul:after {
  	display: none
  }
  .nav ul ul li.navitem {
  	width: 100%;
    text-align: center;
  	padding: 10px;
  	float: none;
  	display: list-item;
  	position: relative;
  }
  .nav ul ul ul li {
  	position: relative;
  	top: -60px; 
  	left: 230px;
  }
  /* ENDE NAV */
  
  .section { padding: 50px 40px; }
  
  
  #headerimage .image { min-height: 750px; }
  #headerimage .image img {
    position: absolute;
    bottom: 0;
  }
  
  .darkred .centered-wrapper { padding: 120px 0; }
  #fullpage { padding-top: 30px; }
  .animate-slide:hover { cursor: pointer; }
  h3.snap-title {
    color: #151515; 
    font-size: 25px;
    line-height: 35px;
    font-weight: 800;
  }
  h3.snap-title:after {
    content: '';
    height: 13px;
    width: 13px;
    position: absolute;
    transition: transform .6s ease;
    border-left: 3px solid #151515;
    border-top: 3px solid #151515;
    transform: rotate(135deg);
    right: 0;
    top: 10px;
  }
  .active h3.snap-title:after { transform: rotate(225deg); }
  .active .snap-title:before { display: none; }
  .active h3.snap-title {
    transition: transform .6s ease;
    transform: none; }
  .snap-desc {
    position: relative;
    width: 100%;
    color: #151515;
    z-index: 9999;
    top: auto;
    right: auto;
    overflow: hidden;
    max-height: 0;
  }
  .active .snap-desc {
    margin-top: 30px;
    line-height: 30px;
    font-size: 18px;
    transition: max-height 1s ease-out;
    height: auto;
    max-height: 1000px;
  }
  
  .snap-desc ul { margin-top: 20px; }
  .snap-desc ul li {
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 20px 30px;
    background: url(..../img/check.svg) no-repeat left 8px;
    background-size: 15px;
  }
  
  .slider-wrapper { padding: 0 130px; }
  .slick-next { right: 40px; }
  .slick-prev { left: 40px; }
  
  /* Face of Alcedis */
  .face { width: 25%; }
  .filters-select { font-size: 26px; }

}

@media (max-width: 900px) {
  .section.imprint { padding-top: 120px; }
  .header-title { display: none; }
  a.logowrapper {
    position: absolute;
    margin-left: 0em;
    left: calc(50% - 82px);
    z-index: 999;
  }
  
  #headerimage { min-height: 0; max-height: none; height: auto; text-align: center; }
  #headerimage .image {
    min-height: 0;
    text-align: center;
    background-position: right bottom;
    height: 300px;
    bottom: 0;
    top: auto;
    max-width: 100%;
  }
  #headerimage .row .col:first-child { padding-right: 0; }
  
  .fullwith-image .row .col:first-child {
    padding-top: 0px;
    padding-bottom: 300px;
  }
  
  /* Navi */
  
  .nav ul ul { background-color: transparent; }
  .nav ul li { display: block; }
  li > a::after { display: none; }
  a.submenu { display: none !important; }
  
  .navtrigger {
    display: block;
  }
  .transparent .nav { display: none; }
  .transparent .nav-active .nav {
    display: block;
    height: 100vh;
  }
  .nav-active .navlink { display: block; }
  .nav-active .nav.sticky .navlist, .nav-active .nav .navlist { 
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  
  .nav-active .navlink.button-blue {
    color: #000;
    line-height: normal;
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 36px;
    line-height: 60px;
  }
  
  .nav-active .navlink.btn-normal {
    margin-right: 0;
    font-size: 36px;
    line-height: 60px;
  }
  .transparent .nav-active .navlist { padding-top: 150px; }
  
  /* Rows */
  
  .row, .tripple-row { display: block; }
  .row .col { max-width: 100%; }
  .row .col:first-child { padding-right: 0em; }
  .fullwidth-wrapper.row .col:first-child .content { padding-right: 0; }
  .fullwidth-wrapper.row .col .content { max-width: none; padding: 30px 1em; }
  .image-text .row .col.text {
    padding: 0 20px;
    padding-top: 50px;
  }
  
  /* Tripple Rows */
  
  .tripple-row .tripple-col { 
    max-width: 100%;
    text-align: center;
    padding-bottom: 50px;
    padding-right: 0;
  }
  
  .tripple-wrapper .page-title { text-align: center; }

  /* Mobile Dropdown */
  
  /* Jobs, Karriere */
  #headerimage.jobs { padding-top: 60px; }
  #headerimage.jobs .vcenter { position: relative; }
  #headerimage.jobs,
  #headerimage.karriere { 
    height: auto;
    min-height: inherit;
  }
  #headerimage.jobs .vcenter,
  #headerimage.karriere .vcenter {
    top: auto;
    left: auto;
    -ms-transform: inherit;
    transform: inherit;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .ctabox { width: 300px; top: 160px; }
  .typewritter { font-size: 45px; line-height: 55px; }
  .listsection { margin-top: 100px; }
  .text-left { padding-right: 45px; }
  .imagegallery img { height: 35px; width: auto; margin: 0 10px; }
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{ margin-top: 0px; }
  .covid-rules-label { grid-column-end: 4; margin-bottom: 10px; }
  .covid-rules-rule { grid-column-start: 4; margin-bottom: 10px; }
  .covid-19-popup__body p { margin-bottom: 10px; }
  .Button__MoreInfos__RuleGrid,
  .covid-19-popup__body .grid { display: block; }
  .Button__MoreInfos__Footer { display: none; }
}

@media (max-width: 768px) {
  .btn-normal { padding: 0 10px; }
  h2.big { font-size: 35px; line-height: 45px; margin-bottom: 20px; }
  .parallax-container .section { padding: 100px 45px; }
  .article .section { padding: 0 0 100px 0; }
  .article .section:last-child { padding-bottom: 0; }
  .article-black { padding-bottom: 100px; }
  .article-black .inlinesection { padding: 0px 45px 0px 45px; }
  .article-grey .section { padding: 100px 45px 0px 45px; }
  .darkred { margin-top: 100px; }
  /* Header */
  
  .nav {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
  }
  
  #logo { height: 80px; top: 15px; }
  a.logowrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: inline-block;
    margin-top: 0px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    z-index: 9999;
  }
  .header-title { line-height: 50px; }
  .navlist { top: 7px; }
  .navlist.absolute { position: relative; margin-right: 0; }
  
  .transparent .nav-active .navlist { padding-top: 50px; }
    
  .nav-active .navtrigger,
  .navtrigger.sticky,
  .navtrigger { top: 7px; }
  .header { height: 50px; position: fixed; }
  .slider-content { padding-top: 50px; }

  .slider-wrapper .text-red { font-size: 35px; line-height: 45px; }
  .slider-wrapper { padding: 0 60px; }
  .slick-next { right: 0px; }
  .slick-prev { left: 0px; }
  
  /* Unternehmen */
  .header-flex-item { width: 100%; }
  .header-flex .subline-right {
    position: relative;
    padding-left: 0px;
    width: 100%;
    right: auto;
    top: auto;
  }
  .counting-number {
    font-size: 25px;
    line-height: 35px;
  }
  .counter-item-wrapper .p1 { font-size: 16px; line-height: 26px; }
  .flex-wrapper .flex-item:last-child,
  .flex-wrapper .flex-item { padding: 0 0 120px 0; }
  .header-image {
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    height: 50vh;
    transform: scale(1);
    background-position: center center;
  }
  #headerimage.jobs .vcenter { 
    padding-top: 50px;
    padding-right: 0;
  }
  .ctabox {
    position: relative;
    margin-top: 0px;
    top: 0px;
    border-radius: 0;
    width: 100%;
    box-shadow: 0 5px 10px -5px rgba(21,21,21,0.24);
  }
  .contact .form-container { padding: 40px 45px 0px 45px; }
  .contact h4 {
    font-size: 18px;
    line-height: 29px;
  }
  .contact .flex-item.flex-triple { width: 100%; padding: 0 45px; margin-bottom: 0px; margin-top: 15px; }
  
  .transparent .nav-active .nav { margin-top: 50px; }
  
  /* Face of Alcedis */
  .face { width: 33.33333%; }
  .filters-select { font-size: 22px; }
  #headerimage.faces-of-alcedis { min-height: 350px; height: 60vh; }
  .select { margin-top: 50px; }
  
  .page-title.pdb80 { padding-bottom: 30px; }

    
  .pressemitteilung {
    padding-right: 30px;
  }
  .pressemitteilung .button { position: relative; right: auto; bottom: auto; }
  
}

@media (max-width: 600px) {
  .slider-content .col .subline { min-width: 320px; }
}

@media (max-width: 560px) {
  /* Pulse Effect */
  .pulse-container { top: 35vw; }
  .pulse { left: calc(50vw - 12.5vw); background-size: 65%; }
  #line { top: 230px; }
  
  .navlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
  }
  
  .btn-normal {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  .nav-active .navlink.button-blue,
  .nav-active .navlink.btn-normal {
    margin-right: 0;
    font-size: 26px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  /* Schriften */
  h1 { font-size: 35px; line-height: 45px; margin-bottom: 10px; }
  h2 { font-size: 30px; line-height: 40px; margin-bottom: 10px; }
  h3 { font-size: 25px; line-height: 35px; }
  h4 { font-size: 20px; line-height: 30px; }
  h5 { font-size: 18px; line-height: 28px; }
  h6 { font-size: 16px; line-height: 26px; }
  .p1 { font-size: 16px; line-height: 26px; }
  .p2 { font-size: 14px; line-height: 24px; }
  
  .section { padding: 40px 15px; }
  .footer { padding: 40px 15px 0 15px; }
  .footer .flex-container-column { width: 100%; margin-bottom: 40px; }
  .footer img { width: 150px; height: auto; }
  .footer .flex-container-column:last-child { text-align: left; }
  #superfooter { padding-top: 40px; padding-bottom: 20px; font-size: 13px; line-height: 23px; }
  
  .image-left .flex-item:first-child .vcenter, .flex-item:first-child .vcenter {
    width: 100%;
    border-radius: 0;
  }
  .flex-item img {
    max-width: 90%;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
  }
  .team-members .flex-item img { max-width: 100%; }
  .flex-item.flex-triple { margin-top: 0; }
  .flex-item.flex-triple,
  .flex-item.flex-multiple { width: 100%; padding: 0; margin-bottom: 15px; }
  .flex-logos { margin-top: 30px; }
  .flex-logos .flex-item.flex-multiple { width: 33%; padding: 0 5px; }
  
  .contact .bgimage { padding: 80px 0 20px 0; }
  .contact .form-container { padding: 40px 15px 0px 15px; }
  .contact .flex-item.flex-triple { width: 100%; padding: 0 15px; margin-bottom: 0px; margin-top: 15px; }
}

@media (max-width: 450px) {
  .btn-normal { font-size: 12px; }
  .slider-content .col h1.page-title {
    font-size: 25px;
    line-height: 32px;
    padding: 0 10px;
  }
  
  #headerimage.counter .vcenter {
    top: auto;
    left: auto;
    -ms-transform: inherit;
    transform: inherit;
    padding-top: 130px;
    padding-bottom: 80px;
  }
  #headerimage.counter { height: auto; }
  .counter-wrapper { padding: 40px 15px; }
  .counter-flex { flex-wrap: wrap; }
  .counter-flex-item { width: 50%; }
  .typewritter {
    font-size: 25px;
    line-height: 35px;
    max-width: 100%;
    overflow: hidden; }
  .slider-wrapper .text-red { font-size: 16px; line-height: 26px; }
  .slick-prev, .slick-next { display: none !important; }
  .slider-wrapper { padding: 0; }
  .slider-wrapper .name { font-size: 14px; line-height: 24px; }
  .logo-name-wrapper { padding: 30px 0; }
  
  /* Face of Alcedis */
  .face { width: 50%; }
  .filters-select { font-size: 18px; }
}

@media (max-width: 360px) {
  .button.button-nav { padding: 2px 15px; }
}

