:root {
  --primary-color: #4b4abc;
	--second-color: #01408b;
  --font-size: 16px;
}

/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #686868;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: #2a2a2a;
}

h1 {
  font-size: 66px;
  line-height: 72px;
  font-weight: 600;
  position: relative;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 20px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 25px;
  margin-bottom: 12px;
}

h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: var(--primary-color);
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 0;
}

img {
  width: 100%;
}

span.span-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
}

span.span-title-left {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
  color: var(--primary-color);
}

/* ------------------------------
  preloader
---------------------------------*/
.spinner5 .cube1,
.spinner5 .cube2 {
  background-color: var(--primary-color);
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 20px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 1px;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
  border: 1px solid transparent;
	line-height: 21px;
}

.button:hover {
  background: #023047;
  color: #ffffff;
  border-color: transparent;
}
.button-invert {
  padding: 12px 20px;
  background: #ffffff;
  color: var(--primary-color);
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 1px;
  transition: 0.2s;
  font-weight: 600;
  border: 1px solid transparent;
	line-height: 21px;
}

.button-invert:hover {
  background: #023047;
  color: #ffffff;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  background: transparent;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}

.navbar img {
  height: 50px;
  width: auto;
}

.navbar .navbar-brand {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.navbar .navbar-brand span {
  color: var(--primary-color);
}

.navbar .navbar-brand:hover {
  color: #333333;
}

.navbar .navbar-toggler {
  padding: 0;
}

.navbar .navbar-toggler i {
  font-size: 35px;
  color: #fff;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-collapse {
  position: relative;
  left: -8px;
}

.navbar .navbar-nav li {
  padding: 0 10px;
  transition: all 0.3s ease 0s;
}

.navbar .navbar-nav li a {
  color: var(--second-color);
}

.navbar .navbar-nav li a:hover {
  color: var(--primary-color);
}

.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}

.navbar .show .button {
  margin-top: 20px !important;
}

.navbar .button:hover {
  background: #fff;
  color: #222 !important;
}

.navbar-nav {
  position: relative;
}

.navbar-fixed {
  background: rgba(255, 255, 255, 0.9);
}

/* ------------------------------
  intro
---------------------------------*/
.intro{
  padding: 220px 0 220px;
  
  background-size: cover;
}
.intro-bg{
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(90, 106, 140, 0)), url(intro.jpg) center no-repeat;
}

.dienstleistungen {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(90, 106, 140, 0)), url("dienstleistunegn.jpg") center no-repeat;
}

.dienstleistungen-ut {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(90, 106, 140, 0)), url("dienstleistunegn-ut.jpg") center no-repeat;
}
.dienstleistunegn-pt-mt{
	 background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(90, 106, 140, 0)), url("dienstleistunegn-pt-mt.jpg") center no-repeat;
}

.intro h1,.intro h2 {
  color: #fff;
  margin-bottom: 15px;
}
.intro h1 span {
  color: #fff;
}
.intro h4{
  color: #fff;
}
.intro p{
  margin-right: 35%;
  color: #fff;
}
.intro .button{
  margin-top: 15px;
}

/* ------------------------------
  features
---------------------------------*/
.features {
  position: relative;
  top: -90px;
  margin-bottom: -90px;
}
.features .content {
  background: #fff;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
  padding: 30px;
  padding-bottom: 20px;
}
.features .content.color {
  background: var(--primary-color);
  color: #eee;
}
.features .content.color h4 {
  color: #fff;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding-top: 120px;
  padding-bottom: 180px;
}
.about .content-left {
  background: url("../ndt-standort.png") center no-repeat;
  background-size: cover;
  text-align: right;
}
.about .content-left img {
  margin-top: 220px;
  width: 250px;
  margin-right: -50px;
  margin-bottom: -58px;
}
.about .content {
  padding-left: 50px;
}
.about ul li i {
  color: var(--primary-color);
  margin-right: 15px;
}
.about .row .row {
  margin-top: 50px;
}

/* ------------------------------
  cta
---------------------------------*/
.cta {
  padding: 100px 0 100px;
  background: linear-gradient(rgba(90, 106, 140, 0.9), #023047), url(../img/cta.jpg) center no-repeat;
  background-size: cover;
  color: #eee;
}
.cta h2 {
  color: #fff;
}
.cta .button {
  margin-top: 15px;
}
.cta .counter h2 {
  margin-bottom: 0;
}

/* ------------------------------
  	services
---------------------------------*/
.services {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f3fbfd;
}
.services .content {
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
  padding: 30px;
  padding-bottom: 15px;
  text-align: center;
  background: #fff;
	height: 100%;
}
.left_14{
	font-size: 14px;
	text-align: left !important;
}

.services .content img {
  height: 80px;
  width: auto;
  margin-bottom: 25px;
}
.services .content h5 {
  margin-bottom: 25px;
}
.services .content.color {
  background: var(--primary-color);
  color: #eee;
}
.services .content.color h4 {
  color: #fff;
}

/* ------------------------------
  	pricing
---------------------------------*/
.pricing {
  padding-top: 100px;
  padding-bottom: 120px;
}
.pricing .content {
  padding: 30px;
  text-align: center;
  background: #f3fbfd;
  margin-top: 30px;
}
.pricing .content .content-head {
  margin-bottom: 20px;
}
.pricing .content .content-head h1 {
  margin-top: 10px;
}
.pricing .content .content-head h5 {
  color: var(--primary-color);
}
.pricing .content .button {
  margin-top: 20px;
}
.pricing .content.color {
  background: var(--primary-color);
  padding: 50px 30px;
  color: #eee;
  margin-top: 0;
}
.pricing .content.color h5 {
  color: #fff;
}
.pricing .content.color h1 {
  color: #fff;
}
.pricing .content.color .button {
  background: #023047;
}

/* ------------------------------
  gallery
---------------------------------*/
.gallery {
  padding-top: 110px;
  padding-bottom: 120px;
  background: #023047;
  color: #eee;
}
.gallery h2 {
  color: #fff;
}

/* ------------------------------
testimonial
---------------------------------*/
.testimonial {
  padding: 120px 0;
}
.testimonial h5 {
  margin-bottom: 3px;
}
.testimonial span {
  font-weight: 500;
}
.testimonial .content-image {
  display: inline-block;
  width: 38%;
}
.testimonial .content {
  padding: 40px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 500;
}
.testimonial .content i {
  font-size: 56px;
  color: #39d196;
}
.testimonial .swiper {
  float: right;
  width: 62%;
  margin-top: 40px;
  cursor: pointer;
}
.testimonial .swiper h2 {
  margin-left: 30px;
}
.testimonial .swiper span {
  margin-left: 30px;
}
.testimonial .swiper h5 {
  margin-left: 30px;
}
.testimonial .swiper p {
  margin-left: 30px;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  background: var(--primary-color);
  text-align: center;
  color: #fff;
  margin-top: 80px;
}
.contact .content {
  margin: 0 50px;
  padding: 60px 0;
}
.contact .content h5 {
  color: #fff;
  font-size: 25px;
}
.contact .contents {
  background: #fff;
  padding: 50px 30px;
  top: -130px;
  position: relative;
  margin-bottom: -130px;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.contact .contents img {
  height: 45px;
  width: auto;
  position: relative;
  margin-bottom: 30px;
}
.contact .entry {
  margin-top: 30px;
}
.contact ul li {
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 5px;
}
.contact ul li a {
  height: 30px;
  width: 30px;
  background: #023047;
  display: inline-block;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
}
.contact ul li a:hover {
  background: #555;
}

/* ------------------------------
  	responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar-nav {
    padding: 20px;
    background: #023047;
  }

  .intro .col-md,.dienstleistungen .col-md {
    flex: 100%;
    width: 100%;
  }
  .intro .col-md-7,.dienstleistungen .col-md-7 {
    flex: 100%;
    width: 100%;
  }

  .about {
    padding-bottom: 100px;
  }
  .about .col-md-5 {
    flex: 100%;
  }
  .about .col-md-7 {
    flex: 100%;
  }
  .about h2 {
    margin-top: 30px;
  }
  .about .content-left {
    margin-right: 50px;
  }
  .about .content-left .open {
    bottom: -50px;
  }
  .about .content {
    margin-top: 100px;
    padding-left: 0;
  }

  .testimonial {
    padding-bottom: 0;
  }

  .testimonial .content-image {
    width: 100%;
  }

  .testimonial .swiper {
    width: 100%;
    float: none;
  }

  .testimonial .content {
    padding: 0;
  }

  .contact .col-md {
    flex: auto;
  }

  .contact .content1 {
    padding-bottom: 130px;
  }

  .contact .content3 {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .contact .content {
    border-top: 0;
  }

  .pricing .content.color {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 30px;
  }

  .intro p,.dienstleistungen p {
    margin-right: 0;
  }

  .about .col {
    flex: 100%;
  }

  .contact {
    margin-top: 30px;
  }
}


.lead {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 400;
}


    .pro-con-box {
      border-radius: 10px;
      padding: 20px;
      height: 100%;
    }
    .pro {
      background-color: #d4edda; /* Hellgrün */
    }
    .con {
      background-color: #f8d7da; /* Hellrot */
    }
    .pro-con-title {
      font-weight: bold;
      margin-bottom: 1rem;
    }
