@import url(https://fonts.googleapis.com/css?family=Overpass);
/*****************************/
/*		Basic Styles         */
/*****************************/
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0
}
html {
  min-height: 100%
}
body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  position: relative;
}
body {
  color: #606060;
  font-family: 'Overpass';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin: 0;
  background: #005067;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 13px;
  color: #606060;
  font-weight: 300;
}
h2, h3 {
  font-weight: 600;
}
h1 {
  color: #fff;
  line-height: 54px;
  font-size: 54px;
  margin-bottom: 40px;
  font-size: 4em;
}
h2 {
  font-size: 35px;
  line-height: 39px;
  margin-bottom: 20px;
}
h3 {
  font-size: 25px;
  line-height: 29px;
}
h3,
section .container:first-child {
  margin-top: 0
}
h4 {
  color: #a1a5ad;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 52px;
  text-transform: uppercase;
}
h4 {
  line-height: 20px;
}
.h2Intro {
  color: #a1a5ad;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 52px;
  text-transform: uppercase;
}
h4:after {
  content: "";
  bottom: -1px;
  right: -100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
}
.h2Intro:after {
  content: "";
  bottom: -1px;
  right: -100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
}
p {
  line-height: 25px;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 52px;
  color: #606060;
  text-align: justify;
}
.hero-small h1 small, .hero h1 small {
  line-height: 25px;
  font-size: 17px;
  text-align: justify;
}
a {
  color: #005067; 
  outline: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  text-decoration: none;
  font-weight: 600;
}
a:focus,
a:hover {
  outline: 0;
  color: #21282f;
  text-decoration: none;
}
/*****************************/
/* 	  End Basic Styles       */
/*****************************/

/************************/
/* 		DOM Styles 		*/
/************************/

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
section {
  background-color: #fff;
  padding: 60px 0;
}
section:nth-child(odd) {
  background-color: #f8f8f8;
}
iframe {
  border: none;
}
.player {
  padding-top: 60px;
  height: 100%
}
.player, h4:after {
  position: absolute;
  width: 100%
}
.h2Intro:after {
  position: absolute;
  width: 100%
}

/* Colors */
section.blue {
  background-color: #005067;
}
.bright-text, .bright-text-border {
  color: #fff;
}
.bright-text-border {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  margin-right: -182%;
}
/************/
/* Borders */
span.border-cards {
  height: 0px;
  border-top: solid 1px #fff;
  background-color: #005067;
}
span#border-cards.border {
  height: 0px;
}
.card-border {
  border: solid 1px #fff;
}
.card-border-bright {
  border: solid 1px #005067;
}
/*****************/
/* Buttons */
.btn,
.core-cards a:before {
  -moz-transition: all .3s ease-in-out 0s;
}
.btn {
  font-weight: 500;
  font-size: 20px;
  color: #7b7c7e;
  border-color: #b5b8bb;
  border-radius: 100px;
  background-color: transparent;
  padding: 15px 50px;
  letter-spacing: 1px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.btn:focus,
.btn:hover {
  color: #005067;
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
  outline: 0;
}
.btn-white {
  color: #fff;
}
.btn-full {
  width: 100%;
}
#gototop {
    display:none;
	position: fixed;
    left: 1%;
    bottom: 2%;
    border: none;
    color: rgba(167, 181, 185, 0.7);
    background: none;
    z-index: 1001;
    right: unset;
}
#gototop-but {
  padding: 10px;
  font-size: 56px;
}
.btn-footer {
  color: #fff;
  border-color: #4d5359;
}
.btn-footer:focus,
.btn-footer:hover,
.btn-default:focus,
.btn-default:hover{
  color: #fff;
  background-color: #005067;
  border-color: #005067;
  opacity: 1;
  outline: 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #005067;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 1;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.realSliderButton {
  position: absolute;
  top: 20px;
  width: 150px;
  height: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
input:checked + .slider {
  background-color: #005067;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.chooseWidth {
	font-size: 17px;
    font-weight: 300;
    color: #fff;
    width: 100px;
    text-align: center;
}
.chooseWidth.active {
    background: #fff;
    color: #0d4050;
}
.chooseCheckWrapper {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 25px;
    z-index: 2;
    background: #0d4050;
    padding: 5px;
    width: 210px;
  	cursor: pointer;
  	height: 35px;
}
.collapseButton, .collapseButton:hover, .collapseButton:focus, .collapseButton:visited {
    width: calc(100% - 15px);
    border: none;
    background: #005067;
    padding: 0px 15px 0px 15px;
    border-radius: 0px;
  	outline: none;
}
.collapseLable {
	margin-bottom: 14px;
    margin-top: 18px;
    text-align: left;
    float: left;
    font-size: 20px;
    color: #fff;
}
.collapseButton span {
	font-size: 31px;
    float: right;
    position: relative;
    color: #ffffff;
    margin-top: 9px;
}
.closedPlus {
  display: block;
}
.closedPlus.hideIt {
  display: none;
}
.openMinus {
  display: block;
}
.openMinus.hideIt {
  display: none;
}
#k1 {
    margin-bottom: 20px;
    margin-top: -7px;
    margin-right: 15px;
    padding: 15px;
    background: #e1e1e1;
    padding-right: 0px;
    padding-top: 30px;
}
/************/
/* Ion Icons */
.icn-approach-intro {
  margin-bottom: 20px;
  font-size: 7em
}
.icn-approach-keyfactor {
  font-size: 5em
}
.process-list .icn {
  width: 51px;
  height: 50px;
  margin: 0 auto 28px;
  font-size: 3em
}
.core-cards .card-icn {
  height: 60px;
  width: 60px;
  margin-bottom: 30px;
  font-size: 4em;
}
.core-cards a .card-icn,
.core-cards a .card-icn i {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.core-cards a:hover .card-icn,
.core-cards a:hover .card-icn i {
  transition: all .3s ease-in-out .1s;
}
.core-cards a:hover .card-icn,
.core-cards a:hover h3 {
  color: #fff;
}
.arrowDown {
    position: absolute;
    top: 80vh;
    left: 50%;
  	cursor: pointer;
  	transform: translateX(-50%);
}
.arrowDown .icon {
    font-size: 42px;
    color: #fff;
    background: #0d4050;
    padding: 10px 15px 0px 15px;
  	transition: all .3s ease-in-out .1s;
}
.arrowDown .icon:focus,
.arrowDown .icon:hover {
  color: #005067;
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
  outline: 0;
}
.arrowUp .icon {
    font-size: 42px;
    color: #fff;
    background: #0d4050;
    padding: 10px 15px 0px 15px;
}
/****************/
/************************/
/* 	  End DOM Styles 	*/
/************************/

/************************/
/* 	 Section Styles 	*/
/************************/
/* Slider */
.hero {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition:background 3s ease-in;
  -moz-transition:background 3s ease-in;
  -o-transition:background 3s ease-in;
  -ms-transition:background 3s ease-in;
  transition:background 3s ease-in;
  height: 375px;
}
.gallery-cell {
  margin: 0 50px;
  width: 950px;
  height: 450px
}
.flickity-viewport {
  margin-bottom: 40px;
  margin-top: 30px
}
.flickity-page-dots .dot {
  border-radius: 0;
  width: 30px;
  height: 4px;
  opacity: 1;
  margin: 0 5px;
  background-color: #b5b8bb
}
.flickity-page-dots .dot.is-selected {
  background-color: #005067
}
ul.carousel-indicators {
    bottom: 60px;
}
/**************/
/* Hero */
.hero {
  height: 493px;
  background-size: cover;
  background-position: top center;
  position: relative
}
.hero h1,
.hero h1:after,
.hero p,
.hero h1 small {
  position: absolute
}
.hero .hero-overlay {
  position: absolute;
  height: 100%;
  background-color: rgba(33, 40, 45, .4)
}
#home-bg-slider .hero-overlay {
  background-color: rgba(0, 0, 0, 0) !important;
}
/*
#kontakt.hero-small {
    background-blend-mode: darken;
    background-color: rgb(0 0 0 / 0%) !important;
}
*/
.hero .hero-overlay-70 {
  background-color: rgba(33, 40, 45, .7)
}
.hero .hero-overlay-100 {
  background-color: rgba(33, 40, 45, 1)
}
.hero h1 {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin-bottom: 30px;
  padding-bottom: 20px;
  bottom: -90px;
  width: 100%;
  font-weight: 300;
}
.hero h1:after {
  bottom: -1px;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3)
}
.hero p, .hero h1 small {
  bottom: -110px;
  color: #fff;
  opacity: .7;
  margin: 0;
  font-weight: 500;
}
.hero h2.mainpageh2:after {
    content: "";
    bottom: -1px;
    right: -100%;
    min-width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .3);
    z-index: 999;
    display: block;
    position: absolute;
}
.hero h1.mainpageh1:after {
 	display: none;
}
.hero h1.mainpageh1 {
    position: relative;
    bottom: auto;
    color: #fff;
    opacity: .7;
    margin: 0;
    font-weight: 500;
    line-height: 25px;
    font-size: 17px;
    text-align: justify;
    padding-bottom: 0;
  	border: none;
}
.hero h2.mainpageh2 {
    position: relative;
    bottom: auto;
    color: #fff;
    opacity: .7;
    margin: 0;
    font-weight: 500;
    line-height: 25px;
    font-size: 17px;
    text-align: justify;
  	border-bottom: 1px solid rgba(255, 255, 255, .3);
  	padding-bottom: 20px;
}
.hero-medium {
  height: 500px;
  padding-top: 275px
}
.hero-small {
  height: 300px;
  padding-top: 180px
}
.hero-small h1 {
  font-size: 54px;
  bottom: -40px;
  max-width: 85vw;
}
.hero-approach h1,
.hero-approach p,
.hero-hp h1,
.hero-hp p {
  position: relative;
  bottom: auto
}
.hero-small p {
  top: 30px
}
.hero-small h1 small {
  top: 115px
}
.hero-hp {
  margin-top: 0;
  height: 650px;
  padding-top: 0
}
.hero-hp h1 {
  font-size: 56px;
  padding-bottom: 35px
}
.hero-approach {
  margin-top: 0;
  height: 400px;
  padding-top: 180px;
  margin-bottom: 55px;
      padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.hero-approach h1 {
  font-size: 35px
}
.hero-medium {
  height: 575px;
  padding-top: 350px
}
.hero-hp h1 {
  padding-top: 75px
}
span.home {
    line-height: 1.2;
    padding-top: 75px;
    font-size: 56px;
    padding-bottom: 35px;
    position: relative;
    bottom: auto;
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
    font-weight: 300;
    margin-top: 0;
    top: 55px;
}
.hero-small {
  height: 375px;
  padding-top: 255px
}
.hero-hp {
  height: 725px
}
    .hero {
  height: 100vh !important;
  min-height: 100vh !important;
      
}
  .hero-medium {
    padding-top: 280px;
}
  .hero h1 {
    line-height: 1.2;
}
  .work-list li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  .hero-approach {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
/**************/
/* Learn More */
.learn-more {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding: 80px;
  text-align: center;
}
/************/
/*  iFrame  */
.magazin {
    width: 100%;
    height: 795px;
}
/************/
/* Share */
.share-button{
	position: relative;
    height: 36px;
    top: 0;
    margin-top: -90px;
    min-width: 36px;
    right: 55px;
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
    line-height: 36px;
    user-select: none;
    float: left;
    text-align: center;
}
.share-button.open {
    width: 102px;
    background: #005067;
}

/*----- FIX overflow + transform + border-radius ---*/
.share-button:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
box-shadow: 0 0 0 50px #36bfa6;
box-sizing: content-box;
transform: translate(0,0);
border-radius: 50px;
z-index: 3;
pointer-events: none;
}
.lid{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:transparent;
  border-radius:20px;
  color:#fff;
  transition: 300ms ease all;
  transform-origin: 0 0;
  cursor:default;
z-index: 4;
}
.lid i {
    font-size: 26px;
    color: rgba(0, 0, 0, .1);
    border-radius: 30px;
    margin-top: 6px;
    margin-left: -3px;
}
.open .lid{
  transform:rotateX(90deg);
}
.thank-you {
  position:absolute;
top: -100px;
left: 0;
width: 100%;
color: #fff;
  transition: 300ms ease all;
}
.thankyou .thank-you{
  position:absolute;
  top:0px;
}
.share-item{
  display:block;
  color:#368b8b;
  background:#fff;
  text-decoration:none;
  height:30px;
  width:30px;
  text-align:center;
  line-height:30px;  
  border-radius:50%;
  float:left;
  margin-left:3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  transition: 500ms ease all;
}
.share-item:active{
  background:#eb4c89;
  transition: 50ms ease all;
}
.share-item:nth-child(1){
transform: translateX(200px) rotate(180deg);
}
.share-item:nth-child(2){
transform: translateX(400px) rotate(200deg);
}
.share-item:nth-child(3){
transform: translateX(580px) rotate(220deg);
}
.share-item:nth-child(4){
transform: translateX(740px) rotate(240deg);
}
.share-item:nth-child(5){
transform: translateX(880px) rotate(260deg);
}
.share-item:nth-child(6){
transform: translateX(1000px) rotate(280deg);
}
.open .share-item{
transform: translateX(0) rotate(0);  
margin-left:3px;
}
.share-items {
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 3px 0;
    width: 185px;
}
.share-items-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;  
  width : 267px;
  left: 50%;
  margin-left:-133.5px;
}
.shared .share-item{
  transform :translateY(200px);
}
.shared .share-item:nth-child(1){
  transition: 200ms cubic-bezier(.32,-0.22,.9,.93) all;
}
.shared .share-item:nth-child(2){
  transition: 600ms cubic-bezier(.32,-0.22,.9,.93) all;
}
.shared .share-item:nth-child(3){
  transition: 1000ms cubic-bezier(.32,-0.22,.9,.93) all;
}
.shared .share-item:nth-child(4){
  transition: 1400ms cubic-bezier(.32,-0.22,.9,.93) all;
}
.shared .share-item:nth-child(5){
  transition: 1800ms cubic-bezier(.32,-0.22,.9,.93) all;
}
.shared .share-item:nth-child(6){
  transition: 2200ms cubic-bezier(.32,-0.22,.9,.93) all;
}
/***********/
/* Kontakt */
.phonenumber,
.phonenumber:active,
.phonenumber:focus,
.phonenumber:hover {
  text-decoration: none;
  color: #fff
}
.form-group .form-control {
  border-radius: 0;
  background: 0 0;
  resize: none;
  padding: 10px;
  height: auto;
  box-shadow: 0 0 5px #f5f6f7;
  -webkit-box-shadow: 0 0 5px #f5f6f7;
  border: solid 1px #005067;
  font-size: 16px;
  color: #21282f;
  -webkit-appearance: none
}
.form-group {
  position: relative;
  margin-bottom: 50px
}
.form-group .form-control:focus {
  border: 1px solid #f5f6f7;
  border-bottom: 1px solid #7b7c7e;
  box-shadow: 0 0 5px #f5f6f7;
  -webkit-box-shadow: 0 0 5px #f5f6f7;
  outline: 0;
  -webkit-appearance: none
}
#contact-box {
  background-color: #005067!important
}
#contact-box .contact-box-wrapper {
  padding: 30px 0;
  display: block;
  position: relative
}
#contact-box h3 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 35px;
  line-height: 40px;
  line-height: 4rem
}
#contact-box p {
  color: #fff;
  margin: 0;
  opacity: .7;
  width: 70%
}
#contact-box .btnArrowRight {
  position: absolute;
  top: 50%;
  opacity: .5;
  display: block;
  text-align: center;
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
  right: 0;
  margin-top: -28px;
  z-index: 10;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  background-color: transparent;
  font-size: 25px;
  color: #fff;
}
#contact-box .btnArrowRight:hover {
  background-color: #fff;
  opacity: 1;
  color: #005067;
}
/******************/

/*del*/
.hero-approach-1 {
  background-image: url(../img/approach-1.jpg)
}
.hero-approach-2 {
  background-image: url(../img/approach-2.jpg)
}
.hero-approach-3 {
  background-image: url(../img/approach-3.jpg)
}
.img-text {
  position: absolute;
  bottom: 8px;
  left: 16px;
  background: rgba(0,0,0,0.25);
  width: 100%;
  margin-left: -16px;
  margin-bottom: -8px;
  padding-left: 15px;
  padding-top: 15px;
}
.illustration-bg {
  background-image: none;
}
.illustration-bg:after {
}
.process-list li {
  display: inline-block;
  text-align: center;
  margin-right: 60px;
  font-size: 18px
}
.service-item:nth-child(even) {
  background-color: #f8f8f8 !important;
}
.service-item {
  background-color: #fff!important;
}
.phase-number-1, .phase-number-2, .phase-number-3 {
  background-color: #005067;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  color: #fff;
  display: block;
  margin-top: -70px;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  padding-top: 4px;
  opacity:0;
}

/* Navbar */
.navbar {
    height: 75px;
    background: rgb(0 0 0 / 0%) !important;
  -webkit-transition: all .3s ease-in-out .1s;
  -moz-transition: all .3s ease-in-out .1s;
  transition: all .3s ease-in-out .1s;
}
.navbar.fixed {
    height: 75px;
    background: #005067 !important;
}
.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid rgb(0 80 103);
    border-radius: 0px;
    background: #005067;
    z-index: 1;
}
.navbar.fixed .navbar-toggler {
	background: #005067;
    border: 1px solid #fff;
}
.navbar .navbar-toggler-icon {
    filter: invert(1) brightness(5.5) grayscale(1);
}
.navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #000000;
}
.navbar.fixed a {
  opacity: 1;
  color: #fff !important;
}
.navbar img {
	filter: grayscale(1) brightness(5.5);
}
.navbar.fixed img {
  	filter: grayscale(1) brightness(5.5);
}
.navbar.fixed .active a {
  text-decoration: none;
  color: #005067!important
}
.navbar.fixed .nav>li>a:focus,
.navbar.fixed .nav>li>a:hover {
  background-color: transparent;
  color: #fff !important;
  text-decoration: none
}
.navbar .container,
.navbar .container .navbar-collapse {
  height: 100%!important
}
/************/

/* Cards */
.core-cards,
.player,
h4:after {
  width: 100%
}
.introH2:after {
  width: 100%
}
.core-cards,
.core-cards a:after,
.core-cards a:before,
a {
  display: inline-block
}
.core-cards,
.process-list,
.work-list,
ul.dots-list {
  list-style-type: none
}
.core-cards a:after,
.work-list li a:after {
  border-top: 2px solid;
  border-left: 2px solid;
}
ul.dots-list {
  color: #21282f;
  font-family: "Circular Std Book", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
ul.dots-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
ul.dots-list li:before {
  content: "•";
  font-size: 35px;
  color: #005067;
  position: absolute;
  left: 0;
  top: 4px;
  line-height: 18px;
}
.core-cards a .bg-img:before,
.core-cards a:after,
.core-cards a:before,
.hero h1:after,
.illustration-bg:after,
.work-list li a:after,
.work-list li a:before {
  content: ""
}
.core-cards li {
  width: 30%;
  height: 340px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px!important;
  border-radius: 0px;
  -webkit-transition: all .3s ease-in-out .1s;
  -moz-transition: all .3s ease-in-out .1s;
  transition: all .3s ease-in-out .1s;
}
.core-cards a *,
.work-list li a:hover:before {
  -webkit-transition: all .3s ease-in-out .1s;
  -moz-transition: all .3s ease-in-out .1s;
}
.core-cards li:nth-child(2),
.core-cards li:nth-child(5),
.core-cards li:nth-child(8) {
  margin: 0px 5%;
}
#services-core .core-cards li:nth-child(2),
#services-core .core-cards li:nth-child(5),
#services-core .core-cards li:nth-child(8) {
  margin: 0px 5%;
}
.core-cards a {
  float: left;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
}
.core-cards a * {
  transition: all .3s ease-in-out .1s;
  position: relative;
  z-index: 1;
}
.core-cards p {
  text-align: left;
}
.core-cards a:before {
  position: absolute;
  background: #fff;
  width: 40px;
  height: 2px;
  left: -50px;
  bottom: 0;
  margin-bottom: 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.core-cards a .bg-img,
.core-cards a .border {
  z-index: 0;
  left: 0;
  position: absolute;
  bottom: 0;
}
.core-cards a .bg-img {
  top: 0;
  right: 0;
  background-size: cover;
  background-position: top center;
  opacity: 0;
}
.core-cards a .bg-img:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}
.core-cards a .border {
  width: 100%;
  height: 8px;
  background-color: #005067;
}
.core-cards a:after {
  position: absolute;
  width: 10px;
  height: 10px;
  color: #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  left: -20px;
  margin-bottom: 16px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.core-cards a:hover:before {
  left: 30px;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out .3s;
  -moz-transition: all .3s ease-in-out .3s;
  transition: all .3s ease-in-out .3s;
}
.core-cards a:hover .bg-img {
  opacity: 1;
}
.core-cards a:hover p {
  color: #f5f6f7;
}
.core-cards a:hover .border {
  height: 40px;
}
.core-cards a:hover:after {
  left: 60px;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out .3s;
  -moz-transition: all .3s ease-in-out .3s;
  transition: all .3s ease-in-out .3s;
}
.core-cards-offer {
  margin-right: 3.916667%;
  padding-top: 15px;
  padding-bottom: 15px;
  border: solid 1px #005067;
}
.core-cards-offer:nth-child(5) {
  margin-right: 0;
}
.core-cards-offer li {
  margin-left: 15px;
}
.offer-col {
  	text-align: left;
}
.offer-col h3 {
  	text-align: center;
}
.work-list {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.work-list li {
  height: 280px;
  overflow: hidden;
  margin-bottom: 30px;
}
.work-list.videoList li {
  height: auto;
}
.work-list.videoList li .work-img {
  min-height: 377px;
}
.work-list li a {
  display: block;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.work-list li a:nth-child(odd) {
	margin-right: 15px;
}
.work-list li a .work-border:nth-child(odd) {
    width: calc(100% - 15px);
}
.work-list li a:before {
  position: absolute;
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 2px;
  left: -50px;
  bottom: 0;
  margin-bottom: 20px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .1s ease-in-out 0s;
  -moz-transition: all .1s ease-in-out 0s;
  transition: all .1s ease-in-out 0s;
}
#contact-box .contact-box-wrapper:before,
.work-list li a .work-img {
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
}
.work-list li a .work-img {
  position: relative;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  transition: all .3s ease-in-out 0s;
  background-color: rgb(0 0 0 / 13%);
  background-blend-mode: darken;
}
.work-list li a .work-detail {
  position: absolute;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, .4) 0, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .4)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, .4) 0, transparent 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, .4) 0, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, .4) 0, transparent 100%);
  z-index: 1;
  padding: 30px 100px 30px 25px;
  height: 100%;
  width: 100%;
  top: 0;
  -webkit-transition: all .2s ease-in-out .1s;
  -moz-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s
}
.work-list li a .work-detail h3 {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  opacity: .7;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 30px;
  line-height: 1rem;
}
.work-list li a .work-detail p {
    color: #fff;
    font-size: 22px;
    font-size: 1.8em;
    line-height: 30px;
    line-height: 1.4em;
    position: absolute;
    margin-top: 10px;
    width: 70%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: left;
}
.work-list li a .work-border {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #005067;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.work-list li a:after {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  left: -20px;
  margin-bottom: 16px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .1s ease-in-out 0s;
  -moz-transition: all .1s ease-in-out 0s;
  transition: all .1s ease-in-out 0s
}
.work-list li a:hover:before {
  left: 40px;
  opacity: 1;
  transition: all .3s ease-in-out .1s
}
.work-list li a:hover .work-img {
  opacity: .5
}
.work-list li a:hover h3 {
  margin-top: -10px
}
.work-list li a:hover h5 {
    margin-top: -10px;
}
.work-list li a .work-detail h5 {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
    line-height: 1rem;
  	font-weight: 600;
}
.work-list li a:hover p {
  margin-top: 0
}
.work-list li a:hover .work-border {
  height: 40px
}
.work-list li a:hover:after {
  left: 70px;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out .1s;
  -moz-transition: all .3s ease-in-out .1s;
  transition: all .3s ease-in-out .1s
}

.logoWrapper:nth-child(odd) {
    border-right: 15px solid white;
}
.videoList .logoWrapper:nth-child(odd) {
    border-right: 15px solid #f8f8f8;
}
/* Projekte Info Table */

.work-schema {
    padding: 10px 20px 20px 20px;
    border: 1px solid #dadada;
    min-height: 140px;
    background: #005067;
  	margin-bottom: 1px;
}
.work-schema h3 {
  color: #fff;
}
.work-schema h6, .work-schema b {
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  color: #fff
}
.work-schema p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.work-item {
  background-color: #fff!important
}
.work-item:nth-child(even) {
  background-color: #f8f8f8 !important;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.work-schema a {
  color: #e1e1e1;
}
.work-schema a:focus,
.work-schema a:hover {
  color: #e1e1e1;
}
.work-schema.work-link {
  min-height: 90px;
}
.workImg {
    background: #e1e1e1;
    margin-bottom: 1px;
    padding: 25px;
}
.magazinMock {
    background: #e1e1e1;
    margin-bottom: 1px;
    padding: 25px;
  	height: 100%;
  	width: auto;
  	left: 50%;
  	transform: translateX(-50%);
  	position: relative;
}
.projektBack {
 	background-blend-mode: darken;
    background-color: rgb(0 0 0 / 0.5) !important; 
}

/* Footer */
footer {
  background-color: #21282f;
  padding: 50px 0
}
footer p {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 0
}
footer .social-list {
  text-align: right;
  margin-top: 16px
}
footer .social-list li {
  display: inline-block;
  list-style-type: none;
  margin-left: 30px;
  font-size: 16px
}
footer .social-list li a {
  color: #7b7c7e
}
footer .social-list li a:focus,
footer .social-list li a:hover {
  color: #fff
}
.shadow a.socialHeader {
  color: #fff
}
.shadow a.socialHeader i {
  font-size: 30px;
  margin-right: 5px;
  margin-top: 5px;
}
.shadow a.socialHeader:focus,
.shadow a.socialHeader:hover {
  color: #7b7c7e
}
.companies {
    background: #222222;
}
.companies a {
    text-align: right;
    width: 100%;
}
.companies h4 {
    padding-top: 20px;
    margin: 0;
    color: #606060;
}
.footerLogo {
    height: 20px;
    margin-top: 19px;
    margin-bottom: 12px;
    width: auto;
  	filter: brightness(0.5);
}
.footerLogo:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    filter: brightness(1);
}
/****************/
/* mac mockup */
.macWrapper {
position: relative;
    height: 54vw;
    margin-top: 0;
    z-index: 1;
    transform: scale(0.56);
    left: 0;
}
.macOuterTop {
    width: 105vw;
    height: 87vw;
    background: #000;
    position: absolute;
    top: -16vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/img/mock.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 3vw;
}
.macWebsite {
    height: 100%;
    position: absolute;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3vw;
    padding-right: 3vw;
}
.macShowspage {
    height: 49vw;
}
.macWrapper.mobile {
    height: 57vw;
}
.macWrapper.mobile.mobileView {
    display: block;
    transform: scale(1.26);
}
.macWrapper.desktop.mobileView {
    display: none;
}
.macWrapper.mobile .macOuterTop {
    width: 36vw;
    height: 64vw;
    background: none;
    top: 292px;
}
.macWrapper.mobile .macWebsite {
    height: 100%;
    position: absolute;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3vw;
    padding-right: 3vw;
}
.macWrapper.mobile .macShowspage {
	transform: translateX(-50%);
    height: 42vw;
    width: 25vw;
    left: 50%;
    position: relative;
    top: 174px;
    border: solid 1vw #000;
    border-radius: 30px;
}
/**************/
/************************/
/* 	End Section Styles 	*/
/************************/

/***********************/
/* 	  Media Queries    */
/***********************/
@media only screen and (max-width:1200px) {
  footer p {
    font-size: 14px
  }
  footer .social-list li {
    font-size: 14px;
    margin-left: 20px
  }
  .process-list li {
    margin-right: 30px
  }
  .gallery-cell {
    width: 780px;
    margin: 20px 30px 0
  }
  .hero-hp h1 {
    font-size: 46px
  }
  .hero-hp p {
    font-size: 16px
  }
}
@media only screen and (min-width:992px) {

}
@media only screen and (max-width:991px) {
  .card-border.card {
    border: solid 1px #fff;
    min-width: 190px;
    width: 33.333%;
    margin: 0px;
    margin-left: -1px;
  }
  .card-border-bright.card {
    border: solid 1px #005067;
    min-width: 190px;
    width: 33.333%;
	margin: 0 0 20px 0 !important;
    margin-left: -1px !important;
  }
  .btn {
    margin: 0 auto;
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 15px 35px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .icn-approach {
    display: none
  }
  .core-cards li:nth-child(odd) {
    margin-right: 10%
  }
  .core-cards li {
    width: 40%
  }
  .core-cards a p {
    font-size: 16px
  }
  footer .social-list {
    margin-top: 40px;
    text-align: center
  }
  footer .social-list li {
    margin: 0 15px;
    text-align: center
  }
  footer p {
    font-size: 14px;
    text-align: center;
    margin-top: 40px
  }
  .player {
    padding-top: 200px
  }
  .hero-hp {
    height: 550px
  }
  .hero-hp h1 {
    font-size: 37px;
    padding-bottom: 30px
  }
}
@media (min-width:769px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .navbar-nav,
  .navbar-nav a {
    height: 100%!important
  }
  .caret {
    margin-left: 6px!important;
    margin-top: -4px!important
  }
  .nav .open>a,
  .nav .open>a:focus,
  .nav .open>a:hover {
    background-color: #fff;
    border-color: #fff
  }
  .navbar-nav a {
    position: relative;
    display: block;
    color: #b5b8bb;
    font-weight: 600;
    font-size: 18px;
    font-size: 17px;
    padding-top: 28px;
    padding-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 0.29px;
  }
  .navbar-nav li {
    position: relative;
    float: left;
    z-index: 40;
    height: 100%!important;
    margin: 15px;
  }
  .navbar-header {
    height: 100%
  }
  .navbar-brand {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    padding: 0px;
    height: 100%
  }
  .navbar-brand>img {
    height: 75px;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
  }
  .navbar a {
    color: #fff!important;
    opacity: .8;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
  }
  .navbar .nav>li>a:focus,
  .navbar .nav>li>a:hover {
    background-color: transparent
  }
  .navbar {
    width: 100%;
    height: 75px;
    margin-bottom: 0;
    position: fixed;
    background-color: rgba(255,255,255,0) !important;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease
  }
  .navbar.fixed {
    background: #005067 !important;
    border-bottom: none;
  }
}
@media only screen and (max-width:768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .macWrapper.mobile {
	height: 115vw;
    transform: scale(0.75);
}
  .macWrapper.mobile .macOuterTop {
    width: 160vw;
    height: 285vw;
    background: url(/img/mock2.png);
    background-size: cover;
    padding: 7vw;
    top: -60vw;
}
  .macWrapper.mobile .macShowspage {
	height: 160vw;
    border: 4vw solid #000;
    top: -20vw;
    width: 100vw;
}
  .logoWrapper:nth-child(odd) {
    border-right: none;
}

  .btn-footer {
  width: 85vw !important;
}
  .companies h4 {
    padding-left: 15px;
}
  .companies a {
    text-align: left;
    margin-left: 17px;
}
  .footerLogo {
    margin-top: 0px;
    margin-bottom: 10px;
}
  .card-border.card, .card-border-bright.card {
    width: 100%;
    margin: 0px;
    margin-left: -1px;
  }
  #bright-text-border {
    padding-left:15px;
  }
  .h4-mobile, p.h4-mobile, p#h4-mobile, h1#h4-mobile, h4#h4-mobile {
    margin-left: 15px;
    margin-right: 15px;
    line-height: 21px;
  }
  .hero-medium, section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .logo-mobile {
    display: block;
    position: fixed;
    z-index: 3;
    width: 33%;
    top: -7px;
  }
  #logo-mobile {
    display: block;
    max-height: 75px;
    padding-bottom: 5px;
    z-index: 2;
    width: 100%;
  }
  span.phase-number {
    display: none;
  }
  div#nav-background.col-md-offset-1.col-md-11 {
    background-color: rgba(255,255,255,0.95);
  }
  .navbar img.logo {
    opacity: 0;
  }
.work-schema, .work-schema:last-of-type {
    padding-bottom: 10px;
    min-height: 100px;
    width: 100% !important;
}
  h4:after {
    display: none
  }
  
  /* Navbar */
.navbar-nav {
	background: #005067;
    width: 100vw;
    padding: 131px 0px 15px 15px;
    height: 100vh;
    font-size: 25px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    position: absolute;
    right: 0px;
}
  .navbar-nav:after {
    content: "";
    background: #005067;
    width: 116vw;
    height: 160vh;
    font-size: 25px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    margin-top: -100vh;
}
.navbar-nav li {
    z-index: 1;
}
.navbar img {
    height: 75px;
    margin-top: -25px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
}
  .navbar.fixed .navbar-toggler {
    margin-top: -5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
  }
  .navbar.fixed img {
    margin-top: -55px;
  	filter: grayscale(1) brightness(5.5);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
  }
  .icon-bar {
    background-color: #ccc!important;
    width: 30px!important;
    height: 3px!important
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
  }
  .gallery-cell {
    width: 90%;
    height: 200px;
    margin: 0 3px
  }
  .navbar-collapse {
    width: 100vw;
    height: 100vh;
    max-height: 100vh!important;
    top: 0;
    overflow: visible;
    left: 0;
    margin-right: 0!important;
    margin-left: 0!important;
    background: #005067;
    opacity: 0,
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
  }
.navbar .container .navbar-collapse {
    height: 100%!important;
    left: 0px !important;
    position: relative;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    opacity: 0;
}
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
    color: #fff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear
}


  
  .collapsing {
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear
  }
  .navbar-collapse.collapse.in {
    opacity: 1;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear
  }
  .navbar-collapse.collapse {
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear
  }
 .navbar-brand {
    display: block;
    color: #B2B2B6;
    letter-spacing: -.6px;
    font-weight: 700;
    font-size: 28px;
    line-height: 120px;
    height: 75px;
    z-index: 1;
  }
  .hero-hp {
    height: 450px
  }
  .hero-hp h1 {
    font-size: 34px;
    padding-bottom: 30px
  }
  .player {
    padding-top: 100px
  }

  .illustration-bg {
    background-image: none;
    min-height: 0
  }
  .hero-medium,
  .hero-small {
    height: 200px;
    padding-top: 70px
  }
  .hero-medium h1,
  .hero-small h1 {
    bottom: unset;
    font-size: 34px;
    line-height: 35px;
    top: 115px;
    left: 45px;
    width: 85vw;
  }
  .hero-medium p,
  .hero-small p {
	top: 183px;
    left: 45px;
    padding-right: 15px;
    width: 75%;
    margin-right: 15px;
  }
  .core-cards li {
    width: 100%;
    margin-right: 0!important;
    margin-left: 0!important;
    height: 260px
  }
  .core-cards a {
    padding: 30px
  }
  .process-list {
    text-align: center
  }
  .btn-learn-more {
    margin: 20px auto 15px;
    font-size: 14px;
    display: block
  }
  .icn-approach-intro,
  .icn-approach-keyfactor {
    display: none
  }
      .work-list li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  .hero-approach {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
  h1#h4-mobile {
    line-height: 50px !important;
}
  #contact-box {
    padding: 0;
}
  #contact-box .btnArrowRight {
    top: unset;
    bottom: 35px;
}
  .magazin {
    width: 100%;
    height: 465px;
}
  .macShowspage {
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    border-bottom-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
}
}
@media (max-width:650px) {
  .player {
    padding-top: 75px
  }
  .hero-hp {
    height: 400px
  }
.hero-hp h1, .hero-hp h2, .hero-hp span {
	font-size: 38px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 90px;
    width: 65vw;
    left: 30px;
}
.hero-hp p {
    width: 85vw;
    left: 30px;
}
  .hero h2.mainpageh2 {
    padding-top: 0;
}
  }

@media (max-width:615px) {
        .work-list li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  .hero-approach {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
  h1#h4-mobile {
    line-height: 50px !important;
}
  p {
    text-align: left;
  }
}

@media (max-width:560px) {
  .player {
    padding-top: 100px
  }
  .hero-hp {
    height: 300px
  }
.work-list li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  .hero-approach {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
  h1#h4-mobile {
    line-height: 50px !important;
}
}
@media (max-width:480px) {
  .navbar-brand {
    margin-top: 0
  }
  .navbar {
    min-height: 70px
  }
  .icon-bar {
    width: 25px!important;
    height: 3px!important
  }
  .hero-hp {
    height: 250px
  }
  .player {
    padding-top: 75px
  }
.magazin {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 15px;
}
}
@media only screen and (max-width:450px) {
  #logo-mobile {
    padding-top: 15px;
  }
  .work-list li a .work-detail p {
    line-height: 1.2em;
}
}
@media (max-width:400px) {
  .hero-hp {
    height: 200px
  }
  .player {
    padding-top: 50px
  }
  .hero-approach p,
  .process-list {
    display: none
  }
  .hero-medium h1 {
    font-size: 20px;
    padding-bottom: 5px
  }
  .hero-medium p {
    top: 40px
  }
  #contact-box h3,
  h2 {
    font-size: 24px;
  }
}
/***********************/
/* 	End Media Queries  */
/***********************/

/***********************/
/* 	    Animations     */
/***********************/
.fadeIn {
  -webkit-animation: fadein 3s;
  animation: fadein 1s;
}
section, .learn-more {
  -webkit-animation:fadein 4s;
  animation:fadein 1s;}
.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.fade-out {
  -webkit-animation: fade-out 1s ease-out both;
  animation: fade-out 1s ease-out both;
}
.hero-hp, .hero-small {
  -webkit-animation: heroup 4s ease-out both;
  animation: heroup 4s ease-out both;
  animation-delay: 0.2s;
  background-size: cover !important;
  background-blend-mode: darken;
    background-color: rgb(0 0 0 / 50%) !important;
}
.hero-medium {
  -webkit-animation: heroup-big 4s ease-out both;
  animation: heroup-big 1s ease-out both;
  animation-delay: 0.2s;
}
.expandIt {
  -webkit-animation: expandIt 0.6s ease-out both;
  animation: expandIt 0.6s ease-out both;
}
.foldIt {
  -webkit-animation: foldIt 0.6s ease-out both;
  animation: foldIt 0.6s ease-out both;
}
.expandIt-late {
  -webkit-animation: expandIt 1.8s ease-out both;
  animation: expandIt 1.8s ease-out both;
}
.foldIt-late {
  -webkit-animation: foldIt 0.3s ease-out both;
  animation: foldIt 0.3s ease-out both;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes heroup {
  0% {
        -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  40% {
        -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    height: 100vh;
  }
  100% {
    height: 375px;
  }
}
@keyframes heroup {
  0% {
        -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  40% {
        -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    height: 100vh;
  }
  100% {
    height: 375px;
  }
}
@-webkit-keyframes heroup-big {
  0% {
        -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  40% {
        -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    height: 100vh;
  }
  100% {
    height: 575px;
  }
}
@keyframes heroup-big {
  0% {
        -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  40% {
        -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    height: 100vh;
  }
  100% {
    height: 575px;
  }
}
@-webkit-keyframes expandIt {
  0% {
    height: 60px;
  }
  100% {
    height: 276px;
  }
}
@keyframes expandIt {
  0% {
    height: 60px;
  }
  100% {
    height: 276px;
  }
}
@-webkit-keyframes foldIt {
  0% {
    height: 276px;
  }
  100% {
    height: 60px;
  }
}
@keyframes foldIt {
  0% {
    height: 276px;
  }
  100% {
    height: 60px;
  }
}
/***********************/
/* 	 End Animations    */
/***********************/

/* scrollbar */

/* width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #21282f;
  border: solid 1px #21282f;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #005067; 
  border: solid 1px #005067;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7d99a0; 
}

/* Cookies */
.cc_container .cc_btn {
    background-color: #005067 !important;
    color: #fff !important;
    border-radius: 0px !important;
    width: 95vw;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 30px !important;
    font-family: Overpass;
}
.cc_container {
    background: #fff !important;
    color: #000 !important;
    width: 100vw !important;
    left: 0 !important;
    bottom: 0 !important;
    height: 130px !important;
  	border: 1px solid #000 !important;
}
.cc_container a {
color: #005067 !important; /* Textlink-Farbe "Mehr Infos" */
}
.cc_message {
    width: 95vw !important;
    left: 50% !important;
    transform: translateX(-50%);
    position: absolute;
    font-family: Overpass;
    top: 25px;
}
.cc_banner {
    background: #21282f !important;
}
.cc_message {
    color: #fff;
}

/* Particel JS */
#particles-js,
.hero .hero-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%
}
#particles-js {
  position: absolute;
  height: 100%;
  background: #005067;
  overflow: hidden
}
/* Hacks */
.no-padding {
  padding: 0
}
.no-margin {
  margin: 0
}
.paddingBtm {
  padding-bottom: 100px;
  padding-top: 0
}
.uppercase {
  text-transform: uppercase;
}

.fader {
  height: 21vh;
  position: fixed;
  top: 83%;
  left: 0;
  width: 100vw;
  z-index: 1000;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
#anchor {
    position: absolute;
    top: 93vh;
    left: 50%;
}
.absolute-center {
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}
#services-core + #contact-box, #send-message + #contact-box {
  display: none;
}
/* push down agentur p */
@media (max-width:371px) {
#agentur p {
  top: 225px;
 } 
}
/* push down zimmerli p */
@media (max-width:768px) {
#projekt-zimmerli p {
  top: 225px;
 } 
}
@media (max-width:452px) {
#projekt-zimmerli p {
  top: 260px;
 } 
}
@media (max-width:380px) {
#projekt-zimmerli p {
  top: 300px;
 } 
}
/* push down focus p */
@media (max-width:768px) {
#projekt-focus p {
  top: 192px;
 } 
}
@media (max-width:653px) {
#projekt-focus p {
  top: 230px;
 } 
}
@media (max-width:389px) {
#projekt-focus p {
  top: 260px;
 } 
}
/* push down opportunity p */
@media (max-width:768px) {
#projekt-opportunity p {
  top: 225px;
 } 
}
@media (max-width:452px) {
#projekt-opportunity p {
  top: 260px;
 } 
}
@media (max-width:317px) {
#projekt-opportunity p {
  top: 300px;
 } 
}
/* push down smartbusiness p */
@media (max-width:735px) {
#projekt-smartbusiness p {
  top: 225px;
 } 
}
@media (max-width:368px) {
#projekt-smartbusiness p {
  top: 260px;
 } 
}
/* push down bsform p */
@media (max-width:768px) {
#projekt-bsform p {
  top: 195px;
 } 
}
@media (max-width:639px) {
#projekt-bsform p {
  top: 225px;
 } 
}
@media (max-width:329px) {
#projekt-bsform p {
  top: 260px;
 } 
}
/* push down lubus p */
@media (max-width:768px) {
#projekt-lubus p {
  top: 195px;
 } 
}
@media (max-width:533px) {
#projekt-lubus p {
  top: 225px;
 } 
}
@media (max-width:278px) {
#projekt-lubus p {
  top: 260px;
 } 
}
/* push down marielou p */
@media (max-width:481px) {
#projekt-marielou p {
  top: 225px;
 } 
}
/* push down wegmuller p */
@media (max-width:628px) {
#projekt-wegmuller p {
  top: 225px;
 } 
}
@media (max-width:379px) {
#projekt-wegmuller p {
  top: 260px;
 } 
}
/* push down hts p */
@media (max-width:614px) {
#projekt-hts p {
  top: 225px;
 } 
}
@media (max-width:335px) {
#projekt-hts p {
  top: 260px;
 } 
}
/* push down battenberg p */
@media (max-width:457px) {
#projekt-battenberg p {
  top: 225px;
 } 
}
@media (max-width:291px) {
#projekt-battenberg p {
  top: 260px;
 } 
}
/* push down focus-magazin p */
@media (max-width:571px) {
#projekt-focus-magazin p {
  top: 225px;
 } 
}
@media (max-width:344px) {
#projekt-focus-magazin p {
  top: 260px;
 } 
}
/* push down wegmuller-magazin p */
@media (max-width:710px) {
#projekt-wegmuller-magazin p {
  top: 225px;
 } 
}
@media (max-width:399px) {
#projekt-wegmuller-magazin p {
  top: 260px;
 } 
}
/* push down marielou-magazin p */
@media (max-width:580px) {
#projekt-marielou-magazin p {
  top: 225px;
 } 
}
/* push down marielou-brochure p */
@media (max-width:661px) {
#projekt-marielou-brochure p {
  top: 225px;
 } 
}
@media (max-width:385px) {
#projekt-marielou-brochure p {
  top: 260px;
 } 
}

/* PDF Toolbar */
.pdfTool {
    background: white;
    border: 1px solid black;
    overflow: auto;
}
#the-canvas {
  border: 1px solid black;
  direction: ltr;
}
.pdfToolbar button {
    box-shadow: none !important;
    outline: none;
    border: none;
}
.pdfToolbar button img {
    height: 25px;
    width: 25px;
    filter: invert(1)brightness(12.5);
    border: 2px solid black;
    border-radius: 300px;
}
#editableDiv, #mytextarea {
    margin:10px 0;
    height: 200px;
}
.notReplaced {
    margin: 10px 0;
}
/* reviews */
.reviewOuter {
    background-color: black !important;
    padding: 8px 0px;
}
.reviewTag {
  background: black;
  border-radius: 30px;
  padding: 5px;
  text-align: center;
  width: 24px;
  height: 24px;
  color: white;
}
.star {
  color: #ffc200 !important;
}
.leftFloatReview {
  text-align: left
}
.rightFloatReview {
  text-align: right
}
.inPageReview {
    font-size: 20px;
}
@media (max-width:768px) {
.leftFloatReview, .rightFloatReview {
  text-align: left
}
.hero h1.mainpageh1 {
    position: relative;
    bottom: auto;
    color: #fff;
    opacity: .7;
    margin: 0;
    font-weight: 500;
    line-height: 25px;
    font-size: 17px;
    text-align: justify;
    padding-bottom: 0;
    border: none;
}
.hero h2.mainpageh2 {
    position: relative;
    bottom: auto;
    color: #fff;
    opacity: .7;
    margin: 0;
    font-weight: 500;
    line-height: 25px;
    font-size: 17px;
    text-align: justify;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 20px;
}
  }
@media (max-width:385px) {
.inPageReview {
    font-size: 15px;
}
  }

#jsd-widget {
	bottom: 32px !important;
    right: 50px !important;
}
.iubendaBadge {
	bottom: 32px !important;
    left: 50px !important;
}

@media (max-width:580px) {
  .hero-hp h1, .hero-hp h2, .hero-hp span {
      font-size: 38px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      padding-top: 90px;
      width: 80vw;
      left: 30px;
  }  
  #jsd-widget {
      bottom: 6px !important;
      right: 15px !important;
  }  
}

@media (max-width:320px) {
  .hero h1.mainpageh1 {
      line-height: 20px;
      margin-top: -24px;
  }
.arrowDown {
    top: 85vh;
}  
}

.popUpImgOuter {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
    z-index: 99999;
    width: 100%;
    height: 100vh;
}
.popUpImg {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popUpImg:after {
  content:"x";
  position:absolute;
  right:-7px;
  top:-7px;
  background:black;
  border-radius:300px;
  width:75px;
  height:75px;
}


.osterPopUp {
	border-radius: 300px;
    width: 100px;
    height: 100px;
    background: #005067;
    font-size: 17px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999;
    text-align: center;
    padding-top: 17px;
}
.osterPopUp a {
  color: white;
  font-size: 15px;
}



/* ka video */

.ka-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99147483647;
}
.ka-container .form-group .form-control {
    border-radius: 30px;
    background: white;
}
.ka-container .success-message-main {
  display: none;
  font-weight:500;
  background: #7bc557 !important;
  border: solid 2px #7bc557 !important;
  border-radius: 0px !important;
  color: #fff !important;
  -webkit-transition: color .3s, border-color .3s, background-color .3s;
  transition: color .3s, border-color .3s, background-color .3s;
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
}

.kaBG {
  width: 100vw;
  height: 100vh;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  overflow: scroll;  
}
.bgThreema {
  background-color: black;
  background: url(/img/wsbg.jpg);
}
.bgProton {
  background-color: black;
  background: url(/img/briefbg.jpg);
}
.bgQualipet {
  background-color: black;
  background: url(/img/quali-street2.jpg);
  background-size: 120% !important;
}
.ka-container .btn-design {
	color: #fff;
    background-color: #005067;
    border-color: #005067;
    opacity: 1;
    outline: 0;
    padding: 16px 8px;
}
.ka-container .btn-design:hover {
	transition: all 0.5s;
  	transform: scale(1.05);
}
.ka-container .form-group {
    margin-bottom: 15px;
}
.kaVideo {
  border: white solid 1px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

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



#home-bg-slider2 .carousel-item  {
    -webkit-animation: heroup 4s ease-out both;
    animation: heroup 4s ease-out both;
    animation-delay: 0.2s;
  background-position: center !important;
    background-size: cover !important;
    background-blend-mode: darken;
    background-color: rgb(0 0 0 / 50%) !important;
}

#home-bg-slider2, #home-bg-slider2 .carousel-inner, #home-bg-slider2 .carousel-item {
    height: 100vh !important;
    min-height: 100vh !important;
}

#home-bg-slider2 .hero-overlay {
    background-color: rgba(0, 0, 0, 0) !important;
}
.hero-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.hero-overlay {
    position: absolute;
    height: 100%;
    background-color: rgba(33, 40, 45, .4);
}
.heroinner {
    padding-top: 60px;
}
h1.mainpageh1 {
    position: relative;
    bottom: auto;
    color: #fff;
    opacity: .7;
    margin: 0;
    font-weight: 500;
    line-height: 25px;
    font-size: 17px;
    text-align: justify;
    padding-bottom: 0;
    border: none;
}
#home-bg-slider2 h1 {
    padding-top: 75px;
}
h2.mainpageh2 {
    position: relative;
    bottom: auto;
    color: #fff;
    opacity: .7;
    margin: 0;
    font-weight: 500;
    line-height: 25px;
    font-size: 17px;
    text-align: justify;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 20px;
}
h2.mainpageh2:after {
    content: "";
    bottom: -1px;
    right: -100%;
    min-width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .3);
    z-index: 999;
    display: block;
    position: absolute;
}
@media (max-width: 768px) {
    h1.mainpageh1 {
        position: relative;
        bottom: auto;
        color: #fff;
        opacity: .7;
        margin: 0;
        font-weight: 500;
        line-height: 25px;
        font-size: 17px !important;
        text-align: justify;
        padding-bottom: 0 !important;
        border: none;
    }
     h2.mainpageh2 {
        position: relative;
        bottom: auto;
        color: #fff;
        opacity: .7;
        margin: 0;
        font-weight: 500;
        line-height: 25px;
        font-size: 17px !important;
        text-align: justify;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        padding-bottom: 20px !important;
        padding-top: 0 !important;
    }
}
@media (max-width: 650px) {
    #home-bg-slider2 h1, #home-bg-slider2 h2, #home-bg-slider2 span {
        font-size: 38px;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;

        width: 65vw;
        left: 30px;
    }
}
@media (max-width: 580px) {
    #home-bg-slider2 h1, #home-bg-slider2 h2, #home-bg-slider2 span {
        font-size: 38px;
        padding-top: 32px;
        width: 80vw;
        left: 30px;
    }
#home-bg-slider2 span.home {
    top: 33px;
}  
}