@import "terminstyles.css";

.add_grid {
	display: none;
}

/****************** LAYOUT ******************/

html {
  height : 101%;
}
body {
  font-size: 110%;
  /* font-family: Tahoma, Verdana, Segoe, sans-serif; */
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  /* font-family: Tahoma, FreeSans, sans-serif; */
  /* font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; */
  padding:0px;
  margin: 0px;
  background: #F0F0F0;
  color: #333333;
}

p {
  line-height: 1.5em;
  margin: 0px;
  margin-bottom: 1em;
}

div.module-outer-no-shadows {
	border-left: 1px solid #bbbbbb;
	padding-left: 0.2em;
	margin-bottom: 2em;
	margin-right: 14px;
	overflow: hidden;
}

.logoleiste {
	border-left: 0px !important;
	margin-top: 3em;
}

p.willkommen {
	font-size: xx-large;
	color: #e67e17; /* #FF9933; orange logo */ /* #ff6600; orange alt */
	line-height: 1em;
	font-style: italic;
	margin-bottom: 1.6em;
}

#wrapper, #foot_container {
  margin: 0 auto;
  border: 0px !important;
}
#wrapper {
  padding: 0 0 10px 0;
  margin-top: 0px;
  background-color: #fff;
}
#foot_container {
  padding: 0px;
  overflow: visible;
}
#header_container {
  margin: auto;
  padding: 0px;
  border: 0px solid rgb(255, 255, 255);
  height:100%;/*height: 223px;*/  
  margin-bottom: 60px;
}

#header {
  /*min-height: 60px;*/
  margin: 0px;
  padding: 10px 0 0 0;/* padding: 0.75em 0 0 0; */
  position:relative;
  text-align:center;
  vertical-align:top;
  /* background-image: url(../images/punkt.png); !important;
  background-repeat: repeat-x; */

}

#textlogo {
  position:relative;
  display:none;
  padding-top:1em;
  font-size:1.8em;
  /* letter-spacing:-0.05em;*/
  font-weight:bold;
  text-align: center;
  margin: 0px auto;
  
}

.ag_ansicht div.small, .ag_ansicht p.small {
  font-size: 60%;
} 

.ag_ansicht img.nopic {
  display:none;
}

#logo {
  float:right;
  width: auto;
  overflow:hidden;
}
a.imglogo {
  line-height: normal;
  font-size:36px;
  display:block;
  margin:0;
  padding:0;
}
a.imglogo:hover {
  text-decoration:none;
}
a.medialogo {
  line-height: normal;
  font-size:36px;
  display:block;
  margin:0;
  padding:0;
}

a.medialogo:hover {
  text-decoration:none;
}

#maincontent a[href $='.pdf'] { 
  padding-right: 26px;
  background: transparent url(../images/icons/pdf_icon.png) no-repeat center right;
  white-space:nowrap;
}

a.ohneIcon {
  background: none !important;
  padding: 0 !important;
  white-space: normal !important;
}

#logo a.logo {
  line-height: normal;
  font-size:46px;
  display:block;
  margin:0;
  /* letter-spacing:-1px; */
  padding: 20px 40px 10px 60px;
}
a.logo:hover {
  text-decoration:none;
}
div.slogan {
  line-height: normal;
  font-size:18px;
  display:block;
  margin:0;
  padding: 0 40px 10px 100px;
}
#headermodule1,#headermodule2 {
  margin:0px;
  display:inline;
}
#topmenu_container {
  /*position:relative;
  top:-4em;*/
  /* width: 100%;
  height: auto;
  min-height:30px; */
  margin:0 auto;
  /* min-height: 50px; */
  text-align:left;
  clear:both;
  /* background-color: #F2AB10; */
  background-color: transparent;
  /* margin: 1em 0em 1em 0em; */
  margin: 0px;
}
#topmenu {
  height:auto;
  /*margin:auto;*/
}
#topmenu ul, #topmenu ul li {
  list-style : none;
}
#subhead {
  height:33px;
  width: 99.5%;
  margin: 10px .2% 0 .2%;
  overflow:hidden;
  background-image:url('../images/subhead.png');
  background-repeat:repeat-x;
}
.breadcrumbs {
  float:left;
  max-width: 650px;
  height:16px;
  line-height:16px;
  overflow:hidden;
  font-size:63%;
  margin:0px 0 0 0px;
  padding: 0 4px;
}
#search {
  position:relative;
  float:right;
  height:22px;
  padding: 0 0 0 18px;
  margin: 4px 28px 0 0;
  background-image:url('../images/search.png');
  background-repeat:no-repeat;
  background-position: left 2px;
}
#container {
  text-align:left;
  padding: 0 5px 0 10px;
  margin: 0px;
}
#container2 {
  text-align:left;
  margin:auto;
}
#page_content {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

#leftcol {
  width: 24%;
  float: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-size: 80%
}
#rightcol {
  width: 18%;
  float: right;
  margin:0;
  padding: 0px;
  overflow: hidden;
}

#rightcol p {
	margin-bottom: 0.5em;
}
/* left and right NOT loaded */
#content_out {
  margin: 0 0 0 0.2%;
}
/* just left loaded */
#content_outleft {
  float:right;
}
/* left and right loaded */
#content_outmiddle {
  float:left;
  margin: 0 1%;
}
/* just right loaded */
#content_outright {
  float:left;
}
#maincontent {
  float:left;
  font-size: 93%;
  padding: 0px 31px 0px 16px;
  /* padding: 0px 6% 0px 3%;  */
  margin: 0px 0 0 0;
  min-height: 200px;
  overflow:hidden;
}

#maincontent p {
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.boxplus-imagecaption.boxplus-overlaycaption {
    font-size: 70%;
}

.boxplus-paging {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 70%;
}

.clr {
  clear:both;
}
#subfoot {
  min-height: 15px;
  line-height: 15px;
  width: 100%;
}
.copytext {
  padding: 3px 0;
  font-size: 11px;
  text-align:center;
  font-weight:bold;
}
#footer {
  min-height: 80px;
  margin: 0px;
  padding: 0px;
  position:relative;
  overflow:visible;
}
.footer-inner {
  display:inline-block;
  width:100%;
  min-height:62px;
}

#scroll_up {
  float: right;
  width: 10%;
}
a#gotop {
  display:block;
  height:50px;
  line-height:45px;
  width:100%;
  text-align:center;
}
a#gotop:hover {
  text-decoration:overline;
}

.footer-bottom {
  display:inline-block;
  width: 100%;
  line-height:normal;
  font-style:italic;
}
span#date {
  font-size:10px;
  float:left;
  padding-left:20px;
}

span#copy {
  font-size:10px;
  text-align:right;
  float:right;
  padding-right:20px;
}
span#copy a:hover {
  text-decoration:none;
}

#leftcol .module, #leftcol .module_menu, #leftcol .module_text, 
#rightcol .module, #rightcol .module_menu, #rightcol .module_text {
  margin-top:0;
  background-color: transparent;
  border:0;
}
#leftcol .module div div, #leftcol .module_menu div div, #leftcol .module_text div div, 
#rightcol .module div div, #rightcol .module_menu div div, #rightcol .module_text div div {
}
#leftcol .module div.lvround-inner, #leftcol .module_menu div.lvround-inner, #leftcol .module_text div.lvround-inner, 
#rightcol .module div.lvround-inner, #rightcol .module_menu div.lvround-inner, #rightcol .module_text div.lvround-inner {
  margin: 0;
  padding: 10px 0px 10px 7px;
  font-size: 100%;
  line-height: 1.5em;
}
#leftcol .module div div div div, #leftcol .module_menu div div div div, #leftcol .module_text div div div div, 
#rightcol .module div div div div, #rightcol .module_menu div div div div, #rightcol .module_text div div div div {
  border: 0;
}
#leftcol h3.moduleh3, #rightcol h3.moduleh3 {
  border-bottom:0;
}
#wrapper #leftcol h3.moduleh3 {
  /* min-height:35px;
  line-height:35px;
  margin: 5px 0 0 -20px;
  padding: 0 10px 0 30px;
  text-align:left;
  position:relative;
  border-bottom:0; */
  /* min-height:2.5em; */
  /* line-height:30px; */
  /* margin: 10px 0px 0 0; */
  background-color: #888;
  color: #fff;
  font-size: 100%;
  padding: 5px 0px 5px 7px;
  text-align:left;
  position:relative; 
  border-radius: 0px;
  border: 0px;
  /* font-variant: small-caps; */
  /* text-transform: uppercase; */
  font-weight: bold;
}
#wrapper #rightcol h3.moduleh3 {
  min-height:30px;
  /* line-height:30px; */
  /* margin: 10px 0px 0 0; */
  padding: 0.5em;
  text-align:left;
  position:relative; 
  border-radius: 0px;
}

.moduletable h3 {
  margin: 10px 0;
}

ul.newsflash-vert, ul.newsflash-vert li {
  list-style-type:none !important;
  padding:0px;
  margin:0px;
}

ul.newsflash-vert li p {
  margin:0px;
}

li.newsflash-item a.readmore {
  display:block;
  text-align:right;
  margin:0px;
  padding:0px;
  margin-top: 0px;
}

li.newsflash-item span.article-separator {
  display:block;
  border-bottom: 2px dotted grey;
  height:0.5em;
  margin-bottom:0.5em;
}

/****************** MENUES ******************/

/**** Mainmenu with suffix: _menu START ****/

.module_menu ul.menu {
  margin: 0;
  padding : 0;
  background : none;
  font-weight: bold;
}
.module_menu ul.menu li {
  margin : 0;
  padding : 0 0 0 4px;
  background : none;
  list-style:none;
  margin: 0;
}
.module_menu ul.menu li a, .module_menu ul.menu li span.separator {
  display : block;
  vertical-align : middle;
  text-align : left;
  text-decoration : none;
  padding:3px 0;
  margin:4px 0 0 0;
  border-bottom:1px dotted #ccc;
  clear:both;
  overflow:visible;
}
.module_menu ul.menu li a img { 
  vertical-align:middle;
  padding-right: 5px;
}
.module_menu ul.menu li a span {
  vertical-align:middle;
}
.module_menu ul.menu li.current a {
  font-weight:bold;
}
.module_menu ul.menu li.current ul li a {
  font-weight:normal;
}
.module_menu ul.menu li ul {
  margin : 0 0 0 10px;
  padding : 0px;
}
.module_menu ul.menu li li {
  list-style: none !important;
  margin :0;
  padding : 0;
  min-height:22px;
  line-height: 22px;

  background : none;
}
.module_menu ul.menu ul li a {
  background: none;
  font-size:90%;
  min-height:18px;
  line-height:18px;
}
/**** Mainmenu with suffix: _menu END ****/

/* Mainmenu normal */

ul.menu {
  line-height:22px;
}
ul.menu li a span {
  clear:both;
  vertical-align:middle;
}

/* Mainmenu normal END */


/**** Submenu links with id: sub START ****/
ul#sub {
  margin: 0px;
  padding: 0px;
  list-style:none;
  border-left: 1px solid rgb(187,187,187);
}

ul#sub ul {
  /* border-bottom: 0.1em dotted rgb(4, 137, 182); */
  /* border-bottom: 1px dotted grey; */
}

ul#sub li {
  list-style: none outside none;
  line-height: 1.5em;
  /* margin-bottom: 1em; */
}

ul#sub li a {
  padding-top: 0.7em;
  padding-bottom: 0.6em;
  padding-left: 0.2em;
  padding-right: 0em;
  display: block;
  /*  border-bottom: 1px dotted grey; */
  background-color: #fff; /* rgb(240,240,240); */
  color: #222;
}

ul#sub li ul {
  display: block;
}

ul#sub li.active ul {
  /* display: block; */
  background-color: #fff; /* rgb(240,240,240); */
}

ul#sub a:hover, ul#sub li ul li a:hover {
  background-color: rgb(114, 180, 202); /* graublau */
  color: rgb(255,255,255);
  text-decoration: none;
}

ul#sub li ul li {
  line-height: 1em;
  margin-bottom: 0;
}

ul#sub li.active:not(.deeper) a, ul#sub li.current a {
  background-color: rgb(114, 180, 202); /* graublau  */
  color: #fff;
  display: block;
}

ul#sub li.current ul li a {
  background-color: #fff; /* rgb(240,240,240); */
  color: #222;
}



ul#sub li.current ul li {
  line-height: 1em;
}

ul#sub li ul li a {
  background-color: #fff; /* rgb(240,240,240); */
  color: #222;
  border: none;
  padding-top: 0.5em;
  padding-bottom: 0.4em;
  padding-left: 1em;
  padding-right: 0em;
}

/**** Submenu links with id: sub END ****/



.input, .inputbox {
  font-size:11px;
  padding : 2px 3px 2px 3px;
  margin : 2px 3px 2px 3px;
}
a, a:link, a:visited, a:active, a:focus {
  outline : none;
  text-decoration : none;
}

.shadow-left {
  display: none;
  height:8px;
  background-image:url('../images/shadow-l.png');
  background-repeat:no-repeat;
  background-position: left;
}
.shadow-right {
  display: none;
  height:8px;
  background-image:url('../images/shadow-r.png');
  background-repeat:no-repeat;
  background-position: right;
  margin-top:-8px;
  margin-bottom:10px;
}

/* To disable the shadows in modules using suffix "-shadows-off" */
.module-outer-shadows-off .shadow-left,
.module-outer-shadows-off .shadow-right {
  display:none;
}

div.module-outer {
  margin-bottom: 1em;  
}
div.login_logout {
  text-align: right;
  font-size:60%;
  float:right;
  padding: 3px;
  z-index: 999;
  position: relative;
	clear: both;
}

.login_logout.registered {
  margin: 0px;
  border: 0px solid #bbbbbb;
  border-radius: 0px;
  background-color: #ffffff;
  z-index: 999;
  position: relative;
}

.login_logout.registered p {
  float:left;
  text-align: left;
  margin: 0 6px 0 0;
}

.login_logout.registered a {
  margin: 0px 0px 0px 6px;
}

ul#benutzereinstellungen {
  line-height: 1em;
  padding-left: 0px;
  display:inline;
}

ul#benutzereinstellungen li {
  list-style-type: none;
  float:left;
  margin: 0 0.5em;
}

.impressumfoot {
  text-align: center;
}

div.filterstart {
  display: inline-block;
  text-align:center;
  font-size: 80%;
  color: black;
  padding-left: 4px;
  padding-right: 4px;
}
div.filteroption {
  display: inline-block;
  text-align:left;
  font-size: 80%;
  /* background-color: #fdf5c7; */
  border: 0.1em solid #bbb;
  border-bottom: 0px;
  color: black;
  margin: 0px 2px 0px 2px;
  border-radius: 3px 3px 0px 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
}

form#searchForm {
  text-align:right;
}

div#linksrechts {
  
}

.h3eckr, .h3eckl {
  display:none;
}

/* Latest Events */

div#position-9 h3.moduleh3 {
  margin: 0;
	padding: 5px;
	background-color: rgb(68, 68, 68);
	color: white;
	font-size: 100%;
}

div#position-9 + div.item-page {
	display:none;
}


table.mod_events_latest_table tr:nth-child(odd) {
	background-color: rgb(245, 245, 245);
}

table.mod_events_latest_table tr:nth-child(odd) td {
	border-bottom: 1px solid rgb(204, 204, 204);
}

table.mod_events_latest_table td {
	vertical-align: top;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

table.mod_events_latest_table tr td:nth-child(1)  {
	width: 6em;
	padding-left: 0.5em;
}

table.mod_events_latest_table tr td:nth-child(2)  {
	width: 9em;
}

table.mod_events_latest_table tr td:nth-child(3)  {
	padding-right: 0.5em;
}

table.mod_events_latest_table span.event_datum {
	font-weight: bold;
}

table.mod_events_latest_table span.event_zeit {
	font-weight: bold;
}

div#jevents_header {
    float:left;
}

div.ev_navigation {
    float:right;
    margin-top:30px;
}

div.ev_navigation table tbody tr:first-child td:first-child a {
    background: url('../images/pprev_arrow_grey.png') no-repeat;
    width:10px;
    height:10px;
    display:block;
}

div.ev_navigation table tbody tr:first-child td:nth-child(2) a {
    background: url('../images/prev_arrow_grey.png') no-repeat;
    width:10px;
    height:10px;
    display:block;
    margin-right:5px;
}

div.ev_navigation table tbody tr:first-child td:nth-last-child(2) a {
    background: url('../images/next_arrow_grey.png') no-repeat;
    width:10px;
    height:10px;
    display:block;
}

div.ev_navigation table tbody tr:first-child td:nth-last-child(1) a {
    background: url('../images/nnext_arrow_grey.png') no-repeat;
    width:10px;
    height:10px;
    display:block;
}

div.ev_navigation table tbody tr td a img {
    display:none;
}

div.ev_navigation td.iconic_td, div.ev_navigation tr.icon_labels {
    display: none;
}


div#cal_title {
    padding-top: 30px;
}

table.cal_table {
    clear: both;
}

div#jevents_body {
    clear:both;
}

div#jevents_body table.contentpaneopen {
    border: 1px solid rgb(187, 187, 187);
    clear:both;
}

div.mod_events_latest_callink {
    text-align: right;
    padding-top: 1em;
}

div.sigplus-gallery {
    margin-top: 0em;
    margin-bottom: 1em;
}

.boxplus-viewport {
    padding-bottom: 1em !important;
}

img[style="float: right;"], 
.img_caption.right,
.bildRechts,
div.sigplus-right.sigplus-float {
	margin-left: 2em;
    margin-bottom: 0.5em;
	float: right;
}

img[style="float: left;"], 
img[style="vertical-align: middle;"], 
img[style="vertical-align: top;"],
img[style="vertical-align: bottom;"],
.img_caption.left,
.bildLinks,
div.sigplus-left.sigplus-float {
    margin-right: 2em;
    margin-bottom: 0.5em;
    float: left;
}

div.sigplus-left.sigplus-float,
div.sigplus-right.sigplus-float {
    margin-top: -0.3em;
}

.umfliessenBeenden {
    clear: both;
}

.galerietitel {
    margin-bottom: 0px;
}

p.galerietitel + p { display:none; }

p + div.sigplus-gallery { margin-top: -1em; }

p.sigplus-gallery, p span.sigplus-gallery {
    margin-left: 11px;
}

#rightcol p {
    line-height: 1em;
}

div.slideshowOverlay {
    height: 150px;
    width: 1000px;
    position: relative;
    top: -150px;
    margin-bottom: -150px;
}

div.slideshowOverlayLogo {
    height: 150px;
    width: 1000px;
    position: relative;
    top: -139px;
    margin-bottom: -150px;
}

div.slideshowOverlayNeu {
    height: 150px;
    width: 1000px;
    position: relative;
    top: -90px;
    margin-bottom: -150px;
}


table.schultermine {
    border-collapse: collapse;
    width: 936px;
}

table.schultermine td {
    width: 20%;
    font-size: 80%;
    vertical-align: top;
    border-color: rgb(51, 51, 51);
    border-width: 0px;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 0.6em;
    line-height: 1em !important;
}

table.schultermine td p, table.schultermine td p span {
    margin-bottom: 1em;
    line-height: 1em !important;
}

tr.tag td {
    font-weight: bold;
    text-align: center;
    border-color: rgb(51, 51, 51);
    border-top-width: 1px;
    border-bottom-width: 0px;
    background-color: #eee;
    padding: 2px;
    padding-bottom: 0.3em;
}

tr.tag td.ferien {
    background-color: rgb(114, 180, 202);
}

.orange {
    color: #E67E17;
}

.dunkelorange {
    color: #e65d1c;
}

.klausur {
    color: red;
}

.schwarz {
    color: black;
}

.gruen {
    color: green;
}

.blau {
    color: blue;
}

p.fehler {
	background-color: #ffa1a1;
	color: #ae0000;
  border-width: 1px;
	border-color: #ae0000;
	border-style: dotted;
	padding: 0.5em;
	width: 650px;
}

p.hinweis {
	background-color: #f4efcc;
	color: #9c5100;
  border-width: 1px;
	border-color: #9c5100;
	border-style: dotted;
	padding: 0.5em;
	width: 650px;
}

p.submit {
	padding-top: 2em;
	text-align: right;
}

p.editlink {
	float:right;
	font-size: 70%;
	margin-left: 0.6em;
}

table.editor {
	width: 650px;
	border-spacing: 10px;
}

table.editor tr.labels {
	background-color: #eee;
	font-size: 80%;
	vertical-align: top;
}

table.editor tr.labels p.titel {
	font-weight: bold;
}

table.editor td {
	width: 33%;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(51,51,51);
	padding: 0.5em;
}

td.klein {
	font-size: 70%;
}

div.blog div.items-more ol {
	list-style-type:none
}

div.leading-0 div.item-separator {
	display:none;
}

div#fontsize {
	float: left;
	margin-left: 4px;
	line-height: 1em;
	position: relative;
  color: rgb(85,85,85);
  cursor:pointer;
}

div#fontsize span {
	padding-right: 5px;
	margin-bottom: 5px;
}

#beforehead6out ::selection {
	background: #fff; /* Safari */
	}
#beforehead6out ::-moz-selection {
	background: #fff; /* Firefox */
}

input#mod-finder-searchword::selection {
	background: #ddd; /* Safari */
	}
input#mod-finder-searchword::-moz-selection {
	background: #ddd; /* Firefox */
}

.even {
	background: #ffffff;
}

table.humboldtstyle {
	border-collapse:collapse;
	border: 2px solid rgb(204, 204, 204) !important;
	margin-left: 1px;
  margin-bottom: 1px;
}

table.humboldtstyle p, table p {
	margin: 2px;
}

table.humboldtstyle th {
	background-color: rgb(204, 204, 204);
}

table.humboldtstyle td, table.humboldtstyle th {

	padding: 2px;
}

table.humboldtstyle tr:nth-child(odd) {
	background-color: rgb(245, 245, 245);
}

table.humboldtstyle tr:nth-child(odd) td {
	border: 0px solid rgb(204, 204, 204);
}


table.funktionszuordnung, table.funktionsedit {
	border: 1px solid rgb(204, 204, 204) !important;
	border-collapse: collapse;
}

table.funktionszuordnung, table.funktionsedit th  {
	font-size: 80%;
}

table.funktionszuordnung th, table.funktionsedit th {
	background-color: rgb(114, 180, 202);
}

table.funktionszuordnung th {
	width: 50%;
}

table.funktionszuordnung span.ansprechpartner {
	font-style: italic;
}

table#ftab td.klickbar:hover {
		color: #000000;
		cursor:default;
		background-color: #aaa;
}

table.mod_events_latest_table {
	width: 650px;
}

div.knopf {
	background-color: blue;
	color: white;
	display: block;
}

p.organmitglied {
	background-color: #eee;
	border: 1px dotted #ddd;
	padding: 2px;
	margin: 1px 0px 1px 0px;
}

div#cookieinfo {
    display: none;
    position:fixed;
    bottom: 1px;
    margin: 0px 2%;
    font-size: 10pt;
    text-align: center;
    color: #444;
    z-index: 999;
    width: 96%;
    height: 1.5em;
    background-color: #eef;
    border: 1px solid #ddd;
    padding: 2px 0 0 2px;
}
