/*  remove cmp on mobile  */
#cmpboxrecall {
    display: none !important;
}
    
.corre-popup-recherche, .corre-popup-schweiz, .corre-popup-faktencheck {
    width: 100% !important;
}
/*  popup wrapper  */
.popup__ad-container-recherche {
    width: 100%;
}
/* Donate Button Color */
.popup__button-recherche {
    background: var(--advads-popup-button-donate);
}
/* Background Color setting */
.popup__section-recherche, .popup__header-recherche {
    background: var(--advads-popup-header-background);
}
    
/*  -----------------------------------------------------  
    section  
    -----------------------------------------------------  */
.popup__section-recherche {
    width: 100%;
    border-top: unset;
    line-height: 1.5;
    text-align: left;
    color: var(--advads-popup-font-color);
    transition: background, .3s;
}
    
@media only screen and (max-width: 767px) {
.popup__section-recherche.is--active {
    width: calc(100%);
    margin: 0;
    }
}
    
.popup__section-recherche.is--active{
    background: var(--advads-popup-background);
    border-top: 1px solid var(--advads-popup-border);
    box-shadow: 0 0 0 2000px hsl(0deg 0% 0% / 30%);
    transition: background, .3s;
}
    
@media only screen and (max-width: 767px) {
.popup__section-recherche.is--active {
    width: calc(100% - 24px);
    margin: 12px;
    transition: .3s;
    }
}
/*  -----------------------------------------------------  
    header 
    -----------------------------------------------------  */
.popup__header-recherche {
    display: none;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
    height: 56px;
}
@media only screen and (max-width: 767px) {
.popup__header-recherche {
    height: 44px;
}
}
    
.popup__header-recherche a {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: var(--advads-popup-font-color);
}
@media only screen and (max-width: 767px) {
.popup__header-recherche a {
    height: 44px;
}
}
@media only screen and (max-width: 767px) {
    .popup__header-recherche.is__active a {
        padding: 10px 33px;
    }
}
/*  -----------------------------------------------------  
    body  
    -----------------------------------------------------  */
.popup__body-recherche {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px 40px 60px;
}
@media only screen and (max-width: 767px) {
    .popup__body-recherche {    
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        font-size: 15px;
        gap: 10px;
    }
}
/*  -----------------------------------------------------  
    image  
    -----------------------------------------------------  */
.popup__picture-recherche {
    flex-shrink: 1;
}
.popup__picture-recherche img {
    display: block;
}
@media only screen and (max-width: 767px) {
.popup__picture-recherche img {
        width: 50%;
        margin: 0 auto;
    }
}
/*  -----------------------------------------------------  
    title 
    -----------------------------------------------------  */
.popup__title{
    min-height: 66px;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-align: left;
    margin-bottom: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .popup__title{
            font-size: 28px;
            margin-bottom: 5px;
    }
}
/*  -----------------------------------------------------  
    claim
    -----------------------------------------------------  */
.popup__claim-recherche {
    display: none;
    font-size: 24px;
    letter-spacing: -0.1px;
}
@media only screen and (max-width: 767px) {
    .popup__claim-recherche {
        font-size: 17px;
    }
}
.popup__claim-recherche.is--active {
    display: flex;
}
/*  -----------------------------------------------------  
    text-conatiner
    -----------------------------------------------------  */
.popup__text-container-recherche p{
    margin-bottom: 35px;  
}
.popup__text-container-recherche {
    flex-shrink: 2;
}
@media only screen and (max-width: 767px) {
    .popup__text-container-recherche p {
        margin-bottom: 15px;
    }
}
.popup__text-container-recherche > span {
    margin-top: 33px;
    display: block;
}
@media only screen and (max-width: 767px) {
.popup__text-container-recherche > span {
    margin-top: 18px;
}
}
.popup__text-container-recherche > span a{
    color: var(--advads-popup-button-donate-font);
    padding-bottom: 1px;
    border-bottom: 1px solid var(--advads-popup-button-donate-border);
}
/*  -----------------------------------------------------  
    button
    -----------------------------------------------------  */
.button__button-container-recherche {
    display: flex;
    gap: 15px;
}
@media only screen and (max-width: 375px) { 
.button__button-container-recherche {
    flex-direction: column;
}
}
.popup__button-recherche {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 2px;
    height: 46px;
    padding: 0 25px;
    color: var(--advads-popup-button-donate-font);
    font-size: 17px;
    font-weight: 700;
}
/* "Gerade nicht"-Button Textfarbe */
.popup__button-recherche.popup__trigger-recherche.is--subtile {
    color: var(--advads-popup-font-color) !important;
}
@media only screen and (max-width: 767px) {
    .popup__button-recherche {
        font-size: 15px;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 375px) {
    .popup__button-recherche {
        width: 100%;
    }
}
.popup__button-recherche.is--subtile {
    appearance: none;
    border: 1px solid var(--advads-popup-button-not-now-border);
    background: unset;
}
@media only screen and (max-width: 767px) {
    .popup__button-recherche i::before, .popup__header-recherche i::before{
        margin-right: 8px;
    }
}
    
/* -----------------------------------------------------  
minimize anchor
----------------------------------------------------- */
.popup__link-recherche {
    color: var(--advads-popup-already-donating-text);
    border-bottom: 1px solid var(--advads-popup-already-donating-border);
    margin-top: 15px;
    display: inline-block;
    cursor: pointer;
}
    
.popup__button-recherche i::before, .popup__header-recherche i::before, .popup__header-recherche a::before {
    content: "\f004";      
}
.popup__button-recherche i::before, .popup__header-recherche i::before{
    font: 14px/1 FontAwesome;
    margin-right: 13px;
}
.popup__header-recherche a::before {
    font: 14px/1 FontAwesome;
    margin: -1px 10px 0 0;
}