*,
body {
    padding: 0;
    margin: 0;
}
.account-item,
.seminar-icon {
    text-decoration: none;
    display: flex;
}
*,
body {
    margin: 0;
}
*,
.apple-input {
    box-sizing: border-box;
}
*,
.footer-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.apple-login-link,
.apple-subtitle,
.apple-title,
.footer-copyright,
.logo-container {
    text-align: center;
}
body {
    background-color: #fff;
    font-family: var(--apple-font);
    color: var(--apple-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.paddingcreated {
    padding-top: 0px;
}
.footer-pattern-horizontal {
    width: 100%;
    height: 150px;
    background-image: url("/../images/elemente/1 Footer-resized2.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 150px;
    margin-bottom: -11px;
}
.navbar-container {
    position: fixed;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
}
.navbar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    max-width: 1400px;
    margin: 0 auto;
    transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.logo-section {
    display: flex;
    align-items: center;
    position: relative;
}
.logo-img {
    height: 80px;
    width: auto;
}
.seminar-icon {
    margin-left: 140px;
    margin-right: -30px;
    flex-direction: column;
    align-items: center;
    color: #000;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.seminar-label {
    font-size: 11px;
    font-weight: 500;
    margin-top: 5px;
    transition: opacity 0.3s;
}
.account-item,
.search-section {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {
    .navbar-container.scrolled .navbar-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.navbar-container.scrolled .logo-img {
    height: 90px;
    top: -17px;
}
.navbar-container.scrolled .account-label,
.navbar-container.scrolled .seminar-label {
    opacity: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
}
.navbar-container.scrolled .seminar-icon {
    margin-left: 120px;
}
.navbar-container.scrolled .seminar-icon2 {
    margin-bottom: 5px;
}
.seminar-icon2 {
    margin-bottom: -10px;
}
.search-section {
    flex-grow: 1;
    max-width: 600px;
    margin: 0 30px;
    position: relative;
}
.search-bar {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 100px;
    padding: 8px 16px;
}
.search-icon {
    margin-right: 10px;
}
.search-input {
    flex-grow: 1;
    border: none;
    background: 0 0;
    font-size: 16px;
    color: #333;
    padding: 5px 0;
    width: 100%;
}
.search-input:focus {
    outline: 0;
}
.account-section {
    display: flex;
    align-items: center;
    gap: 25px;
}
.account-item {
    flex-direction: column;
    align-items: center;
    color: #333;
}
.mobile-nav-link,
.nav-link {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.account-icon {
    margin-bottom: 5px;
    transition: margin 0.3s;
}
.account-label {
    font-size: 11px;
    font-weight: 500;
    transition: opacity 0.3s, height 0.3s, margin 0.3s, visibility 0.3s;
}
.nav-scrolled,
.navbar-bottom {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-container.scrolled .account-icon {
    margin-bottom: 0;
}
.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    max-width: 1400px;
    margin: 0 auto;
}
.nav-list,
.nav-scrolled .nav-list {
    display: flex;
    list-style: none;
}
.nav-item,
.nav-scrolled .nav-item {
    margin: 0 20px;
}
.nav-link {
    display: block;
    font-size: 16px;
    padding: 15px 0;
    position: relative;
}
.nav-link:hover {
    color: #C3B089 !important;
}
.nav-scrolled {
    display: flex;
}
.navbar-container.scrolled .nav-scrolled {
    opacity: 1;
    visibility: visible;
}
.navbar-container.scrolled .navbar-bottom {
    height: 0;
    border-top: none;
}
.navbar-container.scrolled .search-section {
    opacity: 0;
    visibility: hidden;
    max-width: 0;
    margin: 0;
}
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
}
.mobile-menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 3px;
}
.mobile-menu-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    overflow-y: auto;
    flex-direction: column;
}
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.mobile-logo {
    height: 50px;
    width: auto;
}
.mobile-close {
    background: 0 0;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
.mobile-search-container {
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.mobile-account-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
    border-bottom: 1px solid #eee;
}
.mobile-account-container .account-item {
    margin: 0;
}
.mobile-nav-container {
    padding: 15px;
}
.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-nav-link {
    font-size: 16px;
    display: block;
    position: relative;
}
.footer-bottom-link:hover,
.mobile-nav-link.active,
.service-link:hover {
    color: #C3B089;
}
.search-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.page-content {
    padding-top: 180px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1024px) {
    .nav-item,
    .nav-scrolled .nav-item,
    .search-section {
        margin: 0 15px;
    }
    .account-section {
        gap: 15px;
    }
}
:root {
    --apple-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --apple-bg: #f5f5f7;
    --apple-white: #ffffff;
    --apple-text: #1d1d1f;
    --apple-text-secondary: #86868b;
    --apple-blue: #C3B089;
    --apple-blue-hover: #A89571;
    --apple-border: #d2d2d7;
    --apple-error: #ff3b30;
    --apple-success: #34c759;
    --apple-radius: 12px;
    --apple-input-radius: 8px;
    --apple-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    --apple-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.apple-register-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.background-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(195, 176, 137, 0.7), rgba(195, 176, 137, 0.5));
    pointer-events: none;
}
.apple-form-group,
.floating-label-group {
    position: relative;
}
.background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.apple-form-group,
.apple-input,
.apple-register-content,
.apple-subtitle,
.apple-title {
    transition: var(--apple-transition);
}
.apple-register-content {
    width: 100%;
    max-width: 480px;
    background-color: var(--apple-white);
    border-radius: var(--apple-radius);
    box-shadow: var(--apple-shadow);
    padding: 40px 40px 30px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(30px);
    margin: 20px;
    backdrop-filter: blur(5px);
}
.apple-button,
.apple-checkbox-group,
.apple-divider,
.apple-form-group,
.apple-login-link,
.apple-subtitle,
.apple-title {
    transform: translateY(20px);
    opacity: 0;
}
.apple-logo-container {
    text-align: center;
    margin-bottom: 24px;
}
.apple-logo {
    width: 100px;
    height: auto;
}
.apple-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 8px;
}
.apple-subtitle {
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
    color: var(--apple-text-secondary);
    margin: 0 0 32px;
}
.apple-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.apple-input {
    width: 100%;
    height: 52px;
    background-color: rgba(245, 245, 247, 0.8);
    border: 1px solid var(--apple-border);
    border-radius: var(--apple-input-radius);
    padding: 16px 16px 0;
    font-size: 16px;
    color: var(--apple-text);
}
.floating-label {
    position: absolute;
    left: 16px;
    top: 16px;
    font-size: 16px;
    color: var(--apple-text-secondary);
    pointer-events: none;
    transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.apple-button,
.apple-checkbox,
.apple-checkbox-group,
.apple-divider,
.apple-link,
.apple-login-link {
    transition: var(--apple-transition);
}
.apple-input:focus,
.apple-input:not(:placeholder-shown) {
    border-color: #C3B089;
    padding-top: 20px;
}
.apple-input:focus + .floating-label,
.apple-input:not(:placeholder-shown) + .floating-label {
    transform: translateY(-10px) scale(0.8);
    transform-origin: left top;
    color: #C3B089;
}
.apple-checkbox:focus,
.apple-input:focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(195, 176, 137, 0.2);
}
.apple-input.is-invalid {
    border-color: var(--apple-error);
}
.apple-input.is-invalid + .floating-label {
    color: var(--apple-error);
}
.apple-input::placeholder {
    opacity: 0;
}
.apple-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.apple-checkbox {
    position: relative;
    appearance: none;
    width: 22px;
    height: 22px;
    border: 1px solid var(--apple-border);
    border-radius: 4px;
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
}
.apple-checkbox:checked {
    background-color: #C3B089;
    border-color: #C3B089;
}
.apple-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.apple-checkbox-label {
    font-size: 14px;
    line-height: 1.4;
    color: var(--apple-text-secondary);
}
.apple-link {
    color: #C3B089;
    text-decoration: none;
}
.apple-link:hover {
    color: #A89571;
    text-decoration: underline;
}
.apple-button {
    height: 52px;
    background-color: #C3B089;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: var(--apple-input-radius);
    cursor: pointer;
    transition: all 0.3s ease;
}
.apple-divider span,
.apple-login-link {
    color: var(--apple-text-secondary);
    font-size: 14px;
}
.apple-button:hover {
    background-color: #A89571;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(195, 176, 137, 0.3);
}
.apple-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(195, 176, 137, 0.2);
}
.apple-divider {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.apple-divider::after,
.apple-divider::before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--apple-border);
}
.apple-divider span {
    padding: 0 16px;
}
.apple-alert p,
.apple-success-alert p {
    margin: 0;
    padding: 4px 0;
    font-weight: 500;
}
.apple-error {
    display: block;
    margin-top: 6px;
    color: var(--apple-error);
    font-size: 14px;
}
@media (max-width: 520px) {
    .apple-register-content {
        padding: 30px 20px;
        margin: 10px;
    }
    .apple-title {
        font-size: 24px;
    }
    .apple-subtitle {
        font-size: 15px;
    }
}
.apple-alert,
.apple-success-alert {
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.4;
    animation: 0.3s ease-out apple-alert-appear;
    max-width: 100%;
}
.apple-alert {
    background-color: rgba(255, 59, 48, 0.05);
    border-left: 3px solid #ff3b30;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.apple-alert p {
    color: #d70015;
}
.apple-alert p:not(:last-child) {
    margin-bottom: 8px;
}
.apple-success-alert {
    background-color: rgba(52, 199, 89, 0.08);
    border-left: 3px solid #34c759;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(10px);
}
.apple-success-alert p {
    color: #14783c;
}
@keyframes apple-alert-appear {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.preorder-notice {
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.4;
    animation: 0.3s ease-out apple-alert-appear;
    max-width: 100%;
    background-color: rgba(255, 149, 0, 0.08);
    border-left: 3px solid #ff9500;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.preorder-notice p {
    color: #bf6900;
    margin: 0;
    padding: 4px 0;
    font-weight: 500;
}
@media (prefers-color-scheme: dark) {
    .apple-alert {
        background-color: rgba(255, 69, 58, 0.1);
        border-left: 3px solid #ff453a;
        color: #f5f5f7;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }
    .apple-alert p {
        color: #ff6961;
    }
    .apple-success-alert {
        background-color: rgba(48, 209, 88, 0.1);
        border-left: 3px solid #30d158;
        color: #f5f5f7;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }
    .apple-success-alert p {
        color: #32d74b;
    }
    .preorder-notice {
        background-color: rgba(255, 159, 10, 0.1);
        border-left: 3px solid #ff9f0a;
        color: #f5f5f7;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }
    .preorder-notice p {
        color: #ffb340;
    }
}
.header-separator {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px 0 30px;
    padding: 50px 5% 0;
}
.logo-container,
.newsletter-btn svg {
    margin-left: 10px;
}
.header-separator::after,
.header-separator::before {
    content: "";
    height: 1px;
    background-color: #c5d0da;
    flex-grow: 1;
}
.logo-container {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 500px;
    margin-right: 10px;
}
.logo-img2 {
    height: 100px;
    width: auto;
    display: block;
    padding: 8px;
}
.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 30px;
}
.footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
    padding-right: 20px;
}
.footer-column-header {
    font-size: 18px;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0 0 25px;
}
.service-link,
.social-link {
    color: #333;
    text-decoration: none;
}
.service-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 20px;
}
.service-link {
    font-size: 15px;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}
.service-link.active {
    color: #0075b0;
    font-weight: 500;
}
.social-links {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}
.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: background-color 0.3s;
}
.social-icon:hover {
    background-color: #e5e5ea;
}
.social-label {
    font-size: 14px;
    margin-top: 5px;
}
.newsletter-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.newsletter-feature {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
}
.newsletter-feature svg {
    margin-right: 10px;
    color: #0075b0;
    flex-shrink: 0;
}
.newsletter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0075b0;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.newsletter-btn:hover {
    background-color: #016192;
}
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    gap: 20px;
}
.footer-bottom-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.footer-bottom-link {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-copyright {
    width: 100%;
    color: #0075b0;
    font-size: 13px;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .navbar-container.scrolled .navbar-top {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .account-section .account-item,
    .account-section .account-item.mobile-visible .account-label,
    .main-nav,
    .nav-scrolled,
    .navbar-bottom,
    .search-section,
    .seminar-icon {
        display: none;
    }
    .logo-img,
    .navbar-container.scrolled .logo-img {
        height: 50px;
    }
    .paddingcreated,
    .page-content {
        padding-top: 80px;
    }
    .navbar-top {
        padding: 10px 15px;
        justify-content: space-between;
    }
    .logo-img {
        position: static;
        height: 60px;
    }
    .account-section {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-left: auto;
    }
    .account-section .account-item.mobile-visible {
        display: flex;
        align-items: center;
    }
    .mobile-menu-toggle,
    .search-toggle {
        display: flex;
        margin-left: 15px;
        margin-top: -4px;
    }
    .mobile-menu-container.active {
        display: flex;
    }
    body.menu-open {
        overflow: hidden;
    }
    .mobile-nav-item {
        margin-bottom: 15px;
    }
    .mobile-nav-link.active::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #0075b0;
    }
    .header-separator {
        margin: 10px 0 20px;
    }
    .footer-container {
        padding: 10px 20px 20px;
    }
    .footer-main {
        flex-direction: column;
    }
    .footer-column {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0;
    }
    .service-links {
        grid-template-columns: 1fr;
    }
    .social-links {
        justify-content: flex-start;
        gap: 20px;
    }
    .footer-bottom-nav {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .logo-img2 {
        height: 80px;
    }
}

.cta-button {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 30px;
    background-color: #fff;
    color: #0075b0;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    border: 2px solid #0075b0;
}

.cta-button:hover {
    background-color: #0075b0;
    color: #fff;
}
