/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {background-color: #464140;}
.button {
  border-radius: 100px;
}
/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-description {
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-color: #464140;
  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;
  background-color: #464140;
  color: #FEF0D6;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-color: #FEF0D6;
  background-size: cover;
  color: #464140;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* head-imprint
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.head-imprint {
  background-color: #FEF0D6;
  text-align: left;
  color: #464140;
}
.head-imprint-img {
	padding:30px 0 50px 0;
	border: 0px;
	max-width: 55%;
}
/* imprint
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.imprint {
  background-color: #FEF0D6;
  text-align: left;
  color: #464140;
}
.imprint a{
  color: #464140;
  text-decoration: none;
}
.imprint a:hover {
  text-decoration: underline;
}
/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  background-color: #464140;
  color: #FEF0D6;
}
.footer .footer-description { 
  margin-top: 5rem;
}
.footer .footer-imprint { 
  margin-top: 5rem;
  text-align	: left;
}
.footer a {
  color: #FEF0D6;
  text-decoration: none;
}
.footer a:hover {
  color: #FEF0D6;
  text-decoration: underline;
}


/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* 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;
  }
  .section-description {
    margin-top:2rem;
	  max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
}