﻿.cookie-banner {
    background-color: #242424;
    bottom: 0;
    border-width: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    padding: 20px;
    position: fixed;
    min-height: 40px;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.cookie-banner .cookie-banner-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.cookie-banner .cookie-banner-wrapper .cookie-content-left {
    color: #fff;
    max-width: 70%;
    text-align: left;
}

.cookie-banner .cookie-banner-wrapper .cookie-content-left a {
    color: #fff;
    text-decoration: underline;
}

.cookie-banner .cookie-banner-wrapper .cookie-content-right {
    align-items: center;
    display: inherit;
    max-width: 20%;
    padding-left: 40px;
}


.cookie-banner .cookie-banner-wrapper .cookie-content-right a {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.cookie-banner .cookie-banner-wrapper .cookie-content-right .button {
    background-color: #007db1;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 15px;
    font-stretch: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    outline: none;
    padding: 13px 10px 12px;
    text-decoration: none;
}

.cookie-banner .cookie-banner-wrapper .cookie-content-right .dismiss{
    border-style: none;
    border-width: 0;
    min-width: 80px;
    outline: none;
    padding: 4px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.cookie-modal {
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.cookie-modal .cookie-modal-size {
    background-color: #fff;
    border-color: #e0e0e0;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 18px 24px 24px;
    position: relative;
    margin: auto;
    max-width: 800px;
    top: 20%;
    transform: translateY(-20%);
}

.cookie-modal .cookie-modal-size .close-container {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 0;
}

.cookie-modal .cookie-modal-size .close-container a {
    font-size: 42px;
}

.cookie-modal .cookie-modal-size .header {
    color: #333;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 24px;
    padding-left: 10px;
    padding-right: 20px;
    word-break: break-word;
}

.cookie-modal .cookie-modal-size .header.ellipsis {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cookie-modal .cookie-modal-size .body {
    color: #333;
    font-size: 14px;
    margin-bottom: 24px;
    padding: 0 10px;
}

.cookie-modal .cookie-modal-size .body p {
    color: #333;
    font-size: 14px;
    margin-bottom: 24px;
    margin-top: 8px;
}

.cookie-modal .cookie-modal-size .body p:first-child {
    color: #333;
    font-size: 14px;
    margin-top: 0px;
}

.cookie-modal .cookie-modal-size .body p:last-child {
    color: #333;
    font-size: 14px;
    margin-bottom: 42px;
}

.cookie-modal .cookie-modal-size .body .cookie-row {
    color: #333;
    font-size: 14px;
    margin-bottom: 12px;
    width: 100%;
}

.cookie-modal .cookie-modal-size .body .separator {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 10px 0;
    width: 100%;
}

.cookie-modal .cookie-modal-size .body p.small {
    font-size: 12px !important;
}

.cookie-modal .cookie-modal-size .body a {
    text-decoration: underline;
}

.cookie-modal .cookie-modal-size .body .custom-checkbox label {
    padding-left: 8px;
}

.cookie-modal .cookie-modal-size .action {
    display: flex;
    flex-direction: row;
    padding: 0 24px;
}

.cookie-modal .cookie-modal-size .action.justify-center {
    justify-content: center;
}

.cookie-modal .cookie-modal-size .action .button {
    cursor: pointer;
    max-width: 48%;
    min-width: 48%;
}

.cookie-modal .cookie-modal-size .action.cookie-button-size .button {
    background-color: #007db1;
    border: 1px solid #007db1;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    min-width: 300px;
    outline: none;
    padding: 13px 10px 12px;

    -webkit-appearance: none;
}

.cookie-modal .cookie-modal-size .action.cookie-button-size .button:hover {
    background-color: #00597e;
    border-color: #00597e;       
}

.pagesource {
    color: #393f49;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-bottom: 50px;
}

.pagesource h1  {
    background: url(../img/line3.png) no-repeat center bottom;
    font-size: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 24px 0;    
    text-align: center;
}

.pagesource h3 {
    font-family: Arial,Verdana,Tahoma;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 30px;
}

.pagesource p {
    font-family: Arial,Verdana,Tahoma;
    padding-bottom: 30px;
}
.pagesource a {
    font-family: Arial,Verdana,Tahoma;
    text-decoration: underline;
}

.pagesource ul {
    font-family: Arial,Verdana,Tahoma;
    list-style: initial !important;
    padding-bottom: 30px;
    padding-left: 40px;
}

.pagesource ul li {
    font-family: Arial,Verdana,Tahoma;
    padding: 4px 0 0;
}

@media (max-width: 450px) {
    .cookie-banner .cookie-banner-wrapper .cookie-content-left {
        max-width: initial;
    }

    .cookie-banner .cookie-banner-wrapper .cookie-content-right {
        margin-top: 12px;
        max-width: initial;
        padding-left: 0;
    }
}