<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* @Project: Cookie Consent
* @Author: Robin Danzinger, Martin Farkas
* @Date:   2020-01-29
* @Email:  info@websites-graphix.com
*/
/* cookie consent banner
--------------------------------------------------------------------------------------------------------- */

.card-header &gt; div  i:before{
  content: "\f107" !important;
}

.card-header &gt; div.collapsed  i:before{
  content: "\f105" !important;
}


.btn-consent-accept{
  background: #61757b;
  border: 1px solid #ffffff3b;
}

.btn-consent-setting{
  background: #000000;
  border: 1px solid #ffffff3b;
}



.card-header {
  padding: 15px;
}

.cookieconsent{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
}

.cookieconsent h2{
  font-family: 'Open Sans', sans-serif;
}


button {
  cursor: pointer; }

.cookieconsent__settings-button {
  position: fixed;
  bottom: 0;
  left: 50px;
  transform: translateY(15px);
  background-color: #61757b;
  border: 1px solid #61757b;
  padding: 5px 10px;
  border-radius: 15px 15px 0px 0px;

}

.cookieconsent__settings-button  img {
width: 32px;
}


  .cookieconsent__settings-button:hover {
    transform: translateY(0);
    cursor: pointer; }

  .notis-body{
    color: #fff;
    padding: 15px;
    font-size: 15px;
  }


.cookieconsent__notis {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
  z-index: 99999999999999; }



.cookieconsent__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.75);
  overflow: scroll;
  z-index: 99999999999999; }

.cookieconsent-banner {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  padding: 30px;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  z-index: 999999999999999;
}

  @media (min-width: 600px) {
    .cookieconsent-banner .cookieconsent-banner {
      margin: 30px auto; } }
  .cookieconsent-banner .cookieconsent-banner__h3 {
    color: #333;
    line-height: 1.1;
    font-size: 1.3rem;
    margin: 0;
    padding: 0 0 15px; }
  .cookieconsent-banner .cookieconsent-banner__p {
    color: #333;
    line-height: 1.2;
    font-size: 1.0rem; }
    .cookieconsent-banner .cookieconsent-banner__p a {
      color: #333;
      line-height: 1.1;
      font-size: 1.0rem;
      font-weight: 400;
      text-decoration: underline; }
  .cookieconsent-banner button.cookieconsent-banner__button--settings {
    display: block;
    color: #333;
    line-height: 1.1;
    font-size: 1.0rem;
    text-decoration: underline;
    margin: 30px 0 0;
    padding: 0;
    background: none;
    border: none; }
  .cookieconsent-banner .cookieconsent-banner__button--accept {
    color: #fff;
    line-height: 1.1;
    font-size: 1.0rem;
    margin: 30px 0 0;
    padding: 5px 40px;
    background-color: #aec067;
    border: 1px solid #aec067; }
    @media (max-width: 599px) {
      .cookieconsent-banner .cookieconsent-banner__button--accept {
        margin: 15px 0 0;
        width: 100%; } }

.cookieconsent-banner__button--deny {
  color: #fff;
  line-height: 1.1;
  font-size: 1.0rem;
  margin: 30px 0 0;
  padding: 5px 40px;
  background-color: #fd3f3f;
  border: 1px solid #fd3f3f; }
  @media (max-width: 599px) {
    .cookieconsent-banner__button--deny {
      margin: 30px 0 0;
      width: 100%; } }

@media (min-width: 600px) {
  .cookieconsent-banner__button--deny {
    float: left; }
  .cookieconsent-banner__button--accept {
    float: right; } }

.cookieconsent-banner__settings .cookieconsent-banner__settings-label--required {
  color: #9f9f9f; }

.cookieconsent-banner__settings .cookieconsent-banner__p {
  margin: 5px 0 0 22px;
  padding: 0 0 10px; }
  .cookieconsent-banner__settings .cookieconsent-banner__p a {
    display: block;
    margin: 0 0 30px 0; }

.cookieconsent-banner input {
  cursor: pointer;
  float: left;
}


.cookieconsent-banner  div.hh {
    margin-left: 30px;
  line-height: 16px;
  cursor: pointer;
}

.cookieconsent-banner__settings-label {
  line-height: 1.2;
  font-size: 1.1rem;
  font-weight: 400; }

.cookieconsent-banner__settings-button {
  color: #fff;
  line-height: 1.1;
  font-size: 1.0rem;
  margin: 30px 0 0;
  padding: 5px 40px;
  background-color: #aec067;
  border: 1px solid #aec067; }
  @media (max-width: 599px) {
    .cookieconsent-banner__settings-button {
      margin: 15px 0 0;
      width: 100%; } }

.is-centered {
  display: block;
  float: none;
  margin: 30px auto 0; }

/* youtube video overlay
--------------------------------------------------------------------------------------------------------- */
.youtubevideo {
  position: relative;
  width: 100%;
  max-width: 610px; }
  .youtubevideo .youtubevideo__container {
    margin: 0 0 60px 0;
    position: relative;
    padding-bottom: 56.25%;
    /* ratio 16x9 */
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto; }
    .youtubevideo .youtubevideo__container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .youtubevideo .youtubevideo__consentbanner {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8); }
    .youtubevideo .youtubevideo__consentbanner .youtubevideo__consentbanner-wrapper {
      width: 100%; }
      .youtubevideo .youtubevideo__consentbanner .youtubevideo__consentbanner-wrapper .youtubevideo__consentbanner-text {
        color: #fff;
        text-align: center;
        margin: 20px; }
      .youtubevideo .youtubevideo__consentbanner .youtubevideo__consentbanner-wrapper button {
        display: block;
        border: 1px solid #fff;
        background-color: #fff;
        padding: 5px 15px;
        margin: auto; }


      .text-underline{
        text-decoration: underline !important;
      }

.card-body {
  -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   padding: 1.25rem;

  border-top: 1px solid rgba(0, 0, 0, .1);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}</pre></body></html>