.feedback-item .feedback-style {
    margin: 30px;
    font-size: 16px;
    line-height: 28px;
}

.feedback-item .feedback-style .main-wrapper,
.feedback-item .blue-classic_style .main-wrapper,
.feedback-item .light_grey-classic_style .main-wrapper,
.feedback-item .red-classic_style .main-wrapper {
    background-color: white;
}

.feedback-item .main-wrapper {
    padding: 20px;
    box-shadow: 0 0 3px #999;
    position: relative;
}

.feedback-item .title-section .feedback-title {
    margin: 0;
    padding: 10px 0 5px 0;
    /* text-transform: uppercase; */
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
}

.feedback-item .title-section .feedback-type {
    margin-top: 0px;
    /* text-transform: uppercase; */
    color: #AAAAAA;
    margin: 0 0 16px;
}

.feedback-item .title-section .feedback-type span {
    text-transform: lowercase;
}

.feedback-item .title-section {
    position: relative;
    padding-bottom: 3px;
}
.feedback-teaser .feedback-item {
    margin:0px 25px;
    padding:10px 0 20px 0;
    border-bottom: 1px solid #e0e0e0;
}
.feedback-teaser .feedback-item .quote p:before {
    content: '„';
}
.feedback-teaser .feedback-item .quote p:after {
    content: '“';
}
#content .c-left .feedback-item p,
.feedback-item p {
    margin:0px;
    padding:6px 0px 6px;
}
.feedback-item .feedback-date {
    display: inline-block;
    margin: 16px 0 26px;
}

.feedback-item .feedback-stars-right {
    float: right;
    margin-top: 11px;
}

.feedback-item .feedback-stars-right i {
    color: #343434;
    font-size: 26px;
}

#content .feedback-item .feedback-description p,
.feedback-item .feedback-description p {
    color: #575757;
    line-height: 1.5em;
    padding: 8px 0;
    position: relative;
    margin:0px;
}
.feedback-item .feedback-name {
    text-align:right;
}
.feedback-item .feedback-description .feedback-description-inner {
    position: relative;
    padding: 20px 0px;
    margin-bottom: 10px;
}

.feedback-item .feedback-style .title-section .feedback-title {
    color: #0068b6;
}

.feedback-item .feedback-style .title-section .feedback-type {
    color: #0068b6;
}

.feedback-item .feedback-style .feedback-stars-right i {
    color: #feb402;
}

.feedback-item .feedback-style .feedback-description .feedback-description-inner:before {
    color: #0068b6;
}
.feedback-item .feedback-style .feedback-description .feedback-description-inner:after {
    color: #0068b6;
}
.feedback-item .feedback-style .title-section:after {
    background: #dedede;
}
.feedback-item .feedback-style .feedback-date {
    color: #0068b6;
}
.feedback-item .feedback-style .main-wrapper {
    box-shadow: 0 0 3px #0068b6;
}

.icon-star:before {
    content:"★";
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-stars-1:before {
    content:"★";
}
.icon-stars-2:before {
    content:"★★";
}
.icon-stars-3:before {
    content:"★★★";
}
.icon-stars-4:before {
    content:"★★★★";
}
.icon-stars-5:before {
    content:"★★★★★";
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #0068b6;
}

.svg-icon circle {
    stroke: #0068b6;
    stroke-width: 1;
}
.icon-person {
    width:160px;
    margin:30px 20px 20px 20px;
}
ul.slick-dots, ul.slick-dots li {
    background:none;
}
.slickslider {
    padding:40px;
}
.slick-prev:before, .slick-next:before {
    color:#0068b6;
}
@media (max-width: 480px) {
    .feedback-item .feedback-style {
        margin:20px;
    }
}
