    body{
        font-family: Arial, Helvetica, sans-serif;
    }
    h1{
        text-align: center;
        font-size: xx-large;
        
    }
    h3{
        font-size:small;
    }
    .textübergal{
        text-align: center;
        border-radius: 10px;
        border-color: white;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 0 3px black;

        margin: 0 40px;
    }
    
    .bilder{
        display: flex;
        flex-direction: row;
        height: 550px;
        background-image: url("images/IMG-20231125-WA0002.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;  
        border-radius: 10px;
        border-color: white;
        box-shadow: 0 0 3px black;
        border-width: 1px;
        margin: 10px;
        
    }
    
    .bilder figure{
        text-align: center;
        font-size: 20px;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    .bilder img{
        border-radius: 90px;
        border-color: white;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 0 10px white;
    }
    figcaption{
        color: white;
    }
    .textdazw{
        width: 200px;
        color: white;
        text-align: center;
        border-style: solid;
        border-width: 1px;
        padding-left: 5px;
        padding-right: 5px;
        height: fit-content;
        margin-top: 50px;
        border-radius: 10px;
    }
    .Niko{
        height: 100px;
    }
    .todos input:checked + label {
        color: green;
        box-shadow: none;
        text-decoration: line-through;
    }
    .rechtsrand{
        margin-left: 80%;
        
    }

    .gal img{
        border-radius: 12px;
        border-color: white;
        border-style: solid;
        border-width: 1px;
        display: flex;
        flex-direction: row;
        margin: 0 20px;
        width: 90%;
        align-self: center;
        
    }
    .gal{
        display: flex;
        flex-direction: row;
        overflow: auto;
    }

    .galrunde{
        border-radius: 12px;
        border-color: white;
        box-shadow: 0 0 3px black;
        border-style: solid;
        border-width: 1px;
        margin: 10px;
    }
    .bucketliste{
        border-radius: 12px;
        border-color: white;
        border-color: white;
        box-shadow: 0 0 3px black;
        border-style: solid;
        border-width: 1px;
        
        margin: 10px;

        display: flex;
        flex-direction: column;
    }
    .inputfield{
        margin: auto;
    }
    .löschen{
        background-color: white;
        width: 100px;
        height: 30px;
        margin: auto;
        margin-bottom: 10px;
        box-shadow: inset 0 0 5px rgb(182, 0, 0);
        border-color: white;
        transition: 0.3s;
    }
    .löschen:hover{
        
        border-color: rgba(182, 0, 0, 0.17);
    }
    .rechtsrand{
        background-color: rgb(255, 255, 255);
        width: 100px;
        height: 30px;
    }
    button{
        border-radius: 6px;
        border-color: black;
        border-style: solid;
        border-width: 1px;
        margin: 10px;
    }
    input[type=text]{
        
        text-align: center;
        border: none;
        border-bottom: 2px solid black;
        
    }
    input[type=text]:focus {
        border: 2px solid black;
    }

    .ghm{
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: auto;

        border-color: white;
        background-color: white;

        box-shadow: 0 0 3px black;
    }


