/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
}
::-moz-selection {
  color: #fff;
  background: #20201e;
}
::selection {
  color: #fff;
  background: #20201e;
}
html,
body {
  min-width: 1000px;
  height: 100%;
  min-height: 998px;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.64285714;
  color: #20201e;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  position: relative;
  text-decoration: none !important;
  -webkit-transition: color ease-in-out .15s;
  -o-transition: color ease-in-out .15s;
  transition: color ease-in-out .15s;
  color: #20201e;
  text-decoration: none;
}
a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 100%;
  bottom: -2px;
  height: 2px;
  background: #20201e;
  -webkit-transition: right ease-out 0.25s;
  -o-transition: right ease-out 0.25s;
  transition: right ease-out 0.25s;
}
a:hover:before,
a:focus:before {
  right: 0px;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.hidden {
  display: none !important;
}
.content__container {
  margin-left: auto;
  margin-right: auto;
  padding: 186px 100px;
  max-width: 900px;
  -webkit-transition: visibility 0s, opacity ease-in-out .15s;
  -o-transition: visibility 0s, opacity ease-in-out .15s;
  transition: visibility 0s, opacity ease-in-out .15s;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.content__container.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block !important;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.content__signet-wrapper {
  margin-bottom: 62px;
}
.content__text {
  margin-bottom: 40px;
}
.content__text p {
  margin-bottom: 22px;
}
.content__link-wrapper {
  font-weight: 600;
}
.content__text-2 h2 {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: -14px;
  margin-bottom: 58px;
}
.content__text-2 h3 {
  font-size: 18px;
  font-weight: 300;
  color: #a1a1a1;
  margin-top: 20px;
}
.content__text-2 p {
  line-height: 1.78571429;
  margin-bottom: 14px;
}
.footer {
  position: relative;
  background: #f9f9f9;
  height: 264px;
  margin-left: 500px;
}
.footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 92px 100px 0;
  max-width: 900px;
}
.footer__inner:before,
.footer__inner:after {
  content: " ";
  display: table;
}
.footer__inner:after {
  clear: both;
}
.footer__left {
  float: left;
  width: 60%;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .footer__left {
    display: none;
  }
}
.footer__text {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.625;
}
.footer__right {
  float: left;
  width: 40%;
}
@media (max-width: 1200px) {
  .footer__right {
    float: none;
    width: auto;
  }
}
.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -2px;
  font-size: 26px;
  line-height: 1.57692308;
}
.footer__bottom {
  position: absolute;
  top: 210px;
  right: 100px;
}
.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 12px;
  line-height: 2.16666667;
}
.footer__nav-link,
.footer__nav li a {
  position: relative;
  text-decoration: none !important;
}
.footer__nav-link:before,
.footer__nav li a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 100%;
  bottom: -4px;
  height: 1px;
  background: #20201e;
  -webkit-transition: right ease-out 0.25s;
  -o-transition: right ease-out 0.25s;
  transition: right ease-out 0.25s;
}
.footer__nav-link:hover:before,
.footer__nav li a:hover:before,
.footer__nav-link:focus:before,
.footer__nav li a:focus:before {
  right: 0px;
}
.layout {
  position: relative;
  min-height: 100%;
  margin-bottom: -264px;
}
.layout:after {
  content: "";
  display: block;
  height: 264px;
}
.layout__left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 500px;
  height: 100%;
  min-height: 998px;
  background: #20201e;
  text-align: center;
  color: #fff;
  padding-top: 352px;
}
.layout__left-logo-wrapper {
  position: absolute;
  top: 186px;
  left: 0px;
  right: 0px;
}
.layout__left-logo {
  margin-left: auto;
  margin-right: auto;
}
.layout__right {
  margin-left: 500px;
}
.logo,
.logo-welten a,
.logo-bewegt a,
.logo-ansturm a,
.logo-bekenntnis a,
.logo-einfluss a {
  width: 225px;
  height: 28px;
  background-size: 225px 28px;
  background-image: url("../img/logos/wltn.png");
  display: block;
  text-indent: -999em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo,
  .logo-welten a,
  .logo-bewegt a,
  .logo-ansturm a,
  .logo-bekenntnis a,
  .logo-einfluss a {
    background-image: url("../img/logos/wltn@2x.png");
    background-size: 225px 28px;
  }
}
.logo:before,
.logo-welten a:before,
.logo-bewegt a:before,
.logo-ansturm a:before,
.logo-bekenntnis a:before,
.logo-einfluss a:before {
  display: none;
}
.logo--welten,
.logo-welten a {
  width: 125px;
  height: 63px;
  background-size: 125px 63px;
  background-image: url("../img/logos/welten.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo--welten,
  .logo-welten a {
    background-image: url("../img/logos/welten@2x.png");
    background-size: 125px 63px;
  }
}
.logo--bewegt,
.logo-bewegt a {
  width: 128px;
  height: 59px;
  background-size: 128px 59px;
  background-image: url("../img/logos/bewegt.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo--bewegt,
  .logo-bewegt a {
    background-image: url("../img/logos/bewegt@2x.png");
    background-size: 128px 59px;
  }
}
.logo--ansturm,
.logo-ansturm a {
  width: 145px;
  height: 63px;
  background-size: 145px 63px;
  background-image: url("../img/logos/ansturm.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo--ansturm,
  .logo-ansturm a {
    background-image: url("../img/logos/ansturm@2x.png");
    background-size: 145px 63px;
  }
}
.logo--bekenntnis,
.logo-bekenntnis a {
  width: 186px;
  height: 59px;
  background-size: 186px 59px;
  background-image: url("../img/logos/bekenntnis.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo--bekenntnis,
  .logo-bekenntnis a {
    background-image: url("../img/logos/bekenntnis@2x.png");
    background-size: 186px 59px;
  }
}
.logo--einfluss,
.logo-einfluss a {
  width: 140px;
  height: 65px;
  background-size: 140px 65px;
  background-image: url("../img/logos/einfluss.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo--einfluss,
  .logo-einfluss a {
    background-image: url("../img/logos/einfluss@2x.png");
    background-size: 140px 65px;
  }
}
.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__item,
.nav li {
  margin-bottom: 50px;
}
.nav__link,
.nav li a {
  -webkit-transition: opacity ease-in-out .15s;
  -o-transition: opacity ease-in-out .15s;
  transition: opacity ease-in-out .15s;
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin-left: auto;
  margin-right: auto;
}
.nav__link:hover,
.nav li a:hover,
.nav__link:focus,
.nav li a:focus,
.active .nav__link,
.active .nav li a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav__link:before,
.nav li a:before {
  display: none;
}
.nav li.active a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.signet {
  display: block;
  text-indent: -999em;
}
.signet--bekenntnis {
  width: 22px;
  height: 28px;
  background-size: 22px 28px;
  background-image: url("../img/signets/bekenntnis.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .signet--bekenntnis {
    background-image: url("../img/signets/bekenntnis@2x.png");
    background-size: 22px 28px;
  }
}
/*# sourceMappingURL=site.css.map */