html,
body,
div {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:Arial, sans-serif;
	font-size:1.0em;
	background: #000000;
}
#seitentitel {
	height:120px;
	line-height:120px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:x-large;
}
#stand-chart-landscape {
	display: block;
}
#stand-chart-portrait {
	display: none;
}

nav {
	position: sticky;
	top: 0px;
}
#menueleiste a {
	width:20%;
	display: inline-block;
	float: left;
	text-align: center;
	text-decoration: none;
	background: #000000;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 5px #1DCA39;
	font-weight: bold;
}
#menueleiste a:hover {
	background: darkgreen;
}
#menueleiste a menuepunkt-aktiv {
	background: #3B3B3B;	
}

#menue-unten a {
	width:100%;
	display: inline-block;
	clear: both;
	float: left;
	text-align: center;
	text-decoration: none;
	background: #000000;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 5px #1DCA39;
}
#menue-unten a.hover {
	background-color: darkgreen;
}
#footer {
	font-size:0.8em;
	color:white;
	float: left;
	text-align:center;
	background: #000000;
}
#footer p::before {
	content: "\A\A© 2023 - Kaben Medientechnik - ";
	white-space:pre;
}


#inhalt {
	font-size:1.0em;
	text-align:left;
	float: left;
	padding-left: 20%;
	padding-right: 20%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	background: #3B3B3B;
	color: white;
	width: 60%;
}
#inhalt a {
	font-size:1.0em;
	color: white;
	padding: 0.2em;
	font-weight: bold;
	text-decoration: none;
}
#inhalt img {
	max-width: 80%;
}






#toptext {
	position: absolute;
	left: 200px;
	top: 0px;
	font-size: 1.5em;
	color: white;
}
#navigation {
	height: 2.4em;
	padding: 0.5em 0.75em;
	background-color:#EC008C;
	color:#FFFFFF;
}
#navigation a {
	color: white;
	text-decoration: none;
}
input#responsive-nav,
label.responsive-nav-label {
	color:#FFFFFF;
	display: none;
}
#menue-links {
	font-size:1.0em;
	color:#FFFFFF;
	float:left;
	text-align:left;
	margin-top:2px;
}
#menue-rechts {
	font-size:1.0em;
	color:#FFFFFF;
	float:right;
	text-align:right;
	margin-top:2px;
	margin-right:10px;
}
#inhalt-links {
	font-size:1.0em;
	text-align:left;
	width: 200px;
	float: left;
	border-right: 2px solid #EC008C;
	margin-bottom: 0.75em;
	padding: 0.9em;
}
#inhalt-links h1 {
	font-size:1.0em;
	color: white;
	background: #FF0029;
	padding: 0.2em;
	font-weight: normal;
}
#inhalt-mitte {
	font-size:1.0em;
	text-align:left;
	width: 730px;
	float: left;
	padding: 0 10px;
}
#inhalt-center {
	font-size:1.0em;
	text-align:center;
}
#inhalt-gross {
	font-size:1.0em;
	text-align:left;
	width: 600px;
	float: left;
	border: 2px solid #d2247c;
	margin-bottom: 0.75em;
	padding: 0.9em;
}
#inhalt-gross h1 {
	font-size:1.0em;
	color: white;
	background: #d2247c;
	padding: 0.2em;
	font-weight: normal;
}
#inhalt-offen {
	text-align:left;
	font-size:1.0em;
	float: left;
	padding: 1%;
	border: 1% solid #d2247c;
	margin-top: 0.75em;
	margin-left: 1%;
	margin-right: 1%;
	background: #d2247c;
	color: white;
	width: 46%;
}
#inhalt-offen h1 {
	font-size:1.0em;
	color: #d2247c;
	background: white;
	padding: 0.2em;
	font-weight: normal;
}
#inhalt-offen a {
	font-size:1.0em;
	background: #d2247c;
	color: white;
	padding: 0.2em;
	font-weight: bold;
	text-decoration: none;
}
#inhalt-leer-oben {
	height: 200px;
}
#inhalt-aktuellerhinweis {
	text-align:center;
	font-size:1.0em;
	float: left;
	padding: 1%;
	border: thick double #bc2f27;
	margin-top: 0.75em;
	margin-left: 1%;
	margin-right: 1%;
	background: white;
	color: #bc2f27;
	width: 96%;
}
#inhalt-aktuellerhinweis a {
	font-size:1.0em;
	background: #bc2f27;
	color: white;
	padding: 0.2em;
	font-weight: bold;
	text-decoration: none;
}
#inhalt-vorwort {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:1.0em;
	float: left;
	padding: 1%;
	border: 1% solid #bc2f27;
	margin-top: 0.75em;
	margin-left: 1%;
	margin-right: 1%;
	background: #bc2f27;
	color: white;
	width: 96%;
}
#inhalt-vorwort h1 {
	font-size:1.0em;
	color: #bc2f27;
	background: white;
	padding: 0.2em;
	font-weight: normal;
}
#inhalt-vorwort a:link {
	font-size:1.0em;
	background: #bc2f27;
	color: white;
	padding: 0.2em;
	font-weight: bold;
	text-decoration: none;
}
#inhalt-vorwort a:visited {
	font-size:1.0em;
	background: #CDbc2f271619;
	color: white;
	padding: 0.2em;
	font-weight: normal;
	text-decoration: none;
}
#inhalt-gottesdienste {
	text-align:left;
	font-size:1.0em;
	float: left;
	padding: 1%;
	border: 1% solid #d2247c;
	margin-top: 0.75em;
	margin-left: 1%;
	margin-right: 1%;
	background: #d2247c;
	color: white;
	width: 46%;
}
#inhalt-gottesdienste h1 {
	font-size:1.0em;
	color: #d2247c;
	background: white;
	padding: 0.2em;
	font-weight: normal;
}
#inhalt-gottesdienste a {
	font-size:1.0em;
	background: #d2247c;
	color: white;
	padding: 0.2em;
	font-weight: bold;
	text-decoration: none;
}
#logos {
	font-size:1.0em;
	text-align: center;
	float: left;
	background: #FFFFFF;
	color: #EC008C;
	padding: 1%;
	border: 1% solid #FFFFFF;
	margin-top: 0.75em;
	margin-left: 1%;
	margin-right: 1%;
	width: 96%;
}
#logos img {
	width: 18%;
	height: auto;
	padding-bottom: 1em;
}
.img-right {
	float:right;
	margin:0 0 1em 1em;
}
.img-left {
	float:left;
	margin:0 1em 1em 0;
}
.img-left-left {
	display:block;
	margin-left:-50px;
	vertical-align:top;
}
#home-plakat {
	text-align:right;
	display:block;
}
table, td {
	vertical-align:top;
	padding-bottom: 1.4em;
}
tr td:first-child {
	padding-right: 3em;
}
td {
	border-bottom-style:dotted;
	border-bottom-color:#53378B;
	border-bottom-width:thin;
}
.input-elements {
	//text-align:center;
}
.input-elements label{
	display:inline-block;
	width:12em;
}
.input-label{
	display:inline-block;
	width:12em;
}
.input-string {
	height: 2em;
	width: 20em;
	margin: 1em 0 1em 0;
}
.input-select {
	height: 2em;
	width: 40em;
	margin: 1em 0 1em 0;
}
.input-submit-button {
	height: 2em;
	width: 20em;
	margin: 1em 0 1em 0;
}
.tooltip {
    position: relative;
    display: inline-block;
    //border-bottom: 1px dotted black;
	top:1em;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 12em;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

#kirchenmusik-50 {
	font-size:1.0em;
	text-align:left;
	float: left;
	padding: 1%;
	border: 1% solid #3FA435;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
	background: #3FA435;
	color: white;
	width: 46%;
}
#kirchenmusik-50 h1 {
	font-size:1.0em;
	color: #3FA435;
	background: white;
	padding: 0.2em;
	font-weight: normal;
}
#kirchenmusik-50 a {
	font-size:1.0em;
	background: #3FA435;
	color: white;
	padding: 0.2em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
}


// 
// 1000px
// 

@media (max-width: 1000px){
#seitentitel {
	height:100px;
	line-height:100px;
}
#toptext {
	font-size: 1.2em;
}
#inhalt-mitte {
	width: 500px;
}
}


// 
// 860px
// 

@media (max-width: 860px){
#seitentitel {
	height:90px;
	line-height:90px;
	font-size:1.0em;
}
#toptext {
	font-size: 1.1em;
}
#inhalt-mitte {
	width: 300px;
}
#footer p::before {
	white-space:pre-wrap;
}
#navigation {
//	height:24px;
}

ul.dropdown ul li {
	left: 0px;
	visibility: visible;
	font-size: 0.8em;
	width: 100px;
	background-color:#005DA2;
	}
ul.dropdown ul ul li {
//	left: -400px;
 visibility: visible;
//	background:#cccccc;
	}
	
label.responsive-nav-label span {
	margin-right: 10px;  
}
label.responsive-nav-label {
	position: relative;
	width: 40%;
	display: block;
	margin-left:10%;
	cursor: pointer;
	color: #FFFFFF;
	}
#menue-links ul {
	position: absolute;
	top: -9999px;
	padding: 10px;
}
input#responsive-nav[type=checkbox]:checked ~ #menue-links ul {
	position: relative;
	top: 0;
	display: block;
	padding:0;
	margin-left:0;
}
#menue-links li {
	float: none;
	width: 100%;
	border-bottom: none;
	text-indent:0px;
//	background: #A05DA2;
	padding:10px;
	background-color:#803D82;
}
#menue-links ul.dropdown li {
//	background-color:#CCCCCC;
	}
#menue-links ul ul li {
	padding:0;
}
#menue-links ul ul ul {
	float: left;
	left: 0;
	padding:0;
}
#menue-links li a {
	background: #A05DA2;
}
#menue-links ul li a:hover {
	background: #4096ee;
	}
#menue-rechts {
	font-size:1.0em;
	color:#FF00FF;
	width:100%;
	height:15px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	}
#menue-rechts a {
	color:#777777;
	}
/* Fix for Android */
body { 
	-webkit-animation: bugfix infinite 1s; 
}
#home-plakat {
	display:none;
}
#menue-unten img {
	display:none;
}
ul.dropdown {
// position: relative;
 float: none;
}

ul.dropdown li {
 float: none;
}
}


// 
// 640px
// 

@media (max-width: 640px){
#seitentitel {
	height:70px;
	line-height:70px;
}
#toptext {
	font-size: 1.0em;
}
#inhalt-mitte {
	width: 200px;
}
#inhalt-gemeindebrief-aktuell {
	width: 96%;
	}
#inhalt-konzerte {
	width: 96%;
	}
#link-region-gemeinde img {
	width: 50%;
}
}


// 
// 480px
// 

@media (max-width: 480px){
#seitentitel {
	height:50px;
	line-height:20px;
}
#stand-chart-landscape {
	display: none;
}
#stand-chart-portrait {
	display: block;
}
#toptext {
	left: 15%;
	top: 10px;
}
#inhalt-links {
	width: 94%;
	border-right: none;
	padding-left: 3%;
}
.logos {
	display: none;
}
#footer p::before {
	content: "\A\A© 2023 - Kaben Medientechnik\A";
}
.img-right {
	display:none;
	}
html {
	background:none;
}
tr td:first-child {
	padding-right: 1em;
}
}


// 
// 400px
// 

@media (max-width: 400px){
.img-left {
/*	display:none;
*/	}
.img-right {
	display:none;
	}
}
