.bs-cv-area
{
    width:50%;
    margin:auto;
    margin-top: 30%;
    background: white;
    background: #ffffff;
    background-color: rgba(255, 255, 255, 0.7);
    text-align:center;
    height: 350px;
    
}
.bs-cv-area img.profile
{
   position: relative;
   
}
.bs-cv-area h1
{
    margin-top:10px;
    font-size:2em !important;
    line-height:1.1;
    font-weight:600;
    color:black !important; 
    
}

.bs-cv-area h2
{
    margin-top:10px;
    font-size:1.8em  !important; 
    line-height:1.1;
    font-weight:600;
    color:#595768 !important; 
    
}


/*
CUSTOM SETTINGS FOR  Front Page / PLASMAR
*/

section#Ueber
{
    padding-top:50px;
    background: #F1F1F1;   
}

@media   (max-width: 767px) {
 
    .bs-cv-area {
         width:85%;
    }
    .bs-cv-area h1{
        font-size:1.9em !important;;
    }
    .bs-cv-area h2{
        font-size:1.5em !important;
    }
  
}