input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
.bootstrap-select .btn:focus,
.radio input[type="radio"]:focus + label:before,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.divide-container:focus {
  outline: none !important;
}
@font-face {
  font-family: 'Patron Medium';
  src: url('../fonts/PatronWEB-Medium.woff2') format('woff2'), url('../fonts/PatronWEB-Medium.woff') format('woff');
}
/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* BASICS, ABSTÄNDE, FONT, ETC. */
html,
body {
  font-family: "Patron Medium";
}
a {
  text-decoration: none;
  color: #0060ff;
}
a:hover {
  color: #000;
}
div.section {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  div.section {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1024px) {
  div.section {
    margin-bottom: 34px;
  }
}
/* HELPERLIS */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 1300px) {
  .show-xs,
  .show-sm,
  .show-md {
    display: none;
  }
  .show-lg {
    display: block;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .show-xs,
  .show-sm,
  .show-lg {
    display: none;
  }
  .show-md {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .show-xs,
  .show-md,
  .show-lg {
    display: none;
  }
  .show-sm {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .show-sm,
  .show-md,
  .show-lg {
    display: none;
  }
  .show-xs {
    display: block;
  }
}
/* FONT DEFINITIONS */
h1,
h2 {
  line-height: 1.1em;
}
h1 {
  font-size: 58px;
}
h2 {
  font-size: 44px;
}
html,
body {
  font-size: 26px;
  line-height: 31px;
}
small {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 34px;
  }
  html,
  body {
    font-size: 20px;
    line-height: 24px;
  }
  small {
    font-size: 14px;
    line-height: 20px;
  }
  .nav {
    font-size: 135px;
    line-height: 139px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 63px;
  }
  h2 {
    font-size: 50px;
  }
  html,
  body {
    font-size: 30px;
    line-height: 35px;
  }
  small {
    font-size: 18px;
    line-height: 22px;
  }
  .nav {
    font-size: 135px;
    line-height: 139px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 27.5px;
  }
  h2 {
    font-size: 22px;
  }
  html,
  body {
    font-size: 17px;
    line-height: 21px;
  }
  small {
    font-size: 12px;
    line-height: 16px;
  }
  .nav {
    font-size: 108px;
    line-height: 111px;
  }
}
.verticalize-container {
  display: table;
  height: 100%;
  width: 80%;
  margin: 0 auto;
}
.verticalize {
  display: table-cell;
  vertical-align: middle;
}
/* MAIN GRID */
html,
body,
#primary,
#main {
  height: 100%;
}
#left,
#right {
  width: 50%;
  height: 100%;
}
#right {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #left,
  #right {
    width: 100%;
    height: auto;
  }
}
/* HEADER / MENULI */
#left .site-header {
  font-size: 26px;
  line-height: 30px;
  padding: 10px 20px;
  text-transform: uppercase;
}
#left .site-header a {
  color: #000;
}
#left .site-header span {
  color: #0060ff;
  text-transform: none;
}
.menubar {
  height: 80px;
  width: 50%;
  background-color: #0060ff;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  #left .site-header {
    font-size: 20px;
    line-height: 24px;
    padding: 7px 12px;
  }
  .menubar {
    height: 62px;
  }
}
@media screen and (max-width: 1024px) {
  .menubar {
    width: 100%;
    height: 80px;
    background-color: #0060ff;
  }
}
@media screen and (max-width: 767px) {
  #left .site-header {
    font-size: 20px;
    line-height: 24px;
    padding: 7px 12px;
  }
}
@media screen and (max-width: 374px) {
  #left .site-header {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 12px;
  }
}
#right .menubar ul li {
  list-style-type: none;
  display: inline-block;
  padding: 8px 0;
}
#right .menubar ul li:first-child {
  padding-left: 12px;
}
#right .menubar ul li:last-child {
  padding-right: 20px;
}
#right .menubar ul li a {
  font-size: 58px;
  line-height: 64px;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
#right .menubar ul li a:hover,
#right .menubar ul li a:active {
  color: #fff;
}
#right .menubar ul li a::after {
  content: "\00a0\00a0";
}
#right .menubar ul li.current-menu-item a {
  color: #fff;
}
#right .menubar ul li a[href="/grundsaetze"] {
  display: none;
}
#right .menubar ul li:last-child a::after {
  content: "";
}
@media screen and (min-width: 1300px) and (max-width: 1660px) {
  #right .menubar ul li:first-child {
    padding-left: 7px;
  }
  #right .menubar ul li a {
    font-size: 46px;
    line-height: 64px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  #right .menubar ul li {
    padding: 6px 0;
  }
  #right .menubar ul li:first-child {
    padding-left: 7px;
  }
  #right .menubar ul li a {
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #right .menubar ul li a {
    font-size: 36px;
  }
}
/* SAURONS EYE */
.aug {
  height: 100px;
  width: 140px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.aug #pupil {
  fill: #000;
}
.aug svg {
  position: absolute;
  width: 140px;
  top: 0;
  left: 0;
}
.aug .eye-fill {
  fill: #FFFFFF;
}
.aug .eye-line {
  fill: #1D1D1B;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .aug,
  .aug svg {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .aug,
  .aug svg {
    width: 75px;
    padding-bottom: 0px;
  }
}
/* VORHANG */
#vorhang {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  padding: 0;
  z-index: 3;
}
#vorhang h1#teaser-text {
  font-size: 75px;
  font-size: 9vmin;
  line-height: 1;
  margin-top: 13px;
  margin-left: 23px;
  margin-right: 23px;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  #vorhang h1#teaser-text {
    font-size: 33px;
    font-size: 9vmin;
    margin-top: 13px;
    margin-left: 23px;
    margin-right: 23px;
  }
}
@media screen and (max-width: 767px) {
  #vorhang h1#teaser-text {
    font-size: 33px;
    font-size: 9vmin;
    margin-top: 13px;
    margin-left: 23px;
    margin-right: 23px;
  }
}
@media screen and (max-width: 1299px) and (orientation: landscape) {
  #vorhang h1#teaser-text {
    font-size: 32px;
    font-size: 8.5vmin;
    margin-top: 5px;
    margin-left: 8px;
  }
}
/* LEFT SIDE */
#left {
  position: fixed;
}
#left .menubar {
  left: 0;
  z-index: 2;
  background-color: #fff;
}
#left .menubar .burger {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
#left .menubar .burger img {
  height: 43px;
}
#left .menubar.show-xs {
  cursor: pointer;
}
#left .mobile-menu {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  margin-top: 60px;
  background-color: #0060ff;
  width: 100%;
  -webkit-box-shadow: 0 0 1.25rem black;
  -moz-box-shadow: 0 0 1.25rem black;
  box-shadow: 0 0 1.25rem black;
}
#left .mobile-menu a {
  text-decoration: none;
  color: #000;
}
#left .mobile-menu a:hover {
  color: #fff;
}
#left .mobile-menu .current-menu-item a {
  color: #fff;
}
#left .mobile-menu .menu-menu-1-container {
  padding-left: 30px;
  padding-bottom: 30px;
  position: absolute;
  bottom: 0;
}
#left .mobile-menu .menu-menu-1-container ul li a {
  font-size: 108px;
  line-height: 111px;
}
#left .grundsatz {
  cursor: none;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #0060ff;
  margin-top: 40px;
}
#left .grundsatz svg#svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#left .grundsatz svg#svg image {
  min-width: 100%;
  height: 100%;
}
#left .grundsatz .image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#left .grundsatz .text {
  width: 100%;
  text-align: center;
}
#left .grundsatz .click-switch {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
}
#left .grundsatz .click-switch.show-md {
  bottom: 55px;
}
@media screen and (max-width: 1024px) {
  #left {
    z-index: 1;
  }
  #left .menubar {
    background-color: #0060ff;
    padding-bottom: 3px;
  }
  #left .site-header {
    background-color: #0060ff;
  }
  #left .site-header span {
    color: #ffffff;
    letter-spacing: 0.035em;
  }
  #left.burger-open .menubar,
  #left.burger-open .site-header {
    background-color: #fff;
  }
  #left.burger-open .menubar span,
  #left.burger-open .site-header span {
    color: #0060ff;
  }
  #left .grundsatz {
    display: none;
    background-color: #fff;
  }
  #left .grundsatz svg#svg {
    height: 50%;
    top: 50%;
  }
  #left .grundsatz svg#svg image:hover {
    mask: none;
  }
  #left .grundsatz .verticalize-container {
    height: 50%;
    margin-top: 60px;
  }
  #left .mobile-menu .menu-menu-1-container {
    padding-left: 20px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
  }
  #left .mobile-menu .menu-menu-1-container ul li a {
    font-size: 100px;
    line-height: 111px;
  }
}
@media screen and (max-width: 767px) {
  #left .menubar {
    height: auto;
    padding-bottom: 0;
  }
  #left .menubar .burger {
    top: 20px;
  }
  #left .menubar .burger img {
    height: 20px;
  }
  #left .mobile-menu .menu-menu-1-container ul li a {
    font-size: 50px;
    line-height: 55px;
  }
}
/* RIGHT SIDE */
body.has-vorhang #right {
  overflow: hidden;
}
#right {
  position: relative;
  float: right;
  min-height: 100%;
}
#right .content {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 95px;
}
#right .content h1,
#right .content h2 {
  margin-bottom: 10px;
}
#right .content p {
  margin-bottom: 12px;
}
#right .content p:first-child {
  margin-bottom: 10px;
}
#right .content img:first-child {
  margin-top: 5px;
}
#right #impressum,
#right .impressum,
#right .small {
  height: auto;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}
#right .contact-link {
  width: 25%;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #right .content {
    margin-top: 100px;
  }
  #right #impressum,
  #right .impressum,
  #right .small {
    font-size: 16px;
    line-height: 20px;
  }
  #right .contact-link {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #right .content {
    margin-top: 77px;
  }
  #right #impressum,
  #right .impressum,
  #right .small {
    font-size: 10px;
    line-height: 14px;
  }
}
@media screen and (max-width: 374px) {
  #right .content {
    margin-top: 71px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  #right .content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 72px;
  }
  #right #impressum,
  #right .impressum,
  #right .small {
    font-size: 12px;
    line-height: 17px;
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@media screen and (max-width: 1024px) {
  #left {
    height: 100%;
  }
  #left .grundsatz-mobile-container {
    display: none;
    height: 100%;
  }
  #left .grundsatz-mobile {
    cursor: none;
    text-align: center;
    background-color: #fff;
    height: 100%;
    display: none;
  }
  #left .grundsatz-mobile.active {
    display: block;
  }
  #left .grundsatz-mobile .grundsatz-image,
  #left .grundsatz-mobile .verticalize-container {
    height: 50%;
  }
  #left .grundsatz-mobile .verticalize-container {
    padding-top: 80px;
  }
  #left .grundsatz-mobile .grundsatz-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #left .grundsatz-mobile .click-switch {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #left .grundsatz-mobile .verticalize-container {
    padding-top: 63px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #left .grundsatz-mobile .verticalize-container {
    height: 100%;
    width: 50%;
    float: right;
  }
  #left .grundsatz-mobile .grundsatz-image {
    height: 100%;
    width: 50%;
    float: left;
  }
  #left .grundsatz-mobile:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1025px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1025px) {
  body.is-edge #cursorMask {
    display: none;
  }
  body.is-edge h1#grundsatz-text {
    display: none;
  }
  body.is-edge .verticalize-container {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 10%;
  }
  body.is-edge #left .grundsatz {
    cursor: default;
  }
}
/*# sourceMappingURL=css.css.map */