.ipandlanguageredirect {
    background: #ff9900;
    color: white;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height .1s ease-out;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.ipandlanguageredirect.fadein {
    max-height: 300px;
    padding: 15px;
    transition: max-height .8s ease-in
}

.ipandlanguageredirect__item {
    display: block
}

.ipandlanguageredirect__item--first::after {
    border-bottom: 1px solid white;
    content: '';
    display: block;
    margin: 15px auto;
    width: 25%
}

.ipandlanguageredirect__button {
    background-color: transparent;
    border: 0;
    color: white;
    font-size: 16px;
    outline: none;
    padding: 0;
    text-decoration: none
}

.ipandlanguageredirect__button:visited, .ipandlanguageredirect__button:hover, .ipandlanguageredirect__button:active {
    color: white
}

.ipandlanguageredirect__button:hover {
    cursor: pointer;
    text-decoration: underline
}

@media (min-width: 680px) {
    .ipandlanguageredirect__item {
        display: inline
    }

    .ipandlanguageredirect__item--first::after {
        border-right: 1px solid white;
        border-bottom: 0;
        display: inline;
        margin: 0 15px;
        width: auto
    }
}
