﻿/*skip to content*/

#skiptocontent {
    position: relative;
    -webkit-transition: height .2s ease-out;
    transition: height .2s ease-out;
    z-index: 100;
    height: 0;
    display: flex;
    align-self: center;
    justify-content: center;
    overflow: hidden;
    font-weight: bold;
    background: #1b1b1b;
    color: #fff;
}


    #skiptocontent:focus {
        height: 50px;
        outline-color: transparent;
        -webkit-transition: height .2s ease-in;
        transition: height .2s ease-in;
    }

    #skiptocontent span {
        display: flex;
        align-items: center;
    }

/* CookieBot */

.CookieDeclarationDialogText {
    display: none !important;
}

/*CookieBot YouTube, Vimeo, Google Maps placeholder*/

.cookieconsent-optout-marketing > * {
    display: block !important;
    max-width: 500px !important;
    width: auto !important;
}

@media screen and (max-width:768px) {

    .cookieconsent-optout-marketing > div {
        height: 220px !important;
    }
}