body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
}
body.noHeaderNaviLayout {
    padding-top: 66px;
}

.main-content {
    padding-top: 60px;
}
.main-content h1,
.main-content .h1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color:#abaa9c;
    margin-top:0px;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
.main-content h2,
.main-content .h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color:#abaa9c;
    margin-top:0px;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
.main-content h3,
.main-content .h3 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color:#abaa9c;
    margin-top:0px;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
.main-content h4,
.main-content .h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color:#abaa9c;
    margin-top:0px;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
.main-content h5,
.main-content .h5 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color:#abaa9c;
    margin-top:0px;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
.main-content h6,
.main-content .h6 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color:#abaa9c;
    margin-top:0px;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
.main-content p {
    margin-top:0px;
    margin-bottom: 1.5rem;
    line-height: 1.75;
}
.main-content .ce-bodytext a {
    text-decoration: underline;
}
.main-content .ce-bodytext a:hover,
.main-content .ce-bodytext a:focus {
    text-decoration: none;
}

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

.frame-light-gray-bg {
    padding:40px 20px 20px 20px;
    background:#e9e8e3;
    margin-bottom: 30px;
    color:#000;
}
.frame-light-gray-bg h1,
.frame-light-gray-bg .h1,
.frame-light-gray-bg h2,
.frame-light-gray-bg .h2,
.frame-light-gray-bg h3,
.frame-light-gray-bg .h3,
.frame-light-gray-bg h4,
.frame-light-gray-bg .h4,
.frame-light-gray-bg h5,
.frame-light-gray-bg .h5,
.frame-light-gray-bg h6,
.frame-light-gray-bg .h6 {
    color:#000;
}
.frame-light-gray-bg a:not(.btn) {
    color:#000000;
}

.lightgray-bg-100 {
    background: #e9e8e3;
    color:#000;
    padding-top: 1px;
    padding-bottom: 1px;
}

.blue-bg-100 {
    background: #c0beae;
    color:#000;
    padding-top: 1px;
    padding-bottom: 1px;
}
.blue-bg-100 h1,
.blue-bg-100 .h1,
.blue-bg-100 h2,
.blue-bg-100 .h2,
.blue-bg-100 h3,
.blue-bg-100 .h3,
.blue-bg-100 h4,
.blue-bg-100 .h4,
.blue-bg-100 h5,
.blue-bg-100 .h5,
.blue-bg-100 h6,
.blue-bg-100 .h6 {
    color:#fff;
}
.blue-bg-100 a {
    color:#000;
}
.blue-bg-100 a:hover,
.blue-bg-100 a:focus {
    color:#000;
}
.blue-bg-100 .btn-primary {
    color:#fff;
}
.blue-bg-100 .accordion .card {
    border-color: #000;
}
.blue-bg-100 .accordion .card-header {
    border-color: #000;
}
.blue-bg-100 .accordion .card-header button {
    color:#000;
}
.blue-bg-100 .accordion .card-body {
    color:#000;
}
.blue-bg-100 .accordion .card-body a {
    color:#000;
    text-decoration: underline;
}
.blue-bg-100 .accordion .card-body a:hover,
.blue-bg-100 .accordion .card-body a:focus {
    color:#000;
    text-decoration: none;
}

.orange-bg-100 {
    background: #f39000;
    color:#fff;
    padding-top: 1px;
    padding-bottom: 1px;
}
.orange-bg-100 h1,
.orange-bg-100 .h1,
.orange-bg-100 h2,
.orange-bg-100 .h2,
.orange-bg-100 h3,
.orange-bg-100 .h3,
.orange-bg-100 h4,
.orange-bg-100 .h4,
.orange-bg-100 h5,
.orange-bg-100 .h5,
.orange-bg-100 h6,
.orange-bg-100 .h6 {
    color:#fff;
}
.orange-bg-100 a {
    color:#fff;
}
.orange-bg-100 a:hover,
.orange-bg-100 a:focus {
    color:#fff;
}
.orange-bg-100 .accordion .card {
    border-color: #fff;
}
.orange-bg-100 .accordion .card-header {
    border-color: #fff;
}
.orange-bg-100 .accordion .card-header button {
    color:#fff;
}
.orange-bg-100 .accordion .card-body {
    color:#fff;
}
.orange-bg-100 .accordion .card-body a {
    color:#fff;
    text-decoration: underline;
}
.orange-bg-100 .accordion .card-body a:hover,
.orange-bg-100 .accordion .card-body a:focus {
    color:#fff;
    text-decoration: none;
}
.orange-bg-100 .btn-primary {
    background-color: #4c5356;
    border-color: #4c5356;
}

.orange-bg-100 form .input input {
    background:transparent;
    color:#fff;
    border-radius: 0px;
    border-top:0px;
    border-left:0px;
    border-right: 0px;
    padding-left: 0px;
}

.darkgray-bg-100 {
    background: #4c5356;
    color:#fff;
    padding-top: 1px;
    padding-bottom: 1px;
}
.darkgray-bg-100 h1,
.darkgray-bg-100 .h1,
.darkgray-bg-100 h2,
.darkgray-bg-100 .h2,
.darkgray-bg-100 h3,
.darkgray-bg-100 .h3,
.darkgray-bg-100 h4,
.darkgray-bg-100 .h4,
.darkgray-bg-100 h5,
.darkgray-bg-100 .h5,
.darkgray-bg-100 h6,
.darkgray-bg-100 .h6 {
    color:#fff;
}

.frame-collapse-with-checkmarks .accordion .card-header button i {
    float:right;
    line-height: 1.5;
    margin-left: 50px;
}
.frame-collapse-with-checkmarks .accordion .card-header button {
    background:url(../Images/icon-checkmark.png) no-repeat 0px 5px;
    padding-left: 50px;
}
.frame-collapse-with-checkmarks .accordion .card-body {
    padding-left: 50px;
}

.background-image {
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    padding-top:150px;
    padding-bottom: 120px;
    position: relative;
}
.background-image-content {
    color:#fff;
    position: relative;
    z-index: 5;
}
.background-image-content a {
    color:#fff;
}
.background-image-content a:hover,
.background-image-content a:focus {
    color:#fff;
}
.background-image-content h1,
.background-image-content .h1,
.background-image-content h2,
.background-image-content .h2,
.background-image-content h3,
.background-image-content .h3,
.background-image-content h4,
.background-image-content .h4,
.background-image-content h5,
.background-image-content .h5,
.background-image-content h6,
.background-image-content .h6 {
    color:#fff;
}
.background-image-overlay {
    position: absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background:rgba(0, 0, 0, 0.35);
}

span.text-serif {
    font-family: 'IBM Plex Serif', serif;
    font-weight: 400;
}

.frame-quote {
    border-radius: 20px;
    background-color:#e9e8e3;
    background-image:url(../Images/quote-sign.png);
    background-repeat: no-repeat;
    background-position: 30px 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding:30px 30px 30px 80px;
    font-family: 'IBM Plex Serif', serif;
    font-weight: 400;
    font-size: 22px;
    position: relative;
    border-color: #dbdbdb;
}
.frame-quote::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 60px;
    border-top: 40px solid black;
    border-top-color: inherit;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
}

.frame-round-image .image {
    border-radius: 50%;
    overflow: hidden;
}

footer {
    overflow: hidden;
    margin-top: 60px;
}
footer.no-footer-margin {
    margin-top: 0px;
}
footer .footer-shape img {
    height:150px;
    width:100%;
    object-fit: fill;
}
footer .footer-background-1 {
    background:#f39000;
}
footer .footer-background-2 {
    background:#bebdab;
}
footer .footer-background-3 {
    background:#e9e8e3;
}
footer .footer-main {
    background:#c0beae;
    padding-top:40px;
    padding-bottom: 30px;
    color:#fff;
}
footer .footer-main a {
    color:#fff;
    text-decoration: none;
}
footer .footer-main a:hover,
footer .footer-main a:focus {
    color:#fff;
    text-decoration: underline;
}
footer .copyright {
    background: #fff;
    padding-top: 20px;
}
footer .copyright a {
    color:#4c5356;
    text-decoration: none;
}
footer .copyright a:hover,
footer .copyright a:focus {
    color:#4c5356;
    text-decoration: underline;
}

.btn {
    text-decoration: none !important;
}
.btn-light {
    color: #4c5356 !important;
    background-color:#fff;
}

/* bootstrap */
.btn-primary {
    color:#fff;
}
.accordion {
    margin-bottom: 30px;
}
.accordion .card {
    background-color: transparent;
    border-radius: 0px;
    border-left:0px;
    border-right:0px;
}
.accordion .card:first-child {
    border-top:0px;
}
.accordion .card-header {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 0px;
}
.accordion .card-header button {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
}
.accordion .card-body {
    padding-left: 0px;
    padding-right: 0px;
}

.pagination .page-item .page-link,
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    color:#00559f;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link:focus {
    color:#fff;
}
/* end bootstrap */

/* suche */
#kesearch_num_results {
	margin-top: 10px;
	margin-bottom: 30px;
}
#kesearch_results .result-list-item {
	margin-bottom: 40px;
}
#kesearch_results .result-list-item .add-info {
	color:#ccc;
	margin-bottom: 5px;
}
#kesearch_results .result-list-item .add-info a,
#kesearch_results .result-list-item .add-info a:hover,
#kesearch_results .result-list-item .add-info a:focus {
	color:#ccc;
	text-decoration: none;
}
.search-resultnumber-header .result-number,
.search-resultnumber-header .result-title {
	display: inline-block;
    margin-bottom: 0.5rem;
}
#kesearch_pagebrowser_bottom .result_txt {
	margin-bottom: 10px;
}

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

/* news */
.news-list-item-wrapper {
    background:#fff;
    border-radius: 7px;
    color:#4c5356;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    overflow: hidden;
    margin-bottom: 30px;
}
.news-list-item-wrapper h1,
.news-list-item-wrapper .h1,
.news-list-item-wrapper h2,
.news-list-item-wrapper .h2,
.news-list-item-wrapper h3,
.news-list-item-wrapper .h3,
.news-list-item-wrapper h4,
.news-list-item-wrapper .h4,
.news-list-item-wrapper h5,
.news-list-item-wrapper .h5,
.news-list-item-wrapper h6,
.news-list-item-wrapper .h6 {
    color:#00559f;
}
.news-list-item-wrapper a {
    color:#00559f;
}
.news-list-item-wrapper a:hover,
.news-list-item-wrapper a:focus {
    color:#00559f;
}
.news-list-item-wrapper .news-img-wrap {
    margin-bottom: 20px;
}
.news-list-item-wrapper .header p {
    font-weight: 600;
    margin-bottom: 20px;
}
.news-list-item-wrapper .footer {
    font-weight: 600;
}
.news-list-item-wrapper .header,
.news-list-item-wrapper .teaser-text,
.news-list-item-wrapper .footer {
    padding-left:20px;
    padding-right: 20px;
}

.news-single .news-img-wrap .outer {
    margin-bottom: 30px;
}
.news-single .footer {
    color:#ccc;
}
/* end news */

/* navigation */
.navi-search {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem;
}
.navi-search a {
    color:#fff;
}
.navbar-light .navbar-toggler {
    color:#fff;
}
.navbar-light .navbar-toggler span {
    margin-left: 10px;
}

.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;
}
.main-navbar {
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 50px;
    transition: all 0.5s ease;
}

.main-navbar.changeNaviLayout .navi-search a,
.main-navbar.noHeaderNaviLayout .navi-search a {
    color:#000;
}
.main-navbar.changeNaviLayout.navbar-light .navbar-toggler,
.main-navbar.noHeaderNaviLayout.navbar-light .navbar-toggler {
    color:#000;
}

#logo-nav-color {
    display:none;
}
#logo-nav-white {
    display:block;
}

.main-navbar.changeNaviLayout #logo-nav-color,
.main-navbar.noHeaderNaviLayout #logo-nav-color {
    display:block;
}
.main-navbar.changeNaviLayout #logo-nav-white,
.main-navbar.noHeaderNaviLayout #logo-nav-white {
    display:none;
}

.main-navbar.changeNaviLayout,
.main-navbar.noHeaderNaviLayout {
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding-top:.5rem;
    transition: all 0.5s ease;
}
.main-navbar .navbar-brand img {
    width:200px;
    height:49px;
    transition: all 0.5s ease;
}
.main-navbar.changeNaviLayout .navbar-brand img,
.main-navbar.noHeaderNaviLayout .navbar-brand img {
    width:203px;
    height:50px;
    transition: all 0.5s ease;
}
.navbar.navbar-light .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navigation-text a,
.navigation-text a:hover,
.navigation-text a:focus {
    color:#fff;
}
.main-navbar.changeNaviLayout .navigation-text a,
.main-navbar.changeNaviLayout .navigation-text a:hover,
.main-navbar.changeNaviLayout .navigation-text a:focus,
.main-navbar.noHeaderNaviLayout .navigation-text a,
.main-navbar.noHeaderNaviLayout .navigation-text a:hover,
.main-navbar.noHeaderNaviLayout .navigation-text a:focus {
    color:#000;
}

.language-menu {
    display: inline-block;
}
.language-menu a.dropdown-toggle {
    color:#fff;
}
.main-navbar.changeNaviLayout .language-menu a.dropdown-toggle,
.main-navbar.noHeaderNaviLayout .language-menu a.dropdown-toggle {
    color:#000;
}
.language-menu img {
    margin-top:-1px;
}
.language-menu .dropdown-menu img {
    margin-right: 5px;
}
.navbar.navbar-light .language-menu .dropdown-menu {
    background:#fff;
    border: 1px solid rgba(0,0,0,.15);
}
.language-menu a {
    text-decoration: none;
}
.language-menu .dropdown-menu a:hover,
.language-menu .dropdown-menu a:focus {
    color:#fff;
}

.nav-header-desktop-link-border {
    border-bottom:1px solid #000;
}
/* end navigation */

/* carousel */
.carousel-with-mask {
    position: relative;
    overflow: hidden;
}
.carousel-with-mask .carousel-item-overlay {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient(90deg, rgba(128,188,228,1) 0%, rgba(128,188,228,0.75) 50%, rgba(128,188,228,0) 100%);
}
.carousel-with-mask .carousel-item {
    min-height:800px !important;
}
.carousel-with-mask .carousel-with-mask-mask {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel-with-mask .carousel-with-mask-mask svg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.carousel-with-mask .carousel-indicators li {
    background-color:#bebdab;
    height:17px;
    width:17px;
    border-radius: 50%;
    border:3px solid #eee;
}
.carousel-with-mask .carousel-caption {
    position: relative;
    padding-top: 250px;
    padding-bottom: 150px;
    right:0;
    left:0;
    bottom:auto;
    top:0;
    width:100%;
    text-align: left;
}
    /* video carousel */
    .carousel-with-mask .carousel-item-video .carousel-caption {
        position: absolute;
    }
    .carousel-with-mask .carousel-item-video video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        overflow: hidden;
    }
    /* end video carousel */
.carousel-with-mask .carousel-caption-text {
    padding-left: 50px;
}
.carousel-with-mask .carousel-caption a {
    color:#fff;
    text-decoration: underline;
}
.carousel-with-mask .carousel-caption a:hover,
.carousel-with-mask .carousel-caption a:focus {
    color:#fff;
    text-decoration: none;
}
.carousel-with-mask .carousel-caption h1,
.carousel-with-mask .carousel-caption .h1,
.carousel-with-mask .carousel-caption h2,
.carousel-with-mask .carousel-caption .h2,
.carousel-with-mask .carousel-caption h3,
.carousel-with-mask .carousel-caption .h3,
.carousel-with-mask .carousel-caption h4,
.carousel-with-mask .carousel-caption .h4,
.carousel-with-mask .carousel-caption h5,
.carousel-with-mask .carousel-caption .h5,
.carousel-with-mask .carousel-caption h6,
.carousel-with-mask .carousel-caption .h6 {
    font-weight: 600;
    font-size: 50px;
}
.carousel-with-mask-address-wrapper {
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
}
.carousel-with-mask-address-text {
    text-align: right !important;
    position: relative;
    z-index: 100;
}
.carousel-with-mask-address-text a {
    color:#bebdab;
    text-decoration: none;
}
.carousel-with-mask-address-text a:hover,
.carousel-with-mask-address-text a:focus {
    color:#bebdab;
    text-decoration: underline;
}
/* end carousel */

@media (max-width: 575.98px) {
    body.noHeaderNaviLayout {
        padding-top: 46px;
    }
    .navbar.navbar-light .navbar-brand img {
        width:122px;
        height:30px;
    }
    .main-navbar {
        padding-top: .5rem;
    }
    .navigation-addon-hm {
        display:none;
    }    
    .navbar-toggler span {
        display:none;
    }
    .carousel-with-mask .carousel-item {
        min-height:500px !important;
    }
    .carousel-with-mask .carousel-caption-text {
        padding-left: 0px;
    }
    .carousel-with-mask .carousel-caption {
        padding-top:80px;
    }
    .carousel-with-mask .carousel-caption h1,
    .carousel-with-mask .carousel-caption .h1,
    .carousel-with-mask .carousel-caption h2,
    .carousel-with-mask .carousel-caption .h2,
    .carousel-with-mask .carousel-caption h3,
    .carousel-with-mask .carousel-caption .h3,
    .carousel-with-mask .carousel-caption h4,
    .carousel-with-mask .carousel-caption .h4,
    .carousel-with-mask .carousel-caption h5,
    .carousel-with-mask .carousel-caption .h5,
    .carousel-with-mask .carousel-caption h6,
    .carousel-with-mask .carousel-caption .h6 {
        font-size: 22px;
    }
    footer .footer-shape img {
        height:100px;
    }

    .main-content h1,
    .main-content .h1 {
        font-size: 26px;
    }
    .main-content h2,
    .main-content .h2 {
        font-size: 24px;
    }
    .main-content h3,
    .main-content .h3 {
        font-size: 20px;
    }
    .main-content h4,
    .main-content .h4 {
        font-size: 18px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar.navbar-light .navbar-brand img {
        width:203px;
        height:50px;
    }
    .main-navbar {
        padding-top: 20px;
    }
    .navigation-addon-hm {
        display:none;
    }    
    .carousel-with-mask .carousel-item {
        min-height:600px !important;
    }
    .carousel-with-mask .carousel-caption-text {
        padding-left: 0px;
    }
    .carousel-with-mask .carousel-caption {
        padding-top:100px;
    }
    .carousel-with-mask .carousel-caption h1,
    .carousel-with-mask .carousel-caption .h1,
    .carousel-with-mask .carousel-caption h2,
    .carousel-with-mask .carousel-caption .h2,
    .carousel-with-mask .carousel-caption h3,
    .carousel-with-mask .carousel-caption .h3,
    .carousel-with-mask .carousel-caption h4,
    .carousel-with-mask .carousel-caption .h4,
    .carousel-with-mask .carousel-caption h5,
    .carousel-with-mask .carousel-caption .h5,
    .carousel-with-mask .carousel-caption h6,
    .carousel-with-mask .carousel-caption .h6 {
        font-size: 30px;
    }
    footer .footer-shape img {
        height:100px;
    }

    .main-content h1,
    .main-content .h1 {
        font-size: 28px;
    }
    .main-content h2,
    .main-content .h2 {
        font-size: 26px;
    }
    .main-content h3,
    .main-content .h3 {
        font-size: 22px;
    }
    .main-content h4,
    .main-content .h4 {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .navigation-addon-hm {
        display:none;
    }    
    .carousel-with-mask .carousel-item {
        min-height:700px !important;
    }
    .carousel-with-mask .carousel-caption-text {
        padding-left: 0px;
    }
    .carousel-with-mask .carousel-caption {
        padding-top:200px;
    }
    .carousel-with-mask .carousel-caption h1,
    .carousel-with-mask .carousel-caption .h1,
    .carousel-with-mask .carousel-caption h2,
    .carousel-with-mask .carousel-caption .h2,
    .carousel-with-mask .carousel-caption h3,
    .carousel-with-mask .carousel-caption .h3,
    .carousel-with-mask .carousel-caption h4,
    .carousel-with-mask .carousel-caption .h4,
    .carousel-with-mask .carousel-caption h5,
    .carousel-with-mask .carousel-caption .h5,
    .carousel-with-mask .carousel-caption h6,
    .carousel-with-mask .carousel-caption .h6 {
        font-size: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {

}
@media (min-width: 1200px) {

}

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; }
