.container {
    max-width: 60rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none !important;
}

.c-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0.375em 1em;
    transition: background-color 0.15s ease-out, color 0.15s ease-out;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    touch-action: manipulation;
    border: 1px solid transparent;
    background-color: #90c213;
    
    color: #fff;
}

.c-btn:hover,
.c-btn:focus {
    outline: 0;
    text-decoration: none;
    border-color: transparent;
    background-color: #739b0f;
    color: #fff;
}

.c-btn:active {
    background-color: #739b0f;
    color: #fff;
}

.b-cookienotice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 1rem 0;
    background: #666;
    color: #fff;
}

.b-cookienotice a {
    color: #90c213;
}

.b-cookienotice a:hover,
.b-cookienotice a:focus {
    color: #90c213;
}

.b-cookienotice > .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.b-cookienotice__button {
    margin-top: 1.875rem;
}

@media (min-width: 42.5em) {
    .b-cookienotice > .container {
        flex-direction: row;
        justify-content: space-between;
    }
}

.b-cookienotice__text {
    text-align: center;
}

@media (min-width: 42.5em) {
    .b-cookienotice__text {
        text-align: left;
    }

    .b-cookienotice__button {
        margin-top: 0;
    }
}
