/*
	Website "hotel-friedheim.ch"

	Author: Damian Heini, VIZUAL <dh@vizual.ch>

	Loaded via the cookie consent extension, this
	overwrites some default styles for the cookie consent views.
*/
#klaro a {
  color: #fff;
  text-decoration: none;
}
#klaro .cookie-notice:not(.cookie-modal-notice),
#klaro .cookie-modal .cm-modal.cm-klaro {
  background-color: rgba(51,51,51,0.9);
}
#klaro .cm-powered-by {
  display: none;
}
#klaro .cookie-notice .cm-link {
  flex: 0 0 auto;
}
#klaro .cn-body .cn-ok {
  gap: 1rem;
}
.consent-cookie {
  display: flex;
  align-items: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 0.875rem;
  z-index: 1000;
  cursor: pointer;
}
.consent-cookie .consent-trigger {
  background-color: transparent;
  border: none;
  order: 1;
}
.consent-cookie .consent-trigger img {
  width: 3rem !important;
  height: auto !important;
}
.consent-cookie .consent-cookie-text {
  order: 0;
}
