﻿
meta.foundation-version {
    font-family: "/5.5.0/"
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
    width: 40.0625em
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
    width: 64.0625em
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.0625em)/";
    width: 90.0625em
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
    width: 90.0625em
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.0625em)/";
    width: 120.0625em
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

html,
body {
    height: 100%
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    font-size: 100%
}

body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto
}

a:hover {
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.clearfix:before,
.search-results-recommended ol.recommended:before,
.default-teaser a:before,
.default-teaser .body header:before,
.clearfix:after,
.search-results-recommended ol.recommended:after,
.default-teaser a:after,
.default-teaser .body header:after {
    content: " ";
    display: table
}

.clearfix:after,
.search-results-recommended ol.recommended:after,
.default-teaser a:after,
.default-teaser .body header:after {
    clear: both
}

.hide {
    display: none !important;
    visibility: hidden
}

.invisible {
    visibility: hidden
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

.accordion {
    margin-bottom: 0
}

.accordion:before,
.accordion:after {
    content: " ";
    display: table
}

.accordion:after {
    clear: both
}

.accordion .accordion-navigation,
.accordion dd {
    display: block;
    margin-bottom: 0 !important
}

.accordion .accordion-navigation.active>a,
.accordion dd.active>a {
    background: #e8e8e8
}

.accordion .accordion-navigation>a,
.accordion dd>a {
    background: #EFEFEF;
    color: #222;
    padding: 1rem;
    display: block;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-size: 1rem
}

.accordion .accordion-navigation>a:hover,
.accordion dd>a:hover {
    background: #e3e3e3
}

.accordion .accordion-navigation>.content,
.accordion dd>.content {
    display: none;
    padding: .4375rem
}

.accordion .accordion-navigation>.content.active,
.accordion dd>.content.active {
    display: block;
    background: #fff
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -.625rem
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table
}

[class*="block-grid-"]:after {
    clear: both
}

[class*="block-grid-"]>li {
    display: block;
    height: auto;
    float: left;
    padding: 0 .625rem 1.25rem
}

@media only screen {
    .small-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .small-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .small-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .small-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .small-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .small-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .small-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .small-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .small-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .small-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .small-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .small-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .small-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .small-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .small-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .small-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .small-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .small-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .small-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .small-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .small-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .small-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .small-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .small-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .medium-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .medium-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .medium-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .medium-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .medium-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .medium-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .medium-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .medium-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .medium-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .medium-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .medium-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .medium-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .medium-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .medium-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .medium-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .medium-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .medium-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .medium-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .medium-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .medium-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .medium-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .medium-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .medium-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .large-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .large-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .large-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .large-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .large-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .large-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .large-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .large-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .large-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .large-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .large-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .large-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .large-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .large-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .large-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .large-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .large-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .large-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .large-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .large-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .large-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .large-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .large-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

.breadcrumbs {
    display: block;
    padding: 0;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-color: transparent;
    border-color: transparent;
    border-radius: 3px
}

.breadcrumbs>* {
    margin: 0;
    float: left;
    font-size: .8125rem;
    line-height: .8125rem;
    text-transform: none;
    color: #99C027
}

.breadcrumbs>*:hover a,
.breadcrumbs>*:focus a {
    text-decoration: none
}

.breadcrumbs>* a {
    color: #99C027
}

.breadcrumbs>*.current {
    cursor: default;
    color: #99C027
}

.breadcrumbs>*.current a {
    cursor: default;
    color: #99C027
}

.breadcrumbs>*.current:hover,
.breadcrumbs>*.current:hover a,
.breadcrumbs>*.current:focus,
.breadcrumbs>*.current:focus a {
    text-decoration: none
}

.breadcrumbs>*.unavailable {
    color: #999
}

.breadcrumbs>*.unavailable a {
    color: #999
}

.breadcrumbs>*.unavailable:hover,
.breadcrumbs>*.unavailable:hover a,
.breadcrumbs>*.unavailable:focus,
.breadcrumbs>*.unavailable a:focus {
    text-decoration: none;
    color: #999;
    cursor: not-allowed
}

.breadcrumbs>*:before {
    content: ">>";
    color: #99C027;
    margin: 0 .375rem;
    position: relative;
    top: 1px
}

.breadcrumbs>*:first-child:before {
    content: " ";
    margin: 0
}

[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
    content: "/"
}

button,
.button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    transition: background-color 300ms ease-out
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #007095
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    color: #fff
}

button.secondary,
.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    background-color: #b9b9b9
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    color: #333
}

button.success,
.button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    background-color: #368a55
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    color: #fff
}

button.alert,
.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    background-color: #cf2a0e
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    color: #fff
}

button.warning,
.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff
}

button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
    background-color: #cf6e0e
}

button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
    color: #fff
}

button.info,
.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333
}

button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
    background-color: #61b6d9
}

button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
    color: #fff
}

button.large,
.button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem
}

button.small,
.button.small {
    padding-top: .875rem;
    padding-right: 1.75rem;
    padding-bottom: .9375rem;
    padding-left: 1.75rem;
    font-size: .8125rem
}

button.tiny,
.button.tiny {
    padding-top: .625rem;
    padding-right: 1.25rem;
    padding-bottom: .6875rem;
    padding-left: 1.25rem;
    font-size: .6875rem
}

button.expand,
.button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%
}

button.left-align,
.button.left-align {
    text-align: left;
    text-indent: .75rem
}

button.right-align,
.button.right-align {
    text-align: right;
    padding-right: .75rem
}

button.radius,
.button.radius {
    border-radius: 3px
}

button.round,
.button.round {
    border-radius: 1000px
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #007095
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    color: #fff
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #008CBA
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #b9b9b9
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    color: #333
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #e7e7e7
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #368a55
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    color: #fff
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #43AC6A
}

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #cf2a0e
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    color: #fff
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #f04124
}

button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    background-color: #cf6e0e
}

button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    color: #fff
}

button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    background-color: #f08a24
}

button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
    background-color: #61b6d9
}

button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
    color: #fff
}

button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
    background-color: #a0d3e8
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media only screen and (min-width: 40.0625em) {
    button,
    .button {
        display: inline-block
    }
}

.f-dropdown {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #ccc;
    font-size: .875rem;
    z-index: 89;
    margin-top: 2px;
    max-width: 200px
}

.f-dropdown>*:first-child {
    margin-top: 0
}

.f-dropdown>*:last-child {
    margin-bottom: 0
}

.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89
}

.f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #ccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88
}

.f-dropdown.right:before {
    left: auto;
    right: 10px
}

.f-dropdown.right:after {
    left: auto;
    right: 9px
}

.f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #ccc;
    font-size: .875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px
}

.f-dropdown.drop-right>*:first-child {
    margin-top: 0
}

.f-dropdown.drop-right>*:last-child {
    margin-bottom: 0
}

.f-dropdown.drop-right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #fff transparent transparent;
    border-right-style: solid;
    position: absolute;
    top: 10px;
    left: -12px;
    z-index: 89
}

.f-dropdown.drop-right:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent #ccc transparent transparent;
    border-right-style: solid;
    position: absolute;
    top: 9px;
    left: -14px;
    z-index: 88
}

.f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #ccc;
    font-size: .875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px
}

.f-dropdown.drop-left>*:first-child {
    margin-top: 0
}

.f-dropdown.drop-left>*:last-child {
    margin-bottom: 0
}

.f-dropdown.drop-left:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    position: absolute;
    top: 10px;
    right: -12px;
    left: auto;
    z-index: 89
}

.f-dropdown.drop-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent transparent #ccc;
    border-left-style: solid;
    position: absolute;
    top: 9px;
    right: -14px;
    left: auto;
    z-index: 88
}

.f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #ccc;
    font-size: .875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px
}

.f-dropdown.drop-top>*:first-child {
    margin-top: 0
}

.f-dropdown.drop-top>*:last-child {
    margin-bottom: 0
}

.f-dropdown.drop-top:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #fff transparent transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 10px;
    right: auto;
    z-index: 89
}

.f-dropdown.drop-top:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: #ccc transparent transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: auto;
    bottom: -14px;
    left: 9px;
    right: auto;
    z-index: 88
}

.f-dropdown li {
    font-size: .875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0
}

.f-dropdown li:hover,
.f-dropdown li:focus {
    background: #eee
}

.f-dropdown li.radius {
    border-radius: 3px
}

.f-dropdown li a {
    display: block;
    padding: .5rem;
    color: #555
}

.f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #ccc;
    font-size: .875rem;
    z-index: 89;
    max-width: 200px
}

.f-dropdown.content>*:first-child {
    margin-top: 0
}

.f-dropdown.content>*:last-child {
    margin-bottom: 0
}

.f-dropdown.tiny {
    max-width: 200px
}

.f-dropdown.small {
    max-width: 300px
}

.f-dropdown.medium {
    max-width: 500px
}

.f-dropdown.large {
    max-width: 800px
}

.f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important
}

.f-dropdown.mega.open {
    left: 0 !important
}

.dropdown.button,
button.dropdown {
    position: relative;
    outline: none;
    padding-right: 3.5625rem
}

.dropdown.button::after,
button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%
}

.dropdown.button::after,
button.dropdown::after {
    border-width: .375rem;
    right: 1.40625rem;
    margin-top: -.15625rem
}

.dropdown.button::after,
button.dropdown::after {
    border-color: #fff transparent transparent transparent
}

.dropdown.button.tiny,
button.dropdown.tiny {
    padding-right: 2.625rem
}

.dropdown.button.tiny:after,
button.dropdown.tiny:after {
    border-width: .375rem;
    right: 1.125rem;
    margin-top: -.125rem
}

.dropdown.button.tiny::after,
button.dropdown.tiny::after {
    border-color: #fff transparent transparent transparent
}

.dropdown.button.small,
button.dropdown.small {
    padding-right: 3.0625rem
}

.dropdown.button.small::after,
button.dropdown.small::after {
    border-width: .4375rem;
    right: 1.3125rem;
    margin-top: -.15625rem
}

.dropdown.button.small::after,
button.dropdown.small::after {
    border-color: #fff transparent transparent transparent
}

.dropdown.button.large,
button.dropdown.large {
    padding-right: 3.625rem
}

.dropdown.button.large::after,
button.dropdown.large::after {
    border-width: .3125rem;
    right: 1.71875rem;
    margin-top: -.15625rem
}

.dropdown.button.large::after,
button.dropdown.large::after {
    border-color: #fff transparent transparent transparent
}

.dropdown.button.secondary:after,
button.dropdown.secondary:after {
    border-color: #333 transparent transparent transparent
}

form {
    margin: 0 0 1rem
}

form .row .row {
    margin: 0 -.5rem
}

form .row .row .column,
form .row .row .columns {
    padding: 0 .5rem
}

form .row .row.collapse {
    margin: 0
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0
}

form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: .5rem
}

label {
    font-size: .875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0
}

label.right {
    float: none !important;
    text-align: right
}

label.inline {
    margin: 0 0 1rem 0;
    padding: .5625rem 0
}

label small {
    text-transform: capitalize;
    color: #676767
}

.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: .875rem;
    height: 2.3125rem;
    line-height: 2.3125rem
}

.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    border: none
}

.prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    border: none
}

.prefix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.postfix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.prefix.button.round {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.postfix.button.round {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

span.prefix,
label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc
}

span.postfix,
label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: .875rem;
    margin: 0 0 1rem 0;
    padding: .5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .15s linear
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999;
    outline: none
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
    background-color: #ddd;
    cursor: default
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
    background-color: #ddd;
    cursor: default
}

input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
    border-radius: 3px
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0
}

textarea[rows] {
    height: auto
}

textarea {
    max-width: 100%
}

select {
    -webkit-appearance: none !important;
    border-radius: 0;
    background-color: #FAFAFA;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: .5rem;
    font-size: .875rem;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem
}

select::-ms-expand {
    display: none
}

select.radius {
    border-radius: 3px
}

select:hover {
    background-color: #f3f3f3;
    border-color: #999
}

select:disabled {
    background-color: #ddd;
    cursor: default
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1rem 0
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

input[type="file"] {
    width: 100%
}

fieldset {
    border: 1px solid #ddd;
    padding: 1.25rem;
    margin: 1.125rem 0
}

fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 .1875rem;
    margin: 0;
    margin-left: -.1875rem
}

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff
}

[data-abide] span.error,
[data-abide] small.error {
    display: none
}

span.error,
small.error {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff
}

.error input,
.error textarea,
.error select {
    margin-bottom: 0
}

.error input[type="checkbox"],
.error input[type="radio"] {
    margin-bottom: 1rem
}

.error label,
.error label.error {
    color: #f04124
}

.error small.error {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff
}

.error>label>small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline
}

.error span.error-message {
    display: block
}

input.error,
textarea.error,
select.error {
    margin-bottom: 0
}

label.error {
    color: #f04124
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 108.75rem
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    width: auto;
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none
}

.row .row:before,
.row .row:after {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none
}

.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column,
.columns {
    padding-left: .4375rem;
    padding-right: .4375rem;
    width: 100%;
    float: left
}

[class*="column"]+[class*="column"]:last-child {
    float: right
}

[class*="column"]+[class*="column"].end {
    float: left
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: .4375rem;
        padding-right: .4375rem;
        float: left
    }
    .small-1 {
        width: 8.33333%
    }
    .small-2 {
        width: 16.66667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.33333%
    }
    .small-5 {
        width: 41.66667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.33333%
    }
    .small-8 {
        width: 66.66667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.33333%
    }
    .small-11 {
        width: 91.66667%
    }
    .small-12 {
        width: 100%
    }
    .small-offset-0 {
        margin-left: 0% !important
    }
    .small-offset-1 {
        margin-left: 8.33333% !important
    }
    .small-offset-2 {
        margin-left: 16.66667% !important
    }
    .small-offset-3 {
        margin-left: 25% !important
    }
    .small-offset-4 {
        margin-left: 33.33333% !important
    }
    .small-offset-5 {
        margin-left: 41.66667% !important
    }
    .small-offset-6 {
        margin-left: 50% !important
    }
    .small-offset-7 {
        margin-left: 58.33333% !important
    }
    .small-offset-8 {
        margin-left: 66.66667% !important
    }
    .small-offset-9 {
        margin-left: 75% !important
    }
    .small-offset-10 {
        margin-left: 83.33333% !important
    }
    .small-offset-11 {
        margin-left: 91.66667% !important
    }
    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right
    }
    .row.small-collapse>.column,
    .row.small-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.small-uncollapse>.column,
    .row.small-uncollapse>.columns {
        padding-left: .4375rem;
        padding-right: .4375rem;
        float: left
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: .4375rem;
        padding-right: .4375rem;
        float: left
    }
    .medium-1 {
        width: 8.33333%
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-6 {
        width: 50%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-0 {
        margin-left: 0% !important
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important
    }
    .medium-offset-3 {
        margin-left: 25% !important
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important
    }
    .medium-offset-6 {
        margin-left: 50% !important
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important
    }
    .medium-offset-9 {
        margin-left: 75% !important
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important
    }
    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right
    }
    .row.medium-collapse>.column,
    .row.medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.medium-uncollapse>.column,
    .row.medium-uncollapse>.columns {
        padding-left: .4375rem;
        padding-right: .4375rem;
        float: left
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: .4375rem;
        padding-right: .4375rem;
        float: left
    }
    .large-1 {
        width: 8.33333%
    }
    .large-2 {
        width: 16.66667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-0 {
        margin-left: 0% !important
    }
    .large-offset-1 {
        margin-left: 8.33333% !important
    }
    .large-offset-2 {
        margin-left: 16.66667% !important
    }
    .large-offset-3 {
        margin-left: 25% !important
    }
    .large-offset-4 {
        margin-left: 33.33333% !important
    }
    .large-offset-5 {
        margin-left: 41.66667% !important
    }
    .large-offset-6 {
        margin-left: 50% !important
    }
    .large-offset-7 {
        margin-left: 58.33333% !important
    }
    .large-offset-8 {
        margin-left: 66.66667% !important
    }
    .large-offset-9 {
        margin-left: 75% !important
    }
    .large-offset-10 {
        margin-left: 83.33333% !important
    }
    .large-offset-11 {
        margin-left: 91.66667% !important
    }
    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right
    }
    .row.large-collapse>.column,
    .row.large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.large-uncollapse>.column,
    .row.large-uncollapse>.columns {
        padding-left: .4375rem;
        padding-right: .4375rem;
        float: left
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

.label {
    font-weight: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: auto;
    padding: .25rem .5rem .25rem;
    font-size: .6875rem;
    background-color: #008CBA;
    color: #fff
}

.label.radius {
    border-radius: 3px
}

.label.round {
    border-radius: 1000px
}

.label.alert {
    background-color: #f04124;
    color: #fff
}

.label.warning {
    background-color: #f08a24;
    color: #fff
}

.label.success {
    background-color: #43AC6A;
    color: #fff
}

.label.secondary {
    background-color: #e7e7e7;
    color: #333
}

.label.info {
    background-color: #a0d3e8;
    color: #333
}

[data-magellan-expedition],
[data-magellan-expedition-clone] {
    background: #99c127;
    background-image: linear-gradient(to right, #99c127 0%, #99c127 18%, #eea813 82%, #eea813 100%);
    z-index: 50;
    min-width: 100%;
    padding: 0px;
    margin-bottom: 5px;
}

[data-magellan-expedition] .sub-nav,
[data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0
}

[data-magellan-expedition] .sub-nav dd,
[data-magellan-expedition-clone] .sub-nav dd {
    margin-bottom: 0
}

[data-magellan-expedition] .sub-nav a,
[data-magellan-expedition-clone] .sub-nav a {
    line-height: 1.8em
}

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333
}

.panel>:first-child {
    margin-top: 0
}

.panel>:last-child {
    margin-bottom: 0
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
    color: #333
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    line-height: 1;
    margin-bottom: .625rem
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
    line-height: 1.4
}

.panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333
}

.panel.callout>:first-child {
    margin-top: 0
}

.panel.callout>:last-child {
    margin-bottom: 0
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p,
.panel.callout li,
.panel.callout dl {
    color: #333
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
    line-height: 1;
    margin-bottom: .625rem
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
    line-height: 1.4
}

.panel.callout a:not(.button) {
    color: #008CBA
}

.panel.callout a:not(.button):hover,
.panel.callout a:not(.button):focus {
    color: #0078a0
}

.panel.radius {
    border-radius: 3px
}

.reveal-modal-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1004;
    display: none;
    left: 0
}

.reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 1005;
    width: 100vw;
    top: 0;
    border-radius: 3px;
    left: 0;
    background-color: #fff;
    padding: 1.25rem;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 1.875rem
}

@media only screen and (max-width: 40em) {
    .reveal-modal {
        min-height: 100vh
    }
}

.reveal-modal .column,
.reveal-modal .columns {
    min-width: 0
}

.reveal-modal>:first-child {
    margin-top: 0
}

.reveal-modal>:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal {
        width: 80%;
        max-width: 108.75rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal {
        top: 6.25rem
    }
}

.reveal-modal.radius {
    border-radius: 3px
}

.reveal-modal.round {
    border-radius: 1000px
}

.reveal-modal.collapse {
    padding: 0
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny {
        width: 30%;
        max-width: 108.75rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
        width: 40%;
        max-width: 108.75rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
        width: 60%;
        max-width: 108.75rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
        width: 70%;
        max-width: 108.75rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
        width: 95%;
        max-width: 108.75rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.reveal-modal.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.full {
        width: 100vw;
        max-width: 108.75rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: .625rem;
    right: 1.375rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer
}

.split.button {
    position: relative;
    padding-right: 5.0625rem
}

.split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px
}

.split.button span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: inset;
    top: 50%;
    left: 50%
}

.split.button span:active {
    background-color: rgba(0, 0, 0, 0.1)
}

.split.button span {
    border-left-color: rgba(255, 255, 255, 0.5)
}

.split.button span {
    width: 3.09375rem
}

.split.button span:after {
    border-top-style: solid;
    border-width: .375rem;
    top: 48%;
    margin-left: -.375rem
}

.split.button span:after {
    border-color: #fff transparent transparent transparent
}

.split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5)
}

.split.button.secondary span:after {
    border-color: #fff transparent transparent transparent
}

.split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5)
}

.split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5)
}

.split.button.tiny {
    padding-right: 3.75rem
}

.split.button.tiny span {
    width: 2.25rem
}

.split.button.tiny span:after {
    border-top-style: solid;
    border-width: .375rem;
    top: 48%;
    margin-left: -.375rem
}

.split.button.small {
    padding-right: 4.375rem
}

.split.button.small span {
    width: 2.625rem
}

.split.button.small span:after {
    border-top-style: solid;
    border-width: .4375rem;
    top: 48%;
    margin-left: -.375rem
}

.split.button.large {
    padding-right: 5.5rem
}

.split.button.large span {
    width: 3.4375rem
}

.split.button.large span:after {
    border-top-style: solid;
    border-width: .3125rem;
    top: 48%;
    margin-left: -.375rem
}

.split.button.expand {
    padding-left: 2rem
}

.split.button.secondary span:after {
    border-color: #333 transparent transparent transparent
}

.split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

.split.button.no-pip span:before {
    border-style: none
}

.split.button.no-pip span:after {
    border-style: none
}

.split.button.no-pip span {
    padding-top: .84375rem
}

.split.button.no-pip.tiny span {
    padding-top: .75rem
}

.split.button.no-pip.small span {
    padding-top: .65625rem
}

.split.button.no-pip.large span {
    padding-top: 1rem
}

.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -.25rem 0 1.125rem;
    padding-top: .25rem
}

.sub-nav dt {
    text-transform: uppercase
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-weight: normal;
    font-size: .875rem;
    color: #999
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
    text-decoration: none;
    color: #999;
    padding: .1875rem 1rem
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
    color: #737373
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
    border-radius: 3px;
    font-weight: normal;
    background: #008CBA;
    padding: .1875rem 1rem;
    cursor: default;
    color: #fff
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
    background: #0078a0
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: solid 1px #ddd;
    table-layout: auto
}

table caption {
    background: transparent;
    color: #222;
    font-size: 1rem;
    font-weight: bold
}

table thead {
    background: #F5F5F5
}

table thead tr th,
table thead tr td {
    padding: .5rem .625rem .625rem;
    font-size: .875rem;
    font-weight: bold;
    color: #222
}

table tfoot {
    background: #F5F5F5
}

table tfoot tr th,
table tfoot tr td {
    padding: .5rem .625rem .625rem;
    font-size: .875rem;
    font-weight: bold;
    color: #222
}

table tr th,
table tr td {
    padding: .5625rem .625rem;
    font-size: .875rem;
    color: #222;
    text-align: left
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: #F9F9F9
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
    display: table-cell;
    line-height: 1.125rem
}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0
}

.tabs:before,
.tabs:after {
    content: " ";
    display: table
}

.tabs:after {
    clear: both
}

.tabs dd,
.tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left
}

.tabs dd>a,
.tabs .tab-title>a {
    outline: none;
    display: block;
    background-color: #EFEFEF;
    color: #222;
    padding: 1rem 2rem;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-size: 1rem
}

.tabs dd>a:hover,
.tabs .tab-title>a:hover {
    background-color: #e1e1e1
}

.tabs dd.active a,
.tabs .tab-title.active a {
    background-color: #fff;
    color: #222
}

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.tabs.vertical dd,
.tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto
}

.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%
}

.tabs-content:before,
.tabs-content:after {
    content: " ";
    display: table
}

.tabs-content:after {
    clear: both
}

.tabs-content>.content {
    display: none;
    float: left;
    padding: .4375rem 0;
    width: 100%
}

.tabs-content>.content.active {
    display: block;
    float: none
}

.tabs-content>.content.contained {
    padding: .4375rem
}

.tabs-content.vertical {
    display: block
}

.tabs-content.vertical>.content {
    padding: 0 .4375rem
}

@media only screen and (min-width: 40.0625em) {
    .tabs.vertical {
        width: 20%;
        max-width: 20%;
        float: left;
        margin: 0 0 1.25rem
    }
    .tabs-content.vertical {
        width: 80%;
        max-width: 80%;
        float: left;
        margin-left: -1px;
        padding-left: 1rem
    }
}

.no-js .tabs-content>.content {
    display: block;
    float: none
}

.has-tip {
    border-bottom: dotted 1px #ccc;
    cursor: help;
    font-weight: bold;
    color: #333
}

.has-tip:hover,
.has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA
}

.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important
}

.tooltip {
    display: none;
    position: absolute;
    z-index: 1006;
    font-weight: normal;
    font-size: .875rem;
    line-height: 1.3;
    padding: .75rem;
    max-width: 300px;
    left: 50%;
    width: 100%;
    color: #fff;
    background: #333
}

.tooltip>.nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    top: -10px;
    pointer-events: none
}

.tooltip>.nub.rtl {
    left: auto;
    right: 5px
}

.tooltip.radius {
    border-radius: 3px
}

.tooltip.round {
    border-radius: 1000px
}

.tooltip.round>.nub {
    left: 2rem
}

.tooltip.opened {
    color: #008CBA !important;
    border-bottom: dotted 1px #003f54 !important
}

.tap-to-close {
    display: block;
    font-size: .625rem;
    color: #777;
    font-weight: normal
}

@media only screen and (min-width: 40.0625em) {
    .tooltip>.nub {
        border-color: transparent transparent #333 transparent;
        top: -10px
    }
    .tooltip.tip-top>.nub {
        border-color: #333 transparent transparent transparent;
        top: auto;
        bottom: -10px
    }
    .tooltip.tip-left,
    .tooltip.tip-right {
        float: none !important
    }
    .tooltip.tip-left>.nub {
        border-color: transparent transparent transparent #333;
        right: -10px;
        left: auto;
        top: 50%;
        margin-top: -5px
    }
    .tooltip.tip-right>.nub {
        border-color: transparent #333 transparent transparent;
        right: auto;
        left: -10px;
        top: 50%;
        margin-top: -5px
    }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 40.0625em
}

.contain-to-grid {
    width: 100%;
    background: #abcd53
}

.contain-to-grid .top-bar {
    margin-bottom: 0
}

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99
}

.fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%
}

.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99
}

.fixed.expanded:not(.top-bar) .top-bar-section {
    z-index: 98;
    margin-top: 2.1875rem
}

.top-bar {
    overflow: hidden;
    height: 2.1875rem;
    line-height: 2.1875rem;
    position: relative;
    background: #96c028;
    margin-bottom: 0
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none
}

.top-bar .row {
    max-width: none
}

.top-bar form,
.top-bar input {
    margin-bottom: 0
}

.top-bar input {
    height: 1.75rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: .75rem
}

.top-bar .button,
.top-bar button {
    padding-top: .4125rem;
    padding-bottom: .4125rem;
    margin-bottom: 0;
    font-size: .75rem
}

@media only screen and (max-width: 40em) {
    .top-bar .button,
    .top-bar button {
        position: relative;
        top: -1px
    }
}

.top-bar .title-area {
    position: relative;
    margin: 0
}

.top-bar .name {
    height: 2.1875rem;
    margin: 0;
    font-size: 16px
}

.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
    line-height: 2.1875rem;
    font-size: 1.0625rem;
    margin: 0
}

.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
    font-weight: normal;
    color: #fff;
    width: 75%;
    display: block;
    padding: 0 .72917rem
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}

.top-bar .toggle-topbar a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 .72917rem;
    height: 2.1875rem;
    line-height: 2.1875rem
}

.top-bar .toggle-topbar.menu-icon {
    top: 50%;
    margin-top: -16px
}

.top-bar .toggle-topbar.menu-icon a {
    height: 34px;
    line-height: 33px;
    padding: 0 2.29167rem 0 .72917rem;
    color: #fff;
    position: relative
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: .72917rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 16px
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""
}

.top-bar.expanded {
    height: auto;
    background: transparent
}

.top-bar.expanded .title-area {
    background: #abcd53
}

.top-bar.expanded .toggle-topbar a {
    color: #888
}

.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out
}

.top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
    border-top: solid 1px #bd8711;
    clear: both;
    height: 1px;
    width: 100%
}

.top-bar-section ul li {
    background: #fff
}

.top-bar-section ul li>a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0 12px 0;
    padding-left: .72917rem;
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    text-transform: none
}

.top-bar-section ul li>a.button {
    font-size: 1.25rem;
    padding-right: .72917rem;
    padding-left: .72917rem;
    background-color: #008CBA;
    border-color: #007095;
    color: #fff
}

.top-bar-section ul li>a.button:hover,
.top-bar-section ul li>a.button:focus {
    background-color: #007095
}

.top-bar-section ul li>a.button:hover,
.top-bar-section ul li>a.button:focus {
    color: #fff
}

.top-bar-section ul li>a.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333
}

.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.button.secondary:focus {
    background-color: #b9b9b9
}

.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.button.secondary:focus {
    color: #333
}

.top-bar-section ul li>a.button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff
}

.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.button.success:focus {
    background-color: #368a55
}

.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.button.success:focus {
    color: #fff
}

.top-bar-section ul li>a.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

.top-bar-section ul li>a.button.alert:hover,
.top-bar-section ul li>a.button.alert:focus {
    background-color: #cf2a0e
}

.top-bar-section ul li>a.button.alert:hover,
.top-bar-section ul li>a.button.alert:focus {
    color: #fff
}

.top-bar-section ul li>a.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff
}

.top-bar-section ul li>a.button.warning:hover,
.top-bar-section ul li>a.button.warning:focus {
    background-color: #cf6e0e
}

.top-bar-section ul li>a.button.warning:hover,
.top-bar-section ul li>a.button.warning:focus {
    color: #fff
}

.top-bar-section ul li>button {
    font-size: 1.25rem;
    padding-right: .72917rem;
    padding-left: .72917rem;
    background-color: #008CBA;
    border-color: #007095;
    color: #fff
}

.top-bar-section ul li>button:hover,
.top-bar-section ul li>button:focus {
    background-color: #007095
}

.top-bar-section ul li>button:hover,
.top-bar-section ul li>button:focus {
    color: #fff
}

.top-bar-section ul li>button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333
}

.top-bar-section ul li>button.secondary:hover,
.top-bar-section ul li>button.secondary:focus {
    background-color: #b9b9b9
}

.top-bar-section ul li>button.secondary:hover,
.top-bar-section ul li>button.secondary:focus {
    color: #333
}

.top-bar-section ul li>button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff
}

.top-bar-section ul li>button.success:hover,
.top-bar-section ul li>button.success:focus {
    background-color: #368a55
}

.top-bar-section ul li>button.success:hover,
.top-bar-section ul li>button.success:focus {
    color: #fff
}

.top-bar-section ul li>button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

.top-bar-section ul li>button.alert:hover,
.top-bar-section ul li>button.alert:focus {
    background-color: #cf2a0e
}

.top-bar-section ul li>button.alert:hover,
.top-bar-section ul li>button.alert:focus {
    color: #fff
}

.top-bar-section ul li>button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff
}

.top-bar-section ul li>button.warning:hover,
.top-bar-section ul li>button.warning:focus {
    background-color: #cf6e0e
}

.top-bar-section ul li>button.warning:hover,
.top-bar-section ul li>button.warning:focus {
    color: #fff
}

.top-bar-section ul li:hover:not(.has-form)>a {
    background-color: #555;
    background: #333;
    color: #fff
}

.top-bar-section ul li.active>a {
    background: #008CBA;
    color: #fff
}

.top-bar-section ul li.active>a:hover {
    background: #0078a0;
    color: #fff
}

.top-bar-section .has-form {
    padding: .72917rem
}

.top-bar-section .has-dropdown {
    position: relative
}

.top-bar-section .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
    border-left-style: solid;
    margin-right: .72917rem;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 0
}

.top-bar-section .has-dropdown.moved {
    position: static
}

.top-bar-section .has-dropdown.moved>.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
    width: 100%
}

.top-bar-section .has-dropdown.moved>a:after {
    display: none
}

.top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto
}

.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px .72917rem
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: normal
}

.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem
}

.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
    color: #fff;
    display: block
}

.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
    background: none
}

.top-bar-section .dropdown li.has-form {
    padding: 8px .72917rem
}

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
    top: auto
}

.top-bar-section .dropdown label {
    padding: 8px .72917rem 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
    font-size: .625rem
}

.js-generated {
    display: block
}

@media only screen and (min-width: 64.0625em) {
    .top-bar {
        background: #F7DDA5;
        overflow: visible
    }
    .top-bar:before,
    .top-bar:after {
        content: " ";
        display: table
    }
    .top-bar:after {
        clear: both
    }
    .top-bar .toggle-topbar {
        display: none
    }
    .top-bar .title-area {
        float: left
    }
    .top-bar .name h1 a {
        width: auto
    }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
        font-size: .875rem;
        position: relative;
        height: 1.75rem;
        top: .21875rem
    }
    .top-bar.expanded {
        background: #F7DDA5
    }
    .contain-to-grid .top-bar {
        max-width: 108.75rem;
        margin: 0 auto;
        margin-bottom: 0
    }
    .top-bar-section {
        transition: none 0 0;
        left: 0 !important
    }
    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline
    }
    .top-bar-section ul li {
        float: left
    }
    .top-bar-section ul li .js-generated {
        display: none
    }
    .top-bar-section li.hover>a:not(.button) {
        background-color: #555;
        background: #333;
        color: #fff
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 .72917rem;
        line-height: 2.1875rem;
        background: #F7DDA5
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555;
        background: #333
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding: 0 .72917rem;
        line-height: 2.1875rem;
        color: #fff;
        background: #008CBA
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #fff
    }
    .top-bar-section .has-dropdown>a {
        padding-right: 1.97917rem !important
    }
    .top-bar-section .has-dropdown>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -3px;
        top: 1.09375rem
    }
    .top-bar-section .has-dropdown.moved {
        position: relative
    }
    .top-bar-section .has-dropdown.moved>.dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    .top-bar-section .has-dropdown.hover>.dropdown,
    .top-bar-section .has-dropdown.not-click:hover>.dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }
    .top-bar-section .has-dropdown>a:focus+.dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        top: 1rem;
        margin-top: -1px;
        right: 5px;
        line-height: 1.2
    }
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        min-width: 100%
    }
    .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 2.1875rem;
        white-space: nowrap;
        padding: 12px .72917rem;
        background: #333
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
        color: #fff;
        background: #333
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
        color: #fff;
        background-color: #555;
        background: #333
    }
    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }
    .top-bar-section>ul>.divider,
    .top-bar-section>ul>[role="separator"] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #f8e1b1;
        clear: none;
        height: 2.1875rem;
        width: 0
    }
    .top-bar-section .has-form {
        background: #F7DDA5;
        padding: 0 .72917rem;
        height: 2.1875rem
    }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0
    }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%
    }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0
    }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%
    }
    .no-js .top-bar-section ul li:hover>a {
        background-color: #555;
        background: #333;
        color: #fff
    }
    .no-js .top-bar-section ul li:active>a {
        background: #008CBA;
        color: #fff
    }
    .no-js .top-bar-section .has-dropdown:hover>.dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }
    .no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important
    }
    .small-only-text-right {
        text-align: right !important
    }
    .small-only-text-center {
        text-align: center !important
    }
    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }
    .small-text-right {
        text-align: right !important
    }
    .small-text-center {
        text-align: center !important
    }
    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important
    }
    .medium-only-text-right {
        text-align: right !important
    }
    .medium-only-text-center {
        text-align: center !important
    }
    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-text-left {
        text-align: left !important
    }
    .medium-text-right {
        text-align: right !important
    }
    .medium-text-center {
        text-align: center !important
    }
    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important
    }
    .large-only-text-right {
        text-align: right !important
    }
    .large-only-text-center {
        text-align: center !important
    }
    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-text-left {
        text-align: left !important
    }
    .large-text-right {
        text-align: right !important
    }
    .large-text-center {
        text-align: center !important
    }
    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important
    }
    .xlarge-only-text-right {
        text-align: right !important
    }
    .xlarge-only-text-center {
        text-align: center !important
    }
    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .xlarge-text-left {
        text-align: left !important
    }
    .xlarge-text-right {
        text-align: right !important
    }
    .xlarge-text-center {
        text-align: center !important
    }
    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important
    }
    .xxlarge-only-text-right {
        text-align: right !important
    }
    .xxlarge-only-text-center {
        text-align: center !important
    }
    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) {
    .xxlarge-text-left {
        text-align: left !important
    }
    .xxlarge-text-right {
        text-align: right !important
    }
    .xxlarge-text-center {
        text-align: center !important
    }
    .xxlarge-text-justify {
        text-align: justify !important
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

a {
    color: #008CBA;
    text-decoration: none;
    line-height: inherit
}

a:hover,
a:focus {
    color: #0078a0
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

p.lead {
    font-size: 1.21875rem;
    line-height: 1.6
}

p aside {
    font-size: .875rem;
    line-height: 1.35;
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0
}

h1 {
    font-size: 2.125rem
}

h2 {
    font-size: 1.6875rem
}

h3 {
    font-size: 1.375rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: .2rem;
    margin-bottom: .5rem
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #333;
    background-color: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #dfdfdf;
    padding: .125rem .3125rem .0625rem
}

ul,
ol,
dl {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit
}

ul {
    margin-left: 1.1rem
}

ul.no-bullet {
    margin-left: 0
}

ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none
}

ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem
}

ul.no-bullet {
    list-style: none
}

ol {
    margin-left: 1.4rem
}

ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3rem;
    font-weight: bold
}

dl dd {
    margin-bottom: .75rem
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    cursor: help
}

abbr {
    text-transform: none
}

abbr[title] {
    border-bottom: 1px dotted #ddd
}

blockquote {
    margin: 0 0 1.25rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: .8125rem;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #555
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: .625rem .75rem
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: bold;
    font-size: .9375rem
}

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 .0625rem
}

@media only screen and (min-width: 40.0625em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4
    }
    h1 {
        font-size: 2.75rem
    }
    h2 {
        font-size: 2.3125rem
    }
    h3 {
        font-size: 1.6875rem
    }
    h4 {
        font-size: 1.4375rem
    }
    h5 {
        font-size: 1.125rem
    }
    h6 {
        font-size: 1rem
    }
}

.print-only {
    display: none !important
}

@media print {
    * {
        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) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]: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
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .hide-on-print {
        display: none !important
    }
    .print-only {
        display: block !important
    }
    .hide-for-print {
        display: none !important
    }
    .show-for-print {
        display: inherit !important
    }
}

.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden
}

.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch
}

.inner-wrap {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease
}

.inner-wrap:before,
.inner-wrap:after {
    content: " ";
    display: table
}

.inner-wrap:after {
    clear: both
}

.tab-bar {
    -webkit-backface-visibility: hidden;
    background: #333;
    color: #fff;
    height: 3.625rem;
    line-height: 3.625rem;
    position: relative
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
    color: #fff;
    font-weight: bold;
    line-height: 3.625rem;
    margin: 0
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
    font-size: 1.125rem
}

.left-small {
    width: 3.625rem;
    height: 3.625rem;
    position: absolute;
    top: 0;
    border-right: solid 1px #1a1a1a;
    left: 0
}

.right-small {
    width: 3.625rem;
    height: 3.625rem;
    position: absolute;
    top: 0;
    border-left: solid 1px #1a1a1a;
    right: 0
}

.tab-bar-section {
    padding: 0 .625rem;
    position: absolute;
    text-align: center;
    height: 3.625rem;
    top: 0
}

@media only screen and (min-width: 40.0625em) {
    .tab-bar-section.left {
        text-align: left
    }
    .tab-bar-section.right {
        text-align: right
    }
}

.tab-bar-section.left {
    left: 0;
    right: 3.625rem
}

.tab-bar-section.right {
    left: 3.625rem;
    right: 0
}

.tab-bar-section.middle {
    left: 3.625rem;
    right: 3.625rem
}

.tab-bar .menu-icon {
    text-indent: 2.1875rem;
    width: 3.625rem;
    height: 3.625rem;
    display: block;
    padding: 0;
    color: #fff;
    position: relative;
    transform: translate3d(0, 0, 0)
}

.tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -.5rem;
    left: 1.3125rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 1rem
}

.tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3
}

.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.4375rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    background: #99C127;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0
}

.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden
}

.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.4375rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    background: #99C127;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0
}

.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden
}

ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

ul.off-canvas-list li label {
    display: block;
    padding: 0.8rem .9375rem;
    color: #ddd;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0
}

ul.off-canvas-list li a {
    display: block;
    padding: .66667rem;
    color: #fff;
    border-bottom: 1px solid #73911d;
    transition: background 300ms ease
}

ul.off-canvas-list li a:hover {
    background: #242424
}

.move-right>.inner-wrap {
    -ms-transform: translate(15.4375rem, 0);
    -webkit-transform: translate3d(15.4375rem, 0, 0);
    -moz-transform: translate3d(15.4375rem, 0, 0);
    -ms-transform: translate3d(15.4375rem, 0, 0);
    -o-transform: translate3d(15.4375rem, 0, 0);
    transform: translate3d(15.4375rem, 0, 0)
}

.move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05)
    }
}

.move-left>.inner-wrap {
    -ms-transform: translate(-15.4375rem, 0);
    -webkit-transform: translate3d(-15.4375rem, 0, 0);
    -moz-transform: translate3d(-15.4375rem, 0, 0);
    -ms-transform: translate3d(-15.4375rem, 0, 0);
    -o-transform: translate3d(-15.4375rem, 0, 0);
    transform: translate3d(-15.4375rem, 0, 0)
}

.move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05)
    }
}

.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003
}

.offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05)
    }
}

.offcanvas-overlap-left .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003
}

.offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05)
    }
}

.offcanvas-overlap-right .left-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003
}

.offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05)
    }
}

.no-csstransforms .left-off-canvas-menu {
    left: -15.4375rem
}

.no-csstransforms .right-off-canvas-menu {
    right: -15.4375rem
}

.no-csstransforms .move-left>.inner-wrap {
    right: 15.4375rem
}

.no-csstransforms .move-right>.inner-wrap {
    left: 15.4375rem
}

.left-submenu {
    -webkit-backface-visibility: hidden;
    width: 15.4375rem;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #99C127;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease
}

.left-submenu * {
    -webkit-backface-visibility: hidden
}

.left-submenu .back>a {
    padding: 0.8rem .9375rem;
    color: #ddd;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0
}

.left-submenu .back>a:hover {
    background: #303030;
    border-top: 1px solid #5e5e5e;
    border-bottom: none
}

.left-submenu .back>a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline
}

.left-submenu.move-right,
.left-submenu.offcanvas-overlap-right,
.left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

.right-submenu {
    -webkit-backface-visibility: hidden;
    width: 15.4375rem;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #99C127;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease
}

.right-submenu * {
    -webkit-backface-visibility: hidden
}

.right-submenu .back>a {
    padding: 0.8rem .9375rem;
    color: #ddd;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0
}

.right-submenu .back>a:hover {
    background: #303030;
    border-top: 1px solid #5e5e5e;
    border-bottom: none
}

.right-submenu .back>a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline
}

.right-submenu.move-left,
.right-submenu.offcanvas-overlap-left,
.right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline
}

@media only screen {
    .show-for-small-only,
    .show-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .visible-for-small-only,
    .visible-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .hidden-for-small-only,
    .hidden-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.show-for-small-only,
    table.show-for-small-up,
    table.show-for-small,
    table.show-for-small-down,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important
    }
    thead.show-for-small-only,
    thead.show-for-small-up,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.show-for-small-only,
    tbody.show-for-small-up,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.show-for-small-only,
    tr.show-for-small-up,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }
    th.show-for-small-only,
    td.show-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.show-for-small,
    td.show-for-small,
    th.show-for-small-down,
    td.show-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.hide-for-medium-up,
    td.hide-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 40.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.show-for-medium-only,
    td.show-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.show-for-medium,
    td.show-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 64.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.show-for-large-only,
    td.show-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.show-for-large,
    td.show-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up,
    table.show-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.show-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.show-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.show-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.show-for-xlarge-only,
    td.show-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.show-for-xlarge,
    td.show-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 120.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-xlarge-only,
    .show-for-xlarge-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-xlarge-only,
    .visible-for-xlarge-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-xlarge-only,
    .hidden-for-xlarge-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-xlarge-only,
    table.show-for-xlarge-up,
    table.hide-for-xlarge,
    table.hide-for-xlarge-down,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up,
    table.show-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table !important
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-down,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up,
    thead.show-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-down,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up,
    tbody.show-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-down,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up,
    tr.show-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.hide-for-xlarge-down,
    td.hide-for-xlarge-down,
    th.show-for-xxlarge-only,
    td.show-for-xxlarge-only,
    th.show-for-xxlarge-up,
    td.show-for-xxlarge-up,
    th.show-for-xxlarge,
    td.show-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

.show-for-landscape,
.hide-for-portrait {
    display: inherit !important
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

table.hide-for-landscape,
table.show-for-portrait {
    display: table !important
}

thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group !important
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group !important
}

tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row !important
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
    table.show-for-landscape,
    table.hide-for-portrait {
        display: table !important
    }
    thead.show-for-landscape,
    thead.hide-for-portrait {
        display: table-header-group !important
    }
    tbody.show-for-landscape,
    tbody.hide-for-portrait {
        display: table-row-group !important
    }
    tr.show-for-landscape,
    tr.hide-for-portrait {
        display: table-row !important
    }
    td.show-for-landscape,
    td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
    table.show-for-portrait,
    table.hide-for-landscape {
        display: table !important
    }
    thead.show-for-portrait,
    thead.hide-for-landscape {
        display: table-header-group !important
    }
    tbody.show-for-portrait,
    tbody.hide-for-landscape {
        display: table-row-group !important
    }
    tr.show-for-portrait,
    tr.hide-for-landscape {
        display: table-row !important
    }
    td.show-for-portrait,
    td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch {
    display: inherit !important
}

.touch .show-for-touch {
    display: inherit !important
}

.touch .hide-for-touch {
    display: none !important
}

table.hide-for-touch {
    display: table !important
}

.touch table.show-for-touch {
    display: table !important
}

thead.hide-for-touch {
    display: table-header-group !important
}

.touch thead.show-for-touch {
    display: table-header-group !important
}

tbody.hide-for-touch {
    display: table-row-group !important
}

.touch tbody.show-for-touch {
    display: table-row-group !important
}

tr.hide-for-touch {
    display: table-row !important
}

.touch tr.show-for-touch {
    display: table-row !important
}

td.hide-for-touch {
    display: table-cell !important
}

.touch td.show-for-touch {
    display: table-cell !important
}

th.hide-for-touch {
    display: table-cell !important
}

.touch th.show-for-touch {
    display: table-cell !important
}

@media print {
    .show-for-print {
        display: block
    }
    .hide-for-print {
        display: none
    }
    table.show-for-print {
        display: table !important
    }
    thead.show-for-print {
        display: table-header-group !important
    }
    tbody.show-for-print {
        display: table-row-group !important
    }
    tr.show-for-print {
        display: table-row !important
    }
    td.show-for-print {
        display: table-cell !important
    }
    th.show-for-print {
        display: table-cell !important
    }
}

.bxslider-wrapper {
    margin-bottom: 1.25rem
}

.bxslider-wrapper .bx-wrapper {
    margin: 0 auto 5px
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .bxslider-wrapper .bx-wrapper .bx-viewport {
        height: 8.75rem !important
    }
}

@media only screen and (max-width: 40em) {
    .bxslider-wrapper .bx-wrapper .bx-viewport {
        height: 9.6875rem !important
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .bxslider-wrapper .bx-wrapper .bx-viewport article {
        width: 12.25rem !important
    }
}

@media only screen and (max-width: 40em) {
    .bxslider-wrapper .bx-wrapper .bx-viewport article {
        width: 11.875rem !important
    }
}

@media only screen and (min-width: 64.0625em) {
    .bxslider-wrapper .bx-wrapper .bx-viewport article {
        width: 11.875rem !important
    }
}

.bxslider-wrapper .bx-wrapper .bx-viewport article a div .artikel-thumb-wrapper {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.bxslider-wrapper .bx-wrapper .bx-viewport article a div .artikel-thumb-wrapper .artikel-thumb-text-wrapper {
    position: absolute;
    bottom: 0;
    padding: 0 .6875rem;
    margin-bottom: .625rem;
    line-height: 1
}

.bxslider-wrapper .bx-wrapper .bx-viewport article a div .artikel-thumb-wrapper .artikel-thumb-text-wrapper h3 {
    display: inline;
    font-size: .6875rem;
    line-height: 1.3;
    background-color: white;
    background: rgba(255, 255, 255, 0.8);
    padding: .125rem .5rem;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    margin: 0
}

.bxslider-wrapper .bx-wrapper .bx-viewport article a div .artikel-thumb-wrapper .artikel-thumb-text-wrapper h3:hover {
    background-color: white;
    background: rgba(215, 215, 215, 0.9);
    text-shadow: 0px -1px 0px #fff;
    text-decoration: underline !important
}

.bxslider-wrapper .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
    background: #F7DDA5;
    opacity: 0.25;
    pointer-events: none
}

.bxslider-wrapper1 {
    margin-bottom: 1.25rem
}

.bxslider-wrapper1 .bx-wrapper {
    margin: 0 auto 5px
}

.bxslider-wrapper1 .bx-wrapper .bx-viewport article a div .artikel-thumb-wrapper {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.bxslider-wrapper1 .bx-wrapper .bx-viewport article a div .artikel-thumb-wrapper .artikel-thumb-text-wrapper {
    position: absolute;
    bottom: 0;
    padding: 0 .6875rem;
    margin-bottom: .625rem;
    line-height: 1
}

.bxslider-wrapper1 .bx-wrapper .bx-viewport article a div .artikel-thumb-wrapper .artikel-thumb-text-wrapper h3 {
    display: inline;
    font-size: 1rem;
    line-height: 1.3;
    background-color: white;
    background: rgba(255, 255, 255, 0.8);
    padding: .125rem .5rem;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    margin: 0
}

.bxslider-wrapper1 .bx-wrapper .bx-viewport article a div .artikel-thumb-wrapper .artikel-thumb-text-wrapper h3:hover {
    background-color: white;
    background: rgba(215, 215, 215, 0.9);
    text-shadow: 0px -1px 0px #fff;
    text-decoration: underline !important
}

.bxslider-wrapper1 .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
    background: #F7DDA5;
    opacity: 0.25;
    pointer-events: none
}

.mCustomScrollbar .mCSB_inside>.mCSB_container {
    border-right: 1px solid #fff;
    padding-top: .4375rem;
    margin-right: 2rem
}

.mCustomScrollBox .mCSB_scrollTools {
    right: .375rem
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_buttonUp {
    right: .125rem;
    opacity: 1;
    background-position: -48px 0
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_buttonDown {
    right: .125rem;
    opacity: 1;
    background-position: -48px -20px
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #F7DDA5;
    margin-right: .25rem;
    right: 0
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    width: 1rem;
    right: -.125rem
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    background-color: #eea813;
    width: 1rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #eea813
}




.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@media only screen and (max-width: 40em) {
    .row header.site-header {
        margin-bottom: .4375rem
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 46.5em) {
    .header-bg .header-bg-collage .logo img {
        margin-left: 3%;
        width: 15.875rem;
        height: 3.6875rem;
        margin-bottom: 1rem
    }
}

@media only screen and (min-width: 46.563em) and (max-width: 64em) {
    .header-bg .header-bg-collage .logo img {
        width: 18.5625rem;
        height: 4.3125rem;
		margin-top: -.5rem;
        margin-bottom: .375rem
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .header-bg .header-bg-collage .logo {
        padding-top: 0.25rem;
        
    }
}

@media only screen and (min-width: 64.0625em) {
    .header-bg .header-bg-collage .logo {
		margin-top: 0.25rem;
        padding-top: 0rem;
		padding-left: 5rem;
		padding-right: 5rem;
    }
	.header-bg .header-bg-collage .logo img {
        width: 42%
    }
	
	
}

@media only screen and (min-width: 64.0625em) and (max-width: 78.125em) {
    
    .header-bg .header-bg-collage .logo img {
        margin-top: 0rem
    }
}

.header-bg .header-bg-collage .login-medium-up-wrapper {
    float: right;
    min-height: 8rem;
    border: none;
    margin: 0;
    width: 15rem;
    padding: .9375rem 1.8125rem .6875rem 1.375rem;
    background-color: #99C027;
    -webkit-box-shadow: 2px 7px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 7px 12px 0px rgba(0, 0, 0, 0.75)
}

.header-bg .header-bg-collage .login-medium-up-wrapper .login-medium-up-input-wrapper {
    margin: 0
}

.header-bg .header-bg-collage .login-medium-up-wrapper .login-medium-up-input-wrapper input {
    margin-bottom: .625rem;
    font-size: .875rem;
    padding-top: .1875rem;
    padding-bottom: .1875rem;
    height: 1.5625rem;
    color: #222;
    -webkit-box-shadow: 1px 2px 4.75px 0.25px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 4.75px 0.25px rgba(0, 0, 0, 0.75)
}

.header-bg .header-bg-collage .login-medium-up-wrapper .login-medium-up-text-wrapper {
    margin-top: 0;
    font-size: .75rem;
    line-height: 1.4
}

.header-bg .header-bg-collage .login-medium-up-wrapper .login-medium-up-text-wrapper a {
    color: #fff
}

.header-bg .header-bg-collage .login-medium-up-wrapper .login-medium-up-text-wrapper a:hover,
.header-bg .header-bg-collage .login-medium-up-wrapper .login-medium-up-text-wrapper a:focus {
    color: #222
}

.header-bg .header-bg-collage .login-medium-up-wrapper .login-medium-up-text-wrapper .button {
    margin-top: .1875rem;
    margin-bottom: 0;
    padding: .125rem .375rem;
    font-size: 1.125rem;
    color: #99C027;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 4.75px 0.25px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 4.75px 0.25px rgba(0, 0, 0, 0.75)
}

.header-bg .header-bg-collage .login-medium-up-wrapper .login-medium-up-text-wrapper .button:hover,
.header-bg .header-bg-collage .login-medium-up-wrapper .login-medium-up-text-wrapper .button:focus {
    color: #fff;
    background-color: #eea813
}

.header-bg .header-bg-collage .loggedin-medium-up-wrapper {
    white-space: nowrap;
    padding-left: .875rem
}

.header-bg .header-bg-collage .loggedin-medium-up-wrapper .login-medium-up-input-wrapper {
    margin-bottom: .375rem
}

.header-bg .header-bg-collage .loggedin-medium-up-wrapper .login-medium-up-input-wrapper .loged-in-username {
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: .1875rem;
    padding-left: .5rem
}

.header-bg .header-bg-collage .loggedin-medium-up-wrapper .login-medium-up-input-wrapper a {
    line-height: .75rem;
    color: #fff
}

.header-bg .header-bg-collage .loggedin-medium-up-wrapper .login-medium-up-input-wrapper a.no-label {
    padding-left: .5rem
}

.header-bg .header-bg-collage .loggedin-medium-up-wrapper .login-medium-up-input-wrapper a:hover,
.header-bg .header-bg-collage .loggedin-medium-up-wrapper .login-medium-up-input-wrapper a:focus {
    color: #222
}

.header-bg .header-bg-collage .loggedin-medium-up-wrapper .login-medium-up-input-wrapper a.logged-in {
    font-size: .75rem
}

.header-bg .header-bg-collage .loggedin-medium-up-wrapper .login-medium-up-text-wrapper a.profil-bearbeiten {
    padding-left: .5rem
}

.header-bg .header-bg-collage .loggedin-medium-up-wrapper .login-medium-up-text-wrapper .button.logout-button {
    position: absolute;
    bottom: -.75rem;
    padding: .125rem .375rem;
    line-height: normal
}



.header-bg .header-bg-collage .header-searchform-row .searchform-row-small input {
    margin-bottom: 0;
    border: none;
    font-size: 1rem;
    padding-top: .5625rem;
    padding-bottom: .4375rem;
    width: 98.5%;
    -webkit-box-shadow: 2px 7px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 7px 12px 0px rgba(0, 0, 0, 0.75)
}

@media only screen and (min-width: 64.0625em) {
    .header-bg .header-bg-collage .header-searchform-row .searchform-row-small input {
        padding: .25rem .4375rem
    }
}

@media only screen and (min-width: 64.0625em) {
	
	.header-searchform-row {
		padding-top: 5.5rem;
	}
	
    .header-bg .header-bg-collage .header-searchform-row .searchform-row-small {
        margin: 0 2.1875rem;
        -webkit-box-shadow: none;
        box-shadow: none
    }
	
    .header-bg .header-bg-collage .header-searchform-row .searchform-row-small .searchform-wrapper input {
        height: 2.1875rem;
        padding-top: .25rem;
        padding-bottom: .125rem;
        font-size: 1.125rem;
        width: 99%
    }
	
	.subtitel_philo {
		font-size: 1.2rem;
		color: #064674;
		text-shadow: 1px 1px 2px #fff; 
		font-weight: bold;
		margin-bottom: 0.4rem;
			
	}
}

@media only screen and (min-width: 74.0625em) {
	
	.header-searchform-row {
		padding-top: 7rem;
	}
	
    .header-bg .header-bg-collage .header-searchform-row .searchform-row-small {
        margin: 0 2.1875rem;
        -webkit-box-shadow: none;
        box-shadow: none
    }
	
    .header-bg .header-bg-collage .header-searchform-row .searchform-row-small .searchform-wrapper input {
        height: 2.1875rem;
        padding-top: .25rem;
        padding-bottom: .125rem;
        font-size: 1.125rem;
        width: 99%
    }
	
	.subtitel_philo {
		font-size: 1.25rem;
		color: #064674;
		text-shadow: 1px 1px 2px #fff;
		font-weight: bold;
		margin-bottom: 0.1rem;
			
	}
}

 .header-searchform-row  .search-button {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.25rem;
    background-color: #99C027;
    color: #fff;
    z-index: 0;
    
}

.header-bg .header-bg-collage .header-searchform-row .searchform-row-small .search-button {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.25rem;
    background-color: #99C027;
    color: #fff;
    z-index: 0;
    -webkit-box-shadow: 2px 7px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 7px 12px 0px rgba(0, 0, 0, 0.75)
}

.header-bg .header-bg-collage .header-searchform-row .searchform-row-small .search-button:hover,
.header-bg .header-bg-collage .header-searchform-row .searchform-row-small .search-button:focus {
    color: #99C027;
    background-color: #fff
}

@media only screen and (min-width: 64.0625em) {
    .header-bg .header-bg-collage .header-searchform-row .searchform-row-small .search-button {
        line-height: 1.6875rem;
        height: 2.1875rem;
        font-size: 1.1875rem
    }
}

@media only screen and (min-width: 73em) {
    .header-bg .header-bg-collage .header-searchform-row .searchform-row-small .search-button {
        font-size: 1.4375rem
    }
}

@media only screen and (min-width: 80em) {
    .header-bg .header-bg-collage .header-searchform-row .searchform-row-small .search-button {
        font-size: 1.5rem
    }
}

.header-bg .header-bg-collage .header-searchform-row .searchform-row-small .pfeil img {
    position: relative;
    top: -.375rem;
    margin-right: -.2rem;
    max-height: 3.0rem
}

.header-bg {
    background-color: #99c127;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF99C127', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzEyNyIvPjxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjOTljMTI3Ii8+PHN0b3Agb2Zmc2V0PSI4MiUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #99c127), color-stop(18%, #99c127), color-stop(82%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(left, #99c127 0%, #99c127 18%, #eea813 82%, #eea813 100%);
    background-image: -webkit-linear-gradient(left, #99c127 0%, #99c127 18%, #eea813 82%, #eea813 100%);
    background-image: linear-gradient(to right, #99c127 0%, #99c127 18%, #eea813 82%, #eea813 100%);
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='./img/ie7-8/header-ie8.jpg', sizingMethod='scale')
}

@media only screen and (max-width: 40em) {
    .header-bg .header-bg-collage {
        padding: .875rem
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .header-bg .header-bg-collage {
        min-height: 9.0625rem;
        background-image: url(/img/Header_Hauptseite.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top -40px center
    }
}

@media only screen and (min-width: 64.0625em) {
    .header-bg .header-bg-collage {
        padding-bottom: 0;
        height: 15.0625rem;
        background-image: url(/img/Header_Hauptseite.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center
    }
}

@media only screen and (min-width: 74.0625em) {
    .header-bg .header-bg-collage {
        padding-bottom: 0;
        min-height: 17.75rem;

		background: linear-gradient(to bottom, rgba(0,0,0,0) 75%, rgba(0,0,0,0.7)), url(/img/Header_Hauptseite.jpg);

		
		
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center
    }
}

.mobil-login-wrapper {
    padding: .4375rem
}

.mobil-login-wrapper .login-mobil {
    padding-top: .4375rem
}

.mobil-login-wrapper .login-mobil .mobillogin-label-heading {
    margin-bottom: .625rem
}

.mobil-login-wrapper .login-mobil .mobilloginlabels {
    background-color: transparent;
    padding-top: .4375rem;
    padding-bottom: 0;
    padding-left: 0;
    color: #333;
    border: none
}

.mobil-login-wrapper .login-mobil input {
    margin: .4375rem 0;
    height: 3rem;
    border: none;
    font-size: 1.3125rem;
    color: #222;
    padding: 1rem .4375rem .9375rem
}

.mobil-login-wrapper .login-mobil input::-webkit-input-placeholder {
    color: #ccc
}

.mobil-login-wrapper .login-mobil input::-moz-placeholder {
    color: #ccc
}

.mobil-login-wrapper .login-mobil input:-moz-placeholder {
    color: #ccc
}

.mobil-login-wrapper .login-mobil input:-ms-input-placeholder {
    color: #ccc
}

.mobil-login-wrapper .login-mobil .login-button-mobil {
    font-size: 1.3125rem;
    color: #99C027;
    background-color: #fff;
    padding: .75rem .4375rem .75rem;
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
    width: 100%
}

.mobil-login-wrapper .login-mobil .login-button-mobil:hover {
    -webkit-box-shadow: 3px 3px 8px 4px #2d2d2d;
    box-shadow: 3px 3px 8px 4px #2d2d2d
}

.mobil-login-wrapper .login-mobil .login-mobil-mitglied-pwvergessen {
    margin-top: 0;
    padding: 0
}

.mobil-login-wrapper .login-mobil .login-mobil-mitglied-pwvergessen a {
    color: #fff;
    border-bottom: 1px solid #73911d;
    border-top: 1px solid #73911d
}

.mobil-login-wrapper.loggedin-off-canvas .login-mobil .mobillogin-label-heading {
    margin-bottom: .625rem
}

.mobil-login-wrapper.loggedin-off-canvas .login-mobil .mobilloginlabels {
    font-size: 1.25rem;
    margin: .3125rem 0 .3125rem 0;
    padding-top: 0
}

.mobil-login-wrapper.loggedin-off-canvas .login-mobil .mobilloginlabels.off-canvas-headlabel {
    margin: .3125rem 0 1.5625rem 0;
    padding: 0 .5rem;
    color: #fff;
    font-size: 1.625rem
}

.mobil-login-wrapper.loggedin-off-canvas .login-mobil a {
    font-size: 1rem;
    padding: .5rem;
    text-transform: uppercase;
    color: #fff;
    margin: .3125rem 0
}

.mobil-login-wrapper.loggedin-off-canvas .login-mobil a:hover {
    color: #222
}

.mobil-login-wrapper.loggedin-off-canvas .login-mobil .login-button-mobil {
    font-size: 1.3125rem;
    color: #99C027;
    background-color: #fff;
    padding: .75rem .4375rem .75rem;
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem
}

.mobil-login-wrapper.loggedin-off-canvas .login-mobil .login-button-mobil:hover {
    -webkit-box-shadow: 3px 3px 8px 4px #2d2d2d;
    box-shadow: 3px 3px 8px 4px #2d2d2d
}

.mobil-login-wrapper.loggedin-off-canvas .login-mobil .login-mobil-mitglied-pwvergessen {
    margin-top: 1.5625rem
}

.mobil-login-wrapper.loggedin-off-canvas .login-mobil .login-mobil-mitglied-pwvergessen a {
    padding: .5rem 1rem
}

.mobil-login-wrapper.loggedin-off-canvas .login-mobil .login-mobil-mitglied-pwvergessen a:hover {
    color: #fff
}

@media only screen and (min-width: 40.0625em) {
    nav.top-bar {
        text-align: center
    }
    section.top-bar-section {
        display: inline-block;
        background-color: #EEC369;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
        background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
        background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
        background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%)
    }
    div.contain-to-grid.fixed {
        background: none
    }
    div.contain-to-grid.fixed .mainnav .top-bar-section {
        box-shadow: 0px 2px 4.75px 0.25px rgba(0, 0, 0, 0.75)
    }
    div.contain-to-grid .mainnav {
        border-top: 2px solid #fff
    }
}

@media only screen and (min-width: 40.0625em) and (min-width: 40.0625em) and (max-width: 64em) {
    div.contain-to-grid .mainnav {
        height: 3.625rem;
        margin-bottom: .125rem
    }
}

@media only screen and (min-width: 40.0625em) and (min-width: 40.0625em) and (max-width: 64em) {
    div.contain-to-grid .mainnav .name {
        height: 3.625rem
    }
}

@media only screen and (min-width: 40.0625em) and (min-width: 40.0625em) and (max-width: 64em) {
    div.contain-to-grid .mainnav.expanded {
        height: auto
    }
}

@media only screen and (min-width: 40.0625em) {
    div.contain-to-grid .mainnav .toggle-topbar.menu-icon {
        margin-top: -1.8125rem;
        width: 100%
    }
}

@media only screen and (min-width: 40.0625em) and (min-width: 40.0625em) and (max-width: 64em) {
    div.contain-to-grid .mainnav .toggle-topbar.menu-icon a {
        height: 3.5rem;
        line-height: 3.4375rem;
        padding-left: 3.125rem
    }
}

@media only screen and (min-width: 40.0625em) {
    div.contain-to-grid .mainnav .toggle-topbar.menu-icon a span {
        line-height: 3.75rem
    }
    div.contain-to-grid .mainnav .toggle-topbar.menu-icon a span::after {
        top: 54%
    }
}

@media only screen and (min-width: 40.0625em) and (min-width: 64.0625em) {
    div.contain-to-grid .mainnav {
        height: 2.4375rem;
        max-width: 100%;
        background: #F0C875
    }
}

@media only screen and (min-width: 40.0625em) {
    div.contain-to-grid .mainnav .top-bar-section {
        width: 100%;
        border-bottom: 2px solid #fff !important
    }
}

@media only screen and (min-width: 40.0625em) and (min-width: 64.0625em) {
    div.contain-to-grid .mainnav .top-bar-section ul li.has-dropdown {
        width: 25%;
        border-right: 2px solid #fff
    }
}

@media only screen and (min-width: 40.0625em) {
    div.contain-to-grid .mainnav .top-bar-section ul li.has-dropdown:last-child {
        border-right: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.has-dropdown .dropdown {
        -webkit-box-shadow: 0px 10px 25.5px 4.5px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 10px 25.5px 4.5px rgba(0, 0, 0, 0.75)
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.has-dropdown .dropdown li.back a {
        color: #000;
        text-shadow: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li:not(.has-form) a:not(.button) {
        font-weight: bold;
        position: relative;
        overflow: hidden
    }
}

@media only screen and (min-width: 40.0625em) and (min-width: 64.0625em) and (max-width: 65em) {
    div.contain-to-grid .mainnav .top-bar-section ul li:not(.has-form) a:not(.button) {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 40.0625em) {
    div.contain-to-grid .mainnav .top-bar-section ul li:not(.has-form) a:not(.button):before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 96%;
        top: -.625rem;
        height: .625rem;
        left: 2%;
        border-radius: 20;
        box-shadow: 0 0 1.125rem #fff
    }
    div.contain-to-grid .mainnav .top-bar-section ul li ul.dropdown li a {
        font-size: 1rem !important;
        text-align: left;
        text-shadow: .0625rem .0625rem .0625rem #2d2d2d
    }
}

@media only screen and (min-width: 40.0625em) and (min-width: 40.0625em) and (max-width: 64em) {
    div.contain-to-grid .mainnav .top-bar-section ul li ul.dropdown li a {
        padding-top: 1rem;
        padding-bottom: .9375rem
    }
}

@media only screen and (min-width: 40.0625em) {
    div.contain-to-grid .mainnav .top-bar-section ul li.item1:not(.has-form) a:not(.button) {
        background-color: #abcd53;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFABCD53', endColorstr='#FF96C028');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiY2Q1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWJjZDUzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abcd53), color-stop(50%, #abcd53), color-stop(51%, #96c028), color-stop(100%, #96c028));
        background-image: -moz-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
        background-image: -webkit-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
        background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%)
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item1:not(.has-form) a:not(.button):hover,
    div.contain-to-grid .mainnav .top-bar-section ul li.item1:not(.has-form) a:not(.button):focus {
        background-color: #AFCF5D;
        background-image: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item1 ul.dropdown li a:not(.button) {
        background-color: #96c028;
        background-image: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item1 ul.dropdown li a:not(.button):hover,
    div.contain-to-grid .mainnav .top-bar-section ul li.item1 ul.dropdown li a:not(.button):focus {
        background-color: #abcd53;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFABCD53', endColorstr='#FF96C028');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiY2Q1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWJjZDUzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abcd53), color-stop(50%, #abcd53), color-stop(51%, #96c028), color-stop(100%, #96c028));
        background-image: -moz-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
        background-image: -webkit-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
        background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%)
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item2:not(.has-form) a:not(.button) {
        background-color: #84BD7C;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF84BD7C', endColorstr='#FF39892E');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0YmQ3YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjODRiZDdjIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzOTg5MmUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTg5MmUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #84bd7c), color-stop(50%, #84bd7c), color-stop(51%, #39892e), color-stop(100%, #39892e));
        background-image: -moz-linear-gradient(top, #84bd7c 0%, #84bd7c 50%, #39892e 51%, #39892e 100%);
        background-image: -webkit-linear-gradient(top, #84bd7c 0%, #84bd7c 50%, #39892e 51%, #39892e 100%);
        background-image: linear-gradient(to bottom, #84bd7c 0%, #84bd7c 50%, #39892e 51%, #39892e 100%)
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item2:not(.has-form) a:not(.button):hover,
    div.contain-to-grid .mainnav .top-bar-section ul li.item2:not(.has-form) a:not(.button):focus {
        background-color: #9DD197;
        background-image: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item2 ul.dropdown li a:not(.button) {
        background-color: #39892E;
        background-image: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item2 ul.dropdown li a:not(.button):hover,
    div.contain-to-grid .mainnav .top-bar-section ul li.item2 ul.dropdown li a:not(.button):focus {
        background-color: #44a138;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF44A138', endColorstr='#FF39892E');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0YTEzOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNDRhMTM4Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzOTg5MmUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTg5MmUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #44a138), color-stop(50%, #44a138), color-stop(51%, #39892e), color-stop(100%, #39892e));
        background-image: -moz-linear-gradient(top, #44a138 0%, #44a138 50%, #39892e 51%, #39892e 100%);
        background-image: -webkit-linear-gradient(top, #44a138 0%, #44a138 50%, #39892e 51%, #39892e 100%);
        background-image: linear-gradient(to bottom, #44a138 0%, #44a138 50%, #39892e 51%, #39892e 100%)
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item3:not(.has-form) a:not(.button) {
        background-color: #75B1D8;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF75B1D8', endColorstr='#FF0C75BB');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1YjFkOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzViMWQ4Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwYzc1YmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzc1YmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #75b1d8), color-stop(50%, #75b1d8), color-stop(51%, #0c75bb), color-stop(100%, #0c75bb));
        background-image: -moz-linear-gradient(top, #75b1d8 0%, #75b1d8 50%, #0c75bb 51%, #0c75bb 100%);
        background-image: -webkit-linear-gradient(top, #75b1d8 0%, #75b1d8 50%, #0c75bb 51%, #0c75bb 100%);
        background-image: linear-gradient(to bottom, #75b1d8 0%, #75b1d8 50%, #0c75bb 51%, #0c75bb 100%)
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item3:not(.has-form) a:not(.button):hover,
    div.contain-to-grid .mainnav .top-bar-section ul li.item3:not(.has-form) a:not(.button):focus {
        background-color: #85BCDF;
        background-image: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item3 ul.dropdown li a:not(.button) {
        background-color: #0C75BB;
        background-image: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item3 ul.dropdown li a:not(.button):hover,
    div.contain-to-grid .mainnav .top-bar-section ul li.item3 ul.dropdown li a:not(.button):focus {
        background-color: #2b82bb;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2B82BB', endColorstr='#FF0C75BB');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiODJiYiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmI4MmJiIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwYzc1YmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzc1YmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2b82bb), color-stop(50%, #2b82bb), color-stop(51%, #0c75bb), color-stop(100%, #0c75bb));
        background-image: -moz-linear-gradient(top, #2b82bb 0%, #2b82bb 50%, #0c75bb 51%, #0c75bb 100%);
        background-image: -webkit-linear-gradient(top, #2b82bb 0%, #2b82bb 50%, #0c75bb 51%, #0c75bb 100%);
        background-image: linear-gradient(to bottom, #2b82bb 0%, #2b82bb 50%, #0c75bb 51%, #0c75bb 100%)
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item4:not(.has-form) a:not(.button) {
        background-color: #FFE893;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFE893', endColorstr='#FFFECE17');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTg5MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZlODkzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZWNlMTciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWNlMTciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe893), color-stop(50%, #ffe893), color-stop(51%, #fece17), color-stop(100%, #fece17));
        background-image: -moz-linear-gradient(top, #ffe893 0%, #ffe893 50%, #fece17 51%, #fece17 100%);
        background-image: -webkit-linear-gradient(top, #ffe893 0%, #ffe893 50%, #fece17 51%, #fece17 100%);
        background-image: linear-gradient(to bottom, #ffe893 0%, #ffe893 50%, #fece17 51%, #fece17 100%)
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item4:not(.has-form) a:not(.button):hover,
    div.contain-to-grid .mainnav .top-bar-section ul li.item4:not(.has-form) a:not(.button):focus {
        background-color: #FFE692;
        background-image: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item4 ul.dropdown li a:not(.button) {
        background-color: #FECE17;
        background-image: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item4 ul.dropdown li a:not(.button):hover,
    div.contain-to-grid .mainnav .top-bar-section ul li.item4 ul.dropdown li a:not(.button):focus {
        background-color: #FFE893;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFE893', endColorstr='#FFFECE17');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTg5MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZlODkzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZWNlMTciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWNlMTciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe893), color-stop(50%, #ffe893), color-stop(51%, #fece17), color-stop(100%, #fece17));
        background-image: -moz-linear-gradient(top, #ffe893 0%, #ffe893 50%, #fece17 51%, #fece17 100%);
        background-image: -webkit-linear-gradient(top, #ffe893 0%, #ffe893 50%, #fece17 51%, #fece17 100%);
        background-image: linear-gradient(to bottom, #ffe893 0%, #ffe893 50%, #fece17 51%, #fece17 100%)
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item5:not(.has-form) a:not(.button) {
        background-color: #F29F7C;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF29F7C', endColorstr='#FFE74E0F');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOWY3YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjI5ZjdjIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlNzRlMGYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzRlMGYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f29f7c), color-stop(50%, #f29f7c), color-stop(51%, #e74e0f), color-stop(100%, #e74e0f));
        background-image: -moz-linear-gradient(top, #f29f7c 0%, #f29f7c 50%, #e74e0f 51%, #e74e0f 100%);
        background-image: -webkit-linear-gradient(top, #f29f7c 0%, #f29f7c 50%, #e74e0f 51%, #e74e0f 100%);
        background-image: linear-gradient(to bottom, #f29f7c 0%, #f29f7c 50%, #e74e0f 51%, #e74e0f 100%)
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item5:not(.has-form) a:not(.button):hover,
    div.contain-to-grid .mainnav .top-bar-section ul li.item5:not(.has-form) a:not(.button):focus {
        background-color: #F7AC91;
        background-image: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item5 ul.dropdown li a:not(.button) {
        background-color: #E74E0F;
        background-image: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item5 ul.dropdown li a:not(.button):hover,
    div.contain-to-grid .mainnav .top-bar-section ul li.item5 ul.dropdown li a:not(.button):focus {
        background-color: #ec622a;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEC622A', endColorstr='#FFE74E0F');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjNjIyYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWM2MjJhIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlNzRlMGYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzRlMGYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ec622a), color-stop(50%, #ec622a), color-stop(51%, #e74e0f), color-stop(100%, #e74e0f));
        background-image: -moz-linear-gradient(top, #ec622a 0%, #ec622a 50%, #e74e0f 51%, #e74e0f 100%);
        background-image: -webkit-linear-gradient(top, #ec622a 0%, #ec622a 50%, #e74e0f 51%, #e74e0f 100%);
        background-image: linear-gradient(to bottom, #ec622a 0%, #ec622a 50%, #e74e0f 51%, #e74e0f 100%)
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item6:not(.has-form) a:not(.button) {
        background-color: #EEC369;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
        background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
        background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
        background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%)
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item6:not(.has-form) a:not(.button):hover,
    div.contain-to-grid .mainnav .top-bar-section ul li.item6:not(.has-form) a:not(.button):focus {
        background-color: #F0C875;
        background-image: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item6 ul.dropdown li a:not(.button) {
        background-color: #eea813;
        background-image: none
    }
    div.contain-to-grid .mainnav .top-bar-section ul li.item6 ul.dropdown li a:not(.button):hover,
    div.contain-to-grid .mainnav .top-bar-section ul li.item6 ul.dropdown li a:not(.button):focus {
        background-color: #EEC369;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
        background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
        background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
        background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%)
    }
}

@media only screen and (max-width: 40em) {
    .off-canvas-wrap .inner-wrap .right-small .right-off-canvas-toggle {
        display: inline-block;
        left: 0px
    }
    .off-canvas-wrap .inner-wrap .right-small .right-off-canvas-toggle span {
        padding: 1.25rem .5rem 1.3125rem .5625rem;
        color: #99C027
    }
    .off-canvas-wrap .inner-wrap .right-small .right-off-canvas-toggle span:hover {
        color: #b5da4a
    }
    .off-canvas-wrap .inner-wrap .right-small .right-off-canvas-toggle.user-icon-loggedin span {
        padding: 26px 9px 15px;
        top: 6px;
        left: 7px;
        position: relative
    }
    .off-canvas-wrap .inner-wrap .tab-bar-section .title img {
        height: 2.375rem
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .has-submenu a {
        border-bottom: 1px solid #fff;
        padding: .8125rem;
        font-size: 1.25rem;
        font-weight: bold;
        text-shadow: .0625rem .0625rem .0625rem #2d2d2d
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .has-submenu ul.left-submenu li.back a {
        background-color: #444;
        background-image: none
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .item1 a {
        background-color: #abcd53;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFABCD53', endColorstr='#FF96C028');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiY2Q1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWJjZDUzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abcd53), color-stop(50%, #abcd53), color-stop(51%, #96c028), color-stop(100%, #96c028));
        background-image: -moz-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
        background-image: -webkit-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
        background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%)
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .item1 a:hover {
        background-color: #AFCF5D !important;
        background-image: none
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .item2 a {
        background-color: #84BD7C;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF84BD7C', endColorstr='#FF39892E');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0YmQ3YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjODRiZDdjIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzOTg5MmUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTg5MmUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #84bd7c), color-stop(50%, #84bd7c), color-stop(51%, #39892e), color-stop(100%, #39892e));
        background-image: -moz-linear-gradient(top, #84bd7c 0%, #84bd7c 50%, #39892e 51%, #39892e 100%);
        background-image: -webkit-linear-gradient(top, #84bd7c 0%, #84bd7c 50%, #39892e 51%, #39892e 100%);
        background-image: linear-gradient(to bottom, #84bd7c 0%, #84bd7c 50%, #39892e 51%, #39892e 100%)
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .item2 a:hover {
        background-color: #9DD197 !important;
        background-image: none
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .item3 a {
        background-color: #75B1D8;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF75B1D8', endColorstr='#FF0C75BB');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1YjFkOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzViMWQ4Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwYzc1YmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzc1YmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #75b1d8), color-stop(50%, #75b1d8), color-stop(51%, #0c75bb), color-stop(100%, #0c75bb));
        background-image: -moz-linear-gradient(top, #75b1d8 0%, #75b1d8 50%, #0c75bb 51%, #0c75bb 100%);
        background-image: -webkit-linear-gradient(top, #75b1d8 0%, #75b1d8 50%, #0c75bb 51%, #0c75bb 100%);
        background-image: linear-gradient(to bottom, #75b1d8 0%, #75b1d8 50%, #0c75bb 51%, #0c75bb 100%)
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .item3 a:hover {
        background-color: #85BCDF !important;
        background-image: none
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .item4 a {
        background-color: #FFE893;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFE893', endColorstr='#FFFECE17');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTg5MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZlODkzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZWNlMTciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWNlMTciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe893), color-stop(50%, #ffe893), color-stop(51%, #fece17), color-stop(100%, #fece17));
        background-image: -moz-linear-gradient(top, #ffe893 0%, #ffe893 50%, #fece17 51%, #fece17 100%);
        background-image: -webkit-linear-gradient(top, #ffe893 0%, #ffe893 50%, #fece17 51%, #fece17 100%);
        background-image: linear-gradient(to bottom, #ffe893 0%, #ffe893 50%, #fece17 51%, #fece17 100%)
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .item4 a:hover {
        background-color: #FFE692 !important;
        background-image: none
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .item5 a {
        background-color: #F29F7C;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF29F7C', endColorstr='#FFE74E0F');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOWY3YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjI5ZjdjIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlNzRlMGYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzRlMGYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f29f7c), color-stop(50%, #f29f7c), color-stop(51%, #e74e0f), color-stop(100%, #e74e0f));
        background-image: -moz-linear-gradient(top, #f29f7c 0%, #f29f7c 50%, #e74e0f 51%, #e74e0f 100%);
        background-image: -webkit-linear-gradient(top, #f29f7c 0%, #f29f7c 50%, #e74e0f 51%, #e74e0f 100%);
        background-image: linear-gradient(to bottom, #f29f7c 0%, #f29f7c 50%, #e74e0f 51%, #e74e0f 100%)
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .item5 a:hover {
        background-color: #F7AC91 !important;
        background-image: none
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .item6 a {
        background-color: #EEC369;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
        background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
        background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
        background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%)
    }
    .off-canvas-wrap .inner-wrap .left-off-canvas-menu ul.off-canvas-list .item6 a:hover {
        background-color: #F0C875 !important;
        background-image: none
    }
}

.breadcrumbs-container {
    padding: .3125rem 0 0
}

@media only screen and (min-width: 64.0625em) {
    .breadcrumbs-container {
        padding-left: 1.8125rem
    }
}

.breadcrumbs-container p,
.breadcrumbs-container ul {
    line-height: 1.2;
    vertical-align: middle
}

.breadcrumbs-container p a,
.breadcrumbs-container ul a {
    line-height: 1.3
}

.breadcrumbs-container p {
    color: #99C027;
    margin: 0;
    font-size: .8125rem;
    display: inline-block
}

.breadcrumbs-container ul {
    display: inline-block;
    margin: 0
}

@media only screen and (min-width: 64.0625em) {
    .breadcrumbs-container p,
    .breadcrumbs-container li {
        font-size: .875rem
    }
}

.home .row.inner-wrapper {
    margin-top: 1.5625rem
}

@media only screen and (min-width: 64.0625em) {
    .home-inhaltsbereich .row {
        margin-bottom: .875rem
    }
}

.home-inhaltsbereich header {
    margin-bottom: .75rem;
    line-height: 1.2;
    line-height: 0.5
}

.home-inhaltsbereich header h2 {
    line-height: 1.2;
    font-size: 2.25rem;
    font-weight: bold;
    margin: 0 0 .0625rem 1.3125rem;
    display: inline-block
}

.home-inhaltsbereich header .home-artikel-square i {
    color: #fff;
    line-height: 0.5;
    font-size: 3.125rem;
    padding: .3125rem 1.0625rem .375rem;
    position: relative;
    top: .5625rem
}

.home-inhaltsbereich a {
    text-decoration: none
}

.home-inhaltsbereich a p {
    color: #333
}

.home-inhaltsbereich a h3 {
    color: #222
}

.home-inhaltsbereich1 header {
    border-bottom: .5625rem solid #0b79bf
}

.home-inhaltsbereich1 header h2 {
    color: #0b79bf
}

.home-inhaltsbereich1 header i {
    background-color: #0b79bf
}

.home-inhaltsbereich2 header {
    border-bottom: .5625rem solid #39892E
}

.home-inhaltsbereich2 header h2 {
    color: #39892E
}

.home-inhaltsbereich2 header i {
    background-color: #39892E
}

.home-inhaltsbereich3 header {
    border-bottom: .5625rem solid #EF5923
}

.home-inhaltsbereich3 header h2 {
    color: #EF5923
}

.home-inhaltsbereich3 header i {
    background-color: #EF5923
}

.home-inhaltsbereich4 header {
    border-bottom: .5625rem solid #FFCD26
}

.home-inhaltsbereich4 header h2 {
    color: #FFCD26
}

.home-inhaltsbereich4 header i {
    background-color: #FFCD26
}

.home-inhaltsbereich5 header {
    border-bottom: .5625rem solid #EEA813
}

.home-inhaltsbereich5 header h2 {
    color: #EEA813
}

.home-inhaltsbereich5 header i {
    background-color: #EEA813
}

@media only screen {
    .home-article-banner {
        margin-bottom: .875rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .home-article-banner {
        margin-bottom: 0
    }
}

.home-article-banner {
    padding-bottom: 1.125rem
}

.home-article-banner .home-ad-article {
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (min-width: 64.0625rem) and (max-width: 70.125em) {
    .home-article-banner .home-ad-article {
        width: 18.75rem
    }
}

@media only screen {
    .home-article {
        margin-bottom: .875rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .home-article {
        margin-bottom: 0
    }
}

.home-article div .artikel-thumb-wrapper {
    position: relative;
    margin: 0;
    overflow: hidden
}

.home-article div .artikel-thumb-wrapper img {
    border: none
}

.home-article div .artikel-thumb-wrapper .artikel-thumb-text-wrapper {
    position: absolute;
    bottom: 0;
    padding: .5rem .75rem;
    line-height: 1
}

@media only screen and (min-width: 40.0625em) {
    .home-article div .artikel-thumb-wrapper .artikel-thumb-text-wrapper {
        padding: .75rem .75rem
    }
}

.home-article div .artikel-thumb-wrapper .artikel-thumb-text-wrapper h3 {
    font-size: 1.25rem;
    display: inline;
    line-height: 110%;
    background-color: white;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 .5rem;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-text-size-adjust: none;
    margin: 0
}

@media only screen and (min-width: 40.0625em) {
    .home-article div .artikel-thumb-wrapper .artikel-thumb-text-wrapper h3 {
        font-size: 1.625rem;
        line-height: 116%
    }
}

.home-article div .artikel-thumb-wrapper .artikel-thumb-text-wrapper h3:hover {
    background-color: white;
    background: rgba(215, 215, 215, 0.9);
    text-shadow: 0px -1px 0px #fff;
    text-decoration: underline !important
}

.home-article p {
    font-size: .875rem;
    line-height: 1.2;
    margin: 0;
    padding: .625rem 1.25rem 1rem
}

@media only screen and (min-width: 64.0625em) {
    .home-article p {
        min-height: 5.625rem
    }
}

.home-article p::after {
    position: relative;
    bottom: .125rem;
    font-size: .75rem;
    margin-left: .3125rem;
    background-color: #EFEFEF;
    color: #888;
    padding: 0 .25rem .0625rem .3125rem;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    content: "»"
}

.home-inhaltsbereich1 .home-article .article-wrapper-bg {
    background-color: #c8dfed;
    height: 100%
}

.home-inhaltsbereich1 .home-article .article-wrapper-bg .artikel-thumb-wrapper {
    border-bottom: .3125rem solid #0b79bf
}

.home-inhaltsbereich2 .home-article .article-wrapper-bg {
    background-color: #d4ebd1;
    height: 100%
}

.home-inhaltsbereich2 .home-article .article-wrapper-bg .artikel-thumb-wrapper {
    border-bottom: .3125rem solid #39892E
}

.home-inhaltsbereich3 .home-article .article-wrapper-bg {
    background-color: #fae0c8;
    height: 100%
}

.home-inhaltsbereich3 .home-article .article-wrapper-bg .artikel-thumb-wrapper {
    border-bottom: .3125rem solid #EF5923
}

.home-inhaltsbereich4 .home-article .article-wrapper-bg {
    background-color: #FFF0BD;
    height: 100%
}

.home-inhaltsbereich4 .home-article .article-wrapper-bg .artikel-thumb-wrapper {
    border-bottom: .3125rem solid #FFCD26
}

.home-inhaltsbereich5 .home-article .article-wrapper-bg {
    background-color: #d8eaa6;
    height: 100%
}

.home-inhaltsbereich5 .home-article .article-wrapper-bg .artikel-thumb-wrapper {
    border-bottom: .3125rem solid #EEA813
}

.weitere-beitraege-button {
    padding-top: 1.0625rem;
    padding-bottom: 1.125rem;
    font-size: .875rem
}

.weitere-beitraege-button.reportage {
    background-color: #0b79bf
}

.weitere-beitraege-button.reportage:hover {
    background-color: #c8dfed
}

.weitere-beitraege-button.wissen {
    background-color: #39892E
}

.weitere-beitraege-button.wissen:hover {
    background-color: #d4ebd1
}

.weitere-beitraege-button.freizeit {
    background-color: #EF5923
}

.weitere-beitraege-button.freizeit:hover {
    background-color: #fae0c8
}

.weitere-beitraege-button.spiele {
    background-color: #FFCD26
}

.weitere-beitraege-button.spiele:hover {
    background-color: #FFF0BD
}

@media only screen {
    #weitere-beitraege-reportage-toggle {
        display: block
    }
    #weitere-beitraege-wissen-toggle {
        display: block
    }
    #weitere-beitraege-freizeit-toggle {
        display: block
    }
    #weitere-beitraege-spiele-toggle {
        display: none
    }
}

@media only screen and (min-width: 64.0625em) {
    #weitere-beitraege-reportage-toggle {
        display: block
    }
    #weitere-beitraege-wissen-toggle {
        display: block
    }
    #weitere-beitraege-freizeit-toggle {
        display: block
    }
    #weitere-beitraege-spiele-toggle {
        display: block
    }
}

.bxslider1-wrapper {
    display: block
}

@media only screen and (min-width: 64.0625em) {
    .bxslider1-wrapper {
        display: block
    }
}

.bxslider1-wrapper .carousel-bg1 {
    background-color: #c8dfed;
    padding: .4375rem
}

.bxslider1-wrapper .carousel-bg1 a .artikel-thumb-wrapper {
    border-bottom: .3125rem solid #0b79bf
}

.bxslider1-wrapper .carousel-bg1 a .artikel-thumb-wrapper img {
    border: 1px solid #0b79bf !important
}

.bxslider2-wrapper {
    display: block
}

@media only screen and (min-width: 64.0625em) {
    .bxslider2-wrapper {
        display: block
    }
}

.bxslider2-wrapper .carousel-bg2 {
    background-color: #d4ebd1;
    padding: .4375rem
}

.bxslider2-wrapper .carousel-bg2 a .artikel-thumb-wrapper {
    border-bottom: .3125rem solid #39892E
}

.bxslider2-wrapper .carousel-bg2 a .artikel-thumb-wrapper img {
    border: 1px solid #39892E !important
}

.bxslider3-wrapper {
    display: block
}

@media only screen and (min-width: 64.0625em) {
    .bxslider3-wrapper {
        display: block
    }
}

.bxslider3-wrapper .carousel-bg3 {
    background-color: #fae0c8;
    padding: .4375rem
}

.bxslider3-wrapper .carousel-bg3 a .artikel-thumb-wrapper {
    border-bottom: .3125rem solid #EF5923
}

.bxslider3-wrapper .carousel-bg3 a .artikel-thumb-wrapper img {
    border: 1px solid #EF5923 !important
}

.bxslider4-wrapper {
    display: block
}

@media only screen and (min-width: 64.0625em) {
    .bxslider4-wrapper {
        display: block
    }
}

.bxslider4-wrapper .carousel-bg4 {
    background-color: #FFF0BD;
    padding: .4375rem
}

.bxslider4-wrapper .carousel-bg4 a .artikel-thumb-wrapper {
    border-bottom: .3125rem solid #FFCD26
}

.bxslider4-wrapper .carousel-bg4 a .artikel-thumb-wrapper img {
    border: 1px solid #FFCD26 !important
}

.bxsliderarticle-wrapper {
    display: block
}

@media only screen and (min-width: 64.0625em) {
    .bxsliderarticle-wrapper {
        display: block
    }
}

.bxsliderarticle-wrapper .carousel-bgarticle {
    background-color: #ffffff;
    padding: .4375rem
}

.bxsliderarticle-wrapper .carousel-bgarticle a .artikel-thumb-wrapper {
    border-bottom: .3125rem solid #FFCD26
}

.bxsliderarticle-wrapper .carousel-bgarticle a .artikel-thumb-wrapper img {
    border: 1px solid #FFCD26 !important
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .home-article[data-equalizer-watch] {
        height: auto !important
    }
}

@media only screen and (max-width: 40em) {
    .home-article[data-equalizer-watch] {
        height: auto !important
    }
}

.search-results-top {
    margin-top: .5625rem
}

.lt-ie9 .search-results-top header {
    padding: 6px 10px 7px 29px
}

.search-results-top h2 {
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0
}

.search-results-top-message {
    background: #d8eaa6;
    position: relative;
    padding: 1.25rem .9375rem;
    border-left: 14px solid #333
}

@media only screen and (min-width: 64.0625em) {
    .search-results-top-message {
        padding-right: 12.5rem
    }
}

.search-results-top-message h3 {
    color: #eea813;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    font-size: 2.25rem;
    font-weight: bold;
    padding-right: 80px
}

@media only screen and (min-width: 64.0625em) {
    .search-results-top-message h3 {
        padding-right: 0
    }
}

.search-results-top-message h3:before {
    content: "\00bb\00a0"
}

.search-results-top-message h3:after {
    content: "\00a0\00ab"
}

.search-results-top-message p {
    font-size: .875rem
}

.search-results-top-message p strong {
    display: inline-block;
    font-size: 1.125rem;
    margin-bottom: 0.2em
}

.search-results-top-message.search-success {
    border-left-color: #eea813
}

.search-results-top-message.search-error {
    border-left-color: #fc0d1b
}

@media only screen and (min-width: 64.0625em) {
    .search-results-top-message.search-error {
        min-height: 170px
    }
}

.search-results-top-message.search-error p {
    color: #fc0d1b;
    font-weight: bold
}

.search-results-top-suggestions {
    background-color: #c0d882;
    border-top: 3px dotted #fff;
    padding: 1.25rem .625rem 1px 1.8125rem
}

.search-results-top-suggestions a {
    color: inherit;
    text-decoration: underline
}

.search-results-recommended .search-results-recommended-intro {
    text-align: center;
    padding: 1.875rem 0 .625rem
}

.search-results-recommended .search-results-recommended-intro p:before,
.search-results-recommended .search-results-recommended-intro p:after {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #c0d882
}

.lt-ie9 .search-results-recommended header {
    padding: 6px 10px 7px 29px !important
}

.search-results-recommended h2 {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: bold
}

.search-results-recommended .search-results-recommended-body {
    background: #F7DDA5;
    position: relative;
    padding: 1.25rem .625rem 1px 1.8125rem
}

.search-results-recommended .search-results-recommended-body h3 {
    font-size: 1rem;
    font-weight: bold
}

.search-results-recommended ol.recommended {
    font-size: 0;
    position: relative;
    padding: .625rem 0 1.875rem;
    margin: 0;
    list-style-type: decimal;
    list-style-position: inside
}

.search-results-recommended ol.recommended li {
    font-size: 1rem;
    vertical-align: top;
    float: left;
    height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

@media only screen and (min-width: 40.0625em) {
    .search-results-recommended ol.recommended li {
        width: 50%
    }
}

@media only screen and (min-width: 64.0625em) {
    .search-results-recommended ol.recommended li {
        width: 33%
    }
}

.search-results-recommended ol.recommended li a {
    color: black;
    text-decoration: underline;
    position: relative;
    margin-left: 2px
}

.search-results-recommended ol.recommended li a:before {
    content: "";
    background: url(/img/search/arrow-up.png) no-repeat center center;
    height: 7px;
    width: 6px;
    background-size: auto 100%;
    position: absolute;
    top: -2px;
    left: -6px
}

.lt-ie9 .search-results-recommended ol.recommended li a:before {
    background-image: url(/img/search/arrow-up-ie.png)
}

.bxsliderSearch-wrapper {
    display: block !important;
    border-top: 3px dotted #fff;
    margin-top: -3px;
    margin-bottom: 0;
    overflow: hidden
}

.bxsliderSearch-wrapper p {
    text-align: center;
    margin-bottom: .9375rem
}

.bxsliderSearch-wrapper .carousel-bg {
    background-color: #c0d882;
    padding: .9375rem 2.25rem 1.25rem
}

.bxsliderSearch-wrapper article a {
    display: block;
    background: #b3b3b3;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 3px;
    margin-right: 3px
}

.bxsliderSearch-wrapper article img {
    border-bottom: 5px solid #333
}

.bxsliderSearch-wrapper article.wissen a {
    background: #d4ebd1
}

.bxsliderSearch-wrapper article.wissen img {
    border-color: #39892E
}

.bxsliderSearch-wrapper article.reportage a {
    background: #c8dfed
}

.bxsliderSearch-wrapper article.reportage img {
    border-color: #0b79bf
}

.bxsliderSearch-wrapper article.spiele a {
    background: #FFF0BD
}

.bxsliderSearch-wrapper article.spiele img {
    border-color: #FFCD26
}

.bxsliderSearch-wrapper article.freizeit a {
    background: #fae0c8
}

.bxsliderSearch-wrapper article.freizeit img {
    border-color: #EF5923
}

.bxsliderSearch-wrapper article.hauptseite a {
    background: #d8eaa6
}

.bxsliderSearch-wrapper article.hauptseite img {
    border-color: #EEA813
}

.bxsliderSearch-wrapper .bx-wrapper {
    position: static
}

.bxsliderSearch-wrapper .bx-wrapper .bx-viewport {
    height: auto !important;
    max-height: 196px;
    max-width: 98%;
    margin-left: 1%
}

@media only screen and (min-width: 90.0625em) {
    .bxsliderSearch-wrapper .bx-wrapper .bx-viewport {
        max-width: none;
        margin-left: auto
    }
}

.bxsliderSearch-wrapper .bx-wrapper .bx-viewport article {
    width: 175px !important
}

.bxsliderSearch-wrapper .bx-wrapper .bx-controls-direction a {
    top: 0 !important;
    height: 100%;
    background: #8fb324;
    margin: 0
}

.bxsliderSearch-wrapper .bx-wrapper .bx-controls-direction a:hover:after {
    opacity: 0.5
}

.bxsliderSearch-wrapper .bx-wrapper .bx-controls-direction a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -9px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent
}

.bxsliderSearch-wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
    box-shadow: 4px 0 6px rgba(0, 0, 0, 0.5)
}

.bxsliderSearch-wrapper .bx-wrapper .bx-controls-direction a.bx-prev:after {
    border-right: 18px solid #fff
}

.bxsliderSearch-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
    box-shadow: -4px 0 6px rgba(0, 0, 0, 0.5)
}

.bxsliderSearch-wrapper .bx-wrapper .bx-controls-direction a.bx-next:after {
    border-left: 18px solid #fff
}

.bxsliderSearch-wrapper .bx-wrapper .bx-viewport article a div .artikel-thumb-wrapper {
    height: 11.625rem
}

.bxsliderSearch-wrapper .bx-wrapper .bx-viewport article a div .artikel-thumb-wrapper .artikel-thumb-text-wrapper {
    position: relative;
    margin-bottom: 0px;
    font-size: .75rem
}

.bxsliderSearch-wrapper .bx-wrapper .bx-viewport article a div .artikel-thumb-wrapper .artikel-thumb-text-wrapper h3 {
    font-size: .75rem;
    display: block;
    background: none !important;
    padding: 10px 0 0;
    font-weight: bold;
    min-height: 3.4375rem
}

.search-results-body {
    margin-top: 1.25rem;
    background: #c0d882
}

.search-pagination-container {
    text-align: center;
    padding: 1.25rem 2.5%
}

.search-pagination-container label,
.search-pagination-container a {
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75)
}

@media only screen and (min-width: 64.0625em) {
    .search-pagination-container label,
    .search-pagination-container a {
        font-size: 1.5rem
    }
}

.search-pagination-container label {
    display: inline-block
}

.search-pagination-container p {
    display: block;
    margin: 0;
    font-size: .875rem
}

.search-pagination-container ul {
    display: inline-block
}

.search-pagination-container ul li {
    display: inline-block
}

.search-pagination-container ul li a {
    display: block;
    padding: 0 12px
}

.search-pagination-container ul li a:hover {
    background: rgba(255, 255, 255, 0.4)
}

.search-pagination-container ul li.current a {
    text-shadow: none;
    background: #fff;
    color: #eea813
}

.search-results {
    list-style: none;
    padding: 0 2.5%;
    margin: 0
}

.search-results li {
    padding: 0;
    margin: 0 0 .9375rem
}

.default-teaser {
    position: relative
}

.has_opened_teaser .default-teaser {
    opacity: 0.5
}

.has_opened_teaser .default-teaser.open {
    opacity: 1
}

.js .default-teaser {
    height: auto
}

@media only screen and (max-width: 40em) {
    .js .default-teaser {
        height: auto !important
    }
}

.js .default-teaser a {
    position: relative;
    z-index: 0;
    max-height: auto;
    overflow: hidden;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s
}

@media only screen and (max-width: 40em) {
    .js .default-teaser a {
        max-height: none !important
    }
}

.js .default-teaser.open a {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 10;
    zoom: 105%;
    margin-left: -1%;
    margin-right: -1%
}

.js .default-teaser.open a .open-trigger {
    opacity: 0
}

.lt-ie9 .default-teaser,
.lt-ie9.js .default-teaser {
    height: auto !important
}

.lt-ie9 .default-teaser a,
.lt-ie9.js .default-teaser a {
    max-height: none !important
}

.js .default-teaser .open-trigger {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 3px 10px 4px;
    text-align: center;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    font-size: .625rem;
    opacity: 1;
    -moz-box-shadow: 0 -10px 10px #fff;
    -webkit-box-shadow: 0 -10px 10px #fff;
    box-shadow: 0 -10px 10px #fff;
    -webkit-transition: opacity 0.15s ease-out 0s;
    -moz-transition: opacity 0.15s ease-out 0s;
    transition: opacity 0.15s ease-out 0s
}

.js .default-teaser .open-trigger.onHover {
    min-height: 15px
}

@media only screen and (min-width: 64.0625em) {
    .js .default-teaser .open-trigger {
        padding-right: 225px
    }
}

.js .default-teaser .open-trigger:hover {
    background: #f8e8c5
}

.js .default-teaser .open-trigger.onClick:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #F7DDA5;
    display: inline-block;
    margin-left: 4px
}

.default-teaser a {
    display: block;
    background: #fff;
    color: black;
    position: relative
}

.default-teaser a:hover h4 {
    text-decoration: underline
}

.default-teaser .body {
    padding: 1.25rem
}

@media only screen and (min-width: 64.0625em) {
    .default-teaser .body {
        min-height: 152px
    }
}

.default-teaser .body em {
    color: #000;
    font-style: normal;
    display: inline-block;
    background: #faff6c;
    padding: 0 2px
}

.default-teaser .body header {
    margin-bottom: .625rem;
    overflow: hidden
}

.default-teaser .body header img {
    float: right;
    margin: 0 10px 0 0
}

@media only screen and (max-width: 27.438em) {
    .default-teaser .body header img {
        display: none
    }
}

.default-teaser .body header h4 {
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.125rem
}

.default-teaser .body p {
    font-size: .875rem;
    margin: 0
}

.default-teaser .body>div {
    float: right;
    height: auto;
    z-index: 2
}

@media only screen and (max-width: 27.438em) {
    .default-teaser .body>div {
        margin: -.3125rem -.3125rem .125rem .125rem !important;
        width: 95px !important
    }
}

@media only screen and (min-width: 27.5em) and (max-width: 40em) {
    .default-teaser .body>div {
        margin: -.3125rem -.3125rem .125rem .125rem !important;
        width: 150px !important
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 46.25em) {
    .default-teaser .body>div {
        margin: -.3125rem -.3125rem .125rem .125rem !important;
        width: 110px !important
    }
}

@media only screen and (min-width: 46.313em) and (max-width: 64em) {
    .default-teaser .body>div {
        margin: -.3125rem -.3125rem .3125rem 1.25rem !important;
        width: 150px !important
    }
}

@media only screen and (min-width: 64.063em) {
    .default-teaser .body>div {
        margin: -1.25rem -1.25rem .3125rem 1.25rem;
        width: 211px !important
    }
}

.default-teaser.highlight:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 8px;
    background: #fc0d1b;
    z-index: 4
}

.searchresults-forum {
    padding: .3125rem 0
}

@media only screen and (min-width: 40.0625em) {
    .searchresults-forum {
        padding: .3125rem 2.5%
    }
}

.lt-ie9 .searchresults-forum header {
    padding: 10px 10px 10px 3.5%
}

.searchresults-forum h3 {
    color: white;
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 0
}

.searchresults-forum .searchresults-forum-list-container {
    background: #f8c89a;
    position: relative;
    max-height: 18.75rem;
    overflow: hidden
}

.searchresults-forum .searchresults-forum-list-container ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.searchresults-forum .mCustomScrollbar .mCSB_inside>.mCSB_container {
    border-right-width: 2px
}

.searchresults-forum .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
    background: none
}

.searchresults-forum .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
    background: none
}

.searchresults-forum-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.searchresults-forum-list li {
    padding: .9375rem 1% .9375rem 3%;
    border-bottom: 3px dotted #fff;
    margin: 0
}

.searchresults-forum-list li:last-child {
    border: none
}

.searchresults-forum-list li a {
    display: block;
    color: inherit
}

@media only screen and (min-width: 64.0625em) {
    .searchresults-forum-list li a {
        padding-left: 7.5rem
    }
}

.searchresults-forum-list li a:hover h4,
.searchresults-forum-list li a:hover p {
    text-decoration: underline
}

.searchresults-forum-list li img {
    width: 54px;
    height: auto;
    float: left;
    border-width: 3px;
    margin-right: 10px
}

@media only screen and (min-width: 64.0625em) {
    .searchresults-forum-list li img {
        width: 95px;
        margin-right: 0;
        margin-left: -7.5rem
    }
}

.searchresults-forum-list li h4 {
    color: #fff;
    font-weight: normal
}

.searchresults-forum-list li p {
    margin: 0
}

.searchresults-forum-list li h4,
.searchresults-forum-list li p {
    font-size: .875rem
}

@media only screen and (min-width: 40.0625em) {
    .searchresults-forum-list li h4,
    .searchresults-forum-list li p {
        font-size: 1rem
    }
}

.search-results-related {
    background: #c0d882;
    border-top: 3px dotted #fff;
    padding: 1.875rem 0
}

.lt-ie9 .search-results-related {
    display: none
}

.search-results-related p {
    text-align: center;
    font-size: .875rem
}

.search-results-related p:before,
.search-results-related p:after {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid black
}

.search-results-related .tagcloud {
    width: 90%;
    margin: 0 auto;
    height: 300px
}

.search-results-related .tagcloud span {
    cursor: pointer;
    text-transform: lowercase
}

.search-results-related .tagcloud span:hover {
    color: #fff
}

.search-results-related .tagcloud .w10 {
    color: #fff
}

.search-copyright {
    background: #c0d882;
    border-top: 3px dotted #fff;
    padding: 1.25rem .625rem 1px 1.8125rem
}

.search-copyright p {
    font-size: .875rem
}

.royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr
}

.royalSlider>* {
    float: left
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0)
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none
}

.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: transparent
}

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: transparent
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0
}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer
}

.rsThumb {
    float: left;
    position: relative
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center
}

.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative
}

.rsPreloader {
    position: absolute;
    z-index: 0
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25)
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22
}

.rsTabs {
    float: left;
    background: none !important
}

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15
}

img.rsImg {
    max-width: none
}

.grab-cursor {
    cursor: url(grab.png) 8 8, move
}

.grabbing-cursor {
    cursor: url(grabbing.png) 8 8, move
}

.rsNoDrag {
    cursor: auto
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(blank.gif)
}

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    background: #151515;
    color: #FFF
}

.rsDefault .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21
}

.rsDefault.rsVer .rsArrow {
    width: 100%;
    height: 44px
}

.rsDefault.rsVer .rsArrowLeft {
    top: 0;
    left: 0
}

.rsDefault.rsVer .rsArrowRight {
    bottom: 0;
    left: 0
}

.rsDefault.rsHor .rsArrowLeft {
    left: 0;
    top: 0
}

.rsDefault.rsHor .rsArrowRight {
    right: 0;
    top: 0
}

.rsDefault .rsArrowIcn {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;
    background: url("/scss/home/slider/skins/default/rs-default.png");
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000;
    border-radius: 2px
}

.rsDefault .rsArrowIcn:hover {
    background-color: rgba(0, 0, 0, 0.9)
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -64px -32px
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
    opacity: .2;
    filter: alpha(opacity=20);
    *display: none
}

.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 8px;
    overflow: hidden
}

.rsDefault .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px
}

.rsDefault .rsBullet span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    background: rgba(255, 255, 255, 0.5)
}

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #FFF
}

.rsDefault .rsThumbsHor {
    width: 100%;
    height: 72px
}

.rsDefault .rsThumbsVer {
    width: 272px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%
}

.rsDefault .rsThumb {
    float: left;
    overflow: hidden;
    width: 272px;
    height: 72px
}

.rsDefault .rsThumb img {
    width: 100%;
    height: 100%
}

.rsDefault .rsThumb.rsNavSelected {
    background: #02874a
}

.rsDefault .rsThumb.rsNavSelected img {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.rsDefault .rsTmb {
    display: block
}

.rsDefault .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative
}

.rsDefault .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    *display: inline;
    *zoom: 1
}

#img-gallery {
    width: 100%;
    background-color: #FFF
}

.rsDefault .rsTmb {
    height: 4.6875rem;
    position: relative;
    display: block
}

.rsDefault .rsTmb span.rsthumb-text-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 1.0625rem;
    width: 11.125rem
}

.rsDefault .rsTmb span.rsthumb-text-wrapper .rsthumb-text {
    font-size: .9375rem;
    color: #000;
    font-weight: bold
}

.rsDefault .rsTmb h5 {
    line-height: 1.25rem
}

.rsDefault .rsThumb img {
    float: right;
    width: 5.875rem;
    height: rem-cal(75)
}

.imgGallery .rsThumb {
    margin-bottom: .3125rem
}

.imgGallery .rsThumb.rsNavSelected {
    background-color: transparent
}

.imgGallery .rsThumb.rsNavSelected .rsTmb {
    opacity: 1
}

.imgGallery .rsThumb.rsNavSelected img {
    opacity: 1
}

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    background-color: transparent
}

.rsDefault .topic-1 {
    background-color: #c8dfed;
    opacity: 0.85
}

.rsDefault .topic-1 span.rsthumb-text-wrapper {
    border-right: .3125rem solid #0b79bf
}

.rsDefault .topic-2 {
    background-color: #9DD197;
    opacity: 0.7
}

.rsDefault .topic-2 span.rsthumb-text-wrapper {
    border-right: .3125rem solid #39892E
}

.rsDefault .rsTmb.topic-3 {
    background-color: #fae0c8;
    opacity: 0.85
}

.rsDefault .rsTmb.topic-3 span.rsthumb-text-wrapper {
    border-right: .3125rem solid #EF5923
}

.rsDefault .rsTmb.topic-4 {
    background-color: #FFF0BD;
    opacity: 0.85
}

.rsDefault .rsTmb.topic-4 span.rsthumb-text-wrapper {
    border-right: .3125rem solid #FFCD26
}

@media only screen {
    .unsichtbare-slider-ueberschrift {
        display: none
    }
    .rsABlock {
        position: relative
    }
    .rsABlock .top-artikel-slider-text-wrapper {
        position: absolute;
        bottom: 0;
        padding: 0 0;
        margin: 0 0;
        width: 100%;
        background-color: white;
        background: rgba(255, 255, 255, 0.8)
    }
    .rsABlock .top-artikel-slider-text-wrapper:hover {
        background-color: white;
        background: rgba(215, 215, 215, 0.9)
    }
    .rsABlock .top-artikel-slider-text-wrapper:hover h3 {
        text-shadow: 0px -1px 0px #fff;
        text-decoration: underline !important
    }
    .rsABlock .top-artikel-slider-text-wrapper h3 {
        display: inline-block;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.0;
        width: 100%;
        padding: .1875rem 1.25rem .3125rem;
        margin: 0
    }
    .rsABlock .top-artikel-slider-text-wrapper p {
        display: none;
        font-size: .75rem;
        color: #000;
        line-height: 1.2;
        padding: .1875rem 1.25rem .3125rem;
        margin: 0
    }
    .rsABlock .home-slider-inhaltsbereich1 h3 {
        border-bottom: .4375rem solid #0b79bf
    }
    .rsABlock .home-slider-inhaltsbereich2 h3 {
        border-bottom: .4375rem solid #39892E
    }
    .rsABlock .home-slider-inhaltsbereich3 h3 {
        border-bottom: .4375rem solid #EF5923
    }
    .rsABlock .home-slider-inhaltsbereich4 h3 {
        border-bottom: .4375rem solid #FFCD26
    }
    #img-gallery {
        height: 11.25rem !important
    }
}

@media only screen and (min-width: 31.25em) {
    #img-gallery {
        height: 14.3125rem !important
    }
}

@media only screen {
    .rsDefault .rsBullets {
        position: relative
    }
    .rsDefault .rsBullets .rsBullet {
        padding: .6875rem 1.25rem 1.25rem
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    #img-gallery {
        height: 22.1875rem !important
    }
    #img-gallery .rsABlock .top-artikel-slider-text-wrapper {
        width: 100%;
        margin: 1.25rem 0 0;
        background-color: none;
        background: none
    }
    #img-gallery .rsABlock .top-artikel-slider-text-wrapper h3 {
        font-size: 2.0625rem;
        background-color: white;
        background: rgba(255, 255, 255, 0.8);
        width: auto
    }
    #img-gallery .rsABlock .top-artikel-slider-text-wrapper p {
        width: 100%;
        position: relative;
        display: inline-block;
        font-size: 1.125rem;
        background-color: white;
        padding-top: .5rem;
        padding-bottom: .5rem;
        background: rgba(255, 255, 255, 0.8)
    }
    #img-gallery .rsABlock .home-slider-inhaltsbereich1 p {
        background: rgba(200, 223, 237, 0.8)
    }
    #img-gallery .rsABlock .home-slider-inhaltsbereich2 p {
        background: rgba(212, 235, 209, 0.8)
    }
    #img-gallery .rsABlock .home-slider-inhaltsbereich3 p {
        background: rgba(250, 224, 200, 0.8)
    }
    #img-gallery .rsABlock .home-slider-inhaltsbereich4 p {
        background: rgba(255, 240, 189, 0.8)
    }
    #img-gallery .rsTabs {
        padding-top: 0;
        border: none
    }
    #img-gallery .rsTabs .rsTab {
        width: 25% !important;
        width: 100%;
        padding: 0
    }
    #img-gallery .rsTabs .rsTab.rsNavSelected .rsTmb {
        opacity: 1.0
    }
    #img-gallery .rsTabs .rsTab .topic-1 {
        border-left: .3125rem solid #0b79bf
    }
    #img-gallery .rsTabs .rsTab .topic-2 {
        border-left: .3125rem solid #9DD197
    }
    #img-gallery .rsTabs .rsTab .topic-3 {
        border-left: .3125rem solid #EF5923;
        top: 0
    }
    #img-gallery .rsTabs .rsTab .topic-4 {
        border-left: .3125rem solid #FFCD26;
        top: 0
    }
    #img-gallery .rsTabs .rsTab .rsTmb {
        width: 100%;
        height: 3.375rem;
        overflow: hidden
    }
    #img-gallery .rsTabs .rsTab .rsTmb .rsthumb-text-wrapper {
        padding: 0;
        border-right: none;
        height: 3.375rem;
        line-height: 1.0;
        text-align: center;
        width: none;
        max-height: 3.375rem;
        display: table-cell;
        vertical-align: middle
    }
    #img-gallery .rsTabs .rsTab .rsTmb .rsthumb-text-wrapper .rsthumb-text {
        font-size: .75rem;
        font-weight: bold;
        padding: 0 .4375rem
    }
    #img-gallery .rsTabs .rsTab .rsTmb img {
        display: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .rsABlock .top-artikel-slider-text-wrapper {
        width: 50%;
        margin: 1.25rem 0
    }
    .rsABlock .top-artikel-slider-text-wrapper h3 {
        font-size: 2.0625rem
    }
    .rsABlock .top-artikel-slider-text-wrapper p {
        display: inline-block;
        font-size: 1rem
    }
    #img-gallery {
        height: 19.6875rem !important;
        overflow: hidden
    }
    .imgGallery .rsTmb {
        padding: 0px;
        max-width: 17rem;
        max-height: 4.6875rem
    }
    .imgGallery .rsThumbs .rsThumb {
        width: 17rem;
        height: 4.6875rem
    }
    .imgGallery .rsThumbs {
        width: 17rem;
        padding: 0
    }
    .imgGallery .rsThumb:hover {
        background: #aaaaaa
    }
    .imgGallery .rsThumb.rsNavSelected {
        background-color: #02874A;
        border-bottom: -color #02874A
    }
    .rsDefault .rsTmb span.rsthumb-text-wrapper {
        height: 4.6875rem
    }
    .rsDefault .rsTmb span.rsthumb-text-wrapper .rsthumb-text {
        max-height: 4.6875rem;
        overflow: hidden;
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.rsContent a:focus .top-artikel-slider-text-wrapper {
    outline: -webkit-focus-ring-color auto 5px
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 1rem;
    padding: 0;
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    position: static !important;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -1.875rem;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 3.125rem;
    background: url(/js/vendor/jquery.bxslider/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 1.25rem
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: .625rem;
    height: .625rem;
    margin: 0 .3125rem;
    outline: 0;
    -moz-border-radius: .3125rem;
    -webkit-border-radius: .3125rem;
    border-radius: .3125rem
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.bx-wrapper .bx-prev {
    left: .4375rem;
    background: url(/scss/home/slider/skins/default/rs-default.png) no-repeat -64px -32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    *background-color: #000
}

.bx-wrapper .bx-next {
    right: .4375rem;
    background: url(/scss/home/slider/skins/default/rs-default.png) no-repeat -64px -64px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    *background-color: #000
}

.bx-wrapper .bx-prev:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.45);
    *background-color: #000
}

.bx-wrapper .bx-next:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.45);
    *background-color: #000
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    outline: 0;
    width: 2rem;
    height: 2rem;
    text-indent: -9999px;
    z-index: 1
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: .625rem;
    height: .6875rem;
    outline: 0;
    background: url(/js/vendor/jquery.bxslider/images/controls.png) -86px -11px no-repeat;
    margin: 0 .1875rem
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: .5625rem;
    height: .6875rem;
    outline: 0;
    background: url(/js/vendor/jquery.bxslider/images/controls.png) -86px -44px no-repeat;
    margin: 0 .1875rem
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 2.1875rem
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: .625rem
}

.mobile-sidebar-ersatz .button {
    padding-top: .75rem;
    padding-bottom: .8125rem
}

.mobile-sidebar-ersatz .button.split span {
    width: 2.75rem
}

.mobile-sidebar-ersatz a {
    font-weight: bold;
    margin-bottom: 0
}

.mobile-sidebar-ersatz ul {
    background-color: #eea813
}

.mobile-sidebar-ersatz ul li {
    border-bottom: .0625rem solid #FFF
}

.mobile-sidebar-ersatz ul li a {
    color: #FFF
}

.mobile-sidebar-ersatz ul li a:hover,
.mobile-sidebar-ersatz ul li a:focus {
    background-color: #EEC369
}

.mobile-sidebar-ersatz ul li a img {
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

.mobile-sidebar-ersatz ul#drop-postings li a figure {
    display: inline;
    margin-left: 0;
    margin-right: 0;
    max-width: 9.375rem
}

.mobile-sidebar-ersatz ul#drop-postings li a figure img {
    margin-left: 0;
    margin-bottom: .625rem;
    margin-right: .4375rem
}

.mobile-sidebar-ersatz ul#drop-postings li a figure figcaption {
    display: inline;
    font-size: .625rem;
    padding-top: .625rem;
    margin-right: 1.5625rem
}

.mobile-sidebar-ersatz ul#drop-postings li a .einleitung {
    font-weight: normal
}

.mobile-sidebar-ersatz ul#drop-postings li a .home-post-uhrzeit {
    margin-right: 1.5625rem
}

.mobile-sidebar-ersatz ul#drop-postings li a .home-post-daumen .fa-thumbs-o-up {
    font-size: 1.125rem;
    font-weight: bold
}

.mobile-sidebar-ersatz ul#drop-postings li a .home-post-thema {
    font-size: 1.125rem
}

.mobile-sidebar-ersatz ul#drop-postings li a .home-post-preview {
    font-weight: normal
}

.mobile-sidebar-ersatz .wer-ist-eingeloggt {
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    margin-top: .4375rem
}

.mobile-sidebar-ersatz .wer-ist-eingeloggt:hover {
    background-color: #F0C875 !important;
    background-image: none
}

.mobile-sidebar-ersatz .letzte-postings {
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    margin-top: .4375rem
}

.mobile-sidebar-ersatz .letzte-postings:hover {
    background-color: #F0C875 !important;
    background-image: none
}

.mobile-sidebar-ersatz .naechster-chattermin {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    margin-top: .4375rem;
    margin-bottom: 0
}

.mobile-sidebar-ersatz .naechster-chattermin:hover {
    background-color: #EEC369 !important;
    background-image: none
}

.mobile-sidebar-ersatz .naechster-chattermin .chattermin-zeit {
    color: #eea813
}

@media only screen and (max-width: 40em) {
    .mobile-sidebar-ersatz .small-4.columns {
        position: static
    }
    .mobile-sidebar-ersatz .small-4.columns .button.expand {
        min-height: 40px
    }
    .mobile-sidebar-ersatz .small-4.columns .button.expand span {
        width: 1.2rem
    }
    .mobile-sidebar-ersatz .small-4.columns .wer-ist-eingeloggt,
    .mobile-sidebar-ersatz .small-4.columns .letzte-postings,
    .mobile-sidebar-ersatz .small-4.columns .naechster-chattermin {
        font-size: 13px;
        padding: 0.7rem 0 0
    }
    .mobile-sidebar-ersatz .small-4.columns .wer-ist-eingeloggt,
    .mobile-sidebar-ersatz .small-4.columns .letzte-postings {
        width: 107%;
        padding-right: 19px
    }
    .mobile-sidebar-ersatz .small-4.columns .naechster-chattermin {
        text-align: center;
        padding-top: 0.35rem
    }
}

@media screen and (min-width: 500px) {
    .mobile-sidebar-ersatz .small-4.columns .wer-ist-eingeloggt,
    .mobile-sidebar-ersatz .small-4.columns .letzte-postings,
    .mobile-sidebar-ersatz .small-4.columns .naechster-chattermin {
        width: 100%;
        font-size: 14px
    }
    .mobile-sidebar-ersatz .small-4.columns .naechster-chattermin {
        font-size: 13px
    }
}

.sidebar {
    padding-top: .5625rem
}

.sidebar .sidebar-eingeloggt-wrapper {
    margin-bottom: 1.3125rem;
    background-color: #F7DDA5
}

.sidebar .sidebar-eingeloggt-wrapper .wer-ist-eingeloggt-sidebar {
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    padding-top: .375rem;
    padding-bottom: .4375rem;
    text-align: center
}

.sidebar .sidebar-eingeloggt-wrapper .wer-ist-eingeloggt-sidebar h4 {
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0
}

.sidebar .sidebar-eingeloggt-wrapper .sidebar-eingeloggt {
    margin-left: 0;
    max-height: 18.75rem;
    position: relative;
    overflow: hidden
}

.sidebar .sidebar-eingeloggt-wrapper .sidebar-eingeloggt ul {
    margin-top: .5625rem;
    margin-left: 0
}

.sidebar .sidebar-eingeloggt-wrapper .sidebar-eingeloggt ul li {
    background-color: #F7DDA5;
    border-bottom: 1px dotted #FFF;
    list-style: none
}

.sidebar .sidebar-eingeloggt-wrapper .sidebar-eingeloggt ul li a {
    color: #000;
    display: block;
    padding-bottom: .4375rem;
    padding-top: .4375rem;
    padding-left: 1.0625rem
}

.sidebar .sidebar-eingeloggt-wrapper .sidebar-eingeloggt ul li a:hover,
.sidebar .sidebar-eingeloggt-wrapper .sidebar-eingeloggt ul li a:focus {
    background-color: #EEC369
}

.sidebar .sidebar-eingeloggt-wrapper .sidebar-eingeloggt ul li a img {
    margin-left: 0;
    margin-right: .4375rem
}

.sidebar .community-li-zuletzt-gesucht-wrapper {
    background-color: #d8eaa6 !important
}

.sidebar .zuletztgesucht-sidebar {
    background-color: #d8eaa6;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFABCD53', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiY2Q1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWJjZDUzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abcd53), color-stop(50%, #abcd53), color-stop(51%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    padding-top: .375rem;
    padding-bottom: .4375rem;
    text-align: center
}

.sidebar .zuletztgesucht-sidebar h4 {
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0
}

.sidebar .li-zuletzt-gesucht-inner-wrapper {
    background-color: #d8eaa6 !important
}

.sidebar .li-zuletzt-gesucht-inner-wrapper ul li {
    background-color: #d8eaa6 !important;
    border-bottom: 1px dotted #96C028 !important;
    list-style: none
}

.sidebar .li-zuletzt-gesucht-inner-wrapper ul li a {
    color: #000 !important
}

.sidebar .li-zuletzt-gesucht-inner-wrapper ul li a:hover,
.sidebar .li-zuletzt-gesucht-inner-wrapper ul li a:focus {
    background-color: #B6D369 !important
}

.sidebar .chattermin-sidebar {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    padding-top: .375rem;
    padding-bottom: .4375rem;
    text-align: center
}

.sidebar .chattermin-sidebar h4 {
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0
}

.sidebar .sidebar-chattermin-wrapper {
    min-height: 9.8125rem;
    background-color: #F7DDA5;
    background-image: url(/img/home-community/chatsymbol-sidebar-big.png);
    background-repeat: no-repeat;
    background-position: bottom 0px left 5%;
    margin-bottom: 1.3125rem
}

@media only screen and (min-width: 40.0625em) and (max-width: 41.875em) {
    .sidebar .sidebar-chattermin-wrapper {
        min-height: 15.5rem
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 66.875em) {
    .sidebar .sidebar-chattermin-wrapper {
        min-height: 15.5rem
    }
}

.sidebar .sidebar-chattermin-wrapper .chattermin-sidebar-zeit {
    text-align: center;
    padding-top: 1.6875rem;
    padding-bottom: 2rem;
    color: #000;
    font-size: 1.875rem;
    font-weight: normal;
    position: relative;
    overflow: hidden
}

.sidebar .sidebar-neuste-postings-wrapper {
    margin-bottom: 1.3125rem;
    background-color: #F7DDA5
}

.sidebar .sidebar-neuste-postings-wrapper .neuste-postings-sidebar {
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    padding-top: .375rem;
    padding-bottom: .4375rem;
    text-align: center
}

.sidebar .sidebar-neuste-postings-wrapper .neuste-postings-sidebar h4 {
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings {
    margin-left: 0;
    height: 21.6875rem;
    position: relative;
    overflow: hidden
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul {
    margin-left: 0px
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li {
    list-style-type: none;
    border-bottom: 1px dotted #FFF
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li a {
    color: #000;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    padding-bottom: .6875rem;
    padding-top: 1rem;
    display: block
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li a:hover,
.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li a:focus {
    background-color: #EEC369
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li a figure {
    display: block;
    margin: 0;
    width: 15.375rem
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li a figure img {
    margin-left: 0;
    margin-bottom: .625rem;
    margin-right: .4375rem;
    margin-left: 0;
    margin-right: .4375rem
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li a figure figcaption {
    display: inline;
    padding-top: .625rem;
    margin-right: 1.5625rem
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li a .einleitung {
    font-weight: normal;
    font-size: .625rem
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li a .home-post-uhrzeit {
    margin-right: 1.5625rem;
    font-size: .625rem
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li a .home-post-daumen {
    font-size: .625rem
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li a .home-post-daumen .fa-thumbs-o-up {
    font-size: .875rem;
    font-weight: bold
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li a .home-post-thema {
    font-size: 1rem;
    font-weight: bold
}

.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings ul li a .home-post-preview {
    font-weight: normal;
    font-size: 1rem
}

.sidebar .werbung-aus-sidebar {
    background-color: #ABCD53;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFABCD53', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiY2Q1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWJjZDUzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abcd53), color-stop(50%, #abcd53), color-stop(51%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    margin-bottom: 1.3125rem;
    display: block
}

.sidebar .werbung-aus-sidebar:hover,
.sidebar .werbung-aus-sidebar:focus {
    background-color: #ABCD53;
    background-image: none
}

.sidebar .sidebar-artikel article {
    margin-bottom: 1.3125rem
}

.sidebar .sidebar-artikel article .artikel-thumb-wrapper {
    margin: 0;
    position: relative;
    margin: 0;
    overflow: hidden
}

.sidebar .sidebar-artikel article .artikel-thumb-wrapper img {
    margin: 0;
    width: 100%
}

.sidebar .sidebar-artikel article .artikel-thumb-wrapper .artikel-thumb-text-wrapper {
    position: absolute;
    bottom: 0;
    padding: .75rem 1.1875rem;
    line-height: 1.3;
    line-height: 1
}

.sidebar .sidebar-artikel article .artikel-thumb-wrapper .artikel-thumb-text-wrapper h5 {
    display: inline;
    font-size: .875rem;
    line-height: 1.3;
    line-height: 143%;
    background-color: white;
    background: rgba(255, 255, 255, 0.8);
    padding: .125rem .5rem;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    margin: 0
}

.sidebar .sidebar-artikel article .artikel-thumb-wrapper .artikel-thumb-text-wrapper h5:hover,
.sidebar .sidebar-artikel article .artikel-thumb-wrapper .artikel-thumb-text-wrapper h5:focus {
    background-color: white;
    background: rgba(215, 215, 215, 0.9);
    text-shadow: 0px -1px 0px #fff;
    text-decoration: underline !important
}

.sidebar .sidebar-artikel article.reportage-artikel-sidebar {
    border-bottom: .3125rem solid #0b79bf
}

.sidebar .sidebar-artikel article.reportage-artikel-sidebar a:hover,
.sidebar .sidebar-artikel article.reportage-artikel-sidebar a:focus {
    color: #0b79bf
}

.sidebar .sidebar-artikel article.reportage-artikel-sidebar a:hover .artikel-wrapper,
.sidebar .sidebar-artikel article.reportage-artikel-sidebar a:focus .artikel-wrapper {
    opacity: 0.8
}

.sidebar .sidebar-artikel article.wissen-artikel-sidebar {
    border-bottom: .3125rem solid #39892E
}

.sidebar .sidebar-artikel article.wissen-artikel-sidebar a:hover,
.sidebar .sidebar-artikel article.wissen-artikel-sidebar a:focus {
    color: #39892E
}

.sidebar .sidebar-artikel article.wissen-artikel-sidebar a:hover .artikel-wrapper,
.sidebar .sidebar-artikel article.wissen-artikel-sidebar a:focus .artikel-wrapper {
    opacity: 0.8
}

.sidebar .sidebar-artikel article.freizeit-artikel-sidebar {
    border-bottom: .3125rem solid #EF5923
}

.sidebar .sidebar-artikel article.freizeit-artikel-sidebar a:hover,
.sidebar .sidebar-artikel article.freizeit-artikel-sidebar a:focus {
    color: #EF5923
}

.sidebar .sidebar-artikel article.freizeit-artikel-sidebar a:hover .artikel-wrapper,
.sidebar .sidebar-artikel article.freizeit-artikel-sidebar a:focus .artikel-wrapper {
    opacity: 0.8
}

.sidebar .sidebar-artikel article.spiele-artikel-sidebar {
    border-bottom: .3125rem solid #FFCD26
}

.sidebar .sidebar-artikel article.spiele-artikel-sidebar a:hover,
.sidebar .sidebar-artikel article.spiele-artikel-sidebar a:focus {
    color: #FFCD26
}

.sidebar .sidebar-artikel article.spiele-artikel-sidebar a:hover .artikel-wrapper,
.sidebar .sidebar-artikel article.spiele-artikel-sidebar a:focus .artikel-wrapper {
    opacity: 0.8
}

.community-li-aktuelles-wrapper .li-aktuelles-inner-wrapper {
    height: auto !important
}

.community-li-aktuelles-wrapper .li-aktuelles-inner-wrapper .li-sidebar-aktuelles-item-wrapper:not(:last-child) {
    border-bottom: .1875rem dotted #FFF
}

.community-li-aktuelles-wrapper .li-aktuelles-inner-wrapper .li-sidebar-aktuelles-item-wrapper .li-sidebar-aktuelles-item {
    margin: 1.4375rem 1.0625rem;
    background-color: #F0C875;
    height: 6.75rem;
    background-position: center;
    background-repeat: no-repeat
}

.community-li-aktuelles-wrapper .li-aktuelles-inner-wrapper .li-sidebar-aktuelles-item-wrapper .li-sidebar-aktuelles-item.item1 {
    background-image: url(/img/sidebar/community-li/symbol1-sidebar-li.png)
}

.community-li-aktuelles-wrapper .li-aktuelles-inner-wrapper .li-sidebar-aktuelles-item-wrapper .li-sidebar-aktuelles-item.item2 {
    background-image: url(/img/sidebar/community-li/symbol2-sidebar-li.png)
}

.community-li-aktuelles-wrapper .li-aktuelles-inner-wrapper .li-sidebar-aktuelles-item-wrapper .li-sidebar-aktuelles-item.item3 {
    background-image: url(/img/sidebar/community-li/symbol3-sidebar-li.png)
}

.community-li-aktuelles-wrapper .li-aktuelles-inner-wrapper .li-sidebar-aktuelles-item-wrapper .li-sidebar-aktuelles-heading {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .625rem;
    color: #FFF;
    padding: 0 1.0625rem;
    line-height: 1.25rem
}

.community-li-aktuelles-wrapper .li-aktuelles-inner-wrapper .li-sidebar-aktuelles-item-wrapper .aktuelles-text {
    color: #FFF;
    padding: 0 1.0625rem;
    line-height: 1.25rem
}

.sidebar .community-li-zuletzt-gesucht-wrapper .li-zuletzt-gesucht-inner-wrapper {
    height: auto !important
}

.sidebar .community-li-zuletzt-gesucht-wrapper .li-zuletzt-gesucht-inner-wrapper ul {
    margin-bottom: .5625rem
}

.sidebar .community-li-zuletzt-gesucht-wrapper .li-zuletzt-gesucht-inner-wrapper ul li a {
    color: #FFF;
    width: 100%;
    padding: 0 1.0625rem;
    display: inline-block
}

.sidebar .community-li-zuletzt-gesucht-wrapper .li-zuletzt-gesucht-inner-wrapper ul li:not(:last-child) {
    border-bottom: .0625rem solid #F0C875
}

.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none
}

.mCustomScrollbar.mCS_no_scrollbar {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15)
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2)
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5)
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2)
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2)
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9)
}

.footer {
    background-color: #99C127;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF99C127', endColorstr='#FFEDA812');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzEyNyIvPjxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjOTljMTI3Ii8+PHN0b3Agb2Zmc2V0PSI4MiUiIHN0b3AtY29sb3I9IiNlZGE4MTIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGE4MTIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #99c127), color-stop(18%, #99c127), color-stop(82%, #eda812), color-stop(100%, #eda812));
    background-image: -moz-linear-gradient(left, #99c127 0%, #99c127 18%, #eda812 82%, #eda812 100%);
    background-image: -webkit-linear-gradient(left, #99c127 0%, #99c127 18%, #eda812 82%, #eda812 100%);
    background-image: linear-gradient(to right, #99c127 0%, #99c127 18%, #eda812 82%, #eda812 100%)
}

@media only screen and (max-width: 40em) {
    .footer .footer-bg-img {
        background-image: url(/img/footer/footer-bg-img-right.png);
        background-repeat: no-repeat;
        background-size: 9.0625rem 10.875rem;
        background-position: bottom right
    }
}

@media only screen and (min-width: 40.0625em) {
    .footer .footer-bg-img {
        background-image: url(/img/footer/footer-bg-img-left.png), url(/img/footer/footer-bg-img-middle.png), url(/img/footer/footer-bg-img-right.png);
        background-repeat: no-repeat;
        background-size: 35.125rem 14.375rem, 22.4375rem 10.75rem, 9.0625rem 10.875rem;
        background-position: bottom left, 60% 100%, bottom right
    }
}

.footer .footer-bg-img .footer-uebersicht .footer-spalten-wrapper {
    width: 25%;
    position: relative;
    float: left;
    padding-left: 0;
    padding-right: 0
}

.footer .footer-bg-img .footer-uebersicht .footer-spalten-wrapper:first-child {
    padding-left: .4375rem
}

.footer .footer-bg-img .footer-uebersicht .footer-spalten-wrapper:last-child {
    padding-right: .4375rem
}

.footer .footer-bg-img .footer-uebersicht h6 {
    font-size: 1rem;
    font-weight: bold;
    padding-left: .625rem;
    padding-bottom: .5625rem;
    margin-top: 1.0625rem;
    margin-bottom: 0
}

@media only screen and (min-width: 64.0625em) {
    .footer .footer-bg-img .footer-uebersicht h6 {
        font-size: 1.3125rem
    }
}

.footer .footer-bg-img .footer-uebersicht h6 a {
    color: #FFF
}

.footer .footer-bg-img .footer-uebersicht h6 a:hover,
.footer .footer-bg-img .footer-uebersicht h6 a:focus {
    color: #696969
}

.footer .footer-bg-img .footer-uebersicht ul {
    margin-left: 0;
    padding-top: .625rem;
    padding-left: .625rem;
    border-top: .125rem solid #000
}

.footer .footer-bg-img .footer-uebersicht ul li {
    list-style-type: none
}

.footer .footer-bg-img .footer-uebersicht ul li a {
    color: #FFF;
    font-size: .6875rem;
    line-height: 1.8;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

@media only screen and (min-width: 64.0625em) {
    .footer .footer-bg-img .footer-uebersicht ul li a {
        font-size: 1.0625rem
    }
}

.footer .footer-bg-img .footer-uebersicht ul li a:hover,
.footer .footer-bg-img .footer-uebersicht ul li a:focus {
    color: #696969
}

.footer .footer-bg-img .footer-uebersicht .footer-col-wrapper-1 h6 {
    border-bottom: .625rem solid #96c028
}

.footer .footer-bg-img .footer-uebersicht .footer-col-wrapper-2 h6 {
    border-bottom: .625rem solid #39892E
}

.footer .footer-bg-img .footer-uebersicht .footer-col-wrapper-3 h6 {
    border-bottom: .625rem solid #0C75BB
}

.footer .footer-bg-img .footer-uebersicht .footer-col-wrapper-4 h6 {
    border-bottom: .625rem solid #FECE17
}

.footer .footer-bg-img .footer-uebersicht .footer-col-wrapper-5 h6 {
    border-bottom: .625rem solid #E74E0F
}

.footer .footer-bg-img .footer-uebersicht .footer-col-wrapper-6 h6 {
    border-bottom: .625rem solid #eea813
}

@media only screen and (min-width: 40.0625em) {
    .footer .footer-bg-img .bottommenu {
        margin-top: 3.875rem
    }
}

.footer .footer-bg-img .bottommenu nav {
    background-color: #FFF;
    opacity: 0.85
}

.footer .footer-bg-img .bottommenu nav ul {
    margin: 0px auto;
    padding-top: .8125rem;
    padding-bottom: .4375rem
}

@media only screen and (min-width: 64.0625em) {
    .footer .footer-bg-img .bottommenu nav ul {
        width: 51.375rem
    }
}

@media only screen and (min-width: 81.688em) {
    .footer .footer-bg-img .bottommenu nav ul {
        width: 69.5625rem
    }
}

.footer .footer-bg-img .bottommenu nav ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: .625rem;
    padding-left: .625rem;
    border-right: .125rem solid #5D7A09;
    line-height: 1
}

.footer .footer-bg-img .bottommenu nav ul li a {
    font-size: .9375rem;
    font-weight: bold;
    color: #5D7A09
}

@media only screen and (min-width: 81.688em) {
    .footer .footer-bg-img .bottommenu nav ul li a {
        font-size: 1.3125rem
    }
}

.footer .footer-bg-img .bottommenu nav ul li a:hover,
.footer .footer-bg-img .bottommenu nav ul li a:focus {
    color: #696969
}

.footer .footer-bg-img .bottommenu nav ul li:last-child {
    border-right: 0 solid #5D7A09
}

.footer .footer-bg-img .copyright p {
    font-size: .875rem;
    font-weight: bold;
    color: #FFF;
    padding: .75rem .75rem .6875rem 3.4375rem;
    margin: 0
}

.to-the-top a {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    font-weight: bold;
    margin-bottom: .875rem
}

.to-the-top a:hover {
    background-color: #EEC369 !important;
    background-image: none
}

.container .seitennavigation-footer {
    background-color: #F3F3F3;
    margin: .875rem 0
}

@media only screen and (min-width: 40.0625em) {
    .container .seitennavigation-footer {
        margin: 1.25rem 0 .4375rem
    }
}

.container .seitennavigation-footer p {
    font-size: 1.3125rem;
    padding-top: .875rem;
    padding-bottom: .8125rem;
    margin: 0
}

.container .seitennavigation-footer p .current-page {
    background-color: #99c127;
    padding: .0625rem .25rem;
    color: #FFF
}

.container .seitennavigation-footer p i {
    font-size: 1.625rem;
    color: #99c127;
    position: relative;
    top: .125rem
}

.container .seitennavigation-footer p i.fa-caret-left,
.container .seitennavigation-footer p i.fa-caret-right {
    margin-left: .8125rem;
    margin-right: .8125rem
}

.subfooter {
    border-top: .4375rem solid #FFF;
    padding: 1.25rem .625rem 1rem .625rem
}

@media only screen and (min-width: 40.0625em) {
    .subfooter .sub-footer-logo-grid {
        margin-bottom: .875rem
    }
}

.subfooter .sub-footer-logo-grid li a {
    display: block
}

.subfooter .sub-footer-logo-grid li a:hover img,
.subfooter .sub-footer-logo-grid li a:focus img {
    opacity: 0.75
}

.subfooter .sub-footer-logo-grid li img {
    border: .4375rem solid #FFF;
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0 0 .3125rem .0625rem #999;
    -moz-box-shadow: 0 0 .3125rem .0625rem #999;
    box-shadow: 0 0 .3125rem .0625rem #999
}

@media only screen and (min-width: 40.0625em) {
    .subfooter .sub-footer-logo-grid li {
        padding-bottom: 0
    }
}

.subfooter .subfooter-text {
    margin-bottom: 0;
    color: #FFF;
    font-size: .875rem;
    text-align: center
}

.category-body {
    margin-top: .5625rem
}

.category-1-bg-col {
    background: #d8eaa6
}

.category-2-bg-col {
    background: #D4EBD1
}

.category-3-bg-col {
    background: #c8dfed
}

.category-4-bg-col {
    background: #FFF0BD
}

.category-5-bg-col {
    background: #fae0c8
}

.category-pagination-wrapper.css3-gradient1 {
    position: relative;
    -webkit-box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, 0.3)
}

.category-pagination-wrapper.css3-gradient1:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: 0;
    width: 180%;
    height: 35px;
    left: -40%;
    right: -40%;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(0, 0, 0, 0.4), rgba(97, 97, 97, 0) 40%);
    background: radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.4), rgba(97, 97, 97, 0) 40%)
}

.category-pagination-wrapper .category-header {
    height: 3.625rem;
    border-bottom: .125rem solid #FFF
}

.category-pagination-wrapper .category-header h2 {
    font-size: 1rem;
    font-weight: bold;
    color: #FFF;
    padding-top: 1.25rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75)
}

@media only screen and (min-width: 64.0625em) {
    .category-pagination-wrapper .category-header h2 {
        font-size: 1.5rem;
        font-weight: normal;
        padding-top: .75rem
    }
}

.category-1-pagination-bg-col {
    background: #96c028;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF96C028', endColorstr='#FFC5DC87');
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1ZGM4NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c028), color-stop(100%, #c5dc87));
    background: -moz-linear-gradient(top, #96c028, #c5dc87);
    background: -webkit-linear-gradient(top, #96c028, #c5dc87);
    background: linear-gradient(to bottom, #96c028, #c5dc87)
}

.category-2-pagination-bg-col {
    background: #39892E;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF39892E', endColorstr='#FF6FBB64');
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5ODkyZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZmYmI2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #39892e), color-stop(100%, #6fbb64));
    background: -moz-linear-gradient(top, #39892e, #6fbb64);
    background: -webkit-linear-gradient(top, #39892e, #6fbb64);
    background: linear-gradient(to bottom, #39892e, #6fbb64)
}

.category-3-pagination-bg-col {
    background: #0C75BB;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF0C75BB', endColorstr='#FF62A3D1');
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjNzViYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyYTNkMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0c75bb), color-stop(100%, #62a3d1));
    background: -moz-linear-gradient(top, #0c75bb, #62a3d1);
    background: -webkit-linear-gradient(top, #0c75bb, #62a3d1);
    background: linear-gradient(to bottom, #0c75bb, #62a3d1)
}

.category-4-pagination-bg-col {
    background: #FECE17
}

.category-5-pagination-bg-col {
    background: #E74E0F;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFE74E0F', endColorstr='#FFFD8251');
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3NGUwZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkODI1MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e74e0f), color-stop(100%, #fd8251));
    background: -moz-linear-gradient(top, #e74e0f, #fd8251);
    background: -webkit-linear-gradient(top, #e74e0f, #fd8251);
    background: linear-gradient(to bottom, #e74e0f, #fd8251)
}

.category-articles {
    list-style: none;
    padding: 0 2.5%;
    margin: 2.5rem 0 2.5rem 0
}

.category-articles li {
    padding: 0;
    margin: 0 0 .9375rem
}

.category-articles li .category-articles-default-teaser {
    position: relative;
    background: #FFF;
    padding: .875rem
}

.category-articles li .category-articles-default-teaser:hover h3 {
    text-decoration: underline
}

.category-articles li .category-articles-default-teaser:hover span.category-article-teaser-weiterlesen {
    text-decoration: underline
}

@media only screen and (min-width: 64.0625em) {
    .category-articles li .category-articles-default-teaser {
        padding: 0;
        min-height: 10.375rem
    }
    .category-articles li .category-articles-default-teaser.category-1-articles-default-teaser {
        border-right: .5rem solid #96c028
    }
    .category-articles li .category-articles-default-teaser.category-2-articles-default-teaser {
        border-right: .5rem solid #39892E
    }
    .category-articles li .category-articles-default-teaser.category-3-articles-default-teaser {
        border-right: .5rem solid #0C75BB
    }
    .category-articles li .category-articles-default-teaser.category-4-articles-default-teaser {
        border-right: .5rem solid #FECE17
    }
    .category-articles li .category-articles-default-teaser.category-5-articles-default-teaser {
        border-right: .5rem solid #E74E0F
    }
}

@media (min-width: 27.5em) {
    .category-articles li .category-articles-default-teaser a .body .other-grid-left {
        width: 31.5%;
        max-height: 10.375rem;
        overflow: hidden
    }
    .category-articles li .category-articles-default-teaser a .body .other-grid-right {
        width: 68.5%
    }
}

.category-articles li .category-articles-default-teaser a .body img.category-article-teaser-img {
    width: 14.375rem
}

@media only screen and (max-width: 27.438em) {
    .category-articles li .category-articles-default-teaser a .body img.category-article-teaser-img {
        width: 14.375rem !important
    }
}

@media only screen and (min-width: 27.5em) and (max-width: 40em) {
    .category-articles li .category-articles-default-teaser a .body img.category-article-teaser-img {
        width: 9.375rem !important
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 46.25em) {
    .category-articles li .category-articles-default-teaser a .body img.category-article-teaser-img {
        width: 6.875rem !important
    }
}

@media only screen and (min-width: 46.313em) and (max-width: 64em) {
    .category-articles li .category-articles-default-teaser a .body img.category-article-teaser-img {
        width: 9.375rem !important
    }
}

@media only screen and (min-width: 64.063em) {
    .category-articles li .category-articles-default-teaser a .body img.category-article-teaser-img {
        width: 14.375rem !important
    }
}

@media only screen and (min-width: 64.0625em) {
    .category-articles li .category-articles-default-teaser a .body .category-article-teaser-text-wrapper {
        overflow: hidden;
        padding: .875rem .875rem 0 0;
        min-height: 8.5rem
    }
}

.category-articles li .category-articles-default-teaser a .body .category-article-teaser-text-wrapper header img {
    margin-top: .875rem
}

@media only screen and (min-width: 64.0625em) {
    .category-articles li .category-articles-default-teaser a .body .category-article-teaser-text-wrapper header img {
        float: left;
        margin-top: 0;
        margin-right: .9375rem;
        margin-bottom: 0
    }
}

.category-articles li .category-articles-default-teaser a .body .category-article-teaser-text-wrapper header h3 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.2
}

@media only screen and (max-width: 27.438em) {
    .category-articles li .category-articles-default-teaser a .body .category-article-teaser-text-wrapper header h3 {
        margin-top: .875rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .category-articles li .category-articles-default-teaser a .body .category-article-teaser-text-wrapper header h3 {
        margin-top: .0625rem;
        margin-bottom: .3125rem
    }
}

.category-articles li .category-articles-default-teaser a .body .category-article-teaser-text-wrapper p {
    font-size: .875rem;
    font-weight: normal;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0
}

.category-articles li .category-articles-default-teaser a .body .category-article-teaser-footer-wrapper {
    margin-top: 1rem;
    padding-right: .875rem
}

@media only screen and (min-width: 64.0625em) {
    .category-articles li .category-articles-default-teaser a .body .category-article-teaser-footer-wrapper {
        margin-top: .375rem;
        margin-bottom: .3125rem
    }
}

.category-articles li .category-articles-default-teaser a .body .category-article-teaser-footer-wrapper p.category-article-teaser-footer {
    font-size: .75rem;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000
}

@media only screen and (min-width: 64.0625em) {
    .category-articles li .category-articles-default-teaser a .body .category-article-teaser-footer-wrapper p.category-article-teaser-footer {
        padding-bottom: 0
    }
}

.category-articles li .category-articles-default-teaser a .body .category-article-teaser-footer-wrapper span.category-article-teaser-weiterlesen {
    float: right;
    font-weight: bold
}

@media only screen and (min-width: 64.0625em) {
    .category-articles li .category-articles-default-teaser a .body .category-article-teaser-footer-wrapper span.category-article-teaser-weiterlesen {
        padding-top: 0
    }
}

.category-bottom-pagination {
    margin-bottom: 3.125rem
}

.category-article-single-header-wrapper.css3-gradient1 {
    position: relative;
    -webkit-box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, 0.3)
}

.category-article-single-header-wrapper.css3-gradient1:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: 0;
    width: 180%;
    height: 35px;
    left: -40%;
    right: -40%;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(0, 0, 0, 0.4), rgba(97, 97, 97, 0) 40%);
    background: radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.4), rgba(97, 97, 97, 0) 40%)
}

.category-article-single-header-wrapper .category-header {
    padding: 0 .875rem;
    min-height: 5.9375rem
}

@media only screen and (min-width: 40.0625em) {
    .category-article-single-header-wrapper .category-header {
        padding: 0 2.25rem
    }
}

.category-article-single-header-wrapper .category-header h1 {
    font-size: 1.625rem;
    font-weight: bold;
    margin-top: 1.25rem;
    margin-bottom: .5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75)
}

@media only screen and (min-width: 40.0625em) {
    .category-article-single-header-wrapper .category-header h1 {
        font-size: 1.625rem;
        font-weight: normal;
        margin-top: .75rem;
        margin-bottom: .5625rem
    }
}

.category-article-single-header-wrapper .category-header h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1.25rem;
    margin-bottom: .5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75)
}

@media only screen and (min-width: 40.0625em) {
    .category-article-single-header-wrapper .category-header h2 {
        font-size: 1.3125rem;
        font-weight: normal;
        margin-top: .5625rem;
        margin-bottom: 1.1875rem
    }
}

.category-article-single-header-wrapper .category-header p {
    font-size: .75rem;
    margin-bottom: .25rem
}

@media only screen and (min-width: 40.0625em) {
    .category-article-single-header-wrapper .category-header p {
        margin-top: 1.25rem;
        margin-bottom: 0;
        font-size: .875rem
    }
}

.category-article-single-header-wrapper .category-header p a {
    display: inline-block
}

.category-article-single-header-wrapper .category-header p a:hover {
    background: #FFF
}

.category-article-single-header-wrapper .category-header p a:hover i {
    color: #eea813
}

.category-article-single-header-wrapper .category-header p a i {
    display: inline-block
}

.category-article-single-header-wrapper .category-header p a i.fa-caret-right {
    padding: .3125rem .5rem 0 .625rem
}

.category-article-single-header-wrapper .category-header p a i.fa-caret-left {
    padding: .3125rem .625rem 0 .5rem
}

@media only screen and (min-width: 40.0625em) {
    .category-article-single-header-wrapper .category-header p a i.fa-caret-right {
        padding: .25rem .5rem 0 .625rem
    }
    .category-article-single-header-wrapper .category-header p a i.fa-caret-left {
        padding: .25rem .625rem 0 .5rem
    }
}

.category-article-single-header-wrapper .category-header p span {
    padding-left: 0;
    padding-right: .0625rem
}

.category-article-single-header-wrapper .category-header p.article-author {
    margin: 0 0 .75rem 0;
    color: #000;
    font-size: .875rem
}

@media only screen and (min-width: 40.0625em) {
    .category-article-single-header-wrapper .category-header p.article-author {
        margin: 0 0 .5rem 0
    }
}

.category-1-article-single-bg-col {
    background: #96c028;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF96C028', endColorstr='#FFC5DC87');
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1ZGM4NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c028), color-stop(100%, #c5dc87));
    background: -moz-linear-gradient(top, #96c028, #c5dc87);
    background: -webkit-linear-gradient(top, #96c028, #c5dc87);
    background: linear-gradient(to bottom, #96c028, #c5dc87)
}

.category-2-article-single-bg-col {
    background: #39892E;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF39892E', endColorstr='#FF6FBB64');
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5ODkyZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZmYmI2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #39892e), color-stop(100%, #6fbb64));
    background: -moz-linear-gradient(top, #39892e, #6fbb64);
    background: -webkit-linear-gradient(top, #39892e, #6fbb64);
    background: linear-gradient(to bottom, #39892e, #6fbb64)
}

.category-3-article-single-bg-col {
    background: #0C75BB;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF0C75BB', endColorstr='#FF62A3D1');
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjNzViYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyYTNkMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0c75bb), color-stop(100%, #62a3d1));
    background: -moz-linear-gradient(top, #0c75bb, #62a3d1);
    background: -webkit-linear-gradient(top, #0c75bb, #62a3d1);
    background: linear-gradient(to bottom, #0c75bb, #62a3d1)
}

.category-4-article-single-bg-col {
    background: #FECE17
}

.category-5-article-single-bg-col {
    background: #E74E0F;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFE74E0F', endColorstr='#FFFD8251');
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3NGUwZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkODI1MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e74e0f), color-stop(100%, #fd8251));
    background: -moz-linear-gradient(top, #e74e0f, #fd8251);
    background: -webkit-linear-gradient(top, #e74e0f, #fd8251);
    background: linear-gradient(to bottom, #e74e0f, #fd8251)
}

.black-text {
    color: #222
}

.black-text h1,
.black-text h2,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text h6 {
    color: #222
}

.white-text {
    color: #FFF
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
    color: #FFF
}

.article-body {
    padding: 0 .875rem
}

.article-body a::before {
    content: "ꜛ"
}

@media only screen and (min-width: 40.0625em) {
    .article-body {
        padding: 0 2.6875rem;
        font-size: 1.125rem
    }
}

.article-body p {
    font-size: .875rem;
    line-height: 1.4
}

@media only screen and (min-width: 40.0625em) {
    .article-body p {
        font-size: 1.125rem;
        line-height: 1.2
    }
}

.article-body ul li {
    font-size: .875rem;
    line-height: 1.4
}

@media only screen and (min-width: 40.0625em) {
    .article-body ul li {
        font-size: 1.125rem;
        line-height: 1.2
    }
}

.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
    font-size: .875rem;
    font-weight: bold;
    margin-bottom: 1.375rem
}

@media only screen and (min-width: 40.0625em) {
    .article-body h3,
    .article-body h4,
    .article-body h5,
    .article-body h6 {
        font-size: 1.125rem
    }
}

.article-body .article-single-intro {
    padding: 1.875rem .4375rem;
    margin-bottom: 1.875rem;
    border-bottom: .1875rem dotted #FFF
}

.article-body .article-single-intro img {
    margin-bottom: 1.25rem;
    margin-right: 1.25rem
}

@media only screen and (min-width: 40.0625em) {
    .article-body .article-single-intro img {
        float: left;
        margin-bottom: 0
    }
}

.article-body .article-single-intro p {
    font-style: italic;
    margin-bottom: 0
}

.article-body .article-intro-2 {
    margin-bottom: 2.8125rem
}

.article-body figure {
    display: table;
    margin-top: .125rem;
    margin-right: 0;
    margin-left: 0
}

.article-body figure figcaption {
    display: table-caption;
    caption-side: bottom;
    font-size: .875rem;
    line-height: 1.0625rem;
    padding: .5rem
}

@media (min-width: 27.5em) {
    .article-body figure.figure-right {
        float: right;
        margin-left: 1.25rem;
        margin-right: 0
    }
    .article-body figure.figure-left {
        float: left;
        margin-right: 1.25rem;
        margin-left: 0
    }
}

.article-body .country-data {
    margin-bottom: 2.1875rem
}

@media only screen and (min-width: 64.0625em) {
    .article-body .country-data .country-map-wrapper {
        padding-right: 0
    }
    .article-body .country-data .country-map-wrapper .country-map-inner-wrapper {
        height: 100%
    }
}

@media only screen and (min-width: 64.0625em) {
    .article-body .country-data .country-data-wrapper {
        padding-left: 0
    }
}

.article-body .country-data .country-data-wrapper .country-data-inner-wrapper {
    height: 100%;
    padding: 1.25rem .875rem
}

@media only screen and (min-width: 64.0625em) {
    .article-body .country-data .country-data-wrapper .country-data-inner-wrapper {
        padding: 2.125rem
    }
}

.article-body .country-data .country-data-wrapper .country-data-inner-wrapper h4 {
    font-size: .875rem;
    font-weight: bold;
    margin-bottom: .375rem
}

.article-body .country-data .country-data-wrapper .country-data-inner-wrapper p {
    font-size: .75rem
}

@media only screen and (min-width: 64.0625em) {
    .article-body .country-data .country-data-wrapper .country-data-inner-wrapper p {
        margin-bottom: 3.125rem
    }
}

.article-body .country-data .country-data-wrapper .country-data-inner-wrapper ul {
    list-style-type: none;
    margin-left: 0
}

@media only screen and (max-width: 40em) {
    .article-body .country-data .country-data-wrapper .country-data-inner-wrapper ul {
        margin-bottom: .4375rem
    }
}

.article-body .country-data .country-data-wrapper .country-data-inner-wrapper ul li {
    font-size: .75rem
}

.article-single-rating-wrapper {
    height: 5.25rem
}

@media only screen and (min-width: 64.0625em) {
    .article-single-rating-wrapper {
        height: 2.75rem
    }
}

.article-single-rating-wrapper.category-1-col {
    background-color: #abcd53;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFABCD53', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiY2Q1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWJjZDUzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abcd53), color-stop(50%, #abcd53), color-stop(51%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%)
}

.article-single-rating-wrapper.category-2-col {
    background-color: #84BD7C;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF84BD7C', endColorstr='#FF39892E');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0YmQ3YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjODRiZDdjIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzOTg5MmUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTg5MmUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #84bd7c), color-stop(50%, #84bd7c), color-stop(51%, #39892e), color-stop(100%, #39892e));
    background-image: -moz-linear-gradient(top, #84bd7c 0%, #84bd7c 50%, #39892e 51%, #39892e 100%);
    background-image: -webkit-linear-gradient(top, #84bd7c 0%, #84bd7c 50%, #39892e 51%, #39892e 100%);
    background-image: linear-gradient(to bottom, #84bd7c 0%, #84bd7c 50%, #39892e 51%, #39892e 100%)
}

.article-single-rating-wrapper.category-3-col {
    background-color: #75B1D8;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF75B1D8', endColorstr='#FF0C75BB');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1YjFkOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzViMWQ4Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwYzc1YmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzc1YmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #75b1d8), color-stop(50%, #75b1d8), color-stop(51%, #0c75bb), color-stop(100%, #0c75bb));
    background-image: -moz-linear-gradient(top, #75b1d8 0%, #75b1d8 50%, #0c75bb 51%, #0c75bb 100%);
    background-image: -webkit-linear-gradient(top, #75b1d8 0%, #75b1d8 50%, #0c75bb 51%, #0c75bb 100%);
    background-image: linear-gradient(to bottom, #75b1d8 0%, #75b1d8 50%, #0c75bb 51%, #0c75bb 100%)
}

.article-single-rating-wrapper.category-4-col {
    background-color: #FFE893;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFE893', endColorstr='#FFFECE17');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTg5MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZlODkzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZWNlMTciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWNlMTciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe893), color-stop(50%, #ffe893), color-stop(51%, #fece17), color-stop(100%, #fece17));
    background-image: -moz-linear-gradient(top, #ffe893 0%, #ffe893 50%, #fece17 51%, #fece17 100%);
    background-image: -webkit-linear-gradient(top, #ffe893 0%, #ffe893 50%, #fece17 51%, #fece17 100%);
    background-image: linear-gradient(to bottom, #ffe893 0%, #ffe893 50%, #fece17 51%, #fece17 100%)
}

.article-single-rating-wrapper.category-5-col {
    background-color: #F29F7C;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF29F7C', endColorstr='#FFE74E0F');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOWY3YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjI5ZjdjIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlNzRlMGYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzRlMGYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f29f7c), color-stop(50%, #f29f7c), color-stop(51%, #e74e0f), color-stop(100%, #e74e0f));
    background-image: -moz-linear-gradient(top, #f29f7c 0%, #f29f7c 50%, #e74e0f 51%, #e74e0f 100%);
    background-image: -webkit-linear-gradient(top, #f29f7c 0%, #f29f7c 50%, #e74e0f 51%, #e74e0f 100%);
    background-image: linear-gradient(to bottom, #f29f7c 0%, #f29f7c 50%, #e74e0f 51%, #e74e0f 100%)
}

@media only screen and (min-width: 64.0625em) {
    .article-single-rating-wrapper .article-single-rating-wrapper-inner {
        width: 30.75rem;
        display: inline-block
    }
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars {
    width: 11.1875rem;
    margin-left: .875rem;
    unicode-bidi: bidi-override;
    direction: rtl
}

@media only screen and (min-width: 40.0625em) {
    .article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars {
        margin-left: 2.625rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars {
        float: left;
        display: inline-block
    }
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars>span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    font-size: 2rem;
    width: 2rem;
    line-height: 1.4
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars>span:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars>span ~ span:before {
    content: "★";
    color: #FFF;
    opacity: 0.7;
    text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.one-stars>span.one-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.one-stars>span ~ span.one-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.two-stars>span.one-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.two-stars>span ~ span.one-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.two-stars>span.two-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.two-stars>span ~ span.two-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.three-stars>span.one-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.three-stars>span ~ span.one-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.three-stars>span.two-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.three-stars>span ~ span.two-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.three-stars>span.three-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.three-stars>span ~ span.three-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.four-stars>span.one-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.four-stars>span ~ span.one-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.four-stars>span.two-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.four-stars>span ~ span.two-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.four-stars>span.three-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.four-stars>span ~ span.three-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.four-stars>span.four-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.four-stars>span ~ span.four-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.five-stars>span.one-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.five-stars>span ~ span.one-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.five-stars>span.two-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.five-stars>span ~ span.two-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.five-stars>span.three-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.five-stars>span ~ span.three-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.five-stars>span.four-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.five-stars>span ~ span.four-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.five-stars>span.five-star:before,
.article-single-rating-wrapper .article-single-rating-wrapper-inner .article-single-bewertung-stars.five-stars>span ~ span.four-star:before {
    color: #FDDB20;
    opacity: 1;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

@media only screen and (min-width: 64.0625em) {
    .article-single-rating-wrapper .article-single-rating-wrapper-inner .number-of-ratings {
        float: right;
        display: inline-block
    }
}

.article-single-rating-wrapper .article-single-rating-wrapper-inner .number-of-ratings p {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    margin-top: .625rem;
    margin-bottom: .375rem;
    padding-left: .875rem
}

@media only screen and (min-width: 40.0625em) {
    .article-single-rating-wrapper .article-single-rating-wrapper-inner .number-of-ratings p {
        padding-left: 2.6875rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .article-single-rating-wrapper .article-single-rating-wrapper-inner .number-of-ratings p {
        font-size: .875rem;
        margin-top: .6875rem;
        margin-bottom: 0;
        padding-left: 0
    }
}

.article-single-rating-wrapper .unter-article-single {
    display: none
}

@media only screen and (min-width: 64.0625em) {
    .article-single-rating-wrapper .unter-article-single {
        width: 14.375rem;
        float: right;
        margin-top: .625rem;
        margin-right: 2.6875rem;
        display: inline-block
    }
    .article-single-rating-wrapper .unter-article-single p {
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: bold
    }
    .article-single-rating-wrapper .unter-article-single p a {
        display: inline-block
    }
    .article-single-rating-wrapper .unter-article-single p a:hover {
        background: #FFF
    }
    .article-single-rating-wrapper .unter-article-single p a:hover i {
        color: #eea813
    }
    .article-single-rating-wrapper .unter-article-single p a i {
        display: inline-block
    }
    .article-single-rating-wrapper .unter-article-single p a i.fa-caret-right {
        padding: .25rem .5625rem 0 .6875rem
    }
    .article-single-rating-wrapper .unter-article-single p a i.fa-caret-left {
        padding: .25rem .6875rem 0 .5625rem
    }
    .article-single-rating-wrapper .unter-article-single p span {
        padding-left: 0;
        padding-right: .0625rem
    }
}

.article-single-copyright {
    background: #FFF;
    padding: 1.375rem .875rem
}

@media only screen and (min-width: 40.0625em) {
    .article-single-copyright {
        padding: 1.375rem 2.6875rem
    }
}

.article-single-copyright p {
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 0
}

.article-single-tabs-wrapper ul.tabs {
    border-bottom: .375rem solid #96C028;
    background: #FFF
}

.article-single-tabs-wrapper ul.tabs li.tab-title {
    border-right: .125rem solid #FFF;
    width: 9.5625rem
}

.article-single-tabs-wrapper ul.tabs li.tab-title:hover {
    opacity: 0.85
}

@media only screen and (max-width: 64rem) {
    .article-single-tabs-wrapper ul.tabs li.tab-title:nth-child(2) {
        border-right: none
    }
}

@media only screen and (min-width: 29.5625rem) {
    .article-single-tabs-wrapper ul.tabs li.tab-title {
        width: 14.3125rem
    }
}

@media only screen and (min-width: 30rem) {
    .article-single-tabs-wrapper ul.tabs li.tab-title {
        width: 14.5625rem
    }
}

@media only screen and (min-width: 40.0625rem) {
    .article-single-tabs-wrapper ul.tabs li.tab-title {
        width: 12.875rem
    }
    .article-single-tabs-wrapper ul.tabs li.tab-title:nth-child(2n+2) {
        width: 12.9375rem
    }
}

@media only screen and (min-width: 48rem) {
    .article-single-tabs-wrapper ul.tabs li.tab-title {
        width: 15.5625rem
    }
    .article-single-tabs-wrapper ul.tabs li.tab-title:nth-child(2n+2) {
        width: 15.5625rem
    }
}

@media only screen and (min-width: 54.875rem) {
    .article-single-tabs-wrapper ul.tabs li.tab-title {
        width: 15.1875rem
    }
    .article-single-tabs-wrapper ul.tabs li.tab-title:nth-child(2n+2) {
        width: 15.1875rem
    }
}

@media only screen and (min-width: 64rem) {
    .article-single-tabs-wrapper ul.tabs li.tab-title {
        width: 17.375rem
    }
    .article-single-tabs-wrapper ul.tabs li.tab-title:nth-child(2n+2) {
        width: 17.4375rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .article-single-tabs-wrapper ul.tabs li.tab-title {
        width: 33%
    }
    .article-single-tabs-wrapper ul.tabs li.tab-title:nth-child(2n+2) {
        width: 33%
    }
}

.article-single-tabs-wrapper ul.tabs li.tab-title:last-child {
    border-right: none
}

.article-single-tabs-wrapper ul.tabs li.tab-title a {
    text-align: center;
    color: #FFF;
    font-size: .875rem;
    font-weight: bold;
    padding: .625rem .4375rem;
    background-color: #C5DC87;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC5DC87', endColorstr='#FFB6D369');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1ZGM4NyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYzVkYzg3Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNiNmQzNjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmQzNjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c5dc87), color-stop(50%, #c5dc87), color-stop(51%, #b6d369), color-stop(100%, #b6d369));
    background-image: -moz-linear-gradient(top, #c5dc87 0%, #c5dc87 50%, #b6d369 51%, #b6d369 100%);
    background-image: -webkit-linear-gradient(top, #c5dc87 0%, #c5dc87 50%, #b6d369 51%, #b6d369 100%);
    background-image: linear-gradient(to bottom, #c5dc87 0%, #c5dc87 50%, #b6d369 51%, #b6d369 100%)
}

@media only screen and (min-width: 40.0625em) {
    .article-single-tabs-wrapper ul.tabs li.tab-title a {
        font-size: .9375rem;
        padding: .625rem .875rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .article-single-tabs-wrapper ul.tabs li.tab-title a {
        font-size: .9375rem;
        padding: .625rem 0
    }
}

@media only screen and (min-width: 73.125rem) {
    .article-single-tabs-wrapper ul.tabs li.tab-title a {
        font-size: 1.125rem
    }
}

.article-single-tabs-wrapper ul.tabs li.tab-title.active a {
    color: #FFF;
    background-color: #ABCD53;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFABCD53', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiY2Q1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWJjZDUzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abcd53), color-stop(50%, #abcd53), color-stop(51%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%)
}

.article-single-tabs-wrapper .tabs-content {
    background: #D5E6A9;
    padding: 0
}

.article-single-tabs-wrapper .tabs-content #panel2-3 p {
    margin-bottom: 0
}

.article-single-tabs-wrapper .tabs-content #panel2-2 {
    padding: 0
}

.article-single-tabs-wrapper .tabs-content #panel2-1,
.article-single-tabs-wrapper .tabs-content #panel2-3,
.article-single-tabs-wrapper .tabs-content #panel2-4 {
    padding-left: .875rem;
    padding-right: .875rem;
    padding: 1.3125rem .875rem
}

@media only screen and (min-width: 40.0625em) {
    .article-single-tabs-wrapper .tabs-content #panel2-1,
    .article-single-tabs-wrapper .tabs-content #panel2-3,
    .article-single-tabs-wrapper .tabs-content #panel2-4 {
        padding-left: 2.6875rem;
        padding-right: 2.6875rem
    }
}

.article-single-tabs-wrapper .tabs-content p {
    font-size: .875rem;
    line-height: 1.3
}

@media only screen and (min-width: 64.0625em) {
    .article-single-tabs-wrapper .tabs-content p {
        font-size: 1.125rem;
        line-height: 1.2
    }
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .error {
    border: .0625rem solid #f04124 !important
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form input.error {
    border: .0625rem solid #f04124 !important
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .sterne-error {
    padding-left: .5rem !important
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form label {
    font-size: .875rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: .1875rem 0;
    color: #222
}

@media only screen and (min-width: 64.0625em) {
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form label {
        font-size: 1.125rem;
        line-height: 1
    }
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form input[type="text"],
.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form input[type="number"],
.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form input[type="email"] {
    padding-top: 0;
    padding-bottom: 0;
    height: 1.9375rem;
    border: none;
    margin-bottom: .75rem
}

@media only screen and (min-width: 64.0625em) {
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form input[type="text"],
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form input[type="number"],
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form input[type="email"] {
        margin-bottom: 1.75rem
    }
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form p {
    padding: .375rem 0;
    margin-bottom: 0
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form textarea {
    min-height: 12.5rem
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form textarea.article-empfehlen-message {
    margin-bottom: .75rem
}

@media only screen and (min-width: 64.0625em) {
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form textarea.article-empfehlen-message {
        margin-bottom: 1.75rem
    }
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2:not(:checked) div>input {
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2:not(:checked) div>label {
    float: right;
    width: 1rem;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #FFF;
    text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2:not(:checked) div>label:before {
    content: '★ '
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2 div>input:checked ~ label {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2:not(:checked) div>label:hover,
.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2:not(:checked) div>label:hover ~ label {
    color: gold;
    text-shadow: 1px 1px #daa520, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2 div>input:checked+label:hover,
.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2 div>input:checked+label:hover ~ label,
.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2 div>input:checked ~ label:hover,
.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2 div>input:checked ~ label:hover ~ label,
.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2 div>label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow: 1px 1px #daa520, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2 div>label:active {
    position: relative;
    top: .125rem;
    left: .125rem
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .rating2 input[type="radio"]+label {
    margin-right: 0;
    margin-left: 0;
    width: 2.1875rem
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form fieldset.rating2 {
    padding: 0;
    border: none;
    margin: 0;
    display: block
}

@media only screen and (min-width: 64.0625em) {
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form fieldset.rating2 {
        margin-bottom: 1.3125rem
    }
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form fieldset.rating2.error-fieldset {
        margin-bottom: 0
    }
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form fieldset.rating2 div {
    padding-left: 0
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form fieldset.rating2 legend {
    font-size: .875rem;
    padding-left: 0;
    margin-left: 0;
    background: transparent;
    color: #222
}

@media only screen and (min-width: 64.0625em) {
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form fieldset.rating2 legend {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form fieldset.rating2 .star-wrapper {
        top: -.4375rem
    }
}

@media only screen and (min-width: 81.25em) {
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form fieldset.rating2 .star-wrapper {
        width: 11.875rem
    }
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form fieldset.rating2 .star-wrapper div {
    width: 10.9375rem
}

@media only screen and (min-width: 81.25em) {
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form fieldset.rating2 .starRatingHelpText-wrapper {
        width: 22.5rem
    }
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form fieldset.rating2 .starRatingHelpText-wrapper #starRatingHelpText {
    font-size: .75rem;
    margin-top: 0;
    padding-top: .125rem
}

@media only screen and (min-width: 64.0625em) {
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form fieldset.rating2 .starRatingHelpText-wrapper #starRatingHelpText {
        margin-top: .375rem;
        padding: .1875rem 0
    }
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .article-single-submit-button-wrapper {
    text-align: center
}

@media only screen and (min-width: 40.0625em) {
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .article-single-submit-button-wrapper {
        text-align: left
    }
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .article-single-submit-button-wrapper .article-single-submit-button {
    font-size: 1.25rem;
    border: none;
    color: #FFF;
    padding: .625rem 1.5625rem .6875rem 1.5625rem;
    margin-bottom: 0;
    background-color: #ABCD53;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFABCD53', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiY2Q1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWJjZDUzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abcd53), color-stop(50%, #abcd53), color-stop(51%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%)
}

@media only screen and (min-width: 64.0625em) {
    .article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .article-single-submit-button-wrapper .article-single-submit-button {
        font-size: 1rem;
        padding: .375rem .625rem
    }
}

.article-single-tabs-wrapper .tabs-content .artikel-bewerten-form .article-single-submit-button-wrapper .article-single-submit-button:hover {
    opacity: 0.6
}

#captchaHelpText {
    padding-top: .875rem;
    padding-bottom: .3125rem
}

#code-label {
    margin-bottom: 1.1875rem;
    max-width: 100%
}

@media only screen and (min-width: 40.0625em) {
    #code-label {
        max-width: 16.375rem
    }
}

@media only screen and (max-width: 81.25rem) {
    .sicherheitspruefung {
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto
    }
}

.rwd-table {
    min-width: 18.75rem;
    border-spacing: 0 0;
    background: #D5E6A9
}

.rwd-table tr {
    border-top: .0625rem solid #ddd;
    border-bottom: .0625rem solid #ddd
}

.rwd-table th {
    display: none
}

.rwd-table td {
    display: block
}

.rwd-table th,
.rwd-table td {
    text-align: left
}

@media (min-width: 64.0625rem) {
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 1.125rem
    }
}

.rwd-table {
    width: 100%;
    overflow: hidden;
    border-bottom: .375rem solid #96C028;
    margin-bottom: 0
}

.rwd-table tr {
    border-bottom-color: #46637f
}

.rwd-table th,
.rwd-table td {
    margin: 0.5em .875rem;
    vertical-align: top;
    font-size: .875rem;
    line-height: 1.3
}

.rwd-table th:last-child,
.rwd-table td:last-child {
    margin-bottom: .875rem;
    padding-top: 0;
    padding-bottom: 0
}

.rwd-table th:nth-child(2),
.rwd-table td:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0
}

.rwd-table th:first-child,
.rwd-table td:first-child {
    margin-top: .875rem;
    margin-bottom: .3125rem;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 64.0625rem) {
    .rwd-table th,
    .rwd-table td {
        padding: 1em;
        border-right: .1875rem dotted #FFF
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        border-right: none;
        margin-bottom: .4375rem;
        padding-top: .875rem;
        padding-bottom: .875rem
    }
    .rwd-table th:nth-child(2),
    .rwd-table td:nth-child(2) {
        min-width: 11.4375rem;
        padding-top: .875rem;
        padding-bottom: .875rem
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-top: .875rem;
        padding-bottom: .875rem;
        padding-left: 2.6875rem;
        min-width: 12.5rem;
        margin-top: .4375rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .rwd-table th,
    .rwd-table td {
        font-size: 1.125rem;
        line-height: 1.2
    }
    .rwd-table th span,
    .rwd-table td span {
        display: block
    }
}

@media only screen and (min-width: 64.0625em) {
    .rwd-table th {
        font-size: 1.125rem
    }
}

.rwd-table tbody tr:nth-child(even) {
    background-color: #EEF5DC;
    z-index: 1
}

.rwd-table .table-stars {
    unicode-bidi: bidi-override;
    direction: rtl
}

.rwd-table .table-stars>span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    font-size: 1.5rem;
    width: 1.4375rem
}

.rwd-table .table-stars>span:before,
.rwd-table .table-stars>span ~ span:before {
    content: "★";
    color: #FFF;
    text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.one-stars>span.one-star:before,
.rwd-table .table-stars.one-stars>span ~ span.one-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.two-stars>span.one-star:before,
.rwd-table .table-stars.two-stars>span ~ span.one-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.two-stars>span.two-star:before,
.rwd-table .table-stars.two-stars>span ~ span.two-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.three-stars>span.one-star:before,
.rwd-table .table-stars.three-stars>span ~ span.one-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.three-stars>span.two-star:before,
.rwd-table .table-stars.three-stars>span ~ span.two-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.three-stars>span.three-star:before,
.rwd-table .table-stars.three-stars>span ~ span.three-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.four-stars>span.one-star:before,
.rwd-table .table-stars.four-stars>span ~ span.one-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.four-stars>span.two-star:before,
.rwd-table .table-stars.four-stars>span ~ span.two-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.four-stars>span.three-star:before,
.rwd-table .table-stars.four-stars>span ~ span.three-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.four-stars>span.four-star:before,
.rwd-table .table-stars.four-stars>span ~ span.four-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.five-stars>span.one-star:before,
.rwd-table .table-stars.five-stars>span ~ span.one-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.five-stars>span.two-star:before,
.rwd-table .table-stars.five-stars>span ~ span.two-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.five-stars>span.three-star:before,
.rwd-table .table-stars.five-stars>span ~ span.three-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.five-stars>span.four-star:before,
.rwd-table .table-stars.five-stars>span ~ span.four-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.rwd-table .table-stars.five-stars>span.five-star:before,
.rwd-table .table-stars.five-stars>span ~ span.four-star:before {
    color: #FDDB20;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-intro {
    background-color: #eea813;
    padding-top: .375rem;
    padding-bottom: .4375rem;
    text-align: left
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-intro.nl-main {
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
        background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
        background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
        background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%)
    }
}

.community-nl-intro.li-main {
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%)
}

.community-nl-intro .community-nl-main-heading {
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-left: 1.5rem
}

.community-nl-introbox {
    position: relative;
    overflow: hidden;
    background-color: #d8eaa6
}

.community-nl-introbox.einzelforen-header {
    padding: .9375rem .875rem
}

@media only screen and (max-width: 40em) {
    .community-nl-introbox.einzelforen-header .small-no-padding {
        padding: 0
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-introbox.einzelforen-header .large-bigger-padding {
        padding-left: .875rem;
        padding-right: .875rem;
        padding-top: 1.5rem
    }
}

.community-nl-introbox.einzelforen-header .community-nl-foren-im-ueberblick-inner-wrapper .community-nl-foren-im-ueberblick-inner:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.community-nl-introbox.einzelforen-header .community-nl-foren-im-ueberblick-inner-wrapper .community-nl-foren-im-ueberblick-inner article {
    border-bottom: 0
}

.community-nl-introbox.einzelforen-header .community-nl-foren-im-ueberblick-inner-wrapper .community-nl-foren-im-ueberblick-inner article .community-nl-foren-text-wrapper p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.75rem;
    margin-bottom: .9375rem;
    font-size: .9375rem
}

.community-nl-introbox.einzelforen-header .button-center {
    margin-right: 0
}

.community-nl-introbox.einzelforen-header .button-center a {
    padding: .4375rem .9375rem;
    text-align: left;
    margin-top: .8125rem;
    margin-bottom: .5rem;
    margin-right: 0;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    background-color: #99c027;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99C027', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzAyNyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzFkODE4Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99c027), color-stop(90%, #c1d818), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: linear-gradient(to bottom, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%)
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-introbox.einzelforen-header .button-center a {
        margin-right: 3.125rem
    }
}

.community-nl-introbox.einzelforen-header .button-center a:hover,
.community-nl-introbox.einzelforen-header .button-center a:focus {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEA813', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZWVhODEzIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #c0870e), color-stop(100%, #c0870e));
    background-image: -moz-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: -webkit-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: linear-gradient(to bottom, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%)
}

.community-nl-introbox p {
    margin-top: 1.375rem;
    line-height: 1.375rem;
    margin-left: 1.125rem;
    margin-right: 1.125rem;
    font-size: .875rem
}

.community-nl-introbox p.einleitung-text {
    font-size: 1rem
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-introbox p {
        font-size: 1rem
    }
}

.community-nl-introbox p.margin-top-extra {
    margin-top: 2.5rem
}

.community-nl-introbox p a {
    color: #222;
    text-decoration: underline
}

.community-nl-introbox p a:hover,
.community-nl-introbox p a:focus {
    color: #eea813
}

.community-nl-introbox .community-nl-icon-menu {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-right: 1.125rem;
    margin-left: 1.125rem
}

.community-nl-introbox .community-nl-icon-menu .item-menu {
    display: block;
    width: 100%;
    padding: 0
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-introbox .community-nl-icon-menu .item-menu {
        display: inline-block;
        width: 15.5%;
        padding: .3125rem;
        vertical-align: top
    }
}

.community-nl-introbox .community-nl-icon-menu .item-menu .text-wrapper-community {
    line-height: 0.5
}

.community-nl-introbox .community-nl-icon-menu .item-menu:hover p,
.community-nl-introbox .community-nl-icon-menu .item-menu:focus p {
    text-decoration: underline;
    color: #eea813
}

.community-nl-introbox .community-nl-icon-menu .item-menu p {
    font-size: 1rem;
    color: #222;
    line-height: 1rem;
    margin: 0;
    padding-top: .9375rem
}

@media only screen and (min-width: 30em) {
    .community-nl-introbox .community-nl-icon-menu .item-menu p {
        padding-top: 2.3125rem
    }
}

@media only screen and (min-width: 33.75em) {
    .community-nl-introbox .community-nl-icon-menu .item-menu p {
        padding-top: 2.8125rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-introbox .community-nl-icon-menu .item-menu p {
        padding-top: 1.1875rem
    }
}

@media only screen and (min-width: 48em) {
    .community-nl-introbox .community-nl-icon-menu .item-menu p {
        padding-top: 1.625rem
    }
}

@media only screen and (min-width: 64em) {
    .community-nl-introbox .community-nl-icon-menu .item-menu p {
        padding-top: 2rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-introbox .community-nl-icon-menu .item-menu p {
        display: inline-block;
        font-size: .75rem;
        word-wrap: break-word;
        display: block;
        padding-right: .1875rem;
        padding-top: .3125rem;
        text-align: center
    }
}

@media only screen and (min-width: 75em) {
    .community-nl-introbox .community-nl-icon-menu .item-menu p {
        font-size: .875rem
    }
}

.triangle-down img {
    width: 100%
}

.community-nl-second-part {
    margin-top: .875rem;
    margin-bottom: .4375rem;
    background-color: #d8eaa6;
    padding: 1.4375rem .4375rem
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-second-part {
        padding: 2.5rem .875rem
    }
}

.community-nl-second-part .community-anmeldung {
    position: relative;
    margin-bottom: 0;
    padding: 0 0
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-second-part .community-anmeldung {
        margin-bottom: 3.875rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-second-part .community-anmeldung {
        padding: 0 3.4375rem
    }
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6)
}

@media only screen and (max-width: 40em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper {
        margin-left: .4375rem;
        margin-right: .4375rem
    }
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-more-headings {
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%)
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body {
    background-color: #FFF;
    overflow: hidden;
    margin: 0 .4375rem;
    position: relative
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner {
    padding: 1.625rem .9375rem
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner:first-child {
    border-bottom: .1875rem dotted #444
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner:first-child {
        border-bottom: none;
        border-right: .1875rem dotted #444
    }
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner {
        padding: 1.625rem
    }
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset legend {
    font-size: 1.125rem;
    font-weight: bold
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset legend {
        font-size: 1.25rem
    }
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset label {
    padding-top: .1875rem;
    padding-bottom: .1875rem;
    font-size: .875rem
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset label {
        padding-bottom: .25rem;
        font-size: 1rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset label {
        font-size: .75rem;
        padding-top: .4375rem
    }
}

@media only screen and (min-width: 71.875em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset label {
        font-size: 1rem;
        padding-top: .25rem
    }
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input {
    padding-top: .25rem;
    padding-bottom: .1875rem;
    height: 1.6875rem;
    background-color: #F7DDA5;
    border: none
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input {
        padding-top: .375rem;
        padding-bottom: .3125rem;
        height: 1.875rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input {
        padding-top: .4375rem;
        padding-bottom: .25rem
    }
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input::-webkit-input-placeholder {
        font-size: .75rem
    }
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input:-moz-placeholder {
        font-size: .75rem
    }
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input::-moz-placeholder {
        font-size: .75rem
    }
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input:-ms-input-placeholder {
        font-size: .75rem
    }
}

@media only screen and (min-width: 71.875em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input {
        font-size: 1rem;
        padding-top: .375rem;
        padding-bottom: .3125rem
    }
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input::-webkit-input-placeholder {
        font-size: .875rem
    }
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input:-moz-placeholder {
        font-size: .875rem
    }
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input::-moz-placeholder {
        font-size: .875rem
    }
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input:-ms-input-placeholder {
        font-size: .875rem
    }
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset .community-nl-pwvergessen-row {
    margin-top: .875rem
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset .community-nl-pwvergessen-row .community-nl-pw-vergessen-wrapper {
    line-height: .625rem
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset .community-nl-pwvergessen-row .community-nl-pw-vergessen-wrapper .community-nl-pw-vergessen {
    padding: .625rem 0;
    display: inline-block;
    font-size: .75rem;
    color: #222
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset .community-nl-pwvergessen-row .community-nl-pw-vergessen-wrapper .community-nl-pw-vergessen:hover,
.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset .community-nl-pwvergessen-row .community-nl-pw-vergessen-wrapper .community-nl-pw-vergessen:focus {
    text-decoration: underline;
    color: #eea813
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset .community-nl-pwvergessen-row .community-nl-pw-vergessen-wrapper .community-nl-pw-vergessen {
        font-size: .875rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset .community-nl-pwvergessen-row .community-nl-pw-vergessen-wrapper .community-nl-pw-vergessen {
        font-size: .625rem
    }
}

@media only screen and (min-width: 71.875em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset .community-nl-pwvergessen-row .community-nl-pw-vergessen-wrapper .community-nl-pw-vergessen {
        font-size: .875rem
    }
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input[type="submit"] {
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    background-color: #99c027;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99C027', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzAyNyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzFkODE4Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99c027), color-stop(90%, #c1d818), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: linear-gradient(to bottom, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%)
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input[type="submit"]:hover,
.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner form fieldset input[type="submit"]:focus {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEA813', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZWVhODEzIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #c0870e), color-stop(100%, #c0870e));
    background-image: -moz-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: -webkit-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: linear-gradient(to bottom, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%)
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner .community-nl-new-member {
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .8125rem
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner .community-nl-new-member {
        font-size: 1.25rem
    }
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner img {
    width: 13.5rem;
    margin: 0 auto;
    display: block
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner .community-nl-kostenlose-anmeld {
    background-color: #ABCD53;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFABCD53', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiY2Q1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWJjZDUzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abcd53), color-stop(50%, #abcd53), color-stop(51%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    color: #FFF;
    font-weight: 400;
    font-size: 1.125rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    margin-top: 1.3125rem;
    margin-bottom: 0
}

@media only screen and (min-width: 64.063em) and (max-width: 64.688em) {
    .community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner .community-nl-kostenlose-anmeld {
        font-size: .875rem
    }
}

.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner .community-nl-kostenlose-anmeld:hover,
.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body .anmelden-inner .community-nl-kostenlose-anmeld:focus {
    background-color: #ABCD53;
    background-image: none
}

.community-nl-besucher-online-wrapper {
    margin-bottom: 1.3125rem
}

.community-nl-besucher-online-wrapper .community-nl-besucher-online {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    padding-top: .375rem;
    padding-bottom: .4375rem;
    text-align: center
}

.community-nl-besucher-online-wrapper .community-nl-besucher-online span.community-nl-text {
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0
}

.community-nl-besucher-online-wrapper .community-nl-besucher-online span.community-nl-text .community-nl-besucher-stundenzahl {
    color: #eea813
}

.community-nl-besucher-online-wrapper .community-nl-besucher-online span.community-nl-text-chat {
    padding-top: .5625rem;
    padding-bottom: .625rem;
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 0
}

.community-nl-besucher-online-wrapper .community-nl-besucher-online span.community-nl-text-chat .community-nl-besucher-stundenzahl {
    color: #eea813
}

.community-nl-besucher-online-wrapper .sidebar-main-color-button-link {
    margin-bottom: .4375rem;
    display: block
}

.community-nl-besucher-online-wrapper .sidebar-main-color-button-link:hover .main-color-button,
.community-nl-besucher-online-wrapper .sidebar-main-color-button-link:focus .main-color-button {
    background-color: #F0C875 !important;
    background-image: none
}

.community-nl-besucher-online-wrapper .sidebar-main-color-button-link .main-color-button {
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%)
}

.community-nl-besucher-online-wrapper .community-nl-besucher-online-chat {
    margin-bottom: 1.25rem;
    padding-top: .5625rem;
    padding-bottom: .625rem
}

@media only screen and (min-width: 25em) {
    .community-nl-besucher-online-wrapper .community-nl-besucher-online-chat {
        padding-top: .375rem;
        padding-bottom: .4375rem
    }
}

.community-nl-besucher-online-wrapper .community-nl-besucher-online-chat.not-last-margin-bottom {
    margin-bottom: .4375rem
}

.community-nl-besucher-online-wrapper .community-nl-besucher-online-chat span.community-nl-text-chat {
    font-weight: normal;
    font-size: 1rem
}

@media only screen and (min-width: 25em) {
    .community-nl-besucher-online-wrapper .community-nl-besucher-online-chat span.community-nl-text-chat {
        font-weight: bold;
        font-size: 1.25rem
    }
}

.community-nl-besucher-online-wrapper .community-nl-besucher-online-chat span.community-nl-text-chat .community-nl-besucher-stundenzahl {
    color: #eea813
}

@media only screen and (min-width: 40.0625em) {
    .community-sidebar-besucher-online {
        margin-bottom: 1.3125rem
    }
}

.community-nl-aktuelles-mobil {
    margin-bottom: .4375rem
}

.community-nl-aktuelles-mobil a.community-nl-aktuelles-mobil {
    font-size: 1.125rem;
    font-weight: bold;
    padding-top: .625rem;
    padding-bottom: .6875rem;
    line-height: rem-cal(20);
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%)
}

.community-nl-aktuelles-mobil a.community-nl-aktuelles-mobil:hover {
    background-color: #F0C875 !important;
    background-image: none
}

.community-nl-aktuelles-mobil .dropdown.open::before,
.community-nl-aktuelles-mobil .dropdown.open::after {
    left: 98% !important
}

.community-nl-aktuelles-mobil ul#drop-aktuelles {
    background-color: #eea813
}

.community-nl-aktuelles-mobil ul#drop-aktuelles li:first-child .aktuelles-wrapper-mobil {
    padding-top: .5rem
}

.community-nl-aktuelles-mobil ul#drop-aktuelles li:last-child .aktuelles-wrapper-mobil {
    padding-bottom: .5rem
}

.community-nl-aktuelles-mobil ul#drop-aktuelles li {
    overflow: hidden;
    min-height: 4.0625rem
}

.community-nl-aktuelles-mobil ul#drop-aktuelles li .aktuelles-wrapper-mobil {
    background-color: #eea813;
    color: #FFF;
    padding: .5rem;
    padding-top: .1875rem;
    padding-bottom: .1875rem;
    overflow: hidden
}

.community-nl-aktuelles-mobil ul#drop-aktuelles li .aktuelles-wrapper-mobil:hover {
    background-color: #EEC369
}

.community-nl-aktuelles-mobil ul#drop-aktuelles li .aktuelles-wrapper-mobil figure {
    display: inline;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
    width: 3.375rem;
    position: absolute
}

.community-nl-aktuelles-mobil ul#drop-aktuelles li .aktuelles-wrapper-mobil figure img {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: .4375rem
}

.community-nl-aktuelles-mobil ul#drop-aktuelles li .aktuelles-wrapper-mobil figure figcaption {
    display: inline;
    font-size: .625rem;
    padding-top: .625rem;
    margin-right: 1.5625rem
}

.community-nl-aktuelles-mobil ul#drop-aktuelles li .aktuelles-wrapper-mobil .aktuelles-text-wrapper {
    padding-top: 0;
    float: right;
    width: 13.4375rem;
    overflow: hidden;
    min-height: 3.4375rem;
    width: 100%;
    padding-left: 4.75rem
}

.community-nl-aktuelles-mobil ul#drop-aktuelles li .aktuelles-wrapper-mobil .aktuelles-text-wrapper .aktuelles-text {
    padding-top: .5625rem
}

.community-nl-aktuelles-mobil ul#drop-aktuelles li .aktuelles-wrapper-mobil .aktuelles-text-wrapper .aktuelles-user {
    font-weight: bold
}

.community-nl-aktuelles-mobil.last-margin-bottom .letzte-postings {
    margin-bottom: 1.25rem
}

.community-nl-aktuelles-mobil.last-margin-bottom #drop-zuletzt-haeufig-gesucht {
    background-color: #eea813
}

.community-nl-aktuelles-mobil.last-margin-bottom #drop-zuletzt-haeufig-gesucht li a {
    color: #FFF
}

.community-nl-was-ist-los-wrapper {
    margin-top: 1.3125rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    background-color: #eea813
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-was-ist-los-wrapper {
        margin-top: .5625rem
    }
}

.community-nl-was-ist-los-wrapper .community-nl-was-ist-los-header {
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    padding-top: .375rem;
    padding-bottom: .4375rem;
    text-align: left
}

.community-nl-was-ist-los-wrapper .community-nl-was-ist-los-header .community-nl-main-heading {
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-left: 1.5rem
}

.community-nl-was-ist-los-wrapper .community-nl-was-ist-los {
    margin-left: 0;
    height: 14rem;
    position: relative;
    overflow: hidden
}

.community-nl-was-ist-los-wrapper .community-nl-was-ist-los ul {
    margin-top: .5625rem;
    margin-left: 0
}

.community-nl-was-ist-los-wrapper .community-nl-was-ist-los ul li {
    background-color: #F7DDA5;
    list-style: none;
    overflow: hidden;
    min-height: 3.625rem
}

.community-nl-was-ist-los-wrapper .community-nl-was-ist-los ul li a {
    color: #FFF;
    display: block;
    padding-bottom: .125rem;
    padding-top: .1875rem;
    padding-left: 1.0625rem;
    overflow: hidden
}

.community-nl-was-ist-los-wrapper .community-nl-was-ist-los ul li a:hover,
.community-nl-was-ist-los-wrapper .community-nl-was-ist-los ul li a:focus {
    background-color: #EEC369
}

.community-nl-was-ist-los-wrapper .community-nl-was-ist-los ul li a img {
    margin-left: 0;
    margin-right: .4375rem;
    width: 3.375rem;
    position: absolute
}

.community-nl-was-ist-los-wrapper .community-nl-was-ist-los ul li a .aktuelles-text-medium-up {
    line-height: 1.25rem;
    position: relative;
    top: .5rem;
    display: block;
    padding-right: .1875rem;
    float: right;
    overflow: hidden;
    padding-bottom: .8125rem;
    width: 100%;
    padding-left: 4.75rem
}

.community-nl-was-ist-los-wrapper .community-nl-was-ist-los ul li a .aktuelles-text-medium-up .aktuelles-user {
    font-weight: bold
}

.community-nl-chat-info-wrapper {
    margin-top: 1.3125rem;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    background-color: #eea813
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-chat-info-wrapper {
        margin-bottom: 3.3125rem
    }
}

.community-nl-chat-info-wrapper .community-nl-chat-info-header {
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    padding-top: .375rem;
    padding-bottom: .4375rem;
    text-align: left
}

.community-nl-chat-info-wrapper .community-nl-chat-info-header .community-nl-main-heading {
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-left: 1.5rem
}

.community-nl-chat-info-wrapper .community-nl-chat-info {
    margin-left: 0;
    position: relative;
    overflow: hidden;
    padding: 1.875rem 1.5rem 1.0625rem 1.5rem;
    background-color: #F7DDA5
}

.community-nl-chat-info-wrapper .community-nl-chat-info .community-nl-chat-info-text {
    font-size: 1.625rem;
    line-height: 2.125rem
}

.community-nl-chat-info-wrapper .community-nl-chat-info .community-nl-sprechblasen {
    width: 13.0625rem;
    height: 5.75rem;
    margin: 0 auto;
    background-image: url("../img/community/hk-chat-sprechblasen.png")
}

.community-nl-neue-votings-wrapper {
    margin-top: 1.3125rem;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    background-color: #FFF
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-neue-votings-wrapper {
        margin-top: .5625rem;
        margin-bottom: 3.3125rem
    }
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings-header {
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    padding-top: .375rem;
    padding-bottom: .4375rem;
    text-align: left
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings-header .community-nl-main-heading {
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-left: 1.5rem
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings {
    margin-left: 0;
    position: relative;
    overflow: hidden
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings ul {
    margin-top: .5625rem;
    margin-left: 0
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings ul li {
    background-color: #FFF;
    list-style: none;
    overflow: hidden
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings ul li a {
    color: #eea813;
    display: block;
    padding-bottom: .5rem;
    padding-top: .1875rem;
    padding-left: 1.0625rem;
    overflow: hidden
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings ul li a img {
    margin-left: 0;
    margin-right: .4375rem;
    width: 3.375rem;
    position: absolute
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings ul li a .aktuelles-text-medium-up {
    line-height: 1.25rem;
    position: relative;
    top: .5rem;
    display: block;
    padding-right: .1875rem;
    float: right;
    overflow: hidden;
    width: 100%;
    padding-left: 4.75rem;
    word-wrap: break-word
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings ul li a .aktuelles-text-medium-up .aktuelles-user {
    font-weight: bold
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings .community-nl-neue-votings-text {
    font-size: 1.25rem;
    padding: 0 1.5rem;
    line-height: 1.5rem;
    margin-top: .3125rem;
    display: inline-block
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings .community-nl-voting-wrapper {
    padding: 0 1.5rem;
    margin-bottom: 1.3125rem
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings .community-nl-voting-wrapper .voting-button:hover,
.community-nl-neue-votings-wrapper .community-nl-neue-votings .community-nl-voting-wrapper .voting-button:focus {
    opacity: 0.8
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings .community-nl-voting-wrapper ul.chart {
    margin-top: 0
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings .community-nl-voting-wrapper ul li {
    overflow: visible
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings .community-nl-voting-next-prev-wrapper {
    background-color: #f7dda5;
    padding: 1.8125rem 1.5rem
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings .community-nl-voting-next-prev-wrapper .voting-button {
    text-align: center;
    padding-left: .3125rem;
    padding-right: .3125rem;
    margin-bottom: 0
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings .community-nl-voting-next-prev-wrapper .voting-button:hover,
.community-nl-neue-votings-wrapper .community-nl-neue-votings .community-nl-voting-next-prev-wrapper .voting-button:focus {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEA813', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZWVhODEzIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #c0870e), color-stop(100%, #c0870e));
    background-image: -moz-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: -webkit-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: linear-gradient(to bottom, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%)
}

.community-nl-neue-votings-wrapper .community-nl-neue-votings .voting-button {
    width: 100%;
    padding: .4375rem .9375rem;
    text-align: left;
    margin-bottom: .5rem;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    background-color: #99c027;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99C027', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzAyNyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzFkODE4Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99c027), color-stop(90%, #c1d818), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: linear-gradient(to bottom, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%)
}

.reveal-modal {
    background-color: #99C127
}

.reveal-modal p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 1.25rem
}

.reveal-modal .close-custom-reveal-modal {
    position: relative !important;
    margin: 0 auto;
    color: #99C127;
    right: 0;
    background-color: #FFF;
    font-size: 1.25rem;
    padding-top: .625rem;
    padding-bottom: .5625rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85)
}

.reveal-modal .close-custom-reveal-modal:hover {
    background-color: #eea813;
    color: #FFF
}

.community-nl-fuenfzig-posts-section {
    margin-bottom: 3.3125rem
}

.community-nl-fuenfzig-posts-section.no-margin-bottom {
    margin-bottom: 0
}

.community-nl-fuenfzig-neueste-posts {
    margin: 1.3125rem 0 1.3125rem 0;
    margin: .5625rem 1.875rem;
    background-color: #F7DDA5
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-fuenfzig-neueste-posts {
        margin: .5625rem 3.125rem
    }
}

.community-nl-fuenfzig-neueste-posts .community-nl-fuenfzig-neueste-posts-inner-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6)
}

.community-nl-fuenfzig-neueste-posts .community-more-headings {
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    padding-top: .5rem;
    padding-bottom: .5625rem;
    text-align: left
}

.community-nl-fuenfzig-neueste-posts .community-more-headings .community-nl-main-heading {
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-left: 1.5rem
}

.community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los {
    margin-left: 0;
    height: 17.5625rem;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 40em) {
    .community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los {
        height: 28.5625rem
    }
}

.community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los ul {
    margin-top: .5625rem;
    margin-left: 0
}

.community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los ul li {
    background-color: #F7DDA5;
    list-style: none;
    overflow: hidden;
    min-height: 4.5625rem;
    border-bottom: 1px dotted #FFF
}

.community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los ul li a {
    color: #FFF;
    display: block;
    padding-bottom: .375rem;
    padding-top: .4375rem;
    padding-left: 1.0625rem;
    overflow: hidden
}

.community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los ul li a:hover,
.community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los ul li a:focus {
    background-color: #EEC369
}

.community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los ul li a img {
    margin-left: 0;
    margin-right: .4375rem;
    width: 3.375rem;
    position: absolute
}

@media (max-width: 29.9375rem) {
    .community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los ul li a img {
        display: none
    }
}

.community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los ul li a .aktuelles-text-medium-up {
    line-height: 1.25rem;
    position: relative;
    top: 0;
    display: block;
    padding-right: .1875rem;
    float: right;
    color: #222;
    width: 100%
}

@media (min-width: 30rem) {
    .community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los ul li a .aktuelles-text-medium-up {
        padding-left: 4.75rem
    }
}

.community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los ul li a .aktuelles-text-medium-up .neueste-postings-user,
.community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los ul li a .aktuelles-text-medium-up .neueste-postings-thema {
    font-weight: bold
}

.community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los ul li a .posting-text {
    color: #000;
    font-size: .875rem
}

.community-nl-diskussionsforum-button a {
    padding: .4375rem .9375rem;
    text-align: left;
    margin-top: .8125rem;
    margin-bottom: .5rem;
    margin-right: 0;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    background-color: #99c027;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99C027', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzAyNyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzFkODE4Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99c027), color-stop(90%, #c1d818), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: linear-gradient(to bottom, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%)
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-diskussionsforum-button a {
        margin-right: 3.125rem
    }
}

.community-nl-diskussionsforum-button a:hover,
.community-nl-diskussionsforum-button a:focus {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEA813', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZWVhODEzIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #c0870e), color-stop(100%, #c0870e));
    background-image: -moz-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: -webkit-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: linear-gradient(to bottom, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%)
}

.community-nl-foren-im-ueberblick {
    margin: .5625rem 0
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6)
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner-wrapper.no-boxshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.community-nl-foren-im-ueberblick article {
    border-bottom: .625rem solid #eea813
}

.community-nl-foren-im-ueberblick .community-more-headings {
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    padding-top: .5rem;
    padding-bottom: .5625rem;
    text-align: left
}

.community-nl-foren-im-ueberblick .community-more-headings .community-nl-main-heading {
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-left: 1.5rem
}

.community-nl-foren-im-ueberblick .community-more-headings .thema-einzelforum-headings {
    margin: 0 1.5rem
}

.community-nl-foren-im-ueberblick .community-more-headings .thema-einzelforum-headings .community-nl-main-heading.themen-in-einzelforum {
    padding-left: 0
}

.community-nl-foren-im-ueberblick .community-more-headings .thema-einzelforum-headings .community-nl-main-heading.first-row {
    display: inline-block;
    width: 100%
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-foren-im-ueberblick .community-more-headings .thema-einzelforum-headings .community-nl-main-heading.first-row {
        width: 60%
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-foren-im-ueberblick .community-more-headings .thema-einzelforum-headings .community-nl-main-heading.first-row {
        width: 63%
    }
}

.community-nl-foren-im-ueberblick .community-more-headings .thema-einzelforum-headings .community-nl-main-heading.second-row {
    display: none
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-foren-im-ueberblick .community-more-headings .thema-einzelforum-headings .community-nl-main-heading.second-row {
        width: 28%;
        display: inline-block;
        font-size: .75rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-foren-im-ueberblick .community-more-headings .thema-einzelforum-headings .community-nl-main-heading.second-row {
        width: 25%;
        font-size: 1.25rem
    }
}

.community-nl-foren-im-ueberblick .community-more-headings .thema-einzelforum-headings .community-nl-main-heading.third-row {
    display: none
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-foren-im-ueberblick .community-more-headings .thema-einzelforum-headings .community-nl-main-heading.third-row {
        width: 9%;
        display: inline-block;
        font-size: .75rem;
        text-align: center
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-foren-im-ueberblick .community-more-headings .thema-einzelforum-headings .community-nl-main-heading.third-row {
        width: 10%;
        font-size: 1.25rem
    }
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner {
    margin-left: 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-img-wrapper {
    background-color: #f7dda5;
    height: 100%
}

@media only screen and (max-width: 40em) {
    .community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-img-wrapper {
        background-color: #FFF
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-img-wrapper {
        width: 8.375rem
    }
}

@media only screen and (max-width: 40em) {
    .community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-img-wrapper .forums-img-wrapper-for-small-only {
        background-color: #FCE1AA;
        width: 6.625rem;
        margin-top: 1.25rem;
        margin-left: .875rem;
        margin-bottom: 0;
        padding: .1875rem;
        float: left
    }
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-img-wrapper img {
    margin: 12.68%;
    width: 74.62%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-img-wrapper img {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
        -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
        box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6)
    }
}

@media only screen and (max-width: 40em) {
    .community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-img-wrapper img {
        width: 6.25rem;
        margin: 0
    }
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-img-wrapper .neu-small-only {
    width: 3.75rem;
    padding-top: 5.4375rem;
    margin-left: 8.375rem;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper {
    padding: 1.25rem 1.0625rem .625rem 1.0625rem
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper {
        padding: 1.25rem 1.5rem .625rem .125rem
    }
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper header {
    line-height: 1rem
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper header img {
    float: left;
    margin-top: 0;
    margin-right: 0.9375rem;
    margin-bottom: 0
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper header .community-nl-foren-heading {
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-weight: bold;
    margin-bottom: .5rem;
    margin-top: 0
}

@media only screen and (max-width: 40em) {
    .community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper header .community-nl-foren-heading {
        line-height: 1.25rem
    }
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper header small {
    font-size: .75rem;
    line-height: .75rem;
    display: block
}

@media only screen and (max-width: 40em) {
    .community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper header small {
        line-height: .9375rem
    }
    .community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper header small .letzter-eintrag {
        display: block
    }
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper header.neu small {
    padding-left: 4.6875rem
}

@media only screen and (max-width: 40em) {
    .community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper header.neu small {
        padding-left: 0
    }
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper .community-nl-diskussionsforum-button {
    margin-right: 0;
    margin-bottom: 0
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper .community-nl-diskussionsforum-button a {
    margin-top: .125rem;
    margin-bottom: 0;
    margin-right: 0
}

.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .community-nl-foren-text-wrapper p {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .125rem;
    margin-top: .5rem
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .erste-column {
        width: 18.4%
    }
    .community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner .zweite-column {
        width: 81.6%
    }
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-introbox .li-mitgliedinfo-mainwrapper {
        margin: 2.5rem .875rem
    }
    .community-nl-introbox .li-mitgliedinfo-mainwrapper .left-col {
        padding-right: 0
    }
    .community-nl-introbox .li-mitgliedinfo-mainwrapper .right-col {
        padding-left: 0
    }
}

.community-nl-introbox .community-li-avatar-wrapper {
    background-color: #eea813
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-introbox .community-li-avatar-wrapper {
        height: 100%
    }
}

.community-nl-introbox .community-li-avatar-wrapper img {
    margin: .875rem;
    margin: 5%;
    width: 14.125rem;
    width: 90%;
    height: auto;
    border: .375rem solid #FFF
}

@media only screen and (max-width: 40em) {
    .community-nl-introbox .community-li-avatar-wrapper img {
        width: 80%;
        height: 80%;
        margin: 8% 10% 8% 10%
    }
}

@media only screen and (min-width: 23.375em) and (max-width: 25.813em) {
    .community-nl-introbox .community-li-avatar-wrapper img {
        width: 50%;
        height: 50%;
        margin: 5% 25% 5% 25%
    }
}

@media only screen and (min-width: 25.875em) and (max-width: 40em) {
    .community-nl-introbox .community-li-avatar-wrapper img {
        width: 40%;
        height: 40%;
        margin: 4% 30% 4% 30%
    }
}

@media only screen and (max-width: 40em) {
    .community-nl-introbox .li-mitglied-main-wrapper {
        background-color: #eea813;
        overflow: hidden
    }
}

.community-nl-introbox .li-mitglied-main-wrapper .shadow-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6)
}

@media only screen and (max-width: 40em) {
    .community-nl-introbox .li-mitglied-main-wrapper .shadow-wrapper {
        padding: .4375rem
    }
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-info-wrapper {
    background-color: #FFF;
    padding: 1.5rem 1.5rem 1.125rem 1.5rem
}

@media only screen and (max-width: 40em) {
    .community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-info-wrapper {
        margin: 0 0 0 0
    }
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-info-wrapper .li-mitglied-heading {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-info-wrapper .li-zusatzinfo {
    display: inline-block;
    margin-bottom: .8125rem
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-info-wrapper p {
    margin: 0;
    font-size: 1rem
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-info-wrapper .zur-pinnwand-button {
    padding-top: .4375rem;
    padding-bottom: .5rem;
    padding-right: .8125rem;
    padding-left: .8125rem;
    margin-top: .625rem;
    margin-bottom: 0;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    background-color: #99c027;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99C027', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzAyNyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzFkODE4Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99c027), color-stop(90%, #c1d818), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: linear-gradient(to bottom, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-info-wrapper .zur-pinnwand-button:hover,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-info-wrapper .zur-pinnwand-button:focus {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEA813', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZWVhODEzIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #c0870e), color-stop(100%, #c0870e));
    background-image: -moz-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: -webkit-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: linear-gradient(to bottom, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper {
    background-color: #f7dda5;
    padding: .375rem 1.5rem
}

@media only screen and (min-width: 40.063em) and (max-width: 47.25em) {
    .community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper img {
        width: 3.125rem;
        height: 3.125rem
    }
}

@media only screen and (max-width: 40em) {
    .community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper {
        margin: 0 0 .875rem 0
    }
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    margin-left: 0
}

@media only screen and (min-width: 20.625em) {
    .community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars {
        margin-left: 1.75rem
    }
}

@media only screen and (min-width: 25em) and (max-width: 40em) {
    .community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars {
        margin-left: 1.75rem
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 47.25em) {
    .community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars {
        margin-left: 0
    }
}

@media only screen and (min-width: 47.313em) {
    .community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars {
        margin-left: 1.75rem
    }
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars>span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    font-size: 1.3125rem;
    width: 1.25rem
}

@media only screen and (min-width: 40.0625em) and (max-width: 47.25em) {
    .community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars>span {
        font-size: 1.0625rem;
        width: 1rem
    }
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars>span:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars>span ~ span:before {
    content: "★";
    color: #FFF;
    text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.one-stars>span.one-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.one-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.two-stars>span.one-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.two-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.two-stars>span.two-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.two-stars>span ~ span.two-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.three-stars>span.one-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.three-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.three-stars>span.two-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.three-stars>span ~ span.two-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.three-stars>span.three-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.three-stars>span ~ span.three-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.four-stars>span.one-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.four-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.four-stars>span.two-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.four-stars>span ~ span.two-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.four-stars>span.three-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.four-stars>span ~ span.three-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.four-stars>span.four-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.four-stars>span ~ span.four-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.five-stars>span.one-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.five-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.five-stars>span.two-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.five-stars>span ~ span.two-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.five-stars>span.three-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.five-stars>span ~ span.three-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.five-stars>span.four-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.five-stars>span ~ span.four-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.five-stars>span.five-star:before,
.community-nl-introbox .li-mitglied-main-wrapper .li-mitglied-subinfo-wrapper .table-stars.five-stars>span ~ span.four-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.community-nl-introbox .li-icon-menu {
    margin-top: 3.125rem;
    margin-bottom: 0;
    margin-right: 1.125rem;
    margin-left: 1.125rem
}

.community-nl-introbox .li-icon-menu .item-menu {
    display: block;
    width: 100%;
    padding: 0
}

.community-nl-introbox .li-icon-menu .item-menu img {
    margin: 0 auto;
    display: block
}

@media only screen {
    .community-nl-introbox .li-icon-menu .item-menu {
        display: inline-block;
        width: 37%;
        padding: .3125rem;
        padding: 0%;
        vertical-align: top
    }
}

@media only screen and (min-width: 21.25em) {
    .community-nl-introbox .li-icon-menu .item-menu {
        width: 35%
    }
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-introbox .li-icon-menu .item-menu {
        width: 27%
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-introbox .li-icon-menu .item-menu {
        width: 14.2%
    }
}

@media only screen and (min-width: 64.38em) {
    .community-nl-introbox .li-icon-menu .item-menu {
        width: 14.1%
    }
}

@media only screen and (min-width: 67.5em) {
    .community-nl-introbox .li-icon-menu .item-menu {
        width: 13.9%
    }
}

@media only screen and (min-width: 76.88em) {
    .community-nl-introbox .li-icon-menu .item-menu {
        width: 13.7%
    }
}

@media only screen and (min-width: 81.25em) {
    .community-nl-introbox .li-icon-menu .item-menu {
        width: 13.7%
    }
}

.community-nl-introbox .li-icon-menu .item-menu p {
    font-size: 1rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1rem;
    margin: 0;
    padding-top: .1875rem;
    margin-bottom: 1.5625rem
}

.community-nl-introbox .li-icon-menu .item-menu p.li-community-active {
    color: #222
}

@media only screen and (max-width: 22.5em) {
    .community-nl-introbox .li-icon-menu .item-menu p {
        font-size: .875rem
    }
}

@media only screen and (min-width: 22.563em) {
    .community-nl-introbox .li-icon-menu .item-menu p {
        font-size: 1rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-introbox .li-icon-menu .item-menu p {
        font-size: .6875rem
    }
}

@media only screen and (min-width: 68.75em) {
    .community-nl-introbox .li-icon-menu .item-menu p {
        font-size: .75rem
    }
}

@media only screen and (min-width: 71.875em) {
    .community-nl-introbox .li-icon-menu .item-menu p {
        font-size: .8125rem
    }
}

@media only screen and (min-width: 75em) {
    .community-nl-introbox .li-icon-menu .item-menu p {
        font-size: .875rem
    }
}

@media only screen and (min-width: 78.75em) {
    .community-nl-introbox .li-icon-menu .item-menu p {
        font-size: .9375rem
    }
}

.community-nl-introbox .li-neue-aktivitaeten-wrapper {
    margin-bottom: 1.25rem;
    padding: 0 .4375rem
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-introbox .li-neue-aktivitaeten-wrapper {
        padding: 0 .875rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-introbox .li-neue-aktivitaeten-wrapper {
        padding: 0 3.4375rem
    }
}

.community-nl-introbox .li-neue-aktivitaeten-wrapper .mCustomScrollBox,
.community-nl-introbox .li-neue-aktivitaeten-wrapper .mCSB_container {
    padding-top: 0
}

.community-nl-introbox .li-neue-aktivitaeten-wrapper ul {
    margin-top: 0
}

.community-nl-introbox .li-neue-aktivitaeten-wrapper ul li {
    background-color: #FFF;
    border-bottom: .125rem solid #eea813;
    min-height: 4.0625rem
}

.community-nl-introbox .li-neue-aktivitaeten-wrapper ul li a {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.community-nl-introbox .li-neue-aktivitaeten-wrapper ul li .li-neueste-aktivi-color {
    color: #eea813;
    margin-top: .1875rem;
    display: inline-block
}

.community-nl-introbox .li-neue-aktivitaeten-wrapper img {
    width: 3.375rem;
    position: absolute
}

.community-nl-introbox .li-neue-aktivitaeten-wrapper .neueste-aktivi-text {
    line-height: 1.25rem;
    position: relative;
    top: .375rem;
    display: block;
    padding-right: .1875rem;
    overflow: hidden;
    padding-bottom: .8125rem;
    width: 100%;
    padding-left: 4.75rem;
    color: #222
}

.community-nl-introbox .li-neue-aktivitaeten-wrapper .neueste-aktivi-text .li-user-neueste-aktivi {
    font-weight: bold
}

@media only screen and (max-width: 40em) {
    .community-nl-introbox.li-margin-bottom {
        margin-bottom: .4375rem
    }
}

.chart {
    zoom: 1;
    width: 90%
}

.chart:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden
}

.chart li {
    display: block;
    height: 2rem;
    margin-bottom: 0;
    position: relative
}

.chart li:before {
    color: #fff;
    content: attr(title);
    left: .9375rem;
    padding-top: .1875rem;
    position: absolute
}

.chart li.title:before {
    color: black;
    font-weight: bold;
    left: 0
}

.chart li:first-child {
    margin-top: 0
}

.chart li .bar {
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    background: black;
    background: #d8eaa6;
    background-color: #99c027;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99C027', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzAyNyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzFkODE4Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99c027), color-stop(90%, #c1d818), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: linear-gradient(to bottom, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    height: 100%
}

.chart li .number {
    color: black;
    font-size: 1.125rem;
    font-weight: bold;
    padding-left: .3125rem;
    padding-top: .1875rem;
    position: absolute;
    top: -.125rem
}

.chart li.past .bar {
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    background: #aaa;
    color: black;
    background: repeating-linear-gradient(-45deg, transparent, transparent .625rem, #99c027 .625rem, #99c027 1.25rem), linear-gradient(to bottom, #eeeeee, #99c027)
}

.chart li.past .number {
    color: #aaa
}

@media screen and (max-width: 250rem) {
    .chart li {
        height: auto
    }
    .chart li:before {
        color: black;
        display: block;
        left: 0;
        position: relative
    }
    .chart li.title:before {
        border-bottom: .0625rem solid
    }
    .chart li .bar {
        height: 1.4375rem
    }
    .chart li .number {
        display: block;
        left: 0 !important;
        padding-left: 0;
        position: relative;
        top: -.5rem
    }
}

.forum-searchform-row.row {
    margin-bottom: 2.5rem
}

.forum-searchform-row.row.searchform-community-margin-top {
    margin-top: 2.5rem
}

@media only screen and (max-width: 40em) {
    .forum-searchform-row.row .searchform-row-small {
        padding-right: .3125rem;
        padding-left: .4375rem
    }
}

.forum-searchform-row.row .searchform-row-small .form-explanation {
    padding-top: .1875rem
}

.forum-searchform-row.row .searchform-row-small .form-explanation label {
    font-weight: bold;
    color: #FFF;
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: .6875rem
}

@media only screen and (min-width: 64.0625em) {
    .forum-searchform-row.row .searchform-row-small .form-explanation label {
        font-size: 1.25rem
    }
}

.forum-searchform-row.row .searchform-row-small input {
    margin-bottom: 0;
    border: none;
    font-size: 1rem;
    padding-top: .5625rem;
    padding-bottom: .4375rem;
    width: 98.5%;
    -webkit-box-shadow: 2px 7px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 7px 12px 0px rgba(0, 0, 0, 0.75)
}

@media only screen and (min-width: 64.0625em) {
    .forum-searchform-row.row .searchform-row-small input {
        padding: .25rem .4375rem
    }
}

@media only screen and (max-width: 40em) {
    .forum-searchform-row.row .searchform-row-small .searchform-wrapper {
        padding-right: .1875rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .forum-searchform-row.row .searchform-row-small {
        margin: 0 2.1875rem;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .forum-searchform-row.row .searchform-row-small .searchform-wrapper {
        padding-right: .25rem;
		
    }
    .forum-searchform-row.row .searchform-row-small .searchform-wrapper input {
        height: 2.1875rem;
        padding-top: .25rem;
        padding-bottom: .125rem;
        font-size: 1.125rem;
        width: 99%
    }
}

.forum-searchform-row.row .searchform-row-small .search-button {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.25rem;
    background-color: #FFF;
    color: #99C127;
    z-index: 0;
    -webkit-box-shadow: 2px 7px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 7px 12px 0px rgba(0, 0, 0, 0.75)
}

.forum-searchform-row.row .searchform-row-small .search-button:hover,
.forum-searchform-row.row .searchform-row-small .search-button:focus {
    color: #FFF;
    background-color: #99C027
}

@media only screen and (min-width: 64.0625em) {
    .forum-searchform-row.row .searchform-row-small .search-button {
        line-height: 1.6875rem;
        height: 2.1875rem;
        font-size: 1.1875rem
    }
}

@media only screen and (min-width: 73em) {
    .forum-searchform-row.row .searchform-row-small .search-button {
        font-size: 1.4375rem
    }
}

@media only screen and (min-width: 80em) {
    .forum-searchform-row.row .searchform-row-small .search-button {
        font-size: 1.5rem
    }
}

.diskussionsforen-topicon {
    height: 6rem
}

.diskussionsforen-topicon .topicon {
    width: 5.9375rem;
    position: absolute;
    left: 50%;
    margin-left: -2.75rem
}

body .container .main-section .button-center {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 1.6875rem;
    margin-left: 0
}

body .container .main-section .button-center a,
body .container .main-section .button-center .passw-verg-submit,
body .container .main-section .button-center .linkersatz-button,
body .container .main-section .button-center .neue-nachricht-abschicken,
body .container .main-section .button-center .profil-einstellungen-buttons {
    color: #FFF;
    text-decoration: none;
    padding: .4375rem .9375rem;
    text-align: left;
    margin-top: .8125rem;
    margin-bottom: .5rem;
    margin-right: 0;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    background-color: #99c027;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99C027', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzAyNyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzFkODE4Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99c027), color-stop(90%, #c1d818), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: linear-gradient(to bottom, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%)
}

@media only screen and (max-width: 40em) {
    body .container .main-section .button-center a,
    body .container .main-section .button-center .passw-verg-submit,
    body .container .main-section .button-center .linkersatz-button,
    body .container .main-section .button-center .neue-nachricht-abschicken,
    body .container .main-section .button-center .profil-einstellungen-buttons {
        font-size: .75rem
    }
}

body .container .main-section .button-center a:hover,
body .container .main-section .button-center a:focus,
body .container .main-section .button-center .passw-verg-submit:hover,
body .container .main-section .button-center .passw-verg-submit:focus,
body .container .main-section .button-center .linkersatz-button:hover,
body .container .main-section .button-center .linkersatz-button:focus,
body .container .main-section .button-center .neue-nachricht-abschicken:hover,
body .container .main-section .button-center .neue-nachricht-abschicken:focus,
body .container .main-section .button-center .profil-einstellungen-buttons:hover,
body .container .main-section .button-center .profil-einstellungen-buttons:focus {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEA813', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZWVhODEzIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #c0870e), color-stop(100%, #c0870e));
    background-image: -moz-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: -webkit-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: linear-gradient(to bottom, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%)
}

body .container .main-section .button-center .nicht-klickbar {
    color: #FFF;
    text-decoration: none;
    padding: .4375rem .9375rem;
    text-align: left;
    margin-top: .8125rem;
    margin-bottom: .5rem;
    margin-right: 0;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    background-color: #99c027;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99C027', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzAyNyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzFkODE4Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99c027), color-stop(90%, #c1d818), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: linear-gradient(to bottom, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%)
}

@media only screen and (max-width: 40em) {
    body .container .main-section .button-center .nicht-klickbar {
        font-size: .75rem
    }
}

.search-pagination-container.search-pagination-container-einzelforum-top {
    padding-top: 0;
    padding-bottom: .5625rem
}

.search-pagination-container.search-pagination-container-einzelforum-top .sub-pagination {
    position: relative;
    top: -.3125rem
}

.search-pagination-container.search-pagination-container-einzelforum-bottom {
    padding-top: 1.875rem;
    padding-bottom: 0
}

.themen-im-forum-liste {
    position: relative;
    overflow: hidden;
    background-color: #FFF
}

.themen-im-forum-liste a {
    display: block
}

.themen-im-forum-liste a article {
    clear: both
}

.themen-im-forum-liste a article .inner-wrapper {
    margin-right: 0
}

@media only screen and (min-width: 40.0625em) {
    .themen-im-forum-liste a article .inner-wrapper.deleted-user .first-row-liste .content {
        margin-left: .875rem
    }
}

.themen-im-forum-liste a:hover article,
.themen-im-forum-liste a:focus article {
    background-color: #F0C875
}

.themen-im-forum-liste a:hover article .second-row-liste,
.themen-im-forum-liste a:focus article .second-row-liste {
    background-color: #F0C875
}

.themen-im-forum-liste p {
    color: #222;
    margin-bottom: .1875rem;
    font-size: .875rem;
    line-height: 1.1;
    margin-bottom: .25rem
}

@media only screen and (min-width: 40.0625em) {
    .themen-im-forum-liste .first-row-liste {
        width: 59%
    }
}

.themen-im-forum-liste .first-row-liste img {
    margin: .625rem .875rem .375rem .875rem;
    float: left
}

@media only screen and (max-width: 40em) {
    .themen-im-forum-liste .first-row-liste .content {
        margin: 1.75rem .875rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .themen-im-forum-liste .first-row-liste .content {
        margin-left: 5.125rem
    }
}

.themen-im-forum-liste .first-row-liste .content .einzelthemen-heading {
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: .1875rem;
    line-height: 1.1
}

@media only screen and (max-width: 40em) {
    .themen-im-forum-liste .first-row-liste .content .einzelthemen-heading {
        line-height: 1.3
    }
}

@media only screen and (min-width: 40.0625em) {
    .themen-im-forum-liste .first-row-liste .content .einzelthemen-heading {
        padding-top: 1rem
    }
}

.themen-im-forum-liste .first-row-liste .content p {
    display: inline-block;
    margin-bottom: .25rem
}

@media only screen and (min-width: 40.0625em) {
    .themen-im-forum-liste .first-row-liste .content p {
        margin-bottom: 1rem
    }
}

.themen-im-forum-liste .second-row-liste {
    background-color: #FDE4CE;
    padding-top: 1.4375rem;
    padding-bottom: .75rem
}

@media only screen and (min-width: 40.0625em) {
    .themen-im-forum-liste .second-row-liste {
        width: 25%
    }
}

.themen-im-forum-liste .second-row-liste p {
    text-align: right;
    margin-bottom: .4375rem
}

.themen-im-forum-liste .third-row-liste {
    padding-right: 0;
    padding-top: 1rem;
    padding-bottom: .75rem
}

@media only screen and (min-width: 40.0625em) {
    .themen-im-forum-liste .third-row-liste {
        width: 16%
    }
}

.themen-im-forum-liste .third-row-liste p {
    text-align: center;
    margin-top: .5rem
}

.dikussionsforum-editor {
    display: none;
    margin-top: 1.25rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    background-color: #FFF;
    padding: 1.625rem 1.625rem 1.875rem 1.625rem
}

@media only screen and (min-width: 64.0625em) {
    .dikussionsforum-editor {
        margin-left: 2.5625rem;
        margin-right: 2.5625rem
    }
}

.dikussionsforum-editor.neue-nachricht-schreiben-editor {
    display: block
}

.dikussionsforum-editor form fieldset {
    border: none;
    margin: 0;
    padding: 0
}

@media only screen and (min-width: 64.0625em) {
    .dikussionsforum-editor form fieldset {
        margin-right: 1rem
    }
}

.dikussionsforum-editor form fieldset legend {
    font-size: 1.25rem;
    font-weight: bold
}

.dikussionsforum-editor form fieldset p {
    margin-left: 0
}

.dikussionsforum-editor form fieldset label {
    font-size: 1rem;
    color: #222;
    margin-bottom: 0
}

@media only screen and (min-width: 64.0625em) {
    .dikussionsforum-editor form fieldset label {
        margin-bottom: 1rem
    }
}

.dikussionsforum-editor form fieldset .button-vorschau-wrapper {
    margin-top: 1.3125rem
}

.dikussionsforum-editor form fieldset .button-vorschau-wrapper .button-vorschau {
    border: none;
    background-color: #ABCD53;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFABCD53', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiY2Q1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWJjZDUzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abcd53), color-stop(50%, #abcd53), color-stop(51%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    color: #FFF;
    font-weight: 400;
    font-size: 1rem;
    padding-top: .4375rem;
    padding-bottom: .375rem;
    padding-left: .75rem;
    padding-right: .75rem;
    margin-top: .9375rem;
    margin-bottom: 0
}

@media only screen and (min-width: 64.063em) and (max-width: 64.688em) {
    .dikussionsforum-editor form fieldset .button-vorschau-wrapper .button-vorschau {
        font-size: .875rem
    }
}

.dikussionsforum-editor form fieldset .button-vorschau-wrapper .button-vorschau:hover,
.dikussionsforum-editor form fieldset .button-vorschau-wrapper .button-vorschau:focus {
    background-color: #ABCD53;
    background-image: none
}

#first-modal {
    padding: 0;
    max-width: 44.375rem
}

#first-modal .close-reveal-modal {
    font-size: 1rem;
    line-height: normal;
    position: relative;
    top: auto;
    right: auto;
    color: #FFF;
    font-weight: normal
}

#second-modal {
    max-width: 69.625rem
}

#second-modal .close-reveal-modal {
    font-size: 1.3125rem;
    line-height: normal;
    position: relative;
    top: auto;
    right: auto;
    color: #FFF;
    font-weight: normal;
    background-color: #FFF;
    margin-top: 1.625rem;
    margin-bottom: .1875rem;
    color: #99C127;
    font-weight: bold;
    padding: .4375rem 3.4375rem;
    -webkit-box-shadow: 2px 2px 1px 1px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 2px 2px 1px 1px rgba(34, 34, 34, 0.6);
    box-shadow: 2px 2px 1px 1px rgba(34, 34, 34, 0.6)
}

#second-modal .close-reveal-modal:hover,
#second-modal .close-reveal-modal:focus {
    background-color: #eea813;
    color: #FFF
}

#second-modal p {
    font-size: 1.3125rem;
    font-weight: bold
}

#focus-helper {
    line-height: 1px;
    font-size: 1px
}

@media only screen and (max-width: 40em) {
    .reveal-modal {
        width: 100%
    }
}

@media only screen and (max-width: 40em) {
    .vorschauwrapper {
        width: 100%
    }
}

.vorschauwrapper.thema-posting-wrapper {
    border-bottom: none
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper.thema-posting-wrapper {
        margin: .4375rem 0
    }
}

.vorschauwrapper.thema-posting-wrapper.beitrag-vorschau-wrapper {
    margin: 0
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper.thema-posting-wrapper.beitrag-vorschau-wrapper {
        margin: 0
    }
}

.vorschauwrapper.thema-posting-wrapper .shadow-wrapper-vorschau .postings-text-wrapper blockquote {
    background-color: #F7DDA5;
    padding: .5625rem .875rem 0 .875rem;
    max-height: 18.75rem;
    overflow: auto
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper.thema-posting-wrapper .shadow-wrapper-vorschau .postings-text-wrapper blockquote {
        margin-left: 1.9375rem;
        margin-right: 1.9375rem
    }
}

.vorschauwrapper.thema-posting-wrapper .shadow-wrapper-vorschau .postings-text-wrapper blockquote p {
    margin-left: 1.75rem;
    margin-right: 1.75rem
}

.vorschauwrapper.thema-posting-wrapper .shadow-wrapper-vorschau .postings-text-wrapper blockquote p.quote-wrapper-before {
    position: relative;
    top: 1.25rem;
    font-size: 1rem;
    margin: 0
}

.vorschauwrapper.thema-posting-wrapper .shadow-wrapper-vorschau .postings-text-wrapper blockquote p.quote-wrapper-after {
    position: relative;
    top: -1.25rem;
    text-align: right;
    font-size: 1rem;
    margin: 0
}

.vorschauwrapper.thema-posting-wrapper .shadow-wrapper-vorschau .postings-text-wrapper blockquote p.quote-author {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
    position: relative;
    top: .4375rem
}

.vorschauwrapper .vorschauwrapper-inner {
    padding: 0
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper .vorschauwrapper-inner {
        padding: 0 3rem;
        padding: 0
    }
}

.vorschauwrapper .vorschauwrapper-inner .shadow-wrapper-vorschau {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6)
}

@media only screen and (max-width: 40em) {
    .vorschauwrapper .vorschauwrapper-inner .shadow-wrapper-vorschau {
        margin: .4375rem
    }
}

.vorschauwrapper .vorschauwrapper-inner .shadow-wrapper-vorschau.noshadow-wrapper-thema {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.vorschauwrapper .vorschau-topheading-wrapper {
    background-color: #FFF;
    margin: 0 2.5625rem;
    margin: 0
}

.vorschauwrapper .vorschau-topheading-wrapper .vorschau-topheading {
    margin: 1.5rem 1.5rem 1.1875rem 1.5rem;
    font-size: 1.125rem;
    font-weight: bold
}

@media only screen and (min-width: 40.0625em) {
    .vorschauwrapper .vorschau-topheading-wrapper .vorschau-topheading {
        font-size: 1.25rem
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau {
    margin: 0 2.5625rem;
    margin: 0
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .left-col {
        padding-right: 0
    }
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .right-col {
        padding-left: 0
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFECB5F', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmVjYjVmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZWNiNWYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #eea813), color-stop(50%, #fecb5f), color-stop(51%, #fecb5f), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(left, #eea813 0%, #fecb5f 50%, #fecb5f 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(left, #eea813 0%, #fecb5f 50%, #fecb5f 51%, #eea813 100%);
    background-image: linear-gradient(to right, #eea813 0%, #fecb5f 50%, #fecb5f 51%, #eea813 100%);
    padding: 1rem .125rem
}

@media only screen and (min-width: 40.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau {
        height: 100%
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .spalte1 {
    width: 7.1875rem
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .spalte2 {
    float: left;
    width: 55%
}

@media only screen and (min-width: 30rem) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .spalte2 {
        width: 70%
    }
}

@media only screen and (min-width: 40.0625rem) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .spalte2 {
        width: 60%
    }
}

@media only screen and (min-width: 48rem) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .spalte2 {
        width: 70%
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau p {
    font-size: .8125rem;
    margin-left: 0;
    margin-right: .4375rem;
    word-wrap: break-word;
    margin-top: .125rem;
    margin-bottom: 0;
    line-height: 1.3;
    color: #FFF
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau p {
        text-align: center;
        margin-left: 1.125rem;
        margin-right: 1.125rem;
        font-size: .875rem
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau p.person {
    margin-top: 0;
    margin-bottom: .75rem;
    font-size: .9375rem
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau p.person {
        font-size: 1rem;
        margin-bottom: .9375rem
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .avatar-big {
    margin-left: .625rem;
    width: 5.625rem;
    height: 5.625rem;
    border-width: .1875rem;
    display: block
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .avatar-big {
        margin-left: 0;
        margin: .25rem auto 0 auto
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars {
    width: 7.375rem;
    display: block;
    unicode-bidi: bidi-override;
    direction: rtl
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars {
        margin: 0 auto
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars>span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    font-size: 1.3125rem;
    width: 1.25rem;
    line-height: 1.2
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars>span:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars>span ~ span:before {
    content: "★";
    color: #FFF;
    text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.one-stars>span.one-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.one-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.two-stars>span.one-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.two-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.two-stars>span.two-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.two-stars>span ~ span.two-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.three-stars>span.one-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.three-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.three-stars>span.two-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.three-stars>span ~ span.two-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.three-stars>span.three-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.three-stars>span ~ span.three-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.four-stars>span.one-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.four-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.four-stars>span.two-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.four-stars>span ~ span.two-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.four-stars>span.three-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.four-stars>span ~ span.three-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.four-stars>span.four-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.four-stars>span ~ span.four-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.five-stars>span.one-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.five-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.five-stars>span.two-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.five-stars>span ~ span.two-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.five-stars>span.three-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.five-stars>span ~ span.three-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.five-stars>span.four-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.five-stars>span ~ span.four-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.five-stars>span.five-star:before,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .community-li-avatar-wrapper-vorschau .table-stars.five-stars>span ~ span.four-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau {
    height: 100%;
    background-color: #eea813;
    overflow: hidden
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau {
        background-color: #eea813;
        overflow: visible
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .shadow-wrapper-vorschau {
    position: relative;
    height: 100%;
    margin: .4375rem .4375rem 1.3125rem .4375rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6)
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .shadow-wrapper-vorschau {
        margin: 0
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau {
    height: 100%;
    background-color: #FFF;
    padding: .875rem
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau {
        margin-bottom: 5.6875rem;
        padding: 1.0625rem
    }
}

@media only screen and (max-width: 40em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau {
        margin: 0
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau .li-titel-heading-vorschau {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: bold;
    color: #eea813;
    margin-bottom: 1.625rem
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau p {
    margin: .4375rem 0;
    font-size: 1rem;
    color: #222
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau p a {
    text-decoration: underline;
    color: #222
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau p a:hover {
    color: #eea813
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau.postings-text-wrapper {
    margin-bottom: 10.5rem;
    margin-bottom: 0;
    height: auto
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau.postings-text-wrapper.beitrag-vorschau-text-wrapper {
        margin-bottom: 5.6875rem;
        height: 100%
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau.postings-text-wrapper .postings-meta {
    font-weight: normal;
    font-size: 1rem;
    display: inline-block;
    width: 66%
}

@media only screen and (max-width: 40em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau.postings-text-wrapper .postings-meta {
        font-size: .875rem
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau.postings-text-wrapper .raute {
    display: inline-block;
    float: right;
    margin-top: .1875rem;
    margin-bottom: 1.625rem;
    color: #eea813;
    line-height: 1
}

@media only screen and (max-width: 40em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-main-wrapper-vorschau .li-mitglied-info-wrapper-vorschau.postings-text-wrapper .raute {
        font-size: .875rem
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau {
    padding: 1.3125rem .875rem .5625rem .875rem;
    bottom: 0px;
    width: 100%;
    background-color: #f7dda5
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau {
        position: absolute;
        padding: 1.75rem 1.0625rem
    }
}

@media only screen and (max-width: 40em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau {
        margin: 0 0 0 0
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper {
    background-color: #FFF;
    padding: 0;
    position: relative;
    bottom: auto
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .likes-wrapper {
    background-color: #f7dda5;
    padding: .6875rem 1.1875rem .6875rem 1.1875rem
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .likes-wrapper .zitieren-button {
    float: right;
    display: inline-block;
    margin-top: 13px
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .likes-wrapper .like-button {
    background-color: transparent;
    padding: 0;
    margin-right: .3125rem;
    margin-bottom: 0
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .likes-wrapper .like-button.has-tip {
    border-bottom: none
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .likes-wrapper .like-button:hover,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .likes-wrapper .like-button:focus {
    cursor: pointer
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .likes-wrapper .like-button:hover img,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .likes-wrapper .like-button:focus img {
    opacity: 0.7
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .likes-wrapper img {
    width: 2.875rem
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .likes-wrapper .number-thumbs-up {
    font-size: 1rem;
    word-wrap: break-word;
    position: relative;
    top: .0625rem
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .signatur-wrapper {
    padding: .5rem .5rem 2.625rem 1.1875rem;
    display: block
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .signatur-wrapper p {
    margin-top: .3125rem;
    margin-bottom: .5rem;
    margin-left: 0;
    line-height: 1.2;
    display: inline-block
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .signatur-wrapper p.signatur {
    float: left;
    color: #ADADAD;
    margin-right: 0;
    font-size: 1rem
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .signatur-wrapper p.signaturankuendigung {
    padding-top: .1875rem;
    font-size: .75rem;
    margin-right: 1.1875rem;
    margin-bottom: 0
}

@media only screen and (min-width: 40.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau.postings-footer-wrapper .signatur-wrapper p.signaturankuendigung {
        float: right;
        margin-top: .5rem
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau .buttons-vorschau {
    padding-top: .4375rem;
    padding-bottom: .5rem;
    padding-right: .8125rem;
    padding-left: .8125rem;
    margin-top: 0;
    margin-bottom: .75rem;
    margin-right: .6875rem;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    background-color: #99c027;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99C027', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzAyNyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzFkODE4Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99c027), color-stop(90%, #c1d818), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: linear-gradient(to bottom, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%)
}

@media only screen and (min-width: 64.0625em) {
    .vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau .buttons-vorschau {
        margin-bottom: 0
    }
}

.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau .buttons-vorschau:hover,
.vorschauwrapper .li-mitgliedinfo-mainwrapper-vorschau .li-mitglied-subinfo-wrapper-vorschau .buttons-vorschau:focus {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEA813', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZWVhODEzIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #c0870e), color-stop(100%, #c0870e));
    background-image: -moz-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: -webkit-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: linear-gradient(to bottom, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%)
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-main-heading.thema-heading {
        display: inline-block;
        width: 60%
    }
}

.number-of-postings {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0
}

@media only screen and (min-width: 64.0625em) {
    .number-of-postings {
        float: right
    }
}

.some-table-stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    margin-left: 0
}

.some-table-stars>span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    font-size: 1.3125rem;
    width: 1.25rem
}

@media only screen and (min-width: 40.0625em) and (max-width: 47.25em) {
    .some-table-stars>span {
        font-size: 1.0625rem;
        width: 1rem
    }
}

.some-table-stars>span:before,
.some-table-stars>span ~ span:before {
    content: "★";
    color: #FFF;
    text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.one-stars>span.one-star:before,
.some-table-stars.one-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.two-stars>span.one-star:before,
.some-table-stars.two-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.two-stars>span.two-star:before,
.some-table-stars.two-stars>span ~ span.two-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.three-stars>span.one-star:before,
.some-table-stars.three-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.three-stars>span.two-star:before,
.some-table-stars.three-stars>span ~ span.two-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.three-stars>span.three-star:before,
.some-table-stars.three-stars>span ~ span.three-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.four-stars>span.one-star:before,
.some-table-stars.four-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.four-stars>span.two-star:before,
.some-table-stars.four-stars>span ~ span.two-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.four-stars>span.three-star:before,
.some-table-stars.four-stars>span ~ span.three-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.four-stars>span.four-star:before,
.some-table-stars.four-stars>span ~ span.four-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.five-stars>span.one-star:before,
.some-table-stars.five-stars>span ~ span.one-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.five-stars>span.two-star:before,
.some-table-stars.five-stars>span ~ span.two-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.five-stars>span.three-star:before,
.some-table-stars.five-stars>span ~ span.three-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.five-stars>span.four-star:before,
.some-table-stars.five-stars>span ~ span.four-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.some-table-stars.five-stars>span.five-star:before,
.some-table-stars.five-stars>span ~ span.four-star:before {
    color: #FFE34F;
    text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
}

.online-offline-circle {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    background-image: url(/img/community/online-circle.png)
}

.online-offline-circle.online-circle {
    background-position: 0px 0px;
    background-repeat: no-repeat
}

.online-offline-circle.medium-circle {
    background-position: -37px 0;
    background-repeat: no-repeat
}

.online-offline-circle.offline-circle {
    background-position: -72px 0;
    background-repeat: no-repeat
}

.community-nl-second-part.moderatoren-gesamt-wrapper {
    padding-top: .4375rem;
    padding-bottom: .4375rem
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-second-part.moderatoren-gesamt-wrapper {
        padding-top: .875rem;
        padding-bottom: .875rem
    }
}

body .container .moderator-gesamt-wrapper {
    margin-bottom: .875rem
}

body .container .moderator-gesamt-wrapper:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 40.0625em) {
    .moderatoren-info-meta-wrapper {
        padding-right: 0
    }
}

.moderatoren-info-meta-wrapper .moderatoren-info-wrapper {
    background-color: #96C028;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFC5E472', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYzVlNDcyIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNjNWU0NzIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #96c028), color-stop(50%, #c5e472), color-stop(51%, #c5e472), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(left, #96c028 0%, #c5e472 50%, #c5e472 51%, #96c028 100%);
    background-image: -webkit-linear-gradient(left, #96c028 0%, #c5e472 50%, #c5e472 51%, #96c028 100%);
    background-image: linear-gradient(to right, #96c028 0%, #c5e472 50%, #c5e472 51%, #96c028 100%);
    height: 100%
}

.moderatoren-info-meta-wrapper .moderatoren-info-wrapper .moderator-avatar {
    width: 5.625rem;
    height: 5.625rem;
    margin: 1.25rem .875rem 1.25rem .625rem;
    display: block
}

@media only screen and (min-width: 40.0625em) {
    .moderatoren-info-meta-wrapper .moderatoren-info-wrapper .moderator-avatar {
        margin: 1.25rem auto .625rem
    }
}

.moderatoren-info-meta-wrapper .moderatoren-info-wrapper .some-table-stars {
    text-align: left;
    display: block
}

@media only screen and (min-width: 40.0625em) {
    .moderatoren-info-meta-wrapper .moderatoren-info-wrapper .some-table-stars {
        text-align: center
    }
}

.moderatoren-info-meta-wrapper .moderatoren-info-wrapper .moderatoren-postingszahl {
    color: #FFF;
    font-size: .8125rem;
    text-align: left;
    line-height: 0.9;
    margin-top: 2.8125rem;
    margin-bottom: 0
}

.moderatoren-info-meta-wrapper .moderatoren-info-wrapper .moderatoren-postingszahl.mod-post-medium-up {
    font-size: .875rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.25rem;
    margin-bottom: .875rem
}

@media only screen and (min-width: 40.0625em) {
    .moderatoren-inhalt-meta-wrapper {
        padding-left: 0
    }
}

.moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper {
    background-color: #FFF;
    height: 100%
}

.moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .moderatoren-inhalt-inner-wrapper {
    padding: 1.0625rem 1.0625rem 0 1.0625rem
}

.moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .on-off-status-text {
    font-size: .875rem;
    float: right;
    margin-right: .4375rem;
    line-height: 2.0
}

.moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .on-off-status-text.medium-text {
    color: #EFFF00;
    text-shadow: 2px 2px 2px #3f3f3f
}

.moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .on-off-status-text.online-text {
    color: #96C028
}

.moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .on-off-status-text.offline-text {
    color: #b4b4b4
}

.moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .online-offline-circle {
    float: right
}

.moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .moderator-name {
    font-size: 1.25rem;
    font-weight: bold;
    margin: .3125rem 0 0 0
}

@media only screen and (min-width: 40.0625em) {
    .moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .moderator-name {
        margin: 0
    }
}

.moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .moderator-ort {
    font-size: 1rem;
    margin-bottom: .625rem
}

@media only screen and (min-width: 40.0625em) {
    .moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .moderator-motto-wrapper {
        margin-bottom: 8.75rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .moderator-motto-wrapper {
        margin-bottom: 5.5rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .moderator-motto-wrapper.over-three-sub-buttons {
        margin-bottom: 11.125rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .moderator-motto-wrapper.over-three-sub-buttons {
        margin-bottom: 5.5rem
    }
}

@media only screen and (min-width: 64.0625rem) and (max-width: 75rem) {
    .moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .moderator-motto-wrapper.over-three-sub-buttons {
        margin-bottom: 8.75rem
    }
}

.moderatoren-inhalt-meta-wrapper .moderatoren-inhalt-wrapper .moderator-motto-wrapper .moderator-motto {
    font-style: italic;
    color: #b4b4b4;
    margin-bottom: 1rem;
    margin-left: 1.0625rem;
    margin-right: 1.0625rem
}

@media only screen and (min-width: 40.0625em) {
    .moderatoren-inhalt-meta-wrapper .row.sub-buttons-meta-wrapper {
        bottom: 0px;
        position: absolute;
        width: 100%
    }
}

body .container .main-section .moderator-gesamt-wrapper .button-center {
    margin-top: 0
}

@media only screen and (min-width: 40.0625em) {
    body .container .main-section .moderator-gesamt-wrapper .button-center {
        padding-right: 0
    }
}

body .container .main-section .moderator-gesamt-wrapper .button-center .sub-buttons-wrapper {
    background-color: #f7dda5;
    padding: 1.125rem 1.0625rem
}

body .container .main-section .moderator-gesamt-wrapper .button-center .sub-buttons-wrapper a {
    margin-top: .4375rem;
    margin-bottom: .4375rem;
    display: block;
    text-align: center !important
}

@media only screen and (min-width: 64.0625em) {
    body .container .main-section .moderator-gesamt-wrapper .button-center .sub-buttons-wrapper a {
        margin-right: .625rem
    }
}

@media only screen and (min-width: 64.0625em) {
    body .container .main-section .moderator-gesamt-wrapper .button-center .sub-buttons-wrapper a {
        display: inline-block
    }
}

@media only screen and (min-width: 40.0625em) {
    body .container .main-section .moderator-gesamt-wrapper .button-center .sub-buttons-wrapper.no-buttons-inside {
        height: 11.125rem
    }
}

@media only screen and (min-width: 64.0625em) {
    body .container .main-section .moderator-gesamt-wrapper .button-center .sub-buttons-wrapper.no-buttons-inside {
        height: 5.5rem
    }
}

@media only screen and (min-width: 64.0625rem) and (max-width: 75rem) {
    body .container .main-section .moderator-gesamt-wrapper .button-center .sub-buttons-wrapper.no-buttons-inside {
        height: 8.75rem
    }
}

.shadow-wrapper-mod {
    .-webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6)
}

.community-nl-introbox .freunde-finden-searchform-wrapper {
    margin-top: 2.5rem
}

.community-nl-introbox .freunde-finden-searchform-wrapper .searchform-wrapper input {
    margin-bottom: .6875rem
}

.community-nl-introbox .freunde-finden-searchform-wrapper .searchform-bsp {
    margin: 0 0 0 .4375rem;
    color: #FFF
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-introbox .freunde-finden-searchform-wrapper .searchform-bsp {
        margin: 0
    }
}

body .community-nl-introbox .freunde-finden-searchform-wrapper .forum-searchform-row {
    margin-bottom: .875rem
}

@media only screen and (min-width: 64.0625em) {
    body .community-nl-introbox .freunde-finden-searchform-wrapper .forum-searchform-row .searchform-row-small .form-explanation label {
        text-align: right;
        margin-right: .625rem
    }
}

@media only screen and (min-width: 64.0625rem) and (max-width: 67.5rem) {
    body .community-nl-introbox .freunde-finden-searchform-wrapper .forum-searchform-row .searchform-row-small .form-explanation label {
        font-size: 1rem;
        margin-top: .125rem
    }
}

.freunde-finden-pag-low .search-pagination {
    margin-top: 2.1875rem
}

.freunde-finden-pag-high .search-pagination {
    margin-bottom: .375rem;
    margin-top: 1.3125rem
}

.infinite-pagination .no-link-pagination {
    display: block;
    padding: 0 .75rem;
    font-size: 1.5rem;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75)
}

.freund-gesamt-wrapper .moderatoren-info-meta-wrapper .moderatoren-info-wrapper {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFECB5F', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmVjYjVmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZWNiNWYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #eea813), color-stop(50%, #fecb5f), color-stop(51%, #fecb5f), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(left, #eea813 0%, #fecb5f 50%, #fecb5f 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(left, #eea813 0%, #fecb5f 50%, #fecb5f 51%, #eea813 100%);
    background-image: linear-gradient(to right, #eea813 0%, #fecb5f 50%, #fecb5f 51%, #eea813 100%)
}

@media only screen and (max-width: 40em) {
    .freund-gesamt-wrapper .moderatoren-info-meta-wrapper .moderatoren-info-wrapper .thumb-count-wrapper {
        margin-top: 2.8125rem;
        float: right;
        margin-right: .875rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .freund-gesamt-wrapper .moderatoren-info-meta-wrapper .moderatoren-info-wrapper .thumb-count-wrapper {
        text-align: center;
        margin-top: 1.1875rem;
        margin-bottom: 1.9375rem;
        margin-right: .1875rem;
        margin-left: .1875rem
    }
}

.freund-gesamt-wrapper .moderatoren-info-meta-wrapper .moderatoren-info-wrapper .thumb-count-wrapper .daumenhoch-freund-count {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold
}

@media only screen and (max-width: 40em) {
    .freund-gesamt-wrapper .moderatoren-info-meta-wrapper .moderatoren-info-wrapper .thumb-count-wrapper .daumenhoch-freund-count {
        float: left;
        margin-right: .4375rem
    }
}

.freund-gesamt-wrapper .moderatoren-info-meta-wrapper .moderatoren-info-wrapper .thumb-count-wrapper .daumenhoch-freund {
    display: inline-block;
    margin-top: -.6875rem
}

.freund-gesamt-wrapper .freund-motto {
    margin-top: 1.25rem
}

@media only screen and (max-width: 40em) {
    .freunde-finden-mod-wrapper .moderatoren-info-meta-wrapper .moderatoren-info-wrapper .thumb-count-wrapper {
        margin-top: 2.8125rem;
        float: right;
        margin-right: .875rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .freunde-finden-mod-wrapper .moderatoren-info-meta-wrapper .moderatoren-info-wrapper .thumb-count-wrapper {
        text-align: center;
        margin-top: 1.1875rem;
        margin-bottom: 1.9375rem;
        margin-right: .1875rem;
        margin-left: .1875rem
    }
}

.freunde-finden-mod-wrapper .moderatoren-info-meta-wrapper .moderatoren-info-wrapper .thumb-count-wrapper .daumenhoch-freund-count {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold
}

@media only screen and (max-width: 40em) {
    .freunde-finden-mod-wrapper .moderatoren-info-meta-wrapper .moderatoren-info-wrapper .thumb-count-wrapper .daumenhoch-freund-count {
        float: left;
        margin-right: .4375rem
    }
}

.freunde-finden-mod-wrapper .moderatoren-info-meta-wrapper .moderatoren-info-wrapper .thumb-count-wrapper .daumenhoch-freund {
    display: inline-block;
    margin-top: -.6875rem
}

.container .passw-verg-gesamt-wrapper,
.container .chatinfobox-wrapper {
    margin: .3125rem .4375rem 1.875rem .4375rem
}

@media only screen and (min-width: 40.0625em) {
    .container .passw-verg-gesamt-wrapper,
    .container .chatinfobox-wrapper {
        margin: 3.125rem .875rem 3.4375rem .875rem
    }
}

.container .passw-verg-gesamt-wrapper .smily-pw-verg,
.container .chatinfobox-wrapper .smily-pw-verg {
    margin: 1.625rem auto;
    padding-left: .4375rem;
    padding-right: .4375rem;
    width: 9.1875rem;
    display: block
}

@media only screen and (min-width: 40.0625em) {
    .container .passw-verg-gesamt-wrapper .smily-pw-verg,
    .container .chatinfobox-wrapper .smily-pw-verg {
        margin: 1rem auto
    }
}

.container .passw-verg-gesamt-wrapper .passw-hinweis,
.container .chatinfobox-wrapper .passw-hinweis {
    margin-left: 0;
    margin-top: 1rem;
    margin-right: 0
}

@media only screen and (min-width: 40.0625em) {
    .container .passw-verg-gesamt-wrapper .passw-hinweis,
    .container .chatinfobox-wrapper .passw-hinweis {
        margin-top: .3125rem
    }
}

.container .passw-verg-gesamt-wrapper .passw-no-subwrapper,
.container .chatinfobox-wrapper .passw-no-subwrapper {
    margin-bottom: 0
}

.container .passw-verg-gesamt-wrapper .passw-verg-form,
.container .chatinfobox-wrapper .passw-verg-form {
    padding: .3125rem 1.0625rem 1.0625rem 1.0625rem;
    margin-bottom: 0
}

@media only screen and (min-width: 40.0625em) {
    .container .passw-verg-gesamt-wrapper .passw-verg-form,
    .container .chatinfobox-wrapper .passw-verg-form {
        padding: 1.0625rem
    }
}

.container .passw-verg-gesamt-wrapper .passw-verg-form label,
.container .chatinfobox-wrapper .passw-verg-form label {
    text-align: left;
    display: inline-block;
    padding: .1875rem 0;
    font-size: 1rem;
    margin-bottom: .1875rem
}

@media only screen and (min-width: 64.0625rem) and (max-width: 75rem) {
    .container .passw-verg-gesamt-wrapper .passw-verg-form label,
    .container .chatinfobox-wrapper .passw-verg-form label {
        font-size: .75rem;
        padding: .3125rem 0
    }
}

.container .passw-verg-gesamt-wrapper .passw-verg-form .eingabe,
.container .chatinfobox-wrapper .passw-verg-form .eingabe {
    display: inline-block;
    background-color: #F7DDA5;
    color: #000;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    height: 1.875rem;
    border: none;
    width: 100%
}

@media only screen and (min-width: 64.0625em) {
    .container .passw-verg-gesamt-wrapper .passw-verg-form .eingabe,
    .container .chatinfobox-wrapper .passw-verg-form .eingabe {
        width: 90%
    }
}

.container .passw-verg-gesamt-wrapper .passw-verg-form .button-center .passw-verg-submit,
.container .chatinfobox-wrapper .passw-verg-form .button-center .passw-verg-submit {
    font-size: 1rem;
    margin-top: .25rem;
    border: none;
    margin-bottom: .1875rem;
    margin-left: 0
}

.container .passw-verg-gesamt-wrapper .passw-verg-form .pass-verg-input-wrapper,
.container .chatinfobox-wrapper .passw-verg-form .pass-verg-input-wrapper {
    display: inline-block
}

.passw-verg-hinweistext {
    background-color: #E6F0CB;
    margin-bottom: 1.875rem
}

.passw-verg-hinweistext p {
    font-size: .875rem;
    margin: 1rem .875rem
}

@media only screen and (max-width: 40em) {
    .whole-bg-color {
        margin-bottom: .4375rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .whole-bg-color-wrapper {
        overflow: hidden;
        margin-bottom: .875rem
    }
    .whole-bg-color-wrapper .whole-bg-color {
        height: 100%;
        overflow: hidden
    }
    .whole-bg-color-wrapper .whole-bg-color .whole-bg-color-inner {
        height: 100%
    }
    .inner-wrapper .sidebar.whole-bg-color-sidebar .sidebar-artikel article:last-child {
        margin-bottom: 0
    }
}

.community-nl-second-part.whole-bg-no-marg-bot {
    margin-bottom: 0
}

.regeln-wrapper {
    margin: 1.3125rem 1.3125rem 2rem 1.3125rem
}

.community-regeln-aufzaehlung li {
    position: relative;
    list-style-type: none
}

.community-regeln-aufzaehlung li {
    line-height: 1.4;
    margin-bottom: 1rem
}

.community-regeln-aufzaehlung li a {
    text-decoration: underline;
    color: #222
}

.community-regeln-aufzaehlung li a:before {
    content: "ꜛ"
}

.community-regeln-aufzaehlung li a:hover,
.community-regeln-aufzaehlung li a:focus {
    color: #008CBA
}

.community-regeln-aufzaehlung li:before {
    content: "";
    position: absolute;
    left: -2.5rem;
    width: 1.875rem;
    height: 1.875rem
}

.community-regeln-aufzaehlung li.eins:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 0
}

.community-regeln-aufzaehlung li.zwei:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -40px
}

.community-regeln-aufzaehlung li.drei:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -80px
}

.community-regeln-aufzaehlung li.vier:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -120px
}

.community-regeln-aufzaehlung li.fuenf:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -160px
}

.community-regeln-aufzaehlung li.sechs:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -200px
}

.community-regeln-aufzaehlung li.sieben:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -240px
}

.community-regeln-aufzaehlung li.acht:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -280px
}

.community-regeln-aufzaehlung li.neun:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -320px
}

.community-regeln-aufzaehlung li.elf:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -400px
}

.community-regeln-aufzaehlung li.zwoelf:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -440px
}

.community-regeln-aufzaehlung li.dreizehn:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -480px
}

.community-regeln-aufzaehlung li.vierzehn:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -520px
}

.community-regeln-aufzaehlung li.fuenfzehn:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -560px
}

.community-regeln-aufzaehlung li.sechzehn:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -600px
}

.community-regeln-aufzaehlung li.siebzehn:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -640px
}

.community-regeln-aufzaehlung li.achtzehn:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -680px
}

.community-regeln-aufzaehlung li.neunzehn:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -720px
}

.community-regeln-aufzaehlung li.zwanzig:before {
    background-image: url("../img/community/aufzaehlungsbuttons-1-20-sprite.png");
    background-position: 0 -760px
}

.regeln-hinweis-wrapper {
    background-color: #d8eaa6
}

.regeln-hinweistext .bg-color {
    background-color: #E6F0CB
}

@media only screen and (max-width: 40em) {
    .regeln-hinweistext {
        margin-bottom: .4375rem;
        padding-bottom: 1.875rem
    }
}

@media only screen and (max-width: 40em) {
    .regeln-hinweistext .bg-color-regeln-hinw-text {
        background-color: #d8eaa6
    }
}

.regeln-hinweistext p {
    font-size: .875rem;
    margin: 1rem 1.125rem
}

.community-nl-introbox.chat-intro .chat-intro-erster-text {
    margin-bottom: .4375rem
}

@media only screen and (max-width: 40em) {
    .community-nl-introbox.chat-intro .chat-intro-erster-text {
        margin-top: 1.875rem;
        margin-right: .4375rem;
        margin-left: .4375rem
    }
}

.community-nl-introbox.chat-intro .chat-termin-text {
    margin: .4375rem .4375rem;
    font-size: 1rem
}

.community-nl-introbox.chat-intro .community-chat-termin-wann {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: .5rem;
    margin-left: .4375rem;
    margin-right: .4375rem
}

.container .chatinfobox-wrapper {
    margin: 0 0 1.4375rem 0
}

@media only screen and (min-width: 40.0625em) {
    .container .chatinfobox-wrapper {
        margin: 0
    }
}

.container .chatinfobox-wrapper .passw-verg-form.chat-beitret-button-wrapper {
    padding-top: .125rem;
    padding-bottom: .875rem
}

.container .chatinfobox-wrapper .passw-verg-form.chat-beitret-button-wrapper .passw-verg-submit {
    font-size: 1.25rem;
    line-height: 1.1
}

.chatinfobox-wrapper.chat-beigetreten-infob-wrapper {
    margin: .3125rem .4375rem
}

@media only screen and (min-width: 40.0625em) {
    .chatinfobox-wrapper.chat-beigetreten-infob-wrapper {
        margin: 2.1875rem .875rem
    }
}

.chatinfobox-wrapper.chat-beigetreten-infob-wrapper .chat-verlassen-text {
    margin-bottom: .5625rem
}

.chatinfobox-wrapper.chat-beigetreten-infob-wrapper .chat-verlassen-button {
    margin-bottom: .3125rem
}

.chatinfobox-wrapper.chat-beigetreten-infob-wrapper .chat-beigetreten-subtext {
    color: #eea813;
    margin: .625rem 0 0 0;
    font-size: 1rem
}

.container .chatinfobox-wrapper .passw-verg-form.chat-beitret-button-wrapper.chat-beigetreten-but-wrapper {
    padding-bottom: .3125rem
}

.chat-eingeben-wrapper .chat-editor-wrapper {
    display: block;
    margin: 2.1875rem .4375rem;
    padding: .875rem
}

@media only screen and (min-width: 40.0625em) {
    .chat-eingeben-wrapper .chat-editor-wrapper {
        margin: .6875rem .875rem .875rem .875rem;
        padding: 1.5625rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .chat-eingeben-wrapper .chat-editor-wrapper {
        padding: 1.5625rem 1.5625rem .75rem 1.5625rem
    }
}

.chat-eingeben-wrapper .chat-editor-wrapper fieldset {
    margin-right: 0
}

.chat-eingeben-wrapper .chat-editor-wrapper fieldset legend {
    margin-bottom: .9375rem;
    width: 100%
}

.chat-eingeben-wrapper .chat-editor-wrapper fieldset .label-an {
    display: inline;
    font-size: 1rem
}

@media only screen and (min-width: 20rem) and (max-width: 29.9375rem) {
    .chat-eingeben-wrapper .chat-editor-wrapper fieldset .label-an {
        font-size: .75rem
    }
}

@media only screen and (min-width: 64.0625rem) and (max-width: 68.6875rem) {
    .chat-eingeben-wrapper .chat-editor-wrapper fieldset .label-an {
        font-size: .6875rem
    }
}

@media only screen and (min-width: 68.75rem) and (max-width: 81.25rem) {
    .chat-eingeben-wrapper .chat-editor-wrapper fieldset .label-an {
        font-size: .75rem
    }
}

@media only screen and (min-width: 81.3125rem) {
    .chat-eingeben-wrapper .chat-editor-wrapper fieldset .label-an {
        font-size: .9375rem
    }
}

.chat-eingeben-wrapper .chat-editor-wrapper fieldset input[type="text"] {
    width: 80%;
    margin-left: .4375rem;
    display: inline-block;
    height: 1.875rem;
    background-color: #F7DDA5;
    color: #222;
    border: 0;
    margin-bottom: .5rem
}

.chat-eingeben-wrapper .chat-editor-wrapper fieldset #editorchat {
    margin-bottom: 1rem;
    height: 11.5rem;
    margin-bottom: 0
}

.chat-eingeben-wrapper .chat-editor-wrapper fieldset #cke_editorchat {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 3px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 3px 0px rgba(34, 34, 34, 0.6)
}

.chat-eingeben-wrapper .chat-editor-wrapper fieldset .nachricht-anzeigen-wrapper {
    padding-top: .25rem
}

.chat-eingeben-wrapper .chat-editor-wrapper fieldset .nachricht-anzeigen-wrapper input[type='checkbox'] {
    display: inline-block;
    position: relative;
    top: -.125rem
}

@media only screen and (min-width: 20rem) and (max-width: 29.9375rem) {
    .chat-eingeben-wrapper .chat-editor-wrapper fieldset .nachricht-anzeigen-wrapper input[type='checkbox'] {
        top: -.0625rem
    }
}

@media only screen and (min-width: 64.0625rem) and (max-width: 81.25rem) {
    .chat-eingeben-wrapper .chat-editor-wrapper fieldset .nachricht-anzeigen-wrapper input[type='checkbox'] {
        top: -.0625rem
    }
}

.chat-eingeben-wrapper .chat-editor-wrapper fieldset .nachricht-anzeigen-wrapper .nachricht-anzeigen-text {
    display: inline;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: .125rem;
    font-size: 1rem
}

@media only screen and (min-width: 20rem) and (max-width: 29.9375rem) {
    .chat-eingeben-wrapper .chat-editor-wrapper fieldset .nachricht-anzeigen-wrapper .nachricht-anzeigen-text {
        font-size: .75rem
    }
}

@media only screen and (min-width: 64.0625rem) and (max-width: 68.6875rem) {
    .chat-eingeben-wrapper .chat-editor-wrapper fieldset .nachricht-anzeigen-wrapper .nachricht-anzeigen-text {
        font-size: .6875rem
    }
}

@media only screen and (min-width: 68.75rem) and (max-width: 81.25rem) {
    .chat-eingeben-wrapper .chat-editor-wrapper fieldset .nachricht-anzeigen-wrapper .nachricht-anzeigen-text {
        font-size: .75rem
    }
}

@media only screen and (min-width: 81.3125rem) {
    .chat-eingeben-wrapper .chat-editor-wrapper fieldset .nachricht-anzeigen-wrapper .nachricht-anzeigen-text {
        font-size: .9375rem
    }
}

.chat-eingeben-wrapper .chat-editor-wrapper fieldset .chat-subrow {
    margin-top: 1rem
}

.chat-eingeben-wrapper .chat-editor-wrapper fieldset .chat-subrow .button-vorschau-wrapper {
    margin-top: 0
}

.chat-eingeben-wrapper .chat-editor-wrapper fieldset .chat-subrow .button-vorschau-wrapper input {
    margin-top: 0
}

@media only screen and (min-width: 64.0625em) {
    .chat-eingeben-wrapper .chat-editor-wrapper fieldset .chat-subrow .button-vorschau-wrapper input {
        float: right
    }
}

.community-nl-second-part.moderatoren-gesamt-wrapper.chatverlauf-contentbereich {
    padding-top: .4375rem
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-second-part.moderatoren-gesamt-wrapper.chatverlauf-contentbereich {
        padding-top: 0
    }
}

@media only screen and (min-width: 64.0625em) {
    .community-nl-second-part.moderatoren-gesamt-wrapper.chatverlauf-contentbereich {
        padding-top: .4375rem
    }
}

.chatverlauf .li-chatverlauf-wrapper {
    margin-bottom: 1.25rem;
    padding: 0
}

@media only screen and (min-width: 40.0625em) {
    .chatverlauf .li-chatverlauf-wrapper {
        padding: 0 .875rem;
        padding: 0
    }
}

@media only screen and (max-width: 40em) {
    .chatverlauf .li-chatverlauf-wrapper .community-nl-was-ist-los-wrapper {
        margin-top: 0
    }
}

.chatverlauf .li-chatverlauf-wrapper .chatverlauf-inner-wrapper {
    height: 75.875rem
}

.chatverlauf .li-chatverlauf-wrapper .mCustomScrollBox,
.chatverlauf .li-chatverlauf-wrapper .mCSB_container {
    padding-top: 0
}

.chatverlauf .li-chatverlauf-wrapper .mCustomScrollBox ul,
.chatverlauf .li-chatverlauf-wrapper .mCSB_container ul {
    margin-bottom: 0
}

.chatverlauf .li-chatverlauf-wrapper .mCustomScrollBox.mCS_no_scrollbar_y,
.chatverlauf .li-chatverlauf-wrapper .mCSB_container.mCS_no_scrollbar_y {
    height: 100%
}

.chatverlauf .li-chatverlauf-wrapper ul {
    margin-top: 0
}

.chatverlauf .li-chatverlauf-wrapper ul li {
    background-color: #FFF;
    border-bottom: .625rem solid #eea813;
    min-height: 4.0625rem
}

.chatverlauf .li-chatverlauf-wrapper ul li a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

.chatverlauf .li-chatverlauf-wrapper ul li a:hover {
    background-color: transparent
}

.chatverlauf .li-chatverlauf-wrapper ul li a:focus {
    background-color: #BAFCD3
}

.chatverlauf .li-chatverlauf-wrapper ul li .chatverl-einzel-wrapper {
    padding-top: .375rem;
    padding-bottom: .375rem;
    padding-left: .75rem;
    display: block
}

.chatverlauf .li-chatverlauf-wrapper ul li .chatverl-einzel-wrapper:hover,
.chatverlauf .li-chatverlauf-wrapper ul li .chatverl-einzel-wrapper:focus {
    background-color: #BAFCD3
}

.chatverlauf .li-chatverlauf-wrapper ul li .chatverl-einzel-wrapper img {
    width: 3.75rem;
    height: 3.75rem;
    position: absolute
}

.chatverlauf .li-chatverlauf-wrapper ul li .chatverlauf-einzeltext {
    margin-top: .1875rem;
    display: inline-block;
    font-size: 1rem;
    color: #222
}

.chatverlauf .li-chatverlauf-wrapper .chatverlauf-meta {
    color: #eea813;
    font-size: .875rem;
    line-height: 1.25rem;
    position: relative;
    top: .375rem;
    display: block;
    padding-right: .1875rem;
    overflow: hidden;
    padding-bottom: 1rem;
    width: 100%;
    padding-left: 4.75rem
}

.chatverlauf .li-chatverlauf-wrapper .chatverlauf-meta a {
    display: inline;
    color: #eea813
}

.chatverlauf .li-chatverlauf-wrapper .chatverlauf-meta a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 40em) {
    .chatverlauf.li-margin-bottom {
        margin-bottom: .4375rem
    }
}

.button-zwei-teile {
    border: none;
    background-color: #ABCD53;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFABCD53', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiY2Q1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWJjZDUzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abcd53), color-stop(50%, #abcd53), color-stop(51%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    color: #FFF;
    font-weight: 400;
    font-size: 1rem;
    padding-top: .4375rem;
    padding-bottom: .375rem;
    padding-left: .75rem;
    padding-right: .75rem;
    margin-top: .6875rem;
    margin-bottom: 0
}

@media only screen and (min-width: 64.063em) and (max-width: 64.688em) {
    .button-zwei-teile {
        font-size: .875rem
    }
}

.button-zwei-teile:hover,
.button-zwei-teile:focus {
    background-color: #ABCD53;
    background-image: none
}

body .container .main-section .meine-votings-intro .button-center {
    margin-top: 0
}

body .container .main-section .meine-votings-intro .button-center p {
    text-align: center
}

@media only screen and (min-width: 40.0625em) {
    .single-voting-wrapper {
        margin-top: .6875rem
    }
}

.single-voting-wrapper .single-voting {
    margin-bottom: .875rem
}

.single-voting-wrapper .single-voting-content {
    background-color: #FFF;
    padding: .8125rem .875rem 1.0625rem .875rem
}

@media only screen and (min-width: 40.0625em) {
    .single-voting-wrapper .single-voting-content {
        padding: 1.0625rem 1.125rem .75rem 1.125rem
    }
}

.single-voting-wrapper .single-voting-content .single-voting-meta {
    color: #eea813;
    line-height: 1.3;
    float: left;
    margin-top: .1875rem;
    margin-bottom: .75rem;
    width: 85%
}

@media only screen and (min-width: 40.0625em) {
    .single-voting-wrapper .single-voting-content .single-voting-meta {
        width: 90%
    }
}

.single-voting-wrapper .single-voting-content .online-offline-circle {
    float: right
}

.single-voting-wrapper .single-voting-content .single-voting-heading {
    font-size: 1.25rem;
    font-weight: bold;
    clear: both
}

.single-voting-wrapper .single-voting-content .chart {
    margin-left: 0;
    margin-bottom: .75rem;
    width: 100%
}

@media only screen and (min-width: 40.0625em) {
    .single-voting-wrapper .single-voting-content .chart {
        width: 80%
    }
}

@media only screen and (min-width: 64.0625em) {
    .single-voting-wrapper .single-voting-content .chart {
        width: 50%
    }
}

.single-voting-wrapper .single-voting-content .chart .past {
    font-weight: bold
}

.single-voting-wrapper .single-voting-content .voting-stimmen-gesamt {
    margin-bottom: .125rem;
    line-height: 1.3
}

.single-voting-wrapper .single-voting-footer {
    background-color: #f7dda5;
    border-bottom: .625rem solid #eea813;
    padding: .6875rem .6875rem .5rem .6875rem
}

@media only screen and (min-width: 40.0625em) {
    .single-voting-wrapper .single-voting-footer {
        padding: .6875rem 1rem .5rem 1rem
    }
}

.single-voting-wrapper .single-voting-footer .thumbup-count {
    padding-left: .3125rem
}

.single-voting-wrapper .single-voting-footer .button-wrapper {
    margin-top: .25rem;
    margin-bottom: .6875rem
}

.single-voting-wrapper .single-voting-footer .button-wrapper .button-zwei-teile {
    float: right;
    margin-left: .625rem
}

.single-voting-wrapper .single-voting-footer .button-wrapper .button-zwei-teile:hover,
.single-voting-wrapper .single-voting-footer .button-wrapper .button-zwei-teile:focus {
    color: #FFF
}

body .container .sub-votings {
    margin-top: 1rem;
    margin-bottom: .8125rem
}

body .container .sub-votings .votings-pagination {
    text-align: center
}

body .container .sub-votings .votings-pagination .button-center {
    display: block;
    margin-top: .875rem
}

@media only screen and (min-width: 48rem) {
    body .container .sub-votings .votings-pagination .button-center {
        margin-left: .3125rem;
        display: inline-block
    }
}

body .container .main-section .meine-nachrichten-top-buttons .button-center {
    margin-top: 1.6875rem
}

@media only screen and (min-width: 64.0625em) {
    body .container .main-section .meine-nachrichten-top-buttons .button-center {
        margin-top: 1.375rem
    }
}

body .container .main-section .meine-nachrichten-top-buttons .button-center p {
    margin-bottom: 0
}

@media only screen and (min-width: 64.0625em) {
    body .container .main-section .meine-nachrichten-top-buttons .button-center p {
        text-align: center;
        margin-bottom: 1.375rem
    }
}

body .container .main-section .meine-nachrichten-top-buttons .button-center p a,
body .container .main-section .meine-nachrichten-top-buttons .button-center p .linkersatz-button {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: .25rem;
    margin-left: .25rem;
    display: inline-block;
    margin-top: .1875rem
}

@media only screen and (min-width: 64.0625em) {
    body .container .main-section .meine-nachrichten-top-buttons .button-center p a,
    body .container .main-section .meine-nachrichten-top-buttons .button-center p .linkersatz-button {
        display: inline-block;
        margin-top: .8125rem
    }
}

body .container .main-section .meine-nachrichten-top-buttons .button-center p a.meine-nachrichten-active-button,
body .container .main-section .meine-nachrichten-top-buttons .button-center p .linkersatz-button.meine-nachrichten-active-button {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEA813', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZWVhODEzIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #c0870e), color-stop(100%, #c0870e));
    background-image: -moz-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: -webkit-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: linear-gradient(to bottom, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%)
}

.community-nl-introbox .meine-nachrichten-pag-high .search-pagination {
    margin-top: 1.3125rem;
    margin-bottom: .375rem
}

.community-nl-introbox .meine-nachrichten-pag-high .meine-nachrichten-pagination-top-zaehler {
    margin-top: .25rem;
    margin-bottom: 0
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-introbox .meine-nachrichten-pag-high .meine-nachrichten-pagination-top-zaehler {
        margin-bottom: .375rem
    }
}

.community-nl-introbox .meine-nachrichten-pag-low .search-pagination {
    margin-top: 1.875rem;
    margin-bottom: .375rem
}

@media only screen and (min-width: 40.0625em) {
    .community-nl-introbox .meine-nachrichten-pag-low .search-pagination {
        margin-top: 2.4375rem
    }
}

.community-nl-introbox .meine-nachrichten-pag-low .meine-nachrichten-pagination-top-zaehler {
    margin-top: .25rem;
    margin-bottom: .375rem
}

.community-nl-introbox .search-pagination-container ul {
    margin: 0
}

.community-nl-introbox .meine-nachrichten-pagination-top-zaehler {
    font-size: .875rem;
    margin-top: .875rem
}

.nachrichtenbox {
    margin-left: .4375rem;
    margin-right: .4375rem;
    margin-top: 1.25rem
}

@media only screen and (min-width: 40.0625em) {
    .nachrichtenbox {
        margin-top: .875rem
    }
}

@media only screen and (max-width: 40em) {
    .nachrichtenbox p {
        font-size: 1rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .nachrichtenbox {
        margin-left: .875rem;
        margin-right: .875rem
    }
}

.nachrichtenbox .hauptbox-wrapper {
    z-index: 9
}

@media only screen and (min-width: 40.0625em) {
    .nachrichtenbox .hauptbox-wrapper {
        padding-right: 0
    }
}

.nachrichtenbox .hauptbox-wrapper .hauptbox {
    background-color: #fddc96;
    height: 100%
}

.nachrichtenbox .hauptbox-wrapper .hauptbox .meine-nachrichten-meta {
    margin: 0;
    padding: 1.1875rem 1.0625rem .25rem 1.0625rem;
    line-height: 1.2
}

.nachrichtenbox .hauptbox-wrapper .hauptbox .meine-nachrichten-hashtag {
    word-break: break-all;
    text-align: right;
    margin: 0;
    padding: 1.1875rem 1.0625rem .25rem 1.0625rem;
    line-height: 1.2
}

.nachrichtenbox .hauptbox-wrapper .hauptbox .meine-nachrichten-heading {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
    word-wrap: break-word
}

.nachrichtenbox .hauptbox-wrapper .hauptbox .meine-nachrichten-gesendete-nr-wrapper {
    background-color: #FFF;
    border: .0625rem solid #000;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    padding: .6875rem 1rem;
    margin-top: .5rem;
    margin-left: .9375rem;
    margin-right: .9375rem;
    min-height: 4.3125rem
}

.nachrichtenbox .hauptbox-wrapper .hauptbox .meine-nachrichten-gesendete-nr-wrapper p {
    margin: 0
}

.nachrichtenbox .hauptbox-wrapper .hauptbox .meine-nachrichten-sub-wrapper {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.nachrichtenbox .hauptbox-wrapper .hauptbox .meine-nachrichten-info-icon {
    display: inline-block
}

@media only screen and (max-width: 40em) {
    .nachrichtenbox .hauptbox-wrapper .hauptbox .meine-nachrichten-info-icon {
        position: absolute
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .nachrichtenbox .hauptbox-wrapper .hauptbox .meine-nachrichten-info-icon {
        position: absolute
    }
}

.nachrichtenbox .hauptbox-wrapper .hauptbox .sub-text {
    display: inline-block;
    font-size: .75rem;
    margin: 1.5rem .3125rem 1.125rem .3125rem
}

@media only screen and (max-width: 40em) {
    .nachrichtenbox .hauptbox-wrapper .hauptbox .sub-text {
        display: block;
        padding-left: 1.875rem;
        line-height: 1.3;
        padding-top: .4375rem;
        margin-bottom: .75rem
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .nachrichtenbox .hauptbox-wrapper .hauptbox .sub-text {
        display: block;
        padding-left: 1.875rem;
        line-height: 1.3;
        padding-top: .4375rem;
        margin-bottom: .75rem
    }
}

.nachrichtenbox .hauptbox-wrapper .hauptbox .loeschen-button-wrapper {
    display: inline-block;
    margin-top: 0;
    margin-bottom: .5rem
}

@media only screen and (min-width: 64.0625em) {
    .nachrichtenbox .hauptbox-wrapper .hauptbox .loeschen-button-wrapper {
        margin-top: 1.0625rem
    }
}

.nachrichtenbox .hauptbox-wrapper .hauptbox .loeschen-button-wrapper a {
    display: inline-block;
    line-height: 1.1875rem;
    margin-top: 0;
    margin-right: .9375rem;
    float: right;
    margin-bottom: .4375rem
}

.nachrichtenbox .hauptbox-wrapper .hauptbox .loeschen-button-wrapper a:hover,
.nachrichtenbox .hauptbox-wrapper .hauptbox .loeschen-button-wrapper a:focus {
    color: #FFF
}

@media only screen and (min-width: 40.0625em) {
    .nachrichtenbox .person-info-wrapper {
        padding-left: 0
    }
}

.nachrichtenbox .person-info-wrapper .person-info-row {
    height: 100%
}

@media only screen and (min-width: 40.0625em) {
    .nachrichtenbox .person-info-wrapper .person-info-row {
        margin-right: 0
    }
}

.nachrichtenbox .person-info-wrapper .person-info {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFECB5F', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmVjYjVmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZWNiNWYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #eea813), color-stop(50%, #fecb5f), color-stop(51%, #fecb5f), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(left, #eea813 0%, #fecb5f 50%, #fecb5f 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(left, #eea813 0%, #fecb5f 50%, #fecb5f 51%, #eea813 100%);
    background-image: linear-gradient(to right, #eea813 0%, #fecb5f 50%, #fecb5f 51%, #eea813 100%);
    overflow: auto;
    height: 100%
}

@media only screen and (max-width: 40em) {
    .nachrichtenbox .person-info-wrapper .person-info {
        margin: 0 .4375rem;
        padding-left: .4375rem;
        padding-right: .4375rem
    }
}

@media only screen and (max-width: 40em) {
    .nachrichtenbox .person-info-wrapper .person-info .person-info-col {
        width: 59%;
        padding-right: 0
    }
}

@media only screen and (min-width: 20.625rem) and (max-width: 21.1875rem) {
    .nachrichtenbox .person-info-wrapper .person-info .person-info-col {
        width: 61%
    }
}

@media only screen and (min-width: 21.25rem) and (max-width: 21.8125rem) {
    .nachrichtenbox .person-info-wrapper .person-info .person-info-col {
        width: 62%
    }
}

@media only screen and (min-width: 21.875rem) and (max-width: 23.0625rem) {
    .nachrichtenbox .person-info-wrapper .person-info .person-info-col {
        width: 63%
    }
}

@media only screen and (min-width: 23.125rem) and (max-width: 24.9375rem) {
    .nachrichtenbox .person-info-wrapper .person-info .person-info-col {
        width: 66%
    }
}

@media only screen and (min-width: 25rem) and (max-width: 29.9375rem) {
    .nachrichtenbox .person-info-wrapper .person-info .person-info-col {
        width: 70%
    }
}

@media only screen and (min-width: 30rem) and (max-width: 32.4375rem) {
    .nachrichtenbox .person-info-wrapper .person-info .person-info-col {
        width: 74%
    }
}

@media only screen and (min-width: 32.5rem) and (max-width: 36.1875rem) {
    .nachrichtenbox .person-info-wrapper .person-info .person-info-col {
        width: 76%
    }
}

@media only screen and (min-width: 36.25rem) and (max-width: 39.9375rem) {
    .nachrichtenbox .person-info-wrapper .person-info .person-info-col {
        width: 79%
    }
}

@media only screen and (min-width: 39.9375rem) and (max-width: 40rem) {
    .nachrichtenbox .person-info-wrapper .person-info .person-info-col {
        width: 81%
    }
}

@media only screen and (min-width: 40.0625em) {
    .nachrichtenbox .person-info-wrapper .person-info .person-info-col {
        padding-right: 0
    }
}

.nachrichtenbox .person-info-wrapper .person-info p {
    margin: 0;
    color: #FFF;
    margin-left: .4375rem;
    margin-right: .4375rem;
    text-align: right
}

@media only screen and (min-width: 40.0625em) {
    .nachrichtenbox .person-info-wrapper .person-info p {
        text-align: center
    }
}

.nachrichtenbox .person-info-wrapper .person-info p.meine-nachrichten-person {
    padding-top: 1.1875rem;
    padding-bottom: .6875rem;
    word-break: break-all
}

@media only screen and (max-width: 40em) {
    .nachrichtenbox .person-info-wrapper .person-info p.meine-nachrichten-person {
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 1.375rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .nachrichtenbox .person-info-wrapper .person-info p.meine-nachrichten-person {
        line-height: 1.2
    }
}

.nachrichtenbox .person-info-wrapper .person-info p.meine-nachrichten-person a {
    color: #008cba
}

.nachrichtenbox .person-info-wrapper .person-info p.meine-nachrichten-person a:hover,
.nachrichtenbox .person-info-wrapper .person-info p.meine-nachrichten-person a:focus {
    color: #0078a0
}

.nachrichtenbox .person-info-wrapper .person-info p.meine-nachrichten-ort {
    font-size: .875rem;
    padding-top: .25rem;
    padding-bottom: .3125rem
}

@media only screen and (max-width: 40em) {
    .nachrichtenbox .person-info-wrapper .person-info p.meine-nachrichten-ort {
        margin-right: 0;
        padding-top: 0;
        line-height: 1.1
    }
}

@media only screen and (max-width: 40em) {
    .nachrichtenbox .person-info-wrapper .meine-nachrichten-avatar-wrapper {
        width: 6.5625rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .nachrichtenbox .person-info-wrapper .meine-nachrichten-avatar-wrapper {
        padding-right: 0
    }
}

.nachrichtenbox .person-info-wrapper .meine-nachrichten-avatar-wrapper img.circle {
    width: 5.625rem;
    height: 5.625rem;
    display: block;
    margin-bottom: .625rem
}

@media only screen and (max-width: 40em) {
    .nachrichtenbox .person-info-wrapper .meine-nachrichten-avatar-wrapper img.circle {
        margin-bottom: .875rem;
        margin-top: .875rem;
        margin-right: .875rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .nachrichtenbox .person-info-wrapper .meine-nachrichten-avatar-wrapper img.circle {
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.0625em) {
    .nachricht-an-person .hauptbox-wrapper .hauptbox .meine-nachrichten-gesendete-nr-wrapper::after {
        content: url(/img/community/sprechblase-meine-nachrichten-rechts.png);
        position: absolute;
        right: -13px;
        top: 1.25rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .nachricht-von-person .person-info-wrapper {
        padding-left: .4375rem;
        padding-right: 0
    }
}

@media only screen and (min-width: 40.0625em) {
    .nachricht-von-person .person-info-wrapper .person-info {
        margin-left: .4375rem
    }
}

@media only screen and (max-width: 40em) {
    .nachricht-von-person .person-info-wrapper .person-info .person-info-col {
        width: 61%;
        padding-right: 0;
        left: 6.5625rem
    }
}

@media only screen and (min-width: 25rem) and (max-width: 29.9375rem) {
    .nachricht-von-person .person-info-wrapper .person-info .person-info-col {
        width: 70%
    }
}

@media only screen and (min-width: 30rem) and (max-width: 36.1875rem) {
    .nachricht-von-person .person-info-wrapper .person-info .person-info-col {
        width: 75%
    }
}

@media only screen and (min-width: 36.25rem) and (max-width: 39.9375rem) {
    .nachricht-von-person .person-info-wrapper .person-info .person-info-col {
        width: 79%
    }
}

@media only screen and (min-width: 39.9375rem) and (max-width: 40rem) {
    .nachricht-von-person .person-info-wrapper .person-info .person-info-col {
        width: 81%
    }
}

@media only screen and (min-width: 40.0625em) {
    .nachricht-von-person .person-info-wrapper .person-info .person-info-col {
        padding-left: 0
    }
}

@media only screen and (max-width: 40em) {
    .nachricht-von-person .person-info-wrapper .person-info .person-info-col .person-info-meta .meine-nachrichten-person {
        text-align: left;
        padding-left: 0;
        padding-right: .4375rem;
        margin-left: 0
    }
}

@media only screen and (max-width: 40em) {
    .nachricht-von-person .person-info-wrapper .person-info .person-info-col .person-info-meta .meine-nachrichten-ort {
        text-align: left;
        padding-left: 0;
        margin-left: 0
    }
}

.nachricht-von-person .person-info-wrapper .person-info .meine-nachrichten-avatar-wrapper {
    float: left
}

@media only screen and (max-width: 40em) {
    .nachricht-von-person .person-info-wrapper .person-info .meine-nachrichten-avatar-wrapper {
        width: 6.5625rem;
        right: 61%
    }
}

@media only screen and (min-width: 25rem) and (max-width: 29.9375rem) {
    .nachricht-von-person .person-info-wrapper .person-info .meine-nachrichten-avatar-wrapper {
        right: 70%
    }
}

@media only screen and (min-width: 30rem) and (max-width: 36.1875rem) {
    .nachricht-von-person .person-info-wrapper .person-info .meine-nachrichten-avatar-wrapper {
        right: 75%
    }
}

@media only screen and (min-width: 36.25rem) and (max-width: 39.9375rem) {
    .nachricht-von-person .person-info-wrapper .person-info .meine-nachrichten-avatar-wrapper {
        right: 79%
    }
}

@media only screen and (min-width: 39.9375rem) and (max-width: 40rem) {
    .nachricht-von-person .person-info-wrapper .person-info .meine-nachrichten-avatar-wrapper {
        right: 81%
    }
}

@media only screen and (min-width: 40.0625em) {
    .nachricht-von-person .person-info-wrapper .person-info .meine-nachrichten-avatar-wrapper {
        padding-left: 0
    }
}

@media only screen and (min-width: 40.0625em) {
    .nachricht-von-person .hauptbox-wrapper {
        padding-right: .4375rem;
        padding-left: 0
    }
}

.nachricht-von-person .hauptbox-wrapper .hauptbox .loeschen-button-wrapper {
    margin-top: 1.0625rem;
    line-height: 1.1
}

.nachricht-von-person .hauptbox-wrapper .hauptbox .loeschen-button-wrapper a {
    margin-right: .6875rem
}

.nachricht-von-person .hauptbox-wrapper .hauptbox .loeschen-button-wrapper a:first-child {
    margin-right: .9375rem
}

.nachricht-von-person .hauptbox-wrapper .hauptbox .loeschen-button-wrapper a:last-child {
    margin-left: .9375rem
}

.nachricht-von-person .hauptbox-wrapper .hauptbox .loeschen-button-wrapper .angenommen {
    margin-right: .875rem;
    padding-top: .25rem;
    float: right;
    font-size: .75rem
}

@media only screen and (min-width: 64.0625em) {
    .nachricht-von-person .hauptbox-wrapper .hauptbox .loeschen-button-wrapper .angenommen {
        font-size: 1rem;
        padding-top: .5rem;
        margin-right: 1.25rem
    }
}

@media only screen and (min-width: 40.0625em) {
    .nachricht-von-person .hauptbox-wrapper .hauptbox .meine-nachrichten-gesendete-nr-wrapper::before {
        content: url(/img/community/sprechblase-meine-nachrichten.png);
        position: absolute;
        left: -13px
    }
}

.meine-nachrichten-von-moderatoren {
    margin-top: 5rem
}

@media only screen and (min-width: 40.0625em) {
    .meine-nachrichten-von-moderatoren {
        margin-top: 6.9375rem
    }
}

.nachricht-von-moderator {
    margin-bottom: 1.25rem
}

@media only screen and (min-width: 40.0625em) {
    .nachricht-von-moderator {
        margin-bottom: .875rem
    }
}

.nachricht-von-moderator .person-info-wrapper .person-info {
    background-color: #96C028;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFC5E472', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYzVlNDcyIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNjNWU0NzIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #96c028), color-stop(50%, #c5e472), color-stop(51%, #c5e472), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(left, #96c028 0%, #c5e472 50%, #c5e472 51%, #96c028 100%);
    background-image: -webkit-linear-gradient(left, #96c028 0%, #c5e472 50%, #c5e472 51%, #96c028 100%);
    background-image: linear-gradient(to right, #96c028 0%, #c5e472 50%, #c5e472 51%, #96c028 100%)
}

.nachricht-von-moderator .person-info-wrapper .person-info p.meine-nachrichten-person {
    line-height: 1.5;
    padding-top: 1.0625rem
}

@media only screen and (max-width: 40em) {
    .nachricht-von-moderator .person-info-wrapper .person-info p.meine-nachrichten-person {
        padding-top: 1.25rem;
        line-height: 1.3
    }
}

.nachricht-von-moderator .hauptbox-wrapper .hauptbox {
    background-color: #e3f8a9
}

.nachrichten-schreiben-info-text {
    margin: .875rem;
    overflow: hidden
}

.nachrichten-schreiben-info-text p {
    margin-left: .6875rem;
    margin-right: .6875rem
}

.neue-nachricht-schreiben-editor {
    padding-bottom: 1.375rem;
    margin-bottom: 3.125rem
}

@media only screen and (max-width: 40em) {
    .neue-nachricht-schreiben-editor {
        margin-left: .4375rem;
        margin-right: .4375rem;
        padding-left: .875rem;
        padding-right: .875rem
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .neue-nachricht-schreiben-editor {
        margin-left: .875rem;
        margin-right: .875rem;
        padding-left: 1.625rem;
        padding-right: 1.625rem
    }
}

.neue-nachricht-schreiben-editor form fieldset legend {
    margin-bottom: 1.0625rem
}

.neue-nachricht-schreiben-editor form fieldset label {
    padding-top: .1875rem;
    padding-bottom: .1875rem
}

.neue-nachricht-schreiben-editor form fieldset #neue-nachricht-schr-betreff {
    height: 1.875rem;
    background-color: #F7DDA5;
    padding-top: .125rem;
    padding-bottom: .125rem;
    color: #000;
    font-size: 1rem;
    border-color: #F7DDA5;
    border: none;
    margin-bottom: 1.125rem;
    box-shadow: none
}

.neue-nachricht-schreiben-editor form fieldset #nachricht-schr-editor {
    min-height: 26.5rem;
    margin-bottom: 0
}

.neue-nachricht-schreiben-editor .nachricht-schreiben-empfaenger {
    background-color: #EEC369;
    margin-bottom: 1.125rem
}

.neue-nachricht-schreiben-editor .nachricht-schreiben-empfaenger .moderator-avatar {
    width: 5.625rem;
    height: 5.625rem;
    margin: .625rem .875rem .625rem .625rem
}

body .container .main-section .neue-nachricht-schreiben-editor .button-center {
    margin-top: .9375rem
}

body .container .main-section .neue-nachricht-schreiben-editor .button-center a {
    margin-top: 0;
    margin-right: .625rem;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .25rem;
    float: right;
    line-height: 1.5rem;
    font-size: 1rem
}

body .container .main-section .neue-nachricht-schreiben-editor .button-center .neue-nachricht-abschicken {
    font-size: 1rem;
    margin-top: 0;
    border: none;
    padding-top: .1875rem;
    padding-bottom: .25rem;
    float: right;
    height: 2.0625rem
}

.meine-nachrichten-zwischen-heading {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1.375rem
}

.introbox-mein-profil {
    padding-bottom: .875rem
}

.introbox-mein-profil .first-button-mein-profil-header {
    margin-right: .5rem
}

.mein-profil-second-part {
    padding-top: .875rem
}

@media only screen and (max-width: 40em) {
    .mein-profil-second-part {
        margin-top: .4375rem
    }
}

.mein-profil-magellan-navi {
    -webkit-box-shadow: 0px 0px 5px 1px #999;
    -moz-box-shadow: 0px 0px 5px 1px #999;
    box-shadow: 0px 0px 5px 1px #999;
    border: .0625rem solid #F7DDA5
}

.mein-profil-magellan-nav-heading {
    font-size: .875rem;
    font-weight: bold
}

.mein-profil-ueber-mich-wrapper {
    background-color: #FFF;
    margin-bottom: 1.875rem
}

.mein-profil-ueber-mich-wrapper .ueber-mich-inner-wrapper {
    border-bottom: .625rem solid #eea813;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    padding: 1rem 1.6875rem;
    overflow-x: auto
}

@media only screen and (max-width: 40em) {
    .mein-profil-ueber-mich-wrapper .ueber-mich-inner-wrapper {
        padding: 1rem .9375rem
    }
}

.mein-profil-ueber-mich-wrapper .ueber-mich-inner-wrapper .ueber-mich-heading {
    font-size: 1.25rem;
    font-weight: bold
}

.mein-profil-ueber-mich-wrapper .ueber-mich-inner-wrapper table {
    border: none;
    margin-bottom: 0;
    width: 100%
}

.mein-profil-ueber-mich-wrapper .ueber-mich-inner-wrapper table tr:nth-of-type(2n) {
    background: #f7dda5
}

.mein-profil-ueber-mich-wrapper .ueber-mich-inner-wrapper table th {
    display: none
}

.mein-profil-ueber-mich-wrapper .ueber-mich-inner-wrapper table tr td {
    font-size: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    word-wrap: break-word
}

@media only screen and (max-width: 64em) {
    .mein-profil-ueber-mich-wrapper .ueber-mich-inner-wrapper table tr td {
        display: block;
        padding-top: .0625rem;
        padding-bottom: .0625rem
    }
    .mein-profil-ueber-mich-wrapper .ueber-mich-inner-wrapper table tr td:first-child {
        margin-top: .5625rem
    }
    .mein-profil-ueber-mich-wrapper .ueber-mich-inner-wrapper table tr td:last-child {
        margin-bottom: .5625rem
    }
}

.mein-profil-ueber-mich-wrapper .ueber-mich-inner-wrapper table tr td:first-child {
    color: #eea813;
    width: 10rem
}

.mein-profil-ueber-mich-wrapper .ueber-mich-inner-wrapper table tr td p {
    margin-bottom: 0
}

.mein-profil-meine-gallerie-wrapper #community-li-meine-neuen-aktivitaeten-bildergallerie,
.mein-profil-meine-gallerie-wrapper #community-li-meine-neuen-aktivitaeten-mein-portrait {
    border-bottom: .625rem solid #eea813
}

@media only screen and (max-width: 40em) {
    .mein-profil-meine-gallerie-wrapper #community-li-meine-neuen-aktivitaeten-mein-portrait .mein-profil-portrait-inner-wrapper {
        padding: 1rem .9375rem
    }
}

.mein-profil-meine-gallerie-wrapper .community-nl-was-ist-los-wrapper {
    background-color: #FFF;
    margin: 0 0 1.875rem 0
}

.mein-profil-meine-gallerie-wrapper .mCustomScrollBox {
    background-color: #FFF
}

.mein-profil-meine-gallerie-wrapper .mCustomScrollBox .mCSB_container {
    background-color: #FFF
}

.mein-profil-meine-gallerie-wrapper .mCustomScrollBox .mCSB_scrollTools {
    right: 0;
    background-color: #eea813;
    padding: 0 .9375rem
}

.mein-profil-meine-gallerie-wrapper .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
    right: 0
}

.mein-profil-meine-gallerie-wrapper .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    right: .1875rem
}

.mein-profil-meine-gallerie-wrapper .mCustomScrollBox .mCSB_scrollTools .mCSB_buttonDown,
.mein-profil-meine-gallerie-wrapper .mCustomScrollBox .mCSB_scrollTools .mCSB_buttonUp {
    right: -.4375rem
}

.mein-profil-meine-gallerie-wrapper .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
    margin-right: .625rem
}

.mein-profil-meine-gallerie-wrapper .community-nl-was-ist-los-wrapper .community-nl-was-ist-los {
    height: 35.3125rem
}

.mein-profil-meine-gallerie-wrapper .community-nl-was-ist-los-wrapper .community-nl-was-ist-los:before {
    box-shadow: none
}

.mein-profil-meine-gallerie-wrapper #community-li-meine-neuen-aktivitaeten-mein-portrait {
    height: 21.9375rem
}

.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper {
    padding: 1rem 1.6875rem
}

.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper .meine-gallerie-heading {
    font-size: 1.25rem;
    font-weight: bold
}

.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper .bildergallerie-bild-sub {
    background-color: #F7DDA5;
    padding: .3125rem .3125rem .125rem .1875rem
}

.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper .bildergallerie-bild-sub .likeinfo {
    color: #eea813;
    font-size: .75rem
}

.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper .bildergallerie-bild-sub button {
    background-color: transparent;
    padding: 0;
    margin-right: .3125rem;
    margin-bottom: 0
}

.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper .bildergallerie-bild-sub button.has-tip {
    border-bottom: none
}

.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper .bildergallerie-bild-sub button:hover,
.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper .bildergallerie-bild-sub button:focus {
    cursor: pointer
}

.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper .bildergallerie-bild-sub button:hover img,
.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper .bildergallerie-bild-sub button:focus img {
    opacity: 0.7
}

.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper .bildergallerie-bild-sub img {
    width: 2.875rem
}

.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper .bildergallerie-bild-sub .number-thumbs-up {
    font-size: 1rem;
    word-wrap: break-word;
    position: relative;
    top: .0625rem
}

.mein-profil-meine-gallerie-wrapper .meine-gallerie-inner-wrapper .grid-item {
    width: 9.5rem;
    margin: .625rem .75rem;
    border: .125rem solid #F7DDA5
}

.mfp-close:hover,
.mfp-close:focus {
    background-color: transparent
}

.mfp-close:active,
.mfp-close:visited {
    background-color: #eea813
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    background-color: #eea813
}

.mein-profil-votings {
    margin-top: 0;
    margin-bottom: 1.875rem;
    border-bottom: .625rem solid #eea813
}

.mein-profil-votings .community-nl-neue-votings.community-nl-neue-votings-masonry {
    padding: 2rem .6875rem 1.125rem .6875rem
}

.mein-profil-votings .community-nl-neue-votings {
    padding: 2rem 1.125rem 1.125rem 1.125rem
}

.mein-profil-votings .community-nl-neue-votings .mein-profil-voting-single-wrapper:nth-child(2n) .voting-inner-wrapper {
    margin-left: .125rem;
    margin-right: 0
}

.mein-profil-votings .community-nl-neue-votings .voting-inner-wrapper.voting-inner-wrapper-alle-v-mein-profil {
    width: 23.0625rem;
    margin-left: .5rem;
    margin-right: .5rem
}

@media only screen and (max-width: 43.75rem) {
    .mein-profil-votings .community-nl-neue-votings .voting-inner-wrapper.voting-inner-wrapper-alle-v-mein-profil {
        width: 15.8125rem
    }
}

.mein-profil-votings .community-nl-neue-votings .voting-inner-wrapper {
    -webkit-box-shadow: 0px 0px 5px 1px #999;
    -moz-box-shadow: 0px 0px 5px 1px #999;
    box-shadow: 0px 0px 5px 1px #999;
    margin-bottom: 1.125rem;
    margin-right: .125rem
}

.mein-profil-votings .community-nl-neue-votings .voting-inner-wrapper .community-nl-neue-votings-text {
    font-weight: bold;
    margin-top: .6875rem;
    margin-bottom: 1.0625rem;
    padding-left: .875rem;
    padding-right: .875rem
}

.mein-profil-votings .community-nl-neue-votings .voting-inner-wrapper .community-nl-voting-wrapper {
    padding-left: .875rem;
    padding-right: .875rem;
    margin-bottom: .4375rem
}

.mein-profil-votings .community-nl-neue-votings .voting-inner-wrapper .community-nl-voting-wrapper .chart li:before {
    font-weight: bold
}

.mein-profil-votings .community-nl-neue-votings .voting-inner-wrapper .community-nl-voting-wrapper .button-zwei-teile {
    width: 100%;
    margin-bottom: .5rem;
    margin-top: 0;
    text-align: left;
    padding-left: .6875rem;
    padding-right: .6875rem
}

.mein-profil-votings .community-nl-neue-votings .voting-inner-wrapper .mein-profil-voting-footer {
    padding-left: .875rem;
    padding-right: .875rem
}

.mein-profil-votings .community-nl-neue-votings .voting-inner-wrapper .mein-profil-voting-footer p {
    line-height: 1.2;
    margin-bottom: .6875rem
}

.mein-profil-votings .community-nl-neue-votings .voting-inner-wrapper .mein-profil-voting-footer .voting-wann-beendet {
    color: #eea813
}

.mein-profil-votings .community-nl-neue-votings .community-nl-voting-next-prev-wrapper {
    padding: 0
}

.mein-profil-votings .votings-sub {
    background-color: #F7DDA5;
    padding: .6875rem .3125rem .5rem .8125rem
}

.mein-profil-votings .votings-sub .likeinfo {
    color: #eea813;
    font-size: .75rem
}

.mein-profil-votings .votings-sub button {
    background-color: transparent;
    padding: 0;
    margin-right: .3125rem;
    margin-bottom: 0
}

.mein-profil-votings .votings-sub button.has-tip {
    border-bottom: none
}

.mein-profil-votings .votings-sub button:hover,
.mein-profil-votings .votings-sub button:focus {
    cursor: pointer
}

.mein-profil-votings .votings-sub button:hover img,
.mein-profil-votings .votings-sub button:focus img {
    opacity: 0.7
}

.mein-profil-votings .votings-sub img {
    width: 4.125rem
}

.mein-profil-votings .votings-sub .number-thumbs-up {
    font-size: 1rem;
    word-wrap: break-word;
    position: relative;
    top: .0625rem
}

.mein-profil-pinnwand {
    margin-bottom: 1.375rem
}

.mein-profil-pinnwand .community-nl-neue-votings {
    padding: 1.875rem 1.125rem
}

@media only screen and (min-width: 64.0625em) {
    .mein-profil-pinnwand .community-nl-neue-votings {
        padding: 1.875rem
    }
}

.mein-profil-pinnwand .mein-profil-pinnwand-editor {
    height: 17.375rem
}

.mein-profil-pinnwand .cke_editor_mein-profil-pinnwand-editor {
    -webkit-box-shadow: 0px 0px 5px 1px #999;
    -moz-box-shadow: 0px 0px 5px 1px #999;
    box-shadow: 0px 0px 5px 1px #999
}

.mein-profil-pinnwand .pinnwandeintrag-abschicken {
    float: right;
    margin-top: .9375rem
}

.mein-profil-pinnwand .pinnwandeintrag-abschicken:hover,
.mein-profil-pinnwand .pinnwandeintrag-abschicken:focus {
    cursor: pointer
}

.mein-profil-pinnwand .mein-profil-pinnwandeintraege {
    margin-top: 1.5rem;
    clear: both;
    -webkit-box-shadow: 0px 0px 5px 1px #999;
    -moz-box-shadow: 0px 0px 5px 1px #999;
    box-shadow: 0px 0px 5px 1px #999
}

.mein-profil-pinnwand .mein-profil-pinnwandeintraege .mein-profil-pinnwand-eintrag-row {
    margin-left: 0;
    margin-right: 0;
    border-bottom: .625rem solid #eea813;
    position: relative;
    min-height: 7.5rem
}

.mein-profil-pinnwand .mein-profil-pinnwandeintraege .mein-profil-pinnwand-portrait-wrapper {
    width: 100%;
    background-color: #FDE4CE;
    padding: 0
}

@media only screen and (min-width: 40.0625em) {
    .mein-profil-pinnwand .mein-profil-pinnwandeintraege .mein-profil-pinnwand-portrait-wrapper {
        position: absolute;
        height: 100%;
        width: 7.4375rem
    }
}

.mein-profil-pinnwand .mein-profil-pinnwandeintraege .mein-profil-pinnwand-portrait {
    width: 5.625rem;
    height: 5.625rem;
    margin: .625rem .875rem
}

.mein-profil-pinnwand .mein-profil-pinnwandeintraege .pinnwand-text-wrapper {
    width: initial;
    float: left;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    padding-right: .875rem;
    padding-left: .875rem;
    width: 100%
}

@media only screen and (min-width: 40.0625em) {
    .mein-profil-pinnwand .mein-profil-pinnwandeintraege .pinnwand-text-wrapper {
        padding-right: 1.25rem;
        padding-left: 8.6875rem
    }
}

.mein-profil-pinnwand .mein-profil-pinnwandeintraege .pinnwand-text-wrapper p {
    margin-bottom: 0
}

.mein-profil-pinnwand .mein-profil-pinnwandeintraege .pinnwand-text-wrapper .button-zwei-teile {
    float: right;
    margin-top: .25rem;
    padding-top: .25rem;
    padding-bottom: .25rem
}

.mein-profil-pinnwand .mein-profil-pinnwandeintraege .pinnwand-text-wrapper .button-zwei-teile:hover,
.mein-profil-pinnwand .mein-profil-pinnwandeintraege .pinnwand-text-wrapper .button-zwei-teile:focus {
    color: #FFF
}

.mein-profil-pinnwand .mein-profil-pinnwandeintraege .mein-profil-pinnwandeintrag-meta {
    color: #eea813
}

body .mein-profil-pinnwand .mein-profil-pinnwand-footer {
    background-color: #f7dda5;
    padding: 1.6875rem 1.125rem 2.25rem 1.125rem
}

@media only screen and (min-width: 64.0625em) {
    body .mein-profil-pinnwand .mein-profil-pinnwand-footer {
        padding: 2.25rem 1.875rem
    }
}

body .mein-profil-pinnwand .mein-profil-pinnwand-footer .mein-profil-pinnwand-footer-text {
    display: inline-block;
    margin-bottom: 0;
    margin-right: .4375rem
}

body .mein-profil-pinnwand .mein-profil-pinnwand-footer .button-center {
    margin-top: .625rem
}

@media only screen and (min-width: 64.0625em) {
    body .mein-profil-pinnwand .mein-profil-pinnwand-footer .button-center {
        display: inline-block;
        margin-top: 0
    }
}

.introbox-mein-profil-einstellungen {
    padding: 1.75rem .875rem .875rem .875rem
}

.mein-profil-einstellungen-profil-info-wrapper {
    background-color: #FFF
}

.mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper {
    border-bottom: .625rem solid #eea813;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    padding: 1rem 1.6875rem;
    overflow-x: auto
}

@media only screen and (max-width: 40em) {
    .mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper {
        padding: 1rem .9375rem
    }
}

.mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper .profil-info-heading {
    font-size: 1.25rem;
    font-weight: bold
}

.mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper .profil-info-anzahl-postings {
    margin-right: .5rem
}

.mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper .some-table-stars span {
    font-size: 1rem;
    width: 1rem
}

.mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper table {
    border: none;
    margin-bottom: 0;
    width: 100%
}

.mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper table tr:nth-of-type(2n) {
    background: #f7dda5
}

.mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper table th {
    display: none
}

.mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper table tr td {
    font-size: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    word-wrap: break-word
}

@media only screen and (max-width: 64em) {
    .mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper table tr td {
        display: block;
        padding-top: .0625rem;
        padding-bottom: .0625rem
    }
    .mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper table tr td:first-child {
        margin-top: .5625rem
    }
    .mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper table tr td:last-child {
        margin-bottom: .5625rem
    }
}

.mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper table tr td:first-child {
    color: #eea813;
    width: 10rem
}

.mein-profil-einstellungen-profil-info-wrapper .profil-info-inner-wrapper table tr td p {
    margin-bottom: 0
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion {
    margin-left: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6);
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.6)
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .accordion-navigation {
    background-color: #FFF
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .mein-profil-einstellungen-accordion-heading-wrapper {
    background-color: #eea813;
    color: #FFF;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-left: 1.5rem;
    padding-top: .375rem;
    padding-bottom: .4375rem;
    text-align: left;
    position: relative;
    z-index: 9
}

@media only screen and (max-width: 40em) {
    .meine-profil-einstellungen-accordion-wrapper ul.accordion .mein-profil-einstellungen-accordion-heading-wrapper {
        font-size: 1.125rem
    }
}

@media only screen and (max-width: 23.0625rem) {
    .meine-profil-einstellungen-accordion-wrapper ul.accordion .mein-profil-einstellungen-accordion-heading-wrapper {
        font-size: 1rem
    }
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .mein-profil-einstellungen-accordion-heading-wrapper.li-main {
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%)
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .mein-profil-einstellungen-accordion-heading-wrapper:hover.li-main,
.meine-profil-einstellungen-accordion-wrapper ul.accordion .mein-profil-einstellungen-accordion-heading-wrapper:focus.li-main {
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6DEAE', endColorstr='#FFF3C25A');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZGVhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjZkZWFlIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmM2MyNWEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2MyNWEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6deae), color-stop(50%, #f6deae), color-stop(51%, #f3c25a), color-stop(100%, #f3c25a));
    background-image: -moz-linear-gradient(top, #f6deae 0%, #f6deae 50%, #f3c25a 51%, #f3c25a 100%);
    background-image: -webkit-linear-gradient(top, #f6deae 0%, #f6deae 50%, #f3c25a 51%, #f3c25a 100%);
    background-image: linear-gradient(to bottom, #f6deae 0%, #f6deae 50%, #f3c25a 51%, #f3c25a 100%)
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion input:hover,
.meine-profil-einstellungen-accordion-wrapper ul.accordion input:focus {
    cursor: pointer
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion label {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.2
}

@media only screen and (max-width: 40em) {
    .meine-profil-einstellungen-accordion-wrapper ul.accordion label {
        line-height: 1.3;
        padding-top: .1875rem;
        padding-bottom: .1875rem
    }
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion select {
    margin-bottom: .9375rem;
    padding-top: .125rem;
    padding-bottom: 0;
    background-color: #F7DDA5;
    font-size: 1rem;
    height: 1.75rem
}

@media only screen and (min-width: 64.0625em) {
    .meine-profil-einstellungen-accordion-wrapper ul.accordion select {
        margin-bottom: 1.125rem
    }
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion select option {
    padding-top: .1875rem;
    padding-bottom: .1875rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion select:hover,
.meine-profil-einstellungen-accordion-wrapper ul.accordion select:focus {
    background-color: #faebca
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .content {
    padding: 1.5rem 1.5rem 1.125rem 1.5rem;
    position: relative
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .content:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 96%;
    top: -1.25rem;
    height: 1.25rem;
    left: 2%;
    border-radius: 10;
    box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.6)
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .content p {
    line-height: 1.3
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .content .button-center {
    margin-top: 0
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .content .button-center .profil-einstellungen-buttons {
    border: none;
    margin: 0;
    font-size: 1rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .content .einstellungen-speichern {
    float: right
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-profilfoto {
    width: 9.6875rem;
    height: 9.6875rem;
    margin-bottom: 1.25rem
}

@media only screen and (min-width: 64.0625em) {
    .meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-profilfoto {
        width: 7.8125rem;
        height: 7.8125rem;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 75rem) {
    .meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-profilfoto {
        width: 9.6875rem;
        height: 9.6875rem
    }
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-profilfoto-info {
    margin-bottom: .3125rem
}

@media only screen and (min-width: 64.0625em) {
    .meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-profilfoto-info {
        margin-top: 3.25rem;
        margin-bottom: 1.25rem
    }
}

@media only screen and (min-width: 75rem) {
    .meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-profilfoto-info {
        margin-top: 4.1875rem
    }
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .mein-profil-einstellungen-profilfoto-wrapper .button-center p {
    margin-bottom: 0
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .mein-profil-einstellungen-profilfoto-wrapper .button-center a {
    margin-right: .625rem;
    display: inline-block;
    margin-bottom: 0;
    font-size: 1rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .mein-profil-einstellungen-profilfoto-wrapper .button-center .nicht-klickbar {
    opacity: 0.5;
    display: inline-block;
    margin-bottom: 0;
    font-size: 1rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-pw-aendern .meine-profil-einstellungen-altes-pw,
.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-pw-aendern .meine-profil-einstellungen-neues-pw,
.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-pw-aendern .meine-profil-einstellungen-pw-wiederholen,
.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-pw-aendern .meine-profil-einstellungen-abmelden {
    background-color: #F7DDA5;
    border: none;
    height: 1.75rem;
    width: 16.9375rem;
    max-width: 100%;
    font-size: 1rem;
    margin-bottom: 1.125rem;
    padding-left: .4375rem;
    padding-right: .4375rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-pw-aendern input:hover,
.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-pw-aendern input:focus {
    cursor: text;
    background-color: #faebca
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-pw-aendern .meine-profil-einstellungen-abmelden {
    width: 9.3125rem;
    max-width: 100%;
    position: relative;
    top: -.625rem;
    height: 2rem;
    margin-right: .625rem;
    margin-bottom: 0;
    cursor: text
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-pw-aendern .abmelden-button-wrapper {
    float: none;
    display: inline-block
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-pw-aendern .meine-profil-einstellungen-abmelden-attention {
    color: #FF2323
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-signatur .meine-profil-einstellungen-signatur-ck {
    height: 17.375rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-signatur #cke_meine-profil-einstellungen-signatur-ck {
    margin-bottom: 1.125rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund {
    padding: 0
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-inner-wrapper {
    padding: 1.5rem 1.5rem 1.125rem 1.5rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-select {
    width: 15.75rem;
    max-width: 100%;
    margin-bottom: .5625rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrundfarbe-select {
    width: 20.625rem;
    max-width: 100%;
    margin-bottom: .5625rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrundfarbe-last-info {
    margin-bottom: .875rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-sub {
    background-color: #f7dda5;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem 1.5rem 1.1875rem 1.5rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-sub .grid-item {
    width: 8.5625rem;
    margin: .625rem .75rem;
    border: .125rem solid #F7DDA5
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-sub li {
    padding-left: .1875rem;
    padding-right: .1875rem;
    padding-bottom: .3125rem
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-sub li a,
.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-sub li span {
    cursor: pointer
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-sub li a.has-tip:hover,
.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-sub li a.has-tip:focus,
.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-sub li span.has-tip:hover,
.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-sub li span.has-tip:focus {
    border-bottom: none
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-sub img {
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    border: .0625rem solid #eea813;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.85)
}

.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-sub a:hover img,
.meine-profil-einstellungen-accordion-wrapper ul.accordion .meine-profil-einstellungen-hintergrund-sub a:focus img {
    opacity: 0.5
}

.community-nl-second-part.kostenlose-anmeldung-secondhalf-wrap.whole-bg-no-marg-bot {
    padding-top: .875rem;
    padding-bottom: 3.25rem
}

.kostenlose-anmeldung-first-section .anmeldung-small-heading-top {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 2.25rem;
    margin-bottom: 0
}

.kostenlose-anmeldung-form-wrap form {
    -webkit-box-shadow: 0 0 .625rem 0 rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0 0 .625rem 0 rgba(34, 34, 34, 0.6);
    box-shadow: 0 0 .625rem 0 rgba(34, 34, 34, 0.6)
}

.kostenlose-anmeldung-form-wrap form fieldset {
    border: none
}

.kostenlose-anmeldung-form-wrap form fieldset label {
    font-size: 1rem
}

.kostenlose-anmeldung-form-wrap form fieldset label.inline {
    padding: .1875rem 0
}

.kostenlose-anmeldung-form-wrap form fieldset .kostenlose-anmeld-label-wrap {
    width: 10.3125rem;
    display: inline-block
}

.kostenlose-anmeldung-form-wrap form fieldset .kostenlose-anmeld-input-wrap {
    display: inline-block;
    width: 100%
}

.kostenlose-anmeldung-form-wrap form fieldset .kostenlose-anmeld-input-wrap input {
    width: 100%
}

@media only screen and (min-width: 81.25rem) {
    .kostenlose-anmeldung-form-wrap form fieldset .kostenlose-anmeld-input-wrap input {
        width: 25.625rem
    }
}

.kostenlose-anmeldung-form-wrap form fieldset input {
    background-color: #F7DDA5;
    border: none;
    padding-top: .3125rem;
    padding-bottom: .3125rem
}

.kostenlose-anmeldung-form-wrap form fieldset input::-webkit-input-placeholder {
    color: #000
}

.kostenlose-anmeldung-form-wrap form fieldset input:-moz-placeholder {
    color: #000
}

.kostenlose-anmeldung-form-wrap form fieldset input::-moz-placeholder {
    color: #000
}

.kostenlose-anmeldung-form-wrap form fieldset input:-ms-input-placeholder {
    color: #000
}

.kostenlose-anmeldung-form-wrap form fieldset input#userName,
.kostenlose-anmeldung-form-wrap form fieldset input#password,
.kostenlose-anmeldung-form-wrap form fieldset input#confirm,
.kostenlose-anmeldung-form-wrap form fieldset input#email,
.kostenlose-anmeldung-form-wrap form fieldset input#birthdate,
.kostenlose-anmeldung-form-wrap form fieldset input#land,
.kostenlose-anmeldung-form-wrap form fieldset input#town {
    height: 1.875rem
}

.kostenlose-anmeldung-form-wrap form fieldset #acceptTerms {
    top: -.125rem;
    position: relative;
    margin-bottom: 0
}

@media only screen and (max-width: 75rem) {
    .kostenlose-anmeldung-form-wrap form fieldset .acceptTerms-label {
        margin-left: 0
    }
}

.kostenlose-anmeldung-form-wrap .steps a {
    text-align: center;
    font-weight: bold;
    color: #FFF
}

.kostenlose-anmeldung-form-wrap .steps a .number {
    display: none
}

.kostenlose-anmeldung-form-wrap .actions {
    background-color: #f7dda5
}

.kostenlose-anmeldung-form-wrap .actions ul a {
    color: #FFF;
    text-decoration: none;
    padding: .4375rem .9375rem;
    text-align: left;
    margin-top: 1.8125rem;
    margin-bottom: 1.8125rem;
    margin-right: 0;
    border-radius: 0;
    -webkit-box-shadow: .0625rem .125rem .125rem 0 rgba(0, 0, 0, 0.85);
    -moz-box-shadow: .0625rem .125rem .125rem 0 rgba(0, 0, 0, 0.85);
    box-shadow: .0625rem .125rem .125rem 0 rgba(0, 0, 0, 0.85);
    background-color: #99c027;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99C027', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzAyNyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzFkODE4Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzk2YzAyOCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTZjMDI4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99c027), color-stop(90%, #c1d818), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(90%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%);
    background-image: linear-gradient(to bottom, #99c027 0%, #c1d818 90%, #96c028 90%, #96c028 90%, #96c028 90%, #96c028 100%)
}

@media only screen and (max-width: 40em) {
    .kostenlose-anmeldung-form-wrap .actions ul a {
        font-size: .75rem
    }
}

.kostenlose-anmeldung-form-wrap .actions ul a:hover,
.kostenlose-anmeldung-form-wrap .actions ul a:focus {
    background-color: #eea813;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEA813', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZWVhODEzIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2VlYTgxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzA4NzBlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #eea813), color-stop(90%, #c0870e), color-stop(100%, #c0870e));
    background-image: -moz-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: -webkit-linear-gradient(top, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%);
    background-image: linear-gradient(to bottom, #eea813 0%, #eea813 90%, #eea813 90%, #eea813 90%, #c0870e 90%, #c0870e 100%)
}

.kostenlose-anmeldung-form-wrap .actions ul li.disabled a:focus {
    background: #eee
}

.kostenlose-anmeldung-form-wrap .kostenlos-anmelden-scrollpfeil {
    font-size: .75rem;
    font-weight: bold;
    margin-bottom: 0;
    text-align: right
}

.kostenlose-anmeldung-form-wrap .kostenlose-anmeld-scrolldiv {
    height: 8.4375rem;
    overflow: auto;
    margin-bottom: 1.25rem;
    padding: .875rem;
    border: .0625rem solid #F7DDA5
}

.kostenlose-anmeldung-form-wrap .community-regeln-aufzaehlung {
    margin-left: .8125rem;
    margin-bottom: 0
}

.kostenlose-anmeldung-form-wrap .community-regeln-aufzaehlung li {
    margin-bottom: 0;
    font-size: .75rem;
    list-style-type: decimal
}

.kostenlose-anmeldung-form-wrap .community-regeln-aufzaehlung li:before {
    top: -.1875rem
}

.kostenlose-anmeldung-form-wrap #acceptTerms-error {
    margin-left: 0;
    margin-right: .4375rem;
    display: block;
    margin-bottom: 0
}

.kostenlose-anmeldung-form-wrap #userName-error,
.kostenlose-anmeldung-form-wrap #password-error,
.kostenlose-anmeldung-form-wrap #confirm-error,
.kostenlose-anmeldung-form-wrap #email-error,
.kostenlose-anmeldung-form-wrap #birthdate-error {
    margin-left: 0;
    margin-right: .4375rem;
    margin-bottom: 0
}

.kostenlose-anmeldung-form-wrap .anmeldung-pflichtfeld {
    font-size: .75rem
}

.kostenlose-anmeldung-form-wrap .fa-info-circle {
    color: #eea813
}

.kostenlose-anmeldung-form-wrap input.error {
    margin-bottom: 1rem !important
}

.kostenlose-anmeldung-form-wrap .kostenlose-anmeld-gender {
    width: 12.5rem
}

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden
}

.wizard a,
.tabcontrol a {
    outline: 0
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0
}

.wizard ul>li,
.tabcontrol ul>li {
    display: block;
    padding: 0
}

.wizard>.steps .current-info,
.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
    position: absolute;
    left: -999em
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%
}

.wizard>.steps .number {
    font-size: 1.429em
}

.wizard>.steps {
    border-bottom: .125rem solid #8F7355
}

.wizard>.steps>ul>li {
    width: 50%;
    border-left: .0625rem solid #FFF;
    border-right: .0625rem solid #FFF
}

@media only screen and (min-width: 40.063em) {
    .wizard>.steps>ul>li {
        width: 33.333334%
    }
}

@media only screen and (min-width: 64.063em) {
    .wizard>.steps>ul>li {
        width: 16.666667%
    }
}

.wizard>.steps>ul>li:first-child {
    border-left: none
}

.wizard>.steps>ul>li:last-child {
    border-right: none
}

@media only screen and (max-width: 40em) {
    .wizard>.steps>ul>li:nth-child(2) {
        border-right: none
    }
    .wizard>.steps>ul>li:nth-child(3) {
        border-left: none
    }
    .wizard>.steps>ul>li:nth-child(4) {
        border-right: none
    }
    .wizard>.steps>ul>li:nth-child(5) {
        border-left: none
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .wizard>.steps>ul>li:nth-child(3) {
        border-right: none
    }
    .wizard>.steps>ul>li:nth-child(4) {
        border-left: none
    }
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0;
    padding: .375rem;
    text-decoration: none;
    font-size: 1.25rem
}

@media only screen and (min-width: 64.0625rem) and (max-width: 76.875rem) {
    .wizard>.steps a,
    .wizard>.steps a:hover,
    .wizard>.steps a:active {
        font-size: .9375rem
    }
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    color: #FFF;
    cursor: default;
    background-color: #FAD3AA;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFAD3AA', endColorstr='#FFF9C895');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZDNhYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmFkM2FhIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmOWM4OTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWM4OTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fad3aa), color-stop(50%, #fad3aa), color-stop(51%, #f9c895), color-stop(100%, #f9c895));
    background-image: -moz-linear-gradient(top, #fad3aa 0%, #fad3aa 50%, #f9c895 51%, #f9c895 100%);
    background-image: -webkit-linear-gradient(top, #fad3aa 0%, #fad3aa 50%, #f9c895 51%, #f9c895 100%);
    background-image: linear-gradient(to bottom, #fad3aa 0%, #fad3aa 50%, #f9c895 51%, #f9c895 100%)
}

.wizard>.steps .current {
    position: relative
}

@media only screen and (min-width: 81.25rem) {
    .wizard>.steps .current:after {
        content: url(/img/anmeldung/anmeldung-dreick-klein.png);
        width: 8.25rem;
        height: 2.25rem;
        position: absolute;
        z-index: 999;
        left: -.0625rem;
        bottom: -1.375rem
    }
    .wizard>.steps .current.first:after,
    .wizard>.steps .current.last:after {
        content: url(/img/anmeldung/anmeldung-dreick-klein-first-last.png);
        width: 8.3125rem
    }
}

@media only screen and (min-width: 81.25rem) {
    .wizard>.steps .current.error:after,
    .wizard>.steps .current.done:after {
        content: none
    }
    .wizard>.steps .current.error.first:after,
    .wizard>.steps .current.error.last:after,
    .wizard>.steps .current.done.first:after,
    .wizard>.steps .current.done.last:after {
        content: none
    }
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    color: #fff;
    cursor: default;
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%)
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    color: #fff;
    background-color: #D2E994;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD2E994', endColorstr='#FFC9DF91');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZTk5NCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZDJlOTk0Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNjOWRmOTEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWRmOTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2e994), color-stop(50%, #d2e994), color-stop(51%, #c9df91), color-stop(100%, #c9df91));
    background-image: -moz-linear-gradient(top, #d2e994 0%, #d2e994 50%, #c9df91 51%, #c9df91 100%);
    background-image: -webkit-linear-gradient(top, #d2e994 0%, #d2e994 50%, #c9df91 51%, #c9df91 100%);
    background-image: linear-gradient(to bottom, #d2e994 0%, #d2e994 50%, #c9df91 51%, #c9df91 100%)
}

.wizard>.steps .done a:before,
.wizard>.steps .done a:hover:before,
.wizard>.steps .done a:active:before {
    font-family: FontAwesome;
    content: "\f00c";
    padding-right: .25rem
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
    color: #fff;
    background-color: #F08A70;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF08A70', endColorstr='#FFF04124');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwOGE3MCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjA4YTcwIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmMDQxMjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDQxMjQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f08a70), color-stop(50%, #f08a70), color-stop(51%, #f04124), color-stop(100%, #f04124));
    background-image: -moz-linear-gradient(top, #f08a70 0%, #f08a70 50%, #f04124 51%, #f04124 100%);
    background-image: -webkit-linear-gradient(top, #f08a70 0%, #f08a70 50%, #f04124 51%, #f04124 100%);
    background-image: linear-gradient(to bottom, #f08a70 0%, #f08a70 50%, #f04124 51%, #f04124 100%)
}

.wizard>.content {
    background: #FFF;
    display: block;
    margin: 0.5em;
    margin: 0;
    min-height: 40em;
    overflow: hidden;
    position: relative;
    width: auto
}

@media only screen and (min-width: 30rem) {
    .wizard>.content {
        min-height: 33em
    }
}

@media only screen and (min-width: 40.0625rem) {
    .wizard>.content {
        min-height: 39em
    }
}

@media only screen and (min-width: 48rem) {
    .wizard>.content {
        min-height: 34em
    }
}

@media only screen and (min-width: 81.25rem) {
    .wizard>.content {
        min-height: 27em
    }
}

@media only screen and (min-width: 64em) {
    .wizard>.content {
        min-height: 32em
    }
}

@media only screen and (min-width: 81.25rem) {
    .wizard>.content {
        min-height: 27em
    }
}

.wizard.vertical>.content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%
}

.wizard>.content>.body {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 1.25rem;
    padding: .625rem .875rem 2.25rem .875rem
}

@media only screen and (min-width: 40.0625em) {
    .wizard>.content>.body {
        padding: .625rem 1.6875rem 2.25rem 1.6875rem;
        margin-top: 2.25rem
    }
}

.wizard>.content>.body legend {
    font-size: 1.25rem;
    line-height: 1.3
}

.wizard>.content>.body ul {
    list-style: disc !important
}

.wizard>.content>.body ul>li {
    display: list-item
}

.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%
}

.wizard>.content>.body input {
    display: block;
    border: 1px solid #ccc
}

.wizard>.content>.body input[type="checkbox"] {
    display: inline-block
}

.wizard>.content>.body input.error {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #f04124
}

.wizard>.content>.body label {
    display: inline-block;
    margin-bottom: 0.5em
}

.wizard>.content>.body label.error {
    color: #f04124;
    display: inline-block;
    margin-left: 1.5em
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%
}

.wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
    width: 17.1875rem;
    margin: 0 auto;
    display: block
}

@media only screen and (min-width: 40.0625em) {
    .wizard>.actions>ul {
        width: 21.25rem
    }
}

.wizard>.actions>ul>li {
    margin: 0 0.3em
}

.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #2184be;
    color: #fff;
    display: block;
    text-decoration: none
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background: #eee;
    color: #aaa
}

.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0
}

.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%
}

.tabcontrol>.content>.body ul {
    list-style: disc !important
}

.tabcontrol>.content>.body ul>li {
    display: list-item
}

.meine-bilder-first-section .meine-bilder-gallerie-einstellungen-wrapper {
    padding: 1.875rem .875rem .625rem .875rem;
    width: 100%
}

@media only screen and (min-width: 48rem) {
    .meine-bilder-first-section .meine-bilder-gallerie-einstellungen-wrapper {
        padding: 1.875rem 3.4375rem .625rem 3.4375rem
    }
}

.meine-bilder-first-section .meine-bilder-gallerie-einstellungen-wrapper .meine-bilder-gallerie-einstellungen-inner-wrapper {
    border-bottom: .625rem solid #eea813;
    background-color: #FFF;
    padding: 1.3125rem 1.5625rem 1.5625rem 1.5625rem;
    -webkit-box-shadow: 0 0 .625rem 0 rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0 0 .625rem 0 rgba(34, 34, 34, 0.6);
    box-shadow: 0 0 .625rem 0 rgba(34, 34, 34, 0.6)
}

.meine-bilder-first-section .meine-bilder-gallerie-einstellungen-wrapper .meine-bilder-gallerie-einstellungen-heading {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.1875rem;
    font-weight: bold
}

.meine-bilder-first-section .meine-bilder-gallerie-einstellungen-wrapper .meine-bilder-gallerie-einstellungen-label-wrap {
    width: 9.375rem;
    display: inline-block
}

.meine-bilder-first-section .meine-bilder-gallerie-einstellungen-wrapper .meine-bilder-gallerie-einstellungen-label-wrap label {
    font-size: 1rem;
    color: #000;
    margin-bottom: 0;
    padding-top: .1875rem;
    padding-bottom: .1875rem
}

@media only screen and (min-width: 48rem) {
    .meine-bilder-first-section .meine-bilder-gallerie-einstellungen-wrapper .meine-bilder-gallerie-einstellungen-input-wrap {
        display: inline-block
    }
}

.meine-bilder-first-section .meine-bilder-gallerie-einstellungen-wrapper .meine-bilder-gallerie-einstellungen-input-wrap select {
    height: 1.875rem;
    padding-bottom: .1875rem;
    padding-top: .1875rem;
    font-size: 1rem;
    color: #000;
    background-color: #F7DDA5;
    margin-bottom: 1.125rem;
    width: 9.3125rem
}

.meine-bilder-first-section .meine-bilder-gallerie-einstellungen-wrapper .meine-bilder-gallerie-einstellungen-input-wrap .button-zwei-teile {
    margin-top: 0
}

.meine-bilder-first-section .meine-bilder-gallerie-einstellungen-wrapper .meine-bilder-gallerie-einstellungen-input-wrap .button-zwei-teile:hover,
.meine-bilder-first-section .meine-bilder-gallerie-einstellungen-wrapper .meine-bilder-gallerie-einstellungen-input-wrap .button-zwei-teile:focus {
    color: #FFF;
    cursor: pointer
}

.meine-bilder-bild-hochladen {
    padding: .75rem 0 .625rem 0;
    width: 100%
}

@media only screen and (min-width: 64.0625rem) {
    .meine-bilder-bild-hochladen {
        padding: .75rem 2.5625rem .625rem 2.5625rem
    }
}

.meine-bilder-bild-hochladen .meine-bilder-gallerie-bild-hochladen-inner-wrapper {
    border-bottom: .625rem solid #eea813;
    background-color: #FFF;
    padding: 1.3125rem 1.5625rem 1.5625rem 1.5625rem;
    -webkit-box-shadow: 0 0 .625rem 0 rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0 0 .625rem 0 rgba(34, 34, 34, 0.6);
    box-shadow: 0 0 .625rem 0 rgba(34, 34, 34, 0.6)
}

.meine-bilder-bild-hochladen .meine-bilder-gallerie-bild-hochladen-heading {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.1875rem;
    font-weight: bold
}

.meine-bilder-bild-hochladen p {
    font-size: .875rem;
    color: #A3A3A3;
    line-height: 1.5
}

.meine-bilder-bild-hochladen .button-zwei-teile {
    margin-right: .625rem
}

@media only screen and (max-width: 40em) {
    .meine-bilder-bild-hochladen .button-zwei-teile {
        display: block
    }
}

.meine-bilder-bild-hochladen .button-zwei-teile:hover,
.meine-bilder-bild-hochladen .button-zwei-teile:focus {
    color: #FFF
}

.meine-bilder-bild-hochladen span.button-zwei-teile {
    opacity: 0.4
}

.meine-bilder-bild-hochladen span.button-zwei-teile:hover,
.meine-bilder-bild-hochladen span.button-zwei-teile:focus {
    background-color: #ABCD53;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFABCD53', endColorstr='#FF96C028');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiY2Q1MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYWJjZDUzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmMwMjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abcd53), color-stop(50%, #abcd53), color-stop(51%, #96c028), color-stop(100%, #96c028));
    background-image: -moz-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: -webkit-linear-gradient(top, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%)
}

.meine-bilder-bearbeiten {
    margin-top: 1.875rem;
    padding: .75rem 0 .625rem 0;
    width: 100%
}

@media only screen and (min-width: 64.0625rem) {
    .meine-bilder-bearbeiten {
        padding: .75rem 0 .625rem 0
    }
}

.meine-bilder-bearbeiten .meine-bilder-bearbeiten-inner-wrapper {
    border-bottom: .625rem solid #eea813;
    background-color: #FFF;
    padding: 1.3125rem 1.5625rem 1.5625rem .9375rem;
    -webkit-box-shadow: 0 0 .625rem 0 rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0 0 .625rem 0 rgba(34, 34, 34, 0.6);
    box-shadow: 0 0 .625rem 0 rgba(34, 34, 34, 0.6)
}

.meine-bilder-bearbeiten .meine-bilder-bearbeiten-heading {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.1875rem;
    margin-left: .625rem;
    font-weight: bold
}

.meine-bilder-bearbeiten .grid .grid-item {
    margin: .625rem;
    border: none;
    min-height: 12.9375rem;
    background-color: #FFF;
    width: 20.0625rem;
    margin: .625rem .75rem;
    padding: .4375rem;
    -webkit-box-shadow: 0 0 .3125rem 0 rgba(34, 34, 34, 0.6);
    -moz-box-shadow: 0 0 .3125rem 0 rgba(34, 34, 34, 0.6);
    box-shadow: 0 0 .3125rem 0 rgba(34, 34, 34, 0.6)
}

@media only screen and (max-width: 40em) {
    .meine-bilder-bearbeiten .grid .grid-item {
        width: 14.875rem
    }
}

.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-bild-wrapper {
    width: 8.875rem;
    width: 46.864686469%;
    margin-right: .6875rem
}

@media only screen and (max-width: 40em) {
    .meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-bild-wrapper {
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.0625em) {
    .meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-bild-wrapper {
        float: left
    }
}

.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-bild-wrapper img {
    width: 100%
}

.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-form-wrapper {
    width: 49.504950495%
}

@media only screen and (max-width: 40em) {
    .meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-form-wrapper {
        width: 100%
    }
}

@media only screen and (min-width: 40.0625em) {
    .meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-form-wrapper {
        float: right
    }
}

.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-beschreibung {
    margin-top: .5rem;
    height: 4.5625rem;
    margin-bottom: .5rem;
    background-color: #F7DDA5;
    font-size: 1rem;
    color: #000
}

@media only screen and (min-width: 40.0625em) {
    .meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-beschreibung {
        margin-top: 0
    }
}

.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-beschreibung::-webkit-input-placeholder {
    font-size: 1rem
}

.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-beschreibung:-moz-placeholder {
    font-size: 1rem
}

.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-beschreibung::-moz-placeholder {
    font-size: 1rem
}

.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-beschreibung:-ms-input-placeholder {
    font-size: 1rem
}

.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-rahmen {
    height: 1.9375rem;
    padding-top: .1875rem;
    padding-bottom: .1875rem;
    margin-bottom: .5rem;
    background-color: #F7DDA5;
    font-size: 1rem;
    color: #000
}

.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-speichern,
.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-loeschen {
    margin-top: 0;
    margin-bottom: .5rem;
    padding-bottom: .4375rem
}

@media only screen and (min-width: 40.0625em) {
    .meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-speichern,
    .meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-loeschen {
        display: block
    }
}

.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-loeschen {
    margin-bottom: 0
}

.meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-speichern-span {
    display: inline-block;
    line-height: normal;
    margin-bottom: .5rem;
    margin-top: 0;
    opacity: 0.4;
    padding-bottom: .4375rem
}

@media only screen and (min-width: 40.0625em) {
    .meine-bilder-bearbeiten .grid .grid-item .meine-bilder-bearbeiten-speichern-span {
        display: block
    }
}

input.error {
    margin-bottom: 0 !important
}

.unsichtbar {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

#skip a:focus {
    position: static;
    width: auto;
    height: auto
}

.clearfix,
.search-results-recommended ol.recommended,
.default-teaser a,
.default-teaser .body header {
    zoom: 1
}

.clearfix:after,
.search-results-recommended ol.recommended:after,
.default-teaser a:after,
.default-teaser .body header:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden
}

.shadow-top-before:before,
.search-results-top-message:before,
.search-results-recommended .search-results-recommended-body:before,
.searchresults-forum .searchresults-forum-list-container:before,
.sidebar .sidebar-eingeloggt-wrapper .sidebar-eingeloggt:before,
.sidebar .sidebar-chattermin-wrapper .chattermin-sidebar-zeit:before,
.sidebar .sidebar-neuste-postings-wrapper .sidebar-neuste-postings:before,
.community-nl-introbox:before,
.community-nl-second-part .community-anmeldung .community-anmeldung-inner-wrapper .community-nl-anmelden-body:before,
.community-nl-was-ist-los-wrapper .community-nl-was-ist-los:before,
.community-nl-chat-info-wrapper .community-nl-chat-info:before,
.community-nl-neue-votings-wrapper .community-nl-neue-votings:before,
.community-nl-fuenfzig-neueste-posts .community-nl-was-ist-los:before,
.community-nl-foren-im-ueberblick .community-nl-foren-im-ueberblick-inner:before,
.themen-im-forum-liste:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 96%;
    top: -20px;
    height: 20px;
    left: 2%;
    border-radius: 150px / 15px;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.6)
}

.circle {
    width: 3.375rem;
    height: 3.375rem;
    background-color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #FFF;
    -moz-transition: box-shadow .20s ease-in, padding .1s ease-in;
    -o-transition: box-shadow .20s ease-in, padding .1s ease-in;
    -webkit-transition: box-shadow .20s ease-in, padding .1s ease-in;
    transition: box-shadow .20s ease-in, padding .1s ease-in
}

.circle:hover {
    -webkit-box-shadow: 0 0 0.938em rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 0 0.938em rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 0.938em rgba(0, 0, 0, 0.55);
    padding: 2px;
    -moz-transition: box-shadow .20s ease-in, padding .1s ease-in;
    -o-transition: box-shadow .20s ease-in, padding .1s ease-in;
    -webkit-transition: box-shadow .20s ease-in, padding .1s ease-in;
    transition: box-shadow .20s ease-in, padding .1s ease-in
}

.shinyheading-green,
.search-results-top header,
.search-results-recommended header {
    position: relative;
    z-index: 2;
    background-color: #99C027;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99C027', endColorstr='#FF8FB324');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5YzAyNyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTljMDI3Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM4ZmIzMjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmIzMjQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99c027), color-stop(50%, #99c027), color-stop(51%, #8fb324), color-stop(100%, #8fb324));
    background-image: -moz-linear-gradient(top, #99c027 0%, #99c027 50%, #8fb324 51%, #8fb324 100%);
    background-image: -webkit-linear-gradient(top, #99c027 0%, #99c027 50%, #8fb324 51%, #8fb324 100%);
    background-image: linear-gradient(to bottom, #99c027 0%, #99c027 50%, #8fb324 51%, #8fb324 100%);
    padding: .375rem .625rem .4375rem 1.8125rem
}

.shinyheading-orange,
.searchresults-forum header {
    position: relative;
    z-index: 2;
    background-color: #EEC369;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEC369', endColorstr='#FFEEA813');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzM2OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWVjMzY5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWE4MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eec369), color-stop(50%, #eec369), color-stop(51%, #eea813), color-stop(100%, #eea813));
    background-image: -moz-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: -webkit-linear-gradient(top, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    background-image: linear-gradient(to bottom, #eec369 0%, #eec369 50%, #eea813 51%, #eea813 100%);
    padding: .625rem .625rem .625rem 3.5%
}

.ad-right {
    min-width: 0;
	line-height: 1;
    display: none !important
}

.container {
    margin-right: 0;
    background-color: #FFF
}

#Superbanner1 {
    background-color: transparent;
    display: inherit !important
}

@media (max-width: 29.9375rem) {
    #Superbanner1 {
        max-height: 9.375rem
    }
}

#Superbanner1 .ad {
    line-height: 0
}

@media only screen and (max-width: 47.313em) {
    .wrapper-row {
        background-color: #FFF
    }
}

@media only screen and (min-width: 47.375em) {
    #Superbanner1 {
        padding-left: 1rem;
        display: inherit !important
    }
    .werbebanner-top {
        margin-left: 0
    }
    #Superbanner1 {
        min-height: 5.625rem;
        max-height: 15.625rem
    }
    #topAdRow {
        margin: 0
    }
    #topAdRow .topAdCol {
        padding-left: 0;
        padding-right: 0
    }
    .container {
        background-color: transparent
    }
    .container .inner-container-shadow {
        background: rgba(255, 255, 255, 1)
    }
}

@media only screen and (min-width: 54.875rem) {
    #Skyscraper {
        background: url(/img/werbung_sky.gif) no-repeat bottom left;
        padding-bottom: 0
    }
    #Skyscraper {
        float: left
    }
    .ad-right {
        float: right;
        display: inherit !important
    }
    .ad-right {
        margin-top: .4375rem;
        width: 7.5rem
    }
    .ad-right img {
        max-width: none
    }
    .container {
        padding: .4375rem .4375rem 0 .4375rem;
        margin-right: 7.5rem
    }
}

@media only screen and (min-width: 54.875rem) and (min-width: 54.875em) and (max-width: 81.25em) {
    .inner-wrapper-row {
        padding-left: 0
    }
}

@media only screen and (min-width: 54.875rem) {
    #topAdRow {
        margin-right: 7.5rem
    }
    #Skyscraper {
        background: url(/img/werbung_sky.gif) no-repeat bottom left;
        padding-bottom: 2.1875rem
    }
}

@media only screen and (min-width: 57.375rem) {
    .ad-right {
        width: 300px
    }
    .container {
        margin-right: 300px
    }
    #topAdRow {
        margin-right: 300px
    }
}

@media only screen and (min-width: 64.0625rem) {
    .container {
        margin-bottom: .4375rem
    }
    .container .inner-container-shadow {
        padding: .4375rem .4375rem .4375rem .4375rem;
        box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.6)
    }
}

@media only screen and (min-width: 81.25em) {
    .wrapper-row {
        max-width: 1342px
    }
}

@media only screen and (min-width: 91.25em) {
    .wrapper-row {
        max-width: 1342px;
    }
    .container {
        
    }
    #topAdRow {

    }
    #topAdRow .topAdCol {
        padding-right: 0
    }
}

@media only screen and (min-width: 108.75em) {
    .ad-right {
        width: 300px;
    }
    .wrapper-row {
        max-width: 1342px;
    }
    .container {
        
    }
    #topAdRow {
        
    }
}

.jqcloud {
    overflow: hidden;
    position: relative
}

.jqcloud span {
    padding: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8)
}

.jqcloud {
    font-size: 10px;
    line-height: normal
}

.jqcloud a {
    font-size: inherit;
    text-decoration: none
}

.jqcloud span.w1 {
    font-size: 120%
}

.csstransforms .jqcloud span.w1 {
    font-size: 150%
}

.jqcloud span.w2 {
    font-size: 160%
}

.csstransforms .jqcloud span.w2 {
    font-size: 200%
}

.jqcloud span.w3 {
    font-size: 200%
}

.csstransforms .jqcloud span.w3 {
    font-size: 250%
}

.jqcloud span.w4 {
    font-size: 240%
}

.csstransforms .jqcloud span.w4 {
    font-size: 300%
}

.jqcloud span.w5 {
    font-size: 280%
}

.csstransforms .jqcloud span.w5 {
    font-size: 350%
}

.jqcloud span.w6 {
    font-size: 320%
}

.csstransforms .jqcloud span.w6 {
    font-size: 400%
}

.jqcloud span.w7 {
    font-size: 360%
}

.csstransforms .jqcloud span.w7 {
    font-size: 450%
}

.jqcloud span.w8 {
    font-size: 400%
}

.csstransforms .jqcloud span.w8 {
    font-size: 500%
}

.jqcloud span.w9 {
    font-size: 440%
}

.csstransforms .jqcloud span.w9 {
    font-size: 550%
}

.jqcloud span.w10 {
    font-size: 480%
}

.csstransforms .jqcloud span.w10 {
    font-size: 600%
}

.jqcloud span.w10 {
    font-size: 600%
}

.csstransforms .jqcloud span.w10 {
    font-size: 750%
}

#print-footer {
    display: none
}

@media print {
    .nicht-drucken {
        display: none !important
    }
    .tab-bar {
        height: 1.0rem;
        line-height: 0rem;
        position: relative
    }
    .category-article-single-header-wrapper .category-header {
        min-height: 0.9375rem !important
    }
    .category-article-single-header-wrapper.css3-gradient1::after {
        background: #FFFFFF;
        bottom: 0;
        content: "";
        height: 0px;
        left: 0%;
        position: absolute;
        right: 0%;
        top: 0%;
        width: 0%;
        z-index: 1
    }
    .category-article-single-header-wrapper .category-header h2 {
        font-size: 1.3rem;
        font-weight: normal;
        margin-bottom: 0.5875rem;
        margin-top: 0rem
    }
    .sidebar {
        display: none
    }
    .ad-right {
        display: none
    }
    #topAdRow {
        display: none
    }
    a[href]:after,
    a[href]:before {
        content: "" !important
    }
    a {
        text-decoration: none
    }
    .tab-bar .left-small,
    .tab-bar .right-small {
        display: none
    }
    .tab-bar .middle.tab-bar-section {
        margin-bottom: 2.5rem
    }
    .show-for-small-only .breadcrumbs-container {
        display: none
    }
    .mobile-sidebar-ersatz {
        display: none
    }
    .category-article-single-header-wrapper .medium-text-right.white-text {
        display: none
    }
    .article-single-rating-wrapper {
        display: none
    }
    .article-single-copyright {
        display: none
    }
    .country-data-wrapper,
    .country-map-wrapper {
        height: auto !important
    }
    .to-the-top {
        display: none
    }
    .subfooter {
        display: none
    }
    .breadcrumbs-container {
        display: none
    }
    aside.sidebar {
        display: none !important
    }
    #content {
        width: 100%
    }
    .article-single-tabs-wrapper {
        display: none
    }
    .footer-bg-img {
        display: none
    }
    #hklogo {
        display: block !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0
    }
    #print-footer {
        display: block;
        border-top: 1px dotted #000000;
        width: 100%;
        float: left;
        margin-top: 2px;
        padding-top: 2px;
        font-size: 0.9em
    }
}

.article-body a[rel="lightbox"] .zoomin {
    display: block;
    opacity: 0.3;
    background-image: url(/img/zoom.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.article-body a[rel="lightbox"]:hover .zoomin {
    display: block;
    opacity: 1;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.article-body a[rel="lightbox"]:hover img {
    opacity: 0.5;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.article-body a[rel="lightbox"]::before {
    content: "";
}

.article-body table {
    border: 0px;
    background-color: transparent;
}

.article-body table tr.even,
.article-body table tr.alt,
.article-body table tr:nth-of-type(2n) {
    background-color: transparent;
}

.article-body h4 {
    font-size: 1rem;
}

.default-teaser a:hover em {
    text-decoration: underline
}

@media print {
    .large-1 {
        width: 8.33333%;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-3 {
        width: 25%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-6 {
        width: 50%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-9 {
        width: 75%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-12 {
        width: 100%;
    }
    .teads-inread {
        display: none;
    }
}

.small_div {
    height: 120px;
    overflow: hidden;
}

.big_div {
    height: auto;
    transition: all 1s;
}

#readmore {
    background-color: #99c027;
    background-image: linear-gradient(to bottom, #abcd53 0%, #abcd53 50%, #96c028 51%, #96c028 100%);
    padding: .4375rem .9375rem;
}

#readmore:hover {
    opacity: 0.8;
}

.wrappertext p {
    line-height: 1.4rem;
    margin-bottom: 0.6rem;
}

.container {
	max-width: 1038px;
}
.anzeige {
	text-align: center;
	font-size: 8pt;
	line-height: 8pt;
	color: #808080;
	margin:0px;
	padding: 0px;
}
.adOffset100 {
	top: 45px !important;
}


.closebuttonbottom {
	display: block;
    position: absolute;
	border-top-left-radius: 6px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
    right: 0;
    top: -36px;
    width: 36px;
    height: 36px;
	background-color: #E9E9E9;
}

.x { 
    width: 36px;
    height: 36px;
	transition: transform .25s ease-in-out;
}


.x:hover {
    transform: rotate(180deg);
}
.x:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 0;
    border-top: 2px solid rgba(0,0,0,0.7);
    transform: rotate(45deg);
    transform-origin: center;
}
.x:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 0;
    border-top: 2px solid rgba(0,0,0,0.7);
    transform: rotate(-45deg);
    transform-origin: center;
}