.module {

    /* Classes for module height */
}

.module.module-height-1 {

    height: 88px
}

.module.module-height-2 {

    height: 202px
}

.module.module-height-3 {

    height: 316px
}

.module.module-height-4 {

    height: 430px
}

.module.module-height-5 {

    height: 544px
}

.module.module-height-6 {

    height: 658px
}


rating-five-star-rating {
    background-position: bottom left;
    background-repeat: no-repeat;
    display: block;
}
rating-five-star-rating .rating h3 {
    font-weight: bold;
    margin-bottom: 5px;
}
rating-five-star-rating .rating .star-rating-icon {
    height: 48px;
}
rating-five-star-rating .rating .star-rating-icon span {
    display: inline-block;
}
rating-five-star-rating .rating .star-rating-icon span svg {
    height: 48px;
    margin-left: -16px;
    width: 48px;
}
rating-five-star-rating .rating .star-rating-icon span:first-child svg {
    margin-left: -10px;
}
rating-five-star-rating .rating .star-rating-text {
    float: left;
    line-height: 48px;
    overflow: hidden;
    padding-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
rating-five-star-rating[data-view-mode="two-line-module"], rating-five-star-rating[data-view-mode="three-line-module"] {
    margin-top: 14px;
}
rating-five-star-rating[data-view-mode="two-line-module"] .content-wrapper, rating-five-star-rating[data-view-mode="three-line-module"] .content-wrapper {
    background-position: bottom left;
    background-repeat: no-repeat;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 100%;
}
rating-five-star-rating[data-view-mode="two-line-module"] .content-wrapper > *, rating-five-star-rating[data-view-mode="three-line-module"] .content-wrapper > * {
    position: relative;
}
rating-five-star-rating[data-view-mode="two-line-module"] .content-wrapper .image-include, rating-five-star-rating[data-view-mode="three-line-module"] .content-wrapper .image-include {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 322px;
}
rating-five-star-rating[data-view-mode="two-line-module"] .content-wrapper .image-include .image-wrapper, rating-five-star-rating[data-view-mode="three-line-module"] .content-wrapper .image-include .image-wrapper {
    background-position: bottom;
    background-size: 100%;
    height: 100%;
    position: relative;
    width: 100%;
}
rating-five-star-rating[data-view-mode="two-line-module"] .content-wrapper .rating .star-rating-wrapper, rating-five-star-rating[data-view-mode="three-line-module"] .content-wrapper .rating .star-rating-wrapper {
    margin-top: 10px;
}
rating-five-star-rating[data-view-mode="two-line-module"] .content-wrapper .rating .star-rating-wrapper .star-rating-icon, rating-five-star-rating[data-view-mode="three-line-module"] .content-wrapper .rating .star-rating-wrapper .star-rating-icon {
    float: left;
}
rating-five-star-rating[data-view-mode="two-line-module"] .content-wrapper .rating .star-rating-wrapper .star-rating-text, rating-five-star-rating[data-view-mode="three-line-module"] .content-wrapper .rating .star-rating-wrapper .star-rating-text {
    height: 48px;
    width: 115px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .content-wrapper-inner {
    width: 715px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .image-include {
    display: block;
    height: 230px;
    margin-bottom: 24px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .image-include .image-wrapper {
    float: right;
    height: inherit;
    width: 100%;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .navigation {
    height: 36px;
    list-style: none;
    overflow: hidden;
    position: relative;
    top: 2px;
    width: 715px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .navigation .navigation-entry {
    background-color: #E1E2E1;
    border-radius: 5px 5px 0 0;
    border-top: 2px solid rgba(153, 153, 153, 0.6);
    border-width: 1px 1px 0 0;
    box-shadow: 0 1px 0 1px #FFFFFF inset;
    cursor: pointer;
    height: 13px;
    line-height: 16px;
    margin-left: 2px;
    min-width: 50px;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    top: 1px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .navigation .navigation-entry:first-child {
    border-left: 2px solid rgba(153, 153, 153, 0.6);
    border-radius: 5px 1px 0 0;
    box-shadow: 1px 1px 0 1px #FFFFFF inset;
    margin-left: 5px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .navigation .navigation-entry:last-child {
    border-radius: 1px 5px 0 0;
    border-right: 2px solid rgba(153, 153, 153, 0.6);
    box-shadow: -1px 1px 0 1px #FFFFFF inset;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .navigation .navigation-entry:nth-child(2) {
    left: 87px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .navigation .navigation-entry:nth-child(3) {
    left: 171px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .navigation .navigation-entry:nth-child(4) {
    left: 255px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .navigation .navigation-entry:nth-child(5) {
    left: 339px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .navigation .navigation-entry.active {
    background-color: #F8F8F8;
    border-bottom: thin solid #F8F8F8;
    color: #00ADEF;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content {
    border-left: thin solid #EFEFEF;
    border-right: thin solid #EFEFEF;
    border-top: 2px solid rgba(153, 153, 153, 0.6);
    display: none;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-comment-wrapper .star-rating-icon, rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .detail-rating .star-rating-icon {
    margin-left: -10px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-comment-wrapper .star-rating-icon span svg, rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .detail-rating .star-rating-icon span svg {
    height: 20px;
    margin-left: -5px;
    width: 20px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-comment-wrapper .star-rating-icon span:first-child svg, rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .detail-rating .star-rating-icon span:first-child svg {
    margin-left: 5px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-comment-wrapper .star-rating-text, rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .detail-rating .star-rating-text {
    line-height: 16px;
    position: relative;
    top: 2px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .legal-disclaimer-wrapper {
    padding: 18px 164px 2px 21px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .legal-disclaimer-wrapper .asteric-icon {
    margin-top: 6px;
    position: absolute;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .legal-disclaimer-wrapper .legal-disclaimer-text {
    line-height: 20px;
    margin-left: 6px;
    position: relative;
    top: 2px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-comment-wrapper {
    padding: 1px 164px 33px 21px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-comment-wrapper .rating-comment {
    margin: 15px 0;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-comment-wrapper .rating-comment .star-rating-icon {
    height: 20px;
    margin-bottom: 3px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-comment-wrapper .rating-comment .rating-comment-headline h3 {
    margin-bottom: 0;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-comment-wrapper .rating-comment .rating-comment-headline, rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-comment-wrapper .rating-comment .rating-comment-text {
    line-height: 20px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper {
    background: linear-gradient(
                            to bottom,
                            rgba(239, 239, 239, 1) 0%,
                            rgba(255, 255, 255, 1) 50%,
                            rgba(255, 255, 255, 1) 100%
                        );
    padding: 18px 164px 0 21px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview {
    padding-top: 32px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .overall-rating {
    float: left;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .overall-rating .star-rating-amount {
    margin-top: 5px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .overall-rating .star-rating-amount .asteric-icon {
    display: inline-block;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .overall-rating .star-rating-amount .asteric-icon .asteric-font {
    font-size: 125%;
    font-weight: bold;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating {
    float: right;
    margin-top: 5px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating li {
    clear: both;
    margin-bottom: 5px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating .star-rating-text .star-rating-amount-number {
    text-align: right;
    width: 10px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating .star-rating-text .star-rating-amount-number.star-rating-amount-number-chars-1 {
    width: 10px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating .star-rating-text .star-rating-amount-number.star-rating-amount-number-chars-2 {
    width: 20px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating .star-rating-text .star-rating-amount-number.star-rating-amount-number-chars-3 {
    width: 30px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating .star-rating-text .star-rating-amount-number.star-rating-amount-number-chars-4 {
    width: 40px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating .star-rating-text .star-rating-amount-number.star-rating-amount-number-chars-5 {
    width: 50px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating .star-rating-text .star-rating-amount-number.star-rating-amount-number-chars-6 {
    width: 60px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating .star-rating-text .star-rating-amount-number, rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating .star-rating-text .star-rating-amount-label {
    display: block;
    float: left;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating .star-rating-text .star-rating-amount-number:before, rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .detail-rating .star-rating-text .star-rating-amount-label:before {
    content: " ";
    display: inline-block;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content .rating-overview-wrapper .rating-overview .star-rating-icon {
    float: left;
    height: 16px;
}
rating-five-star-rating[data-view-mode="detail-page"] .content-wrapper .tab-content.active {
    display: block;
}

/* stylelint-disable no-descending-specificity */
/* Not possible to solve specificity problem */
.fivestarrating {
}
.fivestarrating.three-line-module a rating-five-star-rating {
    box-shadow: white 0 0 0 0;
    transition-duration: 0.25s;
    transition-property: box-shadow;
}
.fivestarrating.three-line-module a rating-five-star-rating:hover {
    box-shadow: white 0 0 0 3px;
    transition-duration: 0.25s;
    transition-property: box-shadow;
}
.fivestarrating.three-line-module a rating-five-star-rating:hover h2, .fivestarrating.three-line-module a rating-five-star-rating:hover h3, .fivestarrating.three-line-module a rating-five-star-rating:hover p {
    color: #00ADEF;
}
/* stylelint-enable no-descending-specificity */


.five-star-rating-page {
    background-color: white;
    float: right;
    width: 715px;
}
.five-star-rating-page .default-text {
    margin: 1px 1px 1px 250px;
}
.five-star-rating-page.detail-page section.nc-fntxt {
    float: right;
    margin-right: 185px;
}


