/** changes by sfrenzel **/
.podcast-play {
    margin-bottom: 35px;
}

.podcast-play .body-wrap .audio-player .iron_widget_radio .player {
	/** margin-bottom: -10px; **/
}
.podcast-play .body-wrap .audio-player .iron_widget_radio .player .control .play {
	position: absolute;
	/** top: -100px; **/
}
.iron-audioplayer .player .wave {
	margin: 20px 40px !important;
}
.podcast-play .body-wrap .audio-player .currentTime, .podcast-play .body-wrap .audio-player .totalTime {
	position: absolute;
    /** top: 25px; **/
}

/** changes by va **/

.most-read-wrapper h2 {font-size:23px;}

.most-read-wrapper a:hover span {
    color: #ee4c2e;
}

/** Home **/
header#masthead .menu-top {
    padding-top: 25px;
    padding-bottom: 35px;
}
header#masthead .menu-top .row > div > a {
    display: block;
}
header#masthead .menu-top .sep-img {
    max-width: 255px;
}
.menu-logo {
    padding-bottom: 5px;
}
.nav-wrap .navigation {
    margin: 0px !important;
}
.nav-wrap #main-nav > ul.navbar-nav > li:first-child {
    margin-left: -8px !important;
}
.nav-wrap{
    z-index: 3;
    position: relative;
}
.nav-wrap .slick-list{
    overflow: initial;
}

@media (max-width: 1500px){
    .nav-wrap .slick-list::before{
        content: "";
        position: absolute;
        right: -65px;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 65px;
        height: 100%;
        background-color: #fff;
    }
    .nav-wrap .slick-list::after{
        content: "";
        position: absolute;
        left: -65px;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 65px;
        height: 100%;
        background-color: #fff;
    }
}

header#masthead nav .search-form {
    max-width: 255px;
    position: relative;
    right:auto;
}

div.spacing {
    background: #F5F6F7;
    height: 15px;
    display: block;
    width: 100%;
    margin-bottom: 32px;
}
body.single div.spacing, body.archive div.spacing {
    margin-bottom: 0px;
} 

/** Social share **/
.share-wrapper {
    height: 119px;
}
.share-wrapper * {
    font-size: 1.5rem !important;
    text-align: center;
}
.share-wrapper .k-socail-share {
    padding: 0px;
    list-style-type: none;
}
.share-wrapper .k-socail-share li {
    display: inline;
    margin: 0px 10px;
}
/* .share-wrapper .k-socail-share li a {
    color: #fff;
    background-color: #eee;
    border-radius: 50%;
    padding: 30px;
}
 */

/** last news **/
.last-news {
    margin-top: 50px;
    background: #F3F4F5;
    padding: 0px 50px 50px;
}
.last-news .title {
    font-family: Oswald;
    font-weight: 100;
    font-size: 30px;
    line-height: 24px;
    padding: 15px 60px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1e3643;
}
.last-news .cat {
    text-transform: uppercase;
    border: 1px solid;
    padding: 0px 15px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 25px 0px 25px;
    display: inline-block;
}
.last-news .p-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.last-news .excerpt {
    font-size: 16px;
}
.last-news a {
    color:#1e3643;
}
.last-news a:hover {
    text-decoration: none;
}
.last-news .img-cover {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative;
}
.last-news .img-cover img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width:1400px){
    .last-news .elm-big .img-cover{
        padding-top: 75%;
    }
} 
@media (max-width:900px){
    .last-news .img-cover {
        padding-top: 0px;
        height: 320px;
    }
}

/** last must read **/
.last-must-read {
    background: #F3F4F5;
    padding: 50px;
    padding-top: 20px;
}
.last-must-read .sec-headline {
    background: #EE4C2E;
    color: #fff;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 40px;
    font-size: 30px;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
}
.last-must-read .elm {
    background: #fff;
    padding: 25px;
    padding-bottom: 30px;
}
.last-must-read .elm .head {
    padding: 20px 0px;
}
.last-must-read .elm .head .title {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;

    color:#EE4C2E;
    display: block;
    margin-top: 20px;
}
.last-must-read .elm .content .p-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.last-must-read .elm .content .excerpt {
    font-size: 16px;
}
.last-must-read .elm .content .link {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 20px;
    color:#1e3643;
    display: inline-block;
    margin-top: 20px;
}

.last-must-read .elm:hover {
    transform: scale(1.05);
}
.last-must-read .elm:hover .link {
    color: #EE4C2E;
    text-decoration: underline;
}

/** News Top **/
#front-top-teaser .news-teaser-wrap {
    padding-right: 0px;
}

.top-feat-img {
    /* height: 150px;
    width: auto; */
    margin-bottom: 10px;
}
#front-top-teaser .news-teaser-wrap.border-right-none {
    border-right: none !important;
}

/** K Club **/
div.k-club {
    background: #F3F4F5;
    padding: 50px;
    padding-bottom: 60px;
}
div.k-club .card {
    background: #fff;
    border-color: #fff;
    border-radius: 100px;
    padding: 24px 0px;

    height: 182px;
    max-width: 580px;
    width: 75%;
    margin: 0px auto;
}
div.k-club .card img {
    position: absolute;
    top: 0;
    left: 0;
    height: 182px;
}
div.k-club .card .content {
    padding-left: 220px;

    height: 100%;
    display: flex;
    align-items: center;

    font-family: 'Oswald';
    font-weight: 100;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}
div.k-club .card .content .title {
    display: block;
    margin-bottom: 15px;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
div.k-club .card .content .link {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1e3643;
    font-weight: 400;
}

/** Newsletter box **/
.newsletter-box-wrap {
    margin-top: 50px;
}
.newsletter-box-wrap .newsletter-box {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 50px;
}
.newsletter-box-wrap .newsletter-box .newsletter-form input[type=submit] {
    border-radius: 30px;
    margin-left: 20px;
    display: inline-block;
    font-weight: 400;
}

.newsletter-form input[type=submit]:hover, .top-nav-newsletter-form input[type=submit]:hover {
    background-color: #f38470 !important;
}

.newsletter-box-wrap .newsletter-box .info {
    font-family: 'Oswald';
    font-size: 30px;
    font-weight: 100;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.newsletter-box-wrap .newsletter-box h3 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
.newsletter-box-wrap .newsletter-box .newsletter-form input[type=email] {
    width: 40vw;
    min-width: 320px; 
    max-width: 880px;
}
.newsletter-box-wrap .newsletter-box .info-agb {
    font-size: 16px;
}
.newsletter-box-wrap .newsletter-box .info-agb a {
    color:#fff;
    font-weight: 500;
}

#event-front-box {
    margin-top: 40px;
}
#event-front-box a:not(.holiday) {
    margin: 0px !important;
    padding: 0px !important;
}

#event-front-box .holiday-info {
    padding-bottom: 80px !important;
    margin-top: 32px;
}

#front-top-teaser .news-teaser-wrap h2.teaser-title {
    margin-bottom: 10px;
}
#front-top-teaser div.upfront {
    min-height: 150px;
}
#front-top-teaser div.upfront > div {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 5px;
}
#front-top-teaser div.upfront > div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: auto !important;
    margin: 0px;
}
#front-top-teaser .news-teaser-wrap {
    padding-bottom: 0 !important;
}
.russlandabc {
    padding: 20px;
    border:1px solid;
    margin-bottom: 35px;
}
.russlandabc h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 15px;
}
.russlandabc p {
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    font-family: 'Oswald';
}
.russlandabc a {
    color: inherit;
    margin: 15px;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px !important;
}

.about-karenina {
    padding: 30px;
    background: #F3F4F5;
    margin-top: 35px;
}
.about-karenina h4 {
    font-size: 23px;
    text-transform: uppercase;
    
    margin-bottom: 30px;
    text-align: center;
}
.about-karenina p {
    font-size: 16px;
    font-weight: 500;
}
.about-karenina a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1e3643;
    font-weight: 400;
    font-family: 'Oswald';
}

#event-front-box .event-body {
    font-size: 16px;
}

#event-front-box .event-body > p:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
}
#front-top-teaser .news-teaser-wrap {
    display: flex;
    justify-content: center;
}
#front-top-teaser .post-thumb {
    margin-right: 32px;
}
#front-top-teaser .post-thumb a > .row {
    max-width: 400px;
}
#front-top-teaser .upfront {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
}
#front-top-teaser .upfront img {
    height: 150px;
    width: auto !important;
}
/* @media (max-width: 1400px){
    #front-top-teaser .post-thumb {
        margin-right: 32px;
    }
    #front-top-teaser .upfront {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    #front-top-teaser .upfront img {
        height: 150px;
        width: auto !important;
    }
} */
@media (max-width: 1200px){
    .top-feat-img {
        height: 150px;
        width: auto !important;
    }
}
@media (max-width: 1132px){
    .podcast-play .body-wrap .player-foot {
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width:900px){
    #front-top-teaser {

		overflow-x: none;
        white-space: nowrap;
        display: block;
        max-width: none;
        margin: 0px;
		border-bottom: 1px solid;
    }
	#front-top-teaser > div { display:inline-block; /*max-width: 330px;*/    white-space: initial; margin-right:20px}
    .top-feat-img {
        height: 100px;
    }
    #front-top-teaser .news-teaser-wrap {
        border-right: none !important;
    }
    #front-top-teaser .news-teaser-wrap .post-thumb {
        margin: 0px;
        float: none;
        display: block;
    }
    #front-top-teaser .news-teaser-wrap h2.teaser-title {
        display: block;
        margin-bottom: 5px;
    }
	
	.podcast-play .body-wrap .player-foot .show-as-text {margin-bottom:20px;}
}

@media (max-width: 1500px){
    .menu-top {
        padding-right: 50px;
        padding-left: 50px;
    }
    .extra-space {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (max-width:1240px){
    .m-wrap {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.mobile-nav {
    top:0px;
    z-index: 10;
}

@media (max-width:900px){
    header#masthead .menu-top {
        padding: 20px;
    }
    .menu-logo {
        padding: 0px;
        height: 32px;
    }

    div.k-club .card {
        width: 100%;
        max-width: 100%;
    }

    .newsletter-box-wrap .newsletter-box .newsletter-form input[type=email] {
        width: 100%;
        margin-bottom: 10px;
    }
    .newsletter-box-wrap .newsletter-box .newsletter-form input[type=submit] {
        margin-left: 0px;
    }

    .newsletter-box-wrap .newsletter-box .info-agb {
        display: block;
        line-height: initial;
        margin-top: 15px;
    }

    .last-must-read .sec-headline {
        width: 100%;
    }
}

@media (max-width:590px){
    div.k-club .card {
        height: auto;
        border-radius: 0px;
        padding: 35px;
    }
    div.k-club .card img {
        position: relative;
        top: 0;
        left: 0;
        height: 61;
        margin: 0px auto;
    }
    div.k-club .card .content {
        padding-left: 0px;
        
        text-align: center;
        margin: 0px auto;
        margin-top: 20px;
    }

    div.k-club {
        padding: 50px 0px;
        background: #fff;
    }

    .last-must-read, .newsletter-box-wrap .newsletter-box, .last-news, #front-main-teaser {
        padding-left: 30px;
        padding-right: 30px;
    }

    .last-news .title {
        width: 100%;
    }
}

@media (min-width: 591px) and (max-width: 900px) {
    .last-must-read, .newsletter-box-wrap .newsletter-box, .last-news, #front-main-teaser, .russlandabc {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1500px) {
    .last-must-read, .newsletter-box-wrap .newsletter-box, .last-news, #front-main-teaser, .russlandabc {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/** Pages **/
body.single .extra-space {
    background: #fff;
}
body.single div.spacing {
    margin-bottom: 0px;
}
.single-post #content {
    /* background: #f5f6f7; */
    /* background: #fff; */
}
.breadcrumb-wrapper {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.audio-player {
    margin-bottom: 45px;
}
body.single {
    /* background-color: #f5f6f7; */
}

/** Sidebar **/
div.sidebar-right {
    /* padding-top: 70px;
    margin-bottom: 50px; */
    margin: 20px;
    margin-top: 0px;
    padding-top: 20px;
    border-top: 1px dashed #ee4c2e;
}
div.sidebar-right .latest-news {
    padding: 30px;
    background: #fff;
}
div.sidebar-right .latest-news h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 15px;
    margin-bottom: 25px;
    /* border-bottom: 1px solid; */
    font-family: 'Oswald';
    /* font-weight: 500; */
    letter-spacing: 0.5px;
}
.author-wrap .img-wrap img {
    height: 180px !important;
}
.author-wrap .img-wrap:hover {
    opacity: 0.8;
}
div.sidebar-right .latest-news h2 span {
    font-weight: 500;
}
div.sidebar-right .latest-news .elm .excerpt {
    font-size: 16px;
}
div.sidebar-right .latest-news .elm a.title {
    font-size: 18px;
    color: #1e3643;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald';
    margin-bottom: 5px;
    display: block;
    letter-spacing: 0.5px;
}
div.sidebar-right .latest-news .p-title {
    font-size: 20px;
}
div.sidebar-right .latest-news .elm a.link {
    font-size: 16px;
    position: relative;
    display: block;
    border-bottom: 1px dashed;
    color:#1e3643;
    margin-bottom: 25px;
    padding-bottom: 20px;
    margin-top: 10px;
    font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 1px;
}
a.no-link-change {
    text-decoration: none;
    color: initial;
}
a.no-link-change:hover {
    text-decoration: none;
}

div.sidebar-right .latest-news > .elm:last-child a.link {
    border-bottom: none;
    margin-bottom: 0px;
}

div.sidebar-right .latest-news .img-cover {
    position: relative;
    width: 100%;
    /* padding-top: 100%; 1:1 Aspect Ratio */
    /* height: 250px; */
    position: relative;
    min-height: 300px;
}
div.sidebar-right .latest-news .img-cover img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

div.sidebar-right .latest-news .excerpt {
    font-size: 16px;
}
div.sidebar-right .latest-news a {
    color:#1e3643;
}
div.sidebar-right .latest-news a:hover {
    text-decoration: none;
}

.author {
    margin-top: .5rem;
    margin-bottom: 2rem;
    font-style: italic;
}


/** Audio **/
@media (min-width:700px){
body.single .audio-player {
    border: 2px solid;
    border-radius: 80px;
    position: relative;
    max-width: 700px;
}

body.single .audio-player > div {
    margin-top: 0px !important;
    position: absolute;
    font-size: 18px !important;
    text-transform: uppercase;
    top: 59px;
    left: 182px;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
body.single .audio-player > article {
    margin: auto;
}
body.single .audio-player .album-player {
    margin-top: 0px !important;
}
body.single.single-post #content .audio-player .player {
    margin: 0px !important;
}

.single #main .post-date {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 50px;
}

.single-post #content #main .post-content{
    padding-top: 50px;
}

.single #main .post-thumbnail {
    margin-top: 0px;
}


}
 
.archive #primary, .search-results #primary, .single-author #primary {
    max-width: 100%;
}

.archive #content {
    /* background-color: #ffffff; */
}

@media (min-width:900px){
    div.related {
        background: #fff;
        margin-right: -155px;
        margin-left: -155px;
    }
}

@media (min-width:901px) and (max-width:1090px){
	div.k-club .card {
		max-width: 100%;
		width:100%;
    }
}


/** author single view **/
.auth__img {
    max-height: 250px;
}
.auth__header {
    background: #fff;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding: 10p;
}
.auth__desc { 
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 100;
}
.auth__title {
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 2rem !important;
    line-height: 2.5rem !important;
}
.auth__title .firstname {
    display:block;
}
.auth__title .lastname {
    color: #ee4c2e;
}
.auth__social {
    font-size: 1rem !important;
    line-height: 1 !important;
}
.auth__social a {
    color: #000;
    font-weight: 400;
}
.auth__share li {
    display:inline-block;
}
.single, .archive #content, .single-post #content, .breadcrumb-wrapper {
    background-color: #f5f6f7;
}
.auth__page_title {
    font-family: Oswald;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed #1e3643;
}

#events-explore {
    padding-top: 50px;
}
.elm {
    height: 100%; 
    display: flex; 
    flex-direction: column; 
}
.show-cookie-box{
    z-index: 99999999 !important;
}

@media (max-width: 900px) {
    .navbar-nav .menu-item{
        text-transform: uppercase;
    }
    .navbar-nav .dropdown-menu .menu-item{
        text-transform: initial;
    }
    .mobile-nav ul li .dropdown-menu {
        border-color: #ee4c2e;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    .dropdown-toggle {
        border: none !important;
        outline: none !important;
    }
    .dropdown-toggle:focus, .dropdown-toggle:active, .dropdown-toggle:visited, .dropdown-toggle:target, .dropdown-toggle:focus-visible, .dropdown-toggle:hover {
        border: none !important;
    }
}

p a {
    color: #ee4c2e;
}
p a:hover {
    color: #ee4c2e;
}

.content-missing-wrapper {
    width: 100%;
    text-align: center;
}
.content-missing {
    border-top: 1px dashed #F24E1E;
    border-bottom: 1px dashed #F24E1E;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;

}
.main-404-text {
    font-weight: 600;
    font-family: 'Oswald';
    font-size: 80px;
    line-height: 80px;
    font-family: 'Oswald';
    color: #243542;
}
.sub-404-text {
    margin-top: 36px;
    margin-bottom: 36px;
    font-family: 'Lora';
    font-size: 20px;
    color: #243542;
}
.link-404-button {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    padding: 16px 21px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1e3643;
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.link-404-button:hover {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 900px) {
    .main-404-text {
        font-size: 80px;

    }
    .sub-404-text {
        font-size: 18px !important;
    }
    .link-404-button {
        font-size: 18px !important;
        max-width: 240px;
    }
}

@media (max-width: 450px) {
    .content-missing {
        width: 90%;
    }
    .main-404-text {
        font-size: 60px;

    }
    .sub-404-text {
        font-size: 16px !important;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .link-404-button {
        font-size: 16px !important;
        max-width: 240px;
    }
}

.bx-controls-direction {
    display: block !important;
}
.author-wrap {
    margin-left: 10px;
    margin-right: 10px;
}

.dashed-headline {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-top: 30px;
}
.dashed-headline h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-transform: uppercase;

    color: #243542;
}
.dashed-line {
    flex: 1;
    border-bottom: 1px dashed #1E3643;
    height: 0.65em;
    margin-left: 10px;
}

.cat-label a {
    font-size: 15px;
    font-weight: 700;
    line-height: 29px;
    display: inline-block;
    padding: 0 9px;
    color: #ee4c2e !important;
}

.ag-label a {
    font-size: 15px;
    font-weight: 700;
    line-height: 29px;
    display: inline-block;
    padding: 0 9px;
    text-transform: uppercase;
    color: #ee4c2e;
}

@media (max-width: 1072px) {
    .desktop-button {
        display: none !important;
    }
    .mobile-button {
        display: inline-block !important;
    }
}

@media (max-width: 1072px) and (min-width: 901px) {
    .mobile-button {
        margin-left: 0 !important;
        width: 40vw !important;
    }
}

@media (min-width: 1073px) {
    .desktop-button {
        display: inline-block !important;
    }
    .mobile-button {
        display: none !important;
    }
}
#front-top-teaser-wrapper .slick-initialized {

}
@media (max-width: 900px) {
    #masthead .spacing {
        display: none !important;
    }
    #front-top-teaser {
        border-bottom: 0 !important;
    }
    #front-top-teaser-wrapper .bx-viewport {
        margin-left: 30px !important;
    }
    #front-top-teaser-wrapper {
        position: relative;
        margin-bottom: 60px;
        padding: 0;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        background: #fff;
    }
}
@media (max-width: 767px) {
    #front-top-teaser-wrapper .bx-viewport {
        margin-left: 10px !important;
    }
}

.left-large-block .image-wrapper-block {
    height: 70%;
}

.left-large-block .text-wrapper-block {
    height: 30%;
    display: flex;
    flex-direction: column;
}

.left-large-block .text-wrapper-block a{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.left-large-block .img-cover {
    height: 100% !important;
}

.desktop-hidden {
    display: none;
}
.mobile-hidden {
    display: block;
}

.right-small-block .img-cover {
    max-height: 100px;
}

.category-wrapper-be-interested {
    position: relative;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    height: 31px;
}
.content-wrapper-be-interested {
    padding: 0;
    padding-right: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 8px;
}
.category-name-be-interested {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    left: 0;
    background: white;
    border: 1px solid #EE4C2E;
    padding: 5px 9px;
    line-height: 19px;
    font-weight: 700;
    color: #ee4c2e !important;
    text-transform: uppercase;
}

@media (max-width: 990px) {
    .left-large-block .img-cover {
        height: 250px !important;
    }
    .left-large-block .image-wrapper-block {
        height: initial;
    }
    
    .left-large-block .text-wrapper-block {
        height: initial;
    }
    .desktop-hidden {
        display: block;
    }
    .mobile-hidden {
        display: none;
    }
    .right-small-block .img-cover {
        max-height: 250px;
    }
    .category-wrapper-be-interested {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
        height: auto;
    }
}

.latest-news .dashed-headline {
    padding-left: 0;
    padding-right: 0;
}

.latest-news .dashed-headline  h2 {
    font-weight: 500 !important;
    font-size: 30px;
}
.latest-news .dashed-headline .dashed-line {
    border-bottom: 1px dashed #E95432;
}

.zitat-body-wrapper {
    margin-bottom: 35px;
    background-color: #FADCD5;
}

.zitat-body-wrapper .bx-wrapper {
    background: #fcdbd5;
    border: 0;
    box-shadow: none;
}

.zitat-head {
    font-weight: 400;
    font-size: 23px;
    line-height: 1.2;
    display: flex;
    text-align: center;
    text-transform: uppercase;
    background-color: #E95432;
    color: #FFFFFF;
    padding: 15px 5px 15px 5px;
    justify-content: center;
    align-items: center;
    font-family: 'Oswald',sans-serif;

}
.zitat-wrapper {
    margin-top: 50px;
    padding-left: 23px;
    padding-right: 23px;
}

.zitat-wrapper.hidden {
    display: none;
}

.zitat-content {
    display: flex;
    margin-bottom: 10px;
}
.quotes-start {
    align-items: flex-start !important;
}

.quotes-end {
    align-items: flex-end !important;
    transform: scaleX(-1);
}

.quotes {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 54.5551px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}

.quotes-text {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 16.4752px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'kern' off, 'calt' off, 'liga' off;
    color: #243542;
    margin-left: 10px;
    margin-right:10px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.zitat-info {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px !important;
}

.zitat-info span {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    /* or 114% */

    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'kern' off, 'calt' off, 'liga' off;

    color: #E95432;
}

.zitat-view-all {
    justify-content: center;
    display: flex;
}

.zitat-view-all a{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    /* line-height: 18px; */
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #1e3643;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 32px;
}

.zitate-block-wrapper {
    position: relative;
}
.zitate-block-wrapper .quotes {
    position: absolute;
    z-index: 99;
    font-size: 200px;
    font-weight: 600;
    top: 30px;
    left: -15px;
}

.zitat-block {
    background-color: #F3F4F5;
    padding-top: 22px;
    padding-right: 58px;
    padding-left: 38px;
    position: relative;
}

.zitat-block .image-area {
    margin-bottom: 22px;
}
.zitat-block .image-wrapper {
    width: 100%;
    height: 190px;
    position: relative;
}
.zitat-block .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.zitat-block .quotes-text, .zitat-block .zitat-info span{
    text-align: left;
}
.zitat-block .quotes-text {
    line-height: 23px;
}
.zitat-block .zitat-info {
    margin-left: 10px;
}
.zitat-block .zitat-view-all {
    justify-content: flex-end;
}
@media (max-width: 700px){
    .zitat-block .zitat-view-all {
        justify-content: center;
    }
}
.zitat-block .text-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.load-more-wrapper {
    text-align: center;
    margin-top: 65px;
}
.load-more-button {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: #243542;
    text-decoration: none;
}
.load-more-button:hover {
    text-decoration: none;
    color: #243542;
}

@media (max-width: 700px) {
    .zitat-block {
        padding: 10px;
        padding-bottom: 0;
    }
    .zitate-block-wrapper .quotes {
        display: none;
    }
    .zitat-wrapper .row {
        flex-direction: column;
    }
    .image-area {
        max-width: 100%;
    }
    .text-area {
        max-width: 100%;
    }
}

/*
    Social icons
*/
.social-icons-share {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
}

.social-icons-share a {
    font-size: 15px;
    font-weight: 700;
    line-height: 29px;
    display: inline-block;
    padding: 0 9px;
    text-transform: uppercase;
    background-color: #ee4c2e;
    color: white;
    border: 1px solid #ee4c2e;
}

.social-icons-share i {
    font-size: 18px;
    color: white;
}
/*
    Slick arrows
*/
.slick-arrow {
    border-radius: 99999999999999px;
    display: block;
    height: 32px !important;
    margin-top: -16px;
    overflow: hidden;
    text-indent: -999em;
    top: 50%;
    transition: opacity 0.2s ease 0s;
    position: absolute;
    z-index: 9;
    max-width: 32px !important;
    width: 32px !important;
    min-width: 32px !important;
    max-height: 32px !important;
    padding: 0 !important;
    border: 0;
}

.slick-prev {
    background: #1e3643 url(/wp-content/themes/wp-bootstrap-starter-child/assets/img/arrow-prev.svg) no-repeat scroll 50% 50% / 7px 11px;

}
.slick-prev:focus, .slick-next:focus {
    border: 0;
    outline: 0;
}
.slick-next {
    right: 0;
    background: #1e3643 url(/wp-content/themes/wp-bootstrap-starter-child/assets/img/arrow-next.svg) no-repeat scroll 50% 50% / 7px 11px;

}

/*
  Article hover
*/
.karenina-article:hover h1, .karenina-article:hover h2, .karenina-article:hover h3, .karenina-article:hover h4 {
    color: #E95432 !important;
}

.karenina-article-main .text-wrapper-block:hover h3{
    color: #E95432 !important;
}

.karenina-article:hover .cat:hover + a h1, 
.karenina-article:hover .cat:hover + a h2, 
.karenina-article:hover .cat:hover + a h3, 
.karenina-article:hover .cat:hover + a h4 {
    color: initial !important;
}

.cat:hover a, .cat-label:hover a, a.category-name-be-interested:hover {
    font-weight: bolder;
    text-decoration: underline !important;
}

.karenina-article:hover .category-wrapper-be-interested:hover + .content-wrapper-be-interested h3 {
    color: initial !important;
}

#front-main-teaser .main img {
    transform: scale(1) rotate(.02deg) translateZ(0);
    transition: transform 1s ease-out;
}
#front-main-teaser .main:hover img {
    transform: scale(1.025) rotate(.02deg) translateZ(0);
    transition: transform .5s ease-in;
}
/*
    Top nav
*/
    .top-navigation {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 40px;
        position: relative;
    }
    @media (max-width: 900px) {
        .top-navigation {
            display: none !important;
        }
    }
    .top-navigation div {
        margin-left: 50px;
    }
    .top-navigation div a, .top-navigation span, .top-nav-search-active input {
        font-family: 'Oswald' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 18px !important;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #1E3643;
    }
    .top-nav-search-active input:focus {
        box-shadow: none;
    }

    .top-nav-social-icons {
        display: flex;
        margin-left: 33px !important;
    }
    .top-nav-social-icons a {
        margin-left: 17px;
    }
    .top-nav-search-non-active {
        display: flex;
        flex-direction: row;
        cursor: pointer;
    }
    .search-loop {
        background: url(/wp-content/themes/wp-bootstrap-starter-child/assets/img/search-loop.svg);
        height: 16px;
        width: 16px;
        background-position: center;
        background-size: cover;
        margin-right: 8px;
    }
    .top-nav-search-active {
        display: none;
    }
    .top-nav-search-active label {
        margin: 0;
    }
    .top-nav-search-active input {
        padding: 0;
    }
    .top-nav-newsletter-form {
        position: absolute;
        background: white;
        top: 40px;
        right: 0;
        right: -3rem;
        z-index: 9;
        border: 2px solid #1F3543;
    }
    .top-nav-newsletter-form input[type=submit] {
        font-family: Oswald;
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        position: relative;
        top: -1px;
        width: 165px;
        padding-top: 7px;
        padding-bottom: 5px;
        text-transform: uppercase;
        color: #fff;
        border: none;
        background-color: #ee4c2e;
        border-radius: 30px;
        margin-left: 20px;
        display: inline-block;
        font-weight: 400;
    }

    .top-nav-newsletter-form {
        display: none;
    }

    .top-nav-newsletter-form .mc4wp-form-fields {
        margin-top: 16px;
        margin-bottom: 16px;
        margin-left: 25px;
        margin-right: 25px;
        width: max-content;
    }
    .top-nav-newsletter-form .mc4wp-form-fields label {
        margin-top: 10px;
    }
    .top-nav-newsletter-form .mc4wp-form-fields br:last-child {
        display: none;
    }
    .top-nav-newsletter-form .info-agb a {
        margin-left: 4px;
        margin-right: 4px;
    }
    @media (max-width: 1240px) {
        .top-nav-search-area .search-form {
            display: block !important;
        }
    }
    @media (max-width: 540px) {
        .top-nav-search-area {
            display: none !important;
        }
    }
    @media (max-width: 440px) {
        .top-nav-newsletter-form .mc4wp-form-fields {
            width: calc(100vw - 3rem - 6px);
        }
        .top-nav-newsletter-form input[type=email] {
            width: calc(100vw - 3rem - 6px);
        }
        .top-navigation div { 
            margin-left: 20px;
        }
    }
    @media (max-width: 900px) {
        .top-nav-newsletter-form input[type=submit] {
            margin-left: 0;
        }
    }
    @media (max-width: 380px) {
        .top-nav-newsletter-form .mc4wp-form-fields {
            width: calc(100vw - 3rem - 6px);
        }
        .top-nav-newsletter-form input[type=email] {
            width: calc(100vw - 3rem - 6px);
        }
        .top-nav-newsletter-form .info-agb , .top-nav-newsletter-form .info-agb a{
            font-size: 12px !important;
        }
    }
    .top-nav-social-icons a:hover {
        text-decoration: none;
        color: #EE4C2E !important;
    }
    .top-nav-search-non-active span:hover {
        text-decoration: underline;
    }

    .mobile-nav-search {
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 16px;
        color: #fff;
        padding-right: 0;
        height: 46px;
        padding-left: 0;
        
    }
    .mobile-nav-search .search-loop {
        filter: brightness(1000);
        margin-right: 0;
        /* margin-top: 20px; */
    }
    .mobile-nav-search input[type="search"] {
        background: #1e3643;
        border: 0;
        border-bottom: 1px solid white;
        border-radius: 0;
        color: white;
    }
    .mobile-nav-search .search-form {
        height: 40px;
    }

/*
    ....
*/
.k-socail-share {
    display: flex;
    justify-content: center;
}

.k-socail-share div {
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #1e3643;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999999px;
    padding: 0;
}

.k-socail-share div:hover {
    background-color: #EE4C2E;
}

.k-socail-share div i {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(307deg) brightness(104%) contrast(1001%);
}

.zitat-view-all a:hover, .show-as-text a:hover, .link-404-button:hover, #ctf-more:hover span {
    text-decoration: underline !important;
}
.goto-author-overview a:hover {
    text-decoration: underline !important;
    color: #EE4C2E;
}
.goto-author-overview {
    margin-top: 15px;
}
.footer-bottom a:hover {
    color: #EE4C2E !important;
}

.footer-bottom a:hover img {
    filter: invert(43%) sepia(93%) saturate(3532%) hue-rotate(344deg) brightness(97%) contrast(93%);
}

@media (min-width: 1501px) and (max-width: 1800px) {
    .menu-top, .nav-wrap {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.header-arrow{
    border: solid #1e3643;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.header-right{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.header-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
#main-nav,
.slick-list,
#menu-main{
    width: 100%;
}
#menu-main li a:not(.dropdown-item):hover, #menu-top-navigation li a:hover {
    color: #E95432 !important;
}
.slick-arrow.grad-bg{
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    position: absolute;
    width: 80px !important;
    max-width: initial !important;
    cursor: pointer;
}
.slick-arrow.prev-arrow.grad-bg{
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    margin-left: -10px;
}
.slick-arrow.next-arrow.grad-bg{
    right: 0;
    margin-right: -10px;
    background: linear-gradient(-90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.slick-disabled.grad-bg{
    display: none !important;
}
/* sticky nav menu */
.scrolling-image {
    height: 100%;
    position: absolute;
    display: none;
    left: -66px;
    z-index: 30;
}
@media (max-width: 1775px) {
    .scrolling-image {
        left: -50px;
    }
}
.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    background: white !important;
	box-shadow: 0px 1px 2px 0px #9999998c;
}
.logged-in .sticky {
    top: 32px !important;
}
.scrolling-image img {
    height: 100%;
    width: auto;
}

.sticky .scrolling-image {
    display: block;
}

.sticky .navbar .m-wrap {
    padding-left: 30px;
}

.long-text-paragraph p {
    color: #1e3643;
    font-size: 16px;
    line-height: 22px;
}
.fluchten-badge {
    height: 30px !important;
    position: absolute;
    z-index: 9;
    top: -6px;
    right: 30px;
}

.mobile-fluchten-tag {
    display: inline-block !important;
    text-transform: uppercase;
    color: #ee4c2e;
    height: auto !important;
    padding: 0;
    width: auto !important;
}
.mobile-fluchten-tag span {
    background: #ee4c2e;
    font-size: 15px;
    font-weight: 700;
    line-height: 29px;
    display: inline-block;
    padding: 0 9px;
    color: white;
}
@media (min-width: 768px) {
    .mobile-fluchten-tag {
        display: none !important;
    }
}

.go-to-translation {
    font-family: 'Oswald' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 18px !important;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #1E3643;
}
.archive-title-wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #1e3643;
    width: 100%;
}

.archive-title-wrapper .page-title {
    border-bottom: none !important;
}
.archive-title-wrapper .go-to-translation {
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-right: 15px;
    display: flex;
    align-items: baseline;
}

.go-to-translation:hover {
    color: #E95432 !important;
    text-decoration: none;
}
.archive-description {
    font-size: 18px;
    margin-top: 20px;
    line-height: 27px;
    padding-left: 15px;
    max-width: 800px;
}

@media (max-width: 900px) {
    .archive-title-wrapper {
        flex-direction: column-reverse;
    }
    .archive-title-wrapper .go-to-translation {
        padding-left: 15px;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 50px;
        font-size: 14px !important;
    }
    .archive-title-wrapper .page-title {
        padding-top: 15px;
    }
}

.flucht-und-exil-menu a, .flucht-und-exil-menu-mobile a {
    background-color: #ee4c2e;
    color: white !important;
    margin-left: 1px;
}
.flucht-und-exil-menu a:hover {
    background-color: white;
    outline: 1px solid #ee4c2e;
}

@media (max-width: 560px) {
    .entry-header .top {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 33px;
    }
    .social-icons-share {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}