@charset "UTF-8";
:root {
  --main-color: #0f263a; }

/*-------------------------------------------Navbar-------------------------------------------*/
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-t-holder .nav-t-footer ul.nav > li:hover > ul.dropdown-menu.submenu {
  visibility: visible;
  opacity: 1;
  display: block; }
  .nav-t-holder .nav-t-footer ul.nav > li:hover > ul.dropdown-menu.submenu li.dropdown.has-t-submenu:hover > ul.dropdown-menu.submenu {
    display: block; }

.nav-t-holder .nav-t-footer ul.nav > li i {
  display: flex;
  justify-content: flex-end;
  position: relative;
  right: -15px;
  top: -15px;
  font-size: 10px; }

ul.nav li ul.dropdown-menu li .dropdown span i {
  display: block;
  position: absolute;
  top: 12px;
  right: 10px; }

.dropdown-menu {
  margin: -0.2rem 0 0;
  padding: 0rem 0;
  transition: 2s ease-in; }

.dropdown-menu:hover {
  display: block !important;
  transition: 2s ease-in; }

.nav-t-holder .nav-t-footer ul.nav > li {
  display: inline-block;
  padding: 1.6em 0;
  position: relative; }

.nav-t-holder .nav-t-footer ul.nav > li > a {
  padding: 0 1.4em;
  display: block;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  border-right: 0px dashed #3f5262;
  cursor: pointer; }

.nav-t-holder .nav-t-footer ul.nav > li ul.submenu li a {
  color: #242424;
  font: 600 15px "Roboto", sans-serif;
  padding: 10px 15px 10px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: inherit; }

/*-------------------------------------------Allgemein-------------------------------------------*/
h2 {
  text-align: center;
  font-size: 1.6em;
  padding-bottom: 50px;
  margin: 0 auto; }

p.h2 {
  text-align: left;
  font-size: 1.4em;
  padding-bottom: 50px;
  line-height: 1.3;
  margin: 0 auto; }

.container-nav {
  max-width: 1280px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.btn:focus, .btn:active {
  box-shadow: none !important;
  background-color: #ffba00 !important;
  border-color: #ffba00 !important; }

/*-------------------------------------------Home-Slider-------------------------------------------*/
.owl-carousel.owl-loaded {
  display: block;
  background-color: #0f263a; }

.home-slider .slider-img {
  width: 100%;
  height: 650px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(15, 38, 58, 0.5); }
  .home-slider .slider-img .slider-content {
    margin: 140px auto; }
    .home-slider .slider-img .slider-content .slider-text p {
      color: #fff; }
    .home-slider .slider-img .slider-content .slider-text p.pl-p {
      padding-left: 2px; }
.home-slider .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -20px;
  opacity: 0.4; }
.home-slider .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -20px;
  opacity: 0.6; }

/*-------------------------------------------Home-Leistungen-Boxen-------------------------------------------*/
.service-sec-left {
  position: relative;
  text-align: right; }
  .service-sec-left:after {
    content: "";
    position: absolute;
    background-color: #0f263a;
    width: 3px;
    height: 100%;
    top: 0;
    right: -16px; }

.service-sec-right {
  font-size: 18px;
  padding: 5px 0px 5px 0px; }

section.diff-offer-wrapper {
  padding-top: 5px; }
  section.diff-offer-wrapper .item {
    margin-bottom: 30px; }
    section.diff-offer-wrapper .item .image_hover:focus:after, section.diff-offer-wrapper .item .image_hover:hover:after {
      opacity: 0.2; }
    section.diff-offer-wrapper .item a {
      display: inline-block;
      width: 100%;
      font-size: 18px;
      font-weight: 500;
      color: #0f263a;
      transition: 0.3s all linear; }
      section.diff-offer-wrapper .item a:hover {
        color: #ffba00; }
    section.diff-offer-wrapper .item h4 {
      padding-top: 10px;
      font-size: 20px; }

/*-------------------------------------------Tab SECTION-------------------------------------------*/
section.tab-section {
  /*----- Tab Links -----*/
  /* Clearfix */
  /*----- Content of Tabs -----*/ }
  section.tab-section .tabs {
    width: 100%;
    display: inline-block; }
    section.tab-section .tabs ul {
      text-align: center;
      display: flex;
      justify-content: center; }
  section.tab-section .tab-links:after {
    display: block;
    clear: both;
    content: ""; }
  section.tab-section .tab-links li {
    float: left;
    list-style: none;
    border-right: 1px solid #cfcfcf; }
    section.tab-section .tab-links li:last-child {
      border: none; }
  section.tab-section .tab-links input[type="radio"] {
    display: none; }
  section.tab-section .tab-links label {
    cursor: pointer;
    margin: 0;
    padding: 0 4em;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase; }
    section.tab-section .tab-links label i {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
      font-size: 45px; }
  section.tab-section .tab-links label:hover {
    color: #ffba00; }
  section.tab-section .tab-links input:checked + label {
    background: #fff;
    color: #ffba00; }
  section.tab-section .tab-content {
    padding: 50px 35px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    font-size: 18px; }
  section.tab-section .tab {
    display: none; }
  section.tab-section .tab.active {
    display: block; }

/*----------------------------------ABOUT SECTION///FAQ-------------------------------------------*/
.about-sec-content ul li {
  position: relative;
  font-size: 18px;
  margin: 10px 0; }
  .about-sec-content ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    position: absolute;
    left: -30px;
    top: 0px;
    font-size: 18px;
    color: #233859;
    font-weight: 900;
    display: block; }

.section-faq a {
  transition: none; }
.section-faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0; }
.section-faq ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
  background: #fff;
  padding: 20px; }
  .section-faq ul li p {
    transition: 0.3s all linear; }
.section-faq ul li i {
  position: absolute;
  transform: translate(-30px, 0);
  margin-top: 10px;
  right: 0; }
.section-faq ul li i:before, .section-faq ul li i:after {
  content: "";
  position: absolute;
  background-color: #0f263a;
  width: 3px;
  height: 9px;
  transition: 0.3s all linear; }
.section-faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg); }
.section-faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg); }
.section-faq ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0; }
.section-faq ul li input[type="checkbox"]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%); }
.section-faq ul li input[type="checkbox"]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg); }
.section-faq ul li input[type="checkbox"]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg); }

.service-request-form .btn:hover {
  background-color: #ffba00; }

/*----------------------------------Home Contact-------------------------------------------*/
section.home-contact h2 {
  text-align: left; }
section.home-contact a {
  font-size: 18px;
  font-weight: 500;
  color: #0f263a;
  transition: 0.3s ease-in-out; }
  section.home-contact a:hover {
    color: #009bb3;
    transition: 0.3s ease-in-out; }
  section.home-contact a:hover > i {
    padding-left: 7px;
    transition: 0.3s ease-in-out; }
section.home-contact ul {
  padding: 2px 0;
  list-style-type: none;
  margin-left: 30px;
  margin-bottom: 20px; }
  section.home-contact ul li {
    position: relative;
    font-size: 15px;
    padding-bottom: 10px; }
    section.home-contact ul li:before {
      font-family: "Font Awesome 5 Free";
      content: "";
      position: absolute;
      left: -20px;
      top: 1px;
      font-size: 12px;
      color: var(--vision-color-secondary);
      font-weight: 900;
      display: block; }

/*----------------------------------Footer-------------------------------------------*/
footer .about-us-widget {
  padding-right: 50px; }
  footer .about-us-widget img {
    margin-left: -15px; }
footer ul li {
  position: relative; }
  footer ul li::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    top: 14px;
    left: -20px;
    color: #627279; }
footer .widget-contact-list ul li:before {
  display: none; }
footer .widget-links {
  padding: 0px 15px; }
footer p.h4 {
  color: #fff; }
  footer .footer-bottom a {
    color: #627279; }
    footer .footer-bottom a:hover {
      color: #009bb3; }
  footer .footer-bottom span {
    margin-left: 6px; }
footer .social_media a {
  color: #627279 !important;
  margin: 15px 15px 15px 0;
  font-size: 22px; }
  footer .social_media a:hover {
    color: #009bb3 !important; }

/*-------------------------------------------Unterseite-Header-------------------------------------------*/
.unterseite-header {
  height: 500px;
  width: 100%;
  position: relative; }
  .unterseite-header .bg-overlay {
    position: absolute;
    content: "";
    background-color: rgba(15, 38, 58, 0.1);
    background-image: linear-gradient(45deg, #0f263a, transparent);
    width: 100%;
    height: 100%; }
  .unterseite-header .header-scroll {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%; }
  .unterseite-header .header-h {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .unterseite-header .header-h h1 {
      color: #f3f3f3;
      text-transform: inherit;
      text-align: center;
      padding: 0; }
  .unterseite-header .icon-scroll {
    width: 25px;
    height: 50px;
    margin-left: -20px;
    bottom: 35px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    position: absolute;
    left: 50%; }
    .unterseite-header .icon-scroll:before {
      position: absolute;
      left: 50%;
      content: "";
      width: 6px;
      height: 6px;
      background: #fff;
      margin-left: -3.5px;
      top: 6px;
      border-radius: 4px;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;
      animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(46px); } }
@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(46px); } }
/*-------------------------------------------Unterseite-Text-Content-------------------------------------------*/
section.content-wrapper {
  padding: 100px 0;
  /* .linkbox {
    position: relative;
    top: -30px;
    padding: 50px 50px;
    box-shadow: -6px 8px 30px 20px #0f263a26;
    background: url(/template/images/images/background_link.jpg) no-repeat
      center center;
    background-size: cover;
    border-radius: 5px;
    h2 {
      color: #ffba00;
      position: relative;
      &:before {
        content: '';
        position: absolute;
        background-color: #ffba00;
        width: 35px;
        height: 3px;
        bottom: -8px;
        left: 3px;
      }
    }

    a.btn-link {
      color: #fff;
      font-size: 21px;
      font-weight: bold;
      padding: 0 40px;
      padding-left: 0px;
      line-height: 48px;
      text-transform: uppercase;
      border-bottom: 2px dashed #fff;
      border-radius: 0;
      text-align: left;
      text-decoration: none;
      width: 100%;
      position: relative;
      transition: 0.3s;

      &:hover {
        color: #ffba00;
        border-bottom: 2px dashed #ffba00;

        &:before {
          color: #ffba00;
        }
      }

      &:before {
        font-family: 'Font Awesome 5 Free';
        content: '\f101';
        position: absolute;
        right: 0px;
        top: -10px;
        font-size: 16px;
        color: #fff;
        font-weight: 900;
        display: block;
      }
    }
  }*/ }
  section.content-wrapper .h3 {
    font-size: 24px;
    padding-bottom: 10px; }
    section.content-wrapper .text-content ul {
      padding: 0px 20px 50px; }
    section.content-wrapper .text-content p {
      padding: 0px 0 5px; }
    section.content-wrapper .text-content h3, section.content-wrapper .text-content .h3 {
      text-align: left;
      font-size: 1.25em;
      padding-bottom: 15px;
      line-height: 1.3;
      margin: 0 auto; }
    section.content-wrapper .text-content ul {
      padding: 2px 0;
      list-style-type: none;
      margin-left: 30px;
      margin-bottom: 20px; }
      section.content-wrapper .text-content ul li {
        position: relative;
        font-size: 18px; }
        section.content-wrapper .text-content ul li:before {
          font-family: "Font Awesome 5 Free";
          content: "";
          position: absolute;
          left: -20px;
          top: 1px;
          font-size: 16px;
          color: var(--vision-color-secondary);
          font-weight: 900;
          display: block; }

.kunden img {
  margin: 10px auto;
  box-shadow: 0px 1px 45px -20px rgba(15, 38, 58, 0.25);
  margin: 20px 0;
  border-radius: 50px; }
  .kunden img:hover {
    transform: scale(1.2);
    box-shadow: 0px 1px 45px -20px rgba(15, 38, 58, 0.45); }

section.urkunden-wrapper {
  background-color: #0f263a;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center; }
  section.urkunden-wrapper .item-inner {
    border: 6px solid #18446d;
    background: #18436d; }
    section.urkunden-wrapper .item-inner h3 {
      padding: 10px 5px 0;
      color: #fff;
      font-size: 15px;
      height: 100%;
      height: 70px; }
  section.urkunden-wrapper .slick-slide {
    height: 100%; }

/*-------------------------------------------Projekte-Boxen-------------------------------------------*/
.projekte-box {
  height: 100%; }
  .projekte-box .img-hover {
    position: relative; }
    .projekte-box .img-hover img {
      height: 220px;
      width: 100%;
      object-fit: cover; }
    .projekte-box .img-hover:hover:after {
      opacity: 0.3;
      cursor: pointer; }
    .projekte-box .img-hover:after {
      position: absolute;
      content: "";
      opacity: 0.1;
      background: #000;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: all 0.3s ease-out; }
  .projekte-box .content-wrapper {
    border: 3px dashed rgba(15, 38, 58, 0.1);
    height: calc(100% - 210px); }
    .projekte-box .content-wrapper .projekte-header {
      padding: 20px 20px; }
      .projekte-box .content-wrapper .projekte-header .h3 {
        font-size: 24px;
        position: relative; }
        .projekte-box .content-wrapper .projekte-header .h3:before {
          content: "";
          position: absolute;
          background-color: var(--main-color);
          width: 30px;
          height: 3px;
          left: 1px;
          bottom: 0px; }
    .projekte-box .content-wrapper .projekte-content {
      padding: 0px 25px 0px; }
      .projekte-box .content-wrapper .projekte-content ul li {
        padding-bottom: 12px;
        line-height: 23px; }
      .projekte-box .content-wrapper .projekte-content .pdf-wrapper {
        padding: 15px 0;
        border-top: 1px solid rgba(15, 38, 58, 0.2); }
        .projekte-box .content-wrapper .projekte-content .pdf-wrapper a {
          color: var(--main-color);
          word-break: break-all; }

/*-------------------------------------------Sprachen-------------------------------------------*/
.Sprachen {
  text-align: center; }
  .Sprachen h2 {
    text-align: center;
    font-size: 1.7em;
    padding-bottom: 50px;
    margin: 0 auto; }
    .Sprachen .flags img {
      padding-bottom: 10px; }
    .Sprachen .flags p {
      font-size: 21px;
      padding-bottom: 30px;
      color: var(--main-color); }

/*-------------------------------------------Prüfungslabor-------------------------------------------*/
section.pruefungen .header-information {
  padding-bottom: 30px; }
  section.pruefungen .header-information h2 {
    font-size: 24px; }
section.pruefungen table tbody {
  border: 1px solid var(--main-color); }
section.pruefungen table tr {
  border-bottom: 0; }
  section.pruefungen table tr th {
    font-size: 20px;
    padding: 10px;
    border: 1px solid var(--main-color); }
  section.pruefungen table tr td {
    padding: 25px 12px;
    border: 1px solid var(--main-color); }
    section.pruefungen table tr td:last-child {
      color: var(--main-color);
      font-weight: 700; }
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */