@charset "UTF-8";
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
/* 1 */
  -webkit-text-size-adjust: 100%;
/* 2 */
  -ms-text-size-adjust: 100%;
/* 2 */
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
/* 1 */
  padding: 0;
/* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit;
/* 1 */
  font-size: 100%;
/* 2 */
  margin: 0;
/* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
/* 2 */
  cursor: pointer;
/* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
/* 1 */
  padding: 0;
/* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield;
/* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
/* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
/* 1 */
  vertical-align: top;
/* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
transform (args) {
  -webkit-transform: args;
  -mozilla-transform: args;
  -o-transform: args;
  transform: args;
}
@font-face {
  font-family: 'texniq';
  src: url("../fonts/texniq.eot");
  src: url("../fonts/texniq.eot?#iefix") format('embedded-opentype'), url("../fonts/texniq.woff") format('woff'), url("../fonts/texniq.ttf") format('truetype'), url("../fonts/texniq.svg#texniq") format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before,
.blog article h1:before {
  font-family: 'texniq';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
* {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cf:before,
.cf:after {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}
a {
  text-decoration: none;
  color: #1f517f;
}
a:hover {
  color: #ccc;
}
p {
  font-size: 1.2em;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4 {
  font-family: "omnes-pro", serif;
}
h1 {
  color: #1f517f;
  font-size: 2.5em;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0;
}
a {
  color: #1f517f;
}
a:hover {
  color: #ccc;
}
h2 {
  font-weight: 400;
  color: #1f517f;
  margin: 0;
  padding: 0.5em 0;
}
h3 {
  font-weight: 300;
  color: #ccc;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
  padding: 0.3em 0;
}
body {
  min-height: 101%;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  padding-bottom: 25em;
}
@media screen and (max-width:400px) {
  body {
    padding-bottom: 27em;
  }
}
header {
  display: inline;
  float: left;
  overflow: hidden;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  *width: 97.91666666666666% -correction;
  *margin: 0 1.0416666666666665% -correction;
  float: none;
  display: block;
  margin: 0 auto;
  padding: 0 0 1.5em 0;
}
.logo {
  display: block;
  position: absolute;
  top: 1em;
  left: 50%;
  margin-left: -75px;
  background-color: #102940;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 9.7em;
  height: 9.7em;
  text-align: center;
  -webkit-animation: waves 5s ease-out infinite alternate;
  -moz-animation: waves 5s ease-out infinite alternate;
  animation: waves 5s ease-out infinite alternate;
}
#identity {
  display: inline;
  float: left;
  overflow: hidden;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  *width: 97.91666666666666% -correction;
  *margin: 0 1.0416666666666665% -correction;
  float: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 0;
  clear: both;
}
#identity h1 {
  font-size: 3.5em;
  font-weight: 400;
  font-family: omnes-pro;
  color: #1f517f;
  line-height: 1.5em;
  padding-top: 0.7em;
  margin: 0;
}
@media screen and (max-width:825px) {
  #identity h1 {
    padding-top: 3em;
  }
}
@media screen and (max-device-width:400px) {
  #identity h1 {
    font-size: 2.5em;
    line-height: 4em;
    padding-top: 3em;
  }
}
@media screen and (max-width:400px) {
  #identity h1 {
    font-size: 2.5em;
    line-height: normal;
    padding-top: 5em;
  }
}
@media screen and (max-width:825px) {
  #identity h1.no_padding {
    padding-top: 0.3em;
  }
}
a.nav_mobile.trigger {
  display: none;
  position: absolute;
  top: 1em;
  left: 1em;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width:825px) {
  a.nav_mobile.trigger {
    display: block;
    display: inline;
    float: left;
    overflow: hidden;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 97.91666666666666% -correction;
    *margin: 0 1.0416666666666665% -correction;
  }
}
a span[data-icon]:before {
  font-size: 2em;
}
nav {
  display: inline;
  float: left;
  overflow: hidden;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  *width: 97.91666666666666% -correction;
  *margin: 0 1.0416666666666665% -correction;
  padding: 6em 2em 0 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
nav a {
  text-decoration: none;
  color: #1f517f;
  font-size: 1.5em;
  display: block;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  display: inline-block;
  padding: 0 2em 0 0;
  vertical-align: top;
  width: 9em;
  text-align: left;
}
nav ul li:nth-child(4) {
  padding-right: 0;
}
nav ul li:last-child {
  padding-left: 2em;
}
nav ul li:nth-child(1n+4) {
  float: right;
  text-align: right;
  padding: 0 0 0 2em;
}
@media screen and (max-width:1050px) {
  nav ul li {
    width: 8em;
  }
}
@media screen and (max-width:950px) {
  nav ul li {
    width: 6em;
  }
}
@media screen and (max-width:825px) {
  nav {
    padding-top: 12em;
  }
  nav ul li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    height: auto;
  }
  nav ul li:nth-child(1n+4) {
    float: none;
    text-align: center;
    padding: 0;
  }
}
.hidden {
  display: none;
}
main {
  display: inline;
  float: left;
  overflow: hidden;
  width: 81.25%;
  margin: 0 1.0416666666666665%;
  *width: 81.25% -correction;
  *margin: 0 1.0416666666666665% -correction;
  float: none;
  display: block;
  margin: 0 auto;
  padding: 2em 0;
  clear: both;
}
@media screen and (max-device-width:400px) {
  main {
    display: inline;
    float: left;
    overflow: hidden;
    width: 89.58333333333334%;
    margin: 0 1.0416666666666665%;
    *width: 89.58333333333334% -correction;
    *margin: 0 1.0416666666666665% -correction;
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width:400px) {
  main {
    display: inline;
    float: left;
    overflow: hidden;
    width: 89.58333333333334%;
    margin: 0 1.0416666666666665%;
    *width: 89.58333333333334% -correction;
    *margin: 0 1.0416666666666665% -correction;
    float: none;
    display: block;
    margin: 0 auto;
  }
}
aside {
  display: inline;
  float: left;
  overflow: hidden;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
  *width: 31.25% -correction;
  *margin: 0 1.0416666666666665% -correction;
}
aside iframe {
  display: inline;
  float: left;
  overflow: hidden;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  *width: 97.91666666666666% -correction;
  *margin: 0 1.0416666666666665% -correction;
}
@media screen and (max-width:800px) {
  aside {
    display: inline;
    float: left;
    overflow: hidden;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 97.91666666666666% -correction;
    *margin: 0 1.0416666666666665% -correction;
  }
}
.col-2 {
  display: block;
  float: none;
  overflow: hidden;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  *width: 80% -correction;
  *margin: 0 auto -correction;
}
@media screen and (max-width:800px) {
  .col-2 {
    display: inline;
    float: left;
    overflow: hidden;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 97.91666666666666% -correction;
    *margin: 0 1.0416666666666665% -correction;
  }
}
.teamwrapper {
  clear: both;
  padding: 1em 0;
  margin-bottom: 1em;
}
.teammember {
  display: inline;
  float: left;
  overflow: hidden;
  width: 64.58333333333334%;
  margin: 0 1.0416666666666665%;
  *width: 64.58333333333334% -correction;
  *margin: 0 1.0416666666666665% -correction;
  display: block;
  float: right;
}
@media screen and (max-width: 768px) {
  .teammember {
    display: inline;
    float: left;
    overflow: hidden;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 97.91666666666666% -correction;
    *margin: 0 1.0416666666666665% -correction;
    float: none;
  }
}
.teamwrapper figure {
  display: inline;
  float: left;
  overflow: hidden;
  width: 31.25%;
  margin: 0 1.0416666666666665%;
  *width: 31.25% -correction;
  *margin: 0 1.0416666666666665% -correction;
  text-align: center;
  display: block;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .teamwrapper figure {
    display: inline;
    float: left;
    overflow: hidden;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 97.91666666666666% -correction;
    *margin: 0 1.0416666666666665% -correction;
    text-align: center;
  }
}
.blog,
.boot,
.artikel,
#crew {
  display: inline;
  float: left;
  overflow: hidden;
  width: 81.25%;
  margin: 0 1.0416666666666665%;
  *width: 81.25% -correction;
  *margin: 0 1.0416666666666665% -correction;
  float: none;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:1000px) {
  .blog,
  .boot,
  .artikel,
  #crew {
    display: inline;
    float: left;
    overflow: hidden;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 97.91666666666666% -correction;
    *margin: 0 1.0416666666666665% -correction;
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.blog article {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.meta,
.meta_blog {
  display: inline;
  float: left;
  overflow: hidden;
  width: 22.916666666666664%;
  margin: 0 1.0416666666666665%;
  *width: 22.916666666666664% -correction;
  *margin: 0 1.0416666666666665% -correction;
  padding: 7.5em 0 0 0;
  color: #ccc;
}
.meta span,
.meta_blog span {
  display: block;
  padding-bottom: 0.7em;
}
@media screen and (max-width:768px) {
  .meta,
  .meta_blog {
    display: inline;
    float: left;
    overflow: hidden;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 97.91666666666666% -correction;
    *margin: 0 1.0416666666666665% -correction;
    padding-top: 2em;
  }
}
.content,
.content_blog {
  display: inline;
  float: left;
  overflow: hidden;
  width: 72.91666666666666%;
  margin: 0 1.0416666666666665%;
  *width: 72.91666666666666% -correction;
  *margin: 0 1.0416666666666665% -correction;
}
@media screen and (max-width:768px) {
  .content,
  .content_blog {
    display: inline;
    float: left;
    overflow: hidden;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 97.91666666666666% -correction;
    *margin: 0 1.0416666666666665% -correction;
  }
}
footer {
  clear: both;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 21em;
  background-color: #102940;
  border-top: 5px solid #ccc;
  color: #fff;
}
@media screen and (max-width:400px) {
  footer padding footerPad {
    height: 23em;
  }
}
footer .imprint {
  display: inline;
  float: left;
  overflow: hidden;
  width: 89.58333333333334%;
  margin: 0 1.0416666666666665%;
  *width: 89.58333333333334% -correction;
  *margin: 0 1.0416666666666665% -correction;
  float: none;
  display: block;
  margin: 0 auto;
}
footer h1 {
  margin: 0;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #ccc;
}
.last_articles span {
  color: #ccc;
}
.last_articles p {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.numbered_navigation {
  margin: 1.25em auto 0 auto;
  text-align: center;
}
.numbered_navigation a {
  display: inline;
  font-weight: 400;
}
.active {
  color: #ccc;
}
span.feed:before {
  font-family: 'texniq';
  content: 'M';
  padding-right: 10px;
}
div#timeline {
  height: 600px;
}
#contactform h1 {
  margin-top: 3em;
}
fieldset {
  border: none;
  padding: 0.35em 0em 0.75em;
}
label {
  color: #1f517f;
  display: block;
}
small {
  display: block;
  color: #e65010;
}
.contactform-input {
  width: 100%;
  margin: 0.2em 0 1em 0;
  padding: 0.5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #1f517f;
  box-shadow: none;
}
.contactform-input:focus {
  border: 2px solid darkBlue;
  box-shadow: none;
}
#contactform-text {
  min-height: 8em;
}
.contactform-button {
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0.6em;
  border: 1px solid #102940;
  color: #1f517f;
}
.contactform-button:hover {
  color: #102940;
  border-color: #1f517f;
}
.contactform-alert {
  color: #e65010;
  margin-bottom: 0.5em;
}
@-moz-keyframes waves {
  0% {
    -webkit-transform: rotate(-10deg);
    -mozilla-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    -mozilla-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-webkit-keyframes waves {
  0% {
    -webkit-transform: rotate(-10deg);
    -mozilla-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    -mozilla-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-o-keyframes waves {
  0% {
    -webkit-transform: rotate(-10deg);
    -mozilla-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    -mozilla-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-ms-keyframes waves {
  0% {
    -webkit-transform: rotate(-10deg);
    -mozilla-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    -mozilla-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes waves {
  0% {
    -webkit-transform: rotate(-10deg);
    -mozilla-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    -mozilla-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
