main {
    min-height: 80vh;
}

.divider {
    height: 1rem;
    background-color: rgba(0, 0, 0, .1);
    border: medium solid rgba(0, 0, 0, .15);
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.92);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: #00577D;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
    font-size: 16px;
    text-align: center;
    z-index: 5000;
    border: thin solid #0C82CB;
    padding-top: 15px;
}
.cookie_intro01{
    color: #09456A;
    font-family: 'Abril Fatface',cursive;
    ht: 400;
    font-size: 1.8em;
    d-color: #FFFFFF;
    letter-spacing: 0.025em;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 5px;
}

.cookie-consent-button {
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 4px;
    cursor: pointer;
    border-radius: 4px;
}

.cookie-consent-button:hover {
    box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.2);
}

.cookie-consent-button:active {
    opacity: .5;
}

.cookie-consent-button.btn-success {
    background-color: #0C82CB;
    color: white;
}

.cookie-consent-button.btn-grayscale {
    background-color: #E1ECAA;
    color: black;
}

.cookie-consent-button.btn-outline {
    background-color: #e6f4ea;
    color: #1C552C;
}

.cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cookie-consent-options label {
    margin: 0 10px;
    font-size: 14px;
}

.cookie-consent-options input {
    margin-right: 5px;
}

@media (max-width:460px){
	.cookie_intro01{
    color: #09456A;
    font-family: 'Abril Fatface',cursive;
    ht: 400;
    font-size: 1.5em;
    d-color: #FFFFFF;
    letter-spacing: 0.025em;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}
	.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.91);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: #00577D;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
    font-size: 12px;
    text-align: center;
    z-index: 5000;
    border: thin solid #0C82CB;
}
	.cookie-consent-button {
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin-top: 4px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 4px;
    cursor: pointer;
    border-radius: 4px;
}
}
