/*BilderGalerie ausgeblendete Bilder*/
#i {
  display: none;
}
/*Willkommen*/
.strom-grid {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
}
.strom-grid > div {
  text-align: center;
  font-size: 30px;
  padding: 0px 10px 0px 10px;
}
img.teamfoto {
  width: 90%;
  max-width: 100%;
  height: auto; 
  border: 2px solid white; 
  border-radius: 1px; 
  -webkit-transform: rotate(15deg); 
  -moz-transform: rotate(15deg); 
  margin: 50% 0px 0px 0px;
}
div
.logo {
  padding: 0px 10px 0px 10px;
  margin-top: -30px;
}
.info-box {
  width: fit-content;
  max-width: 100%;
  background-color: #925c14;
  border-radius: 10px;
  border: 1px solid black;
  padding: 5px 15px;
  font-size: 18px;
  margin-top: 50%;
  box-sizing: border-box;
}
.introtext {
  font-size: 20px;
}
.introtext.ws {
   color: #a0a0a0; 
  text-shadow: 1px 1px black;
}
/*Fahrplan*/
.anbord-img {
  float: right;
  border: 2px solid white; 
  margin: 0px 10px 10px 10px;
}
.fahrplan-bg {
  max-width: 100%;
  height: 1000px;
  max-height: 2624px;
  background: url('/images/Galerie/Holzdielen.jpg') repeat-y;
  background-size: 100%;
}
.fahrplan-grid {
  width:100%;
  max-width: 100%;
  margin: auto;
  display: grid;
  grid-gap: 10px 0px;
  grid-template-columns: 42% auto 1fr;
  grid-template-areas:
    "titel titel titel"
    "fuss fuss fuss"
    ". . ."
    ". . ."
    ". . ."
    ". . ."
    ". . ."
    ". . ."
    ". . ."
    ". . ."
    ". . .";
}
.fahrplan-grid
 > div {
  /*text-align: justify;*/
  font-size: 25px;
  padding: 0px 10px;
   font-weight: 700;
   text-shadow: 1px 1px grey;
   /*background-color: #98c0f580;*/
}
.fahrplan-grid
 > div > a {
  text-transform: uppercase;
}
.fahrplan-grid
 > div > a:hover {
  color: gold;
   text-shadow: 1px 1px black;
}
div.fahrplan-head {
  color: rgb(146, 92, 20);
  font-size: 40px;
  font-weight: bold;
  text-shadow: 1px 1px black;
  text-transform: uppercase;
}
div.fahrplan-titel {
  color: rgb(146, 92, 20);
  font-size: 60px;
  font-weight: bold;
  text-shadow: 1px 1px black;
  text-transform: uppercase;
  grid-area: titel;
}
div.fahrplan-footer {
  grid-area: fuss;
  /*background-color: #925c1480;
  box-shadow: 0px 3px 4px #925c1480;*/
  padding:5px;
  border: 5px solid #925c14;
}
/*Tickets*/
.ticket-grid {
  display: grid;
  width: 90%;
  max-width: 100%;
  margin:5%;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  grid-template-areas:
    "head head"
    "left right"
    "left right";
  background-color: #925c14cc;
  font-size:20px;
  padding: 10px;
}
.ticket-grid > div.ticket-head {
  grid-area: head;
  padding: 0px 10px;
}
.ticket-grid > div.ticket-left {
  grid-area: left;
  padding: 0px 10px;
}
.ticket-grid > div.ticket-right {
  grid-area: right;
  padding: 0px 10px;
}
img.coho {
  margin: 0px 20px 0px 0px;
  float: left;
  border: 1px solid white;
}
img.coho:hover {
  border: 1px solid black;
}
figure { 
  text-align: left; 
}
figcaption {
   display: inline-block;
   text-align: left;
  color: black;
  font-style:italic;
  text-decoration: underline;
}
/*Anbord*/
/*.rolle_bg {
  width: 100%;
}*/
.hafenkarte {
  width: 100%; 
  max-width: 100%;
 /* margin: 1% 20% 20% 20%;*/
  user-select:none;
}
.hafenkarte-box {
  width: 2419px;
  height: auto;
  max-height: 1808px;
  max-width: 100%;
  margin: auto;
  margin-bottom:20px;
}
div.anker,
div.anker2,
div.anker3,
div.anker4,
div.anker5,
div.anker6,
div.anker7 {
  color: red;
  position: absolute; 
  top: 22%; 
  left: 27%;
  user-select:none;
  font-size: 34px;
  font-weight: 700;
}
div.anker2 { 
  top: 47%;
  left: 29%;
}
div.anker3 { 
  top: 32%; 
  left: 46%;
}
div.anker4 { 
  top: 19.2%; 
  left: 56.3%;
}
div.anker5 { 
  top: 22%; 
  left: 53%;
}
div.anker6 { 
  top: 36%; 
  left: 63.5%;
}
div.anker7 { 
  top: 29%; 
  left: 51%;
}
div.anker:hover,
div.anker2:hover,
div.anker3:hover,
div.anker4:hover,
div.anker5:hover,
div.anker6:hover,
div.anker7:hover {
  color: gold;
}
/*IMPRESSUM*/
.logo-bg {
  background: url('/images/LogoTest.png') bottom no-repeat; 
  background-size: 80%; 
  padding: 10% 0%;
  }
.imp-box {
  display: grid;
  width: 50%;
  max-width: 100%;
  grid-template-columns: 50% 50%;
  justify-items: center;
  align-items: center;
  background-color: #925c14;
  border-radius: 10px;
  border: 1px solid black;
  padding: 15px 25px;
  margin: auto;
  margin-bottom:150px;
}
.con-box {
  width: 25%;
  max-width: 100%;
  background-color: #925c14;
  border-radius: 10px;
  border: 1px solid black;
  padding: 15px;
  margin: auto;
  margin-left:2%;
  margin-bottom:150px;
}
  .con-box > div > img {
    width: 100%;
  }
a {
  color: black;
}
a:hover {
  color: #98c0f5;
}
/*GALLERY*/
.gallery {
  display: grid;
  overflow-y: auto;
  height: 50em;
  max-height:100%;
  grid-template-columns: repeat(auto-fill, minmax(15em, 1fr)); /* Responsive Grid */
  gap: 0.5em; /* Abstand zwischen den Bildern */
  padding: 1em; /* Innenabstand für den Container */
  scrollbar-width: thin; /* macht den Scrollbalken dünner */
  scrollbar-color: #98c0f5 #04385e; /* Farbe des Daumens und der Schiene */
}
.gallery-item {
  /* Grundstile für die einzelnen Bildcontainer */
  width: 100%; /* Füllt die Breite des Grid-Items */
  height: 15em; /* Beispielhöhe, anpassen nach Bedarf */
  overflow: hidden; /* Verhindert, dass Bilder über den Container hinausragen */
  position: relative;
}
.gallery-item img {
  /* Styling für die <img>-Tags */
  width: 100%;
  height: 100%;
  object-fit: cover; /* Sorgt dafür, dass das Bild das gesamte Feld ausfüllt */
  border: 1px solid white;
}
.gallery::-webkit-scrollbar {
  width: 11px; /* Breite des Scrollbalkens */
}
.gallery::-webkit-scrollbar-track {
  background: #04385e;
}
.gallery::-webkit-scrollbar-thumb {
  background: #98c0f5;
  border-radius: 5px; /* Abgerundete Ecken für den Daumen */
}
.gallery::-webkit-scrollbar-thumb:hover {
  background: #925c14;
}

/*HEADER GRID FOOTER ROOT*/
.container-header {
background-color: #98c0f5;
}
.container-footer {
  margin-top:0px;
background-color: #925c14;
background-image: linear-gradient(90deg, #633a04 0%, #925c14 50%)
}
.site-grid {
  margin-bottom:0px;
background-color: #98c0f5;
background-image: linear-gradient(to bottom, #04385e 0%, #98c0f5 20%, #00a8ff 30%, #0082ff 60%, #04385e 100%);
}
.bottom-a,
.mm-show {
background-color: #0082ff;
background-image: linear-gradient(to bottom, #00a8ff 30%, #0082ff 60%, #04385e 100%);
}
/*.left.item-image {
  max-width: 600px;
  padding-right: 15px;
}*/
:root {
--cassiopeia-user-select:none;
--cassiopeia-color-primary: #1f6598;
--cassiopeia-color-link:  #0773c2;
--cassiopeia-color-hover: #98c0f5;
--cassiopeia-color-active: #98c0f5;
--cassiopeia-background: #1f6598;
  --cassiopeia-font-family-body: "Arial", sans-serif;
    --cassiopeia-font-family-headings: "Arial", sans-serif;
   /* --cassiopeia-font-weight-headings: 700;
    --cassiopeia-font-weight-normal: 400;*/
}
ul.mm-collapse.mm-show {
background-color: #98c0f5;
} 
/* CSS-Regeln für kleine Smartphones */
@media only screen and (max-width: 480px) {
.strom-grid > div {
  font-size: 20px;
  padding: 0px 5px 0px 5px;
}
img.teamfoto {
  margin: 50% 0px 0px 0px;
}
  .info-box {
  font-size: 14px;
  margin-top:30%;
}
.site-grid {
background-image: linear-gradient(to bottom, #04385e 0%, #98c0f5 20%, #00a8ff 30%, #0082ff 60%, #065e8c 100%);
}
.fahrplan-grid {
  margin-left:0;
  width:auto;
  max-width: 100%;
  grid-gap: 3px 0px;
}
  .fahrplan-grid
 > div {
  font-size: 14px;
}
div.fahrplan-head {
  font-size: 14px;
}
div.fahrplan-titel {
  font-size: 18px;
}
  .ticket-grid {
  width: 90%;
  max-width: 100%;
  margin:5%;
  grid-template-columns: 100%;
  grid-template-areas:
    "head"
    "left"
    "left"
    "right"
    "right";
  font-size:20px;
}
img.coho {
  margin: 0px 20px 0px -10px; 
}
.logo-bg {
  background-size: 100%;
  }
  .imp-box {
  width: 90%;
  max-width: 100%;
  margin-bottom:100px;
  grid-template-columns:auto;
} 
  .con-box {
  width: 100%;
  max-width: 100%;
  grid-template-columns: 100%;
  margin-top:40%;
  text-align: center;
}
  .con-box > div > img {
    width: 50%;
  }
div.anker,
  div.anker2,
  div.anker3,
  div.anker4,
  div.anker5,
  div.anker6,
  div.anker7 {
  top: 13%; 
  left: 9%;
  font-size: 14px;
}
div.anker2 {
  top: 22%; 
  left: 11%;
}
div.anker3 {
  top: 17.3%; 
  left: 43%;
}
div.anker4 {
  top: 12%; 
  left: 49%;
}
div.anker5 {
  top: 13.5%; 
  left: 55.5%;
}
div.anker6 {
  top: 19%; 
  left: 68%;
}
div.anker7 {
  top: 15.8%; 
  left: 50.5%;
}
    } 
/* CSS-Regeln für größere Smartphones */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .strom-grid > div {
  font-size: 20px;
  padding: 0px 5px 0px 5px;
}
img.teamfoto {
  margin: 50% 0px 0px 0px;
}
  .info-box {
  font-size: 14px;
  margin-top:30%;
}
.site-grid {
background-image: linear-gradient(to bottom, #04385e 0%, #98c0f5 20%, #00a8ff 30%, #0082ff 60%, #065e8c 100%);
}
.fahrplan-grid {
  margin-left:0;
  width:auto;
  max-width: 100%;
  grid-gap: 3px 0px;
}
  .fahrplan-grid
 > div {
  font-size: 14px;
}
div.fahrplan-head {
  font-size: 14px;
}
div.fahrplan-titel {
  font-size: 18px;
}
  .ticket-grid {
  width: 90%;
  max-width: 100%;
  margin:5%;
  grid-template-columns: 100%;
  grid-template-areas:
    "head"
    "left"
    "left"
    "right"
    "right";
  font-size:20px;
}
img.coho {
  margin: 0px 20px 0px -10px; 
}
  .imp-box {
  width: 90%;
  max-width: 100%;
  margin-bottom:100px;
  grid-template-columns:auto;
} 
  .con-box {
  width: 100%;
  max-width: 100%;
  grid-template-columns: 100%;
  margin-top:40%;
  text-align: center;
}
  .con-box > div > img {
    width: 50%;
  }
div.anker,
  div.anker2,
  div.anker3,
  div.anker4,
  div.anker5,
  div.anker6,
  div.anker7 {
  top: 13%; 
  left: 9%;
  font-size: 14px;
}
div.anker2 {
  top: 22%; 
  left: 11%;
}
div.anker3 {
  top: 17.3%; 
  left: 43%;
}
div.anker4 {
  top: 12%; 
  left: 49%;
}
div.anker5 {
  top: 13.5%; 
  left: 55.5%;
}
div.anker6 {
  top: 19%; 
  left: 68%;
}
div.anker7 {
  top: 15.8%; 
  left: 50.5%;
}
    }
/* CSS-Regeln für Tablets im Querformat */
@media (min-width: 768px) and (max-width: 1920px) and (orientation: landscape) {
div.anker,
  div.anker2,
  div.anker3,
  div.anker4,
  div.anker5,
  div.anker6,
  div.anker7 {
  top: 23%; 
  left: 11%;
  font-size: 25px;
}
  div.anker2 {
  top: 48%; 
  left: 12%;
}
div.anker3 {
  top: 32.5%; 
  left: 43%;
}
div.anker4 {
  top: 20%; 
  left: 68%;
}
div.anker5 {
  top: 22%; 
  left: 55%;
}
div.anker6 {
  top: 37%; 
  left: 76%;
}
div.anker7 {
  top: 29%; 
  left: 51%;
}
    }
/* Styles für Geräte bis zu einer Bildschirmbreite von 768px (z.B. Tablets im Hochformat oder Smartphones) */
@media (max-width: 768px) {
    }
/* Styles für Geräte mit einer Bildschirmbreite zwischen 769px und 1024px (z.B. Tablets im Querformat) */
    @media (min-width: 769px) and (max-width: 1024px) {
    }
/* Styles für größere Bildschirme (z.B. Desktop-Monitore) */
    @media (min-width: 1025px) {
    }
/* Styles für Hochformat */
@media (orientation: portrait) {
    }
/* Styles für Querformat */
    @media (orientation: landscape) {
    }
/* Styles für Geräte mit einer Auflösung von 300 dpi */
 @media (resolution: 300dpi) {
    }