::selection {
    background-color:#000;
    color:#fff;
}

body {
    padding-top:76px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
body.content_under_navigation {
    padding-top: 0px;
}

.btn {
    font-weight: 700;
}

.frame-negative-margin-top {
    margin-top: -100px;
}

.main-content .ce-bodytext ul,
.main-content .ce-bodytext ol,
.main-content .timeline-item ul,
.main-content .timeline-item ol {
    padding-left: 20px;
}

.main-content p {
    margin-top:0px;
    margin-bottom:1.5rem;
}

.main-content .frame-less-p-margin p {
    margin-bottom: 0.1rem;
}

.ce-gallery .image img,
.ce-gallery .video .video-embed,
.ce-gallery .video video {
    border-radius: 25px;
}

.frame-special-caption {
    position: relative;
}
.frame-special-caption .image,
.frame-special-caption .video {
    width:90%;
}
.frame-special-caption figcaption {
    position: absolute;
    right:0px;
    bottom:20%;
    width:20%;
    background:#919191;
    color:#fff;
    border-radius: 25px;
}
.frame-special-caption figcaption .file-caption-inner-wrap {
    padding:20px;
    position: relative;
}
.caption-link-plus {
    background:#fff;
    display:inline-block;
    color:#000;
    border-radius: 50%;
    width:30px;
    height:30px;
    text-align: center;
    font-size: 30px;
    line-height: 26px;
}

.main-content h1,
.main-content .h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height:1.25;
    margin-top:0px;
    margin-bottom:1.5rem;
}
.main-content h2,
.main-content .h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height:1.25;
    margin-top:0px;
    margin-bottom:1.5rem;
}
.main-content h3,
.main-content .h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height:1.25;
    margin-top:0px;
    margin-bottom:1.5rem;
}
.main-content h4,
.main-content .h4 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height:1.25;
    margin-top:0px;
    margin-bottom:1.5rem;
}
.main-content h5,
.main-content .h5 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height:1.25;
    margin-top:0px;
    margin-bottom:1.5rem;
}
.main-content h6,
.main-content .h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height:1.25;
    margin-top:0px;
    margin-bottom:1.5rem;
}

span.text-black {
    color:#000 !important;
}

.main-content .text-teaser {
    font-size:32px;
}
.main-content .text-teaser-small {
    font-size:26px;
}

.main-content .bg-blue {
    background:#283177;
    color:#fff;
    padding-top:1px; 
    padding-bottom:1px;
}
.main-content .bg-blue h1,
.main-content .bg-blue .h1,
.main-content .bg-blue h2,
.main-content .bg-blue .h2,
.main-content .bg-blue h3,
.main-content .bg-blue .h3,
.main-content .bg-blue h4,
.main-content .bg-blue .h4,
.main-content .bg-blue h5,
.main-content .bg-blue .h5,
.main-content .bg-blue h6,
.main-content .bg-blue .h6,
.main-content .bg-lightblue h1,
.main-content .bg-lightblue .h1,
.main-content .bg-lightblue h2,
.main-content .bg-lightblue .h2,
.main-content .bg-lightblue h3,
.main-content .bg-lightblue .h3,
.main-content .bg-lightblue h4,
.main-content .bg-lightblue .h4,
.main-content .bg-lightblue h5,
.main-content .bg-lightblue .h5,
.main-content .bg-lightblue h6,
.main-content .bg-lightblue .h6 {
    color:#fff;
}
.main-content .bg-blue a,
.main-content .bg-lightblue a {
    color:#fff;
    text-decoration: underline;
}
.main-content .bg-blue a:hover,
.main-content .bg-blue a:focus,
.main-content .bg-lightblue a:hover,
.main-content .bg-lightblue a:focus {
    color:#fff;
    text-decoration: none;
}
.main-content .bg-blue .btn,
.main-content .bg-lightblue .btn {
    text-decoration: none !important;
}
.main-content .bg-blue .btn-light,
.main-content .bg-blue .btn-light:hover,
.main-content .bg-blue .btn-light:focus,
.main-content .bg-lightblue .btn-light,
.main-content .bg-lightblue .btn-light:hover,
.main-content .bg-lightblue .btn-light:focus {
    color:#283177;
}
.main-content .bg-blue .btn-primary,
.main-content .bg-blue .btn-primary:hover,
.main-content .bg-blue .btn-primary:focus,
.main-content .bg-lightblue .btn-primary,
.main-content .bg-lightblue .btn-primary:hover,
.main-content .bg-lightblue .btn-primary:focus {
    color:#fff;
}

.main-content .bg-blue .pagination .page-link {
    text-decoration: none;
}
.main-content .bg-blue .pagination .page-link {
    color:#919191;
}
.main-content .bg-blue .pagination .active .page-link {
    color:#fff;
}

.main-content .bg-lightblue .pagination .page-link {
    text-decoration: none;
}
.main-content .bg-lightblue .pagination .page-link {
    color:#283177;
}
.main-content .bg-lightblue .pagination .active .page-link {
    color:#fff;
    background-color: #283177;
    border-color: #283177;
}

.main-content .bg-lightblue {
    background:#919191;
    color:#fff;
    padding-top:1px; 
    padding-bottom:1px;
}

.main-content .bg-verylightblue {
    background:#f5f5f5;
    padding-top:1px; 
    padding-bottom:1px;
}

.frame-light-blue-infobox {
    background:#f5f5f5;
    border-radius: 25px;
    padding:25px;
    margin-bottom: 30px;
}
.frame-light-blue-infobox hr {
    border-top-width: 2px;
    margin-top:40px;
    margin-bottom:40px;
}
.frame-light-blue-infobox > div p:last-child {
    margin-bottom: 0px;
}
.frame-light-blue-infobox .infobox-2 {
    margin-bottom: 40px;
}

ul.checklist {
    list-style-type: none;
    padding-left: 0px;
}
ul.checklist li {
    padding-left: 30px;
    background:url(../Images/checklist.png) no-repeat 0px 0px;
    margin-bottom: 15px;
    line-height:25px;
}
ul.checklist li.checklist-cancel-item {
    background:url(../Images/cancel.png) no-repeat 0px 0px;
}

.parallax-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    height:500px;
    background-attachment: fixed;
}

.link-arrow-circle {
    background:url(../Images/link-arrow-circle.jpg) no-repeat 0px 0px;
    padding-left:35px;
    color:#919191;
    line-height: 22px;
    display:inline-block;
    font-weight: 700;
}
.link-arrow-circle:hover,
.link-arrow-circle:focus {
    color:#919191;
    text-decoration: underline;
}

/* aufklapper */
.accordion .card-header i {
    float:right;
    line-height: 1.75;
    margin-right: 0px !important;
    font-size: 13px;
}
.accordion > .card {
    border:0;
    border-radius: 12px;
}
.accordion > .card > .card-header {
    background:#edeff0;
    border-radius: 12px;
    margin-bottom: 10px;
    color:#000;
    padding:5px;
    border-bottom:0;
}
.accordion > .card > .card-header button {
    color:#000;
    font-weight: 400;
}
/* end aufklapper */

/* news */
.news-list-heading {
    font-weight: 700;
    color:#000;
}
.news-list-heading a {
    color:#000;
    text-decoration: none;
}
.news-list-heading a:hover,
.news-list-heading a:focus {
    color:#000;
    text-decoration: underline;
}
.news-list-view .news-img-wrap {
    margin-bottom:20px;
}
.news-list-view .news-img-wrap img {
    border-radius: 25px;
}
.news-list-view .article {
    margin-bottom: 30px;
}
.news-list-view .pagination {
    margin-top:30px;
}
.news-single .news-img-wrap img {
    border-radius: 25px;
    width:100%;
    height: auto;
    display: block;
}
.news-single .teaser-text-news {
    font-weight: 700;
}
.news-more-link {
    font-weight: 700;
}
/* end news */

/* suche */
#kesearch_num_results {
    margin-top:30px;
    margin-bottom:30px;
}
.add-info {
    color:#ccc;
    margin-bottom:10px;
}
.add-info a {
    color:#ccc;
    text-decoration: none;
}
.add-info a:hover,
.add-info a:focus {
    color:#ccc;
    text-decoration: underline;
}
#kesearch_pagebrowser_bottom .result_txt {
    margin-top:30px;
    margin-bottom:30px;
}
.textForResults {
    margin-top:30px;
    margin-bottom:30px;
}
/* end suche */

/* navigation */
#logo-normal {
    display:block;
}
#logo-weiss {
    display:none;
}
body.content_under_navigation #logo-normal {
    display:none;
}
body.content_under_navigation #logo-weiss {
    display:block;
}
.navbar.navbar-light.navbar-shadow #logo-normal {
    display:block;
}
.navbar.navbar-light.navbar-shadow #logo-weiss {
    display:none;
}

.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 {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background:#fff;
}
.navbar.navbar-light.navbar-shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background:#fff;
}

body.content_under_navigation .navbar.navbar-light {
    box-shadow: none;
    background:transparent;
}
body.content_under_navigation .navbar.navbar-light.navbar-shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background:#fff;
}

.navbar-light .navbar-toggler {
    color: #283177;
}

.search-button {
    color:#283177;
    font-size: 20px;
    line-height: 40px;
    margin-right: 5px;
}
.search-button a {
    color:#283177;
    text-decoration: none;
}

.navi-infos {
    color:#283177;
}
.navi-infos a {
    color:#283177;
    text-decoration: none;
}
.navi-infos a:hover,
.navi-infos a:focus {
    color:#283177;
    text-decoration: none;
}

body.content_under_navigation .navbar-toggler,
body.content_under_navigation .search-button,
body.content_under_navigation .search-button a,
body.content_under_navigation .navi-infos,
body.content_under_navigation .navi-infos a,
body.content_under_navigation .navi-infos a:hover,
body.content_under_navigation .navi-infos a:focus {
    color:#fff;
}

.navbar.navbar-light.navbar-shadow .navbar-toggler,
.navbar.navbar-light.navbar-shadow .search-button,
.navbar.navbar-light.navbar-shadow .search-button a,
.navbar.navbar-light.navbar-shadow .navi-infos,
.navbar.navbar-light.navbar-shadow .navi-infos a,
.navbar.navbar-light.navbar-shadow .navi-infos a:hover,
.navbar.navbar-light.navbar-shadow .navi-infos a:focus {
    color:#283177;
}
/* end navigation */

/* fullsize top */
.fullsize-top {
    height:calc(100vh - 66px);
    z-index: 20;
    overflow: hidden;
    position: relative;
}
.content_under_navigation .fullsize-top {
    height:100vh;
}
.fullsize-top-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
}
.fullsize-top-content {
    position: relative;
    z-index: 10;
    padding-top: 100px;
    color:#fff;
    font-size: 24px;
}
.fullsize-top-content h1,
.fullsize-top-content .h1,
.fullsize-top-content h2,
.fullsize-top-content .h2,
.fullsize-top-content h3,
.fullsize-top-content .h3,
.fullsize-top-content h4,
.fullsize-top-content .h4,
.fullsize-top-content h5,
.fullsize-top-content .h5,
.fullsize-top-content h6,
.fullsize-top-content .h6 {
    color:#fff;
}
.fullsize-top-mouse {
    position: absolute;
    bottom:25px;
    left:50%;
    transform:translateX(-50%);
    z-index: 10;
}
.fullsize-top-mouse-content {
    color:#fff;
    text-transform: uppercase;
    font-size: 10px;
    padding-left: 10px;
}
.fullsize-top-bgvid-container {
    position: relative;
    height:calc(100vh - 66px);
    overflow: hidden;
}
.content_under_navigation .fullsize-top-bgvid-container {
    height:100vh;
}
.fullsize-top-bgvid {
    position: absolute;
    left:0;
    top:0;
    object-fit: cover;
    width:100%;
    height:100%;
}
/* end fullsize top */

/* special element 1 */
.special-element-1_image {
    width:55%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
}
.special-element-1_text_right {
    padding-left:60px;
    width:45%;
}
.special-element-1_text_left {
    padding-right:60px;
    width:45%;
}
/* end special element 1 */

/* special element 2 */
.special-element-2_row1_image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-bottom: 30px;
}
.special-element-2_row1_text {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.special-element-2_row2_text,
.special-element-2_row3_text {
    height:calc(100% - 30px);
}
/* end special element 2 */

/* infobox */
.main-content .infobox {
    background:#d2dbe6;
    border-radius: 25px;
    margin-bottom: 30px;
    padding:25px;
    color:#283177;
}
.main-content .infobox p:last-child {
    margin-bottom: 0px;
}
.main-content .infobox h1,
.main-content .infobox .h1,
.main-content .infobox h2,
.main-content .infobox .h2,
.main-content .infobox h3,
.main-content .infobox .h3,
.main-content .infobox h4,
.main-content .infobox .h4,
.main-content .infobox h5,
.main-content .infobox .h5,
.main-content .infobox h6,
.main-content .infobox .h6 {
    color:#283177;
}
.main-content .infobox a {
    color:#283177;
    text-decoration: underline;
}
.main-content .infobox a:hover,
.main-content .infobox a:focus {
    color:#283177;
    text-decoration: none;
}
.main-content .infobox .btn {
    text-decoration: none !important;
}

.frame-highlight-light-blue-box .frame-light-blue-infobox {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
/* end infobox */

/* horizontal scroll boxes begin */
.product-box-horizontal-scroll {
    margin-top:30px;
    margin-right: 15px;
    min-width: 350px;
    max-width: 350px;
}

.product-quote-slider {
    background:#fff;
    border-radius: 25px;
}
.product-quote-slider p:last-child {
    margin-bottom: 0px;
}

.scrollbar {
    margin: 20px auto;
    height: 2px;
    background: #e6e6e6;
    line-height: 0;
    max-width: 1110px;
}
.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #919191;
    cursor: pointer;
}
.scrollbar .handle .mousearea {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 6px;
    background:#919191;
}
/* horizontal scroll boxes end */

/* timeline */
.timeline-wrapper {
    position: relative;
    margin-bottom: 50px;
}
.timeline-item {
    margin-bottom: 100px;
}
.timeline-item-1 {
    width:45%;
    padding-right:50px;
}
.timeline-item-2 {
    width:10%;
}
.timeline-item-3 {
    width:45%;
    padding-left: 50px;
}
.timeline-number {
    border:4px solid #919191;
    color:#919191;
    font-size: 50px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    width:100px;
    height:100px;
    margin:0px auto 0px auto;
    background:#fff;
    position: relative;
    z-index: 10;
}
.bg-lightblue .timeline-number {
    border-color: #283177;
    color:#283177;
}
.timeline-number-wrapper {
    position: relative;
    z-index: 10;
    border-top:20px solid #fff;
    border-bottom:20px solid #fff;
    margin-top: 50px;
}
.bg-blue .timeline-number-wrapper {
    border-top-color: #283177;
    border-bottom-color: #283177;
}
.bg-lightblue .timeline-number-wrapper {
    border-top-color: #919191;
    border-bottom-color: #919191;
}
.bg-verylightblue .timeline-number-wrapper {
    border-top-color: #f5f5f5;
    border-bottom-color: #f5f5f5;
}
.timeline-number span {
    line-height:90px;
}
.timeline-item img {
    border-radius: 25px;
}
.timeline-item-text {
    margin-top: 50px;
}
.timeline-progress {
    position: absolute;
    width:4px;
    height:100%;
    left:calc(50% - 4px);
    top:0px;
    background:#ccc;
}
.timeline-progress-bar {
    position:absolute;
    width:6px;
    top:0px;
    left:-1px;
    height:300px;
    background:#919191;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.bg-lightblue .timeline-progress-bar {
    background:#283177;
}
/* end timeline */

/* footer */
footer {
    /*
    background: #283177;
    color:#fff;
    */
    padding-top:30px;
    padding-bottom:0px;
    position: relative;
}
/*
footer h1,
footer .h1,
footer h2,
footer .h2,
footer h3,
footer .h3,
footer h4,
footer .h4,
footer h5,
footer .h5,
footer h6,
footer .h6 {
    color:#fff;
}
footer a {
    color:#fff;
    text-decoration: none;
}
footer a:hover,
footer a:focus {
    color:#fff;
    text-decoration: underline;
}
*/

.footer-logo {
    padding-top:60px;
    width:80%;
}

footer > .container {
    position: relative;
}
.to-top-icon {
    position: absolute;
    right:15px;
    top:-55px;
    background:#919191;
    color:#fff;
    font-size: 30px;
    border-radius: 50%;
    z-index: 10;
    width:50px;
    height:50px;
    text-align: center;
    line-height: 1.6;
}

.footer-content {
    padding-right:100px;
}

.footer-logo img {
    max-width:450px !important;
}
/* end footer */

/* bootstrap */
.card {
    background:transparent;
}
/* end bootstrap */

@media (max-width: 575.98px) {
    footer .text-right,
    footer .text-end {
        text-align: left !important;
    }

    .main-content h1,
    .main-content .h1 {
        font-size: 32px;
    }
    .main-content h2,
    .main-content .h2 {
        font-size: 28px;
    }
    .main-content h3,
    .main-content .h3 {
        font-size: 24px;
    }
    .main-content h4,
    .main-content .h4 {
        font-size: 20px;
    }
    .main-content h5,
    .main-content .h5 {
        font-size: 22px;
    }
    .main-content h6,
    .main-content .h6 {
        font-size: 20px;
    }

    .fullsize-top-content {
        padding-top: 0px;
    }

    .special-element-1_image {
        height:300px;
        width:100%;
        margin-bottom: 30px;
    }
    .special-element-1 {
        flex-direction: column !important;
    }
    .special-element-1_text_right {
        padding-left:0px;
        width:100%;
    }
    .special-element-1_text_left {
        padding-left:0px;
        width:100%;
    }

    .frame-negative-margin-top {
        margin-top: 0px;
    }

    .timeline-progress {
        left:calc(50% - 0px);
    }
    .timeline-item {
        font-size: 14px;
    }
    .timeline-item-1 {
        width:40%;
        padding-right:5px;
    }
    .timeline-item-2 {
        width:20%;
    }
    .timeline-item-3 {
        width:40%;
        padding-left: 5px;
    }
    .timeline-item-text {
        margin-top:0px;
    }
    .timeline-item {
        margin-bottom: 30px;
    }
    .timeline-number {
        font-size: 30px;
        width:60px;
        height:60px;
    }
    .timeline-number span {
        line-height: 55px;
    }
    .timeline-number-wrapper {
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
    }

    .frame-special-caption .image,
    .frame-special-caption .video {
        width:100%;
    }
    .frame-special-caption figcaption {
        position: relative;
        right:auto;
        bottom:auto;
        width:100%;
        margin-top: 15px;
    }

    .parallax-image {
        height:300px;
        background-attachment: scroll;
    }

    .navbar-brand img {
        width:69px;
        height:30px;
    }
    body {
        padding-top:57px;
    }
    .fullsize-top {
        height:calc(100vh - 57px);
    }

    .hide-mobile {
        display:none;
    }    
}

@media (min-width: 576px) and (max-width: 767.98px) {
    footer .text-right,
    footer .text-end {
        text-align: left !important;
    }

    .main-content h1,
    .main-content .h1 {
        font-size: 32px;
    }
    .main-content h2,
    .main-content .h2 {
        font-size: 28px;
    }
    .main-content h3,
    .main-content .h3 {
        font-size: 24px;
    }
    .main-content h4,
    .main-content .h4 {
        font-size: 20px;
    }
    .main-content h5,
    .main-content .h5 {
        font-size: 22px;
    }
    .main-content h6,
    .main-content .h6 {
        font-size: 20px;
    }

    .fullsize-top-content {
        padding-top: 0px;
    }

    .special-element-1_image {
        height:300px;
        width:100%;
        margin-bottom: 30px;
    }
    .special-element-1 {
        flex-direction: column !important;
    }
    .special-element-1_text_right {
        padding-left:0px;
        width:100%;
    }
    .special-element-1_text_left {
        padding-left:0px;
        width:100%;
    }

    .frame-negative-margin-top {
        margin-top: 0px;
    }

    .timeline-progress {
        left:calc(50% - 0px);
    }
    .timeline-item-1 {
        width:40%;
        padding-right:15px;
    }
    .timeline-item-2 {
        width:20%;
    }
    .timeline-item-3 {
        width:40%;
        padding-left: 15px;
    }
    .timeline-item-text {
        margin-top:0px;
    }
    .timeline-item {
        margin-bottom: 30px;
    }
    .timeline-number {
        font-size: 30px;
        width:60px;
        height:60px;
    }
    .timeline-number span {
        line-height: 55px;
    }
    .timeline-number-wrapper {
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
    }

    .frame-special-caption .image,
    .frame-special-caption .video {
        width:100%;
    }
    .frame-special-caption figcaption {
        position: relative;
        right:auto;
        bottom:auto;
        width:100%;
        margin-top: 15px;
    }

    .parallax-image {
        height:400px;
        background-attachment: scroll;
    }

    .hide-mobile {
        display:none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .timeline-progress {
        left:calc(50% - 0px);
    }
    .timeline-item-1 {
        width:42.5%;
        padding-right:25px;
    }
    .timeline-item-2 {
        width:15%;
    }
    .timeline-item-3 {
        width:42.5%;
        padding-left: 25px;
    }

    .hide-desktop {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .timeline-progress {
        left:calc(50% - 0px);
    }
    .timeline-item-1 {
        width:42.5%;
        padding-right:25px;
    }
    .timeline-item-2 {
        width:15%;
    }
    .timeline-item-3 {
        width:42.5%;
        padding-left: 25px;
    }

    .hide-desktop {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hide-desktop {
        display: none;
    }
}

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-end, td.text-end, th.text-end, h1.text-end, h2.text-end, h3.text-end, h4.text-end, h5.text-end, h6.text-end, div.text-end, address.text-end { 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; }
