/* jura-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jura';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/jura-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jura-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jura-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jura-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jura';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jura-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jura-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jura';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/jura-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jura-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jura';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jura-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/**
* Template Name: Avilon - v4.9.0
* Template URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #312782;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  overflow-x: hidden;
}
a {
  color: #009ab1;
  text-decoration: none;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #312782;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
  -webkit-hyphens: auto; 
  hyphens: auto;
}
h1 {
  font-size: 36px;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: 'Jura', sans-serif;
  text-transform: uppercase;
}
h2 {
  font-family: 'Jura', sans-serif;
  font-size: 28px;
  color: #312782;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
h3 {
  font-family: 'Jura', sans-serif;
  font-size: 28px;
  color: #312782;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #312782;
}
hr {
  color: #009ab1;
  border-style: solid;
  border-top: 2px solid;
  margin: 1rem 0 2rem 0;
  opacity: 1;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  background: linear-gradient(#312782, #009ab1);
  color: #fff;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
  visibility: hidden;
  opacity: 0;
  width: 64px;
  height: 34px;
}
.back-to-top i {
  line-height: 0;
  font-size: 20px;
}
.back-to-top:focus {
  background: linear-gradient(45deg, #312782, #4d7cd7);
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: linear-gradient(45deg, #ff584f, #d73027);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  background: linear-gradient(-90deg, rgba(219,227,241, 0.9), rgba(209,217,231, 1.2));
  height: 70px;
  transition: all 0.5s;
}
#header a {
  color: #312782;
  text-decoration: none;
}
#header #logo {
  display: flex;
}
#header #logo .img-logo {
  display: inline-block;
  height: 36px;
  float: left;
  margin: 0 10px 0 0;
}
@media (max-width: 768px) {
  #header #logo img {
    max-height: 24px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Jura', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 2px;
  white-space: nowrap;
  /* transition: 0.3s; */
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #009ab1;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #333333;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1dc8cd;
}
.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #312782;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(49,39,130, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 140px;
  right: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #e5edfb;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile>ul>li {
  padding: 0;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 20px;
  color: #333333;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1dc8cd;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1dc8cd;
}
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# start Section
--------------------------------------------------------------*/
#start {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(219,227,241, 0.9), rgba(209,217,231, 1.2)), url(../img/hg-davina-quadrat_v.svg) center top no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 1025px) {
  #start {
    background-attachment: fixed;
  }
}
@media (max-height: 640px) {
  #start {
    height: 120vh;
  }
}
#start .img-logo-big {
  width: 400px;
  margin: 30px;
}
#start .start-text {
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#start h1 {
  padding: 0 20%;
  line-height: 46px;
}
#start p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 26.3px;
  line-height: 28px;
}
@media (max-width: 768px) {
  #start .img-logo-big {
    width: 90%;
  }
  #start .start-text {
    position: absolute;
    left: 0;
    top: 30%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #start h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 36px;
  color: #312782;
  text-align: center;
  font-weight: 500;
  padding-bottom: 20px;
}
.section-header .section-description {
  text-align: center;
  color: #312782;
  padding-bottom: 30px;
}
.section-header .section-divider {
  display: block;
  width: 290px;
  height: 2px;
  background: #009ab1;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section-header .section-divider {
    width: 230px;;
  }
}

/* Section with background
--------------------------------*/
.section-bg {
  background: linear-gradient(-90deg, rgba(219,227,241, 0.9), rgba(209,217,231, 1.0));
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  min-height: 40px;
  margin-top: 92px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li+li {
  padding-left: 10px;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* projekt Section
--------------------------------*/
#projekt {
  padding: 60px 0 30px 0;
  overflow: hidden;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#projekt .projekt-img-left {
  max-width: 100%;
  border-radius: 8px;
  float: left;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #projekt .projekt-text {
    padding: 0 40px;
  }
}
#projekt .info h3 {
  margin: 0 0 30px 50px;
  line-height: 30px;
}
#projekt .info i {
  font-size: 34px;
  color: #009ab1;
  float: left;
  line-height: 0;
}

/* news Section
--------------------------------*/
/* #news {
  padding: 60px 0 30px 0;
  overflow: hidden;
} */
#news {
  overflow: hidden;
  background: url("../img/hg-davina-quadrat_v.svg") fixed center center;
  background-size: cover;
  padding: 60px 0 0 0;
  /* border-top: 2px solid #312782; */
  /* border-bottom: 2px solid #312782; */
}
#news .box {
  padding: 80px 40px 40px 40px;
  margin-bottom: 80px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  opacity: 1;
  border-radius: 8px;
}
#news .box span {
  font-size: 22px;
  line-height: 26px;
}
#news .bild-team {
  max-width: 100%;
  border-radius: 8px;
  float: left;
}
#news .news-img-left {
  max-width: 100%;
  border-radius: 8px;
  float: left;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #news .news-text {
    padding: 0 40px;
  }
}
#news .info h3 {
  margin: 0 0 30px 50px;
  line-height: 30px;
}
#news .info i {
  font-size: 34px;
  color: #009ab1;
  float: left;
  line-height: 0;
}


/* partner Section
--------------------------------*/
#partner {
  overflow: hidden;
  background: linear-gradient(rgba(219,227,241, 0.9), rgba(209,217,231, 1.0)), url("../img/hg-davina-quadrat_v.svg") fixed center center;
  background-size: cover;
  padding: 60px 0 0 0;
}
#partner .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
#partner .cta-text {
  color: #fff;
}
#partner .box {
  padding: 40px;
  margin-bottom: 24px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  opacity: 1;
  border-radius: 8px;
}
#partner .box-bottom {
  padding: 40px;
  margin-bottom: 80px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  opacity: 1;
  border-radius: 8px;
}
#partner .box span {
  font-size: 22px;
  line-height: 26px;
}
#partner #logo-fraunhofer {
  width: 78%;
  margin-bottom: 30px;
}
#partner #logo-koeln {
  width: 65%;
  margin-bottom: 30px;
}
#partner #logo-witten {
  width: 30%;
  margin-bottom: 30px;
}
#partner #logo-dia42 {
  width: 83%;
  margin-bottom: 30px;
}
#partner #logo-medlinq {
  width: 70%;
  margin-bottom: 30px;
}
#partner p {
  margin: 0;
  color: #333;
}
#partner h2 {
  padding-bottom: 15px;
}
#partner h3 {
  margin: 30px 0 30px 0;
  font-size: 44px;
  line-height: 28px;
}
#partner ul {
  padding: 0;
  list-style: none;
  color: #312782;
  text-align: left;
  line-height: 24px;
}
#partner ul li {
  padding: 0 0 16px 40px;
}
#partner ul i {
  color: #009ab1;
  font-size: 22px;
  padding-right: 14px;
  margin-left: -40px;
}
#partner label {
  font-size: 0.9rem;
}
@media (max-width: 1024px) {
  #partner .box {
    padding: 40px 40px 15px 40px;
  }
  #partner .box h3 {
    font-size: 40px;
  }
  #partner .box span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  #partner {
    padding: 60px 30px 40px 30px;
  }
  #partner .box {
    padding: 30px;
  }
}

/* kontakt Section
--------------------------------*/
#kontakt {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #kontakt {
    padding: 60px 30px 40px 30px;
  }
}
#kontakt .info p {
  margin: 0 0 30px 40px;
  line-height: 30px;
}
#kontakt .info i {
  font-size: 30px;
  color: #009ab1;
  float: left;
  line-height: 0;
}
#kontakt h2 {
  padding-bottom: 15px;
}
#kontakt .kontakt-logo {
  display: block;
  width: 250px;
  align-items: center;
  margin: 0 auto 60px auto;
}
#kontakt a {
  text-decoration: underline;
  color: #312782;
  font-weight: 300;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  color: #312782;
  padding: 40px 0 40px 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  #footer {
  padding: 30px;
  }
  #footer > div > div > div.col-md-9.text-left > h3 {
    margin-top: 40px;
  }
}
#footer a {
  color: #312782;
  text-decoration: underline;
}
#footer p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
#footer h3 {
  font-family: 'Jura', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
#footer h4 {
  color: #312782;
  font-size: 16px;
  font-weight: 400;
  padding-top: 20px;
}
#footer h5 {
  color: #312782;
  font-size: 16px;
  margin: 0;
  padding-top: 30px;
}
#footer h6 {
  color: #312782;
  font-size: 14px;
  margin: 0;
  padding-top: 20px;
}
#footer ul {
  list-style: square;
  margin: 0 0 0 30px;
  padding: 0;
}
#footer .copyright {
  font-size: 16px;
  font-weight: 300;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}

summary {
  outline: none;
  color: #312782;
  font-family: 'Jura', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 991px) {
details {
  margin-bottom: 40px;
  }
}	