.spielraeume_logoWrap {
    text-align: center;
    margin: -40px 0 40px;
    padding: 0 50px;
}
@media (max-width: 700px) {
    .spielraeume_logoWrap {
        padding-top: 50px;
    }
}

.spielraeume_logoWrap img {
    max-width: 340px;
}
.category-select-wrap {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 70px;
    justify-content: center;
}

.category-select-wrap .spielraum-category:first-child {

}

.category-select-wrap .spielraum-category {
    display: flex;
    flex-flow: row wrap;
    padding: 3px;
}

.category-select-wrap .spielraum-category-inner {
    background-color: #f0f0f0;
    display: block;
    width: 100%;
    font-family: "klavikamedium", Verdana, sans-serif;
    text-align: center;
    padding: 5px 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1.2em;
    border-radius: 3px;

}

.category-select-wrap .spielraum-category-inner.active {
    background-color: #f18800;
    color: #ffffff !important;
}

.category-select-wrap .spielraum-category-inner,
.category-select-wrap .spielraum-category-inner a {
    color: #000;
}

.event-kategories-wrap {
    margin-bottom: 20px;
}

.event-kategories-wrap a {
    background-color: #f0f0f0;
    font-family: "klavikamedium", Verdana, sans-serif;
    color: #000 !important;
    border-radius: 3px;
    padding: 3px 10px;
    display: inline-block;
    margin: 0 3px 6px 0;
}

.event-kategories-wrap a:hover {
    background-color: #f18800;
    color: #fff !important;
}

/* ------------ NEWS ------------ */
.news-single .teaser-text{
    color: #58585a;
}

.page-navigation {
    float: left;
    width: 100%;
    padding: 30px 15px 0;
}

.news-list-date,
.news .footer span,
span.news-list-tags a,
.news-list-date time,
.news-list-date {
    color: #7d7d7d;
}

.news .article .news-img-wrap {
    background-color: transparent;
    margin: 0;
    position: relative;
}
.news .article .news-img-wrap a {
    padding: 0;
    border: 0;
}
.news .kachelView .article .news-img-wrap,
.news .kachelView .article .header,
.news .kachelView .article .teaser-text,
.news .kachelView .article .moreWrap {
    float: left;
    width: 100%;
}

.news .kachelView .article .moreWrap {
    margin-bottom: -8px;
    margin-top: 2px;
}

.news .kachelView .article {
    margin-bottom: 34px;
}

.news .kachelView .article:last-child {
    margin-bottom: 0;
}

.news-list-view.kachelView .teaser-text {
    margin: 0;
}

.news-list-view.kachelView .divider.w3 {
    display: block;
}
@media (max-width: 991px) {
    .news-list-view.kachelView .divider.w3 {
        display: none;
    }
    .news-list-view.kachelView .divider.w2 {
        display: block;
    }
}

.news .standardNewsView .article {
    margin: 0;
    padding: 0;
    position: relative;
}

.news .standardNewsView .articleInner {
    float: left;
    width: 100%;
    position: relative;
}

.news .article {
    margin-bottom: 0;
    padding-bottom: 0;
}

.news .article h3 {
    margin-bottom: 8px;
}

.news-single .teaser-text {
    font-size: 1em;
}

.news .standardNewsView .article:first-child {
    margin-top: 0;
}

.news .standardNewsView .article {
    float: left;
    margin: 40px 0;
    width: 100%;
}

.news .standardNewsView .articleInner a {
    /* display: table; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    float: left;
    width: 100%;
}

#contentWrap .news .standardNewsView .articleInner  h2 a:hover,
#contentWrap .news .standardNewsView .articleInner .more a:hover {
    color: #000;
}

#contentWrap .news .standardNewsView .articleInner a:hover .news-img-wrap {
    opacity: 0.8;
}

#contentWrap .news .standardNewsView h2 {
    margin: 0;
}

#contentWrap .news .standardNewsView .articleInner h2 a,
#contentWrap .news .standardNewsView .articleInner .more a,
.news .standardNewsView .article .news-img-wrap {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*
.news .standardNewsView .article .news-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    margin: 0;
}

.news .standardNewsView .article .news-img-wrap img {
    float: left;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
*/
.news .standardNewsView .article .news-img-wrap {
    width: 50%;
}

.news .standardNewsView .articleInner {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.news .standardNewsView .article .textWrap {
    float: right;
    width: 50%;
}

.news .standardNewsView .article .textWrap .textWrapInner {
    height: 100%;
    padding: 11px 20px 20px;
}

.news .standardNewsView .article:nth-child(2n) .textWrap {
    float: left;
}

.news .standardNewsView .article:nth-child(2n) .news-img-wrap {
    /*left: 50%;*/
}
/*.news .standardNewsView .article .more {
    font-family: "klavika_regularbold", Verdana, sans-serif;
    top: 17px;
    position: relative;
}*/

.news .standardNewsView .article .more {
    font-family: "klavika_regularbold", Verdana, sans-serif;
    top: 17px;
    position: relative;
    display: inline-block;
    padding: 0;
    line-height: 0.8em;
}

.news .standardNewsView .article .header {
    display: inline-block;
    margin: 0 0 -2px;
}

.news .article #breadcrumb,
.EVENTS .article #breadcrumb {
    padding-left: 0;
    padding-right: 0;
}

.EVENTS .article.empfehlung .news-img-wrap,
.EVENTS .article.auswaerts .news-img-wrap {
    overflow: hidden;
}

.EVENTS .article.empfehlung .empfehlungBanderole,
.EVENTS .article.auswaerts .auswaertsBanderole {
    position: absolute;
    right: -43px;
    width: 183px;
    transform: rotate(45deg);
    top: 32px;
    text-transform: uppercase;
    display: block;
    background: #E2001A;
    color: #fff;
    font-family: "klavika_regularbold",Verdana,sans-serif;
    text-align: center;
    line-height: 1.2em;
    padding: 10px;
    z-index: 1;
}

.EVENTS .article.empfehlung.auswaerts .auswaertsBanderole {
    top: 57px;
    width: 300px;
    right: -65px;
}

@media (min-width: 701px) {
    #contentWrap .news .standardNewsView .articleInner:hover {
        background-color: #e6e6e6;
        opacity: 1;
    }
}
@media (max-width: 700px) {
    .news .standardNewsView .article .textWrap .textWrapInner {
        padding: 11px 0 7px;
    }
}
/* ------------ // NEWS ------------ */


/* ------------ EVENTS ------------ */
.EVENTS .ausverkauftWrap .kaufStatus {
    position: absolute;
    font-family: "klavika_regularbold", Verdana, sans-serif;
    top: 0;
    text-transform: uppercase;
    z-index: 2;
    transform: rotate(-20deg);
    font-size: 3em;
    top: 50%;
    left: 50%;
    /*margin-top: -15px;
    margin-left: -158px;*/
    margin-top: -31px;
    margin-left: -166px;
    background-color: #e60a14;
    color: #fff;
    padding: 5px 10px;
    line-height: 1em;
    /*font-style: italic;*/

    -webkit-transform: skew(0, -20deg);
    -moz-transform: skew(0, -20deg);
    -ms-transform: skew(0, -20deg);
    -o-transform: skew(0, -20deg);
    transform: skew(0, -20deg);
}

.EVENTS .ausverkauftWrap .news-img-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    display: block;
    z-index: 1;
}


.EVENTS .ausverkauftWrap .news-img-wrap:before,
.EVENTS .ausverkauftWrap .kaufStatus {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    display: block;
}

/*.EVENTS .ausverkauftWrap:hover .news-img-wrap:before,
.EVENTS .ausverkauftWrap:hover .kaufStatus {
    opacity: 0;
    display: none;

    -webkit-animation: hideit 0.4s infinite;
    animation: hideit 0.4s infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 2s;
}*/

@keyframes hideit {
    0% { 
        display: block;
    }
    100% { 
        display: none;
    }
}

.EVENTS .event_buy span.ausverkauft {
    background-color: #e60a14;
    font-family: "klavika_regularbold",Open Sans,sans-serif;
    color: #fff;
    font-style: italic;
    letter-spacing: 0.05em;
    padding: 0 5px 2px;
}

.EVENTS div#event_qty_error {
    float: left;
    width: 100%;
}

.EVENTS .event-list-view .elem2:nth-child(2n) {
    margin-top: 7px;
}

.EVENTS .event-list-view button, 
.EVENTS .event-list-view .btn, 
.EVENTS .event-list-view input, 
.EVENTS .event-list-view select, 
.EVENTS .event-list-view textarea, 
.EVENTS .event-list-view .btn-primary {
    margin: 0 0 0 0;
}

.EVENTS .event-list-view .event_buy {
    margin: 20px 0 0;
    position: relative;
    width: 100%;
    background: #f0f0f0;
    display: flex;
    padding: 10px 15px;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -o-flex-flow: column;
    flex-flow: column;
}

.news.EVENTS .standardNewsView .article .more {
    top: 0px;
}

.EVENTS .inputWrap {
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
}

.event_buyWrap {
    float: left;
    position: relative;
    width: 100%;
}

.event_buyWrap .event_buy {
    max-width: 600px;
}

@media (max-width: 1090px) {
    .DFM-eventDetail.EVENTS .event_buyWrap .event_buy {
        max-width: 730px;
    }

    .DFM-eventDetail.EVENTS .inputWrap {
        justify-content: flex-start;
    }

    .DFM-eventDetail.EVENTS div#event_qty_error {
        text-align: right;
    }
}

@media (max-width: 770px) {
    .DFM-eventDetail.EVENTS .inputWrap {
        justify-content: flex-end;
        margin-top: 10px;
    }

    .DFM-eventDetail.EVENTS div#event_qty_error {
        text-align: left;
    }
}

.DFM-eventDetail.EVENTS .article .news-img-wrap {
    float: right;
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
    max-width: 50%;
}

.DFM-eventDetail.EVENTS .article .news-img-wrap img {
    float: left;
}

.news-list-date {
	font-family: "klavikabold_italic",Open Sans,sans-serif;
	letter-spacing: 0.02em;
    margin-bottom: 4px;
}
.DFM-eventDetail.EVENTS .header {
    display: inline-block;
    width: 100%;
    margin-bottom: 11px;
}

.DFM-eventDetail.EVENTS .news-img-wrap-outer {
    float: left;
    width: 100%;
}

.DFM-eventDetail.EVENTS .teaser-text {
	font-family: "klavika_regularbold",Open Sans,sans-serif;
    margin-top: -8px;
    margin-bottom: 10px;
}

.news-list-date {
    font-size: 1.250em;
    line-height: 1.1em;
    margin-top: 4px;
}

.DFM-eventDetail.EVENTS .event_partner img {
    max-height: 70px;
    margin-top:25px;
    max-width:150px;
}

.DFM-eventDetail.EVENTS .partner_rahmen {
    display: flex;
    flex-flow: row wrap;
}

.event_partner span {
    margin-right: 30px;
}

.DFM-eventDetail.EVENTS .event_buy {
    background-color: #f0f0f0;
    float: left;
    margin: 30px 0 0;
    padding: 10px 15px 5px;
    width: 100%;
}

.DFM-eventDetail.EVENTS .event_buy input {
    margin: 0;
}

.EVENTS .event_buy button {
    margin: 0 0 0 5px;
}

.DFM-eventDetail.EVENTS .event_backlink {
    float: left;
    font-family: "klavika_regularbold",Open Sans,sans-serif;
    margin: 20px 0;
}


.DFM-eventDetail.EVENTS .news-list-date {
    margin-bottom: 12px;
}

.DFM-eventDetail.EVENTS .mediaTop {
    float: left;
    width: 100%;
    position: relative;
}

@media (max-width: 700px) {
    .DFM-eventDetail.EVENTS .article .news-img-wrap {
        float: left;
        position: relative;
        margin-left: 0;
        margin-bottom: 30px;
        max-width: 100%;
    }
}
/* ------------ // EVENTS ------------ */


/* ------------ SINGLE ------------ */
/*.news-single .article.articleDetail {
    float: left;
    width: 100%;
}*/

.news-single .article.articleDetail .news-img-wrap {
    float: left;
    width: 100%;
    margin: 0;
}

.news.news-single {
    margin-left: -30px;
    margin-right: -30px;
}

.news-single .article.articleDetail .news-img-wrap img {
    width: 100%;
    height: auto;
}

.news-single .article.articleDetail  {
    float: left;
    width: 100%;
}

.news-single #breadcrumb ul {
    margin-left: 0;
}

.news.news-single .first.header,
.DFM-eventDetail.EVENTS .first.header {
    float: left;
    width: 100%;
    margin: 50px 0 0;
}

.news.news-single .first.header h1 {
    margin: 0 0 24px;
}

.news.news-single .newsContent {
    float: left;
    width: 100%;
}

.news-single .footer {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    border-bottom: 0;
    border-top: 0;
}

.news-single .news-list-tags i {
    padding-right: 5px;
}

.news-single .news-list-tags i:before {
    transform: rotate(90deg);
    position: relative;
    display: inline-block;
    font-size: 0.9em;
}

.news-backlink-wrap {
    float: left;
    width: 100%;
}

span.news-list-tags a {
    font-family: "klavika_regularbold",Open Sans,sans-serif;
}
@media (max-width: 790px) {
    .news-single .centerIt.mediaWrap,
    .DFM-eventDetail .centerIt.mediaWrap {
        margin-left: -30px;
        margin-right: -30px;
        max-width: 300%;
        width: auto;
    }
}
/* ------------ // SINGLE ------------ */

/* ------------ TAGs ------------ */
.news-tags ul {
    display: block;
    shape-margin: 0;
}

.news-tags li {
    display: inline-block;
    margin-right: 10px;
}

.news-tags li a {
    display: inline-block;
    padding: 6px 8px;
    margin: 0 1px 4px 0;
    border-radius: 2px;
    background: #eee;
    font-size: 11px !important;
    line-height: 1;
    color: #444;
}

.news .footer span {
    line-height: 1.4em;
}
/* ------------ // TAGs ------------ */

/* ------------  realted News Verwandte Nachrichten ------------ */
.news-single .news-related-wrap {
    display: none;
}
/* ------------ // realted News Verwandte Nachrichten ------------ */

@media (max-width: 1190px) and (min-width: 992px){
    #contentWrap .news .standardNewsView h2 {
        font-size: 1.8em;
    }
}
@media (min-width: 992px) {
    .news .standardNewsView .article:nth-child(2n) .articleInner {
        flex-flow: row-reverse;
    }
}


@media (max-width: 991px) {
    #contentWrap .news .standardNewsView h2 {
        font-size: 1.250em;
        line-height: 27px;
    }

    .news .standardNewsView .itemWrap {
        display: flex;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .news .standardNewsView .article {
        float: none;
        width: 50%;
        padding: 0 15px;
    }

    .news .standardNewsView .article .news-img-wrap,
    .news .standardNewsView .article .textWrap {
        width: 100%;
    }

    .news .standardNewsView .article {
        margin-top: 0;
    }

    .EVENTS .event-list-view .elem2:nth-child(2n), .EVENTS .event-list-view .elem2 {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }

    .news.EVENTS .standardNewsView .article .more {
        /*top: 0px;
        text-align: left;
        margin-bottom: 50px;
        display: block;*/
    }

    .EVENTS .inputWrap {
        justify-content: flex-end;
    }

    .EVENTS div#event_qty_error {
        text-align: left;
    }

}

@media (max-width: 700px) {
    .news .standardNewsView .article {
        float: left;
        width: 100%;
    }

    .news .kachelView .itemWrap {
        max-width: 455px;
    }
}