/*braun*/
/*t�rkis*/
/*braun heller*/
/*braun sehr hell*/
/*t�rkis hell*/
/*blaugruen mittel*/
/*dunkel braun*/
/*t�rkis dunkel*/
/*braun-rot*/
/*hellbraun*/
.defaultButton {
  display: inline-block;
  padding: 12px 20px 10px 20px;
  background: #abc9c7;
  color: #FFFFFF !important;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Figtree', sans-serif;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 1.5px;
  border: none;
}
.defaultButton:hover,
.defaultButton:focus {
  background: #77a5a2;
}
#f2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 80px 10px 60px 10px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 920px) {
  #f2 {
    flex-direction: row;
  }
}
#f2 a {
  color: #d4a890;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 100;
}
#f2 a:hover,
#f2 a:focus {
  color: #000000;
}
@media screen and (min-width: 640px) {
  #f2 a {
    font-size: 2rem;
  }
}
#f2 span {
  width: 100px;
  height: 100px;
  background: url(images/p2.svg) no-repeat;
  background-size: contain;
  margin: 40px 0;
}
@media screen and (min-width: 920px) {
  #f2 span {
    width: 180px;
    height: 180px;
    margin: 0 60px;
  }
}
footer {
  background: #d4a890;
  padding: 20px;
  color: #FFFFFF;
  line-height: 140%;
}
@media screen and (min-width: 480px) {
  footer {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    display: flex;
    padding: 40px calc(50% - 700px);
  }
}
footer a {
  color: #FFFFFF;
}
footer a:hover,
footer a:focus {
  color: #000000;
}
footer address,
footer .opening,
footer .contact {
  margin-bottom: 20px;
}
footer address span,
footer .opening span,
footer .contact span,
footer address a,
footer .opening a,
footer .contact a {
  display: block;
}
footer address span:first-child,
footer .opening span:first-child,
footer .contact span:first-child,
footer address a:first-child,
footer .opening a:first-child,
footer .contact a:first-child {
  color: #000000;
}
@media screen and (min-width: 1200px) {
  footer address,
  footer .opening,
  footer .contact {
    width: 24%;
  }
}
@media screen and (min-width: 1200px) {
  footer address {
    width: 35%;
    padding-left: 20px;
  }
}
footer nav ul li {
  display: block;
}
footer nav ul li a {
  margin-right: 12px;
  padding: 2px 12px 2px 4px;
  font-weight: 300;
  display: inline-block;
  margin: 4px 0;
}
@media screen and (min-width: 800px) {
  footer nav ul li a {
    margin: 0;
  }
}
