h1 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
  text-align: right;
  margin-right: 1rem;
}
h3 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2.25rem;
  margin: 0;
  padding: 0;
}
h5 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin: 0;
  padding: 0;
}
h6 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}
.right {
  text-align: center;
}
p {
  font-size: 0.813rem;
}
a:link,
a:visited,
a:active {
  color: #000;
  text-decoration: underline;
  outline: none;
}
a:hover {
  color: #444;
}
.quiet_link {
  text-decoration: none !important;
}
.small {
  font-size: 0.688rem;
}
.large {
  font-weight: 700;
}
strong {
  text-transform: uppercase;
  font-weight: 800;
}
.subheadline {
  font-size: 0.75rem;
  font-weight: 400;
  padding-top: 1em;
}
.main ul {
  list-style-position: inside;
  list-style-type: square;
  margin: 0;
  padding: 0;
  font-size: 0.813rem;
}
a.button {
  background: #000;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
}
a.button:hover {
  background: #444;
}
a.button:focus {
  background: #999;
}
body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.container {
  margin: 0 auto !important;
}
.logo {
  margin: 2rem 0;
}
.menu {
  background: #000;
  height: 180px;
  width: 180px;
  float: left;
  margin: 0 0 1px 1px;
  padding: 10px;
}
a > .menu:hover {
  background: #444;
}
#nav {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#nav li a:link,
#nav li a:visited {
  color: #fff;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
#nav li a:hover {
  color: #999;
}
#nav li.active {
  color: #999;
  text-transform: uppercase;
}
.activeblock {
  background: #444;
}
.blockXXL {
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
}
.blockM {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
}
p.blockM {
  position: relative;
  top: 5rem;
}
.main {
  margin: 1px 0 2rem 0;
}
.main img {
  margin-bottom: 1px;
}
.teammember {
  position: relative;
}
.teamname {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 190px;
  margin: 0px 0 0 0;
  padding: 1rem 0 1rem 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.4);
}
.language {
  font-size: 0.75rem;
  font-weight: 400;
  padding-top: 20px;
}
.language-icon {
  width: 16px;
  height: 16px;
  padding: 0.75rem 0 0.25rem;
}
@media (max-width: 320px) {
  .menu {
    height: 110px;
    width: 110px;
    padding: 5px;
  }
  p.blockM {
    position: relative;
    top: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */