@import url(bootstrap.min.css);

:root {
    /* --bs-body-font-size: 1.065rem; */
    --bs-body-font-family: Karla, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";



    /* switch link colors */
    /* green
    --bs-link-color: #769e3c;
    --bs-link-hover-color: #93c54b;
    */
    /*
    --bs-link-color: #337ab7;
    --bs-link-hover-color: #23527c;
    */
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

/* karla-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Karla';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/karla-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* karla-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Karla';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/karla-v31-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* karla-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Karla';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/karla-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* karla-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Karla';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/karla-v31-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* karla-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Karla';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/karla-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* karla-800italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Karla';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/karla-v31-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
body {
    color: rgb(54, 54, 54);
}

h1 {
    font-size: 46px;
    font-weight: 700;
}

h2 {
    font-size: 34px;
    font-weight: 700;
}

.btn {
    border-radius: 20px;
}

li {
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Cookie banner v3
-------------------------------------------------- */

.cookie-backdrop {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    overflow: hidden !important;
}

.cookie-container {
    pointer-events: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    z-index: 100000;
}

.cookie-dialog {
    background-color: white;
    border-bottom-style: solid;
    border-bottom-width: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 2147483640;
    background-color: #FFFFFF;
    align-self: center;
    border-radius: 8px;
    box-shadow: 0 5px 26px 0px rgba(0, 0, 0, 0.22), 0 20px 28px 0px rgba(0, 0, 0, 0.3);
    height: initial;
    margin-left: auto;
    margin-right: auto;
    max-height: 80vh;
    max-width: 625px;
    outline: none;
    overflow: hidden;
    width: 100%;
    pointer-events: auto;
    position: relative;
}

.cookie-dialog-body {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    z-index: 101;
}

.cookie-dialog-body-wrapper {
    background-color: #FFFFFF;
    display: block;
    flex: initial;
    flex-shrink: 0;
    padding: 24px 24px 12px;
}

.cookie-link {
    align-items: center;
    color: #222222;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding-top: 4px;
    font-size: 12.25px;
    font-weight: 400;
    margin-right: 12px;
    outline: none;
    text-decoration: none;
    word-break: break-word;
}

.cookie-dialog-footer-container {
    border-top: none;
    background-color: #FFFFFF;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0 24px 12px;
}

.cookie-dialog-footer {
    display: block;
    font-weight: 400;
    justify-content: center;
    min-height: 0px;
    text-align: center;
    width: 100%;
}

.cookie-dialog-footer-wrapper {
    display: flex;
    flex: 2 1 auto;
    flex-direction: row;
    padding: 8px 0;
}

.cookie-dialog-button-container {
    display: flex;
    flex-direction: column;
    flex: auto;
    flex: 2 1 auto;
}

.cookie-button {
    align-items: center;
    border: none;
    border-radius: 4px !important;
    color: hsl(0.0, 0%, 19%);
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
    opacity: 1;
    padding: 7px 0px;
    padding-right: 0px;
    margin: 0px 0px 20px;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    color: rgb(255, 255, 255);
    background: rgb(29, 154, 226);

    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease, outline 0ms ease;
    transition: all .3s ease, outline 0ms ease;
    cursor: pointer;
    position: relative;
    white-space: nowrap
}

.cookie-button:hover {
    opacity: .8
}

.cookie-button-deny {
    background: #dddddd;
    color: hsl(0.0, 0%, 19%);
}

.cookie-poweredby {
    align-items: flex-end;
    color: #222222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 auto;
    font-size: 0.75em;
    font-weight: 400;
    direction: ltr;
    justify-content: center;
    padding: 0;
}


/**************************************************************/
/* Adjust Bootstrap */
/**************************************************************/