@font-face {
  font-family: Roboto-regular;
  src: url("Roboto-Regular-webfont.eot");
  src: url("Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("Roboto-Regular-webfont.woff") format("woff"), url("Roboto-Regular-webfont.ttf") format("truetype"), url("Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
*, p, span, li, button, h1, h2, h3, h4, h5 {
  color: #ffffff;
  font-size: 1.6rem;
}

a {
  color: #06C9B6;
}

a:hover {
  color: #FFDD00;
}

a:focus {
  color: #FFDD00;
}

h1, h1 > span {
  font-size: 4rem;
}

h1 > span {
  color: #06C9B6;
  background: #0F1B33;
  padding-left: 16px;
  padding-right: 16px;
}

h2, h2 > span {
  font-size: 2.8rem;
  margin-top: 80px;
}

h3 {
  font-size: 2.4rem;
  background-image: url("../img/divider-headline.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  display: inline-block;
  padding: 24px;
}

.testimonials h2 {
  color: #0F1B33;
}

h4 {
  color: #06C9B6;
}

.footerText h4 {
  margin: 0;
}

button {
  font-weight: 400;
}

.ehide {background-color: transparent;}

.ehide:focus {background-color: #0F1B33;}


.MainNavigation a {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.MainNavigation a:hover {
  color: #06C9B6;
}

.IntroArea > p {
  font-size: 2.4rem;
}

.Reasons span {
  color: #06C9B6;
}

* {
  font-family: Roboto-regular;
}

/****************/
/*** Branding ***/
/****************/
button:focus {
  /* Some exciting button focus styles */
}

button:focus:not(:focus-visible) {
  outline: none;
}

button:focus-visible,
a:focus-visible {
  outline: #06C9B6 solid 3px;
}

.testimonials a:focus-visible {
  outline: #037956 solid 3px;
}

html {
  scroll-behavior: smooth;
}

/* ----- Layout ------*/
body {
  background-color: #0F1B33;
}

.MainHeader {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  position: fixed;
  background: #071227;
  z-index: 1;
  width: 100%;
}

.flexRow {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.CorporateLogo img {
  width: 200px;
  margin-top: 14px;
}

.MainNavigation {
  margin-left: auto;
  width: 32px;
}

/****************************/
/****** MainNavigation ******/
/****************************/
.menu_button {
  position: relative;
}

.menu_button button {
  font-size: 110%;
  display: block;
  padding: 0.25em;
  border: 1px solid #ffffff;
  width: 40px;
  text-align: center;
  text-decoration: none;
  color: black;
  margin-top: 11px;
}

.menu_button button:hover,
.menu_button button:focus {
  border-color: #06C9B6;
}

ul[role=menu] {
  margin: 0;
  padding: 0.5em;
  position: absolute;
  font-size: 110%;
  list-style: none;
  background-color: #071227;
  display: none;
}

ul[role=menu] li {
  margin: 0;
  padding: 0;
}

ul[role=menu] a[role=menuitem],
ul[role=menu] a[role=menuitem]:visited {
  display: block;
  text-decoration: none;
  padding: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #071227;
  width: 11em;
  color: #ffffff;
}

/* focus and hover styling */
a[role=button]:focus,
a[role=button]:hover {
  border: 1px solid #06C9B6;
  background-color: #071227;
}

ul[role=menu] a[role=menuitem]:focus,
ul[role=menu] a[role=menuitem]:hover {
  background-color: #071227;
  color: #06C9B6;
}

/****************************/
/***** /MainNavigation ******/
/****************************/
hr {
  border-color: #444444;
}

.IntroArea {
  text-align: center;
  background-image: url("../img/headerimage.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 80px;
}
.IntroArea button {
  background-color: #C6204F;
  border: 0 solid #fff;
  margin: 80px 0;
  padding: 8px 24px;
  height: auto;
}
.IntroArea button:hover {
  background-color: #06C9B6;
  color: #ffffff;
}
.IntroArea button:focus {
  color: #ffffff;
}
.IntroArea p {
  font-size: 2.4rem;
}

.ContactMenue {
  position: absolute;
  right: 0px;
  top: 160px;
  width: 96px;
  display: inline-block;
}
.ContactMenue ul li {
  margin-bottom: 8px;
  background-color: #06C9B6;
  width: 96px;
  height: 64px;
}

.MainContainer {
  /** /Goals **/
  /** / Advantages **/
  /** /Contact **/
}
.MainContainer .Reasons li::marker {
  color: #06C9B6;
  content: "! ";
}

.MainContainer .ImageArea {
  max-height: 200px;
  width: 100%;
}
.MainContainer .ImageArea img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

.MainContainer .goal, .MainContainer .Advantages li {
  list-style: none;
  display: inline-block;
  width: 20%;
  height: 180px;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 20px 2%;
}
.MainContainer .PerformanceOne, .MainContainer .PerformanceTwo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.MainContainer .PerformanceOne section.Text, .MainContainer .PerformanceTwo section.Text {
  width: 100%;
}
.MainContainer .PerformanceOne section.Reasons, .MainContainer .PerformanceTwo section.Reasons {
  align-self: center;
  width: 100%;
}
.MainContainer .Goals ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  /* justify-content: space-between; */
}
.MainContainer .Goals ul .goal {
  width: 100%;
  height: 165px;
}
.MainContainer .Advantages ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.MainContainer .Advantages ul li {
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 60px auto;
  padding-top: 120px;
}
.MainContainer .Advantages ul .pros1 {
  background-image: url("../img/future.svg");
}
.MainContainer .Advantages ul .pros2 {
  background-image: url("../img/communication.svg");
}
.MainContainer .Advantages ul .pros3 {
  background-image: url("../img/oportunitys.svg");
}
.MainContainer .Advantages ul .pros4 {
  background-image: url("../img/no-stress.svg");
}
.MainContainer .Contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.MainContainer .Contact .ContactInformations {
  width: 100%;
}
.MainContainer .Contact .ContactImage {
  width: 100%;
  margin-top: 6rem;
}
.MainContainer .Contact .ContactImage img {
  border: 1px solid #fff;
  box-shadow: 5px 5px 15px #111;
  -moz-box-shadow: 5px 5px 15px #111;
  -webkit-box-shadow: 5px 5px 15px #111;
  -khtml-box-shadow: 5px 5px 15px #111;
  width: 100%;
}

/*** /MainContainer **/
.testimonials {
  background-color: #ffffff;
}
.testimonials .container {
  padding-bottom: 32px;
}
.testimonials .container .logoWrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.testimonials .container .logoWrapper .logoContainer {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
}

.testimonials .container .logoWrapper .logoContainer img {
  max-width: 120px;
}

.testimonials .container h2 {
  padding-top: 32px;
}

footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer section {
  padding-top: 24px;
}
footer section ul {
  padding: 0px 0 0 0px;
}
footer section ul li {
  list-style-type: none;
}
footer section.footerText {
  width: 100%;
}
footer section.footerMenue {
  width: 100%;
}

/* ------ /Layout ------*/
/****************/
/** /Branding ***/
/****************/
@media only screen and (min-width: 1120px) {
  footer {
    background: url("../img/footer-bg.svg") right bottom no-repeat;
  }

  .MainContainer .PerformanceOne section.Text,
.MainContainer .PerformanceTwo section.Text {
    width: 65%;
  }

  .MainContainer .PerformanceOne section.Reasons,
.MainContainer .PerformanceTwo section.Reasons {
    width: 25%;
    background: url(../img/divider-rightbar.svg) left top no-repeat;
    padding-left: 32px;
    margin-left: auto;
  }

  .Contact {
    margin-top: 40px;
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 959px) {
  .hide-on-lg {
    display: none;
  }

  .MainContainer .Goals ul .goal {
    width: 28.5%;
  }

  .MainContainer .Advantages ul li {
    width: 20%;
  }

  .MainContainer .Contact .ContactInformations {
    width: 30%;
  }

  .MainContainer .Contact .ContactImage {
    width: 55%;
    margin-left: auto;
  }

  .testimonials .container .logoWrapper .logoContainer {
    width: 24%;
  }

  footer section.footerText {
    width: 45%;
  }

  footer section.footerMenue {
    width: 55%;
  }

  .MainContainer .PerformanceOne section.Text,
.MainContainer .PerformanceTwo section.Text {
    width: 65%;
  }

  .MainContainer .PerformanceOne section.Reasons,
.MainContainer .PerformanceTwo section.Reasons {
    width: 25%;
    background: url(../img/divider-rightbar.svg) left top no-repeat;
    padding-left: 32px;
    margin-left: auto;
  }

  .Contact,
.PerformanceThree {
    margin-top: 40px;
  }

  .PerformanceThree {
    margin-bottom: 40px;
  }

  .MainContainer .ImageArea,
.MainContainer .ImageArea img {
    max-height: 500px;
  }

  /** Main Navigation Twist **/
  .MainNavigation #menuToggle input,
.MainNavigation #menuToggle span {
    display: none;
  }

  .MainNavigation {
    margin: -3px 0 0 auto;
    width: auto;
  }
  .MainNavigation #menuToggle {
    width: auto;
  }
  .MainNavigation #menuToggle ul#menu {
    transform: none;
    position: inherit;
    display: flex;
    flex-direction: row;
    background: none;
    padding: 0;
  }
  .MainNavigation #menuToggle ul#menu a:hover {
    color: #06C9B6;
  }
  .MainNavigation #menuToggle ul#menu li {
    margin: 0 8px;
  }

  #menu {
    margin: 0;
  }

  /** /Main Navigation Twist **/
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .hide-on-sm {
    display: none;
  }

  .MainContainer .Goals ul .goal {
    width: 45%;
  }

  .MainContainer .Advantages ul li {
    width: 45.2%;
  }

  .testimonials .container .logoWrapper .logoContainer {
    width: 32%;
  }

  footer section.footerText {
    width: 45%;
  }

  footer section.footerMenue {
    width: 55%;
  }

  .MainContainer .PerformanceOne section.Text,
.MainContainer .PerformanceTwo section.Text {
    width: 65%;
  }

  .MainContainer .PerformanceOne section.Reasons,
.MainContainer .PerformanceTwo section.Reasons {
    width: 25%;
    background: url(../img/divider-rightbar.svg) left top no-repeat;
    padding-left: 32px;
    margin-left: auto;
  }

  /** Main Navigation Twist **/
  .MainNavigation #menuToggle input,
.MainNavigation #menuToggle span {
    display: none;
  }

  .MainNavigation {
    margin: -3px 0 0 auto;
    width: auto;
  }
  .MainNavigation #menuToggle {
    width: auto;
  }
  .MainNavigation #menuToggle ul#menu {
    transform: none;
    position: inherit;
    display: flex;
    flex-direction: row;
    background: none;
    padding: 0;
  }
  .MainNavigation #menuToggle ul#menu a:hover {
    color: #06C9B6;
  }
  .MainNavigation #menuToggle ul#menu li {
    margin: 0 8px;
  }

  #menu {
    margin: 0;
  }

  /** /Main Navigation Twist **/
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .hide-on-sm {
    display: none;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hide-on-s {
    display: none;
  }

  .goal {
    width: 43%;
  }

  .testimonials .container .logoWrapper .logoContainer {
    width: 48%;
  }

  footer section.footerText {
    width: 65%;
  }

  footer section.footerMenue {
    width: 35%;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .hide-on-sm {
    display: none;
  }
}

/*# sourceMappingURL=custom.css.map */
