/* Hero block, sticky in-page menu, CLA sidebar widget, and CTA-fixed bars.
   Split out of main.css 2026-05-21 to keep main.css small. */

/* S1 Hero */
.s1 {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    padding: 0;
    position: relative;
}
.s1 .s1-bg-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.s1 .s1-bg-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.s1 .s1-bg-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}
.s1 .section-wrap {
    position: relative;
    max-width: 1586px;
    margin: 0 auto 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.s1 .left-part {
    width: calc(100% - 362px);
}
.s1 .right-part {
    width: 362px;
    max-width: 100%;
    padding: 10px;
}

/* Icon slider */
.s1 .icon-slider {
    background: linear-gradient(to right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    padding: 34px 41px;
    margin-top: 315px;
    max-width: 840px;
}
@media screen and (max-width: 900px) {
    .s1 .icon-slider {
        padding: 15px 5px;
        margin-top: 150px;
        max-width: 840px;
    }
}
.s1 .icon-slider a {
    margin: 0 20px;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    max-width: 120px;
}
@media screen and (max-width: 900px) {
    .s1 .icon-slider a {
        margin: 0 10px;
    }
}
.s1 .icon-slider a:hover {
    border-radius: 0;
}
.s1 .icon-slider a img {
    display: block;
    width: 100%;
}
.de-DE .s1 .icon-slider a img.lang-en,
.en-GB .s1 .icon-slider a img.lang-de {
    display: none;
}
.de-DE .s1 .icon-slider a img.lang-de,
.en-GB .s1 .icon-slider a img.lang-en {
    display: block;
}
.es-ES .s1 .icon-slider a img.lang-de {
    display: none;
}
.es-ES .s1 .icon-slider .icon-wrap.icon-wrap--ausgezeichnet {
    display: none;
}

/* Calc widget */
.s1 .content-wrap {
    background-color: #fff;
    border-radius: 7px;
    margin-bottom: 50px;
    box-shadow: 0px 5px 11px 6px rgb(0 0 0 / 10%);
}
.s1 .content-wrap .content-wrap-calc {
    background-image: url(https://privacy-management-group.com/wp-content/uploads/2024/02/tax-calc-bg.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    color: #354649;
    padding: 19px;
}
.s1 .content-wrap .content-wrap-calc .calc__wrap {
    border: 1px solid #dbd2c2;
    border-radius: 7px;
    overflow: hidden;
    padding: 20px;
}
.s1 .content-wrap .content-wrap-calc .calc__wrap .calc__note {
    background: linear-gradient(to right, #d00000 0%, #6f0000 100%);
    color: #fff;
    display: block;
    margin-left: auto;
    max-width: 146px;
    margin-top: -20px;
    margin-right: -20px;
    text-align: center;
    margin-bottom: 23px;
    padding: 7px 2px;
    font-size: 17px;
    letter-spacing: -0.5px;
    border-radius: 0 0 0 10px;
}
.s1 .content-wrap .content-wrap-calc .calc__wrap .calc__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 19px;
}
.s1 .content-wrap .content-wrap-calc .calc__wrap .calc__title .title-img {
    margin-left: -4px;
    margin-right: 10px;
    max-width: 60px;
}
.s1 .content-wrap .content-wrap-calc .calc__wrap .calc__title .title-text {
    font-size: 26px;
    line-height: 1;
    text-align: left;
}
.s1 .content-wrap .content-wrap-calc .calc__wrap .calc__desc {
    margin-bottom: 21px;
    border-bottom: 1px solid #dbd2c2;
    padding-bottom: 18px;
    line-height: 1.15;
    font-size: 20px;
    text-align: left;
    letter-spacing: -0.3px;
}
.s1 .content-wrap .content-wrap-calc .calc__wrap .calc__btn {
    background-color: #197067;
    border: 0;
    color: #fff;
    display: block;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 12px;
}
.s1 .content-wrap .content-wrap-calc .calc__wrap .calc__btn:hover {
    background-color: #fff;
    color: #2f828c;
}

/* Sticky Menu */
.sticky-menu {
    background-color: #FAFAFA;
    padding: 0;
    margin-bottom: 30px;
    font-family: 'Roboto', 'Open Sans', Arial, Helvetica, sans-serif;
    border-bottom: 0.5px solid #bda98a;
    position: relative;
    z-index: 50;
}
.sticky-menu.stuck {
    position: fixed;
    top: 0;
    left: 306px;
    right: 0;
    margin-bottom: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 199;
}
.sticky-menu-placeholder {
    display: none;
}
.sticky-menu-placeholder.active {
    display: block;
}
@media screen and (max-width: 900px) {
    .sticky-menu {
        margin-bottom: 0;
        border-bottom: 1px solid #bea98a;
    }
    .sticky-menu.stuck {
        left: 0;
        top: 53px;
    }
    .sticky-menu ul {
        flex-wrap: wrap;
    }
    .sticky-menu ul li {
        padding: 12px 8px;
        flex-grow: 1;
        flex-basis: auto;
    }
    .sticky-menu ul li a {
        font-size: 12px;
        padding: 0 5px;
        justify-content: center;
        text-align: center;
    }
    .sticky-menu ul li a br {
        display: none;
    }
    .sticky-menu ul li a i {
        font-size: 120%;
        margin-right: 5px;
    }
    .sticky-menu ul li.contact a {
        font-size: 12px;
        padding: 12px 15px;
    }
}
.sticky-menu .mobile-sticky {
    display: none;
}
.sticky-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sticky-menu ul li {
    flex-grow: 1;
    padding: 26px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.sticky-menu ul li.active {
    background-color: #F1EEE5;
}
.sticky-menu ul li:last-child {
    border-bottom: 0;
}
.sticky-menu ul li a {
    background-color: transparent;
    font-size: 15px;
    line-height: 1.1;
    position: relative;
    padding: 0 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: left;
}
.sticky-menu ul li a br {
    display: none;
}
@media screen and (max-width: 1800px) {
    .sticky-menu ul li a br {
        display: block;
    }
}
.sticky-menu ul li a:hover,
.sticky-menu ul li.active a {
    color: #000;
}
.sticky-menu ul li a i {
    font-size: 150%;
    margin-right: 10px;
}
.sticky-menu ul li a:hover span,
.sticky-menu ul li a.active span {
    color: #000;
}
.sticky-menu ul li.home span {
    display: none;
}

/* Search in sticky menu */
.sticky-menu ul li.search {
    display: flex;
}
.sticky-menu ul li.search .search-wrap {
    position: relative;
    display: inline-block;
}
.sticky-menu ul li.search .search-wrap .search-icon {
    background-color: transparent;
    font-size: 20px;
    line-height: 1.1;
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.sticky-menu ul li.search .search-wrap .search-form {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border-radius: 4px;
    z-index: 9999;
    max-width: 0px;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s ease-out;
    display: flex;
    gap: 10px;
}
.sticky-menu ul li.search .search-wrap .search-form.active {
    max-width: 300px;
    padding: 10px;
}
.sticky-menu ul li.search .search-wrap .search-form input {
    width: 200px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.sticky-menu ul li.search .search-wrap .search-form button {
    background-color: transparent;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    display: flex;
    align-items: center;
    border: 0;
    padding: 0;
    cursor: pointer;
}

/* Contact in sticky menu */
.sticky-menu ul li.order,
.sticky-menu ul li.contact {
    padding: 0;
    display: block;
}
.sticky-menu ul li.order a,
.sticky-menu ul li.contact a {
    height: 100%;
    font-weight: 600;
    background-color: #3f3f3f;
    color: #fff;
    transition: all 0.2s linear;
    border-left: 0;
    display: flex;
    justify-content: center;
}
.sticky-menu ul li.order.active a,
.sticky-menu ul li.contact.active a,
.sticky-menu ul li.order a:hover,
.sticky-menu ul li.contact a:hover {
    background-color: #a3c6c4;
}
.sticky-menu ul li.order.active a,
.sticky-menu ul li.contact.active a,
.sticky-menu ul li.order a:hover,
.sticky-menu ul li.contact a:hover,
.sticky-menu ul li.order.active a span,
.sticky-menu ul li.contact.active a span,
.sticky-menu ul li.order a:hover span,
.sticky-menu ul li.contact a:hover span {
    color: #fff;
}
.sticky-menu ul li.order a i,
.sticky-menu ul li.contact a i {
    margin-left: 10px;
}
.sticky-menu ul li.order a span,
.sticky-menu ul li.contact a span {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .s1 .section-wrap {
        flex-direction: column;
        align-items: stretch;
    }
    .s1 .left-part {
        width: 100%;
    }
    .s1 .right-part {
        display: none;
    }
}
.section {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 30px;
}
.section--hero {
    background: #f4f1eb;
    max-width: 100%;
    text-align: center;
    padding: 100px 30px;
}
.section--hero h1 {
    font-size: 38px;
    font-weight: 700;
    color: #354649;
    margin: 0 0 15px;
}
.section--hero p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}
.section--alt {
    background: #f8f8f8;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.section--alt h2,
.section h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 15px;
}
.section--alt > *,
.section > * {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.section p {
    margin: 0 0 15px;
    color: #555;
}

.bold {
    font-weight: 600 !important;
}

/* CLA (Call to Action sidebar widget) */
.cla-wrap {
    position: sticky;
    top: 80px;
    float: right;
    width: calc(100% - 875px - 7vw - 170px);
    max-width: 500px;
    padding: 0 50px;
    margin-right: 75px;
    z-index: 50;
}
.cla-wrap .cla {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.cla-wrap .cla-note {
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    padding: 20px 5px;
    text-shadow: 0 0 10px #000;
    background-image: url(https://privacy-management-group.com/wp-content/uploads/2024/07/cla-header.jpg);
    background-size: cover;
    background-position: top left;
}
.cla-wrap .cla-img .img-wrap {
    border-radius: 0;
    margin-bottom: 0;
}
.cla-wrap .cla-img .img-wrap img {
    width: 100%;
    display: block;
}
.cla-wrap .cla-desc {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}
.cla-wrap .cla-title {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #fff;
}
.cla-wrap .btn {
    background-color: #d10202;
    color: #fff;
    font-size: 24px;
    padding: 12px 5px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.cla-wrap .btn span {
    margin-right: 9px;
}
.cla-wrap .btn img {
    padding: 0 6px;
    height: 24px;
}
@media (max-width: 1900px) {
    .cla-wrap .cla-note {
        font-size: 19px;
        padding: 15px 5px;
    }
    .cla-wrap .cla-desc {
        bottom: 25px;
        left: 25px;
        right: 25px;
    }
    .cla-wrap .cla-title {
        font-size: 38px;
    }
    .cla-wrap .btn {
        font-size: 21px;
    }
}
@media (max-width: 1800px) {
    .cla-wrap .cla-title {
        font-size: 36px;
    }
    .cla-wrap {
        padding: 0;
    }
    .cla-wrap .btn {
        font-size: 19px;
    }
    .cla-wrap .btn img {
        padding: 0 3px;
        height: 15px;
    }
}
@media (max-width: 1700px) {
    .cla-wrap .cla-note {
        font-size: 13px;
        padding: 10px 5px;
    }
    .cla-wrap .cla-title {
        font-size: 23px;
    }
    .cla-wrap .btn {
        font-size: 13px;
    }
}
@media (max-width: 1620px) {
    .cla-wrap {
        display: none;
    }
}

/* CTA Fixed Desktop */
.btn-fixed-wrap-desctop {
    position: fixed;
    bottom: 0;
    left: calc(50% + 153px);
    transform: translateX(-50%);
    z-index: 999;
}
@media screen and (max-width: 768px) {
    .btn-fixed-wrap-desctop {
        display: none;
    }
}
.btn-fixed-wrap-desctop ul {
    list-style: none;
    background-color: #1a7149;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    max-width: 100%;
    box-shadow: 0 0 12px rgb(0 0 0 / 25%);
    margin: 0 auto;
    padding: 0 10px;
}
@media screen and (max-width: 1440px) {
    .btn-fixed-wrap-desctop ul {
        justify-content: flex-start;
    }
}
.btn-fixed-wrap-desctop ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    white-space: nowrap;
    margin: 0 10px;
}
.btn-fixed-wrap-desctop ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -8px;
    bottom: 10px;
    width: 1px;
    background-color: #bda98a;
}
.btn-fixed-wrap-desctop ul li:first-child:before {
    content: none;
}
.btn-fixed-wrap-desctop ul li a,
.btn-fixed-wrap-desctop ul li button {
    color: #f1eee6;
    padding: 10px 0;
    font-size: 20px;
    letter-spacing: 0.9px;
    font-weight: 400;
    background-color: transparent;
    border: 0;
    white-space: unset !important;
}
@media screen and (max-width: 1440px) {
    .btn-fixed-wrap-desctop ul li a,
    .btn-fixed-wrap-desctop ul li button {
        font-size: 12px;
    }
}
.btn-fixed-wrap-desctop ul li a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.btn-fixed-wrap-desctop ul li i {
    background: linear-gradient(to bottom, #ffefca 0%, #f8eed6 30%, #c4af87 45%, #ffedbb 72%, #c5ae92 86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    margin-right: 15px;
}
.btn-fixed-wrap-desctop ul li span.flag-icon {
    box-shadow: 0 0 1px 0.1px #fff;
}

/* CTA Fixed Mobile */
.btn-fixed-wrap {
    display: none;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 99999;
}
@media screen and (max-width: 768px) {
    .btn-fixed-wrap {
        display: block;
    }
}
.btn-fixed-wrap > div {
    float: left;
    margin-left: 10px;
}
.btn-fixed-wrap > div a {
    color: #fff;
    text-decoration: none;
    height: 44px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 17px;
    gap: 10px;
    background-color: #147749;
}
.btn-fixed-wrap > div a:hover {
    color: #f2eee5;
}
.btn-fixed-wrap > div a i {
    font-size: 120%;
}


