
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }

        header, nav, section, footer {
            margin: 1em;
            padding: 1em;
        }

        header {
            background-color: #00ffb4;
            color: #000;
            text-align: center;
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0px 1px 15px 5px #000000;
            border-radius: 15px;
        }

        .left {
            float: left;
            width: 50px; /* Setze die passende Breite */
            margin-right: 10px;
        }
        
        .right {
            float: right;
            width: 50px; /* Setze die passende Breite */
            margin-left: 10px;
        }

        header img.left {
            position: absolute;
            margin-left: 0px;
            top: 10px;
            left: 10px;
            height: 70px;
            margin-top: 10px;
            width: auto;
            max-width: 100%;
        }

        header h1 {
            display: inline-block;
            margin: 0;
            padding: 5;
            font-family: Gabriola;
            font-size: 35pt;
           
        }

        header img.right {
            position: absolute;
            top: 10px;
            right: 10px;
            margin-right: 0px;
            height: 70px;
            margin-top: 10px;
            width: auto;
            max-width: 100%;
        }

        nav {
            background-color: #fff;
            color: #000;
            text-align: center;
            font-size: 16pt;
            border-radius: 15px;
        }

        nav a {
            text-decoration: none;
            color: #dd00ff;
            padding: 10px;
            transition: color 0.3s;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16pt;
        }

        nav a:hover {
            color: #00ffb4;
        }

        section {
            margin-left: 20px;
		    margin-right: 20px;
		    margin-bottom: 50px;
		    margin-top: 50px;   
            text-align: center;
            padding: 30px;
            border-radius: 15px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16pt;
        }

        section a {
            text-decoration: none;
            color: #dd00ff;
            padding: 10px;
            transition: color 0.3s;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
        }

        section p {
            background-color: #00ffb4;
            font-size: 16pt;
        }

        section img {
            border-radius: 15px;
            overflow: hidden;
            max-width: 100%;
        }

        .eltern p {
            margin-top: 20px; 
            margin-left: 20px;
            margin-right: 20px;
            text-align: center;
            border-radius: 15px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16pt;
        }

        .paar {
            margin-top: 20px; 
            margin-left: 20px;
            margin-right: 20px;
            text-align: center;
            border-radius: 15px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 16pt;
            display: flex;
            justify-content: center;
           
        }

        .paar img {
            border-radius: 15px;
            overflow: hidden;
            max-width: 100%;
            max-height: 100%;
        }

        .paar p {
            padding: 10px;;
            font-size: 16pt;
        }

        .paar text {
            padding: 10px;;
            font-size: 13pt;
        }

        .paar a {
            text-decoration: none;
            color: #dd00ff;
            transition: color 0.3s;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
        }

        #sina {
            background-color: rgba(0, 255, 179); /* Wählen Sie die gewünschte Hintergrundfarbe */
                margin-left: 20px;
                margin-right: 20px;
                padding: 10px; /* Passen Sie die Polsterung nach Bedarf an */
                text-align:justify; /* Setzen Sie die Textausrichtung auf links (oder zentriert, wenn gewünscht) */
                margin-bottom: 30px;
        }	
    
        #sina h2 {
            font-family: Gabriola;
                font-size: 35pt;
                text-align: center;
                margin-top: 0;
                padding: 0;
        }

        #sina strong {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
    
        #sina p {
            color: #000; /* Setzen Sie die Textfarbe für den Absatz */
                line-height: 1.5; /* Setzen Sie die Zeilenhöhe für bessere Lesbarkeit */
                font-size: 16pt;
                text-align: justify;
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                
            }

        #sina img {
            padding: 10px;
            margin: 0;
            border-radius: 15px;
        }

        #about img {
            max-width: 50%;
        }
       
        .bilder table {
            border-collapse: separate; 
            border-radius: 15px; 
            overflow: hidden; 
        }
        
        
        .bilder td {
            padding: 10px;
            border: 2px solid #ddd;
            border-radius: 15px;            
        }
        
        .bilder img {
            width: 100%;
            height: auto; 
            transition: transform 0.3s ease;
            border-radius: 10px; 
        }

        .bilder img:hover {
            transform: scale(1.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); 
        }

        footer {
            background-color: #fff;
            color: #000;
            text-align: center;
            margin-top: 20px;
            padding: 10px;
            border-radius: 15px;
        }

        footer a:hover {
            color: #00ffb4;
        }

        footer a {
            text-decoration: none;
            color: #000;
            padding: 10px;
            transition: color 0.3s;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        table {
            font-size: 16pt;
        }
       
        .bilder-container img{
            width: 100%;
        }
        
        .bye {
            display: flex;
            justify-content: space-around;
        }

        /* Responsive Styles */
        @media only screen and (max-width: 600px) {
            header img.left, header h1, header img.right {
                display: block;
                position: static;
                transform: none;
                max-width: 100%;
            }

            header img.right {
                margin-top: 10px;
                position: absolute;
                top: 10px;
                right: 10px;
                padding: 6px;
                max-width: 100%;
            }

            header h1 {
                display: inline-block;
                margin: 0;
                padding: 5;
                font-family: Gabriola;
                font-size: 30pt;
               
            }


            .paar img {
                border-radius: 15px;
                max-width: 100%;
                max-height: 100%;
            }

            .paar {
                display: flex;
                flex-direction: column;
                margin: 20px;
            }

            .paar p {
                padding: 10px;
            }

       .slideshow-container {
        max-width: 100%;
        max-height: 100%;
    }
       
    @media only screen and (max-width: 900px) {
        header img.left, header h1, header img.right {
            display: block;
            position: static;
            transform: none;
            max-width: 100%;
        }

        header img.right {
            margin-top: 10px;
            position: absolute;
            top: 10px;
            right: 10px;
            padding: 6px;
            max-width: 100%;
        }

        header h1 {
            display: inline-block;
            margin: 0;
            padding: 5;
            font-family: Gabriola;
            font-size: 30pt;
           
        }

        .paar img {
            border-radius: 15px;
            max-width: 100%;
            max-height: 100%;
        }

        .paar {
            display: flex;
            flex-direction: column;
            margin: 20px;
        }

        .paar p {
            padding: 10px;
        }

        .slideshow-container {
            max-width: 100%;
            max-height: 100%;
        }

        

        }
        @media only screen and (max-width: 1000px) {
            header img.left, header h1, header img.right {
                display: flex;
                align-items: baseline;
                transform: none;
                max-width: 100%;
            }

            nav a{
                padding: 0;
            }

            header img.right {
                margin-top: 10px;
                position: absolute;
                top: 10px;
                right: 10px;
                padding: 6px;
                max-width: 100%;
            }

            header h1 {
                display: inline-block;
                margin: 0;
                padding: 5;
                font-family: Gabriola;
                font-size: 30pt;
               
            }

            .paar img {
                border-radius: 15px;
                max-width: 100%;
                max-height: 100%;
            }

            .paar {
                display: flex;
                flex-direction: column;
                margin: 20px;
            }

            .paar p {
                padding: 10px;
                font-size: 16pt;
            }

            footer a{
                padding: 0;
            }
        }
        }