*,
*:before,
*:after {
    box-sizing: border-box;
}

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

html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: #000000;
    font: 15px Inter, Arial, Helvetica, Sans-Serif;
    min-width: 320px;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 1em;
}

li {
    list-style: none;
}


h1{
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0.8em;
}

h2{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 1em;
}

h3,label {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 1em 0 0;
}

h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}

p {
    line-height: 1.4em;
    margin: 0 0 1.4em;
}

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

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*- Layout -*/

.page-container,
.page-header,
.slider-container,
.nav-slider .swiper-container,
.nav-primary,
.page-footer {
    margin: 0 auto;
    max-width: 1068px;
    padding: 0 25px;
}

.page-container {
    background: #fff;
    border-radius: 5px;
    margin-top: -125px;
    max-width: 1018px;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
    z-index: 10;
}

/*- Page Header -*/

.page-header {
    align-items: flex-start;
    display: flex;
    height: 115px;
    justify-content: space-between;
    padding-top: 20px;
    position: relative;
    z-index: 1
}

.header-logo {}

/*- Slider  -*/

.page-slider {
    margin: 0 auto;
    //max-width: 1670px;
    max-width: 100%;
}

.page-slider .swiper-slide {
    background: #EDF3F5;
    height: 528px;
    position: relative;
}

.page-slider .swiper-slide--overlay::before {
    background: #62424296;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.page-slider .swiper-slide--overlay::after {
    background: rgba(255, 255, 255, .2);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}


.page-slider .no_background::before {
    background: #d34058;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}
.page-slider .no_background::after {
    background: none
}

.page-slider .swiper-slide--overlay,
.page-slider .swiper-slide--overlay a, .swiper-slide {
    color: #fff;
    text-shadow: rgb(213, 213, 213) 0px 0px 1px, rgb(70, 70, 70) 0px 0px 6px;
}


.page-slider .no_background,.page-slider .no_background  a  {
    color: #fff;
    text-shadow: none;
}

/*.page-slider .no_background,.page-slider .no_background  a, a.btn-more  {
    color: #fff;
    text-shadow: none;
}*/


/*- Buttons -*/

.btn-more a,
.feature-item__pic-text-more,
.btn_startseite p{
    background: url(../images/ico-arrow-white.svg) no-repeat center right;
    color:white;
    font-weight: 500;
    padding-right: 70px;
    text-transform: uppercase;

}



/*.page-slider .swiper-slide--overlay .btn-more a {
    filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(1%) hue-rotate(341deg) brightness(112%) contrast(101%);
}*/

.page-slider .slider-container {
    padding-top: 65px;
    position: relative;
    z-index: 15;
}

.page-slider {}

.slide-headline {
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.nav-slider {
    margin: 0 auto;
    max-width: 1620px;
    position: relative;
    text-transform: uppercase;
    transform: translateY(-160px);
    z-index: 10;
}

.nav-slider::after {
    background: rgba(255, 255, 255, .2);
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.nav-slider--inverted::after {
    background: rgba(0, 0, 0, .2);
}

.nav-slider .swiper-slide {
    color: #fff;
    cursor: pointer;
    padding-bottom: 10px;
    position: relative;
    min-height: 72px;
}

.nav-slider--inverted .swiper-slide {
    color: #000;
}

.nav-slider .swiper-slide-thumb-active::after {
    background: #fff;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.nav-slider--inverted .swiper-slide-thumb-active::after {
    background: #000;
}

.nav-slider .swiper-wrapper {
    align-items: flex-end;
}

.nav-slider__date {
    display: block;
    margin-bottom: 5px;
}

.page-ad {
    bottom: -230px;
    position: absolute;
    right: 0;
}

/*- Navigation -*/

.nav-main {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    text-transform: uppercase;
}

.nav-main>li {
    position: relative;
}

.nav-main>li>a {
    color: #000;
    display: block;
    line-height: 1;
    padding: 27px 0;
    text-decoration: none;
}

.nav-main>li>a:hover,
.nav-main>li.active>a,
.is-open .nav-main__expand {
    color: #000;
}

.nav-main>li.active>.nav-main__expand {
    font-weight: 600;
}

.nav-main__expand {
    cursor: pointer;
    display: block;
    line-height: 1;
    padding: 27px 0;
}

.nav-main__submenu {
    display:none;
    background: #fff;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    left: 0;
    padding: 13px;
    position: absolute;
    top: 100%;
    width: 315px;
    z-index: 101;
}

.nav-main__submenu a {
    display: block;
    margin-bottom: 8px;
}

.nav-main__submenu a:hover {}

.nav-secondary>ul {
    display: flex;
    font-size: 11px;
    text-transform: uppercase;
}

.nav-secondary>ul>li {
    margin: 0 0 0 28px;
    position: relative;
}

.nav-secondary>ul>li:first-child {
    margin-left: 0;
}

.nav-secondary>ul>li>a {
    color: #979493;
    text-decoration: none;
}

.nav-secondary>ul>li>a strong {
    color: #C7102D;
    text-decoration: underline;
}

.nav-secondary a:hover,
.nav-secondary .active a {
    color: #C7102D;
}

.nav-secondary__dropdown>span {
    background: url(../images/ico-poly.svg) no-repeat right;
    color: #979493;
    cursor: pointer;
    padding-right: 10px;
}

.nav-secondary__dropdown>ul {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
    display: none;
    left: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    background: white;
}

.nav-secondary__dropdown:hover ul {
    display: block;
}

.nav-secondary__dropdown>ul>li>a {
    display: block;
    padding: 5px;
}

/*- Components -*/

.list-features {
    margin-bottom: 50px;
}

.feature-item__pic {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.feature-item__pic img {
    height: auto;
    transition: .3s All;
    width: 100%;
}

.feature-item__pic:hover img {
    transform: scale(1.1);
}

.feature-item__pic a {
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none;
}

.feature-item__pic a::after {
    background: rgba(0, 0, 0, .2);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.feature-item__pic-text {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    left: 0;
    padding: 30px 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    z-index: 1;
}

.feature-item__pic-text-more {
    bottom: 30px;
    left: 25px;
    margin-top: 20px;
    position: absolute;
    z-index: 1
}

.contact-info {
    color: #514C4B;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 45px;
}

.contact-info a{
    color: #514C4B;
}

.contact-info__phone dl {
    display: flex;
}

.contact-info__phone dt {
    flex: 0 0 120px
}

.contact-info__soclinks a {
    display: block;
    margin-bottom: 7px;
}

.contact-info__app {
    align-items: center;
    display: flex;
    margin-top: -5px;
    position: relative;
}

.contact-info__app a {
    color: #514C4B;
    text-decoration: underline;
}

.contact-info__app-text strong {
    display: block;
    font-weight: normal;
}

/* Form Search */

.form-search {
    height: 70px;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}

.form-search__input {
    background: #E3DEDC;
    border: 0;
    border-radius: 5px;
    color: #000;
    float: left;
    font-size: 18px;
    height: 70px;
    padding: 0 30px;
    width: 100%;
}

.form-search__btn {
    background: url(../images/ico-search.svg) no-repeat center / contain;
    border: 0;
    cursor: pointer;
    height: 28px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
}

input:focus {
    outline: none
}

input::-webkit-input-placeholder {
    opacity: 1;
}

input::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder {
    opacity: 1;
}

input::-ms-input-placeholder {
    opacity: 1;
}

input::placeholder {
    opacity: 1;
}

/*- Page Footer -*/

.page-footer {
    max-width: 1018px;
    padding-bottom: 20px;
}

.nav-footer li {
    display: inline-block;
    font-size: 14px;
    margin-left: 30px;
    text-transform: uppercase;
}
.nav-footer a {
    color: #514C4B;
}

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

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 1px solid #888;
    margin-bottom: 20px;
    margin-top: 20px;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
    height: 20px;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 50px;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-label {
    font-size: 14px;
    margin: 0 10px 0 0;
    position: absolute;
    right: 100%;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    /* visibility: hidden; */
}

.hamburger-box {
    display: block;
    height: 20px;
    position: relative;
    width: 40px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000000;
    border-radius: 0;
    display: block;
    height: 3px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 40px;
}

.hamburger-inner::before {
    content: "";
    top: 8px;
    transition-duration: .2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger-inner::after {
    content: "";
    top: 16px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}




.page-wrap {
    padding: 80px 14px 250px 14px;
    margin: 0 auto;
    max-width: 1068px;
}



.nav-submenu-secondary a{
    text-transform: uppercase;
}
.nav-submenu-secondary>ul{
    display:block;
}
.nav-submenu-secondary li {
    border-bottom: 1px solid #a39f9e;
    padding: 12px 0;
}
.nav-submenu-secondary li:first-child {
    border-top: 1px solid #a39f9e;
}
.nav-submenu-secondary li.active{
    border-bottom: 2px solid #000;
}



.accordeon-row {
    border-top: 1px solid #000;
}
.accordeon-headline {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    padding-right: 24px;
    font-weight: bold;
}
.accordeon-headline:after {
    color: #000;
    content: url(/customer/layout/images/arrow-down.svg);
    font: 18px Inter, Arial, Helvetica, Sans-Serif;
    position: absolute;
    right: 10px;
    top:15px;
    transform: translateY(-50%);
    transition: .3s All;
}
.accordeon-row.is-open .accordeon-headline:after {
    content: url(/customer/layout/images/arrow-up.svg);
}







.cms_item ul li {
    background-image: url(/customer/layout/images/arrow.svg);
    background-repeat: no-repeat;
    padding: 2px 0 2px 42px;
    background-size: 30px 11px;
    background-position-y: 6px;
}
.cms_item ol {
    padding-left: 20px;
}
.cms_item ol li {
    list-style-type: decimal;
    padding: 2px 0 2px 23px;
}



.cms_item a.pdf {
    background-image: url(/customer/layout/images/download.svg);
    padding: 20px 0 2px 42px;
    text-decoration:underline;
}

.slider-container{
    color:white;
}

.dark {
    filter: brightness(100) saturate(100%) invert(100%) sepia(93%) saturate(1%) hue-rotate(341deg) brightness(112%) contrast(101%);
}

/*.page-slider .no_background::before {
   background:none;
}*/


.footer_btn {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 10;
    opacity: 0;
    transition: .4s All;
    display:none;
}

.btn_parent {
    position: relative;
    z-index: 11;
}

.btn_tel {
    position: absolute;
    bottom: 60px;
    right: 50px;
}
.btn_tel img{
    height: 80px;
}

.footer_btn_mob {
    display:none;
}


.submenu_deskt {
    display:block;
}
.nav-submenu-secondary{
    margin-right: 20px;
}


.accordeon>.cms_column>.cms_item>.cms_content>.accordeon-row>.accordeon-wrap{
    display:none;
}
.accordeon>.cms_column:last-child>.cms_item>.cms_content>.accordeon-row{
    border-bottom:1px solid black;
}
.accordeon>.cms_column:last-child>.cms_item>.cms_content>.is-open{
    border-bottom:none;
}

.searchresults{
    padding-bottom:25px;
}

.searchresults_title{
    font-size:20px;
}
.CCSS313,.CCSS328,.CCSS329,.CCSS330,.CCSS331,.CCSS332,.CCSS333,.CCSS334,.CCSS335{
  background-color: #f4cfd5;
}
.CCSS337,.CCSS338,.CCSS343,.CCSS333,.CCSS342,.CCSS347{
  background-color: #dfdcdb;
}
.CCSS313 .cms_content,.CCSS328 .cms_content,.CCSS329 .cms_content,.CCSS330 .cms_content,.CCSS331 .cms_content,.CCSS332 .cms_content,.CCSS333 .cms_content,.CCSS334 .cms_content,.CCSS335 .cms_content, .CCSS337 .cms_content,.CCSS338 .cms_content,.CCSS343 .cms_content,.CCSS333 .cms_content,.CCSS342 .cms_content,.CCSS347 .cms_content{
padding: 20px;
}

.header_right {
    display: flex;
}
.header_right img {
    padding-left: 40px;
    width: 135px;
}

.header-145_mob img {
    position: absolute;
    right: 80px;
    height: 40%;
    bottom: 25%;
}

.header_right li.search {
    overflow: hiddden;
}
.header_right li.search input {
    display: block;
    float: left;
    padding: 0;
    margin: 0 5px;
    outline: none;
    border: 1px solid #E3DEDC;
    height: 20px;
}
.header_right li.search input[type="image"]{
    border:none;
    height:17px;
}
.header_right li.search_mob {
    display:none;
}
.newseintrag_mob{
    margin-bottom:15px;
    color: #fff;
}
.search {
    top: -3px;
}

.search input{
    color: #979493;
}

.tabellen_editor td
{
  padding: 10px;
    vertical-align: top;
}
.tabellen_editor tr
{
border-bottom: 1px #bfbfbf solid;
border-top: 1px #bfbfbf solid;
}


.tabellen_editor.oben tr:first-child td, th{
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    background: #eef2f3;
    height: 34px;
    vertical-align: top;
}
.tabellen_editor.links td:first-child{
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    background: #eef2f3;
    height: 34px;
    vertical-align: top;
}

.idpage947 .tabellen_editor table tr td:first-child {
    width: 380px;
}
.idpage947 .tabellen_editor table tr td:last-child {
    width: 100px;
    text-align:right
}

.detailseite {
  display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
}
.list2 .row1, .list2 .row2, .list2 .row3, .list2 .row4 {
    width: 33%;
    margin: 0;
    padding: 0px;
    float: left;
}
.list2 li {
  border-bottom: 3px solid #eef2f3;
  display: flex;
  padding: 9px 0;
  min-height: 28px;
  width: 100%;
}
.list2 ul li p {
    margin: 0px;
    padding: 0px;
    display: inline;
}
 .list2 h4 {
  font-weight:bold
}
 .list2 a {
  text-decoration:underline;
  color: #C7102D;
}
.list2 img {
    margin-right: 12px;
    width: 80px;
    align-self: start;
}

.text ul{
  margin: 12px 0;
}
 
.text a {
    color: #C7102D;
    text-decoration:underline
}
.nav-slider .swiper-slide a {
    color: #fff;
}
.cms_item a.file, a.file {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 2px 0 2px 20px;
    display: block;
}

.cms_item a.pdf, a.pdf {
    background-image: url(../images/ico-pdf.png);
    background-position-y: 3px;
    background-position-x: 4px;
}

.meldung {
    padding-top: 10px;
}

.CCSS331>.cms_content, .CCSS343>.cms_content {
    padding-top:0;
}
.CCSS312 {
    display: flex;
    align-items: center;
}
.legende{
  font-size:12px
}

.active a {
    font-weight: 600;
}
.active > .nav-main__submenu a {
    font-weight: initial;
}
.active > .nav-main__submenu > .active a {
    font-weight: 600;
}
.interndoks .list2 li {
    flex-direction: column;
}
.zurueckblog {
    float:right;
    text-decoration:underline;  
}

.no_umfliessend {
    display: flex;
    flex-wrap: wrap;
}
.accordeon-wrap .no_umfliessend {
    display: initial;
}


