
/* .REboxRed{
	animation-duration: 1s;
    animation-fill-mode: both;
	animation-name: fadeInUp;
}


@keyframes fadeInUp {
0% {
    opacity: 0;
    transform: translate3d(0px, 3%, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
} */

body {
    background: var(--color-white)  scroll 0 0;
    color: var(--color-black);
    font-family:'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.25em;
}
/* Banner */
#div_banner{
    position: fixed;
    right: -510px;
    opacity: 0;
    display: none;
    z-index: 5;
    top: 0em;
    border: 4px solid red;
    outline: 4px solid var(--color-white);
    box-shadow: -6px 6px 8px 0 #333;
    margin: 0 !important;
    width: 450px;
    height: auto;
    background: var(--color-white);
    max-width:90%;
    max-height:100vh;
    overflow:auto;
}
html body div#div_banner div.div_bannerImg a{width:100%;height:100%;display:block}
html body div#div_banner div.div_bannerImg img{width:100%;height:auto}
#div_banner p{padding:10px 20px;text-align:center;margin:0}
/* Banner */
/* neue KuMag */
div.tx-nn-kuwe-kumag div.div_kumaglink_thumb, div.tx-nn-kuwe-kumag div.div_kumaglink_text{
    text-align: center;
}
/* neue KuMag */
div.div_kumaglink_text h3 {
	text-align:center;
}
div.subcolumns div.tx-nnkumaglinks-pi1 div.div_pdflink_thumb a img.img_pdflink, div.subcolumns_3 div.tx-nnkumaglinks-pi1 div.div_pdflink_thumb a img.img_pdflink{
    height: auto;
    margin: 0 auto !important;
    max-height: 300px;
    max-width: 100%;
    width: auto;
}
h1 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0.7em 0 0;
    text-shadow: none;
    color: var(--color-blue);
    font-family: 'Oswald', sans-serif;
}

.csc-textpicHeader  h1 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0.7em 0 0;
    text-shadow: none;
    color: var(--color-blue);
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

div.REboxRed div.REboxRedContent div.tx-nnnfp-pi1 div.csc-default div.csc-textpic div.csc-textpic-text div.csc-textpicHeader h1{
    margin: 0.7em 0;
}
ul{list-style: inside;}
@media screen and (min-width: 625px){
    #infobuttons + #main div.ym-column div.ym-col1 div.ym-cbox div.csc-default div.REboxRed div.REboxRedContent div.csc-default ul{margin:0 25%}
}
@media screen and (max-width: 624px){
    #infobuttons + #main div.ym-column div.ym-col1 div.ym-cbox div.csc-default div.REboxRed div.REboxRedContent div.csc-default div.news div.news-list-view div.news-list-item.article{
        width:100%;
        margin-right:0;
        margin-left:0;
        float: none;
        clear: both;
        text-align:left;
    }
    #infobuttons + #main div.ym-column div.ym-col1 div.ym-cbox div.csc-default div.REboxRed div.REboxRedContent div.csc-default div.subcolumns div.c50l, #infobuttons + #main div.ym-column div.ym-col1 div.ym-cbox div.csc-default div.REboxRed div.REboxRedContent div.csc-default div.subcolumns div.c50r{
        width:100%;
        margin-right:0;
        margin-left:0;
        float: none;
        clear: both;
        text-align:left;
    }
}
a {
    color: var(--color-blue);
    text-decoration: none;
    text-shadow: none;
}
div.ToolBoxImage a{
    width:100%;
    height:100%;
    display:block;
}
div.REboxRed div.REboxRedContent figure.csc-textpic-image figcaption.csc-textpic-caption{background:none;}

div.ym-col1 div.ym-cbox div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default {
    text-align: center;
    padding: 0;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;

}
/* @-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
} */

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


#header {
    background: transparent none repeat scroll 0 0;
    color: var(--color-black);
    display: block;
    overflow:hidden;
    padding: 0px 0;
    width: 100%;
    position:absolute;
    z-index:99;
    top:auto;
    height:auto;
    border:none;
    bottom:3em;
}
#header.small {
    background: #ff0000  none repeat scroll 0 0;
    border-bottom: 1px solid #f2f2f2;
    height: 84px;
    transition: height 3s ease-in-out;
    position: fixed;
    top: 0;
    z-index:100;
    bottom:auto;
    opacity: 1;
}
div.ym-wbox #header.small #header_name h2{
    background: var(--color-warm-yellow) none repeat scroll 0 0;
    box-sizing: border-box;
    color: var(--color-blue);
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 2.125em;
    font-weight: bold;
    height: 100%;
    line-height: 1.2em;
    margin: 0;
    padding: 21px 45px;
    width: auto;
}
div.ym-wbox #header.small #header_name h1{
    background: var(--color-warm-yellow) none repeat scroll 0 0;
    box-sizing: border-box;
    color: var(--color-blue);
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 2.125em;
    font-weight: bold;
    height: 100%;
    line-height: 1.2em;
    margin: 0;
    padding: 21px 45px;
    width: auto;
}

div.ym-wbox #header #header_name{
    float:none;
    height:84px;
}
div.ym-wbox #header.small #header_name{
    background: var(--color-warm-yellow);
    /* width:100%; */
    float: right;
    width: calc(100% - 191px - 68px);
}

div.ym-wbox #header #mh-logo.mh-logo{
    float: none;
    padding:0 34px;
    margin:0;
    background: var(--color-white) none repeat scroll 0 0;
    display:block;
    width: 191px;
    height: 84px;
}
div.ym-wbox #header.small #mh-logo.mh-logo {
    padding:0 34px;
    margin:0;
    background: var(--color-white) none repeat scroll 0 0;
    display:block;
    float:left;
    height: 100%;
    width:191px;
}
#header #mh-logo img{

    height:auto;
    width:100%;
    padding: 0;
}
div.ym-wbox #header.small #mh-logo img{
    padding: 0;

    height:100%;
    width: 191px;
}
div.ym-wbox #header.small #mh-logo a{
    display: block;
    height: 100%;
    width: 100%;
}

div.ym-wbox #header #header_name h2{
    background: var(--color-warm-yellow) none repeat scroll 0 0;
    box-sizing: border-box;
    color: var(--color-blue);
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 2.125em;
    font-weight: bold;
    height: 100%;
    line-height: 1.2em;
    margin: 0;
    padding: 21px 45px;
    width: auto;
}
div.ym-wbox #header #header_name h1{
    background: var(--color-warm-yellow) none repeat scroll 0 0;
    box-sizing: border-box;
    color: var(--color-blue);
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 2.125em;
    font-weight: bold;
    height: 100%;
    line-height: 1.2em;
    margin: 0;
    padding: 21px 45px;
    width: auto;
}
div.ym-wbox #header #header_name h2 img{
    position:relative;
    bottom:15px;
}
div.ym-wbox #header #header_name h1 img{
    position:relative;
    bottom:15px;
}
div.ym-wbox #header div{
    height:100%;
}


#subheader {
    background: var(--color-white) none repeat scroll 0 0;
    color: var(--color-black);
    display: block;
    overflow:hidden;
    padding: 0 0  0px 0;
    width: 100%;
    position:relative;

    -webkit-transition: margin-top 0.4s ;
    transition:  margin-top 0.4s;
}
#subheader div.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 2%;
    z-index: 9;
    opacity: 1;
    background: rgba(0, 0, 0, 0) url("/fileadmin/img/mh_arrows_l.png") no-repeat;
    background-size: cover;
}
#subheader div.nivo-directionNav a.nivo-nextNav {
    background: rgba(0, 0, 0, 0) url("/fileadmin/img/mh_arrows_r.png") no-repeat;
    background-size: cover;
}
#main {
    background: transparent;
    clear: both;
    margin: 0 auto;
    min-width: 320px;
    width: 100%;
    max-width:100%;
}
div.REboxBlue div.REboxBlueContent div.csc-default div.ToolBox div.ToolBoxContent{display:none;}
div.REboxRed > div.REboxRedContent > div.csc-default > div.subcolumns > div.c50l > div.subcl > div.csc-default:first-child, div.REboxRed > div.REboxRedContent > div.csc-default > div.subcolumns > div.c50r > div.subcr > div.csc-default:first-child{
    margin-bottom: 1em;
}
div.REboxRed > div.REboxRedContent > div.csc-default > div.subcolumns > div.c50l > div.subcl > div.csc-default:nth-child(2) figure, div.REboxRed > div.REboxRedContent > div.csc-default > div.subcolumns > div.c50r > div.subcr > div.csc-default:nth-child(2) figure {
    width: auto !important;
}
#footer {
    background: var(--color-blue) none repeat scroll 0 0;
    border: none;
    color: var(--color-white);
    margin: 0em;
    width: 100%;
    box-sizing:border-box;
    max-width:none;
    opacity: 1;
    padding: 1.4em 14px 1.4em 48px;
    text-align: left;
    font-size:0.8em;

}
#footer .csc-default{
    float: none;
    padding: 0 1em;
    width: 100%;
}
.footer_yellow{
    float:left;
    width:40%;
}
.footer_yellow2{
    float:left;
    width:30%;
}

.footer_yellow h2{
    font-size:1.4em;
    color: var(--color-white);
}
#footer a{font-size:inherit;color:var(--color-white);}

.footer_yellow table.tbl_worktime{margin:0.5em 0 0;}
#footerbanner {
    padding: 0;
    float: right;
    margin: 0;
    clear: none;
}
#top_door{
    color: var(--color-white);
    display: block;
    margin: 0;
    text-align:left;
    width: auto;
    float:left;
}
#top_door a{
    color:var(--color-white);
    font-size:inherit;
}
#top_door a, #top_door a:focus, #top_door a:hover, #top_door a:active {
    color: var(--color-white);
    font-size: inherit;
}
div.ym-column {
    font-size: 1em;
}
div.ym-wrapper {
    background-color: transparent;
    border:none;
    margin: 0 auto;
    max-width:100%;
    min-width:320px;
    width: 100%;
    z-index: 4;
}
div.ym-wrapper div.ym-wbox{
    min-width:initial;
    width:100%;
    padding:0;
}
#navigation{
    background:transparent;
    height: 57px;
    max-width:100%;
    min-width:320px;
    width: 100%;
    z-index: 100;
    position:static;
}
#navigation div.ym-hlist{
    background:var(--color-blue);
}
#navigation.fixed{
    position: fixed;
    top: 84px;
}




div#header div#mh-logo.mh-logo a{display:block;width:100%;height:100%;}
#header_yellow {
    background: #f2f2f2;
    border:none;
    border-radius:0;
    box-shadow: none;
    color: var(--color-blue);
    display: block;
    float: right;
    margin: 0;
    max-width: 19.35em;
    min-width: initial;
    padding: 30px;
    position:static;
}


#infobuttons figcaption.csc-textpic-caption {
    display: none;
}
#header_image {
    width:100%;
    margin: 0px 0em 0px 0px;
    min-width:initial;
    max-width:none;
}
#header_image  img{
    width:100%;
}
#header_image div.nivoSlider{margin:0;}
#header_image img {
    border: none;
    margin: 0;
}
#header #header_yellow div.csc-default #p_address{white-space:normal !important; text-align:left !important;}
#firm_logo {
    display: block;
    float: left;
    padding: 21px 21px 11px 21px;
    background: var(--color-white);
}
.tbl_worktime{
    margin: 30px 0 30px -2px;
    color:var(--color-blue);
    line-height:1.4em;
}


#main div.subcolumns div.c50r{
    display: block;
    float: left;
    width: calc((100% - 60px) / 2);
    margin-left: 30px;
}
#main div.subcolumns div.c50r div.subcr{
    float:none;
    width:100%;
}
div.REboxRed div.REboxRedContent div.csc-default div.subcolumns div.c50r div.subcr div.csc-default div.csc-textpic div.csc-textpic-imagewrap{
    float:none;
    width:100%;
    margin:0;
}
/* div.REboxRed div.REboxRedContent div.csc-default div.subcolumns div.c50r div.subcr div.csc-default div.csc-textpic div.csc-textpic-imagewrap figure{width:100%}
div.REboxRed div.REboxRedContent div.csc-default div.subcolumns div.c50r div.subcr div.csc-default div.csc-textpic div.csc-textpic-imagewrap figure img{width:100%} */
div.REboxRed div.REboxRedContent div.csc-default div.subcolumns div.c50r div.subcr div.csc-default div.csc-textpic div.csc-textpic-text{
    margin:0 !important;
    text-align: left;
}
#main div.subcolumns div.c50l{
    display: block;
    float: left;
    margin-right: 30px;
    width: calc((100% - 60px) / 2 - 1px);
}
#main div.subcolumns div.c50l div.subcl{
    float:none;
    width:100%;
}
div.REboxRed div.REboxRedContent div.csc-default div.subcolumns div.c50l div.subcl div.csc-default div.csc-textpic div.csc-textpic-imagewrap{
    float:none;
    width:100%;
    margin:0;
}
/* div.REboxRed div.REboxRedContent div.csc-default div.subcolumns div.c50l div.subcl div.csc-default div.csc-textpic div.csc-textpic-imagewrap figure{width:100%}
div.REboxRed div.REboxRedContent div.csc-default div.subcolumns div.c50l div.subcl div.csc-default div.csc-textpic div.csc-textpic-imagewrap figure img{width:100%} */
div.REboxRed div.REboxRedContent div.csc-default div.subcolumns div.c50l div.subcl div.csc-default div.csc-textpic div.csc-textpic-text{
    margin:0 !important;
    text-align: left;
}
div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 div.csc-default{
    float: left;
    width: calc((100% - 60px) / 2);
    position:relative;
}
div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 div.csc-default div.action_service_price_2{
    margin-right:0;
    left:0;
}
div.tx-nnnfp-pi1 div.action_service_price_mwst{
    float: none;
    left: 0;
    position: relative;
    width: auto;
}
div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 hr.hr_newstrenner{display:none;}
div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 div.csc-default:first-child{
    margin-right:30px;
}
div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 div.csc-default:first-child div.csc-textpic div.csc-textpic-imagewrap{
    margin:0 !important;
    width:100%;
    float:none;
}
div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 div.csc-default:first-child div.csc-textpic div.csc-textpic-imagewrap img{
    height: auto;
    margin: 0;
    width: 100%;
}
div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 div.csc-default:first-child div.csc-textpic div.csc-textpic-text{
    text-align:left;
}
div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 div.csc-default:last-child{
    margin-left:30px;
}
div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 div.csc-default:last-child div.csc-textpic div.csc-textpic-imagewrap{
    margin:0 !important;
    width:100%;
    float:none;
}
div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 div.csc-default:last-child div.csc-textpic div.csc-textpic-imagewrap img{
    height: auto;
    margin: 0;
    width: 100%;
}
div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 div.csc-default:last-child div.csc-textpic div.csc-textpic-text{
    text-align:left;
}
div.news-list-container div.news-list-item div.div_tt_news_list div.div_news_list_item {
    padding: 0;
    text-align:center;
}
div.REboxRed div.REboxRedContent div.subcolumns_3 > div{
    float:left;
    /* width:28.4%; */
    width:calc((100% - 120px) / 3);
}
div.REboxRed div.REboxRedContent div.subcolumns_3 h1{
    margin: 0 0 20px 0;
}
div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33m{
    margin:0 60px;
}
div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33l div.subcl, div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33m div.subcm, div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33r div.subcr{
    width:100%;
    float:none;
}
div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33l div.subcl div.csc-textpic-imagewrap, div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33m div.subcm div.csc-textpic-imagewrap, div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33r div.subcr div.csc-textpic-imagewrap{
    float: none;
    margin: 0;
}
div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33l div.subcl div.csc-textpic-imagewrap figure, div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33m div.subcm div.csc-textpic-imagewrap  figure, div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33r div.subcr div.csc-textpic-imagewrap  figure{
    display: block;
    width: 100%;
}
div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33l div.subcl div.csc-textpic-imagewrap figure img, div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33m div.subcm div.csc-textpic-imagewrap  figure img, div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33r div.subcr div.csc-textpic-imagewrap  figure img{
    width:100%;
    height:auto;
}
div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33l div.subcl div.csc-textpic-text, div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33m div.subcm div.csc-textpic-text, div.REboxRed div.REboxRedContent div.subcolumns_3 div.c33r div.subcr div.csc-textpic-text{
    margin: 0 !important;
    text-align: left;
}
div.REboxRed div.REboxRedContent div.subcolumns table.tbl_worktime{color:#262626;}
table.tbl_worktime td:first-child {
    width: 4em;
}
table.tbl_worktime > caption {
    font-weight: 300;
    text-align:left;
    padding-left:2px;
    line-height: 1.6em;
}
#infobuttons table.tbl_worktime > caption {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 1em;
}
tbody tr:hover th, tbody tr:hover td {
    background: transparent none repeat scroll 0 0;
}
tbody td {
    padding: 0;
}
#facebook_link {
    float:left;
    margin-bottom:30px;
}
div#header_yellow div.csc-textpic-imagewrap img {
    background: var(--color-blue);
}
#facebook_link figure.csc-textpic-image.csc-textpic-last{margin-bottom:0;}
#facebook_link img {
    float:left;
    width:22px;
    height:22px;
}
#facebook_link figcaption {
    float:left;
}
#facebook_link figcaption.csc-textpic-caption {
    background-color: transparent;
    font-style: normal;
    font-size:1em;
    padding:0 10px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
#main > div.ym-column > div.ym-col1 > div.ym-cbox > div.csc-default:nth-child(2n) {background:#e6e6e6;}

div.REboxRed {
    background: var(--color-white) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0;
    max-width: 100% !important;
    min-width: 32.2em !important;
    outline: medium none;
    /* padding: 50px 15%; */
    padding: 40px 15% 50px;
    text-shadow: none;
    width: 75%;
    line-height: 1.5em;
    /* margin: 0 10%;*/
    margin: 1% 12.5%;
}

div.subcolumns div.REboxRed {
    margin: 30px 0 0;
}
div.REboxRedContent  div.csc-default, div.REboxBlue div.csc-default {
    background:transparent!important;
}

div.REboxRedContent h2 {
    color: var(--color-blue);
    font-size: 3em;
    /* line-height: 1.0em; */
    line-height: 1.3em;
    position: relative;
    margin:0 0 0.5em 0;
    font-family: 'Oswald', sans-serif;
    padding-bottom:10px;
    width: 100%;
    text-align: center;
    border:none;
    font-weight:300;
}
div.REboxRedContent p{color:#262626;}

div.ym-col1, div.ym-col1 div.ym-cbox, div.ym-col1 div.ym-cbox div.csc-default{
    padding:0;
    margin:0;
    overflow:hidden;
}
div.ym-col1 div.ym-cbox div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default{
    text-align:center;
}
div.ym-col1 div.ym-cbox div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) {
    padding: 0;
    text-align:center;
}
div.ym-cbox div.REboxBlue{
    height:auto;
    background:var(--color-white);
    overflow:hidden;
    width:100%;
    margin:0;
    padding:35px 30px 15px 30px;
    box-sizing:border-box;
    opacity:0;
    transition:opacity 0.4s;
    -webkit-transition:opacity 0.4s;
    text-align:center;
}
div#main div.ym-column div.ym-col1 div.ym-cbox div.csc-default div.REboxBlue div.REboxBlueContent  div.csc-default {
    float: left;
    padding:7px 0;
    margin:0;
    width:auto;
    height:83px;
    position:relative;
    display:block;
    overflow:visible;
    box-sizing: border-box;
}
div.REboxBlue div.REboxBlueContent.str_wrap div.str_move div.csc-default:hover > div.csc-header-n{
    display:block;
}
div.ym-cbox div.REboxBlue div.csc-frame-rulerAfter{background:none;display:block;}
div.ym-cbox div.REboxBlue div.csc-frame-rulerAfter div.csc-header h2{
    color: var(--color-blue);
    font-family: "Oswald",sans-serif;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 auto;
    padding-bottom: 10px;
    position: relative;
    width:auto;
    font-weight:300;
    display:none;
}
div.REboxBlue div.REboxBlueContent.str_wrap{display:block;height:5.5em;width:100%;float:none;position:relative;margin:0 18px;}
div.REboxBlue div.REboxBlueContent.str_wrap div.str_move.str_origin{display:block;height:100%;background:none;}
div.REboxBlue div.REboxBlueContent.str_wrap div.str_move.str_origin div.csc-default{width:5em;font-size:0.8em;height:5em;float:left;}
div.REboxBlue div.REboxBlueContent  div.csc-default div.csc-header-n{
    display:none;
    left: 0.6em;
    position: absolute;
    top: 4.5em;
}
div.REboxBlue div.REboxBlueContent  div.csc-default div.csc-header-n h1{color:var(--color-blue);font-size:1em;}
.str_wrap {
    /* user-select: none; */
    background: var(--color-white) none repeat scroll 0 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.str_move {
    cursor: move;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    padding:0.3em 0;
    box-sizing:border-box;
}

div.ym-cbox div.REboxBlue div.REboxBlueContent  div.ToolBox div.ToolBoxImage{
    position:static;
    margin:0;
}
div.ym-cbox div.REboxBlue div.REboxBlueContent  div.ToolBox div.ToolBoxImage img{
    position: static;
    width: 47px;
    height: auto;
    padding:0 7px;
    margin:0;
}
/*Menü*/
#navigation div.ym-hlist{height:100%;}
/* #smart_nav_bt{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;height:100%;justify-content:center;position:static;width:6.2em;z-index:110;}
#smart_nav_bt:before{
	color:var(--color-blue;
	font-size:2.1em;
	font-weight:bold;
	box-sizing:border-box;
	padding: 0.5em 0.325em 1.1em 0.325em;
	box-sizing:border-box;
	height:100%;
	font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
}
#smart_nav_bt.menu_isoff:before{
	content:"\2630";
}
#smart_nav_bt.menu_ison:before{
	content:"\2715";
	background:rgba(255, 255, 255, 0.8);
}
#smart_nav_bt.menu_ison:after{content:"menü";text-transform:uppercase;color:var(--color-blue;font-size:1em;font-weight:bold;margin-left:0.7em;font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;}
#smart_nav_bt.menu_isoff:after{content:"menü";text-transform:uppercase;color:var(--color-blue;font-size:1em;font-weight:bold;margin-left:0.5em;font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;}
#navigation #nav ul.subnav{position:static;background:none;box-shadow:none;margin:0.2em 0 0.2em 1em;} */
#navigation #nav{
    /* background:rgba(255,255,255,0.95);
    padding: 1.8em 1em 2.4em 1em;
    position:static; */
    height:100%;
    box-sizing:border-box;
    /* width:22em;
    margin:0;
    border-bottom:1px solid #f2f2f2;
    border-right:1px solid #f2f2f2;
    border-left:1px solid #f2f2f2; */
}
#navigation  #nav li a{
    box-sizing: border-box;
    height: 100%;
    color:var(--color-white);
    font-family: "Oswald",sans-serif;
    /* font-size: 1.5em; */
    border:none;
}
#navigation  #nav > li a:hover{
    background: var(--color-blue) !important;
    border:none;
    bottom:0em;
    color: var(--color-warm-yellow);
    position: static;
}
#navigation  #nav li:hover ul.subnav, #navigation  #nav li:focus-within ul.subnav {
    top: 3.5em;
    left: 0;
}
#navigation  #nav li ul.subnav li a:hover{
    background: var(--color-blue) !important;
    border:none;
    bottom:0em;
    color: var(--color-warm-yellow);
    position: static;
}
#navigation #nav ul {
    background: var(--color-blue);
}
/* #navigation #nav li{float:none;font-family: "oswald",Arial,Helvetica,sans-serif;margin:0;line-height:1.2em;}
#navigation #nav > li{font-size:2.125em}
#navigation #nav ul.subnav > li{font-size:0.7em;}
#navigation #nav li a{border:none;line-height:1.3em; font-size:1em}
#navigation #nav li a:hover{background:none !important;border:none;position:static;transition:none;color:var(--color-warm-yellow;} */
/*Menü*/
div.REboxRed div.REboxRedContent > div.csc-default > div.news-list-container > div.news-list-item{
    float:left;
    width:calc((100% - 60px) / 2 - 1px);
    clear:none;
    text-align: left;
}
div.REboxRed div.REboxRedContent > div.csc-default > div.news-list-container > div.news-list-item:first-child{margin-right:30px;}
div.REboxRed div.REboxRedContent > div.csc-default > div.news-list-container > div.news-list-item:nth-child(3){margin-left:30px;}
div.REboxRed div.REboxRedContent > div.csc-default > div.news-list-container > hr.hr_newstrenner{display:none;}
div.REboxRed div.REboxRedContent > div.csc-default > div.news-list-container > div.news-list-item > div.div_tt_news_list > div.td_tt_news_list_img{
    float:none;
    margin:0;
}
div.REboxRed div.REboxRedContent > div.csc-default > div.news-list-container > div.news-list-item > div.div_tt_news_list > div.td_tt_news_list_img  img{width:100%;}
/* div.REboxRed div.REboxRedContent div.tx-powermail {
    margin-top: 0;
}
div.REboxRed div.REboxRedContent > div.csc-default > div.tx-powermail form.powermail_form h3 {
    display: none;
}
div.REboxRed div.REboxRedContent > div.csc-default > div.tx-powermail form.powermail_form fieldset.powermail_fieldset legend.powermail_legend{
	display:none;
}
div.REboxRed div.REboxRedContent > div.csc-default > div.tx-powermail form.powermail_form fieldset.powermail_fieldset div.powermail_fieldwrap:nth-child(2){
	margin:0;
}
div.REboxRed div.REboxRedContent > div.csc-default > div.tx-powermail form.powermail_form fieldset.powermail_fieldset div.powermail_fieldwrap {
    line-height: 2em;
    margin-top: 1em;
    width: 100%;
}
div.REboxRed div.REboxRedContent > div.csc-default > div.tx-powermail form.powermail_form fieldset.powermail_fieldset div.powermail_fieldwrap label, div.REboxRed div.REboxRedContent > div.csc-default > div.tx-powermail form.powermail_form fieldset.powermail_fieldset div.powermail_fieldwrap_textarea label.powermail_label {
    display: inline-block;
    width: 25%;
	text-align: right;
}
div.REboxRed div.REboxRedContent > div.csc-default > div.tx-powermail form.powermail_form fieldset.powermail_fieldset div.powermail_fieldwrap.powermail_fieldwrap_check fieldset div.powermail_check_outer div.powermail_check_inner label{
	width:73%;
}
div.REboxRed div.REboxRedContent > div.csc-default > div.tx-powermail form.powermail_form fieldset.powermail_fieldset div.powermail_fieldwrap.powermail_fieldwrap_submit input.powermail_field.powermail_submit{
	background: var(--color-warm-yellow;
    color: var(--color-blue;
    border: none;
    width:auto;
    height: 42px;
    font-size: 1em;
	text-transform: uppercase;
	padding:0.3em 0.5em;
	cursor:pointer;
}
div.REboxRed div.REboxRedContent > div.csc-default > div.tx-powermail form.powermail_form fieldset.powermail_fieldset div.powermail_fieldwrap input.powermail_input, div.REboxRed div.REboxRedContent > div.csc-default > div.tx-powermail form.powermail_form fieldset.powermail_fieldset div.powermail_fieldwrap_select select.powermail_select {
    height: 2em;
    padding: 0 0.3em;
    width: 71%;
}
div.REboxRed div.REboxRedContent div.tx-powermail form.powermail_form fieldset.powermail_fieldset div.powermail_fieldwrap.powermail_fieldwrap_html{margin-top:0;}
div.news-list-container hr.hr_newstrenner {
    clear: both;
    margin: 2em 0;
}
div.REboxRed div.REboxRedContent div.tx-powermail form.powermail_form fieldset.powermail_fieldset div.powermail_fieldwrap.powermail_fieldwrap_check fieldset legend.powermail_label.powermail_check_legend{display:none;} */
.subcolumns {
    clear: both;
    display: inline-block;
    padding-bottom: 0em;
    width: 100%;
}
div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.csc-textpic > div.csc-textpic-imagewrap, div.tx-nnindibox-pi1 > div.REboxRed > div.REboxRedContent > div.csc-default > div.csc-textpic > div.csc-textpic-imagewrap, div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.csc-textpic > div.csc-textpic-imagewrap, div.tx-nn-kuwe-tuev > div.REboxRed > div.REboxRedContent > div.csc-default > div.csc-textpic > div.csc-textpic-imagewrap{
    float:none;
    margin:0;
}
div.tx-nnindibox-pi1 div.REboxRed div.REboxRedContent div.csc-default div.csc-textpic div.csc-textpic-text, div.tx-nn-kuwe-tuev div.REboxRed div.REboxRedContent div.csc-default div.csc-textpic div.csc-textpic-text{
    text-align: center;
}
div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.csc-textpic > div.csc-textpic-imagewrap > figure {
    margin: 0 auto 10px;
    width:100%;
}
div.tx-nnindibox-pi1 > div.REboxRed > div.REboxRedContent > div.csc-default > div.csc-textpic > div.csc-textpic-imagewrap img, div.tx-nn-kuwe-tuev > div.REboxRed > div.REboxRedContent > div.csc-default > div.csc-textpic > div.csc-textpic-imagewrap img {
    margin: 0 auto 20px;
}

div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.csc-textpic > div.csc-textpic-imagewrap > figure img{
    margin: 0 auto !important;
    max-width: 100%;
    width: auto;
    height: auto;
}

div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.csc-textpic > div.csc-textpic-text, div.csc-default > div.REboxRed div.REboxRedContent div.csc-default div.csc-textpic div.csc-textpic-imagewrap + div.csc-textpic-text {
    margin: 0 !important;
}
#main div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.tx-nnpdflinks-pi1 div.div_pdflink_thumb{
    float:none;
}
#main div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.tx-nnpdflinks-pi1 div.div_pdflink_thumb img{
    margin: 0 auto;
    max-height: 300px;
    max-width: 100%;
    width: auto;
}

#main div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.tx-nnpdflinks-pi1 div.div_pdflink_text{
    float: none;
    margin: 0;
    max-width: 100%;
}
#main div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.tx-nnpdflinks-pi1 div.divider{
    display:none;
}
/* ### neue KuWe Prospekte ### */
div.ym-col1 div.ym-cbox div.csc-default > div.tx-nn-kuwe-prospekts > div.REboxRed > div.REboxRedContent > div.csc-default{
    text-align:center;
}
div.ym-col1 div.ym-cbox div.csc-default > div.tx-nn-kuwe-prospekts > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) {
    padding: 0;
    text-align:center;
}
#main div.csc-default > div.tx-nn-kuwe-prospekts > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.div_pdflink_thumb{
    float:none;
    margin-bottom:2em;
    width:100%;
}
#main div.csc-default > div.tx-nn-kuwe-prospekts > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.div_pdflink_thumb a{
    display:block;
    width:100%;
    height:100%;
}
#main div.csc-default div.tx-nn-kuwe-prospekts div.REboxRed div.REboxRedContent div.csc-default:nth-child(2) div.div_pdflink_thumb a img.img_pdflink{
    margin: 0 auto;
    max-height: 400px;
    max-width: 100%;
    width: auto;
    height:auto;
}

#main div.csc-default > div.tx-nn-kuwe-prospekts > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.div_pdflink_text{
    float: none;
    margin: 0;
    max-width: 100%;
}
/* ### neue KuWe Prospekte ### */
#media.REboxRed div.REboxRedContent div.csc-default div.csc-textpic div.csc-textpic-imagewrap{
    float:none;
}
#media.REboxRed div.REboxRedContent div.csc-default div.csc-textpic div.csc-textpic-imagewrap figure{
    width:100%;
}
#media.REboxRed div.REboxRedContent div.csc-default div.csc-textpic div.csc-textpic-imagewrap figure img{
    margin:0 auto;
}
.div_news_list_date{
    font-size:0.8em;
}
.td_tt_news_list_title{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    line-height: 1.3em;
}
dl.news-single-related h4 {
    color: var(--color-black);
    font-family: 'Oswald', sans-serif;
    font-size:1.3em;
    margin: 0.7em 0;
}
.news_date{
    font-size:0.8em;
}

.news-single-related, .news-single-files, .news-single-links {
    margin: 0 0 3px;
    padding: 0px;
}
.news-single-additional-info {
    clear: both;
    margin-top: 15px;
    padding: 0px;
}
div.news-single-img p.news-single-imgcaption {
    background-color: var(--color-white);
}
.tx-imagecycle-pi3 {
    width:100%;
    height:auto;
}
@media only screen and (max-width: 1280px){
    #infobuttons{top:170px}

    #timeLogo {
        margin: 15px 0;
    }
}
@media only screen and (max-width: 847px){
    div.ym-wbox #header.small #header_name>div.csc-default{display:flex; align-items:center}
    div.ym-wbox #header.small #header_name div.csc-default h2 {height:auto; padding:0 0 0 .5em;}
	div.ym-wbox #header.small #header_name div.csc-default h1 {height:auto; padding:0 0 0 .5em;}
}
@media only screen and (max-width: 800px){
    /* banner */
    div#div_banner div.div_bannerClose {line-height:2.5em}
    #bannerContent{overflow:auto}
    /* banner */
    #anfahrt_img{
        max-height: 250px;
    }
    #header{
        bottom:0;
    }
    div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 div.csc-default:first-child {
        margin-right: 30px!important;
    }
    div.ym-wbox #header.small #header_name {
        background: var(--color-warm-yellow) none repeat scroll 0 0;
        /* width: 80%; */

    }
    #footerbanner {
        clear: none;
        float: right;
        margin: 0;
        padding: 0;
    }
    #footer{
        padding: 1.4em 14px 30px 10px;
    }
    div.ym-wbox #header.small #header_name {
        width: calc(100% - 141px - 70px);
    }
}

@media only screen and (max-width: 415px){
    div.subcolumns div.tx-nnkumaglinks-pi1 div.div_pdflink_thumb a img.img_pdflink {
        height: auto;
        margin: 0 auto !important;
        max-height: none;
        max-width: 100%;
        width: 100%;
    }
    div.ym-cbox div.REboxBlue{
        padding: 1em;
    }
    div.ym-cbox div.REboxBlue div.REboxBlueContent.str_wrap{
        margin: 0;
    }
    div.REboxBlue div.REboxBlueContent div.csc-default div.csc-header-n {
        top: 4em;
    }
    div.REboxBlue div.REboxBlueContent div.csc-default div.csc-header-n h1{
        font-size: 1em !important;
    }
    div.ym-wbox #header #header_name, div.ym-wbox #header.small #header_name {
        /* display: table; */
        float: left;
        /* height: 100px; */
        /* width: 64%; */
        width: calc(100% - 120px - 70px);
    }

    div.ym-wbox #header.small #header_name h1, div.ym-wbox #header #header_name h1 {
        box-sizing: border-box;
        display: table-cell;
        font-size: 16px!important;
        font-weight: bold;
        height: 100%;
        line-height: 1.2em;
        margin: 0;
        padding: 20px;
        vertical-align: middle;
    }
    div.ym-wbox #header.small #header_name h2, div.ym-wbox #header #header_name h2 {
        box-sizing: border-box;
        display: table-cell;
        font-size: 16px!important;
        font-weight: bold;
        height: 100%;
        line-height: 1.2em;
        margin: 0;
        padding: 20px;
        vertical-align: middle;
    }
    div.REboxRed div.REboxRedContent div.csc-default div.tx-nnnfp-pi1 div.csc-default {
        float: left;
        width: 100%;
        padding-bottom:20px;
    }
    div.tx-nnindibox-pi1 div.REboxRed div.REboxRedContent div.csc-default div.csc-textpic div.csc-textpic-text, div.tx-nn-kuwe-tuev div.REboxRed div.REboxRedContent div.csc-default div.csc-textpic div.csc-textpic-text {
        text-align: left;
    }
    div.ym-col1 div.ym-cbox div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) {
        padding: 0;
        text-align: left;
    }
    div.REboxRedContent h2 {
        text-align: left;
    }
    div.REboxRed div.REboxRedContent > div.csc-default > div.news-list-container > div.news-list-item {
        clear: none;
        float: left;
        text-align: left;
        width: 100%!important;
    }
    div.REboxRed div.REboxRedContent > div.csc-default > div.news-list-container > div.news-list-item:nth-child(3) {
        margin-left: 0px;
    }
    .html5videoplayer{


    }
    #video_2{
        width:340px!important;
        height:100px!important;
    }
    div.csc-default > div.REboxRed > div.REboxRedContent > div.csc-default:nth-child(2) div.csc-textpic > div.csc-textpic-imagewrap > figure img {
        max-height: none;
        height:auto;
        width: 100%;
    }
    #main div.subcolumns div.c50l {
        display: block;
        float: left;
        margin-right: 0px;
        width: 100%;
    }
    #main div.subcolumns div.c50r {
        display: block;
        float: left;
        margin-left: 0px;
        width: 100%;
    }
    div.REboxRed div.REboxRedContent div.csc-default div.subcolumns div.c50l div.subcl div.csc-default div.csc-textpic div.csc-textpic-text {
        margin: 0 !important;
        text-align: left;
    }
    div.REboxRed div.REboxRedContent div.csc-default div.subcolumns div.c50r div.subcr div.csc-default div.csc-textpic div.csc-textpic-text {
        margin: 0 !important;
        text-align: left;
    }
}

a.left.carousel-control.carousel-control-prev {
    background-color: #0000005c;
}

a.right.carousel-control.carousel-control-next {
    background-color: #0000005c;
}