
/* Allgemein */

body, html{
   
    
    height: 100%;
}
html{
    scroll-behavior: smooth;
}

.containerS{
    padding-top: 3%;
    padding-bottom: 3%;
    height: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px; 
}

.logo{
  margin: 10px;
  margin-right: 30px;
  width: 50px;
  

  height: auto;
  
}



 /* SideNav */


#mySidenav a {
    
    position: fixed;
    z-index:999;
    right:  -100px;
    transition: 0.3s;
    padding: 15px;
    width: 150px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 5px 0 0 5px;
    text-align: center;
  }
  
  #mySidenav a:hover {
    right: 0;
  }
  
  #about {
    top: 280px;
    background-color: #83c785;
   
  }
  
  #blogg {
    top: 280px;
    background-color: #84b8e2;
  }
  
  #projects {
    top: 340px;
    background-color: #dd817b;
  }
  
  #contact {
    top: 400px;
    background-color: rgb(133, 128, 128)
  }
  .iconposition{
      float: left;
  }


 

/* Home */


.section-home{
background-image: linear-gradient(to bottom right,#bfbfbf, white,#bfbfbf);
width: 100%;
padding-top:12vh;

min-height: 60vh;

background-size: cover;
}
.home-text{
  color: black;
  font-size: 19px;
  font-weight: 400;
  position: relative;
  background-size: cover;
  animation: fromtop;
  animation-duration: 2s;
}

/* Schutzziele */


.section-schaltflaeche{
    width: 100%;
    min-height: 40vh;
    
   

} 
  
.schaltflaeche{
    
    color: white;
    width: 100%;
    min-height: 40vh;
    height: 400px;
    background-size: cover;
    opacity: 0.9;
    padding-left: 0%;
}
.schalttext{
  padding-top: 80px;
  width: 300px;
  text-align: center;
  
}
.schaltflaeche:hover{
    opacity: 0.8;
    transition-duration: 0.5s;
    
}

/* Analyseergebnis */


.section-serv{
    min-height: 40vh;
    background-color: #ddd;
    background-image: none;
    border-top: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
border-bottom: 1px solid #ccc;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.section-serv h3{
  padding-top: 10px;
}

  




/* Float four columns side by side */
.column {
  float: left;
  min-width: 30vh;
  width: 25%;
  padding: 0 10px;
  cursor: pointer; 
  
}
.card:hover{
  border-radius: 5px;
  z-index: 5;
  background-color: white;
  box-shadow: 0 7px 15px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
  transform: scale(1.01);
}

/* Remove extra left and right margins, due to padding */
.serv-row {margin: 0px -5px 20px;
justify-content: center;
}

/* Clear floats after the columns */
.serv-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 1000px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
  cursor: pointer; 
  transition: .3s ease;
  justify-content: center;

}


.modal-body {
  font-size: 20px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.modal-content h4 {

  font-size: 30px;
  text-align: center;
}


#circleBar{
  
  text-align: center;
  font-family: tahoma;
}
#circleBar .round{
  
  min-height: 210px;
 margin-top: 30px;;
  position: relative;
  margin-bottom: 20px;
}
#circleBar .round strong{
  
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  transform: translate(-50%);
  font-size: 20px;
  color: #212121;
  font-weight: 80;

}
#circleBar span{
  display: block;
  columns: #999;
  font-size: 17px;
  margin-top: 10px;
}
#circleBar span i{
  color: yellow;
  font-size: 22px;
  margin-right: 7px;
}




/* Über Uns */


.section-ueberuns{
    width: 100%;
    min-height: 40vh;
    background-color: white;

}
.ueberuns-text{
  background-color: #f1f1f1;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  padding: 3%
  
}
.ueberuns-text p {
  text-align: justify;
}
.awards{
  
  text-align: center;
}


/* Referenzen */


.section-referenzen{
    width: 100%;
   min-height: auto;
    
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.1);
    border-top: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-top-style: solid;
        border-top-width: 1px;
    border-bottom: 1px solid #ccc;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-style: solid;
        border-bottom-width: 1px;

    
}
.ref{
  min-height: 12vh;
  background-color: #ddd;
}
section > .ref, section > .container {
  padding-top: 2%;
  padding-bottom: 2%;
  height: 100%;
  display: inherit;
  
}
.slick-track {
  display: flex;
  align-items: center;
}


section.primary hr {

  border-color: #444;
  

}
.fadeIn {

  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;

}
section hr {

  border-color: #2c69ad;
  border: 2px solid #2c69ad;
      border-top-color: lightgray;
      border-top-style: solid;
      border-top-width: 2px;
      border-right-color: lightgray;
      border-right-style: solid;
      border-right-width: 2px;
      border-bottom-color: lightgray;
      border-bottom-style: solid;
      border-bottom-width: 2px;
      border-left-color: lightgray;
      border-left-style: solid;
      border-left-width: 2px;
      border-image-outset: 0;
      border-image-repeat: stretch;
      border-image-slice: 100%;
      border-image-source: none;
      border-image-width: 1;
  width: 100px;
}
.your-class img{
  width: 150px;
  height: auto;
  margin-top: 40px;
  padding-left: 30px;
  filter: grayscale(100%);
  align-items: center;
  transition: .5s;
  cursor: grab;
  
}

.your-class img:hover{
  filter: grayscale(0%);
}


/* Veröffentlichungen */

.section-blog{
    min-height: 40vh;
    width: 100%;
    background-color: white;
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.1);
border-top: 1px solid #ccc;
border-top-color: rgb(204, 204, 204);
border-top-style: solid;
border-top-width: 1px;

}

.card-body{
  position: relative;
  padding: 16px;
  text-align: center;
  display: flex;
  cursor: pointer; 
  transition: .3s ease;
  justify-content: center;
  flex-direction: column;
}



 /* Kontakt */

 
.section-kontakt{
  background-color: #ddd;
  background-image: none;
  box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.1);
  border-top: 1px solid #ccc;
      border-top-color: rgb(204, 204, 204);
      border-top-style: solid;
      border-top-width: 1px;
  border-bottom: 1px solid #ccc;
      border-bottom-color: rgb(204, 204, 204);
      border-bottom-style: solid;
      border-bottom-width: 1px;

}
section.section-kontakt .thumbnail {
  position: relative;
  text-align: center;
}
section.section-kontakt .thumbnail img {
  border: 3px solid #eee;
      border-top-color: rgb(238, 238, 238);
      border-top-style: solid;
      border-top-width: 3px;
      border-right-color: rgb(238, 238, 238);
      border-right-style: solid;
      border-right-width: 3px;
      border-bottom-color: rgb(238, 238, 238);
      border-bottom-style: solid;
      border-bottom-width: 3px;
      border-left-color: rgb(238, 238, 238);
      border-left-style: solid;
      border-left-width: 3px;
      border-image-outset: 0;
      border-image-repeat: stretch;
      border-image-slice: 100%;
      border-image-source: none;
      border-image-width: 1;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.text-center {
  text-align: center !important;
}
section.section-kontakt .caption {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-21.5%,-50%);
  background-color: rgba(255,255,255,.8);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  transition: all .2s ease-in-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: ease-in-out;
      transition-delay: 0s;
}


section.section-kontakt .caption p {

    margin: .5rem;

}

 #alertFailed, #alertSent {
  display: none;
}
/*
.alert-success {
  color: #155724;
  background-color: #c3e6cb;
  border-radius: 0;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
  border: 1px solid #87cc97;
      border-top-color: rgb(135, 204, 151);
      border-top-style: solid;
      border-top-width: 1px;
      border-right-color: rgb(135, 204, 151);
      border-right-style: solid;
      border-right-width: 1px;
      border-bottom-color: rgb(135, 204, 151);
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-left-color: rgb(135, 204, 151);
      border-left-style: solid;
      border-left-width: 1px;
      border-image-outset: 0;
      border-image-repeat: stretch;
      border-image-slice: 100%;
      border-image-source: none;
      border-image-width: 1;
  border-left: 10px solid #87cc97;
      border-left-color: rgb(135, 204, 151);
      border-left-style: solid;
      border-left-width: 10px;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-radius: 0;
  border: 1px solid #f1afb5;
      border-top-color: rgb(241, 175, 181);
      border-top-style: solid;
      border-top-width: 1px;
      border-right-color: rgb(241, 175, 181);
      border-right-style: solid;
      border-right-width: 1px;
      border-bottom-color: rgb(241, 175, 181);
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-left-color: rgb(241, 175, 181);
      border-left-style: solid;
      border-left-width: 1px;
      border-image-outset: 0;
      border-image-repeat: stretch;
      border-image-slice: 100%;
      border-image-source: none;
      border-image-width: 1;
  border-left: 10px solid #f1afb5;
} */
.form-group {
  margin-bottom: 1rem;
}
section.section-kontakt label {
  color: #444;
}
 section.section-kontakt .form-control {
  border-radius: 0;
  background-color: transparent;
  border: 0;
      border-top-color: currentcolor;
      border-top-style: none;
      border-top-width: 0px;
      border-right-color: currentcolor;
      border-right-style: none;
      border-right-width: 0px;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: 0px;
      border-left-color: currentcolor;
      border-left-style: none;
      border-left-width: 0px;
      border-image-outset: 0;
      border-image-repeat: stretch;
      border-image-slice: 100%;
      border-image-source: none;
      border-image-width: 1;
  border-bottom: 1px solid #aaa;
      border-bottom-color: rgb(170, 170, 170);
      border-bottom-style: solid;
      border-bottom-width: 1px;
  padding: 5px;
      padding-top: 5px;
      padding-right: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
      padding-top: 0.375rem;
      padding-right: 0.75rem;
      padding-bottom: 0.375rem;
      padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
      border-top-color: rgb(206, 212, 218);
      border-top-style: solid;
      border-top-width: 1px;
      border-right-color: rgb(206, 212, 218);
      border-right-style: solid;
      border-right-width: 1px;
      border-bottom-color: rgb(206, 212, 218);
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-left-color: rgb(206, 212, 218);
      border-left-style: solid;
      border-left-width: 1px;
      border-image-outset: 0;
      border-image-repeat: stretch;
      border-image-slice: 100%;
      border-image-source: none;
      border-image-width: 1;
  border-radius: .25rem;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition-property: border-color, box-shadow;
      transition-duration: 0.15s, 0.15s;
      transition-timing-function: ease-in-out, ease-in-out;
      transition-delay: 0s, 0s;
} 



.ic{
  padding: 20px;
  font-size: 30px;
  
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}







.image {
    display: block;
    width: 100%;
    height: auto;
  }
  
.overlay {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 5px 5px 5px  #888888;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  
  .col-md:hover .overlay {
    height: 100%;
  }
  
  .text {
    color: black;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }






