::-webkit-scrollbar { 
    display: none; 
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-collapse: collapse;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

html {
  min-height: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body { 
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
}

.flex {
  display: flex;
  height: 100%;
  align-items: center;
}

.flex > div {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

a {
  text-decoration: none;
  color: #2979ff;
}

.text-bold {
  font-weight: bold;
}

p {
  margin: 0;
  line-height: 25px;
}

p > span {
  display: block;
}

p.justified {
  text-align: justify;
}

p.jobdetails {
  margin-bottom: 15px;
}

p.description {
  margin-bottom: 25px;
  font-size: 12px;
  color: #656565;
}

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

.text-center {
  text-align: center;
}

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

.red {
  color: #df4244;
  margin-bottom: 0;
  letter-spacing: 0;
}

.italic {
  font-style: italic;
  color: #444;
  font-size: 14px;
  letter-spacing: 0;
}

.contact-table {
  margin-left: auto;
  margin-right: auto;
}

h3.date, 
span.date {
  color: #444;
  font-weight: 400;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}


span.place {
  color: #656565;
}

span.emph {
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 13px;
  margin-top: 3px;
}

header {
  background-color: white;
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
}

header ul {
  list-style: none;
  padding-left: 0;
}

header ul li {
  display: inline-block;
}

header ul li a {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222;
  font-size: 14px;
  padding: 13px 11px;
}

.header-image {
  position: fixed;
  background-size: cover;
  background-position: top;
  top: 0;
  background-color: black;
  height: 100vh;
  width: 100%;
  color: black;
  text-align: center;
  padding-top: 230px;
}

h1, h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 36px;
}

.header-image h2 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 400;
}

.section-wrapper {
  background-color: white;
}

.section-wrapper-blue {
  background-color: rgba(0, 153, 203, 0.95);
  color: rgba(255,255,255,1);
}

.section-wrapper-dark {
  background-color: rgba(20, 20, 20, 0.95);
  color: white;
}

.crooked {
  position: absolute;
  z-index: 1;
}

.section-wrapper-dark [class^=icon-] {
  color: white;
}

[class^=icon-] {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 20px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}

[class^=icon-]:hover {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
}

.section-wrapper [class^=icon-]:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}

.header-image + .section-wrapper {
  margin-top: 500px;
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-wrapper-blue .row > :first-child {

}

.cookie {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: white;
}
.cookie:before {
  padding-top: 0%;
}
footer {
  background-color: #111;
  width: 100%;
  overflow: hidden;
  color: #666;
}

footer a {
  line-height: 30px;
  height: 60px;
  padding: 15px 0;
  color: #666;
  display: inline-block;
}

footer [class^="icon-"]:hover {
  color: rgba(0, 153, 203, 0.95);
}

.profile-picture-wrapper {
  display: inline-block;
  max-width: 200px;
  width: 50%;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}

.profile-picture-wrapper:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.profile-picture-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.news-picture-wrapper {
  display: inline-block;
  max-width: 100%;
  width: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}


.button-big {
  background-color: transparent;
  border: 2px solid rgba(0, 153, 203, 0.95);
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  color: #222;
  padding: 5px 20px;
  line-height: 46px;
  margin: auto;
  letter-spacing: 1px;
  transition: all .25s ease-in-out;
}

.button-big:hover {
  background-color: rgba(0, 153, 203, 0.95);
  color: white;
  /* border-color: #df4244; */
}

.button-big:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (min-width: 425px) {
  .button-big {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0 !important;
  }
}

section h1, section h2, section h3 {
  font-family: 'Raleway', serif;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

section h1 {
  font-size: 26px;
  line-height: 26px;
  margin: 45px 0 30px 0;
}

section h1 small {
  display: block;
  font-size: 14px;
}

section h2 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 20px 0;
}

section h3 {
  font-size: 16px;
  line-height: 16px;
  margin: 15px 0 10px 0;
}

.center {
  text-align: center;
}

.transparent > h1, .transparent h2 {
  opacity: 0;
}

.modal {
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background-color: white;
  transform: translateY(100%);
  overflow: hidden;
}

.modal-body {
  height: 100%;
}

.modal .close-button {
  position: absolute;
  border: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
  padding: 0;
  z-index: 1;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal .close-button img {
  width: 24px;
  height: 24px;
}

.modal .close-button:focus {
  outline: 0;
}

.slide-in {
  animation: slide-in .5s forwards;
}

@keyframes slide-in {
  from { 
    transform: translateY(100%);
  }
  to { 
    transform: translateY(0%);
  }
}

.slide-out {
  animation: slide-out .5s forwards;
}

@keyframes slide-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

.noscroll {
  overflow: hidden;
}

th, td {
  padding-left: 30px;
  padding-right: 30px;
}

th {
  font-family: 'Raleway', serif;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project:nth-child(even) {
  flex-direction: row;
}

.project {
  display: flex;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}

@media screen and (min-width: 768px) {
  .project {
    padding-left: 0;
  }

  .project:nth-child(even) > div:first-child, .project:nth-child(odd) > div:last-child {
    text-align: right;
  }

  .project:nth-child(even) > div:first-child:before {
    right: 0;
  }

  .project:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .project:nth-child(odd) > div:first-child:before {
    left: -1px;
  }

  .project:nth-child(odd) > div:first-child:after {
    left: -18px;
  }
}

.project > div {
  padding: 10px 30px;
}

.project > div:first-child:before {
  display: block;
  content: ' ';
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-right: 1px solid #cecece;
  border-right-style: dashed;
}

.project > div:first-child:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 5px;
  left: -18px;
  border-radius: 50%;
  border: 10px solid white;
  background-color: red;
  width: 36px;
  height: 36px;
}

@media screen and (min-width: 768px) {
  .project:nth-child(even) > div:first-child:after {
    left: auto;
    right: -18px;
  }
}

.project h1 {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .project h1 {
    margin-top: 0;
  }
}

.project > div {
  width: auto;
}

.project > div:last-child {
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .project > div {
    width: 50%;
  }

  .project > div:last-child {
    position: relative;
    left: 0;
  }
}

.project .description {
  font-size: 14px;
  text-align: justify;
  color: #656565;
  margin-top: 20px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .project:nth-child(even) .description {
    direction: rtl;
  }

  .project:nth-child(even) > div:first-child .description {
    margin-left: auto;
  }
}

.button {
  display: inline-block;
  width: auto;
  border: none;
  height: 32px;
  border-radius: 3px;
  padding: 10px 10px 12px 10px;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 10px;
  font-style: normal !important;
  letter-spacing: 1px;
  overflow: visible;
  background-color: white;
  cursor: pointer;
  transition: background-color .25s ease;
}

.button-green {
  background-color: #4caf50;
  color: white;  
}
.container {
  max-width: 1170px;
  margin: auto;
}
ul {
  margin: 0;
}

ul.language-select {
  padding: 0;
  align-items: center;
}

ul.language-select li {
  display: inline-block;
}

ul.language-select li a {
  padding: 0;
}

ul.language-select li:first-child {
  margin-left: 0px;
}

ul.language-select li:last-child {

}

ul.language-select img {
  width: 22px;
  padding: 2px;
  border-radius: 50%;
  transition: transform .5s ease-in-out;
}

.header-brand {
    padding: 0px 0px;
    vertical-align: middle;
}

.flag {
  line-height: 30px;
  padding: 15px 0;
  display: inline-block;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

header .flag {
  padding: 13px 11px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  padding: 0; 
}
div.info:before {
  font-family: 'Material Icons';
  content: '\E5CC';
  vertical-align: middle;
  font-size: 15px;
  color: white;
  background-color: #5f97fb;
  border-radius: 50%;
  top: -1px;
  width: 30px;
  height: 30px;

}
