/*
    Fix text align issue
 */
.ecl-footer {
    text-align: left;
}

.ecl-text-align-left {
    text-align: left;
}

.custom-footer-eures {
    height: 3.5rem;
    display: table;
}

.custom-footer-eures-logo {
    float: left;
    height: inherit;
    margin-right: 0.1rem;
}

.custom-footer-eures-title {
    display: table-cell;
    vertical-align: bottom;
}

.ecl-footer__list-item.custom-footer-social-media-icon, .custom-footer-social-media-icon {
    margin-right: 0.5rem;
}

.ecl-text-input {
    line-height: 1;
}

.ecl-logo {
    float: left;
    margin-right: 0.8rem;
}

.ecl-margin-top-30 {
    margin-top: 30px;
}

.ecl-eures-logo-text {
    text-align: left;
    font-weight: bold;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 0.3rem;
}

a.ecl-link-homepage {
    text-decoration: none;
    display: table;
}

.ecl-layout {
    min-height: 20rem;
}

.partner-button {
    border: 1px solid;
    font-weight: 500;
    padding: 0.3rem 0.5rem;
    font-size: 14px;
}

.ecl-custom-overlay {
    z-index: 250;
    overflow: scroll;
}

span.ecl-breadcrumb__link:hover {
    text-decoration: none;
}

.ecl-language-list, .ecl-site-header__search {
    margin-top: 30px;
}

/*In small mobile screens, the text is displayed under the logo*/
@media only screen and (max-width: 420px) {
    .ecl-logo {
        margin-right: 0;
        display: inline;
        float: none;
    }

    .ecl-eures-logo-text {
        text-align: center;
        display: block;
    }

    .ecl-language-list, .ecl-site-header__search {
        margin-top: 0;
    }
}
