﻿@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'), url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'), url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'texgyreadventorregular', 'Open Sans', sans-serif;
    background: url('images/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eee;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

a, a:hover {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-logo {
        background-color: #fff;
    }

    .form-signin .form-signin-slogan {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .form-signin .form-signin-container {
        padding: 10px 30px;
        background-color: rgba(0,111,182,.6);
    }

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .form-signin-heading {
        text-align: center;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin .btn-group-justified {
        padding-top: 10px;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin .btn.disabled, .form-signin .btn[disabled], .form-signin fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=100);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
    }

    .form-signin .btn-primary {
        background-color: #8eb5e2;
        border-color: #8eb5e2;
        text-shadow: 0 1px 3px rgba(0,0,0,.5);
    }

        .form-signin .btn-primary:hover {
            background-color: #006fb6;
            border-color: #006fb6;
        }

.row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin: -12px;
}

    .row + .row {
        margin-top: 12px;
    }

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    width: 100%;
    padding: 12px;
}

.Cookie--base {
    background: #F1F1F1;
    color: #232323;
    padding: 1.250em;
}

.Cookie--bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.Cookie {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 9999;
    width: 100%;
    display: inline;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: column;
}

.Cookie__buttons {
    display: flex;
    flex-direction: column;
}

.Cookie--base .Cookie__button {
    background: #97D058;
    padding: 0.625em 3.125em;
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 1em;
}

.Cookie__button {
    cursor: pointer;
    align-self: auto;
    white-space: nowrap;
}