.image {
    float: left;
    margin-right: 10px;
    
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    width: 215px ;
    height: 215px;


    }

    body{

background-color: yellowgreen;

    }

h1{


    clear:left;
    color: tomato;


}

@media only screen and (min-width: 1000px){

    .image {
     
        
        margin-right: 10px;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
        width: 100px ;
        height: 100px;
    
    
        }

        #bilderrahmen{


            width: 50%;
    padding-bottom: 50%;
    margin: auto;
     


        }

.schrift{

display:flex;


}
      
       
      
  
}

