body{
  background-color: rgb(234, 237, 239);
  margin: 0px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
html, body {
  height: 100%;
}
/*The whole menu-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*The whole menu-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
nav{
    background-color:rgb(234, 237, 239) ;
    display: flex;
    justify-content: space-between;
    margin:0px;
    padding:10px;
    z-index: 1000;
    position: relative;
    
}
.titlediv{
    align-items: center;
}
h1{
    margin:0px;
    font-size: 40px;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
    flex-shrink: 5;
    color: rgb(3,145,2);
}
.untertitle{
    font-family: "DM Serif Text", serif;
}

.menubutton{
    font-family: "DM Serif Text", serif;
    font-size: 30px;
    border:none;
    
    background-color: rgb(234, 237, 239) ;
    margin-top: 5px;
    padding:10px;
    transition: transform 0.15s ease;
    
}
.menubutton:hover{
    cursor: pointer;
    transform: scale(1.08);
}
.englishbutton{
    font-family: "DM Serif Text", serif;
    font-size: 30px;
    border:none;
    background-color: rgb(234, 237, 239) ;
    margin-top: 5px;
    padding:10px;
    color:rgb(3,145,2);
    transition: transform 0.15s ease;
    
}
.englishbutton:hover{
    cursor: pointer;
    text-decoration: underline;
    transform: scale(1.08);
}
.homebutton{
    text-decoration: underline;
    font-family: "DM Serif Text", serif;
    font-size: 30px;
    border:none;
    background-color: rgb(234, 237, 239) ;
    margin-top: 5px;
    transition: transform 0.15s ease;
}
.homebutton:hover{
    cursor: pointer;
    transform: scale(1.08);
}
.untertitle{
    font-size: 20px;
    margin-top:5px;
    margin-bottom: 0px;
}
.burgermenuicon{
    width: 70px;
}
burgermenu{
    display: none;
}
.menuicon{
    width: 35px;
    margin-top: 15px;
    margin-right: 10px;
    transition: transform 0.15s ease;
}
.menuicon:hover{
    transform: scale(1.08);
}
.menubuttons{
    display: flex;
    align-items: center;
}
.menuiconburger{
    height: 35px;
    transition: transform 0.15s ease;
    margin-top: 19px;
}
@media(max-width:430px){
    h1{
        font-size: 30px;
    }
}

/*Der Content-----------------------------------------------------------------------------------------------------------------------------------*/
main{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: none;
}
h2{
  font-family: "DM Serif Text", serif;
  font-size: 30px;
  border:none;
  text-decoration: underline;
  text-align: center;
  
}
p{
  text-align: center;
  font-size: 25px;
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
.p{
  display: flex;
  justify-content: center;
  align-items: center;
}
.underline{
  text-decoration: underline;
}
.termine{
  margin: 20px;
}
/*The table-----------------------------------*/
table {
  border: none;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(3,145,2,0.08);
  background-color: rgb(234, 237, 239);
  font-family: "DM Serif Text", serif;
  margin: 20px auto;
  width: 90%;
  overflow: hidden;
  border-collapse: collapse;
}

table thead tr {
  background-color: rgb(3,145,2);
  color: white;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
  color: rgb(3,145,2);
  font-family: "DM Serif Text", serif;
}
table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: 1.3em; /* Larger font size for headers */
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 1.1em;
  border: none;
  font-family: "DM Serif Text", serif;
  color: white;
}
table td {
  font-size: 1em;
  color: #111; /* Black text for table cells */
  background-color: rgb(234, 237, 239);
  border: none;
  padding: 0.9em;
  font-family: "DM Serif Text", serif;
  
}
table tbody tr {
  border-radius: 10px;
  
}
table tbody tr:hover {
  background-color: rgba(3,145,2,0.08);
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
    width: 100%;
    font-size: 0.9em;
    border-radius: 10px;
    box-shadow: none;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    background: rgb(234, 237, 239);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(3,145,2,0.08);
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .95em;
    text-align: right;
    color: #111;
    background: rgb(234, 237, 239);
    padding: 0.7em 0.9em;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(3,145,2);
    font-size: 1em;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

/*Der Abspann--------------------------------f--------------------------------------------------------------------------------------*/
footer.abspann {
  
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content:space-around;
  align-items: center;
}
.abspannbutton{
  font-family: "DM Serif Text", serif;
  font-size: 15px;
  margin-bottom: 30px;
  border:none;
  text-decoration: underline;
}
.abspannbutton:hover{
  cursor: pointer;
  text-decoration: underline;
  background-color: inherit;
}
.copyright{
    font-size: 17px;
    margin-top: 0;
    margin-bottom: auto;
}
/*Some other stuff----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
hr {
  margin: 0;
  width: 100%;
  min-height: 3px;
  height: 3px;
  background-color: black;
  border: none;
  display: block;
  box-sizing: border-box;
}
.narrtext{
  margin: 0;
  text-decoration: underline;
  display: block;
}
.narrtext:hover{
  cursor: pointer;
}
.termine {
  text-decoration: underline;
  text-decoration-color: rgb(3,145,2);
  text-decoration-thickness: 3px;
}
/*Aktuelles page-------------------------------------------------------------------*/
.schiff-bild{
  width: 80%;
  border-radius: 15px;
}
.b{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vl {
  margin-top: 0;
  margin-right: 20px;
  border-left: 5px solid rgb(3,145,2);
  height: 100%; 
  align-self: stretch; 
  min-height: 40px;
  width: 0;
  flex-shrink: 0;
}
.narrenschifftext{
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
  position: relative;
}
.narrenschifftext p {
  text-align: left;
  margin-left: 25px; 
  font-size: 20px;
}
.vl {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: rgb(3,145,2);
  margin: 0;
  border: none;
}
/*Download button*/
.download{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  background-color: rgb(234, 237, 239);
  width:440px;
  border-radius:15px;
  border: 3px solid rgb(3,145,2);
  transition: transform 0.15s ease;
}
.download:hover{
  cursor: pointer;
  transform:scale(1.05) ;
}
.dwn{
  height: 45px;
}
.dwn-text{
  margin: 5px;
  color: rgb(3,145,2);
}
.downloadfullres{
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  transition: transform 0.15s ease;
}
.downloadfullres:hover{
  cursor: pointer;
}
.dwnfullres{
  margin-top: 5px;
  height: 35px;
}
.adrian{
  font-size: 20px;
}
/*The burger menu--------------------------------------------------------------------------------------------------------------------------------------------*/
#menu__toggle:checked ~ .menu__btn {
    position: fixed;
    top: 30px;
    right: 30px;
  }
  #menu__toggle {
    opacity: 0;
  }
  
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
    left: auto;
  }
  
  .menu__btn {
    display: flex;
    align-items: center;
    top: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 2;
    position: absolute;
  }
  
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
  
    width: 100%;
    height: 3px;
  
    background-color: black;
  
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -10px;
  }
  .menu__btn > span::after {
    content: '';
    top: 10px;
  }
  
  .menu__box {
    left: auto; /* Ensure left is not applied */
    right: -100%; /* Position the menu box off the screen to the right */
    
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    
    width: 100%;
    height: 100%;
  
    margin: 0;
    
  
    list-style: none;
  
    background-color: rgb(213, 215, 217);
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  
    transition-duration: .15s;
  
    z-index: 1;
  }
  
  .menu__item {
    font-family: "DM Serif Text", serif;
    font-size: 30px;
    border:none;
    background-color: rgb(234, 237, 239) ;
    margin-top: 5px;
    padding:10px;
    background: transparent;
    color:black;
    text-decoration: none;
    text-align: center; 
    width: 100%;
    display: block;
  }
  .menu__item:hover {
    cursor: pointer;
    
  }
  .menu__itemdiv{
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    height: 100%;
  }
  .menu__item__home{
    font-family: "DM Serif Text", serif;
    font-size: 30px;
    border:none;
    background-color: rgb(234, 237, 239) ;
    margin-top: 5px;
    padding:10px;
    background: transparent;
    color:black;
    text-decoration: none;
    text-align: center;
    width: 100%;
    text-decoration: underline;
  }
  
  .hamburger-menu{
    display: none;
  }
  .menu__item__englisch{
    font-family: "DM Serif Text", serif;
    font-size: 30px;
    border:none;
    background-color: rgb(234, 237, 239) ;
    margin-top: 5px;
    padding:10px;
    background: transparent;
    color:rgb(3,145,2);
    text-decoration: none;
    text-align: center;
    width: 100%;
    
  }
  
  
  
  
  
  @media(max-width:980px){
    .menubuttons {
        display: none;
    }
  
    burgermenu {
        display: block;
    }
  
    .mitglidertexthome {
        display: none;
    }
  
    .burgermenuicon {
        display: block;
    }
    .hamburger-menu{
        display: block;
    }
    .menu__btn{
        position: block;
        top:30px;
        right: 30px;
    }
  }
@media(max-width:450px){
  .download{
  width:340px;
  } 
  .dwn-text{
    font-size: 17px;
  }
}
/*Preventing safari auto linking*/
a[x-apple-data-detectors], 
span[x-apple-data-detectors], 
button[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    background: none !important;
    border: none !important;
}

/* Forcing buttons submenu buttons to be black on all browsers*/
.menubutton, #btn-termine, #btn-aktuelles {
    color: #000 !important;
}
.active-toggle-btn {
    border-bottom: 4px solid rgb(3,145,2);
    border-radius: 0;
}