@font-face {
  font-family: acmeFont;
  src: url(../fonts/Acme-Regular.ttf);
}
div{
    font-family: acmeFont;
}

@media (min-width: 1px) {


* {
	margin:0;
	padding:0;
}
@viewport{
    zoom: 1.0;
    width: device-width;
}
html, body{
    
    height:100%;
}

#navigation{
    position: fixed;
    top:0;
    z-index: 40;
    width:100%;
    height:80px;
    display:subgrid;
    
}


#Logo{
    float: left;
    margin-top:8px;
    margin-left:1%;
    position:fixed;
    z-index:41;
	/*height:70%; löschen!!!! überdeckt Seite!!  */
       
}


#SkylineLogo{display:none;
    z-index:22;
       
}

 
#menu a{
	text-decoration:none;

}

#menu a:hover {
}


.buttonhalter{
    position:fixed;
    z-index:50;
    margin: 10px 58%;
    display: inline-block;
}


.buttonhalter:hover .button1{
    background-color: transparent;
     cursor: pointer;
    
}
.buttonhalter:hover .button2{
    background-color: transparent;
     cursor: pointer;
    
}


#button1 input{
    position:absolute;
    margin-left:60px;
    width:55px;
    height:55px;
    border-radius: 30px;
    background:url(../images/england.ico);
    background-size: 50px;
    transition: all ease-in-out 0.2s;
    
    /*Text*/
    font-size: 2em;
}
#button2 input{
    position:absolute;
    margin:0 auto;
    width:55px;
    height:55px;
    border-radius: 30px;
    background:url(../images/germany.png);
    background-size: 50px;
    transition: all ease-in-out 0.2s;
    /*Text*/
    font-size: 2em;
}
#button1:hover input{
    background:url(../images/england.ico);
    background-size: 50px;
    transform: translateY(-20px);
    cursor: grab;
}
#button2 :hover{
    background:url(../images/germany.png);
    background-size: 50px;
    transform: translateY(-20px);
    cursor: grab;
}


#english{
    float:left;
}



.buttons{
    
    z-index:97;
    margin-top:15%;
    position:fixed;
   
}

.buttons a{
    width: 14%;
    height:50px;
    background-size:cover;
    float: right;
    margin-right:10px;
    margin-left:100%;
    margin-top: 20px;
    border: solid rgba(80,30,30) 3px;
    border-radius:10px;
    background-color:gainsboro;
    
}

.buttons :hover{
    
    background-color:cornsilk;
    background-position: center;
}

.buttons p{
    z-index: 96;
    float: left;
    margin-right:20px;
    margin-left:50px;
    margin-top: 10px;
    position:absolute;
    font-size: 0.7em;
    
    
}
.buttons a img{
    margin-top:5px;
}

#frame{
    
    float:right;
    margin-top:15%;
    margin-left:70%;
    
    position:fixed;
   
}
    
.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
.table-fill th {
  color:#D5DDE5;;
 background-color: rgba(60,15,15,0.9);
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:20px;
  padding-right:30px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

h3{
    margin-left:45%;
    font-size:2em;
    line-height: 25px;
}
#maincont p{
    margin-left:45%;
}


th:first-child {
  border-top-left-radius:3px;
}
 
.table-fill th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
.table-fill tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
.table-fill tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
.table-fill tr:first-child {
  border-top:none;
}

.table-fill tr:last-child {
  border-bottom:none;
}
 
.table-fill tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
.table-fill tr:nth-child(odd):hover td {
  background:#4E5066;
}

.table-fill tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
.table-fill tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
.table-fill td {
  background:#FFFFFF;
  padding:3px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

.table-fill td:last-child {
  border-right: 0px;
}
#scrollInfo{
    position:relative;
    display:block;
    
    margin-bottom: 5px;
    margin-left:auto;
    margin-right:auto;
}
.scrollImg{
    display:block;
    margin-bottom: 5px;
    margin-left:auto;
    margin-right:auto;
    width:2%;
}
#scrolltext{
    position:relative;
    text-align: center;
    margin-top:40px;
    font-size: 1em;
}
#scrolltext.black{
    color:black;
}
#scrolltext.white{
    color:white;
}



/*#banner{
    position:fixed;
    
    width:100%;
    height:100%;
    z-index: 0;
    
    background: url(../images/haus-aussenansicht.jpg);
    background-size: cover;
}*/


#inputs p1{
    color:#FFFFFF;
}

#inputs{
    width:20%;
    text-align:left;
    position:relative;
    margin-left: 120%;
    margin-right: auto;
    margin-top:7%;
    display:grid;
    border:3px solid white;
    background-color: rgba(40,0,0,0.6);
    margin-bottom:10%;
    -webkit-transition: margin-left 2s ease-in-out;
}

#inputs.toggleinputs{
    margin-left: 40%;
   
}


#inputs textarea{
    margin-right:100px;
    background:transparent;
    border-bottom: 3px solid white;
    border-top: 0px;
    border-left: 3px solid white;
    border-right: 0px;  
    width:100%;
    font-size:1.1em;
    color: white;
    
}

#inputs input{
    background-color: transparent;
    width:93%;
    font-size:1.2em;
    border-bottom: 3px solid white;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;  
    padding-top:10px;
    padding-bottom:20px;
    margin-bottom:-15px;
    margin-left:10px;
    color: white;
    
}
#inputs p{
    color:white;
}
::-webkit-input-placeholder {
  color: peachpuff;
  
  
}
::-moz-placeholder {
  color: peachpuff;
 
}
:-ms-input-placeholder {
  color: peachpuff;
 
}
::placeholder {
  color: peachpuff;
 
}
.buttonhalter2{
    position: relative;
    margin: 19% 53% 10% 30%;
}

.buttonhalter2:hover .button{
    background-color: transparent;
    
}


.button input{
    margin: 9% 53%;
    width:150px;
    height:50px;
    border-radius: 10px;
    background-color:cornsilk;
    transition: all ease-in-out 0.2s;
    /*Text*/
    font-size: 2em;
}
.button > p{
    color:white;
    font-size:50px;
    /*font-family: sans-serif;*/
    text-align: center;
    line-height: 100px;
}
.button:hover p{
    color:#DDD;
}
.button:hover input{
    background: grey;
    transform: translateY(-20px);
}


#Kalender{
    position: relative;
    margin-left: 120%;
    margin-right: 20%;
    background-color: gainsboro;
    width: 60%;
    height: 60%;
    -webkit-transition: margin-left 1s ease-in-out;
}
#Kalender.Kalendertoggle{
    margin-left: 20%;
}
#search4{
    
    padding :20%;
    width: 100%;
    height: 100%;
    font-size: 1.5em;
}

     #Kalender iframe{
            width:100%;
            height:100%;
          
        }
    
#info{
    position:relative;
    display:block;
    margin-top:17%;
    margin-left:120%;
    margin-right:20%;
    font-size:1.2em;
    color:white;
    -webkit-transition: margin-left 1s ease-in-out;
}
#info.toggleinfo{
    margin-left:20%;
}



#info > h1{
    
    font-size:2em;
   
}
    @media (max-width: 970px) {
    #navigation{
   
    height:60px;
    
}
    
#Logo{
    float: left;
    margin-top:8px;
    margin-left:1%;
    position:fixed;
    max-width: 400px;
    z-index:-1;
       
}

#SkylineLogo{
   display:none;
       
}

#menu a{

}


.buttonhalter{
    position:fixed;
    margin: 20px 55%;
    display: inline-block;
}




#button1 input{
    position:absolute;
    z-index:90;
    margin-left:40px;
    width:35px;
    height:35px;
    border-radius: 30px;
    background:url(../images/england.ico);
    background-size: 32px;
    transition: all ease-in-out 0.2s;
   
    
}
#button2 input{
    position:absolute;
    margin:0 auto;
    width:35px;
    height:35px;
    border-radius: 30px;
    background:url(../images/germany.png);
    background-size: 32px;
    transition: all ease-in-out 0.2s;
   
    font-size: 2em;
}
#button1 > p{
    color:white;
    font-size:30px;
    /*font-family: sans-serif;*/
    text-align: center;
    line-height: 30px;
}
#button2 > p{
    color:white;
    font-size:30px;
    /*font-family: sans-serif;*/
    text-align: center;
    line-height: 30px;
}

#button1:hover input{
    background:url(../images/england.ico);
    background-size: 32px;
    transform: translateY(-15px);
    cursor: grab;
}
#button2 :hover{
    background:url(../images/germany.png);
    background-size: 32px;
    transform: translateY(-20px);
    cursor: grab;
}


.scrollImg{
    display:block;
    margin-bottom: 5px;
    margin-left:auto;
    margin-right:auto;
    width:10%;
}

/* "Scrollen fuer den Belegungsplan" / "Weiter zur Buchungsanfrage" waren
   Hinweise dafuer, dass fullPage.js die naechste Section erst nach einer
   bewussten Wisch-/Scrollgeste zeigt. Auf dem Handy scrollt die Seite
   durchgehend normal - der Hinweis, dass man weiterscrollen soll, ist da
   ueberfluessig (man tut es ohnehin gerade). */
#scrollInfo{
    display: none;
}





.buttons p{
    z-index: 96;
    float: left;
    margin-right:20px;
    margin-left:50px;
    margin-top: 10px;
    position:absolute;
    font-size: 0.9em;
    
    
}

#inputs{
    margin-top:30%;
    margin-bottom:55%;
    width:100%;
    position:relative;
    
}
#inputs.toggleinputs{
    margin-left:0%;
}
        #Kalender{
            position:relative;
            margin-left:auto;
            width:100%;
            height:40%;
            
        }
        #Kalender.Kalendertoggle{
         margin-left: 0%;
        }
        #Kalender iframe{
            
            width:100%;
            height:300px;
        }
      
       
        #info{
            
            font-size:1em;
            
            
        }
        .buttonhalter2{
            margin-top:10px;
            margin-left:5%;
        }
    
  
#maincont >table{
    width:280px;
    font-size:0.9em;
    

}
#inputs{
    margin-left: auto;
}
#fp-nav{
    visibility:hidden;
}




}
}
/* =====================================================================
   Preise im Nachtschema (Ergaenzung, ueberschreibt Aelteres)

   Vorher: weisse Tabelle mit Zebrastreifen, dunkelrotem Kopf,
   Textschatten und einer dauerhaften Float-Animation; Ueberschriften
   per margin-left:45% nach rechts geschoben. Jetzt eine Karte mit
   Haarlinien wie die Veranstaltungsliste der Startseite.
   ===================================================================== */
#maincont{
    max-width: 720px;
    margin: 0 auto;
    padding: 120px 28px 40px;
}
#maincont h3,
h3#l01{
    margin: 0 0 22px;
    font-family: var(--font-display);
    font-size: 2em;
    line-height: 1.2;
    color: var(--linen-100);
    text-align: left;
}
#maincont p{
    margin-left: 0;
}

.table-fill{
    background: rgba(10,14,26,0.55);
    border: 1px solid var(--hairline);
    border-radius: 10px;
    border-collapse: collapse;
    height: auto;
    margin: 0;
    max-width: none;
    width: 100%;
    box-shadow: none;
    animation: none;
    overflow: hidden;
}
.table-fill th{
    background-color: transparent;
    color: var(--gold-300);
    border: 0;
    border-bottom: 1px solid var(--hairline);
    font-family: var(--font-body);
    font-size: 0.8em;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 400;
    padding: 14px 18px;
    text-align: left;
    text-shadow: none;
}
.table-fill tr{
    border: 0;
    color: var(--linen-300);
    font-size: 1em;
    text-shadow: none;
}
.table-fill td{
    background: transparent;
    border: 0;
    border-top: 1px solid var(--hairline);
    padding: 12px 18px;
    font-family: var(--font-body);
    font-size: 1em;
    font-weight: 400;
    color: var(--linen-300);
    text-shadow: none;
    font-variant-numeric: tabular-nums;
}
.table-fill tr:nth-child(odd) td,
.table-fill tr:nth-child(odd):hover td{
    background: transparent;
}
.table-fill tr:hover td{
    background: rgba(217,160,81,0.07);
    border-top: 1px solid var(--hairline);
    color: var(--linen-100);
}

/* --- Kalender, Formular, Infotext ------------------------------------- */
#Kalender,
#inputs,
#info{
    max-width: 820px;
    margin: 0 auto;
    padding: 120px 28px 40px;
}
#inputs p1{
    display: block;
    font-family: var(--font-display);
    font-size: 1.6em;
    color: var(--linen-100);
    margin: 0 0 24px;
}
#inputs input[type="text"],
#inputs textarea{
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
    background: rgba(10,14,26,0.55);
    border: 1px solid var(--hairline);
    border-radius: 8px;
    padding: 11px 14px;
    margin-bottom: 12px;
    color: var(--linen-100);
    font-family: var(--font-body);
    font-size: 0.95em;
    transition: border-color .2s ease;
}
#inputs input[type="text"]:focus,
#inputs textarea:focus{
    outline: none;
    border-color: var(--gold-500);
}
#inputs ::placeholder{
    color: var(--linen-300);
    opacity: 0.6;
}
#inputs br{
    display: none;
}
#inputs p{
    display: inline;
    font-family: var(--font-body);
    color: var(--linen-300);
}
#inputs input[type="radio"],
#inputs input[type="checkbox"]{
    accent-color: var(--gold-500);
    margin-right: 8px;
}
/* Vorher: <input type="radio"> gefolgt von <p>Text</p> -- <p> ist
   block-level, der Text landete darum unter statt neben dem Radio. */
.radio-row{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 6px 0 18px;
}
.radio-row label{
    display: flex;
    align-items: center;
    font-family: var(--font-body);
    color: var(--linen-300);
    cursor: pointer;
}
/* Die alte Regel "#inputs input{width:93%}" trifft auch Radios; ein
   zeilenbreiter Radiobutton schiebt seine Beschriftung in die naechste
   Zeile -- daher hier explizit zuruecksetzen. */
#inputs .radio-row input[type="radio"]{
    /* muss #inputs mitfuehren: die alte Regel "#inputs input" hat
       ID-Spezifitaet und schlaegt einen reinen Klassenselektor */
    width: auto;
    flex: 0 0 auto;
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
}
#checkDSGVO{
    display: inline-block !important;
    width: auto !important;
    font-size: 0.85em;
    color: var(--linen-300);
    opacity: 0.8;
}
#inputs input[type="submit"]{
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    background: var(--gold-500);
    color: #1c1305;
    border: 0;
    border-radius: 999px;
    font-family: var(--font-body);
    font-size: 0.95em;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}
#inputs input[type="submit"]:hover{
    background: var(--gold-300);
    transform: translateY(-1px);
}
#info h1{
    font-family: var(--font-display);
    font-size: 2em;
    color: var(--linen-100);
}
#info h2{
    font-family: var(--font-display);
    font-size: 1.3em;
    color: var(--gold-300);
}
#info hr{
    border: 0;
    border-top: 1px solid var(--hairline);
    margin: 18px 0;
}
#info p, #info li{
    font-family: var(--font-body);
    line-height: 1.7;
    color: var(--linen-300);
}

/* Scroll-Hinweis zwischen den Abschnitten */
#scrollInfo{
    text-align: center;
    margin-top: 26px;
}
#scrolltext{
    font-family: var(--font-body);
    font-size: 0.85em;
    letter-spacing: 0.06em;
    color: var(--linen-300);
    margin-bottom: 8px;
}
.scrollImg{
    width: 26px;
    height: auto;
    opacity: 0.7;
}

/* --- Kalender / Formular / Infotext ausrichten -------------------------
   Diese drei Bloecke wurden mit margin-left:120% ausserhalb des
   Bildschirms geparkt und per Toggle-Klasse auf 20-40% hereingefahren.
   Dadurch stand die Seite auch im Ruhezustand ueber 1000px zu weit
   rechts (horizontale Scrollleiste). Sie werden jetzt zentriert und
   sind unabhaengig von der Toggle-Klasse sichtbar -- fullpage_api
   initialisiert auf dieser Seite nicht zuverlaessig, ein
   opacity-Startwert von 0 koennte den Inhalt sonst verschlucken.     */
#Kalender,
#inputs,
#info,
#Kalender.Kalendertoggle,
#inputs.toggleinputs,
#info.toggleinfo{
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
    width: auto;
    float: none;
}
#inputs{
    display: block;
    border: 0;
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
}
#Kalender{
    background-color: transparent;
    height: auto;
}
#Kalender iframe{
    width: 100%;
    min-height: 620px;
    border: 1px solid var(--hairline);
    border-radius: 10px;
    background: rgba(10,14,26,0.55);
}
#search4{
    padding: 10px 20px;
    width: auto;
    height: auto;
    font-size: 0.92em;
}
#info{
    margin-top: 0;
    font-size: 1em;
    color: var(--linen-300);
}

/* Restliche ~30px Querlauf stammen aus fullPage.js selbst (es rechnet
   die Scrollleistenbreite mit ein); kein Inhaltselement ragt heraus.
   fullPage steuert das vertikale Scrollen ohnehin selbst. */
html, body{
    overflow-x: hidden;
}

/* --- Infobereich "Zeiten, Stornierung, Sonstiges" ---------------------
   Vorher: <h1>, <hr>, ein Block Fliesstext am Stueck, mit <br> getrennt.
   Jetzt Kennzahlen als Karten, darunter die Bedingungen als Absaetze.  */
#info .section-head{
    margin-bottom: 26px;
}
.info-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}
.info-card{
    background-color: rgba(10,14,26,0.55);
    border: 1px solid var(--hairline);
    border-radius: 10px;
    padding: 18px 20px;
}
.info-card-label{
    margin: 0 0 6px;
    font-family: var(--font-body);
    font-size: 0.75em;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-300);
}
.info-card-value{
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.25em;
    color: var(--linen-100);
}
.info-notes{
    border-top: 1px solid var(--hairline);
    padding-top: 20px;
}
.info-notes p{
    margin: 0 0 14px;
    font-family: var(--font-body);
    font-size: 0.95em;
    line-height: 1.7;
    color: var(--linen-300);
}
.info-notes p:last-child{
    margin-bottom: 0;
}
