/**
* google font
*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
.bg-color {
  background-color: #eee;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2487ce;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid #e6f2fb;
}
#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .logo img {
  max-height: 40px;
}
@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 30px;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 0px;
  font-size: 14px;
  color: #3d3d3d;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  border-bottom: 2px solid #337ab7;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #5555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@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(10, 38, 58, 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: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #124265;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #2487ce;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #eeeeee;
  background-size: cover;
  position: relative;
}

#hero .container {
  padding-top: 80px;
}
#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #666;
  font-family: "Poppins", sans-serif;
}
#hero h2 {
  color: #666;
  margin: 30px 0 0 0;
  font-size: 22px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-height: 800px) {
  #hero {
    height: auto;
  }
}
@media (max-width: 992px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*-------------------------------------------------------------
Icon-box
---------------------------------------------------------------*/

#dienstleistungen .icon-boxes {
  margin-top: 0px;
  padding: 0px;
}
#dienstleistungen .icon-box {
  padding: 50px 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
#dienstleistungen .icon-box .title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#dienstleistungen .icon-box .title a {
  color: #666;
  transition: 0.3s;
}
#dienstleistungen .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  width: 100% !important;
}
#dienstleistungen .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #666;
}
#dienstleistungen .icon-box:hover {
  transform: scale(1.08);
}
#dienstleistungen .icon-box:hover .title a {
  color: #666;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #eee;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #666;
}
.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Referenzen
--------------------------------------------------------------*/
.referenzen .portfolio-item {
  margin: 0px !important;
  padding: 0px !important;
}

.referenzen .referenzen-wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.referenzen .referenzen-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.referenzen .referenzen-wrap .referenzen-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.referenzen .referenzen-wrap .referenzen-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.referenzen .referenzen-wrap .referenzen-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.referenzen .referenzen-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.referenzen .referenzen-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.referenzen .referenzen-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.referenzen .referenzen-wrap:hover .referenzen-info {
  opacity: 1;
}
.referenzen .referenzen-wrap:hover .referenzen-info::before {
  top: 15px;
  left: 15px;
}
.referenzen .referenzen-wrap:hover .referenzen-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  color: #666;
}
.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.team .member .member-info p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.team .member .member-info i {
  font-size: 22px;
  line-height: 26px;
  color: #666;
}
.team .member .member-info img {
  width: 100px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 500;
  font-size: 26px;
  color: #555;
  margin-bottom: 15px;
}
.about .content p {
  color: #555;
  font-size: 14px;
  line-height: 180%;
}
.about .contact-details {
  display: flex;
  gap: 15px;
  align-items: center;
}
.about .contact-details i {
  width: 15px;
  font-size: 12px;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Jobs
--------------------------------------------------------------*/
.jobs {
  background: #fff;
  background-size: cover;
  padding: 60px 0;
  height: 80vh;
  display: flex;
  align-items: center;
}
.jobs h3 {
  color: #666;
  font-size: 28px;
  font-weight: 700;
}
.jobs a {
  color: #1e73be;
}
.jobs p {
  color: #666;
  font-weight: 400;
  font-size: 14px;
}
.jobs .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.jobs .cta-btn:hover {
  background: #fff;
  color: #2487ce;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #000;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
