@charset "UTF-8";
.embossed, .hint-container .hint-v2 {
    -ms-box-shadow: 0 1px 7px #AFAFAF;
    -o-box-shadow: 0 1px 7px #AFAFAF;
    box-shadow: 0 1px 7px #AFAFAF;
    border: 1px solid #ddd; }

.bright {
    background-color: #fff; }

.muddy {
    background-color: #f5f5f5; }

.blue {
    background: #e9f0f7; }

.follow {
    font-weight: bold; }

.purple {
    color: #68266d; }

.orange {
    color: #ffa500; }

.pull-right {
    float: right; }

.pull-left {
    float: left; }

.first-element {
    margin-top: 0; }
.cutter .main .first-element {
    margin-top: 0; }

img.contain {
    max-width: 100%; }

.unobtrusive {
    font-weight: normal; }

.no-float {
    float: none; }

.action-link {
    font-weight: bold; }

.placeholder-container {
    position: relative; }

.placeholder {
    position: absolute;
    top: 3px;
    left: 5px;
    float: left;
    padding: 0px 0px 0px 0px; }

.subsequent {
    margin-top: 40px;
    width: 100%; }
@media only screen and (max-width: 756px) {
    .subsequent {
        margin-top: 20px; } }
.subsequent .content-container {
    width: auto; }
.subsequent:after {
    content: "";
    display: table;
    clear: both; }

.subsequent-small {
    margin-top: 15px; }

.spacing {
    padding: 20px; }

.spacing-vertical {
    padding: 20px 0; }

.spacing-horizontal {
    padding: 0 20px; }

.offset-horizontal {
    margin-left: -6px;
    margin-right: -6px; }

.offset {
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px; }

strong.highlight {
    color: #D77B0A; }

@media only screen and (min-width: 1013px) {
    .hide-lg {
        display: none; } }

@media only screen and (min-width: 757px) and (max-width: 1012px) {
    .hide-md {
        display: none; } }

@media only screen and (min-width: 501px) and (max-width: 756px) {
    .hide-sm {
        display: none; } }

@media only screen and (max-width: 500px) {
    .hide-xs {
        display: none; } }

.clearfix::after,
.zone::after,
.widget-header::after {
    content: "";
    display: table;
    clear: both; }

.clearfix-before:before {
    content: "";
    display: table;
    clear: left; }

.clearfix-after:after {
    content: "";
    display: table;
    clear: right; }

.form-row {
    margin-bottom: 10px; }

.label {
    vertical-align: sub;
    margin-right: 10px; }

.show-always {
    display: block !important; }

.spacer {
    width: 100%;
    height: 0; }

.pseudo-link {
    color: #68266d;
    text-decoration: underline; }

.zone + .zone {
    margin-top: 40px; }

.zone-header {
    min-height: 0;
    margin-bottom: 15px; }

.zone-headline {
    padding: 0;
    bottom: 0;
    color: #333333; }

.widget-header {
    margin-bottom: 10px; }

.widget-headline {
    margin-bottom: 0px !important;
    color: #333333 !important;
    float: left !important; }

h3.widget-headline {
    text-decoration: underline; }

.widget-header-links {
    float: right !important; }
.widget-header-links a {
    display: inline-block !important;
    margin-top: 4px !important; }

.hint {
    display: inline-block;
    position: relative; }
.hint .hint-reference {
    position: relative;
    display: inline-block;
    padding-right: 25px; }
.hint .hint-reference h1, .hint .hint-reference h2, .hint .hint-reference h3, .hint .hint-reference h4, .hint .hint-reference h5, .hint .hint-reference h6, .hint .hint-reference p {
    display: inline;
    margin: 0; }
.hint .hint-trigger {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    margin-top: -11px;
    display: block; }
.hint .hint-content {
    visibility: hidden;
    height: 0;
    position: absolute;
    z-index: 15; }
.hint .hint-content.visible {
    height: auto;
    visibility: visible; }
.hint[data-position="top"] .hint-content {
    top: auto;
    bottom: 100%; }
.hint[data-position="bottom"] .hint-content {
    top: 100%;
    bottom: auto; }
.hint[data-align="left"] .hint-content {
    left: 100%;
    margin-left: -32px;
    margin-right: auto;
    right: auto; }
.hint[data-align="right"] .hint-content {
    right: 0;
    margin-left: auto;
    margin-right: -12px;
    left: auto; }
.hint.hint-left[data-align="left"] .hint-content {
    left: 0;
    margin-left: -12px;
    margin-right: auto;
    right: auto; }
.hint.hint-left[data-align="right"] .hint-content {
    right: 100%;
    margin-right: -32px;
    margin-left: auto;
    left: auto; }
.hint.hint-left .hint-reference {
    padding-right: 0;
    padding-left: 25px; }
.hint.hint-left .hint-reference .hint-trigger {
    left: 0;
    right: auto; }

.hint-container {
    display: inline-block;
    position: relative; }
.hint-container .hint-reference {
    position: relative;
    display: inline-block;
    padding-right: 25px; }
.hint-container .hint-reference h1, .hint-container .hint-reference h2, .hint-container .hint-reference h3, .hint-container .hint-reference h4, .hint-container .hint-reference h5, .hint-container .hint-reference h6, .hint-container .hint-reference p {
    display: inline;
    margin: 0; }
.hint-container .hint-trigger {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    margin-top: -11px;
    display: block; }
.hint-container .hint-v2 {
    visibility: hidden;
    height: 0;
    position: absolute;
    z-index: 15;
    top: 0;
    padding: 25px 15px 15px;
    width: 300px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
.hint-container .hint-v2.visible {
    height: auto;
    visibility: visible; }
.hint-container .hint-v2.blue {
    background: #e9f0f7; }
.hint-container .hint-v2[data-align="right"] {
    right: 0;
    left: auto; }
.hint-container .hint-v2[data-align="left"] {
    left: 0;
    right: auto; }
.hint-v2 {
    background: white; }
.hint-container .hint-v2 .hint-inner {
    overflow: hidden;
    height: 100%; }
.hint-container .hint-v2 .hint-content {
    visibility: visible;
    height: auto;
    position: static; }
.hint-container .hint-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.8em;
    cursor: pointer;
    z-index: 10; }

.sealing {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 19; }
.sealing .glaze {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    max-height: 120%;
    max-width: 120%;
    background: #fff;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    z-index: 0; }
.sealing .inlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 173px;
    height: 67px;
    margin: -44px auto auto -101px;
    padding: 17px 15px 15px 15px;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    background: url("../assets/static/login_milchglas_oben.png") no-repeat;
    z-index: 1; }

.flag {
    padding: 5px 8px;
    width: auto;
    height: auto;
    min-width: 0;
    font-size: 13px;
    line-height: 15px;
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 -1px #646464;
    position: absolute;
    z-index: 10; }
.flag:before, .flag:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block; }
.flag:before {
    left: 0;
    top: -3px;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-right: 2px solid #a65f08;
    border-bottom: 4px solid #a65f08;
    background-image: none;
    z-index: -1; }
.flag:after {
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #F3AF23;
    background: linear-gradient(top, #F3AF23 0%, #D77B0A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzYWYyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNzdiMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    -webkit-filter: none;
    filter: none;
    right: -6px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 4px;
    z-index: -1; }
.flag.wrap-top {
    background: none; }
.flag.wrap-top:before {
    right: -3px;
    left: auto;
    top: 0px;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-left: 3px solid #a65f08;
    border-bottom: 3px solid #a65f08; }
.flag.wrap-right {
    background: none; }
.flag.wrap-right:after {
    background-image: url(../assets/static/fahne_r_right_edge.png);
    top: -2px;
    height: 110%; }
.flag.new, .flag.sale {
    min-width: 0;
    padding: 0; }
.flag.new:before, .flag.new:after, .flag.sale:before, .flag.sale:after {
    display: none;
    background-image: none; }
section .box .flag {
    padding: 5px 8px;
    width: auto;
    height: auto;
    min-width: 0;
    font-size: 13px;
    line-height: 15px;
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 -1px #646464;
    position: absolute;
    z-index: 10; }
section .box .flag:before, section .box .flag:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block; }
section .box .flag:before {
    left: 0;
    top: -3px;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-right: 2px solid #a65f08;
    border-bottom: 4px solid #a65f08;
    background-image: none;
    z-index: -1; }
section .box .flag:after {
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #F3AF23;
    background: linear-gradient(top, #F3AF23 0%, #D77B0A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzYWYyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNzdiMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    -webkit-filter: none;
    filter: none;
    right: -6px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 4px;
    z-index: -1; }
section .box .flag.wrap-top {
    background: none; }
section .box .flag.wrap-top:before {
    right: -3px;
    left: auto;
    top: 0px;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-left: 3px solid #a65f08;
    border-bottom: 3px solid #a65f08; }
section .box .flag.wrap-right {
    background: none; }
section .box .flag.wrap-right:after {
    background-image: url(../assets/static/fahne_r_right_edge.png);
    top: -2px;
    height: 110%; }
section .box .flag.new, section .box .flag.sale {
    min-width: 0;
    padding: 0; }
section .box .flag.new:before, section .box .flag.new:after, section .box .flag.sale:before, section .box .flag.sale:after {
    display: none;
    background-image: none; }
#search-results .flag.wrap-top,
#search-results [class="flag"],
#search-results-first .flag.wrap-top,
#search-results-first [class="flag"],
#search-results-second .flag.wrap-top,
#search-results-second [class="flag"] {
    left: auto;
    right: 15px;
    min-width: 80px;
    max-width: 50%; }
#search-results .box-full .flag.wrap-top,
#search-results .box-full [class="flag"],
#search-results-first .box-full .flag.wrap-top,
#search-results-first .box-full [class="flag"],
#search-results-second .box-full .flag.wrap-top,
#search-results-second .box-full [class="flag"] {
    right: 260px; }
@media only screen and (max-width: 500px) {
    #search-results .box-full .flag.wrap-top,
    #search-results .box-full [class="flag"],
    #search-results-first .box-full .flag.wrap-top,
    #search-results-first .box-full [class="flag"],
    #search-results-second .box-full .flag.wrap-top,
    #search-results-second .box-full [class="flag"] {
        right: 15px; } }
.slides article.online-partner.show-flags .foreground li [class="flag"] {
    background: none;
    padding: 5px 8px;
    width: auto;
    height: auto;
    min-width: 0;
    font-size: 13px;
    line-height: 15px;
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 -1px #646464;
    position: absolute;
    z-index: 10;
    max-width: 40%;
    width: 36%;
    left: -8px; }
.slides article.online-partner.show-flags .foreground li [class="flag"]:before, .slides article.online-partner.show-flags .foreground li [class="flag"]:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block; }
.slides article.online-partner.show-flags .foreground li [class="flag"]:before {
    left: 0;
    top: -3px;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-right: 2px solid #a65f08;
    border-bottom: 4px solid #a65f08;
    background-image: none;
    z-index: -1; }
.slides article.online-partner.show-flags .foreground li [class="flag"]:after {
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #F3AF23;
    background: linear-gradient(top, #F3AF23 0%, #D77B0A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzYWYyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNzdiMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    -webkit-filter: none;
    filter: none;
    right: -6px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 4px;
    z-index: -1; }
.slides article.online-partner.show-flags .foreground li [class="flag"].wrap-top {
    background: none; }
.slides article.online-partner.show-flags .foreground li [class="flag"].wrap-top:before {
    right: -3px;
    left: auto;
    top: 0px;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-left: 3px solid #a65f08;
    border-bottom: 3px solid #a65f08; }
.slides article.online-partner.show-flags .foreground li [class="flag"].wrap-right {
    background: none; }
.slides article.online-partner.show-flags .foreground li [class="flag"].wrap-right:after {
    background-image: url(../assets/static/fahne_r_right_edge.png);
    top: -2px;
    height: 110%; }
.slides article.online-partner.show-flags .foreground li [class="flag"].new, .slides article.online-partner.show-flags .foreground li [class="flag"].sale {
    min-width: 0;
    padding: 0; }
.slides article.online-partner.show-flags .foreground li [class="flag"].new:before, .slides article.online-partner.show-flags .foreground li [class="flag"].new:after, .slides article.online-partner.show-flags .foreground li [class="flag"].sale:before, .slides article.online-partner.show-flags .foreground li [class="flag"].sale:after {
    display: none;
    background-image: none; }
@media only screen and (max-width: 1012px) {
    .slides article.online-partner.show-flags .foreground li [class="flag"] {
        left: -4px; } }
@media only screen and (max-width: 500px) {
    .slides article.online-partner.show-flags .foreground li [class="flag"] {
        left: -8px;
        width: 30%; } }
.slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"] {
    background: none;
    padding: 5px 8px;
    width: auto;
    height: auto;
    min-width: 0;
    font-size: 13px;
    line-height: 15px;
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 -1px #646464;
    position: absolute;
    z-index: 10;
    max-width: 40%;
    width: 33%;
    left: -5px; }
.slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"]:before, .slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"]:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block; }
.slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"]:before {
    left: 0;
    top: -3px;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-right: 2px solid #a65f08;
    border-bottom: 4px solid #a65f08;
    background-image: none;
    z-index: -1; }
.slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"]:after {
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #F3AF23;
    background: linear-gradient(top, #F3AF23 0%, #D77B0A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzYWYyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNzdiMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    -webkit-filter: none;
    filter: none;
    right: -6px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 4px;
    z-index: -1; }
.slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"].wrap-top {
    background: none; }
.slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"].wrap-top:before {
    right: -3px;
    left: auto;
    top: 0px;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-left: 3px solid #a65f08;
    border-bottom: 3px solid #a65f08; }
.slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"].wrap-right {
    background: none; }
.slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"].wrap-right:after {
    background-image: url(../assets/static/fahne_r_right_edge.png);
    top: -2px;
    height: 110%; }
.slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"].new, .slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"].sale {
    min-width: 0;
    padding: 0; }
.slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"].new:before, .slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"].new:after, .slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"].sale:before, .slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"].sale:after {
    display: none;
    background-image: none; }
@media only screen and (max-width: 1012px) {
    .slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"] {
        left: -5px; } }
@media only screen and (max-width: 500px) {
    .slides.slides1x4 article.online-partner.show-flags .foreground li [class="flag"] {
        width: 30%;
        left: -5px; } }

.checkmark-list {
    list-style: none;
    font-size: 17px;
    padding-left: 0px; }
.checkmark-list li {
    padding: 5px 0;
    padding-left: 30px;
    position: relative;
    margin-left: 0 !important; }
.checkmark-list li:before {
    content: "✓ ";
    font-size: 1.3em;
    position: absolute;
    left: 2px;
    font-weight: bold;
    color: #68266d; }
.checkmark-list.orange li:before {
    color: #ffa500; }
.ie8 .checkmark-list {
    list-style: disc outside none; }
.ie8 .checkmark-list li:before {
    content: "";
    display: none; }

.image-sidebar-widget {
    position: relative;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%; }
@media only screen and (max-width: 1012px) {
    .image-sidebar-widget {
        float: left; } }
.image-sidebar-widget .teaser-container img {
    max-width: 100%;
    display: block; }
.image-sidebar-widget .offset-box {
    position: relative;
    width: auto;
    left: -4px;
    margin-right: -8px;
    top: -4px;
    margin-bottom: -8px; }
.image-sidebar-widget .content-container .content {
    padding: 15px; }
hr + .image-sidebar-widget {
    margin-top: 30px; }
.image-sidebar-widget .content-container {
    clear: right; }

.image-info-widget {
    position: relative;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%; }
.image-info-widget .teaser-container img {
    max-width: 110%;
    min-height: 100%;
    min-width: 100%;
    display: block; }
.image-info-widget .offset-box {
    position: relative;
    width: auto;
    left: -10px;
    margin-right: -20px;
    top: -10px;
    margin-bottom: -20px;
    overflow: hidden; }
@media only screen and (max-width: 756px) {
    .image-info-widget .offset-box {
        margin-bottom: 0; } }
.image-info-widget .content-container .content {
    padding: 10px; }
.image-info-widget .content-container .content .right {
    float: right; }
.image-info-widget .content-container .content .button {
    margin-bottom: 0; }
.image-info-widget .content-container {
    clear: right; }

.button-large {
    border: 2px solid #5f1d65;
    border-radius: 0.4em;
    color: #fff;
    position: relative;
    white-space: nowrap;
    padding: 0.3em 0.5em;
    padding-right: 1.4em;
    font-weight: normal;
    text-align: left;
    display: inline-block;
    line-height: 1.2;
    background-color: #5f1d65;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk4NGU5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZjFkNjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background-image: linear-gradient(to bottom, #984e93 0%, #5f1d65 100%);
    /* W3C */
    font-size: 18px; }
.button-large:hover, .button-large:focus {
    background-color: #984e93;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmMWQ2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ODRlOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background-image: linear-gradient(to bottom, #5f1d65 0%, #984e93 100%);
    /* W3C */ }
.button-large.disabled, .button-large.inactive, .button-large[disabled] {
    background-color: #c5c5c5;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNWM1YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background-image: linear-gradient(to bottom, #d6d6d6 0%, #c5c5c5 100%);
    /* W3C */
    border-color: #c5c5c5;
    cursor: not-allowed; }
.button-large:after {
    content: "›";
    position: absolute;
    right: 0.4em;
    font-size: 1.4em;
    line-height: 0.6;
    color: inherit; }
.no-cssgradients.no-borderradius .button-large {
    background-image: url("data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAeAAD/4QMsaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNDA2QzM2OTA3OTQxMUU1QjJDNjlCNTMxN0RDMDAwRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNDA2QzM2QTA3OTQxMUU1QjJDNjlCNTMxN0RDMDAwRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM0MDZDMzY3MDc5NDExRTVCMkM2OUI1MzE3REMwMDBGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM0MDZDMzY4MDc5NDExRTVCMkM2OUI1MzE3REMwMDBGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4AIUFkb2JlAGTAAAAAAQMAEAMCAwYAAASoAAAEuQAABNr/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8eFxoaGhoXHh4jJSclIx4vLzMzLy9AQEBAQEBAQEBAQEBAQEABEQ8PERMRFRISFRQRFBEUGhQWFhQaJhoaHBoaJjAjHh4eHiMwKy4nJycuKzU1MDA1NUBAP0BAQEBAQEBAQEBAQP/CABEIACgACgMBIgACEQEDEQH/xABiAAEBAQAAAAAAAAAAAAAAAAAAAwQBAAMAAAAAAAAAAAAAAAAAAAABBBABAQEAAAAAAAAAAAAAAAAAABIQEQEAAAAAAAAAAAAAAAAAAAAwEgEAAAAAAAAAAAAAAAAAAAAQ/9oADAMBAAIRAxEAAADGmruigCQa/9oACAECAAEFAN//2gAIAQMAAQUA3//aAAgBAQABBQClKUtalKU//9oACAECAgY/AH//2gAIAQMCBj8Af//aAAgBAQEGPwAv/9k=");
    background-position: 0 0;
    background-repeat: repeat-x; }
.no-cssgradients.no-borderradius .button-large.disabled, .no-cssgradients.no-borderradius .button-large.inactive, .no-cssgradients.no-borderradius .button-large[disabled] {
    background-image: url("data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAeAAD/4QMsaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NUM5RUNBMDA3OTcxMUU1QjJDNjlCNTMxN0RDMDAwRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NUM5RUNBMTA3OTcxMUU1QjJDNjlCNTMxN0RDMDAwRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM0MDZDMzZCMDc5NDExRTVCMkM2OUI1MzE3REMwMDBGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM0MDZDMzZDMDc5NDExRTVCMkM2OUI1MzE3REMwMDBGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4AIUFkb2JlAGTAAAAAAQMAEAMCAwYAAASlAAAEtAAABNX/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8eFxoaGhoXHh4jJSclIx4vLzMzLy9AQEBAQEBAQEBAQEBAQEABEQ8PERMRFRISFRQRFBEUGhQWFhQaJhoaHBoaJjAjHh4eHiMwKy4nJycuKzU1MDA1NUBAP0BAQEBAQEBAQEBAQP/CABEIACgACgMBIgACEQEDEQH/xABhAAEBAQEAAAAAAAAAAAAAAAAAAgEGAQEAAAAAAAAAAAAAAAAAAAAAEAEBAQAAAAAAAAAAAAAAAAAAERARAQAAAAAAAAAAAAAAAAAAADASAQAAAAAAAAAAAAAAAAAAABD/2gAMAwEAAhEDEQAAAOqYJSJB/9oACAECAAEFAN//2gAIAQMAAQUA3//aAAgBAQABBQCqqqqqqv/aAAgBAgIGPwB//9oACAEDAgY/AH//2gAIAQEBBj8AL//Z"); }
.button-large:after {
    font-size: 26px; }

.check-text-widget {
    position: relative;
    padding-left: 25px; }
.check-text-widget input[type="checkbox"] {
    position: absolute;
    left: 0; }
.check-text-widget .footer {
    margin-top: 10px; }

.download-widget {
    position: relative; }
.download-widget .download-list {
    list-style: none;
    padding: 0;
    width: 100%; }
.download-widget .download-list .donload-item {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    list-style-type: none;
    border: 1px solid #5f1d65;
    display: block;
    width: 100%;
    margin: 0 0 3px;
    display: table; }
.download-widget .download-title, .download-widget .download-link {
    display: table-cell;
    vertical-align: middle; }
.download-widget .download-link {
    width: 90px;
    text-align: right; }

.online-shop-widget {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    position: relative; }
.online-shop-widget .points-teaser {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 27%;
    top: 50%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }
@media only screen and (max-width: 500px) {
    .online-shop-widget .points-teaser {
        position: static;
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding-bottom: 20px; } }
.no-csstransforms .online-shop-widget .points-teaser {
    margin-top: -30px; }
.online-shop-widget .points-teaser .points {
    font-size: 20px;
    color: #D77B0A;
    font-weight: bold; }
.online-shop-widget .cardnumber-input {
    width: 100%;
    max-width: 190px; }
.online-shop-widget .placeholder-container {
    width: 115%; }
@media only screen and (max-width: 756px) {
    .online-shop-widget .placeholder-container {
        width: 100%; } }
@media only screen and (max-width: 756px) {
    .online-shop-widget .goto-button {
        margin-top: 15px; } }
.online-shop-widget .hint {
    margin-bottom: 10px; }
.online-shop-widget .hint-content {
    width: 225px; }
.online-shop-widget .hint-content img {
    width: 100%;
    display: block; }
.online-shop-widget .errors {
    padding-top: 10px; }
@media only screen and (max-width: 1012px) {
    .search-results .online-shop-widget .goto-button {
        margin-top: 15px; } }
@media only screen and (max-width: 1012px) {
    .search-results .online-shop-widget .points-teaser {
        width: 17%; } }
@media only screen and (max-width: 500px) {
    .search-results .online-shop-widget .points-teaser {
        width: 100%; } }

@media only screen and (max-width: 1012px) {
    .no-csstransforms .search-results .online-shop-widget .points-teaser {
        margin-top: -50px; } }
.online-shop-widget div.content-container a.button {
    margin-bottom: 0; }

.details-premiumpartner .row p:last-child {
    padding-bottom: 0; }
@media only screen and (max-width: 500px) {
    .details-premiumpartner .logo-container {
        margin-top: 10px; } }
.details-premiumpartner .logo-container img {
    max-width: 100%;
    display: block;
    margin: auto; }
.details-premiumpartner .logo-container, .details-premiumpartner .content-container {
    margin-top: 10px; }
@media only screen and (max-width: 500px) {
    .details-premiumpartner .content-container {
        margin-top: 20px; } }
.details-premiumpartner .navigation-link, .details-premiumpartner .headline h1, .details-premiumpartner .headline h2 {
    padding-top: 40px; }
@media only screen and (max-width: 500px) {
    .details-premiumpartner .headline h1,
    .details-premiumpartner .headline h2 {
        padding-top: 10px; } }
.details-premiumpartner .navigation-link {
    bottom: 7px;
    position: relative;
    white-space: nowrap; }
.details-premiumpartner hr.join {
    width: 120%; }
@media only screen and (max-width: 1012px) {
    .details-premiumpartner hr.join {
        width: 100%; } }

.readmore .readmore-trigger {
    position: relative;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 20px;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px; }
.readmore .readmore-content {
    overflow: hidden; }
.readmore .readmore-content p:last-child {
    margin-bottom: 0; }
.readmore.show .readmore-content {
    height: auto; }

form.vertical-form label {
    display: block;
    padding-bottom: 5px; }
form.vertical-form .form-row {
    margin-bottom: 15px; }
form.vertical-form .form-row:after {
    content: "";
    display: table;
    clear: both; }

.main-headline {
    margin-bottom: 10px; }
.main-headline.underline {
    padding-bottom: 10px;
    border-bottom: 1px solid black; }

.checkbox-intent {
    padding-left: 25px;
    position: relative; }
.checkbox-intent .input-bg {
    position: absolute;
    left: 0; }
.checkbox-intent p:last-child {
    margin-bottom: 0; }

.checkbox-list {
    list-style-type: none; }
.checkboxes .checkbox-list li {
    margin-left: 0; }
.checkbox-list label {
    display: inline-block;
    margin-top: 2px; }
.checkbox-list input[type="radio"] + label,
.checkbox-list input[type="checkbox"] + label {
    margin-left: 10px; }

.simple-table-container:after {
    content: "";
    display: table;
    clear: both; }

.simple-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative; }

.simple-thead {
    display: table-header-group; }

.simple-tbody {
    display: table-row-group; }

.simple-tfoot {
    display: table-footer-group; }

.simple-tr {
    display: table-row; }

.simple-th,
.simple-td {
    display: table-cell; }

.receipt-style .simple-th,
.receipt-style .simple-td {
    padding: 7px;
    border-top: 1px dotted black;
    text-align: right; }
.receipt-style .simple-th:first-child,
.receipt-style .simple-td:first-child {
    border-left: 1px dotted black;
    text-align: left; }
.receipt-style .simple-th.last,
.receipt-style .simple-td.last {
    border-right: 1px dotted black; }
.receipt-style .simple-tfoot .simple-td {
    border: none;
    border-top: 2px solid black;
    font-weight: bold; }
.receipt-style ul {
    margin-bottom: 0 !important; }
.receipt-style .simple-td.last ul {
    list-style: none;
    padding-left: 0;
    width: 100%;
    text-align: right; }

.ov-content .header {
    margin-left: 20px;
    margin-right: 20px; }

#overlay-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9999999999; }

.overlay-box {
    background: white;
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    max-width: 90vw;
    max-height: 90vh;
    width: 90%;
    padding: 40px;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.4s; }
@media only screen and (max-width: 500px) {
    .overlay-box {
        padding: 35px 20px; } }
.overlay-box.init {
    margin-top: -100px;
    opacity: 0.01; }

.overlay-inner {
    width: 100%;
    height: 100%; }

.overlay-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none; }

@media only screen and (min-width: 1013px) {
    .grid-sidebar .slides {
        margin-left: -4px; } }
@media only screen and (max-width: 1012px) {
    .grid-sidebar .slides {
        margin-top: 30px;
        float: right; }
    .grid-sidebar .slides .header-wrapper {
        width: 236px; } }
@media only screen and (max-width: 500px) {
    .grid-sidebar .slides {
        float: none; } }
@media only screen and (max-width: 1012px) {
    .grid-sidebar .slides.only-1 {
        float: right; }
    .grid-sidebar .slides.only-1 .header-wrapper {
        width: 236px; } }
@media only screen and (max-width: 756px) {
    .grid-sidebar .slides.only-1 {
        width: 370px; } }
@media only screen and (max-width: 500px) {
    .grid-sidebar .slides.only-1 {
        float: none;
        width: 300px; } }

.slides.no-float {
    float: none; }
.slides.no-float .campaigns,
.slides.no-float .box,
.slides.no-float .background,
.slides.no-float .foreground {
    float: none; }

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    height: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    height: 10px;
    margin: 0;
    background: #C5B2CA;
    background: rgba(87, 16, 87, 0.3); }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0;
    height: 10px;
    background: #571057 !important; }

.mCustomScrollBox > .mCSB_scrollTools {
    opacity: 1;
    filter: Alpha(opacity=100); }

.mCSB_horizontal > .mCSB_container {
    margin-bottom: 20px; }

.fat-checkmarks {
    list-style: none;
    font-size: 1em;
    padding-left: 15px; }
.fat-checkmarks li {
    padding-left: 2.2em;
    position: relative;
    margin: 8px 0;
    line-height: 1.2; }
.fat-checkmarks .checkmark {
    display: inline-block;
    width: 19px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -3px; }
.fat-checkmarks .checkmark:after {
    content: "";
    width: 30px;
    height: 30px;
    border: 5px solid #68266d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -13px;
    top: -30px; }
.wrapper-main > .main .fat-checkmarks li {
    padding-left: 2.2em;
    position: relative;
    margin: 8px 0;
    line-height: 1.2; }

.no-csstransforms .fat-checkmarks .checkmark {
    background: url(../assets/static/fat_checkmark_arrow.png) no-repeat center center; }
.no-csstransforms .fat-checkmarks .checkmark:after {
    display: none; }

.dc-tooltip-container {
    position: relative; }

.dc-tooltip {
    position: absolute;
    background-color: white;
    display: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    z-index: 200; }
.dc-tooltip.left {
    left: 0;
    right: auto; }
.dc-tooltip.right {
    right: 0;
    left: auto; }
.dc-tooltip.top {
    bottom: 0;
    bottom: 100%;
    margin-bottom: 20px; }
.dc-tooltip.bottom {
    top: 100%;
    bottom: auto;
    margin-top: 20px; }
.dc-tooltip.purple {
    background-color: #68266d;
    color: white; }
.dc-tooltip.purple .dc-tooltip-pointer div {
    background-color: #68266d; }
.dc-tooltip.orange {
    background-color: #ffa500;
    color: white; }
.dc-tooltip.orange .dc-tooltip-pointer div {
    background-color: #ffa500; }
.dc-tooltip .inner {
    padding: 25px 15px 15px; }
.dc-tooltip .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    color: inherit;
    font-size: 20px;
    background: transparent;
    border: none;
    width: auto;
    height: auto;
    line-height: 1; }
.dc-tooltip .close.hidden {
    display: none; }

.dc-tooltip-pointer {
    position: absolute;
    overflow: hidden;
    width: 20px;
    height: 20px;
    top: 100%; }
.dc-tooltip-pointer div {
    position: absolute;
    background-color: white;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.dc-tooltip.left .dc-tooltip-pointer {
    left: 5px;
    right: auto; }
.dc-tooltip.right .dc-tooltip-pointer {
    right: 5px;
    left: auto; }
.dc-tooltip.bottom .dc-tooltip-pointer {
    bottom: 100%;
    top: auto;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.sticker {
    background: #d4abd1;
    background: linear-gradient(160deg, #d4abd1 0%, #140616 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: white;
    position: relative;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 16px;
    width: 115px;
    border-radius: 50%; }
.sticker .sizer {
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
.sticker .sticker-inner {
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    background: #5f1d65;
    background: linear-gradient(320deg, #5f1d65 0%, #984e93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    -webkit-filter: blur(1px);
    filter: blur(1px);
    border-radius: 50%; }
.no-cssgradients .sticker {
    background: #3a123d !important;
    -webkit-filter: none;
    filter: none;
    box-shadow: inset 0 30px 50px rgba(255, 255, 255, 0.7); }
.no-cssgradients .sticker .sticker-inner {
    background: #984e93 !important;
    -webkit-filter: none;
    filter: none;
    box-shadow: inset 0 -10px 50px #68266d; }
.sticker .sticker-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.sticker .sticker-title {
    font-size: 32px;
    margin-bottom: 7px;
    text-shadow: 0 0 0;
    -webkit-font-smoothing: antialiased; }
.sticker .sticker-text {
    text-shadow: 0 0 0;
    -webkit-font-smoothing: antialiased;
    font-size: 18px; }
.sticker.orange {
    background: #fbe4b4;
    background: linear-gradient(160deg, #fbe4b4 0%, #764305 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: white;
    position: relative;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 16px;
    width: 115px;
    border-radius: 50%; }
.sticker.orange .sizer {
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
.sticker.orange .sticker-inner {
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    background: #D77B0A;
    background: linear-gradient(320deg, #D77B0A 0%, #F3AF23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    -webkit-filter: blur(1px);
    filter: blur(1px);
    border-radius: 50%; }
.no-cssgradients .sticker {
    background: #a65f08 !important;
    -webkit-filter: none;
    filter: none;
    box-shadow: inset 0 30px 50px rgba(255, 255, 255, 0.7); }
.no-cssgradients .sticker .sticker-inner {
    background: #F3AF23 !important;
    -webkit-filter: none;
    filter: none;
    box-shadow: inset 0 -10px 50px #ffa500; }
.sticker.orange .sticker-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.sticker.orange .sticker-title {
    font-size: 32px;
    margin-bottom: 7px;
    text-shadow: 0 0 0;
    -webkit-font-smoothing: antialiased; }
.sticker.orange .sticker-text {
    text-shadow: 0 0 0;
    -webkit-font-smoothing: antialiased;
    font-size: 18px; }

.logo-list,
.logo {
    box-sizing: border-box !important; }
.logo-list *,
.logo * {
    box-sizing: inherit !important; }
.logo-list .spacer,
.logo .spacer {
    padding-bottom: 40% !important; }

.logo-list {
    list-style: none !important;
    margin: 0 -7px !important;
    padding: 0 !important;
    display: block !important; }

.flexbox .logo-list,
.flexboxlegacy .logo-list {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.flexbox .logo-list .spacer,
.flexboxlegacy .logo-list .spacer {
    display: none; }
.flexbox .logo-item,
.flexboxlegacy .logo-item {
    width: auto !important; }
.flexbox .logo-img,
.flexboxlegacy .logo-img {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important; }

.logo-item {
    padding: 5px 7px !important;
    margin: 0 !important;
    float: left !important;
    width: 14.285714285714286% !important; }
@media only screen and (max-width: 1012px) {
    .logo-item {
        width: 25% !important; }
    .logo-item:nth-last-child(-n+2) {
        display: none; } }
@media only screen and (max-width: 756px) {
    .logo-item {
        width: 33.333% !important; }
    .logo-item:nth-last-child(-n+3) {
        display: none; } }
@media only screen and (max-width: 500px) {
    .logo-item {
        width: 50% !important; }
    .logo-item:nth-last-child(-n+4) {
        display: none; } }

.logo a {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    line-height: 0; }

.logo-img {
    position: absolute !important;
    max-width: 100% !important;
    max-height: 100% !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.multi-teaser,
.multi-teaser-list {
    box-sizing: border-box !important; }
.multi-teaser *,
.multi-teaser-list * {
    box-sizing: inherit !important; }
.multi-teaser .spacer,
.multi-teaser-list .spacer {
    padding-bottom: 60% !important; }

.multi-teaser-list {
    list-style: none !important;
    margin: -10px !important;
    padding: 0 !important;
    display: block !important; }

.multi-teaser-item {
    padding: 10px !important;
    margin: 0 !important;
    float: left !important;
    width: 20% !important; }
@media only screen and (max-width: 1012px) {
    .multi-teaser-item {
        width: 25% !important; }
    .multi-teaser-item:nth-last-child(-n+2) {
        display: none; } }
@media only screen and (max-width: 756px) {
    .multi-teaser-item {
        width: 33.333% !important; }
    .multi-teaser-item:nth-last-child(-n+7) {
        display: none; } }
@media only screen and (max-width: 500px) {
    .multi-teaser-item {
        width: 50% !important; }
    .multi-teaser-item:nth-last-child(-n+8) {
        display: none; } }

.multi-teaser a {
    display: block !important;
    position: relative !important;
    overflow: hidden !important; }

.multi-teaser-img {
    position: absolute !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: 100%;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.business-card-list {
    list-style: none !important;
    margin: -10px !important;
    padding: 0 !important;
    display: block !important;
    box-sizing: border-box !important; }
.business-card-list * {
    box-sizing: inherit !important; }

.business-card-item {
    padding: 10px !important;
    margin: 0 !important;
    float: left !important;
    width: 25% !important;
    height: 150px; }
@media only screen and (max-width: 1012px) {
    .business-card-item {
        width: 33.333% !important; } }
@media only screen and (max-width: 756px) {
    .business-card-item {
        width: 50% !important; } }
@media only screen and (max-width: 500px) {
    .business-card-item {
        width: 100% !important; } }
.business-card-item .business-card,
.business-card-item .business-card-inner {
    height: 100%; }

@media only screen and (max-width: 1012px) {
    .double-line .business-card-item:nth-last-child(-n+2) {
        display: none; } }
@media only screen and (max-width: 756px) {
    .double-line .business-card-item:nth-last-child(-n+4) {
        display: none; } }
@media only screen and (max-width: 500px) {
    .double-line .business-card-item:nth-last-child(-n+6) {
        display: none; } }

@media only screen and (max-width: 1012px) {
    .single-line .business-card-item:nth-last-child(-n+1) {
        display: none; } }
@media only screen and (max-width: 756px) {
    .single-line .business-card-item:nth-last-child(-n+2) {
        display: none; } }
@media only screen and (max-width: 500px) {
    .single-line .business-card-item:nth-last-child(-n+3) {
        display: none; } }

.business-card {
    background: white;
    box-sizing: border-box !important; }
.business-card * {
    box-sizing: inherit !important; }
.business-card > a {
    display: block !important;
    position: relative !important;
    height: 100%; }
.business-card .flag {
    top: 0px;
    right: 10px;
    width: 40%; }
.business-card .flag::before {
    display: none; }
.business-card .flag::after {
    border-radius: 0;
    box-shadow: none; }

.business-card-inner {
    padding: 10px;
    padding-bottom: 20px; }

.business-card-img-container {
    width: 100%;
    position: relative; }
.business-card-img-container .spacer {
    padding-bottom: 45%; }

.flag + .business-card-img-container {
    width: 45%; }

.business-card-content {
    height: 35%;
    margin: 10px 0; }
@media only screen and (max-width: 500px) {
    .business-card-content {
        height: 35px; } }

.business-card-img {
    position: absolute !important;
    max-width: 100% !important;
    max-height: 100% !important;
    left: 0% !important;
    top: 50% !important;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }

.business-card-footer {
    background: none;
    margin: 0;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px; }

.e-coupon-container .glass {
    width: 100% !important; }
.e-coupon-container .section-content-container {
    width: auto !important;
    float: none !important; }

.e-coupon-list {
    list-style: none !important;
    margin: -10px !important;
    padding: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
    max-width: 100%; }
.e-coupon-list * {
    box-sizing: inherit !important; }

.e-coupon-item {
    padding: 10px !important;
    margin: 0 !important;
    float: left !important;
    width: 25% !important; }
@media only screen and (max-width: 1012px) {
    .e-coupon-item {
        width: 33.333% !important; }
    .e-coupon-item:nth-last-child(-n+1) {
        display: none; } }
@media only screen and (max-width: 756px) {
    .e-coupon-item {
        width: 50% !important; }
    .e-coupon-item:nth-last-child(-n+2) {
        display: none; } }
@media only screen and (max-width: 500px) {
    .e-coupon-item {
        width: 100% !important; }
    .e-coupon-item:nth-last-child(-n+3) {
        display: none; } }

.e-coupon {
    background: white;
    box-sizing: border-box !important;
    height: 330px;
    position: relative;
    margin: 0 !important; }
.e-coupon * {
    box-sizing: inherit !important; }
.e-coupon > a {
    display: block !important;
    position: relative !important;
    height: 100%; }

.e-coupon-inner {
    padding: 10px; }

.e-coupon-header {
    margin-bottom: 20px; }

.e-coupon-img-container {
    width: 100%;
    position: relative; }
.e-coupon-img-container .spacer {
    padding-bottom: 45%; }

.e-coupon-content {
    height: 35%;
    margin: 10px 0; }
@media only screen and (max-width: 500px) {
    .e-coupon-content {
        height: 35px; } }

.e-coupon-img {
    position: absolute !important;
    max-width: 100% !important;
    max-height: 100% !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.e-coupon-footer {
    background: none;
    margin: 0;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px; }



/*# sourceMappingURL=modules.css.map */
.gridrow {
    margin-left: -15px;
    margin-right: -15px; }
.gridrow:after {
    content: "";
    display: table;
    clear: both; }
.gridrow > div {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.col-lg-1 {
    width: 8.33333%; }

.col-lg-2 {
    width: 16.66667%; }

.col-lg-3 {
    width: 25%; }

.col-lg-4 {
    width: 33.33333%; }

.col-lg-5 {
    width: 41.66667%; }

.col-lg-6 {
    width: 50%; }

.col-lg-7 {
    width: 58.33333%; }

.col-lg-8 {
    width: 66.66667%; }

.col-lg-9 {
    width: 75%; }

.col-lg-10 {
    width: 83.33333%; }

.col-lg-11 {
    width: 91.66667%; }

.col-lg-12 {
    width: 100%; }

@media only screen and (max-width: 1012px) {
    .col-md-1 {
        width: 8.33333%; }

    .col-md-2 {
        width: 16.66667%; }

    .col-md-3 {
        width: 25%; }

    .col-md-4 {
        width: 33.33333%; }

    .col-md-5 {
        width: 41.66667%; }

    .col-md-6 {
        width: 50%; }

    .col-md-7 {
        width: 58.33333%; }

    .col-md-8 {
        width: 66.66667%; }

    .col-md-9 {
        width: 75%; }

    .col-md-10 {
        width: 83.33333%; }

    .col-md-11 {
        width: 91.66667%; }

    .col-md-12 {
        width: 100%; } }
@media only screen and (max-width: 756px) {
    .col-sm-1 {
        width: 8.33333%; }

    .col-sm-2 {
        width: 16.66667%; }

    .col-sm-3 {
        width: 25%; }

    .col-sm-4 {
        width: 33.33333%; }

    .col-sm-5 {
        width: 41.66667%; }

    .col-sm-6 {
        width: 50%; }

    .col-sm-7 {
        width: 58.33333%; }

    .col-sm-8 {
        width: 66.66667%; }

    .col-sm-9 {
        width: 75%; }

    .col-sm-10 {
        width: 83.33333%; }

    .col-sm-11 {
        width: 91.66667%; }

    .col-sm-12 {
        width: 100%; } }
@media only screen and (max-width: 500px) {
    .col-xs-1 {
        width: 8.33333%; }

    .col-xs-2 {
        width: 16.66667%; }

    .col-xs-3 {
        width: 25%; }

    .col-xs-4 {
        width: 33.33333%; }

    .col-xs-5 {
        width: 41.66667%; }

    .col-xs-6 {
        width: 50%; }

    .col-xs-7 {
        width: 58.33333%; }

    .col-xs-8 {
        width: 66.66667%; }

    .col-xs-9 {
        width: 75%; }

    .col-xs-10 {
        width: 83.33333%; }

    .col-xs-11 {
        width: 91.66667%; }

    .col-xs-12 {
        width: 100%; } }

/*# sourceMappingURL=grid.css.map */
/*


*/

