html,body{
    background-color:rgb(234, 237, 239) ;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    
}
/*Menu style---------------------------------------------------------------------------------------------------*/
.arrowbackimg{
    height: 50px;
    top: 20px;
    cursor: pointer;
    position: absolute;
    left: 15px;
}
header{
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    width: 100%;
    height: 86px;
    
}
h1{
    margin:15px;
    font-size: 40px;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
    flex-shrink: 5;
    color: black;
    
}
.h1div{
    height:86px;
    display: flex;
    justify-content: center;
    align-items: center;
    
   
}
h2, h3{
    text-decoration: underline;
}
/*Content style-----------------------------------------------------------------------------------------------------------------*/
content{
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}
p{
    font-size: 25px;
    text-align: center;
    margin: 10px;
    
}
.divp{
    background-color:none;
}
.bio{
   
    display: flex;
    align-items: center;
    margin: 10px;
}
.bild{
    height: 600px;
}
.bio{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
/*Website Link style----------------------------------------------------------------------------*/
.website{
    
    background-color: rgb(213, 215, 217);
    border-radius: 15px;
    margin: 15px;
}
.website:hover{
    cursor: pointer;
}

.arrow{
    height: 45px;
    margin-right: 2px;
}
.pwebsite{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 10px;
}
.scaling{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.15s ease;
}
.scaling:hover{
    transform: scale(1.05);
}
/*Abspann - Style ------------------------------------------------------------------------------------------------*/
.abspann{
    display: flex;
    justify-content:space-around;
    align-self: flex-end;
    margin-top: auto;
    width: 100%;
}
.abspannbutton{
    font-family: "DM Serif Text", serif;
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    border:none;
    text-decoration: underline;
}
.abspannbutton:hover{
    cursor: pointer;
    text-decoration: underline;
  background-color: inherit;
}
.copyright{
    margin-top: auto;
    margin-bottom: auto;
}
@media(max-width:1327px){
    p{
        font-size: 20px;
    }
    
}
@media(max-width:650px){
    h1{
        font-size: 30px;
        text-align: center;
    }
    .bild{
        height: 350px;
    }
    
}
@media(max-width:380px){
    h1{
        font-size: 25px;
        text-align: center;
    }
    
    
  }