@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Amatica+SC:700');
@import url('https://fonts.googleapis.com/css?family=Kalam:700');

body {
    font: 20px "Montserrat", sans-serif;
    line-height: 1.8;
    color: #f5f6f7;
}

p {font-size: 16px;}
a {color: #09586d;
}
.container-fluid {
    padding-top: 25px;
    padding-bottom: 25px;
}
.bg-1 {
    background-color: #09586d; /*petrol*/
    color: #fff;
}
	.bg-1 h1.csc-firstHeader {font-family: 'Kalam', cursive !important;font-size:60px;}
	.bg-1 a {color: #c4af37;}
	
.bg-2 {
    background-color: #c4af37; /*ocker*/
    color: #ffffff;
}
	.bg-2 h1.csc-firstHeader {font-family: 'Amatica SC', cursive;}
	.bg-2 h2 {font-family: 'Amatica SC', cursive;}
	
.bg-3 {
    background-color: #ffffff; /*weiß*/
    color: #555555;
	max-width:800px;
	text-align:left;
}
	.bg-3 h4 a {color: #c4af37;}

.header-img {background:url(../images/background.jpg) center no-repeat;height:300px; width: auto;background-color: #09586d;}

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0 !important;
	font-family: 'Amatica SC', cursive;
    font-size:30px;
    letter-spacing: 1px;
}
/*.navbar-nav li.active,*/
.navbar-nav li a:hover, .navbar-nav li .act {
    color: #09586d !important;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
}
.navbar-brand {padding: 0;}




.foot a {color: #c4af37;}
.foot {color: #83aeb5;}




#languagenav {float:right;margin-right:50px;}
ul.language {list-style-type: none;font-size:0.9em;}
ul.language li {display: inline;padding: 0 5px;color: #ddd;}
 ul.language li a {text-decoration: none;color: #c4af37;}
 ul.language li.active {color: #09586d;}
ul.language li.na, ul.language li.na a{color:#ccc;}
ul.language li.cur {font-weight:bold;}





.news .clear {clear: both;}
.news {text-align:left;	max-width:600px;margin:auto;}
.news-list-view .header {font-size:120%;}
.news .article {padding: 30px;margin-bottom: 15px;}
.news .footer span.news-list-category {display:none;}
.teaser-text{font-weight:bold;}
.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}
.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {margin: 0;}

.news .article h3 {
		font-size: 100%;
		font-weight:bold;
	margin-bottom:20px;
}

.news .footer { 
    border-top: 1px solid #eee;
    clear: both;
    color: #888;
    margin-top: 15px;
    padding: 10px 0 0;
}
/* single view */

.news-single .article .news-img-wrap {
	float: right;
	width:auto;
	margin: 0 0 0 25px;
}

