/*
https://github.com/necolas/normalize.css/blob/master/normalize.css
*/
*, *::before, *::after {box-sizing: border-box;}
html {box-sizing: border-box; font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: rgba(0,0,0,0);}
body {margin: 0;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;text-align: left;background-color: #fff;}
h1, h2, h3, h4, h5, h6 {margin-top: 0;margin-bottom: .5rem;font-weight: 500;line-height: 1.2;}
small {font-size: 80%;font-weight: 400;}
b, strong {font-weight: bolder;}
p {margin-top: 0;margin-bottom: 1rem;}
a {color: #007bff;text-decoration: none;background-color: transparent;}
footer {display: block;}
dl, ol, ul {margin-top: 0;margin-bottom: 1rem;}

.container {width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}

.form-group {margin-bottom: 1rem;}
.form-control {display: block;width: 100%;height: calc(1.5em + .75rem + 2px);padding: .375rem .75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}

textarea {overflow: auto;resize: vertical;}
textarea.form-control {height: auto;}
button, input, optgroup, select, textarea {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;}

.p-0 {padding: 0!important;}
.p-3 {padding: 1rem!important;}
.m-0 {margin: 0!important;}
.pl-1, .px-1 {padding-left: .25rem!important;}
.pr-1, .px-1 {padding-right: .25rem!important;}
.pb-1, .py-1 {padding-bottom: .25rem!important;}
.pb-2, .py-2 {padding-bottom: .5rem!important;}
.pt-2, .py-2 {padding-top: .5rem!important;}
.mb-1, .my-1 {margin-bottom: .25rem!important;}
.mb-2, .my-2 {margin-bottom: .5rem!important;}
.mb-3, .my-3 {margin-bottom: 1rem!important;}
.mb-4, .my-4 {margin-bottom: 1.5rem!important;}
.mt-2, .my-2 {margin-top: .5rem!important;}
.mt-3, .my-3 {margin-top: 1rem!important;}
.mt-5, .my-5 {margin-top: 3rem!important;}
.mr-3, .mx-3 {margin-right: 1rem!important;}

.w-100 {width: 100%!important;}

.lead {font-size: 1.1rem;font-weight: 300;}

.rounded {border-radius: .25rem!important;}

.border {border: 1px solid #dee2e6!important;}

.bg-white {background-color: #fff!important;}

.text-center {text-align: center!important;}
.text-uppercase {text-transform: uppercase!important;}

.display-4 {font-size: 3.5rem;font-weight: 300;line-height: 1.1;margin-bottom: .5rem;word-wrap:break-word;}

.list-group {display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;padding-left: 0;margin-bottom: 0;}
.list-group-item {position: relative;display: block;padding: .75rem 1.25rem;margin-bottom: -1px;background-color: #fff;border: 1px solid rgba(0,0,0,.125);}
.list-group-item:first-child {border-top-left-radius: .25rem;border-top-right-radius: .25rem;}
.list-inline, .list-unstyled {padding-left: 0;list-style: none;}
.list-unstyled li {margin-bottom: 5px;}
.list-inline-item {display: inline-block;}
.list-inline-item:not(:last-child) {margin-right: .5rem;}

.d-flex {display: -ms-flexbox!important;display: flex!important;}

.flex-column {-ms-flex-direction: column!important;flex-direction: column!important;}
.flex-wrap {-ms-flex-wrap: wrap!important;flex-wrap: wrap!important;}
.align-items-start {-ms-flex-align: start!important;align-items: flex-start!important;}
.justify-content-between {-ms-flex-pack: justify!important;justify-content: space-between!important;}

.breadcrumb {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding: .75rem 1rem;margin-bottom: 1rem;list-style: none;background-color: #e9ecef;border-radius: .25rem;}
.breadcrumb-item+.breadcrumb-item {padding-left: .5rem;}
.breadcrumb-item+.breadcrumb-item:hover::before {text-decoration: none;}
.breadcrumb-item+.breadcrumb-item::before {display: inline-block;padding-right: .5rem;color: #6c757d;content: "/";}

#cookies-eu-banner {position: fixed;overflow: hidden;z-index: 9999;left: 0;right: 0;bottom: 0;display:none;}
.ce-window {display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;padding: 1em 1.8em;background: #000;color: #fff;font-size: 1rem;-ms-flex-align: center; align-items: center;}
.ce-message {flex: 1;}
.ce-compliance {display: flex;display: -ms-flexbox;-ms-flex-align: center;align-items: center;-ms-flex-line-pack: justify;align-content: space-between;}
.ce-btn {display: block;padding: .4em .8em;font-size:.9em;font-weight: 700;line-height: 1.5em;border-width: 2px;border-style: solid;text-align: center;white-space: nowrap;cursor: pointer;flex: 1;border-color: transparent;}
#cookies-eu-more {text-decoration: none;background: #222;color: #fff;border: 1px solid #000;cursor: pointer;padding: 4px 7px;margin: 0 0;font-size: 13px;font-weight: bold;transition: background 0.07s, color 0.07s, border-color 0.07s;}
#cookies-eu-accept {color: rgb(0, 0, 0);background-color: rgb(241, 214, 0);}
#cookies-eu-reject {color: rgb(255, 255, 255);padding: 4px 7px;margin: 2px 10px;border: none;}
#cookies-eu-reject:hover {text-decoration: underline;}
#cookies-eu-more:hover,#cookies-eu-more:focus,#cookies-eu-accept:hover,#cookies-eu-accept:focus {background: #fff;color: #222;}

@media (min-width: 576px)
{
    .container {max-width: 540px;}
    .p-sm-4 { padding: 1.5rem !important;}
    .pl-sm-4, .px-sm-4 {padding-left: 1.5rem!important;}
    .pr-sm-4, .px-sm-4 {padding-right: 1.5rem!important;}
    .mb-sm-0, .my-sm-0 {margin-bottom: 0!important;}
}
@media (min-width: 768px)
{
    .container {max-width: 720px;}
    .flex-md-row {-ms-flex-direction: row!important;flex-direction: row!important;}
    .justify-content-md-center {-ms-flex-pack: center!important;justify-content: center!important;}
    .p-md-4 {padding: 1.5rem!important;}
}
@media (min-width: 992px)
{
    .container {max-width: 960px;}
    .col-lg-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
    .p-lg-5 {padding: 3rem!important;}
}
@media (min-width: 1200px) {
    .container {max-width: 1140px;}
}

@media screen and (max-width: 576px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .ce-window {-ms-flex-align: unset;align-items: unset;-ms-flex-direction: column;flex-direction: column;}
    .ce-message {margin-bottom: 1em;}
}
