
#getInTouchForm
{
    position: relative;
}

.getInTouchBackLink {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 50px;
}

.getInTouchBackLink .fa-times {
    color: #000;
    font-size: 45px;
}

.getInTouchBackLink .fa-times:hover {
    color: var(--UnikumAccentColor);
}

#getInTouchTextContainer {
    max-width: 900px;
    margin: 0 auto 30px auto;
}

#getInTouchTextTitle {
    margin-top: 50px;
    font-weight: 500;
    font-size: 19px;
}

#getInTouchTextContent,
#getInTouchTextContent h1,
#getInTouchTextContent h2,
#getInTouchTextContent h3,
#getInTouchTextContent h4,
#getInTouchTextContent h5,
#getInTouchTextContent h6 {
    font-size: 17px;
    font-weight: 300;
}

#getInTouchContainer {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

#getInTouchContainer .form-group {
    width: 100%;
}


#getInTouchContainer .groupFirstname,
#getInTouchContainer .groupLastname,
#getInTouchContainer .groupPhone,
#getInTouchContainer .groupEMail {
    width: Calc(50% - 10px);
}

.form-control {
    border: 1.5px solid #B3B3B3;
    border-radius: 0px;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #555555;
}

.form-group.groupPrivacy,
.groupPrivacy .form-group {
    margin-bottom: 0;
}

.groupSendButton
{
    text-align: center;
}

@media screen and (max-width: 767.9px) {
    #getInTouchContainer .groupFirstname, #getInTouchContainer .groupLastname, #getInTouchContainer .groupPhone, #getInTouchContainer .groupEMail {
        width: 100%;
    }

    .getInTouchBackLink {
        display: none;
    }

}