/*
Theme Name: Musikverein Düsseldorf
Theme URI: http://www.netkotec.de
Author: Moritz Kanzler
Author URI: http://www.netkotec.de
Description: Standardtheme für den Musikverein. Muss immer verwendet werden um die Funktionen der Seite zu realisieren.
Version: 1.0
License: None
License URI: None
Tags: Musikverein
Text Domain: ownTheme2

*/


.legacy {
/*    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: #cccccc;*/
    --mainnavigation-nav-height: 100px;
    @media (min-width: 576px) {
        --mainnavigation-nav-height: 110px;
    }
    @media (min-width: 782px) {
        --mainnavigation-nav-height: 120px;
    }
    @media (min-width: 992px) {
        --mainnavigation-nav-height: 135px;
    }
    @media (min-width: 1200px) {
        --mainnavigation-nav-height: 150px;
    }
    @media (min-width: 1400px) {
        --mainnavigation-nav-height: 165px;
    }
    margin-top: var(--mainnavigation-nav-height);


    .smartphone-check {
        width: 1000px;
        display: none;
    }

    /**** MENU ****/

    .nav_menu {
        margin: 0;
        padding: 0;
        background: rgba(0, 0, 0, 1);
        /*background: rgba(0,128,0,0.9);*/
        position: fixed;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 2003;

    }

    .mv_logged_in .nav_menu {
        top: 32px;
    }

    .nav_menu a {
        display: block;
        font-weight: normal;
        color: white;
        text-decoration: none;
        padding: 1.4em 1em;
        font-size: 16px;
        font-weight: lighter;
        padding-bottom: 22px;

    }

    /*.nav_menu .menu > .menu-item.menu-item-has-children > a:after {
    -webkit-font-smoothing: antialiased;
    content: "\f502";
    display: inline-block;
    font: normal 8px/1 Genericons;
    position: absolute;
    right: 10px;
    top: 24px;
    vertical-align: text-bottom;
}*/

    .nav_menu .mv_floating_menu_logo {
        text-align: left;
        width: 32px;
        height: 32px;
        background: transparent;
    / / #bababa;
        /* position: absolute; */
        display: inline-block;
        float: left;
        padding-left: 30px;
        position: relative;
        white-space: nowrap;
    }

    .nav_menu .mv_floating_menu_logo img {
        width: auto;
        height: 100%;
        float: left;
        border-top: 8px solid transparent;
        padding: 5px;
        box-sizing: border-box;
    }

    .nav_menu .mv_floating_menu_logo .mv_floating_menu_text {
        display: inline-block;
        font-weight: normal;
        color: white;
        text-decoration: none;
        padding: 1.4em 1em;
        font-size: 16px;
        font-weight: lighter;
        padding-bottom: 22px;
        padding-left: 5px;
        border-top: 8px solid transparent;
    }

    .nav_menu .menu {
        text-align: right;
        padding: 0;
        margin: 0;
    }

    .menu-item {
        display: inline-block;
        border-top: 8px solid transparent;
        /*width:158px;*/
        min-width: 120px;
        text-align: center;
    }

    .current_page_ancestor, .current_page_parent, .menu > .current-menu-item {
        background: rgba(256, 256, 256, 0.95);
    }

    .current_page_ancestor > a, .current_page_parent > a, .menu > .current-menu-item > a {
        color: #434343;
    }

    .current_page_item a {
        /*font-weight: bold;*/
    }

    .menu-item.menu-item-has-children {

    }

    .menu-item:hover {
        /*background:#52ADE0;*/
        border-top: 8px solid #52ADE0;
        background: rgba(256, 256, 256, 0.95);

    }

    .menu-item:hover a {
        color: #434343;

    }

    /*** SUBMENU ***/

    .sub-menu {
        display: none;
        position: absolute;
        padding: 0;
        left: 0;
        text-align: left;
        width: 100%;
        height: 300px;
        background: rgba(256, 256, 256, 0.95) no-repeat;
        background-position: 90% 10%;
        background-size: 10%;

        border-bottom: 3px solid #99ff99;
    }

    .sub-menu .menu-item {
        margin-bottom: 0;
        display: block;
        border: none;
    }

    .sub-menu .menu-item:hover a {
        color: #52ADE0;
        background: transparent;
    }

    .sub-menu .menu-item:hover {
        background: transparent;
        border: none;
    }

    .sub-menu > .sub-menu-wrapper {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }

    .sub-menu-wrapper > .sub-menu-elements {
        width: 36%;
        float: right;
        margin-top: 2em;
        margin-right: 50px;
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }

    .sub-menu-wrapper:after {
        content: '';
        display: block;
        clear: both;
    }

    .sub-menu .menu-item a {
        font-weight: normal;
        padding: 1em;
        color: #434343;
        font-size: 12px;
        text-align: left;
        white-space: nowrap;
    }

    .sub-menu .menu-item a:before {
        font-family: "Genericons";
        content: '\f501';
        vertical-align: middle;
        font-size: 1.2em;

    }

    .sub-menu .current-menu-item a {
        color: #52ADE0;
    }

    .sub-menu > .menu-item-has-children > a:after {
        -webkit-font-smoothing: antialiased;
        content: "\f501";
        display: inline-block;
        font: normal 8px/1 Genericons;
        position: absolute;
        right: 10px;
        top: 11px;
        vertical-align: text-bottom;
    }

    /*Schlatet MenÃƒÂ¼ 2. Ebene ein*/

    .menu-item.menu-item-has-children:hover > .sub-menu {
        display: block;
    }

    .sub-menu-title {
        width: 50%;
        float: left;
        margin-top: 2em;
    }

    .sub-menu-title h3 {
        color: #434343;
        font-size: 2em;
        margin: 0;
        padding: 1em;
        padding-left: 0;
    }

    .sub-menu-title p {
        color: #434343;
        margin: 0;
        padding: 0 1em 1em 0em;
    }

    .sub-menu-images {
        display: block;
        max-width: 600px;
        overflow: hidden;
        clear: left;
    }

    .sub-menu-images img {
        width: 190px;
        margin: 0 7.5px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    }

    .sub-menu-images img:first-of-type {
        margin-left: 0;
    }

    .sub-menu-images img:last-of-type {
        margin-right: 0;
    }

    .sub-menu-logo {
        position: absolute;
        width: 170px;
        right: 30px;
        top: 80px;
        opacity: 0.3;
    }

    @media (max-width: 1280px) {
        .sub-menu-logo {
            width: 120px;
            top: 120px;
        }
    }

    /*** DRITTE EBENE ***/

    .sub-menu .sub-menu {
        min-width: 100%;
        left: 100%;
        top: 0;
    }

    /***** BODY *****/

    .content_wrap {
        width: 1100px;
        margin: 0 auto;
    }

    .mv_general_body {
        margin: 76px auto 0px auto;
        padding: 0;
        /*padding-bottom: 80px;*/
        background: white;
    }

    /**** PAGE ****/

    .page {
        padding: 10px 20px 40px 20px;
        /*    background: rgba(256,256,256,0.7);*/
        /*    border-radius: 2px;*/
    }

    .page.category {
        /*padding:10px 20px;*/
        padding: 0;
    }

    /*** SLIDER ***/

    .mv_slider {
        width: 100%;
        height: 800px;
        position: relative;
    }

    .mv_slider .mv_slider_image {
        position: absolute;
        width: 100%;
        height: 800px;
        display: none;
        background-size: cover;
        background-position-x: 50%;
    }

    .mv_slider .mv_slider_image.active {
        display: block;
    }

    /**** SLIDER BOX *****/

    .mv_slider .mv_slider_box {
        position: relative;
        width: 100%;
        padding: 0 30px;
        margin-top: 30px;
        box-sizing: border-box;

    }

    .mv_slider .mv_slider_box:after {
        content: "";
        clear: both;
        display: block;
    }

    .mv_slider .mv_slider_box.down {
        margin-top: 410px;
        padding-left: 30px;
    }

    .mv_slider .mv_slider_box.mv_sb_200years.down {
        max-width: 1100px;
        margin: 0 auto;
        margin-top: 700px;
    }


    .content_sliderbox {
        opacity: 0.0;
        float: right;
        width: 300px;
        background: rgba(151, 216, 127, 0.95);
        box-sizing: border-box;
        padding: 10px;
        padding-left: 15px;
        box-shadow: -20px 0px 0px 0px rgba(151, 216, 127, 0.5);
        color: white;
        overflow: hidden;
    }

    .content_sliderbox:hover {
        /*cursor:pointer;*/
    }

    .content_sliderbox.year200 .content_himself {
        text-shadow: none;
        line-height: 1.25em;
    }

    .content_sliderbox .content_head, .content_sliderbox .content_himself {
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);

    }

    .content_sliderbox .content_head:hover {
        transform: scale(1.01);
    }

    .content_sliderbox .content_head:hover .title a, .content_sliderbox .content_head .title a:hover {
        color: white;
    }

    .content_sliderbox.year200 .content_head:hover .title a, .content_sliderbox.year200 .content_head .title a:hover {
        color: black;
    }

    .content_sliderbox.men_aktuelles {
        background: rgba(255, 132, 132, 0.95);
        box-shadow: -20px 0px 0px 0px rgba(255, 132, 132, 0.5);
    }

    .content_sliderbox.men_aktuelles .sliderbox_link {
        background: #ED5C5C;
    }

    .content_sliderbox.year200 .sliderbox_link, .content_sliderbox.link .sliderbox_link {
        background: transparent;
        text-shadow: none;
        margin: 0;
        padding: 0;
    }

    .content_sliderbox.year200 .sliderbox_link a, .content_sliderbox.link .sliderbox_link a {
        color: black;
    }

    .content_sliderbox > a {
        color: white;
        font-weight: normal;
    }

    .content_sliderbox > a:hover {
        text-decoration: none;
        font-weight: normal;
    }

    .content_sliderbox.info {
        background: rgba(156, 156, 156, 0.95);
        box-shadow: -20px 0px 0px 0px rgba(156, 156, 156, 0.5) !important;
    }

    .content_sliderbox.info .sliderbox_link {
        background: none;
        font-size: 1.7em;
        margin-top: 36px;
        font-weight: normal;
    }

    .content_sliderbox.info .sliderbox_link a .genericon {
        vertical-align: text-top;
        margin-left: 0.4em;
    }

    .content_sliderbox.multiple {
        margin-left: 40px;
        width: 200px;
        height: 150px;
        float: left;
        padding-top: 0;
        padding-left: 0;
        box-shadow: none;
        transition: margin-top 0.2s ease-in;
        -webkit-transition: margin-top 0.2s ease-in;
        -moz-transition: margin-top 0.2s ease-in;
        position: relative;
        padding: 0;

    }

    .content_sliderbox.multiple:first-of-type {
        margin-left: 0;
    }

    .content_sliderbox.multiple:hover {
        margin-top: -10px;
    }

    .content_sliderbox.multiple.info:hover {
        margin-top: 0;
    }

    .content_sliderbox .mv_termine {
        /*background: #60AB44;*/
        /*padding:0.5em 1em;*/
        /*margin-top:1em !important;*/

    }

    .content_sliderbox .mv_termine_info {
        /*width:100%;*/
        display: block;
        padding: 0;
        padding-bottom: 7.5px;
        font-size: 1.1em;
        background: none;
        border-bottom: 1px solid white;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        font-weight: normal;
        margin: 0 15px;
        margin-top: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .content_sliderbox .mv_termine_date {
        width: 100%;
        display: block;
        /*margin-top:7.5px;*/
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        font-size: 1.7em;
        position: absolute;
        top: 53%;
        font-weight: normal;
    }

    .content_sliderbox .content_head > .title > a {
        color: white;
    }

    .content_sliderbox.year200 .content_head .title {
        text-align: right;
        font-size: 1.1em;
    }

    .content_sliderbox.year200 .content_head > .title > a {
        color: black;
    }

    .content_sliderbox .content_himself {
        max-height: 110px;
        overflow: hidden;
    }

    .content_sliderbox.year200, .content_sliderbox.link {
        opacity: 1;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: -20px 0px 0px 0px rgba(255, 255, 255, 0.5);
        color: black;
        width: 150px;
    }

    .content_sliderbox.year200 .content_himself {
        font-size: 1.5em;
        max-height: none;
        overflow: auto;
        text-align: center;
    }

    .content_sliderbox.year200 .content_himself p {
        text-align: center !important;
    }

    .sliderbox_link {
        margin: 1em 0;
        padding: 1em 1.5em;
        background: #60AB44;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        white-space: nowrap;
    }

    .sliderbox_link a {
        color: white;
        /*text-shadow: 1px 1px 10px rgba(0,0,0,0.75);*/
    }

    .sliderbox_link a:hover {
        text-decoration: none;
    }

    .sliderbox_link a:hover .genericon {
        text-decoration: none;
        margin-left: 0.75em;
    }

    .sliderbox_link a .genericon {
        margin-left: 0.5em;
        font-size: 1.5em;
        transition: margin-left 0.2s ease-in-out;
        -webkit-transition: margin-left 0.2s ease-in-out;
        -moz-transition: margin-left 0.2s ease-in-out;
    }

    .content_sliderbox .content_sliderbox_title {
        font-size: 1.7em;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        margin: 20px 20px 0px 20px;
        text-align: center;
        padding-bottom: 7.5px;
        line-height: 22px;

    }

    .content_sliderbox .content_sliderbox_desc {
        position: absolute;
        top: 50%;
        text-align: center;
        padding-top: 13.5px;
        font-size: 1.1em;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        border-top: 1px solid white;
        margin-left: 15px;
        margin-right: 15px;

    }

    .cycloneslider {
        margin: 0 auto;
        margin-bottom: 2.5em !important;
    }

    .cycloneslider-slides.cycle-slideshow {
        border-radius: 2px;
    }

    .frontend_book_header {
        position: relative;
    }

    .frontend_book_header_normal .mv_slider, .frontend_book_header_normal .mv_slider .mv_slider_image {
        height: 400px;
    }

    .frontend_book_header_normal .mv_logo_container {
        left: 107px;
        height: 64px;
        margin: 0;
        padding: 4px 1.5em;
        background: rgba(0, 0, 0, 0.8);
        font-size: 32px;
        font-weight: 100;
        color: white;
        width: auto;
        box-sizing: content-box;
    }

    .frontend_book_header_normal .mv_logo_container span {
        top: 10px;
        position: relative;
    }

    .frontend_book_header_normal .mv_logo {
        margin: 0;
        padding: 0;
        width: 64px;
        height: 64px;
        border: 4px solid white;
        background-color: rgba(256, 256, 256, 0.3);
    }

    .mv_logo_container {
        position: absolute;
        top: 30px;
        left: 127px;
        z-index: 101;
        height: 92px;

        background: rgba(0, 0, 0, 0.8);
        color: white;

        padding: 4px 0.5em;
        padding-right: 2em;
        padding-top: 22.5px;

        font-size: 1.3em;
        /*font-family: 'Didact Gothic', sans-serif;*/
        line-height: 1.3em;
        width: 440px;
        font-weight: 100;
        box-sizing: border-box;
    }

    .mv_logo_container b {
        font-weight: normal;
        white-space: nowrap;
    }

    .mv_logo_container p {
        margin: 0;
        padding: 0;
        font-size: 0.9em;
    }

    .mv_logo {
        width: 104px;
        height: 104px;
        background: transparent;
        background: url("pikt/logo_f_trans.png");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        position: absolute;
        top: 30px;
        z-index: 101;
        left: 30px;
    }

    .mv_wrapper {
        display: block;
        margin-top: 85px;
        margin-bottom: 55px;

    }

    .mv_wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

    .mv_container {
        /*background: rgba(256,256,256,0.8);*/
        margin: 0;

        padding: 10px 20px;
        /*border-radius: 2px;*/
        display: inline-block;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;

        position: relative;
    }

    .mv_big {
        width: 75%;
    }

    .mv_small {
        width: 20%;
        margin-left: 5%;
    }

    .mv_total {
        float: none !important;
    }

    .mv_title {

        display: block;
        /*position: absolute;*/
        /*    top:-30px;
    left:10px;*/
        color: white;

        font-size: 1.6em;
        color: black;
        font-weight: normal;


        /*background: #52ADE0;*/
        /*padding:0.5em 1em;*/
        margin: 0.5em 0;

        z-index: 103;
    }

    .mv_title > a {
        color: rgb(152, 146, 146);
        font-weight: normal;
    }

    .mv_title > a:hover {
        color: #434343;
        text-decoration: none;
    }

    .foot_link {
        margin: 1.5em 0 0 0;

        text-align: center;
        font-size: 0.95em;
    }

    .foot_link a {
        color: black;
        font-weight: normal;

        transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
    }

    .foot_link a:hover {
        color: #767676;
        text-decoration: none;
    }

    /**** CONTENT TEMPLATE ****/

    .post_slider {
        position: relative;
    }

    .post_slider > .content {
        display: none !important;
    }

    .content.active {
        display: block !important;
    }

    .post_slider_bubbles {
        /*    margin:0 auto;
    width: 72px;
    margin-top:10px;*/
        position: absolute;
        bottom: 7.5px;
        right: 33%;
    }

    .orint_right .post_slider_bubbles {
        left: 33%;
    }

    .post_slider_bubbles:after {
        content: "";
        display: block;
        clear: both;
    }

    .post_slider_bubbles > .bubble {
        width: 12px;
        height: 12px;
        border: 1px solid #999999;
        border-radius: 12px;
        margin: 5px;
        float: left;
        box-sizing: border-box;
        cursor: pointer;
    }

    .post_slider_bubbles > .bubble.active {
        background: #ccc;
        padding: 5px;
    }

    .content {
        margin: 0;
        margin-top: 1em;
        width: 100%;
        /*    height:220px;*/
        padding: 0;
        padding-bottom: 1.5em;
        display: inline-block;
        /*    border-bottom: 1px solid rgba(256,256,256,0.8);*/
        /*box-sizing:border-box;*/
        /*overflow:hidden;*/

        /*background:#f0f0f0;*/
        /*border:1px solid #cccccc;*/
        /*margin-top:1.5%;*/
    }

    .content.search.full {
        height: 220px !important;
        overflow: hidden !important;
    }

    .content.search:hover {
        cursor: pointer;
    }

    .content.search .frontendbook_content_desc {
        border-color: transparent #FF8484;
    }

    .content.search .frontendbook_content_desc span {
        top: -1px;
        left: 2px;
    }

    .content.search .more-link {
        display: none;
    }

    .content.search .inner_content_container {
        height: 191px !important;
        overflow: hidden !important;
        padding-right: 5em;
    }

    .content.search .page_title {
        text-align: center;
        margin-top: 5em;

    }

    .content.search .page_title a {
        margin-top: 0.5em;
        font-size: 2em;
        display: block;
    }

    .content.search .page_title a:hover {
        color: #767676;
    }

    .content.search:after {
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 24px/1 'Genericons';
        vertical-align: top;
        content: '\f476';
        position: absolute;
        right: 5px;
        bottom: 5px;
        cursor: pointer;
    }

    .content.search .content_himself img {
        display: none;
    }

    .content.search .frontendbook_content_desc.cat_identifier {
        border-color: transparent #FF5656;
        border-width: 0 110px 110px 0;
        z-index: 1020;

    }

    .content.search .frontendbook_content_desc.cat_identifier span, .content.search .frontendbook_content_desc.cat_identifier a {
        top: 35px;
        left: 8px;
    }

    .searchinfo {
        background: #f0f0f0;
        border: 1px solid #ccc;

        padding: 10px 10px;
        position: relative;
    }

    .searchinfo:last-of-type {
        margin-top: 1.5%;
    }

    .searchinfo_element {
        display: inline-block;
        background: #ccc;
        border: 1px solid #bababa;
        padding: 5px 10px;
    }

    .searchinfo_element.right, .tab_group.right {
        position: absolute;
        right: 10px;
    }

    .tab_group.left {
        position: absolute;
        left: 10px;
    }

    .searchinfo_element.sort {
        padding-left: 0;
        padding-right: 0;
        border: none;
        background: none;
    }

    .search_tab, .tab {
        display: inline;
        padding: 5px 10px;
        margin: 0;
        background: #ccc;
        border: 1px solid #ccc;
    }

    .tab:first-of-type {
        margin-left: 0px;
        border-left: none;
    }

    .search_tab:nth-child(2), .tab {
        border-left: 1px solid #ccc;
        margin-left: -4px;
    }

    .search_tab:hover, .tab:hover, .search_tab.active, .tab.active {
        background: #76D791;
        border: 1px solid #76D791;
        transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
        -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
        -o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;

        cursor: pointer;
    }

    .search_tab a {
    }

    .search_tab:hover a, .tab:hover a, .search_tab.active a, .tab.active a {
        color: white;
    }

    .searchinfo_element.pagination span {

    }

    .search_pages {
        display: inline;
        /*padding-right:20%;*/
    }

    .search_pages .page-numbers {
        margin-left: 0.75em;
    }

    span.page-numbers {
        text-decoration: underline;
    }

    .menu-item.search:hover, .menu-item.login:hover {
        background: transparent;
        border-color: transparent;

    }

    .menu-item.search:hover a, .menu-item.login:hover a {
        color: white;
    }

    .menu-item.search a span, .menu-item.login a span {
        font-size: 18px;
    }

    .menu-item.search, .menu-item.login {
        min-width: 0px;
    }

    .menu-item.search a, .menu-item.login a {
        padding: 0em 1em;
    }

    .menu-item.search a .genericon, .menu-item.login a .genericon {
        font-size: 26px;
        vertical-align: text-top
    }

    .mv_logged_in .menu-item.login, .mv_user_login .menu-item.login {
        display: none;
    }

    .sub-menu.search_form {
        height: auto !important;
        width: 60% !important;
        left: auto !important;
        border: none;

        box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.5);
    }

    .content.search .inner_content_container .content_head .title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #searchform input {
        border: 1px solid transparent;
    }

    #serachform input[type="text"] {
        width: 80% !important;
    }

    #searchform input[type="submit"] {
        width: 20%;
    }

    .content.category {
        margin: 0;
        /*    margin-top:1em;*/
        width: 49%;
        height: 220px;
        padding: 0;
        padding-bottom: 1.5em;
        display: inline-block;
        /*    border-bottom: 1px solid rgba(256,256,256,0.8);*/
        box-sizing: border-box;
        overflow: hidden;

        background: #f0f0f0;
        border: 1px solid #cccccc;
        margin-top: 1.5%;
        position: relative;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    .content.category.orint_left:after, .content.category.orint_right:after {
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 24px/1 'Genericons';
        vertical-align: top;

        content: '\f476';
        position: absolute;
        right: 5px;
        bottom: 5px;
        cursor: pointer;
    }

    .content.category:last-of-type {
        border-bottom: 1px solid #cccccc;
    }

    /*.content.category:nth-of-type(2n) {
    margin-right:1%;
}

.content.category:nth-of-type(2n+1) {
    margin-left:1%;
}*/

    .content.category .frontendbook_content_desc {
        border-width: 80px 80px 0 0;
        border-color: #FF8484 transparent transparent transparent;
        left: 0;
        right: auto;

    }

    /*.content.category.orint_left .frontendbook_content_desc {
    border-color: transparent #FF8484 transparent transparent;
}*/

    .content.category .frontendbook_content_desc span {
        font-size: 1em;
    }

    .content.category .frontendbook_content_desc span {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        top: -81px;
        left: -2px;
    }

    /*.content.category.orint_left .frontendbook_content_desc span {
    top:2px;
    left:4px;

    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}*/

    .content.category.lebenslauf, .content.category.galerie, .content.full {
        width: 100%;
        height: auto;
        overflow: auto;
    }

    .content.category.lebenslauf .inner_content_container, .content.category.galerie .inner_content_container, .content.full .inner_content_container {
        height: auto;
        overflow: auto;
    }

    .content.category.lebenslauf.orint_right {
        margin-right: 0 !important;
    }

    .content.category.lebenslauf.orint_left {
        margin-left: 0 !important;
    }

    .content.category.lebenslauf .content_postthumb {
        border-right: none;
        box-shadow: none;
        margin-top: 4.5em;
        margin-left: 20px;
    }

    .content.category.lebenslauf .content_postthumb img {
        height: auto;
    }

    .content.orint_left, .content.orint_right {
        cursor: pointer;
    }

    .content.frontendbox {
        margin: 0;
        height: 220px;
        padding: 0;
        display: inline-block;
        box-sizing: border-box;
        overflow: hidden;

        background: #f0f0f0;
        border: 1px solid #cccccc;
        margin-top: 1.5%;
        border-bottom: 1px solid #cccccc !important;
    }

    .orint_left .content.frontendbox .inner_content_container {
        padding-right: 80px;
    }


    .content:last-of-type {
        border-bottom: 0;
    }

    .content_head {
        margin: 1em 0;
    }

    .content_head .title {
        font-size: 1.4em;
        font-weight: normal;
        color: black;
        line-height: 22px;

    }

    .content_head .title a {
        color: black;
        font-weight: normal;

        transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
    }

    .content_head .title a:hover {
        color: #767676;
        text-decoration: none;
    }

    .content_postthumb {
        float: left;
        margin: 0;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        border-right: 1px solid #cccccc;
        box-shadow: 1px 0px 1px 1px rgba(256, 256, 256, 1);
        position: relative;

    }

    .content.frontendbox .content_postthumb {
        width: 220px;
        height: 220px;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    .content_postthumb img {
        width: 220px;
        /*height:auto;*/
        height: 220px;
        padding: 0;
        box-shadow: none;
        background: #555555 !important;
    }

    .content_postthumb .content_thumblink {
        position: absolute;
        bottom: 0;
        box-sizing: border-box;
        width: 100%;
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        color: white;

    }

    .content_postthumb .content_thumblink:hover {
        background: rgba(0, 0, 0, 0.75);
        cursor: pointer;
    }

    .content_postthumb .content_thumblink:hover a > span {
        margin-left: 0.5em;
        transition: margin-left 0.2s ease-in-out;
    }

    .content_postthumb .content_thumblink a {
        color: white;
    }

    .content_postthumb .content_thumblink a:hover {
        text-decoration: none;

    }

    .inner_content_container {
        height: 191px;
        overflow: hidden;
        padding: 1em 2em;
        box-sizing: border-box;
    }

    .orint_left .inner_content_container {
        padding-right: 3em !important;
    }

    .content_himself {
        /*column-count: 2;
    column-gap: 20px;
    hyphens: auto;

    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-hyphens: auto;

    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-hyphens: auto;

    -ms-hyphens:auto; */

        /*    overflow:hidden;*/

    }

    .no_columns {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }

    .content_himself p {
        display: inline;
    }

    .single .content_himself p {
        display: block;
    }

    .no_function {
        font-weight: bold;
        text-align: center;
        color: #666666;
        padding: 5em 0.5em;
    }

    .content.neuechorszene .content_postthumb img {
        width: auto;
        height: 220px;
    }

    /** LEBENSLAUF CONTENT **/

    .lebenslauf.headline {
        /*margin-top: 1.5em;
    border-bottom: 1px solid white;
    box-sizing: border-box;
    padding: 0.5em 0;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 17px;
    background: white;*/
        margin-top: 1.5em;
        /* border-bottom: 1px solid white; */
        box-sizing: border-box;
        padding: 0.5em 0;
        font-size: 2em;
        font-weight: bold;
        line-height: 17px;
        background: #f5f5f5;
        line-height: 1.4em;
        /* color: white; */
        /* text-align: center; */
        border: 1px solid #ccc;
        padding: 0.5em 25px;
    }

    .content.lebenslauf .content_himself {
        column-count: auto;

        -webkit-column-count: auto;

        -moz-column-count: auto;
    }

    .content.lebenslauf .content_himself p {
        display: block;
    }

    .content.lebenslauf .content_himself .wp-caption {
        width: auto !important;
    }

    .content.lebenslauf .content_postthumb img {
        width: 98px;
    }

    .content.lebenslauf .content_gallery {
        float: right;
        margin-top: 4em;
    }

    .content.lebenslauf .content_gallery img {
        width: auto !important;
        height: 150px !important;
    }

    /** GALERIE CONTENT **/


    .content.category.galerie {

    }

    /** MV TOTAL BOX **/

    .mv_total .content {
        float: left;
        width: 33%;
        padding: 0 1.5em;
        box-sizing: border-box;
        border: 0;
    }

    .mv_total .content_postthumb {
        float: none;
        width: 310px;
        margin: 0 auto;

    }

    .mv_total .content_postthumb img {
        width: 300px;
    }

    .mv_total .content_himself {
        margin-top: 1em;
        padding: 0 0.5em;

        column-count: auto;
        column-gap: 0px;
        hyphens: auto;

        -webkit-column-count: auto;
        -webkit-column-gap: 0px;

        -moz-column-count: auto;
        -moz-column-gap: 0px;

    }

    .mv_total .mv_content:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .mv_total .content_head {
        min-height: 40px;
    }

    /** END OF MV_TOTAL **/


    /*****FRONTENDBOOK****/

    .frontend_book_line {
        /*    margin-top:20px;
    margin-bottom:20px;*/
        display: table;
        width: 100%;
        padding: 0;
    }

    .frontend_book_line:nth-child(odd) {
        /*background:rgba(213, 226, 209, 0.5);*/
    }

    .frontend_book_line:first-of-type {
        margin-top: 60px;
    }

    .frontend_book_line:last-of-type {
        margin-bottom: 60px;
    }

    .frontendbook_content {
        float: none;
        vertical-align: top;
        /*    padding-top:20px;
    padding-bottom:20px;*/
        padding-top: 10px;
        padding-bottom: 10px;
        display: table-cell;
        box-sizing: border-box;

    }

    .frontendbook_content.big {
        width: 69%;
    }

    .frontendbook_content.small {
        width: 29%;

    }

    .frontendbook_content.total {
        width: 100%;
        display: table;
    }

    .frontendbook_content.orint_left {
        margin-left: 0 !important;
        padding-left: 1.5% !important;
    }

    .frontendbook_content.orint_right {
        margin-right: 0 !important;
        padding-right: 1.5% !important;
    }

    .frontendbook_content_desc {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 80px 80px 0;
        border-color: transparent #97d87f transparent transparent;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1021;
    }

    .frontendbook_content:hover .frontendbook_content_desc {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);

    }

    .frontendbook_content:hover .frontendbook_content_desc a, .frontendbook_content:hover .frontendbook_content_desc span {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);

    }

    .frontendbook_content_desc a, .frontendbook_content_desc span {
        color: white;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        position: relative;
        display: block;
        width: 80px;
        height: 80px;
        top: 15px;
        left: -10px;
        text-align: center;

        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .frontendbook_content_desc a:hover {
        text-decoration: none;
    }

    .frontendbook_content.orint_right .content.frontendbox > .content_postthumb {
        float: right;
    }

    .frontendbook_content.orint_right .content.frontendbox > .inner_content_container {
        margin-left: 40px;
    }

    .frontendbook_content.orint_right .frontendbook_content_desc {
        border-width: 80px 80px 0 0;
        border-color: #97d87f transparent transparent transparent;
        left: 0;
        right: auto;

    }

    .frontendbook_content.orint_right .frontendbook_content_desc a {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        top: -65px;
        left: 10px;
    }

    .content.frontendinfo {
        border: 1px solid #cccccc;
        background: #f0f0f0;
        width: 100%;
        height: 220px;
        padding-bottom: 0;
        position: relative;
    }

    .content.frontendinfo > a {
        font-weight: normal;
        color: black;
    }

    .content.frontendinfo > a:hover {
        font-weight: normal;
        text-decoration: none;
        color: black;

    }

    .content.frontendinfo:hover {
        /*box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05);
    transform: scale(1.005);
    -webkit-transform: scale(1.005);
    -moz-transform: scale(1.005);
    -ms-transform: scale(1.005);
    */
        cursor: pointer;

    }

    .content.frontendinfo:hover .frontendinfo_wrapper {
        transform: scale(1.005);
        -webkit-transform: scale(1.005);
        -moz-transform: scale(1.005);
        -ms-transform: scale(1.005);
    }

    /*.content.frontendinfo:hover .frontendinfo_image{
    opacity: 0.75;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;  IE 6-9
}*/

    .content.frontendinfo.special {
        background-size: cover;
    }

    .content.frontendinfo.special:hover {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }

    .content.frontendinfo.special:hover .frontendinfo_image {
        background: rgba(256, 256, 256, 0.42);
    }

    .content.frontendinfo.special .frontendinfo_image {
        opacity: 1;
        background-image: none !important;
        background-color: rgba(256, 256, 256, 0.5);
    }

    .content.frontendinfo.special .frontendinfo_wrapper {
        width: 30%;
    }

    .content.frontendinfo.special .frontendinfo_title {
        border-color: black;
        /*font-weight: bold;*/
        text-shadow: 1px 1px 20px rgba(256, 256, 256, 1);
        margin-top: 75px;
        /*font-size:2.2em;*/
    }

    .content.frontendinfo.special .frontendinfo_content {
        font-weight: bold;
        text-shadow: 1px 1px 20px rgba(256, 256, 256, 1);
        /*font-size:1.1em;*/
    }

    .content.frontendinfo.half .frontendinfo_wrapper {
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;

    }

    .content.frontendinfo.half .frontendinfo_content {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .frontendinfo_thumb img {
        position: absolute;
        height: 100%;
        top: 0;
    }

    .frontendinfo_title {
        font-size: 1.6em;
        text-align: center;
        font-weight: 400;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 10px;
        margin: 0 25px;
        margin-top: 50px;
        z-index: 1;
        position: relative;
    }

    .frontendinfo_content {
        text-align: center;
        margin: 0 25px;
        margin-top: 10px;
        margin-bottom: 50px;
        z-index: 1;
        position: relative;
        color: #434343;
    }

    .frontendinfo_image {
        width: 100%;
        height: 100%;
        background-size: cover;
        transition: display 0.2s ease-in;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0;

        transition: opacity 0.5s ease-in;
    }

    .frontendbook_image_line {
        overflow: hidden;
        width:1076px;
        background:#f0f0f0;
        padding:35px 0;
        border:1px solid #ccc;
        position: relative;
        height: 220px;
        box-sizing:border-box;
        white-space: nowrap;
    }

    .frontend_book_line:hover .frontendbook_image_line_button, .frontendbook_image_line:hover .frontendbook_image_line_button {
        display: block;
        opacity: 1;
    }

    .frontendbook_imagetext_container {
        position: absolute;
        display: none;
        z-index: 2000;
        height: 150px;
        padding: 7.5px 5px;
        background: rgba(0, 0, 0, 0.75);
        box-sizing: border-box;
        color: white;
        left: 0;
        width: 100%;
        white-space: normal;
        cursor: pointer;
    }

    .frontendbook_image_number_label {
        box-sizing: content-box;
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: white;
        padding: 5px;
        width: 15px;
        height: 15px;
        text-align: center;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);

    }

    .frontendbook_image_container:hover .frontendbook_imagetext_container {
        display: block;
    }

    .frontendbook_image_line_button {
        position: absolute;
        width: 50px;
        height: 150px;
        top: 35px;
        background: rgba(0, 0, 0, 0.75);
        cursor: pointer;
        display: block;
        opacity: 0;

        transition: opacity 0.2s ease-in;
        -webkit-transition: opacity 0.2s ease-in;
        -moz-transition: opacity 0.2s ease-in;

        z-index: 2001;
    }

    .frontendbook_image_line_button.left:before {
        content: '\f431';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 36px/1 'Genericons';
        top: 40%;
        left: 5px;
        color: white;
        position: absolute;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

    .frontendbook_image_line_button.right:before {
        content: '\f431';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 36px/1 'Genericons';
        color: white;
        top: 40%;
        right: 5px;
        position: absolute;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    }

    .frontendbook_image_line_button.left {
        left: 0;
    }

    .frontendbook_image_line_button.right {
        right: 0;
    }

    .frontendbook_image_line_button.left:hover:before {
        transform: scale(1.4) rotate(90deg);
        -webkit-transform: scale(1.4) rotate(90deg);
        -moz-transform: scale(1.4) rotate(90deg);
        -ms-transform: scale(1.4) rotate(90deg);
    }

    .frontendbook_image_line_button.right:hover:before {
        transform: scale(1.4) rotate(-90deg);
        -webkit-transform: scale(1.4) rotate(-90deg);
        -moz-transform: scale(1.4) rotate(-90deg);
        -ms-transform: scale(1.4) rotate(-90deg);
    }

    .frontendbook_image_container {
        display: inline-block;
        margin: 0 10px;
        white-space: nowrap;
        position: relative;
    }

    .frontendbook_image_container:first-of-type {
        margin-left: 0;
    }

    .frontendbook_image_container img {
        width: auto;
        height: 150px;
    }

    .frontendbook_image_container img:hover {
        cursor: pointer;
    }

    /**** HEADER ****/

    .mv_header {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 1.5em;

    }

    .mv_header .mv_header_content {
        margin: 0 0 0 0;
        padding: 0;
        background: rgba(256, 256, 256, 0.7);
        background: url("../../uploads/2014/07/Tonhalle-Foto-Heinrichs10x15bw-1024x683.jpg") no-repeat;
        background-position: bottom center;
        background-size: cover;
        border-radius: 2px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        position: relative;
        height: 400px;


    }

    .mv_header .mv_header_content .mv_header_title {
        position: absolute;
        left: 107px;
        top: 30px;

        height: 64px;

        margin: 0;
        padding: 4px 1.5em;

        background: rgba(0, 0, 0, 0.8);
        font-size: 32px;
        font-weight: 100;
        color: white;
    }

    .mv_header .mv_header_content .mv_header_title span {
        position: relative;
        top: 20px;
    }

    .mv_header .mv_header_content img.mv_header_pikt {
        position: absolute;
        left: 30px;
        top: 30px;

        margin: 0;
        padding: 0;

        width: 64px;
        height: 64px;
        border: 4px solid white;

        background: rgba(256, 256, 256, 0.3);

    }

    /****** MV ADDON BOX *******/

    .mv_addon_bar {
        background: #454545;
        /*background: green;*/
        padding: 20px 20px;
        border-top: 10px solid #52ADE0;
        border-bottom: 1px solid #999999;
        box-shadow: 0px 6px 6px -1px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
        color: #999999;
        height: 100px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    }

    .mv_addon_bar.men_aktuelles {
        border-top: 10px solid #FF8484;
    }

    .mv_addon_bar.men_chor, .mv_addon_bar.men_konzerte {
        border-top: 10px solid #97d87f;
    }

    .mv_addon_button {
        display: inline-block;
        border-left: 1px solid #333333;
        padding: 0 20px;
        box-shadow: -1px 0px 0px 0px #666666;
    }

    .mv_addon_button:hover {
        color: white;
        cursor: pointer;
    }

    .mv_addon_button:hover a {
        color: white;
    }

    .mv_addon_button:first-of-type {
        border-left: 0;
        padding-left: 0;
        box-shadow: none;
    }

    .mv_addon_button a, .mv_addon_right_bar_element a {
        /*color:#999999;*/
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    }

    .mv_addon_button a:hover, .mv_addon_right_bar_element a:hover {
        color: white;
        text-decoration: none;
    }

    .mv_addon_button .genericon {
        display: block;
        font-size: 36px;
    }

    .mv_addon_container {
        position: relative;
    }

    .mv_addon_container .socialmedia-buttons {
        display: block;
        text-align: right;
        float: right;
        margin: 0;
        margin-top: -110px;
    }

    .mv_addon_container .socialmedia-buttons img {
        transform: translate(0px, -2px);
    }

    .mv_addon_right_bar {
        position: absolute;
        top: 0;
        right: 0;
    }

    .mv_addon_right_bar_element {
        float: left;
        display: block;
        width: 7em;
        text-align: right;
        border-left: 1px solid #333333;
        box-shadow: -1px 0px 0px 0px #666666;
        padding: 0 20px 0 10px;
    }

    .mv_addon_right_bar_element:first-of-type {
        border-left: none;
        box-shadow: none;
    }

    /**** TERMINE ****/

    .mv_termine:first-of-type {
        margin-top: 2em;
    }

    .mv_termine {
        display: block;
        margin: 1em 0;
        text-align: center;
        color: white;

    }

    .mv_termine_date {
        display: block;

    }

    .mv_termine_date .mv_termine_date_box {
        background: #76D791;
        width: 100%;
        height: 72px;
        margin: 0;
        padding: 0.5em;
        /*border-left: 1px solid white;*/

        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;

        transition: background 0.2s ease-in-out;
    }

    .mv_termine_day {
        font-size: 2.2em;

    }

    .mv_termine_info {
        background: #97d87f;
        font-weight: bolder;
        padding: 0.5em

    }

    .mv_termine_location {
        background: #97d87f;
        padding: 0 0.5em 0.25em 0.5em;


    }

    /**** SINGLE ****/

    .page.single {
        background: white;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .page.single .content {
        background: #f0f0f0;
        border: 1px solid #ccc;
        padding: 1em 2em;
        box-sizing: border-box;

    }

    .page.single .single_contant_wrap {
        display: table-cell;
        vertical-align: top;
        width: 100%
    }

    .page.single .content_himself {
        column-count: auto;
        column-gap: 0px;
        -webkit-column-count: auto;
        -webkit-column-gap: 0px;
        -moz-column-count: auto;
        -moz-column-gap: 0px;
    }

    .page.single .content_meta {
        display: table-cell;
        margin: 0;
        padding-right: 30px;
        vertical-align: top;
    }

    .page.single .content_head {
        margin-bottom: 3em;
        margin-top: 0;
    }

    .page.single .article {

    }

    .page.single .content_meta img {
        width: 220px;
        height: auto;
    }

    .page.single #related_posts {
        box-sizing: border-box;
    }

    .page.single .article .article_link {
        text-align: left;
    }

    /**** META ****/

    .meta_element {
        margin: 0;
        display: block;
        margin-top: 1.5em;
    }

    .meta_element.no-margin {
        margin: 0;
    }

    .meta_time {
        color: white;
        background: #76D791;
        text-align: center;

        padding: 0.75em 1em;

        transition: background 0.2s ease-in-out;
        -webkit-transition: background 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out;
    }

    .meta_time:hover {
        background: #97d87f;
    }

    .meta_time_day {
        font-size: 2.2em;
    }

    .meta_time.until {
        background: #6DC097;
    }

    .meta_author {
        background: #009999;
        padding: 1em;
        text-align: center;
        color: white;
        font-size: 1em;
        position: relative;
        display: none;
        transition: background 0.2s ease-in-out;
        -webkit-transition: background 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out;
    }

    .meta_author:hover {
        background: #00bbbb;
    }

    .meta_author a {
        color: white;
    }

    .meta_author a:hover {
        text-decoration: none;
    }

    .meta_author span.genericon-user {
        font-size: 24px;
        vertical-align: bottom;
    }

    /**** RELATED ARTICLE ****/

    #related_posts {
        position: relative;

        margin-top: 20px;
        padding: 1em 2em;
        background: #f0f0f0;
        border: 1px solid #ccc;
        width: 100%;
    }

    .related_post {
        position: relative;
        display: inline-block;
        width: 33%;
        height: 200px;

        text-align: center;
        color: white;

        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;

        background-size: cover;
        background-position: center center;

    }

    .related_posts_title {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 100px 100px 0;
        border-color: transparent #97d87f transparent transparent;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
    }

    .related_posts_title:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);

    }

    .related_posts_title:hover a {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);

    }

    .related_posts_title a {
        color: white;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        position: relative;
        display: block;
        width: 80px;
        height: 80px;
        top: 8px;
        left: 13px;
        text-align: center;

        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .related_posts_title a:hover {
        text-decoration: none;
    }

    .related_content {
        position: absolute;
        margin: 0;
        padding: 10px;
        color: white;

        background: rgba(0, 0, 0, 0.75);

        width: 100%;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;

        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

    }

    .related_content a {
        color: white;
        font-weight: normal;
    }

    .related_content a:hover {
        /*text-decoration: none;*/
    }

    /**** FILTER BAR ****/

    .filterbar {
        width: 100%;
        margin-bottom: 2.5em;
        box-sizing: border-box;
    }


    .filterbar input {
        width: 90% !important;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        background: #f0f0f0;
        border: 1px solid #ccc;

    }

    .filterbar input[type="submit"], .persons input[type="submit"] {
        width: 10% !important;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        background: #52ADE0 !important;
        border: 1px solid #52ADE0 !important;
    }

    .filterbar #filter.filter_lebensl {
        width: 44.4% !important;
    }

    .filterbar input.date {
        width: 22.8% !important;
        text-align: center;

    }

    /*.filterbar #go_search {
    width:5%;
    box-sizing: border-box;
    background: #76D791;
    border-radius: 0;
}*/

    #go_filter.delete_filter {
        background: #ff6666 !important;
    }

    #go_filter.delete_filter:hover {
        background: #ff3333 !important;
    }

    form.persons {
        margin-bottom: 40px;
    }

    .persons select {
        width: 75%;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        background: #f0f0f0;
        border: 1px solid #ccc;
        padding: 1em 1em;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .persons input[type="submit"] {
        vertical-align: middle;
        box-sizing: border-box;
        width: 11.82%;
    }

    .persons_desc {
        display: inline;
        border: 1px solid #ccc;
        background: #f0f0f0;
        padding: 1em 1em;
        width: 10%;
        vertical-align: middle;
        font-weight: bold;
        box-sizing: border-box;
    }

    /**** CATEGORY ****/

    .category_wrapper, .wrapper {
        position: relative;
        margin-top: 3em;
    }

    .category_wrapper .mv_container {
        margin: 2.5em 0;
    }

    .page.category, .page.with_timeline {
        float: left;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .year_seperator {
        text-align: center;
        /*    border-bottom:1px solid rgba(256,256,256,0.8);*/
        margin: 2em 0;
        padding: 0;
        /*    padding-bottom: 1em;*/
        border-bottom: 1px solid #cccccc;
        position: relative;
    }

    .year_seperator span {
        display: inline-block;
        margin: 0;
        padding: 0.1em 0;
        width: 6%;
        background: white;
        color: #434343;
        font-size: 1.4em;
        left: 46%;
        top: -10px;
        position: absolute;
    }

    /**** TIMELINE ****/

    .timeline_wrapper {
        /*float:left;*/
        /*margin:0;*/
        /*margin-left: 5%;*/
        width: 165px;
        height: 200px;
        position: fixed;
        top: 150px;
        right: 2.5%;

        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .timeline {
        margin: 0;
        padding: 25px 1em;
        height: 100%;
        background: #f0f0f0;

        border-radius: 2px;

        text-align: right;

        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;

        overflow: hidden;
        position: relative;

    }

    .timelineShiftButton {
        position: absolute;
        width: 100%;
        text-align: center;
        color: white;
        background: rgba(0, 0, 0, 0.5);

    }

    .timelineShiftButton:hover span {
        font-size: 1.8em;
        color: #cccccc;
        transition: font-size 0.2s ease-in-out;

    }

    .timelineToTop {

        top: 0;
        left: 0;
    }

    .timelineToBottom {
        bottom: 0;
        left: 0;
    }

    .timeline_year {
        border-top: 2px solid #ccc;
    }

    .timeline_year:hover .timeline_month {
        display: block !important;

    }

    .timeline_year.active_year .timeline_month a {
        color: #cc6600;
    }

    .timeline_month {
        display: none;

        transition: display 2s ease-in-out;
        -webkit-transition: display 2s ease-in-out;
        -moz-transition: display 2s ease-in-out;

        margin-left: 4em;
        border-top: 1px solid #ccc;

        font-size: 0.75em;

        transition: font-size 0.1s ease-in-out;
        -webkit-transition: font-size 0.1s ease-in-out;
        -moz-transition: font-size 0.1s ease-in-out;

        transition: margin-left 0.05s ease-in-out;
        -webkit-transition: margin-left 0.05s ease-in-out;
        -moz-transition: margin-left 0.05s ease-in-out;

    }

    .timeline_month:hover, .timeline_month.active_month {
        font-size: 1.2em;
        margin-left: 1em;
    }

    .timeline_year a {
        color: #555555;
        display: inline-block;
        width: 100%;
    }

    .timeline_month a {
        color: #767676;
        display: inline-block;
        width: 100%;
    }

    .timeline a:hover {
        color: #444444;
        text-decoration: none;
    }

    /**** SCROLL TOP ****/

    .timeline_elements {
        margin-bottom: 1.5em;
    }

    .timeline_elements:after {
        content: "";
        display: block;
        clear: both;
    }

    .timeline_element {
        padding: 1em;
        background: #f0f0f0;
        border-radius: 2px;

        color: #767676;
        text-align: center;

        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: inline;
        float: left;
        width: 50%;
    }

    .timeline_element:nth-child(1) {
        border-right: 1px solid #ccc;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .timeline_element:nth-child(2) {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .timeline_element:hover {
        background: #ccc;
    }

    .timeline_element:hover span.genericon {
        color: white;
    }

    .timeline_element span.genericon {
        font-size: 48px;
        cursor: pointer;
    }

    .timeline_element span.genericon:hover {
        color: white;
    }

    .timeline_element.disabled span.genericon, .timeline_element.disabled:hover span.genericon, .timeline_element.disabled span.genericon:hover {
        color: #C8C8C8;
    }

    .timeline_element.disabled:hover {
        background: #f0f0f0;
    }

    .timele_bottom {
        margin-top: 1.5em;
        margin-bottom: 0;
    }

    .timele_bottom .timeline_element span.genericon {
        transform: rotate(180deg);
    }

    /**** TO ANHANG ****/

    .to_anhang {
        width: 100%;
        margin-top: 1.5em;
        padding: 1em;
        background: #f0f0f0;
        border-radius: 2px;

        color: #555555;
        font-weight: bold;
        text-align: center;

        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .to_anhang span {
        cursor: pointer;
    }

    .to_anhang span:hover {
        color: #767676;
    }

    @media (max-width: 1550px) {
        .timeline_wrapper {
            width: 40px;
            right: 1.5%;
        }

        .timeline_element {
            padding: 0.5em;
        }

        .timeline_element span.genericon {
            font-size: 24px;
        }

        .timeline {
            overflow-y: hidden;
            overflow-x: hidden;
        }

        .timeline .timeline_year {
            width: 100%;
            height: 20px;
            position: relative;
        }

        .timeline_year a, .timeline_month a, .timeline_year.active_year a, .timeline_month.active_month a, .timeline_year.active_year .timeline_month a {
            display: none !important;
        }

        .timeline_year > a {
            display: inline !important;
            position: absolute;
            left: -6px;
            color: #cccccc;
            font-size: 0.9em;
        }

        .timeline .timeline_year.active_year > a {
            display: inline !important;
            position: absolute;
            left: -9px;
            color: #555555 !important;
            font-size: 1em;
        }

        .timeline .timeline_year:hover > a {
            display: inline !important;
            position: absolute;
            left: -9px;
            transform: scale(1.2);
        }

        .timeline_element {
            display: block;
            float: none;
            width: 100%;
        }

        .timeline_element:nth-child(1) {
            border-bottom: 1px solid #ccc;
            border-right: none;
        }

        .to_anhang span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: inherit;
        }
    }

    /***** FACES *****/

    .faces {
        margin-bottom: 2.5em;
        width: 100%;
        box-sizing: border-box;
        border-radius: 2px;
        background: rgba(256, 256, 256, 0.8);
    }

    .faces_row {
        float: left;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid white;
    }

    .faces_row:last-of-type {
        border: 0;
    }

    .face {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding: 15px 0;

        font-size: 0.9em;
        line-height: normal;
    }

    .face:nth-child(odd) {
        padding-right: 25px;
    }

    .face:nth-child(even) {
        padding-left: 25px;
    }

    .face .face_image {
    / / float: left;
        padding-right: 1em;
        display: table-cell;
        vertical-align: top;
    }

    .face .face_image img {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        width: 55px;
        padding: 0;
        background: transparent;
    }

    .face .face_content {
        display: table-cell;
        vertical-align: top;

    }


    /***** FOOTER *****/

    /*.footer {
        padding: 0 20px;
        padding-top: 20px;
        padding-bottom: 80px;
        background: #454545;
        !*background: green;*!
        border-top: 1px solid rgba(256, 256, 256, 0.2);
        box-sizing: border-box;
        box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
        width: 100%;
    }

    .footer_widget {
        float: left;
        margin: 0;
        !*width:25%;*!
        color: white;
    }

    .footer_widget .widgettitle {
        font-size: 1em;
        text-transform: uppercase;
        color: white;
    }

    .footer_widget .textwidget {
        font-size: 0.9em;
    }

    .footer_widget .textwidget a {
        color: white;
    }

    !* INFINITE FOOTER *!

    .footer.infinite_footer {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2003;
        padding: 10px 25px 25px 25px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .footer.infinite_footer .infinite_title {
        text-align: center;
        color: white;
        padding-bottom: 25px;
    }

    !** INHALTSVERZEICHNIS/SIDEMAP **!

    .footer_widget > ul {
        padding: 0;
    }

    .footer_widget ul {
        font-size: 0.95em;
    }

    .footer_widget .page_item a {
        color: white;
        font-weight: normal;
        text-decoration: none;
    }

    .footer_widget .page_item a:hover {
        color: #52ADE0;
    }

    .footer_widget .page_item.current_page_item > a {
        color: #52ADE0;
    }

    .footer_widget .children {
        margin-top: 0.25em;
        margin-bottom: 0.25em;
        padding: 0;
        padding-left: 1em;
    }

    .footer_widget .current_page_ancestor, .footer_widget .current_page_parent, .footer_widget .current-menu-item {
        background: transparent;
    }

    !** FACEBOOK **!

    .footer_widget .widgettitle a {
        color: white;
        text-decoration: none;

    }

    .footer_widget .widgettitle a:hover {
        color: white;
        text-decoration: none;

    }

    .footer_widget iframe {
        background: transparent !important;
    }

    .footer_endup {
        display: none;
    }*/

    /****** GALLERY ******/

    .gallery {

    }

    .stage {
        position: absolute;
        top: 55px;
        left: 0;
        display: none;
    }

    .gallery ul {
        text-align: center;
        -webkit-padding-start: 0px;
        margin-bottom: 60px;
    }

    .gallery li {
        display: inline-block !important;
        margin: 30px 20px 0 20px;
        position: relative;
    }

    .gallery.description {
        z-index: 102;
        display: block;
        position: absolute;
        width: 200px;
        height: 200px;
    / / background: rgba(256, 256, 256, 0.5);
        vertical-align: middle;
    }

    .gallery.description span {
        color: black;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        position: absolute;

        font-size: 1.1em;
        font-weight: normal;
        background: rgba(256, 256, 256, 0.9);
        padding: 10% 25px 0 25px;
        box-sizing: border-box;
        height: 30%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .gallery.description:hover span {
        /*    overflow: auto;
    white-space: normal;*/
    / / height: 42.5 %;
    }

    .gallery.image {
        width: 200px;
        height: 200px;

        background-size: cover;
        /*box-shadow: 0px 0px 70px 0px rgba(256,256,256,0.2);*/
    }

    ul.gallery_nav {
        text-align: center;
        position: fixed;
        left: 0;
        width: 100%;
        background: rgba(256, 256, 256, 0.8);
        z-index: 110;
        margin: 0;
    }

    .gallery_nav > li {
        display: inline-block;
        box-sizing: border-box;
        padding: 15px 25px;
        /*background: rgba(256,256,256,0.8);*/
        /*border-left: 1px solid rgba(256,256,256,0.5);*/
        cursor: pointer;
        font-weight: bold;
    }

    .gallery_nav > li:first-of-type {
        border-left: 0;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .gallery_nav > li:last-of-type {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .gallery_nav > li:hover {
        background: #666666;
        color: white;
    }

    .gallery_nav > li.activeNav {
        background: #52ADE0;
        color: white;
    }

    .gallery.headline {
        text-align: center;
        font-size: 2em;
        padding-top: 1em;
    }

    .gallery.headline .back {
        font-size: 32px;
        vertical-align: sub;
        cursor: pointer;
    }

    .gallery.headline span {
        color: white;
    }

    .gallery_overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(110, 110, 110, 0.5);
    }

    .overlay.total {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: rgba(0, 0, 0, 0.8);
    }

    /**** PRESSEARTIKEL ****/

    .article {
        background: rgba(0, 0, 0, 0.7);

        padding: 10px 10px;
        position: absolute;
        box-sizing: border-box;
        left: 0px;
        bottom: 0px;
        width: 220px;
    }

    .neuechorszene .article {
        width: 155px;
    }

    .single .article {
        position: relative;
        padding: 1em;
        width: 100% !important;

    }

    .single .article .article_link {
        text-align: center;
    }

    .article_logo {
        display: none;
    }

    .article_link {
        text-align: center;
    }

    .article_link a {
        color: white;
    }

    .article_link a span {
        margin-left: 0.25em;
    }

    .article_link:hover a span {
        margin-left: 0.5em;
        transition: margin-left 0.2s ease-in-out;
    }

    .contact-form {
        width: 70%;
        margin: 0 auto;
    }

    .timeline_no_function_overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(256, 256, 256, 0.7);
    }

    .content.category.galerie .frontendbook_content_desc {
        display: none;
    }

    .content.category.galerie .content_postthumb {
        display: none;
    }

    .mv_search_overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.95);
        box-sizing: border-box;
        padding: 0 15%;
        padding-top: 5%;
        display: none;

    }

    .mv_search_overlay .content {
        border: 0;
    }

    .infobox {
        width: 100%;
        box-sizing: border-box;
        padding: 15px 25px;
        margin-top: 1.5%;
        font-size: 1.1em;
        text-align: center;
        background: #f0f0f0;
        cursor: pointer;
        position: relative;
    }

    .infobox:after {
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 24px/1 'Genericons';
        vertical-align: top;

        content: '\f455';
        position: absolute;
        right: 5px;
        bottom: 5px;
        cursor: pointer;
    }

    .mv_search_overlay .close {
        position: absolute;
        right: 20px;
        top: 40px;
        font-size: 4em;
        color: white;
        cursor: pointer;
    }

    /******SHOWCASE********/

    .showcase_wrapper {
        width: 100%;
        height: auto !important;
        overflow-y: auto;

        background: #f0f0f0;
        box-sizing: border-box;
        padding: 25px;
        border: 1px solid #ccc;
    }

    .showcase {
        width: 100%;
    }

    .showcase_row {
        margin-bottom: 10px;
    }

    .showcase_row > .showcase_el:first-of-type {
        border: none;
    }

    .showcase_el {
        display: inline-block;
        width: 20%;
        box-sizing: border-box;
        padding-right: 10px;
        border-left: 1px solid #ccc;
        padding-left: 10px;
        position: relative;
        /*height: 170px;*/
        aspect-ratio: 1;
        overflow: hidden;
    }

    .personalities .showcase_el img {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
    }

    .showcase_el.norestrict {
        height: auto;
    }

    .showcase_el img.scref {
        padding: 0;
        width: 100%;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    }

    .showcase.personalities .showcase_el img.scref {

    }

    .showcase_el img.nocolors {
        /*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(85%);*/
        opacity: 0.2;
    }

    .showcase_info {
        /*width:100%;*/
        /*height:480px;*/
        display: none;
        background: white;
        border: 1px solid #ccc;
        box-sizing: border-box;
        margin: 0 10px;
        margin-bottom: 10px;
        box-shadow: 0px 0px 15px -5px;
    }

    .showcase_control {
        background: #f0f0f0;
        border: 1px solid #ccc;
        padding: 10px;
        position: relative;
    }

    .showcase_control h3 {
        text-align: center;
        margin: 10px 0;
    }

    .showcase_control .tab_group.right, .showcase_control .tab_group.left {
        top: 20px;
    }

    .content.showcase .content_himself p {
        display: block;
    }

    .sc_triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 25px 25px 25px;
        border-color: transparent transparent #ccc transparent;
        top: -26px;
        left: 69px;
        position: absolute;
    }

    .sc_triangle .sc_triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 25px 25px 25px;
        border-color: transparent transparent white transparent;
        top: 2px;
        left: -25px !important;
        position: absolute;
    }

    .content.showcase {
        margin: 0;
        position: relative;
    }

    .content.showcase .inner_content_container {
        height: auto;
    }

    .content.showcase .content_postthumb img {
        width: 120px;
        height: 120px;
    }

    .showcase_meta {
        margin: 1em 0;
    }

    .text_wrap_more {
        margin-bottom: 4em;
    }

    .text_more_toggle {
        position: absolute;
        left: 40%;
        top: 31%;
        width: 20%;
        text-align: center;
        color: black;
        opacity: 1;
        background-color: #ccc;
        padding: 10px;
        border: 1px solid #bababa;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
        cursor: pointer;
    }

    .text_more_endel {
        /*    background: -webkit-linear-gradient(bottom,rgba(255,255,255,0),rgba(255,255,255,1)); Safari 5.1-6
    background: -o-linear-gradient(bottom,rgba(255,255,255,0),rgba(255,255,255,1)); Opera 11.1-12
    background: -moz-linear-gradient(bottom,rgba(255,255,255,0),rgba(255,255,255,1)); Fx 3.6-15
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); Standard*/

        position: relative;
        opacity: 0.7;
    }

    .content.showcase .frontendbook_content_desc span {
        top: 1px;
        left: 0px;
    }

    /*.showcase_overlay {
    display:none;
}*/

    .showcase_el:hover .showcase_overlay {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.2s ease-in-out;
    }

    .showcase_overlay {
        position: absolute;
        width: calc(100% - 20px);
        /*height: 97%;*/
        background: rgba(256, 256, 256, 0.9);
        padding: 10% 10px;
        box-sizing: border-box;
        cursor: pointer;
        visibility: hidden;
        opacity: 0;
        bottom: 4px;
    }

    .personalities .showcase_overlay {
        bottom: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    }

    .showcase_overlay span {
        color: black;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        font-size: 1em;
        /*margin-top: 72%;*/
        text-align: center;
    }

    a.show_showcase_thumbnail .genericon {
        margin-right: 0.5em;
        vertical-align: bottom;
    }

    .showcase_thumb {
        display: none;
    }

    .labelbar {
        width: 1100px;
    }

    .audio_demo_container {
        position: absolute;
        right: 2em;
        top: 2em;

    }

    .audio_toggle .genericon {
        font-size: 40px;
    }

    .audio_example {
        display: none;
    }

    .mvt_table {
        border-collapse: collapse;
        display: table;
    }

    .mvt_line {
        width: 100%;
        display: table-row;
    }

    .mvt_line.head {
        background: #454545 !important;
        color: white;
        font-size: 1.25em;
        border-bottom: 1px solid transparent;

        border: none !important;
    }

    .mvt_line.head .mvt_element {
        border: none;
        white-space: nowrap;
        padding: 10px 5px;

    }

    .mvt_line.head .mvt_element.active, .mvt_line.head .mvt_element.group_el {
        text-decoration: underline;
    }

    .mvt_line.second {
        background: #f0f0f0;
    }

    .mvt_line.first {
        background: white;
    }


    .mvt_element {
        width: auto;
        display: table-cell;
        padding: 1px 5px;
        border-right: 1px solid #ccc;
        vertical-align: middle;
        text-align: center;
    }

    .mvt_element:last-of-type {
        border-right: none;
    }

    .mvt_element span.genericon {
        margin-left: 0.2em;
        vertical-align: bottom;
        text-decoration: none !important;
    }

    .mvt_element a {
        color: white;
        font-weight: normal;
    }

    .mvt_element a:hover {
        text-decoration: underline;
    }

    .mvt_element img {
        width: 30px;
        height: 40px;
        object-fit: cover;
        object-position: center;
        border: none;
        box-shadow: none;
        float: left;
        background: transparent;
    }

    .mvt_element:after {
        content: "";
        display: block;
        clear: both;
    }

    .mvt_element > span.mvt_text {
        vertical-align: middle;
        height: 40px;
        display: table-cell;
    }

    .mvt_line.info {
        display: block;
        font-size: 1em;
        border: 1px solid #454545;
        background: #f0f0f0 !important;
        color: #454545;
        box-sizing: border-box;
        width: 100%;

        border-top: 1px solid #454545 !important;
    }

    .mvt_element.group_el {
        background: #454545;
        color: white;
    }

    .mvt_line:not(.same_row) > .mvt_element.group_el {
        border-top: 1px solid #676767 !important;
    }

    .mvt_element.group_el {
        border-top: none;
    }

    .mvt_line.head .mvt_element.group_el {
        background: #454545;
    }

    .mvt_line:not(.same_row) .mvt_element {
        border-top: 1px solid #ccc;
    }

    .mvt_line.head:not(.same_row) .mvt_element, .mvt_line.head:not(.same_row) .mvt_element.group_el {
        border-top: none !important;
    }

    .mvt_line:not(.same_row):nth-child(3) .mvt_element {
        border-top: none !important;
    }

    .mvt_line.bordered:not(.same_row) .mvt_element {
        border-top: 1px solid #ccc !important;
    }

    .mvt_tablehead_icon {
        width: 24px !important;
        height: 24px !important;
        float: none !important;
        vertical-align: text-top;
    }

    .mvt_table_icon {
        width: 32px !important;
        height: 32px !important;
        float: none !important;
        vertical-align: text-top;
    }

    .tab_container {
        width: 20%;
        margin: 0 auto;
        background-color: #bababa;
        box-sizing: border-box;
        padding: 0;
        margin-top: 2em;
        margin-bottom: 1em;
    }

    .tab_el {
        display: block;
        width: 50%;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
        border-right: 1px solid #ccc;
        float: left;

        white-space: nowrap;
    }

    .tab_container:after {
        content: "";
        display: block;
        clear: both;
    }

    .tab_el:nth-child(2) {
        border: none;
    }

    .tab_el:hover, .tab_el.active, .tab_el:hover a, .tab_el.active a {
        background: #52ADE0;
        color: white;
        cursor: pointer;
    }

    .tab_container.long {
        width: 50%;
        margin-bottom: 3em;
        border-collapse: collapse;
    }

    .tab_container.long .tab_el {
        float: none;
        display: table-cell;
        width: 25%;
        vertical-align: middle;
    }

    .tab_container.long .tab_el:nth-child(4) {
        border: none;
    }

    .tab_container.long .tab_el:nth-child(2) {
        border: 1px solid #ccc;
    }

    input.filter_auff {
        width: 44% !important;
    }

    input.filter_auff.wcb {
        width: 40.2% !important;
    }

    .mv_checkboxhack {
        height: 41px;
        display: inline-block;
        width: 44px;
        background-color: #f0f0f0;
        border: 1px solid #ccc;
        vertical-align: bottom;
    }

    .mark:before {
        content: '\f418';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 42px/1 'Genericons';
        vertical-align: top;
        color: #6DC097;
    }

    .mark.active:before {
        content: '\f418' !important;
    }

    .mark.inactive:before {
        content: '\f405' !important;
        color: red;
    }

    /**STICKY**/

    .sticky_container {
        display: flex;
        flex-flow: row wrap;
        flex-direction: row;
        justify-content: center;
    }

    .sticky_container.upcoming {
        flex-flow: initial;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }

    .sticky_element {
        background-color: #F0F0F0;
        /*    padding: 15px;*/
        width: 240px;
        height: 200px;
        margin: 10px;
        border: 1px solid #ccc;
        cursor: pointer;
    }

    .sticky_element.old {

    }

    .sticky_title {

        /*    border-bottom: 1px solid white;
    padding-bottom: 1em;*/
        height: 75%;
        box-sizing: border-box;

        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);

        background-size: cover;
        background-position: top center;

        position: relative;
    }

    .sticky_title div {
        color: white;
        text-align: center;
        font-size: 1.6em;
        line-height: 1.5em;
        padding: 15px;
        background: rgba(210, 210, 210, 0.65);
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .sticky_element.old .sticky_title div {
        color: white;
        background: rgba(60, 60, 60, 0.45);
    }

    .sticky_subtitle {
        text-align: center;
        font-size: 1.4em;
        line-height: 1.5em;
        padding-top: 0.45em;
    }

    .sticky_element.old .sticky_subtitle {
        color: #999999;
    }


    .sticky_content {
        display: none;
    }

    .sticky_element:hover {
    }

    .sticky_element:hover .sticky_content {

    }

    .sticky_info {
        flex: 1;
        background: #f0f0f0;
        border: 1px solid #ccc;
        height: 200px;
        padding: 15px;
        box-sizing: border-box;
        margin: 10px;
    }

    .sticky_lp_wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.75);
        display: none;
        z-index: 100000000;
    }

    .sticky_lp_container {
        width: 75%;
        height: auto;
        max-height: 75%;
        overflow-y: scroll;
        margin: 0 auto;
        margin-top: 5%;
        background: #f0f0f0;
        padding: 10px 0;
        border: 1px solid #ccc;
    }

    .sticky_lp_container .page.single {
        margin: 0;
        padding: 0;
        background: #f0f0f0;
    }

    .sticky_lp_container table td {
        white-space: normal !important;
    }

    .sticky_lp_container .page.single .content {
        border: none;
    }

    .year_seperator.special {
        border-color: rgb(255, 132, 132);
    }

    .year_seperator.special span {
        color: rgb(255, 132, 132);
        font-size: 1.5em;
    }

    .year_seperator.special.upcoming span {
        width: 40%;
        left: 30%;
    }

    .frontendbook_content_desc.addict {
        border-color: transparent !important;
        border-width: 140px 140px 0 0 !important;
    }

    .frontendbook_content_desc.addict span {
        background: black;
        width: 140px;
        height: auto;
        top: -105px !important;
        left: -25px !important;
        padding: 0px 17px;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content.category.orint_left .frontendbook_content_desc.addict span {
        top: -105px !important;
        left: 27px !important;
    }

    /*.mv-flexy {
    display:flex;
    flex-direction: row;
}

.mv-special-page-content {
    flex: 8;
}

.mv-special-page-aside {
    flex: 4;
    margin-left: 30px;
    border-left: 1px solid #ccc;
    padding: 15px;
}*/

    .content_himself > p {
        display: block;
    }

    /**** NEWSLETTER ****/

    ul.wysija_archive {
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    ul.wysija_archive li {
        padding-top: 10px !important;
        flex: 25%;
        width: 25%;
        margin: 5px;
        background: #f5f5f5;
        padding: 10px 25px;
        position: relative;
    }

    ul.wysija_archive li:after {
        content: '\f410';
        font-family: 'Genericons';
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 24px;
    }

    ul.wysija_archive li a.viewnews:hover {
        color: black;
    }

    span.wysija_archive_date {
        display: block;
    }

    ul.wysija_archive li:hover {
        background: #d6d6d6;
        cursor: pointer;
    }

    img.total-width {
        max-width: 100%;
        height: auto;
    }

    /** STEHLE CONTENT **/


    .showcase_meta.audio_play .showcase_meta_el, .showcase_meta.audio_play .showcase_meta_el_head {
        display: block;
        width: 100%;
        background: #f0f0f0;
        padding: 5px 10px;
    }

    .showcase_meta.audio_play .showcase_meta_el {
        display: flex;
    }

    .showcase_meta.audio_play .showcase_meta_el_head {
        font-weight: bold;
        background-color: #7e7e7e;
        border-bottom: 1px double #9d9d9d;
        color: white;
        padding: 5px 10px;
    }

    .showcase_meta.audio_play .showcase_meta_el:nth-child(2n+1) {
        background-color: white;
    }

    .showcase_meta .title_bold {
        width: 50px;
        font-weight: bold;
    }

    .showcase_meta .title_name {
        flex: 1;
        padding-left: 10px;
    }

    /** AUDIO PLAYER **/

    #mv-audio-player {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 350px;
        z-index: 2002;
        background: rgba(0, 0, 0, 0.75);
    }

    #mv-audio-player.minimized {
        height: 100px;
    }

    #mv-audio-player .player-container {
        display: flex;
        flex-direction: row;
        padding: 15px;
        position: relative;
    }

    #mv-audio-player .player-container #minimize, #mv-audio-player .player-container #close {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 48px;
        height: 48px;
    }

    #mv-audio-player.minimized .player-container #minimize, #mv-audio-player.minimized .player-container #close {
        top: 5px;
    }

    #mv-audio-player .player-container #minimize {
        background-color: transparent;
        right: 68px;
    }

    #mv-audio-player.minimized .player-container #minimize:after {
        content: '\f432';
    }

    #mv-audio-player .player-container #minimize:after {
        font-family: 'Genericons';
        content: '\f431';
        font-size: 48px;
        color: white;
        position: absolute;
        top: 15px;
        left: -10px;
    }

    #mv-audio-player .player-container #close:after {
        font-family: 'Genericons';
        content: '\f405';
        font-size: 48px;
        color: white;
        position: absolute;
        top: 15px;
        left: -10px;
    }

    #mv-audio-player .player-container #cover {
        width: 250px;
        height: auto;
    }

    #mv-audio-player.minimized .player-container #cover {
        width: 85px;
    }

    #mv-audio-player .player-container #cover > img {
        width: 100%;
        height: auto;
    }

    #mv-audio-player .player-container .info-controll-container {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

    #mv-audio-player .player-container .info-controll-container .info {
        color: white;
    }

    #mv-audio-player .player-container .info-controll-container .info .albumname {
        font-size: 1.5em;
        font-weight: normal;
        line-height: 2em;
        padding-right: 75px;
    }

    #mv-audio-player.minimized .player-container .info-controll-container .info .albumname {
        display: none;
    }

    #mv-audio-player .player-container .info-controll-container .info .trackname {
        font-size: 2em;
        font-weight: bold;
        line-height: 2.2em;
        height: 2.2em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #mv-audio-player.minimized .player-container .info-controll-container .info .trackname {
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1em;
        height: 1em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #mv-audio-player .player-container .info-controll-container #controls {
        flex: 1;
        display: flex;
        flex-direction: row;
        padding: 15px 0;
        margin-top: 15px;
        border-top: 1px solid white;
    }

    #mv-audio-player.minimized .player-container .info-controll-container #controls {
        margin-top: 0;
        border-top: none;
    }

    #mv-audio-player .player-container .info-controll-container #controls .play-pause {
        width: 48px;
        height: 48px;
        position: relative;
    }

    #mv-audio-player .player-container .info-controll-container #controls .play-pause:after {
        font-family: 'Genericons';
        content: '\f452';
        font-size: 48px;
        color: white;
        position: absolute;
        top: 15px;
        left: -10px;

    }

    #mv-audio-player .player-container .info-controll-container #controls .play-pause.playing:after {
        content: '\f448';
    }

    #mv-audio-player .player-container .info-controll-container #controls progress {
        flex: 1;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 16px;
        margin-top: 16px;
    }

    #mv-audio-player .player-container .info-controll-container #controls progress[value]::-webkit-progress-bar {
        background: #eee;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    }

    #mv-audio-player .player-container .info-controll-container #controls progress[value]::-webkit-progress-value {
        background-image: -webkit-linear-gradient(-45deg,
        transparent 33%, rgba(0, 0, 0, .1) 33%,
        rgba(0, 0, 0, .1) 66%, transparent 66%),
        -webkit-linear-gradient(top,
                rgba(255, 255, 255, .25),
                rgba(0, 0, 0, .25)),
        -webkit-linear-gradient(left, #09c, #f44);

        border-radius: 2px;
        background-size: 35px 20px, 100% 100%, 100% 100%;
    }

    #mv-audio-player .player-container .info-controll-container #controls .progress-time {
        color: white;
        margin-top: 16px;
        font-size: 12px;
        margin-left: 15px;
    }

    #mv-audio-player.minimized .player-container .info-controll-container #controls .progress-time {
        display: none;
    }
}