html {
    font-family: "nimbus-sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #000;
}
#accordion {
    font-family: "nimbus-sans",sans-serif!important;
    font-size: 13px!important;
}
body {
    /*background: url("../images/redesign3.jpg") top center no-repeat;*/
}
.bg_white {
    background-color: #fff;
}
.bg_lightgrey {
    background-color: #f2f2f2;
}
.bg_darkgrey {
    background-color: #999999;
}
.bg_turquoise {
    background-color: #70c9bd;
}
.relbox {
    position: relative;
}
.innen {
    width: 1024px;
    margin: 0 auto;
}
.links {
    float: left;
}
.rechts {
    float: right;
}
.klar {
    clear: both;
}
.klar.rahmen {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 19px;
}
.w60 {
    width: 60px!important;
}
.w80 {
    width: 80px!important;
}
.w140 {
    width: 140px!important;
}
.loginsearch-klar {
    clear: both;
    display: none;
}
.versteckt {
    display: none;
}
.suchwort {
    background-color: #c0e6e2;
}
.seiten {
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-top: 18px;
}
.seiten .link {
    text-align: right;
    margin-top: 15px;
}
.block .text a,
.seiten .link a {
    font-weight: 600;
    color: #3d6d91;
    text-decoration: none;
}
.suchergebnisse {
    padding-bottom: 50px;
}
.suchergebnisse .seiten:first-of-type,
.suchergebnisse .smallnews:first-of-type {
    border: none;
}
.content .blog:first-of-type {
    border: none;
}
.halb {
    width: 492px;
}
.viertel {
    width: 236px;
}
.drittel {
    width: 328px;
    box-sizing: border-box;
}
.drittel .inhalt {
    padding: 10px;
    background-color: #fff;
}
.pace20 {
    width: 20px;
}
.keep2gether {
    white-space: nowrap;
}
.kursiv {
    font-style: italic;
}
b,strong, .fett {
    font-weight: 600;
}
.slogan {
    margin-top: 55px;
    font-size: 15px;
    font-weight: 600;
    color: #9d9d9c;
    margin-left: 30px;
}
.column-title {
    color: #004070;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 600;
}
.hideincontent {
    display: none;
}
#toplogo {
    margin-top: 41px;
    margin-bottom: 28px;
    margin-left: 5px;
}
#loginsearch {
    margin-top: 41px;
}
#globalsearch {
    margin-right: 20px;
}
#globalsearch input {
    vertical-align: top;
    border: 1px solid #70c9bd;
    float: left;
    height: 28px;
}
#globalsearch input[type="text"] {
    width: 190px;
    padding: 0 10px;
}
#globalsearch input[type="image"] {
    background-color: #70c9bd;
}
#login_out {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
#login_out>* {
    float: left;
}
#login_out span {
    border: 1px solid #939598;
    background-color: #939598;
    padding: 5px 10px 6px;
    height: 30px;
    box-sizing: border-box;
}
#login_out img {
    border: 1px solid #70c9bd;
    background-color: #70c9bd;
}
#navigation_top {
    height: 48px;
    background: url("../images/blue_px.png");
    position: absolute;
    z-index: 500;
    font-size: 12px;
}
#navigation_top ul {
    position: relative;
}
#navigation_top ul li {
    float: left;
    background: url("../images/nav_separator.png") right center no-repeat;
    position: relative;
}
#navigation_top ul li:last-of-type {
    background: none;
}
#navigation_top ul li a {
    vertical-align: middle;
    display: table-cell;
    width: 104px;
    padding: 0 12px;
    height: 48px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
#navigation_top ul li:hover a,
#navigation_top ul li.active a {
    color: #70c9bd;
}
#navigation_top ul li ul {
    display: none;
    position: absolute;
    background-color: #4b6c82;
    border-top: 1px solid #70c9bd;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);

}
#navigation_top ul li:last-of-type ul {
    right: 0;
}
#navigation_top ul li:hover ul {
    display: block;
}
#navigation_top ul li ul li {
    float: none;
    background: none;
    border-bottom: 1px solid #96a8b4;
    margin: 0 12px;
}
#navigation_top ul li ul li:last-of-type {
    border: none;
}
#navigation_top ul li ul li a {
    height: 30px;
    padding: 0;
    width: auto;
    text-align: left;
    color: #fff!important;
    white-space: nowrap;
}
#navigation_top ul li ul li:hover a,
#navigation_top ul li ul li.active a {
    color: #70c9bd!important;
}
#navigation_switch {
    width: 100%;
    height: 48px;
    background: url("../images/blue_px.png");
    position: absolute;
    z-index: 500;
    display: none;
}
#navigation_switch>div {
    position: absolute;
    top: 4px;
    left: 15px;
    width: 40px;
    height: 40px;
    background: url("../images/nav_up.png") no-repeat;
    cursor: pointer;
}
#navigation_switch>div.aktiv {
    background: url("../images/nav_dw.png") no-repeat;
}
#navigation_mobile {
    background-color: #004070;
    position: absolute;
    z-index: 500;
    top: 48px;
    left: 0;
    padding: 5px 0 4px;
    display: none;
}
#navigation_mobile ul {
    position: relative;
}
#navigation_mobile ul li {
    position: relative;
}
#navigation_mobile ul li:last-of-type {
}
#navigation_mobile ul li a {
    vertical-align: middle;
    display: table-cell;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
#navigation_mobile ul li:hover a,
#navigation_mobile ul li.active a {
    color: #70c9bd;
}
#navigation_mobile ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #4b6c82;
    border-top: 1px solid #70c9bd;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
}
#navigation_mobile ul li:hover ul {
    display: block;
}
#navigation_mobile ul li ul li {
    float: none;
    background: none;
    border-bottom: 1px solid #96a8b4;
    margin: 0 12px;
}
#navigation_mobile ul li ul li:last-of-type {
    border: none;
}
#navigation_mobile ul li ul li a {
    height: 34px;
    padding: 0;
    width: auto;
    text-align: left;
    color: #fff!important;
    white-space: nowrap;
}
#navigation_mobile ul li ul li:hover a,
#navigation_mobile ul li ul li.active a {
    color: #70c9bd!important;
}
.cycle-slideshow .item {
    width: 100%;
}
.cycle-slideshow .item .textblock.links {
    text-align: left;
}
.cycle-slideshow .item .textblock.rechts {
    text-align: right;
}
.cycle-slideshow .item .textblock .titel {
    background: url("../images/blue_px.png");
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    padding: 10px 15px;
    margin-bottom: 10px;
    text-align: left;
}
.cycle-slideshow .item .textblock .text {
    background: url("../images/blue_px.png");
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}
.cycle-slideshow .cycle-pager {
    position: absolute;
    bottom: 12px;
    right: 5px;
    z-index: 500;
}
.cycle-slideshow .cycle-pager span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 7px;
    cursor: pointer;
    background-color: #70c9bd;
    color: #70c9bd;
}
.cycle-slideshow .cycle-pager span.cycle-pager-active {
    background-color: #004070;
    color: #004070;
}
.noslider {
    height: 48px;
}
#hierbinich {
    font-size: 14px;
    color: #999;
    padding: 25px 0 5px 5px;
}
#breadcrumb {
    padding: 25px 5px 5px 0;
    font-size: 12px;
    color: #666;
}
#breadcrumb a {
    color: #333;
    text-decoration: none;
}
#startprodukte {
    padding: 17px 10px 44px;
}
#startprodukte .box {
    height: 236px;
    background: url("../images/verlauf.png") repeat-x bottom;
    text-align: center;
}
#startprodukte .box .icon {
    padding: 16px;
}
#startprodukte .box .balken {
    display: block;
    padding: 5px 0 4px;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    background-color: #004171;
}
#startprodukte .box .text {
    font-size: 12px;
    color: #333;
    padding: 7px 15px 22px;
    line-height: 170%;
}
#startprodukte .box .link a {
    color: #3d6d91;
    text-decoration: none;
    font-weight: 600;
}
#startprodukte .box .link a:hover {
    color: #70c9bd;
}
#stoerer {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 100;
    color: #fff;
    padding: 50px 5px 34px;
}
#stoerer>div {
    display: inline-flex;
}
#footer {
    padding: 44px 10px 28px;
    min-height: 354px;
    box-sizing: border-box;
}
#footer .link {
    margin-bottom: 24px;
}
#footer .link a {
    color: #3d6d91;
    text-decoration: none;
    font-weight: 600;
}
#footer .link a:hover {
    color: #70c9bd;
}
#navigation_bottom ul {
    /*line-height: 220%;*/
    list-style: none;
    /*padding-top: 5px;*/
}
#navigation_bottom ul li {
    font-weight: 600;
    margin-bottom: 15px;
}
#navigation_bottom ul li br {
    display: none;
}
#navigation_bottom ul li a {
    color: #333;
    text-decoration: none;
}
#hauptadresse,
.hauptadresse {
    color: #333;
    line-height: 150%;
}
#hauptadresse strong,
.hauptadresse strong,
#hauptadresse b,
.hauptadresse b {
    font-size: 15px;
}
#hauptadresse>div {
    padding-bottom: 15px;
}
#hauptadresse img,
.hauptadresse img {
    padding: 1px 10px 20px 0;
}
#copyright {
    color: #fff;
    font-size: 12px;
    padding: 13px 5px 16px;
    box-sizing: border-box;
}
#copyright a {
    color: #fff;
    text-decoration: none;
}
#copyright ul {
    list-style-type: none;
}
#copyright ul li {
    float: left;
}
#copyright ul li a {
    display: block;
}
#copyright .first {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #fff;
}
#copyright .middle {
    padding-left: 5px;
    padding-right: 5px;
}
#copyright .prelast {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #fff;
}
#copyright .last {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #fff;
}
.content {
    width: 694px;
    padding-bottom: 70px;
    padding-left: 5px;
}
.content .block {
    margin-bottom: 30px;
}
.content .block .bild {
    width: 202px;
    height: 211px;
    text-align: center;
    /*border: 1px solid #eee;*/
}
.content .block.mediathek .bild {
    width: 202px;
    height: auto;
    text-align: center;
}
.content .block .bild img {
    vertical-align: middle;
}
.content .block .bild span {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
.content .block .textblock,
.content .block .apblock {
    width: 490px;
}
#stimmen .titel,
#lpform .titel,
.content .block .textblock .titel,
.content .block .apblock .titel {
    font-style: italic;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin: 20px 0 16px;
    padding: 6px 14px 4px 7px;
    background-color: #004070;
}
#stimmen .drittel .titel {
    font-size: 20px;
    display: block;
    text-align: center;
}
.content .block .textblock .text,
.content .block .apblock .text{
    padding-bottom: 20px;
    padding-left: 13px;
    line-height: 170%;
    color: #333;
}
/*
.content .block .textblock .text {
    height: 115px;
    overflow-y: hidden;
}
.content .block .textblock .text.landingpage,
.content .block.mediathek .textblock .text {
    height: auto;
    overflow-y: auto;
}
*/
.content .block .textblock .text p {
    padding-bottom: 0;
}
.content .block .textblock .link,
.content .block .apblock .link {
    position: absolute;
    right: 0;
    bottom: 0;
}
#ibanergebnis a,
#hauptadresse a,
.content a,
.content .block .textblock a,
.content .block .apblock a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}
#ibanergebnis a,
.content a,
.content .block .textblock .link a,
.content .block .apblock .link a {
    color: #3d6d91;
    text-decoration: none;
    cursor: pointer;
}
#ibanergebnis a:hover,
.content a:hover,
.content .block .textblock .link a:hover,
.content .block .apblock .link a:hover {
    color: #70c9bd;
}
.content .block .apblock .email_icon,
.content .block .apblock .telefon_icon,
.content .block .apblock .fax_icon,
.content .block .apblock .handy_icon,
.modul .block .text.hauptadresse .email_icon,
.modul .block .text.hauptadresse .telefon_icon,
.modul .block .text.hauptadresse .fax_icon,
.modul .block .text.hauptadresse .handy_icon,
#hauptadresse .email_icon,
#hauptadresse .telefon_icon,
#hauptadresse .fax_icon,
#hauptadresse .handy_icon {
    padding-left: 26px;
}
.content .block .apblock .email_icon,
.modul .block .text.hauptadresse .email_icon,
#hauptadresse .email_icon {
    background: url("../images/icons/mail.png") no-repeat;
}
.content .block .apblock .telefon_icon,
.modul .block .text.hauptadresse .telefon_icon,
#hauptadresse .telefon_icon {
    background: url("../images/icons/tel.png") no-repeat;
}
.content .block .apblock .fax_icon,
.modul .block .text.hauptadresse .fax_icon,
#hauptadresse .fax_icon {
    background: url("../images/icons/fax.png") no-repeat;
}
.content .block .apblock .handy_icon,
.modul .block .text.hauptadresse .handy_icon,
#hauptadresse .handy_icon {
    background: url("../images/icons/mobil.png") no-repeat;
}
.content h1 {
    font-size: 25px;
    color: #004070;
    padding: 22px 0 23px;
    font-weight: 600;
}
.content h2 {
    font-size: 20px;
    color: #004070;
    padding: 0 0 22px;
    margin-top: -4px;
    font-weight: 600;
}
.content h3 {
    font-size: 18px;
    color: #004070;
    padding: 10px 0;
    margin-top: -4px;
    font-weight: 600;
}
.content .mediathek h3 {
    padding-left: 13px;
}
.content h4 {
    font-size: 14px;
    color: #004070;
    padding: 10px 0;
    font-weight: 600;
}
.content p {
    line-height: 170%;
    padding-bottom: 20px;
}
.content>p>img {
    padding: 20px 0;
}
.content p.zitat {
    font-size: 20px;
    line-height: 120%;
    padding: 0 0 0 14px;
    border-left: 4px solid #3d6d91;
    margin: 17px 0 45px 20px;
}
.content ul {
    list-style-type: disc;
    margin-left: 18px;
}
.content ul li {
    /*padding-bottom: 20px;*/
    line-height: 170%;
}
.content .ausgebucht {
    color: #e40d0d;
    font-weight: 600;
}
#extracontent {
    padding-top: 50px;
}
#leftcontent {
    width: 322px;
}
#leftcontent img {
    width: 100%;
    padding-bottom: 30px;
}
#leftcontent .text {
    text-align: right;
    font-size: 20px;
    line-height: 120%;
    color: #777;
    padding-left: 65px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
#rightcontent {
    width: 327px;
    padding-left: 21px;
    border-left: 4px solid #3d6d91;
}
.inreihe {
    margin: 10px 0;
    font-size: 13px;
}
.inreihe label {
    padding: 0 10px 0 5px;
}
.inreihe input[type="checkbox"] {
    vertical-align: top;
}
.zeitam,
.erreichbarkeit,
.beraterkontakt {
    font-size: 13px;
    padding-top: 20px;
}
.formularzeile {
    font-size: 13px;
    padding-bottom: 15px;
}
.formularhinweis {
    font-size: 13px;
    padding-top: 15px;
}
.formularzeile label {
    color: #000;
    display: block;
    padding-left: 1px;
    padding-bottom: 5px;
}
.formularzeile label.inline {
    display: inline-block;
    margin-left: 10px;
    margin-right: 15px;
    vertical-align: middle;
}
.captcha {
    margin: 0 0 10px;
    display: flex;
}
.captcha img {
    float: left;
    padding-top: 1px;
    padding-bottom: 3px!important;
    width: auto!important;
}
.captcha input[type="text"],
.formularzeile input[type="text"],
.formularzeile textarea,
.formularzeile select {
    padding: 5px;
    border: 1px solid #26628e;
}
.formularzeile input[type="text"],
.formularzeile textarea {
    width: 100%;
    padding: 6px 5px;
    box-sizing: border-box;
}
.formularzeile.short input[type="text"] {
    width: 297px;
}
.formularzeile textarea {
    height: 100px;
}
.anmeldung .formularzeile input[type="text"],
.anmeldung .formularzeile textarea {
    max-width: 300px;
}
.captcha input[type="text"] {
    width: 50px;
}
.anmeldung .captcha {
    margin: 0;
}
.anmeldung .formularhinweis {
    padding-top: 0;
}
.formularzeile input[type="submit"] {
    background-color: #3d6d91;
    border: none;
    color: #fff;
    padding: 7px 10px;
    font-weight: 600;
}
.notwendig {
    color: #db0808;
}
.ap_headline {
    font-size: 20px;
    color: #004070;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding: 20px 0 10px;
}
.topnews {
    margin-bottom: 10px;
}
.topnews .bild {
    margin-bottom: 20px;
}
.topnews .text {
    overflow-y: hidden;
    max-height: 120px;
}
.topnews .text p {
    padding-bottom: 0;
}
.topnews .link {
    text-align: right;
    margin-top: 15px;
}
.topnews .link a {
    font-weight: 600;
    color: #3d6d91;
    text-decoration: none;
}
.topnews .link a:hover {
    color: #70c9bd;
}
.smallnews {
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    padding-top: 18px;
}
.smallnews .bild {
    margin-right: 28px;
}
.smallnews .textblock {
    width: 586px;
}
.smallnews .textblock .text {
    overflow-y: hidden;
    max-height: 45px;
}
.smallnews.fancy .textblock .text {
    overflow-y: auto;
    max-height: none;
}
.smallnews .textblock .text p {
    padding-bottom: 0;
}
.smallnews .textblock .link {
    text-align: right;
    margin-top: 15px;
}
.smallnews .textblock .link a {
    font-weight: 600;
    color: #3d6d91;
    text-decoration: none;
}
.smallnews .textblock .link a:hover {
    color: #70c9bd;
}
.content .pager {
    position: relative;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-top: 25px;
    background-color: #f2f2f2;
    text-align: center;
    height: 34px;
}
.content .pager a {
    text-decoration: none;
}
.content .pager .prev {
    position: absolute;
    top: 9px;
    left: 50px;
    width: 13px;
    height: 15px;
    background: url("../images/prevpage.png") no-repeat;
}
.content .pager .prev a {
    display: block;
    width: 100%;
    height: 100%;
}
.content .pager .pagenumbers {
    position: absolute;
    top: 9px;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
}
.content .pager .pagenumbers a {
    color: #999;
}
.content .pager .pagenumbers .aktiv a {
    color: #3d6d91;
}
.content .pager .next {
    position: absolute;
    top: 9px;
    right: 50px;
    width: 13px;
    height: 15px;
    background: url("../images/nextpage.png") no-repeat;
}
.content .pager .next a {
    display: block;
    width: 100%;
    height: 100%;
}
.modul {
    width: 256px;
    /*min-height: 1000px;*/
    /*background: url("../images/modul.png") no-repeat;*/
    padding-bottom: 70px;
}
.modul .block {
    background-color: #ececec;
}
.modul .block .titel {
    position: absolute;
    top: 19px;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    background-color: #70c9bd;
    color: #fff;
    padding: 6px 10px 4px;
    max-width: 190px;
    z-index: 10;
}
.modul .block .text,
.modul .block .bild img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}
.modul .block:hover .text,
.modul .block:hover .bild img {
    -webkit-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.modul .block .text {
    padding: 12px 18px;
    line-height: 110%;
    font-size: 14px;
}
.modul .block .text.vera {
    line-height: 150%;
    font-size: 11px;
}
.modul .block .text.hauptadresse {
    line-height: 150%;
    font-size: 12px;
}
.modul .block .text.hauptadresse>div {
    padding-top: 10px;
}
.modul .block .text.hauptadresse a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}
.modul .block .text.ekomi {
    padding: 12px 17px;
    -webkit-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.modul .block .formtitel {
    font-size: 15px;
    color: #004070;
    font-weight: 600;
    padding: 10px 18px;
}
.modul .block .form {
    padding: 5px 32px 3px 25px;
}
.modul .block .form .zeile {
    margin-bottom: 8px;
}
.modul .block .form .zeile label {
    width: 67px;
    float: left;
    padding: 6px 0;
    font-size: 14px;
}
.modul .block .form .zeile select {
    border: none;
    width: 131px;
    background-color: #fff;
    height: 29px;
    padding: 0 5px;
}
.modul .block .form .zeile input[type="text"] {
    width: 111px;
    border: none;
    background-color: #fff;
    padding: 7px 10px;
}
.modul .block .form .zeile input[type="submit"] {
    color: #3d6d91;
    font-weight: 600;
    border: none;
    background: none;
    float: right;
    margin-top: 9px;
}
.modul .block .form .zeile.geolocation,
.suchfilter .suchparam.geolocation {
    position: relative;
}
.modul .block .form .zeile.geolocation .icon,
.suchfilter .suchparam.geolocation .icon {
    display: none;
    width: 20px;
    height: 20px;
    top: 7px;
    right: 1px;
    cursor: pointer;
    position: absolute;
    background: url("../images/geolocation.png") no-repeat;
}
.suchfilter .suchparam.geolocation .icon {
    top: 16px;
}
.modul .button {
    margin-top: 3px;
    margin-bottom: 16px;
    font-weight: 600;
    padding: 10px 18px 7px;
    background-color: #3d6d91;
}
.modul .button a {
    color: #fff;
    text-decoration: none;
}
.fblink {
    text-align: right;
    padding-top: 10px;
    width: 256px;
}
.fblink a {
    border-bottom: 1px solid #f4f4f4;
    text-decoration: none;
    color: #666;
    padding-bottom: 10px;
}
.fblink a:hover {
    color: #003f72;
}
#stimmen {
    text-align: center;
    padding: 30px 0;
}
#stimmen .stimme {
    text-align: left;
    margin-top: 30px;
}
#stimmen .image {
    padding: 0 10px 10px 0;
}
#stimmen .text {
    width: 188px;
}
#lpform {
    text-align: center;
}
#lpform form {
    border: 1px solid #ccc;
    padding: 20px;
    display: inline-block;
    margin: 40px auto;
}
#lpform .formularzeile {
    clear: both;
    margin-bottom: 20px;
}
#lpform .formularzeile label {
    float: left;
    padding-right: 20px;
    width: 140px;
    text-align: right;
}
#lpform .formularzeile input[type="text"] {
    float: left;
    width: 260px;
}
#lpform .formularzeile select {
    float: left;
}
#lpform .formularzeile input[type="submit"] {
    float: left;
}
.modul_klar {
    clear: both;
    display: none;
}
.bildgalerie {
    margin: 0 -9px;
}
.bildgalerie ul {
    list-style-type: none;
    margin: 0;
}
.bildgalerie ul li {
    width: 160px;
    height: 190px;
    text-align: center;
    float: left;
    margin: 0 9px;
}
.bildgalerie .vorschau {
    width: 160px;
    height: 160px;
    background: url("../images/folder.png") no-repeat;
}
.firstplay {
    margin-top: 10px;
    cursor: pointer;
}
#mikogo {}
#mikogo .zeile {
    margin-top: 20px;
}
#mikogo .zeile label {
    width: 130px;
    display: inline-block;
}
#mikogo .zeile input[type="text"] {
    width: 200px;
}
#mikogo .zeile input[type="submit"] {
    color: #3d6d91;
    font-weight: 600;
    border: none;
    background: none;
    margin-top: 9px;
}
.suchfilter {
    background-color: #407094;
    height: 48px;
    box-sizing: border-box;
    color: #fff;
}
.suchfilter .suchparam {
    padding: 10px 0 8px 14px;
}
.suchfilter .suchparam label {
    font-size: 14px;
    padding-right: 2px;
}
.suchfilter .suchparam select {
    border: none;
    background-color: #fff;
    height: 29px;
    padding: 0 5px;
}
.suchfilter .suchparam input[type="text"] {
    width: 70px;
    border: none;
    background-color: #fff;
    padding: 7px 10px;
}
.suchfilter .suchparam input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border: none;
    background: none;
    float: right;
    margin-top: 9px;
    cursor: pointer;
}
.calendar-header {
    text-align: center;
    margin: 0 auto;
    width: 250px;
    padding-top: 15px;
}
.month-before,
.month-after {
    width: 50px;
    height: 11px;
    margin-top: 5px;
}
.month-before {
    background: url("../images/month_before.png") no-repeat 50%;
}
.month-after {
    background: url("../images/month_after.png") no-repeat 50%;
}
.month-title {
    font-size: 18px;
    font-weight: 600;
}
.calendar-table {
    width: 100%;
    margin-top: 10px;
}
.calendar-table th {
    text-align: center;
    background-color: #407094;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    height: 30px;
    padding-top: 4px;
    width: 14.28571428571429%;
}
.calendar-table td {
    text-align: center;
    height: 60px;
    border: 1px solid #b3b3b3;
}
.calendar-table .tag {
    color: #333;
    font-weight: 600;
    height: 100%;
    -moz-box-sizing: border-box;
}
.calendar-table .tag span {
    width: 100%;
    height: 100%;
    display: block;
}
.calendar-table .tag.heute {
    border: 5px solid #e40d0d;
}
.calendar-table .tag.event {
    color: #fff;
}
.calendar-table .tag.event.vorort {
    background-color: #004070;
}
.calendar-table .tag.event.online {
    background-color: #f5b61e;
}
.calendar-table .tag.event.beide {
    background: url("../images/online_vorort.png") no-repeat;
    background-size: 100% 100%;
}
.calendar-table .tag.davor {
    color: #9d9d9c;
}
.calendar-table .tag a {
    color: inherit;
    display: block;
    height: 100%;
}
.calendar-table .tag a span {
    padding-top: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.calendar-table .tag.heute a span {
    padding-top: 20px;
}
.calendar-footer {
    padding: 15px 0 10px;
}
.calendar-footer .vk-icon {}
.calendar-footer .vk-icon span {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0 2px -1px 12px;
}
.calendar-footer .vk-icon.heute span {
    background: url("../images/vk_icon_heute.png") no-repeat;
}
.calendar-footer .vk-icon.vorort span {
    background: url("../images/vk_icon_vorort.png") no-repeat;
}
.calendar-footer .vk-icon.online span {
    background: url("../images/vk_icon_online.png") no-repeat;
}
.calendar-footer .vk-icon.beide span {
    background: url("../images/vk_icon_beide.png") no-repeat;
}
.eventblock {
    padding-top: 30px;
    border-bottom: 1px solid #9d9d9c;
}
.eventblock:last-of-type {
    border: none;
}
.eventblock .datum {
    text-align: center;
    padding: 0 30px;
}
.eventblock .datum .tag {
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #9d9d9c;
    font-size: 33px;
    font-weight: 600;
    padding-top: 12px;
    box-sizing: border-box;
}
.eventblock .datum .monat {
    color: #9d9d9c;
    font-size: 28px;
}
.eventblock .termine {
    width: 556px;
    padding-bottom: 20px;
}
.eventblock .termine .balken {
    color: #fff;
    padding: 6px 13px;
}
.eventblock .termine.vorort .balken {
    background-color: #004070;
}
.eventblock .termine.online .balken {
    background-color: #f5b61e;
}
.eventblock .termine .balken .thema {
    max-width: 48%;
    font-size: 15px;
}
.eventblock .termine .balken .ort {
    max-width: 48%;
    font-size: 14px;
    font-weight: 600;
}
.eventblock .termine .zelle {
    width: 175px;
    padding-left: 10px;
}
.eventblock .termine.online .zelle h4 {
    color: #f5b61e;
}
.eventblock .termine .notiz {
    padding-bottom: 20px;
}
.sharebuttons {
    padding-top: 20px;
}
.sharebuttons div {
    margin-right: 5px;
}
.copybtn {
    background: #9d9d9c;
    text-shadow: 1px 1px 3px #000;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    white-space: nowrap;
    font-size: 11px;
}
#modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.9;
    cursor: pointer;
    z-index: 100;
}
#ibangenerator {
    position: fixed;
    top: 50%;
    left: 50%;
    background-image: url("/images/bgrd_generate_iban.png");
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
    margin-left: -150px;
    margin-top: -100px;
    z-index: 100;
}
#ibangenerator h4 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    position: relative;
    left: 10px;
    top: 10px;
    margin-top: 0;
    margin-bottom: 22px;
}
#ibangenerator table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    position: relative;
    padding: 20px;
    width: 253px;
    border-collapse: separate;
    border-spacing: 8px;
}
#ibangenerator .button {
    position: relative;
    top: 0;
    left: 110px;
}
#ibanergebnis {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 400px;
    margin-left: -400px;
    margin-top: -200px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    padding: 0;
    background-image: url(/images/bgrd_pattern.png);
    z-index: 100;
}
#ibanergebnis div {
    padding: 20px 30px 0 50px;
}
#ibanergebnis div p {
    margin: 0 0 10px;
}
#ibanergebnis label {
    display: inline-block;
    width: 150px;
    margin-bottom: 5px;
    font-weight: bold;
}
#ibanergebnis .success {
    color: green;
}
#ibanergebnis .error {
    color: red;
}

@media only screen and (max-width: 1023px) {
    #navigation_mobile li br {
        display: none;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .innen {
        width: 100%;
        margin: 0 auto;
    }
    #navigation_top {
        display: none;
    }
    #navigation_switch {
        display: block;
    }
    .cycle-slideshow .item .textblock .titel {
        font-size: 2.5em;
    }
    .cycle-slideshow .item .textblock .text {
        font-size: 1.1em;
    }
}
@media only screen and (min-width: 769px) and (max-width: 990px) {
    .modul_klar {
        display: block;
    }
    .modul {
        width: 100%;
        float: none;
    }
    .modul .block {
        width: 256px;
        float: left;
        margin-right: 20px;
    }
    .modul .block .text.ekomi {
        padding: 22px 17px;
    }
    #startprodukte .halb,
    #footer .halb {
        float: none;
        margin: 0 auto;
    }
    #footer .halb.rechts {
        margin-top: 44px;
    }
}
@media only screen and (max-width: 768px) {
    #toplogo {
        float: none;
        display: block;
        text-align: center;
        margin: 5px 0;
    }
    #loginsearch {
        margin: 0 auto 5px;
        float: none;
        overflow: hidden;
    }
    #globalsearch {
        padding-left: 5px;
    }
    .innen {
        width: 100%;
        margin: 0 auto;
    }
    #navigation_top {
        display: none;
    }
    #navigation_switch {
        display: block;
    }
    .cycle-slideshow .item {
        background-position-x: 20%!important;
    }
    .cycle-slideshow .item .textblock .titel {
        font-size: 1.6em;
    }
    .cycle-slideshow .item .textblock .text {
        font-size: 1.1em;
    }
    .content {
        width: 100%;
        box-sizing: border-box;
        padding-right: 5px;
    }
    .content img {
        max-width: 100%!important;
        height: auto!important;
    }
    .content .captcha img {
        width: auto!important;
        height: auto!important;
    }
    .modul_klar {
        display: block;
    }
    .modul {
        width: 100%;
        float: none;
    }
    .modul .block {
        width: 256px;
        float: left;
        margin-right: 20px;
    }
    .modul .block .text.ekomi {
        padding: 22px 17px;
    }
    #startprodukte .halb,
    #footer .halb {
        float: none;
        margin: 0 auto;
    }
    #footer .halb.rechts {
        margin-top: 44px;
    }
}
@media only screen and (max-width: 750px) {
    .content .block .bild {
        display: none;
    }
    .content .block.mediathek .bild {
        display: block;
    }
    .content .block .textblock,
    .content .block .apblock {
        width: 100%;
        padding-bottom: 20px;
    }
    .content .block .textblock .text {
        height: auto;
        max-height: none;
    }
    .content .block .textblock .link,
    .content .block .apblock .link {
        bottom: 0;
    }
    .content iframe {
        width: 100%;
    }
    .smallnews .textblock {
        width: 100%;
    }
    #extracontent {
        padding-top: 25px;
    }
    #leftcontent {
        display: none;
    }
    #rightcontent {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .suchfilter {
        height: auto;
    }
}
@media only screen and (max-width: 705px) {
    .eventblock .termine {
        width: 100%;
    }
}
@media only screen and (max-width: 530px) {
    .halb {
        width: 100%;
    }
    .viertel {
        margin: 0 auto;
        float: none;
    }
    #loginsearch .links,
    #loginsearch .rechts {
        float: left;
        position: relative;
        left: 50%;
    }
    #globalsearch,
    #login_out{
        margin: 0 auto;
        padding: 0;
        float: left;
        position: relative;
        left: -50%;
    }
    #globalsearch {
        margin-bottom: 5px;
    }
    .loginsearch-klar {
        display: block;
    }
    .modul .block {
        margin: 0 auto;
        float: none;
    }
    .fblink {
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    #footer .viertel.rechts {
        margin-top: 44px;
    }
    #copyright .links,
    #copyright .rechts {
        float: none;
        text-align: center;
    }
    #copyright ul {
        margin: 20px auto 0;
        display: inline-block;
    }
}
@media only screen and (max-width: 468px) {
    #navigation_switch {
        position: relative;
    }
    #navigation_switch>div {
        position: relative;
    }
    #navigation_mobile {
        position: relative;
        top: 0;
    }
    #navigation_mobile ul li ul {
        position: relative;
        left: 0;
    }
    .noslider {
        height: 0;
    }
}
