/* open-sans-regular - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/open-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/open-sans-v20-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/open-sans-v20-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/open-sans-v20-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/open-sans-v20-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  /* Plus height of sticky header */
}

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  /*color: #495057 !important;*/
}

/*Subheader*/

.subHeadBold {
  font-weight: 600;
}

/*Headline sections*/

.headlineSection {
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.headlineSection::after {
  position: absolute;
  content: "";
  width: 58px;
  height: 2px;
  background-color: #074e84;
  left: 50%;
  margin-left: -29px;
  bottom: -8px;
}

/*Other*/

.btn-primary {
  color: #fff;
  background-color: #074e84 !important;
  border-color: #074e84 !important;
}

/*++++++++++++++++++++++ Index ++++++++++++++++++++++*/

/* Navigation */

.topnav a {
  border-bottom: 3px solid transparent;
  color: #212529 !important;
  margin-right: 10px;  
	font-size: 1.2rem;
}

.topnav a:hover {
  border-bottom: 3px solid #074e84;
}

/*Header*/

.colorHeader {
  color: white;
}

.subHead {
  font-weight: 300;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 10px;
}

.navbarStyle {
  float: none;
  background-color: #ffffff;
}

.brandColor {
  color: #074e84 !important;
}

/*Jumbotron*/

.jumbotronHead {
  background: url("../img/wave2.png") no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 0;
  margin-top: 70px;
  margin-bottom: 0;
  padding: 2rem 1rem;
  background-color: white;
}

.cardCSS {
  margin: 2% 0 0 0;
}

/*Logos*/

.cell {
  text-align: center;
  flex-basis: 33.3333%;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
}

/*Carousel*/

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.imageHeightCarousel {
  height: 400px;
}

.layer {
  background-color: rgba(95, 188, 211, 0.5);
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  height: 80%;
}

@media screen and (max-width: 850px) {
  .imageHeightCarousel {
    height: 720px;
  }

  .layer {
    height: 90%;
  }
}

@media screen and (max-width: 420px) {
  .imageHeightCarousel {
    height: 800px;
  }

  .layer {
    height: 90%;
  }
}

/* Activities and aims*/

.icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: left;
  border: 1px solid #fff;
}

.icon {
  margin: 0 30px 20px auto;
  padding-top: 17px;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  float: left;
}

.icon i {
  font-size: 36px;
  line-height: 1;
}

.icon-box-blue .icon {
  background: #e1eeff;
}

/* Activities and aims*/

.headlineStyle {
  color: #074e84; /* 0047B9*/
  font-weight: 600;
}

/*Fixed background*/

.fixedBackground {
  background: url("../img/test_.png") no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* border-radius: 0;
  margin-top: 50px;*/
  text-align: center;
}

/* Scroll to top button */

.topButtonStyle {
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
}

/*Contact*/

.contact {
  background: url("../img/plant.jpg") no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 0;
  margin-top: 50px;
}

/*++++++++++++++++++++++ Job offers ++++++++++++++++++++++*/

.titleContainer {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 71, 185, 0.4);
  padding: 2px;
}

/*++++++++++++++++++++++ Impressum und Datenschutz ++++++++++++++++++++++*/

/* Create four equal columns that floats next to eachother */

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(10, 10, 10, 0.8);
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */

.closeButton {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.closeButton:hover, .closeButton:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}