body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
}
body.no-header {
    padding-top: 100px;
}

#scroll-top {
    position: fixed;
    right:30px;
    bottom:30px;
    display: none;
    z-index: 100;
}

.main-content p,
.modal-for-buttons-on-the-right p {
    margin-top: 0px;
    margin-bottom: 1.5rem;
}

.main-content h1,
.main-content .h1,
.modal-for-buttons-on-the-right h1,
.modal-for-buttons-on-the-right .h1 {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    color:#8AAAEB;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 1.75rem;
    line-height: 1.3;
}
.main-content h2,
.main-content .h2,
.modal-for-buttons-on-the-right h2,
.modal-for-buttons-on-the-right .h2 {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    color:#8AAAEB;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 1.75rem;
    line-height: 1.3;
}
.main-content h3,
.main-content .h3,
.modal-for-buttons-on-the-right h3,
.modal-for-buttons-on-the-right .h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    color:#8AAAEB;
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 1.75rem;
    line-height: 1.3;
}
.main-content h4,
.main-content .h4,
.modal-for-buttons-on-the-right h4,
.modal-for-buttons-on-the-right .h4 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color:#8AAAEB;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 1.75rem;
    line-height: 1.3;
}
.main-content h5,
.main-content .h5,
.modal-for-buttons-on-the-right h5,
.modal-for-buttons-on-the-right .h5 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color:#8AAAEB;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 1.75rem;
    line-height: 1.3;
}
.main-content h6,
.main-content .h6,
.modal-for-buttons-on-the-right h6,
.modal-for-buttons-on-the-right .h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color:#8AAAEB;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 1.75rem;
    line-height: 1.3;
}

.main-content .teaser-text {
    color:#a957aa;
    font-size: 28px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
}

.main-content .subheader {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color:#A957AA;
    letter-spacing: 1px;
}

ul.liste-arrow {
    padding-left: 0px;
    list-style-type: none;
}
ul.liste-arrow li {
    background:url(../Images/link-arrow.png) no-repeat left center;
    background-size: 35px 30px;
    padding-left:50px;
    line-height: 30px;
    margin-bottom: 10px;
}

.main-content .gray-text,
.main-content .gray-text a,
.main-content .gray-text a:hover,
.main-content .gray-text a:focus {
    color:#3C3C3B !important;
}

.main-content .mint-text,
.main-content .mint-text a,
.main-content .mint-text a:hover,
.main-content .mint-text a:focus {
    color:#8aaaeb !important;
}

.main-content .green-text,
.main-content .green-text a,
.main-content .green-text a:hover,
.main-content .green-text a:focus {
    color:#a957aa !important;
}

.main-content .white-text,
.main-content .white-text a,
.main-content .white-text a:hover,
.main-content .white-text a:focus {
    color:#fff !important;
}

.main-content .darkblue-text,
.main-content .darkblue-text a,
.main-content .darkblue-text a:hover,
.main-content .darkblue-text a:focus {
    color:#384176 !important;
}

hr.ce-div {
    border-top:1px solid #8aaaeb;
}

p.p-less-margin {
    margin-bottom: 5px !important;
}

a.link-arrow {
    background:url(../Images/link-arrow.png) no-repeat right center;
    background-size: 35px 30px;
    padding-right: 50px;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color:#3C3C3B;
}

.frame-border-columns .row > div[class^="col-"] {
    border-right: 1px solid #cecece;
}
.frame-border-columns .row > div[class^="col-"]:last-child {
    border:0;
}

.frame-border-columns-above {
    border-top: 1px solid #cecece;
    padding-top: 30px;
}
.frame-border-columns-above .row > div[class^="col-"] {
    border-right: 1px solid #cecece;
}
.frame-border-columns-above .row > div[class^="col-"]:last-child {
    border:0;
}

.light-gray-bg {
    background:#e5eaf5;
    padding-top:1px;
    padding-bottom: 1px;
}

.dark-gray-bg {
    background:#384176;
    padding-top:1px;
    padding-bottom: 1px;
    color:#fff;
}
.dark-gray-bg a {
    color:#fff;
    text-decoration: underline;
}
.dark-gray-bg a:hover,
.dark-gray-bg a:focus {
    color:#fff;
    text-decoration: none;
}
.dark-gray-bg h1,
.dark-gray-bg .h1,
.dark-gray-bg h2,
.dark-gray-bg .h2,
.dark-gray-bg h3,
.dark-gray-bg .h3,
.dark-gray-bg h4,
.dark-gray-bg .h4,
.dark-gray-bg h5,
.dark-gray-bg .h5,
.dark-gray-bg h6,
.dark-gray-bg .h6 {
    color:#fff;
}
.dark-gray-bg hr.ce-div {
    border-top:1px solid #fff;
}
.dark-gray-bg .teaser-text {
    color:#fff;
}

.green-bg {
    background:#a957aa;
    padding-top:1px;
    padding-bottom: 1px;
    color:#fff;
}
.blue-bg {
    background:#8AAAEB;
    padding-top:1px;
    padding-bottom: 1px;
    color:#fff;
}
.green-bg a:not(.btn),
.blue-bg a:not(.btn) {
    color:#fff;
    text-decoration: underline;
}
.green-bg a:not(.btn):hover,
.green-bg a:not(.btn):focus,
.blue-bg a:not(.btn):hover,
.blue-bg a:not(.btn):focus {
    color:#fff;
    text-decoration: none;
}
.green-bg h1,
.green-bg .h1,
.green-bg h2,
.green-bg .h2,
.green-bg h3,
.green-bg .h3,
.green-bg h4,
.green-bg .h4,
.green-bg h5,
.green-bg .h5,
.green-bg h6,
.green-bg .h6,
.blue-bg h1,
.blue-bg .h1,
.blue-bg h2,
.blue-bg .h2,
.blue-bg h3,
.blue-bg .h3,
.blue-bg h4,
.blue-bg .h4,
.blue-bg h5,
.blue-bg .h5,
.blue-bg h6,
.blue-bg .h6 {
    color:#fff;
}
.green-bg hr.ce-div,
.blue-bg hr.ce-div {
    border-top:1px solid #fff;
}
.green-bg .teaser-text,
.blue-bg .teaser-text {
    color:#fff;
}

.mint-light-gray-50-50-bg {
    background:linear-gradient(90deg, rgba(138,170,235,1) 0%, rgba(138,170,235,1) 50%, rgba(229,234,245,1) 50%, rgba(229,234,245,1) 100%);
    padding-top: 1px;
    padding-bottom: 1px;
}

.light-mint-bg {
    background:#a0d2eb;
    padding-top: 1px;
    padding-bottom: 1px;
}

.light-mint-bg-white-top {
    background:linear-gradient(180deg, rgba(255,255,255,1) 0px, rgba(255,255,255,1) 180px, rgba(138,170,235,1) 180px, rgba(138,170,235,1) 100%);
    padding-top: 1px;
    padding-bottom: 1px;
}

.frame-background-mint {
    background: #e5eaf5;
    padding:50px;
}
.frame-background-mint .ce-bodytext p:last-child {
    margin-bottom: 0px;
}

.frame-white-box {
    background:#fff;
    border:1px solid #e9e9e9;
    padding:30px;
    border-radius: 10px;
}
.frame-white-box .ce-bodytext p:last-child {
    margin-bottom: 0px;
}

.main-content footer {
    background:#384176;
    color:#fff;
    padding-top: 100px;
    padding-bottom: 1px;
}
.main-content footer a {
    color:#fff;
    text-decoration: none;
}
.main-content footer a:hover,
.main-content footer a:focus {
    color:#fff;
    text-decoration: underline;
}
.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 hr.ce-div {
    border-top:1px solid #fff;
}
.main-content footer .teaser-text {
    color:#fff;
}

/* bootstrap begin */
.ce-bodytext .btn {
    border-radius: 20px;
    font-weight: 600;
    padding: .5rem 1.5rem;
    font-size: 14px;
}
.btn-light,
.btn-light:hover,
.btn-light:focus {
    color:#a957aa;
}
/* bootstrap end */

/* parallax 100 begin */
.parallax-100 {
    overflow: hidden;
    position: relative;
}
.parallax-100-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
}
.parallax-100-content {
    position: relative;
    z-index: 10;
    padding-top: 150px;
    padding-bottom: 150px;
}
.parallax-100 .subheader {
    color:#A957AA;
}
/* end parallax 100 */

/* card horizontal begin */
.card-horizontal {
    background:transparent;
    border:0;
}
.card-horizontal .card-body {
    padding-top:0px;
    padding-bottom: 0px;
}
/* card horizontal end */

/* horizontal scroll boxes begin */
.product-box-horizontal-scroll {
    margin-top:30px;
    margin-bottom: 30px;
    margin-right: 30px;
    min-width: 600px;
    max-width: 600px;
}
.product-box-horizontal-scroll .card {
    border-radius: 10px;
    padding:50px 30px;
}
.product-box-horizontal-scroll.active .card {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.16), 0 0 10px  rgba(0,0,0,0.06), 0 10px 20px 0 rgba(0,0,0,0.16);
}
.product-box-horizontal-scroll .card-body p:last-child {
    margin-bottom: 0px;
}

.frame-quote-slider .product-box-horizontal-scroll {
    min-width: 300px;
    max-width: 300px;
}
.frame-quote-slider .product-quote-slider {
    background:#e5eaf5;
    border-radius: 10px;
    padding:40px 30px;
}
.frame-quote-slider .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: #a957aa;
    cursor: pointer;
}
.scrollbar .handle .mousearea {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 6px;
    background:#a957aa;
}
/* horizontal scroll boxes end */

/* fullsize top */
.fullsize-top {
    height:100vh;
    z-index: 20;
    overflow: hidden;
    position: relative;
}
.fullsize-top-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    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;
}
.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:100vh;
    overflow: hidden;
}
.fullsize-top-bgvid {
    position: absolute;
    left:0;
    top:0;
    object-fit: cover;
    width:100%;
    height:100%;
}
/* end fullsize top */

/* parallax overlay */
.parallax-overlay {
    width: 100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    position: absolute;
    z-index: 3;
}
/* end parallax overlay */

/* buttons on the right */
.buttons-on-the-right-border {
    position: fixed;
    z-index: 20;
    right:0;
    top:30%;
    transform: rotate(-90deg);
    transform-origin: right bottom;
}
.buttons-on-the-right-border button {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.buttons-on-the-right-border button:first-child {
    border-top-left-radius: 10px;
}
.buttons-on-the-right-border button:last-child {
    border-top-right-radius: 10px;
}
/* end buttons on the right */

/* modal boxes */
.modal-for-buttons-on-the-right .modal-header {
    border-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.modal-for-buttons-on-the-right .modal-header button,
.modal-for-buttons-on-the-right .modal-header button:hover,
.modal-for-buttons-on-the-right .modal-header button:focus {
    color:#a957aa;
    opacity: 1 !important;
}
.modal-for-buttons-on-the-right .modal-body {
    padding-top: 0px;
}
/* end modal boxes */

/* carousel */
.content-carousel {
    margin-bottom: 50px;
}
.content-carousel .carousel-indicators {
    bottom:-50px;
}
.content-carousel .carousel-indicators li {
    background-color:#8aaaeb;
    opacity: 1;
    width:15px;
    height:15px;
    border-radius: 50%;
}
.content-carousel .carousel-indicators li.active {
    background-color:#a957aa;
}
/* end carousel */

/* news */
.news-list-view .article {
    margin-bottom: 30px;
}
.news-single .news-img-wrap .outer {
    margin-bottom: 30px;
}
.news-detail-teaser {
    font-weight: 600;
}
/* end news */

/* suche */
.tx-kesearch-pi1 form {
    margin-bottom: 40px;
}

#kesearch_num_results {
    margin-bottom: 40px;
}
.result-list-item .h5 {
    margin-bottom: 1rem;
}
.result-list-item .h5 a:focus,
.result-list-item .h5 a:hover {
    text-decoration: underline;
}
.result-list-item .add-info {
    font-size: 13px;
    margin-bottom: 10px;
}
.result-list-item .add-info,
.result-list-item .add-info a {
    color:#8aaaeb;
}

.result_txt {
    margin-bottom: 10px;
}

.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: #a957aa;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.kesearch_pagebrowser > ul a:hover {
    z-index: 2;
    color: #a957aa;
    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, 134, 59, 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: #a957aa;
    border-color: #a957aa;
}
/* suche end */

/* navigation */
.navbar-brand {
    margin-right:0px;
    margin-left: 20px;
    padding-top:20px;
    padding-bottom: 20px;
}
.navbar.navbar-light {
    padding:0px;
    box-shadow:  0 4px 6px -1px rgba(0,0,0,0.1), 0 0 5px 5px rgba(0,0,0,0.06);
    background:#fff;
}
.navbar-collapse {
    background:#e5eaf5;
}
.navbar-light .navbar-toggler {
    background:#a957aa;
    color:#fff;
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
#desktop-menu .desktop-menu-columns-content {
    padding-left: 15px;
    padding-right: 15px;
}
.navigation-form {
    background:#8aaaeb;
}
.navigation-form .input-group-text {
    padding:0px 5px 0px 20px;
    font-size: 26px;
    color:#fff;
    background:#8aaaeb;
    border:0;
}
.navigation-form input {
    width:160px !important;
}
.navigation-form input,
.navigation-form input:focus {
    background:#8aaaeb;
    color:#fff;
    border:0;
    box-shadow: none;
}
.navigation-form input::placeholder {
    color:#fff;
}
.navigation-right-items {
    height: 80px;
}
.navigation-info-boxes-content > p {
    margin:0px;
    color:#384176;
    font-size: 12px;
    padding-left: 25px;
}
.navigation-info-boxes-content.navigation-info-boxes-content-checkbox-icon > p {
    background:url(../Images/Checkbox_rund.svg) no-repeat 0px 4px;
}
.navigation-info-boxes-content.navigation-info-boxes-content-phone-icon > p {
    background:url(../Images/call-center.svg) no-repeat 0px 4px;
}
.navigation-info-boxes .navigation-info-boxes-content {
    border-left:1px solid #384176;
    padding-left:10px;
    padding-right: 10px;
    height:60%;
    display: flex;
    align-items: center;
}
.navigation-info-boxes .navigation-info-boxes-content:first-child {
    border:0;
}
/* end navigation */

@media (max-width: 575.98px) {
    .frame-space-before-small { margin-top:20px; }
    .frame-space-before-medium { margin-top:30px; }
    .frame-space-before-large { margin-top:40px; }
    .frame-space-before-extra-large { margin-top:50px; }
    .frame-space-after-small { margin-bottom:20px; }
    .frame-space-after-medium { margin-bottom:30px; }
    .frame-space-after-large { margin-bottom:40px; }
    .frame-space-after-extra-large { margin-bottom:50px; }

    body.no-header {
        padding-top: 60px;
    }

    .navbar-brand {
        padding-top: 6px;
        padding-bottom: 9px;
        margin-left: 10px;
    }
    .navbar-brand img {
        width:162px;
        height:25px;
    }
    .navbar-light .navbar-toggler {
        font-size: 20px;
    }
    .navigation-right-items {
        height: 45px;
    }
    .navigation-info-boxes-content > p {
        font-size: 16px;
    }
    .mobile-phone-icon {
        margin-left: 10px;
    }
    .mobile-phone-icon,
    .mobile-search-icon {
        font-size: 22px;
        margin-right: 10px;
    }
    .navigation-info-boxes .navigation-info-boxes-content:nth-last-child(1),
    .navigation-info-boxes .navigation-info-boxes-content:nth-last-child(2),
    .navigation-info-boxes .navigation-info-boxes-content:nth-last-child(3) {
        display: none;
    }
    .navigation-form {
        display: none;
    }

    .main-content h1,
    .main-content .h1,
    .modal-for-buttons-on-the-right h1,
    .modal-for-buttons-on-the-right .h1 {
        font-size: 28px;
    }
    .main-content h2,
    .main-content .h2,
    .modal-for-buttons-on-the-right h2,
    .modal-for-buttons-on-the-right .h2 {
        font-size: 26px;
    }
    .main-content h3,
    .main-content .h3,
    .modal-for-buttons-on-the-right h3,
    .modal-for-buttons-on-the-right .h3 {
        font-size: 24px;
    }

    .main-content .teaser-text {
        font-size: 20px;
    }

    .scrollbar {
        max-width:none;
        margin-right: 15px;
        margin-left: 15px;
    }
    .product-box-horizontal-scroll {
        min-width: 300px;
        max-width: 300px;
    }

    .card-horizontal .card-body {
        padding-left:0px;
        padding-right: 0px;
        padding-top: 1.5rem;
    }

    .mint-light-gray-50-50-bg {
        background:#e5eaf5;
    }

    .frame-border-columns .row > div[class^="col-"] {
        border:0;
    }
    .frame-border-columns-above {
        border-top: 0;
        padding-top: 0px;
    }
    .frame-border-columns-above .row > div[class^="col-"] {
        border:0;
    }

    .light-mint-bg-white-top {
        background:#a0d2eb;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .frame-space-before-small { margin-top:20px; }
    .frame-space-before-medium { margin-top:30px; }
    .frame-space-before-large { margin-top:40px; }
    .frame-space-before-extra-large { margin-top:50px; }
    .frame-space-after-small { margin-bottom:20px; }
    .frame-space-after-medium { margin-bottom:30px; }
    .frame-space-after-large { margin-bottom:40px; }
    .frame-space-after-extra-large { margin-bottom:50px; }

    body.no-header {
        padding-top: 60px;
    }

    .navbar-brand {
        padding-top: 6px;
        padding-bottom: 9px;
        margin-left: 10px;
    }
    .navbar-brand img {
        width:162px;
        height:25px;
    }
    .navbar-light .navbar-toggler {
        font-size: 20px;
    }
    .navigation-right-items {
        height: 45px;
    }
    .navigation-info-boxes-content > p {
        font-size: 16px;
    }
    .mobile-phone-icon {
        margin-left: 20px;
    }
    .mobile-phone-icon,
    .mobile-search-icon {
        font-size: 22px;
        margin-right: 20px;
    }
    .navigation-info-boxes .navigation-info-boxes-content:nth-last-child(1),
    .navigation-info-boxes .navigation-info-boxes-content:nth-last-child(2),
    .navigation-info-boxes .navigation-info-boxes-content:nth-last-child(3) {
        display: none;
    }
    .navigation-form {
        display: none;
    }

    .main-content h1,
    .main-content .h1,
    .modal-for-buttons-on-the-right h1,
    .modal-for-buttons-on-the-right .h1 {
        font-size: 28px;
    }
    .main-content h2,
    .main-content .h2,
    .modal-for-buttons-on-the-right h2,
    .modal-for-buttons-on-the-right .h2 {
        font-size: 26px;
    }
    .main-content h3,
    .main-content .h3,
    .modal-for-buttons-on-the-right h3,
    .modal-for-buttons-on-the-right .h3 {
        font-size: 24px;
    }

    .scrollbar {
        max-width: 510px;
    }
    .product-box-horizontal-scroll {
        min-width: 300px;
        max-width: 300px;
    }

    .card-horizontal .card-body {
        padding-left:0px;
        padding-right: 0px;
        padding-top: 1.5rem;
    }

    .mint-light-gray-50-50-bg {
        background:#e5eaf5;
    }

    .frame-border-columns .row > div[class^="col-"] {
        border:0;
    }
    .frame-border-columns-above {
        border-top: 0;
        padding-top: 0px;
    }
    .frame-border-columns-above .row > div[class^="col-"] {
        border:0;
    }

    .light-mint-bg-white-top {
        background:#a0d2eb;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navigation-info-boxes .navigation-info-boxes-content:nth-last-child(1),
    .navigation-info-boxes .navigation-info-boxes-content:nth-last-child(2) {
        display: none;
    }
    .mobile-phone-icon,
    .mobile-search-icon {
        display: none !important;
    }

    .main-content h1,
    .main-content .h1,
    .modal-for-buttons-on-the-right h1,
    .modal-for-buttons-on-the-right .h1 {
        font-size: 30px;
    }
    .main-content h2,
    .main-content .h2,
    .modal-for-buttons-on-the-right h2,
    .modal-for-buttons-on-the-right .h2 {
        font-size: 28px;
    }
    .main-content h3,
    .main-content .h3,
    .modal-for-buttons-on-the-right h3,
    .modal-for-buttons-on-the-right .h3 {
        font-size: 26px;
    }

    .scrollbar {
        max-width: 690px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navigation-info-boxes .navigation-info-boxes-content:nth-last-child(1) {
        display: none;
    }
    .mobile-phone-icon,
    .mobile-search-icon {
        display: none !important;
    }

    .scrollbar {
        max-width: 930px;
    }
}

@media (min-width: 1200px) {
    .mobile-phone-icon,
    .mobile-search-icon {
        display: none !important;
    }
}

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; }
.text-end { text-align: right !important; }

