 html {
     scroll-behavior: smooth;
}

 body {
     font-family: "Spartan", sans-serif;
     font-weight: normal;
     font-style: normal;
     color: #615a6d;
     overflow-x: hidden;    
     font-size: calc(0.8em + 0.9vmin);
     background: whitesmoke;
     hyphens: auto;
}
@media only screen and (max-width: 991px) {
  body{
    font-size: calc(0.75em + 0.75vmin);
  }
}  



 p {
     margin: 0;
     padding: 0;
}

 .navbar-toggler:focus, a:focus, input:focus, textarea:focus, button:focus, .btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
     text-decoration: none;
     outline: none;
}

.navbar-toggler .icon-bar {
  margin: 7px;
  display: block;
  width: 22px;
  height: 1px;
  background-color: #cccccc;
  border-radius: 1px;
}

 span, a {
     display: inline-block;
     text-decoration: none;
     transition: all 0.4s ease;
     -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
}
 audio, canvas, iframe, img, svg, video {
     vertical-align: middle;
}
 h1, h2, h3, h4, h5, h6 {
     /* font-weight: 600; */
     margin: 0px;
     color: #081828;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: inherit;
}
 h1 {
     font-size: calc(1.3em + 1.1vmin);
}
 h2 {
  font-size: calc(1.2em + 1.1vmin);
}
 h3 {
  font-size: calc(1.05em + 1.1vmin);
}
 h4 {
  font-size: calc(0.95em + 1.1vmin);
}
 h5 {
  font-size: calc(0.85em + 1vmin);
}
 h6 {
  font-size: calc(0.8em + 0.8vmin);
}

div {
  word-wrap: break-word;         /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
  width: 100%;
}

table {
  table-layout: fixed;
  width: 100%;
}

/*-------------------------------------------------------------- # Disable AOS delay on mobile --------------------------------------------------------------*/
 @media screen and (max-width: 992px) {
     [data-aos-delay] {
         transition-delay: 0 !important;
    }
}
section:before {
    height: 70px;
    content: "";
    display:block;
}


 .section {
    padding: 0px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f5f9fc;
  }

 #hero {
     width: 100%;
     height:100vh;
     background: url("../img/heitere/IMG_0246.JPG") center center;
      background-size: cover;
      position: relative;
      margin-bottom: 0px;
}
  
 

 #hero .hero-area {
     position: absolute;
     bottom: 0;
     top: 0;
     left: 0;
     right: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     text-align: center;
     padding: 0 15px;
     overflow: hidden;
}
 #hero h1 {
     margin: 0 0 10px 0;
     font-size: 48px;
     font-weight: 400;
     line-height: 56px;
     line-height: 56px;
     color: #222;
}
 #hero h2 {
     color: #333;
     margin-bottom: 30px;
     font-size: 24px;
}
 .services {
     background: url("../img/wolken___/IMG_0540.JPG")  center center;
     background-size: cover;
     height: auto;
}

.impressum{
 
  background: url("../img/heitere/IMG_0246.JPG");
  height: 150%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.service-box {
    background-color:rgba(255, 255, 255, 0.871);
    
    padding: 1rem 1rem 1rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
  }
  
  .service-box:hover {
    background-color:rgba(255, 255, 255, 0.951);
      
    }
  
  .service-content{
      padding-top: 20px; 
  }



  .about{
    background: url("../img/heitere/IMG_0504.JPG");
    position: relative;
    /* display: block; */
    width: 100%;
    height: auto;
    background-size: cover;
    background-position:  center center;
    display: block;
 
    
  }

  @media only screen and (min-width : 992px) {
    #hero{
      background-attachment: fixed;
    }
    .services{
      background-attachment: fixed;
    }
    .about{
      background-attachment: fixed;
    }
  }
 
  #Geschäftsführung{
    background-color:rgba(255, 255, 255, 0.951);

  }
 

 
  
  .about .icon-box + .icon-box {
    margin-top: 40px;
  }
  
  .about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f1f7fb;
    transition: 0.5s;
  }
  
  .about .icon-box .icon i {
    color: #428bca;
    font-size: 28px;
  }
  
  .about .icon-box:hover .icon {
    background: #428bca;
  }
  
  .about .icon-box:hover .icon i {
    color: #fff;
  }
  
  .about .icon-box .title {
    font-weight: 500;
    margin-bottom: 10px;
 
  }
  
  .about .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
  }
  
  .about .icon-box .title a:hover {
    color: #428bca;
  }
  
  .about .icon-box .description {
 
    
    font-size: calc(0.7em + 0.8vmin);
    text-align: justify;
  }
  


 

 .jumbotron{
  background: whitesmoke;
  background-color: whitesmoke;

  margin-bottom: 60px;
}

 .contact{
     background: url("../img/heitere/IMG_0488.JPG") center center;
     background-size: cover;
     padding-bottom: 5rem;
     

}



 .navbar{
     font-size: calc(0.8em + 0.8vmin);
     position:fixed;
     width:100%;
     background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .navbar{
    background-color:white;
    font-size: calc(1em + 1vmin);
  }
}  


.navbar-nav > li {
  display: inline-block;
  float:none;
  padding: 0px 0px 0px 20px;
}


 .navbar a {
     display: flex;
     align-items: center;
     justify-content: space-between;
     white-space: nowrap;
     transition: 0.4s;
    
}
 .navbar a i {
     line-height: 0;
     margin-left: 5px;
     
}


 .item img {
     position: relative;
     object-fit:cover;
     top: 0;
     left: 0;
     min-height: 100px;
}


 .profil-btn {
     font-weight: 500;
     letter-spacing: 1px;
     display: inline-block;
     padding: 5px 10px 5px 10px;
     border-radius: 25px;
     transition: 0.5s;
     margin: 20px 10px 10px 10px;
     
     border: 2px solid #347aa6;
     color: #347aa6;
}
 .profil-btn:hover {
     background:#347aa6;
     border: 2px solid #347aa6;
     color: #fff;
}
 .help-block{
     padding: 5px;
}




#acrylic {
    border-collapse: separate;
    background: transparent;
    
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
   
}


#acrylic tbody tr td {
    font-size: calc(0.6em + 0.6vmin);
    padding: 6px 5px 6px 5px;
  
}


.anchor {
  padding-top: 60px;
  margin-top: -60px;
}

#serviceimage {
  max-width: 100vw;
  height:auto;
  width:auto;
  max-height:100vh;
}

#controls{
  font-size: calc(0.8em + 0.8vmin);
}

#accordion-body{
  text-align: justify;
}