.Tcircle {
    background-color: #868686;
    position: absolute;
    border-radius: 100px;
    transition: background-color 1s ease;
    border: 3px solid #868686;
}

#circleFFLogo {
    background-color: #1d1d1b;
    position: absolute;
    border-radius: 100px;
    transition: background-color 1s ease;
    height: 65px;
    width: 65px;
}

#circleTTR1, #circleFFLogo {
    background-image: url("../images/frgray.png");
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

#contact-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

#contact-list * {
    font-size: 20px;
}

#contact-list li {
    height: 100%;
    transition: all 0.4s ease-out;
    opacity: 1;
}

#contact-list p {
    color: white;
    font-weight: 300;
}

#contact-list h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
}

#contact-list hr {
    color: #1d1d1b;
}

.contact-circle {
    background-color: #1d1d1b;
    border-radius: 9999rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .5rem;
}

#contact-logotype-max {
    position: absolute;
}

@media screen and (min-width: 1200px) {
    #contact-logotype-max {
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: calc(100% + 25px);
        width: 450px;
        padding-bottom: 2px;
    }

    #contact-list {
        margin-left: 600px;
    }

    #contact-list h2 {
        font-size: 55px;
    }

    #contact-list .address:first-child {
        font-size: 30px;
        margin-top: 13px;
        margin-bottom: 0;
        margin-left: 5px;
    }

    #contact-list .mail-and-phone:first-child {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 13px;
        margin-left: 5px;
    }

    

    #contact-list hr {
        width: 335px;
        margin: auto 0;
    }

    .contact-circle { 
        width: 55px;
        height: 55px;
    }

    .contact-circle svg {
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width: 1199px) {

    #contact-list {
        padding-top: 200px;
    }

    #contact-list h2 {
        font-size: 35px;
    }

    #contact-list .address:first-child {
        font-size: 25px;
        margin-top: 13px;
        margin-bottom: 0;
        margin-left: 5px;
    }

    #contact-list .mail-and-phone:first-child {
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 13px;
        margin-left: 5px;
    }

    #contact-logotype-max {
        width: 350px;
        right: -30px;
        bottom: 100px;
    }
}