body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/*=====================================================================*/
/*==                Bildschirm - CSS   KTW			                 ==*/
/*==-----------------------------------------------------------------==*/
/*==    Copyright:  taktwerk.ch                                      ==*/
/*==    Author:     Janine Iten                                      ==*/
/*=====================================================================*/

/*----------------------------------------------------------------*/
/*--                       Gillt f���r Alles                      --*/
/*----------------------------------------------------------------*/

* {
    margin:0;     
    padding:0;
}

/*----------------------------------------------------------------*/
/*--                      Grund-Definitionen                    --*/
/*----------------------------------------------------------------*/



body {
   background-color:#E7E7E2;
   color:#555;
   margin:0px;
   padding:0px;
   font-family: 'Open Sans', sans-serif;
   font-weight:400;
   font-size:13px;
   line-height:22px;
   height:100%;
}

.links {
	float:left;
}

.rechts {
	float:right;
}

.umbruch {
  clear:both;
}

.invisible {
	display:none;
}

/*----------------------------------------------------------------*/
/*--                      ELEMENTE	                 		    --*/
/*----------------------------------------------------------------*/

#mobile_menu_open {
    display:none;
}
#header {
	height:auto;
	background:white;
}

#logo {
	width:960px;
	margin: 0 auto;
}


#logo .inside {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.startseite #container {
	width:960px;
	margin:0 auto;
}

.ohne_navigation #container {
	width:960px;
	margin:0 auto;
}

.mit_navigation #container {
	width:730px;
	margin:0 auto;
}

.startseite #main > .inside {
    padding-bottom:0px;
    background-color:#fff;
}


.standard #main > .inside {
    padding-left: 20px;
    padding-top: 30px;
    background-color:#fff;
    margin-top:24px;
    margin-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}

.ohne_navigation #main > .inside {
    margin-left:0px;
}

#left .mod_login .login_info {
    display:none;
}
#left .mod_login .submit_container {
    margin-top:20px;
}



footer {
    /*border-top:1px solid #eeeeee;*/
    font-size:13px;
} 

footer > .inside {
	width:960px;
	margin:0 auto;
	padding-top:24px;
}

footer a:hover {
  text-decoration:underline;
} 

.startseite footer .ce_text p {
	width:auto;
}

footer .ce_text p {
	padding-left:24px;
}


/*----------------------------------------------------------------*/
/*--                      Text		                 		    --*/
/*----------------------------------------------------------------*/


a {
  text-decoration:none;
  color:#00539F;
}

a:hover {
  color:#000000;
}

h1 {
  font-size:26px;
  font-weight:100;
  padding-bottom:24px;
  line-height:32px;
}

h2 {
  font-size:18px;
  font-weight:100;
  padding-bottom:18px;
  line-height:22px;
  padding-top:12px;
}

h3{
	font-weight:400;
	padding-bottom:12px;
    margin-top:5px;
	font-size:14px;
	color:#808080;
}

.startseite h1{
	padding-left:26px;
	padding-top:24px;
}

.startseite .ce_text p{
  width:700px;
	padding-left:26px;
	padding-bottom:24px;
}

.ohne_navigation #container .ce_text p {
	width:700px;
}

.ce_text li{
  text-align:left;
  padding-bottom:6px;
} 

p,
ul {
	padding-bottom:12px;
	font-weight:400;
}

.ce_text ol {
	list-style: decimal;
	padding-left:24px;
	padding-bottom:0px;
    margin-bottom:10px;
}

.ce_text ol ol,
.ce_text ol ul{
	padding-bottom:0px!important;
}

.ce_text ul {
	list-style: disc;
	padding-left:24px;
	padding-bottom:12px;	
}


.ce_image, .ce_map {
	margin-bottom:18px;
}

.startseite .ce_image {
	margin-bottom:0px;
}

strong {
	font-weight:600;
}

.wichtig,
.ce_downloads, .ce_download {
	background-color:#F9F9F9;
	margin-bottom:24px;
}

.ce_downloads, .ce_download {
	padding:10px;
}


.ce_downloads li, .ce_download li {
	border-bottom:1px solid #eee;
	padding-top:8px;
	padding-bottom:8px;
}

.ce_downloads li:last-child{
	border-bottom:0px;
}

.wichtig p {
	padding-left:24px;
	padding-right:24px;
	padding-top:24px;
}

.wichtig h2 {
	padding-left:14px;
	padding-top:24px;
	padding-right:14px;
}

.wichtig ul {
	padding-bottom:24px;
	margin-left:14px;
	padding-right:14px;
}

/*----------------------------------------------------------------*/
/*--                      Navigation                 		    --*/
/*----------------------------------------------------------------*/

.mod_navigation.hauptnavigation {
  background-color:#00539F;
}

.mod_navigation.hauptnavigation .inside {
	width:960px;
	margin:0 auto;	
}

.mod_navigation.subnavigation .inside {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
	background-color:#fff;
}

.mod_navigation.subnavigation {
	/*background-color:#FBFBFB;*/
	margin-top:24px;
}

/* ************ LEVEL 1 ****************** */

.level_1 {
  list-style: none;
}

.hauptnavigation .level_1 li {
    float:left;
}

.hauptnavigation .level_1 li a {
    display: block;
    color:#fff;
    font-size:12px;
    cursor: pointer;
    list-style: circle;
    -webkit-transition: background-color .3s linear;  
    -moz-transition: background-color .3s linear;  
    -o-transition: background-color .3s linear;  
    -ms-transition: background-color .3s linear;  
    transition: background-color .3s linear; 
    padding:13px;
    padding-left:40px;
    padding-right:40px;
    text-transform: uppercase;
}

.hauptnavigation .level_1 span,
.hauptnavigation .level_1 li.trail a  {
    text-decoration: none;
    font-size:12px;
    color:white;
    text-transform: uppercase;
    display:block; 
    font-weight:500;
    padding:13px;
    padding-left:40px;
    padding-right:40px;
    background-color:#004182;
}

.hauptnavigation .level_1 .navi1 span, 
.hauptnavigation .level_1 li.navi1.trail a {
    background-color:#7a5ed2;
}

.hauptnavigation .level_1 .navi2 span, 
.hauptnavigation .level_1 li.navi2.trail a {
    background-color:#0685ef;
}

.hauptnavigation .level_1 .navi3 span, 
.hauptnavigation .level_1 li.navi3.trail a {
    background-color:#1ab6c5;
}

.hauptnavigation .level_1 .navi4 span, 
.hauptnavigation .level_1 li.navi4.trail a {
    background-color:#00a43d;
}

.hauptnavigation .level_1 .navi5 span, 
.hauptnavigation .level_1 li.navi5.trail a {
    background-color:#f1a100;
}




.hauptnavigation .level_1 li a:hover {
    background-color: rgba(255,255,255,0.4);
    text-decoration:none;
}





.subnavigation ul {
	padding-bottom:0px;
}

.subnavigation .level_1 li {
    border-bottom:1px solid #E7E7E2;	
}

.subnavigation .level_1 li a {
    color:#00539F;
    display:block;
    font-size:12px;
    padding-top:8px;
    padding-bottom:8px;
    background-repeat:no-repeat;
    padding-left:18px;
    padding-right:18px;
    text-transform: uppercase;
}

.subnavigation .level_1 span.active,
.subnavigation .level_1 span {
    color:#000;
    display:block;
    font-size:12px;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:18px;
    padding-right:18px;
    text-transform: uppercase;
}

.subnavigation .level_1 li.trail a  {
    display:block;
    font-size:12px;
    padding-top:8px;
    padding-bottom:8px;
    background-repeat:no-repeat;
    padding-left:18px;
    padding-right:18px;
    text-transform: uppercase;
}


.subnavigation .level_1 li.last a {
	border-bottom:0px;	
}

.subnavigation .level_2 li a,
.subnavigation .level_2 li span{
	padding-left:32px!important;
    background-position: 22px center;
}

.subnavigation .level_2 li.last,
.subnavigation .level_1 li.last {
	border-bottom:0px;
}


.subnavigation .level_2 {
	display:none;
}

.subnavigation .trail ul.level_2,
.subnavigation .active ul.level_2 {
	display:block;
}

.mod_customnav {
	width:500px;
	text-align:right;
}

.mod_customnav li {
	float:left;
	padding-right:24px;
}

.mod_customnav li a{
	float:left;
	padding-right:24px;
	font-size:13px;
}

.mod_customnav ul{
	float:right;
}

/*----------------------------------------------------------------*/
/*--                      Tabelle	                 		    --*/
/*----------------------------------------------------------------*/

table {
	width:100%;
}

th{
  background-color:#FBFBFB;
  font-weight:400;
  padding:8px;
  text-align:left;
  padding-bottom:8px;
}

/*
tr.odd {
	background-color:#f4f4f4;
}

tr.even {
	background-color:#fbfbfb;
}*/

tr{
	border-bottom:1px #eee solid;
}

td {
	padding:8px;
}




.list_search {
	margin-bottom:24px;
}

input.text {
	border:1px solid #cccccc;
	height:30px;
}

input.submit {
	background-color:#00539F;
	color:white;
	border:0px;
	font-size:12px;
	text-transform:uppercase;
	height:30px;
	padding-left:12px;
	padding-right:12px;
}

table {
	margin-bottom:24px;
}


.kein_filter .list_search,
.kein_filter th {
	display:none;
} 

/*----------------------------------------------------------------*/
/*--                      Kontakt	                 		    --*/
/*----------------------------------------------------------------*/

.kontaktdaten {
	padding-right:48px;
}

#kontakt .kontaktdaten {
	width:290px;	
}

/*----------------------------------------------------------------*/
/*--                      News		                 		    --*/
/*----------------------------------------------------------------*/

.startseite .mod_newslist {
  margin-bottom:0px;
  color:white;
  width: 730px;
  float: left;
}

#aktuelles {
	background-color:#00539F;
}

.startseite .mod_newslist .inside{
  padding-left:10px;
}

.startseite .mod_newslist h2 {
	padding-left:24px;
	padding-top:24px;
	color:#fff;
}

.layout_latest h2 {
	padding-left:230px!important;
	padding-top:0px!important;
}
.startseite .layout_latest h2 {
    padding-left:0px!important;
    padding-top:152px!important;
}
.startseite .layout_latest a + h2 {
    padding-top:0px!important;
}
.layout_latest .info {
    padding-left:230px;
}
.startseite .layout_latest .info {
    padding-left:0px!important;
}

.layout_latest {
	float:left;
	width:210px;
	color:#fff;
	margin-left:20px;
}


.layout_latest a {
	color:#fff;
	text-decoration:underline;
}

.layout_latest figure {
	background-color:white;
	line-height:0px;
	margin-bottom:12px;
}

.layout_latest .teaser {
	padding-bottom:24px;
	padding-left:232px;
}

.startseite .layout_latest .teaser {
	padding-left:0px;
}

.layout_latest.last .teaser {
	padding-bottom:0px;
}

.layout_latest figure img {
	padding:10px;
	
}

.info,
.tstamp,
.count_pics,
.visitors {
	font-size:11px;
	padding-bottom:0px;
}

.ohne_navigation p.info {
	padding-bottom:38px!important;
}

.mit_navigation .layout_latest {
    color: #000;
    float: none;
    margin-left: 0px;
    width: auto;
}

.mit_navigation .layout_latest figure {
    background-color: #FFFFFF;
    line-height: 0;
    margin-bottom: 12px;
    border:1px solid #eee;
    width:210px;
    float:left;
    margin-right:20px;
}

.mit_navigation .layout_latest a {
    color: #00539F;
    text-decoration: none;
}

.ohne_navigation .image_container {
	padding-bottom:20px;
}



/*----------------------------------------------------------------*/
/*--                      Slideshow 		           		    --*/
/*----------------------------------------------------------------*/

.slider-control .slider-menu {
    font-size: 60px;
    text-align: center;
    top:-10px;
}

.slider-control .slider-menu b {
    color: #fff;
    margin-right: 10px;
    font-family:Arial;
}

.slider-control .slider-menu b.active {
    color: #00539F;
}

.ce_sliderStart figcaption {
	background-image:url(../../files/files/kreisschule/designelemente/kreis.png);
	background-repeat:no-repeat;
    display: block;
    height: 280px;
    left: 100px;
    position: absolute;
    top: 60px;
    width: 280px !important;
}

.ce_sliderStart figcaption .inside {
	padding:50px;	
	padding-top:120px;
	text-align:center;
	font-size:20px;
}

.slider-control {
    height: 30px;
    margin-top: -36px;
    position: relative;
}

.slider-control .slider-prev,
.slider-control .slider-next  {
    background-color:rgba(255,255,255,0);
    padding:24px 12px 24px 12px;
}


.slider-control a, 
.slider-control span {
    display: inline-block;
    position: absolute;
    top: -207px;
}


.mit_navigation .ce_sliderStart {
	height:340px;
}

.mit_navigation .slider-control {
    height: 30px;
    margin-top: -60px;
    position: relative;
}

.mit_navigation .slider-control .slider-prev,
.mit_navigation .slider-control .slider-next  {
    background-color:rgba(255,255,255,0);
    padding:80px 12px 24px 12px;
}



/*----------------------------------------------------------------*/
/*--                      Galerie	 		           		    --*/
/*----------------------------------------------------------------*/

.ce_gallery figure {
	background-color:white;
	margin-right:17px;
	margin-bottom:12px;
	width:210px;
	height:150px;
    border:1px solid #eeeeee;	
}

.ce_gallery figure img {
	width:190px;
	padding:10px;
}

.col_last figure {
	margin-right:0px;
}

.mod_gallery_creator figure {
	background-color: #FFFFFF;
    line-height: 0;
    margin-bottom: 12px;
    border:1px solid #eee;
    width:210px;
    float:left;
    margin-right:20px;
}

.mod_gallery_creator figure img {
	padding:14px;
}

.gallery_creator .list_albums .col_2 {
    float: left;
    margin-left: 0;
    width: 350px;
}


#fotoalben div:last-child {
	margin-right:0px;
}

.back_to_list {
	font-size:13px!important;
	font-style:normal!important;
    font-family: 'Open Sans', sans-serif!important;
    color:#00539F!important;
	
}

#pages {
	padding-top:0px!important;
}
#pages a,
#pages span {
	padding-right:12px;
}

.titlestats {
	font-style:normal!important;
}

/*----------------------------------------------------------------*/
/*--                      Events	 		           		    --*/
/*----------------------------------------------------------------*/

.mod_eventlist {
	background:#F9F9F9;
	margin-top:12px;
	margin-bottom:12px;
	padding-top:10px;
	padding-bottom:10px;
}

.mod_eventlist h2 {
	padding-left:24px;
	padding-top:4px;
}

#startseite .mod_eventlist h2 {
  	border-bottom: 1px solid #00539F;
	padding-top:0px;
}

.mod_eventlist .header {
	padding-left:24px;
}

.mod_eventlist .empty,
.mod_eventlist .event {
	padding-bottom:8px;
	padding-top:8px;
	padding-left:24px;
	border-bottom:1px solid white;
}

.mod_eventlist .event {
	padding-bottom:8px;
	padding-top:8px;
	padding-left:24px;
	border-bottom:1px solid white;
}


.mod_eventlist .event.last,
.mod_eventlist .empty {
	border-bottom:0px;
}

.mod_eventlist .empty {
	padding-top:0px;
}

.mit_navigation .event .date {
   display: inline-table;
    padding-right: 18px;
    width: 80px;
}

.mit_navigation .event .titel {
   display: inline-table;
    padding-right: 18px;
    width: 270px;
}

p.location {
	float:right;
	padding-right:24px;
}

.ohne_navigation p.location {
	float:left;
	padding-bottom:10px;
}

.mod_eventlist .titel a {
	width:300px;
	display:inline-table;
	font-size:13px;
}

#startseite .mod_eventlist {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:24px;
	margin-left:0px;
}

#startseite .mod_eventlist .empty, 
#startseite .mod_eventlist .event {
}

.pagination {
	clear:both;
}

.pagination p,
.pagination ul {
 	padding-left:24px;	
}

.pagination li {
	float:left;
}

.enclosure {
	clear:both;
}

.startseite .ce_text.links {
	padding-bottom:24px;
}

.startseite .date {
	display:block;
}

.startseite .ce_text.weiterfuehrende_links a {
	color:#fff;
	text-decoration:underline;
}

.startseite .ce_hyperlink  {
	clear:both;
	text-align:left;
	padding-left:30px;
	padding-bottom:24px;
}

.startseite .ce_hyperlink a{
	color:white;
	text-decoration:underline;
	font-size:11px;
}

.startseite #aktuelles {
	position:relative;
}

.startseite #termine {
	position:absolute;
	top:0px;
	right:0px;
}


.mod_eventlist.box {
    color:white;
    z-index: 44;
}

.mod_eventlist.box, .startseite .ce_text.weiterfuehrende_links {
	background-color: #004182;
	width: 230px !important;
	margin-top: 1px;
}

.ce_text.weiterfuehrende_links p {
	font-size: 80%;
    padding: 10px 24px 34px;
    width: 158px;
}

.mod_eventlist.box a {
    color:white;
    text-decoration:underline;
}

.mod_eventlist.box .event {
    border-bottom:1px solid #00539F;
}

.mod_eventlist.box .event.last {
	border-bottom:0px solid #00539F;
}


/*----------------------------------------------------------------*/
/*--                      Form		                 		    --*/
/*----------------------------------------------------------------*/

label {
    display: inline-block;
    padding-bottom: 24px;
    width: 110px;
}


input.text {
	width:310px;
	padding:5px;
    font-family: 'Open Sans', sans-serif;
}

textarea {
	width:310px;
	border:#CCCCCC 1px solid;
   font-family: 'Open Sans', sans-serif;
   padding:5px;
}


input.captcha {
   width:60px;
   border:#CCCCCC 1px solid;
   font-family: 'Open Sans', sans-serif;
   padding:10px;
   margin-right:10px;
   
}

/*---------------------------------------------------------------*/
/*--                  Table  Vorstandsmitglieder            --*/
/*----------------------------------------------------------------*/

/*avatar*/
#schulvorstand .col_0 {
	width:100px;
}

/*vorname*/
#schulvorstand .col_1 {
	width:80px;
}

/*name*/
#schulvorstand .col_2 {
	width:100px;
}

/*strasse*/
#schulvorstand .col_3 {
	width:150px;
}

#schulvorstand .col_4 {
	width:40px;
}

#schulvorstand .col_5 {
	width:80px;
}

#schulvorstand .col_7 {
	display: none;
}



/*----------------------------------------------------------------*/
/*--                      Filetree   		           		    --*/
/*----------------------------------------------------------------*/

ul.filetree {
    margin-left:25px;
    list-style-image: url('../../files/kreisschule/designelemente/page_white_text.png');
}
    ul.filetree li {
        //margin-bottom:3px;
        padding-bottom: 3px;
    	padding-top: 3px;
        border-bottom:1px dotted #ccc;
    }
    ul.filetree li + ul.filetree {
        margin-left:25px;
    }

    ul.filetree li.folder { list-style-image: url('../../files/kreisschule/designelemente/folder.png'); }
    ul.filetree li.docx, ul.filetree li.doc { list-style-image: url('../../files/kreisschule/designelemente/page_white_word.png'); }
    ul.filetree li.pdf { list-style-image: url('../../files/kreisschule/designelemente/page_white_acrobat.png'); }
    ul.filetree li.xls, ul.filetree li.xlsx { list-style-image: url('../../files/kreisschule/designelemente/page_white_excel.png'); }
    ul.filetree li.ppt, ul.filetree li.pptx { list-style-image: url('../../files/kreisschule/designelemente/page_white_powerpoint.png'); }
    ul.filetree li.php, ul.filetree li.css, ul.filetree li.html, ul.filetree li.js { list-style-image: url('../../files/kreisschule/designelemente/page_white_code.png'); }
    ul.filetree li.png, ul.filetree li.svg, ul.filetree li.wmf, ul.filetree li.jpg, ul.filetree li.gif { list-style-image: url('../../files/kreisschule/designelemente/page_white_picture.png'); }

.uploadto {
	background-image: url("../../files/kreisschule/designelemente/page_white_go.png");
	background-repeat: no-repeat;
    float: right;
    height: 16px;
    width: 16px;
}

.filetree .delete {
	background-image: url("../../files/kreisschule/designelemente/delete.png");
	background-repeat: no-repeat;
    float: right;
    height: 16px;
    width: 16px;
}

.folder.highlight {
	background-color: #faf7c7;
}

.fileinfo {
	color: silver;
}

#fileupload {
	display: none;
}


@media (max-width: 960px) {
    #wrapper, #header, #container, #logo, #footer > .inside {
        width:100% !important;
        min-width:320px;
    }

    /* Footer */
    .mod_customnav {
        text-align:left;
        width:100%;
        float:left !important;
    }
    .mod_customnav ul {
        float:left;
        margin-left:26px;
    }
    #footer .mod_customnav li.first {
        display:none;
    }
    .startseite .ce_text.links {
        padding-bottom:0;
    }

    /* Navigation */
    #logo .inside {
        padding-top:50px;
    }
    #mobile_menu_open {
        width:100%;
        background-color:#00539F;
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:1000;
    }
    #mobile_menu_open a {
        color:#fff;
        padding-top:10px;
        padding-bottom:10px;
        width:100%;
        text-align:center;
        display:block;
    }
    #hauptnavigation, .subnavigation {
        display:none;
    }
    .mod_navigation.hauptnavigation .inside {
        width:100%;
    }
    .hauptnavigation .level_1 li {
        float:none;
    }

    /* Startseite */
    .slider-control a {
        top:-30px;
    }
    .slider-control img {
        width:10px;
    }
    .slider-control .slider-menu {
        font-size:20px;
        left:40%;
    }

    #termine {
        display:block;
        position:static !important;
    }
    .mod_eventlist.box, .startseite .ce_text.weiterfuehrende_links {
        width:100% !important;
    }
    .startseite .mod_newslist {
        width:100%;
    }
    .startseite .ce_text p {
        width:auto;
        margin-right:26px;
    }
    .layout_latest {
        width:90%;
    }
        .layout_latest figure {
            background:none;
        }
        .layout_latest figure img {
            border:10px solid #fff;
            padding:0;
        }

    /* Inhalte */
    .standard #main > .inside {
        margin:0;
    }

    .ce_table {
        overflow-x:auto;
    }

    /* Lightbox */
    #outerImageContainer {
        height:auto !important;
        max-width:100% !important;
        font-size:100% !important;
    }

    /* Kreisschule */
    #schulvorstand .mod_memberlist td {
        vertical-align:top;
    }
    #schulvorstand .vorstand .col_first, #schulvorstand .vorstand .col_4, #schulvorstand .mod_memberlist .col_3, #schulvorstand .beratend .col_2 {
        display:none;
    }

    #die-kreisschule-neuigkeiten .layout_latest h2, #die-kreisschule-neuigkeiten .layout_latest .info, #die-kreisschule-neuigkeiten .layout_latest .teaser {
        padding-left:0 !important;
    }
    #die-kreisschule-neuigkeiten .layout_latest figure {
        width:90%;
        text-align:center;
    }

    #anlaesse .time, #anlaesse .location {
        display:block;
        float:none;
    }

    /* Kontakt */
    #kontakt .kontaktdaten {
        float:none;
    }

    .ohne_navigation #container .ce_text p {
        width:auto;
    }

    input.text, textarea {
        width:90%;
    }
}
