/* Modernisiertes CSS für seabandit.ch */

body {
  background: #000 url('images_side/seabandit_side_bg.jpg') no-repeat top center;
  background-size: cover;
}

h1, h2, h3 {
  color: #CC9900;
  text-align: left;
  margin: 20px 0 10px;
}

p {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0;
  text-align: left;
}

/* Links */
a {
  color: #CC9900;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Navigation */
nav {
  background: url(images_side/bn-bg.png) repeat;
  padding: 10px;
  text-align: center;
}
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  flex-direction: column;
  background-color: #111;
}
.menu.show {
  display: flex;
}
.menu li {
  padding: 12px;
  font-size: 16px;
}
.burger {
  cursor: pointer;
  padding: 12px;
  width: 40px;
  margin: 0 auto;
}
.burger div {
  background-color: white;
  height: 3px;
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* Video Box */
#video-new {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 5px;
  background-image: url(images_side/bn-bg.png);
  background-repeat: repeat;
  border: thin solid #553900;
  text-align: center;
}

#video-new video {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}

/* Textbereiche */
.normalLeft, .midlLeft, .normalLeftCol, .normalLeftBig, .normalLeftColBig {
  text-align: left;
  font-family: Tahoma, Geneva, sans-serif;
}
.normalLeft { font-size: 16px; color: #06F; }
.normalLeftBig { font-size: 24px; color: #006; }
.midlLeft { font-size: 12px; color: #fff; }
.normalLeftCol { font-size: 16px; color: #06F; }
.normalLeftColBig { font-size: 24px; color: #06F; }

/* Info- und Footer-Boxen */
#info-new, #footer-new {
  border: 1px solid #553900;
  background: url(images_side/bn-bg.png) repeat;
  padding: 10px;
  margin: 20px auto;
  max-width: 550px;
  text-align: left;
}

/* Special Sections */
#eventMC-Ferien, #SpecialEvent {
  border: 1px solid #553900;
  background: url(images_side/bn-bg90.png) repeat;
  padding: 15px;
  margin: 20px auto;
  max-width: 1058px;
}

/* Wetter Widget */
iframe {
  border: 1px solid #ffbe00;
}

/* Responsive */
@media screen and (min-width: 769px) {
  .menu {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  #info-new, #footer-new, #eventMC-Ferien, #SpecialEvent {
    width: 90%;
    padding: 10px;
  }
}

/* Cookie Hinweis */
#cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  padding: 20px;
  font-size: 14px;
  z-index: 1000;
  border: 1px solid #666;
  display: none;
  text-align: left;
}
#cookie-consent button {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #7853C6;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 14px;
}
#cookie-consent a {
  color: #CC9900;
  text-decoration: underline;
}
