/***************************
NAVIGATION BAR
****************************/

.nav-bar {
  padding: 0 3.25em 0 3.25em;
  box-shadow: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px rgba(58, 77, 92, 0.1);
  box-shadow: 0px 5px 15px rgba(58, 77, 92, 0.1);
}

.nav-bar.nav--fixed:not(.bg--dark):not(.bg--primary):not(.bg--white) {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px rgba(58, 77, 92, 0.1);
  box-shadow: 0px 5px 15px rgba(58, 77, 92, 0.1);
}

.nav-bar .menu li a {
  font-size: 13px;
  border-bottom: 0px solid transparent;
}

.menu > li ul {
  margin-top: 0;
}

/* fix padding for navbar */
.menu > li:first-child > a, .menu > li:last-child > a {
  padding: 0 1.3em;
}

/* Only NavMenu */ 
.menu > li > a {
  height: 68px;
}

/* Only NavMenu */ 
.menu > li:hover > a {
  border-bottom: 4px solid #3A99D8;
}

/* PM Colors: 
Dunkelblau:	#2C3E50
Rot:	#E74C3C
Grau:	#ECF0F1
Hellblau:	#3498DB
Mittelblau:	#2980B9
“Schwarz”/Anthrazit für Text und im Logo: #3C3C3C 
*/

/* .menu > li > a.active {
  border-bottom: 4px solid rgba(58, 153, 216, 0.5);
}

.nav-bar li > a.active {
  color: #3A99D8;
} */

/* NavMenu + Submenu */
.nav-bar li:hover > a,
.nav-bar li > a.active
 {
  color: #3A99D8;
  opacity: 1;
}

/***************************
PARTNERS
****************************/

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.partner-section section {
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}

.partner-cta {
  background-color: #2C3E50;
}

/* Navbar:
-webkit-box-shadow: 0px 5px 15px rgba(58, 77, 92, 0.1);
box-shadow: 0px 5px 15px rgba(58, 77, 92, 0.1);
-webkit-box-shadow: 0px 10px 30px rgba(58, 153, 216, 0.3);
    box-shadow: 0px 10px 30px rgba(58, 153, 216, 0.3); */
/* // CTA Farbverlauf! */
/* .partner-cta h4, a {
  color: #fff;
} */

.partner-cta a {
  margin-left: 0!important;
  display: inline-block;
  margin-top: 20px;
  border-width: 0;
}

/***************************
CONTACT
****************************/

.blue-gradient {
  background-image: linear-gradient(to top, #283E51 0%, #4B79A1 100%);
}

.blue-gradient-horizontal {
  background-image: linear-gradient(to left, #4B79A1 0%, #283E51 30%, #283E51 70%, #4B79A1 100%);
}

.form-email h4 {
  margin-top: 2.5em;
}

.form-email .btn--primary {
  font-weight: 600;
  font-size: 0.9em!important;
  padding-top: 0.54166667em;
  padding-bottom: 0.54166667em;
}

.contact-social a {
  color: #767676;
  text-decoration: none;
}

.contact-social h5, .feature-1 .contact-social p {
  margin-top: 20px;
  margin-bottom: 10px;
  min-height: 0;
}

.contact-social i {
  font-size: 22px;
}

/***************************
CAREER
****************************/

.career ul {
  list-style-type: circle;
}

.career ul a {
  color: #3A99D8;
}

/***************************
MAIN CONTAINER
****************************/

.main-container [data-overlay]:before {
  opacity: 0.1;
  background-color: #fff;
}

.main-stage {
  padding-top: 0
}

.spinoff-container {
  margin-bottom: 20px;
  padding: 1.4em;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  text-align: right;
}

.spinoff-logo {
  height: 100px;
  margin-bottom: 0;
  margin-right: 25px;
  display: inline-block;
}

.main-stage .container.pos-vertical-center {
  top: calc(50% - 126px);;
}

.partner-text {
  padding: 0 20px;
}

.partner-text h4 {
  margin-bottom: 0.5em;
}

.partner-counter {
  font-size: 5em;
  opacity: 0.5;
  margin-bottom: 0.1em;
}

.main-container .social-list i {
  color: #2D3E4F;
}

#stage h2, .subpage-header.about h2 {
  color: #2D3E4F;
}

#stage p, .subpage-header.about p {
  color: #343434;
}

#stage .btn.btn--primary {
  padding-top: 0.54166667em;
  padding-bottom: 0.54166667em;
}

#partner-header {
  color: #767676;
}

.partner-section .row {
  margin-bottom: 60px;
}

.partner-icon {
  width: 150px;
  margin: 0 auto;
  display: block;
}

/* Features (layout fixes) */

.features-9 .coach-features .feature:first-child {
  margin-top: 4.5em;
  margin-bottom: 30px;
}

.coach-features h5 {
  margin: 1.625em 0 0.8125em 0;
}

/* Partner Logos */
.partners-1 .slider img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.partners-1 .slider img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}

.vertical-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/***************************
FOOTER
****************************/

.footer-3 {
  padding: 2.875em 0;
  background-color: #ECF0F1;
}

.footer-3 .social-list {
  margin-bottom: 15px;
}

/***************************
OTHERS
****************************/

.cta-5 h4 {
  white-space: normal;
}

.container.career ul {
  margin-left: 25px;
}

.subpage-header {
  max-height: 600px;
}

.col-sm-4.row-eq-height .testimonial,
.contact-container .col-sm-4.row-eq-height .feature {
  flex: 1;
}

.btn.btn--orange, .btn.btn--orange:hover {
  background: #FA7311;
  border-color: #FA7311;
  -webkit-box-shadow: 0px 10px 20px rgba(250,115,17, 0.2);
  box-shadow: 0px 10px 20px rgba(250,115,17, 0.2);
}

/* decrease fontsize to prevent break bug */
@media all and (max-width: 1140px){
  .nav-bar .menu li a {
    font-size: 12px;
    padding: 0 1.05em;
  }
}

@media all and (max-width: 768px){
  .row-eq-height {
    display: block;
  }
  .col-sm-4.row-eq-height {
    display: block;
  }
  .main-stage .background-image-holder {
    background-image: url("..//img/covers/bg-hook-s.jpg")!important;
  }
  .spinoff-logo {
    height: 40px;
  }
  .features-9 img {
    height: 350px;
  }
  .partner-icon {
    display: none;
  }
  .partner-section .row {
    margin-bottom: 0;
  }
  .partner-section section:nth-child(even) .row {
    text-align: right;
  }
  .partner-stage p {
    margin-right: 42%;
  }
  .partner-stage h2 {
    margin-right: 22%;
  }
  .about-stage p {
    margin-right: 42%;
  }
  .features-9 .coach-features .feature:first-child {
    margin-top: 0;
  }
  .team-container .row:last-child div[class*='col-']:last-child .boxed:last-child {
    margin-bottom: 30px
  }
  .team-container .testimonial-1.boxed {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-3 .footer__navigation li,
  .footer-3 .footer__navigation li:not(:last-child) {
    display: block;
    margin: 0;
  }
}

/* 990 = Menu toggle break */
@media all and (max-width: 990px) {
  .nav-bar .menu li a {
    border-bottom-width: 4px;
  }
  .menu > li > a {
    height: auto;
  }
  .nav-bar .menu li a {
    padding: 0.2em 0;
    margin: 0.3em 0;
  }
}

/* language select dropdown */

.lang_select:after {
  content: '\25BF';
  padding-left: 0.5em;
}

.ul_lang_select {
  background-color: #ECF0F1 !important;
}
.ul_lang_select li a {
  color: #2A2A2A !important;
}
.ul_lang_select li a:hover {
  color: #3A99D8 !important;
}

/* Cookie consent styles */

.cookieconsent {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color:rgba(45,62,79, 0.95);
  z-index: 100;
}

.cookieconsent__inner {
  z-index: 100;
  color: #fff;
  margin: 0 auto;
  padding: 1rem;
  min-width: 320px;
  min-height: 140px;
  max-width: 1024px;
  display: flex;
  flex-direction: row;
}

.cookieconsent__text a {
  color: #3A99D8;
}

.cookieconsent__inner p:last-child {
  margin-bottom: 0
}

.cookieconsent__buttons {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
  margin-left: 1rem;
}

.cookieconsent__button {
  flex: 0 0 auto;
  display: inline-block;
  border: 0;
  width: 48%;
  cursor: pointer;
  padding: 1rem;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  margin-bottom: .5rem;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10rem;
  height: 3rem;
  align-self: center;
}

.cookieconsent__text {
  flex: 1;
}

.cookieconsent__button--yes {
  background: #3A99D8!important;
  color: #fff!important;
}

.cookieconsent__button--no {
  background: #fff!important;
  color: #273040!important;
}

@media (max-width: 800px) {
  .cookieconsent__button {
    width: 100%
  }
}

@media (min-width: 768px) {
  .cookieconsent p {
    margin-bottom: 0
  }
}

@media (max-width: 500px) {
  .cookieconsent__inner {
    flex-direction: column;
  }
  .cookieconsent__buttons {
    margin-left: 0rem;
  }
}