@keyframes animatedBackground {
    0% { background-position: 0% 60%; }
    50% { background-position: 100% 60%; }
    100% { background-position: 0% 60%; }
}


#welcome {
    font-family: 'Domine';
    font-size: 64px;
}

#welcome2 {
    font-family: 'Fira Sans';
    font-size: 32px;
    margin-top: -60px;
}

#share {
    font-family: 'Asap Condensed', sans-serif;
    font-size: 18px;
}

body {
    background: linear-gradient(150deg, rgb(38, 49, 117), rgb(0, 65, 145), rgba(54,158,192,1), rgb(0, 65, 145));
    background-size: 200% 200%;
    animation: animatedBackground 5s ease-in-out infinite;
    color: white;
    font-family: 'Fira Sans', sans-serif;
    overflow-y: auto;
    background-attachment: fixed;
}

.container {
    max-width: 90%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.container22 {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.share-container {
    max-width: 800px;
    margin-top: -20px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

h1 {
    text-align: center;
    padding: 20px 0;
}

#description {
    font-family: 'Fira Sans', monospace;
    font-weight: 300;
    margin-bottom: 20px;
}

#description2 {
    font-family: 'Fira Sans', monospace;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: left;
}

.images-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Zentriert die Bilder innerhalb des Containers */
    gap: 10px;
    margin-top: 20px;
}

.image-wrapper {
    flex-basis: calc(20% - 10px); /* Anpassung basierend auf der Anzahl der Bilder und dem gewünschten Gap */
    overflow: hidden; /* Versteckt Teile des Bildes, die über den max-height hinausgehen */
}

.images-row img {
    width: 100%; /* Stellt sicher, dass das Bild die Breite des Wrappers einnimmt */
    height: auto; /* Passt die Höhe automatisch an, um das Seitenverhältnis zu bewahren */
}

.lang-switcher {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.container img {
    max-width: 20%;
    height: auto;
}

.button-row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
}

.container .mockup {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#faq {
    border: 1px solid white;
    padding: 20px;
    margin: 20px 0;
}

#designn {
    border: 1px solid white;
    padding: 20px;
    margin: 20px 0;
}

#imprintt {
    padding: 20px;
    margin: 20px 0;
        font-family: 'Courier New', monospace;
    margin-bottom: 0px;
}

#imprinttt {
    padding: 20px;
    margin: 20px 0;
        font-family: 'Courier New', monospace;
}

.ld-custom-button-container a button {
    margin-top: 15px;
    margin-bottom: 25px;
    border: 2px solid #000000;
    box-shadow: 8px 8px 0 0 #000000;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    min-width: 225px;
    flex: 1;
}

a {
    color: #0345B3;
    text-decoration: none;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

button {
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    color: #000000;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    padding: 10px 24px;
    transition-duration: 0.4s;
}

.ld-custom-button-container a button:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translate(4px, 4px);
    box-shadow: 4px 4px 0 0 #000000;
}

.ld-custom-button-container a button:active {
    transform: translate(4px, 4px);
    box-shadow: 4px 4px 0 0 #000000;
}

.horizontal-line-container {
    display: flex;
    justify-content: center;
}

.horizontal-line {
    border-top: 1px solid #948373;
    width: 80%;
    margin: 20px 0;
}

#additional-text p {
    font-family: 'Courier New', monospace;
}

#download-header {
    margin-bottom: 10px;
}

@media (max-width: 375px) {
    .ld-custom-button-container a button {
        min-width: 80px;
        font-size: 12px;
        padding: 5px 10px;
    }
}