/* Main CSS */
.avatok-color{
  color: #caf8a3;
}

.avatok-color-bg{
  background-color: #caf8a3;
}

.icon-color{
color: #caf8a3;
}

a {
  text-decoration: none;
  color: #367b02;
}

a:hover {
  color: black;
}

textarea {
  margin:0px 0px;
  padding:5px;
  height:16px;
  line-height:16px;
  width:96%;
  display:block;
  margin:0px auto;    
}

.blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Hier können Sie die Transparenz anpassen */
  filter: blur(10px); /* Hier können Sie die Stärke des Blur-Effekts anpassen */
  z-index: 1;
}

.info-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #343a40;
  color:white;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.cta {
    border-radius: 10px;
}

.carousel {
    margin-top: 50px;
}

.carousel-item img {
    max-height: 400px;
    object-fit: cover;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
