/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Logo
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.logo {
  position: relative;
  max-width: 80%;
  margin: auto 3rem;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../images/bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    /*padding-bottom: 12rem;*/
	padding: 8rem 0 0;
    text-align: left;
    height: 165px;
  }
  .logo {
    position: absolute;
    top: -1rem;
    right: -4rem;
    max-height: 362px;
    z-index: 3;
  }
  .logo + .logo {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
  
  .logo_projekte {
	  position: relative;
	  top: -5rem;
      max-height: 169px;
	  width: 120px;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    /* padding: 16rem 0 14rem; */
	padding: 8rem 0 0;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    top: -1rem;
    /*right: 5rem;*/
	max-height: 510px;
  }
  .logo + .logo {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }

  .logo_projekte {
	  position: relative;
	  top: -12rem;
      max-height: 169px;
	  width: 166px; !important
  }

}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem; 
  }
  .hero {
    /*padding: 22rem 0;*/
	padding: 12rem 0 3rem;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .logo {
    top: -3rem;
    right: 1rem;
    max-height: 615px;
  }
  .logo + .logo {
    top: -14rem;
    max-height: 570px;
  }

  .logo_projekte {
	  position: relative;
	  top: -10rem;
      max-height: 169px;
	  max-width: 166px;
	  width: 166px; !important
	}
}

footer {
  position: fixed;
  padding: 5px 0 0 20px;
  bottom: 0;
  left: 0;
  right: 0;
}

#Impressum  a{
  color: #00ff00; }
  
#Impressum  a:hover {
  color: #007f00; }

#AdditionalSite h1 { 
	margin-left: 5%; 
	margin-right: 5%; 
	margin-top: 1em; 
	margin-bottom: 2em;
	font-size: 2em
}
	
#AdditionalSite h4 { 
	margin-left: 5%; 
	margin-right: 5%;
	margin-top: 1em; 
	font-size: 1em;
}
	
#AdditionalSite h5 { 
	margin-left: 5%; 
	margin-right: 5%;
	margin-top: 1em; 
	font-size: 0.8em
}
	
#AdditionalSite p { 
	margin-left: 5%; 
	margin-right: 5%;
	margin-top: -0.8em; 
	font-size: 1em;
}
    
#AdditionalSite table {margin-left: 5%;}
	
#AdditionalSite a { 
	margin-left: 5%; 
	margin-top: 1em; 
	margin-right: 5%;
}
	
#AdditionalSite li {
	margin-left: 5%;
	margin-right: 5%;
}

#AdditionalSite ul {
	list-style: none;
}

#AdditionalSite img {
	float: right;
	max-width: 20%;
	max-height: 20%;
	width: auto;
	height: auto;
	margin-bottom: 20px;
}   

.one-third.column a {
	color: #2a56a3;
}

.one-third.column a:hover {
	color: #213367;
}
