@charset: 'utf-8';
html {
    box-sizing: border-box;
    cursor: default
}

*,
*:before,
*:after {
    box-sizing: inherit
}

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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img,
video,
main {
    display: block
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer
}

a {
    color: inherit;
    text-decoration: none
}

a:active {
    background: none
}

input {
    margin: 0;
    padding: 0
}

img,
video {
    width: 100%;
    height: auto
}

menu,
ul,
ol {
    list-style: none
}

@font-face {
    font-family: "Avenir-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/avenir-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-regular.woff") format("woff"), url("../fonts/avenir-regular.ttf") format("truetype"), url("../fonts/avenir-regular.svg#Avenir-Regular") format("svg")
}

@font-face {
    font-family: "Avenir-Bold";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/avenir-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-bold.woff") format("woff"), url("../fonts/avenir-bold.ttf") format("truetype"), url("../fonts/avenir-bold.svg#Avenir-Bold") format("svg")
}

html {
    font-size: 1rem;
    font-size: 1.2vw;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: "Avenir-Regular", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    line-height: 1.6;
    color: #000;
    -webkit-font-smoothing: subpixel-antialiased
}

h1,
h3 {
    font-size: 150%
}

h2 {
    font-size: 240%
}

h4 {
    font-size: 120%
}

h2,
h3 {
    line-height: 1.2
}

h2,
h3,
h4,
p,
ul,
ol {
    margin-bottom: 1.4rem
}

p a,
ul a {
    text-decoration: underline
}

strong,
.bold {
    font-family: "Avenir-Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased
}

cite {
    color: #c00
}

.default blockquote {
    color: gray
}

.small {
    font-size: 75%
}

ul {
    position: relative;
    padding-left: 1rem
}

ul li:before {
    content: "›";
    display: inline-block;
    position: absolute;
    left: 0;
    color: #c00
}

body[data-color='light'] header,
body[data-color='light'] .navigation {
    color: #fff
}

html,
body,
main,
section {
    height: 100%
}

main *::-moz-selection {
    color: gray
}

main *::selection {
    color: gray
}

::-moz-selection {
    background: transparent
}

::selection {
    background: transparent
}

.browsehappy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 10px;
    text-align: center;
    background: #ffffe0;
    border-bottom: 1px solid wheat
}

.touch {
    overflow-y: hidden
}

.touch main {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 2rem 2rem 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

header:before {
    content: "☰";
    display: none;
    position: absolute;
    top: 1.8rem;
    right: 2rem;
    cursor: pointer;
    font-size: 180%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

header h3 {
    margin-bottom: 0
}

.default header {
    background-color: #fff;
    box-shadow: 0 0 3rem 2rem #fff
}

.logo {
    float: left
}

.logo i {
    display: inline-block;
    height: 2.4rem;
    width: 2.4rem;
    margin-right: 0.25rem;
    line-height: 2.6rem;
    text-align: center;
    background-color: #c00;
    color: #fff
}

.logo h3 {
    margin-top: 0.1rem;
    font-family: "Avenir-Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 72%;
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased
}

menu.main {
    top: 2rem;
    right: 2rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

menu.main li {
    position: relative;
    display: inline-block;
    float: left
}

menu.main li:hover menu {
    opacity: 1
}

menu.main li a {
    line-height: 2.5rem;
    white-space: nowrap;
}

menu.main li a.active {
    color: #c00
}

menu.main li .count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.5rem;
    right: -0.9rem;
    width: 0.7rem;
    height: 0.7rem;
    background-color: #c00;
    color: white !important;
    font-size: 0.5rem;
    font-weight: bold;
    border-radius: 50%;
}

menu.sub {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

menu.sub li {
    display: block;
    float: none
}

menu.sub li a {
    line-height: 1
}

menu.sub li a.active {
    color: inherit
}

menu {
    position: absolute
}

menu li {
    -webkit-font-smoothing: subpixel-antialiased
}

menu li a {
    margin-left: 2rem;
    font-size: 80%;
    text-transform: uppercase
}

.default main,
.error main {
    height: auto;
    padding: 8rem 2rem 4rem;
    overflow: hidden
}

section {
    position: relative;
    padding: 0 2rem;
    overflow: hidden
}

section[data-color='light'] {
    background-color: #222;
    -webkit-font-smoothing: antialiased
}

section[data-color='light'] article,
section[data-color='light'] address {
    color: #fff;
    border-color: #fff
}

article,
address,
.block {
    width: calc(50% - 1rem)
}

article,
address {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

article.right,
address.right {
    left: 0
}

article.right>*:last-child,
address.right>*:last-child {
    margin: 0
}

figure {
    margin-bottom: 2rem
}

.default article {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

address,
.news {
    width: calc(25% - 1.5rem);
    display: inline-block;
    margin-left: 2rem;
    float: left
}

address.first,
.news.first {
    margin-left: 0
}

.news {
    text-align: center;
    overflow: hidden;
    background: #c00;
    color: #fff
}

.news h3 {
    position: absolute;
    top: 50%;
    z-index: 500;
    width: 100%;
    padding: 0 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.news p {
    margin-bottom: 0
}

.news img {
    opacity: 0.25;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.news a:hover h3 {
    opacity: 0
}

.news a:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

address {
    position: relative;
    padding: 1rem 0 0.5rem 0;
    text-align: center
}

address.hq {
    border: 2px solid;
    border-top: none
}

address.hq:before,
address.hq:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 2.5rem);
    border-top: 2px solid
}

address.hq:after {
    left: auto;
    right: 0
}

address.hq span {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -1.6rem;
    font-family: "Avenir-Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 80%;
    text-transform: uppercase
}

.referenzen li {
    display: inline-block;
    float: left;
    width: calc(16.666% - 1rem);
    margin: 0 1rem 0.5rem 0
}

.referenzen li img {
    opacity: 0.5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.referenzen li.cite:hover img,
.referenzen li.active img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.referenzen li.cite {
    cursor: help
}

.referenzen li.cite:hover blockquote {
    z-index: 200;
    opacity: 1;
    height: 100%;
    background: #fff
}

.referenzen li.cite.active img,
.referenzen li.cite.active blockquote {
    opacity: 1
}

.referenzen blockquote {
    position: absolute;
    top: 50%;
    left: calc(-100% - 2rem);
    z-index: 100;
    width: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, background;
    transition-property: opacity, background
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
    margin-top: 2rem;
}

.gallery + p {
    margin-top: 3rem;
}

.gallery a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(20% - 2rem);
    margin: 1rem 2rem 0 0;
    transition: transform 0.3s;
}

.gallery a:hover {
    transform: scale(1.05);
}

.imprint footer {
    display: none
}

.pages .page {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 0 2rem;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.pages .page.active {
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.5s;
    transition: opacity 0.5s 0.5s
}

.pages .pagination {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    z-index: 50;
    text-align: center
}

.pages .pagination a {
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
    margin: 0 0.2rem;
    border-radius: 0.8rem;
    border: 2px solid;
    text-indent: -9999px;
    cursor: pointer;
    overflow: hidden
}

.pages .pagination a.active {
    background-color: #000
}

.navigation a {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 50%;
    width: 2rem;
    height: 1.1rem;
    margin-left: -1rem;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color bottom;
    transition-property: color bottom;
    cursor: pointer
}

.navigation a svg {
    width: 100%;
    height: auto;
}

.navigation a[rel='up'] {
    bottom: 2rem
}

.navigation a[rel='down'] {
    bottom: 0.5rem
}

.navigation a.hide {
    bottom: -2.5rem
}

.touch .navigation {
    display: none
}

.accordion li {
    height: 1.4rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.accordion li.active {
    display: inline-block;
    height: auto;
    white-space: normal
}

.accordion li.active:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@-moz-document url-prefix() {
    .accordion li {
        white-space: nowrap
    }
}

footer {
    padding: 0 2rem;
    font-size: 80%;
    color: gray
}

.home footer {
    position: fixed;
    bottom: 0.5rem;
    z-index: 1000;
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.textcenter {
    text-align: center
}

.button {
    color: #c00
}

.bg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 1rem;
        font-size: 1.5vw
    }
    header menu {
        display: none
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 1rem;
        font-size: 2vw
    }
    article,
    .block {
        width: 100%
    }
    section[data-color='light'] article {
        position: absolute;
        top: 75%;
        left: 0;
        right: 0;
        width: 100% !important;
        padding: 0 2rem
    }
    section article h2 br {
        display: none;
    }
    section[data-color='light'] article h2 {
        width: 100% !important;
        text-shadow: 0 0 0.5rem #000
    }
    section[data-color='dark'] .bg {
        display: none
    }
    address,
    .news {
        width: calc(50% - 1rem);
        margin: 0;
        margin-bottom: 2rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .news {
        top: 15%
    }
    .news:nth-child(2n) {
        margin-left: 2rem
    }
    .referenzen blockquote {
        left: 0;
        bottom: -1rem;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
    .referenzen li.cite:hover img {
        opacity: 0.5;
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
    .referenzen li.cite:hover blockquote {
        opacity: 0 !important
    }
    address {
        top: 25%
    }
    address.hq,
    address.hq:before,
    address.hq:after {
        border: none
    }
    address:nth-child(2n) {
        margin-right: 2rem
    }
    .bg.left {
        background-position: left center
    }
    .bg.right {
        background-position: right center
    }
    .navigation a {
        border-width: 2px
    }
}

@media screen and (max-width: 667px) {
    html {
        font-size: 2vw;
    }
    header:before {
        content: ""
    }
    header menu {
        display: none
    }
    .news,
    address {
        top: 22.5%
    }
}

@media screen and (max-width: 414px) {
    html {
        font-size: 3vw
    }
    .pages .pagination a {
        border-width: 1px
    }
    .referenzen blockquote {
        display: none
    }
    .referenzen li.cite.active img {
        opacity: 0.5;
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
}