/* 
font-family: 'Signika', sans-serif;
font-family: 'Signika', sans-serif;
*/

/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6em;
  color: #5e304e;
  background-color: #FFF;
}

.staatliches-regular {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}


div.container{
  width: 100%;
}
div.centerContent{
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  width: 1300px;
}

.text-center{
  text-align: center;
}

.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.uppercase{
  text-transform: uppercase;
}

.quoteContainer{
  display: flex;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
}
div.content.refOverview .quoteContainer{
  padding-bottom: 100px;
}
div.content.refOverview .quoteContainer{
  padding-bottom: 100px;
}

.quote{
  font-size: 1.5em;
  background-image: url("../images/quotes-pink.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 45px;
  min-height: 45px;
  padding-left: 80px;
}
.white-quote{
  background-image: url("../images/quotes-white.svg");
}

/*.kalam-bold {*/
/*  font-family: "Roboto", cursive;*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*}*/

.flex{
  display: flex;
  align-items: flex-start;
}
.justify-space-between{
  justify-content: space-between;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-end{
  justify-content: flex-end;
}
.align-stretch{
  align-items: stretch;
}
.align-center {
  align-items: center;
}
.align-content-between{
  align-content: space-between;
}
.align-content-end{
  align-content: flex-end;
}
.flex-wrap{
  flex-wrap: wrap;
}

img.imageFit,
img.imageContain{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
img.imageContain{
    object-fit: contain;
}
div.pink{
  background-color: #ffe3f5;
}
.purple{
  background-color: #5e304e;
}
div.blue{
  background-color: #7fe4f8;
}
div.oker{
  background-color: #eec884;
}
div.white{
  background-color: #FFF;
}
.oker-text{
  color: #eec884;
}
.white-text{
  color: #FFF;
}
.pink-text{
  color: #c680ae;
}
div.alinea{
  margin-top: 20px;
}
.light{
  font-weight: 300;
}
.bold{
  font-weight: 700;
}
.larger{
  font-size: 1.3em;
}

article a.button{
  display: inline-block;
  background-color: #5e304e;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
  font-size: 1.1em;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none !important;
  margin-top: 40px;
}
article a.button i{
  padding-right: 20px;
}
.button:hover{
  color: #7fe4f8;
}

h1, .h1{
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.1em;
  padding-bottom: 5px;
}
h2, .h2{
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: none;
}
h3, .h3{
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 1em;
}
h4, .h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1em;
}
.p{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1em;
}
article ul,
article ol{
  padding-left: 20px;
}
article:not(.expertiseOverview, .home, .teamOverview) a{
  text-decoration: underline;
}


/*      HEADER & MENU      */
header{
  box-sizing: border-box;
  text-transform: uppercase;
  z-index: 10;
  background-color: #FFF;
  font-weight: 600;
}
header.fixed{
  position: fixed;
  top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  z-index: 3;
}
header a.logoHolder{
  width: 250px;
  margin-bottom: 20px;
  display: block;
}
header a.logoHolder img{
  display: block;
  width: 100%;
}

a.mobileContact{
  display: none;
}


@keyframes moveIn {
  0% { top: -120px; }
  100% { top: -20px; }
}

div.anniversary span{
  font-weight: 700;
  font-size: 1.7em;
}


div.menuHolder{
  color: #5e304e;
  background-color: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.menuHolder nav{
  position: relative;
}
div.menuHolder nav>ul{
  display: flex;
  align-items: center;
}
div.menuHolder nav ul li{
  position: relative;
  list-style-type: none;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  margin: 0px;
  line-height: 1em;
  font-size: 0.85em;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
  position: relative;
  line-height: 1em;
  padding-top: 4px;
  padding-bottom: 3px;
}
div.menuHolder nav ul li a:hover{
  color: #7fe4f8;
}

div.menuHolder nav ul li.menuItem a:before{
  display: block;
  content: "|";
  position: absolute;
  left: -17px;
  top: 3px;
  color: #5e304e;
}

div.menuHolder nav ul li.menuItem:nth-child(8) a:before{
  content: "";
}
div.menuHolder nav>ul>li:nth-child(8){
  color: #eec884;
  background-color: #5e304e;
  border-top-left-radius: 8px;
}

div.menuHolder nav ul li.socialLinks {
  right: 50px;
  position: absolute;
}

footer a.social,
div.menuHolder nav ul li a.social{
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  background-color: #5e304e;
  color: #FFF;
  font-size: 0.6em;
  padding-top: 1px;
  margin-left: 5px;
}

footer a.social{
  margin-left: 0px;
  margin-right: 5px;
}
footer a.social:hover,
div.menuHolder nav ul li a.social:hover{
  background-color: #eec884;
}


div.menuHolder nav ul li:hover ul{
  display: block;
}
div.menuHolder nav ul li ul{
  position: absolute;
  left: -8px;
  display: none;
  background-color: #ecebe7;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
  z-index: 10;
}
div.menuHolder nav ul li ul li{
  position: relative;
  display: block;
  float: none;
  list-style-type: none;
  font-size: 0.85em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 28px;
  padding-right: 28px;
  margin: 0px;
  background-color: #ecebe7;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 1px;
}
div.menuHolder nav ul li ul li.menuItem a:before{
  display: none;
  content: "";
}

div.menuButton{
  display: none;
}

article.content div.block{
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  position: relative;
}
article.content div.block.noBottomPadding{
  padding-bottom: 0px;
}
article.content div.block.imageBlock div.textHolder,
article.content div.block.imageBlock .sideImage{
  width: 45%;
}
article.content div.block.imageBlock .sideImage img{
  display: block;
  width: 100%;
  height: auto;
}

article.content div.block.clouds img{
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
article.content div.blue div.block.clouds img{
  width: 50%;
}
article.content div.blue div.block.clouds img{
  width: 70%;
}
article.content.jobs div.block:nth-child(odd),
article.content div.block.grey {
  background-color: #ecebe7;
}


/*      HOME      */
article.content.home{
  position: relative;
}
div.rocketHolder {
  height: 576px;
}
div.rocket{
  position: absolute !important;
  right: 0px;
  top: -70px;
  bottom: 0px;
  pointer-events: none;
  background-image: url("../images/home.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: 100px;
  padding-bottom: 0px;
  box-sizing: border-box;
}
article.content.home div.rocketText{
  padding: 20px;
  margin: 0px;
  margin-top: 60px;
  background-color: #FFF;
  border-top-left-radius: 30px;
  margin-right: 30%;
  position: relative;
}
article.content.home div.rocketText img {
  position: relative;
  margin-top: -40px;
  height: 200px;
}
article.content.home div.rocketText p {
  margin-left: 0px;
}
article.content.home div.rocketText p strong:first-of-type,
article.content.home div.rocketText p strong:last-of-type{
  color: #eec884;
}

article.content.home div.home-text{
  padding-top: 100px;
}
article.content.home div.welcome {
  width: 25%;
  background-color: #5e304e;
  color: #FFF;
  position: relative;
  padding: 20px;
  padding-top: 80px;
  border-top-left-radius: 30px;
  margin-top: 50px;
}
article.content.home div.welcome img{
  position: absolute;
  width: 35%;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
}
article.content.home div.welcome strong{
  color: #eec884;
}
article.content.home div.home-text-holder {
  width: 75%;
  padding-left: 50px;
}
article.content.home div.home-text-holder div{
  margin-bottom: 40px;
}

/*    NEWS    */
div.newsItem{
  width: 100%;
  margin-bottom: 40px;
}
div.newsItem img{
  display: block;
  width: 35%;
  margin-right: 5%;
}
div.newsItem a span{
  display: block;
  width: 100%;
}


/*    TRAININGEN   */
article.content div.block.expertiseOverview {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 100px;
}
article.content div.block.expertiseOverview a {
  margin-bottom: 60px;
  width: 23%;
}
article.content div.block.expertiseOverview a {
  margin-bottom: 60px;
  width: 30%;
  box-sizing: border-box;
  background-color: #5e304e;
  display: block;
  border-top-left-radius: 30px;
  color: #FFF;
  position: relative;
  padding: 20px;
  padding-top: 100px;
}
article.content div.block.expertiseOverview a img{
  position: absolute;
  width: 30%;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
}

article.content div.block.expertiseOverview a:hover svg .square {
  fill: #eec884;
}

article.content div.block.expertiseOverview img,
article.content div.block.expertiseOverview svg{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 100px;
  height: auto;
}
article.content div.block.expertiseOverview span {
  display: block;
}

article.content.expertise div.block {
}
article.content.expertise div.block.grey{
  background-color: #ecebe7;
  padding-left: 100px;
  padding-right: 100px;
}
article.content.expertise div.block.grey img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 100px;
}
article.content div.block.expertiseOverview .h1,
article.content.expertise div.block.grey h1 {
  color: #eec884;
  min-height: 56px;
}
div.block.grey.arrow:after{
  content: "";
  width: 0px;
  height: 0px;
  border: 30px transparent solid;
  border-top: solid #ecebe7 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -60px;
}



div.logoBlock{
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
div.logoHolder{
  width: 23%;
  padding-top: 23%;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}

/*      REFERENTIES    */
article.content div.block.refHolder{
  justify-content: flex-start;
  gap: 5%;
  padding-top: 0px;
}
div.referal{
  display: block;
  width: 30%;
  padding-top: 65px;
  margin-bottom: 20px;
  text-align: left;
}

/*      TEAM    */
a.employee{
  display: block;
  width: 30%;
  padding-top: 65px;
  margin-bottom: 20px;
  margin-right: 3.67%;
  text-align: left;
}
a.employee span.purple{
  position: relative;
  display: block;
  padding: 20px;
  min-height: 160px;
  border-top-left-radius: 30px;
}
a.employee span.name{
  display: block;
  color: #FFF;
  box-sizing: border-box;
  padding-top: 50px;
}
a.employee span.imageHolder{
  background-color: #c7c9c8;
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  top: -145px;
  -webkit-transform: translateX(-50%);
  box-sizing: border-box;
  border-radius: 100px;
  overflow: hidden;
}
a.employee span.imageHolder img{
  display: block;
  width: 100%;
}
a.employee span.function{
  display: block;
  line-height: 1.2em;
  padding-top: 10px;
}
a.employee span.text{
  display: block;
  line-height: 1.2em;
  padding: 20px;
  font-size: 0.9em;

}


/*      VACATURES    */
.content.jobs div.block.grey.text-center a{
  display: block;
}

/*      CONTACT    */
.hidden{
  display: none;
}
p.contactInfo{
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
p.contactInfo span{
  width: 50%;
}
p.contactInfo span:nth-child(odd){
  font-weight: bold;
}
div.contactForm{
  width: 60%;
}
div.contactForm p.bold{
  margin-top: 20px;
}
input.inputText, select.inputSelect{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background: none;
  color: #307083;
  background-color: #FFF;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
  text-align: left;
  letter-spacing: 1px;
}
textarea.inputArea{
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #307083;
  background-color: #FFF;
  height: 120px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1em;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #d67260;
  color: #FFF;
}
p.error{
  color: #d67260;
}
input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #307083;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #307083;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #307083;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #307083;
}
input.inputText.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}


.submitButton{
  -webkit-appearance: none;
  display: inline-block;
  background-color: #5e304e;
  color: #FFF;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;
}

/*      FOOTER      */
footer{
  background-color: #7fe4f8;
  color: #5e304e;
  padding-top: 40px;
  padding-bottom: 0px;
}
footer p.heading{
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 10px;
}
div.footerCol{
  width: 20%;
  box-sizing: border-box;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 0.9em;
  font-weight: 500;
}
div.footerCol:nth-child(4),
div.footerCol:nth-child(5){
  text-transform: uppercase;
}
div.footerCol a:hover{
  text-decoration: underline;
}


div.copyright{
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
div.copyright br{
  display: none;
}
div.copyright p{
  display: inline;
}
div.copyright a:hover{
  text-decoration: underline;
}