h5:first-child, h6:first-child {
    font-weight: normal;
    margin: 0;
}

.title {
    font-weight: 500;
}

#latestNewsSlider {
    overflow: hidden;
}

#latestNewsSlider + .mainPart {
    padding-top: 1px;
}

#latestNewsSlider + .mainPart h1 {
    margin: 0.3em 0 0;
}

#latestNewsSlider + .mainPart h2 {
    margin-bottom: 35px;
}

#latestNewsSlider a {
    color: white;
}

#latestNewsSlider div.newsLayer {
    background-position: center center;
    background-size: cover;
    height: 100%;
}

#latestNewsSlider div.main {
    position: absolute;
    bottom: 30px;
    width: 100%;
    max-width: 100%;
}

#latestNewsSlider .title, #featuredNewsSlider .title {
    font-size: 1.5em;
    margin-bottom: 20px;
    line-height: 1.1em;
}

#latestNewsSlider img.placeHolder, #featuredNewsSlider img.placeHolder {
    width:100%;
    height: auto;
    visibility: hidden;
}

#latestNewsSlider img.prev {
    left: 5%;
}

#latestNewsSlider img.next {
    right: 5%;
}

#latestNewsSlider img.prev, #latestNewsSlider img.next {
    position: absolute;
    top: 45%;
    cursor: pointer;
}

#latestNewsSlider .newsLayer {
    position: absolute;
}

#latestNewsSlider, #featuredNewsSlider {
    background-position: center;
    background-size: cover;
    text-align: left;
    position: relative;
}

#latestNewsSlider .news, #featuredNewsSlider .news {
    color: white;
    font-size: 1.25em;
    line-height: 1.2em;
    position: relative;
    max-width: 1024px;
    margin: auto;
}

#newsList {
    width: 66%;
    flex-grow: 2;
    padding-right: 45px;
}

#newsSidebar {
    width: 33%;
}

#newsList div.newsTeaser {
    height: 295px;
    border-bottom: 1px solid #dcdcdc;
    padding: 23px 0;
    display: flex;
    line-height: 1.5em;
}

#moreNews div.newsTeaser {
    border-bottom: 1px solid #dcdcdc;
    padding: 25px 25px 25px 0;
    max-width: 470px;
}

#newsList div.newsTeaser:last-child, #moreNews div.newsTeaser:last-child {
    border-bottom: transparent;
}

#newsList div.newsTeaser:hover .category,
#newsList div.newsTeaser:hover .title {
    text-decoration: underline;
}

#newsList div.newsTeaser a.text {
    text-decoration: none;
}

.newsTeaser .newsTextWrapper {
    padding-bottom: 35px;
    position: relative;
}

.newsTeaser .newsTextWrapper .category {
    display: block;
    margin-bottom: 13px;
    hyphens: none;
}

.newsTextWrapper .rating div.full {
    background-size: 20px auto;
    margin-top: -11px;
}

#newsList div.newsTeaser div.rating, #moreNews div.newsTeaser div.rating {
    width: 100px;
    float: right;
}

#newsList div.newsTeaser div.rating > img, #moreNews div.newsTeaser div.rating > img {
    height: 18px;
}

#newsList div.newsImageWrapper, #moreNews div.newsImageWrapper {
    overflow: hidden;
    margin-right: 30px;
}

#newsList div.newsImage, #moreNews div.newsImage {
    width: 225px;
    height: 225px;
    background-size: cover;
    border: 1px solid transparent;
    float: left;
}

#newsList div.newsImage:hover, #moreNews div.newsImage:hover {
    border: 1px solid black;
}

#newsList a {
    min-width: 225px;
    margin-right: 30px;
}

#newsList div.newsImageWrapper {
    position: relative;
    min-width: 225px;
    max-width: 225px;
    width: 100%;
}

#moreNews div.newsImageWrapper {
    height: 165px;
    width: 165px;
}

#newsList div.newsImageWrapper img, #moreNews div.newsImageWrapper img {
    margin: 0 -50%;
    max-height: 350px;
    max-width: none;
}


.newsTeaser {
    text-align: left;
}

.newsTeaser .newsTextWrapper > .title, .newsTeaser .newsTextWrapper > .text {
    color: inherit;
    display: block;
    margin-bottom: 15px;
}

.newsTeaser .title {
    color: #393939;
    font-size: 1.175em;
}

.newsTeaser .text {
    line-height: 1.25em;
}

.newsTeaser .pinNews {
    position: absolute;
    bottom: 0;
    right: 0;
}

.pinText {
    cursor: pointer;
}

.pinNews img {
    max-height: 18px;
    width: auto;
    padding-bottom: 3px;
    filter: grayscale(1);
}

.pinNews:hover span, .pinNews:hover img {
    color: #7fb23f;
    filter: none;
}

.newsTeaser .commentAndPin {
    bottom: 15px;
    color: #a0a0a0;
    position: absolute;
    width: 100%;
}

.newsTeaser .commentAndPin a.commentCount {
    color: #a0a0a0;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
    left: 0;
}

.newsTeaser .commentAndPin a.commentCount:hover {
    color: #8c8c8c;
}

.newsTeaser .commentAndPin a.commentCount.noComment, .newsTeaser .commentAndPin a.commentCount.noComment:hover {
    text-decoration: none;
    color: inherit;
}

#topNews {
    margin-bottom: 35px;
}

#provocativeQuote .quote > * {
    flex-grow: inherit;
    color: #595959;
    font-size: 0.9em;
    line-height: 1.1em;
}

#provocativeQuote .quote > img {
    float: left;
    max-height: 66px;
    max-width: 33%;
}

#provocativeQuote .quote .quoteText {
    margin-bottom: 15px;
}

#provocativeQuote img.quoteDown, #provocativeQuote img.quoteUp {
    filter: invert(1);
    opacity: 0.6;
}

h1:first-child {
    margin-bottom: 20px;
}

div.newsTopCategory {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    max-width: 15%;
    hyphens: none;
}

div.newsTopCategory > a {
    color: inherit;
}

div.newsTopCategory a:hover {
    color: #7fb23f;
    text-decoration: none;
}

div.newsTopCategory > a > img {
    max-width: 165px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.newsLayer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.dark {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.80) 110%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.80) 110%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.80) 100%);
    height: 100%;
}

.bright {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 40%, rgba(255,255,255,1) 110%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 40%,rgba(255,255,255,1) 110%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 40%,rgba(255,255,255,1) 110%);
    height: 100%;
}

#featuredNewsSlider .main {
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 15px;
}

#featuredNewsSlider .news {
    margin: auto;
    max-width: 1024px;
    width: 100%;
}

#latestNewsSlider .newsBright, #featuredNewsSlider .newsBright, #featuredNewsSlider .news.newsBright a {
    color: #393939;
}

#featuredNewsSlider .news a {
    color: white;
    text-decoration: underline;
}

#moreNewsTrigger .arrow {
    margin-left: 10px;
    display: inline-block;
    transform: rotate(90deg);
}

.feedback {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 28px;
}

.myFeedback {
    margin-bottom: 30px;
}

.myFeedback textarea {
    width: 100%;
    height: 120px;
    padding: 12px;
    border: none;
}

.myFeedback input {
    padding: 8px 35px;
    border-color: #7fb23f;
    margin: -80px 10px 0 0;
    background-color: white;
}

.provocativeQuoteAnswer {
    text-align: right;
}

.reaction img {
    height: 50px;
    width: auto;
}

.userName {
    color: #a0a0a0;
    display: block;
}
.reaction {
    display: flex;
    margin-bottom: 30px;
}

.reactionText {
    margin-left: 20px;
    font-size: 0.875em;
}

.moreAnswers {
    display: flex;
    justify-content: space-between;
}

.grey {
    filter: grayscale(1);
}

#provocativeQuote .prev, #provocativeQuote .next {
    cursor: pointer;
}

#provocativeQuote div.userImg {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
}

#featuredNewsSlider .rating {
    display: none;
}

#featuredNewsSlider .shortIntro {
    margin-bottom: 35px;
}

#moreNewsTrigger {
    padding-top: 85px;
    display: block;
    text-align: center;
}

#topNews .topArticle {
    display: flex;
    margin-bottom: 25px;
}

#topNews .topPosition {
    font-size: 2.250em;
    margin-right: 30px;
}

#topNews div.topArticle .mostReadText > a  {
    display: block;
    color: #393939;
}

#topNews div.topArticle .mostReadText > a:hover {
    text-decoration: none;
}

#topNews div.topArticle .mostReadText .category {
    color: #a0a0a0;
    font-size: 0.875em;
    margin-bottom: 8px;
}

#topNews div.topArticle .mostReadText .category:hover {
    color: #8c8c8c;
}

#topNews div.topArticle .mostReadText .title {
    margin-bottom: 8px;
}

#topNews div.topArticle .mostReadText .title:hover {
    color: #7fb23f;
}

#topNews div.topArticle .mostReadText .readers {
    cursor: text;
}

h5.ui-accordion-header {
    margin-bottom: 0;
}


@media (max-width: 1199px) {




    #featuredNewsSlider .news {
        padding-top: 50px;
    }
}


@media (max-width: 1023px) {
    .newsListTopNewsWrapper.flex {
        display: block;
    }

    #newsList, #newsSidebar, #moreNews div.newsTeaser {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}


@media (max-width: 767px) {
    #latestNewsSlider .news {
        top: 20px;
    }

    #latestNewsSlider + .mainPart {
        padding: 25px 0 35px 0 !important;
    }

    #latestNewsSlider + .mainPart h2 {
        margin: 0;
    }

    #latestNewsSlider .news > *, #featuredNewsSlider  .news > * {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.9em;
        width: 90%;
    }

    #latestNewsSlider .title, #featuredNewsSlider .title {
        margin-bottom: 5px;
    }

    #latestNewsSlider .news .category, #featuredNewsSlider  .news .category {
        font-size: 0.75em;
        display: none;
    }

    #latestNewsSlider .news, #featuredNewsSlider .news {
        width: 100%;
    }

    #latestNewsSlider img.prev, #latestNewsSlider img.next {
        top: 15%;
    }

    #featuredNewsSlider .shortIntro, #featuredNewsSlider .pinNews, #featuredNewsSlider div div.news > a {
        display: none;
    }

    div.newsTopCategory > a > img {
        max-width: 145px;
    }

    div.newsTopCategory {
        font-size: 16px;
        max-width: 50%;
    }

    #newsList div.newsImageWrapper, #moreNews div.newsImageWrapper {
        display: none;
    }

    #moreNews div.newsTeaser, #newsList div.newsTeaser {
        height: auto;
    }


    #featuredNewsSlider .news {
        top: 0;
    }

    #latestNewsSlider .news, #featuredNewsSlider .news {
        width: 100%;
    }

    #latestNewsSlider .shortIntro {
        display: none;
    }

    #newsList a {
        margin-right: 0;
        min-width: 0;
    }

    #newsSidebar {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    #latestNewsSlider .news, #featuredNewsSlider .news {
        width: 100%;
    }

    div.newsTopCategory > a > img {
        max-width: 145px;
    }

    div.newsTopCategory {
        font-size: 16px;
        max-width: 20%;
    }

    #latestNewsSlider .news, #featuredNewsSlider .news {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    #latestNewsSlider .news {
        top: 20px;
    }

    #latestNewsSlider .news > *, #featuredNewsSlider  .news > * {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.25em;
    }

    #latestNewsSlider .news .category, #featuredNewsSlider .news .category, #featuredNewsSlider .news .pinNews, #featuredNewsSlider .news > a {
        font-size: 0.9em;
    }

    #latestNewsSlider .shortIntro, #featuredNewsSlider .shortIntro {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #moreNews .newsTeaser .commentAndPin, #moreNews .newsTeaser .commentAndPin a.commentCount, #moreNews .newsTeaser .commentAndPin .pinNews    {
        position: static;
        text-align: right;
    }

    #moreNews .newsTeaser .commentAndPin .pinNews {
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    #moreNews div.newsTeaser:nth-of-type(2n-1) {
        margin-right: 20px;
    }
}

@media (max-width: 400px) {
    .newsList div.newsTeaser {
        height: auto !important;
    }

    #mainCategories {
        display: block;
    }

    #mainCategories div.newsTopCategory {
        margin: auto;
        margin-bottom: 20px;
    }

    .mainPartInverse.first > div {
        padding-bottom: 35px !important;
    }
}