/* StWerner-Schuetzen J5*/



/* verkleinert das Modul "neue Seite" */
.main-top {
  width: 600px;
  position: sticky;
}



/* Horizontale Linie ändern */
hr {
    background-color: #000000 !important;
    height:6px
}

/* Hintergrundfarbe beim Banner Kuckucksknipser, Klassenzuordnung und Info */
.container-banner #mod-custom186, .container-banner #mod-custom184,.container-banner #mod-custom182 {
  background-color: #e6e6e6;
}
/* verhindert dass die Banner Kuckucksknipser scrollt */
.container-banner #mod-custom186, .container-banner #mod-custom184, .container-banner #mod-custom182 {
  position: fixed;
  width: 100%;
  z-index: 1000;
}



  
/* Hintergrundbild */
/*.itemid-309 .item-page  {
    transparent;
	background-image: url('../../../../../images/kuckuck.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
  height: 100%
}   */

/* Hintergrundfarbe des Headers grün und Höhe ändern */
.container-header { background-color:#008b8b; background-image:none; height:110px;}

/* Hintergrundbild auf Startseite */
body.itemid-101 {
	background: transparent;
	background-image: url('../../../../../images/Intern/Background.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/* -------------------------- Fusszeile ------------------------------- */
 .footer a { text-decoration: none; }
 .footer { background-color: #008b8b; background-image: none;}  
 .footer .grid-child { padding-top: 3px; padding-bottom: 0px; }

/*---------------------------------------Module ------------------------------ */
/* Modul Info_links */
.info_links {
  border-width: 6px;
  background-color: #d1d1cd;	
  border-color: #565e64;
}
/* Modul Info_rechts */
.info_rechts{
  border-width: 6px;
  background-color: #d1d1cd;	
  border-color: #565e64;
}
/* verhindert dass die Sidebar scrollt */
.container-sidebar-left {
    grid-area: side-l;
    height: calc(50vh - 200px);
    position: sticky;
    top: 200px;
}
 .container-sidebar-right {
    grid-area: side-r;
    height: calc(50vh - 200px);
    position: sticky;
    top: 200px;
}  

/* ------------------------------ Menü ------------------------------------- */

/* Menu klappt beim Überfahren auf */
.mod-menu li:hover > ul { display: block !important;}

/* so werden die Links und die Buttons eingefärbt */
.container-header .mod-menu a:not(.knipser),
.container-header .mod-menu a.knipser span{
padding: 3px 15px 7px;
color: #fff;
background-color: #00b3b3;
text-decoration: none !important;
font-variant: small-caps;
border-radius: 10px;
}

/* beim Überfahren umfärben  */
.container-header .mod-menu a:hover { background-color: #00cccc; color: #e62e00; font-weight: 550; }

/* Auswahl umfärben */
.container-header .mod-menu a:focus { background-color: #dda; color: #e62e00;}

/* aktuelle Auswahl färben */
.metismenu.mod-menu .metismenu-item.active > a { background-color: #33ffff; color: #e62e00; }
.metismenu.mod-menu .mm-collapse > li > a {width: 100%;}

/* --------------------------- Breadcrumb ----------------------------- */
/* Unterstreichung im Breadcrumb ausschalten */
 a.pathway { text-decoration: none !important 

/* ---------------- Suchcontainer (ändert die Menüposition)------------- */
.container-header .container-search { margin-top: 1.75em; width: 30em;}


/*----------------------------iCagenda ------------------------------*/

/* ---------- Kalender ------------*/
 
/*Größe vom Kalender ändern *
.ic-table {width:100%; height: 300px; } */

/* Schrift von Mo Di Mi usw ändern 
.ic_rounded.iccalendar .ic-table thead {font-size: 14px !important; /*font-weight: 300 ;*/ } */

/* Schrift von Tagen ändern 
.ic_rounded.iccalendar .ic-table td div {
	text-align: center;
	font-size: 13px !important;
	font-weight: Bold;
	color: black;
	border-radius: 3px;
	line-height: 20px;
	border: none;
	width: auto; 
	
}*/
/*-------------------------------------------*/




