/**
* @Project: Cookie Consent
* @Author: Robin Danzinger, Martin Farkas
* @Date:   2020-01-29
* @Email:  info@websites-graphix.com
*/
/* cookie consent banner
--------------------------------------------------------------------------------------------------------- */
button {
  cursor: pointer; }

.cookieconsent__settings-button {
  position: fixed;
  bottom: 0;
  right: 50px;
  transform: translateY(15px);
  background-color: #007e7a;
  border: 1px solid #007e7a;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.0rem;
  text-decoration: underline; }
  .cookieconsent__settings-button:hover {
    transform: translateY(0);
    cursor: pointer; }

.cookieconsent__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.75);
  overflow: none;
  z-index: 9999999;
  padding-right: 7px; }
  .cookieconsent__overlay.overflow {
    overflow: auto;
  }
.cookieconsent-banner {
  position: relative;
  width: 100%;
  max-width: 820px;
  margin: auto;
  padding: 20px;
  background: #007e7a;
  overflow: hidden;
  border-radius: 3px;	
  z-index: 999999999999999; }
  @media (min-width: 600px) {
    .cookieconsent-banner .cookieconsent-banner {
      margin: 30px auto; } }
  .cookieconsent-banner .cookieconsent-banner__h3 {
    color: #ffffff !important;
    line-height: 1.1;
    font-size: 1.3rem;
    margin: 0;
    padding: 0 0 15px; }
    .cookieconsent-banner .cookieconsent-banner__h3 ~ p {
      line-height: normal;
      margin-bottom: 1em;
    }
    .cookieconsent-banner .cookieconsent-banner__h3 ~ p strong{
      font-weight: bold;
    }
    .cookieconsent-banner .cookieconsent-banner__h3 ~ p > a{
      text-decoration: underline !important;
      color: #ffffff;
      font-weight: bold;
    }
    .cookieconsent-banner .cookieconsent-banner__h3 ~ p > a:hover{
      text-decoration: none !important;
    }
  .cookieconsent-banner .cookieconsent-banner__p {
    color: #ffffff;
    line-height: 1.2;
    font-size: 1.0rem;
    text-align: justify;
  }
    .cookieconsent-banner .cookieconsent-banner__p a {
      color: #ffffff;
      line-height: 1.1;
      font-size: 1.0rem;
      font-weight: 400;
      text-decoration: underline; }
  .cookieconsent-banner button.cookieconsent-banner__button--settings {
    display: block;
    color: #ffffff;
    line-height: 1.1;
    font-size: 1.0rem;
    text-decoration: underline;
    margin: 30px 0 0;
    padding: 0;
    background: none;
    border: none;
    font-weight: bold;
  }
  .cookieconsent-banner .cookieconsent-banner__button--accept {
    color: #007e7a;
    line-height: 1.1;
    font-size: 1.0rem;
    margin: 30px 0 0;
    padding: 5px 40px;
    background-color: #f5f4f4;
    border: 1px solid #f5f4f4;
    border-radius: 5px;
}
    .cookieconsent-banner .cookieconsent-banner__button--accept:hover {
      background-color: #e0dfdf; 
      border: 1px solid #e0dfdf; 		
    }
    @media (max-width: 599px) {
      .cookieconsent-banner .cookieconsent-banner__button--accept {
        margin: 15px 0 0;
        width: 100%; } }

.cookieconsent-banner__button--deny {
  color: #007e7a;
  line-height: 1.1;
  font-size: 1.0rem;
  margin: 30px 0 0;
  padding: 5px 40px;
  background-color: #f5f4f4;
  border: 1px solid #f5f4f4; 
  border-radius: 5px;	
}
.cookieconsent-banner__button--deny:hover {
  background-color:#e0dfdf;
  border: 1px solid #e0dfdf; 	
}
  @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; }

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

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

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

  .is-right {
    display: block;
    float: right;
    margin-top: 30px; }
    .is-left{
      display: block;
      float: left;
      margin-top: 30px; }
/* 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; }


        /*CLOVER
--------------------------------------------------------------------------------------------------------- */
.cookieconsent .card .card-header {
  padding: 0;
}
.cookieconsent .card .card-header .btn-link {
  padding: .575rem .75rem;
    display: block;
    width: 100%;
    text-align: left;
}
.cookieconsent .card,
.cookieconsent .card .card-header {
  border: none;
}
.cookieconsent .card .card-header .btn-link{
  color: #2a2a2a;
}
.cookieconsent .card .card-header .btn-link:hover,
.cookieconsent .card .card-header .btn-link:focus{
  background-color: #eaeaea;
  text-decoration: none;
}
.cookieconsent .card .card-body {
  border: solid 1px #e5e5e5;
}
.cookieconsent .cookieconsent-banner__settings label {
    font-weight: bold !important;
    display: inline-block;
    color: #ffffff;
}

button.cookieconsent__settings-button {
  display: none;
}

.cookie-publicity-disabled .cookie-message-disabled{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
    flex-direction: column;
    background: white;
   	padding: 30px;
}

/*p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #ffffff !important;
}*/
