body{
	background-color: #f1f1f1;
	font-family: 'Open Sans', sans-serif;
}
body, div, ul, table, tr, td{
	vertical-align: top;
	margin:0px;
	padding: 0px;

}

.sliderText{
	color:black !important;
}

h2.kurz{
	width:480px;
}

#left{
	width:702px;
	padding-right: 20px;
	clear:both;
	margin-right: 0;

	display: table-cell;
}
#right{
	width:300px;
	min-height: 500px;
	display: table-cell;
}


.top_img{
	width:1024px;
}

.terminkalender th{
	padding: 15px;
	background-color: #197519;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

td.terminkalender{
	float:right;
	margin-left: 30px;
}

.terminkalender table {
	border-collapse: collapse;
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(32,32,32,0.1);
	overflow: hidden;
	margin: 25px 0;
	width: 100%;
}

.terminkalender table td{
	background-color: white;
	padding: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.terminkalender .termin-titel{
	font-weight: 500;
	color: #2c3e50;
	font-size: 15px;
}

.terminkalender .td-data {
	color: #666;
	white-space: nowrap;
}

.terminkalender tr:hover td {
	background-color: #f5f9ff;
}

.terminkalender tr:last-child td {
	border-bottom: none;
}

.terminkalender .tr-disabled {
	opacity: 0.6;
	text-decoration: line-through;
	background: #f9f9f9;
}

@media (max-width: 768px) {
	.terminkalender td, 
	.terminkalender th {
		padding: 12px 15px;
	}
	
	.terminkalender .td-data {
		font-size: 13px;
	}
	
	.terminkalender .termin-titel {
		font-size: 14px;
	}
}

#right ul{
	background-color: #f1f1f1;
}

#right ul li{
	padding:10px 10px 10px 40px;
	border-top:1px solid white;
	border-bottom:1px solid #E5E5E5;
	cursor: pointer;
}

#right li.first{
	border-top:1px solid white;
}

.news a{
	text-decoration: underline;
}


h2{
	border-bottom: 2px solid black;
}
h3 {border-bottom: 1px gray; }

a{
	color:black;
	text-decoration: none;
}

table.entgelt{
	width:1024px;
}

#news img{
	width: 321px;
	height:212px;
	border-radius: 15px;
	object-fit: cover;
}
#news td{
	width:33%;
}


.news{
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
}

#header{
	width:100%;	
	height: 115px;
}

#logo-wrap{
	width: 100%;
	height: 85px;
	background-color: #197519;
	-moz-box-shadow: inset 0 -20px 20px -20px #000000;
-webkit-box-shadow: inset 0 -20px 20px -20px #000000;
box-shadow: inset 0 -20px 20px -20px #000000;
}

#logo{
	width:1024px;
	margin:0px auto;
	vertical-align: middle;
}
#logo-text{
	font-size: 30px;
	color: #f2f1eb;
	position: relative;
	top:0px;
	font-family: Bookman Old Style;
	font-style: italic;

}

#logo-img{
	position: relative;
	right:25px;
	width:65px;
}
#menu-wrap{
	width:100%;
	height:32px;
	background-color: #f2f1eb;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
#menu{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	width:1024px;
	margin:0px auto;
}

#menu li{
	margin-right: 50px;
}

ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

.hor-menu li{
	display: inline;
}
.hor-menu a{
	color: #4C4C4C;
}

.hor-menu a:hover{
	color: black;
}

.hor-menu a.active{
	color: black;
	text-decoration: underline;
}

.submenu{
	position: absolute;
	display: none;
	z-index: 100;
	background-color: #f2f1eb;
	font-size: 0.8em;
}
.submenu a{
	color: gray;
}
.submenu a:hover{
	color:black;
	text-decoration: none;
}
.submenu li{
	display: block;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #80808047;
    width: 97%;
}
#left-menu{
	padding-top: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.hor-menu {
	padding-top: 2px;
}

#right-menu{
	display: none;
	float: right;
	line-height: 17px;
	font-size: 1em;
}
#right-menu li{
	margin-right: 0px;
	margin-left:30px;
}

#right-menu ul.submenu{
	padding-top:5px;
}

#right-menu  .submenu li{
	margin-right: 0px;
	margin-left:0px;
}

#right a{
	color:#4C4C4C;
	cursor: pointer;
}
#right a:hover{
	color:black;
}

#right a.active{
	color:black;
	text-decoration: underline;
}

#right a.active li{
	background:url(../img/arrow-sidebar-selected.png) no-repeat 10px 10px;
}

#right li{
	background:url(../img/arrow-sidebar.png) no-repeat 10px 10px;
}

#right li:hover{
	background:url(../img/arrow-sidebar-selected.png) no-repeat 10px 10px;
}

#page-wrap{
	width:100%;


}

#content{
	background-color: white;
	font-family: Verdana, sans-serif;
	width:1024px;
	min-height: 500px;
	margin:0px auto;
	margin-top: 20px;
	padding: 15px;
	padding-top:25px;
	-webkit-box-shadow: inset -1px 0 0 0 #d2d2d2,inset -1px 0 0 0 #e6e6e6,inset 1px 0 0 0 #d2d2d2,1px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,0.3),0 1px 0 0 #b1b1b1;
	-moz-box-shadow: inset -1px 0 0 0 #d2d2d2,inset -1px 0 0 0 #e6e6e6,inset 1px 0 0 0 #d2d2d2,1px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,0.3),0 1px 0 0 #b1b1b1;
	box-shadow: inset -1px 0 0 0 #d2d2d2,inset -1px 0 0 0 #e6e6e6,inset 1px 0 0 0 #d2d2d2,1px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,0.3),0 1px 0 0 #b1b1b1;
}

ul {
    list-style: none;
}

#bildungspaket li, #projekte li{
	margin-bottom: 10px;
	margin-left:20px;
	padding-left:20px;
}

 
#bildungspaket li:before, #projekte li:before{
    content: "\002713";
    font-size: 1.2em;
    font-weight: bold;
}

#bildungspaket li span { position: relative; left: 10px;text-align: right }



#news table td{
	padding-right: 20px;
}

#aktuelles{
	margin-bottom: 150px;
}
#aktuelles a{
	text-decoration: underline;
}

#footer{
	margin-top: 50px;
	bottom: 0px;
	margin-bottom: -20px;
	clear: both;
	width: 100%;
	background-color: #197519;
	padding: 0px;
	-webkit-box-shadow: inset 0 20px 20px -20px #000000;
	box-shadow: inset 0 20px 20px -20px #000000;

}
#footer-container{
	margin:0px auto;
	padding-top: 50px;
	width:1024px;
	height: 200px;
	position: relative;
}
#footer-container td{
	width:256px;
}
#footer-container a{
	color: #f1f1f1;
	font-family: 'SansLight', Verdana, sans-serif;
	font-weight: normal;
}

#copyright{
	color:#f2f1eb;
	position: absolute;
    bottom: 30px;
}

#footer-contacts {
	position: absolute;
	bottom: 30px;
	text-align: right;
	right: 0;
	color: #f2f1eb;
}

/*Entgelt-Tabelle*/

th{
	background-color:#e3e3e3;
}


/*Bilderreportage */


ul#gallery li{
	display: inline-block;
	zoom: 1;
	display:inline;
}


.current a{
	text-decoration: underline !important;
	color: black !important;
}

ul#filter li a{
	color: gray;
}


table.ferienplan td{
	width:480px;
}

table.ferienplan td.bold{
	font-weight: bold;
}

/* News section styles */
.news-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}

.news-item {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.news-item h3 {
  color: #2c3e50;
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
}

.news-content {
  color: #34495e;
  line-height: 1.4;
}

.button-link {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.4rem 1rem;
  background-color: #197519;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.button-link:hover {
  background-color: #2980b9;
  color: white;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sidebar-menu li.active a {
    background:url(../img/arrow-sidebar-selected.png) no-repeat 10px 10px;
}

.sidebar-menu li a:hover {
    background:url(../img/arrow-sidebar.png) no-repeat 10px 10px;
}

.sidebar-menu li.active a:hover {
    background:url(../img/arrow-sidebar-selected.png) no-repeat 10px 10px;
}

