/* KONTAKT */
.adt-employees .col h2 {
    font-size: 24px !important;
    color: var(--primary-color);
    margin-bottom: 0;
    font-weight: 600 !important;
}

.adt-employees .col h3 {
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 1em;
}

.adt-employees .col a {
    color: #342b2c;
}

.adt-employees .col p {
    font-weight: 600 !important;
    line-height: 24px;
    font-size: 15px !important;
}

.adt-employees img {
    border-radius: 4px 4px 0 0;
}

.contact-maps .col-inner {
    position: relative;
    /*height: 370px;*/
    background: #f2f2f2;
    padding: 0 !important;
}

.contact-maps .col-inner a.button {
    position: absolute;
    left: 2.5em;
    bottom: 2em;
}

#gform_5 {
    position: relative;
}

#gform_5 .gform_footer {
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 46%;
    padding: 0;
    margin-top: 0;
}

#gform_5 input[type="submit"] {
    height: 75px !important;
}

.adt-contact-page td {
    font-size: var(--font-size-md);
    /*line-height: 1em;*/
}

.adt-contact-page td:last-child {
    text-align: right;
}

/*.adt-contact-page a:not(.button) {
    color: #342b2c;
}*/

.adt-contact-page h2 {
    font-size: var(--font-size-lg);
}

.adt-contact-page h4 {
    text-transform: capitalize;
    margin-bottom: 0;
}

.adt-contact-page .contact-address strong {
    font-weight: 500;
}


.facebook-block > .col > .col-inner {
    overflow: hidden;
}

.facebook-block a.button span {
    color: var(--primary-color);
}

.facebook-block h3 {
    font-size: 30px;
}

@media only screen and (max-width: 53.125em) {
    .adt-employees .col h2 {
        font-size: 18px !important;
    }

    .adt-employees .col h3 {
        font-size: 14px;
    }

    .adt-employees .col p {
        font-size: 12px !important;
        line-height: 14px;
        margin-bottom: 0 !important;
    }

    .adt-employees .col .col {
        padding-bottom: 1em;
    }

    .adt-contact-page td {
        font-size: var(--font-size-sm);
    }
}
/* KONTAKT END */