Anmeldung zum lynck Newsletter
Trends und Technologien für sichere und reibungslose Zahlungen
– Melde dich an und hol dir die Updates!
Das erwartet Dich:
Aktuelle Trends: Verpasse keine neuen Entwicklungen und Angebote rund um Payment-Lösungen.
Exklusive Tipps: Wie du Deine Konversionsraten maximierst und den Kaufprozess optimierst.
Zahlungsvielfalt: Neuigkeiten zu beliebten Zahlungsarten wie Klarna, PayPal, Amazon Pay, Zinia und Kreditkarten.
Hier anmelden
Einfach das Formular ausfüllen, die E-Mail im Nachgang bestätigen
und schon bleibst Du auf dem Laufenden!
<style>
/* Container für das Formular */
.n2g-container {
display: flex;
flex-direction: column;
align-items: center;
margin: 0 auto;
padding: 10px;
max-width: 500px; /* Begrenzung der Breite des Containers */
font-family: 'Century Gothic', sans-serif; /* Schriftart */
}
/* Formularfeld-Container */
.n2g-container .form-group {
width: 100%; /* Volle Breite des Containers */
text-align: center; /* Zentriert Label und Eingabe */
margin-bottom: 15px; /* Abstand zwischen den Gruppen */
}
/* Labels */
.n2g-container label {
font-family: 'Century Gothic', sans-serif;
font-size: 14px;
margin-bottom: 5px; /* Abstand zur Eingabe */
display: block; /* Block-Level für Label */
text-align: center; /* Zentriert */
}
/* Formularfelder */
.n2g-container input[type="text"],
.n2g-container input[type="email"],
.n2g-container select {
width: 100%; /* Volle Breite des Containers */
padding: 10px; /* Innenabstand */
box-sizing: border-box;
border: 1px solid #ccc; /* Rahmen */
border-radius: 5px; /* Abgerundete Ecken */
font-family: 'Century Gothic', sans-serif;
font-size: 14px;
}
/* Checkbox-Container */
.n2g-container .checkbox-container {
display: flex;
align-items: center;
margin-bottom: 15px;
width: 100%; /* Volle Breite */
justify-content: center; /* Zentriert */
}
.n2g-container .checkbox-container input[type="checkbox"] {
margin-right: 10px; /* Abstand zwischen Checkbox und Text */
}
/* Disclaimer */
.n2g-container .disclaimer {
font-size: 12px;
margin-top: 10px;
text-align: center;
}
/* Button */
.n2g-container button {
width: 50%; /* Button schmaler machen */
padding: 10px; /* Innenabstand */
background: linear-gradient(90deg, #FF7A21, #FF5000); /* Farbverlauf */
border: none; /* Kein Rahmen */
border-radius: 5px; /* Abgerundete Ecken */
color: white; /* Schriftfarbe */
font-family: 'Century Gothic', sans-serif;
font-size: 16px;
font-weight: bold; /* Fettgedruckt */
cursor: pointer; /* Zeiger bei Hover */
transition: background 0.3s; /* Übergangseffekt */
}
/* Button Hover-Effekt */
.n2g-container button:hover {
background: linear-gradient(90deg, #FF5000, #FF7A21); /* Umgekehrter Farbverlauf */
}
</style>
<script id="n2g_script">
!function(e,t,n,c,r,a,i){e.Newsletter2GoTrackingObject=r,e[r]=e[r]||function(){(e[r].q=e[r].q||[]).push(arguments)},e[r].l=1*new Date,a=t.createElement(n),i=t.getElementsByTagName(n)[0],a.async=1,a.src=c,i.parentNode.insertBefore(a,i)}
(window,document,"script","https://static.newsletter2go.com/utils.js","n2g");
var config = {
"container": {
"type": "div",
"class": "n2g-container",
"style": ""
},
"row": {
"type": "div",
"class": "form-group",
"style": "margin-top: 15px;"
},
"columnLeft": {
"type": "div",
"class": "checkbox-container",
"style": "display: flex; align-items: center; justify-content: center;"
},
"columnRight": {
"type": "div",
"class": "",
"style": ""
},
"label": {
"type": "label",
"class": "",
"style": "text-align: center; font-family: 'Century Gothic', sans-serif;"
}
};
n2g('create', 'im04q41f-wm57nhbb-129k');
n2g('subscribe:createForm', config);
</script>