div#wrapper.full  {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.full #headerWrapper {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.full #headerWrapper .logoWrapper {
    margin-left: 55px;
}
.full section#sliderWrapper + header {
    position:relative;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    padding-top: 110px;
    /*background-color: hsl(189, 77%, 93%);*/
    background-color: #E8F9FC;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-image:url('images/hero.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px !important;
    max-height: 450px !important;
}
.full section#sliderWrapper + header h2,
.full section#sliderWrapper + header h1 {
    width: 920px;
    margin: 0 auto;
    /*padding-top: 130px !important;*/
    text-align: center;
    font-size:3.5em !important;
    line-height: 4.4rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
    background-color: rgba(255, 255, 255, 0.4);
}
.full .subhero-text {
    width: 1050px;
    margin: 0 auto;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "myriad-pro",Arial,Verdana,sans-serif;
    font-size:1.8em;
    line-height: 2.2rem;
    font-weight: 400;
}

.full .subhero-text ul {
    list-style: none;
    padding-left: 20px;
    padding-right:20px;
}
.full .subhero-text ul li {
    position: relative;
    padding-left: 50px;
    margin: 14px 0;
}
.full .subhero-text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 40px;
    height: 33px;
    background-image: url('images/bg_checkmark.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#edition-2 .full section#mainContent #themes.boxWrapper {
    background-color: #EFF4F9;
    padding-bottom: 100px;
}
.full section#mainContent div.boxWrapper h2.offerTitle {
    width: 100%;
    text-align: center;
    display:block;
    margin-top: 10px;
    margin-bottom: 0;
    font-size:2.4em;
    line-height: 2.8rem;
    font-weight: 600;
}
#edition-2 .full section#mainContent div.boxWrapper div#contentWrapper {
    max-width: 1800px !important;
    margin: 0 auto;
}
#edition-2 .full section#mainContent div.boxWrapper div.articleWrapper {
    column-gap: 40px;
    margin-top: 0;
}
.full section#mainContent div.boxWrapper div.articleWrapper .servicesbox {
    width: 40%;
    font-family: "myriad-pro",Arial,Verdana,sans-serif;
}
.full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-header {
    margin-bottom: -80px;
}
.full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-header h3 {
    text-align: center;
}
.full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-header h3 span {
    display: inline-block;
    background-color: #B6FFD8;
    border-radius: 50%;
    width: 250px;
    height:250px;
    text-align: center;
}
.full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-header h3 span strong {
    display: inline-block;
    padding: 70px 30px 20px 30px;
    font-size: 1.6em;
    line-height: 2.2rem;
    font-weight: 600;
}
.full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-content {
    background-color: #ffffff;
    padding: 60px 50px 20px 60px;
    /*font-size: 1.4em;*/
    font-size: 1.5em;
    line-height: 1.8rem;
    font-weight: 300;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 420px;
    border-radius: 2%;
}
.full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-content ul {
    list-style: none;
    padding-left: 0;
}
.full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-content ul li {
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
}
.full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-content ul li:before {
    content: "=";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 10px;
    font-size: 1.5em;
    line-height: 1.8rem;
    font-weight: 600;
}
.full #boxes .boxContent .boxheader h2 {
    width: 100%;
    text-align: center;
    display:block;
    font-size:2.4em;
    line-height: 2.8rem;
    font-weight: 600;
}

/* Pages Links */
.full #boxes .frame-type-menu_pages.frame-layout-0 {
    background-color: #EFF4F9;
    margin-top: -20px;
    padding-bottom: 100px;
}
.full #boxes .frame-type-menu_pages.frame-layout-0 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 12%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}
.full #boxes .frame-type-menu_pages.frame-layout-0 ul li {
    position: relative;
    font-family: "myriad-pro",Arial,Verdana,sans-serif;
    font-size: 1.4em;
    line-height: 1.6rem;
    font-weight: 400;
}
.full #boxes .frame-type-menu_pages.frame-layout-0 ul li span.ico {
    position: absolute;
    /*
    left: -12px;
    top: -6px;
    width: 6px;
    height: 6px;
    background-color: #B6FFD8;
    border: 3px solid #B6FFD8;
    */
    left: 0;
    top: -18px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    border: 5px solid #98fac5;
}

.full #boxes .frame-type-menu_pages.frame-layout-0 ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-left: 30px;
    z-index: 2;
}
.full #boxes .frame-type-menu_pages.frame-layout-0 ul li a span {
    display: inline-block;
    padding-bottom: 3px;
    background-color: #EFF4F9;
    border-bottom: 1px dotted #000;
}
.full #boxes .frame-type-menu_pages.frame-layout-0 ul li:hover a span,
.full #boxes .frame-type-menu_pages.frame-layout-0 ul li:focus a span {
    border-bottom: 1px dotted transparent;
}
.full #boxes .frame-type-menu_pages.frame-layout-0 ul li:hover span.ico,
.full #boxes .frame-type-menu_pages.frame-layout-0 ul li:focus span.ico {
    border-color: #b9fad7
}

/* Aboutbox */
.full #boxes .boxContent .aboutbox {
    background-color: #ff8700;
    color: #ffffff;
    /*padding: 40px 0 60px 0;*/
    padding: 40px 0 80px 0;
    font-family: "myriad-pro",Arial,Verdana,sans-serif;
}
.full #boxes .boxContent .aboutbox h2 {
    color: #ffffff;
    /*
    width: 100%;
    text-align: center;
    display:block;
    font-size:2.4em;
    line-height: 2.8rem;
    font-weight: 600;
    */
}
.full #boxes .boxContent .aboutbox .aboutbox-content {
    width: 1050px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    column-gap: 40px;
}
.full #boxes .boxContent .aboutbox .aboutbox-content .aboutbox-text {
    font-family: "myriad-pro",Arial,Verdana,sans-serif;
    font-size: 1.7em;
    line-height: 2.2rem;
    font-weight: 400;
}
.full #boxes .boxContent .aboutbox .aboutbox-content .aboutbox-text p {
    margin: 0;
    padding-bottom: 15px;
}
.full #boxes .boxContent .aboutbox .aboutbox-content .aboutbox-text a {
    /*
    color: #ffffff;
    text-decoration: none;
    */
    background-color: #ffffff;
    padding: 0 10px;
    color: #ff8700;
    margin-top: 20px;
    display: inline-block;
}
.full #boxes .boxContent .aboutbox .aboutbox-content .aboutbox-text a span {
    display:inline-block;
    margin: 10px 5px;
    line-height: normal;
    border-bottom: 1px dotted transparent;
}
.full #boxes .boxContent .aboutbox .aboutbox-content .aboutbox-text a:hover span,
.full #boxes .boxContent .aboutbox .aboutbox-content .aboutbox-text a:focus span {
    /* border-bottom: 1px dotted #ffffff; */
    border-bottom: 1px dotted #ff8700;
}
.full #boxes .boxContent .aboutbox .aboutbox-image {
    margin-top: 10px;
}

/* Referencesbox */
.full #boxes .boxContent .refbox {
    background-color: #ffffff;
    color: #000000;
    padding: 40px 0 60px 0;
    font-family: "myriad-pro",Arial,Verdana,sans-serif;
}
.full #boxes .boxContent .refbox .refbox-content {
    max-width: 1500px;
    margin: 80px auto 40px;
    display: flex;
    /*align-content: space-between;*/
    flex-wrap: wrap;
    justify-content: center;
    /*gap: 120px 40px; */
    gap: 80px 40px;
}
.full #boxes .boxContent .refbox .refbox-content .refbox-item {
    position: relative;
    /*background-color: #EFF4F9;*/
    background-color: #f4f4f4;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 300px;
    border-radius: 2%;
    max-width: 620px;
}
/*
.full #boxes .boxContent .refbox .refbox-content .refbox-item::after {
    display: none;
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: #FFDB0D;
}
.full #boxes .boxContent .refbox .refbox-content .refbox-item:nth-child(-n + 2)::after {
    display: block;
}
*/
.full #boxes .boxContent .refbox .refbox-content .refbox-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.full #boxes .boxContent .refbox .refbox-content .refbox-item .refbox-caption {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.8rem;
    font-weight: 300;
    padding: 20px 0 10px 0;
}
.full #boxes .boxContent .refbox .refbox-content .refbox-item .refbox-caption p {
    padding: 0;
    margin: 0 0 10px 0;
}
.full #boxes .boxContent .refbox .refbox-more-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.full #boxes .boxContent .refbox .refbox-more {
    display:inline-block;
    padding: 20px 30px;
    background-color: #ffdb0da8;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1.3em;
    line-height: 1.6rem;
}
.full #boxes .boxContent .refbox .refbox-more a {
    display: inline;
    border-bottom: 1px dotted transparent;
    text-decoration: none;
}
.full #boxes .boxContent .refbox .refbox-more:hover,
.full #boxes .boxContent .refbox .refbox-more:focus {
     background-color: #FFDB0D;
}
.full #boxes .boxContent .refbox .refbox-more:hover a,
.full #boxes .boxContent .refbox .refbox-more:focus a {
    border-bottom: 1px dotted #000000;
}

/* Contactbox */
.full #boxes .boxContent .contactbox {
    /*
    background-color: #FFDB0D;
    padding: 40px 0 60px 0;
    */
    margin: 50px 50px 30px 50px;
    padding: 10px 50px 50px 50px;
    background-color: #E8F9FC;

    color: #000000;
    font-family: "myriad-pro",Arial,Verdana,sans-serif;
}
.full #boxes .boxContent .contactbox h2 {
    color: #000000;
}
.full #boxes .boxContent .contactbox .contactbox-content {
    width: 800px;
    margin: 0 auto;
}
.full #boxes .boxContent .contactbox .contactbox-content .contactbox-text {
    font-family: "myriad-pro",Arial,Verdana,sans-serif;
    font-size: 1.9em;
    line-height: 2.4rem;
    font-weight: 400;
}
.full #boxes .boxContent .contacbox-contact {
    margin-top: 20px;
}
.full #boxes .boxContent .contactbox-contact .contactbox-contact-f span{
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    padding: 5px 20px;
    /*font-size: 1.3rem;*/
    font-size: 1.5rem;
    margin-bottom: 4px;
}
.full #boxes .boxContent .contactbox-contact .contactbox-contact-f span strong {
    font-weight: 400;
    padding-right: 5px;
}
.full #boxes .boxContent .contactbox-contact .contactbox-contact-m span{
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    padding: 5px 20px;
    /*font-size: 1.3rem;*/
    font-size: 1.5rem;
}


@media screen and (max-width: 1295px) {
   .full #headerWrapper {
       width: auto;
   }
   .full section#sliderWrapper + header {
        height: 400px !important;
        max-height: 400px !important;
        padding-top: 82px;
    }
    .full .subhero-text {
        width: 80%;
    }
    .full #boxes .boxContent .aboutbox .aboutbox-content {
        width: 80%;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox {
        width: 46%;
    }
    .full #boxes .boxContent .refbox .refbox-content .refbox-item {
         max-width: 46%;
    }


}

@media screen and (max-width: 1100px) { 
    .full #boxes .boxContent .refbox .refbox-content {
        /*gap: 100px 20px;*/
    }
}

@media screen and (max-width: 1024px) { 
    .full .subhero-text {
        width: 90%;
    }
    .full #boxes .boxContent .aboutbox .aboutbox-content {
        column-gap: 20px;
    }
    .full #boxes .boxContent .aboutbox .aboutbox-content img {
        width: 250px;
        height: auto;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-content {
        padding: 60px 20px 20px 30px;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-header h3 span strong {
        padding-top: 64px;
        font-size: 1.4em;
        line-height: 2.0rem;
    }
    .full #boxes .boxContent .refbox .refbox-content {
        max-width: none;
    }
    .full #boxes .boxContent .refbox .refbox-content .refbox-item {
        max-width: 44%;
    }
}

@media screen and (max-width: 1024px) { 
    .full section#sliderWrapper + header {
        height: 310px !important;
        max-height: 310px !important;
        padding-top: 65px;
    }
    .full section#sliderWrapper + header h2,
    .full section#sliderWrapper + header h1 {
        width: 62%;
        font-size: 2.4em !important;
        line-height: 3.2rem !important;
        padding-top: 10px !important;
        padding: 10px;
    }
}

@media screen and (max-width: 950px) { 
    .full section#sliderWrapper + header {
        height: 280px !important;
        max-height: 280px !important;
        padding-top: 60px;
    }
    .full section#sliderWrapper + header h2,
    .full section#sliderWrapper + header h1 {
        /*width: 58%;*/
        width: 520px;
        font-size: 2.1em !important;
        line-height: 2.8rem !important;
    }
    .full .subhero-text {
        width: 90%;
        font-size: 1.7em;
    }
    #edition-2 .full section#mainContent #themes.boxWrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .full #boxes .boxContent .aboutbox .aboutbox-content {
        width: 90%;
    }
    .full #boxes .boxContent .contactbox {
        margin: 50px 40px 30px 40px;
        padding: 10px 40px 50px 40px;
    }
    .full #boxes .boxContent .contactbox .contactbox-content {
        width: auto;
    }
    .full #boxes .boxContent .refbox {
        padding-top:10px;
    }
    .full #boxes .boxContent .refbox .refbox-content {
        gap: 60px 40px;
    }
    .full #boxes .boxContent .refbox .refbox-content .refbox-item {
        max-width: 45%;
    }
}

@media screen and (max-width: 899px) { 
    .full section#sliderWrapper + header {
        height: 250px !important;
        max-height: 250px !important;
        padding-top: 50px;
    }
    .full section#sliderWrapper + header h2,
    .full section#sliderWrapper + header h1 {
        /*width: 450px;*/
        width: 62%;
        font-size: 2.5em !important;
    }
    .full .subhero-text {
        font-size: 1.9em;
    }
    #edition-2 .full section#mainContent #themes.boxWrapper {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .full #boxes .boxContent .aboutbox {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .full #boxes .boxContent .aboutbox .aboutbox-content {
        padding-top: 20px;
    }
    .full #boxes .boxContent .aboutbox .aboutbox-content img {
        width: 220px;
    }
    .full #boxes .boxContent .aboutbox .aboutbox-content .aboutbox-text a span {
        font-size: 1.1em;
    }
    .full #boxes .boxContent .contactbox .contactbox-content {
        width: auto;
    }
    #edition-2 .full section#mainContent div.boxWrapper div.articleWrapper {
        column-gap: 20px;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox {
        width: 48%;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-header h3 span {
        width: 200px;
        height: 200px;
    }
     .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-header h3 span strong {
        padding-top: 50px;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-content {
        /*min-height: 350px;*/
        min-height: 380px;
        padding: 60px 10px 20px 10px;
        font-size: 1.6em;
    }
    .full #boxes .frame-type-menu_pages.frame-layout-0 {
        padding-bottom: 50px;
    }
    .full #boxes .frame-type-menu_pages.frame-layout-0 ul {
        flex-direction: column;
        gap: 24px;
        padding: 0 10px 0 40px;
    }
    .full #boxes .frame-type-menu_pages.frame-layout-0 ul li {
        font-size: 1.5em;
    }
    .full #boxes .frame-type-menu_pages.frame-layout-0 ul li span.ico {
        width: 10px;
        height: 10px;
        top: 2px;
    }
     .full #boxes .boxContent .refbox .boxheader h2 {
        margin-top: 0;
    }
    .full #boxes .boxContent .refbox .refbox-content {
        margin-top: 50px;
    }
    .full #boxes .boxContent .refbox .refbox-more {
        margin-bottom: 0;
        font-size: 1.5em;
    }

}

@media screen and (max-width: 768px) { 
    .full section#sliderWrapper + header h2,
    .full section#sliderWrapper + header h1 {
        width: 70%;
    }
}

@media screen and (max-width: 720px) { 
     .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-content {
        min-height: 430px;
    }
}

@media screen and (max-width: 650px) { 
    .full #headerWrapper .logoWrapper {
        margin-left: 0;
    }
    .full section#sliderWrapper + header {
        height: 200px !important;
        max-height: 200px !important;
        padding-top: 30px;
    }
    .full section#sliderWrapper + header h2,
    .full section#sliderWrapper + header h1 {
        font-size: 2.0em !important;
        line-height: 2.4rem !important;
        width: 400px !important;
    }
    .full #boxes .boxContent .aboutbox .aboutbox-content img {
        width: 180px;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox {
        width: 80%;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-content {
        min-height: auto;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-content {
        min-height: auto;
        padding: 60px 10px 30px 30px;
    }
    .full #boxes .boxContent .refbox .refbox-content {
        max-width: none;
        /*gap: 80px 20px;*/
        gap: 40px 20px;
        margin-top: 40px;
    }
    .full #boxes .boxContent .refbox .refbox-content .refbox-item {
        margin: 0 10px;
        max-width: none;
    }
    .full #boxes .boxContent .refbox .refbox-content .refbox-item .refbox-caption {
        font-size: 1.7em;
    }
    .full #boxes .boxContent .refbox .refbox-more {
        font-size: 1.5em;
    }
    /*
    .full #boxes .boxContent .refbox .refbox-content .refbox-item::after {
        bottom: -40px;
    }
    */
}

@media screen and (max-width: 580px) { 
    .full section#sliderWrapper + header {
        height: 180px !important;
        max-height: 180px !important;
        padding-top: 30px;
    }
    .full section#sliderWrapper + header h2,
    .full section#sliderWrapper + header h1{
        font-size: 2.0em !important;
        line-height: 2.1rem !important;
        width: 350px !important;
    }
    .full .subhero-text {
        width: auto;
        margin: 0;
    }
    #edition-2 .full section#mainContent #themes.boxWrapper {
        margin-top: 0;
        padding-top: 40px;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-content {
        font-size: 1.7em;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-header h3 span {
        width: 150px;
        height: 150px;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-header h3 span strong {
        padding: 45px 10px 20px 10px;
        font-size: 1.5em;
        line-height: 1.2rem;
    }
    .full #boxes .frame-type-menu_pages.frame-layout-0 ul li {
        font-size: 1.6em;
    }
    .full #boxes .boxContent .aboutbox .aboutbox-content .aboutbox-text {
        font-size: 1.85em;
    }
    .full #boxes .boxContent .contactbox {
        padding: 10px 30px 50px 30px;
    }
}

@media screen and (max-width: 480px) { 
    .full section#sliderWrapper + header {
        height: 150px !important;
        max-height: 150px !important;
        padding-top: 20px;
    }
    .full section#sliderWrapper + header h2,
    .full section#sliderWrapper + header h1 {
        font-size: 2.2em !important;
        line-height: 1.9rem !important;
        width: 80% !important;
    }.full .subhero-text {
        padding-top: 0;
        padding-bottom: 0;
    }
    #edition-2 .full section#mainContent #themes.boxWrapper {
        padding-top: 10px;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox {
        margin-top: 10px;
        padding-bottom: 0;
        width: auto;
    }
    .full section#mainContent div.boxWrapper div.articleWrapper .servicesbox .servicebox-content {
        padding-left: 20px;
        font-size: 1.8em;
    }
    .full #boxes .frame-type-menu_pages.frame-layout-0 {
        padding-bottom: 40px;
    }
    .full #boxes .frame-type-menu_pages.frame-layout-0 ul {
        gap: 14px;
    }
    .full #boxes .boxContent .aboutbox {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .full #boxes .boxContent .aboutbox h2 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .full #boxes .boxContent .aboutbox .aboutbox-content {
        flex-direction: column;
        flex-flow: column-reverse;
        padding: 0 20px;
        width: auto;
    }
    .full #boxes .boxContent .aboutbox .aboutbox-content .aboutbox-image {
        background-color: #f68201;
        text-align: center;
        margin-bottom: 20px;
    }
    .full #boxes .boxContent .aboutbox .aboutbox-content img {
        width: 150px;
    }
    .full #boxes .boxContent .contactbox {
        /*margin: 30px 30px 0px 30px;*/
        margin: 30px 0 0 0;
        padding: 1px 20px 40px 20px;
    }
    .full #boxes .boxContent .contactbox-contact .contactbox-contact-f span,
    .full #boxes .boxContent .contactbox-contact .contactbox-contact-m span {
        font-size: 1.1rem;
        color: #ffffff !important;
    }
    .full #boxes .boxContent .refbox {
        padding-bottom: 40px;
    }
    .full #boxes .boxContent .refbox .boxheader h2 {
        margin-top: 10px;
    }
    .full #boxes .boxContent .refbox .refbox-content {
        margin-top: 20px;
        gap: 40px 20px;
    }
    .full #boxes .boxContent .refbox .refbox-more {
        margin-top: 0;
        font-size: 1.7em;
    }
}

@media screen and (max-width: 400px) { 
    .full section#sliderWrapper + header {
        height: 130px !important;
        max-height: 130px !important;
        /*padding-top: 20px;*/
        padding-top: 16px;
    }
    .full section#sliderWrapper + header h2,
    .full section#sliderWrapper + header h1 {
        /*
        font-size: 1.9em !important;
        line-height: 1.4rem !important;
        width: 80% !important;
        */
        font-size: 2.1em !important;
        line-height: 1.6rem !important;
        width: 90% !important;
        background-color: rgba(255, 255, 255, 0.6);
    }
    .full .subhero-text {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 1.8em;
    }
    .full .subhero-text ul {
        padding-left: 10px;
        padding-right: 10px;
    }
    .full .subhero-text ul li {
        padding-left: 40px;
    }
    .full .subhero-text ul li:before {
        top: 6px;
        width: 31px;
        height: 23px;
    }
    #edition-2 .full section#mainContent #themes.boxWrapper {
        padding-bottom: 30px;
    }
    .full #boxes .frame-type-menu_pages.frame-layout-0 ul {
        padding-left: 20px;
    }
     .full #boxes .boxContent .refbox .refbox-content {
        gap: 30px 20px;
    }
    .full #boxes .frame-type-menu_pages.frame-layout-0 {
        padding-bottom: 30px;
    }
    /*
     .full #boxes .boxContent .refbox .refbox-content .refbox-item::after {
        bottom: -20px;
    }
    */
    
}


