/* Elementor Container Override - NUR Padding entfernen */
.elementor-widget-html:has(.kl-signup-wrapper),
.elementor-widget-container:has(.kl-signup-wrapper) {
padding: 0 !important;
margin: 0 !important;
}
.elementor-element:has(.kl-signup-wrapper) {
padding: 0 !important;
margin: 0 !important;
}
.e-con:has(.kl-signup-wrapper),
.e-con-inner:has(.kl-signup-wrapper) {
padding: 0 !important;
margin: 0 !important;
--padding-inline-start: 0 !important;
--padding-inline-end: 0 !important;
--padding-block-start: 0 !important;
--padding-block-end: 0 !important;
}
.kl-signup-wrapper {
font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
color: #1a1a1a;
line-height: 1.6;
padding: 40px 20px;
background-color: #ffffff !important;
position: relative !important;
min-height: 600px;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
box-sizing: border-box !important;
}
.kl-container {
max-width: 1100px;
width: 100%;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: center;
}
.kl-content {
padding-right: 20px;
}
.kl-headline {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 38px;
font-weight: 500;
line-height: 1.2;
margin: 0 0 20px 0;
letter-spacing: -0.015em;
color: #1a1a1a;
}
.kl-headline em {
font-style: italic;
color: #9a1815;
}
.kl-subtitle {
font-size: 16px;
color: #555;
margin: 0 0 28px 0;
max-width: 480px;
line-height: 1.7;
}
.kl-frequency {
display: inline-block;
padding: 12px 18px;
background: #fafafa;
border-radius: 8px;
border: 1px solid #e0e0e0;
margin: 0 0 30px 0;
font-size: 14px;
color: #555;
}
.kl-frequency strong {
color: #1a1a1a;
font-weight: 600;
}
.kl-benefits {
list-style: none;
margin: 0 0 35px 0;
padding: 0;
}
.kl-benefits li {
margin: 0 0 14px 0;
padding: 0 0 0 22px;
position: relative;
font-size: 14px;
color: #555;
line-height: 1.5;
}
.kl-benefits li::before {
content: "→";
color: #9a1815;
font-weight: 600;
position: absolute;
left: 0;
top: 0;
}
.kl-benefit-title {
display: block;
color: #1a1a1a;
font-weight: 600;
font-size: 14px;
margin: 0 0 3px 0;
}
.kl-benefit-desc {
display: block;
color: #666;
font-size: 13px;
}
.kl-social-proof {
padding-top: 25px;
border-top: 1px solid #e0e0e0;
}
.kl-proof-text {
font-size: 14px;
color: #555;
line-height: 1.6;
margin: 0;
}
.kl-proof-text strong {
color: #1a1a1a;
font-weight: 600;
}
.kl-form-card {
max-width: 400px;
width: 100%;
margin: 0 auto;
padding: 32px 28px;
background: #fff;
border-radius: 16px;
border: 1px solid rgba(0,0,0,0.06);
box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.kl-form-header {
text-align: center;
margin: 0 0 24px 0;
}
.kl-form-title {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 24px;
font-weight: 600;
margin: 0 0 6px 0;
color: #1a1a1a;
}
.kl-form-subtitle {
font-size: 13px;
color: #666;
margin: 0;
}
.kl-gender-options {
display: flex;
gap: 18px;
justify-content: center;
margin: 0 0 16px 0;
}
.kl-gender-option {
display: flex;
align-items: center;
gap: 5px;
}
.kl-gender-option input[type="radio"] {
accent-color: #9a1815;
width: 15px;
height: 15px;
margin: 0;
cursor: pointer;
}
.kl-gender-option label {
font-size: 13px;
color: #555;
cursor: pointer;
}
.kl-form-group {
margin: 0 0 10px 0;
}
.kl-form-group input[type="text"],
.kl-form-group input[type="email"] {
width: 100%;
padding: 12px 14px;
font-size: 14px;
font-family: inherit;
border: 1px solid #e0e0e0;
border-radius: 6px;
background: #fafafa;
box-sizing: border-box;
}
.kl-form-group input[type="text"]:focus,
.kl-form-group input[type="email"]:focus {
outline: none;
border-color: #9a1815;
background: #fff;
box-shadow: 0 0 0 3px rgba(154, 24, 21, 0.08);
}
.kl-form-group input::placeholder {
color: #999;
}
.kl-form-group input._has_error {
border-color: #e53935;
}
.kl-name-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin: 0 0 10px 0;
}
.kl-name-row .kl-form-group {
margin: 0;
}
.kl-submit-btn {
width: 100%;
padding: 14px 20px;
font-size: 15px;
font-weight: 600;
font-family: inherit;
color: #fff;
background: #9a1815;
border: none;
border-radius: 8px;
cursor: pointer;
margin: 6px 0 0 0;
}
.kl-submit-btn:hover {
background: #7a1210;
}
.kl-submit-btn:disabled {
opacity: 0.6;
cursor: not-allowed;
}
.kl-submit-btn.processing {
position: relative;
color: transparent;
}
.kl-submit-btn.processing::after {
content: "";
position: absolute;
width: 18px;
height: 18px;
top: 50%;
left: 50%;
margin: -9px 0 0 -9px;
border: 2px solid #fff;
border-top-color: transparent;
border-radius: 50%;
animation: kl-spin 0.8s linear infinite;
}
@keyframes kl-spin {
to { transform: rotate(360deg); }
}
.kl-privacy-note {
font-size: 11px;
color: #888;
text-align: center;
margin: 14px 0 0 0;
line-height: 1.5;
}
.kl-privacy-note a {
color: #555;
text-decoration: underline;
}
.kl-preview-link {
text-align: center;
margin: 16px 0 0 0;
padding: 14px 0 0 0;
border-top: 1px solid #e0e0e0;
}
.kl-preview-link a {
font-size: 13px;
color: #9a1815;
text-decoration: none;
font-weight: 500;
}
.kl-preview-link a:hover {
opacity: 0.7;
}
.kl-success-message {
display: none;
text-align: center;
padding: 30px 15px;
}
.kl-success-message.show {
display: block;
}
.kl-success-icon {
width: 50px;
height: 50px;
background: linear-gradient(145deg, #22c55e, #16a34a);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 15px auto;
font-size: 22px;
color: #fff;
}
.kl-success-title {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 20px;
font-weight: 600;
margin: 0 0 10px 0;
color: #1a1a1a;
}
.kl-success-text {
color: #555;
font-size: 13px;
line-height: 1.6;
margin: 0;
}
.kl-success-text strong {
color: #1a1a1a;
display: block;
margin-top: 10px;
}
.kl-error-message {
background: #fff5f5;
color: #c53030;
padding: 10px 14px;
border-radius: 6px;
font-size: 12px;
margin: 0 0 12px 0;
display: none;
border: 1px solid #feb2b2;
}
.kl-error-message.show {
display: block;
}
.kl-variant {
display: none;
}
.kl-variant.active {
display: block;
}
@media (max-width: 900px) {
.kl-signup-wrapper {
padding: 30px 15px;
}
.kl-container {
grid-template-columns: 1fr;
gap: 40px;
max-width: 450px;
}
.kl-content {
padding-right: 0;
text-align: center;
}
.kl-benefits {
text-align: left;
max-width: 350px;
margin-left: auto;
margin-right: auto;
}
.kl-frequency {
display: block;
text-align: center;
}
.kl-social-proof {
text-align: center;
}
.kl-subtitle {
margin-left: auto;
margin-right: auto;
}
.kl-headline {
font-size: 28px;
}
.kl-form-card {
max-width: 100%;
}
}
@media (max-width: 480px) {
.kl-headline {
font-size: 24px;
}
.kl-name-row {
grid-template-columns: 1fr;
}
.kl-gender-options {
flex-direction: column;
gap: 8px;
align-items: center;
}
}
