/* 
font-family: 'Source Sans Pro', sans-serif;

grau: cdcdcd
blau: 2f669b
schriftgrau: 424242

*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700,400italic,700italic);


html {
	margin:0px;
	padding:0px;	
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	padding-top: 20px;
	font-size: 110%;
	line-height: 1.5em;
	color: #424242;
	background-color: #cdcdcd; 
}

@media (min-width: 768px) {
body {
	padding-top: 80px;
	font-size: 100%;
}
}


@media (min-width: 1100px) {
body {
	padding-top: 100px;
}
}

@media (min-width: 1800px) {
body {
	padding-top: 150px;
}
}

@media (min-width: 2400px) {
body {
	padding-top: 220px;
}
}

body a {
	text-decoration:none;
}

body a:hover {
	text-decoration:underline;
}


strong,
bold {
	font-weight:400;
}


.anchor {
	height:0px;
	margin-bottom:0px;
}




/*** header ***/

header {
	padding:0px;
	margin:0px;
	display:block;
}

@media (min-width: 768px) {
header {
}
}

@media (min-width: 1100px) {
header {
}
}




/*** content ***/


.bild {
	padding:0px;
}


.bild img {
	margin:0px;
	padding:0px 0px 40px 0px;
	height:auto;
}

@media (min-width: 768px) {
.bild img {
	margin:-68px 0px 0px 15px;
	padding:0px;
	height:auto;
}
}

.editor {
}


.trenner {
	background:url(trenner-start.png) no-repeat;
	padding:0px 0px;
	display:block;
	position:relative;
	min-height:400px;
}


.content {
	padding:0px;
	margin:0px 0px 0px 0px;
}

@media (min-width: 768px) {
.content {
	padding:0px;
	margin:0px 0px 0px 0px;
}
}


.white	{
	background:#FFFFFF;
	min-height:400px;
}

@media (min-width: 1100px) {
.white	{
	background:#FFFFFF;
	min-height:600px;
}
}



.startleft {
	text-align:left;
	border-top:#cdcdcd 1px solid;
	border-bottom:#cdcdcd 1px solid;
}

.startleft .tinymcewysiwyg h1 {
	margin:0px;
}


.startleft .tinymcewysiwyg a {
	font-weight:400;
	text-decoration:none;
	color:#424242;
}

.startleft .tinymcewysiwyg a:hover {
	color:#2f669b;
}

@media (min-width: 768px) {
.startleft {
	text-align:right;
	border-top:none;
	border-bottom:none;
}

.startleft .tinymcewysiwyg h1 {
	text-align:right;
	margin:0px;
}

.startleft .tinymcewysiwyg h3 {
	text-align:right;
	text-transform:uppercase;
	padding-top:20px;
	margin:0px;
}
}


.startmiddle {
	display:none;
}

@media (min-width: 768px) {
.startmiddle {
	display:block;
}
}


.startright {}

.startright .tinymcewysiwyg h1,
.startright .tinymcewysiwyg h2 {
	text-transform:uppercase;
	padding-top:0px;
	margin:0px;
}

.startright .tinymcewysiwyg h3 {
	text-transform:uppercase;
	padding-top:20px;
	margin:0px;
}

@media (min-width: 768px) {
.startright .tinymcewysiwyg h1,
.startright .tinymcewysiwyg h2, 
.startright .tinymcewysiwyg h3 {
	padding-top:0px;
}
}


.startright .tinymcewysiwyg a {
	font-weight:400;
	text-decoration:none;
	color:#424242;
}

.startright .tinymcewysiwyg a:hover {
	color:#2f669b;
}



.tinymcewysiwyg {
	margin:0px;
	padding:10px;
}

.tinymcewysiwyg strong {
	font-weight:400;
}


.tinymcewysiwyg p {
	white-space:pre-wrap;
	word-wrap:break-word;
}

@media (min-width: 768px) {
.tinymcewysiwyg p {
	white-space:normal;
	word-wrap:normal;
	line-height:1.2em;
}
}

.tinymcewysiwyg a {
	font-weight:700;
	color:#2f669b;
	text-decoration:underline;
}

.tinymcewysiwyg a:hover {
	text-decoration:none;

}



.tinymcewysiwyg h1,
.tinymcewysiwyg .h1,
.tinymcewysiwyg h2,
.tinymcewysiwyg .h2,
.tinymcewysiwyg h3,
.tinymcewysiwyg .h3
.tinymcewysiwyg h4,
.tinymcewysiwyg .h4
.tinymcewysiwyg h5,
.tinymcewysiwyg .h5
.tinymcewysiwyg h6,
.tinymcewysiwyg .h6 {
	color:#2f669b;
	font-weight:300;
	font-size:1.3em;
	text-align:left;
	background:transparent;
	padding:0px;
	margin:0px 0px 15px 0px;

}


.tinymcewysiwyg h1,
.tinymcewysiwyg .h1 {
	text-transform:uppercase;
	
}






.tinymcewysiwyg ul li {
	list-style-image:url(x-for-list.png);
	list-style-position:outside;
	line-height:1.5em;
	padding-bottom:10px;
}

@media (min-width: 768px) {
.tinymcewysiwyg ul li {
	line-height:1.2em;
	padding-bottom:10px;
}
}


.tinymcewysiwyg img {
}




.articlelist {
	padding-bottom:30px;
}


.articlelist ul {
	list-style:none;
	margin:0px 0px 0px -15px;
}


.articlelist ul li {
	color:#2f669b;
	font-weight:400;
	list-style-image:url(x-for-list.png);
	padding-bottom:10px;
}

@media (min-width: 768px) {
.articlelist ul li {
	padding-bottom:0px;
}
}


.articlelist ul li a {
	color:#424242;
	font-weight:300;
}




.secondcolor {
}

@media (min-width: 768px) {
.secondcolor {
}
}






/*** tothetop ***/

.tothetop {
	text-align:center;
/*	background:url(scrolltothetop.png) no-repeat center; */
	height:50px;
	width:100%;
	margin:40px 0px;
	color:transparent;
}

.tothetop a {
	cursor:pointer;
}

.tothetop a img {
}




/*** google map ***/

#map_canvas {
	display:block;
	height:300px;
	width:100%;
}

@media (min-width: 768px) {
#map_canvas {
	display:block;
	height:500px;
	width:100%;
}
}




/*** scrolltotopmobile ***/

.scrolltotopmobile {
	display:block;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:2000;
}

/*@media (min-width: 1100px) {
.scrolltotopmobile {
	display:none;
}
} */


.scrolltotopmobile a img {
	outline:none;
	height:40px;
	width:auto;
}

@media (min-width: 768px) {
.scrolltotopmobile a img {
	height:60px;
}
}




/*** footer ***/

footer {
	position:relative;
	font-size:0.8em;
	padding:0px 0px 10px 0px;
	margin:10px 0px 0px 0px;
	
	background:url(navi-bg-blau-wasser.jpg) repeat;
/*	background:url(../files/platzhalter_wasser_mobil.jpg) repeat; */

	color:#FFF;
}

.footer {
/*	background:rgba(0,0,50,0.8); */
}

@media (min-width: 768px) {
footer {
/*	background:url(../files/platzhalter_wasser_breit.jpg) repeat; */
}
}

@media (min-width: 1100px) {
footer {
	font-size:1em;
}
}


footer p {
}

footer a,
footer a:visited,
footer a:link {
	color: #666;
}



@media (min-width: 768px) {
footer a,
footer a:visited,
footer a:link {
	color:#111;
}
}





/*** mainnavi ***/

.mainnavi {
	display:block;
	color:#2f669b;
	font-weight:400;
	z-index:1000;
}

@media (min-width: 768px) {
.mainnavi .start {
	display:block;
	padding:50px 0px 0px 203px;	
}
}

@media (min-width: 1100px) {
.mainnavi .start {
	padding:50px 0px 0px 341px;	
}
}


.mainnavi ul {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}

.mainnavi ul li {
	float:left;
}

.mainnavi ul li a {
	color:#2f669b;
	font-size:1.4em;
	text-transform:uppercase;
	padding:0px 0px 0px 10px;
}


@media (min-width: 768px) {
.mainnavi ul li a {
	font-size:1.7em;
}
}



.mainnavi .text a {
	display:block;
	text-transform:none;
	font-size:1em;
	margin:1px 0px 0px 0px;
}

@media (min-width: 768px) {
.mainnavi .text a {
	margin:3px 0px 0px 0px;
}
}




.balken {
	display:inline-block;
	color:#2f669b;
	position:relative;
	margin:1px 0px 0px 10px;
}

@media (min-width: 768px) {
.balken {
	margin:3px 0px 0px 10px;
}
}



/*** subnavi ***/

.subnavi {
	display:block;
	margin:0px 0px 30px -28px;
}

@media (min-width: 768px) {
.subnavi {
	display:block;
	margin:0px 0px 30px -28px;
}
}


.subnavidivider {
	display:block;
	border-bottom:#cdcdcd 1px dotted;
	margin:0px 0px 20px 0px;
}

@media (min-width: 768px) {
.subnavidivider {
	display:none;
	border-bottom:none;
}
}




.subnavi ul {
	list-style:none;
}

.subnavi ul li a {
	color:#424242;
}

.subnavi ul li a.current {
	font-weight:400;
}






/*** footernavi ***/

.footernavi {
	display:block;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
/*	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999; */
}

@media (min-width: 768px) {
.footernavi {
	text-align:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:none;
	
	
}

.footernavi:after {
  clear: both;
}
}



.footernavi ul {
	list-style:none;
	clear:both;
	float:left;
	padding:0px;
	margin:0px 0px 0px 25px;
}


@media (min-width: 768px) {
.footernavi ul {
	clear:both;
	float:right;
	padding:0px;
	margin:0px 0px 0px 0px;
}
}

.footernavi ul li {
	float:left;
	margin:0px 0px 0px 0px;
}

@media (min-width: 768px) {
.footernavi ul li {
	float:left;
	margin:0px 0px 0px 0px;
}
}





.footernavi ul li a,
.footernavi ul li a:link,
.footernavi ul li a:visited {
	text-decoration:none;
	font-weight:400;
	font-size:1.2em;
	color:#424242;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}

.footernavi ul li a:hover,
.footernavi ul li a:active{
}


@media (min-width: 768px) {
.footernavi ul li a,
.footernavi ul li a:link,
.footernavi ul li a:visited {
	font-size:0.9em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}
}


@media (min-width: 768px) {
.footernavi ul li a:hover,
.footernavi ul li a:active {
	color:#FFF;
}
}



/*** divider ***/

.divider {
	height:10px;
	border-bottom:1px dotted #999999;
}



.distancer {
	display:none;
}

@media (min-width: 768px) {
.distancer {
	display:block;
	height:120px;
}
}

/*** copyright ***/

.copyright {
}

@media (min-width: 768px) {
.copyright {
}
}

.copyright a {
}

@media (min-width: 768px) {
.copyright a {
}
}

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



/*** clear ***/

.clear {
	clear:both;
} 

.clearmobile {
	clear:both;
}

@media (min-width: 768px) {
.clearmobile {
	clear:none;
}
}


.notmobile {
	display:none;
}

@media (min-width: 768px) {
.notmobile {
	display:inline;
}
}


.breakmobile {
	display:none;
	clear:both;
}

@media (min-width: 768px) {
.breakmobile {
	display:inline;
	clear:none;
}
}


.textalignright {
	text-align:left;
}

@media (min-width: 768px) {
.textalignright {
	text-align:right;
}
}

.semmi {
	display:none;
}