html, body{
    margin:0;
    padding:0;
    height:100%;
}

body {
    background-color: #ffffff;
    line-height:1.2;
    color: #51575c;
    font-size:15px;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
}
iframe{
    border:none;
}

/* Default Elements */
a:link, a:visited {color:#000; text-decoration:none;}
a:hover, a:active {color:#a7c6eb;}
img {border:0;outline:0}
.contentblock .ce-layout-1 .ce-gallery:after,
.contentblock .ce-layout-2 .ce-gallery:after,
.contentblock .ce-layout-3 .ce-gallery:after,
.clafter:after{clear:both;display:block;content:'';overflow:hidden;height:0;}

/*.pwrap .contentblock .cedyn-ele.ce-layout-1 {
    background: #51575c;
    padding: 30px;
    margin: 0 -40px;
}

.pwrap .contentblock .cedyn-ele.ce-layout-1 .tbl {
    width: calc((100% - 20px) / 12 * 8);
    margin: auto;
}

.pwrap .contentblock .cedyn-ele.ce-layout-1 .tbl .tcell {
    padding: 0 10px;
}

.pwrap .contentblock .cedyn-ele.ce-layout-1 .tbl .tcell.col1 {
    padding: 0 20px 0 0;
}

.pwrap .contentblock .cedyn-ele.ce-layout-1 .tbl .tcell.col3 {
    padding: 0 0 0 20px;
}

.pwrap .contentblock .ce-ele.ce-layout-1 {
    padding: 0;
}
*/

/*  Ausrichtungen */

.text-center,
.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-justify {
    text-align: justify
}

.pwrap .contentblock .ce-ele.ce-layout-1 .ce-textpic {
    position: relative;
    overflow: hidden;
}

.pwrap .contentblock .ce-ele.ce-layout-1 .ce-row {
    width: 100%;
    padding: 0;
}

.pwrap .contentblock .ce-ele.ce-layout-1 .ce-bodytext {
    position: absolute;
    top: calc(100% - 44px);
    width: 100%;
    height: 100%;
    transition: all 0.7s;
    background-color: #85c2ebe5;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 400;
}

.pwrap .contentblock .ce-ele.ce-layout-1 .ce-bodytext p {
    padding: 0 5px 10px 5px;
    line-height: 1.2em;
}

.pwrap .contentblock .ce-ele.ce-layout-1 .ce-bodytext h3 {
    color: #fff;
    padding: 10px;
    transition: all 0.7s;
    font-size: 18px;
}

.pwrap .contentblock .ce-ele.ce-layout-1:hover .ce-bodytext {
    top: 0;
}

.pwrap .contentblock .ce-ele.ce-layout-1.hoveroff:hover .ce-bodytext {
    top: calc(100% - 44px);
}

.pwrap .contentblock .ce-ele.ce-layout-1:hover .ce-bodytext h3 {
    padding: 10px 10px 0;
}

.pwrap .contentblock .ce-ele.ce-layout-1.hoveroff:hover .ce-bodytext h3 {
    padding: 10px;
}

.concol ul{margin-top:0;}

/* Table basics */
.tbl {display:table;table-layout: fixed;width:100%}
.tbl > div { display: table-row}
.tbl .tcell {display:table-cell;vertical-align: top}

/* Grid Cols */
.tbl .tcell.cols-1-2-l{
    width:33%;
    padding:0 10px 0 0;
}
.tbl .tcell.cols-2-1-r{
    width:33%;
    padding:0 0 0 10px;
}
.tbl .tcell.cols-1-2-r{
    padding:0 0 0 10px;
}
.tbl .tcell.cols-2-1-l{
    padding:0 10px 0 0;
}

/* CE Accordion */
.ceaccordion ul{
    list-style-type:none;
    padding:10px 0 20px;
    margin:0;
}
.ceaccordion .entry{
     margin-top: 15px;
}
.ceaccordion .accheader {
    position: relative;
    font-weight: 600;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background: rgba(167, 198, 235, 0.2);
    padding:10px 35px 10px 10px;
    font-size: 16px;
}
.ceaccordion .accheader.open,
.ceaccordion .accheader:hover{
    cursor:pointer;
    background:#a7c6eb;
}
.ceaccordion .accheader:after{content:'+';position:absolute;right:12px;font-size:150%;top:50%;line-height:0}
.ceaccordion .accheader.open:after{content:'-';right:15px}
.ceaccordion .accbody{
    padding-top:10px;
}

/*  Ausrichtungen */
.align-center{text-align: center}
.align-left{text-align: left}
.align-right{text-align: right}
.align-justify{text-align: justify}

/* Mobile/Desktop */
.nodesktop{display:none}
.nomobiole{display:block}

/* Formatierung für Contentelemente - Optional */
/*
.content .ce-textpic img{display:block;width:100%;height:auto}
.content .ce-textpic.ce-below .ce-column,.content .ce-textpic.ce-above .ce-column{float:left;width:33.3333%;padding:0 5px;box-sizing:border-box;margin:0}
.content .ce-textpic.ce-below .ce-inner,.content .ce-textpic.ce-below .ce-outer,.content .ce-textpic.ce-above .ce-inner,.content .ce-textpic.ce-above .ce-outer{float:none;right:auto;left:auto}
.content .ce-textpic.ce-below .ce-gallery,.content .ce-textpic.ce-above .ce-gallery{margin:0 -10px;float:none}
.content .ce-textpic.ce-below .ce-row:after,.content .ce-textpic.ce-above .ce-row:after{clear:both;content:'';display:block;height:0;overflow:hidden}
.content .ce-textpic.ce-below .ce-row,.content .ce-textpic.ce-above .ce-row{padding-bottom:10px;margin:0 -5px}
.content .ce-textpic.ce-below .ce-gallery[data-ce-columns="2"] .ce-column,.content .ce-textpic.ce-above .ce-gallery[data-ce-columns="2"] .ce-column{width:50%}
.content .ce-textpic.ce-below .ce-gallery[data-ce-columns="1"] .ce-column,.content .ce-textpic.ce-above .ce-gallery[data-ce-columns="1"] .ce-column{width:auto;float:none;padding:0}
.content .ce-textpic.ce-below .ce-gallery[data-ce-columns="1"] .ce-row,.content .ce-textpic.ce-above .ce-gallery[data-ce-columns="1"] .ce-row{margin:0}
.content .ce-textpic.ce-left .ce-column,.content .ce-textpic.ce-right .ce-column{float:none;padding:0 0 10px;margin:0}
.content .ce-textpic.ce-left .ce-gallery{padding:0 20px 0 0;margin:0;width:300px}
.content .ce-textpic.ce-right .ce-gallery{padding:0 0 0 20px;margin:0;width:300px}*/
.contentblock{
    font-size:15px;
    font-family:'Roboto Slab';
    font-weight:300;
}
h1, h2{
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    font-weight:600;
    font-size:32px;
    color:#a7c6eb;
    line-height:1.2;
    margin:0;
    padding:0 0 20px;
}
h3{
    color:#51575c;
    font-size:20px;
    font-weight:600;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    padding-bottom: 5px;
    line-height:1.2;
}
h4{
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    font-weight:600;
    font-size:16px;
    color:#000;
    padding:0;
    margin:0;
}
h4.uppergray{
    text-transform:uppercase;
    color:#51575c;
}
span.txtpurple{
    color:#861380;
}
span.txtgreen{
    color:#9aca3c;
}
span.txtgray{
    color:#51575c;
}
table.contenttable thead h2,
table.contenttable tbody h2{
    padding-top:30px;
} 
.txtblue {color:#a7c6eb;}
.txtorange{color:#dfaa36}

.contentblock .ce-bodytext{
    line-height:1.6;
}
.cta.btn-blue {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #a7c6eb;
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: 900;
}
.cta.btn-grey {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #51575c;
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: 900;
}
.contentblock ul.ce-menu{
    padding:0 0 20px;
    margin:0;
    list-style-type:none;
}
.news-list .morelink a,
.contentblock .ce-uploads .desc a,
.contentblock .ce-menu a,
.news-single a,
.contentblock .ce-bodytext a{
    position:relative;
    padding-left:18px;
    color:#51575c;
    text-decoration:none;
    font-weight:600;
    font-size:15px;
    font-family:'Roboto Slab';
    line-height:1.6;
}
.news-single a:hover,
.news-list .morelink a:hover,
.contentblock .ce-uploads .desc a:hover,
.contentblock .ce-menu a:hover,
.contentblock .ce-bodytext a:hover{
    color:#a7c6eb;
}
.news-list .morelink a:after,
.contentblock .news-list h3 a:after,
.contentblock .tx-kesearch-pi1 .resultlist h3 a:after,
.contentblock .ce-uploads .desc a:after,
.contentblock .ce-menu a:after,
.contentblock .ce-bodytext a:after,
.news-single a:after,
.news .news-menu-view ul li a:after{
    content: "\f18e";
    font-family:FontAwesome;
    font-weight:normal;
    line-height:1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    left:0;
    top:4px;
    color:#a7c6eb;
}


 


.contentblock .ce-bodytext p{
    margin:0;
    padding:0 0 20px;
}
.contentblock ul.ce-uploads{
    margin:0 0 20px;
    padding:0;
    list-style-type:none;
}
.contentblock ul.ce-uploads li{
    display:table;
    width:100%;
    margin-bottom:20px;
}
.contentblock ul.ce-uploads.upltype0 li{
    margin-bottom:0;
}
.contentblock ul.ce-uploads .tcell{
    display:table-cell;
    vertical-align:top;
}
.contentblock ul.ce-uploads .thumb{
    width:50px;
    padding-right:10px;
}
.contentblock .concol ul.ce-uploads .thumb{
    width:70px;
    padding-right:10px;
}

.contentblock ul.ce-uploads .filedesc,
.contentblock ul.ce-uploads .size{
    font-size:14px;
    padding-top:5px;
}
.contentblock .maframe{
    display:block;
    width:100%;
}
.pwrap{
    max-width:1280px;
    margin:0 auto; 
}
.header{
    padding:20px 0 5px;
}
.footer{
    padding:20px 0 0;
}
.footer .fttext .ftright{
    width:33.33333%;
    padding-left:18px;
    box-sizing:border-box;
}
.footer .fttext .ftleft{
    padding-right:2px;
}
.footer .fttext .ftleft .social {
    padding: 0;
    list-style: none;
    display: flex;
}
.footer .fttext .ftleft .social li {
    padding: 0px 10px 0 0;
}
.footer .fttext .ftleft .social .linkedin {
    padding: 0px 8px 0 0;
}
.footer .fttext .ftleft .social .xing {
    padding: 0px 6px 0 0;
}
.footer .fttext .ftleft .social li.claim {
    padding: 13px 10px 0 0;
}
.footer .fttext .ftleft .social .instagram .icon {
    width: 32px;
    height: 32px;
    background:url(/typo3conf/ext/rm_base_package/Resources/Public/Icons/Insta_icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.footer .fttext .ftleft .social .linkedin .icon {
    width: 32px;
    height: 32px;
    background:url(/typo3conf/ext/rm_base_package/Resources/Public/Icons/LinkedIn_icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.footer .fttext .ftleft .social .xing .icon {
    width: 32px;
    height: 32px;
    background:url(/typo3conf/ext/rm_base_package/Resources/Public/Icons/Xing_icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.footer .fttext .ftleft .social .youtube .icon {
    width: 32px;
    height: 32px;
    background:url(/typo3conf/ext/rm_base_package/Resources/Public/Icons/Youtube_icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.footer .tbwrap,
.header .hwrap{
    display:table;
    width:100%;
}
.footer .fwraptop{
    display:table;
    width:100%;
    padding-bottom:15px;
}
.footer .tbwrap .tcell,
.header .hwrap .tcell{
    display:table-cell;
    vertical-align:top;
}
.footer .fwraptop .tcell{
    display:table-cell;
    vertical-align:top;
    padding-top:8px;
}
.header .hwrap .tcell.left{
    padding:5px 40px 0;
    width:160px;
}
.footer .fwraptop .tcell.left{
    padding:0 40px;
    width:120px;
}
nav.main{
    margin:28px 0 0;
}
nav.main:before{
    content:'';
    display:block;
    height:14px;
    background:url(/typo3conf/ext/rm_base_package/Resources/Public/Images/Frontend/nav-seperator.png) repeat-x left top;
}
nav.main li{
    display:table-cell;
    vertical-align:top;
    padding-left:10px;
    position:relative;
}
nav.main li.toggle{
    display:none;
}
nav.footer ul,
nav.main ul,
nav.service ul{
    float:right;
    display:table;
    padding:0;
    margin:0;
    list-style-type:none;
}
nav.main ul{
    float:none;
    padding:5px 40px 0 0;
}
nav.main ul.sub1{
    display:none;;
    padding:0;
    background:#dcddde;
    position:absolute;
    left:10px;
    min-width:190px;
    z-index:300;
}
nav.main li:first-child ul.sub1{
    left:0;
}
nav.main li.act a,
nav.main li:hover a{
    text-decoration:none;
    background:#dcddde;
}
nav.main li:hover ul.sub1{
    display:block;
}
nav.main li:hover ul.sub1 a{
    color:#51575c;
    background:none;
}
nav.main li:hover ul.sub1 a:hover,
nav.main li ul.sub1 .act a,
nav.main li ul.sub1 a:hover{
    color:#fff;
    background:#a8abad;
    text-decoration:none;
}
nav.main ul.sub1 li{
    display:block;
    padding:0;
}
nav.main a{
    font-size:16px;
    color:#51575c;
    display:block;
    padding:5px 10px;
    font-weight:300;
}
nav.main ul.sub1 a{
    padding:5px 10px;
    background:none;
}
nav.service li{
    display:table-cell;
    vertical-align:top;
    padding-left:20px;
}
nav.footer li{
    display:table-cell;
    vertical-align:top;
    padding-left:20px;
}
nav.footer li:first-child,
nav.main li:first-child,
nav.service li:first-child{
    padding:0;
}
nav.footer,
nav.footer a{
    font-size:14px;
    color:#000;
    font-weight:300;
}
nav.service{
    padding:0 40px 0 0;
}
.navwrap nav.service{
    display:none;
}
nav.service a{
    font-size:16px;
    font-weight:300;
    padding:5px;
    display:block;
    color:#a7c6eb;
}
nav.service .domizil a{
    color:#dfa936;
}
nav.service .searchbar a{
    display:block;
    position:relative;
    padding:0 2px 0 18px;
    background:#e1effa;
    color:#51575c;
    margin-top:5px;
}
nav.service .searchbar a:after{
    content:'';
    display:block;
    background:url(/typo3conf/ext/rm_base_package/Resources/Public/Images/Frontend/searchicon.png);
    position:absolute;
    left:2px;
    top:3px;
    width:12px;
    height:12px;
}
nav.footer .act a,
nav.footer a:hover{
    color:#a7c6eb;
    text-decoration:none;
}
nav.service .act a,
nav.service a:hover{
    color:#a7c6eb;
    background:#e1effa;
    text-decoration:none;
}
nav.service .domizil.act a,
nav.service .domizil a:hover{
    color:#dfa936;
    background:#f7e9cd;
}
nav.service .searchbar a:hover{
    background:#a7c6eb;
    color:#51575c;
}


nav.service li {
   
    position: relative;
}


nav.service ul.sub1{
    display:none;
    padding:0;
    background:#e1effa;
    position:absolute;
    left:20px;
    min-width:250px;
    z-index:300;
}
nav.service li:first-child ul.sub1{
    left:0;
}
nav.service .last ul.sub1{
    left:auto;
    right:0;
}
nav.service li.act a,
nav.service li:hover a{
    text-decoration:none;
     background: #e1effa;
    color: #51575c;

}
nav.service li:hover ul.sub1{
    display:block;
}
nav.service li:hover ul.sub1 a{
    color:#51575c;
    background:none;
}
nav.service li:hover ul.sub1 a:hover,
nav.service li ul.sub1 .act a,
nav.service li ul.sub1 a:hover{
    color:#fff;
    background:#a7c6eb;
    text-decoration:none;
}
nav.service ul.sub1 li{
    display:block;
    padding:0;
}
nav.service a{
    font-size:16px;
    color:#a7c6eb;
    display:block;
    padding:5px 10px;
    font-weight:300;
}
nav.service ul.sub1 a{
    padding:5px 10px;
    background:none;
}



nav.footer{
    padding:0 40px 0 0;
    font-family: 'Open Sans';
}
.footer .fttext{
    color:#000;
    font-size:14px;
    font-family:'Open Sans';
    font-weight:300;
    padding:25px 40px 10px;
    background:url(/typo3conf/ext/rm_base_package/Resources/Public/Images/Frontend/nav-seperator.png) repeat-x left top #e1effa;
}
.footer .fttext p{
    margin:0 auto;
}
.content img{
    max-width:100%;
    height:auto;
    display:block;
}
.flex-direction-nav{
}
.flexslider.ceslider .caption{
    position:absolute;
    left:0;
    bottom:0;
    padding:15px;
    box-sizing:border-box;
    color:#fff;
    font-size:40px;
    background:rgba(167,198,235,0.7);
    line-height: 1;
    text-align: center;
    width: 100%;
}
.flexslider.ceslider .caption .text{
    display: inline-block;
}
.flexslider.ceslider .caption .more{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: lighter;
    padding-left: 40px;
    box-sizing: border-box;
}
.content .flex-control-nav{
    position:static;
    width:auto;
    display:block;
    bottom:0;
    padding:10px 0 0;
}
.flex-control-nav li{
    margin:0 3px;
}
.flex-control-paging li a{
    width:10px;
    height:10px;
    background:none;
    border:1px solid #51575c;
    border-radius:50%;
    -webkit-border-radius:50%;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover{
    border:1px solid #51575c;
    background:#51575c;
}
.flex-control-paging li a:hover{
    cursor:pointer;
}
.contentblock.start .ce-ele.ce-layout-0, 
.contentblock.start .ceaccordion {
    padding:0px 80px;
}
.contentblock.start .ceaccordion ul {
    padding-top: 0;
}
.contentblock.start h1, .vorspanntext{
    font-size:28px;
    font-weight:200;
    margin:0;
    padding:0;
    color:#51575c;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
}



.contentblock .ce-bodytext p.withoutBottomSpace,
.contentblock .ce-bodytext div.withoutBottomSpace{
    margin-bottom:0;padding-bottom:0;
}



.contentblock .ce-ele.ce-layout-1{
    background:#51575c;
    padding:30px;
}
.contentblock .ce-ele.ce-layout-2{
    background:#a7c6eb;
    padding: 30px;
}
/* .contentblock .ce-ele.ce-layout-2 ~ .ce-ele.ce-layout-2{
    padding: 0px 30px 30px 30px;
} */
.contentblock .ce-ele.ce-layout-3{
    background:#dfaa36;
    padding:30px;
}
.contentblock .ce-layout-1 .ce-gallery,
.contentblock .ce-layout-2 .ce-gallery,
.contentblock .ce-layout-3 .ce-gallery{
    font-size:0px;
}
.contentblock .ce-layout-1 .ce-gallery img,
.contentblock .ce-layout-2 .ce-gallery img,
.contentblock .ce-layout-3 .ce-gallery img{
    width:100%;
}
.contentblock .ce-layout-1 .ce-gallery .ce-row,
.contentblock .ce-layout-2 .ce-gallery .ce-row,
.contentblock .ce-layout-3 .ce-gallery .ce-row{
    width:33.33333%;
    display:inline-block;
    vertical-align:top;
    padding:10px;
    font-size:15px;
    box-sizing:border-box;
}
.contentblock .ce-layout-1 .ce-gallery figure,
.contentblock .ce-layout-2 .ce-gallery figure,
.contentblock .ce-layout-3 .ce-gallery figure{
    display:block;
    margin:0;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    font-weight:normal;
    overflow:hidden;
    border:1px solid #fff;
}
.contentblock .ce-layout-1 .ce-gallery figcaption,
.contentblock .ce-layout-2 .ce-gallery figcaption,
.contentblock .ce-layout-3 .ce-gallery figcaption{
    display:block;
    position:relative;
}
.contentblock .ce-layout-1 .ce-gallery .captitle,
.contentblock .ce-layout-2 .ce-gallery .captitle,
.contentblock .ce-layout-3 .ce-gallery .captitle{
    font-size:28px;
    line-height:1.2;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100.5%;
    padding:5px 10px;
    text-align:center;
    color:#fff;
    background:#51575c;
    background:rgba(81,87,92,0.7);
    box-sizing:border-box;
    min-height:60px;
    -webkit-transition:opacity 0.5s;
    -moz-transition:opacity 0.5s;
    transition:opacity 0.5s;
    display:table;
}
.contentblock .ce-layout-1 .ce-gallery .captitle .innertitle,
.contentblock .ce-layout-2 .ce-gallery .captitle .innertitle,
.contentblock .ce-layout-3 .ce-gallery .captitle .innertitle{
    display:table-cell;
    vertical-align:middle;
}
.contentblock .ce-layout-2 .ce-gallery .captitle,
.contentblock .ce-layout-3 .ce-gallery .captitle{
    background:#a7c6eb;
    background:rgba(75,75,75,0.7);
}
.contentblock .ce-layout-1 .ce-gallery .captxt,
.contentblock .ce-layout-2 .ce-gallery .captxt,
.contentblock .ce-layout-3 .ce-gallery .captxt{
    opacity:0;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100.5%;
    padding:10px;
    text-align:center;
    min-height:60px;
    color:#fff;
    background:#3e479b;
    background:rgba(62,71,155, 0.7);
    box-sizing:border-box;
    -webkit-transition:opacity 0.5s;
    -moz-transition:opacity 0.5s;
    transition:opacity 0.5s;
    display:table;
}
.contentblock .ce-layout-1 .ce-gallery .captxt .ctwrap,
.contentblock .ce-layout-2 .ce-gallery .captxt .ctwrap,
.contentblock .ce-layout-3 .ce-gallery .captxt .ctwrap{
    display:table-cell;
    vertical-align:middle;
}
.contentblock .ce-layout-2 .ce-gallery .captxt{
    background:#a7c6eb;
    background:rgba(167,198,235,0.7);
}
.contentblock .ce-layout-3 .ce-gallery .captxt{
    background:#51575c;
    background:rgba(81,87,92,0.7);
}
.contentblock .ce-layout-1 .ce-gallery figure:hover,
.contentblock .ce-layout-2 .ce-gallery figure:hover,
.contentblock .ce-layout-3 .ce-gallery figure:hover{
    cursor:pointer;
}
.contentblock .ce-layout-1 .ce-gallery figure:hover .captitle,
.contentblock .ce-layout-2 .ce-gallery figure:hover .captitle,
.contentblock .ce-layout-3 .ce-gallery figure:hover .captitle{
    opacity:0;
}
.contentblock .ce-layout-1 .ce-gallery figure:hover .captitle.nohover,
.contentblock .ce-layout-2 .ce-gallery figure:hover .captitle.nohover,
.contentblock .ce-layout-3 .ce-gallery figure:hover .captitle.nohover,
.contentblock .ce-layout-1 .ce-gallery figure:hover .captxt,
.contentblock .ce-layout-2 .ce-gallery figure:hover .captxt,
.contentblock .ce-layout-3 .ce-gallery figure:hover .captxt{
    opacity:1;
}
.contentblock .ce-layout-2 .ce-header .ce-header {
    padding-left: 10px;
}
.contentblock .ce-layout-2 .ce-header .ce-header h2 {
    color: #fff;
    padding: 0;
}
.contentblock .ce-layout-3 .ce-gallery .cttitle{
    font-weight:200;
    padding-bottom:10px;
}
.contentblock .ce-layout-4 .ce-textpic{
    display:table;
    table-layout:fixed;
    width:100%;
    max-width:330px;
}
.contentblock .ce-layout-4 .ce-gallery{
    display:table-cell;
    vertical-align:top;
    width:50%;
}
.contentblock .ce-layout-4 .ce-bodytext{
    display:table-cell;
    vertical-align:middle;
    background:#dfaa36;
    width:50%;
}
.contentblock .ce-layout-4 .ce-bodytext a{
    color:#fff;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:normal;
    display:block;
    padding:10px 30px 10px 50px;
}
.contentblock .ce-layout-4 .ce-bodytext a:after{
    font-size:22px;
    top:11px;
    left:20px;
    color:#fff;
}
.contentblock .col2wrap{
    display:table;
    width:100%;
    table-layout:fixed;
    padding:0 0 20px;
}
.contentblock .col2wrap .sbcol{
    display:table-cell;
    vertical-align:top;
    width:330px;
    padding:0 40px 0 10px;
    position:relative;
}
.contentblock .col2wrap .concol{
    display:table-cell;
    vertical-align:top;
    padding:0 40px 0 40px;
}
.contentblock .concol.fullwidth{
    padding:0 40px 20px;
}
.contentblock .concol.fullwidth.withoutpadding{
    padding: 0 0 20px 0;
}

.contentblock nav.sbnav.top{
    padding-top:100px;
}
.contentblock nav.sbnav ul{
    display:block;
    padding:0 0 10px;
    margin:0 0 20px;
    list-style-type:none;
    border-bottom:2px dashed #a7c6eb;
}
.contentblock nav.sbmag a,
.contentblock nav.sbnav a{
    color:#000;
    font-size:17px;
    font-weight:600;
    position:relative;
    padding-left:20px;
    font-family:'Open Sans';
}
.contentblock nav.sbmag a:hover,
.contentblock nav.sbnav a:hover{
    color:#a7c6eb;
    text-decoration:none;
}
.contentblock nav.sbnav li{
    display:block;
    padding:0 0 10px 0;
}
.contentblock nav.sbmag a:after,
.contentblock nav.sbnav a:after{
    content:"\f18e";
    display:block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    left:0;
    color:#a7c6eb;
    top:3px;
    font-size:17px;
}
.contentblock nav.sbmag li{
    display:block;
    padding:10px 0 0;
}
.contentblock nav.sbmag li:first-child{
    padding:0;
}
.contentblock nav.sbmag ul{
    padding:0;
    margin:0;
    list-style-type:none;
    position:absolute;
    bottom:0;
}
.contentblock nav.sbmag{
    padding:105px 0 0;
}
.contentblock .breadcrumb{
    padding: 10px 40px 30px;
}
.contentblock .breadcrumb,
.contentblock .breadcrumb a{
    color: #ccc;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.contentblock .breadcrumb a:hover{
    color:#a7c6eb;
    text-decoration:none;
}
.contentblock .ce-layout-0 .captxt{
    color: #000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 5px 0;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
}
.contentblock .ce-layout-0 figure a:hover{
    text-decoration:none;
    color:#000;
}
.contentblock .ce-layout-0 figure{
    margin:0;
}
.contentblock .ce-layout-0 .ce-gallery{
    margin:0 -10px;
    padding:10px 0;
    min-width: 140px;
}
.contentblock .ce-layout-0 .ce-gallery .ce-row{
    display:table;
    width:100%;
    padding-top:20px;
}

.contentblock .ce-layout-0 .ce-above .ce-gallery .ce-row,
.contentblock .ce-layout-0 .ce-below .ce-gallery .ce-row{
    table-layout: fixed;
}

.contentblock .ce-layout-0 .ce-gallery .ce-row:first-child{
    padding-top:0;
}
.contentblock .ce-layout-0 .ce-gallery .ce-row .ce-column{
    display:table-cell;
    vertical-align:top;
    padding:0 10px;
}
.contentblock .ce-layout-0 .fancybox{
    display:block;
    position:relative;
}
.contentblock .ce-layout-0 .fancybox:after{
    content:"\f00e";
    display:block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    right:10px;
    color:#fff;
    top:10px;
    font-size:22px;
    transform:rotateY(180deg);
}
.concol .ce-layout-0 .ce-textpic.ce-left.ce-intext .ce-gallery{
    margin:0;
    padding:0 20px 0 0;
    display: table-cell;
}
.concol .ce-layout-0 .ce-textpic.ce-right.ce-intext .ce-gallery{
    margin:0;
    padding:0 0 0 20px;
    display: table-cell;
    vertical-align: top;
    float: right;
}
.concol .ce-layout-0 .ce-textpic.ce-right.ce-intext .ce-bodytext{
    display: table-cell;
    vertical-align: top;
    /* float: left; */

}

.concol .ce-layout-0 .ce-textpic.ce-left.ce-intext .ce-bodytext{
    display: table-cell;
    vertical-align: top;
}
.contentblock .ce-layout-0 .ce-textpic.ce-left.ce-intext .ce-gallery .ce-row .ce-column,
.contentblock .ce-layout-0 .ce-textpic.ce-right.ce-intext .ce-gallery .ce-row .ce-column{
    padding:0 0 10px;
}
.concol .ce-textpic.ce-left.ce-intext, .concol .ce-textpic.ce-right.ce-intext{
    padding:0 0 20px;
    display: table;
}

.concol .ce-textpic.ce-left.ce-intext img, .concol .ce-textpic.ce-right.ce-intext img {
   
}
.news-single ul,
.ce-textpic ul, 
.news-menu-view ul {
    list-style-type: none;
    padding-left: 30px;
}
.news-single ul li,
.ce-textpic ul li, 
.news-menu-view ul li {
    position: relative;
    line-height: 1.6;
    font-size: 15px;
    font-family: 'Martel';
    font-weight: 600;
     padding-left:22px;
}
.ce-textpic ul li{
    padding-left:0;
}
.news-menu-view ul li.itemactive a{
    color:#a7c6eb;
   
}
.news-single ul li:before, 
.ce-textpic ul li:before {
    width: 10px;
    height: 10px;
    display: block;
    background: #a7c6eb;
    content: "";
    position: absolute;
    left: -25px;
    top: 6px;
}
.sbnav.top ul li:before,
.contentblock ul.ce-uploads li:before {
    width: 0px;
    height: 0px;
    display: none;
    background: none;
    content: "";
    position: absolute;
}

.contentblock .ce-bodytext a.orangebox,.contentblock .ce-bodytext a.backbutton {
    display: block;
    padding:6px 5px;
    text-align: center;
    position: relative;
    color:#fff;
    font-size:15px;
    font-weight:normal;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    line-height:1.4;
    max-width:340px;
}

.contentblock .ce-bodytext a.orangebox:hover ,.contentblock .ce-bodytext a.backbutton:hover {
    opacity: 0.85;
}

.contentblock .ce-bodytext a.orangebox:after, .contentblock .ce-bodytext a.backbutton:after {
    content: "\f18e";
    font-family:FontAwesome;
    font-weight:normal;
    line-height:1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    left:10px;
    top:7px;
    color:white;
    font-size: 20px;
}

.contentblock .ce-bodytext a.orangebox {
    background: #dfaa36;    
}

.contentblock .ce-bodytext a.backbutton {
    background: #a7c6eb;
}

.contentblock .ce-bodytext a.backbutton:after {
    content: "\f190";
}
.contentblock .tx-kesearch-pi1 form{
    display:table;
    margin:0;
}
.contentblock .tx-kesearch-pi1 form .tcell{
    display:table-cell;
    vertical-align:top;
}
.contentblock .tx-kesearch-pi1 form input[type="text"]{
    display: block;
    width: 100%;
    margin: 0;
    padding: 2px 5px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    outline: none;
    height:25px;
    border:2px solid #e1effa;
    border-radius:0;
}
.contentblock .tx-kesearch-pi1 form button{
    display: block;
    margin: 0;
    padding:5px 20px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    outline: none;
    border: none;
    background: #a7c6eb;
    height: 25px;
    color: #fff;
}
.contentblock .tx-kesearch-pi1 form input[type="text"]:focus,
.contentblock .tx-kesearch-pi1 form input[type="text"]:hover{
    box-shadow:none;
}
.contentblock .tx-kesearch-pi1 .resultlist .text{
    font-family:'Roboto Slab';
    font-size: 15px;
    line-height:1.4;
}
.contentblock .tx-kesearch-pi1 .resultlist{
    list-style-type:none;
    padding:20px 0;
    margin:0;
}
.contentblock .tx-kesearch-pi1 .resultlist li{
    padding-top:20px;
}
.contentblock .tx-kesearch-pi1 .resultlist li:first-child{
    padding:0;
}
.contentblock .tx-kesearch-pi1 .resultlist h3{
    line-height:1.4;
}
.contentblock .tx-kesearch-pi1 .resultlist h3 a{
    color:#51575c;
    position:relative;
    padding-left:25px;
}
.contentblock .tx-kesearch-pi1 .resultlist h3 a:hover{
    text-decoration:none;
    color:#a7c6eb;
}
ul.f3-widget-paginator,
.contentblock .tx-kesearch-pi1 .pages_total{
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    text-align:center;
    font-size:15px;
    font-weight:normal;
}
ul.f3-widget-paginator,
.contentblock .tx-kesearch-pi1 .pagebrowser ul{
    display:table;
    margin:auto;
    padding-left:0;
}
ul.f3-widget-paginator li,
.contentblock .tx-kesearch-pi1 .pagebrowser li{
    display:table-cell;
    vertical-align:top;
    padding-left:5px;
}
ul.f3-widget-paginator li:first-child,
.contentblock .tx-kesearch-pi1 .pagebrowser li:first-child{
    padding:0;
}
ul.f3-widget-paginator li a,
.contentblock .tx-kesearch-pi1 .pagebrowser li a{
    display:block;
    padding:2px 5px;
    color:#a7c6eb;
    height:20px;
    background:none;
}
ul.f3-widget-paginator li.current{
    padding:2px 5px;
    height:20px;
    background:none;
}
ul.f3-widget-paginator li.next a,
ul.f3-widget-paginator li.previous a,
.contentblock .tx-kesearch-pi1 .pagebrowser li a.next,
.contentblock .tx-kesearch-pi1 .pagebrowser li a.prev{
    position:relative;
    width:20px;
    height:24px;
    text-indent:999px;
    overflow:hidden;
}
ul.f3-widget-paginator li.next a:after,
ul.f3-widget-paginator li.previous a:after,
.contentblock .tx-kesearch-pi1 .pagebrowser li a.next:after,
.contentblock .tx-kesearch-pi1 .pagebrowser li a.prev:after{
    content: "\f060";
    font-family:FontAwesome;
    font-weight:normal;
    line-height:1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    left:2px;
    top:3px;
    background:none;
    text-indent:0;
    font-size:18px;
}
ul.f3-widget-paginator li.next a:after,
.contentblock .tx-kesearch-pi1 .pagebrowser li a.next:after{
    content: "\f061";
}
ul.f3-widget-paginator li.current,
ul.f3-widget-paginator li a:hover,
.contentblock .tx-kesearch-pi1 .pagebrowser li a.current,
.contentblock .tx-kesearch-pi1 .pagebrowser li a:hover{
    text-decoration:none;
    color:#51575c;
}
.contentblock .tx-kesearch-pi1 .result_txt{
    padding:0 0 10px;
}
.news .meta {
    font-weight: bold;
    margin-bottom: 5px;
}

.news .teaser-text {
    font-weight: bold;
}

.news .header {
    padding: 0;
}

.news-list ul.entrys{
    list-style-type:none;
    padding:0;
    margin:0;
}
.news-single .tbwrap,
.news-list .tbwrap{
    display:table;
    table-layout:fixed;
    width:100%;
}
.news-single .tbwrap .tcell,
.news-list .tbwrap .tcell{
    display:table-cell;
    vertical-align:top;
}
.news-single .tbwrap .tcell.date,
.news-list .tbwrap .tcell.date{
    width: 120px;
    text-align: right;
    line-height:1.2;
    color: #51575c;
    font-size:15px;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    font-weight:600;
}
.news-list .thumbpreview{
    width:220px;
    padding-right:20px;
}
.news-single .tbwrap .tcell.newstext{
    padding-right:40px;
}
.news-single .tbwrap .thumbs{
    width: 330px;
    padding: 0 0 10px 10px;
}
.news-single .tbwrap .thumbs img{
    width: 100%;
}
.news-single figure{
    padding-bottom:10px;
}
.news-single .news-img-caption{
    padding: 5px 0 0 18px;
    font-size: 14px;
    line-height: 1.4;
}
.news-list .header{
    padding:0 0 10px;
}
.news-list .teaser p{
    margin:0;
    padding:0;
    line-height:1.6;
}
.news-single .news-text-wrap p,
.news-single .teaser-text p{
    margin:0;
    padding:0 0 20px;
    line-height:1.6;
}
.news-list .morelink{
    padding:10px 0 0;
}
.news-list .entrys li{
    padding-top:40px;
}
.news-list .entrys li:first-child{
    padding:0;
}
.news-list .page-navigation p{
    margin:0;
    padding:40px 0 10px;
    text-align:center;
}
.news-list{
    padding-bottom:20px;
}
.contentblock .news-list h3 a{
    padding-left:0px;
    position:relative;
}
.news-list .entrys h3 a:after{content: "";}

.pad40before {
    height: 58px;
    clear: both;
}

.pad20before {
    height: 20px;
    clear: both;
}

.pad90before {
    height: 93px;
    clear: both;
}

.pad20after {
    height: 20px;
    clear: both;
}

.ce-ele table {
    width: 100%;
}

.ce-ele table th, .ce-ele table td {
    text-align: left;
    vertical-align: top;
    padding: 5px;
}
.ce-ele table tr > td,.ce-ele table tr > th {
    background: #C5E1F5;
    border-bottom: 2px solid white;
}
.ce-ele table tr > td.h1, .ce-ele table tr > th.h1,
.ce-ele table tr > td.spacer, .ce-ele table tr > th.spacer {
    background: none;
}

.ce-ele table tr > td.spacer.bg-lightblue, .ce-ele table tr > th.spacer.bg-lightblue {
    background: #C5E1F5;
    border-bottom: 2px solid white;
}
.ce-ele table tr > td.spacer.bg-lightgrey, .ce-ele table tr > th.spacer.bg-lightgrey {
    background: #70828B;
    border-bottom: 2px solid white;
}
.ce-ele table tr > td.spacer.bg-gray, .ce-ele table tr > th.spacer.bg-gray {
    background: #617A89;
}
.ce-ele table tr > td.spacer.bg-blue, .ce-ele table tr > th.spacer.bg-blue {
    background: #a7c6eb;
}
.ce-ele table tr.noborder > td.spacer.bg-lightblue, .ce-ele table tr.noborder > th.spacer.bg-lightblue,
.ce-ele table tr.noborder > td.spacer.bg-lightgrey, .ce-ele table tr.noborder > th.spacer.bg-lightgrey,
.ce-ele table tr.noborder > td,.ce-ele table tr.noborder > th {
    border:none;
}
/* "Unternehmen -> Daten" Tabelle */
.ce-ele.ce-layout-5 table,
.ce-ele.ce-layout-6 table {
    margin-bottom:20px;
}

.ce-ele.ce-layout-6 table tr > th.col3,
.ce-ele.ce-layout-6 table tr > td.col3 {
    text-align: right;
    color: white;
    background: #617A89;
}

.ce-ele.ce-layout-6 table tr > th.col4,
.ce-ele.ce-layout-6 table tr > td.col4 {
    text-align: right;
    color: white;
    background: #a7c6eb;
}

.gridwrap.container.layout-7 {
    padding: 40px 40px 20px;
    background-color: #e1effa;
}

.gridwrap.container.layout-20 {
    width: 100%;
    max-width: 800px;
    margin:auto;
}

.gridwrap.container.layout-21 {
    width: 100%;
    background: #51575c;
    padding:0;
    box-sizing: border-box;
    
}

.gridwrap.container.layout-21  .inner-wrap{
    margin: auto;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content : space-around;
    justify-content : center;
    width: 100%;
    max-width: 830px;
}



.contentblock .gridwrap.container.layout-21  .inner-wrap .ce-ele.ce-layout-1  {
    display: flex;
    width: 33%;
    max-width: 245px;
    padding:15px;
    
}

.ce-ele table tr:hover > td, .ce-ele table tr:hover > th {
    background: #819ad2;color:white;
}


a[rel^="fancybox"], a.fancybox {
    overflow: hidden;
}

a[rel^="fancybox"] img, a.fancybox img {
    -webkit-transition:opacity 0.25s ease-in-out;
    -moz-transition:opacity 0.25s ease-in-out;
    transition:opacity 0.25s ease-in-out;
    opacity:1;
}

a[rel^="fancybox"]:hover img, a.fancybox:hover img {
    opacity:0.85;
}

.ce-menu.ce-menu-8 li,
.ce-menu.ce-menu-2 li{list-style-type: none;}
.ce-menu.ce-menu-8 ul,
.ce-menu.ce-menu-2 ul{
    padding:0 0 10px 20px;
}
nav.mobiletoggle{
    display:none;
    vertical-align:top;
    padding:11px 15px 0 0;
    position:relative;
}
nav.mobiletoggle:after{
    content: '';
    display: block;
    height: 14px;
    background: url(/typo3conf/ext/rm_base_package/Resources/Public/Images/Frontend/nav-seperator.png) repeat-x left top;
    position:absolute;
    width:100%;
    bottom:3px;
}
nav.mobiletoggle ul{
    display:table;
    padding:0;
    margin:0;
    list-style-type:none;
    float:right;
}
nav.mobiletoggle ul li{
    display:table-cell;
    vertical-align:top;
    padding:0 5px;
}
nav.mobiletoggle li a{
    color:#a7c6eb;
    display: block;
    width: 24px;
    height: 28px;
    padding: 0 3px;
    position:relative;
    text-indent:-999px;
    overflow:hidden;
}
nav.mobiletoggle li.tgsearch a{
    color:#51575c;
}
nav.mobiletoggle li.mag a{
    padding:0 5px;
    background:url(../Images/Frontend/mag-sprite.png) no-repeat 2px 0px;
}
nav.mobiletoggle li.tgsearch a:after,
nav.mobiletoggle li.tgsnav a:after{
    content: "\f0c9";
    font-family:FontAwesome;
    font-weight:normal;
    line-height:1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:28px;
    text-indent:0;
    position:absolute;
    top:0;
    left:3px;
}
nav.mobiletoggle li.tgsearch a:after{
    content:"\f002";
    transform:rotateY(180deg);
    font-size: 22px;
    left: 6px;
    top: 2px;
}
nav.mobiletoggle li a:hover{
    background:#a7c6eb;
    color:#fff;
}
nav.mobiletoggle li.tgsearch a:hover{
    background:#51575c;
}
nav.mobiletoggle li.mag a:hover{
    background:#dfa936 url(../Images/Frontend/mag-sprite.png) no-repeat 2px -28px
}
.responsive-video{
    position: relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
}
.responsive-video iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
}
area, map{outline:0}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}
.tx-felogin-pi1 .logout{
    text-align: center;
    margin-top:30px;
}
.tx-powermail .mietupload .uplinfo{
    padding:20px 0 10px;
}
.mietupload .powermail_fieldwrap_type_file .powermail_label{
    padding-bottom:5px;
}
.mietupload .powermail_fieldwrap_type_check,
.mietupload .powermail_fieldwrap_type_file{
    padding:0 0 20px;
    border:0;
    text-align:left;
}
.mietupload .powermail_fieldwrap_type_file .mandatory{
    color:red;
}
.tx-powermail .mietupload .powermail_fieldwrap_type_check ul.parsley-errors-list,
.tx-powermail .mietupload .nolabel .powermail_label{
    display:none;
}
.tx-powermail .mietupload input,
.tx-powermail .mietupload textarea{
    resize:none;
    outline:none;
}
.mietupload .powermail_fieldwrap_type_file ul.parsley-errors-list.filled{
    border: none;
    margin: 0;
    padding: 5px 0 0;
}
.mietupload .powermail_fieldwrap_type_check .parsley-error .icheckbox_square-aero{
    width:20px;
    height:20px;
    border:1px solid red;
    background-position: -1px -1px;
}
.mietupload .powermail_fieldwrap_type_check .parsley-error .icheckbox_square-aero.checked{
    background-position: -48px 0;
    width:22px;
    height:22px;
    border:none;
        padding-top: 6px;
}

.powermail_fieldwrap.schaden.powermail_fieldwrap_type_submit,
.powermail_fieldwrap.schaden.powermail_fieldwrap_type_textarea,
.powermail_fieldwrap.schaden{
   padding-top:20px;
}
.powermail_fieldwrap.schaden h4{
   padding-top:20px;
}

.powermail_fieldwrap.schaden label.powermail_label {
    display: inline-block;
    width: 170px;
    float: left;
    padding-top: 6px;

        position: relative;
    left: 0;
    top: 0;
    font-size: 15px;
    font-family: 'Martel';
    font-weight: 200;

}
.powermail_fieldwrap.schaden.powermail_fieldwrap_type_textarea .powermail_label{
    position: relative;
    left: 0;
    top: 0;
    font-size: 15px;
    font-family: 'Martel';
    font-weight: 200;
}
.powermail_fieldwrap.schaden .powermail_select,
.powermail_fieldwrap.schaden .powermail_textarea {
    max-width: 533px;
    width: 100%;
}

.tx-powermail .mietupload input[type=file]{
    width:100%;
    max-width:500px;
    display:block;
}
.flexslider .slides .image{
    max-height:550px;
    overflow:hidden;
}
.ceaccordion .ce-textpic ul{
    padding-top:0;
    margin-top:-10px;
}


.tx-powermail .layout3 .layout3 .powermail_label,
.tx-powermail .layout3 .sectionTitle {
    font-size: 120%;
    font-weight: bold;
    margin-top: 20px;
    display: block;
    padding-bottom: 10px;
}
.tx-powermail .layout3 .layout2 .powermail_label{
    display:none;
}
.tx-powermail .layout3 .layout1 .powermail_field,
.tx-powermail .layout3 .layout1 .powermail_label{
    display:inline-block;
    padding-right:5px;
    width:48px;
    margin-bottom: 5px;
    vertical-align:top;
}
.tx-powermail .layout3 .layout1 .powermail_field{
    display:inline-block;
}
.tx-powermail .layout3 .powermail_fieldwrap_suchzeitraumbis.layout1 .powermail_field,
.tx-powermail .layout3 .powermail_fieldwrap_suchzeitraumvon.layout1 .powermail_field{
    width:auto;
}
.tx-powermail .layout3 .powermail_fieldwrap_suchzeitraumbis.layout1 .powermail_field input.parsley-error,
.tx-powermail .layout3 .powermail_fieldwrap_suchzeitraumvon.layout1 .powermail_field input.parsley-error{
    border-bottom:2px solid red;
}
.tx-powermail .layout3 .powermail_fieldwrap_suchzeitraumbis.layout1 ul.parsley-errors-list,
.tx-powermail .layout3 .powermail_fieldwrap_suchzeitraumvon.layout1 ul.parsley-errors-list{
    border:none;
    margin:0;
    padding:5px 0;
}
.tx-powermail .layout3 .layout2{
    margin-top: 20px;
    display: block;
    padding-bottom: 10px;
}
.tx-powermail .layout3 .layout3 .checkbox  {
    padding-bottom: 3px;
}

.tx-powermail .layout3  .powermail_fieldwrap_datenschutzerklrung {
    clear: both;
    padding-top:20px;
}



.tx-powermail .layout3  .powermail_fieldwrap_stadteil,
.tx-powermail .layout3  .powermail_fieldwrap_wohnflche,
.tx-powermail .layout3  .powermail_fieldwrap_objektzustand,
.tx-powermail .layout3  .powermail_fieldwrap_sonstiges,
.tx-powermail .layout3  .powermail_fieldwrap_objektart,
.tx-powermail .layout3  .powermail_fieldwrap_typeofuse {
    position: relative;
    float: left;
    width: 50%;
    min-height: 120px;
}
.tx-powermail .powermail_fieldwrap_anrede ul.parsley-errors-list.filled,
.tx-powermail .powermail_fieldwrap_datenschutzerklrung ul.parsley-errors-list.filled {
    display: none
}
.tx-powermail .powermail_fieldwrap_datenschutzerklrung ul.parsley-errors-list.filled {
    border:0;
    margin:0;
}
.tx-powermail .powermail_fieldwrap_anrede .parsley-error{
    border-bottom:1px solid red;
}

.tx-powermail .powermail_fieldwrap_datenschutzerklrung .parsley-error{
    color:red
}


.tx-powermail .layout3  .powermail_fieldwrap_wohnflche .mandatory{color:red}


.infotableBestand {margin-top: 30px;}
.infotableBestand  .ce-ele  table td , .infotableBestand  .ce-ele  table th{padding:7px 10px;  background: rgba(167, 198, 235, 0.2);}


.infotableBestandNeu {margin-top: 30px;}
.infotableBestandNeu  .ce-ele  table td , .infotableBestandNeu  .ce-ele  table th{padding:7px 10px;  background: rgba(167, 198, 235, 0.2);}
.infotableBestandNeu .hoverinfo {display:none;}

.infotableBestandNeu span.showSmall,
.infotableBestandNeu .ce-ele.ce-layout-5 table tr > td.showSmall {display:none;}
.infotableBestandNeu .ce-ele.ce-layout-5 table tr  {cursor: pointer}

.stock-map-wrap .accordion-wrap {
    display: block;
    padding: 20px 0 0;
    margin: 0;
    list-style-type: none;
}

.stock-map-wrap .accordion-wrap li {
    display: block;
    padding: 10px 0 0;
}

.stock-map-wrap .accordion-wrap li:first-child {
    padding: 0;
}

.stock-map-wrap .toggle-bar {
    background: #edf4fb;
    padding: 7px 10px;
    transition: background 0.3s, color 0.3s;
    position: relative;
}

.stock-map-wrap .toggle-bar .title {
    float: left;
    width: 200px;
    font-weight: bold;
}

.stock-map-wrap .toggle-bar .info {
    margin: 0 60px 0 220px;
}

.stock-map-wrap .toggle-bar .toggle-btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 20px;
    margin-top: -6px;
}

.stock-map-wrap .toggle-bar .toggle-btn:after {
    display: block;
    content: '+';
}

.stock-map-wrap .open .toggle-bar .toggle-btn:after {
    content: '-';
}

.stock-map-wrap .toggle-bar:hover {
    cursor: pointer;
    background: #819ad2;
    color: #fff;
}

.stock-map-wrap .acc-content {
    padding: 20px 0 10px;
    display: none;
}

.stock-map-wrap .open .acc-content {
    display: block;
}

.stock-map-wrap .acc-content .img-row {
    overflow: hidden;
}

.stock-map-wrap .acc-content .img-row .title {
    padding: 0 0 5px;
}

.stock-map-wrap .acc-content .img-row-wrap {
    display: block;
    padding: 0 0 5px;
    margin: 0 -20px;
    list-style-type: none;
}

.stock-map-wrap .acc-content .img-row-wrap li {
    display: inline-block;
    width: 20%;
    padding: 0 20px 10px;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #7ea1d5;
}

.stock-map-wrap .acc-content .img-row-wrap img {
    width: 100%;
    max-width: none;
}

.stock-map-wrap .acc-content .img-row-wrap .caption {
    padding: 2px;
    word-break: break-all;
}

.stock-map-wrap .acc-content .info-table {
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.stock-map-wrap .acc-content .info-table th,
.stock-map-wrap .acc-content .info-table td {
    padding: 7px 10px;
    background: #edf4fb;
    border-top: 2px solid #fff;
    font-weight: normal;
}

.stock-map-wrap .acc-content .info-table td {
    text-align: center;
}

.stock-map-wrap .acc-content .info-table th {
    width: 30%;
}

.stock-map-wrap .acc-content .table-head-row th {
    text-align: center;
    border-top: 0;
    font-weight: bold;
    width: auto;
}

.stock-map-wrap .acc-content .table-head-row th:first-child {
    width: 30%;
}

.bestandspopup {
    max-width: 430px;
    border-radius: 0;
    padding: 0;
    overflow: hidden
}

.bestandspopup .title {
    font-weight: bold;
    color: black;
    font-size: 13px;
    padding: 10px 30px 8px 20px
}

.bestandspopup .images {
    padding: 0 20px;
    font-size: 0;
    line-height: 0;
}

.bestandspopup .imgrow {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    padding: 0 5px 10px 0;
    line-height: 1.2;
}

.bestandspopup .imgrow.idx1 {
    padding: 0 0 10px 5px;
}

.bestandspopup .imgrow img {
    display: block;
    width: 100%;
    height: auto;
}

.bestandspopup .images-header {
    line-height: 1.2;
    font-size: 15px;
    padding: 0 0 5px;
}

.bestandspopup span.caption {
    color: #7ea1d5;
    font-size: 13px;
    display: block;
    padding: 2px 0 0;
}

.bestandspopup .tbl.info .tcell {
    border-bottom: 1px solid white;
    padding: 6px 20px;
    font-size: 14px;
    text-align: center;
}

.bestandspopup .tbl.info .tcell.lbl {
    text-align: left;
    font-weight: bold;
}

.bestandspopup .tbl-lbl-desc {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1.2;
}

.bestandspopup .tbl.info {
    background: #e1f0fa
}

.bestandspopup button.fancybox-close-small:focus:after,
.bestandspopup button:focus {
    outline: 0
}

.cookiebar {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #a7c6eb;
    z-index: 2000;
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
}

.cookiebar.show {
    display: block;
}

.cookiebar .wrap {
    max-width: 1200px;
    padding: 10px 40px 0;
    margin: auto;
    position: relative;
}

.cookiebar .wrap p {
    margin: 0;
    padding: 0 0 10px;
    font-family: 'Open Sans';
}

.cookiebar .wrap a.close {
    display: block;
    border: 1px solid #fff;
    position: absolute;
    right: 40px;
    top: 50%;
    padding: 5px 10px;
    margin-top: -15px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.cookiebar .wrap a.close:hover {
    background: #fff;
    color: #a7c6eb;
}

.cookiebar .wrap .ce-ele {
    padding-right: 100px;
}

.cookiebar .wrap .ce-ele a {
    color: #51575c;
    transition: color 0.3s;
}

.cookiebar .wrap .ce-ele a:hover {
    color: #dcddde;
}

.sidebar-wrap {
    z-index: 1020;
    position: fixed;
    top: 35%;
    right: 0;
    width: 310px;
    height: 290px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
    padding: 0;
    box-sizing: border-box;
    transition: all 0.5s;
}

.sidebar-wrap .icon {
    background:url(/typo3conf/ext/rm_base_package/Resources/Public/Icons/Sidebar.png);
    width: 120px;
    height: 120px;
    padding: 0 0 20px 0;
    background-repeat: no-repeat;
}

.sidebar-wrap p {
    margin: 0;
    padding: 0 0 10px 0;
    opacity: 1;
    width: 100%;
    color: #51575c;
    font-size: 22px;
}

.sidebar-wrap h3 {
    position: absolute;
    transform: rotate(-90deg);
    height: 106px;
    width: 170px;
    margin: 105px 0px 0px -20px;
    font-size: 25px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
}

.sidebar-wrap a {
    opacity: 1;
    width: 100%;
}

.sidebar-wrap .sidebar-hide {
    position: relative;
    width: 50px;
    height: 290px;
    padding: 0;
    float: left;
    background-color: #85c2eb;
}

.sidebar-wrap .bodytext {
    position: relative;
    width: 260px;
    height: 290px;
    background-color: #e1effa;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s;
    overflow: hidden;
}

.sidebar-wrap .sidebar-hide:after {
    content: "\f054";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    left: 15px;
    top: 20px;
    color: #fff;
    font-size: 26px;
}

.sidebar-wrap a .arrow-right:after {
    content: "\f18e";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    left: 0;
    color: #a7c6eb;
    top: 3px;
    font-size: 30px;
}

.sidebar-wrap.hidden {
    right: -260px;
}

.sidebar-wrap.hidden .sidebar-hide:after {
    content: "\f053";
}

.sidebar-wrap.hidden p {
    opacity: 0;
    display: none;
}

.sidebar-wrap.hidden a {
    opacity: 0;
    display: none;
}

.sidebar-wrap.hidden h3 {
    opacity: 1;
}

.sidebar2-wrap {
    z-index: 1020;
    position: fixed;
    top: 15%;
    right: 0;
    height: 160px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
    padding: 0;
    box-sizing: border-box;
    transition: all 0.5s;
}

.sidebar2-wrap h3 {
    position: absolute;
    transform: rotate(-90deg);
    height: 97px;
    width: 160px;
    margin: 0px 0px 0px -20px;
    font-size: 25px;
    color: #fff;
    transition: all 0.5s;
}

.sidebar2-wrap .sidebar-hide {
    position: relative;
    width: 50px;
    height: 160px;
    padding: 0;
    float: left;
    background-color: #2d7a95;
}


.tbl .tcell.cols-1-1-l {
    padding: 0 20px 0 0;
}

.ce-layout-6 > .tbl {
    padding: 40px 0 0 0;
}

.ce-layout-6 > .tbl > .trow > .tcell.cols-1-1-r {
    border-left: 20px solid #fff;
    padding: 0;
    background-color: #e1effa;
}

.ce-layout-6 > .tbl > .trow > .tcell.cols-1-1-l {
    border-right: 20px solid #fff;
    padding: 0;
    background-color: #e1effa;
}

.ce-layout-8 .ce-bodytext {
    padding: 40px 0 60px;
}

.ce-layout-9 .ce-bodytext {
    padding: 20px 0;
}
.ce-layout-10 .ce-textpic.blue {
    background-color: #e1effa;
}
.ce-layout-10 .ce-textpic.grey {
    background-color: #d4d5d6;
}
.ce-layout-10 .ce-bodytext {
    padding: 0;
    color: #51575c;
}
.frame-space-before-extra-small,
.space-before-extra-small {
    margin-top: 20px;
}
.frame-space-before-small,
.space-before-small {
    margin-top: 30px;
}
.frame-space-before-medium,
.space-before-medium {
    margin-top: 50px;
}
.frame-space-before-large,
.space-before-large {
    margin-top: 70px;
}
.frame-space-before-extra-large,
.space-before-extra-large {
    margin-top: 80px;
}
.frame-space-after-extra-small,
.space-after-extra-small {
    margin-bottom: 20px;
}
.frame-space-after-small,
.space-after-small {
    margin-bottom: 30px;
}
.frame-space-after-medium,
.space-after-medium {
    margin-bottom: 50px;
}
.frame-space-after-large,
.space-after-large {
    margin-bottom: 70px;
}
.frame-space-after-extra-large,
.space-after-extra-large {
    margin-bottom: 80px;
}

.contentblock .ce-layout-10 .ce-gallery {
    padding: 0;
}
.ce-layout-10 .ce-bodytext p {
    padding: 20px;
    text-align: center;
}
.ce-layout-10 a:hover .cta {
    opacity: 0.7;
}

.tbl .tcell.cols-1-1-r {
    padding: 0 0 0 20px;
}
span.grey {
    color: #51575c;
}
/* T3ddy */
.cwrap {
    padding: 20px 0 0 0;
}
.cwrap .tabs .tab-nav {
    padding: 20px 0 50px 0;
    margin: 0;
}
.cwrap .tabs .tab-nav .tab-toggle {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    display: inline-block;
    position: relative;
    list-style-type: none;
    font-weight: 900;
    color: #51575c;
    font-size: 20px;
    padding: 5px 10px 5px 25px;
    cursor: pointer;
    transition: color 1s;
}
.cwrap .tabs .tab-nav .tab-toggle .num {
    display: none;
}
.cwrap .tabs .tab-nav .tab-toggle:after{
    content: "\f18e";
    font-family:FontAwesome;
    font-weight:normal;
    line-height:1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    left:0;
    top:5px;
    color:#a7c6eb;
}
.cwrap .tabs .tab-nav .tab-toggle.active {
    color: #a7c6eb;
    cursor: inherit;
}
.cwrap .tabs .tab-content {
    padding: 0 0 80px 0;
    margin: 0;
}
.cwrap .tabs .tab-content > .entry {
    display: none;
    list-style-type: none;
}
.cwrap .tabs .tab-content > .entry.active {
    display: block;
}

.contentblock .ce-ele.ce-layout-11 {
    background:#a7c6eb;
    padding: 10px;
}

.contentblock .ce-ele.ce-layout-11 .ce-bodytext p {
    padding: 0;
}

.contentblock .ce-ele.ce-layout-11 .ce-bodytext h3 {
    padding: 0;
}

.captiontext, .captiontext a {
    font-size: 11px !important;
    font-style: italic !important;
    color: #2C3E50 !important;
}

.header .logo {
    padding-top: 16px;
}
.tbl .trow .left {
    display: table-cell;
    padding: 0 0px;
}
.tbl .trow .right {
    display: table-cell;
    vertical-align: top;
    width: 330px;
    padding: 0 0px 0 30px;
    position: relative;
}
.tbl .trow .right .tcell {
    display: block;
}
.concol .ce-textpic .ce-gallery[data-ce-columns="1"] .ce-media a img {
    max-width: 1000px;
}