
@font-face
	{
	font-family: "Kuhever";
	src: url("kuhever.ttf");	
	}
*
	{
	margin:0;
	padding:0;
	}
html
	{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	}
body 
	{
	height:100%;
	width:100%;
	font-family: 'Kuhever', sans-serif;	
	background: #fff;
	margin:0;
	padding:0;
	overflow-x: hidden;	
	}

#startknopf
	{
	height:1px;
	width:1px;
	position:fixed;
	overflow:hidden;
	background:#097398;
	z-index:9999;
	top:0;
	left:0;
	}
	
#amanfang
	{
	height:30px;
	width:1px;
	margin:0;
	padding:0;
	float:left;
	}

#kopfteiler
	{
	width:100%;
	height:85px;
	}
	
#kopf
	{
	-webkit-box-shadow: -1px 1px 7px 1px rgba(0,0,0,0.41); 
	box-shadow: -1px 1px 7px 1px rgba(0,0,0,0.41);
	background: linear-gradient(to left, #333333, #444647);
	height:75px;
	position:fixed;
	overflow:hidden;
	z-index:10;
	top:0;
	left:0;
	width:100%;
	}
	#unterlinks
		{
		float:left;
		padding:0px;
		padding-left:100px;
		background:#efefef;
		height:45px;
		width:100%;
		overflow:hidden;
		}
	#desktoplinks
		{
		display:inline;
		}
	#mobilelinks
		{
		display:none;
		}
.hamburg 
	{ 
	display: block;
	margin-top:15px;
	width: 25px; 
	height: 25px; 
	position: relative; 
	margin-left: 55px;
	border-radius: 4px; 
	cursor:pointer;
	transition: border-radius .5s;
	}

.line { 
   position: absolute; 
   left:0px;
   height: 4px; width: 25px; 
   background: #fff; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 20px; }
.line:nth-child(3) { top: 28px; }

.hamburg.checked .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

.hamburg.checked .line:nth-child(2){
   opacity:0;
}

.hamburg.checked .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}

.termgesamt
	{
    	width: 98%;
	margin:5px;
	background-color:#efefef;
	border-radius:5px;
    	float: left;
	}
.terminueber
	{
    	width:100%;
	margin:0px;
	float:left;
	color:#145111;	
	}
.termininfos
	{
	display:none;
    	width:100%;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;	
	}
.terminbeschr
	{
    	width:100%;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;	
	}
.terminlink
	{
    	width:100%;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;	
	}
.terminbild
	{
	width:150px;
	overflow:hidden;
	}
.termdatum
	{
	padding:10px;
	width:95%;
	border-radius:10px;
	float:left;
	}
.termfunk
	{
	background:#780000;	
	float:left;
	margin:10px;
	}
.termlinks 
	{
    	width: 160px;
	height:110px;
	border-radius:5px;
    	float: left;
	text-align:right;
	}
.termrechts 
	{
    margin-left: 170px;
	margin-right:20px;
	}


a
	{
	text-decoration: none; 
	font-weight:500;
	padding-left:5px;
	padding-right:5px;
	color:#176ba6;
	}
a:visited 
	{
	text-decoration: none; 
	font-weight:500;
	padding-left:5px;
	padding-right:5px;
	color:#0881b3;
	}
a:hover 
	{
	background:#0675a3;
	border-radius:5px;
	padding-left:5px;
	padding-right:5px;
	color:#fff;
	}


a.kopflink 
	{
	display: inline-block;
	padding-left: .7em;
	padding-right: .9em;
	padding-top:1em;
	text-decoration: none;  
	height:52.5px;
	font-size:1.4em;
	font-weight:500;
	color: #fff;
	text-transform: uppercase;
	}
a.kopflink:visited 
	{
	text-decoration: none;  
	color: #fff;
	text-transform: uppercase;
	}
a.kopflink:hover 
	{
	background:#efefef;
	border-radius:0;
	color: #333333;
	}
	a.unterlink 
		{
		display: inline-block;
		padding-left: 1em;
		padding-right: 1em;
		padding-top:0.5em;
		text-decoration: none;  
		height:40px;
		font-size:1.1em;
		font-weight:500;
		color: #0a7498;
		text-transform: uppercase;
		}
	a.unterlink:visited 
		{
		text-decoration: none;  
		color: #0a7498;
		text-transform: uppercase;
		}
	a.unterlink:hover 
		{
		background:#196084;
		border-radius:0;
		color: #fff;
		}

	a.hamlink 
		{
		display: inline-block;
		padding-left: 1em;
		padding-right: 1em;
		padding-top:0.5em;
		text-decoration: none;  
		height:40px;
		font-size:1.4em;
		font-weight:600;
		color: #0a7498;
		text-transform: uppercase;
		}
	a.hamlink:visited 
		{
		text-decoration: none;  
		color: #0a7498;
		text-transform: uppercase;
		}
	a.hamlink:hover 
		{
		background:#196084;
		color: #fff;
		}


		a.hamunlink 
			{
			display: inline-block;
			padding: 10px;
			margin:5px;
			margin-left:30px;
			text-decoration: none;  
			height:25px;
			font-size:1.3em;
			font-weight:500;
			color: #0a7498;
			text-transform: uppercase;
			}
		a.hamunlink:visited 
			{
			text-decoration: none;  
			color: #0a7498;
			text-transform: uppercase;
			}
		a.hamunlink:hover 
			{
			background:#ea1818;
			background:#f76808;
			color: white;
			}
			a.hamu2link 
				{
				display: inline-block;
				list-style-type:circle;
				padding: 10px;
				margin:5px;
				margin-left:60px;
				text-decoration: none;  
				height:25px;
				font-size:1.1em;
				font-weight:500;
				color: #0a7498;
				text-transform: uppercase;
				}
			a.hamu2link:visited 
				{
				text-decoration: none;  
				color: #0a7498;
				text-transform: uppercase;
				}
			a.hamu2link:hover 
				{
				background:#ea1818;
				background:#f76808;
				color: white;
				}
				a.hamu3link 
					{
					display: inline-block;
					list-style-type:circle;
					padding: 10px;
					margin:5px;
					margin-left:80px;
					text-decoration: none;  
					height:25px;
					font-size:1.1em;
					font-weight:500;
					color: #0a7498;
					text-transform: uppercase;
					}
				a.hamu3link:visited 
					{
					text-decoration: none;  
					color: #0a7498;
					text-transform: uppercase;
					}
				a.hamu3link:hover 
					{
					background:#ea1818;
					background:#f76808;
					color: white;
					}
					a.hamu4link 
						{
						display: inline-block;
						list-style-type:circle;
						padding: 10px;
						margin:5px;
						margin-left:100px;
						text-decoration: none;  
						height:25px;
						font-size:1.1em;
						font-weight:500;
						color: #0a7498;
						text-transform: uppercase;
						}
					a.hamu4link:visited 
						{
						text-decoration: none;  
						color: #0a7498;
						text-transform: uppercase;
						}
					a.hamu4link:hover 
						{
						background:#ea1818;
						background:#f76808;
						color: white;
						}

	.aktion
		{		
		border-radius:5px;
		border:0px;
		padding:10px;
		font-size:1.1em;
		color: #fff;
		height:50px;
		width:400px;
		margin:5px;		
		cursor:pointer;
		box-shadow: rgba(6, 24, 44, 0.2) 0px 0px 0px 2px, rgba(6, 24, 44, 0.2) 0px 4px 6px -1px, rgba(255, 255, 255, 0.02) 0px 1px 0px inset;
		}
	.aktion:visited 
		{
		color: #fff;
		}
	.aktion:hover
		{		
		}
		.rot
			{
			background:#800000;
			color:#fff;
			}
			.rot:hover
				{
				border:1px solid #800000;
				background:#fff;
				color:#800000;
				}
		.gruen
			{
			background:#008000;
			color:#fff;
			}	
			.gruen:hover
				{
				border:1px solid #008000;
				background:#fff;
				color:#008000;
				}
	p
		{
		font-family: 'Kuhever', sans-serif;
		padding:0;
		margin:0;
		padding-top:15px;
		padding-bottom:15px;
		}
		
	h1 
		{
		color:#146478;
		font-weight:500;
		font-size:1.5em;
		font-family: 'Kuhever', sans-serif;
		}
	h2 
		{
		color:#146478;
		font-weight:400;
		font-size:1.2em;
		font-family: 'Kuhever', sans-serif;
		}
	ul
		{
		margin-left:10px;
		}
	li 
		{ 
		text-align:left;
		margin-left:8px;
		padding-right:10px;
		list-style-image: url('bullet.png');
		}		

	blockquote {
	  background: #f6f6f6;
	  border-left: 10px solid #ccc;
	  margin: 1.5em 10px;
	  padding: 0.5em 10px;
	  quotes: "\201C""\201D""\2018""\2019";
	}
	blockquote:before {
	  color: #ccc;
	  content: open-quote;
	  font-size: 4em;
	  line-height: 0.1em;
	  margin-right: 0.25em;
	  vertical-align: -0.4em;
	}
	blockquote p {
	  display: inline;
	}


img.imtext
	{
	cursor:pointer;
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;	
	}
	.schatten
		{
		-webkit-box-shadow: -1px 1px 7px 1px rgba(0,0,0,0.41); 
		box-shadow: -1px 1px 7px 1px rgba(0,0,0,0.41);
		background: linear-gradient(to left, #a0d8e7, #097398);
		}
	.rundungen
		{
		border-radius:5px;
		}		
	
	li.ulink 
		{ 
		margin-left:50px;
		/* list-style-image: url(Kuhever.gif); */
		}		
		
#gesamtbereich
	{
	margin:0;
	margin-top:40px;
	padding:0;
	width:100%;
	float:left;
	overflow:hidden;
	}
	.artikel 
		{
		float:left;	
		margin-left: 18%;	
		margin-right: 20%;	
		font-size:1.3em;
		font-weight:100;
		text-align:justify;
		color:#000;
		padding:20px;
		padding-top:5px;
		padding-bottom:5px;
		}
		.neutral
			{
			background:#fff;
			}
		.blau
			{
			background:#097398;	
			border-radius:10px;
			color:#fff;
			padding:20px;
			padding-top:0px;
			padding-bottom:0px;
			}
		.orange
			{
			background:#f76808;	
			border-radius:10px;
			color:#fff;
			margin-top:-5px;
			margin-bottom:-5px;
			}
	.artikelvoll
		{
		float:left;	
		margin:0;
		padding:0;
		padding-top:10px;
		padding-bottom:10px;
		width:100%;
		border-radius:0;
		font-size:1.3em;
		font-weight:100;
		text-align:center;
		font-family: 'Kuhever', sans-serif;
		}
		.neutral
			{
			background:#fff;
			}
		.blau
			{
			background:#097398;	
			color:#fff;
			}
		.orange
			{
			background:#f76808;	
			color:#fff;
			}
			
fieldset {
  padding:0;
  border:none;
  margin:1em 0 4em 0;
}

legend {
  font-size:1.2em;
  font-weight: bold;
}

.box {
	background:#eee;
	padding:1em;
}

.box div {
	clear: both; /* fix for IE8 */
}

/* Labels */

label {
  display: inline-block;
}

label{
  margin: .2em 0;
}
  
/* remove standard-styles */
input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 

/* Input & Textarea */
input, textarea {
  background-color:white;
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow:inset 0 2px 1px 0 rgba(0,0,0,0.2);
}

textarea {
  resize:vertical;
}

input:hover,
input:active,
textarea:hover,
textarea:active {
  border:1px solid #666;
}

/* Select */
select {
  width:100%;
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image:url(select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

/* Hide browser-styling in IE10 */
select::-ms-expand {
  display:none;
}

/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.lt-ie10 select { 
    background-image: none; 
}

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

/* hide standard inputs */
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}

/* Definiere gesamte Eingabeboxen ::before */
input[type='checkbox']:checked + label::before, 
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:4px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}
  
input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background:black;
  box-shadow: inset 0 0 0 2px white;
}
			
    #CAL-INFO {
      display: flex;
      gap: 2vw;
      max-width: 900px;
      margin: 40px auto;
    }
    .cal-osm-container {
      flex: 1 1 0;
      aspect-ratio: 1 / 1;
      position: relative;
      min-width: 200px;
      max-width: 600px;
    }
    .cal-osm-container iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #ccc;
      left: 0; top: 0;
    }
    .cal-right-container {
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
      gap: 2vw;
      min-width: 100px;
      max-width: 300px;
      justify-content: space-between;
    }
    .cal-square-block {
      aspect-ratio: 1 / 1;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      border: 1px solid #e0e0e0;
      overflow: hidden;
    }
    .cal-calendar-sheet {
      width: 90%;
      aspect-ratio: 1 / 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      font-family: 'Segoe UI', Arial, sans-serif;
      background: #fff;
    }
    .cal-calendar-month {
      width: 100%;
      background: #e74c3c;
      color: #fff;
      font-weight: bold;
      font-size: 1.2em;
      text-align: center;
      padding: 0.7em 0 0.5em 0;
      letter-spacing: 0.18em;
      border-bottom: 1px solid #c0392b;
      border-radius: 16px 16px 0 0;
    }
    .cal-calendar-day {
      font-size: 2.8em;
      color: #222;
      margin: 0.5em 0 0.2em 0;
      font-weight: bold;
      text-align: center;
      line-height: 1;
    }
    .cal-calendar-title {
      font-size: 1em;
      color: #444;
      text-align: center;
      padding: 0 0.5em;
      margin-top: 0.2em;
      margin-bottom: 0.5em;
      font-weight: normal;
      word-break: break-word;
    }
    .cal-qr-sheet img {
      width: 90%;
      height: 90%;
      object-fit: contain;
      display: block;
      border-radius: 12px;
      border: 0px solid #e0e0e0;
      padding: 1px;
    }			
			
			
#fuss
	{
	float:left;
	width:100%;
	color:#000;
	background: linear-gradient(to left, #333333, #444647);
	text-align:left;
	padding-left:18%;
	font-size:1.1em;
	color:#fff;
	}	
	#desktopfuss
		{
		text-align:left;
		}
	#mobilerfuss
		{
		text-align:left;
		}
	.fusslink
		{
		color:#fff;
		text-decoration:none;
		}
	.fusslink:hover
		{
		color:#fff;
		text-decoration:none;
		}
	.fusslink:visited
		{
		color:#fff;
		text-decoration:none;
		}
	.logo_fuss 
		{ 	
		float:left;
		margin:40px;
		}				
		

/* FUER DIE KLEINEN GERAETE */	
	
	
@media only screen and (max-width: 1025px) 
	{
	.hamburg 
		{ 
		margin-left: 15px;
		}
	#kopfteiler
		{
		height:120px;
		}
	#desktoplinks
		{
		display:none;
		}
	#mobilelinks
		{
		display:inline;
		}
	#unterlinks
		{
		padding-left:20px;
		}
	#gesamtbereich
		{
		margin-top:0px;	
		}
	.artikel 
		{	
		margin-left: 8%;	
		margin-right: 8%;	
		padding-left:15px;
		padding-right:15px;
		padding-top:0px;
		padding-bottom:0px;
		}
	.artikelvoll
		{	
		float:left;	
		margin:0;
		padding:0;
		padding-top:10px;
		padding-bottom:10px;
		width:100%;
		border-radius:0;
		font-size:1.3em;
		font-weight:600;
		text-align:center;
		font-family: 'Kuhever', sans-serif;
		}
	h1
		{
		text-align:left;	
		}

	#fuss
		{
		padding-left:8%;
		}
	}
	
	
@media only screen and (max-width: 640px) 
	{
	.hamburg 
		{ 
		margin-left: 15px;
		}
		
	a.hamlink 
		{
		font-size:1.2em;
		padding-left: 0.5em;
		padding-right: 0.5em;
		padding-top:0.1em;
		text-decoration: none;  
		height:30px;
		}
	a.hamunlink 
		{
		font-size:1.1em;
		padding:8px;
		margin:3px;
		margin-left:20px;
		text-decoration: none;  
		height:20px;
		}
	a.hamu2link 
		{
		font-size:1.0em;
		padding:5px;
		margin:2px;
		margin-left:40px;
		text-decoration: none;  
		height:18px;
		}	
	#desktoplinks
		{
		display:none;
		}
	#mobilelinks
		{
		display:inline;
		}
	#unterlinks
		{
		padding-left:20px;
		}
	#gesamtbereich
		{
		width:100%;
		margin:0;
		padding:0;

		}
	.artikel 
		{	
		font-size:1.1em;
		margin-left:15px;	
		margin-right:0px;	
		}

	.artikelvoll
		{	
		margin-left:15px;	
		margin-right:0;	
		font-size:1.1em;
		border-radius:0px;
		color:#000;
		padding-top:10px;
		padding-bottom:10px;
		}
	p
		{
		padding:0px;
		padding-top:15px;
		padding-bottom:15px;
		}
		
	#CAL-INFO {
	flex-direction: column;
	align-items: stretch;
	}
	.cal-right-container {
	flex-direction: row;
	max-width: none;
	min-width: 0;
	gap: 2vw;
	height: auto;
	}
	.cal-square-block {
	min-width: 0;
	}
		
		
	}