body{
    background: #000;
    font-family: 'Open Sans';
    color: #fff;

    font-size: 22px;
    line-height: 170%;
    text-align: center;
}
a{
    color:#fff;
    text-decoration: none;
}

img#Logo{
    position: absolute;
    left: 50px;
    top: 50px;
    width: 200px;
    height: auto;
}

#Content{
    padding: 100px 0;
    padding-top: 200px;
}

.centered{
    width: 1100px;
    margin: 0 auto;
    text-align: left;
    max-width: 92%;
}

#MainText{

    margin-bottom: 80px;
    min-height: 400px;
}

#MainText{}
h1, h2{
    text-align: left;
    font-weight: normal;
}
h1{
    font-size: 40px;
    
       font-size: 32px; 
   margin-bottom: 15px;
}
h2{
   font-size: 32px; 
   margin-bottom: 15px;
}

#MainText div img{
    max-width: 100%;
    height: auto;
    margin-top: 50px;
}
#Form{
    margin-bottom: 80px;
    display: block;
}
form{
    pointer-events: none;
}
form > *{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 50px;
    padding: 18px;
    font-family: 'Open Sans';
    font-size: 18px;
    
}
form input[type="submit"]{
    padding: 0px;
    cursor: pointer;
    background: #ccc;
}
form textarea{
    height: 150px;
}

h3{
    font-size: 30px;
    font-weight: 400;
}

/*#Address a{
    font-size: 17px;
    line-height: 150%;
}*/

#Persons{
     margin-bottom: 80px;
}

.floatchildren{
    display: flex;
     flex-wrap: wrap;
    justify-content: space-between;
}

.person{
    width: 240px;
    background: #fff;
    position: relative;
    color:#000;
    font-size: 16px;
    padding-bottom: 5px;
    overflow: hidden;
 
    /*margin: 0 15px;*/
}

.person a{
    position: absolute;
    bottom: 14px; right: 10px;
    z-index: 5;
       color: #000;
       background: url(../images/linkedin.svg) no-repeat center center;
       width: 18px; height: 18px;
       background-size: contain;
}

.personfit{
    height: 228px;
}
.personfit img{
    width: 100%; height: 100%;
    object-fit: cover;
}
.person img{
    max-width: 100%;
    margin-top: -1px;
}
.person h4{
    margin: 0;
    padding: 10px 12px;
    padding-top: 14px;
    line-height: 100%;
    
}

@media(max-width: 1230px){
    img#Logo{
        left: 50%;
        margin-left: -100px;
    }
    
}

@media(max-width: 1000px){
    .floatchildren{
        display: block;
       text-align: center;
    }
    .floatchildren h4{
         text-align: left;
    }
    .person{
        margin: 0 auto;
        margin-bottom: 50px;
    }
}