body{
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif ;
}

.div-header{
    background-color: rgba(255, 238, 0, 0.993);
    width: 100%;
    border:solid black 2px;
}

.Logo{
    width: 30%;
    padding: 5px;
}

.div-1{
    background-color: rgba(255, 238, 0, 0.993);
    width: 100%;
    height: 200px;
    border:solid black 2px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-1{
    margin-top: 20px;
}

footer{
            background-color: rgba(255, 238, 0, 0.993);   
            border:solid black 2px;
            margin-top: 10px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-text1{
            text-decoration: none;
            color: black;
            padding: 20px;
        }

        .kontakt-div{
            width: 200px;
            height: 100px;
            background-color: rgb(255, 166, 0);
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 25px 25px 25px 25px;
            border:solid black 2px;
        }

        .Bild1-div{
            background-color: rgba(255, 238, 0, 0.993);
            width: 100%;
            border:solid black 2px;
            margin-top: 10px;
            display: flex;
            justify-content: center;
        }

        .Bild1{
            width: 85%;
            border:solid black 2px;
            margin: 10px;
        }

        .footer-text2{
            text-decoration: none;
            color: black;
            padding: 20px;
        }

        .footer-text1:hover{
            text-decoration: underline;
        }

        .footer-text2:hover{
            text-decoration: underline;
        }

        @media(min-width:1000px){
            .Bild1{
                width: 50%;
            }
        }

        @media(min-width:1500px){
            .Bild1{
                width: 40%;
            }
        }

        @media(max-width:400px){
            .Logo{
                width: 90%;
            }
        }

        @media(max-width:600px){
            .Logo{
                width: 70%;
            }
        }