




/***** GLOBALS - Start ************************************************************************************************/
body {
    font-family: "LucidaSan";
    overflow-y: scroll;
    height: 100%;
}
body.fixed {
    height: 100%;
    overflow: hidden;
}

.invisible {
    display: none;
}

/** Nicht verwenden, da ggf. funktionale DIVs nicht mehr sichtbar sin **/
/*
div:empty {
    display: none;
}
*/

b, strong {
    font-weight: 500;
}
/***** GLOBALS - End **************************************************************************************************/




/***** HEADER - Start *************************************************************************************************/
header.main {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.top {
    position: relative;
    min-height: 171px;
    -webkit-transition: all 0.32s;
    -moz-transition: all 0.32s;
    -ms-transition: all 0.32s;
    -o-transition: all 0.32s;
    transition: all 0.32s;
}
header.main.scrolled .top {
    min-height: 1px;
}
.top .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 157px;
    height: 214px;
    background: #fff url("../Images/bg-logo-kab.png") no-repeat center 23px;
    background-size: 103px auto;
    text-indent: -9999em;
    -webkit-transition: all 0.32s;
    -moz-transition: all 0.32s;
    -ms-transition: all 0.32s;
    -o-transition: all 0.32s;
    transition: all 0.32s;
}
header.main.scrolled .top .logo {
    top: 10px;
    width: 90px;
    height: 120px;
    background-position: center 0;
    background-size: 64px auto;
}
.top .site-title {
    display: table;
    height: 170px;
    padding-right: 80px;

    padding-top: 25px;
    -webkit-transition: all 0.32s;
    -moz-transition: all 0.32s;
    -ms-transition: all 0.32s;
    -o-transition: all 0.32s;
    transition: all 0.32s;
}
header.main.scrolled .top .site-title {
    height: 87px;

    padding-top: 10px;
    padding-right: 180px;
}
.top .site-title h1 {
    display: table-cell;
    margin: 0;
    font-size: 38px;
    color: #3e3c40;
    font-style: normal;
    vertical-align: middle;
    -webkit-transition: all 0.32s;
    -moz-transition: all 0.32s;
    -ms-transition: all 0.32s;
    -o-transition: all 0.32s;
    transition: all 0.32s;
}
header.main.scrolled .top .site-title h1 {
    font-size: 28px;
}

.btn-nav-mob,
.btn-nav-mob-close {
    display: none;
}
nav.main {
    height: 43px;
    /*margin: 0 0 10px;*/
    background-color: #0c7a9e;
}
nav.main .invisible {
    display: none;
}
nav.main ul {
    position: static;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    text-transform: uppercase;
}

nav.main li {
    float: left;
    line-height: 43px;
}
nav.main li a {
    display: block;
    padding: 0 25px;
    color: #fff;
}
nav.main ul.level-1 {
    height: 43px;
    overflow: hidden;
}
nav.main ul.level-1 > li > a:hover,
nav.main ul.level-1 > li.active > a {
    background-color: #d80354;
    text-decoration: none;
}
nav.main li a.home,
nav.main ul.level-1 > li:first-of-type a {
    width: 47px;
    background: url("../Images/bg-nav-icon-home.png") no-repeat center center;
    background-size: 28px auto;
    text-indent: -9999em;
}
nav.main ul.level-1 > li a.home:hover,
nav.main ul.level-1 > li a.home.active,
nav.main ul.level-1 > li:first-of-type a:hover,
nav.main ul.level-1 > li:first-of-type.active a {
    background-color: #d80354;
}

nav.main li span.icon {
    display: none;
}

nav.main .subnav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 0 20px;
    background-color: #fff;
    box-shadow: 0px 10px 9px -6px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
    max-height: 400px;
    z-index: 10;
}
nav.main .subnav .border {
    margin: 0 0 10px;
    border-top: 11px solid #d80354;
}
nav.main .subnav > ul {
    padding: 0 15px;
}
nav.main .subnav > ul > li {
    width: 25%;
    margin: 20px 0 10px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    border-left: 1px solid #d80354;
}
nav.main .subnav > ul > li:nth-child(4n+1) {
    clear: both;
    padding-left: 0;
    border-left: none;
}
nav.main .subnav a {
    margin: 0 0 4px;
    padding: 0;
    line-height: 17px;
    color: #0c7a9e;
}
nav.main .subnav a:hover,
nav.main .subnav a.active {
    background-color: transparent;
    text-decoration: underline;
}
nav.main .subnav li.active > a {
    color: #d80354;
}

nav.main .subnav > ul > li > ul {
    padding: 0;
}
nav.main .subnav > ul > li > ul > li {
    float: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-transform: none;
}
nav.main .subnav > ul > li > ul > li.has-children {
    position: relative;
    padding-right: 40px;
}
nav.main .subnav > ul > li > ul > li.has-children > span.icon {
    display: block;
    position: absolute;
    top: 6px;
    right: 20px;
    width: 20px;
    height: 10px;
    background: url("../Images/bg-nav-icon-subpage-sprite.png") no-repeat center 0;
    background-size: 10px auto;
    cursor: pointer;
}
nav.main .subnav > ul > li > ul > li.has-children.show > span.icon {
    background-position: center -11px;
}
nav.main .subnav > ul > li > ul > li.has-children > a {

}
nav.main .subnav > ul > li > ul > li.has-children > ul {
    display: none;
    padding: 0 0 0 20px;
}
nav.main .subnav > ul > li > ul > li.has-children > ul > li {
    float: none;
    font-size: 14px;
    line-height: 21px;
    text-transform: none;
}

nav.main .subnav > ul > li > ul > li.has-children > ul > li ul {
    padding: 0 0 0 20px;
}
nav.main .subnav > ul > li > ul > li.has-children > ul > li > ul li {
    float: none;
    font-size: 14px;
    line-height: 21px;
    text-transform: none;
}

nav.main .search-field {
    display: none;
}

header .contact {
    cursor: pointer;
}
.box-top {
    margin: 9px 0 11px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #0c7a9e;
}
.box-top .icon.interactive {
    display: inline-block;
    width: 33px;
    height: 20px;
    margin: 0px 2px -4px 4px;
    background: url("../Images/bg-header-icon-interactive.png") no-repeat;
    background-size: 33px auto;
}
.box-bottom {
    display: none;
    position: absolute;
    width: 166px;
    padding: 12px 4px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #d80354;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
.contact:hover .box-bottom {
    display: block;
}
.box-bottom .icon.bubble {
    position: absolute;
    top: -21px;
    left: 50%;
    width: 15px;
    height: 21px;
    margin: 0 0 0 2px;
    background: url("../Images/bg-header-icon-bubble-contact.png") no-repeat center bottom;
    background-size: 15px auto;
}
.box-bottom .icon.bubble::before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 8px;
    left: 4px;
    width: 40%;
    top: 52%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 4px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.3);
}
.box-bottom .icon.arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 23px;
    height: 21px;
    margin: 0 0 0 -12px;
    background: #d80354 url("../Images/bg-header-icon-arrow-contact.png") no-repeat center;
    background-size: 23px auto;
}

header .box-members {
    position: relative;
    display: block;
    margin: 9px 0 11px;
    padding: 5px 15px 5px 30px;
    color: #fff;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    background-color: #0c7a9e;
}
header .box-members:hover,
header .box-members:focus,
header .box-members:active {
    text-decoration: none;
}
header .box-members::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin: -18px 0 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 18px solid #fff;
}

header .box-get-member {
    display: block;
    float: right;
    width: 110px;
    padding: 0 0 8px;
    margin: -9px 0 0;
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 22px;
    text-transform: uppercase;
    background-color: #fce4ea;
    transition: all 0.32s ease-in-out;
}
header .right .box-get-member {
    float: right;
    margin: 9px 0 0 29px;
}
header .box-get-member:hover,
header .box-get-member:focus,
header .box-get-member:active {
    text-decoration: none;
}
header.main.scrolled .box-get-member {
    padding: 5px 0;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background-color: #e50068;
}
header .box-get-member .pink {
    height: 44px;
    margin: 0 0 6px;
    padding: 9px 0 13px;
    font-size: 32px;
    color: #fff;
    background-color: #e50068;
    transition: all 0.32s ease-in-out;
}
header.main.scrolled .box-get-member .pink {
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

header nav.meta {
    margin: 18px 0 0;
}
header nav.meta ul {
    list-style: none;
    padding: 0;
}
header nav.meta li {
    float: left;
    position: relative;
}
header nav.meta li:first-child {
    margin-right: 16px;
}
header nav.meta li.icon.login a {
    display: block;
    width: 22px;
    height: 28px;
    background: url("../Images/bg-header-icon-lock.png") no-repeat;
    background-size: 22px auto;
    text-indent: -9999em;
}
header nav.meta li.icon.search a {
    display: block;
    width: 26px;
    height: 26px;
    background: url("../Images/bg-header-icon-lens.png") no-repeat;
    background-size: 26px auto;
}
header nav.meta .search-field {
    display: none;
    position: absolute;
    top: 48px;
    left: 50%;
    width: 166px;
    margin: 0 0 0 -77px;
    padding: 12px 4px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #0c7a9e;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
header nav.meta .search-field .icon.bubble {
    position: absolute;
    top: -21px;
    left: 50%;
    width: 15px;
    height: 21px;
    margin: 0 0 0 -7px;
    background: url("../Images/bg-header-icon-bubble-contact.png") no-repeat center bottom;
    background-size: 15px auto;
}
header nav.meta .search-field .icon.bubble::before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 8px;
    left: 4px;
    width: 40%;
    top: 52%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 4px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.3);
}
header nav.meta .search-field input[type="text"] {
    width: 142px;
    height: 34px;
    padding: 0 10px;
    font-size: 17px;
    font-weight: 400;
    border: none;
    background-color: #e0e1e5;
}
header nav.meta .search-field input[type="submit"] {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 23px;
    height: 21px;
    margin: 0 0 0 -20px;
    border: none;
    background: #d80354 url("../Images/bg-header-icon-arrow-contact.png") no-repeat center;
    background-size: 23px auto;
}

header nav.meta.right {
    float: right;
}
header nav.meta.right li {
    float: right;
    position: relative;
}
header nav.meta.right li:first-child {
    margin-right: 0;
    margin-left: 16px;
}
/***** HEADER - End ***************************************************************************************************/




/***** CONTENT - Start ************************************************************************************************/

.outer {
    padding: 224px 0 0;
}

/***** Inhaltselemente - Diverses - Start *****/
div[class*="csc-layout-"],
div[class*="frame-layout-"] {
    margin-bottom: 18px;
}
div[class*="csc-layout-"] a,
div[class*="frame-layout-"] a {
    color: #0c7a9e;
    text-decoration: underline;
    cursor: pointer;
}
div[class*="csc-layout-"] a:hover,
div[class*="frame-layout-"] a:hover {
    color: #0c7a9e;
    text-decoration: none;
}
div[class*="csc-layout-"] a.button,
div[class*="frame-layout-"] a.button {
    color: #fff;
    text-decoration: none;
}
div[class*="csc-layout-"] a.fancybox,
div[class*="frame-layout-"] a.fancybox {
    /*display: block;*/
    display: inherit;
    position: relative;
    cursor: zoom-in;
}
div[class*="csc-layout-"] a.fancybox::after,
div[class*="frame-layout-"] a.fancybox::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("../Images/bg-image-lens.png") no-repeat;
    background-size: 30px auto;
}
div[class*="csc-layout-"] h1 a,
div[class*="frame-layout-"] h1 a {
    text-decoration: none;
}

div.csc-layout-bullets {
    margin-top: -7px;
    margin-bottom: 42px;
}
.csc-layout-bullets h2 {
    margin: 0 0 14px;
    font-size: 19px;
    font-weight: 500;
    color: #0c7a9e;
}
ul.ce-bullets,
.main.container .ce-bodytext ul {
    padding: 0;
    list-style: none;
}
ul.ce-bullets {
    font-weight: 500;
}
ol.ce-bullets {
    font-weight: 500;
}
ul.ce-bullets li,
.main.container .ce-bodytext ul li {
    margin: 0 0 11px;
    padding: 0 0 0 18px;
    background: url("../Images/bg-li.png") no-repeat 0 8px;
    background-size: 7px auto;
}
ol.ce-bullets li,
.main.container .ce-bodytext ol li {
    margin: 0 0 11px;
}
.ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
}
.ce-gallery img {
    max-width: 100%;
    height: auto;
}
.ce-gallery figcaption {
    font-size: 15px;
    color: #0c7a9e;
    padding: 7px 0;
    line-height: 1.2;
}
.ce-center .ce-gallery img {
    margin: 0 auto;
}

/** Vollflächige Bilder auf 100% Breite strecken(750px), da sie sonst aufgrund der Bildergalerie nur 720px breit werden., CHL, 2017-07-04 **/
.ce-below .ce-gallery[data-ce-columns="1"] {
    width: 100%;
}
.ce-gallery[data-ce-columns="1"] .ce-column {
    width: 100%;
}
.ce-gallery[data-ce-columns="1"] figure {
    width: 100%;
}
/*
.ce-gallery[data-ce-columns="1"] img {
    width: 100%;
}
*/

/** Bilder in der rechten Marginale auf 100% Breite skalieren, da manche Bilder aus dem alten Bestand kleiner sind **/
.col-sm-4 .ce-outer {
    width: 100%;
}
.col-sm-4 .ce-inner {
    width: 100%;
}

div.csc-layout-table {
    margin: 0 0 48px;
}
.csc-layout-table h2 {
    margin: 0 0 18px;
    font-size: 19px;
    font-weight: 500;
    color: #0c7a9e;
}
.table h2 {
    font-size: 19px;
    font-weight: 500;
    color: #0c7a9e;
}
table.ce-table {
    width: 100%;
    background-color: #eceded;
}
table.ce-table tr {
    border-bottom: 2px solid #fff;
}
table.ce-table td,
table.ce-table th,
table.ce-table caption {
    padding: 8px 8px 7px;
}
table.ce-table th,
table.ce-table caption {
    font-weight: 500;
    color: #fff;
    background-color: #0c7a9e;
}

/*div.main > .csc-layout-0 > .row > .col-md-4 {
    padding-top: 12px;
}*/

.panel-group {
    margin-bottom: 44px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 50%;
    height: 50px;
    margin: 0 0 15px;
    padding: 0 15px;
    font-size: 17px;
    border: none;
    background-color: #f5f5f5;
}
input[type="file"] {
    margin: 0 0 15px;
}
textarea {
    width: 50%;
    max-width: 50%;
    height: 320px;
    min-height: 320px;
    max-height: 640px;
    margin: 0 0 15px;
    padding: 15px;
    font-size: 17px;
    border: none;
    background-color: #f5f5f5;
    resize: vertical;
}
input[type="submit"],
input[type="button"] {
    width: auto;
    height: 50px;
    padding: 0 20px 2px;
    font-size: 19px;
    color: #fff;
    text-align: left;
    border: none;
    background-color: #0c7a9e;
}
.error {
    color: #bb0000;
}

blockquote {
    padding: 10px 0 30px 40px;
    font-size: 17px;
    line-height: 6px;
    border: none;
}
.ce-intext.ce-left .ce-bodytext ol,
.ce-intext.ce-left .ce-bodytext ul {
    overflow: inherit;
}
/***** Inhaltselemente - Diverses - End *****/

/***** Page-Title / Breadcrumb - Start *****/
.page-title {
    margin: 0 0 38px;
}
.page-title .title {
    /*height: 112px;*/
    background-color: #e1eff3;
}
.page-title .title .bg {
    /*height: 112px;*/
    /*background: url("../Images/bg-page-title.png") no-repeat;*/
    background-size: 1170px auto;
}
.page-title .centerer {
    display: table;
    height: auto;
    margin: 26px 0;
}
.page-title .title h2 {
    display: table-cell;
    margin: 0;
    font-size: 50px;
    line-height: 60px;
    color: #0c7a9e;
    font-style: italic;
    vertical-align: middle;
}


.page-title .breadcrumb {
    margin: 15px 0 0;
    padding: 0;
    font-size: 15px;
    background-color: transparent;
    border-radius: 0;
}
.page-title .breadcrumb ul {
    list-style: none;
    padding: 0;
}
.page-title .breadcrumb li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0 0 0 18px;
    background: url("../Images/bg-breadcrumb-arrow-sprite.png") no-repeat 0 5px;
    background-size: 12px auto;
}
.page-title .breadcrumb li.active {
    background-position: 0 -34px;
}
.page-title .breadcrumb li.active a {
    color: #d80354;
}
/***** Page-Title / Breadcrumb - End *****/


/***** Startseite - Start *****/
.slider {
    min-height: 468px;
    margin: 0 0 102px;
    background: #f0f0f0 url("../Images/bg-slider.png") no-repeat center;
    background-size: auto 468px;
}
.slider.bg-101 {
    background: #fff6f9 url('/typo3conf/ext/rm_setup_2016/Resources/Public/Images/bg-slider-1-banderole.png') no-repeat center bottom;
    background-size: auto 71px;
}
.slider.bg-102 {
    background: #fdedf0 url('/typo3conf/ext/rm_setup_2016/Resources/Public/Images/bg-slider-2-banderole.png') no-repeat center;
    background-size: auto 100%;
}
.slider.bg-101 .flexslider,
.slider.bg-102 .flexslider {
    background: rgba(255,255,255, 1);
}
.slider.bg-104 {
    background-image:url('/typo3conf/ext/rm_setup_2016/Resources/Public/Images/bg-slider-4-hlh.png')
}

.home .news-title {
    margin: 0 0 26px;
    padding-left: 15px;
}
.home .news.row {
    /*min-height: 1016px;*/
    margin-left: 0;
    margin-bottom: 0;
}
.home .news .teaser,
.home .news-latest-item {
    margin: 0 0 30px;
    border-top: 8px solid #0c7a9e;
}
.home .news-latest-list div:nth-child(2n+1) {
    clear: both;
}
.home .news-latest-list > li {
    padding-left: 15px;
    padding-right: 15px;
}
.home .news-latest-list > li:nth-of-type(2n+1) {
    clear: both;
}
.home .news-latest-list .readmore {
    display: block;
    padding: 0;
    background: none;
}

.home .news .teaser img,
.home .news-latest-item img {
    max-width: 100%;
    height: auto;
    margin: 0 0 25px;
}
.home .news .teaser .date,
.home .news-single-timedata {
    margin: 0 0 2px;
    font-size: 15px;
}
.home .news .teaser h2,
.home .news-latest-item h2 {
    margin: 0 0 15px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.32;
}
.home .news-latest-item h2 a  {
    color: rgb(61, 61, 61);
    text-decoration: none;
}

.home .news .teaser p {
    margin: 0 0 16px;
}
.home .button.more-news {
    margin: 0 15px;
}
.home .events-title {
    margin: 0 0 26px;
}
.home .events {
    /*min-height: 1016px;*/
    margin: 0 15px 53px 0;
    border-top: 8px solid #0c7a9e;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.28);
}
.home .events .teaser {
    padding: 22px 25px 8px;
    text-align: center;
    border-top: 2px solid #0c7a9e;
}
.home .events .teaser:first-child {
    border: none;
}
.home .events .teaser.tipp {
    background: url("../Images/bg-teaser-home-icon-tipp.png") no-repeat;
    background-size: auto 47px;
}
.home .events .teaser img {
    display: block;
    max-width: 204px;
    height: auto;
    margin: 0 auto 25px;
}
.home .events .teaser .date {
    margin: 0 0 6px;
    font-size: 15px;
}
.home .events .teaser h2 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.32;
    color: #0c7a9e;
}
.home .events .teaser h2 a {
    text-decoration: none;
}
.home .events .teaser h2 a:hover {
    text-decoration: underline;
}
.home .events .teaser p {
    margin: 0 0 16px;
}

.home .teaser a.more,
.home div[class*="csc-layout-"] .news-latest-item .readmore a,
.home div[class*="frame-layout-"] .news-latest-item .readmore a {
    display: inline-block;
    margin: 0 0 18px;
    padding: 0 0 0 22px;
    text-decoration: none;
    background: url("../Images/bg-arrow-more.png") no-repeat 0 4px;
    background-size: 13px auto;
}
.home .teaser a.more:hover,
.home div[class*="csc-layout-"] .news-latest-item .readmore a:hover,
.home div[class*="frame-layout-"] .news-latest-item .readmore a:hover {
    text-decoration: underline;
}

.home .teasers-bottom {
    margin: 0 0 80px;
}
.home .teasers-bottom h1 {
    margin: 0 0 26px;
    color: #d80354;
}
.home .teasers-bottom h3 {
    margin: 0 0 16px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.32;
}
.home .teasers-bottom img {
    max-width: 100%;
    margin: 0 0 24px;
}
.home .teasers-bottom p {
    margin: 0 0 17px;
}
.home .teasers-bottom .teaser {
    border-top: 8px solid #d80354;
}
.home .teasers-bottom .teaser a.more {
    display: inline-block;
    margin: 0 0 18px;
    padding: 0 0 0 22px;
    color: #d80354;
    background: url("../Images/bg-arrow-more-red.png") no-repeat 0 5px;
    background-size: 13px auto;
}

#page4899 .col-sm-4 .button {
    margin-right: 15px;
}
.home .col-md-8 .csc-layout-list h1 {
    margin-left: 15px;
}
.home .col-md-8 a.button {
    margin-left: 15px;
}
.home .col-md-4 a.button {
    margin-right: 15px;
}
.home .noitems {
    margin-left: 15px;
}
/***** Startseite - End *****/

/***** Interaktiv - Start *****/
div.interactive {
    margin: 0 0 56px;
    padding-bottom: 45px;
    background-color: #f5f5f6;
}
.home div.interactive .box-content {
    display: block;
}
div.interactive .box-content {
    display: none;
    float: left;
    padding: 24px 0 0;
}
div.interactive h1 {
    margin: 17px 0 19px;
    padding: 0 0 24px;
    border-bottom: 8px solid #0c7a9e;
}
div.interactive h2 {
    font-size: 19px;
    color: #0c7a9e;
}
div.interactive h2.more {
    padding: 0 0 0 24px;
    background: url("../Images/bg-arrow-more.png") no-repeat 0 5px;
    background-size: 13px auto;
    cursor: pointer;
}
div.interactive h2.more:hover {
    text-decoration: underline;
}
.home div.interactive h2 {
    font-size: 24px;
}
.home div.interactive h2.more {
    padding: 0;
    background: none;
    cursor: auto;
}
.home div.interactive h2.more:hover {
    text-decoration: none;
}
div.interactive h3 {
    margin-bottom: 12px;
    font-size: 21px;
    color: #0c7a9e;
}
div.interactive p {
    line-height: 1.6;
}
div.interactive .donate {
    margin: 44px 0 0;
}
div.interactive .donate .amount {
    visibility: hidden;
}
div.interactive input[type="email"],
div.interactive input[type="text"] {
    width: 100%;
    height: 50px;
    margin: 0 0 15px;
    padding: 0 15px;
    font-size: 21px;
    border: none;
    background-color: #e0e1e5;
}
div.interactive input[type="submit"] {
    width: 100%;
    height: 50px;
    padding: 0 0 2px 64px;
    font-size: 19px;
    color: #fff;
    text-align: left;
    border: none;
    background: #0c7a9e url("../Images/bg-home-interactive-icons-sprite.png") no-repeat 0 7px;
    background-size: 58px auto;
}
div.interactive .newsletter h3,
div.interactive .social-media h3 {
    margin-bottom: 18px;
}
div.interactive .newsletter input[type="submit"] {
    background-position: 0 7px;
    background-color: #0c7a9e;
}
div.interactive .newsletter .newsletter-privacy {
    margin-top: 15px;
    line-height: 1.3;
    font-size: 14px;
}

div.interactive .newsletter-alternative-code ul {
    padding: 0;
    list-style: none;
}
div.interactive .newsletter-alternative-code label {
    font-weight: 400;
    color: #0c7a9e;
}

div.interactive .donate input[type="submit"] {
    background-position: 0 -47px;
    background-color: #0c7a9e;
}
div.interactive .donate a {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 0 2px 64px;
    font-size: 19px;
    line-height: 50px;
    color: #fff;
    text-align: left;
    background: #0c7a9e url("../Images/bg-home-interactive-icons-sprite.png") no-repeat 0 -47px;
    background-size: 58px auto;
}
div.interactive .donate a:active,
div.interactive .donate a:focus,
div.interactive .donate a:hover {
    text-decoration: none;
    opacity: 0.8;
}
div.interactive .donate .amount input[type="number"] {
    display: inline-block;
    width: 50%;
    height: 50px;
    margin: 0 12px 15px 0;
    padding: 0 15px;
    font-size: 21px;
    border: none;
    background-color: #e0e1e5;
}
div.interactive .donate .amount label {
    display: inline-block;
    font-weight: 400;
}
div.interactive .button {
    margin: 15px 0;
}
div.interactive .button.social {
    width: 100%;
    margin: 0 0 15px;
    padding: 13px 0 15px 64px;
    background: #335499 url("../Images/bg-home-interactive-icons-sprite.png") no-repeat 0 -110px;
    background-size: 58px auto;
}
div.interactive .button.social.fb {
    background-position:  0 -110px;
    background-color: #335499;
}
div.interactive .button.social.yt {
    background-position:  0 -189px;
    background-color: #cc3232;
}
div.interactive .button.member {
    width: 100%;
    margin: 0 0 15px;
    padding: 13px 0 15px 64px;
    background: #d80354 url("../Images/bg-home-interactive-icons-sprite.png") no-repeat 0 -252px;
    background-size: 58px auto;
}
div.interactive .button.social.tw {
    background-position: 0 -319px;
    background-color: #1da1f2;
}
div.interactive .button.show-more {
    display: inline-block;
    position: absolute;
    top: -12px;
    right: 15px;
    width: 142px;
    padding: 13px 20px 15px 54px;
    color: #fff;
    background: #0c7a9e none;
}
div.interactive .button.show-more .icon {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 17px;
    height: 13px;
    margin: -6px 0 0;
    background: url("../Images/bg-btn-icon-show-more.png") no-repeat;
    background-size: 17px auto;
}
div.interactive .button.show-more.active .icon {
    background-position: 0 -13px;
}
.home div.interactive .button.show-more {
    display: none;
}
div.interactive .button:focus {
    color: #fff;
    text-decoration: none;
}
div.interactive .button.show-more .text-less {
    display: none;
}
div.interactive .button.show-more.active .text-less {
    display: inline;
}
div.interactive .button.show-more.active .text-more {
    display: none;
}
div.interactive .internal-link.button-kontakt {
    margin: 20px 0 0;
}
/***** Interaktiv - End *****/

/***** Teaser mit Aufzählungen - Start *****/
.main.container div.csc-layout-21,
.main.container div.csc-layout-29 {
    margin: -10px 0 30px;
    padding: 15px 18px 19px;
    background-color: #eceded;
}
.main.container div.csc-layout-29 {
    background-color: #fbe6ee;
}
.main.container .csc-layout-21 h2,
.main.container .csc-layout-29 h2 {
    color: #0c7a9e;
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 12px;
}
.main.container .csc-layout-21 ul,
.main.container .csc-layout-29 ul {
    list-style: none;
    padding: 0;
    font-weight: 500;
    line-height: 1.58;
}
.main.container .csc-layout-21 ul li,
.main.container .csc-layout-29 ul li {
    margin: 0 0 11px;
    padding: 0 0 0 30px;
    background: url("../Images/bg-teaser-list-li.png") no-repeat 0 4px;
    background-size: 21px auto;
}
/***** Teaser mit Aufzählungen - End *****/

/***** Bildergalerie - Start *****/
div.csc-layout-22 {
    margin-bottom: 36px;
    padding: 15px;
    background-color: #eceded;
}
.csc-layout-22 h2 {
    margin: 0 0 5px;
    font-size: 19px;
    font-weight: 500;
    color: #0c7a9e;
}
/***** Bildergalerie - End *****/

/***** Teaser - Start *****/
div.frame-layout-23,
div.csc-layout-23 {
    margin: 0 0 45px;
    padding: 15px;
    border-top: 8px solid #0c7a9e;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
div.frame-layout-23 h2,
div.csc-layout-23 h2 {
    font-size: 19px;
    font-weight: 500;
    color: #0c7a9e;
}
div.frame-layout-23.csc-layout-uploads ul.ce-uploads li,
div.csc-layout-23.csc-layout-uploads ul.ce-uploads li {
    margin: 0 0 9px;
    padding-left: 0;
    background: none;
}
.col-md-8 div.frame-layout-23.csc-layout-uploads ul.ce-uploads::after,
.col-md-8 div.csc-layout-23.csc-layout-uploads ul.ce-uploads::after {
    display: table;
    content: " ";
    clear: both;
}
.col-md-8 div.frame-layout-23.csc-layout-uploads ul.ce-uploads li,
.col-md-8 div.csc-layout-23.csc-layout-uploads ul.ce-uploads li {
    float: left;
    width: 50%;
    padding-left: 0;
    background: none;
    padding-right: 20px;
}
div.frame-layout-23.csc-layout-uploads ul li a,
div.csc-layout-23.csc-layout-uploads ul li a {
    display: inline-block;
    padding: 0 0 0 30px;
    text-decoration: none;
    line-height: 23px;
    background: url("../Images/bg-icon-download.png") no-repeat 0 0;
    background-size: 23px auto;
}
div.frame-layout-23.csc-layout-uploads ul li a:hover,
div.csc-layout-23.csc-layout-uploads ul li a:hover {
    text-decoration: underline;
}
div.frame-layout-23.csc-layout-uploads ul.ce-uploads .ce-uploads-filesize,
div.csc-layout-23.csc-layout-uploads ul.ce-uploads .ce-uploads-filesize {
    display: inline-block;
    font-size: 15px;
    color: #aaa;
}
/***** Teaser - End *****/

/***** Info-Teaser - Start *****/
div.csc-layout-24 h2 {
    font-size: 19px;
    font-weight: 500;
    color: #0c7a9e;
}
div.csc-layout-24 {
    margin: 0 0 45px;
    padding: 15px;
    border-top: 8px solid #0c7a9e;
    background: #f6f6f7 url("../Images/bg-teaser-right-icon-info.png") no-repeat right top;
    background-size: auto 47px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
div.csc-layout-24 .ce-intext.ce-left .ce-gallery {
    /*margin-right: 0;*/
}
/***** Info-Teaser - End *****/

/***** Ansprechpartner-Teaser - Start *****/
div.csc-layout-25 h2 {
    font-size: 19px;
    font-weight: 500;
    color: #0c7a9e;
}
div.csc-layout-25 {
    margin: 0 0 45px;
    padding: 15px;
    border-top: 8px solid #0c7a9e;
    background: #f6f6f7 url("../Images/bg-teaser-right-icon-contact-person.png") no-repeat right top;
    background-size: auto 47px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
/***** Ansprechpartner-Teaser - End *****/

/***** Link-Liste - Start *****/
.main.container div.csc-layout-26 {
    margin: 0 0 45px;
    padding: 15px;
    border-top: 8px solid #0c7a9e;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
.main.container div.csc-layout-26 h2 {
    font-size: 19px;
    font-weight: 500;
    color: #0c7a9e;
}
.main.container div.csc-layout-26 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main.container div.csc-layout-26 ul li {
    margin: 0 0 11px;
    padding-left: 0;
    background: none;
}
.main.container .col-md-8 div.csc-layout-26 ul li {
    float: left;
    width: 50%;
    padding-right: 20px;
}
.main.container div.csc-layout-26 ul li a {
    display: block;
    padding: 0 0 0 24px;
    text-decoration: none;
    background: url("../Images/bg-arrow-more.png") no-repeat 0 4px;
    background-size: 13px auto;
}
.main.container div.csc-layout-26 ul li a:hover {
    text-decoration: underline;
}
/***** Link-Liste - End *****/

/***** Teaser, rot - Start *****/
div.grid-header.csc-layout-27 {
    margin-bottom: 0;
}
.subhome .teasers-top h1,
div.csc-layout-27 h2 {
    font-size: 19px;
    font-weight: 500;
}
div.csc-layout-27 > h2 {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 400;
    color: #d80354;
    font-style: italic;
}
.subhome .teasers-top img,
div.csc-layout-27 img {
    max-width: 100%;
    margin: 0 0 18px;
}
.subhome .teasers-top p,
div.csc-layout-27 p {
    margin: 0 0 20px;
}
.subhome .teasers-top .teaser,
div.csc-layout-27 .ce-textpic {
    border-top: 8px solid #d80354;
}
.subhome .teasers-top .teaser a.more,
div.frame-layout-27 a.readmore,
div.csc-layout-27 a.readmore {
    display: inline-block;
    margin: 0 0 18px;
    padding: 0 0 0 22px;
    color: #d80354;
    text-decoration: none;
    background: url("../Images/bg-arrow-more-red.png") no-repeat 0 5px;
    background-size: 13px auto;
}
div.frame-layout-27 a.readmore:hover,
div.csc-layout-27 a.readmore:hover {
    text-decoration: underline;
}

/** Video-Tipp **/
.csc-layout-27 .teaser {
    border-top: 8px solid #d80354;
}
.csc-layout-27 .teaser p {
    margin: 0 0 20px;
}
.csc-layout-27 .title .headline {
    margin: 0 0 20px;
    font-size: 33px;
    font-style: italic;
    color: #0c7a9e;
}
.video-code {
    position: relative;
    width: 100%;
    margin: 0 auto 28px;
    padding-bottom: 56.25%;
    height: 0;
}
iframe {
    margin-bottom: 18px;
}
.video-code iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-js-box {
    position: relative;
    width: 100%;
    margin: 0 auto 28px;
    padding-bottom: 56.25%;

}
/***** Teaser, rot - End *****/

/***** Teaser rechts - Start *****/
aside .teaser {
    margin: 0 0 45px;
    padding: 15px;
    border-top: 8px solid #0c7a9e;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
aside .teaser.info {
    background: #f6f6f7 url("../Images/bg-teaser-right-icon-info.png") no-repeat right top;
    background-size: auto 47px;
}
aside .teaser.contact-person {
    background: #f6f6f7 url("../Images/bg-teaser-right-icon-contact-person.png") no-repeat right top;
    background-size: auto 47px;
}
aside .teaser h3 {
    margin: 0 0 11px;
    font-size: 19px;
    font-weight: 500;
    color: #0c7a9e;
}
/***** Teaser rechts - End *****/

/***** Bildrahmen oben in blau - Start *****/
.csc-layout-30 .ce-gallery {
    border-top: 8px solid #0c7a9e;
}
/***** Bildrahmen oben in blau - End *****/

/***** Aufklapper (Bootstrap) - Start *****/
div.main .panel-group .panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}
div.main .panel-default > .panel-heading {
    color: #0c7a9e;
    border: none;
    border-radius: 0;
    background-color: #f5f5f6;
}
div.main .panel-title {
    font-size: 21px;
    font-weight: 500;
}
div.main .panel-title > a {
    display: block;
    padding: 0 40px 0 0;
    text-decoration: none;
    background: url("../Images/bg-accordion-icon-minus.png") no-repeat right center;
    background-size: 12px auto;
}
div.main .panel-title > a.collapsed {
    background: url("../Images/bg-accordion-icon-plus.png") no-repeat right center;
    background-size: 12px auto;
}
div.main .panel-title > a:hover,
div.main .panel-title > a:focus {
    text-decoration: none;
}
div.main .panel-group .panel-heading + .panel-collapse > .panel-body,
div.main .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
div.main .panel-body div[class*="csc-layout-"],
div.main .panel-body div[class*="frame-layout-"] {
    margin: 0;
}
/***** Aufklapper (Bootstrap) - End *****/

/***** Sitemap-Menu für Subhome - Start *****/
.subhome nav.subnav,
.csc-layout-0.csc-layout-menu {
    margin: 0 0 36px;
}
.subhome nav.subnav h1,
.csc-layout-0.csc-layout-menu h2 {
    border-bottom: 8px solid #0c7a9e;
    padding: 0 0 24px;
    margin: 0 0 34px;
    font-size: 33px;
    font-style: italic;
    color: #0c7a9e;
}
.subhome nav.subnav ul,
.csc-layout-0.csc-layout-menu ul {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    font-size: 25px;
    font-style: italic;
    line-height: 1.08;
}
.csc-layout-0.csc-layout-menu ul::after {
    display: table;
    content: " ";
    clear: both;
}
.subhome nav.subnav ul li,
.csc-layout-0.csc-layout-menu ul li {
    float: left;
    display: table;
    width: 33%;
    height: 84px;
    padding: 0 15px;
    margin-bottom: 22px;
    word-break: break-word;
}
.subhome nav.subnav ul li a,
.csc-layout-0.csc-layout-menu ul li a {
    display: table-cell;
    height: 100%;
    padding: 12px 40px 12px 15px;
    vertical-align: middle;
    text-decoration: none;
    background: #e1eff3 url("../Images/bg-subhome-subnav-arrow-sprite.png") no-repeat right 32px;
    background-size: 31px auto;
}
.subhome nav.subnav ul li.active a,
.subhome nav.subnav ul li:hover a,
.csc-layout-0.csc-layout-menu ul li.active a,
.csc-layout-0.csc-layout-menu ul li:hover a {
    text-decoration: none;
    background-position: right -76px;
    background-color: #fbe6ee;
}
/***** Sitemap-Menu für Subhome - End *****/

/***** Sitemap - Start *****/
.csc-layout-28.csc-layout-menu .ce-menu {
    padding: 0;
}
.csc-layout-28.csc-layout-menu ul {
    list-style: none;
    /*padding: 0;*/
}
.csc-layout-28.csc-layout-menu ul li {
    margin: 0 0 10px;
}
.csc-layout-28.csc-layout-menu ul li a {
    display: block;
    margin: 0 0 2px;
    padding: 0 0 0 20px;
    background: url("../Images/bg-arrow-more.png") no-repeat 0 6px;
    background-size: 13px auto;
    text-decoration: none;
}
.csc-layout-28.csc-layout-menu ul li a:hover {
    text-decoration: underline;
}
/***** Sitemap - End *****/

/***** Flexslider - Start *****/
.slider .flexslider {
    margin: 72px 45px 0;
    padding: 10px 10px 10px 30px;
    padding: 10px 10px 10px 10px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    background: rgba(255,255,255,.7);
    max-height: 290px;
}
.slider .flexslider .slides img {
    float: right;
    width: auto;
    max-width: 100%;
}
.slider .flexslider .slides .slider-image-withtext img {
    width: 480px;
}
.slider .flexslider .slides .slider-image-notext img {
    width: 1030px;
}
.slider .slider-image {
    float: right;
    width: 50%;
}
.slider .caption-wrapper,
.slides li div.caption-wrapper {
    float: left;
    width: 50%;
    max-height: 280px;
    padding-top: 20px;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
}
.slider .flexslider .caption-text {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 0;
    background: transparent;
}
.slider .flexslider .caption-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    color: #3d3d3d;
    font-style: normal;
}
.slider div[class*="csc-layout-"] .tx-ws-flexslider a,
.slider div[class*="frame-layout-"] .tx-ws-flexslider a {
    text-decoration: none;
}
.slider .flexslider .caption-body p {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 1.58;
}

.slider div[class*="csc-layout-"] .button a,
.slider div[class*="frame-layout-"] .button a {
    color: #fff;
    text-decoration: none;
}
.slider .flexslider .caption-align-left .caption-link {
    left: auto;
}

.slider .button {
    margin: 12px 0 0;
}
.slider .flex-control-nav {
    /*bottom: -112px;*/
    bottom: -77px;
}

.slider.bg-101 .flex-control-nav,
.slider.bg-102 .flex-control-nav {
    bottom: -46px;
}

.slider .flex-control-paging li a,
.home .news.row.newsslider .flex-control-nav li a {
    width: 20px;
    height: 20px;
    background: #e0e1e5;
    border-radius: 50%;
    /*box-shadow: none;*/
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}
.slider .flex-control-paging li a.flex-active,
.slider .flex-control-paging li a:hover,
.home .news.row.newsslider .flex-control-nav li a.flex-active,
.home .news.row.newsslider .flex-control-nav li a:hover {
    background: #d80354;
}
.slider .flex-direction-nav a {
    left: -50px;
    width: 40px;
    height: 60px;
    margin: -30px 0 0;
    text-indent: -9999em;
    background: url("../Images/bg-slider-direction-arrow-sprite.png") no-repeat 0 center;
    background-size: auto 60px;
    opacity: 0.5;
    z-index: 1;
}
.slider .flex-direction-nav a.flex-next {
    left: auto;
    right: -50px;
    text-align: left;
    background-position: -41px center;
}
.slider .flexslider:hover .flex-direction-nav a {
    opacity: 1;
}
.slider .flexslider:hover .flex-direction-nav .flex-prev {
    left: -50px;
}
.slider .flexslider:hover .flex-direction-nav .flex-next {
    right: -50px;
    background-position: -41px center;
}
.slider .flex-direction-nav a::before {
    display: none;
}
/***** Flexslider - End *****/

/***** Suche - Start *****/
.tx-kesearch-pi1 .kesearchbox {
    background-color: #f5f5f6;
    padding: 15px 15px 7px 15px;
    margin-bottom: 11px;
}

.tx-kesearch-pi1 .kesearchbox .searchbox_left {
    float:left;
    margin-right: 10px;
    margin-top: 7px;
}
.tx-kesearch-pi1 .search_notice {
    clear: both;
}
.tx-kesearch-pi1 .tx-indexedsearch-percent,
.tx-kesearch-pi1 .tx-indexedsearch-whatis {
    display: none;
}
.tx-kesearch-pi1 .hit {
    color: #d80354;
    font-weight: bold;
}
.tx-kesearch-pi1 .kesearch_pagebrowser {
    margin: 0 0 22px 0;
}
.tx-kesearch-pi1 .kesearch_pagebrowser p {
    margin: 0;
}
.tx-kesearch-pi1 .kesearch_pagebrowser ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.tx-kesearch-pi1 .kesearch_pagebrowser ul li {
    display: inline;
    text-align: center;
    background-image: none;
    margin: 0;
    padding: 0;
}
.tx-kesearch-pi1 .kesearch_pagebrowser a {
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
}
.tx-kesearch-pi1 .kesearch_pagebrowser a.current {
    font-weight: bold;
}
.tx-kesearch-pi1 .kesearch_pagebrowser a:hover {
    text-decoration: underline;
}
.tx-kesearch-pi1 .result-list-item h3 a {
    text-decoration: none;
}
.tx-kesearch-pi1 .result-list-items h3 a:hover {
    text-decoration: underline;
}
.tx-kesearch-pi1 .search_date {
    color: #aaa;
    margin-top: 8px;
    display: block;
}

.tx-kesearch-pi1 .search_label {
    line-height: 39px;
}
.tx-kesearch-pi1 .tx-kesearch-searchbox-sword.sword {
    width: 75%;
    height: 50px;
    margin: 0 0 15px;
    padding: 0 15px;
    font-size: 17px;
    border: none;
    background-color: #fff;
}
.tx-kesearch-pi1 .tx-kesearch-searchbox-button.submit {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 0 0 10px;
    border: none;
    background: url("../Images/bg-header-icon-lens.png") no-repeat;
    background-size: 26px auto;
}
.tx-kesearch-pi1 .result-list-item {
    margin: 0 0 30px;
}
/***** Suche - End *****/

/***** Login - Start *****/
.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
    height: 50px;
    margin: 0 0 15px;
    padding: 0 15px;
    font-size: 21px;
    border: none;
    background-color: #f5f5f6;
}
.tx-felogin-pi1 input[type="submit"] {
    display: inline-block;
    margin: 12px 0 62px;
    padding: 12px 25px 15px;
    font-size: 19px;
    line-height: 22px;
    color: #fff;
    border: none;
    background-color: #0c7a9e;
}
.tx-felogin-pi1 label {
    font-weight: normal;
    display: block;
}
/***** Login - End *****/

/***** Powermail - Start *****/
.tx-powermail .container-fluid {
    padding: 0;
}
.tx-powermail h3 {
    display: none;
}
.tx-powermail .powermail_legend {
    display: none;
}
.tx-powermail .powermail_fieldwrap {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
}
.powermail_fieldwrap.powermail_fieldwrap_type_radio {
    width: 100%;
}
/*.tx-powermail .powermail_fieldwrap:nth-of-type(4),
.tx-powermail .powermail_fieldwrap:nth-of-type(7),
.tx-powermail .powermail_fieldwrap:nth-of-type(9) {
    margin: 0;
}*/
.tx-powermail .powermail_fieldwrap_type_textarea {
    width: 98%;
}
.tx-powermail .powermail_fieldwrap_type_recaptcha {
    width: 98%;
}
.powermail_fieldwrap_type_recaptcha label {
    display: none;
}
.tx-powermail label {
    /*float: left;*/
    width: 100%;
    padding-top: 14px;
    font-weight: 400;
}
.tx-powermail input[type="text"],
.tx-powermail input[type="email"],
.tx-powermail input[type="password"],
.tx-powermail textarea {
    width: 100%;
    max-width: 100%;
}
.tx-powermail textarea {
    height: 240px;
    min-height: 240px;
    max-height: 320px;
}
/*.tx-powermail .powermail_fieldwrap_vorname {
    clear: left;
}*/
.tx-powermail .radio,
.tx-powermail .checkbox {
    display: inline-block;
    margin: 0 20px 20px 0;
}
.tx-powermail .powermail_fieldwrap_pflichtfelder {
    clear: left;
    margin: 20px 0 0;
    font-size: 14px;
}
.tx-powermail .parsley-errors-list,
.powermail_message_error {
    list-style: none;
    margin: -10px 0 12px;
    padding: 10px;
    color: #bb0000;
    border: 1px solid #bb0000;
}
.tx-powermail input.parsley-error,
.tx-powermail input.powermail_field_error {
    border: 1px solid #bb0000;
}
.tx-powermail .checkbox.powermail_field_error,
.tx-powermail .checkbox.parsley-error,
.tx-powermail .radio.powermail_field_error,
.tx-powermail .radio.parsley-error {
    color: #bb0000;
}
.tx-powermail {
    margin: 0 0 60px;
}
.tx-powermail .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f5f5f6;
}
.tx-powermail .table > tbody > tr > td {
    border-top: none;
}
.tx-powermail .powermail_fieldwrap_type_submit {
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_file,
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_datenschutz {
    width: 100%;
}
.tx-powermail .btn-danger {
    margin: 0 10px 0 0;
}
/***** Powermail - End *****/

/***** News-Folgeseiten - Start *****/
.news-list-container {
    margin: 0 0 60px;
}
.news-list-item {
    margin: 0 0 32px;
    padding: 0 0 15px;
    border-bottom: 2px dashed #00658e;
}
.news-list-item::after {
    content: "";
    clear: both;
    display: table;
}
.news-list-item .news-list-date {
    margin: 0 0 2px;
    font-size: 15px;
}
.news-list-item  h2 {
    margin: 0 0 15px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.32;
}
.news-list-item  h2 a {
    color: rgb(61, 61, 61);
    text-decoration: none;
}
.news-list-item .news-list-image {
    float: left;
    width: 360px;
    margin: 0 20px 20px 0;
}
.news-list-item .news-list-image img {
    width: 100%;
    height: auto;
}
.news-list-item .news-list-morelink {
    display: block;
    margin: 20px 0 0;
}
.news-list-browse ul {
    list-style: none;
    padding: 0;
}
.news-list-browse .showResultsWrap {
    display: none;
}
.news-list-browse ul li {
    display: inline-block;
    margin: 0;
    padding: 4px 8px;
    font-size: 21px;
    font-weight: 500;
}
.news-list-browse ul li:hover,
.news-list-browse ul li.active {
    background-color: #d80354;
    color: #fff;
}
div[class*="csc-layout-"] .news-list-browse ul li a,
div[class*="frame-layout-"] .news-list-browse ul li a {
    color: #3d3d3d;
    text-decoration: none;
}
div[class*="csc-layout-"] .news-list-browse ul li:hover a,
div[class*="frame-layout-"] .news-list-browse ul li:hover a,
div[class*="csc-layout-"] .news-list-browse ul li a:hover,
div[class*="frame-layout-"] .news-list-browse ul li a:hover {
    color: #fff;
}
.news-list-item .readmore a.more {
    margin: 0 0 18px;
    padding: 0 0 0 22px;
    background: url("../Images/bg-arrow-more.png") no-repeat 0 6px;
    background-size: 13px auto;
    text-decoration: none;
    font-weight: 400;
}
.news-list-item .readmore a.more:hover {
    text-decoration: underline;
}
/***** News-Folgeseiten - End *****/

/***** News Detailseite - Start *****/
.news-single-backlink {
    margin: 0 0 40px;
}
div[class*="csc-layout-"] .button a,
div[class*="frame-layout-"] .button a {
    color: #fff;
    text-decoration: none;
}
.news-img-wrap-outer {
    margin: 0 0 20px 0;
}
.news-single-image img {
    width: 100%;
    height: auto;
}
.news-single-image .news-single-imgcaption,
.news-single-image .news-img-caption{
    width: auto !important;
    margin: 0;
    font-size: 15px;
    color: #0c7a9e;
    padding: 7px 0 0 0;
    line-height: 1.2;
}
.news-single-timedata {
    margin: 0 0 8px;
    display: block;
}

/***** News Detailseite - End *****/


/***** Test Powermail - Start *****/
#c31012 .powermail_field {
    position: relative;
}
#c31012 .powermail_label {
    display: none;
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: 3px;
    bottom: 10px;
    left: 16px;
    font-size: 11px;
    opacity: 1;
}
/*.inputText {
    font-size: 14px;
    width: 200px;
    height: 35px;
}*/
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 14px;
    transition: 0.2s ease all;
}
/***** Test Powermail - End *****/

/***** CONTENT - End **************************************************************************************************/




/***** FOOTER - Start *************************************************************************************************/
footer.main {
    min-height: 182px;
    padding: 32px 0 32px;
    font-size: 14px;
    background-color: #f5f5f6;
}
footer.main a {
    color: #3c3c3c;
}
footer.main nav {
    margin: 0 0 28px;
}
footer.main nav.footer-meta,
footer.main nav.footer-social {
    float: right;
}
footer.main nav.footer-social {
    margin: 0 0 0 28px;
}
footer.main nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.main nav ul li {
    float: left;
    margin: 0 28px 0 0;
}
footer.main nav.footer-meta ul li {
    margin: 0 0 0 28px;
}
footer.main nav.footer-social ul li {
    margin: 0 0 0 10px;
}
footer.main nav.footer-social label {
    display: block;
    float: left;
    margin: 0 11px 0 0;
    font-weight: 400;
}
footer.main nav.footer-social ul {
    float: left;
    margin: -7px 0 0;
}
footer.main nav.footer-social ul li.icon a {
    display: block;
    width: 33px;
    height: 33px;
    background: url("../Images/bg-footer-icon-social-sprite.png") no-repeat;
    background-size: auto 33px;
    text-indent: -9999em;
}
footer.main nav.footer-social ul li.icon.fb a {
    background-position: 0 0;
}
footer.main nav.footer-social ul li.icon.tw a {
    width: 34px;
    background-position: -34px 0;
}
/***** FOOTER - End ***************************************************************************************************/


/***** Neu im Zuge des Refresh 2021 - Start *****/
div.main.container .container {
    width: auto;
    padding: 0;
}
div.interactive {
    padding: 0 15px 45px;
}
div.interactive .box-content {
    float: none;
}
div.interactive .button.social.ig {
    position: relative;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.button.social.ig::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 45px;
    top: -2px;
    left: 0;
    background: url("../Images/bg-home-interactive-icons-sprite.png") no-repeat;
    background-position: 0 -387px;
    background-size: 58px auto;
}

/** Ergänzung, da im alten System noch Bootstrap v3 anstatt v4 im Einsatz ist, CHL, 2022-05-27 **/
/** DCEs, mit neuem Markup für v4 werden sonst falsch dargestellt **/
.row > .col {
    padding-left: 15px;
    padding-right: 15px;
}
/***** Neu im Zuge des Refresh 2021 - End *****/
/***** Social GDPR - Start *****/
.social-gdpr-youtube-video, .social-gdpr-vimeo-video, .social-gdpr-google-maps, .social-gdpr-osm-map {
    background-color: #f5f5f6;
}
/***** Social GDPR - End *****/