/*///////////////////////////////////////////////////////
// Magazin Detail
//////////////////////////////////////////////////////*/
.magazineDetailHeader, .magazineContent,
.magazineSection .textSection .innerWrap, .magazineSection .textQuote .innerWrap, .magazineSection .textImageSlider .innerWrap, .magazineSection .mediaPlayer  {
    max-width: 1700px;
    padding-left: 33.33%;
    padding-right: 90px;
    left: auto;
    transform: none;
}
.magazineSection {
    margin: 0 auto;
    max-width: 1700px;
}
.magazineDetailHeader, .magazineContent {
    display: flex;
    flex-wrap: wrap;
}
.magazineDetailHeader {
    width: 100%;
    margin: 90px 0 60px 0;
}
.magazineTeaserText {
    font-size: 36px;
    line-height: 45px;
}
.mitMediaWrap .imageCaption {
    position: absolute;
    bottom: 36px;
    right: 20px;
    margin: 0;
    color: #ffffff;
    z-index: 50;
    font-size: 12px;
}
@media (max-width: 1279px) {
    .magazineDetailHeader, .magazineContent,
    .magazineSection .textSection .innerWrap, .magazineSection .textQuote .innerWrap, .magazineSection .textImageSlider .innerWrap, .magazineSection .mediaPlayer  {
        padding-left: 25%;
        padding-right: 90px;
    }
    .magazineTeaserText {
        font-size: 30px;
        line-height: 36px;
    }
}
@media (max-width: 1024px) {
    .magazineDetailHeader, .magazineContent,
    .magazineSection .textSection .innerWrap, .magazineSection .textQuote .innerWrap, .magazineSection .textImageSlider .innerWrap {
        padding: 0 30px;
    }
    .magazineTeaserText {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (max-width: 767px) {
    .magazineDetailHeader, .magazineContent,
    .magazineSection .textSection .innerWrap, .magazineSection .textQuote .innerWrap, .magazineSection .textImageSlider .innerWrap {
        padding: 0;
    }
    .magazineDetail {
        padding: 0 15px !important;
    }
    .magazineDetailHeader {
        margin: 0 0 45px 0;
    }
    .mitMediaWrap .imageCaption {
        bottom: 10px;
        right: 10px;
    }
}

/*///////////////////////////////////////////////////////
// Magazin Detail Content Elements
//////////////////////////////////////////////////////*/
.magazineSection .textImageSlider .colLeft, .magazineSection .textImageSlider .colRight {
    width: 100%;
}

/* Podcast Player */
.magazineSection .mpPodcastPlayer {
    display: flex;
    flex-wrap: wrap;
}
.magazineSection .mpAudioPlayer {
    width: 100%;
    left: 0;
}
.magazineSection .mpCover {
    position: relative;
    max-width: 100%;
}
.magazineSection .mpAudioControls, .magazineSection .mpAudioPlayer .mpHeader h2, .magazineSection .mpAudioPlayer .mpHeader h3 {
    padding: 0 20px;
}
@media (max-width: 1024px) {
    .magazineSection .mediaVodcastPlayer {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .magazineSection .mediaPlayer {
        padding-left: 0;
        padding-right: 0;
    }
}

/*///////////////////////////////////////////////////////
// Old News Styles
//////////////////////////////////////////////////////*/
.articleDetail {
    background: #FFFFFF;
}
.articleDetail > header {
    background: #F2F2F2;
    position: relative;
    float: left;
    width: 100%;
    min-height: 870px;
    display: flex;
}
.articleDetail header .colLeft {
    display: flex;
    width: 100%;
    padding: 0 35% 290px 0;
    background: #F2F2F2;
    min-height: 800px;
}
.articleDetail.bgRed, .articleDetail.bgRed > header, .articleDetail.bgRed header .colLeft {
    background: #ff003a;
}
.articleDetail.bgRed, .articleDetail.bgRed > header, .articleDetail.bgRed header .colLeft {
    background: #ff003a;
}
.articleTitle, .articleTitle * {
    font-size: 3.75rem;
    line-height: 1.25em;
}
.articleDetail.bgRed .articleTitle, .articleDetail.bgRed .articleTitle * {
    color: #FFFFFF;
}
.articleDetail.bigHeader > header .articleHeadline {
    display: flex;
    align-items: center;
    padding: 60px 20% 280px 0;
    z-index: 10;
}
.articleDetail.bigHeader > header .articleHeadline .articleTitle {
    color: #ffffff;
    margin-top: -10px;
    font-size: 3.75rem;
    line-height: 1.25em;
}
.articleDetail.bigHeader > header .articleImage .imageCaption {
    bottom: 300px;
    color: #ffffff;
}
.articleDetail header .colRight {
    width: 40%;
    position: absolute;
    min-height: 580px;
    height: -webkit-calc(100% - 290px);
    height: -moz-calc(100% - 290px);
    height: calc(100% - 290px);
    right: 0;
}
.articleImage {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.articleImage:before {
    content: "";
    display: block;
    padding-top: 80%;
}
.articleImage .imageCaption {
    position: absolute;
    z-index: 100;
    bottom: -30px;
    padding: 5px 30px 5px 0;
    width: 100%;
    text-align: right;
}
/*.articleTeaserText, .articleContact {
    float: left;
}*/
.articleTeaserText {
    font-size: 2rem;
    line-height: 1.25em;
    /*padding-right: 50px;*/
}
.articleContact {
    display: flex;
}
.articleContact .tileDate, .articleContact .tileTag {
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    display: inline;
    color: #404040;
    margin-right: 15px;
    text-align: left;
}
.articleContact p, .articleContact h3, .articleContact span {
    font-size: 21px;
    text-align: left;
    color: #404040;
}
.authorImage, .authorDetail {
    float: left;
}
.authorImage img {
    max-width: none;
}
.authorName  {
    display: block;
    float: left;
    width: 100%;
    font-weight: 700;
    margin-bottom: 3px;
}
.authorName:empty {
    display: none;
}
.authorDetail .tileDate {
    float: left;
}
.articleContent {
    padding: 60px 0;
    margin-top: -290px;
    background: #fff;
    z-index: 20;
}
.articleContent .innerWrap {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: auto;
}
.articleContent:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    right: -50%;
    background: #FFFFFF;
    height: 100%;
    top: 0;
}
.articleSection {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
    padding-left: 60px;
}
.articleContent > section, .mainContent .articleContent > .sectionHeader {
    width: 100%;
    float: left;
    padding: 0;
    margin: 30px 0;
}
.articleSection + .sectionHeader p:first-of-type {
    padding-top: 0;
}
.articleContent a {
    color: #FF003A;
}
.articleContent .sectionHeader h2, .articleContent .textQuote .colLeft h2,
.articleContent .txtimgSlide h2, .articleContent .txtimgSlide h3, .articleContent .txtimgSlide h4 {
    font-size: 2.25rem;
    line-height: 1.25em;
    margin-bottom: 30px;
}
.articleContent .quoteWrap h2 {
    margin: 0 !important;
}
.articleContent .tsContent.twoCol {
    max-width: 100%;
}
.articleContent p.bigLetter {
    padding-left: 78px;
}
.bigLetter {
    position: relative;
}
p.bigLetter:first-letter {
    float: left;
    font-size: 4.5em;
    padding-top: 5px;
    margin-left: -70px;
}
.articleContent .sectionHeader.bigLetter p:first-child {
    position: relative;
}
.articleContent span.bigCap {
    position: relative;
    font-size: 60px;
    float: left;
    margin-top: 1px;
    line-height: 48px;
    height: auto;
    width: auto;
    padding-right: 10px;
    padding-top: 5px;
}
.articleSection .colLeft {
    float: left;
    width: 65%;
}
.articleText {
    margin: 60px 0 30px 0;
    width: 65%;
    padding-right: 5%;
}
.articleMeta {
    font-size: 1.3rem;
    line-height: 1.25em;
}
.amRow {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.amRow > div {
    float: left;
}
.amRow > div:first-child {
    font-weight: 700;
    width: 30%;
    padding-right: 10px;
}
.amRow > div:last-child {
    width: 70%;
}

/*/// Article Share///*/
.magazineArticleShare {
    margin-top: 30px;
}
.magazineShareLink {
    font-size: 25px;
    margin-right: 25px;
}
@media (hover: hover) and (pointer: fine) {
    .magazineShareLink:hover {
        color: #ff003a;
    }
}

/*/// Article Modules ///*/
.mainContent .articleContent .innerWrap {
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
}
.articleContent .textQuote, .articleContent .textImageSlider, .articleContent .textSection,
.mainContent .articleContent > .sectionHeader, .articleContent .articleShare {
    padding-left: 60px;
}
.articleTeaserText, .articleContent .textQuote .colLeft, .articleContent .textSection .innerWrap,
.mainContent .articleContent > .sectionHeader, .articleContent .infoGraphics.slimVersion .innerWrap, .articleContent .podcastPlayer.slimVersion .innerWrap, .articleContent .imageSlider.slimVersion .innerWrap {
    width: 66.66%;
    padding-right: 60px;
}
.articleContent .textSection.twoCol, .articleContent .textSection.twoCol .innerWrap {
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
}
/*.articleContact, .articleContent .textQuote .colRight, .articleContent .txtimgSlide.centerText .colRight {
    width: 528px;
}*/
.articleContent .textQuote .colRight .quoteWrap, .articleContent .sectionHeader p {
    max-width: 100%;
}
.articleContent .textQuote .innerWrap, .articleContent .tsContent, .articleContent .infoGraphics.slimVersion .innerWrap, .articleContent .podcastPlayer.slimVersion .innerWrap, .articleContent .imageSlider.slimVersion .innerWrap, .articleContent .textSection header {
    padding-right: 0;
}
.articleContent .txtimgSlide .colRight {
    padding-left: 0;
}


/*/// Cross News ///*/
.crossNews .innerWrap {
    display: flex;
}
/*.crossNews .tileGrid {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    grid-column-gap: 0;
    grid-row-gap: 0;
    overflow: hidden;
}*/
.sectionHeader + .crossNews {
    padding-top: 0 !important;
}
.crossNews .slick-track {
    display: flex !important;
}
.crossNews .tileGrid .tileItem, .crossNews .tileGrid .magazineItem {
    width: calc(33.33% - 10px);
    margin: 0 0 10px 0;
}
.crossNews .magazineItem .magazineItemCopytext {
    display: none;
}
.crossNews .tileGrid .slick-slide {
    height: inherit !important;
    min-width: 250px;
}
.crossNews .slick-track .slick-slide > div {
    height: 100%;
    width: 100%;
}
.crossNews .btnWrap {
    margin: 60px 0;
    text-align: center;
}
.crossNews .tagItemRound {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #FFFFFF;
    border-color: rgba(255,255,255,0.5);
}
.btnStickyNews.btnStd {
    position: fixed;
    height: auto;
    z-index: 100;
    bottom: 20px;
    background: #FF003A;
    color: #ffffff;
    width: auto;
    right: 40px;
}
@media (max-width: 1650px) {
    .articleTitle {
        font-size: 3.75rem;
    }
}
@media (max-width: 1510px) {
    .articleDetail header .colLeft {
        padding: 0 35% 390px 30px;
    }
}
@media (max-width: 1440px) {
    .articleTeaserText, .articleContent .textQuote .colLeft, .articleContent .txtimgSlide.centerText .colLeft, .articleContent .textSection .innerWrap,
    .mainContent .articleContent > .sectionHeader, .articleContent .infoGraphics.slimVersion .innerWrap, .articleContent .infoGraphics.podcastPlayer .innerWrap, .articleContent .imageSlider.slimVersion .innerWrap {
        width: 66.66%;
    }
    .articleSection {
        flex-wrap: wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .articleContact {
        margin-top: 20px;
        width: 66.66%;
    }
    .articleDetail header .colRight {
        min-height: auto;
        height: -webkit-calc(100% - 390px);
        height: -moz-calc(100% - 390px);
        height: calc(100% - 390px);
    }
    .articleContent {
        margin-top: -390px;
    }
    .articleDetail.bigHeader .articleContent {
        margin-top: -290px;
    }
    .articleDetail header .colLeft {
        padding: 0px 40% 390px 60px;
    }
}
@media (max-width: 1365px) {
    .amRow > div:first-child {
        width: 35%;
    }
    .amRow > div:last-child {
        width: 65%;
    }
}
@media (max-width: 1280px) {
    .articleDetail > header, .articleDetail header .colLeft {
        min-height: 700px;
    }
    .articleTeaserText, .articleContent .sectionHeader .innerWrap > *, .articleContent .tsContent {
        padding-right: 60px;
        width: 100%;
    }
    .articleContact {
        margin-top: 15px;
    }
}
@media (max-width: 1279px) {
    .articleDetail.bigHeader > header .articleHeadline .articleTitle {
        font-size: 3rem;
    }
    .articleContent {
        padding: 60px 0;
        margin-top: -190px;
    }
    .articleDetail header .colLeft {
        width: 50%;
        padding-right: 0;
        padding: 0 60px 190px 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .articleDetail header .colRight {
        width: 50%;
        height: -webkit-calc(100% - 190px);
        height: -moz-calc(100% - 190px);
        height: calc(100% - 190px);
    }
    .articleTitle {
        font-size: 3rem;
        padding-right: 60px;
        padding-left: 30px;
    }
    .articleTitle br {
        display: none;
    }
    .articleDetail.bigHeader .articleTitle {
        padding-right: 0;
        padding-left: 0;
    }
    .articleDetail.bigHeader > header .articleHeadline {
        padding: 60px 0 280px 0;
    }
    .amRow > div:first-child {
        width: 40%;
    }
    .amRow > div:last-child {
        width: 60%;
    }

    /*/// Article Modules ///*/
    .articleContent .textQuote .colLeft, .articleContent .txtimgSlide.centerText .colLeft, .articleContent .textSection .innerWrap,
    .mainContent .articleContent > .sectionHeader, .articleContent .infoGraphics.slimVersion .innerWrap, .articleContent .podcastPlayer.slimVersion .innerWrap, .articleContent .imageSlider.slimVersion .innerWrap {
        width: -webkit-calc(100%);
        width: -moz-calc(100%);
        width: calc(100%);
        padding: 0;
    }
    .mainContent .articleContent > .sectionHeader {
        padding-left: 60px;
    }
    .articleContent .textQuote .colRight, .articleContent .txtimgSlide.centerText .colRight {
        width: 100%;
        margin-top: 30px;
    }
    .articleContent .textQuote .innerWrap {
        display: block;
    }

}
@media (max-width: 1024px) {
    .articleDetail > header, .articleDetail header .colLeft {
        min-height: 625px;
    }
    .articleDetail header .colRight {
        min-height: 420px;
    }
    .articleSection {
        -webkit-flex-direction: row;
        flex-direction: row;
        justify-content: center;
    }
    .articleContact {
        margin-top: 30px;
    }
    .articleTeaserText, .articleContact {
        width: 100%;
        padding: 0;
    }
    .articleText {
        width: 100%;
        padding: 0;
    }
    .amRow  {
        margin-bottom: 10px;
    }
    .amRow > div:first-child {
        width: 120px;
    }
    .amRow > div:last-child {
        width: -webkit-calc(100% - 120px);
        width: -moz-calc(100% - 120px);
        width: calc(100% - 120px);
    }

    /* Big Header */
    .articleDetail.bigHeader > header {
        min-height: auto;
    }
    .articleDetail.bigHeader > header .articleHeadline {
        padding: 120px 0 280px 0;
    }
    .articleDetail.bigHeader > header .articleHeadline .articleTitle {
        font-size: 2.7rem;
    }
    .articleDetail.bigHeader .articleContent {
        margin-top: -190px;
        padding: 30px 0;
    }
    .articleDetail.bigHeader > header .articleImage .imageCaption {
        bottom: 200px;
    }


    /*/// Article Modules ///*/
    .articleSection, .articleContent .textQuote, .articleContent .textImageSlider, .articleContent .textSection,
    .mainContent .articleContent > .sectionHeader, .articleContent .articleShare, .mainContent .articleContent > .sectionHeader {
        padding-left: 30px;
    }
}
@media (max-width: 960px) {
    .articleTitle {
        font-size: 2.7rem;
        padding-right: 30px;

    }
    .articleContent .tsContent, .articleContent .sectionHeader p {
        max-width: 100%;
    }
    .articleContent .sectionHeader p, .articleContent .tsContent {
        padding-right: 0;
        width: -webkit-calc(100%);
        width: -moz-calc(100%);
        width: calc(100%);
    }
    .crossNews .innerWrap {
        left: auto;
        transform: none;
    }
    .crossNews .slick-list {
        padding: 0 60px 0 0;
        margin: 0 -5px;
    }
    .crossNews .tileGrid .tileItem {
        margin: 0;
        height: 100%;
        width: 100%;
    }
    .crossNews .slick-slide > div {
        padding: 0 5px;
    }
    .articleShare .socialLinks {
        text-align: right;
        width: 100%;
    }

    /*/// Article Modules ///*/
    .articleContent .txtimgSlides .txtimgSlide {
        -webkit-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;
        flex-flow: column wrap;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .articleDetail header {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        flex-flow: column-reverse wrap;
        justify-content: center;
        min-height: 530px;
    }
    .articleDetail header .colLeft, .articleDetail header .colRight {
        width: 100%;
    }
    .articleDetail header .colLeft {
        min-height: auto;
        padding: 60px 30px 45px 30px;
    }
    .articleDetail header .colRight {
        position: relative;
        min-height: 420px;
    }
    .articleTitle {
        font-size: 2.25rem;
        line-height: 1.17em;
        padding: 0;
    }
    .articleSection {
        margin-top: 0;
    }
    .articleImage:before {
        display: none;
    }
    .articleImage:after {
        content: "";
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.33664803812149857) 70%, rgba(0,0,0,0.7596172257965687) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.33664803812149857) 70%, rgba(0,0,0,0.7596172257965687) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.33664803812149857) 70%, rgba(0,0,0,0.7596172257965687) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }
    .articleImage .imageCaption {
        bottom: -35px;
    }

    /* Big Header */
    .articleDetail.bigHeader > header {
        flex-flow: column wrap;
    }
    .articleDetail.bigHeader > header .articleImage {
        position: relative;
        height: 420px;
    }
    .articleDetail.bigHeader > header .articleHeadline {
        padding: 60px 0 40px 0;
    }
    .articleDetail.bigHeader.noCaption > header .articleHeadline {
        padding: 40px 0 40px 0;
    }
    .articleDetail.bigHeader > header .articleHeadline .articleTitle {
        color: inherit;
        font-size: 2.25rem;
        margin: 0;
        padding: 0;
    }
    .articleDetail.bigHeader > header .articleImage .imageCaption {
        bottom: -40px;
        color: inherit;
    }
    .articleDetail.bigHeader .articleContent {
        margin-top: 0;
    }

    /*/// Article Modules ///*/
    .articleTeaserText, .articleContent .sectionHeader .innerWrap > *, .articleContent .tsContent, .articleContent .textQuote .colLeft, .articleContent .textQuote .colRight,
    .articleContent .txtimgSlides .txtimgSlide {
        padding-right: 30px;
    }
    .articleSection {
        margin-bottom: 30px;
    }
    .articleTeaserText {
        font-size: 1.5em;
        line-height: 1.25em;
    }
    .articleContent .quoteWrap {
        margin-left: 0;
    }
    .articleContent h2 {
        font-size: 2rem !important;
        line-height: 1.15em;
        margin-bottom: 20px !important;
    }
    .articleContent h2.articleTeaserText {
        font-size: 1.75rem !important;
        margin-bottom: 0 !important;
    }
    .articleContact {
        margin-top: 25px;
    }
    .articleContent {
        padding: 30px 0;
        margin-top: 0;
    }
    .articleContent:before {
        display: none;
    }
    .articleContent p.bigLetter {
        padding-left: 0;
    }
    p.bigLetter:first-letter {
        margin-left: 0;
        padding-right: 20px;
        padding-bottom: 10px;
    }


    .authorDetail time:after {
        padding-left: 10px;
    }
    .articleContent > section, .mainContent .articleContent > .sectionHeader {
        margin: 15px 0;
    }
    .articleContent .otonSlider {
        width: -webkit-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
        margin-left: -20px;
    }
    .articleContent span.bigCap {
        font-size: 55px;
        line-height: 52px;
    }
    .articleContent .sectionHeader.bigLetter .innerWrap > *, .articleContent .sectionHeader.bigLetter + .articleShare {
        padding-left: 0;
    }

    /*/// Article Modules ///*/
    .articleContent .quoteWrap {
        margin-top: 0;
    }
    .articleContent .sectionHeader p {
        padding: 0;
    }
    .articleSection, .articleContent .textQuote, .articleContent .textImageSlider, .articleContent .textSection, .mainContent .articleContent > .sectionHeader, .articleContent .articleShare, .mainContent .articleContent > .sectionHeader {
        padding-left: 0;
    }
    .articleContent .quoteWrap h2 {
        font-size: 1.5rem !important;
        line-height: 1.875rem;
    }
}
@media (max-width: 680px) {
    .articleDetail.bigHeader > header .articleImage, .articleDetail header .colRight {
        height: 360px;
        min-height: auto;
    }
    .articleDetail.bigHeader > header .articleHeadline .articleTitle {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    .articleContent h2.articleTeaserText {
        font-size: 1.375rem !important;
        line-height: 1.688rem;
    }
    .articleContent p, .articleContent .tsContent p, .articleContent .tsContent li {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .articleContact .tileDate, .articleContact .tileTag, .articleContact p, .articleContact h3, .articleContact span {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .authorName {
        margin-bottom: 0;
    }
    .mainContent .articleContent.innerWrap {
        padding: 30px;
    }
    .articleContent span.bigCap {
        line-height: 37px;
    }
}
@media (max-width: 560px) {
    .articleContact .tileDate, .articleContact .tileTag, .articleContact p, .articleContact h3, .articleContact span {
        /*        font-size: 0.875rem;
                line-height: 1.25em;*/
        margin-right: 10px;
    }
    .articleDetail header {
        min-height: auto;
    }
    .articleDetail header .colLeft {
        padding: 60px 20px 40px 20px;
    }
    .articleDetail.noCaption header .colLeft {
        padding: 40px 20px;
    }
    .articleDetail.bigHeader > header .articleImage, .articleDetail header .colRight {
        height: 240px;
    }
    .mainContent .articleContent.innerWrap {
        padding: 20px;
    }
    .articleContent {
        padding: 20px 0;
    }
    .articleImage {
        background-position: center center;
    }
    .amRow  {
        margin-bottom: 10px;
    }
    .amRow > div:first-child {
        width: 100%;
    }
    .amRow > div:last-child {
        width: 100%;
    }
    .crossNews .slick-list {
        padding: 0 30px 0 0;
    }
    .crossNews .btnWrap, .tx-pb-social .btnWrap {
        padding: 0 20px;
    }
    .crossNews .btnOutline, .loadMorePosts.btnOutline {
        min-width: unset;
        width: 100%;
    }

    /*/// Article Modules ///*/
    .articleTeaserText, .articleContent .sectionHeader .innerWrap > *, .articleContent .tsContent, .articleContent .textQuote .colLeft, .articleContent .textQuote .colRight, .articleContent .txtimgSlides .txtimgSlide {
        padding-right: 0;
    }
    .articleSection, .articleContent .textQuote, .articleContent .textImageSlider, .articleContent .textSection, .mainContent .articleContent > .sectionHeader, .articleContent .articleShare, .mainContent .articleContent > .sectionHeader {
        padding-left: 0;
    }
}
@media (max-width: 460px) {
    .btnStickyNews.btnStd {
        width: calc(100% - 40px);
        right: auto;
        left: 20px;
    }
}