﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;800&display=swap');

:root {
    --radius: 3px;
    --font-dark: darkslategrey;
    --bg-color: #f8f9fa;
}

* {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    font-size: 120%;
    background-color: var(--bg-color);
}

*, ::before, ::after {
    box-sizing: inherit;
}

body {
    font-family: "Open sans-serif", Arial, sans-serif;
    line-height: 1.3rem;
    color: #263238;
    margin: 0rem;
    padding: 0.2rem;
    background-color: var(--bg-color);
}
input[type=text], input[type=password], select {
    padding: 0.4rem;
    display: inline-block;
    border: 1.5px solid #ccc;
    border-radius: var(--radius);
    box-sizing: border-box;
}

::file-selector-button {
    background-color: grey;
    color: white;
    border: 1px solid #666666;
    cursor: pointer;
    padding: 0.1rem 1rem 0.1rem 1rem;
    font-size: 1rem;
    border-radius: var(--radius);
}

::file-selector-button:hover {
    background-color: #888888;
    color: #eeeeee;
    border: 1px solid #666666;
    cursor: pointer;
    padding: 0.1rem 1rem 0.1rem 1rem;
    font-size: 1rem;
    border-radius: var(--radius);
}

input[type=submit] {
    background-color: #980053;
    color: white;
    border: 1px solid #666666;
    cursor: pointer;
    padding: 0.4rem 1rem 0.4rem 1rem;
    font-size: 1rem;
    border-radius: var(--radius);
}

    input[type=submit]:hover {
        background-color: #980053;
        color: #dddddd;
        border: 1px solid #666666;
        cursor: pointer;
        font-size: 1rem;
        padding: 0.4rem 1rem 0.4rem 1rem;
    }

    input[type=submit]:disabled {
        background-color: #ab5d88;
        color: #dddddd;
        border: 1px solid #666666;
        cursor: default;
        font-size: 1rem;
        padding: 0.4rem 1rem 0.4rem 1rem;
    }

input[type=checkbox] {
    height: 1rem;
    width: 1rem;
}
    img, .image {
    max-width: 100%;
    width: 100%;
    height: auto;

}

.ButtonDisabled {
    background-color:#ab5d88 !important;
}
.ButtonEnabled {
    background-color: #980053 !important;
}

.imgHeader {
    width:600px;
    display:block;
}

.headerBG {
    display: flex;
    margin: 0 auto -0.3rem auto;
    width: 1000px;
}






#divWappenUnten {
    width: 3.5rem;
    visibility: hidden;
    margin-left: 50px;
    height:1rem;
}

#divWappenLinks {
    display:normal;
}

#divWappenRechts {
    display: normal;
}

#divRechts {
    width: 80%;
    margin-left:2rem;
    margin-right: 2rem;
}

/*Menü*/
.navigation {
    display: block;
    /*background-color: var(--bg-orange);*/
    margin: 0 auto;
    width: 1000px;
}

.show {
    background-color: var(--bg-orange);
    display: block;
}

nav ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
}


nav ul li {
    white-space: nowrap;
    position: relative;
    padding-right: 1rem;
    font-size: 0.8rem;
}

    .aktuell, nav ul li:hover {
        /*background-color: #bd9405;*/
        cursor: pointer;
    }




nav a {
    color: dimgray;
    text-decoration: none;
    display: block;
    padding: 0.1rem;
    width: 100%;
}

    nav a.aktuell {
        font-weight: bold;
        font-style: italic;
    }

    nav a:hover {
        color: dimgray;
        text-decoration: underline;
    }
/*Menü*/




#Menübalken {
    min-width: 1000px;
    display: flex; /* Flexbox aktivieren */
    align-items: center; /* Vertikal zentrieren */
    width: 100%;
    background-color: #3a9c00;
    height: 2.5rem;
    margin-bottom: 1rem;
    margin-top: -0.3rem;
}
.content {
    margin: 0 auto;
    width: 1000px;
    font-size:90%;
    padding-top:5px;
    color:white;
    position:relative;

}

.Willkommen {
    float: left;
    font-size: 100%;
    margin-left: 0;
}

.Gemeinde {
    float: right;
    margin-right: 0px;
    font-size: 100%;
}

.KalenderTickets {
    font-weight: bold;
    margin-left: -5px;
    margin-bottom: 1rem;
    white-space: nowrap;
    font-size: 120%;
    float:left;
}
.KalenderEinTicket {
    font-weight: bold;
    margin-bottom: 1rem;
    white-space: nowrap;
    font-size: 120%;
    float:left;
}

.KalenderAnsicht {
    float: right;
    font-size: 70%;
    margin-right: 12px;
    margin-top: 0.2rem;
}

/*Legende*/

.KalenderLegende {
    display: inline-flex;
    font-size: 75%;
    color: black;
    padding: 5px;
    border: 1px groove lightgray;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-right:0.95rem;
    height:40px;
}




#Main {
    padding: 0px;
    margin: 0 auto;
    width: 1000px;
    background-color: #f8f9fa;
    min-height: 200px;
    clear: both;
}



#OuterContainer {
    float: left;
    background-color:  #eff395;
    width: 700px;
}

#InnerContainer {
    padding-left:20px;
    padding-right:20px;
    padding-bottom:30px;
    padding-top:20px;
}

.divHome {
    float: left;
    font-size: 70%;
    position: absolute;
    top: -17px;
    left: 0px;
    height: 12px;
}

#divAbmelden {
    float: right;
    font-size: 70%;
    position: absolute;
    top: -17px;
    right: 10px;
}



.Footer {
    margin: 0 auto;
    width: 100%;
    padding:10px 0px 10px 0px;
    text-align:center;  
    font-size: 70%;
    border-top: 1px solid gray
}

.Impressum {
    text-decoration: underline;
    color: black;
    margin-right:8px;
    margin-left:8px;
}

.Impressum:hover {
    text-decoration: underline;
    color: #555555;
    margin-right:8px;
    margin-left:8px;
}

.Anmeldung {
    text-decoration: underline;
    color: black;
    margin-right:8px;
    margin-left:8px;
    font-size:130%;
}

.Anmeldung:hover {
    text-decoration: underline;
    color: #555555;
    margin-right:8px;
    margin-left:8px;
    font-size:130%;

}


.modalBackground { 
background-color: rgb(25,25,25); 
opacity:0.7; 
z-index:70 !important;
}

.panelPopup {
    color: #800000;
    border: 7px solid #3a9c00;
    background-color: #d3d3d3;
    width: 800px;
    padding:0.5rem;
    text-align:center;
    display:normal;
    z-index:100 !important;
}
.panelPopupError {
    color: #800000;
    border: 7px solid #980053;
    background-color: #d3d3d3;
    width: 680px;
    padding:0.5rem;
    text-align:center;
    display:normal;
    z-index:100 !important;
}

.panelPopupCancel {
    float: right;
    margin-top:0px;
}

.panelPopupCancelLink
{
text-decoration:none; 
Color:#555555;
Font-Size:180%; 
Font-family:arial;
vertical-align:super;
}

.panelPopupStatus {
    font-size:90%; 
    font-weight:bold; 
    color:black;
}

.panelPopupButton {
    margin: 0 auto;
}

.panelPopupImage {
    color: #800000;
    border: 5px solid #265a97;
    background-color: #d3d3d3;
    padding:5px;
    width:800px;
    height:500px;
    position:relative;
}



.BildZentrieren {
    margin: 0 auto;
    display: block;
}


.Überschrift {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 20px;
}

.fs-7 {
    font-size: 80%;
}

.Link {
    text-decoration: underline;
    color: #265a97;
    margin-right:10px;
    font-size:90%;
    font-weight:normal;
}

.Link:hover {
    text-decoration: underline;
    color: #48012a;
    margin-right:10px;
    font-size:90%;
    font-weight:normal;

}

/***Sektion Login-Beginn**************/

#LoginContainer {
    margin:0 auto; 
    width:600px; 
}

.LoginRahmen {
    border-style: solid;
    border-color: #3a9c00;
    border-width: 3px;
    margin-top: 40px;
    padding-top:20px;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 30px;
    border-radius: var(--radius);
}

#LoginTitel {
    font-size: 100%;
    font-weight:bold;
    margin-bottom: 20px;
}

.LoginBezeichnung {
    font-size: 70%;
    line-height:1.1;
}

.LoginTextBox {
    margin-bottom:1.5rem;
}

.LoginTextFormat {
    font-size: 100%;
    width: 90%;
}

.LoginLink {
    font-size: 70%;
    color: #555555;
    text-decoration: underline;
}

    .LoginLink:hover {
        color: #888888;
        text-decoration: underline;
    }


.LoginRegistrierung {
    float:left;
}



.LoginPasswortVergessen {
    float:right;
}




.LoginRequiered {
    float: left;
    color:red;
    font-size:100%;
}

#LoginButton {
    margin-bottom:1rem; 
    margin-top:1rem;
}



.ErrorBox {
    font-size: 80%;
    font-weight: bold;
    color: #980053;
    background-color: #d3d3d3;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-style: solid;
    border-color: #980053;
    border-width: 2px;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 1rem;
    line-height: 1.5;
    width: 100%;
}

.MessageContainer {
    padding-left: 10px;
    padding-right: 10px;
}

.MessageBox
{
    
    font-size:80%;
    font-weight:bold;
	color:black;
	background-color:#d3d3d3;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:15px;
	padding-top:15px;
	border-style:solid;
	border-color:green;
	border-width:3px;
	text-align:left;
	vertical-align:middle;
	line-height:1.5;
	width:100%;	
    margin-bottom:1rem;
}

/***Sektion Login-Ende**************/

/***Sektion Registrierung-Beginn**************/
.Registrierung_Spalte1 {
    float:left;
    width:50%;
}

.Registrierung_Spalte2 {
    float: right;
    width: 50%;
}



/***Sektion Registrierung-Ende**************/

/***Sektion Impressum-Beginn**************/

.ImpressumPopUp{
    display: normal;
    text-align: left;
    width: 700px;
    color: black;
    border: 7px solid #3a9c00;
    background-color:  #d7d8f3;
    padding: 1rem;
}

#divImpressumInhalt {
    float: left;
    width: 400px;
    font-size: 90%;
    margin-right:1.5rem;
}

#divWebdesign {
    font-size: 70%;
    border-top: 1px solid darkgray;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 10px;
}


/***Sektion Impressum-Ende**************/

.Monate_Pfeile_Legende {
    display: flex;
    clear: both;
    align-items:flex-end;
}


#divMonate {
    float: left;
    clear: both;
}

.TabelleMonate {
    width:auto;
}


.TableCell {
    padding:0px;
}


.warteliste-row td {
    color: #6c757d !important;
    background-color: #f8f9fa !important; /* sehr helles Grau */
    background: repeating-linear-gradient( 45deg, #f8f9fa, #f8f9fa 10px, #ffffff 10px, #ffffff 20px);
}

.table td.mail-col {
    white-space: normal; /* erlaubt Zeilenumbruch */
    overflow-wrap: break-word; /* bricht bei Bedarf an sinnvollen Stellen */
    word-wrap: break-word; /* Fallback für ältere Browser */
    max-width: 250px; /* etwas breiter als Mail */
}


.table td.adresse-col {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 200px; /* etwas breiter als Mail */
}


.MonatAktiv {
    font-size: 120%;
    font-weight: bold;
    height: 40px;
    width: 140px;
    padding-top: 4px;
    background-color: #444444;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center; /* vertikal */
    border-top:1px solid gray;
    border-left:1px solid gray;
    border-right:1px solid gray;

}

.MonatInAktiv {
    font-size: 120%;
    font-weight: bold;
    height: 40px;
    width: 140px;
    padding-top: 4px;
    background-color: #979595;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center; /* vertikal */
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}


.LinkMonat {
    text-decoration:none;
    color:white;
}

.LinkMonatAktiv {
    text-decoration:underline;
    color:white;
}

.LinkMonat:hover {
    text-decoration:underline;
    color:white;
}

.Feiertag {
    width:140px;
    background-color:#d3d3d3;
}

.reserviert {
    width:140px;
    background-color:#b50268;
}

.frei {
    width:140px;
    background-color:#3a9c00;
}

.selberReserviert {
    width:140px;
    background-color:#0092ce;
}

.Warteliste {
    width: 140px;
    background-color: #8fd7f5;
}


.radioTickets {
    margin-right:30px;
}


/***Sektion Home**************/

.Home_Header {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 15px;
    float: left;
}

.Home_Button {
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 15px;
    float: right;
}

.Home_Text {
    font-size: 90%;
    margin-bottom: 5px;
    float: left;
    clear:both;
}

.Home_Link {
    font-size: 90%;
    margin-bottom: 5px;
    float: left;
    margin-left: 0px;
    margin-top:-1px;
}

.Home_TextKlein {
    font-size: 60%;
    margin-top: 35px;
    clear: both;
}

.AccordionHeader {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
    background-color: #f8f9fa;
    padding: 0.75rem 1rem;
    border: 1px solid #198754; /* Bootstrap grün */
    border-radius: 0.375rem; /* runde Ecken */
    text-align: left;
    line-height: 1.5;
    width: 100%;
    margin: 0.5rem 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

    .AccordionHeader:hover {
        background-color: #e9ecef; /* etwas dunkler bei hover */
    }

.AccordionHeaderSelected {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    background-color: #980053; /* dein kräftiges Rot/Lila */
    padding: 0.75rem 1rem;
    border: 1px solid #198754;
    border-radius: 0.375rem;
    text-align: left;
    line-height: 1.5;
    width: 100%;
    margin: 0.5rem 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .AccordionHeaderSelected:hover {
        background-color: #7a0042; /* etwas dunkler beim Hover */
    }


/***Sektion Home-Ende**************/

.pointer {
    cursor: pointer;
    font-family: Arial, Verdana;
}

.EingabeBezeichnung {
    font-size: 70%;
}

.EingabeTextBox {
    margin-bottom:8px;
}

.EingabeTextFormat {
    font-size: 100%;
    width: 250px;
}


/* Tooltip container */
.tooltipKalender {
    position: relative;
    display: inline-block;
    width: 100%;
    /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltipKalender .tooltiptext {
        visibility: hidden;
        width: 8rem;
        background-color: #555;
        color: #fff;
        text-align: center;
        font-size: 70%;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 120%;
        left: 50%;
        margin-left: -4rem;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .tooltipKalender .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltipKalender:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.form-control.required {
    background-color: #fffbea; /* sanftes Gelb für Pflichtfelder */
}

.form-label.required::after {
    content: " *";
    color: #dc3545; /* Bootstrap Danger Rot */
}
.form-label {
    margin-bottom: 0.25rem; /* statt 0.5rem */
}

/*CMS*/

#OuterContainerCMS {
    width: 980px;
}

.CMS_Bezeichnung {
    font-size: 70%;
    line-height: 1.0;
}

.CMS_TextBoxDiv {
    margin-bottom: 0.5rem;
}

.CMS_Required {
    color: #980053;
}

.CMS_TextBoxOptional {
    
    padding-left: 5px;
    width: 95%;
    min-width:95%;
    max-width:95%;
    max-height:4rem;
    font-size: 100%;
}

.CMS_TextBoxRequired {
    border-left: 3px solid #d70a45 !important;
    padding-left: 5px;
    width: 95%;
    font-size: 100%;
}

.CMS_DropRequired {
    border-left: 3px solid #d70a45;
    padding-left: 5px;
    width: 310px;
}

/* Ajax CalendarExtender */
.ajax__calendar_container {
    font-size: 1.2rem; /* Größere Schrift für Header und Tage */
    padding: 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.15);
    background-color: #fff;
    width: 360px !important; /* Gesamte Kalenderbreite */
    height: 360px !important; /* Gesamte Kalenderhöhe */
}

.ajax__calendar_body {
    font-size: 1.2rem; /* Größere Schrift für Header und Tage */
    padding: 0.5rem;
    background-color: #fff;
    width: 330px !important; /* Gesamte Kalenderbreite */
    height: 285px !important; /* Gesamte Kalenderhöhe */
}

/* Header (Monat0+ Navigation) */
.ajax__calendar_header {
    background-color: #3a9c00;
    color: white;
    text-align: center;
    font-weight: 500;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    height: 2.2rem !important;
}

/* Tage der Woche */
.ajax__calendar_dayname {
    font-weight: 600;
    color: #495057;
    width: 2.2rem !important; /* Breite jeder Spalte */
    height: 2.2rem !important; /* Höhe der Kopfzeile */
    text-align: center;
    font-size: 1rem !important;
}

/* Tage */
.ajax__calendar_day,
.ajax__calendar_othermonth {
    width: 2.2rem !important; /* Breite der Tageszellen */
    height: 2.2rem !important; /* Höhe der Tageszellen */
    line-height: 2.2rem; /* Vertikale Zentrierung */
    text-align: center;
    font-size: 1.1rem; /* Schriftgröße der Zahlen */
    padding: 0;
}

    /* Hover Effekt */
    .ajax__calendar_day:hover {
        background-color: #8b8d8f;
        cursor: pointer;
        border-radius: 0.25rem;
    }

/* Aktuelles Datum hervorheben */
.ajax__calendar_selected {
    background-color: #007bff;
    color: white;
    border-radius: 0.25rem;
}





















