@media  {
    
}.ekomi-comment {
    padding: 0 10px;
    margin-bottom: 0;
}

.ekomi-comment-customer-review, .ekomi-comment-stars {
    float: left;
}

.ekomi-comment-stars {
    background: url('../img/eKomi_stars_grey_no_rating.svg') no-repeat;
}

.ekomi-comment-stars-front {
    background: url('../img/eKomi_stars_yellow_full_rating.svg') no-repeat;
}

.ekomi-comment-stars, .ekomi-comment-stars-front {
    background-size: 100px;
    background-position-y: bottom;
    height: 28px;
    width: 100px;
}

.ekomi-comment-note-top-left {
    background: url('../img/whiteBoxT2Left.png') no-repeat scroll left top transparent;
}

.ekomi-comment-note-top-right {
    background: url('../img/whiteBoxT2Right.png') no-repeat scroll right top transparent;
}

.ekomi-comment-note {
    background: url('../img/whiteBoxT2Background.png') repeat-y scroll left center;
}

.ekomi-comment-note, .ekomi-pagination a {
    background-color: #FFFFFF;
}

.ekomi-comment-note-right {
    background: url('../img/grayBorder.png') repeat-y scroll right center transparent;
    padding: 2px 10px;
}

.ekomi-comment-note-bottom-left {
    background: url('../img/whiteBoxT2Left.png') no-repeat scroll left bottom transparent;
    z-index: 0;
}

.ekomi-comment-note-top-left, .ekomi-comment-note-top-right, .ekomi-comment-note-bottom-left, .ekomi-comment-note-bottom-right {
    height: 7px;
}

.ekomi-comment-note-bottom-right {
    background: url('../img/whiteBoxT2Right.png') no-repeat scroll right bottom transparent;
}

.ekomi-comment-note-date {
    background: url('../img/commentArrow.png') no-repeat scroll 10px top transparent;
    z-index: 1;
    margin-top: -1px;
    padding: 8px 0px 0px 35px;
}

.ekomi-comment-note-date {
    font-size: 10px;
}

.ekomi-comment-rating {
    float: right;
    font-size: 14px;
}

.ekomi-comment-note-container {
    clear: left;
}

.ekomi-star-content-back-stars {
    background: url('../img/eKomi_stars_grey_no_rating.svg') no-repeat scroll left top transparent;
    height: 40px;
    width: 200px;
    float: left;
}

.ekomi-star-content-front-stars {
    background: url('../img/eKomi_stars_yellow_full_rating.svg') no-repeat scroll left top transparent;
    height: 40px;
    width: 200px;
}

.ekomi-star-content-rating {
/*    font-family: "Franklin Gothic Heavy Std Web", Arial, sans-serif; */
    font-size: 22px;
    line-height: 28px;
    height: 36px;
    /*margin-left: 15px;*/
    padding-top: 8px;
    font-weight: bold;
}

.-ghost .ekomi-star-content-rating > span {
    color: #CACACA;
}

.ekomi-star-content-rating > span {
    color: #7A7A7A;
}

.ekomi-comment-container {
    overflow: hidden;
    height: 235px;
}

.sub-module-pagination-ekomi {
    margin-top: 20px;
}

.sub-module-pagination-ekomi div .pagination-nav {
    text-align:center;
    margin:0 auto;
    display:block;
}
.sub-module-pagination-ekomi .pagination-nav div {
    text-align: center;
    display:inline-block;
    width:30px;
    height: 30px;
    margin-right: 2px;
    margin-left: 2px;
    font-weight:bold;
}

.sub-module-pagination-ekomi .pagination-nav div a, .sub-module-pagination-ekomi .pagination-nav div a,
.sub-module-pagination-ekomi .pagination-nav div .pagination-nav-inactive {
    display:table-cell;
    vertical-align: middle;
    width:30px;
    height: 30px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 1px solid #bfbfbf;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
    color: #4d4d4d;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.15);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,.15);
    box-shadow:0 1px 1px rgba(0,0,0,.15);
}

.sub-module-pagination-ekomi .pagination-nav-inactive i {
    color:#cacacb;
}

.sub-module-pagination-ekomi .pagination-nav div p {
    display:table-cell;
    vertical-align: middle;
    width:30px;
    height: 30px;
}

.sub-module-pagination-ekomi i {
    color: #4d4d4d;
    line-height: 12px;
    font-size: 16px;
    top: 2px;
    position: relative;
}

.sub-module-pagination-ekomi a.active-pagination-link {
    color: #103184!important;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.15), inset 0px 1px 2px 0px rgba(0,0,0,0.4)!important;
    -moz-box-shadow:0 1px 1px rgba(0,0,0,.15), inset 0px 1px 2px 0px rgba(0,0,0,0.4)!important;
    box-shadow:0 1px 1px rgba(0,0,0,.15), inset 0px 1px 2px 0px rgba(0,0,0,0.4)!important;
    background:#b5d6f1!important;
    text-shadow:0 1px 0 #fff;
}

.sub-module-pagination-ekomi a.active-pagination-link:hover {
    color: #103184!important;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.15), inset 0px 2px 10px 1px rgba(0,0,0,.3)!important;
    -moz-box-shadow:0 1px 1px rgba(0,0,0,.15), inset 0px 2px 10px 1px rgba(0,0,0,.3)!important;
    box-shadow:0 1px 1px rgba(0,0,0,.15), inset 0px 2px 10px 1px rgba(0,0,0,.3)!important;
    background:#b5d6f1!important;
    text-shadow:0 1px 0 #fff;
}

.sub-module-pagination-ekomi div a:hover {
    background: #add2f0;
    border: solid 1px #c0ccd5;
    background: #eff7fe;
    background: -moz-linear-gradient(top,  #eff7fe 0%, #dfeaf4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff7fe), color-stop(100%,#dfeaf4));
    background: -webkit-linear-gradient(top,  #eff7fe 0%,#dfeaf4 100%);
    background: -o-linear-gradient(top,  #eff7fe 0%,#dfeaf4 100%);
    background: -ms-linear-gradient(top,  #eff7fe 0%,#dfeaf4 100%);
    background: linear-gradient(to bottom,  #eff7fe 0%,#dfeaf4 100%);
    text-shadow:0 1px 0 #fff;
}

.stage ._bottom div + div.ekomi-star-content-rating,
.stage ._bottom div + div.ekomi-star-content-back-stars {
    margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ekomi-star-content-back-stars {
        float: none;
        display: inline-block;
    }
}


@media (max-width: 767px) {
    .ekomi-star-content-back-stars {
        float: none;
        display: inline-block;
    }
}

/* EKOMI WIDGET LARGE */
.ekomi_widget_large {
    height: 237px;
    width: 162px;
    background: transparent no-repeat 0 0;
    position: relative;
/*    font-family: sans-serif; */
    margin-top: 20px;
    margin-bottom: 20px;
}
.ekomi_widget_large.ekomi_gold {
    background-image: url(../img/301_bg_gold.gif);
}
.ekomi_widget_large.ekomi_silber {
    background-image: url(../img/301_bg_silber.gif);
}
.ekomi_widget_large.ekomi_bronze {
    background-image: url(../img/301_bg_bronze.gif);
}
.ekomi_widget_large.ekomi_standard {
    background-image: url(../img/301_bg_normal.gif);
}
.ekomi_widget_large > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
}
.ekomi_widget_large .stars-box {
    position: absolute;
    display: block;
    width: 131px;
    height: 25px;
    top: 81px;
    left: 16px;
}
.ekomi_widget_large .stars {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/301_sterne.gif) no-repeat 0 0;
}
.ekomi_widget_large .ranking {
    display: block;
    font-weight: bold;
    font-size: 17px;
    width: 100%;
    padding: 0 5px 0 0;
    box-sizing: border-box;
    top: 110px;
    text-align: center;
    position: absolute;
    left: 0;
    line-height: 1em;
}
.ekomi_widget_large .ranking-details {
    display: block;
    font-size: 12px;
    width: 100%;
    padding: 1px 2px;
    box-sizing: border-box;
    top: 128px;
    color: #599a59;
    line-height: 11px;
    position: absolute;
    text-align: center;
}
.ekomi_widget_large .ranking-date {
    display: block;
    font-size: 10px;
    top: 217px;
    left: 9px;
    line-height: 1em;
    position: absolute;
}
.ekomi_widget_large p {
    display: block;
    font-size: 10px;
    top: 166px;
    left: 9px;
    line-height: 1em;
    position: absolute;
    height: 42px;
    overflow: hidden;
    text-align: center;
    width: 140px;
}
.ekomi_widget_large p span {
    font-size: 12px;
    padding-top: 6px;
    display: inline-block;
}

/* EKOMI WIDGET LARGE IN OTHER ELEMENTS */
.module-teaser .ekomi_widget_large {
    margin: 240px 0 0 40px;
}
.gallery-card-preview .ekomi_widget_large {
    margin: 5px auto 0;
    zoom: .85;
}

@media (max-width: 767px) {
	.module-teaser .ekomi_widget_large > a > * {
		display:none!important;
	}
	.module-teaser .ekomi_widget_large {
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		bottom: 10px;
		margin: 0;
		right: 10px;
		width: 70px;
		height: 70px;
	}
	.module-teaser .ekomi_widget_large.ekomi_gold {
		background-image: url(../img/161_gold.png);
	}
	.module-teaser .ekomi_widget_large.ekomi_silber {
		background-image: url(../img/161_silber.png);
	}
	.module-teaser .ekomi_widget_large.ekomi_bronze {
		background-image: url(../img/161_bronze.png);
	}
	.module-teaser .ekomi_widget_large.ekomi_standard {
		background-image: url(../img/161_standard.png);
	}

	.gallery-card-preview .ekomi_widget_large {
		margin: 25px auto 0;
		zoom: 1;
	}
}

axa-hero-stage .ekomi_widget_large{
    margin-bottom: 0;
}

.stage.ekomi_widget ._badge {
    display: block;
    height: 237px;
    max-height: 237px;
    max-width: 162px;
    text-align: center;
    width: 162px;
}

.stage.ekomi_widget ._badge img {
    max-height: inherit;
    width: inherit;
}

.stage.ekomi_widget ._badge div {
    max-height: 237px;
    max-width: 162px;
    width: auto;
}

@media (min-width: 768px) {
    .stage ._bottom div + div._badge {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .stage.ekomi_widget ._badge {
        position: absolute;
        right: 0;
        bottom: 40px;
        text-align: right;
    }

    .stage.ekomi_widget ._badge img {
        max-height: inherit;
    }
}

/*
h1{
    font-size: 27px;
    line-height: 33px;
}

h1 span{
    font-size: 27px;
    line-height: 33px;
}
*/

.ekomi-stars {
    color: #757676;
    font-size: 22px;
    line-height: 28px;
}

.ekomi-stars span{
    color: #48494b;
}

ul.ratings {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    list-style: none;
    padding-left: 0px;
}

ul.ratings li {
    float: left;
    width: 33%;
    text-align: center;
    padding: 0px;
}

.uservoices-wrapper {
    background-color: #f2f2f2;
    padding: 30px 20px;
}

/* https://jira.pirobase.de/jira/browse/AXADE-2183: background variants set by mixin de.axa.imperia.mixin#ekomi.interstitial.variant for ekomi feedback background*/
.uservoices-wrapper.light{
    background-color: #F0F0F0;
}

.uservoices-wrapper.dark{
    background-color: #343C3D;
}


.uservoices-wrapper.dark .uservoice-entry p,
.uservoices-wrapper.dark .uservoice-entry .feedback-date{
    color: white;
}

.uservoices-wrapper .feedback-headline{
    text-align: center;
    margin-bottom: 20px;
    color: white;
}

.uservoices-wrapper.light .feedback-headline{
    color: inherit;
}

.uservoices-wrapper.gray .no-feedback-message{
    text-align: center;
}

.uservoices-wrapper.dark .no-feedback-message{
    color: white;
    text-align:center;
}

/* https://jira.pirobase.de/jira/browse/AXADE-2183: set svg graphics for ekomi feedback rating stars*/
.ekomi-feedback-modul-comment-stars
{
    background: url('../img/eKomi_stars_grey_no_rating.svg') no-repeat;
    height: auto;
    width: 120px;
    float:left;
    background-size: contain;
}

.ekomi-feedback-modul-comment-stars-front
{
    height: 35px;
    background-size: 100%;
}

.ekomi-feedback-modul-comment-stars-front img {
    vertical-align: baseline;
}

/* https://jira.pirobase.de/jira/browse/AXADE-2183: set max width in ekomi feedback modul for mixin de.axa.imperia.mixin#feedback.ekomi.modul.width*/
@media {
    .container.fullscreen{
        max-width:100%;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width:1281px) {
    .uservoice-entry .col-12.col-lg-3.mb-2.mb-lg-0.fullscreen{
        flex: 0 0 15%;
        max-width: 15%;
    }
}


col-12.col-lg-3.mb-2.mb-lg-0.fullscreen {
    padding-left: 12%;
}



.pageArea.light {
    background-color: #F0F0F0;
}

.pageArea.dark {
    background-color: #343C3D;
}

.container-h.text-center.dark {
    color: #FFFFFF;
}

.uservoices-wrapper .row{
    margin-left: 0;
}

.uservoices-wrapper .row .textbox {
    background-color: white;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
}

.uservoices-wrapper .row .feedback-date {
    margin-left: 20px;
    margin-top: 10px;
}

.uservoices-wrapper hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #dadada;
    border-bottom: none;
}

.uservoices-wrapper .uservoice-entry {
    margin-bottom: 20px;
}


.uservoices-wrapper .rating{
    position: relative;
    top: 1px;
    margin-left: 10px;
}

.uservoices-wrapper .row .textbox .ekomicomment {
    background-color: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-top: 5px;
    padding: 5px 10px;
}

.uservoices-wrapper .row .textbox .ekomicomment .ekomicommenthead {
    font-weight: bold;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.font-green {
    color: #288c19 !important;
}

.font-yellow {
    color: #c1c359 !important;
}

.font-red {
    color: #9e0d15 !important;
}


.stage ._badge_wide {
    display: block;
    text-align: center;
    max-width: 100%;
}

.stage ._badge_wide img {
    width: auto;
}

@media (min-width: 768px) {
    .stage ._badge_wide img {
        max-height: 180px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .stage ._bottom div.ekomi-star-content-stars + div {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .stage ._badge_wide {
        position: absolute;
        right: 0;
        bottom: 115px;
        text-align: right;
        max-width: 400px;
    }

    .stage ._badge_wide img {
        max-height: 130px;
    }
}

axa-hero-stage ._badge_wide {
    display: block;
    text-align: center;
    max-width: 100%;
    line-height: 1.5em;
    margin-top: 40px;
}

axa-hero-stage ._badge_wide img {
    width: auto;
}

@media (min-width: 768px) {
    axa-hero-stage ._badge_wide img {
        max-height: 180px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    axa-hero-stage ._bottom div.ekomi-star-content-stars + div {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    axa-hero-stage ._badge_wide {
        position: absolute;
        right: 0;
        bottom: 0;
        width: max-content;
        max-width: 400px;
    }

    axa-hero-stage ._badge_wide img {
        max-height: 130px;
    }
}
