﻿html {
    font-size: 120%;
}

body {
    padding: 0.5rem;
}

input[type=submit] {
    background-color: #980053;
    color: white;
    border: 1.5px solid #666666;
    cursor: pointer;
    font-size: 100%;
    padding: 0.4rem 1rem 0.4rem 1rem;
    width: 100%
}

    input[type=submit]:hover {
        background-color: #980053;
        color: #dddddd;
        border: 1.5px solid #666666;
        cursor: pointer;
        font-size: 100%;
        padding: 0.4rem 1rem 0.4rem 1rem;
        width: 100%
    }


.headerBG {
    width: 100%;
    display:block;
    margin-bottom:0.5rem;
    height:auto;
}

.imgHeader {
    width: 100%;
    max-width:100%;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #b50268;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}


.hamburger {
    display: block;
    margin-left: 1rem;
    margin-right: 0.1rem;
    cursor: pointer;
    width:3.3rem;
}

#divWappenUnten {
    width: 3.5rem;
    visibility: visible;
    margin-left: 0.2rem;
    margin-right:0.2rem;
}

#divWappenLinks {
    display: none;
}

#divWappenRechts {
    display: none;
}

#divRechts {
    width: 100%;
    margin-left: 0.2rem;
}

.logo {
    background-color:#e8e4e4; 
    height:140px;
    float:left;
}

/*Menü*/
.navigation {
    display: none;
    width: 100%;
}

.show {
    width: 100%;
    display: block;
}

nav ul {
    display: block;
}


    nav ul li {
        white-space: nowrap;
        position: relative;
        padding-right: 0rem;
        font-size: 0.8rem;
        background-color: #3a9c00;
    }

        .aktuell, nav ul li:hover {
            background-color: #980053;
            cursor: pointer;
        }




nav a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0.2rem;
    width: 100%;
    border-bottom: 3px solid white;
}

    nav a.aktuell {
        font-weight: bold;
        font-style: italic;
    }

    nav a:hover {
        color: white;
        text-decoration:none;
    }
/*Menü*/



#Menübalken {
    width: 100%;
    min-width:100%;
    margin-top: 0;
    height: auto;
    min-height: 1.6rem;
}
.content {
    width: 100%;
}

.Willkommen {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    float:none;
}

.Gemeinde {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    float:none;
}

.KalenderTickets {
    display: block;
    width: 100%;
    float: none;
    white-space: normal;
}
.KalenderEinTicket {
    display: block;
    width: 100%;
    float: none;
    white-space: normal;
}

.KalenderAnsicht {
    display:block;
    font-size: 70%;
    margin-right: 0;
    margin-top: 0;
    margin-left:0;
    width:100%;
}

.KalenderLegende {
    display: flex;
    flex-wrap: wrap;
    float: none;
    margin-right: 0;
    justify-content: flex-start;
    border: 1px solid lightgray;
    width:100%;
}


#Main {
    width: 100%;
}



#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: 90%;
    position: absolute;
    top: -25px;
    left: 0px;
    height: 12px;
}

#divAbmelden {
    float: right;
    font-size: 90%;
    position: absolute;
    top: -25px;
    right: 10px;
}



.Footer {
    margin: 0 auto;
    width: 100%;
    padding:1rem 0px 1rem 0px;
    text-align:center;  
    border-top: 1px solid gray; 
    font-size: 0.7rem;
}

.Impressum {
    text-decoration: underline;
    color: black;
}

.Impressum:hover {
    text-decoration: underline;
    color: #555555;
}

.Anmeldung {
    text-decoration: underline;
    color: black;
    margin-right:8px;
    margin-left:8px;
    font-size:180%;
}

.Anmeldung:hover {
    text-decoration: underline;
    color: #555555;
    margin-right:8px;
    margin-left:8px;
    font-size:180%;

}



.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: 90%;
    padding:5px;
    text-align:center;
    display:normal;
    z-index:100 !important;
}
.panelPopupError {
    color: #800000;
    border: 7px solid #980053;
    background-color: #d3d3d3;
    width: 90%;
    padding:5px;
    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;
    width:50%;
}

.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-weight: bold;
    margin-bottom: 20px;
}

.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:100%; 
}

.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;
}

#LoginTitel {
    font-weight:bold;
    margin-bottom: 20px;
}

.LoginBezeichnung {
    font-size: 70%;
    line-height: 1.1;
}

.LoginTextBox {
    margin-bottom: 1.5rem;
}

.LoginTextFormat {
    font-size: 100%;
    width: 100%;
}

.LoginLink {
    font-size: 70%;
    color: #555555;
    text-decoration: underline;
}

    .LoginLink:hover {
        color: #888888;
        text-decoration: underline;
    }


.LoginRegistrierung {
    margin-top:0.3rem;
    font-size:110%;
    display: block;
    width: 100%;
}



.LoginPasswortVergessen {
    margin-top: 0.3rem;
    font-size: 110%;
    display: block;
    width: 100%;
}

.LoginRequiered {
    float: left;
    color:red;
    font-size:100%;
}

#LoginButton {
    margin-bottom:10px; 
    margin-top:30px;
}




 .ErrorBox
{
    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;
	float:left;
	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 {
    display: block;
    width: 100%;
}

.Registrierung_Spalte2 {
    display: block;
    width: 100%;
}



/***Sektion Registrierung-Ende**************/


/***Sektion Impressum-Beginn**************/

.ImpressumPopUp{
    display: normal;
    text-align: left;
    width: 90%;
    color: black;
    border: 7px solid #3a9c00;
    background-color:  #d7d8f3;
    padding: 1rem;
}

#divImpressumInhalt {
    float: left;
    width: 60%;
    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: block;
    clear: both;
}

#divMonate {
    display:block;
    width:100%;
}

.TabelleMonate {
    width: 100%;
}


.TableCell {
    padding:0px;
    width:30%;
    max-width:30%;
}

.MonatAktiv {
    
    width:100%;
    
}
.MonatInAktiv {
    
    width:100%;

}

.LinkMonat {
    text-decoration:none;
    color:white;
    width:100%;
}

.LinkMonatAktiv {
    text-decoration:underline;
    color:white;
}

.LinkMonat:hover {
    text-decoration:underline;
    color:white;
}

.Feiertag {
    width:14%;
    background-color:#d3d3d3;
}

.reserviert {
    width:14%;
    background-color:#980053;
}

.frei {
    width:14%;
    background-color:#3a9c00;
}

.selberReserviert {
    width:14%;
    background-color:#0092ce;
}


.radioTickets {
    margin-right:30px;
}


/***Sektion Home**RESPONSIV!!!************/

.Home_Header {
    margin-bottom: 15px;
    text-align:center;
    display:block;
    width:100%;

}

.Home_Button {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
    padding:1rem;
}

.Home_Text {
    font-size: 90%;
    margin-bottom: 5px;
}

.Home_Link {
    font-size: 90%;
    margin-bottom: 5px;
    float: left;
    margin-left: 0px;
}

.Home_TextKlein {
    font-size: 60%;
    margin-top: 35px;
    clear: both;
}

/***Sektion Impressum-Ende**************/




/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /* If you want dots under the hoverable text */
}

/* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 6rem;
        font-size: 60%;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 120%;
        left: 50%;
        margin-left: -3rem;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

/* Tooltip arrow */
.tooltip .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 */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*CMS*/

#OuterContainerCMS {
    width: 100%;
}

.CMS_Bezeichnung {
    font-size: 70%;
    clear: both;
}

.CMS_TextBoxDiv {
    margin-bottom: 8px;
}

.CMS_Required {
    color: #980053;
}

.CMS_TextBoxOptional {
    border-left: 3px solid #666666;
    padding-left: 5px;
    font-size: 100%;
    width: 95%;
}

.CMS_TextBoxRequired {
    border-left: 3px solid #d70a45;
    padding-left: 5px;
    font-size: 100%;
    width: 95%;
}

.CMS_DropRequired {
    border-left: 3px solid #d70a45;
    padding-left: 5px;
    width: 310px;
}


ajax__calendar_footer {
    display: none;
}

.ajax__calendar_container {
    width: 360px !important; /* passt sich dem Container an */
    height: 360 !important;
    font-size: 1rem; /* kleinere Schrift */
}

.ajax__calendar_body {
    width: 300px !important;
    height: 285px !important;
    font-size: 1rem;
}

.ajax__calendar_dayname {
    font-size: 0.9rem;
    width: 2rem;
    height: 2rem;
}

.ajax__calendar_day,
.ajax__calendar_othermonth {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.95rem;
}

.ajax__calendar_header {
    font-size: 1rem;
    height: 2rem;
    background-color: #3a9c00;
}

