.pageFooter {
    background: #fff;
    font-size: 14px;
}

.pageFooter a {
    color: #000;
    text-decoration: none;
}
.pageFooter a:hover {
    text-decoration: underline;
}

.pageFooter .h3 {
    color: #000;
    font-size: 20px;
    /*color: var(--brand-primary-color);*/
    /*text-shadow: 1px 1px 2px rgba(0,0,0, 1);*/

}

.pageFooter .mail-contact {
    font-size: 18px;
    color: #000;
    /*text-shadow: 1px 1px 2px rgba(0,0,0, .75);*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 16px 0;
}

.pageFooter .nav-link {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 2px 0;
}
.pageFooter .nav-link:hover {
    text-decoration: underline;
}
.pageFooter .desc a {
    font-weight: 700;
}


#ddreiPopUp .popUpContent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
    background-color: #ffffff;
    border: 1px solid #000000;
    z-index: 1000;
  }