/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* PF below 15-juni styles.css */

.peter-box {
  margin-left: 10px;
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Oxygen, Ubuntu,
  Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
  display: inline-block;
}

.flex-container {
  display: flex;
  align-items: center;
}
.image {
  margin-left: 10px; /* Optional: Adds some space between the text and the image */
}

.peter-font {
  font-family: 'Pacifico', cursive;
}


/* Additional styles for the slideshow */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.mySlides {
  display: none;
}
.prev, .next, .pause {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;;*/
  padding: 16px;
  color: rgb(141, 233, 213);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5); /* Add background for better visibility */
  border-radius: 50%; /* Make them circular */
}
.next {
  right: 0;
  transform: translateY(420%);
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  transform: translateY(420%);
  border-radius: 3px 0 0 3px;
}

.pause {
  right: 50%;
  transform: translateX(50%);
  transform: translateY(420%);
  border-radius: 3px 0 0 3px;
}

/*.pause {
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  border: none;
  border-radius: 5px;
  z-index: 10;
}*/

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* PF below 13-juli include google doc stuff */

.content ol { list-style: decimal inside; }
.content ol li { margin-left: 1em; }



 