/************************************************************************************************************************************************/
/* CSS normalize.css v3.0.0 | MIT License | git.io/normalize | Setzt alle Browservorgaben bzgl. Stil zurück                                     */ 
/************************************************************************************************************************************************/ 
    
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/************************************************************************************************************************************************/
/* CSS für das Layout                                                                                                                           */ 
/************************************************************************************************************************************************/ 

	body {
	    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
		color: #484848;
		min-height: 100%;
		min-width: 100%;
		font-size: 0.96em;
	}

	/* Generelle einstellung der Links*/
	a:link       { color: #000000; }
	a:visited { color: #000000; }
	a:hover     { color: #ffbf00; }
	a:active   { color: #ffbf00; }

	#kopfzeile {
	    width: 100%;
		color: #1c1c1c;
		height: 50px;
		line-height: 50px;
		margin-bottom: 0px;
		font-size: 26px;
	}
	
	#kopfzeile p { margin-top: 0;}
	#kopfzeile i { margin-left: 15px;}
	#kopfzeile a:link { color: #1c1c1c; }
	#kopfzeile a:visited { color: #1c1c1c; }
	#kopfzeile a:hover { color: #ffbf00; }
	#kopfzeile a:active { color: #1c1c1c; }

	.container {
	    margin: 0 auto;
		overflow: hidden;
		clear: both;
		padding-left: 20px;
		padding-right: 20px;
		width: 1160px;
	}

	#mitte img { max-width: 620px; height: auto;}

	.mother {}
	#links             { width: 200px;  float: left; margin-bottom: 20px; margin-top: 20px; padding: 0px 0px; }
	#mitte             { width: 620px;  float: left; margin-left: 20px; margin-top: 10px; margin-right: 20px; margin-bottom: 20px; padding: 0px }
	#mittelinks   { width: 920px; float: left; padding-left: 20px; padding-right: 0px; }
	#mitterechts { width: 820px; float: left; padding-left: 0px; padding-right: 20px; }
	#rechts           { width: 300px;  float: right; margin-bottom: 20px; margin-top: 20px;   }
	#links .box    { background-color: #ffffff; width: 200px; margin: auto; }
	#rechts .box  { background-color: #ffffff; width: 300px; margin: auto; }

	.box { 
	    margin-bottom: 20px !important;
		border: 1px solid #f1f1f1;
	}
	
	
	.box p, .box p, .box p { padding: 10px;}

	.box h2, .box h2, .box h2, .box h3, .box h3, .box h3 {
	    text-transform: uppercase;
		font-family: 'Oswald', sans-serif; 
		font-weight: 400;
		padding: 0px; 
		text-indent: 10px; 
		margin: 0px;
		width: 100%; 
		font-size: 1em; 
		padding-top: 5px; 
		padding-bottom: 5px;
		background-color: #f1f1f1; color: #1c1c1c;
	}
	
	.rahmenlos {
	    border: 0px solid #f1f1f1;
	
	}

	#topmenuevents {
        font-size: 12px;
        height: 45px;
        line-height: 45px;
    	float: right;
        margin-top: 0;
        padding-top: 0;
	}
	
	#topmenuevents ul {
        display: inline;
        list-style: outside none none;
        margin: 0;
        padding: 0;
	}
	
    #topmenuevents li {
	    display: inline;
	}
	
#topmenuevents a {
    color: #000000;
    display: inline;
    padding-left: 10px;
    text-decoration: none;
}
#topmenuevents a:hover {
    color: #ffcc00;
    text-decoration: underline;
}
a.gcclink {
    background-image: url("../images/icon_gcc.png");
    background-position: center -40px;
    background-repeat: no-repeat;
    margin-top: -10px;
    padding-top: 25px;
}
a.gcclink:hover {
    background-position: center 0;
}
a.acclink {
    background-image: url("../images/icon_acc.png");
    background-position: center -40px;
    background-repeat: no-repeat;
    margin-top: -10px;
    padding-top: 25px;
}
a.acclink:hover {
    background-position: center 0;
}
a.icclink {
    background-image: url("../images/icon_icc.png");
    background-position: center -40px;
    background-repeat: no-repeat;
    margin-top: -10px;
    padding-top: 25px;
}
a.icclink:hover {
    background-position: center 0;
}
a.wcslink {
    background-image: url("../images/icon_wcs.png");
    background-position: center -40px;
    background-repeat: no-repeat;
    margin-top: -10px;
    padding-top: 25px;
}
a.wcslink:hover {
    background-position: center 0;
}
a.edaylink {
    background-image: url("../images/icon_24h.png");
    background-position: center -40px;
    background-repeat: no-repeat;
    margin-top: -10px;
    padding-top: 25px;
}
a.edaylink:hover {
    background-position: center 0;
}
a.slmlink {
    background-image: url("../images/icon_slm.png");
    background-position: center -40px;
    background-repeat: no-repeat;
    margin-top: -10px;
    padding-top: 25px;
}
a.slmlink:hover {
    background-position: center 0;
}
a.endurolink {
    background-image: url("../images/icon_e1.png");
    background-position: center -40px;
    background-repeat: no-repeat;
    margin-top: -10px;
    padding-top: 25px;
}
a.endurolink:hover {
    background-position: center 0;
}
	
	
	.linkliste {
	    margin-bottom: 25px;
		width: 96%; 
		list-style: none;
		font-size: 0.92em; 
		line-height: 1.65em;
		padding: 2%;
		background-color: #f1f1f1; color: #1c1c1c;
		text-indent: 10px;
	}
	
    .linkliste::before {
	    content: "Ähnliche Beiträge";
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif; 
		font-weight: 400;
		color: #1c1c1c;
		font-size: 1.8em; 
	}

	.linkliste  ul li {
	    list-style: none;
		
	}
	
	
	
	.linkliste  h1, .linkliste  h2, .linkliste  h3, .linkliste  h4 {
	    color: #1c1c1c;
		font-family: "Oswald",Arial;
		font-weight: 300;
		font-size: 1.65em; 
		line-height: 2em !important;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0px;
		text-transform: uppercase; 
	}
	
		
	@media screen and (max-width: 1200px) {
	    .container     { width: 1020px;}
		#mitte             { width: 480px;}
		#mittelinks   { width: 780px;}
		#mitterechts { width: 780px;}
		#rechts           { float: left;}
	}
	
	@media screen and (max-width: 1060px) {
	    .container { width: 700px;       }
		#mitte     { margin-right: 0px;  }
		#mittelinks { max-width: 440px;   }
		#rechts    { margin-left: 220px; }
	}
	
	@media screen and (max-width: 680px) { 
	    .container  { width: 96%; padding-left: 2%; padding-right: 2%;  }
		.nspArts, .nspLinksWrap { padding: 0;}
		#mitte      { width: 100%; margin: 0; margin: auto; padding: 0;  }
		#mittelinks { width: 100%; margin: 0; margin: auto; padding: 0;   }
		#mitterechts { width: 100%; margin: 0; margin: auto; padding: 0; }
		#links      { display: none; }
		#rechts     { width: 100%; margin: 0; margin: auto; padding: 0; }
	}
	
	#login-form { padding: 15px;}
	.weiss      { background-color: #ffffff; }
	.hellgrau   { background-color: #f1f1f1; }
	.dunkelgrau { background-color: #1c1c1c; }
	.nspInfo    { font-size: 0.8em; font-family: 'Oswald', sans-serif; font-weight: 300; text-transform: uppercase; }
	#mitte h2 { font-size: 1.2em; font-family: 'Oswald', sans-serif; font-weight: 400;   text-transform: uppercase;}
	
	.control-label .hasPopover, .control-label .hasTooltip { display: inline-block; }
	
	
	
	
	.tooltip {
	    position: absolute;
		z-index: 1030;
		display: block;
		visibility: visible;
		font-size: 11px;
		line-height: 1.4;
		opacity: 0;
		filter: alpha(opacity=0);
	}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}


/************************************************************************************************************************************************/
/* CSS für LOGO UND FOOTER                                                                                                                      */ 
/************************************************************************************************************************************************/ 

	#logo { margin-top: 0px; }
	#logo img { max-height: 100px; padding-top: 10px; padding-bottom: 10px; padding-left: 0px;  }

	
	footer {
		width: 100%;
		min-height: 180px;
		color: #555;
		clear: both;
		background-color: #1c1c1c;
		margin-bottom: 0px;
		margin-top: 50px;
		font-size: 0.86em;
	}
	
	footer a:link { color: #555; }
	footer a:visited { color: #555; }
	footer a:hover { color: #ffbf00; }
	footer a:active { color: #ffbf00; }
	footer .fa { font-size: 2em; margin-left: 15px; }
	footer .menu { padding-left: 0px; margin-left: -12px }
	footer .menu a   { text-decoration: none; padding: 12px; }
	footer .menu li { border-right: 1px solid #555; display: inline; list-style-type: none; }
	footer .menu li:last-child { border-right: 0px solid #555; }

	
	.btn-toolbar {
	    display: inline-block;
	}

	.article-info > dd {
	    color: #666;
		display: inline-block;
		font-size: 12px;
		margin: 0 8px;
		text-transform: uppercase;
	}
	
	.article-info > dt { display: none; }
	.createdby  { margin-left: 0px; }
	.category-name   { }
	.published   {}
	.hits   {}
	
	#links img {
        max-width: 100% !important;
	    height: auto !important;
	}
     
/************************************************************************************************************************************************/
/* BABOONS Newsticker auf der Startseite / Standardmodul und erweitertes Modul GK4                                                              */ 
/************************************************************************************************************************************************/ 

   .jg_subcatelem_txt img { display: none; }
   .jg_rm { display: none; }
 
/************************************************************************************************************************************************/
/* CSS Anweisung für die Navigation Pagination                                                                                                  */ 
/************************************************************************************************************************************************/ 
  
    .pagination { margin: 18px 0; }
	
	.pagination ul {
	    display: inline-block;
	
		margin-left: 0;
		margin-bottom: 0;
	}
	
	.pagination ul > li { 
	    display: inline;
	}
	
	.pagination ul > li > a, .pagination ul > li > span {
	    float: left;
		/* padding: 11px 19px; */
		padding: 16px 8px;
		font-size: 16.25px;
		line-height: 20px;
		text-decoration: none;
		color: #484848;
		background-color: #fff;
		border: 1px solid #ddd;
		border-left-width: 0;
	}
	
	.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	    background-color: #f1f1f1;
	}
	
	.pagination ul > .active > a, .pagination ul > .active > span {
	    color: #999;
		background-color: #ffbf00 !important;
		cursor: default;
	}
	
	.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
	    color: #999;
		background-color: #ffbf00 !important;
		cursor: default;
	}
	
	.pagination ul > li:first-child > a, .pagination ul > li:first-child > span { border-left-width: 1px; }
	.pagination-centered { text-align: center; }
	.pagination-right { text-align: right; }

/************************************************************************************************************************************************/
/* Vor- und Zurückbutton bei den Blogartikeln                                                                                                   */ 
/************************************************************************************************************************************************/ 
    
	.pager {
	    margin: 18px 0;
		list-style: none;
		text-align: center;
	}
	
	.pager:before, .pager:after {
	    display: table;
		content: "";
		line-height: 0;
	}
	
	.pager:after { clear: both; }
    .pager li { display: inline; }
	

	.pager li > a, .pager li > span {
	    display: inline-block;
		padding: 12px;
		background-color: #ffffff;
		border: 1px solid #f1f1f1;
		line-height: 14px;
		border-radius: 0;
	}
	
	.pager li > a:hover, .pager li > a:focus {
	    text-decoration: none;
		background-color: #f1f1f1;
	}
	
    .pager .next > a, .pager .next > span {
	    float: right;
	}

	.pager .previous > a, .pager .previous > span {
	    float: left;
		margin-left: -38px;
	}
	
	.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
	    color: #999;
		background-color: #fff;
		cursor: default;
	}
	
	.icon-chevron-right { 
	    content: "";
		display: inline-block;
		font-size: 1.2em;
		padding-right: 5px;
		vertical-align: middle;
	}
	
	.icon-chevron-left {}	
	
/************************************************************************************************************************************************/
/* Popover für die Listen, wird angezeigt bei Tabellensortierung in den Beitragslisten etc                                                      */ 
/************************************************************************************************************************************************/ 
	
	.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

/************************************************************************************************************************************************/
/* CSS für Alerts, Inofboxen, Fehlermeldung etc.                                                                                                */ 
/************************************************************************************************************************************************/ 
	
    .alert {
	    padding: 8px 35px 8px 14px;
		margin-bottom: 18px;
		color: #c09853;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		background-color: #fcf8e3;
		border: 1px solid #fbeed5;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	.alert-heading { color: inherit; }
	
	.alert .close {
	    position: relative;
		top: -2px;
		right: -21px;
		line-height: 18px;
	}
	
	.alert-success {
	    color: #468847;
		background-color: #dff0d8;
		border-color: #d6e9c6;
	}
	
	.alert-danger, .alert-error {
	    color: #b94a48;
		background-color: #f2dede;
		border-color: #eed3d7;
	}
	
	.alert-block {
	    padding-top: 14px;
	    padding-bottom: 14px;
	}

/************************************************************************************************************************************************/
/* CSS für Tabellen                                                                                                                             */ 
/************************************************************************************************************************************************/ 

    table {
	    max-width: 100%;
		background-color: transparent;
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	.table {
	    width: 100%;
		margin-bottom: 18px;
	}
	
	.table th, .table td {
	    padding: 8px;
		line-height: 18px;
		text-align: left;
		vertical-align: top;
		border-top: 1px solid #ddd;
	}
	
	.table th {
	    font-weight: bold;
	}
	
	.table thead th {
	    vertical-align: bottom;
	}
	
	.table caption + thead tr:first-child th, 
	.table caption + thead tr:first-child td, 
	.table colgroup + thead tr:first-child th, 
	.table colgroup + thead tr:first-child td, 
	.table thead:first-child tr:first-child th, 
	.table thead:first-child tr:first-child td {
	    border-top: 0;
	}
	
	.table tbody + tbody { border-top: 2px solid #ddd; }
	.table .table { background-color: #fff;}
	.table-condensed th,.table-condensed td { padding: 4px 5px; }
	
	.table-bordered {
    	border: 1px solid #ddd;
		border-collapse: separate;
		border-left: 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	.table-bordered th, .table-bordered td { border-left: 1px solid #ddd; }

	.table-bordered caption + thead tr:first-child th,
	.table-bordered caption + tbody tr:first-child th,
	.table-bordered caption + tbody tr:first-child td,
	.table-bordered colgroup + thead tr:first-child th,
	.table-bordered colgroup + tbody tr:first-child th,
	.table-bordered colgroup + tbody tr:first-child td,
	.table-bordered thead:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child td {
	    border-top: 0;
	}
	
	.table-bordered thead:first-child tr:first-child > th:first-child,
	.table-bordered tbody:first-child tr:first-child > td:first-child,
	.table-bordered tbody:first-child tr:first-child > th:first-child {
	    -webkit-border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		border-top-left-radius: 4px;
	}
	
	.table-bordered thead:first-child tr:first-child > th:last-child,
	.table-bordered tbody:first-child tr:first-child > td:last-child,
	.table-bordered tbody:first-child tr:first-child > th:last-child {
	    -webkit-border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
	}
	
	
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}
.table td.span1,
.table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0;
}
.table td.span2,
.table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0;
}
.table td.span3,
.table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0;
}
.table td.span4,
.table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0;
}
.table td.span5,
.table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0;
}
.table td.span6,
.table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0;
}
.table td.span7,
.table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0;
}
.table td.span8,
.table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0;
}
.table td.span9,
.table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0;
}
.table td.span10,
.table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0;
}
.table td.span11,
.table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0;
}
.table td.span12,
.table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0;
}
.table tbody tr.success > td {
	background-color: #dff0d8;
}
.table tbody tr.error > td {
	background-color: #f2dede;
}
.table tbody tr.warning > td {
	background-color: #fcf8e3;
}
.table tbody tr.info > td {
	background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
	background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3;
}

/************************************************************************************************************************************************/
/* CSS für das Responsive Menü                                                                                                                  */ 
/************************************************************************************************************************************************/ 
 
/* Checkbox und Label verstecken, da nur in mobiler ansicht sichtbar */
    input#responsive-nav, label.responsive-nav-label {
	    display: none;
	}

	nav {
	    float: left;
		width: 100%;
		border-bottom: 3px solid #ffbf00; 
		font-family: 'Oswald', sans-serif; 
		font-weight: 400; 
		text-transform: uppercase;
		background: #ffffff; 
		font-size: 18px;
		z-index: 99999 !important;
		
	}
	nav ul ul a:link { color: #fff; }
	nav ul ul a:visited { color: #fff; }
	nav ul { margin: 0; padding: 0; }
	nav a { display: block; color: #1c1c1c; text-decoration: none; }
	
	nav a:hover { color: #000; }
	
	nav ul li {
	    position: relative;
		float: left;
		list-style: none;
		color: #1c1c1c;
		transition: 0.5s;
	}
	
	nav ul li a {
	    padding: 20px;
	}
	
	nav ul li .nav-header {
	    display: block;
		padding: 20px;
		color: #000;
	}
	
	nav .separator { 
	    color: #000;
		line-height: 68px;
	    padding: 20px;
	}
	
	nav ul > li.submenu > a:after {
	    position: relative;
		color: #fff;
		float: right;
		content: '';
		margin-left: 10px;
		margin-top: 5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #fff;
		border-bottom: 5px solid transparent;
	}
	
	nav ul ul li.submenu > a:after {
	    margin-left: auto;
		margin-right: -10px;
		border-left: 5px solid #fff;
		border-right: 5px solid transparent;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}

	nav ul li:hover {
	   background: /*#4096ee;*/ #ffbf00;
	   color: #000000;
	}
	
	nav ul ul {
	    z-index: 99999 !important;
	    position: absolute;
		top: -9999px;
		left: -9999px;
		background: #1c1c1c;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	}
	
	nav ul ul li {
	    float: none;
		width: 280px;
		border-bottom: 1px solid #000000;
		color: #fff;
		
		font-weight: 200;
	}
	
	nav ul ul li a {  padding: 10px 20px; color: #fff; }
	nav ul ul li .nav-header  { padding: 10px 20px; color: #fff; }
	nav ul ul li:last-child { border-bottom: none; }
	nav ul li:hover > ul { top: 100%; left: 0; }
	nav ul ul li:hover > ul { top: 0; left: 280px; }
	
	@media screen and (max-width: 1080px) {
		nav {
     		font-size: 14px;
			line-height: 28px;
    	}
	}
	
	
    /* Responsice Menü Einstellung für Mobile Ansicht*/
	@media screen and (max-width: 680px) {
	    
		#logo { display: none;}
		#kopfzeile { display: none;}
		
		label.responsive-nav-label {
		    position: relative;
			display: block;
			padding: 20px;
			background: #1c1c1c;
			cursor: pointer;
			color: #fff;
		}
		
		.responsive-nav-label { font-size: 36px;}
		.responsive-nav-label :before { content: url(responsivelogo.png); background-repeat: no-repeat;  float: right;}
		
		label.responsive-nav-label span {
		    margin-right: 10px;
		}
		
		nav {
		    background: #000 none repeat scroll 0 0;
			color: #fff;
			padding: 0px;
			margin: 0px; 
			border-bottom: 0px solid #ffbf00;
			position: absolute;
			top: -9999px;
			padding: 0px;
		}
		
		nav a {
			color: #fff !important;
			font-weight: 300; 		
		}
	
		nav ul:first-child  {
		   margin-top: -10px;
		   border-top: 1px solid #000; 
		}
	
		input#responsive-nav[type=checkbox]:checked ~ nav {
		    position: relative;
			top: 0;
		}
		
		nav a:after {
		    display: none;
		}

		nav li {
			float: none !important;
			width: 100% !important;
			border-bottom: none !important;
		}
		
		nav li a {
			margin-bottom: 1px !important;
			padding: 10px 20px !important;
			background: #1c1c1c;
			color: #ffffff;
		}
		
		nav li .nav-header  {
		    margin-bottom: 1px !important;
			padding: 10px 20px !important;
			background: #000000;
			color: #777;
			float: none !important;
			/*  width: 80% !important;  */
			border-bottom: none !important; 
		}

		nav .separator { 
	        color: #444;
			font-weight: 400;
			line-height: 40px;
	        padding: 20px;
		}

		nav ul li:hover {
		    background: none;
		}
		
		nav ul li a:hover {
		    background: #ffbf00;
			color: #000000;
		}
		
		nav ul ul {
		    position: relative !important;
			width: 100%;
			left: 0 !important;
			top: 0 !important;
			background: none !important;
			box-shadow: none;
		}
		
		nav ul ul li {
		    padding-left: 0px;
		}
	}   
   
   
   
/************************************************************************************************************************************************/
/* CSS für das Layout der startseite speziell der Newsblog Bereich  für das GK Modul                                                            */ 
/************************************************************************************************************************************************/ 	
	.newsblog  .nspArt { 
    	border: 1px solid #f1f1f1;
		padding: 10px !important;
		width: 285px;
		height: 500px;
		margin: 7px;
		float: left;
		overflow: hidden;
	}
	
	.newsblog  .nspArt  h4 { line-height: 1em; margin: 0; padding: 0; }
	.newsblog  .nspArt  p { line-height: 1.4em; margin: 0; padding: 0; }
	
	   
/************************************************************************************************************************************************/
/* CSS für Beiträge Pull-Menü rechts / Drucken, Bearbeiten Mailen                                                                               */ 
/************************************************************************************************************************************************/   

   .pull-right { background-color: transparent; }
   
   .icon-cog:before {
   
   	font-family: FontAwesome;
		font-size: 1.2em;
		content: "\f078";
		display: inline-block;
		padding-right: 5px;
		vertical-align: middle;
   }

   /* Style The Dropdown Button */
    .icons .dropdown-toggle {
	    color: gray;
		background-color: transparent;
		font-size: 14px;
		border: none;
		cursor: pointer;
		margin-bottom: 0px;
		padding: 10px;
	}
	
	.icons {
	    position: relative;
		float: right;
		display: inline-block;
	}

.dropdown-menu {
    display: none;
	margin-top: -3px;
	margin-left: -142px;
    position: absolute;
	padding: 2px;
    background-color: #f9f9f9;
    min-width: 180px;
	/*  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);*/
}

.dropdown-menu a {
    color: gray;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.icons ul {
list-style: none;
}

/* Change color of dropdown links on hover */
.dropdown-menu a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.icons:hover .dropdown-menu {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.icons:hover .dropdown-toggle {
    background-color: #f9f9f9;
}

	.icon-print:before {
		font-family: FontAwesome;
		font-size: 1.2em;
		content: "\f02f";
		display: inline-block;
		padding-right: 7px;
		padding-left: 7px;
		
		vertical-align: middle;
	}
	
	.icon-envelope:before {
		font-family: FontAwesome;
		font-size: 1.2em;
		content: "\f0e0";
		display: inline-block;
		padding-right: 7px;
		padding-left: 7px;
		vertical-align: middle;
	}
	
	.icon-edit:before {
	   	font-family: FontAwesome;
		font-size: 1.2em;
		content: " \f040";
		padding-right: 7px;
		padding-left: 7px;
		display: inline-block;
		vertical-align: middle;
	}
	
	
	.icon-calendar:before {
	    font-family: FontAwesome;
		font-size: 1.2em;
		content: "\f040";
		display: inline-block;
				padding-right: 0px;
		padding-left: 0px;
		vertical-align: middle;
	
	}

	
/************************************************************************************************************************************************/
/* CSS für Frontend Login Module bearbeiten Button                                                                                              */ 
/************************************************************************************************************************************************/   

	.jmodedit {
	    color: #3a3a3a;
	    padding: 4px;
		background-color: #f9f9f9;
		border: 1px solid #3a3a3a;
		margin: 4px;
		border-radius: 2px;
			
	}

	.jmodedit a {
		color: #3a3a3a;
	}	


@media screen and (max-width: 480px) {

	#links {
		width: auto;
		float: none;
	}
	
	#mitte, #mitterechts, #mittelinks{
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#rechts {
		width: auto;
		float: none;
	}
	
	img {
	    max-width: 100%;
		height: auto;
	
	}

}

	
	
	@media screen and (max-width: 600px) {
	
	}
	

    h1, h2 {
		font-family: 'Oswald', Arial;
		font-weight: 300;
		text-transform: uppercase;
		color: #1c1c1c;
		min-height: 1.65em !important;
		line-height: 1.65em !important;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

    h2 a:link { color: #1c1c1c; text-decoration: none; }
	h2 a:visited { color: #1c1c1c; text-decoration: none; }
	h2 a:hover { color: #ffbf00;  text-decoration: none; }
	h2 a:active { color: #1c1c1c; text-decoration: none; }


	
	.previous, .next {
	    list-style-type: none;
	}

	
	
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn, .button, .previous a, .next a, 
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffbf00;
  font-family: 'Oswald', Arial;
  color: #1c1c1c;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;

  border-radius: 4px;
  border: 1px solid #ffbf00;
  cursor: pointer;
  box-sizing: border-box; }

  .btn:hover,
  .button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #1c1c1c;
  border-color: #ffb200;
  background-color: #ffb200;
  outline: 0; }

  .btn.button-primary,
  .button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
.btn.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.btn.button-primary:focus,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/*********************************************************************************/
/* FORMULARE                                                                     */ 
/*********************************************************************************/  

    input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { height: 38px; padding: 6px 10px; background-color: #fff; border: 1px solid #D1D1D1;   border-radius: 4px; box-shadow: none; box-sizing: border-box; } input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {  -webkit-appearance: none; -moz-appearance: none; } textarea { min-height: 65px; padding-top: 6px; padding-bottom: 6px; } input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #33C3F0; outline: 0; } label, legend { display: block; margin-bottom: .5rem; font-weight: 600; } fieldset { padding: 0; border-width: 0; } input[type="checkbox"], input[type="radio"] { display: inline; } label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; }
	
/*********************************************************************************/
/* NEWS AUF DER STARTSEITE                                                       */ 
/*********************************************************************************/  
  
    .gkResponsive img.nspImage, img.nspImage.gkResponsive {
	    padding: 5px;
	    border: 1px solid #f1f1f1; 
	    border-radius: 1px; 
	    background-color: #fff;
	    margin-top: 5px;
	    max-width: 160px !important; height: auto;
	}

	.nspImageWrapper { float: left !important; }
	.nspInfo                 { margin: 0 !important; padding: 0 !important; }
	.nspText                 { float: right !important; margin: 0 !important; padding: 0 !important; max-width: 400px !important; margin-left: 0px !important; margin-top: 10px !important; }
	.nspHeader             { font-size: 1.25em !important; margin: 0 !important; padding: 0 !important; line-height: 1.65em !important; }
	
	.nspMain  h4 {
	   font-family: "Oswald",sans-serif;
       font-size: 18px;
       font-weight: 400;
       text-transform: uppercase;
	}

	@media screen and (max-width: 768px) {
	
		.nspText      { float: left !important; max-width: 100% !important; }
		.gkResponsive img.nspImage, img.nspImage.gkResponsive { max-width: 360px; height: auto;}
	}

/************************************************************************************************************************************************/
/* CSS MegaNews Box auf der Startseite                                                                                                          */ 
/************************************************************************************************************************************************/   

    .other-label { display: none;}
	.meganew-pretext, .meganew-posttext{ margin:10px; } 
	.no-item, .sj-meganew { margin:10px; padding:0; }
	.sj-meganew .meganew-wrap{ margin:0; padding:0;	width:100%; overflow:hidden; }
	.sj-meganew .meganew-wrap .meganew-box{ border: 1px solid #f1f1f1; padding:0; margin: 1%; float:left; width:30%; }
	.sj-meganew .meganew-wrap .meganew-box .magenew-box-inner{ margin:10px; padding:0; overflow:hidden; }

	@media screen and (max-width: 768px) {
	    .sj-meganew .meganew-wrap .meganew-box{
			width:100%;
		}
	}

    .sj-meganew .meganew-wrap .meganew-box .meganew-category{
	    border-bottom:0px solid #ffcc00;
		background-color:  #f1f1f1;
		padding: 5px;
		margin-bottom:10px;
	    text-transform: uppercase;
		font-family: 'Oswald', sans-serif; 
		font-weight: 400;
		color: #1c1c1c;
		font-size: 1em; 
	}

    .nspLinks::before {
	    content: "weitere Beiträge";
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif; 
		font-weight: 400;
		color: #1c1c1c;
		font-size: 1.8em; 
	}

    .nspLinks .nspLinkScroll1 ul li {
	    margin-top: -10px !important;
		margin-bottom: -10px !important;
		line-height: 1.25em !important;
		border-bottom: 0 !important; 
		padding: 0 !important;
	}
	
	.nspLinks .nspLinkScroll1 ul li {
        background: #fff none repeat scroll 0 0;
        border-top: 0px solid #eee;
        margin: 0;
        padding: 0px 3px;
	}
	
	.sj-meganew .meganew-wrap .meganew-box .meganew-category a{
	    border-radius: 6px 6px 0 0;
		display: inline-block;
    font-weight: normal;
    padding: 4px 10px  3px 10px;
    text-decoration: none;
    text-transform: uppercase;
	 background-color: #f1f1f1;
    color: #000;
}

.sj-meganew .meganew-wrap .meganew-box .meganew-category a:hover{
	color:#ffcc00;
}

.sj-meganew .meganew-wrap .meganew-box .item-title{
	margin:0 0 10px 0;
	font-weight: normal;
	text-decoration: none;/*
	letter-spacing: -1px;*/
	height: 40px;
}

.sj-meganew .meganew-wrap .meganew-box .item-title a{
	text-decoration: none;
}


.sj-meganew .meganew-wrap .meganew-box .item-image{
	float:left;
	margin:0 10px 5px 0;
	overflow:hidden;
	height: 220px !important;
	width: auto !important;

}

.sj-meganew .meganew-wrap .meganew-box .item-image img{
	width: 100%;
	max-width: 100%;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   	height: 220px !important;
	width: auto !important;
}

.sj-meganew .meganew-wrap .meganew-box .item-image  img:hover{
	opacity:0.8;/*
	filter:alpha(opacity = 80);*/
	box-shadow: #000 0em 0em 0em;
	-webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.sj-meganew .meganew-wrap .meganew-box .item-description{
	margin:0 0 10px 0;
}

.sj-meganew .meganew-wrap .meganew-box .item-tags{
	margin:0 0 5px 0;
}

.sj-meganew .meganew-wrap .meganew-box .item-tags .tags span{
	display:inline-block;
	margin-bottom:2px;
}

.sj-meganew .meganew-wrap .meganew-box .item-readmore{
	text-align:right;
	margin:0 0 5px 0;
	margin-top: -15px;
	font-size: 0.82em;
	color: #333;
	font-weight:bold;
}

.sj-meganew .meganew-wrap .meganew-box .item-readmore a {
	text-decoration: none;
}

.sj-meganew .meganew-wrap .meganew-box .item-other{
	display:block;
	clear:both;
	margin: 0  0 10px 0;
	height: 150px;
	overflow: hidden;
}

.sj-meganew .meganew-wrap .meganew-box .item-other .other-label{
	font-weight:bold;
	margin:0 0 8px 0;
}

.sj-meganew .meganew-wrap .meganew-box .item-other ul.otehr-link{
	margin:0;
	padding:0;
	
}

.sj-meganew .meganew-wrap .meganew-box .item-other ul.otehr-link li{
	list-style: none outside none;
	margin: 0px 0;
	padding:0;
}
.sj-meganew .meganew-wrap .meganew-box .item-other ul.otehr-link li > a{
	background: transparent;
	font-size: 0.82em;
    padding-left: 0px;
}

.sj-meganew .meganew-wrap .meganew-box .magenew-viewall	{
	text-align:left;
	clear:both;
}
.sj-meganew .meganew-wrap .meganew-box .magenew-viewall a{
	background: transparent;
    margin-left: 0px;
	margin-top: 10px;
	font-size: 0.86em;
    padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}	

.sj-meganew .meganew-wrap .meganew-box .meagnew-items.theme2 .item-first{
	max-width:48%;
	float:left;
	overflow:hidden;
	margin-right:10px;
}

.sj-meganew .meganew-wrap .meganew-box .meagnew-items.theme2  .item-other{
	clear:none;
}

.sj-meganew .meganew-wrap .meganew-box .meagnew-items.theme3{
	margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.sj-meganew .meganew-wrap .meganew-box .meagnew-items.theme3 .meagnew-item{
	float:left;
	margin:0;
	padding:0;
}

.sj-meganew .meganew-wrap .meganew-box .meagnew-items.theme3 .meagnew-item .meganew-item-inner{
	margin:5px;
	overflow:hidden;
}

/************************************************************************************************************************************************/
/* CSS Scroll Button für Soft Scrolling                                                                                                         */ 
/************************************************************************************************************************************************/ 

	.back-to-top {
		
		position: fixed;
		bottom: 0em;
		right: 1em;
		text-decoration: none;
		color: #000000;
		font-size: 28px;
		text-align: center;
		display: none;
		width: 40px;
		height: 30px;
		line-height: 30px;
		z-index:100;
		padding: 10px;
		background-color: #ffbf00;
	}
	
	.back-to-top:hover {	
		color: #ffffff;
	}
	
#bottom {
    
	background-color: #1c1c1c;
    border-top: 0 solid #fff;
    clear: both;
    color: gray;
    height: 100%;
    margin: auto;
    overflow: hidden;
    padding-top: 20px;
    text-indent: 0;
    max-width: 1100px;
}


#bottom a {
    color: gray;
    text-decoration: none;
}
#bottom a:hover {
    color: #962828;
    text-decoration: underline;
}
#bottominnen {
    font-size: 12px;
    line-height: 18px;
    margin: auto auto 15px;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
#bottom img {
    background-color: #fff;
    border: 1px solid #777;
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 18px;
    width: 85px;
}
#bottom img:hover {
    background-color: #ccc;
}
.graustufen img {
    filter: grayscale(1);
}
.graustufen img:hover {
    filter: none;
}