@import url(https://fonts.googleapis.com/css?family=Lato:300:400);

body {
  margin:0;
  font-family: Arial, Helvetica, sans-serif
}

h1 {
  font-family:  sans-serif;
  font-weight:300;
  letter-spacing: 2px;
  font-size:48px;
}
p {
  font-family: sans-serif;
  letter-spacing: 1px;
  font-size:14px;
  color: #333333;
}

.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(27,94,32,27) 0%, rgba(67,160,71,28) 100%);
  color:white;
  background-image:url(../img/heckebild.jpg);
  Background-size:cover;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:250px;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}
body{

    font-family: Arial, Helvetica, sans-serif
}
p {
    color:rgb(117,117,117)
}


    

.logo-ssr{
   float:left;
    text-align:left
}

.logo{
    float:left;
}

.header-navbar-links {

color:white;
float: right;
margin-top: 10px;
text-shadow:0px 0px 15px white;
visibility: hidden;
margin-right:20px;
}


.header-navbar-links li {
float:left;
list-style-type: none;
margin-left: 26px;
text-shadow:0px 0px 5px darkgray
}

.header-navbar-links a{
    /*color:rgb(255,255,255);*/
    color:#3a9543;
    text-decoration: none;
    transition: all 0.5s;
    
}

.header-navbar-links a:hover {
     /*color:rgb(119,147,197);*/
    
    text-decoration: underline;
}


.header-brand-wrapper {
    margin-left: -150;
    margin-top: 0px;
    float:left;
    text-shadow:0px 0px 15px black;
    padding-top:28px;
}

.header-brand {
color:white;
text-decoration:none ;
font-weight: bold;
font-size: 150%;
margin-top:-10%;
display:block;
text-shadow:0px 0px 15px rgb(31, 26, 26);

}

#side-menu-trigger-selector {
    float:right;
    color:rgb(255,255,255);
    margin-top:35px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size:200%;
    height:inherit;
  
    height:inherit;
}

.slogan {
    padding-top:100px;
    color:white;
    text-align:center;
    text-shadow:0px 0px 15px black;
    width: 100%;
}
.slogan-top {
    font-size:170%;
    font-weight:lighter;
    font-family:sans-serif;
    text-shadow:0px 0px 8px black;
}
.slogan-bottom {
    padding-top: 20px;
    font-size:220%;
    font-weight:bold; 
}


.slogan-button {
    margin-top:30px;
    color:white; 
    text-shadow: 0px 0px 8px black;   
}

.slogan-button:hover {
    color:white;
    text-shadow: 0px 0px 8px rgb(13, 192, 28);
    

}

.BildGrau {
    filter: grayscale(100%); /* Standard */
    -webkit-filter: grayscale(100%); /* Webkit */
    filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* IE6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit */
    opacity: 0.4;
    margin-bottom:-20%
}



.service {
padding-top: 100px;
padding-bottom: 85px;
}
.service-gray{
    background-color:rgb(255,255,255)
}
.service-title {
font-weight:lighter;
color:rgb(31, 26, 26)
}


.feature {
    padding-top:    100px;
    padding-bottom: 100px;
}




.service-icon {
color:rgb(224,224,224);
font-size: 200px;
padding-top:100px;
text-align:center;
display: block;
}

.investment-icon{
    color:rgb(224,224,224);
    font-size:200px;
    padding-top:60px;
    text-align:center;
    display: block;
}



.feature-icon {
    width: 66px;
    height: 50px;
    padding-top:17px;
    background-color: black;
    border-radius: 35px;
    color:rgb(255,255,255);
    text-align: center;
    font-size:30px;
    float:left;
    transition: all 0.5s ;
}
.feature-icon:hover{
    transform: rotate(360deg);
}

.feature-text {
    margin-left:90px;
}

.icon-size {
    padding-top:70px;
}

.feature-text h5 {
    margin-bottom:8px;
    font-size:150%;
    color:rgb(30,30,30)
}



.clients {
    padding-top:100px;
    padding-bottom:100px;
    background-color:rgb(230,230,230);
    
}

.clients-heading {
    font-weight: lighter;
    margin-bottom:0px;
    text-align:center;
}

.clients-subheading{
    text-align: center;
}

.circle-image{
    width:100%;
    border-radius:100000px;
    border:5px solid rgb(255,255,255)
    
}

.client-quote {
    border: 2px solid rgb(255,255,255);
    background-color:rgb(233,233,233);
    padding-left: 75px;
    padding-top:35px;
    padding-bottom:35px;
    padding-right:70px;
    border-radius:3px;
    font-size:150%;
    font-weight:lighter;
    font-style:italic;
}

.client-quote p{
    margin-bottom:5px;
}

.client-quote-author {
    font-style:normal;
    font-size:70%;
    color:rgb(119,147,197);
}

.team {
    color:rgb(Black);
    background-color:rgb(245,245,245);
    padding-top:100px;
    padding-bottom:100px;
    text-align:center;
}

.team-heading {
    font-weight:lighter;
    margin-bottom:0px;
}

.team-sub {
    text-align:center;
    margin-bottom:-20px;
}

.team-image {
    max-width:70%;
    
}

.team-image-container {
    text-align:center;
}

.team-name {
    font-weight:bold;
    text-align:center;
    margin-top:10px;

}

.Berufe {
    text-align:center;
    margin-bottom:7px;
}

.team-icon {
    color:rgb(255,255,255);
    border: 3px solid rgb(255,255,255);
    width:25px;
    height:25px;
    border-radius:100000000px;
    display:inline-block;
    text-align:center;
    
   
  
}
.team-icon .fab{
    margin-top:5px;
}

.team-slogan {
    text-align:center;
    padding-top:40px;
}

.contact {
    background-color:rgb(118,143,197);
    padding-top:100px;
    padding-bottom:100px;
}

.contact-heading {
    color:white;
    font-weight:lighter;
    margin-bottom:10px;
}

.contact-subheading {
    color:white;
    font-weight:lighter;
}

.contact-methods {
color:rgb(255,255,255);
list-style-type:none;
}
.contact-methods li {
width:50%;
float:left;
font-weight:lighter;
height:2.5em;
}

.contact-methods li .fab  {
font-size: 150%;
}


.contact-methods li .fas  {
       font-size: 150%;
}

.contact-icon {
    display:inline-block;
    width:40px;
    text-align:center;
}

.contact-input {
    width:100%;
    margin-bottom:28px;
    background-color:rgb(255,255,255);

}

.contact-message {
    height:150px;
}

input.contact-submit[type="submit"]{
 background-color:rgb(255,255,255);
 margin-bottom:0px;
}

.footer{
    background-color:#3a9543;
    text-align:center;
    font-weight:lighter;
}

.footer p {
    color:white;
}

.footer-hr {
    margin-top:0rem;
    margin-bottom:25px;
}

.container-form {
    margin-bottom:0px;
}

.footer a {
    color:rgb(255,255,255);
    text-decoration: none;
}



.contact-input:focus,
input.contact-input:focus{
    border:1px solid rgb(30,30,30);
    background-color:rgb(230,230,230);
}

/* SPEZIAL GRÖßEN */
@media (max-width: 786px) {
    .contact-icon {
        text-align: left;
        width: 100%;
    }
    .scheisse {
        margin-bottom: 30px;
    }
}

.side-menu-selector {
    background-color:rgb(240,240,240);
    padding-top:15px;
}


.side-navi{
    list-style-type:none;
    border-bottom:1px solid rgb(220,220,220);
}

.side-navi li{
    border-top:1px solid rgb(220,220,220);
    
    margin-bottom:0px;
 

}

.side-navi li a {
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    text-decoration: none;
    color:rgb(30,30,30)
}

.contact-label {
    color:rgb(250,250,250);
    display:none;
}

.no-placeholder .contact-label{
    display:block;
}




.rating-icon{
    color:rgb(255,255,255);
    font-size:200px;
    padding-top:60px;
    text-align:center;
    display: block;
}

#af2_form_0 .af2_submit_button {
    padding:3px;
}

#cookie-popup { 
    text-align: center; 
    background: #fff;
    position: fixed;
    top: 0px; 
    left: 0;
    right: 0;
    z-index: 9999;
    font-size:14px; 
    line-height:20px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }
   
  #cookie-popup.hidden {
    display: none;
  }



.button {
display: inline-block;
padding: 0.75rem 1.25rem;
border-radius: 10rem;
color: #fff;
text-transform: uppercase;
font-size: 1rem;
letter-spacing: 0.15rem;
transition: all 0.3s;
position: relative;
overflow: hidden;
z-index: 1;
}
.button:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff0;
border-radius: 10rem;
z-index: -2;
}
.button:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0%;
height: 100%;
background-color: #fff;
transition: all 0.3s;
border-radius: 10rem;
z-index: -1;
}
.button:hover {
color: #fff;
}
.button:hover:before {
width: 100%;
}




  

  