body {
    font-family: "Comic Sans MS", cursive, sans-serif;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(48, 0, 190, 0.8), rgba(0, 0, 0, 0.8)), url('raining-rain.gif');
    opacity: 1;
}

header {
    color: #ffffff;
    padding: 20px;
    padding-bottom: 0px;
    text-align: center;
    backdrop-filter: blur(5px);
    background-image: url("cc.png");
}

header h1 {
    margin: 0;
    font-size: 36px;
}

nav ul {
    font-size: 15px;
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #ffd54f;
}

footer {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    bottom: 0;
    width: 100%;
}
@media only screen and (max-width: 1132px) {

    #mobilemenü li{
        font-size: 50px;
        display: block;
    }
    #handmenü a {

    }
}

@media only screen and (min-width: 1132px) {
    #mobilemenü {
        display: none;
    }
    #pcmenü {
        display: block;
    }
    #handmenü a {
        display: none;
    }
}
#menüicon {
    height: 50px;
    width: 50px;
}
#handmenü a {
    display: none;
}

.content {

    text-align: center;
    background-size: cover;
    color: #ffffff;
    min-height: 100vh;
}

.content h2 {
    font-size: 28px;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    border-radius: 20px;
}

.content p {
    font-size: 18px;
    margin-top: 20px;
}

.content a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}


.content a:visited {
    color: #ffffff;
}

.content a:hover {
    color: #ffd54f;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

footer a:hover {
    color: #ffff00;
}

footer a:visited {
    color: #ffffff;
}




.activ {
    color: #ffd54f;
}

.material-symbols-outlined {
    font-size: 18px; /* Passen Sie diesen Wert an, um die Größe des Icons zu ändern */
}



@media only screen and (max-width: 1132px) {
    .about-me-container {
        display: flex; /* Container wird als Flexbox angezeigt */
        justify-content: center; /* Flexbox-Elemente werden horizontal zentriert */
        flex-direction: column; /* Elemente untereinander anordnen */
        align-items: center; /* Elemente zentrieren */


    }
}
@media only screen and (min-width: 1132px) {
    .about-me-container {
    display: flex; /* Container wird als Flexbox angezeigt */
    justify-content: center; /* Flexbox-Elemente werden horizontal zentriert */
    flex-direction: row; /* Elemente nebeneinander anordnen */
    align-items: flex-start; /* Elemente oben ausrichten */
    margin: 0 auto; /* Zentrieren des Containers */
    max-width: 1000px; /* Maximale Breite des Containers */
}

    }




@media only screen and (max-width: 1132px) {
    .about-me-image {
        margin-bottom: 20px; /* Abstand zwischen Bild und Text */
        margin-right: 0; /* Abstand zwischen Bild und Text */
    }
    .about-me-image {
        flex-shrink: 0; /* Das Bild behält seine Größe bei */
        width: 300px; /* Hier kannst du die Breite des Bildes anpassen */
        height: auto; /* Das Bild behält sein Seitenverhältnis bei */
        border-radius: 10px; /* Optional: abgerundete Ecken für das Bild */
        margin-right: 20px; /* Abstand zwischen Bild und Text */
    }
}
@media only screen and (min-width: 1132px) {
    .about-me-image {
        flex-shrink: 0; /* Das Bild behält seine Größe bei */
        width: 500px; /* Hier kannst du die Breite des Bildes anpassen */
        height: auto; /* Das Bild behält sein Seitenverhältnis bei */
        border-radius: 10px; /* Optional: abgerundete Ecken für das Bild */
        margin-right: 20px; /* Abstand zwischen Bild und Text */
    }
}



.about-me-info {
    flex-grow: 1; /* Der Text soll den verfügbaren Platz einnehmen */
    max-width: 500px; /* Maximale Breite des Textes */
}

/* CSS für den Text unter dem Profilbild */
.about-me-info h2 {
    font-size: 40px;
}

.about-me-info p {
    font-size: 20px;

}

@media only screen and (min-width: 1132px) {
    .price-list {
        grid-template-columns: repeat(3, 1fr);;
    }

    .content {
        padding: 0 0px; /* Zusätzlicher Platz links und rechts */
    }
    .portfolio-image:hover {
        transform: scale(1.07);
        transition: transform 0.5s;
    }

    .portfolio-image {
        flex-shrink: 0; /* Das Bild behält seine Größe bei */
        height: 500px; /* Das Bild behält sein Seitenverhältnis bei */
        border-radius: 10px; /* Optional: abgerundete Ecken für das Bild */
        margin-right: 20px; /* Abstand zwischen Bild und Text */
        width: 353px;
        background-color: rgba(26, 84, 166, 0.28);
    }




    .category ul li {
        list-style: none;
        margin-bottom: 10px;
        font-size: 18px;
    }
    form {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
        width: 40%;
        margin: auto;
        padding: 20px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.1);
    }

}




.social-media-container {
    display: flex; /* Container wird als Flexbox angezeigt */
    justify-content: center; /* Flexbox-Elemente werden zentriert */
    align-items: center; /* Elemente vertikal zentrieren */
}

.social-media-icon {
    font-size: 24px; /* Passen Sie diesen Wert an, um die Größe des Icons zu ändern */
    margin: 0 10px; /* Abstand zwischen den Icons */
    height: 32px; /* Höhe des Icons */
}


form label {
    color: #ffffff;
    font-size: 18px;
}

form input[type="text"], form input[type="email"], form textarea, form input[type="number"], form input[type="file"]
{
    width: 95%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

form input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #ffd54f;
    color: #000;
    cursor: pointer;
    transition: background-color 0.3s;
}

form input[type="submit"]:hover {
    background-color: #ffa726;
}

form textarea {
    height: 100px;
    resize: vertical;
}
.price-list-wrapper {

    margin: 0 auto;

    position: relative; /* Position relativ setzen */
}

.price-list {
    display: grid;


    text-align: left;
    background-size: cover;
    background-position: center;
    border-radius: 10px; /* Optional: Abgerundete Ecken */
    overflow: hidden; /* Überlauf ausblenden */
}

.price-list::before,
.price-list::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20%; /* Breite des Bildes */
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    z-index: -1; /* Hinter das Preislisten-Element legen */
    opacity: 0.25; /* Optional: Bild transparent machen */
}





.category {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    transition: transform 0.5s;

}



.category ul {
    padding: 0;

}



.category ul li:before {
    content: "• ";
    color: #ffd54f;

}
.category h3 {
    font-size: 35px;
    margin-bottom: 10px;
}
.category ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
}
@media only screen and (max-width: 768px) {
    .category ul li {
        list-style: none;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .category h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .content {
        padding: 0 0px; /* Zusätzlicher Platz links und rechts */
    }
    .portfolio-image {
        flex-shrink: 0; /* Das Bild behält seine Größe bei */

        border-radius: 10px; /* Optional: abgerundete Ecken für das Bild */
        margin-right: 20px; /* Abstand zwischen Bild und Text */
        width: 90%;
        background-color: rgba(26, 84, 166, 0.28);
    }
}






.category:hover {
    transform: scale(1.08);
    transition: transform 0.5s;



}


#Fanarts {
    background-image: url('Tomoe.png');
    background-size: cover;
    background-position: right;

}

#zweidmodels {
    background-image: url('art4-com.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

#other {
    background-image: url('dde.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#emotes {
    background-image: url('emote.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#chipi {
    background-image: url('qiqisssart1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#overlay {
    background-image: url('Just_Chatting_Solomontrans.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


produckt-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

produckt-link:hover {
    color: #ffd54f;
}









.privacy-policy {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    width: 800px;
    margin: auto;
}

.privacy-policy h2 {
    font-size: 28px;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    border-radius: 20px;
}

.privacy-policy h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.privacy-policy p {
    font-size: 18px;
    margin-bottom: 20px;
}

.privacy-policy ul {
    padding: 0;
}

.privacy-policy-footer p {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}

.watermark {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.61); /* Transparente Hintergrundfarbe */
    z-index: 9999; /* Stellt sicher, dass das Wasserzeichen über allem anderen liegt */
    pointer-events: none; /* Verhindert, dass das Wasserzeichen Interaktionen blockiert */
}

.watermark-text {
    font-size: 24px;
    font-weight: bold;
    color: #333; /* Farbe des Wasserzeichen-Texts */
    text-align: center;
    transform: rotate(-45deg); /* Optional: Text schräg anzeigen */
    opacity: 0.5; /* Optional: Text weniger auffällig machen */
}

.portfolio-image {
    border-radius: 30px;
    margin: 10px;
    transform: scale(1);
    transition: transform 0.5s;
}





.payment-form {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    width: 500px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.payment-form label {
    color: #ffffff;
    font-size: 18px;
}





.ko-fi {
    transform: scale(1);
    transition: transform 0.5s;
}

.ko-fi:hover {
    transform: scale(1.1);
    transition: transform 0.5s;
}

@media only screen and (max-width: 1132px) {
{

    .category ul li {
        list-style: none;
        margin-bottom: 10px;
        font-size: 10px;
    }
    form {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
        width: 90%;
        margin: auto;
        padding: 20px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.1);
    }
}
}

@media only screen and (max-width: 749px) {
{
    .category ul li {
        list-style: none;
        margin-bottom: 10px;
        font-size: 10px;
    }
    form {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
        width: 90%;
        margin: auto;
        padding: 20px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.1);
    }
}
}

