body {
  /* background-color: red; */
  font-family: "Montserrat";
  text-align: center;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;   
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
  font-weight: 900;
  line-height: 1.5;
  padding-bottom: 10px;
}

p {
  color: #8f8f8f;
}

.contact-message {
  color: #ffffff;
}

/* Headings */

.big-heading {
  font-size: 3.5rem;
  line-height: 1.5;
  padding-bottom: 10px;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

/* Globals */

.container-fluid {
  padding: 100px 15% 5% 15%;
}

.text-muted {
  color: #fcfcfc !important;
}

/* Sections */

.colored-section {
  background-color: #778da8;
  color: white;
}

.white-section {
  background-color: #ffffff;
}

/* navigation bar */

.navbar {
  /* padding-bottom: 4.5rem; */
  background-color: #455f81 !important;
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;   

}

.navbar-brand {
  /* font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold; */
}

.brand-image {
  width: 200px;
  background-color: white;
}

.nav-item {
  padding: 0 5px;
}

.nav-link {
  font-size: 1.2rem;
  font-weight: 300;
}

.formGroup {
  position: relative;
  border: 1pt solid #455f81;
  border-radius: 10px;
  margin: 30px 0px;
  padding: 20px 20px;
}

.formGroupLabel {
  font-size: 1.5rem;
  position: absolute;
  top: -20px;
  padding: 0 10px;
  background-color: #35949f;
}

/* Title section */

.title {
  background-color: #35949f;
  /* color: white; */
  /* padding: 3% 15% 7%; */
  text-align: left;
  /* font-size: 100px; */
  /* font-family: "Montserrat", sans-serif; */
}

.title p {
  color: #ffffff;
}

.title .container-fluid {
  padding: 30px 15%;
  text-align: left;
}

.top .container-fluid {
  padding: 30px 15%;
  text-align: left;
}

.navbar .container-fluid {
  padding: 0 15%;
  text-align: left;
}

/* Buttons */

.btn-spacing {
  /* margin: 20px 20px 0 0; */
  margin: 5% 5% 5% 0;
}

.title .btn {
  color: #ffffff;
}

.title .btn:hover {
  color: #296f81;
}

.btn:hover {
  color: #455f81;
}

.main-left {
  position: relative;
  z-index: 1;
}

.icon-FuE {
  height: auto;
  /* width: 300px; */
  width: 60px;
}

/* for tablets or below */
@media (max-width: 991px) {
  .title {
    text-align: center;
    /* padding-bottom: 250px; */
  }

  .stacking1 {
    position: relative;
    top: 0%;
    right: 5%;
    /* margin-left: 50px; */
    /* z-index: 0; */
  }
  .stacking2 {
    position: relative;
    top: 10%;
    right: 15%;
    /* margin-left: 50px; */
    /* z-index: 0; */
  }

  .reduce {
    height: auto;
    /* width: 300px; */
    width: 90%;
  }

  /* body {
    color: red;
  } */
}
/* for tablets or above */
@media (min-width: 992px) {
  /* body {
    color: red;
  } */
  .stacking1 {
    position: absolute;
    top: 35%;
    right: 20%;
    /* margin-left: 50px; */
    /* z-index: 0; */
  }
  .stacking2 {
    position: absolute;
    top: 10rem;
    right: 5%;
    /* margin-left: 50px; */
    /* z-index: 0; */
  }

  .reduce {
    height: auto;
    /* width: 300px; */
    width: 40%;
  }

  /* Title Image */
  .rotate25 {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}

/* CTA Leistungen */

.listeLeistungen {
  margin-top: 20px;
  text-align: justify;
}

/* Features */

.features {
  position: relative;
  /* z-index: 1; */
}

.icon {
  color: #455f81;
  margin-bottom: 1rem;
  /* font-size: 4rem; */
  /* width: 100px; */
}

.feature-title {
  font-size: 1.5rem;
}

.icon:hover {
  color: #35949f;
}

.feature-layout {
  margin: 0 auto;
  padding: 50px 40px;
  text-align: center;
}

.feature {
  color: #8f8f8f;
  font-weight: 600;
  text-align: center;
}

/* Testimonials section */

.testimonials {
  background-color: #778da8;
  /* color: white; */
  text-align: center;
}

.testimonial-text {
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 10px;
}

.testimonial-image {
  border-radius: 100%;
  margin: 20px;
  width: 10%;
}

.carousel-item {
  padding: 7% 15%;
}

/* Press section */

.press {
  background-color: #778da8;
  /* color: white; */
  padding-bottom: 3%;
  text-align: center;
}

.press-image {
  margin: 20px 20px 50px;
  width: 15%;
}

/* Pricing section */

.pricing {
  padding: 7% 10%;
}

.pricing-column {
  padding: 0 2%;
}
.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.pricing-text {
  font-size: 2.5rem;
  line-height: 1.5;
  padding-bottom: 10px;
}

/* Call To Action - CTA section */

.cta {
  background-color: #778da8;
  /* color: white; */
  text-align: center;
}

.cta-heading {
  font-size: 2.5rem;
  line-height: 1.5;
  padding-bottom: 10px;
}

/* footer */

.footer {
  text-align: left;
  margin-top: 0 !important;
}

.copyright {
  /* color: #EAF6F6; */
  font-size: x-small;
  /* padding: 20px 0; */
  padding: 0;
}

.social {
  text-align: center;
}

.social-links-box {
  margin: 15px 0;
}

.social-link {
  padding-right: 20px;
  text-decoration: none;
}

.social-icon {
  margin: 10px 10px;
}

/* faq */
/* this is a hack to move the anchor below the fixed/sticky
 * navbar in order to become visible directly, without the
 * need to scrool it into view */
.anchor {
  padding-top: 90px;
  margin-top: -90px;
  /* display: block;
  position: relative;
  top: -75px;
  visibility: visible; */
}



 /* Style the form */
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
} 