.gdprcookie {
    position: fixed;
    color: white;
    font-size: 1em;
    line-height: 1.5em;
    right: 0;
    bottom: 0;
    padding: 2rem 5rem;
    left: 0;
    background: #00264d;
    z-index:100;
}
.gdprcookie-intro {
    padding-bottom: 2rem;
}
.gdprcookie-types {
    padding: 1rem 0;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
    color: #fbc403;
    font-weight: bold;
font-family: "TitilliumWeb", Helvetica, Arial, sans-serif !important;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}
.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons-foo {
    position: fixed;
    bottom: -25px;
    z-index: 99;
}
.gdprcookie-buttons-foo button {
    border-radius: 1rem 1rem 0 0;
    padding-bottom: 25px;
    color: #00264d;
    font-family: inherit;
    font-size: 1em;
    margin: .5rem;
    cursor: pointer;
    background: #fbc403;
    font-weight: bold;
}
.gdprcookie-buttons button {
    color: #00264d;
    font-family: inherit;
    font-size: 1em;
    border-radius: 1rem;
    margin: .5rem;
    cursor: pointer;
    padding: .5rem 1rem;
    background: #fbc403;
    font-weight: bold;
}
.gdprcookie-buttons button:disabled {
}
.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 33%;
    padding: 10px 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .6rem;
    width: 1rem;
    height: 1rem;
}
.gdprcookie-types label {
    font-size: 1.1rem;
    position: relative;
    top: -3px;
}
/**/
.cookie .cookieBanner {
    display: none !important;
}

p.textCookie {
    padding: 20px;
    text-align: center;
    font-weight: bold;
    margin: auto;
    top: 125px;
    position: relative;
    background: #fbc403;
    color: #00264d;
    height: auto!important;
}

p.textCookie a, p.textCookie a:hover, p.textCookie a:link {
    color: #0059b3;
    text-decoration: underline;
}

.gdprcookie-buttons-main button {
    border-radius: 1em;
    min-width: 1rem;
    color: #00264d;
    font-weight: bold;
    background: #fbc403;
}

.gdprcookie-buttons-main {
    position: absolute;
    top: 2rem;
    right: 2rem;
}