.esa_bread {
    margin-bottom: 15px;
}

@media (max-width: 320px) {
.esa_wrap_word,
h3.esa_wrap_word {
    font-size: 17px !important;
}
}

@media (max-width: 767px) {
section.search-toggle { 
    text-align: center !important;
}}

span.esa_404 {
    font-size: 64px;
    font-weight: 900;
}

.page-404.align_center {
    margin-bottom: 50px;
}

.esa_404_back {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0em;
    padding: 0.8em 1.8em;
    box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
    background: #BA0731;
    border-color: transparent;
    color: #ffffff!important;
    text-decoration: none !important;
}

.esa_404_back:hover {
    box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
    background: #961D38;
    border-color: transparent;
    color: #ffffff!important;
}



.sertifikate .phone-call {
font-size: 15px;
    line-height: 25px;
}

.sertifikate .help-card__title {
    font-weight: 500;
    margin-bottom: 37px;
    font-size: 24px;
}

.sertifikate .visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
    
.sertifikate .help-card {
    background-color: #f2f2f2;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 40px;
}

.sertifikate .phone-call .help-card--phone .help-card__info {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sertifikate .help-card__box {
    margin-bottom: 0;
    padding-left: 56px;
    position: relative;
}

.sertifikate .help-card__text {
    color: #383838;
    margin-bottom: 10px;
    font-size: 20px;
}

.sertifikate .help-card__notify {
    font-size: 13px;
    color: #848484;
    line-height: 25px;
}

.sertifikate .help-card__box:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-mask: url(https://inlingua-bern.ch/wp-content/themes/Impreza-child/images/phone.svg) no-repeat center/contain;
    mask: url(https://inlingua-bern.ch/wp-content/themes/Impreza-child/images/phone.svg) no-repeat center/contain;
    background-color: #fc5000;
    width: 40px;
    height: 40px;
}

.sertifikate .btn {
    display: block;
    background-color: #fc5000;
    color: #fff;
    font-weight: 500;
    padding: 12px;
    max-width: 180px;
    width: 100%;
    font-size: 16px;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-clip-path: polygon(0 0, 90% 0%, 100% 50%, 90% 100%, 0 100%, 0% 50%);
    clip-path: polygon(0 0, 90% 0%, 100% 50%, 90% 100%, 0 100%, 0% 50%);
}