/* Colors:
yellow: rgb(243, 225, 135)
orange: #ff9966
blue: rgb(60,81,87)
grey: rgb(40, 40, 40)
 */
.view, body, html {
  overflow-x: hidden;
}

body {
  font-family: "panel-sans", sans-serif;
  background-color: rgb(40, 40, 40) !important;

}

strong {
  color: rgb(243, 225, 135);
}

/* Masonry Gallery */
.gallery-container {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
}

.masonry-layout {
  column-count: 1;
  column-gap: 16px;
}

@media (min-width: 640px) {
  .masonry-layout {
    column-count: 2;
  }
}

@media (min-width: 1024px) {
  .masonry-layout {
    column-count: 3;
  }
}

.masonry-layout img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  display: block;
  break-inside: avoid;
}

.thanks {
  text-align: center;
  border: 3px solid rgb(243, 225, 135);
  border-radius: 10px;
  padding: 20px 5px;
}

/* Video */
.video-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  position: relative;
}

.rounded-video {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.sound-icon {
  position: absolute;
  bottom: 10px;
  right: 30px;
  background-color: rgb(243, 225, 135);
  color: rgb(40, 40, 40);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.2s;
}

.sound-icon:hover {
  background-color: #FFC107; /* Etwas dunkleres Gelb */
  transform: scale(1.1);
}

main {
  width: 100%;
  margin: 0 auto;
}

section {
  margin: 50px 0 100px 0;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 900 !important;
  letter-spacing: 8px !important;
  color: rgb(60, 81, 87);
}

h2 {
  font-size: 2.5em !important;
  line-height: 1.3 !important;
  background-color: rgb(243, 225, 135);
  display: inline-block;
  padding: 10px 25px 10px 35px;
  margin: 50px 0 !important;
  box-shadow: 8px 8px 0 rgb(60, 81, 87);
  text-align: center;
}

@media only screen and (max-width: 450px) {
  h2 {
    font-size: 1.8em !important;
  }
}

p {
  color: rgb(245, 245, 245);
  font-size: 24px;
  font-family: "bilo", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
}

a {
  color: rgb(243, 225, 135) !important;
}

a:hover {
  color: rgb(60, 81, 87);
}


/* Footer */
.social-icon {
  font-size: 20px;
  padding: 0 10px;
}

.page-footer {
  background-color: rgb(243, 225, 135);
}

.page-footer p {
  color: rgb(60, 81, 87) !important;
  font-size: 18px !important;
  font-weight: lighter;
}

.page-footer a {
  color: rgb(60, 81, 87) !important;
}

.page-footer a:hover {
  color: darkorange !important;
}
