body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding-top: 76px;
}

.container .container {
    padding-left:0px;
    padding-right:0px;
}

.main-content {
    font-weight: 300;
    line-height: 1.7;
}
.main-content p {
    margin-top:0px;
    margin-bottom: 2rem;
}
.main-content h1,
.main-content .h1 {
    font-size: 32px;
    color:#ec7404;
    /*text-transform: uppercase;*/
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 3rem;
}
.main-content h2,
.main-content .h2 {
    font-size: 28px;
    color:#ec7404;
    /*text-transform: uppercase;*/
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 2rem;
}
.main-content h3,
.main-content .h3 {
    font-size: 24px;
    color:#ec7404;
    /*text-transform: uppercase;*/
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 2rem;
}
.main-content h4,
.main-content .h4 {
    font-size: 20px;
    color:#ec7404;
    /*text-transform: uppercase;*/
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 2rem;
}
.main-content h5,
.main-content .h5 {
    font-size: 24px;
    color:#ec7404;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 2rem;
}
.main-content h6,
.main-content .h6 {
    font-size: 20px;
    color:#ec7404;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 2rem;
}

.teaser-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.8;
}

.arrow-link {
    font-style: italic;
    font-family: "PT Serif", serif;
    font-weight: 400;
    text-decoration: none;
    background:url(/typo3conf/ext/if_sitepackage_kunde/Resources/Public/Images/arrow-link.jpg) no-repeat 0px 5px;
    padding-left: 20px;
}
.arrow-link:hover,
.arrow-link:focus {
    text-decoration: underline;
}

.serif-bigger {
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-size: 20px;
}

.background-color-stripe {
    background:#edf3f8;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    margin-top: 120px;
}
.background-color-stripe::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:#edf3f8;
    transform-origin: top left;
    transform: skewY(-3deg);
    z-index: -10;
}

/* aufklapper */
div[id^="accordion-"] .card {
    border-left:0px;
    border-right:0px;
}
div[id^="accordion-"] .card-header {
    background-color: transparent;
}
div[id^="accordion-"] .card-header .btn {
    font-style: italic !important;
    font-family: "PT Serif", serif;
    font-weight: 400;
}
div[id^="accordion-"] .card-header .fa-chevron-up::before {
  content: "\f077" !important;
}
/* end aufklapper */

/* headerbox */
.header-wrapper {
    position: relative;
}
.header-box {
    position: absolute;
    right:0;
    top:0;
    width: 20%;
    height:100%;
    background-image:url(/typo3conf/ext/if_sitepackage_kunde/Resources/Public/Images/header-box.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}
.header-box-content {
    position: absolute;
    right:30%;
    top:20%;
    z-index: 10;
    color:#fff;
    font-size: 3vw;
}
.header-box-content a {
    color:#fff;
    text-decoration: none;
}
.header-box-mobile {
    background:#ec7404;
    color:#fff;
    padding:10px 0px 5px 10px;
}
.header-box-mobile a {
    color:#fff;
    text-decoration: none;
}
.header-box-mobile .fab {
    font-size: 30px;
}
/* end headerbox */

/* special-element-1 */
.special-element-1 {
    position: relative;
}
.special-element-1-image {
    position: relative;
}
.special-element-1 .slider-mask {
    background-image: url(/typo3conf/ext/if_sitepackage_kunde/Resources/Public/Images/slider-mask-2.svg);
}
.special-element-1 .special-element-1-text {
    position: absolute;
    left:0;
    top:20%;
    background-image: url(/typo3conf/ext/if_sitepackage_kunde/Resources/Public/Images/header-box-2.svg);
    width:50%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
}
.special-element-1-content {
    padding:80px 30% 70px 70px;
    color:#fff;
}
.special-element-1-content a {
    color:#fff;
    text-decoration: underline;
}
.special-element-1-content a:hover,
.special-element-1-content a:focus {
    color:#fff;
    text-decoration: none;
}
.special-element-1-content a.btn {
    text-decoration: none;
}
.special-element-1-content h1,
.special-element-1-content .h1,
.special-element-1-content h2,
.special-element-1-content .h2,
.special-element-1-content h3,
.special-element-1-content .h3,
.special-element-1-content h4,
.special-element-1-content .h4,
.special-element-1-content h5,
.special-element-1-content .h5,
.special-element-1-content h6,
.special-element-1-content .h6 {
    color:#fff;
    margin-bottom: 15px;
}
/* end special-element-1 */

/* footer */
.main-content footer {
    color:#fff;
    font-size: 14px;
}
.main-content footer h1,
.main-content footer .h1,
.main-content footer h2,
.main-content footer .h2,
.main-content footer h3,
.main-content footer .h3,
.main-content footer h4,
.main-content footer .h4,
.main-content footer h5,
.main-content footer .h5,
.main-content footer h6,
.main-content footer .h6 {
    color:#fff;
}
.main-content footer a {
    color:#fff;
    text-decoration: underline;
}
.main-content footer a:hover,
.main-content footer a:focus {
    color:#fff;
    text-decoration: none;
}
.main-content footer .fab {
    font-size: 30px;
}
/* end footer */

/* navigation */
.navbar.navbar-light.fixed-top .navbar-collapse {
    max-height: calc(100vh - 100px);
}
.navbar.navbar-light.fixed-top .navbar-collapse.show {
    overflow-y: auto;
    overflow-x: hidden;
}

.navbar.navbar-light button.navbar-toggler {
    color:#ec7404;
}
.navbar.navbar-light button.navbar-toggler span {
    margin-right: 10px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
}
.navbar-shadow {
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.15);
}
.navbar.navbar-light {
    font-size: 15px;
    background:#fff;
}
.navbar.navbar-light .dropdown-menu {
    font-size: 15px;
}

.navbar-phone a {
    text-decoration: none;
}

.language-navigation .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15) !important;
}
.language-navigation a {
    text-decoration: none;
}
.language-navigation img {
    position: relative;
    top:-2px;
    margin-right:5px;
}
/* end navigation */

/* carousel */
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6,
.carousel-caption .h1,
.carousel-caption .h2,
.carousel-caption .h3,
.carousel-caption .h4,
.carousel-caption .h5,
.carousel-caption .h6 {
    color:#fff;
}
/* end carousel */

/* carousel overlays */
.slider-mask {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-image:url(/typo3conf/ext/if_sitepackage_kunde/Resources/Public/Images/slider-mask.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100.05%;
}
.carousel-overlays .carousel-item {
    overflow: hidden;
}
.carousel-overlays .carousel-caption {
    left:0;
    right:0;
    bottom:auto;
    padding:0px;
    top:50%;
    transform: translateY(-50%);
    text-align: left;
}
.carousel-overlays .carousel-caption p {
    margin-bottom: 1rem;
}
.carousel-overlays .carousel-caption-inner {
    display: inline-block;
    background:#ec7404;
    padding:30px 25px 15px 25px;
}
.carousel-overlays .carousel-caption-inner a {
    color:#fff;
    text-decoration: underline;
}
.carousel-overlays .carousel-caption-inner a:hover,
.carousel-overlays .carousel-caption-inner a:focus {
    color:#fff;
    text-decoration: none;
}
.carousel-overlays .carousel-caption-inner .btn {
    text-decoration: none;
}
.carousel-overlays .carousel-caption-inner h1,
.carousel-overlays .carousel-caption-inner h2,
.carousel-overlays .carousel-caption-inner h3,
.carousel-overlays .carousel-caption-inner h4,
.carousel-overlays .carousel-caption-inner h5,
.carousel-overlays .carousel-caption-inner h6,
.carousel-overlays .carousel-caption-inner .h1,
.carousel-overlays .carousel-caption-inner .h2,
.carousel-overlays .carousel-caption-inner .h3,
.carousel-overlays .carousel-caption-inner .h4,
.carousel-overlays .carousel-caption-inner .h5,
.carousel-overlays .carousel-caption-inner .h6 {
    color:#fff;
    margin-bottom: 1rem;
}
.carousel-overlays-controls {
    position: absolute;
    bottom:60px;
    left:5%;
    z-index: 10;
}
.carousel-overlays-controls a {
    color:#fff;
    text-decoration: none;
    font-size: 40px;
}
/* end carousel overlays */

/* news */
.news-list-view .news-list-content-wrapper {
    background:#fff;
    padding:25px;
}
.news-list-view .header a {
    text-decoration: none;
}
.news-list-view .header a:hover,
.news-list-view .header a:focus {
    text-decoration: underline;
}
.news-list-view .news-list-date {
    color:#ccc;
    font-size: 14px;
}
.news-list-view .teaser-text-news {
    font-style: italic;
    font-family: "PT Serif", serif;
    font-weight: 400;
}
.news-list-view .teaser-text-news a {
    display: block;
    text-decoration: none;
    background: url(/typo3conf/ext/if_sitepackage_kunde/Resources/Public/Images/arrow-news.jpg) no-repeat right center;
    padding-right: 30px;
}
.news-list-view .teaser-text-news a:hover,
.news-list-view .teaser-text-news a:focus {
    text-decoration: underline;
}
.news-list-view .article {
    margin-bottom: 30px;
}

.news-single .news-list-date {
    color:#ccc;
    font-size: 14px;
}
.news-single .teaser-text-news {
    font-style: italic;
    font-family: "PT Serif", serif;
    font-weight: 400;
    color:#ec7404;
}
.news-single .news-img-wrap .outer {
    margin-bottom: 30px;
}
/* end news */

/* suche */
.result_txt {
    margin-bottom: 10px;
}
.kesearch_searchbox {
    margin-bottom: 30px;
}
#kesearch_num_results {
    margin-bottom: 30px;
}
#kesearch_results .result-list-item {
    margin-bottom: 30px;
}
#kesearch_results .result-list-item p {
    margin-bottom: 10px;
}
#kesearch_results .result-list-item p a {
    text-decoration: none;
}
#kesearch_results .result-list-item p a:hover,
#kesearch_results .result-list-item p a:focus {
    text-decoration: underline;
}
#kesearch_results .result-list-item .add-info {
    color:#ccc;
    margin-bottom: 5px;
}
#kesearch_results .result-list-item .add-info a {
    color:#ccc;
    text-decoration: none;
}
#kesearch_results .result-list-item .add-info a:hover,
#kesearch_results .result-list-item .add-info a:focus {
    text-decoration: underline;
}

.kesearch_pagebrowser > ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}
.kesearch_pagebrowser > ul a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ec7404;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.kesearch_pagebrowser > ul a:hover {
    z-index: 2;
    color: #ec7404;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.kesearch_pagebrowser > ul a:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 162, 0.25);
}
.kesearch_pagebrowser > ul > li:first-child a {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.kesearch_pagebrowser > ul > li:last-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.kesearch_pagebrowser > ul > li a.current {
    z-index: 3;
    color: #fff;
    background-color: #ec7404;
    border-color: #ec7404;
}
.kesearch_pagebrowser > ul > li.disabled a {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
/* end suche */

@media (max-width: 575.98px) {
    body {
        padding-top: 66px;
    }

    .hide-mobile {
        display: none;
    }
    .language-navigation .dropdown-toggle img {
        margin-right:0px;
    }
    .navbar-toggler span {
        display:none !important;
    }

    .navbar-phone-number {
        display: none;
    }

    .navbar-brand img {
        width:141px;
        height:40px;
    }

    .carousel-caption {
        position: relative;
        background:#ec7404;
        bottom:auto;
        left:0;
        right:0;
    }
    .carousel-control-prev,
    .carousel-control-next {
        z-index: 10;
    }

    .slider-mask {
        display: none;
    }
    .carousel-overlays-controls {
        bottom:auto;
        top:5%;
    }
    .carousel-overlays .carousel-caption {
        position: relative;
        top:0;
        transform: none;
        background:#ec7404;
    }
    .carousel-overlays .carousel-caption-inner {
        padding: 20px 0px 0px 0px;
    }

    .main-content footer {
        background:#ec7404;
        padding-top: 50px;
    }

    .main-content h1,
    .main-content .h1 {
        font-size: 24px;
        margin-bottom: 1.5rem;
    }
    .main-content h2,
    .main-content .h2 {
        font-size: 23px;
        margin-bottom: 1.5rem;
    }
    .main-content h3,
    .main-content .h3 {
        font-size: 22px;
        margin-bottom: 1.5rem;
    }
    .main-content h4,
    .main-content .h4 {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }
    .main-content h5,
    .main-content .h5 {
        font-size: 18px;
        margin-bottom: 1.5rem;
    }
    .main-content h6,
    .main-content .h6 {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }

    .teaser-text {
        font-size: 16px;
    }

    .special-element-1 .slider-mask {
        display: none;
    }
    .special-element-1 .special-element-1-text {
        position: relative;
        width:100%;
        background:#ec7404;
        top:0;
        padding:30px 15px;
    }
    .special-element-1-content {
        padding: 0px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar-phone-number {
        display: none;
    }

    .carousel-caption {
        position: relative;
        background:#ec7404;
        bottom:auto;
        left:0;
        right:0;
    }
    .carousel-control-prev,
    .carousel-control-next {
        z-index: 10;
    }

    .slider-mask {
        display: none;
    }
    .carousel-overlays-controls {
        bottom:auto;
        top:5%;
    }
    .carousel-overlays .carousel-caption {
        position: relative;
        top:0;
        transform: none;
        background:#ec7404;
    }
    .carousel-overlays .carousel-caption-inner {
        padding: 20px 0px 0px 0px;
    }
    .main-content footer {
        background:#ec7404;
        padding-top: 50px;
    }

    .special-element-1 .slider-mask {
        display: none;
    }
    .special-element-1 .special-element-1-text {
        position: relative;
        width:100%;
        background:#ec7404;
        top:0;
        padding:50px;
    }
    .special-element-1-content {
        padding: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-overlays .carousel-caption-inner {
        font-size: 14px;
    }
    .main-content footer {
        background-image: url(/typo3conf/ext/if_sitepackage_kunde/Resources/Public/Images/footer-bg-mobile.svg);
        background-repeat: repeat-y;
        background-position: center top;
        padding-top: 50px;
    }
    .main-content footer .footer-content-right {
        padding-left: 20px;
    }

    .special-element-1 .slider-mask {
        display: none;
    }
    .special-element-1 .special-element-1-text {
        position: relative;
        width:100%;
        background:#ec7404;
        top:0;
        padding:50px;
    }
    .special-element-1-content {
        padding: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-content footer {
        background-image: url(/typo3conf/ext/if_sitepackage_kunde/Resources/Public/Images/footer-bg.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        height:694px;
    }
    .main-content footer > .container,
    .main-content footer > .container > .row {
        height:100%;
    }
    .main-content footer > .container > .row {
        align-items: flex-end !important;
    }
    .main-content footer .footer-content-right {
        padding-left: 50px;
    }
}

@media (min-width: 1200px) {
    .main-content footer {
        background-image: url(/typo3conf/ext/if_sitepackage_kunde/Resources/Public/Images/footer-bg.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        height:694px;
    }
    .main-content footer > .container,
    .main-content footer > .container > .row {
        height:100%;
    }
    .main-content footer > .container > .row {
        align-items: flex-end !important;
    }
    .main-content footer .footer-content-right {
        padding-left: 50px;
    }
}

p.text-left, td.text-left, th.text-left, h1.text-left, h2.text-left, h3.text-left, h4.text-left, h5.text-left, h6.text-left, div.text-left, address.text-left { text-align: left; }
p.text-center, td.text-center, th.text-center, h1.text-center, h2.text-center, h3.text-center, h4.text-center, h5.text-center, h6.text-center, div.text-center, address.text-center { text-align: center; }
p.text-right, td.text-right, th.text-right, h1.text-right, h2.text-right, h3.text-right, h4.text-right, h5.text-right, h6.text-right, div.text-right, address.text-right { text-align: right; }
p.text-justify, td.text-justify, th.text-justify, h1.text-justify, h2.text-justify, h3.text-justify, h4.text-justify, h5.text-justify, h6.text-justify, div.text-justify, address.text-justify { text-align: justify; }
.ce-headline-center { text-align: center; }
.ce-headline-left { text-align: left; }
.ce-headline-right { text-align: right; }
