﻿.hosting-page {
    background: #fff;
}
.hosting-page .header {
    background: rgba(255, 255, 255, 0.9);
}
.hosting-page .header nav .active {
    color: #d72940;
}
.hosting-page main {
    overflow: hidden;
}
.hosting-hero {
    position: relative;
    min-height: clamp(500px, 48vw, 920px);
    padding: clamp(125px, 10vw, 190px) 6% 35px;
    background: #edf2f6 url("img/hosting-hero.webp") center/cover no-repeat;
}
.hosting-hero-copy {
    width: 46%;
    max-width: 760px;
}
.hosting-hero h1 {
    font-size: clamp(46px, 5.2vw, 92px);
}
.hosting-hero-copy > p:not(.eyebrow) {
    margin-top: 22px;
    font-size: 1.08em;
    max-width: 670px;
}
.hosting-highlights {
    display: flex;
    gap: clamp(22px, 3vw, 55px);
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
}
.hosting-highlights li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.78em;
}
.hosting-highlights b {
    color: #d72940;
    font-size: 2.1em;
}
.uptime-card {
    position: absolute;
    right: 4.2%;
    bottom: 7%;
    width: 20%;
    max-width: 340px;
    min-width: 210px;
    padding: 20px 18px 18px 70px;
}
.uptime-card > span {
    position: absolute;
    left: 22px;
    top: 22px;
    color: #d72940;
    font-size: 34px;
}
.uptime-card strong,
.uptime-card b,
.uptime-card small {
    display: block;
}
.uptime-card strong {
    font-size: 2em;
    line-height: 1;
}
.uptime-card b {
    font-size: 0.9em;
}
.uptime-card small {
    color: #69707a;
    margin-top: 3px;
}
.hosting-partners {
    padding: 22px 6% 30px;
}
.hosting-partners small {
    display: block;
    color: #9aa1a9;
    text-transform: uppercase;
    font-size: 0.6em;
    margin-bottom: 19px;
}
.hosting-partners > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
    color: #5d6570;
    font-size: 1.05em;
}
.hosting-partners span {
    font-size: 0.62em;
    text-transform: uppercase;
}
.hosting-plans {
    padding: 45px 5.5% 65px;
    background: #f5f6f8;
}
.hosting-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8%;
    margin-bottom: 34px;
}
.hosting-section-head > div:last-child {
    width: 36%;
    font-size: 0.86em;
}
.hosting-section-head a {
    display: inline-block;
    color: #d72940;
    font-weight: 700;
    margin-top: 12px;
}
.plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.plan-grid article {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 540px;
    padding: 30px 28px 24px;
    background: #fff;
    border: 1px solid #edf0f3;
    box-shadow: 0 12px 32px rgba(23, 31, 41, 0.06);
}
.plan-grid article > i {
    color: #d72940;
    font-size: 42px;
    font-style: normal;
}
.plan-grid h3 {
    font-size: 1.35em;
    margin: 15px 0 8px;
}
.plan-grid article > p {
    min-height: 54px;
}
.plan-grid strong {
    display: block;
    font-size: 1.7em;
    margin-top: 25px;
}
.plan-grid small {
    color: #6c737c;
}
.plan-grid ul {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}
.plan-grid li {
    margin: 10px 0;
    font-size: 0.82em;
}
.plan-grid li:before {
    content: "✓";
    color: #d72940;
    margin-right: 10px;
    font-weight: 800;
}
.plan-grid article > a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cdd2d8;
    border-radius: 5px;
    min-height: 46px;
    margin-top: auto;
    font-weight: 700;
}
.plan-grid .featured {
    border: 2px solid #d72940;
}
.plan-grid .featured label {
    position: absolute;
    left: -2px;
    right: -2px;
    top: -27px;
    height: 27px;
    padding: 6px;
    text-align: center;
    color: #fff;
    background: #d72940;
    text-transform: uppercase;
    font-size: 0.7em;
}
.plan-grid .featured > a {
    color: #fff;
    background: #d72940;
    border-color: #d72940;
}
.hosting-benefits {
    display: grid;
    grid-template-columns: 31% 1fr;
    gap: 6%;
    padding: 60px 6%;
}
.hosting-benefits > div:first-child > p:not(.eyebrow) {
    margin: 16px 0 22px;
}
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 18px;
    text-align: center;
}
.benefit-grid article {
    padding: 8px;
}
.benefit-grid b {
    display: block;
    color: #d72940;
    font-size: 40px;
}
.benefit-grid h3 {
    margin-top: 8px;
}
.benefit-grid p {
    font-size: 0.78em;
}
.security {
    min-height: clamp(420px, 39vw, 720px);
    display: grid;
    grid-template-columns: 43% 1fr;
    align-items: center;
    padding: 50px 6%;
    color: white;
    background: #0c1825 url("img/sicherheit-background.webp") center/cover no-repeat;
}
.security p {
    color: #e4e9ee;
}
.security > div > p:not(.eyebrow) {
    max-width: 620px;
    margin: 18px 0 25px;
}
.security .outline {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.security > ul {
    list-style: none;
    margin-left: auto;
    padding: 0;
    width: 60%;
}
.security > ul li {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 18px;
    align-items: center;
    margin: 28px 0;
    font-size: 1.8em;
}
.security > ul span {
    font-size: 0.44em;
}
.security > ul b {
    display: block;
    font-size: 1.25em;
}
.domains {
    min-height: clamp(340px, 32vw, 580px);
    display: grid;
    grid-template-columns: 34% 1fr;
    gap: 8%;
    align-items: center;
    padding: 50px 6%;
    background: #eff4f8 url("img/world-background.webp") center/cover no-repeat;
}
.domains > div:first-child > p:not(.eyebrow) {
    margin: 16px 0 22px;
}
.domain-search {
    max-width: 720px;
}
.domain-search > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    padding-left: 22px;
    color: #9aa1a9;
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 5px;
    box-shadow: 0 7px 25px #b8c0ca30;
}
.domain-search > div b {
    display: grid;
    place-items: center;
    width: 58px;
    height: 100%;
    color: white;
    background: #d72940;
    font-size: 24px;
}
.domain-search ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
}
.domain-search li {
    padding: 16px 10px;
    text-align: center;
    background: #fff;
    font-size: 0.7em;
}
.domain-search strong {
    display: block;
    font-size: 1.4em;
}
.hosting-faq {
    display: grid;
    grid-template-columns: 28% 1fr;
    gap: 8%;
    padding: 55px 6%;
}
.hosting-faq > div:first-child > p:not(.eyebrow) {
    margin: 14px 0 20px;
}
.hosting-faq details {
    border-bottom: 1px solid #e0e3e7;
}
.hosting-faq summary {
    cursor: pointer;
    padding: 17px 6px;
    list-style: none;
    font-weight: 600;
}
.hosting-faq summary:after {
    content: "›";
    float: right;
    color: #87909b;
    font-size: 1.5em;
}
.hosting-faq details p {
    padding: 0 6px 18px;
    font-size: 0.85em;
}
.hosting-final {
    min-height: clamp(320px, 30vw, 540px);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 55px 6%;
    background: #edf2f5 url("img/footer.webp") center/cover no-repeat;
}
.hosting-final .eyebrow {
    justify-content: center;
}
.hosting-final .eyebrow:before {
    display: none;
}
.hosting-final p:not(.eyebrow) {
    margin-top: 12px;
}
.hosting-final .actions {
    justify-content: center;
}
@media (max-width: 1050px) {
    .hosting-hero-copy {
        width: 54%;
    }
    .plan-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
    .hosting-benefits {
        grid-template-columns: 1fr;
    }
    .hosting-benefits > div:first-child {
        max-width: 650px;
    }
    .security > ul {
        width: 78%;
    }
}
@media (max-width: 760px) {
    .hosting-hero {
        min-height: 0;
        padding: 55px 6% 35px;
        background-image:
            linear-gradient(90deg, rgba(246, 249, 251, 0.98), rgba(246, 249, 251, 0.76)),
            url("img/hosting-hero.webp");
        background-position: 65% center;
    }
    .hosting-hero-copy {
        width: 100%;
    }
    .hosting-hero h1 {
        font-size: clamp(43px, 12vw, 64px);
    }
    .hosting-highlights {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .hosting-highlights li {
        display: block;
    }
    .uptime-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 250px;
        margin: 30px 0 0;
        padding: 16px 15px 16px 62px;
        background: #fff;
        border-radius: 8px;
    }
    .uptime-card > span {
        left: 18px;
        top: 18px;
    }
    .hosting-partners > div {
        justify-content: center;
    }
    .hosting-section-head {
        display: block;
    }
    .hosting-section-head > div:last-child {
        width: 100%;
        margin-top: 22px;
    }
    .plan-grid {
        grid-template-columns: 1fr;
    }
    .plan-grid article {
        min-height: 0;
    }
    .hosting-benefits,
    .security,
    .domains,
    .hosting-faq {
        grid-template-columns: 1fr;
    }
    .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .security {
        background-position: 55% center;
    }
    .security > ul {
        width: 100%;
        margin: 35px 0 0;
    }
    .domains {
        background-image:
            linear-gradient(90deg, rgba(247, 250, 252, 0.98), rgba(247, 250, 252, 0.75)),
            url("img/world-background.webp");
    }
    .domain-search {
        margin-top: 35px;
    }
    .domain-search ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .hosting-faq > div:last-child {
        margin-top: 28px;
    }
    .hosting-final {
        background-position: 38% center;
    }
    .hosting-final h2 {
        font-size: 36px;
    }
}
@media (max-width: 480px) {
    .hosting-highlights {
        grid-template-columns: 1fr;
    }
    .benefit-grid {
        grid-template-columns: 1fr 1fr;
    }
    .domain-search ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .hosting-final .actions {
        display: grid;
    }
    .hosting-final .button {
        width: 100%;
    }
}

/* Hosting Fullscreen v2 – auf die gelieferten 2172 × 724 Hintergründe abgestimmt. */
@font-face {
    font-family: "Bricolage Grotesque";
    src: url("../../fonts/bricolage-grotesque-latin.woff2") format("woff2");
    font-display: swap;
}
.hosting-page {
    font-family: "Bricolage Grotesque", Arial, sans-serif;
}
.hosting-page .header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
}
.hosting-page .header > .logo,
.hosting-page footer .logo {
    width: clamp(130px, 12vw, 205px);
    height: 58px;
    font-size: 0;
    background: url("/themes/invicta-fullscreen/assets/img/logo-invicta.webp") left center/contain no-repeat;
}
.hosting-page .header > .logo span,
.hosting-page .header > .logo small,
.hosting-page footer .logo span,
.hosting-page footer .logo small {
    display: none;
}
.hosting-hero {
    min-height: max(460px, 33.333vw);
    padding-top: clamp(112px, 8vw, 160px);
    padding-bottom: clamp(28px, 2.5vw, 48px);
    background-size: 100% auto;
    background-position: center top;
}
.hosting-hero-copy {
    width: 43%;
    max-width: 720px;
}
.hosting-hero h1 {
    font-size: clamp(48px, 4.65vw, 82px);
    line-height: 0.96;
}
.hosting-hero-copy > p:not(.eyebrow) {
    font-size: clamp(15px, 1.05vw, 19px);
    line-height: 1.48;
}
.hosting-highlights {
    margin-top: clamp(24px, 2vw, 38px);
}
.uptime-card {
    right: 5.8%;
    bottom: 7.5%;
    width: 18%;
    max-width: 320px;
    padding: clamp(14px, 1.2vw, 22px) 16px clamp(14px, 1.2vw, 22px) clamp(58px, 4.5vw, 82px);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 13px 35px rgba(17, 31, 44, 0.14);
}
.uptime-card > span {
    left: clamp(18px, 1.5vw, 28px);
    top: 50%;
    transform: translateY(-50%);
}
.hosting-partners {
    padding-top: 18px;
    padding-bottom: 24px;
}
.hosting-plans {
    padding-top: clamp(48px, 4vw, 76px);
}
.hosting-benefits {
    padding-top: clamp(55px, 4.5vw, 90px);
    padding-bottom: clamp(55px, 4.5vw, 90px);
}
.security {
    min-height: max(390px, 33.333vw);
    padding-top: clamp(42px, 4vw, 75px);
    padding-bottom: clamp(42px, 4vw, 75px);
    background-size: 100% auto;
    background-position: center center;
}
.security > div {
    max-width: 610px;
    padding: clamp(20px, 2vw, 38px);
    background: linear-gradient(
        90deg,
        rgba(8, 20, 32, 0.9),
        rgba(8, 20, 32, 0.55) 76%,
        transparent
    );
}
.security > ul {
    width: min(38%, 520px);
    margin-right: 1%;
    padding: 18px 24px;
    background: rgba(8, 18, 29, 0.48);
    backdrop-filter: blur(4px);
}
.domains {
    min-height: max(350px, 33.333vw);
    background-size: 100% auto;
    background-position: center center;
}
.domains > div:first-child {
    max-width: 610px;
}
.domain-search {
    width: min(100%, 760px);
}
.hosting-final {
    min-height: max(330px, 33.333vw);
    background-size: 100% auto;
    background-position: center center;
}
.hosting-final > div {
    padding: 24px 40px;
    background: rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(3px);
    border-radius: 8px;
}
@media (min-width: 1500px) {
    .hosting-hero-copy {
        width: 40%;
    }
    .hosting-section-head,
    .plan-grid {
        max-width: none;
    }
    .hosting-plans,
    .hosting-benefits,
    .hosting-faq {
        padding-left: 6%;
        padding-right: 6%;
    }
    .plan-grid {
        gap: clamp(20px, 1.8vw, 38px);
    }
    .plan-grid article {
        padding: clamp(28px, 2vw, 42px);
    }
}
@media (max-width: 1050px) {
    .hosting-hero {
        background-size: cover;
        background-position: 58% top;
    }
    .hosting-hero-copy {
        width: 52%;
    }
    .uptime-card {
        right: 3%;
        width: 22%;
    }
    .security,
    .domains,
    .hosting-final {
        background-size: cover;
    }
}
@media (max-width: 760px) {
    .hosting-page .header > .logo {
        width: 138px;
        height: 45px;
    }
    .hosting-hero {
        padding-top: 48px;
        background-size: cover;
        background-position: 64% center;
    }
    .hosting-hero-copy {
        width: 100%;
    }
    .hosting-hero-copy:before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        background: linear-gradient(
            90deg,
            rgba(248, 251, 253, 0.98) 0 48%,
            rgba(248, 251, 253, 0.72) 72%,
            rgba(248, 251, 253, 0.12)
        );
    }
    .hosting-hero-copy {
        position: relative;
        z-index: 1;
    }
    .uptime-card {
        width: min(100%, 280px);
        right: auto;
    }
    .security {
        background-position: center;
    }
    .security > div {
        padding: 18px;
        background: rgba(8, 20, 32, 0.78);
    }
    .security > ul {
        width: 100%;
        margin-right: 0;
        background: rgba(8, 18, 29, 0.72);
    }
    .domains {
        background-position: 66% center;
    }
    .hosting-final {
        background-position: 47% center;
    }
    .hosting-final > div {
        padding: 22px 18px;
    }
}
.hosting-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.hosting-highlights b,
.uptime-card > span,
.plan-grid article > i,
.benefit-grid article > b,
.domain-search > div > b {
    display: grid;
    place-items: center;
}
.plan-grid article > i .hosting-icon {
    width: 42px;
    height: 42px;
}
.benefit-grid article > b .hosting-icon {
    width: 40px;
    height: 40px;
}
.uptime-card > span .hosting-icon {
    width: 34px;
    height: 34px;
}
.security > ul > li > .hosting-icon {
    width: 38px;
    height: 38px;
    color: #fff;
}
.domain-search > div > b .hosting-icon {
    width: 23px;
    height: 23px;
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.domain-check-form {
    display: grid;
    grid-template-columns: 1fr auto;
    height: 58px;
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 5px;
    box-shadow: 0 7px 25px #b8c0ca30;
    overflow: hidden;
}
.domain-check-form input {
    min-width: 0;
    padding: 0 22px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111923;
    font: inherit;
}
.domain-check-form input::placeholder {
    color: #9aa1a9;
}
.domain-check-form:focus-within {
    border-color: #d72940;
    box-shadow:
        0 0 0 3px rgba(215, 41, 64, 0.12),
        0 7px 25px #b8c0ca30;
}
.domain-check-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 112px;
    padding: 0 18px;
    border: 0;
    background: #d72940;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
.domain-check-form button:disabled {
    cursor: wait;
    opacity: 0.7;
}
.domain-check-form button b {
    font-size: 22px;
}
.domain-check-form button span {
    font-size: 0.8em;
}
.domain-result {
    display: none;
    margin-top: 12px;
    padding: 13px 16px;
    border-left: 3px solid #7f8993;
    background: rgba(255, 255, 255, 0.88);
    font-size: 0.86em;
}
.domain-result.show {
    display: block;
}
.domain-result.available {
    border-color: #18884b;
    color: #126a3b;
}
.domain-result.registered {
    border-color: #d72940;
    color: #a91e31;
}
.domain-result.error {
    border-color: #d28b18;
    color: #84580f;
}
.domain-result a {
    display: inline-flex;
    margin-left: 12px;
    padding: 8px 13px;
    border-radius: 4px;
    background: #d72940;
    color: #fff;
    font-weight: 700;
}
@media (max-width: 560px) {
    .domain-check-form {
        grid-template-columns: 1fr;
        height: 108px;
        overflow: visible;
    }
    .domain-check-form button {
        min-height: 50px;
    }
    .domain-result a {
        display: flex;
        width: max-content;
        margin: 10px 0 0;
    }
}
.domain-search .domain-result {
    width: 100%;
    height: auto;
    margin-top: 12px;
    padding: 13px 16px;
    border: 0;
    border-left: 3px solid #7f8993;
}
.domain-check-form button b .hosting-icon {
    width: 23px;
    height: 23px;
}
/* Full artwork: never crop the supplied hero composition. */
.hosting-hero {
    min-height: 33.35vw;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}
@media (max-width: 760px) {
    .hosting-hero {
        background-size:
            100% 100%,
            100% auto;
        background-position:
            center,
            center bottom;
        background-repeat: no-repeat;
    }
}
















































/* Verbindlicher einheitlicher Hero-Abstand zum Header. */
.hosting-hero {
    box-sizing: border-box !important;
    margin-top: 0 !important;
    padding-top: clamp(110px, 8.6vw, 150px) !important;
    padding-right: var(--site-gutter) !important;
    padding-bottom: 32px !important;
    padding-left: var(--site-gutter) !important;
    background-position: center top !important;
}

@media (max-width: 760px) {
    .hosting-hero {
        margin-top: 0 !important;
        padding-top: 48px !important;
        padding-right: var(--site-gutter) !important;
        padding-bottom: 32px !important;
        padding-left: var(--site-gutter) !important;
    }
}




















































