@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("//cdn.grobmeier.de/fonts/open-sans-v15-latin/open-sans-v15-latin-300.woff2") format("woff2"), url("//cdn.grobmeier.de/fonts/open-sans-v15-latin/open-sans-v15-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("//cdn.grobmeier.de/fonts/montserrat-v12-latin/montserrat-v12-latin-regular.woff2") format("woff2"), url("//cdn.grobmeier.de/fonts/montserrat-v12-latin/montserrat-v12-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("//cdn.grobmeier.de/fonts/montserrat-v12-latin/montserrat-v12-latin-700.woff2") format("woff2"), url("//cdn.grobmeier.de/fonts/montserrat-v12-latin/montserrat-v12-latin-700.woff") format("woff");
}
body {
  background-color: white;
  color: #1d1d1b;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #0073af;
}

a {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5s, 1);
  color: inherit;
  text-decoration: none;
}

a.is_blue {
  color: #0073af;
  text-decoration: underline !important;
  font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  padding-bottom: 20px;
  line-height: 1.5em;
}

button {
  background-color: transparent;
  border: 0;
  outline: none;
}

/*
  *
    *
      * CSS Helpers
    *
  *
*/
.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-opaque {
  background: black;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 568px) {
  .hidden-s {
    display: none;
  }
}
@media (max-width: 768px) {
  .hidden-m {
    display: none;
  }
}
.o-section-plain {
  margin-top: 80px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.portrait-contact, .social {
  display: flex;
}

.portrait-contact a, .social a {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5s, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 5px;
}

.portrait-contact a svg, .social a svg {
  width: 25px;
  height: 25px;
}

.portrait-contact a, .social a {
  background-color: white;
}

.portrait-contact a path, .social a path {
  fill: #0073af;
}

.portrait-contact a, .social a {
  padding: 5px;
  width: 30px;
  height: 30px;
}

.portrait-contact a svg, .social a svg {
  width: 20px;
  height: 20px;
}

.portrait-contact a, .social a {
  margin-left: 0;
}

section {
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 28px;
  padding: 80px 0 80px 0;
}

section h1, section h2, section h3, section h4 {
  text-align: center;
}

section p {
  font-weight: 400;
  font-size: 22px;
}

@media (max-width: 1024px) {
  section {
    font-size: 22px;
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 768px) {
  section {
    font-size: 20px;
    padding: 10px 0 10px 0;
  }
}
.section-portrait {
  flex-direction: row;
  justify-content: center;
  background-color: #0073af;
  color: white;
  flex-wrap: wrap;
  align-items: flex-start;
}

.section-portrait h1, .section-portrait h2, .section-portrait h3, .section-portrait h4 {
  color: white;
}

.section-portrait svg {
  width: 60px;
  height: 60px;
}

.section-portrait path {
  fill: white;
}

.section-portrait .portrait-photo, .section-portrait .portrait-text {
  width: 30%;
}

.section-portrait .portrait-photo {
  margin-top: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.section-portrait .portrait-photo img {
  max-width: 60%;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .section-portrait .portrait-photo, .section-portrait .portrait-text {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .section-portrait .portrait-photo, .section-portrait .portrait-text {
    width: 90%;
  }
}
.section-white-full-width div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 60%;
}

.section-white-full-width p {
  text-align: center;
}

.section-white-full-width h2 {
  text-transform: uppercase;
  color: #0073af;
  padding: 0 40px 20px 0;
}

.section-white-full-width ul.arrow-headline {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.section-white-full-width ul.arrow-headline li {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.section-white-full-width ul.arrow-headline li div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 2em;
  font-weight: 700;
}

.section-white-full-width ul.arrow-headline li div svg {
  margin-right: 0.2em;
}

@media (max-width: 1024px) {
  .section-white-full-width div {
    max-width: 80%;
  }
  .section-white-full-width h2 {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .section-white-full-width div {
    max-width: 90%;
  }
  .section-white-full-width h2 {
    padding: 5px;
  }
}
/*
  *
    *
      * Buttons +  Inputs
    *
  *
*/
.o-btn {
  cursor: pointer;
  transform: translateY(0px);
  font-size: 16px;
  font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  padding: 10px 40px;
  margin: 20px 0 5px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}

.o-btn:active {
  transform: translateY(1px);
  outline: none;
}

.o-btn--white {
  color: white;
  border: 2px solid white;
}

.o-btn--orange {
  color: white;
  background: #eb6900;
}

.o-btn--orange:hover {
  color: white;
  background: #ff8c00 !important;
}

.o-btn--white:hover {
  background-color: white;
  color: #0073af;
}

.o-btn--blue,
.o-input--blue {
  color: #0073af;
  border: 2px solid #0073af;
}

.o-btn--blue:hover {
  background-color: #0073af;
  color: white;
}

.o-input {
  padding: 10px 40px;
  margin: 20px 0;
  display: inline-block;
}

.c-logo svg {
  width: 180px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-navigation {
  width: 100vw;
  top: 0;
  position: sticky;
  z-index: 1000;
  padding: 0 2em 0 2em;
  font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: flex;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  justify-content: space-between;
  box-sizing: border-box;
}

.top-navigation > nav {
  margin-left: 4em;
  flex-grow: 2;
}

.top-navigation > nav ul li {
  padding-right: 1em;
}

.top-navigation > nav ul li a {
  padding: 1em 0;
  color: #0073af;
  font-weight: 700;
  font-size: 22px;
}

.top-navigation > nav ul li a:focus, .top-navigation > nav ul li a:visited, .top-navigation > nav ul li a:active {
  color: #0073af;
}

.top-navigation > nav ul li a:hover {
  color: #82b4be;
  text-decoration: none;
}

.top-navigation > nav ul, .top-navigation nav ul li, .top-navigation .language-switch > a {
  display: flex;
  height: 100%;
  align-items: center;
}

.top-navigation > nav ul, .top-navigation nav ul li, .top-navigation .language-switch > div {
  display: flex;
  align-items: center;
}

.top-navigation .logo {
  display: flex;
}

.top-navigation .language-switch {
  display: flex;
  justify-content: right;
}

.top-navigation .language-switch svg {
  height: 22px;
  padding: 2px;
}

@media (max-width: 768px) {
  .top-navigation nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  .o-navigation > li > a {
    padding: 6px 0;
    font-size: 16px;
  }
  .o-navigation > li > a > svg {
    height: 16px;
    padding: 2px;
  }
  .o-navigation > li > ul {
    top: 36px;
  }
}
.o-nav-toggle {
  display: none;
  margin-right: 0.5em;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: padding-top 0.6s cubic-bezier(0.1, 0.01, 0.3, 1);
  transition: padding-top 0.6s cubic-bezier(0.1, 0.01, 0.3, 1);
}

.o-nav-toggle:hover {
  transition: top, 0.5s, ease-in-out;
}

.o-nav-toggle:hover .o-veggieburger:before {
  top: -9px;
}

.o-nav-toggle:hover .o-veggieburger:after {
  top: 9px;
}

@media (max-width: 768px) {
  .o-nav-toggle {
    display: block;
  }
}
@media (max-width: 568px) {
  .o-nav-toggle {
    display: block;
  }
}
.o-veggieburger {
  width: 24px;
  height: 2px;
  background: #0073af;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.o-veggieburger:before {
  top: -8px;
}

.o-veggieburger:after {
  top: 8px;
}

.o-veggieburger:after, .o-veggieburger:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #0073af;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.js-nav-open .o-veggieburger {
  background: none !important;
}

.js-nav-open .o-veggieburger:after {
  top: 0 !important;
  background: #0073af !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-nav-open .o-veggieburger:before {
  top: 0 !important;
  background: #0073af !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.o-offcanvas-nav {
  overflow: auto;
  position: fixed;
  background: white;
  z-index: 1001;
  width: 100%;
  max-width: 63vh;
  height: 100%;
  top: 70px;
  left: -64vh;
}

.o-offcanvas-nav > ul {
  padding: 20px;
  list-style: none;
  color: #0073af;
}

.o-offcanvas-nav ul > li,
.o-offcanvas-nav ul ul li {
  list-style: none;
  color: #0073af;
  position: relative;
  padding: 10px 0;
}

.o-offcanvas-nav ul ul {
  padding: 10px;
}

.o-offcanvas-nav ul ul li {
  padding: 0;
  margin: 2em 0 1em 0;
}

.o-offcanvas-nav ul ul li a {
  font-size: 22px;
}

.o-offcanvas-nav a {
  font-weight: bold;
}

.c-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #0073af;
}

/*
  *
    *
      * slider
    *
  *
*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.atmosphere-container {
  font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  /*box-sizing: border-box;*/
  padding: 0;
  width: 100vw;
  height: 94vh;
}

.atmosphere-content {
  background-size: cover;
  background-repeat: no-repeat;
}

@media (orientation: landscape) {
  .atmosphere-content {
    background-image: url("/img/atmosphere/rocket-landscape-xl.png");
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .atmosphere-content {
    background-image: url("/img/atmosphere/rocket-landscape-l.png");
  }
}
@media (orientation: portrait) {
  .atmosphere-content {
    background-image: url("/img/atmosphere/rocket-portrait-5k.png");
  }
}
@media (orientation: portrait) and (max-width: 1024px) {
  .atmosphere-content {
    background-image: url("/img/atmosphere/rocket-portrait-s.png");
  }
}
.atmosphere-content {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 94vh;
}

.atmosphere-content .atmosphere-slogan {
  color: white;
  text-transform: uppercase;
  white-space: normal;
  margin: 0 auto;
  padding: 0 20px;
}

.atmosphere-content .atmosphere-body {
  color: white;
  font-weight: 700;
  text-shadow: 2px 2px 6px #000000;
  white-space: normal;
  margin: 0;
  width: 60%;
  font-size: 46px;
  padding: 0 20px;
}

.atmosphere-content .atmosphere-items {
  animation: fadeIn 2s;
}

/*
 Font sizes and weights for different screen sizes
*/
.atmosphere-content {
  padding: 0 45px;
}

.atmosphere-content .atmosphere-slogan {
  font-size: 22px;
  font-weight: 700;
}

.atmosphere-content .atmosphere-body {
  font-weight: 700;
  width: 60%;
  font-size: 46px;
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .atmosphere-content {
    padding: 0 15px;
  }
  .atmosphere-content .atmosphere-slogan {
    font-size: 20px;
    font-weight: 700;
  }
  .atmosphere-content .atmosphere-body {
    font-weight: 700;
    width: 60%;
    font-size: 20px;
    padding: 0 20px;
  }
}
.c-slider__signet {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

.c-slider__signet svg {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5s, 1);
  width: 30px;
  height: 30px;
}

.c-slider__signet path {
  fill: white;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5s, 1);
}

.c-slider__signet svg:hover path {
  fill: #32a0e6;
  stroke-width: 1px;
  stroke-opacity: 0.1;
}

.c-slider__signet:hover #signet__outer {
  fill: white;
}

.c-slider__signet:hover #signet__inner {
  fill: #32a0e6;
}

/*
  *
    *
      * image/icons/text grid
    *
  *
*/
.c-date {
  font-weight: 700;
  font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.c-hashs-label,
.c-hash {
  font-weight: 700;
  font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
}

.c-hashs-label {
  margin-right: 10px;
}

a.c-hash {
  color: #abcfd4 !important;
  margin-right: 10px;
}

/*
  *
    *
      * Call to action after section
    *
  *
*/
.o-cta {
  display: block;
  text-align: center;
  padding: 40px 0;
  font-weight: 700;
  font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.o-cta--small {
  padding: 0 20px;
}

.o-cta svg {
  width: 50px;
  height: 50px;
}

.o-cta p {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0px;
}

.o-cta__headline {
  text-transform: uppercase;
  font-size: 32px;
}

.o-cta--blue {
  background-color: #0073af;
  color: white;
}
.o-cta--blue path {
  fill: white;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.portrait-contact, .social {
  display: flex;
}

.portrait-contact a, .social a {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5s, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 5px;
}

.portrait-contact a svg, .social a svg {
  width: 25px;
  height: 25px;
}

.portrait-contact a, .social a {
  background-color: white;
}

.portrait-contact a path, .social a path {
  fill: #0073af;
}

.portrait-contact a, .social a {
  padding: 5px;
  width: 30px;
  height: 30px;
}

.portrait-contact a svg, .social a svg {
  width: 20px;
  height: 20px;
}

.portrait-contact a, .social a {
  margin-left: 0;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section-white-full-width div.trainings-list {
  width: 90%;
  max-width: 100%;
}

div.trainings-list {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

div.trainings-list .training {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
  flex: 1 1 20%;
  margin: 10px;
  border: 1px solid #32a0e6;
  box-shadow: 6px 6px 10px 0px rgba(50, 160, 230, 0.39);
  padding: 1em;
  width: 40vw;
}

div.trainings-list .training p {
  font-size: 20px;
  font-weight: 400;
}

div.trainings-list .training .training-teaser {
  flex: 1;
}

@media (max-width: 1280px) {
  div.trainings-list .training {
    flex: 1 1 40%;
  }
}
@media (max-width: 768px) {
  div.trainings-list .training {
    flex: 1 1 90%;
  }
}
.trainings-mouse p {
  margin-bottom: 0.5em;
}

.trainings-mouse ul {
  margin-left: 3em;
  list-style: disc;
  margin-bottom: 2em;
  margin-top: 2em;
}

.trainings-mouse ul li {
  padding: 0.5em;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section-white-full-width div.job-cards {
  width: 90%;
  max-width: 100%;
}

div.job-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

div.job-cards .job-card {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
  flex: 1 1 20%;
  margin: 10px;
  border: 1px solid #32a0e6;
  box-shadow: 6px 6px 10px 0px rgba(50, 160, 230, 0.39);
  padding: 1em;
  width: 40vw;
}

div.job-cards .job-card p {
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 1280px) {
  div.job-cards .job-card {
    flex: 1 1 40%;
  }
}
@media (max-width: 768px) {
  div.job-cards .job-card {
    flex: 1 1 90%;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  color: white;
  font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 80px 0 80px 0;
  background-color: #0073af;
  width: 100%;
}

.footer .footer-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
}

.footer .footer-blocks .footer-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer .footer-blocks .footer-block div {
  padding: 1em;
}

.footer .footer-blocks .footer-block .footer-icon path {
  fill: white;
}

.footer .footer-notes div {
  padding: 1em;
}

.footer-blocks .footer-block {
  min-width: 30%;
}

@media (max-width: 1024px) {
  .footer-blocks .footer-block {
    min-width: 50%;
  }
  .footer-blocks .footer-social {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-blocks .footer-block {
    min-width: 100%;
  }
}

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