/*
Theme Name: KlimaAllianz
Theme URI: http://aboutsource.net
Description: Child-Theme of Yoko.
Template: yoko
Author: about:source
Version: 0.9


License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/

/* Google Fonts Import
--------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin);
@import url('editor.css');
/* Reset
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 98%;
	vertical-align: baseline;
	line-height: 1.4;
}

.width100 {
	width: 100%;
}

#content address {
	padding: 0 0 20px 0;
}
#content abbr, acronym {
	border-bottom: .1em dotted;
}
#content pre, code, tt {
	font-size: 1.1em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General Structure and Styles
--------------------------------------------- */
body {
	background: #ececec url(images/background_zebra.png);
	font-family:'Droid Sans', arial, sans-serif;
	color: #333;
}
#page {
	max-width: 1010px;
	margin: 0 auto;
	padding:0 30px 0 30px;
	background-color:#fff;
	z-index: 0;
	-moz-box-shadow: 0 0 30px #557;
	-webkit-box-shadow: 0 0 30px #557;
	box-shadow: 0 0 30px #557;
	}
#wrap {
	margin:4px 0 0 0;
	padding:0 0 0 0;
	overflow: hidden;
	/*border-bottom: 1px solid #ddd;*/
}


#main {
	float: left;
	overflow: hidden;
	width: 100%;
}
#content {
	width: 62%;
	float: left;
}
#secondary {
	width: 31%;
	float: right;
	color: #666;
}
#secondary a {
	color: #666;
}


.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* --- Themenportal-stuff --- */
div#theme-image img {
	width: 100%;
	-moz-border-bottom-right-radius: 78px;
	-webkit-border-bottom-right-radius: 78px;
	border-bottom-right-radius: 78px;
}

div#theme-image {
	position: relative;
	max-height: 400px;
	overflow: hidden;
	margin-bottom: 20px;
	-moz-border-bottom-right-radius: 78px;
	-webkit-border-bottom-right-radius: 78px;
	border-bottom-right-radius: 78px;
}
div#theme-image div.theme-category-label {
	position: absolute;
	z-index: 100;
	top: 7px;
	left: 7px;
	color: white;
	padding: 5px 50px 5px 8px;
	font-size: 200%;
}

.widget_categoryList a {
	text-decoration: none;
}


/* Headlines
--------------------------------------------- */
#content h1 {
	margin:6px 0 12px;
	font: bold 1.4em/1.4 'Droid Sans', arial, sans-serif;
}
#content h2 {
	margin:0px 0 10px;
	font: bold 1.2em/1.2 'Droid Sans', arial, sans-serif;
	color: #2699BE;
}
#content h3 {
	margin: 0px 0 10px;
	font: bold 1.2em/ 1.2 'Droid Sans', arial, sans-serif;
	/*color: #2699BE;*/
}
#content h4 {
	margin: 0px 0 5px;
	font: bold 1.1em/1.2 'Droid Sans', arial, sans-serif;
	color: #2699BE;
}
#content h5 {
	margin: 0px 0 5px;
	font: bold 1em/1.2 'Droid Sans', arial, sans-serif;
}
#content h6 {
	margin: 0px 0 5px;
	font: bold .9em/1.2 'Droid Sans', arial, sans-serif;
}
/* Links
--------------------------------------------- */
#content a {
	color: #333 ;
	text-decoration: none;
} 
#content .single-entry-content a,
#content .entry-content a,
#content #nav-below a {
	color: #2699BE;
	text-decoration: underline;
}

a:hover {
	color: #777!important;
	text-decoration: underline;
}
/* Lists
--------------------------------------------- */
#content .post ul, #content .page ul  {
	padding:7px 0 7px 30px;
	line-height: 1.3;
}
#content .post ul li, #content .page ul li {
	padding:0 0 12px;
	list-style: square;
}
#content .post ol, #content .page ol  {
	padding:7px 0 7px 30px;
	line-height: 1.3;
}
#content .post ol li, #content .page ol li {
	padding:0 0 12px;
	list-style: decimal;
}
#content .post ol ol li, #content .page ol ol li {
	list-style: upper-alpha;
}
#content .post ol ol ol li, #content .page ol ol ol li {
	list-style: lower-roman;
}
#content dl {
	margin:0 ;
	padding: 0;
}
#content dt {
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 5px;
}
#content dd {
	margin: 0;
	padding: 0 0 10px 15px;
}
/* Header
--------------------------------------------- */
#site-title {
	min-height: 102px;
}
#site-title h1 {
	margin: 0 10px 0 0;
	font-size: 2.1em;
	line-height:1.2;
	font-weight: bold;
	text-transform:uppercase;
	display: block;
	float: left;
	color: #777;
}
#site-title h1 a:hover {
	text-decoration:none;
}
#site-title h2 {
	font:italic .9em 'Droid Serif',  Times, serif;
	color: #777;
	margin: 17px 0 0 0;
}
header#branding img.headerimage {
	width: 100%;
	height: auto;
	margin-top: 12px;
}
header#branding img.attachment-headerimage.wp-post-image {
	width: 100%;
	height: auto;
}
hgroup#site-title img {
	max-width: 100%;
	z-index: 2;
	float: right;
	margin-right: 61px;
	margin-top: 17px;
}

#slogan-wrap {
	position: absolute;
	right: 0px;
	top: 135px;
}

hgroup#site-title #main-title-wrap {
	float: left;
	width: 62%;
	top: 79px;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 2px solid #2699BE;
}
hgroup#site-title #main-title-wrap img {
	/*width: 100%;*/
	margin: 0;
	padding: 0;
	float: none;
}

hgroup#site-title #main-title-wrap h1{
	color: #2699BE;
	text-transform: inherit;
	font-weight: normal;
}

/* Navigations
--------------------------------------------- */
/* --- Main Nav --- */
#branding {
	position: relative;
	margin-bottom: 20px;
}

#branding #mainnav {
	margin: 0 -30px 0;
	/*max-width: 70%;*/
/*	float:right;*/
	background-color: #2699BE;
	position: relative;
	z-index: 1001;
}

#branding #mainnav ul {
	z-index: 999;
}
#branding #mainnav ul li {
	float: left;
	list-style: none;
	position: relative;
}
#branding #mainnav ul li a {
	margin:0;
	padding:9px 14px;
	display: block;
	color: white;
	font-size: 0.95em;
	text-transform: uppercase;
	text-decoration: none;
}
#branding #mainnav ul li:first-child {
	margin: 0px;
}
#branding #mainnav ul li a:hover {
	background: white;
	color: #333 !important;
	text-decoration: none;
}

#branding #mainnav ul ul {
	display: none;
	/*float: left;*/
	position: absolute;
	top: 100%;
	left: -1px;
	border: 1px solid #2699BE;
	border-top: none;
	color: #333 !important;
	min-width: 100%;
}

#branding #mainnav ul li:active {
	color: #f00 !important;
}
#branding #mainnav ul ul ul {
	left: 100%;
	top: 0;
}
#branding #mainnav ul ul a {
	background: white;
	padding: 5px 14px;
	height: auto;
	color: #333 !important;
	text-transform: none;
}
#branding #mainnav ul ul li {
	float: none;
	background-color: white;
}

#branding #mainnav li:hover > a {
	cursor: pointer;
}
#branding #mainnav ul ul :hover > a {
	background: white;
	color: #333;
}
#branding #mainnav ul ul a:hover {
	background: #2699Be;
	color: white !important;
}
#branding #mainnav ul li:hover > ul {
	display: block;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}




/* --- Sub Nav --- */
nav#subnav {
	margin:0;
	padding:0;
	overflow: hidden;
}
nav#subnav ul.menu {
	margin: 5px 0 0 0;
	padding:16px 0 30px;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
nav#subnav ul.menu li.menu-item {
	width: 14.2468%;
	margin:0px;
	float: left;
	list-style: none;
}
nav#subnav ul.menu li.menu-item a {
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
}
nav#subnav ul.menu li.menu-item ul.sub-menu {
	margin: 0;
	padding: 6px 0 0;
	overflow: hidden;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item {
	width: 100%;
	letter-spacing: 0;
	color: #f00;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item a {
	font-size: .8em;
	font-weight: normal;
	line-height:2;
	text-transform: none;
}
/* Posts
--------------------------------------------- */
#content .page, #content .post { 
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	clear: both;
	font-size: .95em;
	line-height: 1.4;
}

#content .post {
	position: relative;
	margin: 22px 0 4px;
	padding: 4px 0 12px 0;


}
#content .page {
	margin: 0 0 40px;
	padding: 0 0 30px;
	
/*	font-size: .95em;
	line-height: 1.4;*/
	
}

#content .entry-header h2.entry-title {
	margin: 0 0 0;
	/*font: normal 24px 'Droid Sans', arial, sans-serif;*/
}
#content .entry-header h2.entry-title a:hover {
	color: #777;
	text-decoration: none;
}
#content .page p,
#content .post p {
	padding: 0 0 20px 0;
	/*line-height: 1.4;*/
}
#content .entry-details,
#content .entry-comment {
	font: italic .8em/1.6 'Droid Serif',  Times, serif;
	margin: 0 0 5px 0;
}
#content .entry-details p a, 
#content .entry-details span, 
#content .entry-comment a {
	width: 100%;
	font-family: 'Droid Sans', arial, sans-serif;
	font-style: normal;
	color: #999 !important;
}

#content .entry-comment {
	background-image: url('images/comment-icon.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-style: normal;
	background-position: 0 2px;
}

#content .entry-thumbnail {
	width: 22.507%;
	float: left;
}

.home #content .sticky .entry-thumbnail {
	width: 100%;
	height: 203px;
	overflow: hidden;
	float: none;
	margin-bottom: 10px;
	-moz-border-bottom-right-radius: 78px;
	-webkit-border-bottom-right-radius: 78px;
	border-bottom-right-radius: 78px;
}

#content .entry-content-wrap {
	float: right;
	width: 74.5%;
}

.home #content .sticky .entry-content-wrap {
	float: none;
	width: 100%;
}

#content .entry-content {
	margin: 0;
}

.home #content .sticky .entry-thumbnail img {
	width: 100%;
	-moz-border-bottom-right-radius: 78px;
	-webkit-border-bottom-right-radius: 78px;
	border-bottom-right-radius: 78px;
}

#content .entry-thumbnail img.attachment-thumbnail {
	max-width: 140px;
}

#content .entry-meta {
	margin-bottom: 3px;
}

#content .entry-meta p {
	padding: 0;
	font: italic .8em/1.5 'Droid Serif', Times, serif;
}
#content .entry-meta a {
	padding: 0;
	font-family: 'Droid Sans', arial, sans-serif;
	font-style: normal;
}


#footer .entry-meta p {
	padding: 0;
}

.category-label {
	padding: 3px 20px 3px 7px;
	color: white;
	font-style: normal;
	-moz-border-bottom-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	border-bottom-right-radius: 25px;
	font-weight: bold;
}

.tag-label {
	padding: 2px 4px;
	background-color: #bbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.tag-label a {
	color: white !important;
}

.page-link {
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
	padding: 5px 20px;
	overflow: hidden;
	font-size: .9em;
}
.page-link a {
	font-weight: bold;
	margin: 0 1px;
}
.page-link a:hover {
	text-decoration: none;
}
/* --- Sticky Post --- */
#content .sticky {
	overflow: hidden;
	margin-top: 0;
	padding-top: 0;
}
/* --- Post Typography --- */
strong {
	font-weight: bold;
}
#content p em {
	font-family:'Droid Serif',  Times, serif;
	font-style: italic;
}
#content em {
	font-family:'Droid Serif',  Times, serif;
	font-style: italic;
	/*font-size: .9em;*/
}
#content p small {
	font-size: .8em;
}
#content .post blockquote {
	margin: 0 20px 10px 0;
	overflow: hidden;
	font: italic 1.1em/1.6 'Droid Serif', Times, serif;
}
#content .single-entry-content blockquote {
	margin: 20px 20px 10px 20px;
	background: none;
}
#content blockquote cite {
	margin: 10px 0 0 0;
	padding: 0 25px 15px 0;
	float: right;
	font: normal .8em 'Droid Sans', arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#content pre {
	font-family: monospace;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
#content p.nocomments {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
/* --- Post Images and Video --- */
#content img {
	max-width:100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#content img.aligncenter {
	margin: 20px auto;
}
#content img.alignleft ,#content .wp-caption.alignleft {
	margin: 3px 20px 0 0;
}
#content img.alignright,#content .wp-caption.alignright {
	margin: 3px 0 0 20px;
}
#content img.alignnone {
	margin: 3px 0;
}
#content .wp-caption.alignnone {
	margin: 0 0 20px 0;
}
#content .wp-caption.aligncenter{
	margin-bottom: 10px;
}
#content .post .wp-caption {
	max-width: 100%;
	text-align: center;
}
#content .single-entry-content .wp-caption {
	max-width: 100%;
	text-align: center;
	font-size: 0.8em;
}
#content  p.wp-caption-text {
	font: normal .9em/1.4 'Droid Sans', arial, sans-serif;
	margin: 0 5px;
	text-align: left;
	padding: 7px 0 10px 0 !important;
	color: #666;
}



#content object,
#content embed,
#content iframe {
	max-width: 100%;
	margin: 3px 0 10px;
	display: block;
}
/* --- Post Columns Shortcodes --- */
.two-columns-one{
	width:48%;
}
.three-columns-one{
	width:30.66%;
}
.three-columns-two{
	width:65.33%;
}
.four-columns-one {
	width: 22%;
}
.four-columns-two {
	width:48%;
}
.four-columns-three {
	width:74%;
}
.two-columns-one,.three-columns-one,.three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
	float:left;
	margin-right:4%;
	position:relative;
}
.last{
	clear:right;
	margin-right:0 !important;
}
.divider { 
	clear:both; 
	display:block; 
	margin-bottom:20px;
	width:100%; 
}
#content span.highlight {
	padding: 2px;
	background-color: #FFFBCC;
}
.yellow-box {
	margin: 10px 0;
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	padding: 20px;
	overflow:hidden;
}
.red-box {
	margin: 10px 0;
	background: #FFD9C8;
	border: 1px solid #F37C72;
	padding: 20px;
	overflow:hidden;
}
.green-box {
	margin: 10px 0;
	background: #D5FFCA;
	border: 1px solid #BDDC7F;
	padding: 20px;
	overflow:hidden;
}

/* --- Post Tables --- */
#content table {
	margin:10px 0px 30px 0px;
}
#content table thead {
	border-top:1px solid #ddd;
}
#content table tr {
	border-bottom:1px solid #ddd;
}
#content table tr th {
	padding: 10px 20px 10px 20px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
#content table tr td {
	padding: 10px 20px 10px 20px;
	/* border-left:1px solid #ddd; */
	/* border-right:1px solid #ddd; */
  border:1px solid #ddd;
}

/* Single Posts
--------------------------------------------- */
#content .post .single-entry-header {
	margin: 0;
}
#content .single-entry-header h1.entry-title {
	margin: 0 0 5px;
	font: bold 1.3em/1.4 'Droid Sans', arial, sans-serif;
	/*color: #777 !important;*/
	color: #2699BE;
}
#content .single-entry-header p {
	padding: 0 0 5px;
	font-size: .8em;
}
#content .single-entry-header p span.entry-date, #content .single-entry-header p span.entry-author {
	font: italic 1em/1.5 'Droid Serif', Times, serif;
}
#content .single-entry-details {
	width: 22.507%;
	padding: 0 18px 0 0;
	float: left;
}
#content .single-entry-content {
	width: 100%;
	margin: 15px 0 0;
	padding: 0;
	float: left;
}
#content .post .single-entry-meta p {
	padding: 15px 0 0;
	font: italic .8em/1.5 'Droid Serif',  Times, serif;
}
#content .post .single-entry-meta p a {
	font-family:'Droid Sans', arial, sans-serif;
	font-style: normal;
}
#content .post .author-info {
	margin: 40px 0 0;
	padding: 15px 20px 15px;
	background: #F0F0F0;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
#content .post .author-info h3 {
	margin: 0 0 4px;
	font: bold .9em/1.5 'Droid Sans', arial, sans-serif;
}
#content .post .author-info .avatar {
	max-width: 100%;
	width: 70px;
	margin: 0 15px 0 0;
	float: left;
}
#content .post .author-description {
	overflow: hidden;
}
#content .post .author-description p {
	padding: 0;
	font-size: .9em;
	line-height: 1.5;
}
#content .post .author-description a:hover {
	text-decoration: underline;
}
/* --- Post Nav Below --- */
#content #image-nav {
	margin: 30px 0 3px 0;
	overflow: hidden;
}
#content #nav-below {
	float: right;
	width: 74.5%;	
	text-align: right;
	margin: 13px 0 35px;
}

#content #nav-below a,
#content #nav-below span.nav_paged_current {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 9px 5px 9px;
	margin: 0 0 0 2px;
	color: white;
	background-color: #555;
	text-decoration: none;
}

#content #nav-below a:hover {
	background-color: #2699BE;
	color: white !important;
}

#content #nav-below span.nav_paged_current {
	font-weight: bold;
	background-color: #2699BE;
}

.single #content #nav-below {
	width: 100%;
	text-align: right;
	margin: 13px 0 35px;
	font-size: 0.9em;
}
.single #content #nav-below .nav-previous {
	position: relative;
	float: left;
}
.single #content #nav-below .nav-next {
	position: relative;
	float: right;
}




/*#content #nav-below .nav-previous a, #content #image-nav span.previous-image a {
	width: 40%;
	display: block;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
#content #nav-below .nav-next a, #content #image-nav span.next-image a {
	display: block;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#content #nav-below .nav-previous a:hover, #content #nav-below .nav-next a:hover, #content #image-nav span.previous-image a:hover, #content #image-nav span.next-image a:hover {
	text-decoration: none;
}*/

/* --- Comments --- */
#comments {
	font-size: .9em;
	padding: 0 0 30px 0;
}
#comments h3#comments-title {
	padding:30px 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#comments p.write-comment-link {
	padding:0 0 20px;
}
#comments .comment-body p {
	padding:0 0 10px;
}
#comments p.moderation {
	font-family:'Droid Serif',  Times, serif;
	font-style:italic;
}
#content #comments ol {
	padding:0;
}
#content #comments ol li ul.children {
	padding:0;
}
#content #comments ol li.depth-1 {
	padding:0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
	margin:0 0 0 35px;
	padding:0;
	border-top:1px solid #ddd;
	border-bottom:none;
	overflow:hidden;
}
.comment-meta {
	padding:0 0 12px;
	font-size: .8em;
}
.comment-meta cite.fn {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-body {
	padding:20px 0px;
	overflow:hidden;
	line-height: 1.5;
}
.reply {
	margin:0;
	float:left;
}
a.comment-reply-link {
	font-size:.9em;
}
#comments ol li.post.pingback {
	margin:0;
	padding: 20px 0 0;
	list-style:none;
	font-weight: bold;
}
#comments ol li.post.pingback a {
	font-weight: normal;
}
#comments ol li img.avatar {
	max-width: 100%;
	width: 65px;
	height: 65px;
	margin:22px 15px 0 0;
	float:left;
}
#comments .bypostauthor {
}
/* --- Comment Reply --- */
#content #comments #respond {
	margin:30px 0 0;
	padding:20px;
	background-color: #F0F0F0;
}
a#cancel-comment-reply-link {
	padding:3px 0 0;
	float:right;
	font-size: .8em;
	font-weight: normal;
}
#content #comments #respond h3#reply-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
form#commentform p.comment-notes, p.logged-in-as {
	padding:0 0 15px 0;
	font-size: .8em;
}
form#commentform span.required {
	color: #E75428;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding:15px 0 0;
}
input#submit, input.wpcf7-submit {
	margin: 10px 0 0;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color: #777;
	border: none;
	font-size: .75em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
input#submit:hover, input.wpcf7-submit:hover {
	background-color: #2699BE;
	color: #fff;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 60%;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
form#commentform textarea#comment {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font: 1em 'Droid Sans', arial, sans-serif;
}
form#commentform p.subscribe-to-doi-comments {
	padding: 20px 0 0;
	font-size: .8em;
	color: #666;
	letter-spacing: 1px;
}
/* Post Formats
--------------------------------------------- */
#content .entry-link, #content .entry-gallery, #content .entry-video {
	width: 100%;
	margin: 0;
	float: left;
}
/* --- Link Post Format --- */
#content .entry-link a {
	font-size: 1.1em;
	color: #2699BE;
	font-weight: bold;
}
#content .entry-link .entry-meta a {
	font-size: 1em;
	font-weight: normal;
}
/* --- Image Post Format --- */
#content .entry-header h2.entry-title-image {
	margin-top: 0;
	font-size: 1.1em;
}
/* --- Video, Image and Gallery Post Format --- */
#content .entry-post-format .entry-header h2.entry-title {
	margin: 0 0 5px;
}
#content .entry-post-format .entry-header p {
	font: italic .8em/1.5 'Droid Serif', Times, serif;
}
#content .entry-post-format .entry-header p a {
	font-family: 'Droid Sans', arial, sans-serif;
	font-style: normal;
}
#content .entry-post-format .entry-content-gallery {
	width: 54%;
	float: left;
}
#content .entry-post-format .gallery-thumb {
	width: 42.258%;
	float: left;
	margin: 5px 15px 0 0;
}
#content .post img.attachment-medium {
	max-width: 100%;
	height: auto;
	padding: 0;
}

/* WordPress Image Gallery
--------------------------------------------- */
#content .gallery {
	margin: auto;
	padding:0;
	clear: both;
}
#content .gallery-item {
	width:19%;
	float: left;
	margin-top: 10px;
	margin-right: 3px;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}
#content .gallery-icon {
	width: 100%;
}
#content .gallery-caption {
	margin-left: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.25;
	color: #999;
	display: block;
}

/* Pages 
--------------------------------------------- */

#content .page-entry-header {
	margin: 0;
}
#content .page-entry-header h1.entry-title {
	margin: 0;
	font: bold 1.5em/1.5 'Droid Sans', arial, sans-serif;
	color: #2699BE;
}

/* --- Fullwidth Page --- */
#content.full-width {
	width:100% !important;
}
#content.full-width .page {
	margin: 0;
	padding: 0 0 20px;
	border-bottom: none;
}
/* --- Archive, 404, Search Results --- */
#content .page-header h1.page-title {
	padding: 0 0 15px 0;
	font-size: .8em;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
/* --- Contact Page --- */
#content .wpcf7 {
	overflow: hidden;
	margin: 0;
	padding:20px;
	background: #F0F0F0;
}
#content .wpcf7 h3#form-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
#content .wpcf7 p.form-info {
	padding:0 0 15px 0;
	font-size: .8em;
}
#content .wpcf7 p span.required {
	color: #E75428;
}
#content .wpcf7 input.wpcf7-text {
	width: 60%;
	margin: 5px 0 15px;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
#content .wpcf7 textarea {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	font: 1em 'Droid Sans', arial, sans-serif;
	background-color:#fff;
	border: 1px solid #ddd;
}
#content .wpcf7-form p {
	padding:0;
}

/* Sidebars
--------------------------------------------- */
#secondary aside.widget {
	margin: 0 0 30px 0;
	padding:  0 0 10px 0;
	/*font-size: .8em;*/
}
aside.widget ul li {
	padding: 0 0 7px 0;
	line-height: 1.4em;
}
aside.widget ul li:last-child {
	padding: 0;
}
.widget h3.widget-title, .widget_get_recent_comments h1.widget-title {
	padding: 5px 6px 5px 7px;
	margin-bottom: 10px;
	font-weight: normal;
	/*font-size: 1.3em;*/
	letter-spacing: .1em;
	background-color: #2699BE;
	-moz-border-bottom-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	border-bottom-right-radius: 25px;
	color: white !important;

}

.textwidget {
	line-height: 1.6;
}
.textwidget .fb_iframe_widget {
	left: -6px;

}

/*Vernetzungs buttons*/
.widget .vernetz-label {
	background-color: #ccc;
	padding: 10px 0px 0px 0px;
	margin: 0 7px 5px 0;
	width: 153px;
	height: 25px;
	float: left;
	position: relative;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	*/
	-moz-border-bottom-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.widget .vernetz-label.right {
	margin-right: 0;
}

.widget .vernetz-label:hover {
	background-color: #23BAE2;
}

.widget .vernetz-label img {
	height: 19px;
	position: absolute;
	left: 5px;
	bottom: 5px;
}


/* --- Standard Widgets --- */
.widget_categories ul li ul.children, .widget_nav_menu ul li ul.sub-menu, .widget_pages ul li ul.children {
	margin: 5px 0 0 0;
}
.widget_categories ul li ul.children li, .widget_nav_menu ul li ul.sub-menu li, .widget_pages ul li ul.children li {
	margin: 0 0 0 20px;
}
.widget_recent_entries ul, .widget_recent_comments ul {
	padding: 0 0 0 0;

}
.widget_recent_entries ul li, .widget_recent_comments ul li {
}

ul#recentcomments li.recentcomments {
	list-style-image: none;
	background-image: url('images/comment-icon.gif');
       	background-repeat: no-repeat;
       	background-position: left 2px;
	padding-left: 20px;
}
.widget_calendar #wp-calendar caption {
	font-family:'Droid Serif', Times, serif;
	font-style: italic;
	text-align: left;
	padding: 0 0 5px 0;
}
.widget_calendar table#wp-calendar th, .widget_calendar table#wp-calendar td {
	padding: 0 6px 6px 0;
}
.widget_calendar table#wp-calendar tbody tr td#today {
	font-weight: bold;
}


/* --- Teaser link widget --- */

.widget ul.teaser-list  li {
	background-color: #777;
	color: white !important;
	text-align: right;
	min-height: 75px;
	position: relative;
	margin-bottom: 10px;
	/*-moz-border-bottom-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	border-bottom-right-radius: 50px;*/
}

.widget ul.teaser-list a {
	text-decoration: none;
	color: white !important;
}


.widget ul.teaser-list  li:hover  {
	background-color: #2699BE;
}


.widget img#sozial-dummy, .widget img#sozial2-dummy {
	width: 100%;
}

.widget ul.teaser-list  li div p{
	font-weight: bold;
}

.widget ul.teaser-list  li div {
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding-left: 70px;
}	

.widget .teaser-list img {
	position: absolute;
	bottom: 5px;
	left: 10px;
}
/*--- Twitter/FB-widgets ---*/
.twitter-share-button {
	float: right;
	position: relative;
	margin-left: -36px;
}

/* --- WP-Calendar widget --- */

.WPCalendarSimple .event {
	padding: 0 0 7px 20px;
	line-height: 1.4em;
	background-image: url('images/event-icon.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
}

.WPCalendarSimple .event .event-head {
	color: #777;

}


/* --- Search Widget --- */
.widget_search {
	overflow: hidden;

}
.searchform {
	/*width: 25%;*/
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
	margin: 6px 15px 6px 10px;
}
#branding #mainnav .searchform input[type="text"].search-input  {
	width: 120px;
	margin: 0;
	padding: 3px 5px;
	float: right;
}
.searchform input[type="submit"] {
	margin: 0 5px 0 0;
	padding: 5px 10px 5px;
}

#secondary .searchform .search-input {
	width: 70%;
	margin: 0 0 5px 0;
}
#tertiary .searchform .search-input {
	width: 62%;
	margin: 0 2px 5px 0;
}
.s2_form_widget  input#s2email,
.searchform .search-input {
	width: 40%;
	margin: 0 2px 5px 0;
	padding: 6px 5px;
	background-color:#F0F0F0;
	border: 1px solid #ddd;
}
.s2_form_widget  input#s2email:hover, .s2_form_widget input#s2email:focus, .s2_form_widget  input#s2email:active,
.searchform .search-input:hover, #searchform .search-input:focus, #searchform .search-input:active {
	background-color:#fff;
}

.s2_form_widget .search input[type='submit'],
.searchsubmit {
	margin: 0;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color: #777;
	border: none;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.s2_form_widget .search input#s2email
{
	width: 60%;
	margin: 0 3px 5px 0;
}
.s2_form_widget .search br,
.s2_form_widget .search label {
	display: none;
}
.s2_form_widget .search p{
	display: inline;
}
.s2_form_widget .search input[type='submit']:hover,
.searchsubmit:hover {
	color: #fff;
	background-color: #2699BE;
}
/* --- Social Links Custom Widget --- */
.widget_sociallinks a {
	padding:0 20px;
}
.widget_sociallinks a.rss {
	background:url(images/rss-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.twitter {
	background:url(images/twitter-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.facebook {
	background:url(images/fb-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.flickr {
	background:url(images/flickr-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.vimeo {
	background:url(images/vimeo-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.linkedin {
	background:url(images/linkedin-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.delicious {
	background:url(images/delicious-icon.png) 0 0 no-repeat;
}
/* --- Recent Comments Widget --- */
.widget_get_recent_comments li.sidebar-comment {
	margin:10px 0;
	overflow:hidden;
}
.widget_get_recent_comments li.sidebar-comment:first-child {
	margin:3px 0 10px;
}
.widget_get_recent_comments li.sidebar-comment .comment-content {
	padding:0 0 0 6px;
	overflow:hidden;
}
.widget_get_recent_comments li.sidebar-comment p {
	line-height: 1.4;
}
.widget_get_recent_comments .kjgrcGravatar {
	margin:0;
	float:left;
	display:block;
}
.widget_get_recent_comments span.sidebar-comment-autor a {
	padding: 0 0 3px;
}
/* --- Flickr Fotostream Widget --- */
#flickr_badge_wrapper {
	margin:3px 0 0;
}
.flickr_badge_image {
	max-width:80px;
	height:60px;
	margin:0 6px 6px 0;
	float:left;
}
.flickr_badge_image img {
	width:80px;
	height:60px;
}

/* Footer
--------------------------------------------- */
#colophon {
	width: 100%;
	float: left;
	/*padding:30px 0 0 0;*/
	/*margin-top: 30px;*/
	/*overflow: hidden;*/
	font-size: 0.8em;
	margin: 0 -30px;
	width: 1070px;
}

#colophon p, #colophon h3, #colophon h4, #colophon a{
	line-height: 1.5;
	font-size: 1.17em;
	margin-bottom: 7px;
}

#colophon h3, #colophon h4 {
	font-weight: bold;
}

#colophon .widget-title {
	margin: 0 0 7px 0;
	padding: 0;
	letter-spacing: 0;
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

a.top {
	margin: 3px 0 0 0;
	font-weight: bold;
	display: block;
}
a.top:hover {
	text-decoration: none;
}

#colophon .widget_sp_image {
	float: left;
	/*margin-right: 10px;*/
}

#colophon .widget_sp_image img {
	width: auto;
	/*height: 100px;*/
}

#colophon .widget_sp_image h3.widget-title {
	display: none;
}


#colophon .widget_text .vernetz-label {
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	float: none;
}

#colophon #logo-footer {
	position: relative;
	margin: 0 0 10px 0;
}

#colophon #logo-footer::after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

#colophon #logo-footer a {
	color: #2699BE;
	font-size: 1em;

}

#colophon  #logo-footer .widget_sp_image 
{
	float: none;
}


#colophon #logo-footer .textwidget {
	margin: 10px 30px;
	line-height: 1;
	font-size: 1.17em;
}

#colophon #logo-footer .widget_sp_image-description {
	display: none;
}

#colophon #sitemap-footer {
	background-color: #2699BE;
	color: white !important;
	padding: 10px 19px;
	font-size: 100%;
	position: relative;
	-moz-border-bottom-right-radius: 78px;
	-webkit-border-bottom-right-radius: 78px;
	border-bottom-right-radius: 78px;
}
#colophon #sitemap-footer a {
	color: white !important;
	text-decoration: none !important;
}
#colophon #supplementary {
	position: relative;
}



#colophon #sitemap-footer .widget {
	margin-left: 10px;
	/*margin-bottom: 10px;	*/
	float: right;
	width: 187px;
  margin-top:10px;
}

#colophon #sitemap-footer #text-2.widget_text {
	width: 33%;
	float: left;
	clear: left;
	padding: 10px;
	margin-right: 30px;
	background-color: #23BAE2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 

}


#colophon #sitemap-footer .widget_nav_menu ul li {
	color: white;

}

#colophon #sitemap-footer .widget_nav_menu ul li a {
	color: white !important;
	text-decoration: none;
	line-height: 1em;
}
/* Clearing Floats
--------------------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}


/* breadcrumbs */
.breadcrumbs {
  font-size:0.90em;
  color:#333333;
  border-bottom: solid 1px #2699BE;
  width:58%;
  margin:0 -30px;
  padding: 5px 45px 5px 15px;
  display:block;
  position:relative;
}
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:active {
  color:#333333;
}

/* menu hover effect */
#branding #mainnav ul li.current-menu-ancestor, #branding #mainnav ul li.current-menu-item {
  background-color:#33adae;
}

#branding #mainnav ul li.current-menu-ancestor a, #branding #mainnav ul li.current-menu-item a {
}

/* hr bars */
hr {
  margin: 6px auto 20px;
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 3px;
  width:80%;
}

/* FOOTER Text */
#colophon #footer-info-text a {
  font-size:1em;
}

/* language selector */

#lang_selector {
  margin-top:12px;
  float:left;
}

#lang_selector img {
  width:25px;
  height:15px;
}



/* styling for mobile devices more styles in mobile.css */
#site-title-mobile {display:none;}

/* Catergory Pressemitteilung */
#content .category-pressemitteilung .entry-thumbnail {
  display:none;
}

#content .category-pressemitteilung .entry-content-wrap {
  width:100%;
}

/* STYLES FOR SM PLUGIN*/
#follow {
  display:none;
}

#content ul.socialwrap.row {
  padding-left:0;
}

/* SOME SPECIAL HACKS */
.home #post-14533 .entry-date, .single #post-14533 .entry-date {
  display:none;
}

#widget_sp_image-7 img {
  border-bottom-right-radius:50px;
}

aside .textwidget .newsletter-widget a:hover {
	border-bottom: 1px solid white;
}

/* Edit Patrick Förg, größere Abstände formbuilder */
.formBuilderField {
margin-bottom: 15px;
}

.formBuilderSuccess {
font-size: 16pt;
font-weight: bold;
color: #005500;
}