/***************************
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;
}

/* Only NavMenu */
.menu > li > a {
  height: 68px;
  padding-right: .75em;
}

/* 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;
}

/***************************
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;
}


/***************************
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;
}

.app-logo {
  height: 150px;
  display: inline-block;
}

.spinoff-logo {
  height: 65px;
  margin-bottom: 0;
  margin-right: 15px;
  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;
}

/***************************
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;
}

.ceSymbol {
  width: 3.125em;
  height: 3.125em;
}

.greybox {
  background-color: #D3D3D3;
  padding: 20px;
  margin-bottom: 30px;
}

.regulatoryLayout {
  /* !important to overwrite inline-tags in markdown */
  display: flex !important;
  margin-bottom: 0.625em !important;
  margin-left: 0 !important;
}

.regulatoryLayout>p {
  margin-top: 5px;
  margin-left: 1.25em;
}

.regulatorySymbol {
  width: 3.125em;
  height: 3.125em;
}


.container.faq ul {
  list-style-type: disc;
  list-style-position: inside;
}

.footer-logo {
  width: 11rem;
}

.footer-headline {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 1em;
  opacity: .7;
}

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

.footer-text {
  font-size: 0.9em;
  font-weight: 400;
}

.logo-ce {
  width: 2.6rem;
  opacity: .7;
}

/* 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: none !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;
}

/*FAQ*/
.ce-faq__entry-headline {
  font-size: 1em;
  line-height: 1.625em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
  color: #767676;
  font-weight: 400;
	position: relative;
	padding-left: 1.75rem;
}

.ce-faq__entry-headline.pointer {
	cursor: pointer;
}

.ce-faq__entry-headline:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 1rem;
	height: 1rem;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjYgODEuMDEyNTAxNCAzMi4xNDAzNTEtMzIuNTEyNTAxNC0zMi4xNDAzNTEtMzIuNTEyNTAxNCA5Ljg5NDczNTctOS45ODc0OTg2IDQyLjEwNTI2NDMgNDIuNS00Mi4xMDUyNjQzIDQyLjV6IiBmaWxsPSIjM2MzYzNjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .5;
}

.ce-faq__entry-headline--open:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjYgODEuMDEyNTAxNCAzMi4xNDAzNTEtMzIuNTEyNTAxNC0zMi4xNDAzNTEtMzIuNTEyNTAxNCA5Ljg5NDczNTctOS45ODc0OTg2IDQyLjEwNTI2NDMgNDIuNS00Mi4xMDUyNjQzIDQyLjV6IiBmaWxsPSIjM2MzYzNjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0ibWF0cml4KDAgMSAtMSAwIDEwMC41IC0zLjUpIi8+PC9zdmc+");
}

.ce-faq__entry-content {
	padding-left: 1.75rem;
}

.ce-faq__entry-content ul, .ce-faq__entry-content ol {
	padding-inline-start: 1.25rem;
}

.ce-faq__entry-content--hidden {
	display: none;
}

/* Override content styles to import html documents directly from app source */
.container.document > header {margin-bottom: 2rem; margin-top: 2rem;}
.container.document > h1 {margin-bottom: 2rem; margin-top: 2rem;}
.container.document h1 {font-size: 2em; margin-bottom: 1.25em;}
.container.document h2 {font-size: 1.5em; margin-bottom: 1.25em;}
.container.document h3 {font-size: 1.25em; margin-bottom: 1.25em;}
.container.document ul {list-style-type: disc; list-style-position: outside; padding-inline-start: 1.25em;}
.container.document ol {list-style-type: lower-alpha; list-style-position: outside; padding-inline-start: 1.25em;}
.container.document li {line-height: 1.5em !important;}
.container.document h1 em, .container.document h2 em, .container.document h3 em { font-family: 'Montserrat'; font-weight: 600; }
.container.document a { text-decoration: underline; }
