
.f_links, .f_rechts{
    width: 509px;
    height: 509px;
    background-color: #ddd;
    margin-top: 10px;
     box-sizing: border-box;
}

.f_links {
    float: left;
    margin-right: 3px;
    text-align: center;
    padding-top: 120px;
}

.f_rechts {
    float: right;
    margin-left: 3px;
    text-align: center;
   
    padding-top: 190px;
}

.btn-f-1 {
    padding: 15px;
    min-width: 150px;
    background-color: rgba(255, 255, 255, 0);
    border: #7e7e7e 1px solid;
    color: #7e7e7e;
    border-radius: 2px;
}
.btn-f-1:hover {
    border: #000 1px solid;
    color: #000;
    transition: 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input_f_login {
    padding: 15px;
    min-width: 150px;
    background-color: rgba(255, 255, 255, 0);
    border: #7e7e7e 1px solid;
    color: #7e7e7e;
    border-radius: 2px;
    margin-bottom: 10px;
}



.f_contet {
    float: left; 
    height: auto;
    width: 100%;
    background-color: #ddd;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}



h2 {
    margin-top: 50px;
}

.f_contet > h4 {
    margin: 0;
}

.f_contet > h4 >span {
    color: #7e7e7e;
}
.f_contet > h4 >span:hover {
    color: #000;
}

.f_daumen {
    font-size: 12px;
}

.f_neu_text {
    max-width: 100%;
    width: 100%;
    min-height: 100px;
    border: #7e7e7e 1px solid;
    color: #7e7e7e;
    padding: 15px;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    border-radius: 2px;
}

.f_neu {
    width: 100%;
    height: auto;
    float: left;
}

.f_neu_title {
    padding: 15px;
    min-width:50%;
    background-color: rgba(255, 255, 255, 0);
    border: #7e7e7e 1px solid;
    color: #7e7e7e;
    border-radius: 2px;
    margin-bottom: 5px;
}

.f_profiel {
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}





td {
    text-align: left !important;
}




