

/* 
320 Handy Hochformat
480 Handy Querformat
768 Ipad Hochformat
1024 Monitor, Ipad Querformat
1280 Monitor
> 1280 Monitor
*/



@media (max-width: 699px) { /* 480 Handy Querformat */
} 
@media (min-width: 700px) AND (max-width: 768px) { /* 768 Ipad Hochformat */
}
@media (min-width: 769px) and (max-width: 1024px) { /* 1024 Monitor, Ipad Querformat */
}
@media (min-width: 1025px) and (max-width: 1280px) { /* 1280 Monitor */
}
@media (min-width: 1281px) {  /* > 1280 Monitor */
}




video {
  width: 100%;
  height: auto;
}


@media only screen and (min-width: 320px) {
  /* Small screen, non-retina */
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 
  /* Small screen, retina, stuff to override above media query */
}

@media only screen and (min-width: 700px) {
  /* Medium screen, non-retina */
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 700px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (                min-resolution: 192dpi) and (min-width: 700px),
only screen and (                min-resolution: 2dppx)  and (min-width: 700px) { 
  /* Medium screen, retina, stuff to override above media query */
}

@media only screen and (min-width: 1300px) {
  /* Large screen, non-retina */
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1300px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (                min-resolution: 192dpi) and (min-width: 1300px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1300px) { 
  /* Large screen, retina, stuff to override above media query */
}
/*
.box {
    background: url( 'img/box-bg.png' ) no-repeat top left;
    width: 200px;
    height: 200px;
}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
       only screen and (    min--moz-device-pixel-ratio: 1.3 ),
       only screen and (      -o-min-device-pixel-ratio: 2.6/2 ),
       only screen and (         min-device-pixel-ratio: 1.3 ),
       only screen and ( min-resolution: 124.8dpi ),
       only screen and ( min-resolution: 1.3dppx ) {

       .box {
           background: url( 'img/box-bg@2x.png' ) no-repeat top left / 200px 200px;
       }

}
*/

body {
	background-repeat:no-repeat;
	background-attachment:fixed;
		
	margin:0px;
	font-size: 15px;
	line-height: 1.45em;
}

h1 {
	font-size: 29.25px;
	line-height: 38px;
}
h2 {
	font-size: 27.25px;
	line-height: 33px;
}
h3 {
	font-size: 22.75px;
	line-height: 30px;
}
h4 {
	font-size: 16.25px;
	line-height: 25px;
}
h5 {
	font-size: 13px;
	line-height: 16px;
	font-weight:bold;
}
h6 {
	font-size: 11.05px;
	line-height: 14px;
}





/* XMEDIAANFANG */ @media (min-width: 700px) AND (max-width: 768px) { /* 768 Ipad Hochformat */
	body {
		font-size: 13px;
		line-height: 1.4em;
	}
} /* XMEDIAENDE */
/* XMEDIAANFANG */ @media (min-width: 769px) and (max-width: 1024px) { /* 1024 Monitor, Ipad Querformat */
	body {
		font-size: 14px;
		line-height: 1.45em;
	}
} /* XMEDIAENDE */
/* XMEDIAANFANG */ @media (min-width: 2500px) { /* 2500  */
	
	
	body {
		font-size: 16px;
		line-height: 1.50em;
	}
	
	h1 {
		font-size: 31.25px;
		line-height: 40px;
	}
	h2 {
		font-size: 29.25px;
		line-height: 35px;
	}
	h3 {
		font-size: 24.75px;
		line-height: 27px;
	}
	h4 {
		font-size: 18.25px;
		line-height: 22px;
	}
	h5 {
		font-size: 15px;
		line-height: 18px;
	}
	h6 {
		font-size: 13.05px;
		line-height: 16px;
	}
} /* XMEDIAENDE */




body.contentpane.modal, body.contentpane.modal_edit, body.modal { /* Modal sind in Website Popups z.B. hightslide */
	background-image:none !important;
	background-color:#fff !important;
	color: #333 !important;
	padding:0px;
	margin:0px;
}

body.contentpane.modal_edit { /* Modal sind in Website Popups z.B. hightslide */
	padding:10px;
}

/* XMEDIAANFANG */ @media (min-width: 1200px) { /* 1200px  */
	body.contentpane.modal_edit { /* Modal sind in Website Popups z.B. hightslide */
		padding:50px;
	}
} /* XMEDIAENDE */









a {
	cursor: pointer;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}
a:hover,
a:active {
	outline: 0;
}

a img {
	cursor: pointer;
}




/* ALLGEMEIN */

hr {
	margin:18px 0px 0px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}

p {
	margin: 0px 0px 9px 0px;
}

.span3 p {
	margin: 0px 0px 0px 0px;
}

.lead {
	margin-bottom: 18px;
	font-size: 19.5px;
	font-weight: 200;
	line-height: 27px;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}

address {
	display: block;
	margin-bottom: 18px;
	font-style: normal;
	line-height: 18px;
}





/* IMAGE GRAFIKEN BILDER */
.span3 .custom img {
	/*margin-bottom:10px;*/
}




#main_content img[style*="float:left"], 
#main_content img[style*="float: left"] {
	margin: 0px 10px 4px 0px;
}

#main_content img[style*="float:right"], 
#main_content img[style*="float: right"] {
	margin: 0px 0px 4px 20px;
}

/* XMEDIAANFANG */ @media (max-width: 699px) {
	#main_content img[style*="float:left"], 
	#main_content img[style*="float: left"] {
		margin:0px 10px 4px 0px;
	}
	
	#main_content img[style*="float:right"], 
	#main_content img[style*="float: right"] {
		float:left;
		margin:0px 10px 4px 0px;
	}

	#cds_component_all {
		margin: 0px 0px 0px 0px;	
	}
} /* XMEDIAENDE */

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
*/

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.img-schatten {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 1px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 10px 0px rgba(0,0,0,0.2);
	box-shadow:0px 1px 10px 0px rgba(0,0,0,0.2);
}


.schatten_unten {
	border-bottom: 28px solid transparent;
	border-image: url('/media/com_cds_framework/images/css/schatten_unten.png');
	border-image-slice: 28;
	border-image-outset: 0px;
	border-image-repeat: stretch;
}

#map_canvas img,
.google-maps img,
.gm-style img {
	max-width: none;
}




.thumbnails {
	margin-left: -20px;
	list-style: none;
	*zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
	display: table;
	content: "";
	line-height: 0;
}
.thumbnails:after {
	clear: both;
}
.row-fluid .thumbnails {
	margin-left: 0;
}
.thumbnails > li {
	float: left;
	margin-bottom: 18px;
	margin-left: 20px;
}
.thumbnail {
	display: block;
	padding: 4px;
	line-height: 18px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	box-shadow: 0 1px 3px rgba(0,0,0,0.055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
	border-color: #08c;
	-webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	-moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #555;
}

/* XMEDIAANFANG */ @media (max-width: 767px) {
	.thumbnails {
		margin-left: 0;
	}
	.thumbnails > li {
		float: none;
		margin-left: 0;
	}
} /* XMEDIAENDE */

@media (min-width: 1200px) {
	.thumbnails {
		margin-left: -20px;
	}
	.thumbnails > li {
		margin-left: 20px;
	}
	.row-fluid .thumbnails {
		margin-left: 0;
	}
} 
.thumbnail.pull-left {
	margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
	margin: 0 0 10px 10px;
}



.img_caption .left {
	float: left;
	margin-right: 1em;
}
.img_caption .right {
	float: right;
	margin-left: 1em;
}
.img_caption .left p {
	clear: left;
	text-align: center;
}
.img_caption .right p {
	clear: right;
	text-align: center;
}
.img_caption {
	text-align: center !important;
}
.img_caption.none {
	margin-left: auto;
	margin-right: auto;
}






.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}






/* ÜBERSCHRIFTEN */
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	font-size: 19.5px;
	line-height: 36px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
legend small {
	font-size: 13.5px;
}



h1 a,
h2 a,
h3 a {
	text-decoration: none;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus {
	text-decoration: none;
}
h1 a:active,
h2 a:active,
h3 a:active {
	outline: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0px 10px 0px;
	padding:0px;
	font-weight: normal;
	text-rendering: optimizelegibility;
	display: inline-block;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999;
}

h1 small {
	font-size: 22.75px;
}
h2 small {
	font-size: 16.25px;
}
h3 small {
	font-size: 13px;
}
h4 small {
	font-size: 13px;
}

#main_content h3, #main_content h4 {
	margin-top:15px;
	margin-bottom:5px;
}

#main_content legend {
	margin-top:15px;
	margin-bottom:10px;
}


.span3 h1,
.span3 h2,
.span3 h3,
.span3 h4,
.span3 h5,
.span3 h6, .modul-header {
	word-wrap: break-word;
}

.modul-header, 
.module-header, 
.page-header {
}


.span3 {
	word-wrap: break-word;
}






/* 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-collapse: collapse;
	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;
}





/* Diverses */

#back-top {
	position: fixed;
	left:100%;
	bottom: 15px;
	width:40px;
	margin-left: -35px;
}

#back-top a {
	text-align: center;
	font: 20px/120% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color:rgba(255,255,255,0.30) !important;

	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color:rgba(255,255,255,1.00) !important;
}

#back-top p {
	padding:5px 5px 3px 5px; 
	background-color:rgba(0,0,0,0.50);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover p {
	background-color:rgba(0,0,0,0.60);
}



#back-left {
	position: fixed;
	right:100%;
	bottom: 15px;
	width:40px;
	margin-right: -35px;
}

#back-left a {
	text-align: center;
	font: 20px/120% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color:rgba(255,255,255,0.30) !important;

	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-left a:hover {
	color:rgba(255,255,255,1.00) !important;
}

#back-left p {
	padding:5px 5px 3px 5px; 
	background-color:rgba(0,0,0,0.50);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-left a:hover p {
	background-color:rgba(0,0,0,0.60);
}


/* SUCHE */
.search-results > li {
	width: 100%;
	display: inline-block;

	padding: 14px 16px;
	margin: 0px 0px 10px 0px;

	line-height: 25px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	vertical-align: middle;
	
	color: #333;

	background-color:#F9F9F9;
	border-top:1px solid #F9F9F9 !important;
	border-left:1px solid #F9F9F9 !important;
	border-right:1px solid #F9F9F9 !important;
	border-bottom: 3px solid #CFCFCF;
	border-radius: 5px;
}

.search-results > li:hover {
	background-color:#FCFCFC;
	box-shadow: 0 0 10px #A8A8A8;
	cursor: pointer;
}

.result-created {
	font-style: italic;
		font-size: 10px;
}

.result-text {
	font-style: italic;
		font-size: 14px;
}

/* DRUCK */
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		/*content: " (" attr(href) ")";*/
	}
	abbr[title]:after {
		/*content: " (" attr(title) ")";*/
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}

	.visible-print {
		display: inherit !important;
	}
	.hidden-print {
		display: none !important;
	}
}






