﻿

h1 + div
{
    display:flex;
    
    flex-direction:row;

    justify-content: space-between; 

    flex-wrap:wrap;
    }

article
{
    display:flex;
    flex-direction:row;
    justify-content: flex-start; 
    align-items:baseline;
    align-items:flex-start;
    
bordeR:0px solid red;
    
    width:30%;    
    margin-bottom:0px;

 /*  position:relative; */
     }

article:last-child
{
    margin-bottom:10vh;

    }

@media (max-width:900px)  
{   
     article
    {
       width:45%;
     }   
}       
  
    
@media (max-width:600px)  
{   
     article
    {
       width:100%;
       
       margin-bottom:1.5em;
     }   
}       
   
article div.name
{
   /* position:relative; 
    top:-3em; */
    width:50%;
   /* margin-top:3em;*/
   margin-top:10%;
bordeR:0px solid red;
    } 
    
@media (max-width:600px)  
{   
    article div.name
    {
        margin-top:0em;
     }   
}          

  
figure
{
    width:50%;
    margin-right:10px;
    bordeR:0px solid green;
    } 
    
@media (max-width:600px)  
{   
     figure
    {
       display:none;
     }   
}            

img.team
{
    border-radius:130px;
    width:100%;
    max-width:260px;
    
    }
    

    
h3 > span
{
    font-family:entypo;
    }    
    
@media (max-width:1000px)  
{   
     h3, h4
    {
        font-size:90%;
     }   
} 

@media (max-width:600px)  
{   
    h3, h4
    {
       font-size:100%;
     }   
}   

.profession, .addition
{
    margin-bottom:0px;
    }      

.addition
{
    color: #848484;
    
    }  
 
.openContactDialog
{
    font-family:OpensansSemibold;
    color:#2864b4;
    background-color: #e9edf6;
    border-radius:4px;
    margin-top:5px;
    padding-top:3px;
    padding-bottom:5px;
    padding-left:15px;
    padding-right:15px;
    cursor:pointer;
    }
    
.openContactDialog > span
{
    font-family:entypo;
    }   
    
/* FORM */

.acceptanceEntry a
{
    color: #ffffff;
    
    } 