@charset "UTF-8";

#footer-overview {
    width: 1200px;
    margin: 0 auto;
    font-size: 0.9em;
}

#footer-overview h1 {
    text-align: center;
}


#footer-legal-container {

}

#footer-legal {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    line-height: 50px;
}

#footer-legal-note {
    font-size: 0.85em;
}

#footer-legal-links a:hover {
    color: #000000 !important;
    text-decoration-color: #000000 !important;
}


#footer ul {
    padding: 0;
    list-style: none;
}

#footer ul li {
    display: flex;
    align-items: center;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

#footer a {
    color: #FFFFFF;
    text-decoration: underline;
}

#footer a:hover {
    color: #FFC300;
    text-decoration-color: #FFC300;
}

.footer-list-icon {
    width: 30px;
    text-align: center;
}

#img-copyright {
    margin: 0 auto;
    transition: 1.0s all ease-in;
    overflow: hidden;
}

#img-copyright-container {

}

.img-copyright-card {
    display: flex;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 1px solid #FFC300;
    font-size: 0.7em;
    line-height: 1.3em;
}

.img-copyright-card-img {
    width: 185px;
    flex: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.img-copyright-card-img:before {
    content: "";
    display: block;
    margin-top: calc(100% / 3 * 2);
}

.img-copyright-card-details {
    padding: 5px;
}

.img-copyright-card-title {
    display: block;
    font-weight: bold;
}

.img-copyright-card-copyright {
    font-style: italic;
}

#footer-online div {
    display: flex;
    justify-content: center;
}

#footer-online a {
    text-decoration: none;
}

#footer-online i {
    display: flex;
    height: 1.5em;
    width: 1.5em;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    transition: all ease-in 0.2s;
}

#footer-online i:hover {
    color: #FFC300;

    transform: scale3d(1.05,1.05,1.05);
}

#footer-training,
#footer-contact {
    text-align: center;
}

#show-img-copyright {
    cursor: pointer;
}

.footer-portrait {
    width: 100%;
    max-width: 200px;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
}

#footer-rm-logos {
    align-items: center;
}

#footer-rm-logos img {
    max-width: 250px;
}

#footer-rm span {
    padding: 15px;
    font-size: 2em;
}

#footer-team p {
    margin-top: 0;
}