@charset "UTF-8";.tx-pluswerk-mediawall .mediawall__navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

@media (max-width: 79.9375rem) {
    .tx-pluswerk-mediawall .mediawall__navigation {
        display:block;
    }
}

.tx-pluswerk-mediawall .mediawall__navigation header {
    display: inline-block;
}

@media (min-width: 80rem) {
    .tx-pluswerk-mediawall .mediawall__navigation header h1,.tx-pluswerk-mediawall .mediawall__navigation header h2,.tx-pluswerk-mediawall .mediawall__navigation header h3 {
        margin-bottom:0;
        line-height: 1.6;
    }
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    background: #fff;
    border: .125rem solid #00847d;
    padding: .3125rem 1.25rem;
    -webkit-transition: max-width .2s linear;
    transition: max-width .2s linear;
    max-width: 15.625rem;
    text-transform: uppercase;
}

@media (max-width: 79.9375rem) {
    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories {
        display:block;
        min-width: 100%;
        text-align: left;
        background: none;
        border: none;
        padding: 0;
    }
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu {
    font-size: 14px;
    font-size: .875rem;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 1.5625rem;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li {
    margin: 0;
    padding-right: 1.25rem;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li span {
    color: #00847d;
    font-weight: bold;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li.active-category span {
    text-decoration: underline;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li:hover {
    cursor: pointer;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li:before {
    content: " ";
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li:last-of-type {
    padding-right: 0;
}

@media (max-width: 79.9375rem) {
    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu {
        display:none;
        margin: 0;
        padding: 0;
        border: .0625rem solid #ccc;
        list-style-type: none;
        background: none;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        height: auto;
        text-align: left;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li {
        padding: .3125rem .625rem;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li:hover {
        background: #e8e8eb;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li span {
        font-weight: 300;
    }
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select {
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    margin-right: 0;
    font-weight: bold;
    min-width: 11.5rem;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select .mediawall__categories-select-title--mobile {
    display: none;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select::before {
    display: inline-block;
    content: "<-";
    margin-right: .3125rem;
    color: #000;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select::after {
    display: none;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select:hover {
    color: #00847d;
    cursor: pointer;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select:hover::before {
    color: #00847d;
}

@media (max-width: 79.9375rem) {
    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select {
        background:#fff;
        font-weight: 300;
        padding: .65625rem 3.125rem .65625rem .75rem;
        position: relative;
        border: .0625rem solid #00847d;
        text-align: left;
        -ms-word-break: break-all;
        word-break: break-all;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select .mediawall__categories-select-title--mobile {
        display: inline-block;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select span {
        color: #00847d;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select::before {
        display: none;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select::after {
        display: block;
        position: absolute;
        color: #00847d;
        right: 0;
        top: 50%;
        -ms-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        text-align: center;
        line-height: 2.8125rem;
        height: 2.8125rem;
        pointer-events: none;
    }
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open {
    max-width: 61.875rem;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .categories-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 79.9375rem) {
    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .categories-menu {
        display:block;
        background: #fff;
        border-color: #00847d;
        border-top: none;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .categories-menu li.active-category {
        background: #00847d;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .categories-menu li.active-category span {
        color: #fff;
        text-decoration: none;
    }
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .mediawall__categories-select {
    margin-right: 1.875rem;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .mediawall__categories-select::before {
    content: "->";
}

@media (max-width: 79.9375rem) {
    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .mediawall__categories-select {
        margin-right:0;
    }
}

.tx-pluswerk-mediawall .mediawall__items {
    width: 100% !important;
    min-height: 6.875rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item {
    position: relative;
    border: .0625rem solid #757575;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
    width: calc(33.3% - .8125rem);
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-image {
    width: 100%;
    height: auto;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-image img {
    width: 100%;
    vertical-align: top;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-wrapper {
    padding: 2rem 2rem 0 1rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-wrapper--after-image {
    padding: 2rem 2rem 0 1rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-title {
    word-wrap: break-word;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-description {
    margin-bottom: 1.25rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-category {
    font-size: 14px;
    font-size: .875rem;
    color: #00847d;
    margin-bottom: 1.25rem;
    margin-top: -1rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-category .hr-line {
    background-color: #00847d !important;
    border-color: #00847d;
    border: none;
    height: .0625rem;
    width: 40%;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 64rem) {
    .tx-pluswerk-mediawall .mediawall__items .mediawall__item-category .hr-line {
        width:100%;
        margin-bottom: .4375rem;
    }
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: -.0625rem;
    right: -.0625rem;
    border-top: 0 solid transparent;
    border-bottom: 3.75rem solid transparent;
    border-right: 3.75rem solid #000;
    z-index: 0;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video {
    padding: 0;
    max-width: 100%;
    height: auto;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video.video--responsive,.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video iframe.youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video iframe.youtube {
    height: 100%;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video--wrapper {
    width: 100%;
    display: block;
    height: auto;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video video {
    display: block;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1;
}

@media (max-width: 64rem) {
    .tx-pluswerk-mediawall .mediawall__items .mediawall__item {
        width:calc(50% - .625rem);
    }
}

@media (max-width: 35rem) {
    .tx-pluswerk-mediawall .mediawall__items .mediawall__item {
        width:100%;
    }
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.internet-explorer .videoclip--wrapper {
    overflow: hidden;
}

.safari video::-webkit-media-controls-panel {
    width: 100%;
}

.mediawall__load-more-items {
    text-align: center;
    margin-top: 2.5rem;
}

.mediawall__load-more-items--hide {
    display: none;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--white-background {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--white-background p {
    color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--white-background .hr-line {
    background-color: #000 !important;
    border-color: #000;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--white-background a {
    color: #000;
    text-decoration: none;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--white-background a:hover {
    text-decoration: underline;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--white-background .mediawall__item-category {
    color: #000;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--gold-background {
    background: #cfad63;
    color: #fff;
    border-color: #cfad63;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--gold-background p {
    color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--gold-background .hr-line {
    background-color: #fff !important;
    border-color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--gold-background a {
    color: #fff;
    text-decoration: none;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--gold-background a:hover {
    text-decoration: underline;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--gold-background .mediawall__item-category {
    color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--petrol-background {
    background: #00847d;
    color: #fff;
    border-color: #00847d;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--petrol-background p {
    color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--petrol-background .hr-line {
    background-color: #fff !important;
    border-color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--petrol-background a {
    color: #fff;
    text-decoration: none;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--petrol-background a:hover {
    text-decoration: underline;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--petrol-background .mediawall__item-category {
    color: #fff;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block;
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline: 0;
}

b,strong {
    font-weight: bold;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    display: block;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 48rem) {
    .container {
        width:48rem;
    }
}

@media (min-width: 64rem) {
    .container {
        width:64rem;
    }
}

@media (min-width: 100rem) {
    .container {
        width:100rem;
    }
}

@media (min-width: 48rem) {
    .container {
        width:48rem;
    }
}

@media (min-width: 64rem) {
    .container {
        width:64rem;
    }
}

@media (min-width: 100rem) {
    .container {
        width:100rem;
    }
}

@font-face {
    font-family: "rvr-icons";
    src: url('../../../_assets/45a90647ca323504c818be9a370779e6/Fonts/rvr-icons.eot?h497pi');
    src: url('../../../_assets/45a90647ca323504c818be9a370779e6/Fonts/rvr-icons.eot?h497pi#iefix') format("embedded-opentype"),url('../../../_assets/45a90647ca323504c818be9a370779e6/Fonts/rvr-icons.svg?h497pi#rvr-icons') format("svg"),url('../../../_assets/45a90647ca323504c818be9a370779e6/Fonts/rvr-icons.woff?h497pi') format("woff"),url('../../../_assets/45a90647ca323504c818be9a370779e6/Fonts/rvr-icons.ttf?h497pi') format("truetype");
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: "rvr-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tx-rvrproject_projectdetail .section__content {
    width: 100% !important;
    max-width: 100rem !important;
    box-sizing: border-box;
}

.tx-rvrproject_projectdetail .section__content>.project-detail__info-box {
    padding: 0 !important;
}

@media (max-width: 64rem) {
    .tx-rvrproject_projectdetail>.section__content {
        padding:0 !important;
    }
}

.project-detail .grid {
    margin-bottom: 0;
}

.project-detail__row {
    margin-bottom: 1.25rem;
}

.project-detail__row p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 64rem) {
    .project-detail__description {
        margin-top:3.125rem;
    }
}

@media (max-width: 47.96875rem) {
    .project-detail__description {
        margin-top:0;
    }
}

.project-detail__info-box {
    display: block;
    position: relative;
    padding: 1.5625rem .9375rem !important;
    margin: 0 0 1.875rem 0;
    background: #e8e8eb;
}

.project-detail__info-box:first-of-type {
    margin: 1.25rem 0 1.875rem 0;
}

.project-detail__info-box--without-background {
    padding: 0;
    margin-bottom: .625rem;
}

@media (max-width: 48rem) {
    .project-detail__info-box--without-background {
        padding:.625rem 0 !important;
    }
}

.project-detail__info-box .project-detail__list {
    padding: 0;
}

.project-detail__info-box .project-detail__list li a {
    margin-bottom: .0625rem;
}

.project-detail__info-box .project-detail__list li:before {
    display: none;
}

.project-detail__info-box .button {
    padding: .625rem 1.5rem;
    box-sizing: border-box;
    text-align: center;
    text-transform: inherit;
}

.project-detail__info-box-icon {
    display: block;
    position: relative;
    padding: 0 0 0 1.75rem;
}

.project-detail__social-share-buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 5rem 0;
    padding-bottom: 1.25rem;
    border-bottom: .0625rem solid #757575;
}

.project-detail__social-share-buttons .shariff,.project-detail__social-share-buttons p {
    line-height: 1.875rem;
    margin: 0;
}

.project-detail__social-share-buttons+.project-detail__row {
    margin-top: -3.75rem;
    margin-bottom: 5rem;
}

@media (max-width: 64rem) {
    .project-detail__social-share-buttons {
        -ms-flex-direction:column;
        flex-direction: column;
        margin: 0 0 1.875rem 0;
    }

    .project-detail__social-share-buttons+.project-detail__row {
        margin-top: -.625rem;
        margin-bottom: 3.125rem;
    }
}

.project-detail__social-share-buttons-title {
    font-size: 1.25rem;
    margin: 0 1.25rem 0 0;
}

@media (max-width: 64rem) {
    .project-detail__social-share-buttons-title {
        width:100%;
        margin-bottom: 1rem;
    }
}

.project-detail__social-links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: .3125rem 0;
}

.project-detail__social-links a {
    display: inline-block;
    margin-left: .625rem;
    margin-right: .625rem;
}

.project-detail__social-links a:first-of-type {
    margin-left: 0;
}

.project-detail__social-links--icon {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center,50%,50%;
    -webkit-transition: scale .3s;
    transition: scale .3s;
}

.project-detail__social-links--icon:hover {
    scale: 1.4;
}

.project-detail__social-links--fb {
    background-image: url('../../../_assets/45a90647ca323504c818be9a370779e6/Icons/social/social-icon-facebook.svg');
}

.project-detail__social-links--instagram {
    background-image: url('../../../_assets/45a90647ca323504c818be9a370779e6/Icons/social/social-icon-insta.svg');
}

.project-detail__social-links--pinterest {
    background-image: url('../../../_assets/45a90647ca323504c818be9a370779e6/Icons/social/social-icon-pinterest.svg');
}

.project-detail__social-links--yt {
    background-image: url('../../../_assets/45a90647ca323504c818be9a370779e6/Icons/social/social-icon-youtube.svg');
}

.project-detail__social-links--linkedin {
    background-image: url('../../../_assets/45a90647ca323504c818be9a370779e6/Icons/social/social-icon-linkedin.svg');
}

.project-detail__icon {
    position: absolute;
    top: -.0625rem;
    left: 0;
    font-weight: 400;
}

.project-detail__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: .5rem;
    margin-top: 0;
    color: #fff;
    font-size: 1.125rem;
    font-family: "rvr-icons";
    z-index: 1;
}

.project-detail__icon--pin:before {
    content: "";
}

.project-detail__icon--users:before {
    top: -.0625rem;
    content: "";
}

.project-detail__info-box-headline {
    margin-bottom: .75rem;
}

.project-detail__info-box-address {
    margin-bottom: .75rem;
    font-weight: 600;
}

.project-detail .project-custom-text table {
    width: 100%;
}

.project-detail .project-custom-text table td {
    width: 50%;
    box-sizing: border-box;
}

.project-detail .ce-uploads__item:last-of-type {
    margin: 0;
}

.project-detail .contact-box {
    margin-bottom: 0;
}

.project-detail .contact-box h4 {
    font-weight: 400;
}

.project-detail .contact-box p {
    line-height: 1.9;
}

.project-detail .accordion--mini-layout {
    padding: 0;
    width: 100%;
}

.project-detail .accordion--mini-layout .project-detail__info-box:first-of-type {
    margin: 0 0 1.875rem 0;
}

.project-detail__backlink {
    display: block;
    text-decoration: none;
    margin: 1.25rem 0;
}

.project-detail__backlink:before {
    font-family: "rvr-icons";
    content: "";
    margin-right: .3125rem;
    display: inline-block;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: .0625rem;
}

.project-detail__footer {
    margin: 0 -1.25rem;
    padding: 2.5rem 1.25rem 1.25rem 1.25rem;
}

.project-detail__footer .project-list__teaser-item {
    width: calc(25% - 23px);
}

@media (max-width: 64rem) {
    .project-detail__footer .project-list__teaser-item {
        margin-bottom:0;
        width: calc(50% - 15px);
    }
}

@media (max-width: 35rem) {
    .project-detail__footer .project-list__teaser-item {
        margin-bottom:1.25rem;
        width: 100%;
    }
}

.project-detail__footer .project-detail__info-box {
    margin-top: 0;
}

.header-with-image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    background: #00847d;
    color: #fff;
    margin-bottom: 3.125rem;
}

@media (max-width: 64rem) {
    .header-with-image {
        -ms-flex-direction:column;
        flex-direction: column;
        margin-bottom: 0;
    }
}

.header-with-image__title {
    display: inline-block;
    margin-bottom: 1.875rem;
    text-transform: none;
}

.header-with-image__teaser {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 1.25rem;
    margin-right: 0;
    min-width: calc(1560px * .66 + 10px);
    max-width: calc(1560px * .66);
}

@media (max-width: 102.5rem) {
    .header-with-image__teaser {
        margin-left:1.25rem;
        min-width: 66%;
    }
}

@media (max-width: 64rem) {
    .header-with-image__teaser {
        width:100%;
        -ms-flex-order: 2;
        order: 2;
    }
}

.header-with-image__teaser-content {
    display: block;
    width: 100%;
    padding: 4.0625rem 5.625rem 2.8125rem 0;
    color: #fff;
}

@media (max-width: 75rem) {
    .header-with-image__teaser-content {
        padding:2.5rem 2.5rem 2.5rem 0;
    }
}

@media (max-width: 64rem) {
    .header-with-image__teaser-content {
        padding:1.25rem 2.5rem 2.1875rem 0;
    }
}

@media (max-width: 35rem) {
    .header-with-image__teaser-content {
        padding:.625rem 2.5rem 2.1875rem 0;
    }
}

.header-with-image__teaser-content p {
    color: #fff !important;
}

.header-with-image__subtitle {
    text-transform: none;
}

.header-with-image__subtitle p {
    color: #fff !important;
}

.header-with-image__image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 64rem) {
    .header-with-image__image {
        -ms-flex-order:1;
        order: 1;
    }
}

.header-with-image__image picture {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 64rem) {
    .header-with-image__image picture {
        position:relative;
        margin-top: 0;
    }
}

.header-with-image__image img {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 42.8125rem;
    object-fit: cover;
}

@media (max-width: 64rem) {
    .header-with-image__image img {
        vertical-align:top;
        max-width: inherit;
        object-fit: cover;
        aspect-ratio: 1.7777777778;
    }
}

.header-with-image__copyright {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: none;
    padding: .1875rem .625rem;
    color: #000;
    z-index: 2;
}

@media (max-width: 64rem) {
    .header-with-image__copyright {
        left:inherit;
        right: 0;
    }
}

.section--full-width .header-with-image__teaser {
    margin-left: calc((100% - 1560px) / 2);
    margin-right: 0;
    min-width: calc(1560px * .66 + 40px);
    max-width: calc(1560px * .66 + 40px);
}

@media (max-width: 102.5rem) {
    .section--full-width .header-with-image__teaser {
        margin-left:1.25rem;
        min-width: 66%;
    }
}

@media (max-width: 64rem) {
    .section--full-width .header-with-image__teaser {
        width:100%;
        -ms-flex-order: 2;
        order: 2;
    }
}

.slider-thumbnails-nav {
    margin-top: .625rem;
    padding: 0;
}

.slider-thumbnails-nav img {
    height: 10rem;
    width: auto;
    margin: 0 .3125rem;
}

.slider-thumbnails-nav .slick-slide {
    cursor: pointer;
    outline: none;
}

.slider-thumbnails-nav .slick-slide>div {
    height: auto;
}

.slider-thumbnails-nav .slick-slide img {
    box-sizing: border-box;
    padding: .125rem;
    border: none;
}

@media (max-width: 64rem) {
    .slider-thumbnails-nav .slick-slide img {
        max-height:6.875rem;
    }
}

@media (max-width: 48rem) {
    .slider-thumbnails-nav .slick-slide img {
        max-height:5.625rem;
    }
}

@media (max-width: 35rem) {
    .slider-thumbnails-nav .slick-slide img {
        max-height:3.75rem;
    }
}

.slider-thumbnails-nav .slick-slide.slick-current.slick-active {
    opacity: 1;
}

.slider-thumbnails-nav .slick-slide.slick-current.slick-active img {
    border: .1875rem solid #00847d;
}

.slider-thumbnails-nav .slick-slide:first-child img {
    margin-left: 0;
}

.slider-thumbnails-nav .slick-slide:last-child img {
    margin-right: 0;
}

@media (max-width: 64rem) {
    .slider-thumbnails-nav .slick-slide {
        max-height:6.875rem;
    }
}

@media (max-width: 48rem) {
    .slider-thumbnails-nav .slick-slide {
        max-height:5.625rem;
    }
}

@media (max-width: 35rem) {
    .slider-thumbnails-nav .slick-slide {
        max-height:3.75rem;
    }
}

.slider-thumbnails-nav .slick-track {
    padding: 0;
}

.product-slider {
    margin-bottom: 1.25rem;
}

.product-slider .slider .slick-track {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    max-height: 36.25rem;
}

.product-slider .slider .slick-slide {
    height: inherit !important;
}

.product-slider .slider .slick-current {
    height: auto;
}

.product-slider .slider .slick-prev,.product-slider .slider .slick-next {
    height: 3.75rem;
    width: 3.75rem;
    background: #fff;
    aspect-ratio: 1;
}

@media (max-width: 48rem) {
    .product-slider .slider .slick-prev,.product-slider .slider .slick-next {
        top:50%;
        width: 1.5rem;
        height: 1.5rem;
    }
}

.product-slider .slider .slick-prev:before,.product-slider .slider .slick-next:before {
    color: #000;
}

@media (max-width: 48rem) {
    .product-slider .slider .slick-prev:before,.product-slider .slider .slick-next:before {
        font-size:1rem;
    }
}

@media (max-width: 48rem) {
    .product-slider .slider .slick-prev:before {
        margin-left:.125rem;
    }
}

@media (max-width: 48rem) {
    .product-slider .slider .slick-next:before {
        margin-right:0;
    }
}

.product-slider .slider .slider__image {
    height: 100%;
}

.product-slider .slider .slider__image picture {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.product-slider .slider .slider__image picture img {
    width: auto;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 48rem) {
    .product-slider .slider .slider__image picture img {
        width:100%;
        height: auto;
        max-height: inherit;
    }
}

.product-slider .slider .slider__copyright {
    padding: .25rem .5rem;
    background: rgba(255,255,255,.2);
}

.project-results {
    margin-bottom: 1.25rem;
}

.project-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 64rem) {
    .project-list {
        padding:0 1.25rem;
    }
}

.project-list--layout-iga-teaser,.project-list--layout-teaser {
    width: 100%;
    gap: 1.875rem;
}

@media (max-width: 64rem) {
    .project-list--layout-iga-teaser,.project-list--layout-teaser {
        padding:0;
    }
}

.project-list__category-item {
    color: #00847d;
    font-weight: bold;
}

.project-list__category-separator:after {
    color: #00847d;
    display: inline-block;
    content: ",";
    margin-right: .3125rem;
}

.project-list__sub-title {
    font-weight: 600;
}

.project-list__info {
    margin: 1.875rem 0 0 0;
    min-width: 100%;
}

.project-list__info p {
    margin: 0;
}

@media (max-width: 48rem) {
    .project-list__info {
        text-align:center;
    }
}

.project-list__item {
    display: block;
    width: 100%;
    padding-bottom: 1.25rem !important;
    padding-top: 1.5625rem;
    border-bottom: .0625rem solid #e8e8eb;
    margin-bottom: 0;
}

.project-list__item .grid {
    margin-bottom: 0;
}

@media (max-width: 48rem) {
    .project-list__item .grid {
        margin-bottom:1.25rem;
    }
}

.project-list__item:first-of-type {
    padding-top: 0;
}

@media (max-width: 48rem) {
    .project-list__item:first-of-type {
        padding-top:.625rem;
    }
}

@media (max-width: 48rem) {
    .project-list__item {
        padding-top:.625rem;
        padding-bottom: 0 !important;
        border-bottom: .125rem solid #e8e8eb;
    }
}

.project-list__content {
    padding: 0 0 .25rem 0;
    margin-top: -.125rem;
}

.project-list__headline {
    margin-top: .375rem;
    margin-bottom: .75rem !important;
}

@media (max-width: 47.9375rem) {
    .project-list__headline {
        font-size:1rem;
        text-transform: none;
    }
}

.project-list__headline--with-sub-title {
    margin-bottom: .5rem !important;
}

.project-list__headline--with-top-border:before {
    display: block;
    content: " ";
    border: .0625rem solid #000;
    width: 3.125rem;
    margin-bottom: .625rem;
}

.project-list__image {
    position: relative;
    overflow: hidden;
}

@media (max-width: 48rem) {
    .project-list__image {
        margin-bottom:0;
    }
}

.project-list__image--no-image {
    background: #e8e8eb;
    padding: 1.25rem;
}

@media (max-width: 48rem) {
    .project-list__image--no-image {
        background:none;
        padding: 0;
    }
}

.project-list__image svg,.project-list__image img {
    object-fit: cover;
    aspect-ratio: 1.3333333333;
    vertical-align: bottom;
}

@media (max-width: 48rem) {
    .project-list__image svg,.project-list__image img {
        display:none;
    }
}

.project-list__image a {
    text-decoration: none;
}

.project-list__image-copyright {
    position: absolute;
    padding: .25rem .375rem;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: .75rem;
}

.project-list__image-copyright--bottom {
    position: relative;
    color: #000;
}

.project-list__top-caption {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (max-width: 47.9375rem) {
    .project-list__top-caption {
        font-size:.9375rem;
    }
}

.project-list__more-link-in-header {
    padding-left: .625rem;
    min-width: 7.5rem;
    text-align: right;
}

.project-list__more-link-in-header .project-list__link:after {
    top: -.0625rem;
}

@media (max-width: 71.875rem) {
    .project-list__more-link-in-header {
        display:none;
    }
}

.project-list__link {
    position: relative;
    color: #000;
    padding-right: 1.875rem;
    font-weight: 600;
    text-decoration: none;
}

.project-list__link:after {
    position: absolute;
    top: .125rem;
    right: 0;
    margin-right: .5rem;
    margin-top: 0;
    color: #000;
    font-size: .875rem;
    font-family: "rvr-icons";
    content: "";
    z-index: 1;
}

.project-list__link:hover {
    color: #00847d;
}

.project-list__link:hover:after {
    color: #00847d;
}

.project-list__quick-info-icon {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1.375rem;
    margin-right: 1.25rem;
    line-height: 1.2;
}

.project-list__quick-info-icon:before {
    position: absolute;
    top: .0625rem;
    left: 0;
    margin-right: .5rem;
    margin-top: 0;
    color: #000;
    font-size: .875rem;
    font-family: "rvr-icons";
    content: "";
    z-index: 1;
}

.project-list__quick-info-icon--pin:before {
    content: "";
}

.project-list__teaser-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.project-list__teaser-image .media-element__image {
    height: 100%;
    margin-bottom: 0;
}

.project-list__teaser-image figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
}

.project-list__teaser-image picture {
    display: block;
    position: relative;
    height: 100%;
}

.project-list__teaser-image svg,.project-list__teaser-image img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.3333333333;
}

.project-list__teaser-image svg {
    background: #fff;
}

.project-list__teaser-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 .625rem 0;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(33.333% - 20px);
    background: #fff;
    overflow: hidden;
}

.project-list__teaser-item .project-list__teaser-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
}

.project-list__teaser-item .project-list__quick-info {
    display: block;
    position: relative;
    font-size: .875rem;
    padding: 0;
    max-width: 100%;
}

.project-list__teaser-item--1-column {
    width: 100%;
}

.project-list__teaser-item--1-column .project-list__teaser-image {
    max-height: 18.75rem;
}

.project-list__teaser-item--2-column {
    width: calc(50% - 15px);
}

.project-list__teaser-item--2-column .project-list__teaser-image {
    max-height: 18.75rem;
}

.project-list__teaser-item--3-column {
    width: calc(33.33% - 20px);
}

.project-list__teaser-item--4-column {
    width: calc(25% - 23px);
}

.project-list__teaser-item--active {
    padding: .125rem;
    background: #fff;
    border: solid .125rem #00847d;
}

.project-list__teaser-item--active .project-list__teaser-content {
    padding: 1.375rem 1rem !important;
}

.project-list__teaser-item:hover .project-list__link,.project-list__teaser-item:hover .project-list__headline {
    color: #00847d;
}

@media (max-width: 48rem) {
    .project-list__teaser-item {
        width:calc(50% - 15px);
    }
}

@media (max-width: 35rem) {
    .project-list__teaser-item {
        width:100%;
    }
}

.project-list__teaser-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0;
    flex: 0;
    padding: 0 .9375rem .625rem .9375rem;
    background-color: #fff;
    color: #000;
    border: none;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.project-list__teaser-content--no-image {
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

.project-list__teaser-content .project-list__quick-info {
    margin-top: auto;
}

.project-list__teaser-content .project-list__quick-info p:last-of-type {
    margin-bottom: 0;
}

.project-list .project-list__teaser {
    margin-bottom: 0;
}

.project-list .project-list__teaser-text {
    color: #000;
}

.project-list .project-list__teaser-text p {
    margin-bottom: 0;
}

@media (max-width: 47.9375rem) {
    .project-list .project-list__teaser-text p {
        margin-bottom:1.25rem;
    }
}

.project-list__bottom {
    display: none;
    text-align: right;
}

@media (max-width: 71.875rem) {
    .project-list__bottom {
        display:-ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.project-list__quick-info p {
    line-height: 1.375rem;
}

@media (min-width: 64rem) {
    .project-list__quick-info {
        max-width:66%;
    }
}

.project-search__search-info h3 {
    margin-bottom: 1.25rem;
    text-transform: none;
}

@media (max-width: 64rem) {
    .project-search__search-info {
        display:none;
    }
}

.project-search__map-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    max-width: 25rem;
    height: 40rem;
}

@media (max-width: 64rem) {
    .project-search__map-menu {
        width:100%;
        max-width: 100%;
        height: auto;
        -ms-flex-order: 2;
        order: 2;
    }
}

.project-search__project-list-for-map {
    padding: 0 1.5625rem 0 0;
    overflow-y: scroll;
    scrollbar-color: #fff #00847d;
    scrollbar-width: thin;
}

@media (max-width: 64rem) {
    .project-search__project-list-for-map {
        padding:0;
        gap: 1.25rem;
    }
}

@media (max-width: 35rem) {
    .project-search__project-list-for-map {
        gap:0;
    }
}

.project-search__project-list-for-map .project-list__teaser-item {
    width: 100%;
    margin-bottom: 1.25rem;
    background: #e8e8eb;
    padding: 0 0 .625rem 0;
}

.project-search__project-list-for-map .project-list__teaser-item .project-list__teaser-more-link {
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: .9375rem;
    z-index: 2;
    padding-left: 1rem;
    text-transform: uppercase;
}

.project-search__project-list-for-map .project-list__teaser-item:first-of-type {
    margin-top: 0;
}

@media (max-width: 64rem) {
    .project-search__project-list-for-map .project-list__teaser-item {
        margin-bottom:0;
        width: calc(50% - 10px);
    }
}

@media (max-width: 35rem) {
    .project-search__project-list-for-map .project-list__teaser-item {
        margin-bottom:1.25rem;
        width: 100%;
    }
}

.project-search__project-list-for-map .project-list__teaser-image {
    display: block;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    aspect-ratio: 1.3333333333;
}

.project-search__project-list-for-map .project-list__teaser-content {
    padding: 1.375rem 1rem 1.875rem 1rem !important;
    background: #e8e8eb;
}

.project-search__project-list-for-map .project-detail__icon--pin:before {
    color: #757575;
}

.project-search__project-list-for-map p {
    line-height: 1.4375rem;
    margin-bottom: .875rem;
}

.project-search__map {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

@media (max-width: 64rem) {
    .project-search__map {
        margin-bottom:1.25rem;
        max-height: 25rem;
        -ms-flex-order: 1;
        order: 1;
    }
}

.project-search__results {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 64rem) {
    .project-search__results {
        -ms-flex-direction:column;
        flex-direction: column;
    }
}

.project-search__results--layout-1 {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.project-search__results--layout-1>.project-search__search-info {
    display: none;
}

.project-search__results--layout-2 {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.project-search__results--layout-2 .project-search__project-list-for-map {
    overflow: inherit;
    gap: 1.25rem;
    padding: 0;
}

.project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item {
    width: calc(25% - 15px);
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    margin: 0;
    padding: .625rem;
    -ms-flex-order: 2;
    order: 2;
}

.project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item:last-of-type {
    margin: 0;
}

@media (max-width: 100rem) {
    .project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item {
        width:30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }
}

@media (max-width: 64rem) {
    .project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item {
        width:45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    }
}

@media (max-width: 48rem) {
    .project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item {
        width:66%;
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
    }
}

@media (max-width: 35rem) {
    .project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item {
        width:100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-image {
    height: auto;
}

.project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item--active {
    background: #00847d !important;
    border: none;
    -ms-flex-order: 1;
    order: 1;
}

.project-search__results--layout-2 .project-search__project-list-for-map p:last-of-type {
    margin-bottom: 0;
}

.project-search__results--layout-2 .project-search__project-list-for-map::-webkit-scrollbar {
    width: .625rem;
}

@media (max-width: 64rem) {
    .project-search__results--layout-2 .project-search__project-list-for-map {
        padding:0;
        gap: 0;
    }
}

@media (max-width: 35rem) {
    .project-search__results--layout-2 .project-search__project-list-for-map {
        gap:0;
    }
}

.project-search__results--layout-2 .project-search__map-menu {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 1.25rem;
}

.frame-list-type-rvrproject_projectsearch {
    max-width: 113.75rem;
    margin: 0 auto;
}

.project-filters {
    width: 100%;
    position: relative;
    padding: 2.5rem 12.5rem 1.25rem 12.5rem;
    background: #00847d;
}

@media (max-width: 100rem) {
    .project-filters {
        padding:2.5rem 1.25rem 1.25rem 1.25rem;
    }
}

.project-filters:before {
    content: " ";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 0 3.75rem 3.75rem 0;
    border-color: transparent #fff transparent transparent;
}

.project-filters--2-columns-33-66 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
}

@media (max-width: 64rem) {
    .project-filters--2-columns-33-66 {
        -ms-flex-direction:column;
        flex-direction: column;
    }
}

.project-filters--2-columns-33-66:before {
    display: none;
}

.project-filters--2-columns-33-66 .project-filters__left {
    width: 33.3333%;
    padding: 2.5rem 1.25rem 1.25rem 2.5rem;
    background: #00847d;
    color: #fff;
}

@media (max-width: 64rem) {
    .project-filters--2-columns-33-66 .project-filters__left {
        width:100%;
    }
}

@media (max-width: 35rem) {
    .project-filters--2-columns-33-66 .project-filters__left {
        padding:1.875rem 1.25rem .625rem 1.25rem;
    }
}

.project-filters--2-columns-33-66 .project-filters__right {
    width: 66.6667%;
    padding: 2.5rem 4.375rem 1.25rem 2.5rem;
    background: #00847d;
}

.project-filters--2-columns-33-66 .project-filters__right .project-filters__category {
    width: 100%;
}

@media (max-width: 64rem) {
    .project-filters--2-columns-33-66 .project-filters__right {
        width:100%;
        padding: 2.5rem 2.5rem 1.25rem 2.5rem;
    }
}

@media (max-width: 35rem) {
    .project-filters--2-columns-33-66 .project-filters__right {
        padding:1.875rem 1.25rem 1.25rem 1.25rem;
    }
}

.project-filters--2-columns-33-66 .project-filters__wrapper .grid__column-1 .grid {
    height: 100%;
}

.project-filters--2-columns-33-66 .project-filters__title p {
    margin-bottom: .5rem;
}

.project-filters--2-columns-33-66 .project-filters__active-filters {
    text-align: left;
}

.project-filters--2-columns-33-66 .project-filters__active-filters-button {
    font-weight: 400;
    padding: .125rem 3.125rem .125rem .9375rem;
}

.project-filters--2-columns-33-66 .project-filters__active-filters-button:after {
    top: -.125rem;
}

.project-filters--2-columns-33-66 .button {
    min-width: 100%;
    margin-bottom: 1.875rem;
}

.project-filters--2-columns-33-66 .button.button--main-color:hover {
    background-color: #00847d;
}

.project-filters--2-columns-33-66 .button.button--main-color:after {
    border-right-color: #00847d;
}

.project-filters .grid {
    margin-bottom: 0;
}

.project-filters__category {
    width: calc(50% - 10px);
}

@media (max-width: 48rem) {
    .project-filters__category {
        width:calc(100%);
    }
}

.project-filters__categories-wrapper,.project-filters__location-wrapper {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 1.25rem;
}

.project-filters__categories-wrapper.grid__column--md-3 .project-filters__category,.project-filters__location-wrapper.grid__column--md-3 .project-filters__category {
    width: calc(100%);
}

.project-filters input {
    padding: .625rem;
}

.project-filters__city {
    width: calc(50% - 10px);
}

.project-filters__zip {
    width: calc(40% - 20px);
}

.project-filters__radius {
    width: 60%;
}

.project-filters__select-field legend {
    font-family: Gotham,Helvetica,Arial,sans-serif;
    padding: .5625rem 1.25rem .5625rem .625rem;
}

.project-filters__select-field select {
    padding: .5rem 2.5rem .5rem .625rem;
}

.project-filters__select-field select:disabled {
    opacity: .35;
}

.project-filters__select-field>label,.project-filters__search-input>label {
    display: none;
}

.project-filters__title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    text-align: left;
    width: 100%;
}

.project-filters__title p {
    color: #fff !important;
    line-height: 24px;
    margin: 0 0 .9375rem 0;
}

.project-filters__select-field {
    display: block;
    margin-bottom: 1.875rem;
}

@media (max-width: 35rem) {
    .project-filters__select-field {
        margin-bottom:1.5625rem;
    }
}

.project-filters__active-filters {
    margin-top: 1.875rem;
    text-align: center;
}

.project-filters__active-filter-link {
    text-decoration: none;
}

.project-filters__active-filters-title {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin-bottom: .5rem;
}

.project-filters__active-filters-button {
    display: inline-block;
    position: relative;
    font-weight: bold;
    background: #fff;
    color: #000;
    padding: .125rem 2rem .3125rem .9375rem;
    text-decoration: none;
    margin: 0 .4375rem .9375rem .4375rem;
}

.project-filters__active-filters-button:after {
    display: inline-block;
    font-family: "rvr-icons";
    content: "";
    width: .9375rem;
    height: .9375rem;
    position: absolute;
    z-index: 1;
    right: .5rem;
    top: 0;
    bottom: 0;
    margin: .1875rem 0 0 0;
    padding: 0;
    font-weight: normal;
    font-size: 1rem;
    cursor: pointer;
}

.project-filters__submit-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (max-width: 35rem) {
    .project-filters__submit-wrapper {
        margin-bottom:1.5625rem;
    }
}

.project-filters .button--submit {
    color: #fff;
    border-color: #fff;
    background: #00847d;
    margin: 0 auto;
}

.project-filters .button--submit:hover {
    color: #00847d;
    background-color: #fff;
}

.project-filters .button--submit:after {
    border-right-color: #00847d;
}

.project-filters .button--submit:before {
    background-color: #fff;
}

.project-filters .button--submit:disabled {
    opacity: .7;
}

.project-filters .button--submit:disabled:hover {
    color: #fff;
    background-color: #00847d;
    border-color: #fff;
    -webkit-transition: none;
    transition: none;
}

.project-filters form legend {
    color: #757575;
}

.project-filters form select,.project-filters form input {
    height: 2.5rem;
    border: none;
}

.project-filters form select::-ms-input-placeholder {
    color: #757575;
    opacity: 1;
}

.project-filters form select::-moz-placeholder {
    color: #757575;
    opacity: 1;
}

.project-filters form select::-webkit-input-placeholder {
    color: #757575;
    opacity: 1;
}

.project-filters form input::-ms-input-placeholder {
    color: #757575;
    opacity: 1;
}

.project-filters form input::-moz-placeholder {
    color: #757575;
    opacity: 1;
}

.project-filters form input::-webkit-input-placeholder {
    color: #757575;
    opacity: 1;
}

.project-filters form select::placeholder,.project-filters form input::placeholder {
    color: #757575;
    opacity: 1;
}

.project-map {
    height: 40rem !important;
    width: 100% !important;
    margin-bottom: 1.25rem;
}

@media (max-width: 64rem) {
    .project-map {
        height:25rem;
    }
}

.project-map .osmap__popup-box {
    position: relative;
    background-color: rgba(255,255,255,.95);
    border-radius: .3125rem;
    border: solid .0625rem #e8e8eb;
    width: 16.66625rem;
    box-shadow: 0 .1875rem .375rem rgba(0,0,0,.16);
}

.project-map .osmap__popup-box .content {
    display: block;
}

.project-map .osmap__popup-box .osmap__popup-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.3333333333;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

.project-map .osmap__popup-box .osmap__popup-image img {
    display: block;
    width: inherit !important;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

@media (max-width: 35rem) {
    .project-map .osmap__popup-box .osmap__popup-image {
        display:none;
    }
}

.project-map .osmap__popup-box .osmap__popup-text {
    padding: .9375rem 1.25rem .9375rem 1.25rem;
}

.project-map .osmap__popup-box .osmap__popup-text p {
    font-size: 14px;
    font-size: .875rem;
    margin: 0 0 1.25rem 0;
}

.project-map .osmap__popup-box .osmap__popup-text p:last-of-type {
    margin: 0;
}

.project-map .osmap__popup-box .osmap__popup-text .osmap__popup-title {
    display: inline-block;
    line-height: 1;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: .3125rem;
}

.project-map .osmap__popup-box .osmap__popup-text .link {
    display: block;
    font-size: .875rem;
    margin-top: .3125rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

.project-map .osmap__popup-box .osmap__popup-text .link:hover {
    color: #00847d;
}

.project-map .osmap__popup-box:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
    background-color: rgba(255,255,255,.9);
    width: 1.875rem;
    height: .625rem;
    -webkit-clip-path: polygon(0 0,100% 0,50% 100%);
    clip-path: polygon(0 0,100% 0,50% 100%);
}

.project-map .osmap__popup-box:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: calc(50% - 16px);
    background: rgba(233,233,233,.9);
    width: 2rem;
    height: .6875rem;
    -webkit-clip-path: polygon(0 0,100% 0,50% 100%);
    clip-path: polygon(0 0,100% 0,50% 100%);
}

.project-map .olPopupCloseBox {
    position: absolute;
    right: 0;
    top: 0;
    background: #00847d;
    width: 1.125rem !important;
    height: 1.125rem !important;
    color: #fff;
    cursor: pointer;
}

.project-map .olPopupCloseBox:after {
    font-family: "rvr-icons";
    font-size: 13px;
    font-size: .8125rem;
    position: absolute;
    top: 0;
    right: .125rem;
    content: "";
    color: #fff;
}

.project-form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 48rem;
}

.project-form .grid {
    margin-bottom: 0;
}

.project-form .grid.field-group {
    margin-bottom: 1.25rem;
}

.project-form hr {
    background: #757575 !important;
}

.project-form__step {
    display: none;
}

.project-form__step--active {
    display: block;
}

.project-form__step-title-text {
    display: none;
}

.project-form__step-title-text--active {
    display: inline-block;
}

.project-form__step-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 1.25rem;
}

.project-form__step-number {
    display: inline-block;
    font-weight: bold;
    margin-right: 1.25rem;
}

.project-form__progress-bar {
    display: block;
    height: .25rem;
    width: 100%;
    color: #000;
    background-color: #757575;
    margin-bottom: 3.125rem;
}

.project-form__progress-bar--green {
    height: 100%;
    color: #fff;
    background-color: #1a8322;
}

.project-form__progress-bar--red {
    height: 100%;
    color: #fff;
    background-color: #e60008;
}

.project-form__progress-bar--light-grey {
    height: 100%;
    color: #000;
    background-color: rgba(232,232,235,.9);
}

@media (max-width: 48rem) {
    .project-form__progress-bar {
        margin-bottom:1.875rem;
    }
}

.project-form .file-container {
    margin-bottom: 1.875rem;
}

.project-form .file-container img {
    margin-bottom: 1.25rem;
}

.project-form .file-container:last-of-type {
    margin: 0;
}

.project-form .custom-file-input {
    position: relative;
}

.project-form .custom-file-input:after {
    display: block;
    content: "";
    position: absolute;
    top: .75rem;
    left: .625rem;
    margin-right: .5rem;
    margin-top: 0;
    color: #000;
    font-size: 1rem;
    font-family: "rvr-icons";
    z-index: 1;
    width: 1.25rem;
    height: 1.25rem;
}

.project-form .hidden {
    display: none;
}

.project-form__navi {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2.5rem;
    margin-top: 3.125rem;
    border-top: .0625rem solid #757575;
}

.project-form__navi-top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 1.875rem;
}

@media (max-width: 64rem) {
    .project-form__navi-top {
        -ms-flex-direction:column;
        flex-direction: column;
        width: 100%;
    }
}

.project-form__navi-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.project-form__navi-bottom .button {
    text-transform: none;
    box-sizing: border-box;
    text-align: center;
}

.project-form__navi-prev,.project-form__navi-next {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50%;
}

@media (max-width: 64rem) {
    .project-form__navi-prev .button,.project-form__navi-next .button {
        width:100%;
    }
}

@media (max-width: 64rem) {
    .project-form__navi-prev,.project-form__navi-next {
        -ms-flex-direction:column;
        flex-direction: column;
        width: 100%;
    }
}

.project-form__navi-next {
    -ms-flex-pack: right;
    justify-content: right;
}

.project-form .button {
    padding: .75rem 1.875rem;
    text-transform: none;
}

.project-form .button--prev span,.project-form .button--next span {
    display: inline-block;
    position: absolute;
    padding: 0;
    font-size: 1.125rem;
}

.project-form .button--prev span:after,.project-form .button--next span:after {
    font-family: "rvr-icons";
    display: block;
    text-align: center;
    content: "";
}

.project-form .button--next {
    padding-right: 3.75rem;
    padding-left: 2.5rem;
}

.project-form .button--next span {
    right: 1.25rem;
}

.project-form .button--prev {
    padding-left: 3.75rem;
    padding-right: 2.5rem;
}

.project-form .button--prev span {
    left: 1.25rem;
}

.project-form .button--prev span:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.project-dashboard {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    max-width: 100%;
}

.project-dashboard__menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -1.25rem;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

@media (max-width: 48rem) {
    .project-dashboard__menu {
        -ms-flex-direction:column;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
}

.project-dashboard__menu-left,.project-dashboard__menu-center,.project-dashboard__menu-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25rem;
    width: 33.333%;
}

@media (max-width: 64rem) {
    .project-dashboard__menu-left,.project-dashboard__menu-center,.project-dashboard__menu-right {
        width:50%;
        min-width: 50%;
    }
}

@media (max-width: 48rem) {
    .project-dashboard__menu-left,.project-dashboard__menu-center,.project-dashboard__menu-right {
        width:100%;
        min-width: 100%;
        padding: 0;
        margin: 0;
    }
}

.project-dashboard__teaser {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1.5625rem;
    margin: 0 0 2.5rem 0;
    background: #fff;
    border: .0625rem solid #757575;
    min-height: 16.25rem;
    text-decoration: none;
}

@media (max-width: 48rem) {
    .project-dashboard__teaser {
        min-height:inherit;
    }
}

.project-dashboard__teaser--status-rejected {
    border-left: .5rem solid #e30000;
}

.project-dashboard__teaser--status-approved {
    border-left: .5rem solid #1a8322;
}

.project-dashboard__teaser--status-in-progress {
    border-left: .5rem solid #00847d;
}

.project-dashboard__teaser--off {
    opacity: .4;
}

.project-dashboard__teaser--add-icon:after {
    display: block;
    position: absolute;
    content: " ";
    width: 4.875rem;
    height: 4.875rem;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-image: url('../../../_assets/45a90647ca323504c818be9a370779e6/Icons/dashboard/add-big-circle.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 48rem) {
    .project-dashboard__teaser--add-icon:after {
        position:relative;
        margin: 0 auto;
        top: auto;
        left: auto;
        -ms-transform: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }
}

.project-dashboard__teaser--link:hover {
    cursor: pointer;
    border: .125rem solid #00847d;
    padding: 1.5625rem;
}

.project-dashboard__teaser .link {
    font-weight: 400;
    text-transform: inherit;
    padding-left: 1.625rem;
    margin-bottom: .625rem;
}

.project-dashboard__teaser .link--trash-bin:before {
    content: "";
    color: #00847d;
    margin-left: -1.625rem;
}

.project-dashboard__teaser .link--trash-bin:hover {
    padding-left: 2rem;
}

.project-dashboard__teaser .link--trash-bin:hover:before {
    margin-left: -2rem;
}

.project-dashboard__teaser .link--visible-off:before,.project-dashboard__teaser .link--visible-on:before {
    font-size: .75rem;
    content: "";
    top: .125rem;
    color: #00847d;
    margin-left: -1.625rem;
}

.project-dashboard__teaser .link--visible-off:hover,.project-dashboard__teaser .link--visible-on:hover {
    padding-left: 2rem;
}

.project-dashboard__teaser .link--visible-off:hover:before,.project-dashboard__teaser .link--visible-on:hover:before {
    margin-left: -2rem;
}

.project-dashboard__teaser .link--visible-off:before {
    font-size: .875rem;
    content: "";
}

.project-dashboard__teaser-status-text {
    display: inline-block;
    position: relative;
    margin: 1.25rem 0 1.25rem 1.625rem;
}

.project-dashboard__teaser-status-text:before {
    position: absolute;
    top: -.125rem;
    left: -1.625rem;
    margin: 0;
    color: #00847d;
    font-size: 1.25rem;
    font-family: "rvr-icons";
    z-index: 1;
}

.project-dashboard__teaser-status-text--icon-in-progress:before {
    color: #00847d;
    content: "";
}

.project-dashboard__teaser-status-text--icon-approved:before {
    color: #1a8322;
    content: "";
}

.project-dashboard__teaser-status-text--icon-rejected {
    margin: 1.25rem 0 .625rem 1.625rem;
}

.project-dashboard__teaser-status-text--icon-rejected:before {
    color: #e30000;
    content: "";
}

.project-dashboard__teaser-status-deactivation-reason {
    display: inline-block;
    padding-left: .625rem;
    border-left: .25rem #e30000 solid;
    margin-bottom: 1.5625rem;
}

.project-dashboard__teaser-title-with-icon {
    position: relative;
    margin-left: 1.625rem;
}

.project-dashboard__teaser-title-with-icon:before {
    position: absolute;
    top: .125rem;
    left: -1.625rem;
    margin-right: .5rem;
    margin-top: 0;
    color: #00847d;
    font-size: 1.0625rem;
    font-family: "rvr-icons";
    z-index: 1;
}

.project-dashboard__teaser-title-with-icon--add:before {
    content: "";
}

.project-dashboard__teaser-title-with-icon--edit:before {
    content: "";
}

.project-dashboard__teaser-title-with-icon--logout:before {
    content: "";
}

.project-dashboard__teaser-title-with-icon--user:before {
    content: "";
}

.project-dashboard__teaser-title-with-icon--event:before {
    content: "";
}

.project-dashboard__teaser-content {
    margin-left: 1.625rem;
}

.project-dashboard__teaser-content--no-margin {
    margin: 0;
}

.project-dashboard__teaser-content--no-margin p {
    margin: 0;
}

.project-dashboard__project-image {
    width: 6.25rem;
    margin-bottom: 1.25rem;
}

.project-dashboard__project-links-title {
    display: inline-block;
    margin-bottom: .5rem;
}

.project-dashboard .button--icon {
    padding: .625rem 2.5rem .625rem 3.125rem;
    text-transform: inherit;
    margin: 0;
}

@media (max-width: 1200px) {
    .project-dashboard .button--icon {
        padding:.625rem 1.25rem .625rem 3.125rem;
    }
}

.project-dashboard .button--icon span {
    display: inline-block;
    position: absolute;
    padding: 0;
    font-size: 1.125rem;
    left: 1.25rem;
}

.project-dashboard .button--icon span:after {
    font-family: "rvr-icons";
    display: block;
    text-align: center;
    content: "";
}

.project-dashboard .button--icon:after {
    border-right-color: #fff !important;
}

.project-dashboard .button--edit span:after {
    content: "";
}

.project-dashboard .button--logout span:after {
    content: "";
}

.project-dashboard .project-form__progress-bar {
    margin-bottom: 1.875rem;
}

.project-dashboard .accordion--mini-layout {
    width: 100%;
}

.project-dashboard .accordion--mini-layout:last-of-type {
    margin-bottom: 2.5rem;
}

.project-dashboard .accordion--mini-layout .accordion__header {
    padding-left: 2.125rem;
    border-top: .125rem solid rgba(117,117,117,.3);
    border-bottom: .125rem solid rgba(117,117,117,.3);
}

.project-dashboard .accordion--mini-layout .accordion__header span {
    padding-right: 4.375rem;
}

.project-dashboard .accordion--mini-layout .accordion__header strong {
    position: absolute;
    width: 1.875rem;
    text-align: right;
    right: 1.25rem;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.project-dashboard .accordion--mini-layout .accordion__header:hover {
    border-bottom-color: #00847d;
}

.project-dashboard .accordion--mini-layout .accordion__header:before {
    display: block;
    content: " ";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    top: 50%;
    left: .75rem;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #757575;
}

.project-dashboard .accordion--mini-layout.accordion--open .accordion__header {
    border-bottom: none;
}

.project-dashboard .accordion--mini-layout.accordion--open .accordion__content {
    margin-top: 1.25rem;
    padding: 0;
}

.frame-type-felogin_login .grid {
    margin-bottom: 0;
}

.frame-type-felogin_login button {
    margin-right: 0;
}

.frame-type-felogin_login input {
    margin-bottom: 1rem;
}

.frame-type-felogin_login .felogin__message {
    margin-bottom: 1rem;
}

.header__login {
    display: inline-block;
    position: relative;
    width: 5rem;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    border: 0;
    margin: 0;
    background-color: #00847d;
    -webkit-transition: width .5s;
    transition: width .5s;
}

@media (max-width: 47.9375rem) {
    .header__login {
        width:3.7rem;
    }
}

.header__login img {
    width: 40%;
    height: calc(100% - 5px);
}

.multiStepProjectForm input,.multiStepProjectForm textarea,.multiStepProjectForm select {
    border: .0625rem solid #757575;
}

.multiStepProjectForm input[type="file"] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 1.25rem 0;
    font-weight: bold;
}

.multiStepProjectForm input[type="file"]::-webkit-file-upload-button {
    background-color: #fff;
    border: .0625rem solid #000;
    color: #000;
    padding: .9375rem .9375rem .9375rem 2.125rem;
    margin: 0 .625rem .625rem 0;
    cursor: pointer;
}

.multiStepProjectForm legend {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.875rem;
    text-transform: inherit;
    font-weight: 700;
    font-family: Gotham,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    line-height: 1.2;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.multiStepProjectForm legend.legend-for-checkboxes {
    font-size: 20px;
    font-size: 1.25rem;
}

@media (max-width: 47.9375rem) {
    .multiStepProjectForm legend {
        font-size:18px;
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
}

.multiStepProjectForm .checkbox .alert {
    margin-left: 2.5rem;
}

.multiStepProjectForm .categories-list {
    height: 100%;
    margin: 0 0 1.25rem 0;
    border-bottom: .0625rem solid #757575;
}

.multiStepProjectForm .categories-list ul {
    margin: 0;
    padding: 0 0 .625rem 0;
}

.multiStepProjectForm .categories-list ul .form-check:before {
    display: none;
}

.multiStepProjectForm .categories-list--last {
    border-bottom: 0;
}

.multiStepProjectForm .categories-list--2-columns ul {
    display: -ms-grid;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2,1fr);
    gap: 0 .625rem;
}

@media (max-width: 47.9375rem) {
    .multiStepProjectForm .categories-list--2-columns ul {
        display:block;
        grid-template-columns: inherit;
    }
}

.typo3-messages {
    display: block;
    margin: 0 0 1.5625rem 0;
    padding: 0;
    list-style: none;
}

.typo3-messages li:before {
    display: none;
    content: " ";
}

.alert {
    position: relative;
    padding: .5rem .625rem;
    margin-bottom: .5rem;
    color: #e30000;
    background-color: #fff;
    border: .0625rem solid #fff;
    border-radius: .125rem;
}

.alert p {
    margin-bottom: 0;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-success {
    background-color: #1a8322;
    border-color: #1a8322;
}

.alert-success p {
    color: #fff !important;
}

.alert-info {
    background-color: #fff;
    border-color: #fff;
}

.alert-info p {
    color: #fff !important;
}

.alert-warning {
    background-color: #f4d8d8;
    border-color: #e9b1b1;
}

.alert-warning p {
    color: #501818 !important;
}

.alert-danger {
    background-color: #f4d8d8;
    border-color: #e9b1b1;
}

.alert-danger p {
    color: #501818 !important;
}

.alert-default {
    background-color: #e8e8eb;
    border-color: #757575;
}

.alert-default p {
    color: #000 !important;
}

.alert-notice {
    background-color: #e8e8eb;
    border-color: #757575;
}

.alert-notice p {
    color: #000 !important;
}

.ol-box {
    box-sizing: border-box;
    border-radius: 2px;
    border: 2px solid #00f
}

.ol-mouse-position {
    top: 8px;
    right: 8px;
    position: absolute
}

.ol-scale-line {
    background: rgba(0,60,136,.3);
    border-radius: 4px;
    bottom: 8px;
    left: 8px;
    padding: 2px;
    position: absolute
}

.ol-scale-line-inner {
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
    transition: all .25s
}

.ol-scale-bar {
    position: absolute;
    bottom: 8px;
    left: 8px
}

.ol-scale-step-marker {
    width: 1px;
    height: 15px;
    background-color: #000;
    float: right;
    z-Index: 10
}

.ol-scale-step-text {
    position: absolute;
    bottom: -5px;
    font-size: 12px;
    z-Index: 11;
    color: #000;
    text-shadow: -2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff
}

.ol-scale-text {
    position: absolute;
    font-size: 14px;
    text-align: center;
    bottom: 25px;
    color: #000;
    text-shadow: -2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff
}

.ol-scale-singlebar {
    position: relative;
    height: 10px;
    z-Index: 9;
    border: 1px solid #000
}

.ol-unsupported {
    display: none
}

.ol-unselectable,.ol-viewport {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.ol-selectable {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.ol-grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.ol-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.ol-control {
    position: absolute;
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 2px
}

.ol-control:hover {
    background-color: rgba(255,255,255,.6)
}

.ol-zoom {
    top: .5em;
    left: .5em
}

.ol-rotate {
    top: .5em;
    right: .5em;
    transition: opacity .25s linear,visibility 0s linear
}

.ol-rotate.ol-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s linear,visibility 0s linear .25s
}

.ol-zoom-extent {
    top: 4.643em;
    left: .5em
}

.ol-full-screen {
    right: .5em;
    top: .5em
}

.ol-control button {
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 2px
}

.ol-control button::-moz-focus-inner {
    border: none;
    padding: 0
}

.ol-zoom-extent button {
    line-height: 1.4em
}

.ol-compass {
    display: block;
    font-weight: 400;
    font-size: 1.2em;
    will-change: transform
}

.ol-touch .ol-control button {
    font-size: 1.5em
}

.ol-touch .ol-zoom-extent {
    top: 5.5em
}

.ol-control button:focus,.ol-control button:hover {
    text-decoration: none;
    background-color: rgba(0,60,136,.7)
}

.ol-zoom .ol-zoom-in {
    border-radius: 2px 2px 0 0
}

.ol-zoom .ol-zoom-out {
    border-radius: 0 0 2px 2px
}

.ol-attribution {
    text-align: right;
    bottom: .5em;
    right: .5em;
    max-width: calc(100% - 1.3em)
}

.ol-attribution ul {
    margin: 0;
    padding: 0 .5em;
    color: #000;
    text-shadow: 0 0 2px #fff
}

.ol-attribution li {
    display: inline;
    list-style: none
}

.ol-attribution li:not(:last-child):after {
    content: " "
}

.ol-attribution img {
    max-height: 2em;
    max-width: inherit;
    vertical-align: middle
}

.ol-attribution button,.ol-attribution ul {
    display: inline-block
}

.ol-attribution.ol-collapsed ul {
    display: none
}

.ol-attribution:not(.ol-collapsed) {
    background: rgba(255,255,255,.8)
}

.ol-attribution.ol-uncollapsible {
    bottom: 0;
    right: 0;
    border-radius: 4px 0 0
}

.ol-attribution.ol-uncollapsible img {
    margin-top: -.2em;
    max-height: 1.6em
}

.ol-attribution.ol-uncollapsible button {
    display: none
}

.ol-zoomslider {
    top: 4.5em;
    left: .5em;
    height: 200px
}

.ol-zoomslider button {
    position: relative;
    height: 10px
}

.ol-touch .ol-zoomslider {
    top: 5.5em
}

.ol-overviewmap {
    left: .5em;
    bottom: .5em
}

.ol-overviewmap.ol-uncollapsible {
    bottom: 0;
    left: 0;
    border-radius: 0 4px 0 0
}

.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button {
    display: inline-block
}

.ol-overviewmap .ol-overviewmap-map {
    border: 1px solid #7b98bc;
    height: 150px;
    margin: 2px;
    width: 150px
}

.ol-overviewmap:not(.ol-collapsed) button {
    bottom: 1px;
    left: 2px;
    position: absolute
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button {
    display: none
}

.ol-overviewmap:not(.ol-collapsed) {
    background: rgba(255,255,255,.8)
}

.ol-overviewmap-box {
    border: 2px dotted rgba(0,60,136,.7)
}

.ol-overviewmap .ol-overviewmap-box:hover {
    cursor: move
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,th {
    padding: 0;
}

@font-face {
    font-family: "ABCSocial";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-Light.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-Light.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-Light.woff2') format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "ABCSocial";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-LightItalic.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-LightItalic.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-LightItalic.woff2') format("woff2");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "ABCSocial";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-Bold.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-Bold.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-Bold.woff2') format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "ABCSocial";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-BoldItalic.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-BoldItalic.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-BoldItalic.woff2') format("woff2");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "ABCSocial";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-Regular.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-Regular.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "ABCSocial";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-RegularItalic.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-RegularItalic.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-RegularItalic.woff2') format("woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "ABCSocial";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-Black.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/ABC-Social-Full-Web/ABCSocial-Black.woff2') format("woff2");
    font-weight: 900;
    font-style: normal;
}

ul,ol,li,nav,div {
    box-sizing: border-box;
}

.grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}

.grid:before,.grid:after {
    content: " ";
    display: block;
}

.grid:after {
    clear: both;
}

.grid.grid--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.grid.grid--start {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.grid.grid--end {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.grid.grid--center {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.grid.grid--stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.grid.grid--stretch .grid__column>.frame {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.grid__column {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-order: 0;
    order: 0;
    float: left;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grid__column.grid__column--reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.grid__column--xs-1 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0;
}

.grid__column--xs-offset-1 {
    margin-left: 8.3333333333%;
}

.grid__column--xs-pull-1 {
    margin-right: -8.3333333333% !important;
}

.grid__column--xs-order-1 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
}

.grid__column--xs-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.grid__column--xs-last {
    -ms-flex-order: 100 !important;
    order: 100 !important;
}

.grid__column--xs-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0;
}

.grid__column--xs-offset-2 {
    margin-left: 16.6666666667%;
}

.grid__column--xs-pull-2 {
    margin-right: -16.6666666667% !important;
}

.grid__column--xs-order-2 {
    -ms-flex-order: 10 !important;
    order: 10 !important;
}

.grid__column--xs-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.grid__column--xs-last {
    -ms-flex-order: 100 !important;
    order: 100 !important;
}

.grid__column--xs-3 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0;
}

.grid__column--xs-offset-3 {
    margin-left: 25%;
}

.grid__column--xs-pull-3 {
    margin-right: -25% !important;
}

.grid__column--xs-order-3 {
    -ms-flex-order: 15 !important;
    order: 15 !important;
}

.grid__column--xs-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.grid__column--xs-last {
    -ms-flex-order: 100 !important;
    order: 100 !important;
}

.grid__column--xs-4 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0;
}

.grid__column--xs-offset-4 {
    margin-left: 33.3333333333%;
}

.grid__column--xs-pull-4 {
    margin-right: -33.3333333333% !important;
}

.grid__column--xs-order-4 {
    -ms-flex-order: 20 !important;
    order: 20 !important;
}

.grid__column--xs-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.grid__column--xs-last {
    -ms-flex-order: 100 !important;
    order: 100 !important;
}

.grid__column--xs-5 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0;
}

.grid__column--xs-offset-5 {
    margin-left: 41.6666666667%;
}

.grid__column--xs-pull-5 {
    margin-right: -41.6666666667% !important;
}

.grid__column--xs-order-5 {
    -ms-flex-order: 25 !important;
    order: 25 !important;
}

.grid__column--xs-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.grid__column--xs-last {
    -ms-flex-order: 100 !important;
    order: 100 !important;
}

.grid__column--xs-6 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0;
}

.grid__column--xs-offset-6 {
    margin-left: 50%;
}

.grid__column--xs-pull-6 {
    margin-right: -50% !important;
}

.grid__column--xs-order-6 {
    -ms-flex-order: 30 !important;
    order: 30 !important;
}

.grid__column--xs-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.grid__column--xs-last {
    -ms-flex-order: 100 !important;
    order: 100 !important;
}

.grid__column--xs-7 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0;
}

.grid__column--xs-offset-7 {
    margin-left: 58.3333333333%;
}

.grid__column--xs-pull-7 {
    margin-right: -58.3333333333% !important;
}

.grid__column--xs-order-7 {
    -ms-flex-order: 35 !important;
    order: 35 !important;
}

.grid__column--xs-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.grid__column--xs-last {
    -ms-flex-order: 100 !important;
    order: 100 !important;
}

.grid__column--xs-8 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0;
}

.grid__column--xs-offset-8 {
    margin-left: 66.6666666667%;
}

.grid__column--xs-pull-8 {
    margin-right: -66.6666666667% !important;
}

.grid__column--xs-order-8 {
    -ms-flex-order: 40 !important;
    order: 40 !important;
}

.grid__column--xs-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.grid__column--xs-last {
    -ms-flex-order: 100 !important;
    order: 100 !important;
}

.grid__column--xs-9 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0;
}

.grid__column--xs-offset-9 {
    margin-left: 75%;
}

.grid__column--xs-pull-9 {
    margin-right: -75% !important;
}

.grid__column--xs-order-9 {
    -ms-flex-order: 45 !important;
    order: 45 !important;
}

.grid__column--xs-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.grid__column--xs-last {
    -ms-flex-order: 100 !important;
    order: 100 !important;
}

.grid__column--xs-10 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0;
}

.grid__column--xs-offset-10 {
    margin-left: 83.3333333333%;
}

.grid__column--xs-pull-10 {
    margin-right: -83.3333333333% !important;
}

.grid__column--xs-order-10 {
    -ms-flex-order: 50 !important;
    order: 50 !important;
}

.grid__column--xs-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.grid__column--xs-last {
    -ms-flex-order: 100 !important;
    order: 100 !important;
}

.grid__column--xs-11 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0;
}

.grid__column--xs-offset-11 {
    margin-left: 91.6666666667%;
}

.grid__column--xs-pull-11 {
    margin-right: -91.6666666667% !important;
}

.grid__column--xs-order-11 {
    -ms-flex-order: 55 !important;
    order: 55 !important;
}

.grid__column--xs-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.grid__column--xs-last {
    -ms-flex-order: 100 !important;
    order: 100 !important;
}

.grid__column--xs-12 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0;
}

.grid__column--xs-offset-12 {
    margin-left: 100%;
}

.grid__column--xs-pull-12 {
    margin-right: -100% !important;
}

.grid__column--xs-order-12 {
    -ms-flex-order: 60 !important;
    order: 60 !important;
}

.grid__column--xs-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.grid__column--xs-last {
    -ms-flex-order: 100 !important;
    order: 100 !important;
}

@media (min-width: 48rem) {
    .grid__column--sm-offset-1,.grid__column--sm-push-1 {
        margin-left:8.3333333333% !important;
    }

    .grid__column--sm-pull-1 {
        margin-right: -8.3333333333% !important;
    }

    .grid__column--sm-order-1 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .grid__column--sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--sm-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--sm-offset-2,.grid__column--sm-push-2 {
        margin-left: 16.6666666667% !important;
    }

    .grid__column--sm-pull-2 {
        margin-right: -16.6666666667% !important;
    }

    .grid__column--sm-order-2 {
        -ms-flex-order: 10 !important;
        order: 10 !important;
    }

    .grid__column--sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--sm-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--sm-offset-3,.grid__column--sm-push-3 {
        margin-left: 25% !important;
    }

    .grid__column--sm-pull-3 {
        margin-right: -25% !important;
    }

    .grid__column--sm-order-3 {
        -ms-flex-order: 15 !important;
        order: 15 !important;
    }

    .grid__column--sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--sm-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--sm-offset-4,.grid__column--sm-push-4 {
        margin-left: 33.3333333333% !important;
    }

    .grid__column--sm-pull-4 {
        margin-right: -33.3333333333% !important;
    }

    .grid__column--sm-order-4 {
        -ms-flex-order: 20 !important;
        order: 20 !important;
    }

    .grid__column--sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--sm-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--sm-offset-5,.grid__column--sm-push-5 {
        margin-left: 41.6666666667% !important;
    }

    .grid__column--sm-pull-5 {
        margin-right: -41.6666666667% !important;
    }

    .grid__column--sm-order-5 {
        -ms-flex-order: 25 !important;
        order: 25 !important;
    }

    .grid__column--sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--sm-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--sm-offset-6,.grid__column--sm-push-6 {
        margin-left: 50% !important;
    }

    .grid__column--sm-pull-6 {
        margin-right: -50% !important;
    }

    .grid__column--sm-order-6 {
        -ms-flex-order: 30 !important;
        order: 30 !important;
    }

    .grid__column--sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--sm-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--sm-offset-7,.grid__column--sm-push-7 {
        margin-left: 58.3333333333% !important;
    }

    .grid__column--sm-pull-7 {
        margin-right: -58.3333333333% !important;
    }

    .grid__column--sm-order-7 {
        -ms-flex-order: 35 !important;
        order: 35 !important;
    }

    .grid__column--sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--sm-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--sm-offset-8,.grid__column--sm-push-8 {
        margin-left: 66.6666666667% !important;
    }

    .grid__column--sm-pull-8 {
        margin-right: -66.6666666667% !important;
    }

    .grid__column--sm-order-8 {
        -ms-flex-order: 40 !important;
        order: 40 !important;
    }

    .grid__column--sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--sm-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--sm-offset-9,.grid__column--sm-push-9 {
        margin-left: 75% !important;
    }

    .grid__column--sm-pull-9 {
        margin-right: -75% !important;
    }

    .grid__column--sm-order-9 {
        -ms-flex-order: 45 !important;
        order: 45 !important;
    }

    .grid__column--sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--sm-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--sm-offset-10,.grid__column--sm-push-10 {
        margin-left: 83.3333333333% !important;
    }

    .grid__column--sm-pull-10 {
        margin-right: -83.3333333333% !important;
    }

    .grid__column--sm-order-10 {
        -ms-flex-order: 50 !important;
        order: 50 !important;
    }

    .grid__column--sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--sm-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--sm-offset-11,.grid__column--sm-push-11 {
        margin-left: 91.6666666667% !important;
    }

    .grid__column--sm-pull-11 {
        margin-right: -91.6666666667% !important;
    }

    .grid__column--sm-order-11 {
        -ms-flex-order: 55 !important;
        order: 55 !important;
    }

    .grid__column--sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--sm-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--sm-offset-12,.grid__column--sm-push-12 {
        margin-left: 100% !important;
    }

    .grid__column--sm-pull-12 {
        margin-right: -100% !important;
    }

    .grid__column--sm-order-12 {
        -ms-flex-order: 60 !important;
        order: 60 !important;
    }

    .grid__column--sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--sm-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }
}

@media (min-width: 48rem) and (min-width:48rem) {
    .grid__column--sm-1 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        width: 8.3333333333%;
        max-width: 8.3333333333%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 48rem) and (min-width:48rem) {
    .grid__column--sm-2 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        width: 16.6666666667%;
        max-width: 16.6666666667%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 48rem) and (min-width:48rem) {
    .grid__column--sm-3 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%;
        max-width: 25%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 48rem) and (min-width:48rem) {
    .grid__column--sm-4 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        width: 33.3333333333%;
        max-width: 33.3333333333%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 48rem) and (min-width:48rem) {
    .grid__column--sm-5 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        width: 41.6666666667%;
        max-width: 41.6666666667%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 48rem) and (min-width:48rem) {
    .grid__column--sm-6 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 48rem) and (min-width:48rem) {
    .grid__column--sm-7 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        width: 58.3333333333%;
        max-width: 58.3333333333%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 48rem) and (min-width:48rem) {
    .grid__column--sm-8 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        width: 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 48rem) and (min-width:48rem) {
    .grid__column--sm-9 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%;
        max-width: 75%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 48rem) and (min-width:48rem) {
    .grid__column--sm-10 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        width: 83.3333333333%;
        max-width: 83.3333333333%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 48rem) and (min-width:48rem) {
    .grid__column--sm-11 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        width: 91.6666666667%;
        max-width: 91.6666666667%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 48rem) and (min-width:48rem) {
    .grid__column--sm-12 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 64rem) {
    .grid__column--md-offset-1,.grid__column--md-push-1 {
        margin-left:8.3333333333% !important;
    }

    .grid__column--md-pull-1 {
        margin-right: -8.3333333333% !important;
    }

    .grid__column--md-order-1 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .grid__column--md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--md-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--md-offset-2,.grid__column--md-push-2 {
        margin-left: 16.6666666667% !important;
    }

    .grid__column--md-pull-2 {
        margin-right: -16.6666666667% !important;
    }

    .grid__column--md-order-2 {
        -ms-flex-order: 10 !important;
        order: 10 !important;
    }

    .grid__column--md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--md-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--md-offset-3,.grid__column--md-push-3 {
        margin-left: 25% !important;
    }

    .grid__column--md-pull-3 {
        margin-right: -25% !important;
    }

    .grid__column--md-order-3 {
        -ms-flex-order: 15 !important;
        order: 15 !important;
    }

    .grid__column--md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--md-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--md-offset-4,.grid__column--md-push-4 {
        margin-left: 33.3333333333% !important;
    }

    .grid__column--md-pull-4 {
        margin-right: -33.3333333333% !important;
    }

    .grid__column--md-order-4 {
        -ms-flex-order: 20 !important;
        order: 20 !important;
    }

    .grid__column--md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--md-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--md-offset-5,.grid__column--md-push-5 {
        margin-left: 41.6666666667% !important;
    }

    .grid__column--md-pull-5 {
        margin-right: -41.6666666667% !important;
    }

    .grid__column--md-order-5 {
        -ms-flex-order: 25 !important;
        order: 25 !important;
    }

    .grid__column--md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--md-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--md-offset-6,.grid__column--md-push-6 {
        margin-left: 50% !important;
    }

    .grid__column--md-pull-6 {
        margin-right: -50% !important;
    }

    .grid__column--md-order-6 {
        -ms-flex-order: 30 !important;
        order: 30 !important;
    }

    .grid__column--md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--md-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--md-offset-7,.grid__column--md-push-7 {
        margin-left: 58.3333333333% !important;
    }

    .grid__column--md-pull-7 {
        margin-right: -58.3333333333% !important;
    }

    .grid__column--md-order-7 {
        -ms-flex-order: 35 !important;
        order: 35 !important;
    }

    .grid__column--md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--md-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--md-offset-8,.grid__column--md-push-8 {
        margin-left: 66.6666666667% !important;
    }

    .grid__column--md-pull-8 {
        margin-right: -66.6666666667% !important;
    }

    .grid__column--md-order-8 {
        -ms-flex-order: 40 !important;
        order: 40 !important;
    }

    .grid__column--md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--md-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--md-offset-9,.grid__column--md-push-9 {
        margin-left: 75% !important;
    }

    .grid__column--md-pull-9 {
        margin-right: -75% !important;
    }

    .grid__column--md-order-9 {
        -ms-flex-order: 45 !important;
        order: 45 !important;
    }

    .grid__column--md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--md-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--md-offset-10,.grid__column--md-push-10 {
        margin-left: 83.3333333333% !important;
    }

    .grid__column--md-pull-10 {
        margin-right: -83.3333333333% !important;
    }

    .grid__column--md-order-10 {
        -ms-flex-order: 50 !important;
        order: 50 !important;
    }

    .grid__column--md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--md-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--md-offset-11,.grid__column--md-push-11 {
        margin-left: 91.6666666667% !important;
    }

    .grid__column--md-pull-11 {
        margin-right: -91.6666666667% !important;
    }

    .grid__column--md-order-11 {
        -ms-flex-order: 55 !important;
        order: 55 !important;
    }

    .grid__column--md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--md-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--md-offset-12,.grid__column--md-push-12 {
        margin-left: 100% !important;
    }

    .grid__column--md-pull-12 {
        margin-right: -100% !important;
    }

    .grid__column--md-order-12 {
        -ms-flex-order: 60 !important;
        order: 60 !important;
    }

    .grid__column--md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--md-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }
}

@media (min-width: 64rem) and (min-width:64rem) {
    .grid__column--md-1 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        width: 8.3333333333%;
        max-width: 8.3333333333%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 64rem) and (min-width:64rem) {
    .grid__column--md-2 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        width: 30%;
        max-width: 30%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 64rem) and (min-width:64rem) {
    .grid__column--md-3 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%;
        max-width: 25%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 64rem) and (min-width:64rem) {
    .grid__column--md-4 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        width: 33.3333333333%;
        max-width: 33.3333333333%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 64rem) and (min-width:64rem) {
    .grid__column--md-5 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        width: 41.6666666667%;
        max-width: 41.6666666667%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 64rem) and (min-width:64rem) {
    .grid__column--md-6 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 64rem) and (min-width:64rem) {
    .grid__column--md-7 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        width: 58.3333333333%;
        max-width: 58.3333333333%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 64rem) and (min-width:64rem) {
    .grid__column--md-8 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        width: 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 64rem) and (min-width:64rem) {
    .grid__column--md-9 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%;
        max-width: 75%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 64rem) and (min-width:64rem) {
    .grid__column--md-10 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        width: 83.3333333333%;
        max-width: 83.3333333333%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 64rem) and (min-width:64rem) {
    .grid__column--md-11 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        width: 91.6666666667%;
        max-width: 91.6666666667%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 64rem) and (min-width:64rem) {
    .grid__column--md-12 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 100rem) {
    .grid__column--lg-offset-1,.grid__column--lg-push-1 {
        margin-left:8.3333333333% !important;
    }

    .grid__column--lg-pull-1 {
        margin-right: -8.3333333333% !important;
    }

    .grid__column--lg-order-1 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .grid__column--lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--lg-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--lg-offset-2,.grid__column--lg-push-2 {
        margin-left: 16.6666666667% !important;
    }

    .grid__column--lg-pull-2 {
        margin-right: -16.6666666667% !important;
    }

    .grid__column--lg-order-2 {
        -ms-flex-order: 10 !important;
        order: 10 !important;
    }

    .grid__column--lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--lg-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--lg-offset-3,.grid__column--lg-push-3 {
        margin-left: 25% !important;
    }

    .grid__column--lg-pull-3 {
        margin-right: -25% !important;
    }

    .grid__column--lg-order-3 {
        -ms-flex-order: 15 !important;
        order: 15 !important;
    }

    .grid__column--lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--lg-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--lg-offset-4,.grid__column--lg-push-4 {
        margin-left: 33.3333333333% !important;
    }

    .grid__column--lg-pull-4 {
        margin-right: -33.3333333333% !important;
    }

    .grid__column--lg-order-4 {
        -ms-flex-order: 20 !important;
        order: 20 !important;
    }

    .grid__column--lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--lg-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--lg-offset-5,.grid__column--lg-push-5 {
        margin-left: 41.6666666667% !important;
    }

    .grid__column--lg-pull-5 {
        margin-right: -41.6666666667% !important;
    }

    .grid__column--lg-order-5 {
        -ms-flex-order: 25 !important;
        order: 25 !important;
    }

    .grid__column--lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--lg-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--lg-offset-6,.grid__column--lg-push-6 {
        margin-left: 50% !important;
    }

    .grid__column--lg-pull-6 {
        margin-right: -50% !important;
    }

    .grid__column--lg-order-6 {
        -ms-flex-order: 30 !important;
        order: 30 !important;
    }

    .grid__column--lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--lg-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--lg-offset-7,.grid__column--lg-push-7 {
        margin-left: 58.3333333333% !important;
    }

    .grid__column--lg-pull-7 {
        margin-right: -58.3333333333% !important;
    }

    .grid__column--lg-order-7 {
        -ms-flex-order: 35 !important;
        order: 35 !important;
    }

    .grid__column--lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--lg-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--lg-offset-8,.grid__column--lg-push-8 {
        margin-left: 66.6666666667% !important;
    }

    .grid__column--lg-pull-8 {
        margin-right: -66.6666666667% !important;
    }

    .grid__column--lg-order-8 {
        -ms-flex-order: 40 !important;
        order: 40 !important;
    }

    .grid__column--lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--lg-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--lg-offset-9,.grid__column--lg-push-9 {
        margin-left: 75% !important;
    }

    .grid__column--lg-pull-9 {
        margin-right: -75% !important;
    }

    .grid__column--lg-order-9 {
        -ms-flex-order: 45 !important;
        order: 45 !important;
    }

    .grid__column--lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--lg-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--lg-offset-10,.grid__column--lg-push-10 {
        margin-left: 83.3333333333% !important;
    }

    .grid__column--lg-pull-10 {
        margin-right: -83.3333333333% !important;
    }

    .grid__column--lg-order-10 {
        -ms-flex-order: 50 !important;
        order: 50 !important;
    }

    .grid__column--lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--lg-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--lg-offset-11,.grid__column--lg-push-11 {
        margin-left: 91.6666666667% !important;
    }

    .grid__column--lg-pull-11 {
        margin-right: -91.6666666667% !important;
    }

    .grid__column--lg-order-11 {
        -ms-flex-order: 55 !important;
        order: 55 !important;
    }

    .grid__column--lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--lg-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }

    .grid__column--lg-offset-12,.grid__column--lg-push-12 {
        margin-left: 100% !important;
    }

    .grid__column--lg-pull-12 {
        margin-right: -100% !important;
    }

    .grid__column--lg-order-12 {
        -ms-flex-order: 60 !important;
        order: 60 !important;
    }

    .grid__column--lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .grid__column--lg-last {
        -ms-flex-order: 100 !important;
        order: 100 !important;
    }
}

@media (min-width: 100rem) and (min-width:100rem) {
    .grid__column--lg-1 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        width: 8.3333333333%;
        max-width: 8.3333333333%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 100rem) and (min-width:100rem) {
    .grid__column--lg-2 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        width: 16.6666666667%;
        max-width: 16.6666666667%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 100rem) and (min-width:100rem) {
    .grid__column--lg-3 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%;
        max-width: 25%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 100rem) and (min-width:100rem) {
    .grid__column--lg-4 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        width: 33.3333333333%;
        max-width: 33.3333333333%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 100rem) and (min-width:100rem) {
    .grid__column--lg-5 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        width: 41.6666666667%;
        max-width: 41.6666666667%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 100rem) and (min-width:100rem) {
    .grid__column--lg-6 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 100rem) and (min-width:100rem) {
    .grid__column--lg-7 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        width: 58.3333333333%;
        max-width: 58.3333333333%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 100rem) and (min-width:100rem) {
    .grid__column--lg-8 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        width: 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 100rem) and (min-width:100rem) {
    .grid__column--lg-9 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%;
        max-width: 75%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 100rem) and (min-width:100rem) {
    .grid__column--lg-10 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        width: 83.3333333333%;
        max-width: 83.3333333333%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 100rem) and (min-width:100rem) {
    .grid__column--lg-11 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        width: 91.6666666667%;
        max-width: 91.6666666667%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 100rem) and (min-width:100rem) {
    .grid__column--lg-12 {
        padding-right:1.25rem;
        padding-left: 1.25rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (max-width: 47.9375rem) {
    .hidden-xs {
        display:none !important;
    }
}

@media (min-width: 48rem) and (max-width:63.96875rem) {
    .hidden-sm {
        display:none !important;
    }
}

@media (min-width: 64rem) and (max-width:99.96875rem) {
    .hidden-md {
        display:none !important;
    }
}

@media (min-width: 100rem) {
    .hidden-lg {
        display:none !important;
    }
}

.container-fluid,.section .section__content {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    display: block;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 48rem) {
    .container {
        width:48rem;
    }
}

@media (min-width: 64rem) {
    .container {
        width:64rem;
    }
}

@media (min-width: 100rem) {
    .container {
        width:100rem;
    }
}

@media (min-width: 48rem) {
    .container {
        width:48rem;
    }
}

@media (min-width: 64rem) {
    .container {
        width:64rem;
    }
}

@media (min-width: 100rem) {
    .container {
        width:100rem;
    }
}

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

audio {
    width: 100%;
}

@font-face {
    font-family: "Gotham";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Light.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Light.eot?iefix') format("embedded-opentype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Light.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Light.ttf') format("truetype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Light.svg#Gotham-Light') format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-LightItalic.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-LightItalic.eot?iefix') format("embedded-opentype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-LightItalic.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-LightItalic.ttf') format("truetype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-LightItalic.svg#Gotham-LightItalic') format("svg");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Gotham";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Bold.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Bold.eot?iefix') format("embedded-opentype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Bold.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Bold.ttf') format("truetype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Bold.svg#Gotham-Bold') format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-BoldItalic.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-BoldItalic.eot?iefix') format("embedded-opentype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-BoldItalic.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-BoldItalic.ttf') format("truetype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-BoldItalic.svg#Gotham-BoldItalic') format("svg");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Gotham-Book";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Book.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Book.eot?iefix') format("embedded-opentype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Book.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Book.ttf') format("truetype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Book.svg#Gotham-Book') format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Book";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-BookItalic.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-BookItalic.eot?iefix') format("embedded-opentype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-BookItalic.woff') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-BookItalic.ttf') format("truetype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-BookItalic.svg#Gotham-BookItalic') format("svg");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Gotham-Ultra";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Ultra.eot');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Ultra.eot?iefix') format("embedded-opentype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/Gotham/Gotham-Ultra.woff') format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "rvr-icons";
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/rvr-icons.eot?h497pi');
    src: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/rvr-icons.eot?h497pi#iefix') format("embedded-opentype"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/rvr-icons.svg?h497pi#rvr-icons') format("svg"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/rvr-icons.woff?h497pi') format("woff"),url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Fonts/rvr-icons.ttf?h497pi') format("truetype");
    font-weight: normal;
    font-style: normal;
}

.icon,.pagination__item--next a:before,.pagination__item--next-last a:after,.pagination__item--previous a:before,.pagination__item--previous-first a:after,.date-input:after,.ui-datepicker .ui-datepicker-prev:after,.ui-datepicker .ui-datepicker-next:after,.ui-datepicker .ui-icon,.solr-results__form-submit-button:after,.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select:before,.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select:after {
    font-family: "rvr-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ce-headline-h1-lowercase {
    margin-bottom: 2rem !important;
}

.ce-headline-h2-lowercase {
    margin-bottom: 1.25rem;
}

.ce-headline-h3-lowercase {
    margin-bottom: 1.25rem;
}

h4,.ce-headline-h4,.ce-headline-h4-lowercase,.link--int,.link--ext,.link--file,.link--phone,.link--world-globe,.link--rte-audio-link,.link--mail,.link--download,.button,.tx-powermail .btn-default[tabindex],.fileupload.fileupload--file-added .fileupload__reset,.fileupload__button,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,.news-file-list__link a,.ce-uploads__link,.tabpanel__tablist li a {
    line-height: 1.15 !important;
}

.ce-headline-h4-lowercase {
    line-height: 1.15;
    margin-bottom: 1.125rem;
}

.hamburger {
    padding: .625rem .625rem -2.375rem .625rem;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: .9;
}

.hamburger-box {
    width: 2.5rem;
    height: 1.875rem;
    display: inline-block;
    position: relative;
    margin: 0;
    -webkit-transition: width .5s,height .5s,margin-top .5s,margin-left .5s;
    transition: width .5s,height .5s,margin-top .5s,margin-left .5s;
}

@media (max-width: 47.9375rem) {
    .hamburger-box {
        width:2rem;
        height: 1.4rem;
    }
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -.1875rem;
    width: auto;
    -webkit-transition: margin-top .5s,width .5s;
    transition: margin-top .5s,width .5s;
}

@media (max-width: 47.9375rem) {
    .hamburger-inner {
        margin-top:-.17rem;
    }
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    width: 2.5rem;
    height: .375rem;
    background-color: #fff;
    border-radius: .25rem;
    position: absolute;
    transition-property: -ms-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

@media (max-width: 47.9375rem) {
    .hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
        width:2rem;
        height: .34rem;
    }
}

.hamburger-inner::before,.hamburger-inner::after {
    content: " ";
    display: block;
}

.hamburger-inner::before {
    top: -.75rem;
}

@media (max-width: 47.9375rem) {
    .hamburger-inner::before {
        top:.53rem * -;
    }
}

.hamburger-inner::after {
    bottom: -.75rem;
}

@media (max-width: 47.9375rem) {
    .hamburger-inner::after {
        bottom:-.53rem;
    }
}

.hamburger--elastic .hamburger-inner {
    top: .1875rem;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: .75rem;
    -webkit-transition: opacity .15s .4s ease;
    transition: opacity .15s .4s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 1.5rem;
    transition: -ms-transform .4s cubic-bezier(.68,-.55,.265,1.55);
    transition: -webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);
    transition: transform .4s cubic-bezier(.68,-.55,.265,1.55);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    -ms-transform: translate3d(0,.75rem,0) rotate(135deg);
    -webkit-transform: translate3d(0,.75rem,0) rotate(135deg);
    transform: translate3d(0,.75rem,0) rotate(135deg);
    transition-delay: .1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -ms-transform: translate3d(0,-1.5rem,0) rotate(-270deg);
    -webkit-transform: translate3d(0,-1.5rem,0) rotate(-270deg);
    transform: translate3d(0,-1.5rem,0) rotate(-270deg);
    transition-delay: .1s;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1142;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1143;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1145;
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1144;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1146;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close:before {
    display: inline-block;
    content: "×";
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    top: 3px;
    right: 5px;
    color: #000;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,.mfp-arrow:after {
    font-size: 40px;
    font-size: 2.5rem;
    font-family: "rvr-icons";
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
}

.mfp-arrow:after {
    top: 8px;
}

.mfp-arrow:before {
    opacity: .7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    content: "";
    margin-left: 30px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 48rem) {
    .mfp-arrow-left:after {
        margin-left:10px;
    }
}

.mfp-arrow-left:before {
    margin-left: 25px;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    content: "";
    margin-left: 19px;
}

@media (max-width: 48rem) {
    .mfp-arrow-right:after {
        margin-left:39px;
    }
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    background-color: #fff;
    padding: 8px;
    min-height: 30px;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #000;
    word-wrap: break-word;
    padding-right: 60px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

body .body__overlay {
    position: absolute;
    top: 5rem;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.9);
    z-index: 1002;
    display: none;
    min-height: 125rem;
}

body .body__overlay--open {
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}

.frame {
    clear: both;
}

.frame-type-image>.grid {
    margin-bottom: 0;
}

.frame-grey,.frame-white,.frame-petrol,.frame-gold {
    margin-bottom: 1.25rem;
}

.frame-petrol {
    background-color: #009640;
    color: #fff;
    padding: 1.25rem 1.25rem 0 1.25rem;
    display: inline-block;
}

.frame-petrol p {
    color: #fff !important;
}

.frame-petrol .ce-headline-h5,.frame-petrol .link,.frame-petrol .link--int,.frame-petrol .link--ext,.frame-petrol .link--mail,.frame-petrol .link--file,.frame-petrol .link--phone,.frame-petrol .link--world-globe,.frame-petrol .link--rte-audio-link {
    color: #fff;
}

.frame-petrol .link--int:hover,.frame-petrol .link--ext:hover,.frame-petrol .link--mail:hover,.frame-petrol .link--file:hover,.frame-petrol .link--phone:hover,.frame-petrol .link--world-globe:hover,.frame-petrol .link--rte-audio-link:hover {
    color: #fff;
}

.frame-petrol .button,.frame-petrol .tx-powermail .btn-default[tabindex],.tx-powermail .frame-petrol .btn-default[tabindex],.frame-petrol .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .frame-petrol .fileupload__reset,.frame-petrol .fileupload__button,.frame-petrol #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .frame-petrol .sg-cookie-optin-box-button-accept-all,.frame-petrol #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .frame-petrol .sg-cookie-optin-box-button-accept-specific,.frame-petrol #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .frame-petrol .sg-cookie-optin-box-button-accept-essential {
    color: #fff;
    border-color: #fff;
    background-color: #009640;
}

.frame-petrol .button:hover,.frame-petrol .tx-powermail .btn-default[tabindex]:hover,.tx-powermail .frame-petrol .btn-default[tabindex]:hover,.frame-petrol .fileupload.fileupload--file-added .fileupload__reset:hover,.fileupload.fileupload--file-added .frame-petrol .fileupload__reset:hover,.frame-petrol .fileupload__button:hover,.frame-petrol #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .frame-petrol .sg-cookie-optin-box-button-accept-all:hover,.frame-petrol #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .frame-petrol .sg-cookie-optin-box-button-accept-specific:hover,.frame-petrol #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover,#SgCookieOptin .sg-cookie-optin-box .frame-petrol .sg-cookie-optin-box-button-accept-essential:hover {
    color: #009640;
    background-color: #fff;
}

.frame-petrol .button:after,.frame-petrol .tx-powermail .btn-default[tabindex]:after,.tx-powermail .frame-petrol .btn-default[tabindex]:after,.frame-petrol .fileupload.fileupload--file-added .fileupload__reset:after,.fileupload.fileupload--file-added .frame-petrol .fileupload__reset:after,.frame-petrol .fileupload__button:after,.frame-petrol #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:after,#SgCookieOptin .sg-cookie-optin-box .frame-petrol .sg-cookie-optin-box-button-accept-all:after,.frame-petrol #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:after,#SgCookieOptin .sg-cookie-optin-box .frame-petrol .sg-cookie-optin-box-button-accept-specific:after,.frame-petrol #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:after,#SgCookieOptin .sg-cookie-optin-box .frame-petrol .sg-cookie-optin-box-button-accept-essential:after {
    border-right-color: #009640 !important;
}

.frame-petrol .button:before,.frame-petrol .tx-powermail .btn-default[tabindex]:before,.tx-powermail .frame-petrol .btn-default[tabindex]:before,.frame-petrol .fileupload.fileupload--file-added .fileupload__reset:before,.fileupload.fileupload--file-added .frame-petrol .fileupload__reset:before,.frame-petrol .fileupload__button:before,.frame-petrol #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:before,#SgCookieOptin .sg-cookie-optin-box .frame-petrol .sg-cookie-optin-box-button-accept-all:before,.frame-petrol #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:before,#SgCookieOptin .sg-cookie-optin-box .frame-petrol .sg-cookie-optin-box-button-accept-specific:before,.frame-petrol #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:before,#SgCookieOptin .sg-cookie-optin-box .frame-petrol .sg-cookie-optin-box-button-accept-essential:before {
    background-color: #fff;
}

.frame-petrol ul li::before,.frame-petrol ol li::before {
    color: #fff;
}

.frame-petrol ul.link-list--no-padding li .link,.frame-petrol ol.link-list--no-padding li .link {
    color: #fff;
}

.frame-petrol figcaption {
    color: #fff !important;
}

.frame-gold {
    background-color: #cfad63;
    color: #fff;
    padding: 1.25rem 1.25rem 0 1.25rem;
    display: inline-block;
}

.frame-gold p {
    color: #fff !important;
}

.frame-gold .ce-headline-h5,.frame-gold .link,.frame-gold .link--int,.frame-gold .link--ext,.frame-gold .link--mail,.frame-gold .link--file,.frame-gold .link--phone,.frame-gold .link--world-globe,.frame-gold .link--rte-audio-link {
    color: #fff;
}

.frame-gold .link--int:hover,.frame-gold .link--ext:hover,.frame-gold .link--mail:hover,.frame-gold .link--file:hover,.frame-gold .link--phone:hover,.frame-gold .link--world-globe:hover,.frame-gold .link--rte-audio-link:hover {
    color: #fff;
}

.frame-gold .button,.frame-gold .tx-powermail .btn-default[tabindex],.tx-powermail .frame-gold .btn-default[tabindex],.frame-gold .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .frame-gold .fileupload__reset,.frame-gold .fileupload__button,.frame-gold #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .frame-gold .sg-cookie-optin-box-button-accept-all,.frame-gold #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .frame-gold .sg-cookie-optin-box-button-accept-specific,.frame-gold #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .frame-gold .sg-cookie-optin-box-button-accept-essential {
    color: #fff;
    border-color: #fff;
    background-color: #cfad63;
}

.frame-gold .button:hover,.frame-gold .tx-powermail .btn-default[tabindex]:hover,.tx-powermail .frame-gold .btn-default[tabindex]:hover,.frame-gold .fileupload.fileupload--file-added .fileupload__reset:hover,.fileupload.fileupload--file-added .frame-gold .fileupload__reset:hover,.frame-gold .fileupload__button:hover,.frame-gold #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .frame-gold .sg-cookie-optin-box-button-accept-all:hover,.frame-gold #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .frame-gold .sg-cookie-optin-box-button-accept-specific:hover,.frame-gold #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover,#SgCookieOptin .sg-cookie-optin-box .frame-gold .sg-cookie-optin-box-button-accept-essential:hover {
    color: #cfad63;
    background-color: #fff;
}

.frame-gold .button:after,.frame-gold .tx-powermail .btn-default[tabindex]:after,.tx-powermail .frame-gold .btn-default[tabindex]:after,.frame-gold .fileupload.fileupload--file-added .fileupload__reset:after,.fileupload.fileupload--file-added .frame-gold .fileupload__reset:after,.frame-gold .fileupload__button:after,.frame-gold #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:after,#SgCookieOptin .sg-cookie-optin-box .frame-gold .sg-cookie-optin-box-button-accept-all:after,.frame-gold #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:after,#SgCookieOptin .sg-cookie-optin-box .frame-gold .sg-cookie-optin-box-button-accept-specific:after,.frame-gold #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:after,#SgCookieOptin .sg-cookie-optin-box .frame-gold .sg-cookie-optin-box-button-accept-essential:after {
    border-right-color: #cfad63 !important;
}

.frame-gold .button:before,.frame-gold .tx-powermail .btn-default[tabindex]:before,.tx-powermail .frame-gold .btn-default[tabindex]:before,.frame-gold .fileupload.fileupload--file-added .fileupload__reset:before,.fileupload.fileupload--file-added .frame-gold .fileupload__reset:before,.frame-gold .fileupload__button:before,.frame-gold #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:before,#SgCookieOptin .sg-cookie-optin-box .frame-gold .sg-cookie-optin-box-button-accept-all:before,.frame-gold #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:before,#SgCookieOptin .sg-cookie-optin-box .frame-gold .sg-cookie-optin-box-button-accept-specific:before,.frame-gold #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:before,#SgCookieOptin .sg-cookie-optin-box .frame-gold .sg-cookie-optin-box-button-accept-essential:before {
    background-color: #fff;
}

.frame-gold ul li::before,.frame-gold ol li::before {
    color: #fff;
}

.frame-gold figcaption {
    color: #fff !important;
}

.frame-grey {
    background-color: #efefef;
    padding: 1.25rem 1.25rem 0 1.25rem;
    display: inline-block;
    color: #000;
}

.frame-grey p {
    color: #000 !important;
}

.frame-grey .ce-headline-h5,.frame-grey .link {
    color: #000;
}

.frame-grey .link--int:hover,.frame-grey .link--ext:hover,.frame-grey .link--mail:hover,.frame-grey .link--file:hover,.frame-grey .link--phone:hover,.frame-grey .link--world-globe:hover,.frame-grey .link--rte-audio-link:hover {
    color: #000 !important;
}

.frame-grey .link {
    color: #000 !important;
}

.frame-grey .button,.frame-grey .tx-powermail .btn-default[tabindex],.tx-powermail .frame-grey .btn-default[tabindex],.frame-grey .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .frame-grey .fileupload__reset,.frame-grey .fileupload__button,.frame-grey #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .frame-grey .sg-cookie-optin-box-button-accept-all,.frame-grey #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .frame-grey .sg-cookie-optin-box-button-accept-specific,.frame-grey #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .frame-grey .sg-cookie-optin-box-button-accept-essential {
    color: #000 !important;
    border-color: #000 !important;
    background-color: #fff !important;
}

.frame-grey .button:hover,.frame-grey .tx-powermail .btn-default[tabindex]:hover,.tx-powermail .frame-grey .btn-default[tabindex]:hover,.frame-grey .fileupload.fileupload--file-added .fileupload__reset:hover,.fileupload.fileupload--file-added .frame-grey .fileupload__reset:hover,.frame-grey .fileupload__button:hover,.frame-grey #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .frame-grey .sg-cookie-optin-box-button-accept-all:hover,.frame-grey #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .frame-grey .sg-cookie-optin-box-button-accept-specific:hover,.frame-grey #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover,#SgCookieOptin .sg-cookie-optin-box .frame-grey .sg-cookie-optin-box-button-accept-essential:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.frame-grey .button:after,.frame-grey .tx-powermail .btn-default[tabindex]:after,.tx-powermail .frame-grey .btn-default[tabindex]:after,.frame-grey .fileupload.fileupload--file-added .fileupload__reset:after,.fileupload.fileupload--file-added .frame-grey .fileupload__reset:after,.frame-grey .fileupload__button:after,.frame-grey #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:after,#SgCookieOptin .sg-cookie-optin-box .frame-grey .sg-cookie-optin-box-button-accept-all:after,.frame-grey #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:after,#SgCookieOptin .sg-cookie-optin-box .frame-grey .sg-cookie-optin-box-button-accept-specific:after,.frame-grey #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:after,#SgCookieOptin .sg-cookie-optin-box .frame-grey .sg-cookie-optin-box-button-accept-essential:after {
    border-right-color: #efefef !important;
}

.frame-grey .button:before,.frame-grey .tx-powermail .btn-default[tabindex]:before,.tx-powermail .frame-grey .btn-default[tabindex]:before,.frame-grey .fileupload.fileupload--file-added .fileupload__reset:before,.fileupload.fileupload--file-added .frame-grey .fileupload__reset:before,.frame-grey .fileupload__button:before,.frame-grey #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:before,#SgCookieOptin .sg-cookie-optin-box .frame-grey .sg-cookie-optin-box-button-accept-all:before,.frame-grey #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:before,#SgCookieOptin .sg-cookie-optin-box .frame-grey .sg-cookie-optin-box-button-accept-specific:before,.frame-grey #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:before,#SgCookieOptin .sg-cookie-optin-box .frame-grey .sg-cookie-optin-box-button-accept-essential:before {
    background-color: #000 !important;
}

.frame-grey ul li::before,.frame-grey ol li::before {
    color: #000 !important;
}

.frame-grey figcaption {
    color: #000 !important;
}

.frame-white {
    background-color: #fff;
    padding: 1.25rem 1.25rem 0 1.25rem;
    display: inline-block;
    color: #000;
}

.frame-white p {
    color: #000 !important;
}

.frame-white .ce-headline-h5,.frame-white .link {
    color: #000;
}

.frame-white .link--int,.frame-white .link--ext,.frame-white .link--mail,.frame-white .link--file,.frame-white .link--phone,.frame-white .link--world-globe,.frame-white .link--rte-audio-link {
    color: #000 !important;
}

.frame-white .link--int:hover,.frame-white .link--ext:hover,.frame-white .link--mail:hover,.frame-white .link--file:hover,.frame-white .link--phone:hover,.frame-white .link--world-globe:hover,.frame-white .link--rte-audio-link:hover {
    color: #000 !important;
}

.frame-white .button,.frame-white .tx-powermail .btn-default[tabindex],.tx-powermail .frame-white .btn-default[tabindex],.frame-white .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .frame-white .fileupload__reset,.frame-white .fileupload__button,.frame-white #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .frame-white .sg-cookie-optin-box-button-accept-all,.frame-white #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .frame-white .sg-cookie-optin-box-button-accept-specific,.frame-white #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .frame-white .sg-cookie-optin-box-button-accept-essential {
    color: #000 !important;
    border-color: #000 !important;
    background-color: #fff !important;
}

.frame-white .button:hover,.frame-white .tx-powermail .btn-default[tabindex]:hover,.tx-powermail .frame-white .btn-default[tabindex]:hover,.frame-white .fileupload.fileupload--file-added .fileupload__reset:hover,.fileupload.fileupload--file-added .frame-white .fileupload__reset:hover,.frame-white .fileupload__button:hover,.frame-white #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .frame-white .sg-cookie-optin-box-button-accept-all:hover,.frame-white #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .frame-white .sg-cookie-optin-box-button-accept-specific:hover,.frame-white #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover,#SgCookieOptin .sg-cookie-optin-box .frame-white .sg-cookie-optin-box-button-accept-essential:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.frame-white .button:after,.frame-white .tx-powermail .btn-default[tabindex]:after,.tx-powermail .frame-white .btn-default[tabindex]:after,.frame-white .fileupload.fileupload--file-added .fileupload__reset:after,.fileupload.fileupload--file-added .frame-white .fileupload__reset:after,.frame-white .fileupload__button:after,.frame-white #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:after,#SgCookieOptin .sg-cookie-optin-box .frame-white .sg-cookie-optin-box-button-accept-all:after,.frame-white #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:after,#SgCookieOptin .sg-cookie-optin-box .frame-white .sg-cookie-optin-box-button-accept-specific:after,.frame-white #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:after,#SgCookieOptin .sg-cookie-optin-box .frame-white .sg-cookie-optin-box-button-accept-essential:after {
    border-right-color: #fff !important;
}

.frame-white .button:before,.frame-white .tx-powermail .btn-default[tabindex]:before,.tx-powermail .frame-white .btn-default[tabindex]:before,.frame-white .fileupload.fileupload--file-added .fileupload__reset:before,.fileupload.fileupload--file-added .frame-white .fileupload__reset:before,.frame-white .fileupload__button:before,.frame-white #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:before,#SgCookieOptin .sg-cookie-optin-box .frame-white .sg-cookie-optin-box-button-accept-all:before,.frame-white #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:before,#SgCookieOptin .sg-cookie-optin-box .frame-white .sg-cookie-optin-box-button-accept-specific:before,.frame-white #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:before,#SgCookieOptin .sg-cookie-optin-box .frame-white .sg-cookie-optin-box-button-accept-essential:before {
    background-color: #000 !important;
}

.frame-white ul li::before,.frame-white ol li::before {
    color: #000 !important;
}

.frame-white figcaption {
    color: #000 !important;
}

.frame-dark {
    background-color: inherit;
    padding: 1.25rem 1.25rem 0 1.25rem;
    display: inline-block;
    color: #fff;
}

.frame-dark p {
    color: #fff !important;
}

.frame-dark .ce-headline-h5,.frame-dark .link {
    color: #fff;
}

.frame-dark .link--int:hover,.frame-dark .link--ext:hover,.frame-dark .link--mail:hover,.frame-dark .link--file:hover,.frame-dark .link--phone:hover,.frame-dark .link--world-globe:hover,.frame-dark .link--rte-audio-link:hover {
    color: #fff;
}

.frame-dark .button,.frame-dark .tx-powermail .btn-default[tabindex],.tx-powermail .frame-dark .btn-default[tabindex],.frame-dark .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .frame-dark .fileupload__reset,.frame-dark .fileupload__button,.frame-dark #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .frame-dark .sg-cookie-optin-box-button-accept-all,.frame-dark #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .frame-dark .sg-cookie-optin-box-button-accept-specific,.frame-dark #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .frame-dark .sg-cookie-optin-box-button-accept-essential {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #009640 !important;
}

.frame-dark .button:hover,.frame-dark .tx-powermail .btn-default[tabindex]:hover,.tx-powermail .frame-dark .btn-default[tabindex]:hover,.frame-dark .fileupload.fileupload--file-added .fileupload__reset:hover,.fileupload.fileupload--file-added .frame-dark .fileupload__reset:hover,.frame-dark .fileupload__button:hover,.frame-dark #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .frame-dark .sg-cookie-optin-box-button-accept-all:hover,.frame-dark #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .frame-dark .sg-cookie-optin-box-button-accept-specific:hover,.frame-dark #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover,#SgCookieOptin .sg-cookie-optin-box .frame-dark .sg-cookie-optin-box-button-accept-essential:hover {
    color: #009640 !important;
    background-color: #fff !important;
}

.frame-dark .button:after,.frame-dark .tx-powermail .btn-default[tabindex]:after,.tx-powermail .frame-dark .btn-default[tabindex]:after,.frame-dark .fileupload.fileupload--file-added .fileupload__reset:after,.fileupload.fileupload--file-added .frame-dark .fileupload__reset:after,.frame-dark .fileupload__button:after,.frame-dark #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:after,#SgCookieOptin .sg-cookie-optin-box .frame-dark .sg-cookie-optin-box-button-accept-all:after,.frame-dark #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:after,#SgCookieOptin .sg-cookie-optin-box .frame-dark .sg-cookie-optin-box-button-accept-specific:after,.frame-dark #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:after,#SgCookieOptin .sg-cookie-optin-box .frame-dark .sg-cookie-optin-box-button-accept-essential:after {
    border-right-color: #009640;
}

.frame-dark .button:before,.frame-dark .tx-powermail .btn-default[tabindex]:before,.tx-powermail .frame-dark .btn-default[tabindex]:before,.frame-dark .fileupload.fileupload--file-added .fileupload__reset:before,.fileupload.fileupload--file-added .frame-dark .fileupload__reset:before,.frame-dark .fileupload__button:before,.frame-dark #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:before,#SgCookieOptin .sg-cookie-optin-box .frame-dark .sg-cookie-optin-box-button-accept-all:before,.frame-dark #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:before,#SgCookieOptin .sg-cookie-optin-box .frame-dark .sg-cookie-optin-box-button-accept-specific:before,.frame-dark #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:before,#SgCookieOptin .sg-cookie-optin-box .frame-dark .sg-cookie-optin-box-button-accept-essential:before {
    background-color: #fff !important;
}

.frame-dark ul li::before,.frame-dark ol li::before {
    color: #fff !important;
}

.frame-dark figcaption {
    color: #fff !important;
}

.frame-space-before-small {
    margin-top: 1.875rem !important;
}

@media (max-width: 48rem) {
    .frame-space-before-small {
        margin-top:.9375rem !important;
    }
}

.frame-space-before-medium {
    margin-top: 2.8125rem !important;
}

@media (max-width: 48rem) {
    .frame-space-before-medium {
        margin-top:1.25rem !important;
    }
}

.frame-space-before-large {
    margin-top: 3.75rem !important;
}

@media (max-width: 48rem) {
    .frame-space-before-large {
        margin-top:1.875rem !important;
    }
}

.frame-space-after-small {
    margin-bottom: 1.875rem !important;
}

@media (max-width: 48rem) {
    .frame-space-after-small {
        margin-bottom:.9375rem !important;
    }
}

.frame-space-after-medium {
    margin-bottom: 2.8125rem !important;
}

@media (max-width: 48rem) {
    .frame-space-after-medium {
        margin-bottom:1.25rem !important;
    }
}

.frame-space-after-large {
    margin-bottom: 3.75rem !important;
}

@media (max-width: 48rem) {
    .frame-space-after-large {
        margin-bottom:1.875rem !important;
    }
}

.frame-space-after-none.frame-type-image .media-element__image {
    margin-bottom: 0;
}

.frame--with-corner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: .625rem .625rem 0 .625rem;
    outline: .625rem solid;
    outline-color: #009640;
    outline-offset: -10px;
    box-sizing: border-box;
}

.frame--with-corner:before {
    content: " ";
    position: absolute;
    top: -2.1875rem;
    right: -2.1875rem;
    height: 4.375rem;
    width: 4.375rem;
    z-index: 2;
    background-color: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.frame--with-corner>.frame {
    width: 100%;
}

.frame--with-corner>.frame:after {
    display: none;
}

.frame--with-corner>.frame:first-of-type {
    position: unset;
}

.frame--with-corner>.frame:first-of-type:before {
    content: " ";
    position: absolute;
    top: -2.8125rem;
    right: -2.8125rem;
    height: 5.625rem;
    width: 5.625rem;
    z-index: 1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #009640;
}

.frame--with-corner>.frame:last-of-type {
    padding-bottom: 1.25rem;
    margin-bottom: .625rem;
}

.frame--with-corner>.frame {
    padding: 0 1.875rem 0 1.875rem;
}

.frame--with-corner>.frame:first-of-type {
    padding: 1.25rem 1.875rem 0 1.875rem;
}

.frame--with-corner>.frame:last-of-type {
    padding: 0 1.875rem 1.25rem 1.875rem;
}

.internet-explorer .frame {
    overflow: hidden;
}

.frame-petrol.frame-type-textpic,.frame-gold.frame-type-textpic,.frame-white.frame-type-textpic,.frame-grey.frame-type-textpic {
    position: relative;
}

.frame-petrol.frame-type-textpic:after,.frame-gold.frame-type-textpic:after,.frame-white.frame-type-textpic:after,.frame-grey.frame-type-textpic:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: -.125rem;
    right: -.125rem;
    border-top: 0 solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-right: 2.5rem solid #fff;
    z-index: 0;
}

.section--grey-background .frame-petrol.frame-type-textpic:after,.section--grey-background .frame-gold.frame-type-textpic:after,.section--grey-background .frame-white.frame-type-textpic:after,.section--grey-background .frame-grey.frame-type-textpic:after {
    border-right-color: #efefef;
}

.section--petrol-background .frame-petrol.frame-type-textpic:after,.section--petrol-background .frame-gold.frame-type-textpic:after,.section--petrol-background .frame-white.frame-type-textpic:after,.section--petrol-background .frame-grey.frame-type-textpic:after {
    border-right-color: #009640;
}

.frame--without-corner:after {
    display: none !important;
}

.section {
    display: block;
    background: #fff;
    padding: 2.5rem 0 1.25rem 0;
    clear: both;
}

@media (max-width: 48rem) {
    .section--move-up .section__content {
        margin-top:-2.5rem !important;
    }
}

.section--full-width .section__content {
    max-width: none;
}

.section--with-extra-content-background .section__content {
    padding: 1.875rem 2.5rem;
    max-width: calc(100rem - 40px);
}

.section--with-image-background {
    background-size: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background: #fff;
}

.section--with-image-background .section__content {
    margin-bottom: 15rem;
    padding: 1.875rem;
    max-width: calc(100rem - 40px);
}

@media (max-width: 48rem) {
    .section--with-image-background .section__content {
        margin-bottom:7.5rem;
    }
}

@media (max-width: 64rem) {
    .section--with-image-background {
        background-size:cover !important;
    }
}

.section.section--white-background {
    background: #fff;
    color: #000;
}

.section.section--white-background p {
    color: #fff;
}

.section.section--white-background hr {
    background: #000;
}

.section.section--white-background .accordion__header {
    background: #fff;
}

.section.section--white-background p {
    color: #000;
}

.section.section--white-background hr {
    background: #efefef;
}

.section.section--white-background .project-list__teaser-item,.section.section--white-background .project-list__teaser-content {
    background: #efefef;
}

.section.section--grey-background {
    background: #efefef;
    color: #000;
}

.section.section--grey-background p {
    color: #fff;
}

.section.section--grey-background hr {
    background: #000;
}

.section.section--grey-background .accordion__header {
    background: #efefef;
}

.section.section--grey-background p {
    color: #000;
}

.section.section--grey-background .button:after,.section.section--grey-background .tx-powermail .btn-default[tabindex]:after,.tx-powermail .section.section--grey-background .btn-default[tabindex]:after,.section.section--grey-background .fileupload.fileupload--file-added .fileupload__reset:after,.fileupload.fileupload--file-added .section.section--grey-background .fileupload__reset:after,.section.section--grey-background .fileupload__button:after,.section.section--grey-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:after,#SgCookieOptin .sg-cookie-optin-box .section.section--grey-background .sg-cookie-optin-box-button-accept-all:after,.section.section--grey-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:after,#SgCookieOptin .sg-cookie-optin-box .section.section--grey-background .sg-cookie-optin-box-button-accept-specific:after,.section.section--grey-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:after,#SgCookieOptin .sg-cookie-optin-box .section.section--grey-background .sg-cookie-optin-box-button-accept-essential:after {
    border-right-color: #efefef;
}

.section.section--grey-background .cta-step-button {
    background-color: #fff;
}

.section.section--grey-background .cta-step-button:before {
    border-color: transparent transparent transparent #efefef;
}

.section.section--grey-background .cta-step-button:after {
    border-color: transparent transparent transparent #fff;
}

.section.section--grey-background .cta-step-button.btn-primary {
    background-color: #000;
    color: #fff;
}

.section.section--grey-background .cta-step-button.btn-primary:after {
    border-color: transparent transparent transparent #000;
}

.section.section--grey-background.teaser-50-50 .teaser-50-50__links a {
    border: .125rem solid #009640;
}

.section.section--grey-background.teaser-50-50 .teaser-50-50__links a:before {
    background-color: #009640;
}

.section.section--grey-background.teaser-50-50 .teaser-50-50__links a:hover {
    border: .125rem solid #009640;
}

.section.section--grey-background.teaser-50-50 .teaser-50-50__links a:hover:before {
    background-color: #009640;
}

.section.section--grey-background .download-archiv:before {
    border-color: transparent #efefef transparent transparent;
}

.section.section--grey-background .table-wrap table.ce-table tbody tr td {
    border-bottom: .0625rem solid #000;
}

.section.section--grey-background .ce-bodytext table tbody tr td {
    border-bottom: .0625rem solid #000;
}

.section.section--grey-background .frame--with-corner:before {
    background: #efefef;
}

.section.section--grey-background .project-list__teaser-item,.section.section--grey-background .project-list__teaser-content {
    background: #fff;
}

.section.section--petrol-background {
    background: #009640;
    color: #fff;
}

.section.section--petrol-background p {
    color: #fff;
}

.section.section--petrol-background hr {
    background: #fff;
}

.section.section--petrol-background .accordion__header {
    background: #009640;
}

.section.section--petrol-background .ce-headline-h5,.section.section--petrol-background .link {
    color: #fff;
}

.section.section--petrol-background .osmap__popup-text p,.section.section--petrol-background .osmap__popup-text h4 {
    color: #000;
}

.section.section--petrol-background .osmap__popup-text .link {
    color: #009640;
}

.section.section--petrol-background .media-element__image figcaption {
    color: #fff;
}

.section.section--petrol-background .link-list li .link {
    color: #000;
}

.section.section--petrol-background .link-list--no-padding li .link {
    color: #fff;
}

.section.section--petrol-background .link-list--no-padding li .link:hover {
    color: #fff;
    text-decoration: underline;
}

.section.section--petrol-background .link--int:hover,.section.section--petrol-background .link--ext:hover,.section.section--petrol-background .link--mail:hover,.section.section--petrol-background .link--file:hover,.section.section--petrol-background .link--phone:hover,.section.section--petrol-background .link--world-globe:hover,.section.section--petrol-background .link--rte-audio-link:hover {
    color: #fff;
}

.section.section--petrol-background .accordion__header {
    color: #fff;
    border-color: #fff;
}

.section.section--petrol-background .accordion__header:hover {
    color: #efefef;
    border-color: #efefef;
}

.section.section--petrol-background .button,.section.section--petrol-background .tx-powermail .btn-default[tabindex],.tx-powermail .section.section--petrol-background .btn-default[tabindex],.section.section--petrol-background .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .section.section--petrol-background .fileupload__reset,.section.section--petrol-background .fileupload__button,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-all,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-specific,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-essential {
    color: #fff;
    background-color: #009640;
    border-color: #fff;
}

.section.section--petrol-background .button:hover,.section.section--petrol-background .tx-powermail .btn-default[tabindex]:hover,.tx-powermail .section.section--petrol-background .btn-default[tabindex]:hover,.section.section--petrol-background .fileupload.fileupload--file-added .fileupload__reset:hover,.fileupload.fileupload--file-added .section.section--petrol-background .fileupload__reset:hover,.section.section--petrol-background .fileupload__button:hover,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-all:hover,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-specific:hover,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-essential:hover {
    color: #009640;
    background-color: #fff;
}

.section.section--petrol-background .button:after,.section.section--petrol-background .tx-powermail .btn-default[tabindex]:after,.tx-powermail .section.section--petrol-background .btn-default[tabindex]:after,.section.section--petrol-background .fileupload.fileupload--file-added .fileupload__reset:after,.fileupload.fileupload--file-added .section.section--petrol-background .fileupload__reset:after,.section.section--petrol-background .fileupload__button:after,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:after,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-all:after,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:after,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-specific:after,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:after,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-essential:after {
    border-right-color: #009640;
}

.section.section--petrol-background .button:before,.section.section--petrol-background .tx-powermail .btn-default[tabindex]:before,.tx-powermail .section.section--petrol-background .btn-default[tabindex]:before,.section.section--petrol-background .fileupload.fileupload--file-added .fileupload__reset:before,.fileupload.fileupload--file-added .section.section--petrol-background .fileupload__reset:before,.section.section--petrol-background .fileupload__button:before,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:before,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-all:before,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:before,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-specific:before,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:before,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-essential:before {
    background-color: #fff;
}

.section.section--petrol-background .button:focus,.section.section--petrol-background .tx-powermail .btn-default[tabindex]:focus,.tx-powermail .section.section--petrol-background .btn-default[tabindex]:focus,.section.section--petrol-background .fileupload.fileupload--file-added .fileupload__reset:focus,.fileupload.fileupload--file-added .section.section--petrol-background .fileupload__reset:focus,.section.section--petrol-background .fileupload__button:focus,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:focus,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-all:focus,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:focus,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-specific:focus,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:focus,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-essential:focus {
    border-color: #000;
}

.section.section--petrol-background .button:focus:before,.section.section--petrol-background .tx-powermail .btn-default[tabindex]:focus:before,.tx-powermail .section.section--petrol-background .btn-default[tabindex]:focus:before,.section.section--petrol-background .fileupload.fileupload--file-added .fileupload__reset:focus:before,.fileupload.fileupload--file-added .section.section--petrol-background .fileupload__reset:focus:before,.section.section--petrol-background .fileupload__button:focus:before,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:focus:before,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-all:focus:before,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:focus:before,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-specific:focus:before,.section.section--petrol-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:focus:before,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .sg-cookie-optin-box-button-accept-essential:focus:before {
    background-color: #000;
}

.section.section--petrol-background .cta-step-button {
    background-color: #fff;
}

.section.section--petrol-background .cta-step-button:before {
    border-color: transparent transparent transparent #000;
}

.section.section--petrol-background .cta-step-button:after {
    border-color: transparent transparent transparent #fff;
}

.section.section--petrol-background .cta-step-button.btn-primary {
    background-color: #000;
    color: #fff;
}

.section.section--petrol-background .cta-step-button.btn-primary:after {
    border-color: transparent transparent transparent #000;
}

.section.section--petrol-background ul li::before,.section.section--petrol-background ol li::before {
    color: #fff;
}

.section.section--petrol-background .fileupload__input:hover+.fileupload__button {
    color: #009640;
    background-color: #fff;
}

.section.section--petrol-background .teaserbox--hover .teaserbox__headline {
    color: #fff;
}

.section.section--petrol-background .teaserbox--hover .button,.section.section--petrol-background .teaserbox--hover .tx-powermail .btn-default[tabindex],.tx-powermail .section.section--petrol-background .teaserbox--hover .btn-default[tabindex],.section.section--petrol-background .teaserbox--hover .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .section.section--petrol-background .teaserbox--hover .fileupload__reset,.section.section--petrol-background .teaserbox--hover .fileupload__button,.section.section--petrol-background .teaserbox--hover #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .teaserbox--hover .sg-cookie-optin-box-button-accept-all,.section.section--petrol-background .teaserbox--hover #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .teaserbox--hover .sg-cookie-optin-box-button-accept-specific,.section.section--petrol-background .teaserbox--hover #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .section.section--petrol-background .teaserbox--hover .sg-cookie-optin-box-button-accept-essential {
    color: #009640;
    background-color: #fff;
}

.section.section--petrol-background .table-wrap table.ce-table thead {
    border-color: #fff;
}

.section.section--petrol-background .table-wrap table.ce-table thead tr th {
    color: #fff;
}

.section.section--petrol-background .table-wrap table.ce-table tbody tr td {
    border-bottom: .0625rem solid #fff;
}

.section.section--petrol-background .ce-bodytext table thead {
    border-color: #fff;
}

.section.section--petrol-background .ce-bodytext table thead tr th {
    color: #fff;
}

.section.section--petrol-background .ce-bodytext table tbody tr td {
    border-bottom: .0625rem solid #fff;
}

.section.section--petrol-background .frame--with-corner:before {
    background: #009640;
}

.section.section--petrol-background .checkmark {
    border-color: #fff;
}

.section.section--gold-background {
    background: #cfad63;
    color: #fff;
}

.section.section--gold-background p {
    color: #fff;
}

.section.section--gold-background hr {
    background: #fff;
}

.section.section--gold-background .accordion__header {
    background: #cfad63;
}

.section.section--gold-background .ce-headline-h5,.section.section--gold-background .link {
    color: #fff;
}

.section.section--gold-background .osmap__popup-text p,.section.section--gold-background .osmap__popup-text h4 {
    color: #000;
}

.section.section--gold-background .osmap__popup-text .link {
    color: #009640;
}

.section.section--gold-background .media-element__image figcaption {
    color: #fff;
}

.section.section--gold-background .link-list li .link {
    color: #000;
}

.section.section--gold-background .link-list--no-padding li .link {
    color: #fff;
}

.section.section--gold-background .link-list--no-padding li .link:hover {
    color: #fff;
    text-decoration: underline;
}

.section.section--gold-background .link--int:hover,.section.section--gold-background .link--ext:hover,.section.section--gold-background .link--mail:hover,.section.section--gold-background .link--file:hover,.section.section--gold-background .link--phone:hover,.section.section--gold-background .link--world-globe:hover,.section.section--gold-background .link--rte-audio-link:hover {
    color: #fff;
}

.section.section--gold-background .accordion__header {
    color: #fff;
    border-color: #fff;
}

.section.section--gold-background .accordion__header:hover {
    color: #efefef;
    border-color: #efefef;
}

.section.section--gold-background .button,.section.section--gold-background .tx-powermail .btn-default[tabindex],.tx-powermail .section.section--gold-background .btn-default[tabindex],.section.section--gold-background .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .section.section--gold-background .fileupload__reset,.section.section--gold-background .fileupload__button,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-all,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-specific,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-essential {
    color: #fff;
    background-color: #009640;
    border-color: #fff;
}

.section.section--gold-background .button:hover,.section.section--gold-background .tx-powermail .btn-default[tabindex]:hover,.tx-powermail .section.section--gold-background .btn-default[tabindex]:hover,.section.section--gold-background .fileupload.fileupload--file-added .fileupload__reset:hover,.fileupload.fileupload--file-added .section.section--gold-background .fileupload__reset:hover,.section.section--gold-background .fileupload__button:hover,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-all:hover,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-specific:hover,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-essential:hover {
    color: #009640;
    background-color: #fff;
}

.section.section--gold-background .button:after,.section.section--gold-background .tx-powermail .btn-default[tabindex]:after,.tx-powermail .section.section--gold-background .btn-default[tabindex]:after,.section.section--gold-background .fileupload.fileupload--file-added .fileupload__reset:after,.fileupload.fileupload--file-added .section.section--gold-background .fileupload__reset:after,.section.section--gold-background .fileupload__button:after,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:after,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-all:after,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:after,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-specific:after,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:after,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-essential:after {
    border-right-color: #009640;
}

.section.section--gold-background .button:before,.section.section--gold-background .tx-powermail .btn-default[tabindex]:before,.tx-powermail .section.section--gold-background .btn-default[tabindex]:before,.section.section--gold-background .fileupload.fileupload--file-added .fileupload__reset:before,.fileupload.fileupload--file-added .section.section--gold-background .fileupload__reset:before,.section.section--gold-background .fileupload__button:before,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:before,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-all:before,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:before,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-specific:before,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:before,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-essential:before {
    background-color: #fff;
}

.section.section--gold-background .button:focus,.section.section--gold-background .tx-powermail .btn-default[tabindex]:focus,.tx-powermail .section.section--gold-background .btn-default[tabindex]:focus,.section.section--gold-background .fileupload.fileupload--file-added .fileupload__reset:focus,.fileupload.fileupload--file-added .section.section--gold-background .fileupload__reset:focus,.section.section--gold-background .fileupload__button:focus,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:focus,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-all:focus,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:focus,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-specific:focus,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:focus,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-essential:focus {
    border-color: #000;
}

.section.section--gold-background .button:focus:before,.section.section--gold-background .tx-powermail .btn-default[tabindex]:focus:before,.tx-powermail .section.section--gold-background .btn-default[tabindex]:focus:before,.section.section--gold-background .fileupload.fileupload--file-added .fileupload__reset:focus:before,.fileupload.fileupload--file-added .section.section--gold-background .fileupload__reset:focus:before,.section.section--gold-background .fileupload__button:focus:before,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:focus:before,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-all:focus:before,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:focus:before,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-specific:focus:before,.section.section--gold-background #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:focus:before,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .sg-cookie-optin-box-button-accept-essential:focus:before {
    background-color: #000;
}

.section.section--gold-background ul li::before,.section.section--gold-background ol li::before {
    color: #fff;
}

.section.section--gold-background .fileupload__input:hover+.fileupload__button {
    color: #009640;
    background-color: #fff;
}

.section.section--gold-background .teaserbox--hover .teaserbox__headline {
    color: #fff;
}

.section.section--gold-background .teaserbox--hover .button,.section.section--gold-background .teaserbox--hover .tx-powermail .btn-default[tabindex],.tx-powermail .section.section--gold-background .teaserbox--hover .btn-default[tabindex],.section.section--gold-background .teaserbox--hover .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .section.section--gold-background .teaserbox--hover .fileupload__reset,.section.section--gold-background .teaserbox--hover .fileupload__button,.section.section--gold-background .teaserbox--hover #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .teaserbox--hover .sg-cookie-optin-box-button-accept-all,.section.section--gold-background .teaserbox--hover #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .teaserbox--hover .sg-cookie-optin-box-button-accept-specific,.section.section--gold-background .teaserbox--hover #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .section.section--gold-background .teaserbox--hover .sg-cookie-optin-box-button-accept-essential {
    color: #009640;
    background-color: #fff;
}

.section.section--gold-background .table-wrap table.ce-table thead {
    border-color: #fff;
}

.section.section--gold-background .table-wrap table.ce-table thead tr th {
    color: #fff;
}

.section.section--gold-background .table-wrap table.ce-table tbody tr td {
    border-bottom: .0625rem solid #fff;
}

.section.section--gold-background .ce-bodytext table thead {
    border-color: #fff;
}

.section.section--gold-background .ce-bodytext table thead tr th {
    color: #fff;
}

.section.section--gold-background .ce-bodytext table tbody tr td {
    border-bottom: .0625rem solid #fff;
}

.section.section--gold-background .frame--with-corner:before {
    background: #cfad63;
}

.section.section--gold-background .checkmark {
    border-color: #fff;
}

.section.section--gold-background .checkmark:after {
    background: transparent;
}

.section.section--gold-background .radio .checkmark:after {
    background: #cfad63;
}

.section.section--gold-background .checkbox input[type=checkbox]:checked~.checkmark {
    background-color: #cfad63 !important;
}

.section.section--black-background {
    background: #000;
    color: #fff;
}

.section.section--black-background p {
    color: #fff;
}

.section.section--black-background hr {
    background: #fff;
}

.section.section--black-background .accordion__header {
    background: #000;
}

.section.section--black-background a {
    color: #fff;
    text-decoration: none;
}

.section.section--black-background a:hover {
    text-decoration: underline;
}

.section.section--black-background .table-wrap table.ce-table thead {
    border-color: #fff;
}

.section.section--black-background .table-wrap table.ce-table thead tr th {
    color: #fff;
}

.section.section--black-background .table-wrap table.ce-table tbody tr td {
    border-bottom: .0625rem solid #efefef;
}

.section.section--black-background .link-list li .link {
    color: #000;
}

.section.section--black-background .link-list--no-padding li .link {
    color: #fff;
}

.section.section--black-background .link-list--no-padding li .link:hover {
    color: #fff;
    text-decoration: underline;
}

.section.section--black-background .ce-bodytext table thead {
    border-color: #fff;
}

.section.section--black-background .ce-bodytext table thead tr th {
    color: #fff;
}

.section.section--black-background .ce-bodytext table tbody tr td {
    border-bottom: .0625rem solid #efefef;
}

.section.section--font-color-white {
    color: #fff;
}

.section.section--font-color-white p {
    color: #fff;
}

.section.section--font-color-white .table-wrap table.ce-table tbody tr td {
    border-bottom: .0625rem solid #fff;
}

.section.section--font-color-white .table-wrap table.ce-table thead {
    border-color: #fff;
}

.section.section--font-color-white .table-wrap table.ce-table thead tr th {
    color: #fff;
}

.section.section--font-color-white ul li::before,.section.section--font-color-white ol li::before {
    color: #fff;
}

.section.section--font-color-white .media-element__image figcaption {
    color: #fff;
}

.section.section--font-color-white .link-list li .link {
    color: #fff;
}

.section.section--font-color-white .link--int,.section.section--font-color-white .link--ext,.section.section--font-color-white .link--mail,.section.section--font-color-white .link--file,.section.section--font-color-white .link--phone,.section.section--font-color-white .link--world-globe,.section.section--font-color-white .link--rte-audio-link {
    color: #fff;
}

.section.section--font-color-white .link--int:hover,.section.section--font-color-white .link--ext:hover,.section.section--font-color-white .link--mail:hover,.section.section--font-color-white .link--file:hover,.section.section--font-color-white .link--phone:hover,.section.section--font-color-white .link--world-globe:hover,.section.section--font-color-white .link--rte-audio-link:hover {
    color: #fff;
}

.section.section--font-color-white .ce-uploads__link {
    color: #fff;
}

.section.section--font-color-white .slick-arrow:before {
    color: #fff;
}

.section.section--font-color-white .slick-arrow:focus:before,.section.section--font-color-white .slick-arrow:hover:before {
    color: rgba(255,255,255,.8);
}

.section.section--font-color-white .teaserbox.teaserbox--hover .teaserbox__headline {
    color: #fff;
}

.section.section--font-color-black {
    color: #000;
}

.section.section--font-color-black p {
    color: #000;
}

.section.section--font-color-black tr th {
    color: #000;
}

.section.section--font-color-black ul li::before,.section.section--font-color-black ol li::before {
    color: #000;
}

.section.section--font-color-black .media-element__image figcaption {
    color: #000;
}

.section.section--font-color-black .link-list li .link {
    color: #000;
}

.section.section--font-color-black .link--int:hover,.section.section--font-color-black .link--ext:hover,.section.section--font-color-black .link--mail:hover,.section.section--font-color-black .link--file:hover,.section.section--font-color-black .link--phone:hover,.section.section--font-color-black .link--world-globe:hover,.section.section--font-color-black .link--rte-audio-link:hover {
    color: #000;
}

.section.section--font-color-black .ce-uploads__link {
    color: #000;
}

.section.section--font-color-black .slick-arrow:before {
    color: #000;
}

.section.section--font-color-black .slick-arrow:focus:before,.section.section--font-color-black .slick-arrow:hover:before {
    color: rgba(0,0,0,.6);
}

.section.section--font-color-black .teaserbox.teaserbox--hover .teaserbox__headline {
    color: #000;
}

html {
    font-size: 100%;
}

body {
    font-size: 118.75%;
    font-family: ABCSocial,Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

p {
    margin: 0 0 1.25rem 0;
    line-height: 1.5;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
}

b,strong {
    font-weight: 700;
}

hr {
    display: inline-block;
    background-color: #efefef;
    border: none;
    height: .0625rem;
    width: 100%;
    text-align: left;
    margin: 1.25rem 0 1.875rem 0;
}

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

a:hover {
    text-decoration: none;
}

ul {
    margin: 0 0 1.25rem 0;
    padding: 0 0 0 1.25rem;
    font-weight: 300;
}

ul li {
    margin: 0 0 .63rem 0;
}

ul ul {
    margin: .63rem 0 0 0;
}

ol {
    margin: 0 0 1.25rem 0;
    padding: 0 0 0 1.25rem;
    font-weight: 300;
}

ol li {
    margin: 0 0 .63rem 0;
}

ol ol {
    margin: .63rem 0 0 0;
}

h1,h2,h3,h4 {
    font-family: ABCSocial,Helvetica,Arial,sans-serif;
    margin-top: 0;
    margin-bottom: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
    color: inherit;
}

h1 {
    font-size: 40px;
    font-size: 2.5rem;
}

h2 {
    font-size: 32px;
    font-size: 2rem;
}

h3 {
    font-size: 28px;
    font-size: 1.75rem;
}

h4 {
    font-size: 24px;
    font-size: 1.5rem;
}

h5 {
    font-size: 20px;
    font-size: 1.25rem;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
}

.video-embed {
    position: relative;
    display: block;
    height: 0;
    padding-top: 0 0 56.2% 0;
    overflow: hidden;
    margin-top: 0;
}

@media (max-width: 48rem) {
    .video-embed {
        margin-bottom:1.25rem;
    }
}

.video-embed iframe,.video-embed embed,.video-embed object,.video-embed video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.main-content {
    overflow: hidden;
    min-height: 70vh;
}

.main-content>.section {
    padding: 0 0 1.25rem 0;
}

.main-content>.section:last-of-type {
    padding: 0;
}

.main-content>.section--grey-background {
    padding: 2.5rem 0 1.25rem 0;
}

.main-content>.section~.section {
    padding: 2.5rem 0 1.25rem 0;
}

.clearfix {
    clear: both;
}

.font-size--big {
    font-size: 125%;
}

.font-size--big .header__social-navigation {
    margin-right: .9375rem !important;
}

.font-size--big .header__accessibility-icon a {
    width: 3.25rem !important;
    margin-left: .375rem !important;
}

.font-size--big .header__change-size-button {
    margin-right: .625rem;
}

.font-size--big .header__change-size-button img {
    max-width: 70% !important;
}

.font-size--big .teaser-50-50__content a {
    -webkit-clip-path: polygon(0% 0%,calc(100% - 24px) 0%,calc(100% + 32px) 100%,0% 100%,0% 100%);
    clip-path: polygon(0% 0%,calc(100% - 24px) 0%,calc(100% + 32px) 100%,0% 100%,0% 100%);
}

.font-size--big .header--sticky .header__change-size-button {
    margin-right: 1.25rem !important;
}

.font-size--big .header--sticky .header__change-size-button img {
    max-width: 75% !important;
}

.font-size--big .main-slider--50-50 .slider .slick-prev:before,.font-size--big .main-slider--50-50 .slider .slick-next:before {
    font-size: 60px;
    font-size: 3.75rem;
}

.font-size--big .main-slider--50-50 .slider__caption {
    background: none;
    padding: 5rem 0 1.25rem 0;
}

@media (max-width: 2100px) {
    .font-size--big .main-slider--50-50 .slider__caption {
        padding:4.0625rem 1.25rem 1.25rem 10%;
    }
}

@media (max-width: 75rem) {
    .font-size--big .main-slider--50-50 .slider__caption {
        padding:1.875rem 1.25rem 1.25rem 2.8125rem;
    }
}

@media (max-width: 48rem) {
    .font-size--big .main-slider--50-50 .slider__caption {
        padding:1.875rem 0 1.875rem 0;
    }
}

.font-size--big .main-slider--50-50 .section__content {
    max-width: calc((110rem * .33) + 5px);
}

@media (max-width: 96.875rem) {
    .font-size--big .main-slider--50-50 .section__content {
        max-width:calc(110rem * .5);
    }
}

.font-size--big .main-slider--50-50 .slider__title {
    font-size: 2.5rem;
}

@media (max-width: 131.25rem) {
    .font-size--big .main-slider--50-50 .slider__title {
        font-size:2.25rem;
    }
}

@media (max-width: 96.875rem) {
    .font-size--big .main-slider--50-50 .slider__title {
        font-size:1.6875rem;
    }
}

@media (min-width: 48.0625rem) and (max-width:63.9375rem) {
    .font-size--big .main-slider--50-50 .slider__title {
        font-size:1.375rem;
    }
}

.font-size--big .main-slider--50-50 .slider__description {
    font-size: .875rem;
}

@media (min-width: 48.0625rem) and (max-width:63.9375rem) {
    .font-size--big .main-slider--50-50 .slider__description {
        font-size:.6875rem;
    }
}

@media (min-width: 64.0625rem) {
    .font-size--big .main-slider--50-50 .slider__description {
        font-size:.875rem;
    }
}

@media (min-width: 96.875rem) {
    .font-size--big .main-slider--50-50 .slider__description {
        font-size:.9375rem;
    }
}

@media (min-width: 131.25rem) {
    .font-size--big .main-slider--50-50 .slider__description {
        font-size:1.375rem;
    }
}

@media (min-width: 48.0625rem) and (max-width:1190px) {
    .font-size--big .main-slider--50-50 .button,.font-size--big .main-slider--50-50 .tx-powermail .btn-default[tabindex],.tx-powermail .font-size--big .main-slider--50-50 .btn-default[tabindex],.font-size--big .main-slider--50-50 .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .font-size--big .main-slider--50-50 .fileupload__reset,.font-size--big .main-slider--50-50 .fileupload__button,.font-size--big .main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .font-size--big .main-slider--50-50 .sg-cookie-optin-box-button-accept-all,.font-size--big .main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .font-size--big .main-slider--50-50 .sg-cookie-optin-box-button-accept-specific,.font-size--big .main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .font-size--big .main-slider--50-50 .sg-cookie-optin-box-button-accept-essential {
        margin-top:.625rem;
        padding: .625rem 1.375rem;
    }

    .font-size--big .main-slider--50-50 .button--after {
        width: 1.75rem;
        height: .0625rem;
        right: -.375rem;
        top: .5rem;
    }
}

.uncollapse-margins {
    overflow: hidden;
    height: 0;
    width: 0;
}

.grid {
    margin-bottom: 1.25rem;
}

.internet-explorer .grid__column>div {
    overflow: hidden;
}

@-webkit-keyframes rotateIn {
    from {
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        -ms-transform: translateY(-50%) rotate(0deg);
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        opacity: 0;
    }

    to {
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        -ms-transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        -ms-transform: translateY(-50%) rotate(0deg);
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        opacity: 0;
    }

    to {
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        -ms-transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        opacity: 1;
    }
}

@-webkit-keyframes rotateOut {
    from {
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        -ms-transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        opacity: 0;
    }

    to {
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        -ms-transform: translateY(-50%) rotate(0deg);
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        opacity: 1;
    }
}

@keyframes rotateOut {
    from {
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        -ms-transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        opacity: 0;
    }

    to {
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        -ms-transform: translateY(-50%) rotate(0deg);
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        opacity: 1;
    }
}

.header {
    background-color: #fff;
    width: 100%;
    max-height: 5rem;
    box-shadow: 0 -1px 3px 3px rgba(0,0,0,.3);
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
}

@media (max-width: 47.9375rem) {
    .header {
        max-height:3.7rem;
    }
}

.header--sticky {
    position: fixed;
    z-index: 1101;
    max-height: 3.7rem;
}

.header--sticky .header__content {
    height: 3.7rem !important;
}

.header--sticky .header__logo img {
    max-width: 80%;
    max-height: 3.4375rem;
}

.header--sticky .header__hamburger {
    width: 3.7rem !important;
}

.header--sticky .hamburger-box {
    width: 2rem;
    height: 1.4rem;
}

.header--sticky .hamburger-inner {
    margin-top: -.17rem;
    width: 2rem;
}

.header--sticky .hamburger-inner::before,.header--sticky .hamburger-inner::after {
    width: 2rem;
    height: .34rem;
}

.header--sticky .hamburger-inner::before {
    top: .53rem * -;
}

.header--sticky .hamburger-inner::after {
    bottom: -.53rem;
}

.header--sticky .header__language-menu .language-menu__opener {
    height: 3.625rem;
}

.header--sticky .header__language-menu .language-menu__opener:after {
    top: 0;
}

.header--sticky .header__language-menu .language-menu__list {
    top: 3.75rem;
}

.header--sticky .lang-dropdown__list {
    top: 3.4375rem;
}

.header--sticky .header__change-size-button img {
    max-width: 55% !important;
}

.header--sticky .header__change-size-button:hover {
    cursor: pointer;
}

.header--sticky .header__search-icon {
    width: 3.125rem !important;
}

.header--sticky .header__search-icon:after {
    font-size: 1.625rem !important;
}

.header--sticky .header__login {
    width: 3.6875rem;
}

.header .header__content-wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100rem;
}

@media (min-width: 1640px) {
    .header .header__content-wrapper {
        padding-left:1.25rem;
        padding-right: 1.25rem;
    }
}

.header .header__content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 5rem;
    -webkit-transition: height .5s;
    transition: height .5s;
}

@media (max-width: 47.9375rem) {
    .header .header__content {
        height:3.7rem;
    }
}

.header .header__right-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .header__left-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header .header__logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 47.9375rem) {
    .header .header__logo img {
        max-width:80%;
        max-height: 3.125rem;
    }
}

@media (max-width: 102.5rem) {
    .header .header__logo img {
        margin-left:1.25rem;
    }
}

.header .header__hamburger {
    width: 5rem;
    background-color: #009640;
    position: relative;
    -webkit-transition: width .5s;
    transition: width .5s;
}

@media (max-width: 47.9375rem) {
    .header .header__hamburger {
        width:3.7rem;
    }
}

.header .header__meta-navigation {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 57.5rem) {
    .header .header__meta-navigation {
        display:none;
    }
}

.header .header__social-navigation {
    margin-right: .3125rem;
    margin-left: 1.875rem;
}

.header .header__social-navigation .social-media-icons {
    margin-bottom: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
}

.header .header__social-navigation .social-media-icons .social-media-icons__item:last-of-type {
    margin-right: 0;
}

@media (max-width: 75rem) {
    .header .header__social-navigation {
        display:none;
    }
}

.header .header__language-menu {
    width: 4.0625rem;
    position: relative;
    -webkit-transition: width .5s;
    transition: width .5s;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 2;
}

.header .header__read-speaker-icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header .header__accessibility-icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header .header__accessibility-icon a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 2.875rem;
    margin-left: .9375rem;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.header .header__change-size-button {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .header__change-size-button img {
    -webkit-transition: max-width .5s;
    transition: max-width .5s;
    max-width: 50%;
}

@media (max-width: 47.9375rem) {
    .header .header__change-size-button {
        display:none;
    }
}

.header .header__search-icon {
    width: 3.75rem;
    position: relative;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: width .5s;
    transition: width .5s;
    margin-right: .3125rem;
}

@media (max-width: 47.9375rem) {
    .header .header__search-icon {
        width:3.125rem;
    }
}

.header .header__search-icon:hover {
    cursor: pointer;
}

.header .header__search-icon:after {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: "rvr-icons";
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    color: #000;
    transition: top .5s,-ms-transform .5s,font-size .5s;
    transition: top .5s,-webkit-transform .5s,font-size .5s;
    transition: top .5s,transform .5s,font-size .5s;
    -webkit-transition: top .5s,-webkit-transform .5s,font-size .5s;
}

@media (max-width: 47.9375rem) {
    .header .header__search-icon:after {
        font-size:26px;
        font-size: 1.625rem;
    }
}

.header .header__search-icon--is-closed:after {
    animation-name: rotateOut;
    animation-duration: .3s;
}

.header .header__search-icon--is-active:after {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: "rvr-icons";
    content: "";
    animation-name: rotateIn;
    animation-duration: .3s;
}

@media (max-width: 47.9375rem) {
    .header .header__search-icon--is-active:after {
        font-size:26px;
        font-size: 1.625rem;
    }
}

.header__change-size-button:hover {
    cursor: pointer;
}

footer .grid {
    margin-bottom: 0;
}

footer .media-element__image img {
    width: auto;
}

footer .copyright {
    margin-top: 1.25rem;
}

footer .copyright span {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    font-weight: 400;
}

.media-element {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1.87rem;
}

.media-element:before,.media-element:after {
    content: " ";
    display: block;
}

.media-element:after {
    clear: both;
}

.media-element--left {
    box-sizing: border-box;
    float: left;
    width: 33%;
    margin: 0 0 .62rem;
    margin-bottom: -.62rem;
    padding-right: 2.5rem;
    clear: left;
}

@media (max-width: 63.9375rem) {
    .media-element--left {
        width:50%;
    }
}

@media (max-width: 47.9375rem) {
    .media-element--left {
        width:100%;
        max-width: 100%;
        padding-right: 0;
    }
}

.media-element--right {
    box-sizing: border-box;
    float: right;
    width: 33%;
    margin: 0 0 0 .62rem;
    margin-bottom: -.62rem;
    padding-left: 2.5rem;
    clear: right;
}

@media (max-width: 63.9375rem) {
    .media-element--right {
        width:50%;
    }
}

@media (max-width: 47.9375rem) {
    .media-element--right {
        width:100%;
        max-width: 100%;
        padding-left: 0;
    }
}

.media-element__image {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 1.87rem;
}

.media-element__image img {
    display: block;
    width: 100%;
    height: auto;
}

.media-element__image figure {
    margin-bottom: 0;
}

.media-element__image figcaption {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    background-color: transparent;
    color: #000;
    margin-top: .06rem;
    padding: .5rem;
}

.media-element--no-margin-bottom {
    margin-bottom: 0;
}

@media (min-width: 48rem) {
    .media-element--news {
        margin-top:.3125rem;
        width: 50%;
    }
}

.internet-explorer .media-element {
    overflow: hidden;
}

h1,.ce-headline-h1,.ce-headline-h1-lowercase {
    font-size: 56px;
    font-size: 3.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    letter-spacing: .56px;
    line-height: 1.15;
}

@media (max-width: 64rem) {
    h1,.ce-headline-h1,.ce-headline-h1-lowercase {
        font-size:50px;
        font-size: 3.125rem;
    }
}

@media (max-width: 47.9375rem) {
    h1,.ce-headline-h1,.ce-headline-h1-lowercase {
        font-size:28px;
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
}

.ce-headline-h1-lowercase {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

h2,.ce-headline-h2,.ce-headline-h2-main-color,.ce-headline-h2-lowercase {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: ABCSocial,Helvetica,Arial,sans-serif;
    letter-spacing: .48px;
    line-height: 1.15;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 47.9375rem) {
    h2,.ce-headline-h2,.ce-headline-h2-main-color,.ce-headline-h2-lowercase {
        font-size:24px;
        font-size: 1.5rem;
        margin-bottom: .375rem;
    }
}

.ce-headline-h2-main-color {
    color: #009640;
}

.ce-headline-h2-lowercase {
    text-transform: none;
    margin-bottom: 1.25rem;
}

h3,.ce-headline-h3,.ce-headline-h3-lowercase {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: ABCSocial,Helvetica,Arial,sans-serif;
    letter-spacing: .28px;
    line-height: 1.15;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

h3 a,.ce-headline-h3 a,.ce-headline-h3-lowercase a {
    text-decoration: none;
}

h3 a:hover,.ce-headline-h3 a:hover,.ce-headline-h3-lowercase a:hover {
    color: #009640;
}

@media (max-width: 47.9375rem) {
    h3,.ce-headline-h3,.ce-headline-h3-lowercase {
        font-size:20px;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}

h3--more-margin-top,.ce-headline-h3--more-margin-top {
    margin-top: 3.125rem;
}

.ce-headline-h3-lowercase {
    text-transform: none;
    margin-bottom: 1.25rem;
}

h4,.ce-headline-h4,.ce-headline-h4-lowercase,.link--int,.link--ext,.link--file,.link--phone,.link--world-globe,.link--rte-audio-link,.link--mail,.link--download,.button,.tx-powermail .btn-default[tabindex],.fileupload.fileupload--file-added .fileupload__reset,.fileupload__button,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,.news-file-list__link a,.ce-uploads__link,.tabpanel__tablist li a {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 1.125rem;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: ABCSocial,Helvetica,Arial,sans-serif;
    letter-spacing: .5px;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 47.9375rem) {
    h4,.ce-headline-h4,.ce-headline-h4-lowercase,.link--int,.link--ext,.link--file,.link--phone,.link--world-globe,.link--rte-audio-link,.link--mail,.link--download,.button,.tx-powermail .btn-default[tabindex],.fileupload.fileupload--file-added .fileupload__reset,.fileupload__button,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,.news-file-list__link a,.ce-uploads__link,.tabpanel__tablist li a {
        font-size:13px;
        font-size: .8125rem;
    }
}

.ce-headline-h4-lowercase {
    text-transform: none;
    letter-spacing: inherit;
    margin-bottom: 1.25rem;
}

.ce-headline-hidden {
    display: none;
}

.chrome.windows h2,.chrome.windows h3,.chrome.windows h4,.chrome.windows .ce-headline-h2,.chrome.windows .ce-headline-h2-main-color,.chrome.windows .ce-headline-h2-lowercase,.chrome.windows .ce-headline-h3,.chrome.windows .ce-headline-h3-lowercase,.chrome.windows .ce-headline-h4,.chrome.windows .ce-headline-h4-lowercase,.chrome.windows .link--int,.chrome.windows .link--ext,.chrome.windows .link--file,.chrome.windows .link--phone,.chrome.windows .link--world-globe,.chrome.windows .link--rte-audio-link,.chrome.windows .link--mail,.chrome.windows .link--download,.chrome.windows .button,.chrome.windows .tx-powermail .btn-default[tabindex],.tx-powermail .chrome.windows .btn-default[tabindex],.chrome.windows .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .chrome.windows .fileupload__reset,.chrome.windows .fileupload__button,.chrome.windows #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .chrome.windows .sg-cookie-optin-box-button-accept-all,.chrome.windows #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .chrome.windows .sg-cookie-optin-box-button-accept-specific,.chrome.windows #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .chrome.windows .sg-cookie-optin-box-button-accept-essential,.chrome.windows .news-file-list__link a,.news-file-list__link .chrome.windows a,.chrome.windows .ce-uploads__link,.chrome.windows .tabpanel__tablist li a,.tabpanel__tablist li .chrome.windows a {
    word-wrap: break-word;
}

.link {
    color: #009640;
    position: relative;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.link--int span,.link--ext span,.link--file span,.link--mail span,.link--download span,.link--image span,.link--zip span,.link--audio span,.link--excel span,.link--word span,.link--pdf span {
    font-family: ABCSocial,Helvetica,Arial,sans-serif;
}

.link--int {
    color: #000;
    position: relative;
    padding-left: 1.6875rem;
    -webkit-transition: padding-left .3s;
    transition: padding-left .3s;
    text-decoration: none;
}

.link--int:before {
    position: absolute;
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    margin-left: -1.6875rem;
    font-family: "rvr-icons";
    content: "";
    font-weight: 700;
    margin-right: .5rem;
}

.link--int:hover {
    color: #009640;
    padding-left: 2.0125rem;
    text-decoration: none;
}

.link--int:hover:before {
    margin-left: -2.0125rem;
    margin-right: .94rem;
}

.link--back:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.link--button {
    background: none;
    border: none;
}

.link--ext {
    color: #000;
    position: relative;
    padding-left: 1.6875rem;
    -webkit-transition: padding-left .3s;
    transition: padding-left .3s;
    text-decoration: none;
}

.link--ext:before {
    font-size: 12px;
    font-size: .75rem;
    position: absolute;
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    margin-left: -1.6875rem;
    font-family: "rvr-icons";
    content: "";
    font-weight: 700;
    margin-right: .625rem;
}

.link--ext:hover {
    color: #009640;
    padding-left: 2.0125rem;
    text-decoration: none;
}

.link--ext:hover:before {
    margin-left: -2.0125rem;
    margin-right: .94rem;
}

.link--file {
    color: #000;
    position: relative;
    padding-left: 1.6875rem;
    -webkit-transition: padding-left .3s;
    transition: padding-left .3s;
    text-decoration: none;
}

.link--file:before {
    position: absolute;
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    margin-left: -1.6875rem;
    font-family: "rvr-icons";
    content: "";
    font-weight: 700;
    margin-right: .625rem;
}

.link--file:hover {
    color: #009640;
    padding-left: 2.0125rem;
    text-decoration: none;
}

.link--file:hover:before {
    margin-left: -2.0125rem;
    margin-right: .94rem;
}

.link--phone {
    color: #000;
    position: relative;
    padding-left: 1.6875rem;
    -webkit-transition: padding-left .3s;
    transition: padding-left .3s;
    text-decoration: none;
}

.link--phone:before {
    position: absolute;
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    margin-left: -1.6875rem;
    font-family: "rvr-icons";
    content: "";
    font-weight: 700;
    margin-right: .55rem;
    padding-top: .063rem;
}

.link--phone:hover {
    color: #009640;
    padding-left: 2.0125rem;
    text-decoration: none;
}

.link--phone:hover:before {
    margin-left: -2.0125rem;
    margin-right: .94rem;
}

.link--world-globe {
    color: #000;
    position: relative;
    padding-left: 1.6875rem;
    -webkit-transition: padding-left .3s;
    transition: padding-left .3s;
    text-decoration: none;
}

.link--world-globe:before {
    position: absolute;
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    margin-left: -1.6875rem;
    font-family: "rvr-icons";
    content: "";
    font-weight: 400;
    margin-right: .625rem;
}

.link--world-globe:hover {
    color: #009640;
    padding-left: 2.0125rem;
    text-decoration: none;
}

.link--world-globe:hover:before {
    margin-left: -2.0125rem;
    margin-right: .94rem;
}

.link--rte-audio-link {
    color: #000;
    position: relative;
    padding-left: 1.6875rem;
    -webkit-transition: padding-left .3s;
    transition: padding-left .3s;
    text-decoration: none;
}

.link--rte-audio-link:before {
    position: absolute;
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    margin-left: -1.6875rem;
    font-family: "rvr-icons";
    font-weight: 400;
    content: "";
    margin-right: .625rem;
}

.link--rte-audio-link:hover {
    color: #009640;
    padding-left: 2.0125rem;
    text-decoration: none;
}

.link--rte-audio-link:hover:before {
    margin-left: -2.0125rem;
    margin-right: .94rem;
}

.link--mail {
    color: #000;
    position: relative;
    padding-left: 1.6875rem;
    -webkit-transition: padding-left .3s;
    transition: padding-left .3s;
    text-decoration: none;
}

.link--mail:before {
    position: absolute;
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    margin-left: -1.6875rem;
    font-family: "rvr-icons";
    content: "";
    font-weight: 700;
    margin-right: .55rem;
}

.link--mail:hover {
    color: #009640;
    padding-left: 2.0125rem;
    text-decoration: none;
}

.link--mail:hover:before {
    margin-left: -2.0125rem;
    margin-right: .94rem;
}

.link--download {
    position: relative;
    padding-left: 1.6875rem;
    text-decoration: none;
    color: #000;
}

.link--download:before {
    position: absolute;
    margin-left: -1.25rem;
    font-family: "rvr-icons";
    content: "";
    font-weight: 700;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.link--download:hover {
    color: #009640;
    text-decoration: none;
}

.link--pdf {
    position: relative;
}

.link--pdf:before {
    content: "";
}

.link--word {
    position: relative;
}

.link--word:before {
    content: "";
}

.link--excel {
    position: relative;
}

.link--excel:before {
    content: "";
}

.link--zip {
    position: relative;
}

.link--zip:before {
    content: "";
}

.link--audio {
    position: relative;
}

.link--audio:before {
    content: "";
}

.link--image {
    position: relative;
}

.link--image:before {
    content: "";
}

.link--int,.link--ext,.link--mail,.link--file,.link--phone,.link--world-globe,.link--rte-audio-link {
    margin-bottom: 1.25rem;
    display: inline-block;
}

.link-list {
    margin-bottom: .625rem;
    padding: 1.25rem;
    background: #efefef;
}

.link-list li {
    margin-bottom: 0;
}

.link-list li .link {
    color: #000;
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

.link-list li .link:hover {
    color: #009640;
}

.link-list li.link-list-element--has-children {
    margin-top: 1.25rem;
}

.link-list li:before {
    content: " ";
}

.link-list li:last-of-type .link {
    margin-bottom: 0;
}

.link-list--no-padding {
    background: transparent;
    padding: 0;
    margin: 0;
}

.link-list--items-no-margin {
    background: transparent;
    padding: 0;
    margin: 0;
}

.link-list--items-no-margin li .link {
    margin-bottom: 0;
}

.accordion {
    display: block;
    margin-bottom: 1.875rem;
}

.accordion--open {
    border-bottom: none;
    margin-bottom: 3.75rem;
}

.accordion--open>.accordion__header {
    color: #000;
    border-color: #000;
    border-bottom: none;
}

.accordion--open>.accordion__header span::after {
    content: "";
}

.accordion--open>.accordion__content {
    visibility: visible;
}

.accordion__header {
    position: relative;
    display: block;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    padding: .9375rem .9375rem .9375rem .9375rem;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
    border: .125rem solid #000;
    border-right: none;
    border-left: none;
}

.accordion__header h2,.accordion__header h3 {
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 48rem) {
    .accordion__header {
        padding-right:1.25rem;
        padding-left: 1.25rem;
    }
}

.accordion__header span {
    display: block;
    position: relative;
    max-width: 95rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2.8125rem;
}

@media (max-width: 1650px) {
    .accordion__header span {
        padding-right:4.375rem;
    }
}

@media (max-width: 47.9375rem) {
    .accordion__header span {
        padding-right:3.125rem;
    }
}

.accordion__header span:after {
    font-family: "rvr-icons";
    position: absolute;
    display: block;
    line-height: 1.2;
    text-align: center;
    top: 50%;
    right: .3125rem;
    bottom: 0;
    content: "▼";
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    height: 2.625rem;
}

@media (max-width: 1650px) {
    .accordion__header span:after {
        right:.4rem;
    }
}

.accordion__header:hover {
    border-color: #009640;
    color: #009640;
}

.accordion__content {
    display: block;
    visibility: hidden;
    box-sizing: border-box;
    background: transparent;
    overflow: hidden;
    max-width: 95rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1650px) {
    .accordion__content {
        padding:0 .9375rem;
        max-width: none;
    }
}

@media (max-width: 48rem) {
    .accordion__content {
        padding:.9375rem 1.25rem;
    }
}

.accordion__content>div {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}

@media (max-width: 48rem) {
    .accordion__content>div {
        margin-top:1rem;
    }
}

.accordion__content .grid,.accordion__content .uncollapse-margins {
    margin-bottom: 0;
}

.accordion--big-layout {
    margin: -.125rem auto 0 auto;
}

.accordion--big-layout .accordion__content {
    padding: 0 .9375rem;
}

@media (max-width: 48rem) {
    .accordion--big-layout .accordion__content {
        padding:0 1.25rem;
        max-width: none;
    }
}

@media (max-width: 48rem) {
    .accordion--big-layout .accordion__header span {
        font-size:1.125rem;
        text-transform: none;
        font-weight: 700;
        letter-spacing: .5px;
    }

    .accordion--big-layout .accordion__header span:after {
        height: 1.5rem;
    }
}

.accordion--big-layout:hover+.accordion .accordion__header {
    border-top-color: #009640;
}

@media (max-width: 64rem) {
    .accordion--big-layout {
        padding:0 1.25rem;
        width: 100%;
    }
}

.accordion--mini-layout {
    width: 50%;
    margin: -.125rem auto 0 auto;
    max-width: 100rem;
}

.accordion--mini-layout .accordion__content {
    padding: 0 .9375rem;
}

@media (max-width: 1650px) {
    .accordion--mini-layout .accordion__content {
        padding:0 .9375rem;
        max-width: none;
    }
}

@media (max-width: 48rem) {
    .accordion--mini-layout .accordion__content {
        padding:0 1.25rem;
    }
}

.accordion--mini-layout .accordion__header span {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .5px;
}

.accordion--mini-layout .accordion__header span:after {
    height: 1.5rem;
}

@media (max-width: 48rem) {
    .accordion--mini-layout .accordion__header span {
        font-size:1.125rem;
        text-transform: none;
    }
}

.accordion--mini-layout:hover+.accordion .accordion__header {
    border-top-color: #009640;
}

@media (max-width: 64rem) {
    .accordion--mini-layout {
        padding:0 1.25rem;
        width: 100%;
    }
}

.accordion__content {
    max-height: 0;
}

ul,ol {
    list-style-type: none;
}

ul li,ol li {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
}

ul li::before,ol li::before {
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -1.3em;
    color: #000;
}

ul li::before {
    content: "•";
}

ol li {
    counter-increment: ol-counter;
}

ol li::before {
    content: counter(ol-counter) ".";
}

.meta-navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.meta-navigation__list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
}

.meta-navigation__item {
    margin: 0;
    padding: 0;
    margin-right: 3rem;
}

.meta-navigation__item a {
    font-size: 14px;
    font-size: .875rem;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    color: #009640;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.meta-navigation__item a:hover {
    text-decoration: underline;
}

.meta-navigation__item::before {
    display: none;
}

.meta-navigation__item:last-child {
    margin-right: 0;
}

.meta-navigation__item--active a {
    text-decoration: underline;
}

.csc-default {
    clear: both;
}

.button,.tx-powermail .btn-default[tabindex],.fileupload.fileupload--file-added .fileupload__reset,.fileupload__button,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential {
    -webkit-transition: background-color .6s cubic-bezier(.445,.05,.55,.95);
    transition: background-color .6s cubic-bezier(.445,.05,.55,.95);
    color: #000;
    background-color: #fff;
    border: .125rem solid #000;
    padding: 1rem 1.56rem;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.button:hover,.tx-powermail .btn-default[tabindex]:hover,.fileupload.fileupload--file-added .fileupload__reset:hover,.fileupload__button:hover,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover {
    color: #fff;
    background-color: #000;
}

.button:after,.tx-powermail .btn-default[tabindex]:after,.fileupload.fileupload--file-added .fileupload__reset:after,.fileupload__button:after,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:after,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:after,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: -.125rem;
    right: -.125rem;
    border-top: 0 solid transparent;
    border-bottom: 1.25rem solid transparent;
    border-right: 1.25rem solid #fff;
    z-index: 0;
}

.button:before,.tx-powermail .btn-default[tabindex]:before,.fileupload.fileupload--file-added .fileupload__reset:before,.fileupload__button:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:before {
    position: absolute;
    content: " ";
    width: 1.65rem;
    height: .125rem;
    right: -.3125rem;
    top: .5rem;
    z-index: 1;
    background-color: #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button:focus,.tx-powermail .btn-default[tabindex]:focus,.fileupload.fileupload--file-added .fileupload__reset:focus,.fileupload__button:focus,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:focus,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:focus,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:focus {
    outline: none;
    border-color: #009640;
}

.button:focus:before,.tx-powermail .btn-default[tabindex]:focus:before,.fileupload.fileupload--file-added .fileupload__reset:focus:before,.fileupload__button:focus:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:focus:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:focus:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:focus:before {
    background-color: #009640;
}

.button--no-margin-bottom {
    margin-bottom: 0;
}

.button--invert {
    color: #fff;
    background-color: #000;
}

.button--invert:hover {
    color: #000;
    background-color: #fff;
}

.button--main-color {
    color: #009640;
    background-color: #fff;
    border: .125rem solid #009640;
}

.button--main-color:hover {
    color: #fff;
    background-color: #009640;
}

.button--main-color:before {
    background-color: #009640;
}

.button--main-color:focus {
    outline: none;
    border-color: #000;
}

.button--main-color:focus:before {
    background-color: #000;
}

.button[disabled],.tx-powermail .btn-default[tabindex][disabled],.fileupload.fileupload--file-added .fileupload__reset[disabled],.fileupload__button[disabled],#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all[disabled],#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific[disabled],#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential[disabled] {
    cursor: not-allowed;
    opacity: .4;
}

.button__pdf-icon {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    line-height: 1;
    height: .8125rem;
}

.button__pdf-icon:after {
    display: inline-block;
    position: absolute;
    font-family: "rvr-icons";
    font-size: 1rem;
    content: "";
    -webkit-transition: top .5s;
    transition: top .5s;
}

.button-wrapper--align-right {
    text-align: right;
}

.main-navigation {
    clear: both;
    overflow: hidden;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
    margin-top: 2.5rem;
}

@media (max-width: 47.9375rem) {
    .main-navigation {
        padding:5rem 3.7rem;
    }
}

@media (max-width: 35rem) {
    .main-navigation {
        padding:5rem 1.25rem;
    }
}

.main-navigation--open {
    position: relative;
    display: block;
    z-index: 3;
}

.main-navigation--fade {
    opacity: 1;
}

@media (min-width: 48rem) {
    .navigation-list {
        width:100%;
    }
}

.navigation-list--lvl-2 {
    padding: 0;
}

@media (min-width: 48rem) {
    .navigation-list--lvl-2 {
        display:block !important;
    }
}

@media (max-width: 47.9375rem) {
    .navigation-list--lvl-2 {
        display:none;
    }
}

.navigation-list .navigation-list__item {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    display: block;
    padding-left: 0;
    padding-right: 2.5rem;
    margin-bottom: 3.125rem;
}

@media (max-width: 47.9375rem) {
    .navigation-list .navigation-list__item {
        padding-right:1.25rem;
        margin-bottom: 1.25rem;
    }
}

.navigation-list .navigation-list__item:last-of-type {
    padding-right: 1.25rem;
}

@media (max-width: 100rem) {
    .navigation-list .navigation-list__item:nth-child(2) {
        padding-right:1.25rem;
    }
}

.navigation-list .navigation-list__item span.navigation-list__link {
    font-weight: bold;
}

.navigation-list .navigation-list__item button.navigation-list__link {
    width: 100%;
    text-align: left;
    font-weight: bold;
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-left: 0;
    cursor: inherit;
}

.navigation-list .navigation-list__item .navigation-list__link,.navigation-list .navigation-list__item a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding-bottom: .31rem;
    border-bottom: .25rem solid #fff;
}

@media (max-width: 47.9375rem) {
    .navigation-list .navigation-list__item .navigation-list__link,.navigation-list .navigation-list__item a {
        position:relative;
        padding-right: 2.19rem;
    }
}

@media (max-width: 47.9375rem) {
    .navigation-list .navigation-list__item .navigation-list__link:after,.navigation-list .navigation-list__item a:after {
        font-family:"rvr-icons";
        content: "";
        position: absolute;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: 0;
        top: 0;
        transition: -ms-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
    }
}

.navigation-list .navigation-list__item:before {
    display: none;
}

.navigation-list .navigation-list__item--lvl-2 {
    font-weight: 400;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    padding: 0;
    margin-bottom: .625rem;
}

.navigation-list .navigation-list__item--lvl-2:last-of-type {
    padding-right: 0;
}

.navigation-list .navigation-list__item--lvl-2:nth-child(2) {
    padding-right: 0;
}

.navigation-list .navigation-list__item--lvl-2 a {
    border-width: .125rem;
    position: relative;
    padding-left: 0;
    -webkit-transition: padding-left .5s;
    transition: padding-left .5s;
}

.navigation-list .navigation-list__item--lvl-2 a:before {
    font-family: "rvr-icons";
    content: "";
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    left: 0;
    top: -.125rem;
}

.navigation-list .navigation-list__item--lvl-2 a:after {
    display: none;
}

.navigation-list .navigation-list__item--lvl-2 a:hover {
    padding-left: 1.56rem;
}

.navigation-list .navigation-list__item--lvl-2 a:hover:before {
    opacity: 1;
}

.navigation-list .navigation-list__link--active:after {
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.navigation-list .navigation-list__link:hover {
    cursor: auto;
}

@media (max-width: 47.9375rem) {
    .navigation-list .navigation-list__link:hover {
        cursor:pointer;
    }
}

.navigation-list .navigation-list-lvl-2--open {
    display: block;
    margin-bottom: 1.25rem;
}

.navigation-list .navigation-list__item-lvl-2--active {
    padding-left: 1.56rem !important;
}

.navigation-list .navigation-list__item-lvl-2--active:before {
    opacity: 1 !important;
}

.navigation-layer {
    top: 5rem;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1100;
    background-color: #009640;
    height: 0;
    width: 100%;
    -webkit-transition: height .5s;
    transition: height .5s;
    margin-right: auto;
    margin-left: auto;
    max-width: 100rem;
    padding-left: 2.5rem;
}

@media (min-width: 1640px) {
    .navigation-layer {
        padding-right:0;
        max-width: 97.5rem;
    }
}

@media (max-width: 47.9375rem) {
    .navigation-layer {
        top:3.7rem;
        padding-left: 0;
    }
}

.navigation-layer--open {
    height: 100%;
}

.navigation-layer--height {
    height: auto;
    box-shadow: 5px 4px 11px 0px rgba(0,0,0,.3);
}

@media (max-width: 47.9375rem) {
    .navigation-layer--height {
        height:100%;
        overflow: auto;
    }
}

.breadcrumb {
    font-size: 14px;
    font-size: .875rem;
    display: block;
    margin: 0 0 .625rem 0;
    padding: 0;
    color: #000;
    margin-top: 1rem;
}

.breadcrumb:before,.breadcrumb:after {
    content: " ";
    display: block;
}

.breadcrumb:after {
    clear: both;
}

@media (max-width: 48rem) {
    .breadcrumb {
        display:none;
    }
}

.breadcrumb__item {
    font-size: 14px;
    font-size: .875rem;
    display: block;
    float: left;
    margin-right: .625rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #000;
}

.breadcrumb__item:before {
    content: " ";
}

.breadcrumb__item:after {
    display: inline-block;
    content: "";
    margin-left: .375rem;
    line-height: .9375rem;
    font-weight: bold;
    font-family: "rvr-icons";
}

.breadcrumb__item:last-child:after {
    display: none;
}

.breadcrumb__item span {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
}

.breadcrumb__item--first:after {
    display: none;
}

@media (max-width: 48rem) {
    .breadcrumb__item--first {
        display:none;
    }
}

.breadcrumb__item--current {
    color: #707070;
}

.breadcrumb__item--label {
    color: #000;
    font-weight: 700;
}

.breadcrumb__item a {
    text-decoration: none;
    line-height: -3.5;
}

.breadcrumb__item a:hover {
    text-decoration: underline;
}

.teaserbox {
    margin-bottom: 1.25rem;
    position: relative;
}

@media (max-width: 63.9375rem) {
    .teaserbox {
        margin-bottom:2.5rem;
    }
}

.teaserbox a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
}

.teaserbox .teaserbox__image {
    margin-bottom: 1.25rem;
    overflow: hidden;
    position: relative;
}

.teaserbox .teaserbox__image img {
    transition: -ms-transform 1s cubic-bezier(.19,1,.22,1),filter 1s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1),-webkit-filter 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1),filter 1s cubic-bezier(.19,1,.22,1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1),-webkit-filter 1s cubic-bezier(.19,1,.22,1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
}

.teaserbox__copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: .3125rem 1.25rem;
}

.teaserbox__copyright span {
    font-size: .75rem;
}

.teaserbox__copyright--white {
    color: #fff;
}

.teaserbox__copyright--grey {
    color: #707070;
}

.teaserbox__copyright--black {
    color: #000;
}

.teaserbox.teaserbox--hover img {
    -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.teaserbox.teaserbox--hover .teaserbox__headline {
    color: #009640;
}

.teaserbox.teaserbox--hover .button,.teaserbox.teaserbox--hover .tx-powermail .btn-default[tabindex],.tx-powermail .teaserbox.teaserbox--hover .btn-default[tabindex],.teaserbox.teaserbox--hover .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .teaserbox.teaserbox--hover .fileupload__reset,.teaserbox.teaserbox--hover .fileupload__button,.teaserbox.teaserbox--hover #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .teaserbox.teaserbox--hover .sg-cookie-optin-box-button-accept-all,.teaserbox.teaserbox--hover #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .teaserbox.teaserbox--hover .sg-cookie-optin-box-button-accept-specific,.teaserbox.teaserbox--hover #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .teaserbox.teaserbox--hover .sg-cookie-optin-box-button-accept-essential {
    color: #fff;
    background-color: #000;
}

.teaserbox__content *:last-child {
    margin-bottom: 0;
}

.internet-explorer .teaserbox {
    overflow: hidden;
}

.teaser-50-50 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0 calc(12.5% + 5px);
    overflow: hidden;
}

@media (max-width: 1200px) {
    .teaser-50-50 {
        margin:0;
    }
}

@media (max-width: 48rem) {
    .teaser-50-50 {
        -ms-flex-direction:column;
        flex-direction: column;
    }
}

.teaser-50-50__headline {
    margin-bottom: .9375rem;
}

@media (max-width: 48rem) {
    .teaser-50-50__headline {
        font-size:1.625rem;
    }
}

.teaser-50-50__image {
    width: 50%;
    overflow: hidden;
}

.teaser-50-50__image picture {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    height: 120%;
    overflow: hidden;
    width: 50%;
}

@media (max-width: 48rem) {
    .teaser-50-50__image picture {
        position:relative;
        width: 100%;
    }
}

.teaser-50-50__image img {
    width: auto;
    max-width: none;
    object-fit: contain;
    height: 100%;
    max-height: 100%;
}

@media (max-width: 48rem) {
    .teaser-50-50__image img {
        width:100%;
    }
}

@media (max-width: 48rem) {
    .teaser-50-50__image {
        width:100%;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
    }
}

.teaser-50-50__content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 3.5rem 6.5rem 1.25rem 3.125rem;
    min-height: 21.5625rem;
}

@media (max-width: 48rem) {
    .teaser-50-50__content {
        width:100%;
        padding: 1.875rem 2.3125rem;
        -ms-flex-order: 2;
        order: 2;
        min-height: inherit;
    }
}

.teaser-50-50__content a {
    display: inline-block;
    position: relative;
    color: #009640;
    background: #fff;
    font-size: 18 x;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-clip-path: polygon(0% 0%,calc(100% - 20px) 0%,calc(100% + 30px) 100%,0% 100%,0% 100%);
    clip-path: polygon(0% 0%,calc(100% - 20px) 0%,calc(100% + 30px) 100%,0% 100%,0% 100%);
    border: .125rem solid #fff;
    padding: .6875rem 1.5625rem;
    margin: 0 .625rem .625rem 0;
    -webkit-transition: background-color .6s cubic-bezier(.445,.05,.55,.95);
    transition: background-color .6s cubic-bezier(.445,.05,.55,.95);
}

.teaser-50-50__content a:before {
    position: absolute;
    content: " ";
    width: 1.75rem;
    height: .125rem;
    right: -.375rem;
    top: .5rem;
    z-index: 1;
    background-color: #fff;
    -ms-transform: rotate(47deg);
    -webkit-transform: rotate(47deg);
    transform: rotate(47deg);
}

.teaser-50-50__content a:hover {
    color: #fff;
    background: #009640;
}

.teaser-50-50__content a:hover:before {
    background-color: #fff;
}

@media (max-width: 48rem) {
    .teaser-50-50__content a {
        width:calc(100% - 50px);
        margin: 0 0 .9375rem 0;
    }
}

.teaser-50-50__links {
    width: calc(200% + 260px);
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: auto;
    text-align: right;
    z-index: 1;
    word-wrap: break-word;
}

@media (max-width: 48rem) {
    .teaser-50-50__links {
        width:100%;
        margin: 0;
        text-align: center;
    }
}

.teaser-50-50--text-right .teaser-50-50__links {
    margin-right: -5.25rem;
}

@media (max-width: 48rem) {
    .teaser-50-50--text-right .teaser-50-50__links {
        margin:0;
    }
}

.teaser-50-50--text-right .teaser-50-50__content {
    padding: 3.5rem 6.5rem 1.25rem 3.125rem;
}

@media (max-width: 48rem) {
    .teaser-50-50--text-right .teaser-50-50__content {
        padding:1.875rem 2.3125rem;
    }
}

.teaser-50-50--text-right .teaserbox__copyright {
    right: inherit;
    left: 0;
    padding: .3125rem 1.875rem;
}

@media (max-width: 48rem) {
    .teaser-50-50--text-right .teaserbox__copyright {
        right:0;
        left: inherit;
    }
}

.teaser-50-50--text-left .teaser-50-50__links {
    width: calc(200% + 240px);
    margin-right: calc(-100% - 240px);
    text-align: left;
}

@media (max-width: 48rem) {
    .teaser-50-50--text-left .teaser-50-50__links {
        width:100%;
        margin: 0;
    }
}

.teaser-50-50--with-video {
    opacity: .9;
}

.teaser-50-50--with-video .teaser-50-50__content {
    min-height: inherit;
}

.teaser-50-50--with-video .videoclip {
    margin: 0;
}

.teaser-50-50--with-video .videoclip--wrapper {
    height: 100%;
}

.teaser-50-50:after {
    display: block;
    position: absolute;
    content: " ";
    right: -1px;
    background-image: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Images/Streifen_ecke_weiss_HEADER_WEB.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 10.8125rem;
    height: 4.375rem;
}

@media (max-width: 35rem) {
    .teaser-50-50:after {
        width:100px;
        height: 50px;
    }
}

.firefox .teaser-50-50__content a:hover:before {
    width: 1.875rem;
}

.internet-explorer .teaser-50-50__content a:before {
    display: none;
}

.contact_box {
    margin-bottom: 1.25rem;
    display: block;
}

.contact_box__description,.contact_box__contact {
    padding-bottom: .625rem;
}

.contact_box__name {
    padding: 0;
}

.contact_box__name h4 {
    text-transform: none;
    font-size: 16px;
    letter-spacing: inherit;
}

.contact_box__description,.contact_box__contact {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
}

.contact_box__description p,.contact_box__contact p {
    margin: 0;
}

.contact_box__contact {
    position: relative;
}

.contact_box__phone a,.contact_box__link a,.contact_box__mail a,.contact_box__extern-link a {
    text-decoration: none;
}

.contact_box__phone a:hover,.contact_box__link a:hover,.contact_box__mail a:hover,.contact_box__extern-link a:hover {
    text-decoration: underline;
}

.contact_box__phone a,.contact_box__mail a {
    -ms-word-break: break-word;
    word-break: break-word;
}

.contact_box__mail,.contact_box__phone,.contact_box__address,.contact_box__link,.contact_box__extern-link {
    margin-left: 1.75rem;
    display: inline-block;
}

.contact_box__mail::before,.contact_box__phone::before,.contact_box__address::before,.contact_box__link::before,.contact_box__extern-link::before {
    position: absolute;
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    font-family: "rvr-icons";
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact_box__mail::before {
    content: "";
}

.contact_box__phone::before {
    content: "";
    margin-right: .8205rem;
}

.contact_box__address::before {
    content: "";
    margin-right: 1.0625rem;
}

.contact_box__link::before {
    content: "";
}

.contact_box__extern-link::before {
    content: "";
}

.contact_box__news-headline {
    padding-left: 1.25rem;
}

.contact_box--news:first-of-type {
    padding-left: 1.25rem;
}

.contact_box--news:last-of-type {
    padding-right: 1.25rem;
}

.grid--contact_box {
    margin-bottom: 0;
}

.search-layer {
    top: 5rem;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1100;
    background-color: #009640;
    height: 0;
    width: 100%;
    -webkit-transition: height .5s;
    transition: height .5s;
}

@media (max-width: 47.9375rem) {
    .search-layer {
        top:3.7rem;
    }
}

.search-layer--open {
    height: 100%;
}

.search-layer .search-layer__content {
    padding: 3.75rem 5rem;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
}

@media (max-width: 35rem) {
    .search-layer .search-layer__content {
        padding:3.75rem 1.25rem;
    }
}

.search-layer .search-layer__content--open {
    position: relative;
    display: block;
    z-index: 1101;
}

.search-layer .search-layer__content--fade {
    opacity: 1;
}

.search-layer .search-layer__form label {
    display: none;
}

.search-layer .search-layer__input {
    font-size: 20px;
    font-size: 1.25rem;
    box-sizing: border-box;
    width: 100%;
    min-height: 3.75rem;
    border: .16rem solid #009640;
    border-radius: 2.8125rem;
    padding: 0 2.8125rem;
    font-style: italic;
    letter-spacing: .5px;
}

@media (max-width: 47.9375rem) {
    .search-layer .search-layer__input {
        font-size:16px;
        font-size: 1rem;
        min-height: 2.8125rem;
        border-radius: 1.25rem;
        padding: 0 1.25rem;
    }
}

.search-layer .search-layer__suggestions-list {
    padding-top: .3125rem;
    color: #fff;
}

@media (min-width: 48rem) {
    .search-layer .search-layer__suggestions-list {
        padding-left:3rem;
    }
}

.search-layer .search-layer__suggestions-list .search-layer__result-list-item a {
    text-decoration: none;
}

.pagination {
    font-size: 13px;
    font-size: .8125rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    padding-left: 0;
    margin: 1.25rem 0;
    float: none !important;
}

.pagination:before,.pagination:after {
    content: " ";
    display: block;
}

.pagination:after {
    clear: both;
}

.pagination__item {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    margin: 0 .75rem;
    color: #000;
    float: none !important;
}

.pagination__item:before {
    content: " ";
}

.pagination__item a,.pagination__item span {
    text-decoration: none;
    color: #000;
    padding: 0;
    line-height: 2rem;
    font-weight: bold;
}

.pagination__item a:before,.pagination__item span:before {
    display: inline-block;
    height: 1.125rem;
}

.pagination__item a:hover,.pagination__item span:hover {
    color: #009640;
}

.pagination__item span {
    font-weight: 300;
}

.pagination__item span:hover {
    color: inherit;
}

.pagination__item--first:before {
    display: none;
}

.pagination__item--active a {
    color: #009640;
}

.pagination__item--active span {
    display: inline-block;
    font-weight: bold;
    color: #000;
    padding: 0 .625rem;
}

.pagination__item--active span:hover {
    color: #000;
}

@media (max-width: 35rem) {
    .pagination__item--active {
        display:block;
    }
}

.pagination__item--active-span {
    color: #fff !important;
    background: #009640 !important;
    font-weight: 700 !important;
}

.pagination__item--next {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    width: 25%;
}

.pagination__item--next:before {
    display: none;
}

.pagination__item--next a {
    display: inline-block;
    padding: 0 .625rem;
    border: 1px solid #009640;
    margin-left: .3125rem;
}

.pagination__item--next a:before {
    content: "";
    font-weight: bold;
    padding-right: .315rem;
}

.pagination__item--next a:hover {
    color: #009640;
}

.pagination__item--next span {
    font-weight: bold;
}

@media (max-width: 35rem) {
    .pagination__item--next {
        width:1.25rem;
    }

    .pagination__item--next span {
        display: none !important;
    }
}

.pagination__item--next-last a {
    position: relative;
}

.pagination__item--next-last a:before {
    padding-right: .9375rem;
}

.pagination__item--next-last a:after {
    content: "";
    font-weight: bold;
    position: absolute;
    top: 0;
    left: .625rem;
}

.pagination__item--previous {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    width: 25%;
}

.pagination__item--previous:before {
    display: none;
}

.pagination__item--previous a {
    display: inline-block;
    padding: 0 .625rem;
    border: 1px solid #009640;
    margin-right: .3125rem;
}

.pagination__item--previous a:before {
    content: "";
    font-weight: bold;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-left: .3125rem;
}

.pagination__item--previous a:hover {
    color: #009640;
}

.pagination__item--previous span {
    font-weight: bold;
}

@media (max-width: 35rem) {
    .pagination__item--previous {
        width:20px;
    }

    .pagination__item--previous span {
        display: none !important;
    }
}

.pagination__item--previous-first a {
    position: relative;
}

.pagination__item--previous-first a:before {
    padding-left: .9375rem;
}

.pagination__item--previous-first a:after {
    content: "";
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 0;
    left: .625rem;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 1.125rem;
}

.pagination__item--more-padding {
    padding: 0 !important;
}

.pagination__item--more-padding:before {
    padding-right: .7rem;
}

.pagination__item--disabled {
    pointer-events: none;
}

.msedge .pagination__item--previous-first a:after {
    top: .0625rem;
}

.solution-finder {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #009640;
    padding: 3.125rem 1.5625rem 1.5625rem 3.125rem;
}

@media (max-width: 35rem) {
    .solution-finder {
        padding:1.875rem 1.25rem;
    }
}

.solution-finder h3 {
    color: #fff;
}

@media (min-width: 48rem) {
    .solution-finder h3 {
        font-size:24px;
        font-size: 1.5rem;
        font-weight: bold;
    }
}

.solution-finder label {
    display: none;
}

.solution-finder .select-field__box {
    background: transparent;
    margin-bottom: 1.25rem;
    width: calc(100% - 2.1875rem);
}

.solution-finder .select-field__box select {
    padding: .75rem 4.0625rem .75rem .75rem;
    background: white;
    line-height: normal;
    border: .0625rem solid #fff;
    color: #000;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-weight: 300;
    text-transform: uppercase;
}

.solution-finder .select-field__box select option {
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    background: rgba(255,255,255,.9);
}

.solution-finder .select-field__box select:disabled {
    opacity: .7;
}

.solution-finder .select-field__box select::-ms-expand {
    display: none;
}

.solution-finder .select-field__box:after {
    font-size: 2rem;
    bottom: -.125rem;
    color: #000;
    background: none;
    border: none;
    content: "";
    pointer-events: none;
}

@media (max-width: 35rem) {
    .solution-finder .select-field__box {
        width:100%;
        margin-bottom: .9375rem;
    }
}

.solution-finder .button--submit {
    color: #fff;
    border-color: #fff;
    background: #009640;
    margin: 0;
}

.solution-finder .button--submit:hover {
    color: #009640;
    background-color: #fff;
}

.solution-finder .button--submit:after {
    border-right-color: #009640;
}

.solution-finder .button--submit:before {
    background-color: #fff;
}

.solution-finder .button--submit:disabled {
    opacity: .7;
}

.solution-finder .button--submit:disabled:hover {
    color: #fff;
    background-color: #009640;
    border-color: #fff;
    -webkit-transition: none;
    transition: none;
}

.solution-finder:before {
    content: " ";
    position: absolute;
    top: -2.1875rem;
    right: -2.1875rem;
    height: 4.375rem;
    width: 4.375rem;
    z-index: 1;
    background-color: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news .news__headline {
    margin-top: 1.25rem;
}

.news .news__headline--no-margin {
    margin-bottom: .3125rem;
}

.news .news__headline--no-text-transform {
    text-transform: none;
    margin-top: 0;
}

@media (max-width: 47.9375rem) {
    .news .news__headline--mobile-no-text-transform {
        text-transform:none;
    }
}

.news .news__main-headline {
    margin-top: .3125rem;
}

.news .news__date--detail {
    display: inline-block;
}

@media (min-width: 48rem) {
    .news .news__date--detail {
        margin-bottom:1.25rem;
    }
}

@media (max-width: 48rem) {
    .news .news-backlink-wrap--below {
        margin-top:-1.875rem;
    }
}

.news .news__backlink {
    text-decoration: none;
}

.news .news__backlink:before {
    font-family: "rvr-icons";
    content: "";
    margin-right: .25rem;
    display: inline-block;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: .125rem;
}

.news .news__separator {
    margin-left: .3125rem;
    margin-right: .3125rem;
}

.news .news__date-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 48rem) {
    .news .news__date-wrap {
        margin-top:2.5rem;
    }
}

.news .news__category-wrap {
    display: inline-block;
}

@media (min-width: 48rem) {
    .news .news__category-wrap {
        margin-bottom:1.25rem;
    }
}

.news .news__category-item {
    color: #000;
    font-weight: bold;
}

.news .news__category-link {
    text-decoration: none;
}

.news .news__category-link:hover {
    text-decoration: underline;
}

.news .news__category-separator:after {
    color: #000;
    display: inline-block;
    content: ",";
    margin-right: .3125rem;
}

.news .news-list__bottom-categories .news__category-separator:after {
    color: #009640;
}

.news .news__image-link {
    text-decoration: none;
}

.news .article h3 {
    margin-bottom: 1.25rem;
}

.news .news__searchinfo {
    margin-top: 2.5rem;
}

.news .news__searchinfo .news__searched-for {
    color: #000;
}

.news .page-navigation ul li a {
    display: inline-block;
    margin: 0 .1875rem 0 -.1875rem;
}

.news__social-share-buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 2.5rem 0;
    padding-bottom: 1.25rem;
    border-bottom: .0625rem solid #707070;
}

.news__social-share-buttons .shariff,.news__social-share-buttons p {
    line-height: 1.875rem;
    margin: 0;
}

@media (max-width: 48rem) {
    .news__social-share-buttons {
        padding-bottom:0;
        margin: 0 0 3.75rem 0;
    }
}

.news__social-share-buttons-title {
    font-size: 1.25rem;
    margin: 0 1.25rem 0 0;
}

@media (max-width: 48rem) {
    .news__social-share-buttons-title {
        width:auto;
        margin-bottom: 1rem;
    }
}

.news-list .news-list__item {
    padding-bottom: 1.25rem !important;
    padding-top: 1.5625rem;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
}

.news-list .news-list__item:first-of-type {
    padding-top: 0;
}

@media (max-width: 47.9375rem) {
    .news-list .news-list__item {
        padding-bottom:0 !important;
    }
}

.news-list .news-list__teaser-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: .625rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
    height: 100%;
}

.news-list .news-list__teaser-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0;
    flex: 0;
    padding: .625rem .625rem 0 .625rem;
    color: #000;
}

.news-list .news-list__teaser-content--no-image {
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

.news-list .news-list__teaser-image {
    overflow: hidden;
}

.news-list .news-list__teaser-image img {
    vertical-align: top;
    width: 100%;
}

.news-list .news-list__teaser-image.news-list__teaser-image--landscape {
    max-height: 15rem;
    width: 100%;
}

.news-list .news-list__teaser-image.news-list__teaser-image--landscape img {
    min-height: 15rem;
}

.news-list .news-list__teaser-image.news-list__teaser-image--portrait+.news-list__teaser-content {
    height: auto;
}

.news-list .news-list__headline {
    margin-top: .625rem;
    margin-bottom: 1.25rem !important;
}

@media (max-width: 47.9375rem) {
    .news-list .news-list__headline {
        font-size:1rem;
        text-transform: none;
    }
}

.news-list .news-list__subheadline span {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
}

.news-list .news-list__headline-part-1 {
    display: block;
    margin-bottom: .3125rem;
    text-transform: uppercase;
}

.news-list .news-list__headline-part-2 {
    text-transform: none;
}

.news-list .news-list__teaser {
    margin-bottom: 0;
}

.news-list .news-list__teaser-background {
    border: solid .1px #707070 !important;
}

.news-list .news-list__teaser-background .news__category-item {
    color: #009640;
    font-weight: bold;
}

.news-list .news-list__teaser-background .news-list__teaser-content {
    background: #fff;
    color: #000;
}

.news-list .news-list__teaser-background--grey-background {
    border: none !important;
    background-color: #efefef;
}

.news-list .news-list__teaser-background--grey-background .news-list__teaser-content {
    background: #efefef;
    color: #000;
}

.news-list .news-list__teaser-background--main-background {
    border: none !important;
    background-color: #009640;
}

.news-list .news-list__teaser-background--main-background .news-list__teaser-content {
    background: #009640;
    color: #fff;
}

.news-list .news-list__teaser-background--main-background .news-list__headline {
    color: #fff !important;
}

.news-list .news-list__teaser-background--main-background .news-list__teaser-text p {
    color: #fff;
}

.news-list .news-list__teaser-background--main-background .news__category-item {
    color: #fff;
    font-weight: bold;
}

.news-list .news-list__teaser-background--main-background .news__category-item:after {
    color: #fff;
}

.news-list .news-list__teaser-background--main-background .hr-line {
    background-color: #fff !important;
    border-color: #fff;
    color: #fff;
}

.news-list .news-list__teaser-text {
    color: #000;
}

.news-list .news-list__teaser-text p {
    margin-bottom: 0;
}

@media (max-width: 47.9375rem) {
    .news-list .news-list__teaser-text p {
        margin-bottom:1.25rem;
    }
}

.news-list .news-list__image {
    overflow: hidden;
}

@media (max-width: 47.9375rem) {
    .news-list .news-list__image {
        margin-bottom:1.25rem;
    }
}

.news-list .news-list__bottom-categories {
    margin-top: auto;
    padding: 0 .625rem .3125rem .625rem;
}

.news-list .news-list__bottom-categories hr {
    background-color: #000 !important;
    border-color: #000;
    border: none;
    height: .0625rem;
    width: 40%;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
}

.news-list .grid {
    margin-bottom: 0;
}

.news-list .grid .page-navigation {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 1.25rem 1.25rem;
}

.news-list.news-teaser-list .grid {
    margin: -1.25rem -.625rem 0 -.625rem;
}

.news-list.news-teaser-list .grid .grid__column {
    padding-left: .625rem;
    padding-right: .625rem;
}

.news-teaser__item {
    position: relative;
    border: 0 !important;
}

.news-teaser__item .news-teaser-item__text p {
    margin-bottom: 1.25rem;
}

.news-teaser__item .news-teaser-item__image {
    overflow: hidden;
}

.news-teaser__item .news-teaser-item__more-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1;
}

.news-teaser__item .news__category-link {
    z-index: 2;
}

.news-teaser__item img {
    transition: -ms-transform 1s cubic-bezier(.19,1,.22,1),filter 1s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1),-webkit-filter 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1),filter 1s cubic-bezier(.19,1,.22,1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1),-webkit-filter 1s cubic-bezier(.19,1,.22,1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
}

.news-teaser__item--hover img {
    -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.news-teaser__item--hover .news-list__headline {
    color: #009640;
}

.news-teaser__item--hover .button,.news-teaser__item--hover .tx-powermail .btn-default[tabindex],.tx-powermail .news-teaser__item--hover .btn-default[tabindex],.news-teaser__item--hover .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .news-teaser__item--hover .fileupload__reset,.news-teaser__item--hover .fileupload__button,.news-teaser__item--hover #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .news-teaser__item--hover .sg-cookie-optin-box-button-accept-all,.news-teaser__item--hover #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .news-teaser__item--hover .sg-cookie-optin-box-button-accept-specific,.news-teaser__item--hover #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .news-teaser__item--hover .sg-cookie-optin-box-button-accept-essential {
    color: #fff;
    background-color: #000;
}

.news-file-list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.news-file-list__link-list {
    padding-left: 0;
}

.news-file-list__link-list li {
    margin-bottom: 1.25rem;
}

.news-file-list__link-list li:before {
    content: " ";
}

.news-file-list__link-list li:last-of-type {
    margin-bottom: 0;
}

.news-file-list__link-list--mobile-margin-bottom {
    margin-bottom: 0;
    margin-top: -.625rem;
}

@media (max-width: 48rem) {
    .news-file-list__link-list--mobile-margin-bottom {
        margin-bottom:2.5rem;
    }
}

.news-file-list__link a {
    color: #000;
    line-height: 1.7;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 1.6875rem;
    -webkit-transition: padding-left .3s;
    transition: padding-left .3s;
}

.news-file-list__link a:before {
    font-family: "rvr-icons";
    position: absolute;
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    margin-left: -1.6875rem;
    margin-right: .55rem;
}

.news-file-list__link a:hover {
    color: #000;
    padding-left: 2.0125rem;
}

.news-file-list__link a:hover:before {
    margin-left: -2.0125rem;
    margin-right: .94rem;
}

.news-file-list__size {
    font-size: 14px;
    font-size: .875rem;
}

@media (max-width: 47rem) {
    .news-file-list__size {
        display:block;
        padding-left: 1.6875rem;
    }
}

.news-file-list__link-description {
    font-size: 14px;
    font-size: .875rem;
    padding-left: 1.6875rem;
}

.news-filters {
    width: 100%;
    position: relative;
    padding: 2.5rem 1.25rem 1.25rem 1.25rem;
    background: #009640;
}

.news-filters .grid {
    margin-bottom: 0;
}

.news-filters .news-filters__wrapper input,.news-filters .news-filters__wrapper select {
    border: none;
}

.news-filters .news-filters__wrapper select {
    max-height: 2.5rem;
}

.news-filters .news-filters__wrapper input {
    margin-bottom: 1.25rem;
}

.news-filters .news-filters__wrapper .select-field {
    margin-bottom: 1.25rem;
}

.news-filters label {
    display: none;
}

.news-filters .select-field select:disabled {
    opacity: .7;
}

.news-filters .button,.news-filters .tx-powermail .btn-default[tabindex],.tx-powermail .news-filters .btn-default[tabindex],.news-filters .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .news-filters .fileupload__reset,.news-filters .fileupload__button,.news-filters #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .news-filters .sg-cookie-optin-box-button-accept-all,.news-filters #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .news-filters .sg-cookie-optin-box-button-accept-specific,.news-filters #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .news-filters .sg-cookie-optin-box-button-accept-essential {
    border-color: #fff;
    background: #009640;
    color: #fff;
    margin-right: .9375rem;
    margin-bottom: 0;
}

.news-filters .button:before,.news-filters .tx-powermail .btn-default[tabindex]:before,.tx-powermail .news-filters .btn-default[tabindex]:before,.news-filters .fileupload.fileupload--file-added .fileupload__reset:before,.fileupload.fileupload--file-added .news-filters .fileupload__reset:before,.news-filters .fileupload__button:before,.news-filters #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:before,#SgCookieOptin .sg-cookie-optin-box .news-filters .sg-cookie-optin-box-button-accept-all:before,.news-filters #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:before,#SgCookieOptin .sg-cookie-optin-box .news-filters .sg-cookie-optin-box-button-accept-specific:before,.news-filters #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:before,#SgCookieOptin .sg-cookie-optin-box .news-filters .sg-cookie-optin-box-button-accept-essential:before {
    background-color: #fff;
}

.news-filters .button:after,.news-filters .tx-powermail .btn-default[tabindex]:after,.tx-powermail .news-filters .btn-default[tabindex]:after,.news-filters .fileupload.fileupload--file-added .fileupload__reset:after,.fileupload.fileupload--file-added .news-filters .fileupload__reset:after,.news-filters .fileupload__button:after,.news-filters #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:after,#SgCookieOptin .sg-cookie-optin-box .news-filters .sg-cookie-optin-box-button-accept-all:after,.news-filters #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:after,#SgCookieOptin .sg-cookie-optin-box .news-filters .sg-cookie-optin-box-button-accept-specific:after,.news-filters #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:after,#SgCookieOptin .sg-cookie-optin-box .news-filters .sg-cookie-optin-box-button-accept-essential:after {
    border-right: 1.25rem solid #009640;
}

.news-filters .button:hover,.news-filters .tx-powermail .btn-default[tabindex]:hover,.tx-powermail .news-filters .btn-default[tabindex]:hover,.news-filters .fileupload.fileupload--file-added .fileupload__reset:hover,.fileupload.fileupload--file-added .news-filters .fileupload__reset:hover,.news-filters .fileupload__button:hover,.news-filters #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .news-filters .sg-cookie-optin-box-button-accept-all:hover,.news-filters #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .news-filters .sg-cookie-optin-box-button-accept-specific:hover,.news-filters #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover,#SgCookieOptin .sg-cookie-optin-box .news-filters .sg-cookie-optin-box-button-accept-essential:hover {
    color: #009640;
    background-color: #fff;
}

.news-filters:before {
    content: " ";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 0 2.1875rem 2.1875rem 0;
    border-color: transparent #fff transparent transparent;
}

.news-extra-categories {
    padding: 0;
    margin-top: 0;
}

.news-extra-categories .accordion {
    margin-bottom: 0;
    background: #fff;
    border-bottom: .0625rem solid #fff;
}

.news-extra-categories .accordion--open {
    border-bottom: none;
}

.news-extra-categories .accordion--open .accordion__header span:after {
   content: "▼";
}

.news-extra-categories .accordion__header {
    border: 0;
    color: #fff !important;
}

.news-extra-categories .accordion__header span {
    padding-right: 0;
    padding-left: 1.875rem;
}

.news-extra-categories .accordion__header span:after {
    right: inherit;
    left: .3125rem;
    content: "▼";
    height: .75rem;
    font-size: .625rem;
}

.news-extra-categories .accordion__content {
    padding: 0;
    background-color: rgba(0,150,64,.6);
}

.news-extra-categories .accordion__content .form-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .9375rem .9375rem .3125rem .9375rem;
    margin: .3125rem 0 0 1.8125rem;
}

.news-extra-categories .accordion__content .form-check {
    padding-left: .625rem;
}

.news-extra-categories .submit-button {
    padding: 1.875rem 1.25rem .625rem 1.25rem;
}

.slider {
    position: relative;
    display: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.slider:before,.slider:after {
    content: " ";
    display: block;
}

.slider:after {
    clear: both;
}

.slider__item {
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    clear: none;
}

.slider__item .section__content {
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%,-1.875rem);
    -webkit-transform: translate(-50%,-1.875rem);
    transform: translate(-50%,-1.875rem);
}

@media (max-width: 109.375rem) {
    .slider__item .section__content {
        left:55%;
    }
}

@media (max-width: 48rem) {
    .slider__item .section__content {
        position:relative;
        left: 0;
        bottom: 0;
        -ms-transform: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        box-shadow: 0 10px 25px -20px rgba(0,0,0,.55);
    }
}

.slider__item .link {
    color: #000;
    position: static;
}

.slider__item .link:focus {
    border: .375rem solid #009640;
}

.slider__item:focus {
    outline: none;
    border: none;
}

.slider__item:before {
    display: none;
}

.slider__item[tabindex="0"]:focus {
    border: .125rem solid #009640;
}

.slider__image {
    display: block;
    position: relative;
}

.slider__image img {
    display: block;
    width: 100%;
    height: auto;
}

.slider__title {
    display: inline-block;
}

.slider__caption {
    box-sizing: border-box;
    position: relative;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    max-width: 34.375rem;
    padding: 1.25rem;
    background: rgba(255,255,255,.85);
    margin-bottom: 1.25rem;
    text-decoration: none;
    word-wrap: break-word;
}

@media (max-width: 64rem) {
    .slider__caption {
        max-width:28.125rem;
    }
}

@media (max-width: 48rem) {
    .slider__caption {
        width:100%;
        max-width: inherit;
        padding: .625rem 0 1.25rem 0;
        margin-top: 1.5rem;
        margin-bottom: 0;
    }
}

.slider__caption:hover {
    text-decoration: none;
}

.slider__caption:focus {
    outline: none;
    border: none;
}

.slider__caption span:not(.ce-headline-h2,.slider__sub-title):hover {
    color: #009640;
}

@media (max-width: 35rem) {
    .slider__caption h2,.slider__caption .ce-headline-h2,.slider__caption .ce-headline-h2-main-color,.slider__caption .ce-headline-h2-lowercase {
        margin-bottom:.625rem;
    }
}

.slider__caption * {
    text-decoration: none;
}

.slider__caption *:hover {
    text-decoration: none;
}

.slider__caption *:last-child {
    margin-bottom: 0;
}

.slider__description {
    margin-bottom: .625rem;
}

.slider__copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: .625rem 1.25rem;
}

.slider__copyright span {
    font-size: .75rem;
}

.slider__copyright--white {
    color: #fff;
}

.slider__copyright--black {
    color: #000;
}

.slider__copyright--grey {
    color: #707070;
}

.slider.slick-initialized {
    display: block;
}

.slider .slick-prev,.slider .slick-next {
    position: absolute;
    z-index: 1000;
    display: inline-block;
    height: 2.75rem;
    width: 2.75rem;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: #000;
    border-radius: 50%;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: none;
}

@media (max-width: 48rem) {
    .slider .slick-prev,.slider .slick-next {
        top:30%;
    }
}

@media (max-width: 26.25rem) {
    .slider .slick-prev,.slider .slick-next {
        top:22%;
    }
}

.slider .slick-prev.slick-disabled:before,.slider .slick-next.slick-disabled:before {
    opacity: .5;
    cursor: auto;
}

@media (max-width: 48rem) {
    .slider .slick-prev,.slider .slick-next {
        width:3.125rem;
        height: 3.125rem;
    }
}

.slider .slick-prev:before,.slider .slick-next:before {
    font-size: 32px;
    font-size: 2rem;
    font-family: "rvr-icons";
    content: "<";
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

@media (max-width: 48rem) {
    .slider .slick-prev:before,.slider .slick-next:before {
        font-size:48px;
        font-size: 3rem;
    }
}

@media (max-width: 26.25rem) {
    .slider .slick-prev:before,.slider .slick-next:before {
        font-size:36px;
        font-size: 2.25rem;
    }
}

.slider .slick-prev:hover,.slider .slick-prev:focus,.slider .slick-next:hover,.slider .slick-next:focus {
    outline: none;
    color: transparent;
    background: #fff;
    border: .125rem solid #009640;
}

.slider .slick-prev:hover:before,.slider .slick-prev:focus:before,.slider .slick-next:hover:before,.slider .slick-next:focus:before {
    color: #009640;
}

.slider .slick-prev {
    left: 0;
    margin-left: .25rem;
}

.slider .slick-prev:before {

    margin: -.0625rem .375rem 0 0;
}

.slider .slick-next {
    right: 0;
    margin-right: .25rem;
}

.slider .slick-next:before {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: -.0625rem -.375rem 0 0;
}

.slider .slick-track {
    margin: 0;
    padding: 0;
}

.slider__layout--1 {
    min-height: 31.25rem;
}

@media (max-width: 48rem) {
    .slider__layout--1 {
        min-height:25rem;
    }
}

@media (max-width: 35rem) {
    .slider__layout--1 {
        min-height:17.5rem;
    }
}

.slider__layout--1 .slick-slide img {
    display: block;
    min-height: 31.25rem;
    object-fit: cover;
    aspect-ratio: 3.2;
}

@media (max-width: 48rem) {
    .slider__layout--1 .slick-slide img {
        min-height:25rem;
    }
}

@media (max-width: 35rem) {
    .slider__layout--1 .slick-slide img {
        min-height:17.5rem;
    }
}

.slider__layout--1 .slick-slide .slick-slide__logo {
    min-height: auto;
    object-fit: none;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 35rem) {
    .slider__layout--1 .slick-slide .slick-slide__logo {
        display:none;
    }
}

.slider__layout--1 .section__content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: calc(100% - 50px);
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

@media (max-width: 109.375rem) {
    .slider__layout--1 .section__content {
        height:calc(100% - 15px);
        left: 55%;
    }
}

@media (max-width: 48rem) {
    .slider__layout--1 .section__content {
        position:relative;
        margin: -125px 0 0 0;
        left: 0;
        bottom: 0;
        -ms-transform: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        box-shadow: inherit;
    }
}

.slider__layout--1 .slider__caption {
    width: 33%;
    height: auto;
    max-height: 100%;
    max-width: 30rem;
    margin: 0;
    aspect-ratio: 1;
    border-radius: 0 50%;
    padding: 2.5rem 3.125rem 2.5rem 2.5rem;
    color: #fff;
}

@media (max-width: 1700px) {
    .slider__layout--1 .slider__caption {
        max-width:27.5rem;
    }
}

@media (max-width: 1200px) {
    .slider__layout--1 .slider__caption {
        width:39%;
        max-width: 30rem;
    }
}

@media (max-width: 64rem) {
    .slider__layout--1 .slider__caption {
        width:50%;
        max-width: 23.75rem;
    }
}

@media (max-width: 48rem) {
    .slider__layout--1 .slider__caption {
        width:calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 35rem) {
    .slider__layout--1 .slider__caption {
        width:100%;
        max-width: 20.625rem;
    }
}

@media (max-width: 48rem) {
    .slider__layout--1 .leaf__header img {
        width:1.875rem;
    }
}

.slider__layout--1 .leaf__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.slider__layout--1 .leaf--second {
    display: inline-block;
    width: 2.5rem;
    margin-left: 1.25rem;
    margin-bottom: .0625rem;
    bottom: 0;
    rotate: 90deg;
    -ms-flex-item-align: end;
    align-self: flex-end;
    aspect-ratio: 1;
    border-radius: 0 50%;
}

@media (max-width: 48rem) {
    .slider__layout--1 .leaf--second {
        width:1.875rem;
    }
}

@media (max-width: 400px) {
    .slider__layout--1 .leaf--second {
        display:none;
    }
}

.slider__layout--1 .slick-prev,.slider__layout--1 .slick-next {
    height: 3.75rem;
    width: 3.75rem;
    background: #fff;
    aspect-ratio: 1;
    border-radius: 0 50%;
}

.slider__layout--1 .slick-prev:before,.slider__layout--1 .slick-next:before {
    color: #000;
}

.slider-arrows {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-arrows .slick-stop-play {
    display: inline-block;
    background: #000;
    border: solid .125rem #000;
    border-radius: 50%;
    width: 1.5625rem;
    height: 1.5625rem;
    margin-top: -1.875rem;
    position: relative;
    z-index: 20;
}

.slider-arrows .slick-stop-play:after {
    display: block;
    content: " ";
    background: transparent;
    box-sizing: border-box;
    width: .625rem;
    height: .75rem;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: 100ms all ease;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: .4375rem 0 .4375rem .75rem;
    margin-left: .03125rem;
}

.slider-arrows .slick-stop-play.paused {
    border: solid .125rem #000;
}

.slider-arrows .slick-stop-play.paused:after {
    height: .75rem;
    border-style: double;
    border-width: 0 0 0 .625rem;
    margin: 0 auto;
    width: 50%;
}

.slider-arrows .slick-stop-play:focus,.slider-arrows .slick-stop-play:hover {
    background: #fff;
    border: solid .125rem #009640;
}

.slider-arrows .slick-stop-play:focus:after,.slider-arrows .slick-stop-play:hover:after {
    border-color: transparent transparent transparent #009640;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

@media (max-width: 35rem) {
    .slick-list {
        margin-bottom:1.25rem;
    }
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -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);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,.slick-track:after {
    content: " ";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: .0625rem;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: .0625rem solid transparent;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    left: 0;
    right: 0;
    margin-bottom: .5rem;
}

@media (max-width: 48rem) {
    .slick-dots {
        bottom:inherit;
        top: 0;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: .9375rem;
    width: .9375rem;
    margin: 0 .3125rem;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: .125rem solid #000;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    height: .9375rem;
    width: .9375rem;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: .3125rem;
    cursor: pointer;
    opacity: .75;
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none;
    opacity: 1;
}

.slick-dots li.slick-active button {
    background-color: #009640;
    border-color: #fff;
    opacity: 1;
}

.slick-dots li:before {
    content: " ";
}

@media (max-width: 48rem) {
    .slick-dots li {
        height:.8125rem;
        width: .8125rem;
    }

    .slick-dots li button {
        height: .8125rem;
        width: .8125rem;
        border: .09375rem solid #009640;
        padding: .125rem;
    }
}

.slick-dots>li:only-child {
    display: none;
}

.firefox .slider-arrows .slick-stop-play:after {
    margin-left: .1875rem;
}

.videoclip {
    margin-bottom: 1.25rem;
    padding: 0;
    max-width: 100%;
    height: auto;
}

.videoclip.videoclip--no-margin-bottom {
    margin-bottom: 0 !important;
}

.videoclip.videoclip--responsive,.videoclip.youtube {
    position: relative !important;
    padding-bottom: 56.25% !important;
    height: 100% !important;
    overflow: hidden;
    max-width: 100%;
}

.videoclip.videoclip--responsive video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.videoclip iframe.youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.videoclip iframe.youtube {
    height: 100%;
}

.videoclip--wrapper {
    width: 100%;
    display: block;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.internet-explorer .videoclip--wrapper {
    overflow: hidden;
}

.safari video::-webkit-media-controls-panel {
    width: 100%;
}

.social-media-icons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 0;
}

.social-media-icons .social-media-icons__item {
    margin-right: .9375rem;
}

.social-media-icons .social-media-icons__item:before {
    content: " ";
}

.shariff {
    display: inline-block;
    margin-bottom: .625rem;
}

@media (max-width: 48rem) {
    .shariff {
        width:100%;
        margin-bottom: .9375rem;
    }
}

.shariff .share_text {
    display: none;
}

.shariff ul {
    margin: 0;
    padding: 0;
}

.shariff ul li {
    display: inline-block;
    padding: 0 .375rem;
    margin: 0;
}

@media (max-width: 35rem) {
    .shariff ul li {
        float:none;
        padding: 0 1.25rem 0 0;
    }
}

.shariff ul li:before {
    content: " ";
}

.shariff ul li:first-of-type {
    padding-left: 0;
}

.shariff ul li a {
    text-decoration: none;
}

.shariff ul li a .fa-twitter:before {
    content: "";
    font-family: "rvr-icons";
    display: inline-block;
    margin-right: .3125rem;
}

.shariff ul li a .fa-facebook-f:before {
    content: "";
    font-family: "rvr-icons";
    display: inline-block;
    margin-right: .3125rem;
}

.shariff ul li a .fa-google-plus-g {
    width: 1.25rem;
    float: left;
    margin-right: .3125rem;
}

.shariff ul li a .fa-google-plus-g:before {
    content: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Icons/google-plus-icon.svg');
}

.shariff ul li a .fa-copy:before {
    content: "";
    font-family: "rvr-icons";
    display: inline-block;
    margin-right: .3125rem;
}

.shariff ul li a .fa-envelope:before {
    content: "";
    font-family: "rvr-icons";
    display: inline-block;
    margin-right: .3125rem;
}

.shariff ul li a .fa-whatsapp:before {
    content: "";
    font-family: "rvr-icons";
    display: inline-block;
    margin-right: .3125rem;
}

.table-wrap {
    overflow-x: auto;
}

.table-wrap table.ce-table {
    width: 100%;
    margin: 1.875rem 0;
    display: inline-table;
}

.table-wrap table.ce-table thead {
    border-style: solid solid solid none;
    border-top-width: .125rem;
    border-right-width: 0;
    border-bottom-width: .125rem;
    border-color: #000;
}

.table-wrap table.ce-table thead tr th {
    background: none;
    color: #000;
    padding: .9375rem .625rem;
    text-align: left;
}

.table-wrap table.ce-table tbody tr td {
    padding: 1.25rem .625rem;
    border-bottom: .0625rem solid #efefef;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
}

.table-wrap table p {
    margin-bottom: 0;
}

.table tbody tr td.powermail_all_label {
    padding-right: 1.25rem;
}

.ce-bodytext table {
    width: 100%;
    margin: 1.875rem 0;
    display: inline-table;
}

.ce-bodytext table thead {
    border-style: solid solid solid none;
    border-top-width: .125rem;
    border-right-width: 0;
    border-bottom-width: .125rem;
    border-color: #000;
}

.ce-bodytext table thead tr th {
    background: none;
    color: #000;
    padding: .9375rem .625rem;
    text-align: left;
}

.ce-bodytext table tbody tr td {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    padding: 1.25rem .625rem;
    border-bottom: .0625rem solid #efefef;
}

.ce-bodytext table tbody tr td img {
    margin-bottom: .625rem;
}

.ce-bodytext table tbody tr td img[style="float:left"] {
    margin-right: .625rem;
}

.ce-bodytext table tbody tr td img[style="float:right"] {
    margin-left: .625rem;
}

.frame-type-spreadsheets_table table.table-header-banded-rows {
    width: calc(100% - 1px);
    margin: .3125rem 0;
    display: inline-table;
}

.frame-type-spreadsheets_table table.table-header-banded-rows thead tr {
    background: #009640;
    color: #fff;
}

.frame-type-spreadsheets_table table.table-header-banded-rows thead tr td {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    font-weight: bold;
    padding: 1.25rem .625rem;
    border: none;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr td {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    padding: 1.25rem .625rem;
    border-bottom: .0625rem solid #efefef;
    border-left: .0625rem solid #efefef;
    border-right: .0625rem solid #efefef;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr td img {
    margin-bottom: .625rem;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr td img[style="float:left"] {
    margin-right: .625rem;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr td img[style="float:right"] {
    margin-left: .625rem;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr td:nth-child(2) {
    border-left: none;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr td:first-of-type {
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    border-right: none;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr td:first-of-type:after {
    display: block;
    content: " ";
    width: .0625rem;
    height: 100%;
    background: #efefef;
    position: absolute;
    right: 0;
    top: 0;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr:nth-child(even) {
    background: #efefef;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr:nth-child(even) td {
    border-right: .0625rem solid #fff;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr:nth-child(even) td:last-of-type {
    border-right: none;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr:nth-child(even) td:first-of-type {
    background: #efefef;
    border-right: none;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr:nth-child(even) td:first-of-type:after {
    background: #fff;
}

.frame-type-spreadsheets_table table.table-header-banded-rows tbody tr:first-of-type td {
    border-top: .0625rem solid #efefef;
}

.frame-type-spreadsheets_table table.table-with-sticky-header tbody tr td:first-of-type {
    left: 0;
}

.frame-type-felogin_login .grid {
    margin-bottom: 0;
}

.frame-type-felogin_login button {
    margin-right: 0;
}

.frame-type-felogin_login input {
    margin-bottom: 1rem;
}

.frame-type-felogin_login .felogin__message {
    margin-bottom: 1rem;
}

.menu-subpages__wrapper {
    margin: 1.5625rem 0;
}

.menu-subpages__wrapper .menu-subpages__button {
    display: none;
}

.menu-subpages__wrapper .menu-subpages {
    padding: 0;
    display: inline-block;
}

.menu-subpages__wrapper .menu-subpages .menu-subpages__item {
    display: inline-block;
}

.menu-subpages__wrapper .menu-subpages .menu-subpages__item:before {
    content: " ";
}

.menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link {
    text-decoration: none;
    font-size: .875rem;
    padding: .9375rem .625rem;
    color: #000;
    border: .0625rem solid #000;
    margin-right: .9375rem;
    text-transform: uppercase;
    float: left;
}

@media (min-width: 48.0625rem) {
    .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link.active {
        border-color:#000;
        color: #000;
    }

    .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link.active span {
        font-weight: 700;
    }
}

@media (max-width: 48rem) {
    .menu-subpages__wrapper {
        border:.0625rem solid #000;
    }

    .menu-subpages__wrapper .menu-subpages__button {
        display: block;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        border-bottom: .0625rem solid #000;
        padding: .625rem;
        background: #fff;
        margin-bottom: -.0625rem;
        color: #000;
        text-transform: uppercase;
        font-size: .875rem;
    }

    .menu-subpages__wrapper .menu-subpages__button:before {
        content: "";
        font-family: "rvr-icons";
        float: right;
        font-size: 1.625rem;
        margin-top: 0;
        height: 100%;
        line-height: 1;
    }

    .menu-subpages__wrapper .menu-subpages__button[aria-expanded="true"]:before {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-top: -.1875rem;
    }

    .menu-subpages__wrapper .menu-subpages {
        display: none;
        margin: 0;
    }

    .menu-subpages__wrapper .menu-subpages--show {
        display: block;
    }

    .menu-subpages__wrapper .menu-subpages .menu-subpages__item {
        display: -ms-grid;
        display: grid;
        margin: 0;
        width: 100%;
    }

    .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link {
        margin-right: 0;
        color: #000;
        background: #fff;
        border: none;
        padding: .3125rem .625rem;
        text-transform: uppercase;
    }

    .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link:hover {
        background: #efefef;
    }

    .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link:active {
        background: #009640;
        color: #fff;
    }

    .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link.active span {
        color: #000;
        font-weight: 700;
    }

    .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__item .menu-subpages__link {
        display: -ms-grid;
        display: grid;
        float: none;
    }
}

.frame-type-rvr_sub_menu_with_template {
    position: relative;
    box-shadow: none;
}

.frame-type-rvr_sub_menu_with_template .section {
    padding: 0;
    border-top: .875rem solid;
    border-color: #009640;
}

@media (max-width: 48rem) {
    .frame-type-rvr_sub_menu_with_template .section {
        padding:2.5rem 0 1.25rem 0;
        border: none;
    }
}

.frame-type-rvr_sub_menu_with_template .section:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    border-top: .875rem solid;
    border-color: #000;
}

@media (max-width: 48rem) {
    .frame-type-rvr_sub_menu_with_template .section:after {
        display:none;
    }
}

.frame-type-rvr_sub_menu_with_template .menu-subpages__wrapper {
    margin: -.875rem 0 0 0;
}

@media (max-width: 48rem) {
    .frame-type-rvr_sub_menu_with_template .menu-subpages__wrapper {
        margin:0 0 1.25rem 0;
    }
}

.frame-type-rvr_sub_menu_with_template .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link {
    box-sizing: border-box;
    height: 4.375rem;
    width: 100%;
    margin: 0;
    border: none;
    padding: .625rem .5rem;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: ABCSocial,Helvetica,Arial,sans-serif;
    letter-spacing: .28px;
    line-height: 3.125rem;
}

@media (max-width: 48rem) {
    .frame-type-rvr_sub_menu_with_template .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link {
        height:3.875rem;
        padding: .375rem .625rem;
    }
}

.frame-type-rvr_sub_menu_with_template .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link.menu-subpages__link--only-text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.375rem;
}

.frame-type-rvr_sub_menu_with_template .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link img {
    max-height: 100%;
    width: auto;
}

.frame-type-rvr_sub_menu_with_template .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link span {
    font-weight: 300;
    font-size: 1rem;
    color: #000;
    line-height: .9375rem;
    text-transform: none;
    -ms-flex-pack: center;
    justify-content: center;
}

.frame-type-rvr_sub_menu_with_template .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link.active {
    color: #fff;
}

.frame-type-rvr_sub_menu_with_template .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link.active span {
    color: #fff;
}

.frame-type-rvr_sub_menu_with_template .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link:hover {
    color: #fff;
}

.frame-type-rvr_sub_menu_with_template .menu-subpages__wrapper .menu-subpages .menu-subpages__item .menu-subpages__link:hover span {
    color: #fff;
}

.frame-type-rvr_sub_menu_with_template .menu-subpages {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

@media (max-width: 48rem) {
    .frame-type-rvr_sub_menu_with_template .menu-subpages {
        display:none;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .frame-type-rvr_sub_menu_with_template .menu-subpages--show {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.frame-type-rvr_sub_menu_with_template .menu-subpages__item {
    width: 100%;
    margin: 0;
    border-top: .875rem solid;
    border-color: #009640;
    z-index: 1;
}

@media (max-width: 48rem) {
    .frame-type-rvr_sub_menu_with_template .menu-subpages__item {
        border-top:.125rem solid;
        border-left: .3125rem solid;
    }
}

.frame-type-rvr_sub_menu_with_template .menu-subpages__link span {
    display: block;
}

.frame-type-rvr_sub_menu_with_template.frame-layout-0 .menu-subpages__link svg {
    pointer-events: none;
    height: 3.125rem;
    width: auto;
    max-width: 100%;
}

.frame-type-rvr_sub_menu_with_template.frame-layout-0 .menu-subpages__link object {
    pointer-events: none;
    height: 3.125rem;
}

.frame-type-rvr_sub_menu_with_template.frame-layout-0 .menu-subpages__link.active,.frame-type-rvr_sub_menu_with_template.frame-layout-0 .menu-subpages__link:hover {
    background: #009640;
}

.frame-type-rvr_sub_menu_with_template.frame-layout-0 .menu-subpages__link.active svg g g path,.frame-type-rvr_sub_menu_with_template.frame-layout-0 .menu-subpages__link:hover svg g g path {
    fill: #fff !important;
}

.logo-slider .slider {
    list-style: none;
}

.logo-slider .slider.slider--items {
    padding: 0 3.75rem;
}

.logo-slider .slider.slider--items .slick-list {
    overflow: hidden;
}

.logo-slider .slider.slider--items .slick-arrow {
    position: absolute;
    display: block;
    color: transparent;
    width: 2.8125rem;
    height: 2.8125rem;
    border: none;
    background: none;
    font-size: 1.875rem;
    line-height: 0;
    top: 50%;
    outline: none;
    overflow: hidden;
}

.logo-slider .slider.slider--items .slick-arrow:before {
    font-size: 32px;
    font-size: 2rem;
    content: "";
    font-family: "rvr-icons";
    color: #000;
    text-shadow: none;
}

.logo-slider .slider.slider--items .slick-arrow:focus:before,.logo-slider .slider.slider--items .slick-arrow:hover:before {
    color: #009640;
}

.logo-slider .slider.slider--items .slick-arrow.slick-prev {
    left: 0;
}

.logo-slider .slider.slider--items .slick-arrow.slick-prev:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.logo-slider .slider.slider--items .slick-arrow.slick-next {
    right: 0;
}

.logo-slider .slider.slider--items .slick-arrow.slick-next:before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.logo-slider__item {
    display: inline-block !important;
    background: transparent;
    float: none;
    vertical-align: middle;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

@media (max-width: 64rem) {
    .logo-slider__item {
        padding-right:1.25rem;
        padding-left: 1.25rem;
    }
}

@media (max-width: 35rem) {
    .logo-slider__item {
        padding-right:0;
        padding-left: 0;
    }
}

.logo-slider__image img {
    display: block;
    width: 100%;
    height: auto;
}

.logo-slider__image--equalheight img {
    display: block;
    width: auto;
    max-height: 12.5rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 48rem) {
    .main-slider .slider {
        display:block;
        padding-top: 31.17%;
    }

    .main-slider .slider .slick-list {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.main-slider .hidden {
    display: none;
}

@media (max-width: 48rem) {
    .main-slider--50-50 .slick-list {
        position:relative !important;
    }
}

.main-slider--50-50 .slider {
    padding-top: 31.6%;
}

@media (min-width: 96.875rem) {
    .main-slider--50-50 .slider {
        padding-top:calc(((1600px * .666666666666) + ((100% - 1600px) / 2)) * .44);
    }
}

@media (max-width: 48rem) {
    .main-slider--50-50 .slider {
        padding-top:0;
    }
}

.main-slider--50-50 .slider__item {
    box-shadow: inherit;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.main-slider--50-50 .link,.main-slider--50-50 .slider__item-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

@media (max-width: 48rem) {
    .main-slider--50-50 .link,.main-slider--50-50 .slider__item-wrap {
        -ms-flex-direction:column-reverse;
        flex-direction: column-reverse;
    }
}

.main-slider--50-50 .slider__video,.main-slider--50-50 .slider__image {
    width: calc((1600px * .666666666666) + ((100% - 1600px) / 2));
}

@media (max-width: 96.875rem) {
    .main-slider--50-50 .slider__video,.main-slider--50-50 .slider__image {
        width:calc((1600px * .5) + ((100% - 1600px) / 2));
    }
}

@media (max-width: 48rem) {
    .main-slider--50-50 .slider__video,.main-slider--50-50 .slider__image {
        width:100%;
    }
}

.main-slider--50-50 .slider__video {
    position: relative;
}

.main-slider--50-50 .slider__video>video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

@media (max-width: 48rem) {
    .main-slider--50-50 .slider__video {
        margin-bottom:-8px;
    }
}

.main-slider--50-50 .slider__image--50-50 {
    display: none;
}

@media (min-width: 48.0625rem) and (max-width:96.875rem) {
    .main-slider--50-50 .slider__image--50-50 {
        display:block;
    }
}

.main-slider--50-50 .slider__image--66-33 {
    display: none;
}

@media (min-width: 96.9375rem) {
    .main-slider--50-50 .slider__image--66-33 {
        display:block;
    }
}

@media (max-width: 48rem) {
    .main-slider--50-50 .slider__image--66-33 {
        display:block;
    }
}

.main-slider--50-50 .slider__teaser {
    width: calc((1600px * .333333333334) + ((100% - 1600px) / 2));
}

@media (max-width: 96.875rem) {
    .main-slider--50-50 .slider__teaser {
        width:calc((1600px * .5) + ((100% - 1600px) / 2));
    }
}

@media (max-width: 48rem) {
    .main-slider--50-50 .slider__teaser {
        width:100%;
    }
}

.main-slider--50-50 .slider__teaser {
    background-color: #009640;
}

.main-slider--50-50 .section__content {
    position: relative;
    max-width: calc((100rem * .33) + 5px);
    margin-right: 0;
    left: inherit;
    bottom: inherit;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}

@media (max-width: 48rem) {
    .main-slider--50-50 .section__content {
        max-width:inherit;
    }
}

@media (max-width: 96.875rem) {
    .main-slider--50-50 .section__content {
        max-width:calc(100rem * .5);
    }
}

.main-slider--50-50 .slider__video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: .95;
    cursor: pointer;
    background-image: linear-gradient(transparent,#000);
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
    z-index: 1000;
}

.main-slider--50-50 .slider__video-overlay-play-button:hover {
    opacity: 1;
}

.main-slider--50-50 .slider__video-overlay-play-button.is-hidden {
    display: none;
}

.main-slider--50-50 .slider__logo {
    margin-bottom: 1.25rem;
}

.main-slider--50-50 .slider__caption {
    background: none;
    padding: 5rem 0 1.25rem 0;
    margin: 0;
}

@media (min-width: 48.0625rem) and (max-width:950px) {
    .main-slider--50-50 .slider__caption .button,.main-slider--50-50 .slider__caption .tx-powermail .btn-default[tabindex],.tx-powermail .main-slider--50-50 .slider__caption .btn-default[tabindex],.main-slider--50-50 .slider__caption .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .main-slider--50-50 .slider__caption .fileupload__reset,.main-slider--50-50 .slider__caption .fileupload__button,.main-slider--50-50 .slider__caption #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .slider__caption .sg-cookie-optin-box-button-accept-all,.main-slider--50-50 .slider__caption #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .slider__caption .sg-cookie-optin-box-button-accept-specific,.main-slider--50-50 .slider__caption #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .slider__caption .sg-cookie-optin-box-button-accept-essential {
        margin-top:.625rem;
        padding: .5rem 1.125rem;
    }

    .main-slider--50-50 .slider__caption .button--after {
        width: 1.75rem;
        height: .0625rem;
        right: -.375rem;
        top: .5rem;
    }
}

@media (max-width: 48rem) {
    .main-slider--50-50 .slider__caption .button,.main-slider--50-50 .slider__caption .tx-powermail .btn-default[tabindex],.tx-powermail .main-slider--50-50 .slider__caption .btn-default[tabindex],.main-slider--50-50 .slider__caption .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .main-slider--50-50 .slider__caption .fileupload__reset,.main-slider--50-50 .slider__caption .fileupload__button,.main-slider--50-50 .slider__caption #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .slider__caption .sg-cookie-optin-box-button-accept-all,.main-slider--50-50 .slider__caption #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .slider__caption .sg-cookie-optin-box-button-accept-specific,.main-slider--50-50 .slider__caption #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .slider__caption .sg-cookie-optin-box-button-accept-essential {
        width:calc(100% - 55px);
    }
}

.main-slider--50-50 .slider__caption--white {
    color: #fff;
}

.main-slider--50-50 .slider__caption--white p {
    color: #fff;
}

.main-slider--50-50 .slider__caption--black {
    color: #000;
}

.main-slider--50-50 .slider__caption--black p {
    color: #000;
}

@media (max-width: 106.25rem) {
    .main-slider--50-50 .slider__caption {
        padding:5rem 1.25rem 1.25rem 10%;
    }
}

@media (max-width: 75rem) {
    .main-slider--50-50 .slider__caption {
        padding:1.875rem 1.25rem 1.25rem 3.75rem;
    }
}

@media (max-width: 48rem) {
    .main-slider--50-50 .slider__caption {
        max-width:100%;
        margin: 0;
        padding: 1.875rem 0 1.875rem 0;
    }
}

.main-slider--50-50 .slider__caption--no-padding-left {
    padding-left: 0;
}

.main-slider--50-50 .slider__title {
    font-size: 3.375rem;
    font-weight: 700;
    font-family: Gotham-Ultra,Verdana,Arial,sans-serif;
    letter-spacing: .5px;
}

@media (max-width: 96.875rem) {
    .main-slider--50-50 .slider__title {
        font-size:2.125rem;
        padding: 0;
        margin-bottom: .625rem;
    }
}

@media (min-width: 48.0625rem) and (max-width:63.9375rem) {
    .main-slider--50-50 .slider__title {
        font-size:2rem;
        padding: 0;
        margin-bottom: .625rem;
    }
}

@media (max-width: 48rem) {
    .main-slider--50-50 .slider__title {
        font-size:1.875rem;
        padding: 0;
        margin-bottom: .625rem;
    }
}

@media (min-width: 48.0625rem) and (max-width:63.9375rem) {
    .main-slider--50-50 .slider__description {
        font-size:.75rem;
    }
}

@media (min-width: 48.0625rem) and (max-width:950px) {
    .main-slider--50-50 .slider__description {
        max-height:1.125rem;
    }

    .main-slider--50-50 .slider__description p {
        width: 100%;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.main-slider--50-50 .slider__corner {
    display: block;
    position: absolute;
    right: -1px;
    background-image: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Images/Streifen_ecke_weiss_HEADER_WEB.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 10.8125rem;
    height: 4.375rem;
}

@media (max-width: 35rem) {
    .main-slider--50-50 .slider__corner {
        width:6.25rem;
        height: 3.125rem;
    }
}

.main-slider--50-50 .button,.main-slider--50-50 .tx-powermail .btn-default[tabindex],.tx-powermail .main-slider--50-50 .btn-default[tabindex],.main-slider--50-50 .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .main-slider--50-50 .fileupload__reset,.main-slider--50-50 .fileupload__button,.main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .sg-cookie-optin-box-button-accept-all,.main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .sg-cookie-optin-box-button-accept-specific,.main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .sg-cookie-optin-box-button-accept-essential {
    text-align: center;
    margin-top: 1.25rem;
    color: #fff;
    background-color: #009640;
    border-color: #fff;
}

.main-slider--50-50 .button:hover,.main-slider--50-50 .tx-powermail .btn-default[tabindex]:hover,.tx-powermail .main-slider--50-50 .btn-default[tabindex]:hover,.main-slider--50-50 .fileupload.fileupload--file-added .fileupload__reset:hover,.fileupload.fileupload--file-added .main-slider--50-50 .fileupload__reset:hover,.main-slider--50-50 .fileupload__button:hover,.main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .sg-cookie-optin-box-button-accept-all:hover,.main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .sg-cookie-optin-box-button-accept-specific:hover,.main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .sg-cookie-optin-box-button-accept-essential:hover {
    color: #009640;
    background-color: #fff;
}

.main-slider--50-50 .button:after,.main-slider--50-50 .tx-powermail .btn-default[tabindex]:after,.tx-powermail .main-slider--50-50 .btn-default[tabindex]:after,.main-slider--50-50 .fileupload.fileupload--file-added .fileupload__reset:after,.fileupload.fileupload--file-added .main-slider--50-50 .fileupload__reset:after,.main-slider--50-50 .fileupload__button:after,.main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:after,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .sg-cookie-optin-box-button-accept-all:after,.main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:after,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .sg-cookie-optin-box-button-accept-specific:after,.main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:after,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .sg-cookie-optin-box-button-accept-essential:after {
    border-right-color: #009640;
}

.main-slider--50-50 .button:before,.main-slider--50-50 .tx-powermail .btn-default[tabindex]:before,.tx-powermail .main-slider--50-50 .btn-default[tabindex]:before,.main-slider--50-50 .fileupload.fileupload--file-added .fileupload__reset:before,.fileupload.fileupload--file-added .main-slider--50-50 .fileupload__reset:before,.main-slider--50-50 .fileupload__button:before,.main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:before,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .sg-cookie-optin-box-button-accept-all:before,.main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:before,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .sg-cookie-optin-box-button-accept-specific:before,.main-slider--50-50 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:before,#SgCookieOptin .sg-cookie-optin-box .main-slider--50-50 .sg-cookie-optin-box-button-accept-essential:before {
    background-color: #fff;
}

.main-slider--50-50 .slider--with-video {
    padding-top: 28%;
}

@media (min-width: 96.875rem) {
    .main-slider--50-50 .slider--with-video {
        padding-top:35.7%;
    }

    .main-slider--50-50 .slider--with-video .slider__caption {
        padding: 6.25rem 1.5625rem 1.25rem 10%;
    }

    .main-slider--50-50 .slider--with-video .slider__description {
        font-size: 1.4375rem;
    }
}

@media (max-width: 48rem) {
    .main-slider--50-50 .slider--with-video {
        padding-top:0;
    }
}

@media (max-width: 48rem) {
    .main-slider {
        margin-bottom:1.25rem;
    }
}

.teaser-slider {
    padding: 0 3.75rem;
}

.teaser-slider .teaserbox {
    display: inline-block !important;
    background: transparent;
    float: none;
    vertical-align: top;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

@media (max-width: 64rem) {
    .teaser-slider .teaserbox {
        padding-right:1.25rem;
        padding-left: 1.25rem;
    }
}

@media (max-width: 35rem) {
    .teaser-slider .teaserbox {
        padding-right:0;
        padding-left: 0;
    }
}

.teaser-slider .slick-list {
    overflow: hidden;
}

.teaser-slider .slick-arrow {
    position: absolute;
    display: block;
    color: transparent;
    width: 2.8125rem;
    height: 2.8125rem;
    border: none;
    background: none;
    font-size: 1.875rem;
    line-height: 0;
    top: 50%;
    outline: none;
    overflow: hidden;
}

.teaser-slider .slick-arrow:before {
    font-size: 32px;
    font-size: 2rem;
    content: "";
    font-family: "rvr-icons";
    color: #000;
    text-shadow: none;
}

.teaser-slider .slick-arrow:focus:before,.teaser-slider .slick-arrow:hover:before {
    color: #009640;
}

.teaser-slider .slick-arrow.slick-prev {
    left: 0;
}

.teaser-slider .slick-arrow.slick-prev:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.teaser-slider .slick-arrow.slick-next {
    right: 0;
}

.teaser-slider .slick-arrow.slick-next:before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.back-to-top {
    -webkit-transition: bottom .5s ease-out,background-color .2s ease;
    transition: bottom .5s ease-out,background-color .2s ease;
    display: none;
    position: fixed;
    width: 3.75rem;
    height: 3.75rem;
    bottom: .875rem;
    right: 1rem;
    z-index: 100;
    text-decoration: none;
    outline: none;
    border: .125rem solid #fff;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(0,150,64,.9);
}

.back-to-top:focus {
    outline: auto;
}

.back-to-top:hover {
    background-color: #009640;
}

.back-to-top:before {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "rvr-icons";
    content: "";
    display: block;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
    position: relative;
    z-index: 1;
    top: .5rem;
    left: -1rem;
}

.back-to-top--fade-in {
    display: block;
    -webkit-animation: fadeIn ease-in;
    animation: fadeIn ease-in;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}

.back-to-top--fade-out {
    display: block;
    -webkit-animation: fadeOut ease-in;
    animation: fadeOut ease-in;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.reload-cookie-layer-button {
    display: block;
    -webkit-transition: bottom .5s ease-out,background-color .2s ease;
    transition: bottom .5s ease-out,background-color .2s ease;
    position: fixed;
    width: 3.75rem;
    height: 3.75rem;
    bottom: .875rem;
    left: 1rem;
    z-index: 100;
    text-decoration: none;
    outline: none;
    border: .125rem solid #fff;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(0,150,64,.9);
}

.reload-cookie-layer-button:focus {
    outline: auto;
}

.reload-cookie-layer-button:hover {
    background-color: #009640;
}

.reload-cookie-layer-button:before {
    display: block;
    color: #fff;
    position: absolute;
    content: " ";
    width: calc(100% - .625rem);
    height: calc(100% - .625rem);
    left: 0;
    top: 0;
    margin: .3125rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-image: url('../../../_assets/67109bd0d7c206c7d5cc7eb2d8163053/Icons/fingerabdruck.svg');
}

.ce-uploads {
    margin: 0;
    padding: 0;
}

.ce-uploads__item {
    margin-bottom: 1.25rem;
}

.ce-uploads__item:before {
    display: none;
}

.ce-uploads__item p {
    margin-bottom: 0;
}

.ce-uploads__link {
    color: #000;
    line-height: 1.7;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 1.6875rem;
    -webkit-transition: padding-left .3s;
    transition: padding-left .3s;
}

.ce-uploads__link span {
    color: #000;
}

.ce-uploads__link span:before {
    font-family: "rvr-icons";
    position: absolute;
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    margin-left: -1.6875rem;
    margin-right: .55rem;
}

.ce-uploads__link:hover {
    color: #009640;
    padding-left: 2.0125rem;
    text-decoration: underline;
}

.ce-uploads__link:hover span {
    color: #009640;
}

.ce-uploads__link:hover span:before {
    margin-left: -2.0125rem;
    margin-right: .94rem;
}

.ce-uploads__size {
    font-size: 14px;
    font-size: .875rem;
}

@media (max-width: 47rem) {
    .ce-uploads__size {
        display:block;
        padding-left: 1.6875rem;
    }
}

.ce-uploads__description {
    font-size: 14px;
    font-size: .875rem;
    padding-left: 1.6875rem;
    display: block;
}

.ce-uploads--thumbnails .ce-uploads__item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ce-uploads--thumbnails .ce-uploads__image {
    min-width: 140px;
    overflow: hidden;
}

.ce-uploads--thumbnails .ce-uploads__image img {
    margin-left: -.3125rem;
}

.ce-uploads--thumbnails .ce-uploads__text {
    margin-left: .5rem;
}

.ce-uploads--thumbnails .ce-uploads__text a {
    display: inline;
    padding-left: 0;
}

.ce-uploads--thumbnails .ce-uploads__description {
    padding-left: 0;
}

@media (max-width: 47rem) {
    .ce-uploads--thumbnails .ce-uploads__size {
        padding-left:0;
    }
}

.ce-uploads--type-3 .ce-uploads__item {
    -ms-flex-direction: column;
    flex-direction: column;
}

.ce-uploads--type-3 .ce-uploads__text {
    margin-left: 0;
}

.ce-uploads--type-3 .ce-uploads__image img {
    margin-left: 0;
}

.frame-type-div .ce-div {
    background: #009640;
    padding-top: .3125rem;
    border: 0;
    margin: 1.25rem 0;
}

.mediawall__load-more-items {
    text-align: center;
    margin-top: 2.5rem;
}

.mediawall__load-more-items--hide {
    display: none;
}

.tx-pluswerk-mediawall .mediawall__navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

@media (max-width: 79.9375rem) {
    .tx-pluswerk-mediawall .mediawall__navigation {
        display:block;
    }
}

@media (min-width: 80rem) {
    .tx-pluswerk-mediawall .mediawall__navigation h1,.tx-pluswerk-mediawall .mediawall__navigation h2,.tx-pluswerk-mediawall .mediawall__navigation h3 {
        margin-bottom:0;
        line-height: 1.6;
    }
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    background: #fff;
    border: .125rem solid #000;
    padding: .3125rem 1.25rem;
    -webkit-transition: max-width .2s linear;
    transition: max-width .2s linear;
    max-width: 15.625rem;
    text-transform: uppercase;
}

@media (max-width: 79.9375rem) {
    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories {
        display:block;
        min-width: 100%;
        text-align: left;
        background: none;
        border: none;
        padding: 0;
    }
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu {
    font-size: 14px;
    font-size: .875rem;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 1.5625rem;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li {
    margin: 0;
    padding-right: 1.25rem;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li span {
    color: #000;
    font-weight: bold;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li.active-category span {
    text-decoration: underline;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li:hover {
    cursor: pointer;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li:before {
    content: " ";
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li:last-of-type {
    padding-right: 0;
}

@media (max-width: 79.9375rem) {
    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu {
        display:none;
        margin: 0;
        padding: 0;
        border: .0625rem solid #ccc;
        list-style-type: none;
        background: none;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        height: auto;
        text-align: left;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li {
        padding: .3125rem .625rem;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li:hover {
        background: #efefef;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories .categories-menu li span {
        font-weight: 300;
    }
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select {
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    margin-right: 0;
    font-weight: bold;
    min-width: 11.5rem;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select .mediawall__categories-select-title--mobile {
    display: none;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select::before {
    display: inline-block;
    content: "<-";
    margin-right: .3125rem;
    color: #000;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select::after {
    display: none;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select:hover {
    color: #009640;
    cursor: pointer;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select:hover::before {
    color: #009640;
}

@media (max-width: 79.9375rem) {
    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select {
        background:#fff;
        font-weight: 300;
        padding: .65625rem 3.125rem .65625rem .75rem;
        position: relative;
        border: .0625rem solid #000;
        text-align: left;
        -ms-word-break: break-all;
        word-break: break-all;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select .mediawall__categories-select-title--mobile {
        display: inline-block;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select span {
        color: #000;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select::before {
        display: none;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select::after {
        display: block;
        position: absolute;
        color: #000;
        right: 0;
        top: 50%;
        -ms-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        text-align: center;
        line-height: 2.8125rem;
        height: 2.8125rem;
        pointer-events: none;
    }
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open {
    max-width: 61.875rem;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .categories-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 79.9375rem) {
    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .categories-menu {
        display:block;
        background: #fff;
        border-color: #000;
        border-top: none;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .categories-menu li.active-category {
        background: #000;
    }

    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .categories-menu li.active-category span {
        color: #fff;
        text-decoration: none;
    }
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .mediawall__categories-select {
    margin-right: 1.875rem;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .mediawall__categories-select::before {
    content: "->";
}

@media (max-width: 79.9375rem) {
    .tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .mediawall__categories-select {
        margin-right:0;
    }
}

.tx-pluswerk-mediawall .mediawall__items {
    width: 100% !important;
    min-height: 6.875rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item {
    position: relative;
    border: .0625rem solid #707070;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
    width: calc(33.3% - .8125rem);
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-image {
    width: 100%;
    height: auto;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-image img {
    width: 100%;
    vertical-align: top;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-wrapper {
    padding: 2rem 2rem 0 1rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-wrapper--after-image {
    padding: 2rem 2rem 0 1rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-title {
    word-wrap: break-word;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-description {
    margin-bottom: .625rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-category {
    font-size: 14px;
    font-size: .875rem;
    color: #000;
    margin-bottom: 1.25rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-category .hr-line {
    background-color: #000 !important;
    border-color: #000;
    border: none;
    height: .0625rem;
    width: 40%;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 64rem) {
    .tx-pluswerk-mediawall .mediawall__items .mediawall__item-category .hr-line {
        width:100%;
        margin-bottom: .4375rem;
    }
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: -.0625rem;
    right: -.0625rem;
    border-top: 0 solid transparent;
    border-bottom: 3.75rem solid transparent;
    border-right: 3.75rem solid #000;
    z-index: 0;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--youtube:after {
    top: 0;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video {
    padding: 0;
    max-width: 100%;
    height: auto;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video.video--responsive,.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video iframe.youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video iframe.youtube {
    height: 100%;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video--wrapper {
    width: 100%;
    display: block;
    height: auto;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-video video {
    display: block;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1;
}

@media (max-width: 64rem) {
    .tx-pluswerk-mediawall .mediawall__items .mediawall__item {
        width:calc(50% - .625rem);
    }
}

@media (max-width: 35rem) {
    .tx-pluswerk-mediawall .mediawall__items .mediawall__item {
        width:100%;
    }
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.internet-explorer .videoclip--wrapper {
    overflow: hidden;
}

.safari video::-webkit-media-controls-panel {
    width: 100%;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--white-background {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--white-background p {
    color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--white-background .hr-line {
    background-color: #000 !important;
    border-color: #000;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--white-background a {
    color: #000;
    text-decoration: none;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--white-background a:hover {
    text-decoration: underline;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--white-background .mediawall__item-category {
    color: #000;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--gold-background {
    background: #cfad63;
    color: #fff;
    border-color: #cfad63;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--gold-background p {
    color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--gold-background .hr-line {
    background-color: #fff !important;
    border-color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--gold-background a {
    color: #fff;
    text-decoration: none;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--gold-background a:hover {
    text-decoration: underline;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--gold-background .mediawall__item-category {
    color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--petrol-background {
    background: #009640;
    color: #fff;
    border-color: #009640;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--petrol-background p {
    color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--petrol-background .hr-line {
    background-color: #fff !important;
    border-color: #fff;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--petrol-background a {
    color: #fff;
    text-decoration: none;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--petrol-background a:hover {
    text-decoration: underline;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--petrol-background .mediawall__item-category {
    color: #fff;
}

.page-filter__container {
    width: 100%;
    padding: 1.25rem;
    background: #009640;
    position: relative;
    margin-bottom: 2.5rem;
}

.page-filter__container:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: -.125rem;
    right: -.125rem;
    border-top: 0 solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-right: 2.5rem solid #fff;
    z-index: 0;
}

.page-filter__container .grid {
    margin-bottom: 0;
}

.page-filter__container form {
    width: 100%;
    margin-bottom: 0;
}

.page-filter__container input,.page-filter__container select {
    border: none !important;
    -webkit-appearance: none;
    margin-bottom: 1.25rem;
}

.page-filter__container .select-field__box {
    margin-bottom: 1.25rem;
}

.page-filter__container label {
    color: #fff;
}

.page-filter__button {
    border: .125rem solid #fff;
    background: #009640;
    color: #fff;
    -webkit-appearance: none;
    margin-right: 0;
    height: auto;
}

.page-filter__button:before {
    background-color: #fff;
}

.page-filter__button:after {
    border-right: 1.25rem solid #009640;
}

.page-filter__button:hover {
    color: #009640;
    background-color: #fff;
}

.page-filter__search-item {
    border-bottom: .0625rem solid #efefef;
    padding-top: 1.25rem;
}

.page-filter__search-item:first-of-type {
    padding-top: 0;
}

.page-filter__link-headline {
    color: #000;
    text-decoration: none;
    margin-bottom: 1.25rem;
}

.page-filter__link-headline:hover {
    color: #009640;
}

.page-filter__category {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    display: contents;
    color: #009640;
    text-decoration: none;
}

.microsite-slider {
    position: relative;
    max-height: 45.9375rem;
}

@media (max-width: 48rem) {
    .microsite-slider {
        margin-bottom:1.25rem;
    }
}

.microsite-slider .slider {
    max-height: 45.9375rem;
}

.microsite-slider__logo-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.microsite-slider__inner-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 97.8125rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

@media (max-width: 100rem) {
    .microsite-slider__inner-container {
        margin-left:1.25rem;
    }
}

.microsite-slider__logo-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #fff;
    opacity: .6;
    -ms-flex-pack: center;
    justify-content: center;
}

.microsite-slider__item {
    max-height: 45.9375rem;
}

.content-switcher-tab {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.content-switcher-tab button {
    font-weight: bold;
    background-color: inherit;
    outline: none;
    cursor: pointer;
    padding: .375rem 1rem;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 4px 4px -1px 0px;
    border: 1px solid #efefef;
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
}

.content-switcher-tab button:hover {
    background-color: #009640;
    color: #fff;
    opacity: .7;
}

.content-switcher-tab button.active {
    background-color: #009640;
    color: #fff;
    border: 1px solid #009640;
}

.content-switcher-tab__tabcontent {
    display: none;
    padding: .9375rem 0;
    border-top: .1875rem solid #009640;
}

.tabpanel {
    display: block;
}

@media (min-width: 75rem) {
    .tabpanel--mobile-accordion .tabpanel__content.accordion {
        border:none;
    }

    .tabpanel--mobile-accordion .tabpanel__content.accordion>.accordion__header {
        display: none;
    }

    .tabpanel--mobile-accordion .tabpanel__content.accordion>.accordion__content {
        display: block;
        max-height: 10000px !important;
    }

    .tabpanel--mobile-accordion .tabpanel__content.accordion>.accordion__content>.csc-default {
        padding: 0;
    }
}

@media (max-width: 75rem) {
    .tabpanel--mobile-accordion .tabpanel__tablist {
        display:none;
    }

    .tabpanel--mobile-accordion .tabpanel__content {
        -webkit-transition: opacity 0s;
        transition: opacity 0s;
        position: relative;
        display: block !important;
        opacity: 1;
        visibility: visible;
    }
}

.tabpanel__tablist {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-bottom: .125rem solid #000;
}

.tabpanel__tablist:before,.tabpanel__tablist:after {
    content: " ";
    display: block;
}

.tabpanel__tablist:after {
    clear: both;
}

.tabpanel__tablist li {
    float: left;
    display: block;
    margin-bottom: -.125rem;
    color: #000;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

.tabpanel__tablist li:before {
    display: none;
}

.tabpanel__tablist li+li {
    margin-left: 5px;
}

.tabpanel__tablist li a {
    display: block;
    background: transparent;
    color: #000;
    padding: 1rem 1.5625rem;
    text-decoration: none;
    margin-bottom: 0;
    position: relative;
    border: 2px solid #000;
}

.tabpanel__tablist li a:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: -.125rem;
    right: -.125rem;
    border-top: 0 solid transparent;
    border-bottom: 1.25rem solid transparent;
    border-right: 1.25rem solid #fff;
    z-index: 0;
}

.tabpanel__tablist li a:before {
    position: absolute;
    content: " ";
    width: 1.65rem;
    height: .125rem;
    right: -.3125rem;
    top: .5rem;
    z-index: 1;
    background-color: #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tabpanel__tablist li:hover a {
    background: #000;
    color: #fff;
}

.tabpanel__tablist li.active {
    position: relative;
    border-color: transparent;
}

.tabpanel__tablist li.active a {
    background: #000;
    color: #fff;
    border-color: transparent;
}

.tabpanel__content-wrapper {
    display: block;
    position: relative;
}

.tabpanel__content {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    display: block;
}

.tabpanel__content:before,.tabpanel__content:after {
    content: " ";
    display: block;
}

.tabpanel__content:after {
    clear: both;
}

@media (min-width: 75rem) {
    .tabpanel__content {
        position:absolute;
        visibility: hidden;
        opacity: 0;
    }

    .tabpanel__content.active {
        display: block;
        position: relative;
        opacity: 1;
        visibility: visible;
    }

    .tabpanel__content .active-helper {
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }
}

.video {
    position: relative;
}

.video .video__play-icon {
    content: " ";
    display: block;
    width: 4.5rem;
    height: 3.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 96.46 70%27%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eplay-icon_1%3C/title%3E%3Cg id=%27Ebene_2%27 data-name=%27Ebene 2%27%3E%3Cg id=%27Ebene_1-2%27 data-name=%27Ebene 1%27%3E%3Crect class=%27cls-1%27 x=%2727%27 y=%2714%27 width=%2745%27 height=%2740%27/%3E%3Cpath class=%27cls-1%27 d=%27M94.52,10.94a84.84,84.84,0,0,1,1.77,15L96.46,35l-.17,9.11a85.83,85.83,0,0,1-1.77,15.13,12.8,12.8,0,0,1-3.18,5.47A12.1,12.1,0,0,1,85.86,68q-4.59,1.29-21.55,1.83L48.23,70l-16.08-.18Q15.2,69.27,10.6,68a12.1,12.1,0,0,1-5.48-3.28,12.8,12.8,0,0,1-3.18-5.47A86,86,0,0,1,.18,44.11L0,35q0-4,.18-9.11A85,85,0,0,1,1.94,10.94,12.74,12.74,0,0,1,5.12,5.29,12.1,12.1,0,0,1,10.6,2Q15.19.72,32.15.18L48.23,0,64.31.18Q81.28.74,85.86,2a12.1,12.1,0,0,1,5.48,3.28A12.74,12.74,0,0,1,94.52,10.94ZM38.34,50,63.6,35,38.34,20.23Z%27/%3E%3Cpath d=%27M90.16,13.66a72.74,72.74,0,0,1,1.61,13.21l.16,8.05-.16,8a73.68,73.68,0,0,1-1.61,13.37,11.44,11.44,0,0,1-7.89,7.73q-4.18,1.13-19.65,1.61L48,65.84l-14.65-.16q-15.47-.48-19.65-1.61a11.44,11.44,0,0,1-7.89-7.73A73.68,73.68,0,0,1,4.16,43l-.16-8c0-2.36,0-5.05.16-8A72.74,72.74,0,0,1,5.77,13.66a11.27,11.27,0,0,1,7.89-7.89q4.18-1.12,19.65-1.61L48,4l14.66.16q15.47.48,19.65,1.61a11.27,11.27,0,0,1,7.89,7.89ZM39,48.13,62,34.92l-23-13Z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 4.375rem;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    opacity: .75;
    z-index: 6;
}

.video .video__play-icon:hover {
    opacity: 1;
    cursor: pointer;
}

.video .video__content-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    cursor: pointer;
    overflow: hidden;
    background: #000;
}

.video .video__content-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.video .video__content-wrapper.video__content-wrapper--overlay::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #efefef;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
    opacity: .2;
    margin-right: auto;
    margin-left: auto;
}

.video .video__content-wrapper.video__content-wrapper--overlay:hover::before {
    opacity: 0;
}

.video .video__content-wrapper.video__content-wrapper--overlay:hover+.video__play-icon {
    opacity: 1;
}

.video .video__description {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    background-color: transparent;
    color: #000;
    margin-top: .06rem;
    padding: .5rem;
}

.video .video__privacy-wrapper {
    position: relative;
}

.video .video__privacy {
    position: absolute;
    background: #009640;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: .75rem .75rem .75rem .75rem;
    font-size: .75rem;
    border-radius: 0;
    z-index: 5;
}

@media (max-width: 29.0625rem) {
    .video .video__privacy {
        font-size:.6875rem;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: max-content;
        padding: .25rem .25rem .25rem .25rem;
    }
}

@media (min-width: 64rem) and (max-width:75rem) {
    .grid__column--md-4 .video .video__privacy {
        width:100%;
        font-size: .5625rem;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: max-content;
        padding: .25rem .25rem .25rem .25rem;
    }
}

@media (min-width: 75.0625rem) and (max-width:85.0625rem) {
    .grid__column--md-4 .video .video__privacy {
        font-size:.6875rem;
    }
}

.player-container {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    background: #fff 0% 0% no-repeat padding-box;
    margin-bottom: 1.87rem;
}

@media (max-width: 35rem) {
    .player-container {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
    }
}

.player-container__wrapper {
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.6));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.6));
}

.player-container__controls {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 25%;
    min-width: 14.0625rem;
}

@media (max-width: 48rem) {
    .player-container__controls {
        overflow:hidden;
        max-height: 14.0625rem;
    }
}

@media (max-width: 35rem) {
    .player-container__controls {
        width:100%;
        max-height: inherit;
    }
}

.player-container__controls-image {
    display: block;
}

@media (max-width: 48rem) {
    .player-container__controls-image {
        max-width:inherit;
        height: fit-content;
    }
}

@media (max-width: 35rem) {
    .player-container__controls-image {
        max-width:100%;
        width: 100%;
        height: auto;
    }
}

.player-container__controls-image--default {
    width: 9.375rem;
    height: 5.5625rem;
    margin: auto;
}

@media (max-width: 35rem) {
    .player-container__controls-image--default {
        margin-top:1.25rem;
    }
}

.player-container__controls-pause-icon,.player-container__controls-play-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.625rem;
    height: 3.625rem;
    background: #009640;
    border-radius: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.player-container .play {
    opacity: 0;
}

.player-container .pause {
    opacity: 0;
}

.player-container__text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: 3.25rem;
    margin-left: 1.25rem;
    -ms-word-break: break-word;
    word-break: break-word;
}

@media (max-width: 48rem) {
    .player-container__text {
        margin-right:1.25rem;
    }
}

@media (max-width: 35rem) {
    .player-container__text {
        margin-right:1.25rem;
    }
}

.player-container__title {
    text-transform: uppercase;
    margin: 1.25rem 0 0 0;
    font-weight: bold;
    color: #000;
}

@media (max-width: 48rem) {
    .player-container__title {
        margin-right:2.1875rem;
    }
}

@media (max-width: 35rem) {
    .player-container__title {
        text-align:center;
        margin: 1.25rem 0 0 0;
    }
}

@media (max-width: 21.875rem) {
    .player-container__title {
        font-size:.75rem;
        text-align: center;
    }
}

.player-container__description {
    margin: .625rem 0 0 0;
    color: #000;
}

@media (max-width: 48rem) {
    .player-container__description {
        margin:1.25rem 0 0 0;
        text-align: center;
    }
}

@media (max-width: 35rem) {
    .player-container__description {
        margin:0 .625rem 0 .625rem;
        text-align: center;
    }
}

@media (max-width: 21.875rem) {
    .player-container__description {
        font-size:.625rem;
        text-align: center;
    }
}

.player-container__navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
}

.player-container__navigation-seek-bar {
    width: 100%;
    position: relative;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0,150,64,.2);
    margin: 1.25rem 0 0 0;
    height: .3125rem;
    border-radius: .1875rem;
    outline: none;
    cursor: pointer;
    padding: 0;
    border: none !important;
    -webkit-appearance: none;
    z-index: 3;
}

.player-container__navigation-seek-bar::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

.player-container__navigation-seek-bar::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

.player-container__navigation-seek-bar::-ms-thumb {
    pointer-events: all;
    width: .875rem;
    height: .875rem;
    border-radius: 50%;
    border: 0 none;
    background: #009640;
}

.player-container__navigation-seek-bar::-moz-range-thumb {
    pointer-events: all;
    width: .875rem;
    height: .875rem;
    border-radius: 50%;
    border: 0 none;
    background: #009640;
}

.player-container__navigation-seek-bar::-webkit-slider-thumb {
    pointer-events: all;
    width: .875rem;
    height: .875rem;
    border-radius: 50%;
    border: 0 none;
    background: #009640;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.player-container__navigation-seek-bar::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

.player-container__navigation-seek-bar::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

.player-container__navigation-seek-bar::-ms-tooltip {
    display: none;
}

.player-container__navigation-seek-bar:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

.player-container__navigation-seek-bar::-moz-range-progress {
    background-color: #009640;
}

.player-container__navigation-seek-bar::-moz-range-track {
    background-color: rgba(0,150,64,.4);
}

.player-container__navigation-seek-bar::-ms-fill-lower {
    background-color: #009640;
}

.player-container__navigation-seek-bar::-ms-fill-upper {
    background-color: rgba(0,150,64,.4);
}

.player-container__navigation-time-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: .5rem 0 0 0;
}

.player-container__navigation-current-time,.player-container__navigation-song-duration {
    font-size: .75rem;
    color: #000;
    font-weight: bold;
    margin: 0 0 1.125rem 0;
}

.player-container__navigation-download {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    cursor: pointer;
}

@media (max-width: 48rem) {
    .player-container__navigation-download {
        background:#fff;
        height: 2.1875rem;
        width: 2.1875rem;
        text-align: center;
        line-height: 2.5rem;
        opacity: .8;
        top: .3125rem;
        right: .625rem;
    }
}

@media (max-width: 35rem) {
    .player-container__navigation-download {
        right:.3125rem;
    }
}

.language-menu__opener {
    display: block;
    height: 5rem;
    text-decoration: none;
}

@media (max-width: 47.9375rem) {
    .language-menu__opener {
        height:3.625rem;
    }
}

.language-menu__opener:after {
    font-size: 40px;
    font-size: 2.5rem;
    font-family: "rvr-icons";
    display: inline-block;
    position: absolute;
    top: .6875rem;
    left: 1.25rem;
    content: "";
    color: #000;
    -webkit-transition: top .5s;
    transition: top .5s;
}

@media (max-width: 47.9375rem) {
    .language-menu__opener:after {
        font-size:30px;
        font-size: 1.875rem;
        top: .5rem !important;
    }
}

.language-menu__list {
    position: absolute;
    top: 5.125rem;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    left: .25rem;
    box-shadow: 1px 6px 10px #707070;
    background-color: #fff;
    display: none;
}

@media (max-width: 47.9375rem) {
    .language-menu__list {
        top:3.75rem;
    }
}

.language-menu__list--open {
    display: block;
}

.language-menu__list-item {
    margin: 0;
}

.language-menu__list-item:before {
    display: none;
}

.language-menu__list-item-link {
    text-decoration: none;
    padding: .4375rem 1.5625rem;
    display: inline-block;
}

.language-menu__list-item-link:hover {
    background-color: #efefef;
}

.lang-dropdown {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-flex-align: center;
    align-items: center;
}

.lang-dropdown.open .lang-dropdown__list {
    display: block;
}

.lang-dropdown__selected img {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

.lang-dropdown__list {
    display: none;
    position: absolute;
    top: 4.75rem;
    background-color: #fff;
    z-index: 1000;
    margin-top: .3125rem;
    min-width: 11.25rem;
    box-shadow: 1px 6px 10px #707070;
}

.lang-dropdown__list-option {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .4375rem .75rem;
    cursor: pointer;
}

.lang-dropdown__list-option img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .625rem;
    border-radius: 50%;
}

.lang-dropdown__list-option:hover {
    background-color: #efefef;
}

.metropole-ruhr-map {
    position: relative;
}

.metropole-ruhr-map svg {
    max-width: 100%;
    height: auto;
    display: block;
}

.metropole-ruhr-map svg polygon,.metropole-ruhr-map svg path {
    fill: #009640;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.metropole-ruhr-map svg a {
    text-decoration: none;
}

.metropole-ruhr-map svg a:hover polygon,.metropole-ruhr-map svg a:hover path {
    fill: rgba(0,150,64,.5);
    stroke-width: 3;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.metropole-ruhr-map svg a:hover text {
    fill: #000;
}

.metropole-ruhr-map .tooltip {
    position: absolute;
    content: " ";
    background: #fff;
    color: #000;
    border: 0;
    font-size: 0;
    font-weight: bold;
    padding: 0;
    display: none;
    opacity: 0;
    -webkit-transition: top .4s,left .4s,opacity .4s;
    -moz-transition: top .4s,left .4s,opacity .4s;
    transition: top .4s,left .4s,opacity .4s;
}

.metropole-ruhr-map .tooltip.tooltip--on {
    padding: .25rem .375rem;
    opacity: 1;
    font-size: .875rem;
    border: .0625rem solid #009640;
}

.metropole-ruhr-map .tooltip.tooltip--on:before {
    display: block;
    width: .625rem;
    height: .625rem;
}

.metropole-ruhr-map .tooltip:before {
    content: " ";
    display: none;
    position: absolute;
    bottom: -.375rem;
    width: 0;
    height: 0;
    background: #fff;
    border-right: 1px solid #009640;
    border-bottom: 1px solid #009640;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 20%;
}

.quote {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
}

.quote--align-left {
    text-align: left;
}

.quote--align-right {
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.quote--align-center {
    text-align: center;
}

.quote--author-set::before {
    margin-bottom: 2.5rem;
}

.quote__inner-wrapper {
    margin: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.quote__quote {
    font-size: 2.5rem;
    font-style: italic;
    line-height: 1.3;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 64rem) {
    .quote__quote {
        font-size:1.875rem;
    }
}

@media (max-width: 48rem) {
    .quote__quote {
        font-size:1.5rem;
        line-height: 1.5;
    }
}

.quote__quote-icon:before,.quote__quote-icon:after {
    content: " ";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
}

@media (max-width: 64rem) {
    .quote__quote-icon:before,.quote__quote-icon:after {
        background-size:1.375rem;
        height: 1.75rem;
        width: 2rem;
    }
}

@media (max-width: 48rem) {
    .quote__quote-icon:before,.quote__quote-icon:after {
        background-size:1.125rem;
        height: 1.5rem;
        width: 1.75rem;
    }
}

.quote__quote-icon--left:before {
    background-position: left top;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 24%27 width=%2730%27 height=%2724%27%3E%3Cpath d=%27M 0.0078125,-4.3697e-4 V 11.999563 h 8 c 0,4.41 -3.586,8 -8,8 v 4 c 6.617,0 12.0000005,-5.383 12.0000005,-12 V -4.3697e-4 Z%27 id=%27path2%27 fill=%27%23009640%27 /%3E%3Cpath d=%27M 18,-0.00170052 V 11.998299 h 8 c 0,4.41 -3.586,8 -8,8 v 4 c 6.617,0 12,-5.383 12,-12 V -0.00170052 Z%27 id=%27path4%27 fill=%27%23009640%27 /%3E%3C/svg%3E");
}

.quote__quote-icon--left:after {
    content: none;
}

.quote__quote-icon--right {
    white-space: nowrap;
}

.quote__quote-icon--right:before {
    content: none;
}

.quote__quote-icon--right:after {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding: 0 0 .5rem 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 24%27 width=%2730%27 height=%2724%27%3E%3Cpath d=%27M 0.0078125,-4.3697e-4 V 11.999563 h 8 c 0,4.41 -3.586,8 -8,8 v 4 c 6.617,0 12.0000005,-5.383 12.0000005,-12 V -4.3697e-4 Z%27 id=%27path2%27 fill=%27%23009640%27 /%3E%3Cpath d=%27M 18,-0.00170052 V 11.998299 h 8 c 0,4.41 -3.586,8 -8,8 v 4 c 6.617,0 12,-5.383 12,-12 V -0.00170052 Z%27 id=%27path4%27 fill=%27%23009640%27 /%3E%3C/svg%3E");
    background-position: left top;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 1.5625rem;
}

@media (max-width: 48rem) {
    .quote__quote-icon--right:after {
        padding:0 0 .25rem 0;
        height: 1.25rem;
    }
}

.quote--font-size-small .quote__quote-icon--left:before {
    background-position: right top;
    background-size: 65%;
    width: 1.5rem;
    height: 1.25rem;
}

.quote--font-size-small .quote__quote-icon--right:after {
    background-size: 65%;
    width: 1.5rem;
    height: 1rem;
}

.quote--font-size-small .quote__inner-wrapper {
    -ms-flex: inherit;
    flex: inherit;
    padding-left: .8333333333rem;
    padding-right: .8333333333rem;
}

.quote--font-size-small .quote__quote {
    font-size: 1.25rem;
    line-height: 1.1;
}

.quote--font-size-big .quote__quote {
    font-size: 2.5rem;
    line-height: 1.3;
}

.quote__author {
    font-size: .875rem;
    margin-top: 1rem;
    font-family: ABCSocial,Helvetica,Arial,sans-serif;
}

.quote__author cite {
    font-style: normal;
}

.frame-type-list blockquote,.frame-type-textpic blockquote {
    margin: 0 0 1.25rem 0;
    padding: 0;
}

.frame-type-list blockquote p,.frame-type-textpic blockquote p {
    display: inline;
}

.frame-type-list blockquote:after,.frame-type-list blockquote:before,.frame-type-textpic blockquote:after,.frame-type-textpic blockquote:before {
    content: " ";
    display: inline-block;
    width: 1rem;
    height: 1.25rem;
    color: #009640;
    font-size: inherit;
    margin-right: .1875rem;
    vertical-align: -.4em;
    background-position: left top;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 24%27 width=%2730%27 height=%2724%27%3E%3Cpath d=%27M 0.0078125,-4.3697e-4 V 11.999563 h 8 c 0,4.41 -3.586,8 -8,8 v 4 c 6.617,0 12.0000005,-5.383 12.0000005,-12 V -4.3697e-4 Z%27 id=%27path2%27 fill=%27%23009640%27 /%3E%3Cpath d=%27M 18,-0.00170052 V 11.998299 h 8 c 0,4.41 -3.586,8 -8,8 v 4 c 6.617,0 12,-5.383 12,-12 V -0.00170052 Z%27 id=%27path4%27 fill=%27%23009640%27 /%3E%3C/svg%3E");
    background-size: 75%;
    background-repeat: no-repeat;
}

.frame-type-list blockquote:after,.frame-type-textpic blockquote:after {
    vertical-align: -.2em;
    margin-right: 0;
    margin-left: .125rem;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header__right-content #readspeaker_button1 {
    margin-bottom: 0;
    margin-left: .9375rem;
}

.header__right-content #readspeaker_button1 .rspart {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header__right-content #readspeaker_button1 .rspart .rsbtn_exp_inner {
    display: none;
}

.header__right-content #readspeaker_button1.rsexpanded .rsbtn_exp {
    display: none !important;
}

.header__right-content #readspeaker_button1.rsexpanded .rsbtn_play {
    padding: 0;
}

.header__right-content #readspeaker_button1 .rsbtn_play {
    height: 100%;
    background: #fff;
    border: none;
}

.header__right-content #readspeaker_button1 .rsbtn_tooltoggle {
    display: none !important;
}

.rs_extended_div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed !important;
    width: auto;
    margin-bottom: 0 !important;
    z-index: 1000000;
    top: 88px;
    right: 0;
}

.unselectable {
    display: none;
}

.rsbtn_toollist li:before {
    display: none;
}

.frame-type-html .rsbtn .rsbtn_play {
    margin-top: .3125rem;
    margin-bottom: 1.5625rem;
}

.frame-type-html .rsbtn .rsbtn_play .rsbtn_right {
    padding: 0 !important;
    border-left: none !important;
}

.frame-type-html .rsbtn .rsbtn_play .rsbtn_right:before {
    content: " " !important;
}

.leaf {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 0 50%;
    background-color: #009640;
    padding: 2.5rem;
    color: #fff;
}

@media (max-width: 88.75rem) {
    .leaf {
        padding:2.1875rem 2.5rem 2.1875rem 2.1875rem;
    }
}

@media (max-width: 48rem) {
    .leaf {
        aspect-ratio:inherit;
        border-radius: 0 12.5rem 0 0;
        margin-bottom: 1.25rem;
    }
}

.leaf__header {
    max-width: 100%;
}

@media (max-width: 88.75rem) {
    .leaf__header {
        font-size:2rem;
    }
}

@media (max-width: 75rem) {
    .leaf__header {
        font-size:1.875rem;
    }
}

@media (max-width: 62.5rem) {
    .leaf__header {
        font-size:1.75rem;
    }
}

@media (max-width: 48rem) {
    .leaf__header {
        font-size:2.5rem;
    }
}

@media (max-width: 35rem) {
    .leaf__header {
        font-size:1.5625rem;
    }
}

.leaf__header img {
    float: right;
    width: 20%;
    height: .9375rem;
    visibility: hidden;
    min-height: inherit !important;
}

@media (max-width: 48rem) {
    .leaf__header img {
        width:6.875rem;
    }
}

.leaf__text {
    display: block;
    max-height: 95%;
    overflow: hidden;
}

.leaf p {
    font-size: 1.625rem;
    color: #fff !important;
    font-weight: 400;
}

@media (max-width: 75rem) {
    .leaf p {
        font-size:1.5rem;
        font-weight: 400;
    }
}

@media (max-width: 48rem) {
    .leaf p {
        font-size:1.125rem;
    }
}

@media (max-width: 35rem) {
    .leaf p {
        font-size:1.25rem;
    }
}

.leaf--color-green {
    background-color: #009640;
}

.leaf--color-olive {
    background-color: #c8d400;
    color: #000;
}

.leaf--color-olive .ce-headline-h2,.leaf--color-olive .ce-headline-h2-main-color,.leaf--color-olive .ce-headline-h2-lowercase,.leaf--color-olive .ce-headline-h3,.leaf--color-olive .ce-headline-h3-lowercase,.leaf--color-olive p {
    color: #000 !important;
}

.leaf--color-sky-blue {
    background-color: #41c0f0;
    color: #000;
}

.leaf--color-sky-blue .ce-headline-h2,.leaf--color-sky-blue .ce-headline-h2-main-color,.leaf--color-sky-blue .ce-headline-h2-lowercase,.leaf--color-sky-blue .ce-headline-h3,.leaf--color-sky-blue .ce-headline-h3-lowercase,.leaf--color-sky-blue p {
    color: #000 !important;
}

.leaf--color-raspberry-red {
    background-color: #e50046;
}

.leaf--color-blue {
    background-color: #164194;
}

.leaf--color-yellow {
    background-color: #ffd500;
    color: #000;
}

.leaf--color-yellow .ce-headline-h2,.leaf--color-yellow .ce-headline-h2-main-color,.leaf--color-yellow .ce-headline-h2-lowercase,.leaf--color-yellow .ce-headline-h3,.leaf--color-yellow .ce-headline-h3-lowercase,.leaf--color-yellow p {
    color: #000 !important;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .75rem;
    line-height: inherit;
    color: #000;
    border: 0;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    font-weight: 400;
}

label {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    max-width: 100%;
    margin-bottom: .3125rem;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    font-weight: 400;
}

input,textarea,select {
    font-size: 16px;
    font-size: 1rem;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    border: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    padding: .625rem 1.25rem .625rem 1.25rem;
    outline: none;
    margin-bottom: 1.875rem;
    background-color: #fff;
    font-weight: 300;
    color: #000;
    line-height: 1.375rem;
    height: 2.5rem;
}

input:focus,textarea:focus,select:focus {
    outline: auto;
}

@media (max-width: 35rem) {
    input,textarea,select {
        margin-bottom:1.5625rem;
    }
}

select {
    font-size: 16px;
    font-size: 1rem;
}

textarea {
    height: auto;
}

.search-filter-fields-wrapper {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
}

.search-filter-fields-wrapper ::-ms-clear {
    display: none;
}

.search-filter-fields-wrapper input {
    width: 100%;
}

.search-filter-fields-wrapper .close-icon {
    display: inline-block;
    height: 2.5rem;
    width: 1.875rem;
    margin-bottom: 1.875rem;
    border: .0625rem solid transparent;
    background-color: #fff;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

.search-filter-fields-wrapper .close-icon:after {
    display: none;
    content: "";
    width: .9375rem;
    height: .9375rem;
    position: absolute;
    background-color: #009640;
    z-index: 1;
    right: .625rem;
    top: -1.875rem;
    bottom: 0;
    margin: auto;
    padding: .1875rem;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}

.search-filter-fields-wrapper .close-icon--show:after {
    display: block;
}

.form-navigation {
    margin-top: 1.5625rem;
}

.form-group .f3-form-error {
    border: .0625rem solid #e60008;
    color: #e60008;
}

.form-group.has-error label {
    color: #e60008;
}

.form-group.has-error select,.form-group.has-error textarea,.form-group.has-error input {
    border: .0625rem solid #e60008;
    color: #e60008;
}

.form-group.has-error .checkbox label:before,.form-group.has-error .radio label:before {
    border: .0625rem solid #e60008;
}

.form-group.has-error .checkbox .checkmark,.form-group.has-error .radio .checkmark {
    border: .0625rem solid #e60008;
}

.form-group .checkbox .help-block,.form-group .radio-button .help-block {
    margin-top: 0;
}

.frame-type-form_formframework {
    padding: 1.25rem 0;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

.form-check.checkbox,.form-check.radio-button {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-check.checkbox .form-check-input,.form-check.radio-button .form-check-input {
    width: auto;
    margin-right: 1.5625rem;
}

.form-check.checkbox input,.form-check.checkbox label,.form-check.radio-button input,.form-check.radio-button label {
    margin-bottom: 0;
}

.checkbox label {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox label input {
    width: auto;
    margin-right: 1.5625rem;
}

.checkbox label span {
    margin-bottom: 1.875rem;
}

.checkbox h4 {
    margin-top: 1.25rem;
}

.checkbox .form-check-extra-input-wrapper {
    display: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: .625rem 0 .625rem 2.375rem;
}

.checkbox .form-check-extra-input-wrapper--show {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 48rem) {
    .checkbox .form-check-extra-input-wrapper {
        -ms-flex-direction:column;
        flex-direction: column;
        -ms-flex-align: self-start;
        align-items: self-start;
    }
}

.checkbox .form-check-extra-input {
    -ms-flex-preferred-size: 12.5rem;
    flex-basis: 12.5rem;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #009640;
    margin-left: 1.25rem;
    padding: 0 .625rem;
    height: auto;
}

@media (max-width: 48rem) {
    .checkbox .form-check-extra-input {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%;
        margin: 0;
        padding: .625rem .25rem .25rem .25rem;
    }
}

.radio-button label {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .75rem;
}

.radio-button label input {
    width: auto;
    margin-bottom: 0;
    margin-right: 1.5625rem;
}

.radio-button label span {
    margin-bottom: 0;
}

.help-block {
    font-size: 14px;
    font-size: .875rem;
    display: block;
    margin-top: -.75rem;
    margin-bottom: 1.875rem;
}

.help-block.error {
    color: #e60008;
    font-style: italic;
}

.tx-powermail .btn-default[tabindex] {
    padding: .9375rem .9375rem .9375rem 1.875rem;
    margin-right: .375rem;
    margin-bottom: .625rem;
}

.tx-powermail .btn-default[tabindex].btn-primary {
    color: #fff;
    background-color: #000;
}

.tx-powermail .btn-default[tabindex]:last-of-type {
    margin-bottom: 1.25rem;
}

.tx-powermail .cta-tep-container {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.875rem;
}

.tx-powermail .cta-step-button {
    height: 3.125rem;
    line-height: 3.125rem;
    background-color: #efefef;
    color: #000;
    border: none;
    position: relative;
    font-weight: bold;
    padding: 0 .625rem 0 1.875rem;
    margin: 0 0 .625rem .375rem;
    z-index: 1;
}

.tx-powermail .cta-step-button:focus {
    outline: none;
}

.tx-powermail .cta-step-button:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 1.5625rem 0 1.5625rem 1.25rem;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
}

.tx-powermail .cta-step-button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -1.25rem;
    border-style: solid;
    border-width: 1.5625rem 0 1.5625rem 1.25rem;
    border-color: transparent transparent transparent #efefef;
    width: 0;
    height: 0;
}

.tx-powermail .cta-step-button.btn-primary {
    background-color: #000;
    color: #fff;
}

.tx-powermail .cta-step-button.btn-primary:after {
    border-color: transparent transparent transparent #000;
}

.tx-powermail .powermail_tab_navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.25rem;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tx-powermail .powermail_tab_navigation a {
    text-decoration: none;
    cursor: pointer;
}

.tx-powermail .powermail_tab_navigation .pagination__item--previous,.tx-powermail .powermail_tab_navigation .pagination__item--next {
    width: 50%;
}

.tx-powermail .powermail_confirmation .btn-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem;
}

.tx-powermail .powermail_legend--hidden {
    display: none;
}

.tx-powermail .powermail_fieldwrap_upload {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.tx-powermail .powermail_fieldwrap_upload .fileupload__reset {
    max-height: 2.25rem;
    top: inherit !important;
}

.tx-powermail .powermail_fieldwrap_type_captcha {
    margin-bottom: 1.875rem;
    max-width: 14.375rem;
}

@media (max-width: 48rem) {
    button[type="submit"],input[type="submit"] {
        width:100%;
    }
}

.internet-explorer .powermail_radio {
    border-radius: 100%;
    height: auto;
}

.internet-explorer .powermail_checkbox {
    height: auto;
}

.section--petrol-background .tx-powermail .powermail_legend {
    color: #fff;
}

.select-field {
    display: block;
    margin-bottom: 1.875rem;
}

.select-field--no-margin-bottom {
    margin-bottom: 0;
}

@media (max-width: 48rem) {
    .select-field--no-margin-bottom {
        margin-bottom:1.875rem;
    }
}

.select-field--disabled {
    opacity: .5;
    pointer-events: none !important;
}

.select-field__label {
    display: block;
}

.select-field__box {
    position: relative;
    cursor: pointer;
}

.select-field__box:after {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    content: "";
    font-family: "rvr-icons";
    width: auto;
    position: absolute;
    right: .8125rem;
    bottom: .3125rem;
    line-height: inherit;
    border-radius: 0;
    background: transparent;
    color: #000;
    pointer-events: none;
}

.select-field__box select {
    cursor: pointer;
    margin-bottom: 0;
    background: none;
    color: #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: .625rem 2.5rem .625rem 1.25rem;
    background: #fff;
    height: auto;
}

.select-field__box select option {
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    text-transform: none;
}

.select-field__box select::-ms-expand {
    display: none;
}

.internet-explorer select::-ms-expand {
    display: none;
}

.range-slider {
    position: relative;
    height: .75rem;
    border-radius: .625rem;
    text-align: left;
    margin: 1.875rem 0 1.875rem 0;
}

.range-slider__minimum-value-on-the-scale {
    border-left: 1px solid #efefef;
    height: .625rem;
    position: absolute;
    left: .875rem;
    top: -.625rem;
    font-size: .625rem;
    line-height: 0;
    padding: 0 0 0 .25rem;
    margin-left: 0;
}

.range-slider__maximum-value-on-the-scale {
    border-right: 1px solid #efefef;
    height: .8125rem;
    position: absolute;
    right: 1rem;
    left: auto;
    top: -.625rem;
    font-size: .625rem;
    line-height: 0;
    padding: 0 .3125rem 0 .25rem;
    margin-left: 0;
}

.range-slider__info {
    position: absolute;
    left: .8125rem;
    right: .9375rem;
    height: .75rem;
}

.range-slider__info>.range-slider__inverse-left {
    position: absolute;
    left: 0;
    height: .75rem;
    border-radius: .625rem;
    background-color: #efefef;
    margin: 0;
}

.range-slider__info>.range-slider__inverse-right {
    position: absolute;
    right: 0;
    height: .75rem;
    border-radius: .625rem;
    background-color: #efefef;
    margin: 0;
}

.range-slider__info>.range-slider__range {
    position: absolute;
    left: 0;
    height: .75rem;
    border-radius: .75rem;
    background-color: #009640;
}

.range-slider__info>.range-slider__thumb {
    position: absolute;
    top: -.4375rem;
    z-index: 2;
    height: 1.5625rem;
    width: 1.5625rem;
    text-align: left;
    margin-left: -.6875rem;
    cursor: pointer;
    box-shadow: 0 .1875rem .5rem rgba(0,0,0,.4);
    background-color: #fff;
    border-radius: 50%;
    outline: none;
}

.range-slider__info>.range-slider__sign {
    opacity: 0;
    position: absolute;
    margin-left: -.6875rem;
    top: -2.4375rem;
    z-index: 3;
    background-color: #009640;
    color: #fff;
    border-radius: .125rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 .375rem;
}

.range-slider__info>.range-slider__sign span {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.5625rem;
}

.range-slider__info>.range-slider__sign:after {
    position: absolute;
    content: " ";
    left: 0;
    top: 1.1875rem;
    border-left: .875rem solid transparent;
    border-right: .875rem solid transparent;
    border-top-width: 1rem;
    border-top-style: solid;
    border-top-color: #009640;
}

.range-slider>input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: .75rem;
    top: -.125rem;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.range-slider>input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

.range-slider>input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

.range-slider>input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 0;
    border: 0 none;
    background: #000;
}

.range-slider>input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 0;
    border: 0 none;
    background: #000;
}

.range-slider>input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 0;
    border: 0 none;
    background: #000;
    -webkit-appearance: none;
}

.range-slider>input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

.range-slider>input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

.range-slider>input[type=range]::-ms-tooltip {
    display: none;
}

.range-slider>input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

.range-slider>input[type=range]:focus {
    outline: none;
}

.range-slider:hover>.range-slider__info>.range-slider__sign {
    opacity: 1;
}

.radio {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    padding-left: 2.375rem;
    margin-bottom: .375rem;
    display: inline-block;
    cursor: pointer;
    margin-right: .3125rem;
    line-height: 1.5rem;
    font-weight: normal;
}

.radio:last-child {
    margin-right: 0;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio input[type=radio]:checked {
    display: block;
}

.radio input[type=radio]:checked~.checkmark:after {
    display: block;
}

.radio input[type=radio]:focus~.checkmark {
    background-color: #009640;
}

.radio input[type=radio]:focus~.checkmark:after {
    background: #fff;
}

.radio:hover input~.checkmark {
    background-color: #efefef;
}

.radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.625rem;
    width: 1.625rem;
    background-color: #fff;
    border-radius: 50%;
    border: .0625rem solid #707070;
}

.radio .checkmark:before {
    font-size: 16px;
    font-size: 1rem;
    box-sizing: border-box;
    position: relative;
    top: 0;
    content: " ";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    color: #000;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    margin-right: .3125rem;
    margin-top: -.3125rem;
}

.radio .checkmark:after {
    position: absolute;
    display: none;
    box-sizing: border-box;
    top: .5rem;
    left: .5rem;
    content: " ";
    width: .625rem;
    height: .625rem;
    background: #009640;
    border-radius: 50%;
    font-family: " ";
}

.radio span {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
}

.internet-explorer .radio label:after,.microsoft-edge .radio label:after {
    top: .28rem;
}

.ios .radio label:after {
    top: .11rem;
}

.checkbox {
    display: block;
    margin-bottom: .3125rem;
}

.checkbox .checkmark {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    top: 0;
    content: " ";
    display: inline-block;
    width: 1.5625rem;
    height: 1.625rem;
    border: .0625rem solid #707070;
    background-color: #fff;
    color: #000;
    vertical-align: middle;
    text-align: center;
}

.checkbox .checkmark+span {
    display: block;
    margin-left: 2.375rem;
}

.checkbox .checkmark:after {
    position: absolute;
    display: none;
    font-size: 22px;
    font-size: 1.375rem;
    box-sizing: border-box;
    top: 1.4375rem;
    content: "";
    margin-top: -1.46875rem;
    font-family: "rvr-icons";
    color: #fff;
}

.checkbox:hover>input[type=checkbox]~.checkmark {
    background-color: #efefef;
}

.checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox input[type=checkbox]:checked~.checkmark {
    background-color: #009640 !important;
}

.checkbox input[type=checkbox]:checked~.checkmark:after {
    display: block;
}

.checkbox input[type=checkbox]:focus~.checkmark {
    background-color: #009640 !important;
}

.checkbox label {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: .3125rem;
    line-height: 1.5625rem;
    font-weight: normal;
}

.checkbox label span {
    margin-bottom: .75rem;
}

.checkbox label:last-child {
    margin-right: 0;
}

.checkbox span {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
}

.internet-explorer .checkbox label:after,.microsoft-edge .checkbox label:after {
    top: 1.47rem;
}

.firefox .checkbox label:after,.safari .checkbox label:after {
    left: .14rem;
}

.xdsoft_datetimepicker {
    display: none !important;
}

.date-input {
    position: relative;
}

.date-input:after {
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    z-index: 1;
    background: none;
    display: inline-block;
    content: "";
    width: .9375rem;
    height: 1.25rem;
    top: .625rem;
    right: 1rem;
    color: #707070;
    pointer-events: none;
}

.date-input--hidden {
    display: none;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: .0625rem;
    margin: -.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: .0625rem;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,.ui-helper-clearfix:after {
    content: " ";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -webkit-filter: alpha(Opacity=0);
    filter: alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -6249.9375rem;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -.5rem;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .1em 0;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: .125rem;
    width: 1.8em;
    height: 1.55em;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:after,.ui-datepicker .ui-datepicker-next:after {
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    display: inline-block;
    top: .3125rem;
    right: .3125rem;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev-hover:after,.ui-datepicker .ui-datepicker-next-hover:after {
    color: #000;
}

.ui-datepicker .ui-datepicker-prev {
    left: .125rem;
}

.ui-datepicker .ui-datepicker-prev:after {
    content: "";
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-next {
    right: .125rem;
}

.ui-datepicker .ui-datepicker-next:after {
    content: "";
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -.5rem;
    top: 50%;
    margin-top: -.5rem;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: .0625rem 0;
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: .0625rem;
}

.ui-datepicker td span,.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: .125rem;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: .125rem;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: .0625rem;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: .0625rem;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: .0625rem;
}

.ui-datepicker .ui-icon {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    position: absolute;
    background: none;
    left: .5em;
    top: .3em;
}

.ui-datepicker .ui-icon.ui-icon-circle-triangle-e {
    content: "";
}

.ui-widget {
    font-family: ABCSocial,Helvetica,Arial,sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    font-family: ABCSocial,Helvetica,Arial,sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: .0625rem solid #efefef;
}

.ui-widget-content {
    border: .0625rem solid #efefef;
    background: #fff;
    color: #000;
}

.ui-widget-content a {
    color: #000;
}

.ui-widget-header {
    border: .0625rem solid #efefef;
    background: #009640;
    color: #fff;
    font-weight: bold;
}

.ui-widget-header a {
    color: #000;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
    border: .0625rem solid #c5c5c5;
    background: #f6f6f6;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    font-weight: 400;
    color: #000;
    padding-right: .5rem;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button {
    color: #000;
    text-decoration: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    font-weight: 400;
    color: #000;
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus {
    color: #000;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: .0625rem solid #707070;
    background: #707070;
    color: #fff;
}

.ui-state-checked {
    border: .0625rem solid #000;
    background: #009640;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #000;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: .0625rem solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    -webkit-filter: alpha(Opacity=70);
    filter: alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    -webkit-filter: alpha(Opacity=35);
    filter: alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    -webkit-filter: alpha(Opacity=35);
    filter: alpha(Opacity=35);
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
    border: .0625rem solid #000;
    background: #009640;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    font-weight: 400;
    color: #fff;
}

.ui-icon-background,.ui-state-active .ui-icon-background {
    border: #000;
    background-color: #fff;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.section--white-background input,.section--white-background textarea,.section--white-background select {
    border: .0625rem solid #707070;
}

.section--petrol-background .form-group.has-error legend,.section--petrol-background .form-group.has-error label {
    color: #fff;
}

.section--petrol-background .form-group.has-error select,.section--petrol-background .form-group.has-error textarea,.section--petrol-background .form-group.has-error input {
    border: .125rem solid #e60008;
    color: #e60008;
}

.section--petrol-background .form-group.has-error .checkbox label:before,.section--petrol-background .form-group.has-error .radio label:before {
    border: .125rem solid #e60008;
}

.section--petrol-background form .button,.section--petrol-background form .tx-powermail .btn-default[tabindex],.tx-powermail .section--petrol-background form .btn-default[tabindex],.section--petrol-background form .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .section--petrol-background form .fileupload__reset,.section--petrol-background form .fileupload__button,.section--petrol-background form #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .section--petrol-background form .sg-cookie-optin-box-button-accept-all,.section--petrol-background form #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .section--petrol-background form .sg-cookie-optin-box-button-accept-specific,.section--petrol-background form #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .section--petrol-background form .sg-cookie-optin-box-button-accept-essential {
    background-color: #000;
    color: #fff;
}

.section--petrol-background form .button:hover,.section--petrol-background form .tx-powermail .btn-default[tabindex]:hover,.tx-powermail .section--petrol-background form .btn-default[tabindex]:hover,.section--petrol-background form .fileupload.fileupload--file-added .fileupload__reset:hover,.fileupload.fileupload--file-added .section--petrol-background form .fileupload__reset:hover,.section--petrol-background form .fileupload__button:hover,.section--petrol-background form #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .section--petrol-background form .sg-cookie-optin-box-button-accept-all:hover,.section--petrol-background form #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .section--petrol-background form .sg-cookie-optin-box-button-accept-specific:hover,.section--petrol-background form #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover,#SgCookieOptin .sg-cookie-optin-box .section--petrol-background form .sg-cookie-optin-box-button-accept-essential:hover {
    background-color: #fff;
    color: #000;
}

.section--petrol-background form .btn-default[tabindex].btn-primary {
    color: #009640 !important;
    background-color: #fff !important;
}

.section--petrol-background form legend,.section--petrol-background form label {
    color: #fff;
}

.section--petrol-background .help-block.error {
    color: #fff;
}

.fileupload {
    position: relative;
    display: inline-block;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.fileupload.fileupload--margin-bottom {
    margin-bottom: 1.875rem;
}

.fileupload.fileupload--file-added {
    margin-right: 2.5rem;
}

.fileupload.fileupload--file-added .fileupload__reset {
    display: block;
    position: absolute;
    top: 1.1875rem;
    left: calc(100% + 5px);
    bottom: 0;
    z-index: 100;
    margin: 0;
    background: #000;
    color: #fff;
    padding: .25rem .625rem;
    line-height: 1.5;
}

.fileupload.fileupload--file-added .fileupload__reset::before,.fileupload.fileupload--file-added .fileupload__reset::after {
    display: none;
}

.fileupload.fileupload--file-added .fileupload__reset:hover {
    color: #000;
    background: #fff;
}

.fileupload__input {
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    margin: 0;
    height: 100%;
    z-index: 2;
}

.fileupload__input:hover {
    cursor: pointer;
}

.fileupload__input:hover+.fileupload__button {
    color: #fff;
    background-color: #000;
}

.fileupload__button {
    margin: 0;
    padding: .8125rem 1.5625rem .8125rem .9375rem;
}

.fileupload .fileupload__reset {
    display: none;
}

.fileupload__metadata {
    margin-bottom: 1.875rem;
}

.fileupload__metadata small {
    display: block;
    margin-top: .625rem;
}

.inputs-list {
    margin-bottom: 1.875rem;
}

.multi-select {
    display: inline-block;
    position: relative;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
}

.multi-select>legend {
    margin: 0;
    line-height: 1.375rem;
    background: #fff;
    padding: .5625rem 1.25rem .5625rem 1.25rem;
    font-size: 1rem;
    box-sizing: border-box;
}

.multi-select>legend:focus {
    outline: auto;
}

.multi-select>legend:after {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    content: "";
    font-family: "rvr-icons";
    width: auto;
    position: absolute;
    right: .8125rem;
    bottom: .5625rem;
    line-height: inherit;
    border-radius: 0;
    background: transparent;
    color: #000;
    pointer-events: none;
}

.multi-select>ul {
    display: none;
    position: absolute;
    list-style: none;
    padding: .9375rem .625rem;
    margin: 0;
    left: 0;
    top: 100%;
    min-width: 100%;
    z-index: 10;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 1px 6px 10px #707070;
    max-height: 21.875rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.multi-select>ul.show {
    display: block;
}

.multi-select>ul>li {
    white-space: nowrap;
}

.multi-select>ul>li:hover {
    background: #efefef;
}

.multi-select>ul .checkbox label {
    width: 100%;
}

.multi-select>ul .checkbox label span {
    margin-bottom: 0;
}

.multi-select>ul .checkbox .checkmark {
    top: .0625rem;
    width: 1.25rem;
    height: 1.3125rem;
}

.multi-select>ul .checkbox .checkmark+span {
    margin-left: 1.875rem;
}

.multi-select>ul .checkbox .checkmark:after {
    font-size: 1.125rem;
    box-sizing: border-box;
    top: 1.3125rem;
}

.event-filters {
    width: 100%;
    position: relative;
    padding: 2.5rem 12.5rem 1.25rem 12.5rem;
    background: #009640;
}

@media (max-width: 64rem) {
    .event-filters {
        padding:2.5rem 12.5rem 1.25rem 12.5rem;
    }
}

.event-filters .section {
    padding: 0;
}

.event-filters__title {
    text-transform: inherit;
    color: #fff;
    text-align: center;
    margin-bottom: 2.5rem;
}

@media (max-width: 64rem) {
    .event-filters__title {
        padding:0 3.75rem;
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 48rem) {
    .event-filters__title {
        padding:0 1.875rem;
    }
}

.event-filters__submit {
    text-align: center;
    margin-bottom: 1.25rem;
}

.event-filters__submit .button,.event-filters__submit .tx-powermail .btn-default[tabindex],.tx-powermail .event-filters__submit .btn-default[tabindex],.event-filters__submit .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .event-filters__submit .fileupload__reset,.event-filters__submit .fileupload__button,.event-filters__submit #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .event-filters__submit .sg-cookie-optin-box-button-accept-all,.event-filters__submit #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .event-filters__submit .sg-cookie-optin-box-button-accept-specific,.event-filters__submit #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .event-filters__submit .sg-cookie-optin-box-button-accept-essential {
    margin: 0;
}

.event-filters__active-filters {
    text-align: center;
}

.event-filters__active-filters-title {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    margin-bottom: .5rem;
}

.event-filters__active-filters-button {
    display: inline-block;
    position: relative;
    font-weight: bold;
    background: #fff;
    color: #000;
    padding: .125rem 2rem .3125rem .9375rem;
    text-decoration: none;
    margin: 0 .4375rem .9375rem .4375rem;
}

.event-filters__active-filters-button:after {
    display: inline-block;
    font-family: "rvr-icons";
    content: "";
    width: .9375rem;
    height: .9375rem;
    position: absolute;
    z-index: 1;
    right: .5rem;
    top: 0;
    bottom: 0;
    margin: .1875rem 0 0 0;
    padding: 0;
    font-weight: normal;
    font-size: 1rem;
    cursor: pointer;
}

.event-filters:before {
    content: " ";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 0 3.75rem 3.75rem 0;
    border-color: transparent #fff transparent transparent;
}

.event-filters__settings .grid {
    margin-bottom: 0;
}

.event-filters__settings input,.event-filters__settings select {
    border: none;
}

.event-filters__settings input {
    margin-bottom: 1.25rem;
}

.event-filters__settings .inputs-list {
    line-height: 0;
    margin-bottom: 1.25rem;
}

.event-filters .field label {
    display: none;
}

.grid__column--md-8 .event-filters {
    padding: 2.5rem 3.4375rem 1.25rem 3.4375rem;
}

@media (max-width: 64rem) {
    .grid__column--md-8 .event-filters {
        padding:2.5rem 1.25rem 1.25rem 1.25rem;
    }
}

.event-list__item {
    padding-bottom: 1.25rem;
    padding-top: 1.5625rem;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
}

.event-list__item:first-of-type {
    padding-top: 0;
}

@media (max-width: 47.9375rem) {
    .event-list__item {
        padding-bottom:0 !important;
    }
}

.event-list__content {
    padding: 0 0 .25rem 0;
    margin-top: -.125rem;
}

.event-list__headline {
    margin-top: .375rem;
    margin-bottom: 1.25rem !important;
}

@media (max-width: 47.9375rem) {
    .event-list__headline {
        font-size:1rem;
        text-transform: none;
    }
}

.event-list__headline:before {
    display: block;
    content: " ";
    border: 1px solid #000;
    width: 3.125rem;
    margin-bottom: .625rem;
}

.event-list__image img {
    vertical-align: bottom;
}

.event-list__image a {
    text-decoration: none;
}

.event-list__image-copyright {
    position: absolute;
    padding: .25rem .375rem;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: .75rem;
}

.event-list__image-copyright--bottom {
    position: relative;
    color: #000;
}

.event-list__date {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (max-width: 47.9375rem) {
    .event-list__date {
        font-size:.9375rem;
    }
}

.event-list__more-link-in-header {
    padding-left: .625rem;
    min-width: 7.5rem;
    text-align: right;
}

.event-list__more-link-in-header .event-list__link:after {
    top: -.0625rem;
}

@media (max-width: 71.875rem) {
    .event-list__more-link-in-header {
        display:none;
    }
}

.event-list__location {
    font-weight: 600;
    font-size: .9375rem;
    color: #009640;
}

@media (max-width: 47.9375rem) {
    .event-list__location {
        font-size:.9375rem;
    }
}

.event-list__bottom {
    text-align: right;
}

.event-list__link {
    position: relative;
    color: #000;
    padding-right: 1.875rem;
    font-weight: 600;
    text-decoration: none;
}

.event-list__link:after {
    position: absolute;
    top: .125rem;
    right: 0;
    margin-right: .5rem;
    margin-top: 0;
    color: #000;
    font-size: .875rem;
    font-family: "rvr-icons";
    content: "";
    z-index: 1;
}

.event-list__link:hover {
    color: #009640;
}

.event-list__link:hover:after {
    color: #009640;
}

.event-list__quick-info-icon {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1.375rem;
    margin-right: 1.25rem;
    line-height: 1.2;
}

.event-list__quick-info-icon:before {
    position: absolute;
    top: .0625rem;
    left: 0;
    margin-right: .5rem;
    margin-top: 0;
    color: #000;
    font-size: .875rem;
    font-family: "rvr-icons";
    content: "";
    z-index: 1;
}

.event-list__quick-info-icon--clock:before {
    content: "";
}

.event-list__quick-info-icon--users:before {
    content: "";
}

.event-list__quick-info-icon--euro:before {
    top: 0;
    content: "";
}

.event-list__quick-info-icon--pin:before {
    content: "";
}

.event-registration__info-box {
    display: block;
    position: relative;
    padding: 1.5625rem;
    margin: 0 0 1.875rem 0;
    background: #efefef;
}

.event-registration__info-box h1 {
    margin-bottom: .625rem;
}

.event-registration__info-box .event-detail__info-box-icon {
    margin-bottom: .3125rem;
}

.event-registration__info-box .grid {
    margin-bottom: 0;
}

.event-registration__backlink {
    text-decoration: none;
}

.event-registration__backlink:before {
    font-family: "rvr-icons";
    content: "";
    margin-right: .25rem;
    display: inline-block;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: .125rem;
}

.registration .event-registration__extra-field {
    width: 100%;
}

.event-gallery {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.event-gallery__image-copyright {
    position: absolute;
    padding: .3125rem .9375rem;
    right: 0;
    bottom: .625rem;
    color: #fff;
    font-size: .75rem;
}

.event-gallery__image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: 0 .625rem 0 .625rem;
    padding: .625rem 0;
    overflow: hidden;
    max-width: 50%;
}

.event-gallery__image:last-of-type {
    margin: 0 0 0 .625rem;
}

.event-gallery__image:first-of-type {
    margin: 0 .625rem 0 0;
}

.event-gallery__image:nth-child(1) {
    min-width: calc(25% - 10px);
}

.event-gallery__image:nth-child(2) {
    min-width: calc(25% - 20px);
}

.event-gallery__image:nth-child(3) {
    min-width: calc(50% - 10px);
}

.event-gallery__image figure {
    margin: 0;
    height: 100%;
    width: 100%;
}

.event-gallery__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.event-gallery__image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.event-gallery__row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 100%;
    flex: 100%;
    width: 100%;
}

.event-gallery__row--even .event-gallery__image:nth-child(1) {
    -ms-flex: 50%;
    flex: 50%;
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.event-gallery__row--even .event-gallery__image:nth-child(2) {
    -ms-flex: 25%;
    flex: 25%;
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
}

.event-gallery__row--even .event-gallery__image:nth-child(3) {
    -ms-flex: 25%;
    flex: 25%;
    min-width: calc(25% - 10px);
    max-width: calc(25% - 10px);
}

.event-gallery__location-image {
    max-width: 66%;
}

.event-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 64rem) {
    .event-list {
        padding:0 1.25rem;
    }
}

.event-list--layout-1 {
    margin: 0 -.9375rem;
}

@media (max-width: 64rem) {
    .event-list--layout-1 {
        padding:0;
    }
}

.event-list__sub-title {
    font-weight: 600;
}

.event-list__info {
    margin: 1.875rem 0 0 0;
    min-width: 100%;
}

.event-list__info p {
    margin: 0;
}

.event-list__info .ce-div {
    border: .0625rem solid #efefef;
    margin: .625rem 0 1.25rem 0;
}

@media (max-width: 48rem) {
    .event-list__info {
        text-align:center;
    }
}

.event-list .event-list__item {
    display: block;
    width: 100%;
    padding-bottom: 1.25rem !important;
    padding-top: 1.5625rem;
    border-bottom: .0625rem solid #efefef;
    margin-bottom: 0;
}

.event-list .event-list__item .grid {
    margin-bottom: 0;
}

@media (max-width: 48rem) {
    .event-list .event-list__item .grid {
        margin-bottom:1.25rem;
    }
}

.event-list .event-list__item:first-of-type {
    padding-top: 0;
}

@media (max-width: 48rem) {
    .event-list .event-list__item:first-of-type {
        padding-top:.625rem;
    }
}

@media (max-width: 48rem) {
    .event-list .event-list__item {
        padding-top:.625rem;
        padding-bottom: 0 !important;
        border-bottom: .125rem solid #efefef;
    }
}

.event-list .event-list__badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.event-list .event-list__badge span {
    font-size: 14px;
    font-weight: 300;
    padding: .375rem .5rem;
    color: #fff;
    background: #000;
}

@media (max-width: 48rem) {
    .event-list .event-list__badge {
        left:0;
        right: inherit;
    }
}

.event-list .event-list__teaser-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 .9375rem .625rem .9375rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
    width: 33.333%;
    overflow: hidden;
}

.event-list .event-list__teaser-item .event-list__teaser-link {
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 1;
    left: .9375rem;
}

.event-list .event-list__teaser-item .event-list__badge {
    right: .9375rem;
    top: .0625rem;
}

@media (max-width: 64rem) {
    .event-list .event-list__teaser-item .event-list__badge {
        right:.625rem;
        left: inherit;
    }
}

.event-list .event-list__teaser-item .event-list__quick-info {
    max-width: 100%;
}

.event-list .event-list__teaser-item:hover .event-list__link,.event-list .event-list__teaser-item:hover .event-list__headline {
    color: #009640;
}

@media (max-width: 64rem) {
    .event-list .event-list__teaser-item {
        padding:0 .625rem .625rem .625rem;
    }
}

@media (max-width: 48rem) {
    .event-list .event-list__teaser-item {
        width:50%;
    }
}

@media (max-width: 35rem) {
    .event-list .event-list__teaser-item {
        width:100%;
    }
}

.event-list .event-list__teaser-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0;
    flex: 0;
    padding: 1.25rem;
    color: #000;
    border: solid .0625rem #707070;
    border-top: none;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.event-list .event-list__teaser-content--no-image {
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    border-top: solid .0625rem #707070;
}

.event-list .event-list__teaser-content--with-badge {
    padding: 2.5rem 1.25rem 1.25rem 1.25rem;
}

.event-list .event-list__teaser-image {
    position: relative;
    overflow: hidden;
    border-top: solid .0625rem #707070;
    border-left: solid .0625rem #707070;
    border-right: solid .0625rem #707070;
}

.event-list .event-list__teaser-image picture {
    display: block;
    position: relative;
}

.event-list .event-list__teaser-image img {
    vertical-align: bottom;
    width: 100%;
    max-width: 100%;
}

.event-list .event-list__headline {
    margin-top: .375rem;
    margin-bottom: .75rem !important;
}

@media (max-width: 47.9375rem) {
    .event-list .event-list__headline {
        font-size:1rem;
        text-transform: none;
    }
}

.event-list .event-list__headline--with-sub-title {
    margin-bottom: .5rem !important;
}

.event-list .event-list__teaser {
    margin-bottom: 0;
}

.event-list .event-list__teaser-text {
    color: #000;
}

.event-list .event-list__teaser-text p {
    margin-bottom: 0;
}

@media (max-width: 47.9375rem) {
    .event-list .event-list__teaser-text p {
        margin-bottom:1.25rem;
    }
}

.event-list .event-list__bottom {
    display: none;
}

@media (max-width: 71.875rem) {
    .event-list .event-list__bottom {
        display:-ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.event-list .event-list__teaser-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.event-list .event-list__quick-info p {
    line-height: 1.375rem;
}

@media (min-width: 64rem) {
    .event-list .event-list__quick-info {
        max-width:66%;
    }
}

.event-list .event-list__image {
    position: relative;
    overflow: hidden;
}

@media (max-width: 48rem) {
    .event-list .event-list__image {
        margin-bottom:0;
    }
}

.event-list .event-list__image--no-image {
    background: #efefef;
    padding: 1.25rem;
}

@media (max-width: 48rem) {
    .event-list .event-list__image--no-image {
        background:none;
        padding: 0;
    }
}

.event-list .event-list__image--with-badge {
    padding: 2.1875rem 1.25rem 1.25rem 1.25rem;
}

@media (max-width: 48rem) {
    .event-list .event-list__image--with-badge {
        padding:.9375rem;
        margin-bottom: 0;
    }
}

@media (max-width: 48rem) {
    .event-list .event-list__image svg,.event-list .event-list__image img {
        display:none;
    }
}

.section--grey-background .event-list__teaser-content {
    background: #fff;
}

@media (max-width: 64rem) {
    .event-detail {
        margin-top:1.875rem;
    }
}

.event-detail__row {
    margin-bottom: 1.25rem;
}

.event-detail__row p:last-of-type {
    margin-bottom: 0;
}

.event-detail__info-box {
    display: block;
    position: relative;
    padding: 1.5625rem .9375rem;
    margin: 0 0 1.875rem 0;
    background: #efefef;
}

.event-detail__info-box:first-of-type {
    margin: 1.25rem 0 1.875rem 0;
}

.event-detail__info-box--no-padding-top {
    padding: 0 .9375rem;
}

.event-detail__info-box--with-background {
    padding: 1.5625rem 0;
}

.event-detail__info-box--with-background .events-results,.event-detail__info-box--with-background .event-detail__info-box-headline {
    position: relative;
    z-index: 2;
}

.event-detail__info-box--with-background .event-list__teaser-item {
    margin-top: 0;
}

.event-detail__info-box--with-background:after {
    display: block;
    position: absolute;
    width: calc(100vw - 20px);
    max-width: 100vw;
    height: 100%;
    margin: 0 auto;
    top: 0;
    right: -50vw;
    left: -50vw;
    background-color: #efefef;
    content: " ";
    z-index: 0;
}

@media (max-width: 100rem) {
    .event-detail__info-box--with-background:after {
        width:100vw;
    }
}

.event-detail__info-box .event-detail__list {
    padding: 0;
}

.event-detail__info-box .event-detail__list li a {
    margin-bottom: .0625rem;
}

.event-detail__info-box .event-detail__list li:before {
    display: none;
}

.event-detail__info-box .button,.event-detail__info-box .tx-powermail .btn-default[tabindex],.tx-powermail .event-detail__info-box .btn-default[tabindex],.event-detail__info-box .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .event-detail__info-box .fileupload__reset,.event-detail__info-box .fileupload__button,.event-detail__info-box #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box .sg-cookie-optin-box-button-accept-all,.event-detail__info-box #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box .sg-cookie-optin-box-button-accept-specific,.event-detail__info-box #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box .sg-cookie-optin-box-button-accept-essential {
    width: 100%;
    padding: .875rem 1.5625rem;
    box-sizing: border-box;
    text-align: center;
}

.event-detail__info-box-icon {
    display: block;
    position: relative;
    padding: 0 0 0 1.75rem;
}

.event-detail__info-box-button .button:last-of-type,.event-detail__info-box-button .tx-powermail .btn-default[tabindex]:last-of-type,.tx-powermail .event-detail__info-box-button .btn-default[tabindex]:last-of-type,.event-detail__info-box-button .fileupload.fileupload--file-added .fileupload__reset:last-of-type,.fileupload.fileupload--file-added .event-detail__info-box-button .fileupload__reset:last-of-type,.event-detail__info-box-button .fileupload__button:last-of-type,.event-detail__info-box-button #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:last-of-type,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-button .sg-cookie-optin-box-button-accept-all:last-of-type,.event-detail__info-box-button #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:last-of-type,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-button .sg-cookie-optin-box-button-accept-specific:last-of-type,.event-detail__info-box-button #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:last-of-type,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-button .sg-cookie-optin-box-button-accept-essential:last-of-type {
    margin-bottom: 0;
}

.event-detail__icon {
    position: absolute;
    top: -.0625rem;
    left: 0;
    font-weight: 400;
}

.event-detail__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: .5rem;
    margin-top: 0;
    color: #fff;
    font-size: 1.125rem;
    font-family: "rvr-icons";
    z-index: 1;
}

.event-detail__icon--calendar {
    top: 0;
}

.event-detail__icon--calendar:before {
    top: -.125rem;
    content: "";
    font-size: 1.0625rem;
}

.event-detail__icon--clock:before {
    content: "";
}

.event-detail__icon--pin:before {
    content: "";
}

.event-detail__icon--users:before {
    top: -.0625rem;
    content: "";
}

.event-detail__icon--euro:before {
    font-size: 1rem;
    content: "";
}

.event-detail__info-box-headline {
    margin-bottom: .75rem;
}

.event-detail__info-box-date {
    margin-bottom: .75rem;
    font-weight: 600;
}

.event-detail__info-box-time {
    margin-bottom: .75rem;
    font-weight: 600;
}

.event-detail__info-box-address {
    margin-bottom: .75rem;
    font-weight: 600;
}

.event-detail__info-box-max-participants {
    margin-bottom: .75rem;
    font-weight: 600;
}

.event-detail__info-box-event-price .event-detail__price {
    font-weight: 600;
}

.event-detail__info-box-calendar .event-detail__icon--calendar {
    display: inline-block;
    position: relative;
}

.event-detail__info-box-calendar .event-detail__icon--calendar:before {
    position: static;
    font-size: inherit;
    color: #000;
}

.event-detail__info-box-calendar .button,.event-detail__info-box-calendar .tx-powermail .btn-default[tabindex],.tx-powermail .event-detail__info-box-calendar .btn-default[tabindex],.event-detail__info-box-calendar .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .event-detail__info-box-calendar .fileupload__reset,.event-detail__info-box-calendar .fileupload__button,.event-detail__info-box-calendar #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-calendar .sg-cookie-optin-box-button-accept-all,.event-detail__info-box-calendar #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-calendar .sg-cookie-optin-box-button-accept-specific,.event-detail__info-box-calendar #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-calendar .sg-cookie-optin-box-button-accept-essential {
    display: inline;
}

.event-detail__info-box-calendar .button:hover span:before,.event-detail__info-box-calendar .tx-powermail .btn-default[tabindex]:hover span:before,.tx-powermail .event-detail__info-box-calendar .btn-default[tabindex]:hover span:before,.event-detail__info-box-calendar .fileupload.fileupload--file-added .fileupload__reset:hover span:before,.fileupload.fileupload--file-added .event-detail__info-box-calendar .fileupload__reset:hover span:before,.event-detail__info-box-calendar .fileupload__button:hover span:before,.event-detail__info-box-calendar #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover span:before,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-calendar .sg-cookie-optin-box-button-accept-all:hover span:before,.event-detail__info-box-calendar #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover span:before,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-calendar .sg-cookie-optin-box-button-accept-specific:hover span:before,.event-detail__info-box-calendar #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover span:before,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-calendar .sg-cookie-optin-box-button-accept-essential:hover span:before {
    color: #fff;
}

.event-detail .event-custom-text table {
    width: 100%;
}

.event-detail .event-custom-text table td {
    width: 50%;
    box-sizing: border-box;
}

.event-detail .ce-uploads__item:last-of-type {
    margin: 0;
}

.event-detail .contact_box {
    margin-bottom: 0;
}

.event-detail .accordion--mini-layout {
    width: 100%;
}

.event-detail__backlink {
    display: block;
    text-decoration: none;
    margin: 1.25rem 0;
}

.event-detail__backlink:before {
    font-family: "rvr-icons";
    content: "";
    margin-right: .25rem;
    display: inline-block;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: .125rem;
}

.project-map,.osmap-with-one-poi,.osmap {
    height: 25rem;
    width: 100%;
    background: #aad3df;
    margin-bottom: 20px;
}

.project-map img,.osmap-with-one-poi img,.osmap img {
    max-width: inherit;
}

.project-map .olLayerDiv image,.osmap-with-one-poi .olLayerDiv image,.osmap .olLayerDiv image {
    cursor: pointer;
}

.project-map .osmap__popup-box,.osmap-with-one-poi .osmap__popup-box,.osmap .osmap__popup-box {
    position: relative;
    background-color: rgba(255,255,255,.9);
    border-radius: .3125rem;
    border: solid 1px #ccc;
    width: 17.5rem;
}

.project-map .osmap__popup-box .osmap__popup-image,.osmap-with-one-poi .osmap__popup-box .osmap__popup-image,.osmap .osmap__popup-box .osmap__popup-image {
    padding: 0;
    margin: 0;
}

.project-map .osmap__popup-box .osmap__popup-image img,.osmap-with-one-poi .osmap__popup-box .osmap__popup-image img,.osmap .osmap__popup-box .osmap__popup-image img {
    display: block;
    width: 100%;
}

@media (max-width: 35rem) {
    .project-map .osmap__popup-box .osmap__popup-image,.osmap-with-one-poi .osmap__popup-box .osmap__popup-image,.osmap .osmap__popup-box .osmap__popup-image {
        display:none;
    }
}

.project-map .osmap__popup-box .osmap__popup-text,.osmap-with-one-poi .osmap__popup-box .osmap__popup-text,.osmap .osmap__popup-box .osmap__popup-text {
    padding: .3125rem .625rem;
}

.project-map .osmap__popup-box .osmap__popup-text p,.osmap-with-one-poi .osmap__popup-box .osmap__popup-text p,.osmap .osmap__popup-box .osmap__popup-text p {
    font-size: 14px;
    font-size: .875rem;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    font-weight: 400;
    margin: 0;
}

.project-map .osmap__popup-box .osmap__popup-text h4,.osmap-with-one-poi .osmap__popup-box .osmap__popup-text h4,.osmap .osmap__popup-box .osmap__popup-text h4 {
    margin-bottom: .25rem;
}

.project-map .osmap__popup-box .osmap__popup-text .link,.osmap-with-one-poi .osmap__popup-box .osmap__popup-text .link,.osmap .osmap__popup-box .osmap__popup-text .link {
    margin-bottom: 0;
}

.project-map .osmap__popup-box:after,.osmap-with-one-poi .osmap__popup-box:after,.osmap .osmap__popup-box:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
    background-color: rgba(255,255,255,.9);
    width: 1.875rem;
    height: .625rem;
    -webkit-clip-path: polygon(0 0,100% 0,50% 100%);
    clip-path: polygon(0 0,100% 0,50% 100%);
}

.project-map .osmap__popup-box:before,.osmap-with-one-poi .osmap__popup-box:before,.osmap .osmap__popup-box:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: calc(50% - 16px);
    background: rgba(233,233,233,.9);
    width: 2rem;
    height: .6875rem;
    -webkit-clip-path: polygon(0 0,100% 0,50% 100%);
    clip-path: polygon(0 0,100% 0,50% 100%);
}

.project-map .olPopupCloseBox,.osmap-with-one-poi .olPopupCloseBox,.osmap .olPopupCloseBox {
    position: absolute;
    right: 0;
    top: 0;
    background: #009640;
    width: 1.125rem !important;
    height: 1.125rem !important;
    color: #fff;
    cursor: pointer;
}

.project-map .olPopupCloseBox:after,.osmap-with-one-poi .olPopupCloseBox:after,.osmap .olPopupCloseBox:after {
    font-family: "rvr-icons";
    font-size: 13px;
    font-size: .8125rem;
    position: absolute;
    top: 0;
    right: .125rem;
    content: "";
    color: #fff;
}

.project-map .ol-control ul li:before,.osmap-with-one-poi .ol-control ul li:before,.osmap .ol-control ul li:before {
    display: none;
}

@media (max-width: 35rem) {
    .project-map,.osmap-with-one-poi,.osmap {
        height:19.375rem !important;
    }
}

.solr-results .searchinfo {
    margin-bottom: 3.125rem;
}

.solr-results__form form {
    position: relative;
}

.solr-results__form label {
    display: none;
}

.solr-results__form .solr-results__form-search-input {
    font-size: 16px;
    font-size: 1rem;
    box-sizing: border-box;
    width: calc(100% - 2.5rem);
    height: 2.375rem;
    color: #000;
    border: none;
    border-bottom: .0625rem solid #000;
    font-style: italic;
    padding-right: 1.875rem;
    padding-left: .5rem;
    line-height: 2.1875rem;
}

.solr-results__form .solr-results__form-search-input::-ms-clear {
    display: none;
}

.solr-results__form .solr-results__form-search-input::-webkit-input-placeholder {
    color: #707070;
}

.solr-results__form .solr-results__form-search-input::-moz-placeholder {
    color: #707070;
}

.solr-results__form .solr-results__form-search-input:-ms-input-placeholder {
    color: #707070;
}

.solr-results__form .solr-results__form-search-input:-moz-placeholder {
    color: #707070;
}

.solr-results__form-submit-button {
    display: inline-block;
    color: #707070;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    outline: none;
}

.solr-results__form-submit-button:focus {
    outline: auto;
}

.solr-results__form-submit-button:after {
    font-size: 24px;
    font-size: 1.5rem;
    content: "";
    display: block;
    position: absolute;
    top: .4375rem;
    width: 100%;
    height: auto;
    text-align: center;
}

@media (max-width: 48rem) {
    .solr-results__form-submit-button {
        width:2.5rem !important;
    }
}

.solr-results__entry {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    min-height: 3.4375rem;
    padding: 1.25rem 0 0 0;
    border-bottom: 1px solid #efefef;
}

.solr-results__entry .results-highlight {
    color: #000;
    font-weight: bold;
}

.solr-results__entry .results-typ {
    color: #000;
}

.solr-results__entry .results-icon {
    width: 2.5rem;
    min-width: 2.5rem;
    padding-right: .9375rem;
}

.solr-results__entry .results-icon span.icon,.solr-results__entry .results-icon span.date-input:after,.solr-results__entry .results-icon .ui-datepicker span.ui-datepicker-prev:after,.ui-datepicker .solr-results__entry .results-icon span.ui-datepicker-prev:after,.solr-results__entry .results-icon .ui-datepicker span.ui-datepicker-next:after,.ui-datepicker .solr-results__entry .results-icon span.ui-datepicker-next:after,.solr-results__entry .results-icon .ui-datepicker span.ui-icon,.ui-datepicker .solr-results__entry .results-icon span.ui-icon,.solr-results__entry .results-icon span.solr-results__form-submit-button:after,.solr-results__entry .results-icon .tx-pluswerk-mediawall .mediawall__navigation span.mediawall__categories-select:before,.tx-pluswerk-mediawall .mediawall__navigation .solr-results__entry .results-icon span.mediawall__categories-select:before,.solr-results__entry .results-icon .tx-pluswerk-mediawall .mediawall__navigation span.mediawall__categories-select:after,.tx-pluswerk-mediawall .mediawall__navigation .solr-results__entry .results-icon span.mediawall__categories-select:after {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
    padding-top: .0625rem;
}

.solr-results__entry .results-icon span.icon--pages:after {
    content: "";
}

.solr-results__entry .results-icon span.icon--tx_news_domain_model_news {
    font-size: 1.25rem;
    padding-top: .1rem;
}

.solr-results__entry .results-icon span.icon--tx_news_domain_model_news:after {
    content: "";
}

.solr-results__entry .results-icon span.icon--tx_solr_file:after {
    content: "";
}

.solr-results .facets {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0 2rem 0;
}

.solr-results .facet-option-list {
    border-bottom: 1px solid #efefef;
}

.solr-results .facet-option {
    display: inline-block;
    margin-bottom: 1.25rem;
}

.solr-results .facet-option a {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    margin: 0 1.875rem;
}

.solr-results .facet-option a:first-of-type {
    margin-left: 0;
}

.solr-results .facet-option a:hover {
    color: #009640;
}

.solr-results .facet-option a:hover:before {
    color: #009640;
}

.solr-results .facet-option a:before {
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "rvr-icons";
    color: #000;
    vertical-align: middle;
    text-align: center;
    margin: 0 .3125rem 0 0;
    line-height: 1;
    padding-top: .3125rem;
    font-weight: normal;
}

.solr-results .facet-option.facet-option--pages a:before {
    content: "";
}

.solr-results .facet-option.facet-option--tx_news_domain_model_news a:before {
    font-size: 22px;
    font-size: 1.375rem;
    content: "";
}

.solr-results .facet-option.facet-option--tx_solr_file a:before {
    content: "";
}

.solr-results .facet-option.facet-option--selected a {
    color: #009640;
}

.solr-results .facet-option.facet-option--selected a:before {
    color: #009640;
}

.solr-results .facet-result-count {
    font-weight: normal;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select:before {
    content: "" !important;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories-select:after {
    font-size: 32px;
    font-size: 2rem;
    content: "";
    width: auto;
    line-height: 1.4;
}

.tx-pluswerk-mediawall .mediawall__navigation .mediawall__categories--open .mediawall__categories-select:before {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item:before {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: .5rem;
    margin-top: .1rem;
    color: #fff;
    font-size: 1.2rem;
    font-family: "rvr-icons";
    content: "";
    z-index: 1;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item .mediawall__item-description,.tx-pluswerk-mediawall .mediawall__items .mediawall__item .mediawall__category-title {
    font-family: ABCSocial,Verdana,Arial,sans-serif;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item .mediawall__yt-video-image-preview {
    margin-top: -12%;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--instagram:before {
    content: "";
    font-size: 1.1rem;
    margin-right: .1rem;
    margin-top: .45rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--twitter:before {
    content: "";
    margin-right: .4rem;
    margin-top: .2rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--youtube:before {
    content: "";
    font-size: 1rem;
    margin-right: .3125rem;
    margin-top: .1875rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--facebook:before {
    content: "";
    margin-right: .7rem;
    margin-top: .2rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--extern:before {
    content: "";
    font-size: .9rem;
    margin-top: .25rem;
}

.tx-pluswerk-mediawall .mediawall__items .mediawall__item--video:before {
    content: "";
    font-size: .8rem;
    margin-top: .3125rem;
    margin-right: .4375rem;
}

.ol-control button {
    background-color: rgba(0,150,64,.75);
    color: #fff;
}

.ol-control button:hover {
    background-color: rgba(0,150,64,.9);
}

.ol-control button:focus {
    background-color: rgba(0,150,64,.7);
    outline: none;
}

.ol-scale-bar {
    bottom: .5rem;
    right: 1.375rem;
    left: auto;
}

.ol-zoom-extent {
    top: 6.875rem;
}

.ol-zoom-extent button {
    color: transparent;
    text-indent: -9999rem;
    line-height: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2775.836%27 height=%2775.836%27%3E%3Cg fill=%27none%27 stroke=%27%23fff%27 stroke-width=%276%27%3E%3Cpath d=%27M44.569 31.267L73.335 2.335M31.267 31.267L3.333 3.333M44.569 44.569l28.267 28.267M31.267 44.569L3.333 72.836M73.548 3h-20M22.335 3h-20M73.548 72.836h-20M22.335 72.836h-20M72.836 22.335v-20M72.836 73.548v-20M3 73.548v-20M3 22.335v-20%27/%3E%3C/g%3E%3C/svg%3E");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

.olmaps-container {
    position: relative;
}

.olmaps-divider {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 63.9375rem) {
    .olmaps-divider {
        -ms-flex-direction:column;
        flex-direction: column;
    }
}

.olmaps-divider__map {
    width: calc(100% - 18.75rem);
}

@media (max-width: 63.9375rem) {
    .olmaps-divider__map {
        width:100%;
    }
}

.olmaps-divider__legend {
    width: 18.75rem;
    padding-left: 1.25rem;
}

@media (max-width: 63.9375rem) {
    .olmaps-divider__legend {
        width:100%;
        padding-left: 0;
    }
}

@media (max-width: 63.9375rem) {
    .olmaps-legend {
        padding-top:.625rem;
    }
}

.cb-group__legend {
    font-weight: bold;
}

.cb-group__label {
    cursor: pointer;
    position: relative;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    padding-left: 2.125rem;
    margin: 0;
}

.cb-group__label img {
    padding-left: .5rem;
}

.cb-group__label::before {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    display: inline-block;
    vertical-align: top;
    width: 1.25rem;
    height: 1.25rem;
    border: .125rem solid #000;
}

.cb-group__input {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    padding: 0;
    border: 0;
    height: .0625rem;
    width: .0625rem;
    overflow: hidden;
}

.cb-group__single-checkbox {
    margin-bottom: 8px;
}

.cb-group__single-checkbox .cb-group__input:checked+.cb-group__label::before {
    background: url("data:image/svg+xml,%3Csvg aria-hidden=%27true%27 data-prefix=%27far%27 data-icon=%27eye%27 class=%27svg-inline--fa fa-eye fa-w-18%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 576 512%27%3E%3Cpath fill=%27currentColor%27 d=%27M288 144a110.94 110.94 0 00-31.24 5 55.4 55.4 0 017.24 27 56 56 0 01-56 56 55.4 55.4 0 01-27-7.24A111.71 111.71 0 10288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 000 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 000-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z%27/%3E%3C/svg%3E") no-repeat center center;
    background-size: 70%;
}

.cb-group__single-checkbox .cb-group__input:focus+.cb-group__label {
    outline: dashed 1px #707070;
    outline-offset: .1875rem;
}

.olmap {
    width: 100%;
    height: 37.5rem;
}

@media (max-width: 47.9375rem) {
    .olmap {
        max-height:58vh;
    }
}

.olmap:-webkit-full-screen {
    height: 100%;
    margin: 0;
}

.olmap:-ms-fullscreen {
    height: 100%;
}

.olmap:fullscreen {
    height: 100%;
}

.viewswitch {
    box-sizing: content-box;
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    border: .125rem solid #fff;
    height: 4.6875rem;
}

@media (max-width: 47.9375rem) {
    .viewswitch {
        height:3.125rem;
    }
}

.viewswitch__button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 4.6875rem;
    height: 4.6875rem;
    border: none;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    z-index: 2;
}

@media (max-width: 47.9375rem) {
    .viewswitch__button {
        height:3.125rem;
        width: 3.125rem;
    }
}

.viewswitch__button--satellite {
    color: #fff;
}

.viewswitch__button--map-active .viewswitch__button--map {
    display: none;
}

.viewswitch__button--satellite-active .viewswitch__button--satellite {
    display: none;
}

.viewswitch__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    z-index: 2;
}

.viewswitch__overlay:hover {
    background-color: rgba(0,0,0,.2);
}

.viewswitch__image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.viewswitch__legend {
    position: absolute;
    display: block;
    text-align: center;
    bottom: .125rem;
    left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    z-index: 2;
}

@media (max-width: 47.9375rem) {
    .viewswitch__legend {
        display:none;
    }
}

.viewreset {
    position: absolute;
    top: 5rem;
    left: .5rem;
    z-index: 9;
}

.viewreset__button {
    color: transparent;
    text-indent: -9999rem;
    line-height: 0;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden=%27true%27 data-prefix=%27fas%27 data-icon=%27sync%27 class=%27svg-inline--fa fa-sync fa-w-16%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27%3E%3Cpath fill=%27%23fff%27 d=%27M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z%27/%3E%3C/svg%3E%0A");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

.olmap .olmap__popup-box {
    position: relative;
    background-color: rgba(255,255,255,.9);
    border-radius: .3125rem;
    border: solid 1px #ccc;
    width: 17.5rem;
}

.olmap .olmap__popup-box .olmap__popup-image {
    padding: 0;
    margin: 0;
}

.olmap .olmap__popup-box .olmap__popup-image img {
    display: block;
    width: 100%;
}

@media (max-width: 35rem) {
    .olmap .olmap__popup-box .olmap__popup-image {
        display:none;
    }
}

.olmap .olmap__popup-box .olmap__popup-text {
    padding: .3125rem .625rem;
}

.olmap .olmap__popup-box .olmap__popup-text p {
    font-size: 14px;
    font-size: .875rem;
    font-family: ABCSocial,Verdana,Arial,sans-serif;
    font-weight: 400;
    margin: 0;
}

.olmap .olmap__popup-box .olmap__popup-text h4 {
    margin-bottom: .25rem;
}

.olmap .olmap__popup-box .olmap__popup-text .link {
    margin-bottom: 0;
}

.olmap .olmap__popup-box:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
    background-color: rgba(255,255,255,.9);
    width: 1.875rem;
    height: .625rem;
    -webkit-clip-path: polygon(0 0,100% 0,50% 100%);
    clip-path: polygon(0 0,100% 0,50% 100%);
}

.olmap .olmap__popup-box:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: calc(50% - 16px);
    background: rgba(233,233,233,.9);
    width: 2rem;
    height: .6875rem;
    -webkit-clip-path: polygon(0 0,100% 0,50% 100%);
    clip-path: polygon(0 0,100% 0,50% 100%);
}

.olmap .olPopupCloseBox {
    position: absolute;
    right: 0;
    top: 0;
    background: #009640;
    width: 1.125rem !important;
    height: 1.125rem !important;
    color: #fff;
    cursor: pointer;
}

.olmap .olPopupCloseBox:after {
    font-family: "rvr-icons";
    font-size: 13px;
    font-size: .8125rem;
    position: absolute;
    top: 0;
    right: .125rem;
    content: "";
    color: #fff;
}

html.mobile .ol-control button,html.mobile .viewreset button,html.tablet .ol-control button,html.tablet .viewreset button {
    width: 2.0625rem;
    height: 2.0625rem;
}

html.mobile .ol-zoom-extent,html.tablet .ol-zoom-extent {
    top: 7.25rem;
}

#SgCookieOptin {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    background: none;
    line-height: 1.6;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: baseline;
    align-items: baseline;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    outline: 0;
    background: rgba(0,0,0,.6);
}

#SgCookieOptin * table,#SgCookieOptin * tbody,#SgCookieOptin * tr,#SgCookieOptin * th,#SgCookieOptin * td,#SgCookieOptin * div,#SgCookieOptin * strong,#SgCookieOptin * p,#SgCookieOptin * a,#SgCookieOptin * ul,#SgCookieOptin * li,#SgCookieOptin * button,#SgCookieOptin * input,#SgCookieOptin * label {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    background: none;
    color: #373737;
    line-height: 1.6;
}

#SgCookieOptin.sg-cookie-hidden {
    display: none;
}

#SgCookieOptin .sg-cookie-optin-box {
    position: relative;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 1.25rem 1.875rem;
    margin: .9375rem 0;
    max-width: 31.25rem;
    max-height: 95%;
    background: #fff;
    font-size: .875rem;
    border-radius: .3125rem;
}

#SgCookieOptin .sg-cookie-optin-box::-webkit-scrollbar {
    display: none;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-header,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-description {
    display: block;
    margin: 0 0 1.25rem 0;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-header {
    font-size: 1.375rem;
    color: #373737;
    font-weight: bold;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list {
    display: block;
    list-style: none;
    margin-bottom: 1.25rem;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list li::before {
    display: none;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item {
    display: block;
    padding: 0 .625rem .625rem 0;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox {
    opacity: 0;
    height: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox+.sg-cookie-optin-checkbox-label::before {
    display: block;
    margin: 0 .3125rem 0 0;
    width: 1.25rem;
    height: 1.25rem;
    content: " ";
    float: left;
    border: .125rem solid #9292a9;
    background-color: #e8e8e8;
    cursor: pointer;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:checked+.sg-cookie-optin-checkbox-label::before {
    box-shadow: inset 0 0 0 .0625rem #e8e8e8;
    background-color: #009640;
    border: .125rem solid #e8e8e8;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:disabled+.sg-cookie-optin-checkbox-label {
    cursor: default;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:disabled+.sg-cookie-optin-checkbox-label::before {
    box-shadow: inset 0 0 0 .0625rem #e8e8e8;
    border-color: #e8e8e8;
    background-color: #707070;
    cursor: default;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:focus+.sg-cookie-optin-checkbox-label:before {
    border: .125rem solid #000;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox-label {
    cursor: pointer;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-close-button {
    display: none;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential {
    border-color: #009640;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:before {
    background-color: #009640;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover {
    background-color: #009640;
    border-color: #009640;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:focus,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:focus,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:focus {
    border-color: #000;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:focus:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:focus:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:focus:before {
    background-color: #000;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list {
    padding: 0 0 0 0;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list::-webkit-scrollbar {
    display: none;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list.sg-cookie-optin-visible {
    max-height: 125rem;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-list-item {
    margin: .625rem .625rem 1.25rem .625rem;
    padding: 0 0 1.25rem 0;
    border-bottom: .0625rem solid #009640;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-list-item a {
    display: block;
    margin: .625rem 0 0 0;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-list-item:before {
    display: none;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-header,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-description {
    display: block;
    margin: 0 0 .625rem 0;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-header {
    font-size: 1.125rem;
    font-weight: bold;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-description {
    font-size: .875rem;
    line-height: 1rem;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more {
    padding: 0 0 .625rem 0;
    text-align: center;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: .9375rem;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer .sg-cookie-optin-box-copyright {
    display: inline-block;
    margin-top: .9375rem;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer .sg-cookie-optin-box-footer-links {
    -ms-flex-order: -1;
    order: -1;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer .sg-cookie-optin-box-footer-user-hash-container,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer .sg-cookie-optin-box-copyright-link {
    display: none;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist {
    height: 0;
    overflow: hidden;
    list-style: none;
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
    will-change: height;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist::-webkit-scrollbar {
    display: none;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist.sg-cookie-optin-visible {
    max-height: 62.5rem;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist table {
    margin: 0 0 .625rem 0;
    width: 100%;
    background-color: #fff;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist table th,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist table td {
    padding: .625rem;
    vertical-align: middle;
    border-bottom: .0625rem solid #707070;
    color: #373737;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist table th {
    font-weight: 600;
    color: #373737;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-sublist-open-more-link span,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more-link span {
    position: relative;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-sublist-open-more-link span .sg-cookie-optin-box-sublist-open-more-symbol,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more-link span .sg-cookie-optin-box-sublist-open-more-symbol {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 3px;
    left: 8px;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-sublist-open-more-link span .sg-cookie-optin-box-sublist-open-more-symbol.sg-cookie-optin-flipped,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more-link span .sg-cookie-optin-box-sublist-open-more-symbol.sg-cookie-optin-flipped {
    -ms-transform: scale(1,-1);
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1);
}

.femanager_submit button {
    text-transform: inherit;
}

.femanager_fieldset .button,.femanager_fieldset .tx-powermail .btn-default[tabindex],.tx-powermail .femanager_fieldset .btn-default[tabindex],.femanager_fieldset .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .femanager_fieldset .fileupload__reset,.femanager_fieldset .fileupload__button,.femanager_fieldset #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .femanager_fieldset .sg-cookie-optin-box-button-accept-all,.femanager_fieldset #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .femanager_fieldset .sg-cookie-optin-box-button-accept-specific,.femanager_fieldset #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .femanager_fieldset .sg-cookie-optin-box-button-accept-essential {
    text-transform: inherit;
}

.femanager_terms .alert {
    margin-left: 2.375rem;
}

.password-requirements {
    margin: 0 0 1.5rem 0;
}

.password-requirements li {
    font-size: 14px;
    margin: 0;
}

.ce-headline-h1-lowercase {
    margin-bottom: 2rem;
}

.ce-headline-h2-lowercase {
    margin-bottom: 1.25rem;
}

.ce-headline-h3-lowercase {
    margin-bottom: 1.25rem;
}

.ce-headline-h4-lowercase {
    margin-bottom: 1.125rem;
}

footer.section.section--black-background {
    background-color: #c8d400;
    color: #000;
}

footer.section.section--black-background a {
    color: #000;
}

footer.section.section--black-background p {
    color: #000;
}

.button,.tx-powermail .btn-default[tabindex],.fileupload.fileupload--file-added .fileupload__reset,.fileupload__button,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential {
    border-radius: 1.875rem;
    color: #fff;
    background-color: #000;
    border: .125rem solid #000;
    padding: .5rem 3.75rem;
    max-width: max-content;
}

.button:hover,.tx-powermail .btn-default[tabindex]:hover,.fileupload.fileupload--file-added .fileupload__reset:hover,.fileupload__button:hover,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover {
    color: #000;
    background-color: #fff;
}

.button:before,.tx-powermail .btn-default[tabindex]:before,.fileupload.fileupload--file-added .fileupload__reset:before,.fileupload__button:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:before,.button:after,.tx-powermail .btn-default[tabindex]:after,.fileupload.fileupload--file-added .fileupload__reset:after,.fileupload__button:after,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:after,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:after,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:after {
    display: none;
}

.button:focus,.tx-powermail .btn-default[tabindex]:focus,.fileupload.fileupload--file-added .fileupload__reset:focus,.fileupload__button:focus,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:focus,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:focus,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:focus {
    outline: none;
    border-color: #c8d400;
}

.button:focus:before,.tx-powermail .btn-default[tabindex]:focus:before,.fileupload.fileupload--file-added .fileupload__reset:focus:before,.fileupload__button:focus:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:focus:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:focus:before,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:focus:before {
    background-color: #c8d400;
}

.button--invert {
    color: #000;
    background-color: #c8d400;
    border-color: #c8d400;
}

.button--invert:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.button--invert:focus {
    outline: none;
    border: .125rem solid #000;
}

.button--main-color {
    color: #fff;
    background-color: #009640;
    border: .125rem solid #009640;
}

.button--main-color:hover {
    color: #009640;
    background-color: #fff;
}

.button--main-color:focus {
    outline: none;
    border-color: #000;
}

.button--rectangle {
    padding: .375rem 1rem;
    border-radius: 0;
    background-color: #009640;
    border: .125rem solid #009640;
}

.accordion {
    display: block;
    margin-bottom: 0;
}

.accordion--open>.accordion__header {
    border-color: #009640;
}

.accordion--open>.accordion__header span::after {
    height: 1rem;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion__header {
    margin-bottom: 0;
    border-color: #009640;
}

.accordion__header h2,.accordion__header h3 {
    margin: 0;
    text-transform: none;
}

.accordion__header span:after {
    font-weight: 300;
    font-size: 1.625rem;
    content: "▼";
    color: #009640;
}

.accordion__content>div {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.multiStepProjectForm input,.multiStepProjectForm textarea,.multiStepProjectForm select {
    border: .0625rem solid #707070;
}

.alert-success {
    background-color: #009640;
    border-color: #009640;
}

.alert-success p {
    color: #fff !important;
}

.alert-info {
    background-color: #fff;
    border-color: #fff;
}

.alert-info p {
    color: #fff !important;
}

.alert-warning {
    background-color: #f4d8d8;
    border-color: #e9b1b1;
}

.alert-warning p {
    color: #501818 !important;
}

.alert-danger {
    background-color: #f4d8d8;
    border-color: #e9b1b1;
}

.alert-danger p {
    color: #501818 !important;
}

.alert-default {
    background-color: #efefef;
    border-color: #707070;
}

.alert-default p {
    color: #000 !important;
}

.alert-notice {
    background-color: #efefef;
    border-color: #707070;
}

.alert-notice p {
    color: #000 !important;
}

.header__login {
    background-color: #e50046;
    color: #000;
}

.project-form__progress-bar--green {
    background-color: #009640;
}

.project-form .button,.project-form .tx-powermail .btn-default[tabindex],.tx-powermail .project-form .btn-default[tabindex],.project-form .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .project-form .fileupload__reset,.project-form .fileupload__button,.project-form #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .project-form .sg-cookie-optin-box-button-accept-all,.project-form #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .project-form .sg-cookie-optin-box-button-accept-specific,.project-form #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .project-form .sg-cookie-optin-box-button-accept-essential {
    padding: .5rem 3.75rem;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .project-form .button,.project-form .tx-powermail .btn-default[tabindex],.tx-powermail .project-form .btn-default[tabindex],.project-form .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .project-form .fileupload__reset,.project-form .fileupload__button,.project-form #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .project-form .sg-cookie-optin-box-button-accept-all,.project-form #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .project-form .sg-cookie-optin-box-button-accept-specific,.project-form #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .project-form .sg-cookie-optin-box-button-accept-essential {
        padding:.75rem 1.25rem;
    }
}

.project-form .button--next {
    padding-right: 5rem;
    padding-left: 3.75rem;
}

@media (max-width: 1200px) {
    .project-form .button--next {
        padding-right:1.25rem;
    }
}

.project-form .button--prev {
    padding-left: 5rem;
    padding-right: 3.75rem;
}

@media (max-width: 1200px) {
    .project-form .button--prev {
        padding-right:1.25rem;
    }
}

@media (max-width: 1200px) {
    .project-form .button--icon {
        padding:.625rem 1.25rem .625rem 3.125rem;
    }
}

.project-dashboard__teaser {
    min-height: 16.875rem;
}

.project-dashboard__teaser--status-rejected {
    border-left: .5rem solid #e50046;
}

.project-dashboard__teaser--status-approved {
    border-left: .5rem solid #009640;
}

.project-dashboard__teaser--status-in-progress {
    border-left: .5rem solid #ffd500;
}

.project-dashboard__teaser--link:hover {
    border: .125rem solid #009640;
}

.project-dashboard__teaser .link--logout:before {
    color: #009640;
}

.project-dashboard__teaser .link--trash-bin:before {
    color: #009640;
}

.project-dashboard__teaser .link--visible-off:before,.project-dashboard__teaser .link--visible-on:before {
    color: #009640;
}

.project-dashboard__teaser-status-text:before {
    color: #009640;
}

.project-dashboard__teaser-status-text--icon-in-progress:before {
    color: #ffd500;
}

.project-dashboard__teaser-status-text--icon-approved:before {
    color: #009640;
}

.project-dashboard__teaser-status-text--icon-rejected:before {
    color: #e50046;
}

.project-dashboard__teaser-status-deactivation-reason {
    border-left: .25rem #e50046 solid;
}

.project-dashboard__teaser-title-with-icon {
    margin-left: 1.9375rem;
}

.project-dashboard__teaser-title-with-icon:before {
    font-size: 1.3125rem;
    left: -1.9375rem;
    color: #009640;
}

.project-dashboard .accordion .accordion__header:before {
    width: 1.5rem;
    height: 1.5rem;
    aspect-ratio: 1;
    border-radius: 0 50%;
}

.project-dashboard .accordion .accordion__header span:after {
    top: 38%;
    right: 0;
}

.project-dashboard .accordion--green .accordion__header::before {
    background-color: #009640;
}

.project-dashboard .accordion--olive .accordion__header::before {
    background-color: #c8d400;
}

.project-dashboard .accordion--sky-blue .accordion__header::before {
    background-color: #41c0f0;
}

.project-dashboard .accordion--raspberry-red .accordion__header::before {
    background-color: #e50046;
}

.project-dashboard .accordion--blue .accordion__header::before {
    background-color: #164194;
}

.project-dashboard .accordion--yellow .accordion__header::before {
    background-color: #ffd500;
}

.header-with-image {
    background: #ffd500;
}

.header-with-image p,.header-with-image span,.header-with-image a {
    color: #000;
}

.header-with-image__teaser-content p {
    color: #000 !important;
}

.header-with-image__subtitle p {
    color: #000 !important;
}

.header-with-image .project-detail__icon:before {
    color: #000 !important;
}

.project-filters {
    background: #009640;
}

.project-filters .button--submit {
    color: #fff;
    background: #009640;
}

.project-filters .button--submit:hover {
    color: #000;
    background-color: #fff;
}

.project-filters--2-columns-33-66 {
    background: none;
}

.project-filters--2-columns-33-66 .project-filters__left {
    background: #ffd500;
    color: #000;
}

.project-filters--2-columns-33-66 .project-filters__right {
    background: #c8d400;
    color: #000;
}

.project-filters--2-columns-33-66 .project-filters__right .project-filters__category {
    margin-bottom: 1.375rem;
}

.project-filters--2-columns-33-66 .project-filters__title p {
    color: #000 !important;
}

.project-filters--2-columns-33-66 .project-filters__active-filters-button {
    background: #009640;
    color: #fff;
    padding: .1875rem 3.125rem .1875rem .9375rem;
}

.project-filters--2-columns-33-66 .project-filters__active-filters-button:after {
    top: -.0625rem;
}

.project-filters--2-columns-33-66 .button,.project-filters--2-columns-33-66 .tx-powermail .btn-default[tabindex],.tx-powermail .project-filters--2-columns-33-66 .btn-default[tabindex],.project-filters--2-columns-33-66 .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .project-filters--2-columns-33-66 .fileupload__reset,.project-filters--2-columns-33-66 .fileupload__button,.project-filters--2-columns-33-66 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .project-filters--2-columns-33-66 .sg-cookie-optin-box-button-accept-all,.project-filters--2-columns-33-66 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .project-filters--2-columns-33-66 .sg-cookie-optin-box-button-accept-specific,.project-filters--2-columns-33-66 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .project-filters--2-columns-33-66 .sg-cookie-optin-box-button-accept-essential {
    padding: .875rem 3.75rem;
}

@media (max-width: 1200px) {
    .project-filters--2-columns-33-66 .button,.project-filters--2-columns-33-66 .tx-powermail .btn-default[tabindex],.tx-powermail .project-filters--2-columns-33-66 .btn-default[tabindex],.project-filters--2-columns-33-66 .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .project-filters--2-columns-33-66 .fileupload__reset,.project-filters--2-columns-33-66 .fileupload__button,.project-filters--2-columns-33-66 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .project-filters--2-columns-33-66 .sg-cookie-optin-box-button-accept-all,.project-filters--2-columns-33-66 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .project-filters--2-columns-33-66 .sg-cookie-optin-box-button-accept-specific,.project-filters--2-columns-33-66 #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .project-filters--2-columns-33-66 .sg-cookie-optin-box-button-accept-essential {
        padding:.75rem 1.25rem;
    }
}

.project-filters--2-columns-33-66 .button.button--main-color:hover,.project-filters--2-columns-33-66 .tx-powermail .button--main-color.btn-default[tabindex]:hover,.tx-powermail .project-filters--2-columns-33-66 .button--main-color.btn-default[tabindex]:hover,.project-filters--2-columns-33-66 .fileupload.fileupload--file-added .button--main-color.fileupload__reset:hover,.fileupload.fileupload--file-added .project-filters--2-columns-33-66 .button--main-color.fileupload__reset:hover,.project-filters--2-columns-33-66 .button--main-color.fileupload__button:hover,.project-filters--2-columns-33-66 #SgCookieOptin .sg-cookie-optin-box .button--main-color.sg-cookie-optin-box-button-accept-all:hover,#SgCookieOptin .sg-cookie-optin-box .project-filters--2-columns-33-66 .button--main-color.sg-cookie-optin-box-button-accept-all:hover,.project-filters--2-columns-33-66 #SgCookieOptin .sg-cookie-optin-box .button--main-color.sg-cookie-optin-box-button-accept-specific:hover,#SgCookieOptin .sg-cookie-optin-box .project-filters--2-columns-33-66 .button--main-color.sg-cookie-optin-box-button-accept-specific:hover,.project-filters--2-columns-33-66 #SgCookieOptin .sg-cookie-optin-box .button--main-color.sg-cookie-optin-box-button-accept-essential:hover,#SgCookieOptin .sg-cookie-optin-box .project-filters--2-columns-33-66 .button--main-color.sg-cookie-optin-box-button-accept-essential:hover {
    background-color: #fff;
}

.project-filters form legend {
    height: 3rem;
    line-height: 1.75rem;
    color: rgba(112,112,112,.9);
    font-family: ABCSocial,Helvetica,Arial,sans-serif;
    font-weight: 300;
}

.project-filters form select,.project-filters form input {
    height: 3rem;
    border: none;
}

.project-filters form select::-ms-input-placeholder {
    color: #707070;
    opacity: 1;
}

.project-filters form select::-moz-placeholder {
    color: #707070;
    opacity: 1;
}

.project-filters form select::-webkit-input-placeholder {
    color: #707070;
    opacity: 1;
}

.project-filters form input::-ms-input-placeholder {
    color: #707070;
    opacity: 1;
}

.project-filters form input::-moz-placeholder {
    color: #707070;
    opacity: 1;
}

.project-filters form input::-webkit-input-placeholder {
    color: #707070;
    opacity: 1;
}

.project-filters form select::placeholder,.project-filters form input::placeholder {
    color: #707070;
    opacity: 1;
}

.project-detail__info-box {
    background: #efefef;
}

.project-detail .contact-box h4,.project-detail .contact-box p {
    font-size: 20px;
}

.project-detail__social-share-buttons {
    border-bottom: .0625rem solid #707070;
}

.project-detail__social-links--icon {
    width: 2.5rem;
    height: 2.5rem;
}

.project-detail__social-links--icon:hover {
    scale: 1.2;
}

.project-detail__info-box .button,.project-detail__info-box .tx-powermail .btn-default[tabindex],.tx-powermail .project-detail__info-box .btn-default[tabindex],.project-detail__info-box .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .project-detail__info-box .fileupload__reset,.project-detail__info-box .fileupload__button,.project-detail__info-box #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .project-detail__info-box .sg-cookie-optin-box-button-accept-all,.project-detail__info-box #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .project-detail__info-box .sg-cookie-optin-box-button-accept-specific,.project-detail__info-box #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .project-detail__info-box .sg-cookie-optin-box-button-accept-essential {
    padding: .375rem 1rem;
}

.project-detail__info-box .button--rectangle {
    border-radius: 1.875rem;
    margin-bottom: .875rem;
    font-weight: 300;
}

.project-detail__info-box.section--petrol-background {
    background: #c8d400;
    color: #000;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 0 50%;
    padding: 2.5rem !important;
}

.project-detail__info-box.section--petrol-background .project-detail__info-box-headline {
    width: 82%;
}

.project-detail__info-box.section--petrol-background .contact-box {
    margin-bottom: 3.125rem;
}

.project-detail__info-box.section--petrol-background p {
    color: #000;
}

.project-detail__info-box.section--grey-background {
    background: #009640;
    color: #fff;
}

.project-detail__info-box.section--grey-background .ce-uploads__link {
    color: #fff;
}

.project-detail__info-box.section--grey-background .ce-uploads__link span {
    color: #fff;
}

.project-detail__info-box.section--grey-background p {
    color: #fff;
}

.project-detail .accordion .project-detail__info-box {
    padding: 0 !important;
    background: inherit !important;
}

.project-detail .accordion .project-detail__info-box.section--grey-background {
    color: #000;
}

.project-detail .accordion .project-detail__info-box.section--grey-background p {
    color: #000;
}

.project-detail .accordion--green .accordion__content,.project-detail .accordion--green .accordion__header {
    background: #009640;
    color: #fff;
}

.project-detail .accordion--green .accordion__content h2,.project-detail .accordion--green .accordion__content h3,.project-detail .accordion--green .accordion__content h4,.project-detail .accordion--green .accordion__content p,.project-detail .accordion--green .accordion__header h2,.project-detail .accordion--green .accordion__header h3,.project-detail .accordion--green .accordion__header h4,.project-detail .accordion--green .accordion__header p {
    color: #fff !important;
}

.project-detail .accordion--green .accordion__content span:after,.project-detail .accordion--green .accordion__header span:after {
    color: #fff;
}

.project-list__teaser-item--active {
    background: #fff;
    border: solid .125rem #009640;
}

.project-list__teaser-item:hover .project-list__link,.project-list__teaser-item:hover .project-list__headline {
    color: #009640;
}

.project-list__headline {
    font-size: 1.25rem;
    margin-bottom: .875rem !important;
}

.project-list__teaser-content {
    background-color: #fff;
    color: #000;
}

.project-list__teaser-content p {
    font-size: 1.125rem;
    margin-bottom: .625rem;
}

.project-list__teaser-content p .link {
    text-transform: uppercase;
}

.project-list__teaser-content p:last-of-type {
    margin-top: auto;
    margin-bottom: 0;
}

.project-list__teaser-content .project-list__quick-info {
    margin-top: 0;
}

.project-list__teaser-content .project-list__quick-info-icon {
    position: relative;
    padding: 0 0 0 1.375rem;
    margin: 0 0 .875rem 0;
    font-size: 1.125rem;
}

.project-list__teaser-content .project-list__quick-info-icon:before {
    display: block;
    content: " ";
    width: 10.62px;
    height: 15.84px;
    top: -.0625rem;
    left: 0;
    background-image: url('../../../_assets/45a90647ca323504c818be9a370779e6/Icons/map/iga-pin.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 1;
    margin: 0;
}

.project-search__map {
    overflow: hidden;
}

.project-search__results--layout-1 .project-search__project-list-for-map .project-list__teaser-item,.project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item {
    padding: .625rem;
    border: none;
}

.project-search__results--layout-1 .project-search__project-list-for-map .project-list__teaser-item--active .project-list__teaser-more-link a,.project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item--active .project-list__teaser-more-link a {
    color: #fff;
}

.project-search__results--layout-1 .project-search__project-list-for-map .project-list__teaser-item--active,.project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item--active {
    background: #e50046 !important;
}

.project-search__results--layout-1 .project-search__project-list-for-map .project-list__teaser-item--active .project-list__teaser-content,.project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item--active .project-list__teaser-content {
    background: #e50046 !important;
}

.project-search__results--layout-1 .project-search__project-list-for-map .project-list__teaser-item--active h3,.project-search__results--layout-1 .project-search__project-list-for-map .project-list__teaser-item--active p,.project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item--active h3,.project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item--active p {
    color: #fff;
}

.project-search__results--layout-1 .project-search__project-list-for-map .project-list__teaser-item--active .project-list__quick-info-icon:before,.project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item--active .project-list__quick-info-icon:before {
    color: #fff;
    background-image: url('../../../_assets/45a90647ca323504c818be9a370779e6/Icons/map/iga-pin-white.svg');
}

.project-search__results--layout-1 .project-search__project-list-for-map .project-list__teaser-item--active:hover .project-list__headline,.project-search__results--layout-2 .project-search__project-list-for-map .project-list__teaser-item--active:hover .project-list__headline {
    color: #fff;
    text-decoration: underline;
}

.project-map .osmap__popup-box .osmap__popup-text {
    padding: .625rem .625rem .5rem .625rem;
}

.project-map .osmap__popup-box .osmap__popup-text .link {
    margin-top: .125rem;
}

.project-map .osmap__popup-box .osmap__popup-text .link:hover {
    color: #009640;
}

.project-map .osmap__popup-box .osmap__popup-text .project-list__quick-info-icon {
    position: relative;
    padding: 0 0 0 .9375rem;
}

.project-map .osmap__popup-box .osmap__popup-text .project-list__quick-info-icon:before {
    display: block;
    content: " ";
    width: 10.62px;
    height: 15.84px;
    top: -.0625rem;
    left: 0;
    background-image: url('../../../_assets/45a90647ca323504c818be9a370779e6/Icons/map/iga-pin.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 1;
    font-size: .875rem;
    margin-right: 0;
}

.project-map .olPopupCloseBox {
    background: #009640;
}

.product-slider .slider .slick-prev,.product-slider .slider .slick-next {
    border-radius: 0 50%;
}

.news__headline {
    text-transform: none;
}

.news-list__headline {
    text-transform: none;
}

.news-filters__wrapper {
    text-align: center;
}

.news-filters__wrapper .button,.news-filters__wrapper .tx-powermail .btn-default[tabindex],.tx-powermail .news-filters__wrapper .btn-default[tabindex],.news-filters__wrapper .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .news-filters__wrapper .fileupload__reset,.news-filters__wrapper .fileupload__button,.news-filters__wrapper #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .news-filters__wrapper .sg-cookie-optin-box-button-accept-all,.news-filters__wrapper #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .news-filters__wrapper .sg-cookie-optin-box-button-accept-specific,.news-filters__wrapper #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .news-filters__wrapper .sg-cookie-optin-box-button-accept-essential {
    margin: 0 auto;
}

.news-filters:before {
    display: none;
}

.event-filters:before {
    display: none;
}

.event-list__headline.ce-headline-h3-lowercase {
    font-size: 1.5rem;
}

.event-detail .ce-headline-h1-lowercase {
    font-size: 2.25rem;
    margin-bottom: .3125rem !important;
}

.event-detail .ce-headline-h2-lowercase {
    font-size: 1.875rem;
}

.event-detail .section--petrol-background {
    background: #c8d400;
    color: #000;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 0;
    padding: 2.5rem !important;
}

.event-detail .section--petrol-background .event-detail__icon:before,.event-detail .section--petrol-background p {
    color: #000;
}

.event-detail__info-box-calendar .button,.event-detail__info-box-calendar .tx-powermail .btn-default[tabindex],.tx-powermail .event-detail__info-box-calendar .btn-default[tabindex],.event-detail__info-box-calendar .fileupload.fileupload--file-added .fileupload__reset,.fileupload.fileupload--file-added .event-detail__info-box-calendar .fileupload__reset,.event-detail__info-box-calendar .fileupload__button,.event-detail__info-box-calendar #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-calendar .sg-cookie-optin-box-button-accept-all,.event-detail__info-box-calendar #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-calendar .sg-cookie-optin-box-button-accept-specific,.event-detail__info-box-calendar #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-calendar .sg-cookie-optin-box-button-accept-essential {
    padding: .5rem 3.75rem;
}

.event-detail__info-box-calendar .button:hover span:before,.event-detail__info-box-calendar .tx-powermail .btn-default[tabindex]:hover span:before,.tx-powermail .event-detail__info-box-calendar .btn-default[tabindex]:hover span:before,.event-detail__info-box-calendar .fileupload.fileupload--file-added .fileupload__reset:hover span:before,.fileupload.fileupload--file-added .event-detail__info-box-calendar .fileupload__reset:hover span:before,.event-detail__info-box-calendar .fileupload__button:hover span:before,.event-detail__info-box-calendar #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all:hover span:before,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-calendar .sg-cookie-optin-box-button-accept-all:hover span:before,.event-detail__info-box-calendar #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific:hover span:before,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-calendar .sg-cookie-optin-box-button-accept-specific:hover span:before,.event-detail__info-box-calendar #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential:hover span:before,#SgCookieOptin .sg-cookie-optin-box .event-detail__info-box-calendar .sg-cookie-optin-box-button-accept-essential:hover span:before {
    color: #000;
}

.event-detail__info-box-calendar .event-detail__icon--calendar:before {
    color: #fff;
}

.teaserbox__headline {
    text-transform: none;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-essential {
    min-width: 100%;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button-accept-all {
    background-color: #009640;
}

.subtitle {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 40px;
            line-height: 1.5;
        }

        .form-title {
            background-color: #000;
            color: white;
            padding: 15px 20px;
            margin: 0 -40px 30px -40px;
            font-size: 1.3rem;
            font-weight: 700;
            letter-spacing: 1px;
        }

        .form-row {
            display: flex;
            gap: 20px;
            margin-bottom: 25px;
        }

        .form-group {
            flex: 1;
        }

        .form-group.full-width {
            flex: 100%;
        }

        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
            font-size: 1rem;
        }

        .required {
            color: #e74c3c;
        }

        input[type="text"],
        input[type="email"],
        textarea {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #ddd;
            border-radius: 4px;
            font-size: 1rem;
            transition: border-color 0.3s ease;
            background-color: #fafafa;
        }

        input[type="text"]:focus,
        input[type="email"]:focus,
        textarea:focus {
            outline: none;
            border-color: #3498db;
            background-color: white;
        }

        textarea {
            resize: vertical;
            min-height: 120px;
            font-family: inherit;
        }

        .submit-btn {
            background-color: #2c3e50;
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 4px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .submit-btn:hover {
            background-color: #34495e;
        }

        .submit-btn:active {
            transform: translateY(1px);
        }

        .privacy-note {
            font-size: 0.9rem;
            color: #666;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

        @media (max-width: 768px) {
            .container {
                padding: 20px;
                margin: 10px;
            }

            h1 {
                font-size: 2.5rem;
            }

            .form-title {
                margin: 0 -20px 20px -20px;
            }

            .form-row {
                flex-direction: column;
                gap: 0;
            }
        }

          .contact-info-section {
            margin-bottom: 50px;
            padding-bottom: 40px;
            border-bottom: 3px solid #000;
        }

        .contact-info-section h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .contact-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-bottom: 30px;
        }

        .contact-card {
            background: #f8f9fa;
            padding: 25px;
            border-radius: 8px;
            border-left: 4px solid #2c3e50;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .contact-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .contact-icon {
            font-size: 2rem;
            margin-bottom: 15px;
        }

        .contact-card h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .contact-card p {
            color: #555;
            line-height: 1.6;
            margin: 0;
        }

        .contact-card strong {
            color: #2c3e50;
            font-weight: 600;
        }

         .footer {
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
            color: #ffffff;
            padding: 40px 0 20px;
            margin-top: auto;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 30px;
        }

        .footer-section h3 {
            color: #64ffda;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .footer-about {
            max-width: 350px;
        }

        .footer-about p {
            color: #b8c3d0;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .social-links {
            display: flex;
            gap: 15px;
        }

        .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(100, 255, 218, 0.1);
            border: 1px solid #64ffda;
            border-radius: 8px;
            color: #64ffda;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.2rem;
        }

        .social-links a:hover {
            background: #64ffda;
            color: #1a1a2e;
            transform: translateY(-3px);
        }

        .footer-links ul {
            list-style: none;
        }

        .footer-links ul li {
            margin-bottom: 12px;
        }

        .footer-links ul li a {
            color: #b8c3d0;
            text-decoration: none;
            transition: color 0.3s ease;
            position: relative;
        }

        .footer-links ul li a:hover {
            color: #64ffda;
        }

        .footer-links ul li a:hover::before {
            content: '→';
            position: absolute;
            left: -15px;
            color: #64ffda;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .footer-bottom p {
            color: #b8c3d0;
            font-size: 0.9rem;
        }

        .footer-bottom-links {
            display: flex;
            gap: 20px;
        }

        .footer-bottom-links a {
            color: #b8c3d0;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .footer-bottom-links a:hover {
            color: #64ffda;
        }

        @media (max-width: 768px) {
            .footer-content {
                grid-template-columns: 1fr;
                gap: 30px;
                text-align: center;
            }

            .footer-about {
                max-width: none;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }

            .footer-bottom-links {
                flex-wrap: wrap;
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .footer {
                padding: 30px 0 15px;
            }
            
            .footer-container {
                padding: 0 15px;
            }
            
            .social-links {
                justify-content: center;
            }
        }

        .header__logo {
          color: #c8d400;
          text-decoration: unset;
          width: 700;
          font-size: 30px;
          text-transform: uppercase;
          padding: 0 16px;
        }

        .highlight {
            background-color: #e3f2fd;
            padding: 1rem;
            border-radius: 6px;
            margin: 1rem 0;
            border-left: 4px solid #2196f3;
        }
        
        .contact-info {
            background-color: #f0f9ff;
            padding: 1.5rem;
            border-radius: 8px;
            margin: 1.5rem 0;
            border: 1px solid #bfdbfe;
        }
        
        .last-updated {
            text-align: right;
            font-style: italic;
            color: #6b7280;
            margin-top: 2rem;
            padding-top: 1rem;
            border-top: 1px solid #e5e7eb;
        }
        
        strong {
            color: #1f2937;
        }