/**
 *
 * Climate-Engineering-Blog - Layout - DS/MW
 * Stand: 30.03.2016, MW
**/

/*
///// Grundlayout ////////////////////////////////////////////////////////////
*/


* {
	padding: 0;
	margin: 0;
	font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

@media (min-width:980px) {
	body,html {
		height: 100%;
	}
}

#page-bg {
	width: 50%;
	height: 218px;
	background: #7196b7;
	position: absolute;
}
@media (max-width:767px) {
	#page-bg { display: none; }
}

#wrapper {
	position: relative;
	background-color: #DBE5ED;
}
@media (min-width:768px) and (max-width:979px) {
	#wrapper { 
		width: 100%;
		background: none;
	}
}
@media (min-width:980px) {
	#wrapper { 
		left: -40px;
		margin: 0 auto;
		min-height: 100%;
		width: 980px;
		background: url(img/wrapper-bg.gif) repeat-y;
	}
}

#left,
#right { background: #EDF2F6; }
	

img {
	border: 0px;
}
@media (max-width:479px) {
	.mod_article .accordion p img,
	.mod_article .ce-text p img {
		float: none !important;
		display: block;
		width: 100%;
		max-width: 320px;
		margin: 5px auto !important;
	}
}

a, a:link, a:visited {
	text-decoration: none;
	color: #718A9E;
}

a:hover, a:active {
	text-decoration: underline;
}

/* Reset */

h1,h2,h3 { font-weight: bold; }

.mod_article [class*="layout_"] > *,
.mod_article [class*="event_"] > * {
	margin-left: 0;
	margin-right: 0;		
}

@media (min-width:768px) {
	.mod_article [class*="ce_"],
	.mod_article [class*="mod_"] {
    margin-left: 0;
    margin-right: 0;
	}
}


/*
///// Header ////////////////////////////////////////////////////////////
*/

#icon {
	position: absolute;
	top: 20px;
	left: 0;
	width: 40px;
	height: 37px;
	z-index: 99;
	background: url(img/header-icon.png) no-repeat;
	background-size: 100% auto;
}
@media (min-width:420px) {
	#icon {
		top: 35px;
	}
}
@media (min-width:768px) and (max-width:979px) {
	#icon {
		width: 50px;
		height: 47px;
	}
}
@media (min-width:980px) {
	#icon {
		top: 30px;
		width: 61px;
		height: 57px;
	}
}

#header {
	position: relative;
	height: auto;
	padding-bottom: 20%;
}
@media (min-width:400px) {
	#header { 
		padding-bottom: 15%;
	}
}
@media (min-width:600px) {
	#header { 
		padding-bottom: 10%;
	}
}
@media (min-width:768px) and (max-width:979px) {
	#header {
		padding: 0;
		background: #fff;
	}
}
@media (min-width:980px) {
	#header { 
		padding: 0;
		width: 980px;
		height: 218px;
		background: url(img/header-bg.png) no-repeat;
	}
}

/* Header-Zufallsbild */
#header .mod_randomImage {
}

#header .mod_randomImage img {
	width: 100%;
	height: 100%;
}

@media (min-width:768px) and (max-width:979px) {
	#header .mod_randomImage {
		width: 75%;
		background-color: #DBE5ED;
	}
}
@media (min-width:980px) {
	#header .mod_randomImage img {
		width: auto;
		height: auto;
	}
}


/* Navigation */
#header .mod_navigation {
	position: absolute;
	top: 59%;
	left: 10%;
	padding-bottom: 4px;
}
@media (min-width:420px) {
	#header .mod_navigation {
		top: 65%;
	}
}
@media (min-width:600px) {
	#header .mod_navigation {
		top: 71%;
	}
}
@media (min-width:800px) {
	#header .mod_navigation {
		top: 73%;
	}
}
@media (min-width:980px) {
	#header .mod_navigation {
		left: 100px;
		top: 164px;
		width: 400px;
	}
}

#header .mod_navigation ul {
	list-style: none;
}

#header .mod_navigation li {
	float: left;
	margin: 0 0px 0 0; 
	width: 95px;
	text-align: center;
}
#header .mod_navigation li.first {
	width: 70px;
}

#header .mod_navigation li a, #header .mod_navigation li.active span {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 19px;
	font-weight: 200;
	color: #edf2f6;
	letter-spacing: 1px;
}
#header .mod_navigation li a:hover {
	padding-bottom: 1px;
	border-bottom: 2px solid #edf2f6;
	letter-spacing: 1px;
}
#header .mod_navigation li.active span, #header .mod_navigation li.trail a {
	color: #2d4869;
	padding-bottom: 1px;
	border-bottom: 2px solid #2d4869;
	letter-spacing: 1px;
	}

.archive-title {
	position: absolute;
	top: 164px;
	right: 150px;
	color: #627692;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	font-weight: 200;
	display: none;
}

/* Suchfeld */
#header .mod_search {
	position: absolute;
	top: 120%;
	left: 5%;
	width: 50%;
	height: 22px;
	line-height: 22px;
}

#header .mod_search input[type="search"] {
	border: 1px solid #777777;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	height: 22px;
	width: 80%;
	padding-right: 25px;
	color: #43637d;
	font-size: 12px;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
}

#header .mod_search input[type="submit"] {
	font-size: 12px;
	position: relative;
	left: -23px;
	top: 0;
	background: #acaeaf;
	color: #fff;
	border: 0;
	height: 18px;
	width: 18px;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	vertical-align: baseline;
	-webkit-appearance: none;
	
}

@media (min-width:420px) {
	#header .mod_search {
		top: 115%;
	}
}
@media (min-width:600px) {
	#header .mod_search {
		top: 110%;
		width: 55%;
	}
}
@media (min-width:768px) {
	#header .mod_search {
		top: 10%;
		left: 77.5%;
		width: 25%;
	}
}
@media (min-width:980px) {
	#header .mod_search {
		top: 70px;
		left: 750px;
	}
	#header .mod_search input[type="search"] {
		width: 157px;
	}
}


/* Registration */
#header .mod_customnav {
	position: absolute;
	top: 194px;
	right: 270px;
}

#header .mod_customnav a, #header .mod_customnav span {
	text-transform: lowercase;
	font-size: 12px;
	color: #fff;
	font-weight: 200;
	padding: 10px 10px 0 0;
	text-align: right;
}
	#header .mod_customnav span { text-decoration: underline; }


/* RSS Feed */

#header .rss-feed {
	position: absolute;
	top: 118%;
	right: 5%;
	width: 120px;
	height: 40px;
	background: url(img/rss.png) no-repeat top right;
	background-size: auto 25px;
	padding: 2px 20px 0 0;
}
@media (min-width:420px) {
	#header .rss-feed {
		top: 113%;
	}
}
@media (min-width:600px) {
	#header .rss-feed {
		top: 108%;
	}
}
@media (min-width:768px) {
	#header .rss-feed {
		top: 26%;
		right: 2.5%;
		width: 150px;
		height: 50px;
		padding: 4px 0 0 0;
		background-size: auto;
	}
}
@media (min-width:980px) {
	#header .rss-feed {
		top: 130px;
		right: 20px;
	}
}

#header .rss-feed a {
	color: #436D91;
	display: block;
	width: 110px;
	text-align: right;
	font-weight: bold;
}

/*
///// Content ////////////////////////////////////////////////////////////
*/

/* Login & Logout */
#main .mod_login {
	position: absolute;
	top: -56px;
	right: 20px;
	z-index: 99;
	width: 182px;
}

#main .mod_login form {
	background: none repeat scroll 0 0 #F1F5F8;
}

#main .mod_login h1 {
	font-weight: normal;
	cursor: pointer;
	text-transform: lowercase;
	font-size: 12px;
	color: #fff;
	font-weight: 200;
	margin: 0 0 10px;
	padding: 10px 10px 0 0;
	text-align: right;
}
	#main .mod_login h1:hover {
		text-decoration: underline;
	}
	#main .mod_login h1.open {
		margin: 0;
		background: #F1F5F8;
		border: 1px solid #ADBECF;
		border-bottom: 0px;
		color: #414447;
	}

#main .mod_login .formbody {
	padding: 5px 0 15px 5px;
	border: 1px solid #ADBECF;
	border-top: 0px;
}

#main .mod_login label {
	display: block;
	font-size: 11px;
	color: #5C7492;
}

#main .mod_login input[type="text"],
#main .mod_login input[type="password"] {
  padding: 3px 3px 1px;
	margin: 0 0 10px 0;
	height: 25px;
	width: 169px;
	border: 1px solid #DBE5ED;
	border-radius: 0;
	box-shadow: none;
}

#main .mod_login .checkbox_container label {
	display: inline;
}

#main .mod_login .login_info { margin-bottom: 0; }

#main .mod_login .submit_container {
	padding: 5px 0 0 0;
}

#main .mod_login input[type="submit"] {
	font-size: 12px;
	height: 25px;
	width: 169px;
	border: 1px solid #DBE5ED;
	background: #fff;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
}
	#main .mod_login input[type="submit"]:hover {
		border: 1px solid #aaa;
	}

#main .mod_login #tl_logout input[type="submit"] {
	font-size: 12px;
	color: #718A9E;
	padding: 0;
	height: auto;
	width: auto;
	line-height: normal;
	border: 0px;
	background: none;
	cursor: pointer;
}
	#main .mod_login #tl_logout input[type="submit"]:hover {
		border: 0px;
		text-decoration: underline;
	}

#main .mod_login a.forgot-pw {
	cursor: pointer;
	position: relative;
	top: 2px;
	left: 80px;
	color: #4D687F;
	font-size: 11px;
}

#main .mod_login p.new-user {
	width: 170px;
	padding: 10px 0 0 0;
	position: relative;
	top: 10px;
	left: 0px;
	color: #4D687F;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px dotted #B0BCC9
}

#main .mod_login a.new-user {
	display: block;
	background: none repeat scroll 0 0 #436D91;
    border: 1px solid #DBE5ED;
    padding: 8px 0 5px 0;
    width: 168px;
    text-align: center;
    color: #fff;
}
	#main .mod_login a.new-user:hover {
		border-color: #000;
		text-decoration: none;
	}

@media (min-width:980px) {
	#main .mod_login {
		left: 418px;
		right: auto;
	}
}

/* Login mobile */
@media (max-width:767px) {
	#main .mod_login {
		position: relative;
		top: 0;
		left: 0;
		margin: 25px 10px;
		width: 100%;
		padding: 5px 0 15px 5px;
		border-top: 1px solid #ADBECF;
		border-bottom: 1px solid #ADBECF;
		background: #F1F5F8;
	}
	
	#main .mod_login .formbody {
		padding: 0;
		border: none;
	}
	
	#main .mod_login h1 {
		font-weight: bold;
		cursor: text;
		text-transform: none;
		font-size: 14px;
		color: #333;
		text-align: left;
	}

	#main .mod_login h1:hover {
		text-decoration: none;
	}
	
	#main .mod_login label {
		font-size: 12px;
	}

	#main .mod_login input[type="text"],
	#main .mod_login input[type="password"] {
		width: 100%;
		max-width: 290px;
	}

	#main .mod_login input[type="submit"] {
		width: 100%;
		max-width: 290px;
	}

#main .mod_login a.forgot-pw {
	top: 5px;
	left: 0;
	font-size: 12px;
}

	#main .mod_login p.new-user {
		width: 100%;
		max-width: 290px;
	}

	#main .mod_login a.new-user {
		width: 100%;
		max-width: 290px;
	}

}

.error {
	color: #880000;
	text-transform: uppercase;
	font-weight: bold;
}


/* Artikelübersicht */

#container {
	background: #EDF2F6;
}
 
@media (min-width:768px) {
	#container,
	#container .inside {
		position: static;	
	}
}
@media (min-width:980px) {
	#container {
		margin: 0 0 0 80px;
		padding-bottom: 88px;
		width: 900px;
		background: none;
	}
}

#container #main {
	margin: 0;
}
@media (min-width:768px) and (max-width:979px) {	
	#container #main {
		padding: 0 3% 3%;
		width: 94%;
		background-color: #DBE5ED;
	}
}
@media (min-width:980px) {
	#container #main {
		padding: 0px 20px 80px 30px;
		width: 600px;
		background: none; 
	}
}


#main .pdf_link {
	margin-bottom: 10px;
}
@media (max-width:767px) {
	#main .pdf_link {
		margin-left: 10px;
		margin-right: 10px;
	}
}

#main .teaser, #main .ce_text {
	line-height: 150%;
	color: #333;
}

#main .mod_article {
	padding: 25px 0 0 0;
}

.mod_article .layout_latest,
.mod_article .layout_teaser {
	border-bottom: 1px dotted #A9B1B8;
}


#main .mod_article .extra {
	padding: 25px 0 0;
}

.mod_article .extra .info {
	float: left;
	color: #A9B1B8;
}

.mod_article .extra .info p {
	margin-bottom: 0;
	line-height: normal;
}

.mod_article .extra .info .date {
	color: #7c8da7;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px 0;
}

.mod_article .extra .info .archive a {
	color: #737678;
	font-size: 11px;
	text-transform: uppercase;
}

.mod_article .extra .info .comments {
	color: #737678;
	font-size: 11px;
	padding: 0 0 8px 0;
}

#main .mod_article .extra .image_container {
	float: left;
	margin-left: 15px;
	width: 45px;
	height: auto;
}

.mod_article .content {
	clear: both;
	position: relative;
	padding: 5px 0 15px 0;
	color: #333;
	font-size: 12px;
	line-height: 140%;
}

.mod_article .layout_teaser .teaser h2 {
	margin: 0;
	font-size: 100%;
}

.mod_article .content h2.headline {
	color: #414447;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.mod_article .content .more a {
	color: #7a879a;
	text-decoration: none;
}
	.mod_article .content .more a:hover {
		text-decoration: underline;
	}

@media (min-width:768px) {

	#main .mod_article .extra {
		width: 21%;
		float: left;
		padding: 25px 0 15px 0;
	}
	
	.mod_article .extra .info {
		float: none;		
	}
	
	#main .mod_article .extra .image_container {
		float: none;
		margin-left: 0;
		width: auto;
	}

	.mod_article .layout_latest .content,
	.mod_article .layout_teaser .content  {
		clear: none;
		float: right;
		width: 79%;
		padding: 25px 0 15px 0;
	}
}


/* Pagination */

div.pagination {
  padding: 5px 0 0 0;
}

div.pagination p {
  text-transform: uppercase;
  padding: 0 0 5px 4px;
  font-size: 14px;
  font-weight: bold;
  color: #7C8DA7;
}

div.pagination ul {
  list-style: none;
}

div.pagination li {
  float: left;
  padding: 0 4px;
}

div.pagination .current {
  color: #fff;
  padding: 1px 4px 1px 4px;
  background: #718a9e;
}


/* Artikeleinzelansicht */

@media (max-width: 767px) {
	.mod_article .mod_newsreader {
		margin-left: 10px;
		margin-right: 10px
	}
}

.mod_article .layout_full {
	padding: 25px 0 0 0;
}

.mod_article .layout_full .info {
	margin-bottom: 0;
	padding: 0 0 10px 0;
	color: #808fa3;
}

.mod_article .layout_full h1 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #414447;
	font-size: 16px;
}

.mod_article .layout_full h2 {
	margin: 0;
	color: #414447;
	font-size: 14px;
	font-weight: 200;
}

.mod_article .layout_full .ce_text {
	padding: 15px 0;
	line-height: 140%;
}

.mod_article .layout_full .ce_text p {
	margin: 0;	
}

.mod_article .layout_full .ce_text .image_container { display: none; }

.mod_article .layout_full .ce_text img {
	margin: 25px 25px 25px 25px;
}
	
.mod_article .layout_full .ce_text h3 {
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 2px 0;
	color: #5c7492;
}

.mod_article .back a {
	color: #3a3d3f;
} 


/* Kommentare */
.ce_comments {
	padding: 20px 0;
}

.comments-total .comment-count {
	font-size: 14px;
	padding: 0 0 2px 5px;
	border-bottom: 1px solid #8aa9c4;
	margin: 15px 0 0 0;
}

.ce_comments .comment_default {
	padding: 25px 0 25px 100px;
	border-bottom: 1px dotted #6d7276;
}

.ce_comments .comment_default .info {
	padding: 0 0 15px 0;
}

.ce_comments .comment_default .info .name, .ce_comments .comment_default .info .name a {
	color: #607493;
	font-weight: bold;
}
	.ce_comments .comment_default .info .name a { font-weight: normal; }

.ce_comments .comment_default .info .date {
	color: #797c7f;
}

.ce_comments .comment-write {
	background: #d1e0ed;
	padding: 20px;
	margin: 40px 0 0 0;
}

.ce_comments .comment-write h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 12px;
}

.ce_comments .comment-write .widget {
	padding: 3px 0 3px 75px;
}

.ce_comments .comment-write .widget input {
	padding: 8px 6px 5px 6px;
	border: 1px solid #DBE5ED;
	width: 254px;
	border-radius: 0;
	box-shadow: none;
}

.ce_comments .comment-write .widget textarea {
	padding: 8px 6px 5px 6px;
	width: 254px;
	height: 120px;
	border: 1px solid #DBE5ED;
	border-radius: 0;
	box-shadow: none;
}

.ce_comments .comment-write .submit_container input {
	margin: 10px 0 0 190px;
	width: 140px;
	height: 27px;
	border: 1px solid #DBE5ED;
	background: #fff;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
	font-size: 100%;
}
	.ce_comments .comment-write .submit_container input:hover {
		border: 1px solid #aaa;
	}

/* Responsive Tables */
.mod_article table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Reset */
.mod_article table,
.mod_article table tr,
.mod_article table td {
	width: auto !important;
	height: auto !important;
}

@media (max-width:767px) {
	.mod_article table,
	.mod_article table thead,
	.mod_article table tbody,
	.mod_article table th,
	.mod_article table td,
	.mod_article table tr { display: block; }
	.mod_article table { margin: 20px auto; width: 300px; }
	.mod_article table thead tr { position: absolute; top: -9999px; left: -9999px; }
	.mod_article table tr { border: 1px solid #ccc; min-height: 25px; }
	.mod_article table td { border: none; border-bottom: 1px solid #eee; position: relative; padding: 0 2%; text-align: left; }
	.mod_article table tr.last td { border: none; border-bottom: 1px solid #eee !important; }
	.mod_article table td:before { position: absolute; top: 0; left: 0; width: 20%; padding: 8px 10px; white-space: nowrap; text-transform: uppercase; font-size: 10px; line-height: 1.8; color: #000;  }
	
}


/* Startseite */	
#startseite {
	line-height: 140%;
	color: #333;
}

#startseite .ce_accordion {
	padding: 10px;
	background: #d1dee7;
	border-radius: 5px;
	margin-bottom: 15px; 
}

#startseite .ce_accordion p {
	margin-bottom: 0; 
}

#startseite h2 {
	font-size: 15px;
	color: #ee8804;
	margin: 0 0 0 0;
	font-weight: bold;
	cursor: pointer;
}

#startseite .toggler {
	outline: none;
}

#startseite .accordion div {
	margin-top: 10px;
}

#startseite h5 {
	font-size: 17px;
	color: #17191b;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#startseite .absatz {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px dotted #7f8a95;
}


	
/* Intention */	
#intention {
	padding: 50px 40px 0 0 !important;
	line-height: 140%;
	color: #333;
}

#intention h1 {
	font-size: 16px;
	color: #414447;
	margin: 0 0 5px 0;
}

.absatz {
	padding-bottom: 20px;
	border-bottom: 1px dotted #7f8a95;
}

/* Kontakt */

#contact .ce_form {
	padding: 0 0 35px 0;
	border-bottom: 1px dotted #6d7276;
}

#contact .ce_form h1 {
	font-size: 16px;
	color: #414447;
	margin: 0 0 5px 0;
}

#contact .ce_form .required {
	font-size: 13px;
	font-weight: 200;
	margin: 0 0 10px 0;
	color: #414447;
}

#contact .ce_form label {
	display: block;
	color: #7b8085;
	font-size: 12px;
}

#contact .ce_form input[type="text"],
#contact .ce_form input[type="email"] {
	height: 25px;
	padding: 0 3px;
	width: 100%;
	max-width: 300px;
	border-top: 1px solid #151617;
	border-right: 1px solid #8b8c8c;
	border-bottom: 1px solid #bdbebf;
	border-left: 1px solid #8b8c8c;
	margin: 0 0 10px 0;
	border-radius: 0;
	box-shadow: none;
}

#contact .ce_form textarea {
	height: 160px;
	width: 100%;
	max-width: 300px;
	padding: 0 3px;
	border-top: 1px solid #151617;
	border-right: 1px solid #8b8c8c;
	border-bottom: 1px solid #bdbebf;
	border-left: 1px solid #8b8c8c;
	margin: 0 0 25px 0;
	border-radius: 0;
	box-shadow: none;
}

#contact .ce_form input[type="submit"] {
	font-size: 12px;
	height: 25px;
	width: 100%;
	max-width: 300px;
	border: 1px solid #DBE5ED;
	background: #fff;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
}
	#contact .ce_form input[type="submit"]:hover {
		border: 1px solid #aaa;
	}

#contact .ce_text {
	padding: 40px 0 30px 0;
	border-bottom: 1px dotted #6d7276;
}

#contact .ce_text h2 {
	color: #607493;
	font-size: 13px;
	margin: 0 0 12px 0;
}

#contact .ce_text p {
	color: #414447;
	line-height: 140%
}

#contact .widget-captcha {
	margin: 0 0 15px;	
}

.captcha_text {
	display: block;
}

@media (min-width:768px) {

	#contact .ce_form label {
		font-size: 11px;
	}
	
	#contact .ce_form input[type="text"],
	#contact .ce_form input[type="email"] {
		width: 200px;
	}
	
	#contact .ce_form textarea {
		width: 295px;
	}
	
	#contact .ce_form input[type="submit"] {
		width: 140px;
	}
	
	.captcha_text {
		display: inline;
	}

}


/* Password vergessen */
.mod_lostPassword {
	padding: 25px 0 0 0 !important;
}

.mod_lostPassword h1 {
	padding: 0 0 10px 0;
	font-size: 16px;
}

.mod_lostPassword label {
	display: block;
}

.mod_lostPassword input {
	padding: 8px 6px 5px 6px;
	border: 1px solid #DBE5ED;
	width: 100%;
	max-width: 300px;
	margin: 0 0 8px 0;
	border-radius: 0;
	box-shadow: none;
}

.mod_lostPassword textarea {
	padding: 8px 6px 5px 6px;
	width: 100%;
	max-width: 300px;
	height: 120px;
	border: 1px solid #DBE5ED;
}

.mod_lostPassword .submit_container input {
	margin: 10px 0 0 0;
	width: 100%;
	max-width: 300px;
	border: 1px solid #DBE5ED;
	background: #fff;
	cursor: pointer;
	font-size: 100%;
}
	.mod_lostPassword .submit_container input:hover {
		border: 1px solid #aaa;
	}
	
@media (min-width:768px) {	
	
	.mod_lostPassword input {
		width: 240px;
	}
	
	.mod_lostPassword textarea {
		width: 240px;
	}
	
	.mod_lostPassword .submit_container input {
		margin-left: 100px;
		width: 140px;
	}

}

	
/* Passwort ändern */
.mod_personalData {
	padding: 25px 0 0 0 !important;
}

.mod_personalData h1 {
	padding: 0 0 10px 0;
	font-size: 16px;
}

.mod_personalData label {
	display: block;
}

.mod_personalData input {
	padding: 8px 6px 5px 6px;
	border: 1px solid #DBE5ED;
	width: 100%;
	max-width: 300px;
	margin: 0 0 8px 0;
	border-radius: 0;
	box-shadow: none;
}

.mod_personalData textarea {
	padding: 8px 6px 5px 6px;
	width: 100%;
	max-width: 300px;
	height: 120px;
	border: 1px solid #DBE5ED;
	border-radius: 0;
	box-shadow: none;
}

.mod_personalData .submit_container input {
	margin: 10px 0 0 0;
	width: 100%;
	max-width: 300px;
	border: 1px solid #DBE5ED;
	background: #fff;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
	font-size: 100%;
}
	.mod_personalData .submit_container input:hover {
		border: 1px solid #aaa;
	}	
	
.mod_personalData fieldset {
	background: #fff;
	border: 1px solid #DBE5ED;
	width: 100%;
	max-width: 293px;
	position: relative;
	margin: 15px 0 8px;
	padding-left: 5px;
	padding-top: 8px;
}

.mod_personalData fieldset legend {
	position: absolute;
	top: -15px;
	left: 0;
	font-weight: normal;
}

.mod_personalData fieldset input[type=checkbox] {
	width: 10%;
}

.mod_personalData fieldset label {
	float: right;
	width: 90%;
	padding-top: 1px;
}

@media (min-width:768px) {
	
	.mod_personalData input {
		width: 254px;
	}
	
	.mod_personalData textarea {
		width: 240px;
	}
	
	.mod_personalData .submit_container input {
		margin-left: 114px;
		width: 140px;
	}

	.mod_personalData fieldset {
		width: 247px;
	}

	.mod_personalData fieldset input[type=checkbox] {
		width: 20px;
	}
	
	.mod_personalData fieldset label {
		width: 222px;
	}

}
	
	
/* Registration */
.mod_registration {
	padding: 25px 0 0 0 !important;
}

.mod_registration h1 {
	padding: 0 0 10px 0;
	font-size: 16px;
}

.mod_registration label {
	display: block;
}

.mod_registration input {
	padding: 8px 6px 5px 6px;
	border: 1px solid #DBE5ED;
	width: 100%;
	max-width: 300px;
	margin: 0 0 8px 0;
	border-radius: 0;
	box-shadow: none;
}

.mod_registration textarea {
	padding: 8px 6px 5px 6px;
	width: 100%;
	max-width: 300px;
	height: 120px;
	border: 1px solid #DBE5ED;
}

.mod_registration .submit_container input {
	margin: 10px 0 0 0;
	width: 100%;
	max-width: 300px;
	border: 1px solid #DBE5ED;
	background: #fff;
	cursor: pointer;
	font-size: 100%;
}
	.mod_registration .submit_container input:hover {
		border: 1px solid #aaa;
	}

.mod_registration fieldset {
	background: #fff;
	border: 1px solid #DBE5ED;
	width: 100%;
	max-width: 293px;
	position: relative;
	margin: 15px 0 8px;
	padding-left: 5px;
	padding-top: 8px;
}

.mod_registration fieldset legend {
	position: absolute;
	top: -15px;
	left: 0;
	font-weight: normal;
}

.mod_registration fieldset input[type=checkbox] {
	width: 10%;
}

.mod_registration fieldset label {
	float: right;
	width: 90%;
	padding-top: 1px;
}

#registration-complete p {
	margin: 0 0 10px 0;
}

#registration-complete h1 {
	padding: 0 0 10px 0;
	font-size: 16px;
}

@media (min-width:768px) {

	.mod_registration input {
		width: 254px;
	}
	
	.mod_registration textarea {
		width: 240px;
	}
	
	.mod_registration .submit_container input {
		margin-left: 114px;
		width: 140px;
	}
	
	.mod_registration fieldset {
		width: 247px;
	}

	.mod_registration fieldset input[type=checkbox] {
		width: 20px;
	}
	
	.mod_registration fieldset label {
		width: 222px;
	}

}


/* Suchergebnis */
#results .mod_search {
	padding: 10px 0;
}
#results .mod_search input[type="search"] {
	border: 1px solid #777777;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	height: 22px;
	width: 100%;
	max-width: 275px;
	padding-right: 25px;
	color: #43637d;
	font-size: 12px;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
}

#results .mod_search input[type="submit"] {
	font-size: 12px;
	position: relative;
	left: -23px;
	top: 0;
	background: #acaeaf;
	color: #fff;
	border: 0;
	height: 18px;
	width: 18px;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	vertical-align: baseline;
	-webkit-appearance: none;
}

#results .mod_search .formbody {
	margin: 0 0 15px 0;
}
#results .mod_search fieldset {
	height: 14px;
	max-width: 243px;
	margin: 10px 0 20px;
	padding: 4px 15px 2px;
	border: 1px solid #b1b1b1;
}

#results .mod_search .header,
#results .mod_search .header strong {
	color: #38648b;
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #8aa9c4;
}
	#results .mod_search .header strong {
		text-transform: uppercase;
	}

#results .mod_search .result {
	margin-bottom: 10px;
	padding: 0 0 15px;
}

#results .mod_search h3 { 
	margin: 0;
}
	
#results .mod_search h3 a {
	color: #414447;
    font-size: 14px;
    margin: 0 0 10px;
}

#results .mod_search h3 .relevance {
	color: #414447;
    font-size: 10px;
}

#results .mod_search .result p {
	margin-bottom: 0;
}

#results .mod_search .url a {
	color: #43637D;
}

#results .mod_search a {
	color: #333;
}	

#results .mod_search .context {
	border-left: 1px solid #333;
	padding: 2px 6px 2px 6px;
	margin: 0 0 0 6px;
}

#results .mod_search .highlight {
	font-weight: bold;
	color: #38648B;
}

@media (min-width:768px) {
	
	#results .mod_search {
		padding: 30px 0;
	}
	#results .mod_search input[type="search"] {
		width: 157px;
	}
	#results .mod_search .formbody {
		margin: 0 0 15px 0;
	}
	#results .mod_search fieldset {
		float: right;
		margin: 0;
		max-width: 100%;
	}

}


/* Impressum */
#imprint {
	line-height: 140%;
	color: #333;
}

#imprint h1, #imprint h2 {
	font-size: 16px;
	color: #414447;
	margin: 0 0 5px 0;
}
	#imprint h2 { font-size: 14px; }


/*
///// Footer ////////////////////////////////////////////////////////////
*/

#footer {
	background: #CEDDEC;
	padding: 12px 0 8px 0;
	color: #555;
}

#footer p {
	margin-bottom: 0;
	padding: 0 10%;
	line-height: 150%;
}

#footer a {
	color: #718A9E;
}

@media (min-width:980px) {
	#footer {
		position: absolute;
		bottom: 0px;
		width: 900px;
		margin: 0 0 0 80px;
	}
		
	#footer p {
		padding: 0 35px;
	}
}


/*
///// Sidebar ////////////////////////////////////////////////////////////
*/

#container #right {
	padding: 0 20px 40px;
}
@media (min-width:768px) and (max-width:979px) {
	#container #right {
		margin-top: -15%;
		padding: 0 3%;
		width: 27.5%;
		border-radius: 0 40px 0 0; 
	}
}
@media (min-width:980px) {
	#container #right {
		width: 210px;
	}
}

#right .block {
	border-bottom: 1px solid #b0bcc9;
	padding: 8px 0 24px 0;
}

#right .block h1, #right .mod_calendar th.current {
	font-size: 14px;
	text-transform: uppercase;
	color: #436d91;
	
	padding: 7px 0 5px 2px;
}

/* Newsarchiv */
#right .block.mod_newsmenu {
}

#right .block.mod_newsmenu h1 {
	border-bottom: 1px solid #d7dee5;
}

#right .mod_newsmenu li {
	border-bottom: 1px solid #d7dee5;
	padding: 7px 0 5px 0;
}
	#right .mod_newsmenu li.year { border: 0px; padding: 0; }

#right .mod_newsmenu a, #right .mod_newsmenu li.active span {
	color: #718a9e;
	font-size: 12px;
	text-transform: lowercase;
	padding: 0 0 0 2px;
}
	#right .mod_newsmenu li.active span { color: #333; }

#right .mod_newsmenu p.more {
	color: #718A9E;
    font-size: 12px;
    padding: 7px 0 5px 2px;
    text-transform: lowercase;
    cursor: pointer;
    border-bottom: 1px solid #D7DEE5;
}
	#right .mod_newsmenu p.more:hover { text-decoration: underline; }


/* Kategorien */
#right .block.mod_customnav {
	border: 0px;
}

#right .block.mod_customnav h1 {
	border-bottom: 1px solid #d7dee5;
}

#right .mod_customnav li {
	border-bottom: 1px solid #d7dee5;
	padding: 7px 0 5px 0;
}

#right .mod_customnav a, #right .mod_customnav li.active span {
	color: #718a9e;
	font-size: 12px;
	text-transform: lowercase;
	padding: 0 0 0 2px;
}
	#right .mod_customnav li.active span { color: #333; }

#right .mod_customnav {

}

/* Kalender */
#right .mod_calendar {

}	

#right .mod_calendar table {
	border-collapse: collapse;
	margin: 0 0 5px 0;
}

#right .mod_calendar th.label {
	text-align: center;
	color: #9ca1a4;
	font-weight: normal;
	width: 29px;
	height: 21px;
}

#right .mod_calendar td {
	background: #d9dde1;
	border-right: 1px solid #EDF2F6;
	border-bottom: 1px solid #EDF2F6;
	color: #83888a;
	width: 29px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
}
	#right .mod_calendar td.empty {
		background: #c8cccf;
	}
	#right .mod_calendar td.active {
		background: #c7d5e4;
		color: #32587e;
	}
		#right .mod_calendar td.active a { color: #32587e; }
	#right .mod_calendar td.today {
	
	}

#right .mod_calendar .prev {

}

#right .mod_calendar .next {
	float: right;
}

#right .mod_calendar .prev a, #right .mod_calendar .next a {
	color: #718a9e;
	text-transform: uppercase;
}

#right .mod_calendar p {
	margin-bottom: 0;
	max-width: 210px;
}

#right .mod_calendar pre {
	margin-bottom: 0;
}

#main .mod_article .mod_eventlist h1 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px;
}


/* Tag Cloud */
ul.cloud { 
	margin: 5px 0 10px 0;
	text-align: justify;
	line-height: 1.3em;
	clear: both !important;
}

ul.cloud li { display: inline; }

ul.cloud li a {
	padding: 0 2px;
	color: #4d687f;
}

ul.cloud li a em { display:none; }

ul.cloud li.size1 {
	line-height: 1em;
}

ul.cloud li.size2 {
	line-height: 1em;
}

ul.cloud li.size3 {
	line-height: 0.9em;
}

ul.cloud li.size4 {
	line-height: 0.9em;
}

ul.cloud li.size1 a { font-size: 10px; }
ul.cloud li.size2 a { font-size: 13px; }
ul.cloud li.size3 a { font-size: 16px; }
ul.cloud li.size4 a { font-size: 19px; }
ul.cloud li.size5 a { font-size: 19px; text-transform: uppercase; }
ul.cloud li.size6 a { font-size: 19px; text-transform: uppercase; font-weight: bold; }

ul.cloud li.isCurrentTag a span,
ul.cloud li a:hover{
	text-decoration: underline;
}

/* Banner */
#right .mod_randomImage.block {
	padding: 8px 0 8px 0;
}

/* Counter */
#right .mod_visitors {

}

#right .mod_visitors .visitor_useronline,
#right .mod_visitors .visitor_visitstoday,
#right .mod_visitors .visitor_visitstotal {
	border-bottom: 1px solid #d7dee5;
	padding: 7px 0 5px 2px;
	color: #718A9E;
}

#right .mod_visitors h1 {
	border-bottom: 1px solid #D7DEE5;
}

/* Passwort vergessen */
#right .mod_lostPassword {
	display: none;
}
#right .mod_lostPassword.block {
	border: 1px solid #8AA9C4;
	padding: 10px 0 18px 10px;
}
#right .mod_lostPassword label {
	display: block;
	font-size: 11px;
	color: #5C7492;
}

#right .mod_lostPassword input[type="text"],
#right .mod_lostPassword input[type="password"] {
	height: 20px;
	padding: 0 3px;
	width: 160px;
	border: 1px solid #DBE5ED;
    padding: 3px 3px 1px 3px;
	margin: 0 0 10px 0;
}

#right .mod_lostPassword .captcha_text {
	position: relative;
	top: -6px;
	display: block;
}

#right .mod_lostPassword input[type="submit"] {
	font-size: 12px;
	position: relative;
	left: 0px;
	top: 8px;
	height: 25px;
	width: 170px;
	border: 1px solid #DBE5ED;
	background: #fff;
	cursor: pointer;
}
	#right .mod_lostPassword input[type="submit"]:hover {
		border: 1px solid #aaa;
	}
