/*simple bootstrap basic custom css classes*/

/*layout*/
/*get right scrollbar on every page to prevent jumping pages*/
html {
	height: 101%;
}

#three-col-left,
#three-col-center,
#three-col-right,
#two-col-left,
#two-col-right {
	border: dotted 1px #ccc;
}

#three-col-left {
	background-color: #f5f5f5;
}

#three-col-center {
	background-color: #f5f5f5;
}

#three-col-right {
	background-color: #f5f5f5;
}

#two-col-left {
	background-color: #f5f5f5;
}

#two-col-right {
	background-color: #f5f5f5;
}

body {
	padding-top: 60px;
}

header, section, footer {
	border: dotted 1px #ccc;
	margin: 0 0 10px 0;
	min-height: 20px;
}

header {
	background-color: #ddd;
	height: 40px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
}

section {
	border-color: #2b669a;
}

footer {
	background-color: #ddd;
}

/*navigation*/
ul.navlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navlist li {
	float: left;
	margin: 0;
	padding: 10px;
}

ul.navlist li a {
	display: block;
	color: #000;
	margin: 0;
	padding: 0;
}

ul.navlist li.active a {
	text-decoration: underline;
}

/*links*/
.csc-linkToTop {
	text-align: right;
	padding: 1% 0;
}

.internal-link:after, .external-link:after, .external-link-new-window:after, .mail:after, .download:after {
	font-family: 'Glyphicons Halflings';
	position: relative;
	top: 1px;
	left: 2px;
	margin-right: 0px;
	opacity: 0.8;
}

.internal-link {
}

.external-link:after {
	content: "\e164";
}

.external-link-new-window:after {
	content: "\e164";
}

.mail:after {
	content: "\2709";
}

.download:after {
	text-indent: -2em;
}

.download:after {
	content: "\e026";
}

/*Content elements*/
div.csc-textpic .csc-textpic-imagewrap img {
	width: 100%;
}

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
.csc-textpic-intext-left-nowrap .csc-textpic-text {
}

.csc-textpic-intext-left-nowrap .csc-textpic-text {
}

/*Accordion*/
.accordionelement {
	margin-bottom: 2px;
	border: solid 1px #ccc;
}

.accordionelement .csc-header * {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.accordionelement .csc-header:hover * {
	color: red;
}

.accordionelement .csc-header {
	cursor: pointer;
	padding: 1%;
	background: #ededed;
}

.accordionelement .toggle_container {
	padding: 1%;
	background: #f7f7f7;
}

/*Tab Navigation*/
#tabnavigation {
}

#tabnavigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tabnavigation li {
	border: solid 1px #ccc;
	border-radius: 4px 4px 0 0;
	float: left;
	margin: 0 2px -1px 0;
	border-bottom: none;

}

#tabnavigation li a {
	text-decoration: none;
	display: block;
	background: #dbdbdb;
	color: #333;
	padding: 5px 10px;
	border-bottom: dotted 1px #ccc;
	border-radius: 4px 4px 0 0;
	outline: 0;
}

#tabnavigation li a:hover {
	color: #000;
	text-decoration: underline;
}

#tabnavigation li a.active {
	background: #f2f2f2;
	color: #000;
	border-bottom-color: #f2f2f2;
}

.tabcontent, .tabcontent_active {
	clear: left;
	border: solid 1px #ccc;
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
}

.tabcontent_active {
	background: #f2f2f2;
}

.tabcontent_active div {
	background: #fff;
	padding: 5px;
	border-radius: 10px;
}

.tabcontent_active div.csc-header {
	padding: 0 0 1px 0;
	margin-bottom: 10px;
}

.tabcontent_active div.csc-header * {
	padding: 10px 0 0 10px;
}

/*Slider*/
#carousel {
}

#carousel .sliderelement {
	background: #ccc;
	height: 200px;
	overflow: hidden;
}

#carousel .sliderelement .csc-header,
#carousel .sliderelement .csc-textpicHeader {
	display: none;
}

#carousel .sliderelement img {
	line-height: 1;
	display: block;
	width: 100% !important;
	height: auto;
}

#carousel .csc-textpic-text {
	position: absolute;
	z-index: 2;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	padding: 20px;
}

#carousel .csc-textpic-above .csc-textpic-text,
#carousel .csc-textpic-below .csc-textpic-text {
	bottom: 10px;
	text-align: center;
	width: 100%;
}

#carousel .csc-textpic-below .csc-textpic-text {
	top: 10px;
}

#carousel .csc-textpic-intext-left-nowrap .csc-textpic-text,
#carousel .csc-textpic-intext-left .csc-textpic-text {
	text-align: right;
}

#carousel .csc-textpic-intext-right-nowrap .csc-textpic-text,
#carousel .csc-textpic-intext-right .csc-textpic-text {
	text-align: left;
}

.carousel-control {
	z-index: 10;
}

.carousel-indicators {
	bottom: 0;
}

@media screen and (max-width: 768px) {

	html {
		height: auto;
	}

	.csc-textpic-intext-left-nowrap .csc-textpic-text {
		margin-left: 0;
		clear: left;
	}

	.csc-textpic-intext-right-nowrap .csc-textpic-text {
		margin-right: 0;
		clear: right;
	}
}
