/*
Theme Name: Alma
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty-Five
Author: Marsmedia
Author URI: https://marsmedia.info/
Template: twentytwentyfive
Version: 1.0
Text Domain: alma
*/

/* General */

body {
    margin: 0;
    font-size: 21px;
    line-height: 24px;
    font-family: nunito, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0a6196;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ff7047;
}

html, body {
    height: auto;
    overflow-y: auto;
    overscroll-behavior: auto;
}

main {
    background: #ffffff;
    min-height: 100vh;
    position: relative;
    z-index: 1;

}

a {
    color: #000000;
    text-decoration: none;
}


/* Button */

button {
    display: inline-block;
    border: none;
    padding: 11px 18px;
    margin: 0;
    font-family: nunito, Helvetica, Arial, sans-serif;
    text-decoration: none;
    background-color: #ff7047;
    color: #ffffff;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
    transition: background 250ms ease-in-out,
        transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap;
}

a:active,
button:active {
    transform: scale(0.99);
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}


/* Curve */

.curve {
    width: 100%;
    height: auto;
}

.curve.top {
    margin-bottom: -5px;
}

@-moz-document url-prefix() {

    .curve.top {
        margin-bottom: -7px
    }
}

.curve.bottom {
    margin-top: -1px;
}


/* Header & Footer */

header {
    width: calc(100% - 96px);
    height: calc(128px - 64px);
    background-color: #ffffff;
    border-top: 4px solid #ff7047;
    padding: 32px 48px;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    header {
        height: auto;
    }
    header .button-group {
        text-align: center;
        display: block;
        width: 100%;
    }
}

header .logo img {
    height: 48px;
    width: auto;
    vertical-align: middle;
    margin-top: -24px;
}

footer {
    position: sticky;
    bottom: 0;
    left: 0;
    background-color: #ff7047;
    padding: 48px 48px 40px 48px;
    color: #ffffff;
}

@media (max-width: 768px) {
    footer {
        position: relative;
    }
    footer .navigation {
        display: block;
        text-align: center;
    }
    footer .button-group {
        text-align: center;
        display: block;
        width: 100%;
    }
}

footer .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .top .navigation {
    /*
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    padding-left: 68px;
    */
    @media (max-width: 768px) {
        width: 100%;
    }
}

footer .top #menu-footer-2-de {
    @media (max-width: 768px) {
        padding-left: 0;
    }
}

footer .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    footer {
        padding: 40px 20px;
    }
    footer .bottom {
        text-align: center;
    }
    footer .bottom ul {
        padding-left: 0;
    }
}

footer .middle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .middle img.logo {
    height: 180px;
    width: auto;
    margin: 112px 0;
}

@media (max-width: 768px) {
    footer .middle img.logo {
        height: 130px;
        margin: 32px 0;
    }
}

.navigation {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.navigation a,
.dropdown-content a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff7047;
    white-space: nowrap;
}

footer .navigation a {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}

footer .navigation a i {
    font-size: 40px;
}

.navigation button {
    padding: 0;
    background-color: transparent;
    color: #ff7047;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
}

.navigation button .icon.chevron {
    width: 10px;
    height: auto;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 8px;
}

.button-group {
    margin-left: auto;
}

.button-group button {
    background: #0a6196;
}

.button-group .dropdown-wrapper {
    //	display: none; /* Hide Language Selection */
}

footer .button-group button {
    background: #ffffff;
    color: #0a6196;
}

footer .button-group button {
    background: #ffffff;
    color: #0a6196;
}

.button-group button a {
    color: #ffffff;
}

footer .button-group button a {
    color: #0a6196;
}

.button-group button.language {
    padding: 11px 18px 11px 14px;
    margin-right: 2px;
}

.button-group button .icon.flag {
    width: 16px;
    height: auto;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}

.button-group button.customer-portal .icon.chevron {
    height: 10px;
    width: auto;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 8px;
}

.button-group button.dropdown-button .icon.chevron {
    width: 10px;
    height: auto;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 8px;
}

.dropdown-wrapper {
    display: inline;
    margin-top: -2px;
}

.dropdown-content {
    opacity: 0;
    position: absolute;
    top: 112px;
    background-color: #ffffff;
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: opacity 0.25s ease-in-out;
}

.dropdown-content:after {
    bottom: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 19px;
    left: 50%;
    margin-left: -19px;
}

.dropdown-content#dropdown-services {
    min-width: 168px;
    margin-left: -72px;
}

.dropdown-content#dropdown-language,
.dropdown-content#dropdown-language-footer {
    min-width: 128px;
    margin-left: -16px;
}

.dropdown-content a {
    float: none;
    display: block;
    color: #ff7047;
    margin-bottom: 16px;
}

.dropdown-content a:last-of-type {
    margin-bottom: 0px;
}

.dropdown-content .icon.flag {
    width: 24px;
    height: auto;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 12px;
}

.show {
    opacity: 100%;
}

@media only screen and (max-width: 1196px) {

    header {
        //	height: calc(128px - 64px);
        //	padding: 32px 48px;
    }

    header .button-group {
        //	margin-left: 0;
    }

    footer .button-group {
        //	margin-left: 0;
        //	margin-top: 32px;
    }
}


/* Call to Action */

.call-to-action {
    background-color: #fafafa;
}

.call-to-action .content {
    padding: 80px 128px 100px 128px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 64px;
}

.call-to-action .content .column {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .call-to-action .content {
        grid-template-columns: 1fr;
        padding: 40px 24px; /* Optional: Adjust padding for smaller screens */
    }

    .call-to-action .content .column {
        grid-column: span 1;
    }

    #call-to-action .content .right .illustration {
        margin-top: 24px;
    }
}

.call-to-action h2 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff7047;
    margin-bottom: 16px;
}

.call-to-action h3 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 24px;
}

.call-to-action p {
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 32px;
}

.call-to-action button {
    align-self: flex-start;
    background: transparent;
    color: #ff7047;
    max-height: none;
    font-size: 21px;
    font-weight: 700;
    border: 3px solid #ff7047;
    padding: 17px 29px;
    border-radius: 32px;
}

.call-to-action button .icon.chevron {
    height: 15px;
    width: auto;
    vertical-align: baseline;
    margin-left: 8px;
}


/* Accordion */

.accordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
}

.accordion.accordion-visible {
    max-height: none;
}

.about .accordion {
    margin-bottom: -80px;
    /* 2 x height of #about #accordion .content*/
}

.service .accordion {
    margin-bottom: -80px;
    /* 2 x height of #service #accordion .content */
}

.accordion .content {
    color: #ffffff;
    padding: 80px 128px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 64px;
    @media (max-width: 768px) {
        padding: 100px 20px 40px 20px;
        display: block;
    }
}
.about .accordion .content {
    padding-bottom: 160px;
    /* 1/2 height of #about #accordion */
}

.home .accordion .content,
.service .accordion .content {
    padding-top: 0px;
    padding-bottom: 160px;
    /* 1/2 height of #service #accordion */
    color: #0a6196;
    margin-top: -1px;
}

.home .accordion .content .column.left,
.service .accordion .content .column.left {
    grid-column: span 4;
}

.home .accordion .content .column.right,
.service .accordion .content .column.right {
    grid-column: span 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about .accordion .content .column.left,
.about .accordion .content .column.right {
    grid-column: span 6;
}

.accordion .content p {
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}

.accordion.accordion-white .content p {
    color: rgb(10, 97, 150);
}

.accordion .content img {
    width: 100%;
    height: auto;
}

.accordion button {
    align-self: flex-start;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    border: 3px solid #ffffff;
    padding: 17px 29px;
    border-radius: 32px;
    margin-top: 24px;
}

.accordion .modal-illustration > div {
    @media (max-width: 768px) {
        /*
        font-size: 24px !important;
         */
    }
}

.service .accordion button {
    color: #ff7047;
    border: 3px solid #ff7047;
}

.accordion button .icon.cross {
    width: 15px;
    height: auto;
    vertical-align: baseline;
    margin-left: 8px;
}

.about .accordion .content,
.about .accordion button {
    /* background-color: #008c73; */
    background-color: transparent;
}

.service .accordion .content,
.service .accordion button {
    /* background-color: #ffffff; */
    background-color: transparent;
}

.home .accordion button {
    background-color: transparent;
    color: #fff;
    border: 3px solid #fff;
}

.home .accordion.accordion-white button {
    color: #ff7047;
    border: 3px solid #ff7047;
}


/* Home - Services */

.services {
    padding: 80px 48px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    @media (max-width: 768px) {
        padding: 20px 48px 0px;
    }
}

.services .header {
    grid-column: span 2;
}

.services .header h2 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff7047;
    margin-bottom: 16px;
}

.services .header h3 {
    font-size: 48px;
    @media (max-width: 768px) {
        font-size: 32px;
    }
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 40px;
}


.services .content {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
}

.services .content .service-type {
    grid-column: span 1;
    position: relative;
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 40px;
    @media (max-width: 768px) {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.services .content .service-type:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.services .content .service-type.translations {
    background-color: #ff7047;
    margin-left: auto;
}

.services .content .service-type.interpreting {
    background-color: #008c73;
}

.services .content .service-type.copywriting {
    background-color: #0a6196;
    margin-left: auto;
}

.services .content .service-type.other-services {
    background-color: #f6a621;
}

.services .content .service-type .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.services .content .service-type h4 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .services .content {
        grid-template-columns: 1fr;
    }
    .services .content .service-type h4 {
        font-size: 30px;
        /*
        margin-bottom: 12px;
         */
    }
    .services .content .service-type button.call-to-action {
        font-size: 20px;
        /*
        margin-top: 12px;
        font-size: 14px;
         */
    }

}

.services .content .service-type .stroke {
    display: block;
    width: 48px;
    height: 2px;
    background-color: #ffffff;
    margin: 0 auto;
}

.services .content .service-type button.call-to-action {
    background-color: transparent;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    padding: 0;
    margin-top: 24px;
}

.services .content .service-type button.call-to-action .icon.chevron {
    height: 15px;
    width: auto;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 8px;
}


/* Home - Testimonials */

.testimonials {
    padding: 80px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
}

.testimonials .header {
    margin: 0 48px;
    grid-column: span 2;
}

.testimonials .header h2 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff7047;
    margin-bottom: 16px;
}

.testimonials .header h3 {
    font-size: 48px;
    @media (max-width: 768px) {
        font-size: 32px;
    }
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 40px;
}

.testimonials .splide {
    grid-column: span 2;
}

.testimonials .splide .splide__track {
    padding: 0 96px !important;
    @media (max-width: 768px) {
        padding: 0 !important;
    }
}

.testimonials .testimonial {
    position: absolute;
    width: 50%;
    top: 55%;
    left: 60%;
    transform: translate(-50%, -50%);
    @media (max-width: 768px) {
        width: 55%;
        left: 55%;
    }
}

.testimonials .testimonial img.quatation-mark {
    width: 8vw;
    height: auto;
    position: absolute;
    z-index: -10;
}

.testimonials .testimonial img.quatation-mark.top {
    top: 0;
    left: 0;
    transform: translate(-65%, -50%);
}

.testimonials .testimonial img.quatation-mark.bottom {
    bottom: 56px;
    right: 0;
    transform: translate(50%, 50%);
}

.testimonials .testimonial p {
    font-size: 2.5vw;
    line-height: 1.2em;
    font-weight: 700;
    color: #ffffff;
    @media (max-width: 768px) {
        font-size: 12.5px;
    }
}

html:lang(de) .testimonials .testimonial p {
    font-size: 2.25vw;
    @media (max-width: 768px) {
        font-size: 11.5px;
    }
}

.testimonials .testimonial img.client-logo {
    height: 2.5vw;
    width: auto;
    margin-top: 24px;
    margin-right: 64px;
    float: right;
}

.testimonials .splide .splide__pagination {
    margin-top: 80px;
    padding: 0;
}

.testimonials .splide .splide__pagination li button {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    padding: 0;
    margin-right: 16px;
}

.testimonials .splide .splide__pagination li:nth-of-type(3n + 1) button {
    background-color: #f6a621;
}

.testimonials .splide .splide__pagination li:nth-of-type(3n + 2) button {
    background-color: #008c73;
}

.testimonials .splide .splide__pagination li:nth-of-type(3n + 3) button {
    background-color: #0A6196;
}

.testimonials .splide .splide__pagination li button.is-active {
    border: 6px solid #ff7047;
}


/* About - What Are We Known For */

.what-are-we-known-for .content {
    background-color: #F6A621;
    color: #ffffff;
    padding: 80px 128px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 64px;
    margin-top: -1px;
}

.what-are-we-known-for .content .header {
    grid-column: span 3;
}

.what-are-we-known-for .content .column {
    grid-column: span 1;
}

.what-are-we-known-for .content h2 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.what-are-we-known-for .content h3 {
    font-size: 48px;
    line-height: 1.2em;
    color: #0A6196;
    font-weight: 700;
    margin-bottom: 40px;
    @media (max-width: 768px) {
        font-size: 32px;
    }
}

.what-are-we-known-for .content h4 {
    font-size: 32px;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 16px;
    @media (max-width: 768px) {
        font-size: 24px;
    }
}

.what-are-we-known-for .content p {
    line-height: 1.4em;
    color: #0A6196;
    font-weight: 700;
    margin-bottom: 40px;
    @media (max-width: 768px) {
        font-size: 18px;
    }
}

.what-are-we-known-for .content img.illustration {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .what-are-we-known-for .content {
        grid-template-columns: 1fr;
        padding: 20px 32px;
    }
    .what-are-we-known-for .content .header,
    .what-are-we-known-for .content .column {
        grid-column: span 1;
    }
}


/* About - Secure Customer Portal */

#customer-portal .content {
    padding: 80px 48px 0px 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 64px;
}

#customer-portal .content .header {
    grid-column: span 2;
    margin-bottom: 64px;
}

#customer-portal .content h2 {
    font-size: 16px;
    line-height: 1.2em;
    color: #ff7047;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

#customer-portal .content h3 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 24px;
    max-width: 470px;
}

#customer-portal .content p {
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 32px;
}

#customer-portal button .icon.chevron {
    height: 10px;
    width: auto;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 8px;
}

#customer-portal .features {
    padding: 0px 48px 80px 48px;
    text-align: center;

    @media (max-width: 768px) {
        padding: 0 24px 48px 24px;
    }

}

#customer-portal .features .feature {
    width: 360px;
    height: 360px;
    display: inline-block;
    position: relative;
    margin-bottom: 32px;
    margin-right: 32px;
    vertical-align: top;
    @media (max-width: 480px) {
        width: 320px;
        height: 320px;
        margin: 20px auto;
    }
}

#customer-portal .feature:nth-of-type(3),
#customer-portal .feature:nth-of-type(5) {
    margin-right: 0;
}

#customer-portal .feature:nth-of-type(4),
#customer-portal .feature:nth-of-type(5) {
    margin-bottom: 0;
}

#customer-portal .outside {
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0;
}

#customer-portal .outside.green {
    background: radial-gradient(ellipse at center,
            rgba(0, 140, 115, 1) 0%,
            rgba(0, 140, 115, 1) 70%,
            rgba(0, 140, 115, 0) 70.3%);
}

#customer-portal .outside.blue {
    background: radial-gradient(ellipse at center,
            rgba(10, 97, 150, 1) 0%,
            rgba(10, 97, 150, 1) 70%,
            rgba(10, 97, 150, 0) 70.3%);
}

#customer-portal .outside.orange {
    background: radial-gradient(ellipse at center,
            rgba(255, 113, 71, 1) 0%,
            rgba(255, 113, 71, 1) 70%,
            rgba(255, 113, 71, 0) 70.3%);
}

#customer-portal .outside::before {
    content: "";
    width: 50%;
    height: 100%;
    float: left;
    shape-outside: polygon(0 0,
            98% 0,
            50% 6%,
            23.4% 17.3%,
            6% 32.6%,
            0 50%,
            6% 65.6%,
            23.4% 82.7%,
            50% 94%,
            98% 100%,
            0 100%);
    shape-margin: 7%;
}

#customer-portal .outside .inside::before {
    content: "";
    width: 50%;
    height: 100%;
    float: right;
    shape-outside: polygon(2% 0%,
            100% 0%,
            100% 100%,
            2% 100%,
            50% 94%,
            76.6% 82.7%,
            94% 65.6%,
            100% 50%,
            94% 32.6%,
            76.6% 17.3%,
            50% 6%);
    shape-margin: 7%;
}

#customer-portal .inside {
    height: 100%;
}

#customer-portal .feature .inside .wrapper {
    text-align: center;
    padding-top: 64px;
}

html:lang(de) #customer-portal .feature:nth-of-type(4) .inside .wrapper {
    padding-top: 64px;
}

html:lang(de) #customer-portal .feature:nth-of-type(5) .inside .wrapper {
    padding-top: 96px;
}

#customer-portal .feature h4 {
    font-size: 28px;
    line-height: 1.1em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    hyphens: manual;
}

#customer-portal .feature .stroke {
    display: block;
    width: 48px;
    height: 2px;
    background-color: #ffffff;
    margin: 0 auto;
}

#customer-portal .feature p {
    line-height: 1.4em;
    font-weight: 700;
    color: #ffffff;
    margin-top: 16px;
}

html:lang(de) #customer-portal .feature p {
    font-size: 18px;
    hyphens: auto;
}

@media (max-width: 768px) {
    #customer-portal .content {
        grid-template-columns: 1fr;
    }
}


/* Services */

.service .content {
    width: calc(100% - 256px);
    height: auto;
    padding: 80px 128px;
    @media (max-width: 768px) {
        width: calc(100% - 80px);
        padding: 40px 40px;
    }
}

.service h2 {
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    @media (max-width: 768px) {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.service.translations .content {
    background-color: #ff7047;
}

.service.interpreting .content {
    background-color: #008c73;
}

.service.copywriting .content {
    background-color: #0a6196;
}

.service.other-services .content {
    background-color: #f6a621;
}

.service .slide {
    color: #ffffff;
    display: grid;
    grid-column-gap: 64px;
    margin-bottom: 40px;
}

.service.translations .slide {
    grid-template-columns: repeat(3, 1fr);
    @media (max-width: 768px) {
        grid-template-columns: 1fr;
    }
}

.service.interpreting .slide,
.service.copywriting .slide {
    grid-template-columns: repeat(3, 1fr);
}

.service.other-services .slide {
    grid-template-columns: repeat(1, 1fr);
}

.service .button-service-type {
    grid-column: span 1;
    position: relative;
    width: 100%;
    max-width: 480px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
}

.service .button-service-type:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.service .button-service-type h4 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 700;
    color: #0A6196;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    @media (max-width: 1280px) {
        font-size: 24px;
    }
    @media (max-width: 768px) {
        font-size: 18px;
    }
}

.service .button-service-type h4 .small {
    display: block;
    margin-top: 4px;
    font-size: 21px;
    line-height: 1.2em;
    @media (max-width: 1280px) {
        font-size: 14px;
    }
}

.service .button-service-type .call-to-action {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 0);
}

.service .button-service-type .call-to-action button {
    background-color: transparent;
    color: #ff7047;
    font-size: 21px;
    font-weight: 700;
    padding: 22px 32px;
    border-radius: 32px;
}

.service .button-service-type .call-to-action button .icon.chevron {
    height: 15px;
    width: auto;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 8px;
}

.service .header {
    grid-column: span 3;
}

.service .header h3 {
    font-size: 32px;
    line-height: 1.2em;
    color: #0a6196;
    font-weight: 700;
    margin-bottom: 40px;
}

.service .header h3 .small {
    display: block;
    margin-top: 4px;
    font-size: 21px;
    line-height: 1.2em;
}

.service.interpreting .header h3,
.service.copywriting .header h3 {
    color: #ffffff;
}

.service .column {
    grid-column: span 1;
    @media (max-width: 768px) {
        margin-bottom: 24px;
    }
}

.service .one .column.image,
.service .two .column.image,
.service .three .column.image {
    grid-column: span 1;
}

.service .column.image img {
    width: 100%;
    height: auto;
}

.service .column.text {
    grid-column: span 2;
}

.service .column.text h3 {
    font-size: 32px;
    line-height: 1.2em;
    color: #0a6196;
    font-weight: 700;
    margin-bottom: 40px;
}

.service .column.text p {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 40px;
}

.service .column.text .pagination {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    display: none;
    /* Hide Pagination */
}

.service .column.text .pagination .button-service-type {
    grid-column: span 1;
}

.service .column.text .pagination .button-service-type h4 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    color: #0A6196;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service.other-services .content h2 {
    font-size: 16px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.service.other-services .content h3 {
    font-size: 48px;
    line-height: 1.2em;
    color: #0A6196;
    font-weight: 700;
    margin-bottom: 40px;
}

.service.other-services .content p {
    line-height: 1.4em;
    color: #0A6196;
    font-weight: 700;
    margin-bottom: 24px;
}


/* Translations - Solutions */

.solutions .content {
    padding: 80px 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 64px;
    @media (max-width: 768px) {
        grid-template-columns: 1fr;
        padding: 40px 24px;
    }
}

.solutions .header {
    grid-column: span 2;
    @media (max-width: 768px) {
        grid-column: span 1;
    }
    margin-bottom: 32px;
}

.solutions h2 {
    font-size: 16px;
    line-height: 1.2em;
    color: #ff7047;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.solutions h3 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 24px;
    @media (max-width: 768px) {
        font-size: 24px;
    }
}

.solutions img {
    grid-column: span 3;
    width: 100%;
    height: auto;
    max-width: 1084px;
    margin: 0 auto 100px auto;
}

.solutions .column {
    grid-column: span 1;
    @media (max-width: 768px) {
        width: 90%;
    }
}

.solutions .accordion-solution {
    background-color: transparent;
    font-size: 32px;
    line-height: 1.2em;
    color: #ff7047;
    font-weight: 700;
    padding: 0;
    text-align: left;
    border: none;
    outline: none;
    border-radius: 0;
    white-space: normal;
    padding-left: 40px;
    text-indent: -40px;
    margin-bottom: 16px;
    transition: 0.25s ease-in-out;
    @media (max-width: 768px) {
        font-size: 22px;
    }
}

.solutions .accordion-solution::before {
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    background-image: url('img/icon-bullet-chevron-down.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 8px;
}

.solutions .accordion-solution .small {
    display: block;
    margin-top: 8px;
    margin-left: 40px;
    font-size: 21px;
    line-height: 1.2em;
}

.solutions .panel {
    background-color: transparent;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 1.4em;
    font-weight: 700;
    transition: max-height 0.25s ease-in-out;

}


/* Contact */

#contact-form {
    padding: 56px 48px 96px 48px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 64px;
    @media (max-width: 768px) {
        padding: 20px;
        display: block;
    }
}

#contact-form h2,
#contact-form p,
#contact-form form {
    grid-column: 4 / span 6;
}

#contact-form h2 {
    text-align: center;
    font-size: 48px;
    line-height: 1.2em;
    color: #ff7047;
    margin-top: 64px;
    margin-bottom: 24px;
}

#contact-form p {
    text-align: left;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 48px;
}

#contact-form p.note {
    font-size: 18px;
    margin-bottom: 48px;
}

#contact-form p .required,
#contact-form label .required {
    font-size: 24px;
    color: #008c73;
}

#contact-form form .form-group {
    margin-bottom: 48px;
}

#contact-form form .form-group label {
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff7047;
    display: block;
}

#contact-form input,
#contact-form textarea {
    width: 100%;
    padding: 12px 24px;
    border: none;
    border-radius: 28px;
    background-color: #fafafa;
    box-sizing: border-box;
    resize: vertical;
    font-family: nunito, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1em;
    color: #0a6196;

}

#contact-form textarea {
    padding: 16px 24px;
    line-height: 1.4em;
}

#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3b81ab;
    /* 80% Blue */
}

#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #3b81ab;
}

#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #3b81ab;
}

#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #3b81ab;
}

#contact-form button[type=submit] {
    font-size: 21px;
    line-height: 1em;
    padding: 20px 32px;
    border-radius: 32px;
}

#contact-details {
    background-color: #fafafa;
    padding: 56px 24px 96px 24px;
    text-align: center;
}

#contact-details h2 {
    font-size: 36px;
    color: #ff7047;
    margin-top: 64px;
    margin-bottom: 48px;
}

#contact-details h3 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff7047;
    margin-bottom: 16px;
}

#contact-details p {
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 40px;
}

#contact-details p .icon.flag {
    width: 24px;
    height: auto;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 12px;
}

#contact-details a i {
    font-size: 48px;
    color: #0A6196;
    margin-top: -16px;
}


/* Contact â€” Thank You Modal */

.modal-window {
    position: fixed;
    background-color: rgba(255, 112, 71, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window>div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 48px 40px;
    background: #ffffff;
    border-radius: 24px;
}

.modal-close img {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 40px;
    height: auto;
}

.modal-window h3 {
    font-size: 40px;
    color: #ff7047;
    margin-bottom: 24px;
}

.modal-window p {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
}


/* Terms & Conditions + Cookie Policy */

#terms-and-conditions #content,
#cookie-policy #content {
    padding: 80px 48px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 64px;
}


#terms-and-conditions h1,
#cookie-policy h1 {
    font-size: 48px;
    line-height: 1.2em;
    color: #0A6196;
    font-weight: 700;
    margin-bottom: 40px;
}

#terms-and-conditions h2,
#cookie-policy h2 {
    font-size: 32px;
    line-height: 1.1em;
    font-weight: 700;
    color: #ff7047;
    margin-top: 16px;
    margin-bottom: 16px;
}

#terms-and-conditions h3,
#cookie-policy h3 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff7047;
    margin-bottom: 32px;
}

#terms-and-conditions p,
#cookie-policy p {
    line-height: 1.4em;
    color: #0A6196;
    font-weight: 700;
    margin-bottom: 16px;
}

/**
    Additional 2025
 */

body .bg-alma-white {
    background: #fff !important;
}

body .bg-alma-green {
    background: #008c73 !important;
}

body .bg-alma-orange {
    background: #ff7047 !important;
}

body .bg-alma-yellow {
    background-color: #f6a621 !important;
}

body .bg-alma-light-grey {
    background-color: #fafafa !important;
}

body .bg-alma-blue {
    background: #0A6196 !important;
}


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

/**
Misc
 */

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide--draggable>.splide__slider>.splide__track,
.splide--draggable>.splide__track {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide--fade>.splide__slider>.splide__track>.splide__list,
.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--fade>.splide__track>.splide__list>.splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,
.splide--ttb.is-active>.splide__track>.splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide__progress__bar {
    width: 0
}

.splide {
    outline: none;
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: none;
    position: relative;
    @media (max-width: 768px) {
        width: 100vw !important;
    }
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}


header.entry-header {
    display: none;
}

/**
Responsive rules
 */

button.open_nav,
button.close {
    display: none;
}

@media (max-width: 768px) {
    body header .navigation {
        display: block;
        position: fixed;
        height: 0;
        width: 100vw;
        top: 0;
        left: 0;
        background: #ff7047;
        z-index: 500;
        overflow: hidden;
    }
    body:not(.open_nav) {
        button.close {
            display: none;
        }
    }
    body.open_nav {
        overflow: hidden;
    }
    body.open_nav header .navigation {
        height: 100vh;
        overflow: auto;
    }
    body header nav.navigation a,
    body header nav.navigation .dropdown-content a {
        color: #fff;
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    body nav.navigation .menu li {
        display: block;
    }
    body nav.navigation ul.sub-menu {
        position: relative;
        visibility: visible;
        background: none;
        box-shadow: none;
        top: unset;
        padding: 0;
    }
    button.open_nav {
        display: inline-block;
        position: absolute;
        z-index: 200;
        top: 16px;
        right: 32px;
    }
    button.close {
        display: inline-block;
        position: fixed;
        top: 64px;
        right: 32px;
        z-index: 600;
    }
    #menu-primary-de {
        margin-top: 80px;
    }
}


.service.translations .content {
    margin-top: -1px;
}

.service.translations .content h2 {
    color: #0A6196;
}

.service.translations.hex-0a6196 h2,
.service.translations.hex-008c73 h2,
.service.translations.hex-ff7047 h2 {
    color: #fff;
}

/**
CUSTOM TEMPLATE
 */

body.page-template-page-custom {
    background: #fff;
}

body.page-template-page-custom article {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px 80px 20px;
}

body.page-template-page-custom #primary {
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

body.page-template-page-custom article header {
    display: block;
    margin-left: 0;
    border: none;
    height: auto;
    padding: 20px 0;
    margin: 0;
}

body.page-template-page-custom article h1 {
    font-family: Nunito, sans-serif;
    font-size: 76.8px;
    line-height: 81.4px;
    font-weight: 700;
    color: rgb(10, 97, 150);
    margin: 32px 0;
}

body.page-template-page-custom article h2 {
    font-family: Nunito, sans-serif;
    font-size: 44.8px;
    line-height: 51.9px;
    font-weight: 700;
    color: #ff7047;
    margin: 32px 0;
}

body.page-template-page-custom article h4 {
    margin: 32px 0;
    font-family: Nunito, sans-serif;
    color: rgb(10, 97, 150);
    font-size: 27.2px;
    line-height: 33px;
    font-weight: 700;
}

nav.navigation .menu li.menu-item-has-children {
    background-image: url('img/icon-chevron-down-orange.svg');
    background-repeat: no-repeat;
    background-position: right 10px;
    padding-right: 22px;
    background-size: 12px auto;
    @media (max-width: 768px) {
        background: none;
    }
}

.modal-illustration > .modal-illustration-text {
    position: absolute;
    top: 48%;
    left: 16%;
    right: 13%;
    padding-bottom: 20%;
    font-weight: bold;
    z-index: 2;
    text-align: center;
    line-height: 90%;
    transform: translateY(-50%);
}

.service.translations.hex-008c73  .header h3 {
    color: #fff;
}

#menu-footer-2-en,
#menu-footer-2-de
{
    margin-top: 0;
}

/**
     CF7 contact forms
 */

#contact #hero {
    background-color: #fafafa;
}

#contact #contact-form {
    padding: 56px 48px 96px 48px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 64px;
}

#contact #contact-form h2,
#contact #contact-form p,
#contact #contact-form form {
    grid-column: 4 / span 6;
}

#contact #contact-form h2 {
    text-align: center;
    font-size: 48px;
    line-height: 1.2em;
    color: #ff7047;
    margin-top: 64px;
    margin-bottom: 24px;
}

#contact #contact-form p {
    text-align: left;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 48px;
}

#contact #contact-form p.note {
    font-size: 18px;
    margin-bottom: 48px;
}

#contact #contact-form p .required,
#contact #contact-form label .required {
    font-size: 24px;
    color: #008c73;
}

#contact #contact-form .form-group {
    margin-bottom: 48px;
}

#contact #contact-form label {
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff7047;
    margin-bottom: 16px;
    display: block;
}

#contact #contact-form input,
#contact #contact-form select,
#contact #contact-form textarea {
    width: 100%;
    padding: 12px 24px;
    border: none;
    border-radius: 28px;
    background-color: #fafafa;
    box-sizing: border-box;
    resize: vertical;
    font-family: nunito, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1em;
    color: #0a6196;

}

#contact #contact-form textarea {
    padding: 16px 24px;
    line-height: 1.4em;
}

#contact #contact-form input::-webkit-input-placeholder,
#contact #contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3b81ab; /* 80% Blue */
}

#contact #contact-form input::-moz-placeholder,
#contact #contact-form textarea::-moz-placeholder { /* Firefox 19+ */
    color: #3b81ab;
}

#contact #contact-form input:-ms-input-placeholder,
#contact #contact-form textarea:-ms-input-placeholder { /* IE 10+ */
    color: #3b81ab;
}

#contact #contact-form input:-moz-placeholder,
#contact #contact-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #3b81ab;
}

#contact #contact-form button[type=submit] {
    font-size: 21px;
    line-height: 1em;
    padding: 20px 32px;
    border-radius: 32px;
}

#contact #contact-details {
    background-color: #fafafa;
    padding: 56px 24px 96px 24px;
    text-align: center;
}

#contact #contact-details h2 {
    font-size: 36px;
    color: #ff7047;
    margin-top: 64px;
    margin-bottom: 48px;
}

#contact #contact-details h3 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff7047;
    margin-bottom: 16px;
}

#contact #contact-details p {
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 40px;
}

#contact #contact-details p .icon.flag {
    width: 24px;
    height: auto;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 12px;
}

#contact #contact-details a i {
    font-size: 48px;
    color: #0A6196;
    margin-top: -16px;
}
