/* style ref: https://www.schmid.lu/ */
#cookieBanner{
    display:none;
    position: fixed;
    box-shadow: 0 -1px 8px #ccc;
    background: #fff;
    height: auto;
    left: 0;
    width: 100%;
    z-index: 100000000;
    border-top: 1px solid #cbd6e2;
    color: #33475b;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    position: fixed;
    border-bottom: 0;
    bottom: 0;
    top: auto;
    z-index: 8999;
 
}

.cookieBannerInner{
    padding: 12px;
    max-width: 800px;
    margin: 0 auto;
}

.cookieBannerInner p {
    font-weight: 400;
    color:#444444;
    font-size: 12px;
    line-height: 18px;
    -webkit-text-size-adjust: 100%;
}

.buttonRow{
display: flex;
justify-content: center;
} 
.modal .buttonRow{
   margin-top: 20px
    } 

.cookieBannerInner a.externalLink{
    color: #0077be;

}
.cookieBannerInner a#acceptAll, a#closeModal {
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #0077be;
    border: 1px solid #0077be;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.cookieLayer{
border: 0.5px solid #aacee3;
background-color: #f4fbff;;
padding: 15px;
margin-top: 20px;
text-align: center;
color: #0e5076;
}
