@charset "UTF-8";
/* generate CSS-code in pyhton-style */
/* $main-color: hsl(163, 91%, 51%) -> #0ef4b3 */
.is-own {
  background-color: hsl(163, 91%, 51%) !important;
  border-color: transparent;
  color: #fff;
}

.is-own-1 {
  background-color: hsl(209, 24%, 26%) !important;
  border-color: transparent;
  color: #fff;
  box-shadow: 10px 20px 15px black;
  border-radius: 20px;
}

.is-half-rounded {
  border-radius: 10px !important;
}

.is-half-size {
  width: 50%;
  height: 50%;
}

.is-shadow-black-bis {
  box-shadow: 10px 20px 15px hsl(0, 0%, 7%);
}

.is-shadow-black-ter {
  box-shadow: 10px 20px 15px hsl(0, 0%, 14%);
}

.is-shadow-grey-darker {
  box-shadow: 10px 20px 15px hsl(0, 0%, 21%);
}

.is-shadow-grey-dark {
  box-shadow: 10px 20px 15px hsl(0, 0%, 29%);
}

.is-shadow-grey {
  box-shadow: 10px 20px 15px hsl(0, 0%, 48%);
}

.is-shadow-grey-light {
  box-shadow: 10px 20px 15px hsl(0, 0%, 71%);
}

.is-shadow-grey-lighter {
  box-shadow: 10px 20px 15px hsl(0, 0%, 86%);
}

.has-background-own {
  background-color: #0ef4b3 !important;
}

.copyright {
  color: #98a9c3;
  font-weight: 400;
  transition: all 0.5s;
}

#particles-js canvas {
  display: block;
  vertical-align: bottom;
  transform: scale(1);
  opacity: 1;
  transition:
    opacity 0.8s ease,
    transform 1.4s ease;
}

#particles-js {
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.delay-6 {
  -webkit-animation-delay: 1.5s;
  -webkit-animation-delay-animation-delay: 1.5s;
}

.footer-logo img {
  height: 100px !important;
}

blockquote {
  font-family: "Special Elite", cursive !important;
  font-weight: 100;
  font-size: 2rem;
  max-width: 600px;
  line-height: 1.4;
  position: relative;
  margin: 0;
  padding: 0.5rem;
}

blockquote before,
blockquote after {
  position: absolute;
  color: #f1efe6;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
}

blockquote:before {
  content: "“";
  left: -5rem;
  top: -2rem;
}

blockquote:after {
  content: "”";
  right: -5rem;
  bottom: 1rem;
}

cite {
  line-height: 3;
  text-align: left;
}

.honigcloset {
  display: none;
}

.notula-logo {
  width: 384px;
  height: 256px;
  background-color: rgb(221, 218, 218);
  object-fit: contain;
}

/* ==========================================================================
Cookie-Banner
========================================================================== */
/* Cookie-Banner */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #363636;
  border-top: 1px solid #ddd;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
  z-index: 9999;
  display: none;
  /* wird per JS aktiviert */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#cookie-banner .content {
  flex-grow: 1;
}

#cookie-accept-btn {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  #cookie-banner {
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
  }

  #cookie-accept-btn {
    align-self: center;
  }
}
/*# sourceMappingURL=itberatung.css.map */
