* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
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 {
    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
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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: 0
}
hr {
    -moz-box-sizing: content-box;
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    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
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background: #000
}
.wrap {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto
}
.wrap:after {
    content: "";
    display: table;
    clear: both
}
header {
    height: 60px;
    padding-top: 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199;
    background: #ffffff
}
/*@media screen and (min-width: 30em) and (max-width: 48.1em) {
    header {
        position: relative
    }
}
@media screen and (max-width: 30em) {
    header {
        position: relative
    }
}*/
header.stick_header {
    height: 60px;
    padding-top: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 1
}
header .logo {
    text-decoration: none;
    float: left;
    display: block;
    margin-right: 3.26797%;
    width: 22.54902%
}
header .logo:last-child {
    margin-right: 0
}
@media screen and (min-width: 30em) and (max-width: 48.1em) {
    header .logo {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 82.78867%;
        margin-left: 17.21133%;
        text-align: right
    }
    header .logo:last-child {
        margin-right: 0
    }
    .overlay {
        display: none;
    }
}
@media screen and (max-width: 30em) {
    header .logo {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 82.78867%;
        margin-left: 17.21133%;
        text-align: right
    }
    header .logo:last-child {
        margin-right: 0
    }
}
header .logo img {
    max-width: 10rem
}
@media screen and (min-width: 30em) and (max-width: 48.1em) {
    header .logo img {
        float: right;
        padding-right: 1rem
    }
}
@media screen and (max-width: 30em) {
    header .logo img {
        float: right;
        padding-right: 1rem
    }
}
header nav {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: left;
    display: block;
    margin-right: 3.26797%;
    width: 74.18301%
}
header nav:last-child {
    margin-right: 0
}
@media screen and (min-width: 30em) and (max-width: 48.1em) {
    header nav {
        display: none
    }
}
@media screen and (max-width: 30em) {
    header nav {
        display: none
    }
}
.helper {
    position: fixed;
    width: 100%;
    height: 20px;
    z-index: 9999
}
@media screen and (max-width: 30em) {
    .helper {
        background: #ff9900
    }
}
@media screen and (min-width: 30em) and (max-width: 48.1em) {
    .helper {
        background: #660000
    }
}
@media screen and (min-width: 48.1em) and (max-width: 64.1em) {
    .helper {
        background: #009922
    }
}
@media screen and (min-width: 64.1em) {
    .helper {
        background: #cccccc
    }
}
h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: bold;
    margin: 1rem 0
}
p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0 0 1rem
}
@media screen and (min-width: 30em) and (max-width: 48.1em) {
    p {
        font-size: 0.875rem
    }
}
@media screen and (max-width: 30em) {
    p {
        font-size: 0.8125rem
    }
}
p.c2a {
    font-size: 1.125rem;
    line-height: 1.625rem
}
a {
    color: #e5a108;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
a:hover {
    color: #fbd98b
}
.text-wrap {
    float: left;
    display: block;
    margin-right: 3.26797%;
    width: 65.57734%;
    margin-left: 25.81699%
}
.text-wrap:last-child {
    margin-right: 0
}
@media screen and (max-width: 30em) {
    .text-wrap {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 82.78867%;
        margin-left: 8.60566%
    }
    .text-wrap:last-child {
        margin-right: 0
    }
}
@media screen and (min-width: 64.1em) {
    #section6 .wrap {
        position: relative;
        margin-top: -14%
    }
    #section6 .wrap .text-wrap {
        margin-left: 34.42266%;
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 48.36601%
    }
    #section6 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    #section14 .wrap {
        position: relative;
        margin-top: -23%
    }
    #section14 .wrap .text-wrap {
        margin-left: 34.42266%;
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 39.76035%
    }
    #section14 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    #section18 .wrap {
        position: relative;
        margin-top: -60px;
        padding-bottom: 1rem
    }
    #section18 .wrap .text-wrap {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 39.76035%;
        margin-left: 34.42266%
    }
    #section18 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    #section20 .wrap {
        position: relative;
        margin-top: -60px;
        padding-bottom: 1rem
    }
    #section20 .wrap .text-wrap {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 39.76035%;
        margin-left: 34.42266%
    }
    #section20 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    .mobile-special {
        display: none
    }
}
@media screen and (min-width: 48.1em) and (max-width: 64.1em) {
    #section6 .wrap {
        position: relative;
        margin-top: -14%
    }
    #section6 .wrap .text-wrap {
        margin-left: 34.42266%;
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 48.36601%
    }
    #section6 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    #section14 .wrap {
        position: relative;
        margin-top: -23%
    }
    #section14 .wrap .text-wrap {
        margin-left: 34.42266%;
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 39.76035%
    }
    #section14 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    #section18 .wrap {
        position: relative;
        margin-top: -60px;
        padding-bottom: 1rem
    }
    #section18 .wrap .text-wrap {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 39.76035%;
        margin-left: 34.42266%
    }
    #section18 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    #section20 .wrap {
        position: relative;
        margin-top: -60px;
        padding-bottom: 1rem
    }
    #section20 .wrap .text-wrap {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 39.76035%;
        margin-left: 34.42266%
    }
    #section20 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    .mobile-special {
        display: none
    }
}
@media screen and (min-width: 30em) and (max-width: 48.1em) {
    #section6 .wrap {
        position: relative;
        margin-top: 0
    }
    #section6 .wrap .text-wrap {
        margin-left: 8.60566%;
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 74.18301%
    }
    #section6 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    #section12 .wrap {
        position: relative;
        padding: 0 2rem
    }
    #section14 .wrap {
        position: relative;
        margin-top: 0
    }
    #section14 .wrap .text-wrap {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 65.57734%;
        margin-left: 17.21133%
    }
    #section14 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    #section18 .wrap {
        position: relative;
        padding-bottom: 1rem
    }
    #section18 .wrap .text-wrap {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 65.57734%;
        margin-left: 17.21133%
    }
    #section18 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    #section20 .wrap {
        position: relative;
        padding-bottom: 1rem
    }
    #section20 .wrap .text-wrap {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 65.57734%;
        margin-left: 17.21133%
    }
    #section20 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    .mobile-special {
        display: none
    }
}
@media screen and (max-width: 30em) {
    #section6 .wrap {
        position: relative;
        margin-top: 0
    }
    #section6 .wrap .text-wrap {
        margin-left: 17.21133%;
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 65.57734%
    }
    #section6 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    #section12 .wrap {
        position: relative;
        padding: 0
    }
    #section14 .wrap {
        position: relative;
        margin-top: 0
    }
    #section14 .wrap .text-wrap {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 65.57734%;
        margin-left: 17.21133%
    }
    #section14 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    #section18 .wrap {
        position: relative;
        padding-bottom: 1rem
    }
    #section18 .wrap .text-wrap {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 65.57734%;
        margin-left: 17.21133%
    }
    #section18 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    #section20 .wrap {
        position: relative;
        padding-bottom: 1rem
    }
    #section20 .wrap .text-wrap {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 65.57734%;
        margin-left: 17.21133%
    }
    #section20 .wrap .text-wrap:last-child {
        margin-right: 0
    }
    .mobile-special {
        display: none
    }
}
.location {
    float: left;
    display: block;
    margin-right: 3.26797%;
    width: 22.54902%
}
.location:last-child {
    margin-right: 0
}
@media screen and (min-width: 64.1em) {
    .location {
        position: relative;
        padding-bottom: 2rem
    }
    .location.first {
        margin-top: 0px
    }
    .location.second {
        margin-top: 60px
    }
    .location.third {
        margin-top: 0
    }
    .location.fourth {
        margin-top: 40px
    }
    .location.fourth img {
        border: 0
    }
}
@media screen and (min-width: 48.1em) and (max-width: 64.1em) {
    .location {
        position: relative;
        padding-bottom: 2rem
    }
    .location.first {
        margin-top: -40px
    }
    .location.second {
        margin-top: 60px
    }
    .location.third {
        margin-top: 0
    }
    .location.fourth {
        margin-top: 40px
    }
    .location.fourth img {
        border: 0
    }
}
.location img {
    border: 1px solid #fff;
    margin-bottom: 1rem
}
@media screen and (max-width: 30em) {
    .location {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 100%;
        margin-top: 2rem
    }
    .location:last-child {
        margin-right: 0
    }
    .location img {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 31.15468%;
        margin-left: 8.60566%
    }
    .location img:last-child {
        margin-right: 0
    }
    .location .text {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 56.97168%
    }
    .location .text:last-child {
        margin-right: 0
    }
    .location:last-child {
        margin-bottom: 2rem
    }
}
.contact {
    float: left;
    display: block;
    margin-right: 3.26797%;
    width: 31.15468%;
    padding: 0 2rem
}
.contact:last-child {
    margin-right: 0
}
.contact:nth-child(3n) {
    margin-right: 0
}
.contact:nth-child(3n+1) {
    clear: left
}
.contact img {
    margin: 0 0 1.5rem 0
}
@media screen and (max-width: 30em) {
    .contact {
        float: left;
        display: block;
        margin-right: 3.26797%;
        width: 100%;
        margin-top: 3rem;
        padding: 0 1rem
    }
    .contact:last-child {
        margin-right: 0
    }
    .contact img {
        float: left;
        margin: 0 1rem 2rem;
        max-width: 7.5rem
    }
}
footer .footer-logo {
    float: left;
    display: block;
    margin-right: 3.26797%;
    width: 48.36601%;
    margin-left: 32.81699%;
    padding: 2rem 0
}
footer .footer-logo:last-child {
    margin-right: 0
}
footer p {
    text-align: right;
    float: left;
    display: block;
    margin-right: 3.26797%;
    width: 82.78867%;
    margin-left: 8.60566%
}
footer p:last-child {
    margin-right: 0
}
footer p a {
    cursor: pointer
}
footer p img {
    max-width: 5rem;
    float: right
}
nav#menu:not(.mm-menu) {
    display: none
}
a#mmenu {
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out
}
@media screen and (min-width: 30em) and (max-width: 48.1em) {
    a#mmenu {
        display: block;
        opacity: 1;
        width: 40px;
    }
}
@media screen and (max-width: 30em) {
    a#mmenu {
        display: block;
        opacity: 1;
        width: 40px;
    }
}
#mmenu {
    height: 50px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 80px;
    z-index: 998;
    padding-top: 0.625rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.stick_header #mmenu {
    top: 5px
}
#mmenu div {
    background-color: #000;
    border-radius: 2px 2px 2px 2px;
    height: 4px;
    margin-top: 5px;
    margin-left: 1.25rem;
    width: 100%
}
@media screen and (max-width: 30em) {
    #mmenu div {
        width: 2.5rem
    }
}
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal>.mm-panel {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, border;
    -moz-transition-property: top, right, bottom, left, border;
    -ms-transition-property: top, right, bottom, left, border;
    -o-transition-property: top, right, bottom, left, border;
    transition-property: top, right, bottom, left, border
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
    left: 0;
    top: 0;
    margin: 0;
    border: 0px solid transparent
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
    border: 0px solid rgba(100, 100, 100, 0)
}
.mm-menu .mm-hidden {
    display: none
}
.mm-fixed-top,
.mm-fixed-bottom {
    position: fixed;
    left: 0
}
.mm-fixed-top {
    top: 0
}
.mm-fixed-bottom {
    bottom: 0
}
html.mm-opened .mm-page,
.mm-menu>.mm-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
html.mm-opened,
html.mm-opened body {
    overflow-x: hidden;
    position: relative
}
html.mm-opened .mm-page {
    position: relative
}
html.mm-background .mm-page {
    background: inherit
}
#mm-blocker {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block
}
.mm-menu.mm-current {
    display: block
}
.mm-menu {
    background: inherit;
    display: none;
    overflow: hidden;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0
}
.mm-menu>.mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0
}
.mm-menu>.mm-panel.mm-opened {
    left: 0%
}
.mm-menu>.mm-panel.mm-subopened {
    left: -40%
}
.mm-menu>.mm-panel.mm-highest {
    z-index: 1
}
.mm-menu>.mm-panel.mm-hidden {
    display: block;
    visibility: hidden
}
.mm-menu .mm-list {
    padding: 20px 0
}
.mm-menu>.mm-list {
    padding: 20px 0 40px 0
}
.mm-panel>.mm-list {
    margin-left: -20px;
    margin-right: -20px
}
.mm-panel>.mm-list:first-child {
    padding-top: 0
}
.mm-list,
.mm-list>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}
.mm-list {
    font: inherit;
    font-size: 14px
}
.mm-list a,
.mm-list a:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400
}
.mm-list>li {
    position: relative
}
.mm-list>li>a,
.mm-list>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto
}
.mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}
.mm-list a.mm-subopen::before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none
}
.mm-list a.mm-subopen+a,
.mm-list a.mm-subopen+span {
    padding-right: 5px;
    margin-right: 40px
}
.mm-list>li.mm-selected>a.mm-subopen {
    background: transparent
}
.mm-list>li.mm-selected>a.mm-fullsubopen+a,
.mm-list>li.mm-selected>a.mm-fullsubopen+span {
    padding-right: 45px;
    margin-right: 0
}
.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px
}
.mm-list>li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px
}
.mm-list>li.mm-spacer {
    padding-top: 40px
}
.mm-list>li.mm-spacer.mm-label {
    padding-top: 25px
}
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px
}
.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px
}
.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent
}
.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
    display: block
}
.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen {
    height: 40px
}
.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px
}
html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}
.mm-ismenu {
    background: #000;
    color: #fff
}
.mm-menu .mm-list>li:after {
    border-color: #333
}
.mm-menu .mm-list>li>a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: #fff
}
.mm-menu .mm-list>li>a.mm-subopen:after,
.mm-menu .mm-list>li>a.mm-subclose:before {
    border-color: #fff
}
.mm-menu .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15)
}
.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu .mm-list>li.mm-selected>span {
    background: rgba(0, 0, 0, 0.1)
}
.mm-menu .mm-list>li.mm-label {
    background: rgba(255, 255, 255, 0.05)
}
.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, 0.05)
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
    left: 80%
}
.mm-menu {
    width: 80%
}
@media all and (max-width: 175px) {
    .mm-menu {
        width: 140px
    }
    html.mm-opening .mm-page,
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-fixed-bottom {
        left: 140px
    }
}
@media all and (min-width: 550px) {
    .mm-menu {
        width: 440px
    }
    html.mm-opening .mm-page,
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-fixed-bottom {
        left: 440px
    }
}
ul#mainnav,
ul#mainnav li,
ul#mainnav a {
    margin: 0;
    padding: 0;
    display: block;
    line-height: normal;
    text-decoration: none;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
ul#mainnav {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: right
}
ul#mainnav li {
    display: inline-block;
    float: left
}
ul#mainnav li:last-child {
    border: 0
}
ul#mainnav li:hover {
    border-color: #e5a108
}
ul#mainnav li a {
    display: block;
    padding: 0;
    color: #000;
    font-size: 0.6875rem;
    line-height: 50px;
    padding-right: 0.5rem;
    text-decoration: none;
    text-transform: uppercase
}
ul#mainnav li a:hover {
    color: #e5a108
}
ul#mainnav li.current a {
    color: #e5a108
}
ul#footernav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block
}
ul#footernav li {
    float: left;
    display: inline
}
@media screen and (max-width: 30em) {
    ul#footernav li {
        text-align: left;
        width: 50%
    }
    .overlay {
        display: none;
    }
}
ul#footernav li a {
    display: block;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase
}
@media screen and (max-width: 30em) {
    ul#footernav li a {
        padding: 1rem 0 1rem 1rem
    }
}
ul#footernav li a:hover {
    color: #000
}
ul#footernav li a.current {
    color: #e5a108
}
/*# sourceMappingURL=setup.css.map */


.overlay {
    position: fixed;
        right: 20%;
    top: 27%;
    z-index: 9999;
}
.overlay img {
    width: 70%;
}
.footer-logo img {
    width: 60%;
}
#section22 .wrap{
    max-width: 46rem;
}
#section18 .text-wrap, #section14 .wrap, #section20 .wrap, #section6 .wrap {
    padding-bottom: 50px;
}

/* QR CODE ANPASSUNGEN */

#section8 {
  position:relative;
  padding-bottom:50px;
}
.qr-code {
  position:absolute;
  bottom:80px; 
  width:7%;   
}

.qr-android {
  left:42%;
}
.qr-apple {
  right:42%;
}

@media screen and (min-width: 30em) and (max-width: 48.1em) {
  #section8 {
    padding-bottom:200px;
  }
  .qr-code {
    position:absolute;
    bottom:20px; 
    width:20%;   
  }
  
  .qr-android {
    left:20%;
  }
  .qr-apple {
    right:20%;
  }
}


@media screen and (max-width: 30em) {
  #section8 {
    padding-bottom:170px;
  }
  .qr-code {
    position:absolute;
    bottom:20px; 
    width:35%;   
  }
  
  .qr-android {
    left:5%;
  }
  .qr-apple {
    right:5%;
  }
}
.mm-menu>.mm-list {
    padding: 60px 0 40px 0;
}