/*
Theme Name: Berisha Reisen(Avada Child)
Description: Child theme for the Avada theme
Author: Your name here
Template: Avada
*/

@import url("../Avada/style.css");

.columns {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.columns .col {
  margin: 0 !important;
  width: unset !important;
}

.columns .col iframe {
  height: 100% !important;
}

#toTop {
  display: none !important;
}

.cookie-message {
  background-color: #309e52;
  padding: 12px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999999999999;

  @media screen and (min-width: 600px) {
    width: 480px;
    bottom: 128px;
    right: 20px;
    box-shadow: 0 0.5rem 1rem rgba(46, 35, 40, 0.3);
    border-radius: 15px;
    padding: 24px;
  }

  .cookie-message__text {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
  }

  .cookie-message__text a {
    color: #fff;
    text-decoration-color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: all 0.3s ease-in-out;
  }

  .cookie-message__text a:hover,
  .cookie-message__text a:focus,
  .cookie-message__text a:active {
    text-decoration-color: transparent;
  }

  .cookie-message__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .cookie-message__actions {
    display: flex;
    margin: 0;
    gap: 16px;
    flex-direction: column;
    flex-wrap: wrap;

    @media (min-width: 600px) {
      flex-direction: row;
    }
  }

  .cookie-message__submit {
    margin: 0;
    padding: 13px 22px;
    font-size: 20px;
    background-color: #fff;
    color: #309e52;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1;
    text-transform: none;
    border-radius: 30px;
    height: inherit;
    transition: all 0.3s ease-in-out;
    border: 3px solid transparent;
    cursor: pointer;
  }

  .cookie-message__submit--accept:hover,
  .cookie-message__submit--accept:focus,
  .cookie-message__submit--accept:active {
    background-color: #e6e6e6;
    color: #309e52;
  }

  .cookie-message__submit--decline {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
  }

  .cookie-message__submit--decline:hover,
  .cookie-message__submit--decline:focus,
  .cookie-message__submit--decline:active {
    background-color: transparent;
    color: #e6e6e6;
    border-color: #e6e6e6;
  }
}
