@charset "UTF-8";
@import url(fonts.css);
/* Anpassungen für MUI CSS */
body {
  overflow-y: scroll !important;
  width: 100vw;
  height: 100vh;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

.main-container {
  max-width: 900px;
  margin: 80px auto 20px;
  padding: 20px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-title {
  color: #FF9800;
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  font-family: "Merriweather Regular", serif;
  font-weight: 700;
}

/* Pergament-Styling */
.pergament-container {
  background-color: #f9f2e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #e0d5b8;
}

.pergament-highlight {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 15px;
  margin-top: 20px;
}

.burned-corner {
  position: absolute;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle at center, rgba(139, 69, 19, 0.7) 0%, rgba(255, 245, 222, 0) 70%);
}

.top-left {
  top: 0;
  left: 0;
}

.top-right {
  top: 0;
  right: 0;
}

.bottom-left {
  bottom: 0;
  left: 0;
}

.bottom-right {
  bottom: 0;
  right: 0;
}

.pergament-text {
  position: relative;
  z-index: 1;
}

.pergament-button {
  background-color: #FF9800;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

.pergament-button:hover {
  background-color: #F57C00;
}

h2 {
  color: #795548;
  font-family: "Merriweather Regular", serif;
  font-weight: 700;
}

h3 {
  text-align: center;
  margin-top: 30px;
  font-family: "Merriweather Regular", serif;
  font-weight: 700;
}

/* Anleitung spezifische Styles */
.controls-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

.control-item {
  text-align: center;
  margin: 10px;
}

.control-image {
  max-width: 100px;
  border: 2px solid #e0d5b8;
  border-radius: 8px;
  margin-bottom: 10px;
}

.instruction-image {
  max-width: 100%;
  border-radius: 8px;
  margin: 15px 0;
  border: 2px solid #e0d5b8;
}

/*# sourceMappingURL=utils.css.map */
