body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #f0f0ee;
    color: #000000;
    font: 300 16px CerebriSans, Arial, Helvetica, Sans-Serif;
    min-width: 270px;
}

a {
    color: #0f4367;
    outline: none;
    /*text-decoration: none;*/
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
}

a.file {
    text-decoration: none;
}

input, select, textarea {
    border: #999999 1px solid;
    color: #333333;
    font: 600 16px CerebriSans, Arial, Helvetica, sans-serif;
    outline: none;
    padding: 8px;
    /*-webkit-appearance: none; */
}

input[type="radio"], input[type="checkbox"] {
				width: 20px;
				box-shadow: none;
}


li {
    list-style: none;
}

h1, h2 {
    color: #0f4063;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 0.7rem;
}

h3 {
    color: #0f4063;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0.7rem;
}

h4 {
    font-size: 16px;
    margin: 0 0 .8rem;
}

h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

h6 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 5px;
}

p {
    line-height: 1.3rem;
    padding: 0 0 0.4rem;
}

.person{
      padding-top: 10px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
}

strong {
    font-weight: 600;
}

.page-container,
.page-header,
.page-footer,
.page-bottom {
    margin: 0 auto;
    max-width: 1340px;
    padding: 0 15px;
}

.page-frame {
    padding: 210px 0 0;
}

.page-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.page-header-bar {
    background: #0f4367;
}

.nav-bar {
    background: #0b314c;
}

.nav-sub-bar {
    background: #fff;
}

.page-footer-bar {
    background: #0f4367;
}

.page-bottom-bar {
    background: #0b314c;
}

.page-header {
    height: 115px;
    max-height: 115px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
}

.scrolling .page-header {
    max-height: 46px;
}

.scroll-remove {
    background: none;
}

.header-logo {
    float: left;
    margin: 26px 0 0;
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    height: 62px;
    /*width: 300px;*/
}

.header-logo img {
    height: 100%;
    /*width: 100%;*/
}

.scrolling .header-logo {
    height: 22px;
    margin: 13px 0 0;
    overflow: hidden;
    width: 165px;
}

.hamburger {
    display: none;
    position: fixed;
    right: 15px;
    top: 12px;
    z-index: 10001;
}

.nav1 {
    font-size: 12px;
    font-weight: 600;
    height: 46px;
    margin: 0 auto;
    max-width: 1350px;
    opacity: 1;
    /*text-transform: uppercase; */
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.scrolling .nav1 {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.nav1 ul {
    float: left
}

.nav1 li {
    float: left;
    line-height: 46px;
    position: relative
}

.nav1 li a {
    color: #94afc2;
    display: block;
    padding: 0 15px;
    text-decoration: none
}

.nav1 li a:hover,
.nav1 li.active a,
.nav1 li:hover a {
    background: #ffffff;
    color: #5a5a5a
}

.nav1 li ul {
    background: #fff;
    box-shadow: 2px 2px 3px #444444;
    clear: both;
    display: none;
    float: none;
    padding: 15px 15px 10px;
    position: absolute;
    top: 100%;
    width: 300px;
    z-index: 10;
}

.nav1 li:hover ul {
    display: block;
}

.nav1 li li {
    float: none;
    line-height: normal;
}

.nav1 li:hover li a {
    background: none;
    color: #0f4063;
    font-weight: normal;
    padding: 9px 0;
    text-transform: none;
}

.nav1 .sub-content li {
    color: #5a5a5a;
    text-align: center;
    text-transform: none;
}

.sub-content-logo {
    height: auto;
    margin: 0 auto;
    max-height: 46px;
}

.nav1 .sub-content li a {
    font-size: 16px;
    text-decoration: underline
}

.nav1 .sub-content h3 {
    color: #5a5a5a
}

.nav1 .sub-content h3 em {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.nav1 .nav-user-menu {
    float: right;
}

.nav1 li.nav-sprache a {
    padding-right: 25px;
    position: relative;
}

.nav1 li.nav-sprache a:after {
    content: "\33";
    font: 16px 'ElegantIcons';
    margin: -10px;
    position: absolute;
    right: 17px;
    top: 50%;
}

.nav1 li.nav-sprache:hover a:after {
    content: "\32";
}

.nav1 li.nav-sprache ul {
    padding: 5px;
    text-align: center;
    width: 100%;
}

.nav1 li.nav-sprache:hover ul {
    right: 0;
}

.nav1 li.nav-sprache li {
    line-height: normal
}

.nav1 li.nav-sprache:hover li a {
    color: #0f4063;
    padding: 5px;
    text-transform: none;
}

.nav1 li.nav-sprache:hover li a:after {
    display: none;
}

.nav1 li.nav-sprache:hover li a:hover {
    background: #eeeeee;
    color: #000000;
}

.nav2 {
    height: 50px;
    margin: 0 auto;
    max-width: 1350px;
}

.nav2 .nav2-main li a {
    color: #0f4063;
    font-size: 18px;
}

.nav2 .nav2-main {
    margin-right: 20px
}

.nav2 .nav2-main li {
    margin-right: 15px;
}

.nav2 .nav2-main li:hover,
.nav2 .nav2-main li.active a {
    background: #f0f0ee;
}

.nav2 ul {
    float: left;
    position: relative;
}

.nav2 li {
    float: left;
    line-height: 50px;
    position: relative
}

.nav2 li a {
    color: #5e758a;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav2 li a:hover,
.nav2 li.active a,
.nav2 li:hover a {
    color: #000;
}

.nav2 li ul {
    background: #fff;
    display: none;
    float: none;
    padding: 5px 15px 10px;
    position: absolute;
    top: 100%;
    width: 215px;
    z-index: 100;
}

.nav2 li:hover ul {
    display: block;
}

.nav2 li:last-child:hover ul {
    right: 0;
}

.nav2 li li {
    border-bottom: 1px solid #e6e6e6;
    float: none;
    line-height: normal;
}

.nav2 li li:last-child {
    border: 0
}

.nav2 li:hover li a {
    background: none;
    border: 0;
    color: #585858;
    font-weight: 500;
    margin: 0;
    padding: 6px 0;
    text-transform: none;
}

.nav2 li:hover li a:hover {
    color: #000;
}

.nav3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.nav3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -5px;
}

.nav3 li {
    /*flex: 0 1 33.3%;*/
    width: 33%;
    line-height: 40px;
    margin: 0 0 10px;
    padding: 0 5px 0;
    position: relative;
}

.nav3 span {
    background: #96abb8;
    color: #fff;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0 35px 0 10px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav3 li:hover span {
    background: #0f4367;
}


.nav3 span:after {
    content: "\43";
    font: 18px ElegantIcons;
    margin: -10px 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
}

.nav3 .nav3-sub {
    background: #0f4367;
    display: none;
    font-size: 13px;
    left: 10px;
    padding: 0 15px 15px;
    position: absolute;
    right: 10px;
    top: 40px;
    z-index: 10;
}

.nav3 li:hover .nav3-sub {
    display: block;
}

.nav3-sub li {
    line-height: normal;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav3-sub a {
    background: none;
    color: #fff;
    display: block;
    line-height: normal;
    padding: 0 0 0 15px;
}

.nav3-sub a:before {
    content: "\24";
    font: 13px ElegantIcons;
    left: 0;
    position: absolute;
    top: 0;
}


.nav3c1 span{
    opacity: 0.5;
}
.nav3c1.active span, .nav3c1 span:hover{
    opacity: 1;
}
.nav3c1 span,
.nav3c1 .nav3-sub {
    background: #f19001 !important;
}

.nav3c2 span{
    opacity: 0.5;
}
.nav3c2.active span, .nav3c2 span:hover{
    opacity: 1;
}

.nav3c2 span,
.nav3c2 .nav3-sub {
    background: #38a734 !important;
}

.nav3c3 span{
    opacity: 0.5;
}
.nav3c3.active span, .nav3c3 span:hover{
    opacity: 1;
}

.nav3c3 span,
.nav3c3 .nav3-sub {
    background: #e2007b !important;
}

.nav3c4 span{
    opacity: 0.5;
}
.nav3c4.active span, .nav3c4 span:hover{
    opacity: 1;
}
.nav3c4 span,
.nav3c4 .nav3-sub {
    background: #d5ad00 !important;
}

.nav3c5 span{
    opacity: 0.5;
}
.nav3c5.active span, .nav3c5 span:hover{
    opacity: 1;
}
.nav3c5 span,
.nav3c5 .nav3-sub {
    background: #006eb3 !important;
}

.nav3c6 span{
    opacity: 0.5;
}
.nav3c6.active span, .nav3c6 span:hover{
    opacity: 1;
}
.nav3c6 span,
.nav3c6 .nav3-sub {
    background: #024e90 !important;
}

.sliders-group {
    margin-bottom: 60px;
}

.title-pic {
    margin-bottom: 25px;
}

.title-pic img {
    height: auto;
    width: 100%;
}
 /*
.slider {
    border-left: 1px solid #000;
    min-height: 245px;
    overflow: hidden;
    position: relative
}
.slider .slide {
    background: #f0f0ee;
    min-height: 190px;
    width: 100%;
}

.slider h5 {
    margin-bottom: 1rem;
}

.slider p {
    line-height: normal;
    margin: 0;
}

.slide-small-text {
    font-size: 13px;
}

.slider .sub-content-logo {
    margin: 0 auto 15px;
}
*/

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


/*.cms_content .cycle-slideshow  .portrait img{
    max-height: 520px;
    width: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.cms_content .cycle-slideshow{
  height: 100%;
  margin-bottom: 20px;
}

.cms_content .cycle-slideshow  .slide{
    left: 50% !important;
}
.cms_content .cycle-slideshow  .slide.links{
    left: 0% !important;
}
.cms_content .cycle-slideshow  .slide  img.portrait{
    position: relative; left: -50%;
}
.cms_content .cycle-slideshow  img{
    height: 100%;
}


.accordeon-wrap .cms_content .cycle-slideshow{
 height: 520px !important;
}
.accordeon-wrap .cms_content .cycle-slideshow img.portrait   {
    height: 520px;
}

.slide .btn-more {
    padding: 0;
}

.slide .btn-more:before {
    position: relative;
    top: 2px;
}


.nav-dots {
    line-height: 0;
    text-align: center;
    width: 100%;
}

.nav-dots span {
    border: 1px solid #0f4367;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 8px;
    margin: 0 2px;
    width: 8px;
}

.nav-dots span.cycle-pager-active {
    background: #0f4367;
}

.carousel {
    border-left: 1px solid #0f4367;
    margin: 0 0 45px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}

.carousel h5 {
    margin-bottom: 20px;
}

.carousel .slide {
    padding: 0 15px 0 0;
    text-align: center;
    vertical-align: top;
}
/*Slider*/
.pic-galerie {
    float: left;
    margin: 0 1.4% 8px 0;
    max-height: 164px;
}
.cycle-slideshow .row{
    margin-left:0px !important;
}
.pagerpic img{
    display:none
}
.btn-left{
    background: url(../images/btn-left2.png) top no-repeat;
    cursor: pointer;
    height: 31px;
    left: 15px;
    margin: -30px 0 0;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 31px;
    z-index: 10001;
}
.btn-left a{
    background: url(../images/btn-left.png) top no-repeat;
    display: block;
    height: 23px;
    width: 23px
}
.btn-right{
    background: url(../images/btn-right2.png) top no-repeat;
    cursor: pointer;
    height: 31px;
    margin: -30px 0 0;
    opacity: 0.7;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    width: 31px;
    z-index: 10001;
    float: right;
}
.btn-right a{
    background: url(../images/btn-right.png) top no-repeat;
    display: block;
    height: 23px;
    width: 23px
}
.clearfix {
    position: relative;
}

/*----------------*/

.accordeon {
    border-left: 1px solid #0f4367;
    padding-left: 15px;
}

h5.voraccordeon{
    padding-left: 15px;
}

.accordeon-smaller .accordeon-headline {
    font-size: 1em;
}

.accordeon-headline {
    border-bottom: 1px solid #0f4367;
    border-top: 1px solid #0f4367;
    color: #0f4063;
    cursor: pointer;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: -1px;
    padding: 10px 25px 10px 0;
    position: relative;
}

.accordeon-headline:after {
    color: #0f4063;
    content: "\4c";
    font: 25px ElegantIcons;
    margin: -15px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.accordeon-headline.active {
    border-bottom: 0;
}
.accordeon-headline.active:after {
    content: "\4b";
}

.is-open .accordeon-headline:after {
    content: "\4b";
}

.accordeon-wrap {
    color: #000; /*#0f4063*/
    /*font-size: 22px; */
    padding: 10px 0 20px;
}

.accordeon-wrap .list-unordered2 {
    margin: 0
}

.accordeon-alternate {
    border: 0;
    padding: 0;
}

.accordeon-alternate .accordeon-headline, .cms_accordion .accordeon-headline {
    font-size: 22px;
    clear: both; /*Accordeon wird nach Detailseite eingefügt - Wird deswegen nach links gefloatet und schiebt hoch*/
}

.accordeon-alternate .accordeon-wrap {
    font-size: 16px;
}

.accordeon-colored {
    border: 0;
    padding: 0;
}

.accordeon-colored a {
    color: #fff !important;
}

.accordeon-colored .accordeon-headline {
    border: none;
    color: #fff;
    padding-left: 15px;
}

.accordeon-colored .accordeon-headline:after {
    color: #fff;
    right: 15px;
}

.accordeon-colored [class*="accordeon-color"] {
    border-bottom: 3px solid #f0f0ee;
}

.accordeon-colored .accordeon-wrap {
    color: #fff;
    padding: 10px 15px 20px;
}

.accordeon-color1 {
    background: #f19001;
}

.accordeon-color2 {
    background: #38a734;
}

.accordeon-color3 {
    background: #e2007b;
}

.accordeon-color4 {
    background: #d5ad00;
}

.accordeon-color5 {
    background: #006eb3;
}

.accordeon-color6 {
    background: #024e90;
}

.accordeon-colored .accordeon-list {
    padding: 0 30px;
}

.accordeon-colored .accordeon-list li {
    border-bottom: 1px solid #fff;
}

.accordeon-list {
    padding-left: 30px;
}

.accordeon-list li {
    border-bottom: 1px solid #c7c7c7;
    padding: 5px 0;
}

.accordeon-list li:last-child {
    border: 0;
}

.accordeon-list a {
    display: inline-block;
    padding: 0 0 0 25px;
    position: relative;
  /*  text-decoration: none; */
}

.accordeon-list a:before {
    content: "\24";
    font: 20px ElegantIcons;
    left: 0;
    position: absolute;
    top: 2px;
}

.page-columns {
    display: flex;
    padding: 60px 0;
}

.col-main {
    flex: 1 1 100%;
    margin-right: 35px;
}
.col-main .row{
    margin-bottom: 50px;
}

.sliders-group.startseite .row{
   margin: 75px 0 75px 0
}

.col-sidecol {
    flex: 0 0 300px;
    margin-right: 35px;
    max-width: 300px;
}

.col-sidecol-secondary {
    flex: 0 0 160px;
}

.col-banner {
    margin-bottom: 25px;
}

.col-banner img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.col-banner-fill img {
    width: 100%;
}

.col-banner-info {
    font-size: 12px;
    font-weight: normal;
}
.newseintrage p {
    padding: 0;
}

.box-sidecol {
    background-color: #fff;
    font-size: 13px;
    margin: 0 0 25px;
    padding: 15px;
}

.box-sidecol h5 {
    font-size: 12px;
    margin: 0 0 10px;
}

.box-sidecol p {
    line-height: normal;
    padding: 0;
}

.box-sidecol .btn-more {
    font-size: 14px;
}

.box-sidecol-content {
    display: flex;
}

.box-thumb {
    flex: 1 1 35%;
    margin: 0 13px 0 0;
}

.box-thumb img {
    height: auto;
    width: 100%;
}

.box-info {
    flex: 1 1 100%;
}

.list-unordered {
    margin: 0 0 1rem;
}

.list-unordered li {
    margin: 0 0 1px;
    padding: 0 0 0 15px;
    position: relative;
}

.list-unordered li:before {
    color: #0f4367;
    content: "\24";
    font: 12px ElegantIcons;
    left: 0;
    position: absolute;
}

.list-unordered2 {
    margin: 0 0 40px;
    padding: 0 0 0 35px;
}

.list-unordered2 li {
    margin: 0 0 20px;
    padding: 0 0 0 25px;
    position: relative;
}

.list-unordered2 li:before {
    color: #0f4367;
    content: "\35";
    font: 22px ElegantIcons;
    left: 0;
    position: absolute;
    top: -2px;
}

.list-news dl {
    border-bottom: 1px solid #0f4367;
    display: flex;
    margin: 0 0 .5rem;
    padding: 0 0 .5rem;
}

.list-news dl:last-child {
    border: 0;
}

.list-news dt {
    /*flex: 0 0 50px;*/
    font-size: 13px;
    font-weight: 600;
    margin: 0 5px 0 0;
}

.list-news dd {
    flex: 1 1 auto;
    font-size: 13px;
}

.list-news dd a {
    display: block;
    font-weight: 600;
}

.list-news2 dt {
    font-size: 14px;
    font-weight: 600;
}

.list-news2 {
    padding: 0 25px;
}

.list-news2 dd {
    font-size: 16px;
    white-space: normal;
}

.list-news2 .news-headline {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 5px;
}

.list-news2 dd a {
    display: block;
    text-decoration: none;
}

.form-search {
    border-bottom: 1px solid #ddd;
    float: right;
    height: 28px;
    margin: 40px 0 0;
    transition: margin 0.5s;
    -moz-transition: margin 0.5s;
    -webkit-transition: margin 0.5s;
    width: 240px;
}

.scrolling .form-search {
    margin: 8px 0 0;
}

.form-search input {
    background: none;
    border: 0;
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 2px 0 0;
    padding: 0;
    width: 205px;
}

.form-search .btn-search {
    background: none;
    border: 0;
    cursor: pointer;
    float: right;
    height: 28px;
    margin: 4px 0 0;
    padding: 0;
    position: relative;
    width: 28px;
}

.form-search .btn-search:before {
    color: #bfc6cb;
    content: "\55";
    font: 14px ElegantIcons;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
}

.btn-group {
    margin-bottom: 40px;
}

.btn-group-in-row {
    margin-bottom: 25px;
}

.btn-group-inline a {
    display: inline-block;
}

.btn-more,
.btn-link {
    color: #0f4367;
    display: block;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 0 0 20px;
    position: relative;
}

.btn-more:before {
    content: "\24";
    font: 15px ElegantIcons;
    left: 0;
    position: absolute;
    top: 0;
}

.btn-link small {
    font-size: 12px;
    font-weight: 300;
}

/*.btn-link:before {
    content: "\69";
    font: 15px ElegantIcons;
    left: 0;
    position: absolute;
    top: 0;
}*/

.btn-link-simple {
    float: right;
    padding: 0;
}

.btn-link-simple:before {
    display: none;
}

.page-footer {
    color: #000000;
    padding: 35px 20px;
}

.page-footer a {
    color: #000000;
    text-decoration: none;
}

.page-footer a:hover {
    color: #cccccc;
}

.footer-grid {
    display: flex;
}

.footer-col {
    flex: 1 1 auto;
    margin: 0 3px;
}

.footer-logo {
    margin: 15px 10px 0 0;
    opacity: .5;
}

.footer-banners img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.page-bottom {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 40px;
}

.page-bottom a {
    color: #fff;
    text-decoration: none;
}

.nav-footer {
    display: inline-block;
    margin: 0 50px 0 0;
}

.nav-footer li {
    display: inline-block;
}

.nav-footer li:after {
    content: "|";
    padding: 0 5px;
}

.nav-footer li:last-child:after {
    display: none;
}

.nav-1-links-footer{
	display: none;
	padding-bottom: 15px;
}

.footer-soclinks {
    color: #94afc2;
    display: inline-block;
    font-size: 16px;
}

.footer-soclinks a {
    color: #94afc2;
    display: inline-block;
    margin: 0 10px 0 0;
}

.footer-soclinks img {
    display: inline-block;
    vertical-align: -5%;
}

.text-right {
    text-align: right;
}

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

 .box-info a {
    color: #0f4367;
    display: block;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 0 0 20px;
    position: relative;
}

.box-info a:before {
    content: "\24";
    font: 15px ElegantIcons;
    left: 0;
    position: absolute;
    top: 0;
}

.nav1 img{
  margin: auto;
}

.firmen-item img{
    width: 100%;
    position: absolute;
    top: -300px;
    bottom: -300px;
    left: -300px;
    right: -300px;
    margin: auto;
}

.person p{
  padding: 0;
}

.firma-foto{
    width: 70%;
    height: 120px;
    margin: auto;
    position: relative;
}

.firma-desc{
    width: 70%;
    margin: auto;
}

.anbieter{
    border-top: 2px dotted #797979;
    padding: 10px 0;
    width: 30%;
    margin-right: 3%;
}

/*.scrolling .logo-f{
    height: 100%;
    margin-top: 0 !important;
}

.scrolling .logo-f img{
    height: 100%;
    width: auto;;
}*/

.logo-f-footer .footer-logo{
    margin: 0 3px;
}

.bpactive{
    background: #0f4367 !important;
}

.search input, button{
    height: 28px;
}

.suchergebnisse p{
    color: #000000;
    font: 300 16px CerebriSans, Arial, Helvetica, Sans-Serif;
}

.cms_item ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 40px;
}
.cms_item ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 40px;
}
hr.trennlinie{
   height:1px;
   border-width:0;
   color:#0f4063 ;
   background-color:#0f4063
}
 a.file{
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 2px 0 2px 23px;
    display: block;
}

a.pdf, a.PDF {
    background-image: url(/frontend/standards/images/pdf.png);
    background-position-y: 3px;
    background-position-x: 0px;
}

.tabellen_editor.oben tr:first-child td, th {
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #aaa;
}

.tabellen_editor td, .tabellen_editor th {
vertical-align: top;
    padding: 0 15px 0 0px;
    font-size: 15px;
}
/* formular-elemente
------------------------------------------------------- */
/*=== Styling Forms ===*/




input, textarea {
  vertical-align: middle;
  padding: 4px;
  margin: 3px 0;
  width: 300px;
  border: 1px solid #afafaf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
textarea {
  height: 150px;
  overflow: auto;
  vertical-align: top;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input.warning,
input.error,
textarea.warning,
textarea.error {
  border: 1px solid #bd4466;
  background: url(/img/buttons/icn-attention.png) no-repeat right 2px #fff;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input.error[type=text]:focus,
input.error[type=password]:focus,
textarea.error:focus,
input.warning[type=text]:focus,
input.warning[type=password]:focus,
textarea.warning:focus {
  border-color: #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
select {
  /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;*/
  font: 600 16px CerebriSans, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  width: 310px;
  padding: 2px;
  margin: 2px 0 4px 0;
		border-radius: 3px;
}

.formmanager select {
	padding: 6px;
	border: none;
}

label,
span.labeldummy {
  float: left;
  display: block;
  width: 155px;
  padding: 2px 0 0 0;
  margin: 4px 0 0 0;
}
label.error {
  color: #bd4466;
}
label.checkbox {
  float: none;
  display: inline;
  padding: 1px 0 0 0;
  vertical-align: middle;
}
input.checkbox {
  vertical-align: bottom;
  position: relative;
  top: -1px;
  background: none;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0 7px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
label.checkbox.indented {
  display: block;
  width: auto;
  padding-left: 20px;
  text-indent: -20px;
}
input.checkbox:hover,
input.checkbox:focus {
  border: 0;
}
input.submit {
  border: 1px solid #000;
  border-color: #bfbfbf #b3b3b3 #b3b3b3 #bfbfbf;
  width: auto;
  height: auto;
  margin: 10px 0 0 0;
  cursor: pointer;
  overflow: visible;
  color: #333;
  background: #ccc;
}
input.submit:focus,
input.submit:active {
  background: #b1b1b1;
}
input.imagesubmit {
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
button {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  *overflow: visible;
  width: auto;
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn-wrapper a, .btn-wrapper button, .btn-wrapper .submit {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 17px;
    margin: 0 2px 0 0;
    padding: 3px 11px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #fff;
    border: solid 1px #555;
    background: #6e6e6e;
    background-image: -webkit-linear-gradient(top, #888888, #575757);
    background-image: -moz-linear-gradient(top, #888888, #575757);
    background-image: -ms-linear-gradient(top, #888888, #575757);
    background-image: linear-gradient(top, #888888, #575757);
}


span.required {
  color: #ff0000;
  font-size: 14px;
}
.formeinzug {
  padding: 5px 0 3px 155px;
}
.invis{
  display:none
}
.textleistung{
float:left;
margin-top: -5px

}
#auswahl{
  float:left
}

.accordeon.accordeon-alternate.leistung a{
    text-decoration: underline;
}

.box-info ul li:before{
    content: "\24";
    font: 15px ElegantIcons;
    left: 0;
    /*position: absolute;*/
    color: #0f4367;
    top: 0;
}

#google_image_div img{
    width: 100px !important;
}

.fh-nte {
  height: auto;
}

.carousel.news{
    border-left: 1px solid #0f4367;
    margin: 0 0 45px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}
.carousel-doppel.news{
    border-left: 1px solid #0f4367;
    margin: 0 0 45px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    background: none;

}
.carousel-dreifach.news{
    border-left: 1px solid #0f4367;
    margin: 0 0 45px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}
.flipslider.news{
    margin: 0;       
}

.cycle-slideshow.news{
    position: relative;
    overflow: hidden;
    height: 150px !important;
}

.slide.news{
    padding: 0 15px 0 0;
    text-align: center;
    vertical-align: top;
    position: static;
    top: 0px;
    left: 0px;
    z-index: 100;
    opacity: 1;
    display: inline-block;
    visibility: visible;
    /*width: 250px;*/
}

.news div.btn-left{
    cursor: pointer;
    left: 0;
    margin: -10px 0 0;
    position: absolute;
    top: 50%;
    z-index: 1000;
    background: none;
}

.news div.btn-left:before{
    color: #0b314c;
    content: "\34";
    font: 35px ElegantIcons;
}

.news div.btn-right{
    cursor: pointer;
    margin: -10px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1000;
    background: none;
}

.news div.btn-right:after{
    color: #0b314c;
    content: "\35";
    font: 35px ElegantIcons;
}

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

.startseite .slider{
    border-left: 1px solid #000;
    overflow: hidden;
}

.startseite .row{
      margin-left: -12px;
    margin-right: -12px;
}

.startseite .slider .slide{
      background: #f0f0ee;
      min-height: 190px;
      width: 100%;
      max-height: 190px;
}

.startseite dl dd{
    max-height: 50px;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

/*.startseite .cycle-slideshow{
  height: auto !important;
}*/

.nav3c3 ul.nav3-sub{
    right: 5px;
}

.nav3c6 ul.nav3-sub{
    right: 5px;
}

.nav3 li:nth-child(3n){
  padding: 0 0 0 5px;
}

.nav3 li li:nth-child(3n) {
    padding: 0;
}

.special-li span:after{
  content: none;
}

.cycle-slideshow.news.leistungen{
    height: 135px !important;
}

.box-thumb-breit{
  width: 100%;
  margin-bottom: 10px;
}

input.unchecked[type="radio"]{
  outline: 2px solid red
}

#div-gpt-ad-1352446610819-8{
    padding-top: 22px;
    padding-bottom: 22px;
    /* padding: 10px; */
    text-align: center;      
}

.nav3.leistungen-ue li{
  width: 25%;
}

.leistungen-ue.nav3 ul li ul{
    right: 10px;
    top: 34px;
}

.leistungen-ue.nav3 li:nth-child(3n){
    padding: 0 5px 0;
}

.leistungen-ue.nav3 li ul li:nth-child(3n){
    padding: 0;
}

.leistungen-ue.nav3 li{
      line-height: 34px;
}

.leistungen-ue.nav3 li ul li{
  line-height: normal;
  width: 100%;
}

.nav3.leistungen-ue .nav3c6 span,.nav3.leistungen-ue .nav3c6 .nav3-sub{
    background: #9fa6ad !important;
}

 .leistungen-last, .nav3.leistungen-ue .nav3c6 span.leistungen-last{
    background: #757a80 !important;
}

.leistungen-last a{
    color: white;
    text-decoration: none;
}

.leistungen-last:after{
    content: "\45" !important;
}

.slide p{
    float: left;
    font-size: 12px;   
}

.testimonials-pic {
    border-radius: 50%;
    flex: 0 0 auto;
    height: 127px;
    overflow: hidden;
    width: 127px;
}
.testimonials-pic img {
    height: auto;
    width: 100%;
}
.t-flex {
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
}
.testimonials-text {
    color: #000;
    font-size: 14px;
    padding-left: 10px;
    white-space: initial;
    text-align: left;
}
.testimonials-text cite {
    font-style: italic;
}
.carousel-2.news {
   /* border-left: 1px solid #0f4367;*/
    margin: 0 0 45px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}
.cycle-slideshow-2 {
    margin-top: 20px;
}

.cycle-slideshow-2 .testimonials-text {
    height: 117px;
}
.no-padding-left {
    padding-left: 0px;

}
.no-padding-left a:before {
    content: unset;
}
.no-padding-left a {
    padding-left: 0px;
}
.testimonials-text a {
    text-decoration: none;
    font-style: normal;
}
.testimonials {
    display: flex;
}

.service-item {
    text-align: center;
    margin: 0 0 14px;
    position: relative;
}
.service-item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.service-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.service-info {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    top: 40%;
    transform: translateY(-40%);
}
.service-pic, .service-info img {
    border-radius: 50%;
    flex: 0 0 auto;
    height: 299px;
    overflow: hidden;
    width: 299px;
}
.ico-service img {
    margin: 0 auto 15px;
}
.service-info h3 {
    margin: 0 0 .2em;
    font: 900 24px/1em GreycliffCF;
    padding-top: 12px;
}
.service-info p {
    color: black;
    font-size: 18px;
}
.service-item p {
    font-size: 18px;
    padding: 0 20px 10px 20px;
}
.ico-service-small {
    width: 40px;
    margin: 0 auto 15px;
}
.ico-service-small img {
    width: 100%;
    height: auto;
}
.back-text {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    padding: 100px 20px 0 20px;
    color: black;
    width: 100%
}

/*.back-text {
    position: relative;
    left: 0px;
    top: -124px;
    z-index: 1000;
    color: black;
    text-align: center;
}*/

.back-text a {
    color: black; 
}

/* -90 */
.person-pc img {
    opacity: 0.2;
    margin: 0 auto 15px;
}

.rundesbild img{
    border-radius: 50%;
    height: auto;
    width: 100%;
}
.box-main {
    background-color: white;
    padding: 10px;
    margin-bottom: 50px;
}
.box-main p {
    font-weight: bold;
}

.box-testimonials .row{
    margin-bottom: 0px;
}
.box-testimonials h5 {
    padding-bottom: 8px;
}

.doppelslider {
   display:flex;
   flex-direction:row;
}

.carousel-doppel .content {
    width: 220px;
    margin-top:0px !important;
    background: none !important;
    font-size: 14px;
    height: auto !important;
}

.carousel-doppel.newsslider-neu .content {
    float: left !important;
    width: 60%;
    padding-left: 10px;
    white-space: initial;
    text-align: left;
}
.carousel-doppel.newsslider-neu .bild {
    float: left !important;
    width: 40%
}
.carousel-doppel .bild img{
    border-radius: 50%;
}

.carousel-doppel div.btn-left, .carousel-doppel div.btn-right{
    top: 45%;
}


.carousel-doppel>div {
    min-height:auto !important;
}
     /*
.carousel-doppel .cycle-carousel-wrap {
    white-space:normal !important;
}*/


/* Carroussel 2er und 3er Style */

.carDet .content li a{
    color: #0f4367 !important;
}
.carDet .content a{
    text-decoration:none;
    color: #0f4367 !important;
    font-weight:bold;
}

.carDet .content a:before {
    content: "\24";
    font: 20px ElegantIcons;
    font-weight:bold;
    position: relative;
    top: 5px;
    padding-right:2px;
}

.carDet .link a {
  text-align: left;
  margin-left: 10px;
  font-size: 18px;
}

.carDet h4 {
  margin-bottom:0;
  color: #0f4367;
}
.newsslider-neu p {
  font-size: 16px;
}
.carDet .news-headline {
  font-weight: bold;
  font-size:16px;
}

.carDet .link {
  height:50px;
}
.carDet .content {
  min-height:130px;
  background:white;
  margin-bottom: 10px;
  word-break: break-word;
  padding-left: 10px;
  margin-top: 10px;
  padding-top: 10px;
  text-align: left;
}
.carDet p {
  font-size: 16px;
}
.carDet .bild {
  height: 115px;
}
.service-info_20y img {
    border-radius: 50%;
    height: auto;
}
.flipslider .btn-left {
    top:40% !important;
}
.flipslider .btn-right {
    top:40% !important;
}
.service-info_20y .back-text p {
    white-space: normal;
    font-size: 16px;
}
.service-info_20y .back-text {
    padding-top:60px;
}

/*.service-info_20y p {
    padding: 0 !important;
}*/
.weisseBox {
    background: #fff;
    color: #0f4063; 
}
.weisseBox p {
    font-weight: 400;
}
.weisseBox a {
    text-decoration: none;
    font-weight: 800;
}
.weisseBox h4 {
    font-size: 24px;
}

.weisseBoxHalf {
    padding: 15px 5px;
}
/*.no_umfliessend{
  width:100%;
  display:inline-block
}*/
.no_umfliessend:not(:has(> .newsslider-neu)) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}



/* Button */
.CCSS629 a, .CCSS630 a, 
.CCSS631 a, .CCSS632 a, 
.CCSS633 a, .CCSS634 a, 
.CCSS635 a, .CCSS636 a, 
.CCSS637 a, .CCSS638 a, 
.CCSS639 a, .CCSS640 a, 
.CCSS641 a, .CCSS642 a, 
.CCSS643 a, .CCSS644 a, 
.CCSS645 a, .CCSS646 a, 
.CCSS647 a, .CCSS648 a, 
.CCSS649 a, .CCSS650 a, 
.CCSS651 a, .CCSS652 a, 
.CCSS653 a, .CCSS654 a,
.CCSS655 a {
	display: inline-block;
	width: 220px;
	text-align: center;
	padding: 10px 6px;
	margin-right: 10px;
	color: #ffffff;
	background-color: #00386c;
	border: 2px solid #001A5F;
	text-decoration: none;
	font-size: 14px;
}

.CCSS629 a:hover, .CCSS630 a:hover, 
.CCSS631 a:hover, .CCSS632 a:hover, 
.CCSS633 a:hover, .CCSS634 a:hover, 
.CCSS635 a:hover, .CCSS636 a:hover, 
.CCSS637 a:hover, .CCSS638 a:hover, 
.CCSS639 a:hover, .CCSS640 a:hover, 
.CCSS641 a:hover, .CCSS642 a:hover, 
.CCSS643 a:hover, .CCSS644 a:hover, 
.CCSS645 a:hover, .CCSS646 a:hover, 
.CCSS647 a:hover, .CCSS648 a:hover, 
.CCSS649 a:hover, .CCSS650 a:hover, 
.CCSS651 a:hover, .CCSS652 a:hover, 
.CCSS653 a:hover, .CCSS654 a:hover,
.CCSS655 a:hover {
	background-color: unset;
	color: #000;
	text-decoration: none;
}
/* FORMMANAGER */
.formular label{
    float: left;
}

.formular label.required:after{
    content: '*';
    color: red;
}

.formular label.auswahl{
    margin-right: 10px;
    margin-bottom: 5px;
}

.formular label.frage{
    min-width: 150px !important;
}

.formular .formular-input{
    max-width: 500px;
    float: left;
}

.formular input[type="submit"] {
      width: 150px !important;
}

.formular #recaptcha_widget_div,
.formular textarea,
.formular input{
    float: left;
}

.formular input[type=radio],
.formular input[type=checkbox]{
  margin-right: 5px;
}

.formular textarea.invalid,
.formular input.invalid{
    border: 1px solid #F68E8E !important;
    box-shadow: inset 0px 1px 3px 0 rgba(0, 0, 0, 0.2), 0 0 3px 1px rgba(246, 172, 172, 1) !important;
    -moz-box-shadow: inset 0px 1px 3px 0 rgba(0, 0, 0, 0.2), 0 0 3px 1px rgba(246, 172, 172, 1) !important;
    -webkit-box-shadow: inset 0px 1px 3px 0 rgba(0, 0, 0, 0.2), 0 0 3px 1px rgba(246, 172, 172, 1) !important;
}
.formmanager .group {
    border-top: none;
}

.formmanager .CCSS487.group, .formmanager .CCSS497.group {
    border-top: 1px solid #D6E2EF;
    /*margin-bottom: -20px !important;*/
    margin-top: 30px !important;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.formmanager .formular-element.group {
    padding-top: 0 !important;
}

.formmanager .CCSS487.group h4, .formmanager .CCSS497.group h4 {
    font-size: 16px;
}

.formmanager label {
    min-width: 750px !important;
    display: inline-block;
    width: auto !important;
}
.formmanager input {
    min-width: 200px;
    width: calc(100% - 245px) !important;
        border: none;
        padding: 8px;
}

.customform .formmanager .group {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}

.no-after::after {
    content: none !important;
}

.formmanager .checkbox-plus-container .auswahl {
    display: flex;
    align-items: flex-start; /* Startet den Text am oberen Rand, auch wenn er umbricht */
}

.formmanager .checkbox-plus-container .auswahl input[type="checkbox"] {
    margin-right: 10px; /* Ein bisschen Abstand zwischen Checkbox und Text. */
    align-self: center; /* Vertikal zentriert die Checkbox in Relation zur gesamten HÃ¶he des Textes */
    width: 100px !important;
    min-width: unset;
}

.formmanager .auswahl input[type="radio"], .formmanager .auswahl input[type="checkbox"] {
    margin-right: 10px; /* Ein bisschen Abstand zwischen Checkbox und Text. */
    align-self: center; /* Vertikal zentriert die Checkbox in Relation zur gesamten HÃ¶he des Textes */
    width: 13px !important;
    min-width: unset;
}

.formmanager.formular .checkbox-plus-container .formular-input {
    max-width: unset;
    float: left;
    width: 100% !important;
}

.formmanager .checkbox-plus-container .auswahl p {
    margin: 0; /* Entfernt Ã¼berflÃ¼ssige Margins vom <p>-Element */
    padding: 0;
}

video {
    width: 100%;
    height: auto
}

@media screen and (max-width: 656px) {
    .formmanager input {
        width: 100% !important;
    }
}
