@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

.logo,
.text-center,
.text-pressed,
footer {
    text-align: center;
}

.footer ul li a,
a {
    text-decoration: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body,
ol,
p,
ul {
    font-family: Inter, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
}

*,
::after,
::before {
    box-sizing: inherit;
    z-index: 5;
}

.wrapper {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}

.main {
    margin-bottom: 90px;
}

.wide {
    display: block;
    margin: 30px 0;
}

@media (min-width: 450px) {
    .wide {
        margin: 40px 0;
    }
}

@media (min-width: 640px) {
    .wide {
        margin: 50px 0;
    }
}

@media (min-width: 1050px) {
    .wide {
        margin: 50px -75px;
    }
}

.fixed-img {
    position: fixed;
    z-index: -1;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

strong {
    font-weight: 700;
    font-family: Inter, sans-serif;
}
em {
    font-style: italic;
}

ol,
p,
ul {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 95%;
    color: #000;
}

h1,
h2 {
    font-weight: 700;
    font-family: Inter, sans-serif;
    color: #000;
}

@media (min-width: 450px) {
    ol,
    p,
    ul {
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
    }
}

@media (min-width: 640px) {
    ol,
    p,
    ul {
        font-size: 16px;
        line-height: 1.6;
        max-width: 100%;
    }
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

dl,
ol,
ul {
    margin-left: 5%;
}

li {
    margin: 0 0 10px;
    padding: 0 1%;
}

li:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 36px;
    line-height: 46px;
    margin: 14px 0;
    max-width: 90%;
}

h1 + * {
    margin-top: 20px;
}

@media (min-width: 450px) {
    h1 {
        font-size: 38px;
        line-height: 48px;
        margin: 20px 0;
    }
}

@media (min-width: 640px) {
    h1 {
        font-size: 48px;
        line-height: 1.3;
        margin: 24px 0 20px;
    }
}

h2 {
    font-size: 26px;
    line-height: 1.47;
    margin: 22px 0;
    letter-spacing: 0.2px;
}

@media (min-width: 450px) {
    h2 {
        font-size: 18px;
        max-width: 100%;
    }
}

@media (min-width: 640px) {
    h2 {
        font-size: 26px;
        max-width: 100%;
    }
}

.headline,
h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 0;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

h3 {
    line-height: 30px;
    margin: 40px 0 0;
}

@media (min-width: 450px) {
    h3 {
        font-size: 18px;
        line-height: 26px;
        max-width: 100%;
    }
}

@media (min-width: 640px) {
    h3 {
        font-size: 18px;
        line-height: 30px;
        max-width: 100%;
    }
}

.headline {
    line-height: 30px;
    margin: 0;
}

.active {
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.center h1 {
    display: block;
    min-width: 100%;
    max-width: 100%;
}

.text-center {
    width: 100%;
    min-width: 100%;
}

.text-pressed {
    max-width: 500px;
    width: 60%;
    margin: auto;
}

.big-paragraph {
    padding-bottom: 40px;
}

.hidden {
    display: none;
}

.visible {
    display: block !important;
}

.logo {
    margin-top: 104px;
    margin-bottom: 104px;
    width: 100%;
}

.logo a img {
    width: 192px;
    height: 115px;
}

@media (max-width: 560px) {
    .logo {
        margin-top: 34px;
        margin-bottom: 34px;
    }

    .logo a img {
        width: 138px;
        height: 83px;
    }
}

footer {
    width: 100%;
}

.footer {
    width: 100%;
    clear: both;
    padding-top: 60px;
}

.footer ul {
    list-style: none;
}

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    text-transform: uppercase;
    font-size: 12px;
}

.login-form input,
.login-form label {
    color: #000;
    font-size: 20px;
    font-family: Inter, sans-serif;
}

.footer ul li:first-of-type {
    display: block;
}

.line {
    height: 0.5px;
    max-width: 500px;
    clear: both;
    margin-bottom: 5px;
}

.phone,
.slides {
    height: 490px;
    margin-top: 150px;
    margin-left: 15px;
}

.phone {
    position: absolute;
    z-index: 999;
}

.slides {
    width: 243px;
    position: relative;
    overflow: hidden;
}

.slides img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: absolute;
    transform: translateX(100%);
}

.slide-1 {
    transform: translateX(0);
    animation: move 25s linear infinite;
}

.slide-2 {
    animation: move2 25s linear infinite;
}

.slide-3 {
    animation: move3 25s linear infinite;
}

.slide-4 {
    animation: move4 25s linear infinite;
}

.slide-5 {
    animation: move5 25s linear infinite;
}

@keyframes move {
    0%,
    100%,
    16%,
    4% {
        transform: translateX(0);
        z-index: 10;
    }

    20% {
        transform: translateX(-100%);
        z-index: 0;
    }

    21%,
    92%,
    96% {
        transform: translateX(100%);
        z-index: 0;
    }
}

@keyframes move2 {
    0%,
    100%,
    16%,
    41% {
        transform: translateX(100%);
        z-index: 0;
    }

    20%,
    24%,
    36% {
        transform: translateX(0);
        z-index: 10;
    }

    40% {
        transform: translateX(-100%);
        z-index: 0;
    }
}

@keyframes move3 {
    0%,
    36% {
        transform: translateX(100%);
        z-index: 0;
    }

    40%,
    44%,
    56% {
        transform: translateX(0);
        z-index: 10;
    }

    60% {
        transform: translateX(-100%);
        z-index: 0;
    }

    100%,
    61% {
        transform: translateX(100%);
        z-index: 0;
        z-index: -1;
    }
}

@keyframes move4 {
    0%,
    56% {
        transform: translateX(100%);
        z-index: 0;
    }

    60%,
    64% {
        transform: translateX(0);
        z-index: 10;
    }

    76% {
        transform: translateX(0);
        z-index: 10;
        z-index: 0;
    }

    80% {
        transform: translateX(-100%);
        z-index: 0;
    }

    100%,
    81% {
        transform: translateX(100%);
        z-index: 0;
        z-index: -1;
    }
}

@keyframes move5 {
    0%,
    76% {
        transform: translateX(100%);
        z-index: 0;
    }

    80%,
    84% {
        transform: translateX(0);
        z-index: 10;
    }

    96% {
        transform: translateX(0);
        z-index: 10;
        z-index: 0;
    }

    100% {
        transform: translateX(-100%);
        z-index: 0;
    }
}

.app-store-logo {
    padding-top: 40px;
}

.app-store-logo a:first-of-type {
    padding-right: 10px;
}

@media (max-width: 560px) {
    .app-store-logo {
        padding-top: 24px;
    }
}

.column-8 {
    width: calc(66.66667% - 33.33px);
    float: left;
    margin-left: 20px;
}

@media (max-width: 1080px) {
    .center {
        text-align: center;
    }

    .column-8 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: auto;
    }

    .column-4 {
        display: none;
    }
}

.column-4 {
    width: calc(33.33333% - 26.67px);
    float: left;
    margin-left: 20px;
}

a {
    color: #000;
}

a:active,
a:hover {
    text-decoration: underline;
}

#verify {
    display: none;
}

.big-padding {
    padding-bottom: 140px;
}

.agb-list {
    margin: 0;
    padding-top: 40px;
}

.agb-content {
    padding-left: 0;
}

.agb-subsection {
    padding-left: 30px;
}

.agb-introduction {
    margin-bottom: 0;
}

.agb-list-item {
    padding: 0;
    margin: 0;
}

.agb-list-item {
    padding: 0;
    margin: 0;
    list-style-type: disc;
}

.lets-go-circle {
    margin-top: 68px;
}

.login-form {
    position: relative;
}

.login-form label {
    width: 100%;
    line-height: 1.6;
    display: block;
    margin-top: 60px;
    margin-bottom: 30px;
}

.login-form input {
    width: 260px;
    border: none;
    border-bottom: 0.5px solid #000;
    outline: 0;
    background: 0 0;
}

.show-password {
    border: none;
    outline: 0;
    background: 0 0;
    position: absolute;
    left: 580px;
    bottom: 2px;
}

.imprint-list {
    margin: 0;
}

.imprint-list li {
    padding-left: 0;
    margin-bottom: 5px;
}

.capital-letters {
    text-transform: uppercase;
}
