/* ----------------------------------------------------------- *
 |
 | Browser detect styles
 |
 |  Author : David Hofer [david@dna-studios.ch]
 |
 * ----------------------------------------------------------- */

#browser-update {
    background: #ee2626;
    box-sizing: border-box;
    box-shadow: 0 2px 2px #bb2323;
    color: #fffefe;
    display: none;
    font-size: 1.2rem;
    margin: auto;
    max-width: 100%;
    padding: 20px 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

.browser-update-de {
    display: none;
}

.browser-update-fr {
    display: none;
}

.de .browser-update-de {
    display: block;
}

.fr .browser-update-fr {
    display: block;
}

#browser-update.is-visible {
    display: block;
}

#browser-update-close {
    color: rgba(0, 0, 0, 0.25);
    font-size: 2rem;
    position: absolute;
    right: 10px;
    top: 5px;
}

#browser-update-close:active,
#browser-update-close:focus,
#browser-update-close:hover {
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#browser-update a {
    border-bottom: 3px solid #bb2323;
    display: inline-block;
    color: #fffefe;
}

#browser-update a:focus,
#browser-update a:active,
#browser-update a:hover {
    background: rgba(187, 35, 35, 0.73);
    color: #fffefe;
}
