/* variables */
/* mixins */
/* apply a natural box layout model to all elements, but allowing components to change */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* styles */
* {
  margin: 0;
  padding: 0;
}
.geo {
  color: #979433;
}
.foto {
  color: #a83932;
}
a {
  color: #4f5a64;
}
html {
  font-size: 120%;
}
@media (min-width: 800px) {
  html {
    font-size: 110%;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 120%;
  }
}
body {
  text-align: center;
  font-family: "effra", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4f5a64;
  background: url("../img/bg-tile.svg") repeat;
  background-size: 4em;
}
body #pagewerapper {
  margin: 0 auto;
  padding: 2em 1.5em;
  width: 100%;
  border-top: #4f5a64 solid 5px;
  background: #ffffff url("../img/bg.jpg") repeat-x;
  background-attachment: fixed;
  font-size: 0.9rem;
}

body li{
  margin-bottom: 0.75rem;
}

@media (min-width: 650px) {
  body #pagewerapper {
    width: 95%;
    padding: 2em 2em;
  }
}
@media (min-width: 768px) {
  body #pagewerapper {
    width: 90%;
    padding: 2em 2.5em;
  }
}
@media (min-width: 1300px) {
  body #pagewerapper {
    width: 1200px;
  }
}
body #pagewerapper header {
  width: 100%;
  margin: 0 auto 1em auto;
}
body #pagewerapper header img {
  display: block;
  max-width: 100%;
}
@media (min-width: 600px) {
  body #pagewerapper header img {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 700px) {
  body #pagewerapper header img {
    display: none;
  }
}
@media (min-width: 350px) {
  body #pagewerapper header {
    width: 85%;
  }
}
@media (min-width: 450px) {
  body #pagewerapper header {
    width: 70%;
  }
}
@media (min-width: 525px) {
  body #pagewerapper header {
    width: 60%;
  }
}
@media (min-width: 600px) {
  body #pagewerapper header {
    width: 50%;
  }
}
body #pagewerapper section.about .introtxt {
  margin: 0 0 1em 0;
  text-align: left;
}
body #pagewerapper section.about section.info {
  margin: 2em auto 3em auto;
  width: 100%;
  font-family: "ff-chambers-sans-web", sans-serif;
  font-style: italic;
  font-weight: 500;
  text-align: left;
  line-height: 1.2em;
}
@media (min-width: 350px) {
  body #pagewerapper section.about section.info {
    width: 85%;
  }
}
@media (min-width: 450px) {
  body #pagewerapper section.about section.info {
    width: 70%;
  }
}
@media (min-width: 525px) {
  body #pagewerapper section.about section.info {
    width: 60%;
  }
}
@media (min-width: 600px) {
  body #pagewerapper section.about section.info {
    width: 50%;
    float: left;
    padding: 0 1em;
  }
}
body #pagewerapper section.about section.info h1 {
  margin: 0.5em 0 1em 0;
}
body #pagewerapper section.about section.info h1 img {
  display: block;
  max-width: 100%;
}
@media (min-width: 800px) {
  body #pagewerapper section.about section.info h1 img {
    width: 200px;
  }
}
body #pagewerapper section.about section.info h2 {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 1.25rem;
}
body #pagewerapper section.about section.info h3 {
  margin: 0.5em 0 1em 0;
  text-transform: uppercase;
  font-size: 0.8rem;
}
body #pagewerapper section.about section.info a {
  display: block;
  line-height: 1.4em;
}
body #pagewerapper section.about section.info ul {
  margin: 1em 0 0 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.5em;
}
body #pagewerapper section.about:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 900px) {
  body #pagewerapper section.about {
    width: 65%;
    float: left;
  }
}
body #pagewerapper aside img:first-child {
  max-width: 70%;
}
@media (min-width: 600px) {
  body #pagewerapper aside img:first-child {
    width: 50%;
  }
}
body #pagewerapper aside img:nth-child(2) {
  max-width: 100%;
}
@media (min-width: 900px) {
  body #pagewerapper aside {
    width: 35%;
    float: left;
  }
}
body #pagewerapper footer {
  clear: both;
  margin: 2em 0 0 0;
  font-size: 0.9rem;
}
body #pagewerapper footer span.adres {
  display: block;
}
@media (min-width: 800px) {
  body #pagewerapper footer span.adres {
    display: inline-block;
    margin: 0 0 0 0.6em;
  }
}
body #pagewerapper footer span.links {
  display: block;
}
@media (min-width: 800px) {
  body #pagewerapper footer span.links {
    display: inline;
  }
}
body #pagewerapper footer span.links a {
  display: inline-block;
  margin: 0 0 0 0.5em;
  padding: 0 0 0 0.5em;
  border-left: solid 1px #4f5a64;
}
@media (max-width: 800px) {
  body #pagewerapper footer span.links a:first-child {
    border: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
body #pagewerapper footer a.volta {
  display: block;
  width: 15px;
  height: 15px;
  margin: 2em auto 1em auto;
}
body #pagewerapper footer a.volta .svg path {
  fill: #b8c0c7;
}
body #pagewerapper footer a.volta .svg:hover path {
  fill: #4f5a64;
}

body #pagewerapper footer .socials{
  margin-bottom: 1rem;
}

body #pagewerapper footer .socials p{
  margin-bottom: 0.5rem;
}

body #pagewerapper footer .socials p a.instagram-follow{
  font-size: 2rem;
}