.responsive {
    max-width: 100%;
    height:auto;
    margin: 1em;
}



.split{
    
        display: flex;
      
}

.impressum{
    margin-left: 3em;
}

body{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header {
            display: flex;
            justify-content: center; /* Centers horizontally */
            align-items: center;     /* Centers vertically */
            padding: 0%;
            background: url('background.jpg') center/cover no-repeat;
        }
         .logo-container {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            max-width: 1200px; /* Adjust as needed */
            
        }

        .logo {
            max-width: 250px; 
            height: auto;      
            display: block;
        }

        .kunsttherapie {
            display: flex;
            justify-content: center;
            align-items: center;
            background: url('background.jpg') center/cover no-repeat;
            
            overflow: hidden; 
        }

        .custom-image {
            max-width: 100%; 
            max-height: 100%; 
            height: auto;      
            width: auto;       
            display: block;
        }

p, address{
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;
}

div{
    margin-right: 1em;
}


a{
    color:rgb(240, 139, 67);
    font-weight: bold;
    
}

.adresse{
    text-align:center;
}

body{
    background-color:rgb(245, 204, 176);
    
}

h1{
    padding-top: 0.5em;
    font-size: medium;
}

footer{
    text-align: center;
}

address{
    font-style:normal;
}

 img {
            display: block;
            margin: 0 auto;
            max-width: 30vw;  
            max-height: 30vh; 
        }


@media (min-width: 600px){
 p, address{
     font-size: 1.25rem;
 }
}

@media (min-width: 800px){
    p, address {font-size: 1.5rem;
        line-height: 1.5;
    }
    h2{
        font-size: 3em;
    }
    h3{
        font-size: 2em;
    }


}