.datenschutz h3 {
  margin-top: 0; 
text-align: center;}
.datenschutz h4 {
    font-size: 12px;
    font-weight: 600;
}
.datenschutz p {
    font-size: 12px;
    line-height: 1.4em;
  color: #2d3033;
  font-weight: 200;
  text-transform: none; 
text-align: left;}

.datenschutz {
    /*background: #eee;*/
    padding: 20px;
}

.impressum {
    /*background: #eee;*/
    padding: 20px;
}

#header .header-content {
    border-bottom: 0px;
}

  #header .header-content {
    margin: 0 auto;
    padding: 40px 0;
}

#header .logo {
    float: left; 
}


.footer-top {
    padding-top: 30px;
    background-color:#006CB7;
}

.footer a {
    color: #fff; }
.footer a:hover {
      color: #fff;
    text-decoration: underline;}

.footer {
    padding-top: 30px; }
.footer-bottom {
    padding: 20px 0; }
.footer .footer-col {
    margin-bottom: 30px; }
.footer h5 {
    margin-bottom: 4px;
}

a {
  color: #006CB7; }

a:hover, a:focus {
  text-decoration: underline;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

.banner {
background-image: url(../images/background_4.jpg);
min-height: 0px;
}

.banner-text {
    padding-top: 15%;
}

.banner-text p {
    margin-bottom: 40px;
}

.section {
    padding: 30px 0 40px 0;
}

.person h5 {
    color: #006CB7;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.teams {
    padding: 0 0 50px 0;
}

.features {
    padding: 80px 0 0 0;
}

feature .icon {
    color: #006CB7;
    font-size: 60px;
}


.person .icon {
    color: #006CB7;
    font-size: 200px;
}

h1 {
    font-size: 40px;
    letter-spacing: 0.04em;
}

#header.fixed {
  background-color: rgba(0,27,43,1); 
}


    .clear {
    clear: both;
    }   

@media screen and (min-width:992px) {
 .clear {
        clear: none;
        }  
}