 /*
Theme Name: klimaherbst2016
Template: yoko
Description: Child-Theme für den Münchner Klimaherbst
Author: K/O Buero
Version: 1.0
*/


/* 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#content address {
	padding: 0 0 20px 0;
}
#content abbr, acronym {
	border-bottom: .1em dotted;
}
#content pre, code, tt {
	font-size: 1.1em;
}
html {
	font-size: 100%; overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: square;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Structure and Styles
--------------------------------------------- */
body {
	background-color:white;
	font-family: 'Open Sans', arial, sans-serif !important;
	color: black;
}
#page {
	max-width: 1400px;
	margin: 12px auto 0 auto;
	padding:0 30px 0px;
	background-color:transparent;
	z-index: 0;
}
#wrap {
	margin:4px 0 0;
	padding:40px 0;
	overflow: hidden;
	border-top: 0px;
}
#main {
	width: 79%;
	float: left;
	overflow: hidden;
}
#start #content{
	width: 100%;
	float: left;
}


#content {
	width: 94%;
	float: left;
}

#tertiary {
	width: 21%;
	float: right;
	overflow: hidden;
}
#colophon {
	width: 100%;
	float: left;
	padding:25px 0 0 0;
	overflow: hidden;
	font-size: 0.8em;
	background-color: #cacaca;
}
.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

hr {
background-color: black; /* Farbe für Opera und Firefox */ 
color: black; /* Farbe für Internet Explorer (IE) */
border: 0; 
height: 4px; 
clear:both;
}
/* Headlines
--------------------------------------------- */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
letter-spacing: 0.03em;
}

#content h1 {
	color: #010101;
	margin:0px 0 10px;
	font: regular 1.8em/1.4 'Open Sans', arial, sans-serif;
	text-transform: none;
}
#content h2 {
	color: black;
	margin:22px 0 5px;
	font: regular 1em/1.4 'Open Sans', arial, sans-serif;
	text-transform: none;
}
#content h3 {
	color: black;
	margin: 22px 0 4px;
	font: bold 1.2em/ 1.4 'Open Sans', arial, sans-serif;
	text-transform: uppercase;
}
#content h4 {
	color: black;
	margin: 20px 0 3px;
	font: bold 1.1em/1.4 'Open Sans', arial, sans-serif;
	text-transform: uppercase;
}
#content h5 {
	margin: 18px 0 2px;
	font: bold 1em/1.3 'Open Sans', arial, sans-serif;
	text-transform: uppercase;
}
#content h6 {
	margin: 16px 0 1px;
	font: bold .9em/1.3 'Open Sans', arial, sans-serif;
	text-transform: uppercase;
}

small {
		font: .8em 'Open Sans', arial, sans-serif;
}
.wp-caption-text{
font: .8em 'Open Sans', arial, sans-serif;
}

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
	position:relative;
}


a:hover {
	text-decoration: underline;
}


/* Lists
--------------------------------------------- */
#content .post ul, #content .page ul, .commentlist ul  {
	padding:7px 0 7px 30px;
	line-height: 1.3;
}
#content .post ul li, #content .page ul li, .commentlist ul li {
	padding:0 0 12px;
	list-style: square;
}
#content .post ol, #content .page ol, .commentlist ol  {
	padding:7px 0 7px 30px !important;
	line-height: 1.3;
}
#content .post ol li, #content .page ol li, .commentlist ol li {
	padding:0 0 12px;
	list-style: decimal;
}
#content .post ol ol li, #content .page ol ol li,  .commentlist ol ol li {
	list-style: upper-alpha;
}
#content .post ol ol ol li, #content .page ol ol ol li, .commentlist 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 0px;
}
#content dd {
	margin: 0;
	padding: 0 0 10px 15px;
}
/* Header
--------------------------------------------- */
#site-title {
	display:none;
	padding: 15px 0 0px;
}
#site-title h1 {
	margin: 0 10px 0 0;
	font-size: 2.5em;
	line-height:1.2;
	font-weight: bold;
	text-transform:uppercase;
	display: block;
	float: left;
}
#site-title h1 a:hover {
	text-decoration:none;
}

#site-title h1 a:after {
display:none;
}
#site-title h2 {
	font:italic .9em 'Open Sans', arial, sans-serif;
	color: #777;
	margin: 17px 0 0 0;
}
header#branding img.headerimage {
	width: 100%;
	height: auto;
	margin-top: 39px;
	padding-bottom: 0px;
	border-bottom: 4px black solid;
  
    
}



header#branding img.attachment-headerimage.wp-post-image {
	width: 100%;
	height: auto;
	
}
hgroup#site-title img {
	max-width: 12%;
	position:absolute;
	
}

.breadcrumbs{
margin-top:5px;
margin-bottom:-10px;
font-size:0.75em;
}



/* Navigations
--------------------------------------------- */
/* --- Main Nav --- */

#branding #mainnav {
position: fixed;
margin-left: 0px;
top: 0px;
height: 50px;
width:100%;
max-width: 1400px;
z-index: 9999;
background: #010101;
}
#branding #mainnav ul {
	margin-top:0px;
}
#branding #mainnav ul li {
	margin-top:0px;
	padding-top:7px;
	float: left;
	list-style: none;
	position: relative;
}
#branding #mainnav ul li a {
	margin:0;
	padding:9px 14px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;

font-weight: bold;
position: relative;
color:white !important;

}
#branding #mainnav ul li:first-child {
	margin: 0px; 
	padding-top:7px;
}
#branding #mainnav ul li a:hover {
	background: transparent;
	color: #e63345 !important;
	text-decoration: none;
}
#branding #mainnav ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#branding #mainnav ul ul ul {
	left: 100%;
	top: 0;
}
#branding #mainnav ul ul a {
	background: #010101;
	padding: 12px 14px;
	margin-top:-8px;
	width: 11em;
	height: auto;
	text-transform: none;
	display:block;
}
#branding #mainnav ul ul li:first-child {
margin-top:8px;
}
#branding #mainnav li:hover > a,
#branding #mainnav ul ul :hover > a {
	background: #010101;
}
#branding #mainnav ul ul a:hover {
	background: #010101;
}
#branding #mainnav ul li:hover > ul {
	display: block;
}

/* --- Sub Nav --- */
nav#subnav {
	margin:0;
	padding:0;
	overflow: hidden;

}
nav#subnav ul.menu {
	margin: 3px 0 0 0;
	padding:10px 0 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
nav#subnav ul.menu li.menu-item {
	width: auto;
	padding-right: 50px;
	float: left;
	list-style: none;
	text-decoration:none;

}


nav#subnav ul.menu li.menu-item a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
		text-decoration:none;
		position:relative;
		letter-spacing:0.08em;


}

nav#subnav ul.menu li.menu-item a:after {
	
 content: "";
border-bottom: 8px solid #f5e930;
	position:absolute;
	z-index: -1;
	left:0;
	top:50%;
	width:100%;


}



nav#subnav ul.menu li.menu-item ul.sub-menu {
max-width:150px;
	margin-left: 0px;
	padding: 4px 0 0;
	overflow: hidden;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item {
	padding-right: 0px;

	width: 100%;
	letter-spacing: 0;

}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item a {
	font-size: .8em;
	font-weight: normal;
	line-height:1.7;
	text-transform: none;

}


nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item a:after {
	
 content: "";
border-bottom: 6px solid #f5e930;
	position:absolute;
	z-index: -1;
	left:0;
	top:50%;
	width:100%;



}





/* Thickbox Gallery Bildergalerie
--------------------------------------------- */

#TB_caption{
height:42px;
font-size:16px;
text-align:left;
padding:5px 10px 10px 15px;
}

#TB_secondLine{
font-size:16px;
text-align:center;
padding:5px 20px 10px 0px !important;

}

/* Posts
--------------------------------------------- */

/* STARTSEITE von KLIMAHERBST2015
--------------------------------------------- */

#secondary aside.widget, #content #startseite .post{
	border-bottom: 4px solid #010101;
	float: left;
	height: 420px;
	margin: 0 30px 30px 0;
	width: 29%;
	clear: none;
}

#secondary aside.widget ul li{
float:left;
}

#secondary h3.widget-title{
	font: bold 1.3em/ 1.4 'Open Sans', arial, sans-serif;
	border-bottom:none;
	margin:0px !important;
}

#secondary img{
padding-bottom:10px !important; 
}


#startseite h2.entry-title, #starseite-sidebar #content h2 {
	font-size: 1em;
	color:black !important; 
}






#start-text{
font-size:0.95em;
}

#starseite-sidebar{
clear: left;
}


#content .post {
	margin: 0 0 20px;
	padding: 0 0 20px;
	overflow: hidden;
	clear: both;
	font-size: .95em;
	line-height: 1.6;
}
#content .entry-header h4.entry-title {
	margin: 0 0 12px 0;
	font: bold 1.1em/1.3 'Open Sans', arial, sans-serif;
}
#content .entry-header h4.entry-title a:hover {
	color: #777;
	text-decoration: none;
}







#content .post p {
	padding: 0px;
}
#content .entry-details {
	width: 16%;
	padding: 2px 18px 25px 0;
	float: left;
	font: italic .8em/1.6 'Open Sans', arial, sans-serif;
}
#content .entry-details p span.entry-date, #content .entry-details p a {
	width: 100%;
	font-family: 'Open Sans', arial, sans-serif;
	font-style: normal;
}
#content .entry-content {
	width: 81.8%;
	margin: 0;
	float: right;
}
#content .post img.wp-post-image {
	width: 140px;
	height: auto;
	margin: 5px 0 8px;
	padding: 0;
}
#content .entry-meta p {
	padding: 15px 0 0;
	font: italic .8em/1.5 'Open Sans', arial, sans-serif;
}
#content .entry-meta a {
	padding: 15px 0 0;
	font-family: 'Open Sans', arial, sans-serif;
	font-style: normal;
}
.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 {
	background-color: none;
	padding: 15px 10px;
	overflow: hidden;
}
/* --- Post Typography --- */
#content strong {
	font-weight: bold;
}
#content p em {
	font-family:'Open Sans', arial, sans-serif;
	font-style: italic;
}
#content em {
	font-family:'Open Sans', arial, sans-serif;
	font-style: italic;
	font-size: .9em;
}
#content p small {
	font-size: .8em;
}
#content .post blockquote, #content .page blockquote {
	margin: 0 20px 10px 0;
	overflow: hidden;
	font: italic 1.1em/1.6 'Open Sans', arial, sans-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 'Open Sans', arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#content pre {
	background-color: #f0f0f0;
	font-family: monospace;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 20px 0;
	padding: 10px;
}
#content p.nocomments {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.bigtypo{
font-size: 2.5rem;
line-height: 1.1;
letter-spacing: -0.5px;
font-family: 'Libre Baskerville', Georgia, serif;
}








/* --- Post Images and Video --- */
#content img {
	/*max-width:100%;*/
	height: auto;
	margin: 0;
	padding: 0 20px 20px 0;
}
#content img.aligncenter {
	margin: 20px auto;
}
#content img.alignleft ,#content .wp-caption.alignleft {
	margin: 10px 20px 0 0;
}
#content img.alignright,#content .wp-caption.alignright {
	margin: 10px 0 0 20px;
}
#content img.alignnone {
	margin: 10px 20px 0 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;
}
#content .post p.wp-caption-text {
	font: normal .8em/1.4 'Open Sans', arial, sans-serif;
	margin: 0;
	padding: 7px 0 10px 0;
	color: #999;
}
#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:none;
}
#content table tr {
	border-bottom:none;

}
#content table tr th {
	padding: 2px;
	border-top:none;
	border-left:none;
	border-right:none;
}
#content table tr td {
	padding: 10px 20px 10px 20px;
	border-left:none;
	border-right:none;
	vertical-align:top;
}

#content table tr td h1, #content table tr td h2, #content table tr td h3, #content table tr td h4{
margin-top:0px;
}


/* 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 'Open Sans', arial, sans-serif;
	color: #010101;
}
#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: 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:'Open 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 'Open 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;
}
#comment-nav-below {
	margin:40px 0;
	overflow: hidden;
}
#content #nav-below .nav-previous a, #content #image-nav span.previous-image a, #comment-nav-below .nav-previous 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, #comment-nav-below .nav-next 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;
}


/* --- Plugin Give Spenden QPGive ---

input[type="radio"]:checked+label {
    color: #e63345;
    background: #ccc;
}
input[type="radio"]:checked+label:hover {
    color: #e63345;
    background: #ccc;
}*/

/* --- 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;
}


/**SENDIN Blue**/

input.sib-email-area {
    border: 1px black solid !important;
}
/** End SENDIN Blue**/


input#submit, input.wpcf7-submit, .button, input.wysija-submit.wysija-submit-field {
	margin: 10px 0 0;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color: black;
	border: none;
	font-weight:bold;
	
	color: white;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
input#submit:hover, input.wpcf7-submit:hover, .button:hover, input.wysija-submit.wysija-submit-field:hover {
	background-color: #010101;
}
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 'Open 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: #010101;
	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: 'Open 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: 100%;
	float: none;
	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 {
	margin: 0 0 40px;
	padding: 0 0 30px;
	overflow: hidden;
	clear: both;
	font-size: .95em;
	line-height: 1.6;
}
#content .page-entry-header {
	margin: 0;
}
#content .page-entry-header h1.entry-title {
	margin: 0;
	font: bold 1.5em/1.5 'Open Sans', arial, sans-serif;
	color: #010101;
}
#content .page p {
	padding: 0 0 20px 0;
}
/* --- 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;
}

.entry-header h2.entry-title {
    font-size: 1em !important;
}
#content .entry-meta p {
    padding: 5px 0 0;
    font: italic .75em/1.5 'Open Sans', arial, sans-serif;
}

/* --- 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 'Open Sans', arial, sans-serif;
	background-color:#fff;
	border: 1px solid #ddd;
}
#content .wpcf7-form p {
	padding:0;
}

/* Sidebars
--------------------------------------------- */
aside.widget {
	margin: 0 0 15px 0;
	padding:  0 0 15px 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 {
border-bottom: 4px solid;
color: #000;
font-weight:bold;
padding-bottom: 5px;
margin-bottom: 5px;
	letter-spacing: .05em;
text-transform:uppercase;
}
.textwidget {
	line-height: 1.6;
}



p.orga-nl{
	padding-bottom: 0px !important;}
#orga-news p.wysija-paragraph {
    padding-bottom: 0px;
}



/* --- 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 15px;
}
.widget_recent_entries ul li, .widget_recent_comments ul li {
	list-style: square;
}
.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;
}
/* --- Search Widget --- */
.widget_search, .contact-submit{
	overflow: hidden;
}
.searchform, .contact-submit > input {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
#secondary .searchform .search-input {
	width: 90%;
	margin: 0 0 5px 0;
}
#tertiary .searchform .search-input {
	width: 62%;
	margin: 0 2px 5px 0;
}
.searchform .search-input, #gwidget-text-5-email{
	margin: 0 2px 5px 0;
	padding: 6px 5px;
	background-color:white;
	border: 1px solid black;
}
.searchform .search-input:hover, #searchform .search-input:focus, #searchform .search-input:active, .contact-submit > input:hover, .contact-submit > input:active, input.pushbutton-wide {
	background-color:#fff;
}
.searchsubmit, .contact-submit .pushbutton-wide{
	Max-width:120px;
	margin: 0;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color: black;
	border: none;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.searchsubmit:hover {
	color: #fff;
	background-color: #010101 !important;
}
.pushbutton-wide:hover {
	background-color: #010101 !important;}
/* --- Social Links Custom Widget --- */
.widget_sociallinks ul li {
	display: block;
}
.widget_sociallinks a {
	padding:0 0 0 22px;
	height: 16px;
	display: inline-block;
}
.widget_sociallinks a.twitter {
	background:url(images/socialicons.png) 0 0 no-repeat;
}
.widget_sociallinks a.facebook {
	background:url(images/socialicons.png) 0 -17px no-repeat;
}
.widget_sociallinks a.googleplus {
	background:url(images/socialicons.png) 0 -34px no-repeat;
}
.widget_sociallinks a.pinterest {
	background:url(images/socialicons.png) 0 -51px no-repeat;
}
.widget_sociallinks a.vimeo {
	background:url(images/socialicons.png) 0 -68px no-repeat;
}
.widget_sociallinks a.youtube {
	background:url(images/socialicons.png) 0 -85px no-repeat;
}
.widget_sociallinks a.instagram {
	background:url(images/socialicons.png) 0 -102px no-repeat;
}
.widget_sociallinks a.flickr {
	background:url(images/socialicons.png) 0 -119px no-repeat;
}
.widget_sociallinks a.dribbble {
	background:url(images/socialicons.png) 0 -136px no-repeat;
}
.widget_sociallinks a.github {
	background:url(images/socialicons.png) 0 -153px no-repeat;
}
.widget_sociallinks a.foursquare {
	background:url(images/socialicons.png) 0 -170px no-repeat;
}
.widget_sociallinks a.wordpress {
	background:url(images/socialicons.png) 0 -187px no-repeat;
}
.widget_sociallinks a.xing {
	background:url(images/socialicons.png) 0 -204px no-repeat;
}
.widget_sociallinks a.linkedin {
	background:url(images/socialicons.png) 0 -221px no-repeat;
}
.widget_sociallinks a.delicious {
	background:url(images/socialicons.png) 0 -238px no-repeat;
}
.widget_sociallinks a.rss {
	background:url(images/socialicons.png) 0 -255px 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 p {
	line-height: 1.5;
}
a.top {
	margin: 3px 0 0 0;
	font-weight: bold;
	display: block;
}
a.top:hover {
	text-decoration: none;
}

.flogos1, .flogos2 {
	clear:both;
	padding:0 20px 0 20px;
}
.flogos3 {
	clear:both;
	padding:0 20px 0 20px;
	    margin-top: -18px;
}
.flogos #koop-partner{
float:right !important;
}

.footer-title{
    color: #000;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 5px;
    letter-spacing: .05em;
}


.flogos1 div, .flogos2 div, .flogos3 div {
	float:left;
	padding: 0px 30px 1.8% 0.85%;
}
#flogo1{
        width: 80px;
		height: 92px;
        background: url("https://klimaherbst.de/2016/wp-content/themes/klimaherbst2016/images/flogos/kh.svg") top left no-repeat;
		background-size: 80px 92px;
    }
#flogo2{
        width: 150px;
		height: 92px;
        background: url("https://klimaherbst.de/2016/wp-content/themes/klimaherbst2016/images/flogos/gc300.png") top left no-repeat;
		background-size: 150px 92px;    
	}
#flogo3{
        width: 60px;
		height: 92px;
        background: url("https://klimaherbst.de/2016/wp-content/themes/klimaherbst2016/images/flogos/gcn120.png") top center no-repeat;
  		background-size: 60px 92px;
    }
#flogo4{
        width: 150px;
        height: 92px;
        background: url("https://klimaherbst.de/2016/wp-content/themes/klimaherbst2016/images/flogos/oek300.png") top left no-repeat;
  		background-size: 150px 92px;
    }
#flogo5{
        width: 150px;
        height: 92px;
        background: url("https://klimaherbst.de/2016/wp-content/themes/klimaherbst2016/images/flogos/mvhs300.png") top left no-repeat;
  		background-size: 150px 92px;
    }
#flogo6{
        width: 80px;
        height: 92px;
        background: url("https://klimaherbst.de/2016/wp-content/themes/klimaherbst2016/images/flogos/bene160.png") top left no-repeat;
  		background-size: 80px 92px;
    }
#flogo7{
        width: 120px;
        height: 92px;
        background: url("https://klimaherbst.de/2016/wp-content/themes/klimaherbst2016/images/flogos/muz240.png") top left no-repeat;
  		background-size: 120px 92px;
    }


#flogo8{
        width: 175px;
        height: 92px;
        background: url("https://klimaherbst.de/2016/wp-content/themes/klimaherbst2016/images/flogos/rku.svg") top left no-repeat;
  		background-size: 175px 92px;
    }
#flogo9{
        width: 150px;
        height: 92px;
        background: url("https://klimaherbst.de/2016/wp-content/themes/klimaherbst2016/images/flogos/selb320.png") top left no-repeat;
  		background-size: 150px auto;
    }
#flogo10{
        width: 160px;
        height: 92px;
        background: url("https://klimaherbst.de/2016/wp-content/themes/klimaherbst2016/images/flogos/sparda320.png") top left no-repeat;
  		background-size: 160px 92px;
    }




#flogo17{
        width: 115px;
        height: 92px;
        background: url("https://klimaherbst.de/2016/wp-content/themes/klimaherbst2016/images/flogos/pcl240.png") top left no-repeat;
  		background-size: 115px 92px;
    }

#flogo19{
        width: 130px;
        height: 92px;
        background: url("https://klimaherbst.de/2016/wp-content/themes/klimaherbst2016/images/flogos/heidehof300.png") top left no-repeat;
  		background-size: 130px auto;
    }



/* 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
}




/* Media queries for responsive design
--------------------------------------------- */
/* --- iPad Landscape --- */
@media screen and (max-width: 1024px) {
/* --- General --- */
#page {
	margin: 0 auto;
	padding: 0 20px 20px;
	background-color:#fff;
	z-index: 0;
}
#wrap {
	margin: 4px 0 0;
	padding: 45px 0 0 0;
	overflow: hidden;
}
#main {
	width: 72%;
	float: left;
	overflow: hidden;
}
#content {
	width:92.2%;
	float: left;
}
#secondary {
	width: 142px;
	margin:40px 0 0;
	float: none;
}
#tertiary {
	width: 28%;
	float: right;
}
#content .entry-content {
	width: 76.5%;
}
#content .entry-details {
	width: 20%;
}
/* --- Header --- */
#site-title h1 {
	margin: 0 10px 3px 0;
	float: none;
}
#site-title h2 {
	margin: 0;
}


/* --- Main Nav --- */

#branding #mainnav {
	margin: 0px 0 0;
	width:100%;
	max-width: 985px;
}


/* --- Sub Nav --- */
nav#subnav ul.menu li.menu-item {
	width: 14.2468%;
	margin:0;
	float: left;
	list-style: none;
}
nav#subnav ul.menu li.menu-item a {
	font-size: .72em;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item {
	width: 100%;
}
/* --- Sidebars --- */
#secondary {
	width: 92.2%;
	margin-left:0;
	padding: 30px 0 0;
	float: left;
	border-top: 1px solid #ddd;
}
#secondary aside:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#secondary aside, #tertiary aside {
	float: none;
	overflow: hidden;
}
.widget .sidebar-theme {
	margin: 0 20px 8px 0;
	float: left;
}

.widget .rss-widget ul li, .widget_archive ul li, .widget_categories ul li, .widget_social_links ul li, .widget_meta ul li, .widget_links ul li {
	margin: 0 20px 0 0;
	float: left;
}
.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;
}
	
	
/* --- ShiftNav Mobiles Menu ---*/
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
background-color: #e63f39 !important;	
}	
	

/* Footer */
.flogos1 div, .flogos2 div {float:left;	padding: 0px 10px 10px 10px;
}




#flogo1{width: 53px; height: 61px; background-size: 53px 61px;}
#flogo2{width: 100px; height: 61px; background-size: 100px 61px;}
#flogo3{width: 40px; height: 61px; background-size: 40px 61px;}
#flogo4{width: 100px; height: 61px; background-size: 100px 61px;}
#flogo5{width: 100px; height: 61px; background-size: 100px 61px;}
#flogo6{width: 53px; height: 61px; background-size: 53px 61px;}
#flogo7{width: 80px; height: 61px; background-size: 80px 61px;}
#flogo12{width: 80px; height: 61px; background-size: 80px 61px;}


#flogo8{width: 117px; height: 61px; background-size: 117px 61px;}
#flogo9{width: 107px; height: 61px; background-size: 107px 61px;}
#flogo10{width: 107px; height: 61px; background-size: 107px 61px;}
	
#flogo11{width: 53px; height: 61px; background-size: 53px 61px;}

#flogo17{width: 80px; height: 61px; background-size: 80px 61px;}
#flogo19{width: 100px; height: 61px; background-size: 100px 61px;}







}




/* --- iPad Portrait --- */
@media screen and (max-width: 880px) {
#page {
	padding: 0 25px 25px 25px;
	background-color:#fff;
}
#wrap {
	margin-top: 0;
}
#main {
	width: 100%;
	float: none;
	overflow: hidden;
}
#content {
	width: 100%;
	float: none;
}
#secondary {
	width: 100%;
}
#tertiary {
	width: 100%;
	float: none;
}
/* --- Header --- */
#site-title {
	width: 100%;
	padding: 20px 0 30px;
}
#site-title h1 a {
	margin: 0 auto;
}
header#branding img.headerimage{
    margin-top: 0px;
}
/* --- Main Nav --- */
#branding #mainnav {
	margin: 0px 0 0;
	max-width: 88%;
}
#branding #mainnav ul li a {
	font-size: .75em;
}

/* --- MAIN NAV KLIMA --*/

    ul#menu-haupt > li {  float: none; width: 100%; background-color:#010101;}
    ul#menu-haupt a { line-height: 18px; }

  ul#menu-haupt li:hover { background: #555;  }

    ul#menu-haupt li.tap { background: #555;  }
    ul#menu-haupt li.tap ul { display: block;  }
	
	
	
	
#branding #mainnav ul li {
	display: none;
}


#branding #mainnav ul li:first-child,
#branding #mainnav ul:hover > li{
display:block !important;
}

#branding #mainnav ul ul a {
	padding: 12px 14px;
	
}
	
	#branding #mainnav ul ul a:hover {
	background-color:grey;
}
	


/* --- Sub Nav --- */
nav#subnav {
	padding: 0;
	margin: 5px 0 0 0;
}
nav#subnav ul.menu {
	padding:0;
}
nav#subnav ul.menu li.menu-item {
	width: 100%;
	margin:6px 0 0;
	float: none;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
nav#subnav ul.menu li.menu-item:last-child {
	border-bottom: none;
}
nav#subnav ul.menu li.menu-item a {
	float: left;
	margin: 6px 20px 10px 10px;
}
nav#subnav ul.menu li.menu-item ul.sub-menu {
	margin: 0;
	padding: 0;
	float: left;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item {
	width: auto;
	margin:0;
	float: left;
	border-bottom:none;
	letter-spacing: 0;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item a {
	margin: 0 20px 0 0;
	font-size: .8em;
	font-weight: normal;
	line-height:2;
	text-transform: none;
}

/* --- Post Content --- */
#content .entry-content {
	float: left;
}
#content .entry-details {
	width: 20%;
}

.bigtypo{
font-size: 2.25rem !important;
line-height: 1.2;
letter-spacing: 0px;
font-family: 'Libre Baskerville', Georgia, serif;
}
/* --- Sidebars --- */
#secondary aside:last-child {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
#tertiary aside:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.flogos3 {	
	    clear:both;
		margin-top: 10px;
}

}
/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width : 620px) {
#page {
	padding: 0 10px 0;
	background-color:#fff;
}
/* --- Header --- */
#site-title {
	float: left;
	padding: 10px 0 5px;
}
#site-title h1 {
	margin: 0;
	text-align: center;
	float: none;
}
#site-title h2 {
	margin: 0;
	text-align: center;
}
header#branding img.headerimage{
    margin-top: 0px;
}
/* --- Main Nav --- */
#branding #mainnav {
	margin: 0px 0 0;
}
#branding #mainnav ul li a {
	margin:0;
	padding:8px 7px;
	display: block;
	font-size: .7em;
}

/* --- Sub Nav --- */
nav#subnav ul.menu {
	border-bottom: none;
}
nav#subnav ul.menu li.menu-item {
	width: 100%;
	margin:0;
	float: none;
	overflow: hidden;
	background-color: #F0F0F0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
nav#subnav ul.menu li.menu-item a {
	width: 100%;
	margin: 0;
	padding: 12px 0 11px;
	float: left;
	display: block;
	background-color: #F0F0F0;
}
nav#subnav ul.menu li.menu-item a:hover, nav#subnav ul.menu li.menu-item a:active, nav#subnav ul.menu li.menu-item a:focus {
	background: #D4D4D4;
	text-decoration: none;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item {
	display: none;
}
/* --- Post Content --- */
#content .post {
	margin: 0 0 30px;
	padding: 0 0 30px;
}
#content .post .entry-header h2.entry-title {
	font-size: 1.2em;
}

#content .entry-content {
	width: 100%;
}
#content .entry-details {
	display: none;
}
#content .post img.wp-post-image {
	display: none;
}
#content .sticky {
	padding: 10px;
}
/* --- Post Columns Shortcodes --- */
.two-columns-one{
	width:100%;
}
.three-columns-one{
	width:100%;
}
.three-columns-two{
	width:100%;
}
.four-columns-one {
	width: 100%;
}
.four-columns-two {
	width:100%;
}
.four-columns-three {
	width:100%;
}
.three-columns-one,.three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
	float:none;
}
/* --- Single Posts ---- */
#content .single-entry-details {
	display: none;
}
#content .single-entry-header .social-btn-top {
	display: none;
}
#content .post .author-description p {
	font-size: .8em;
	line-height: 1.4;
}
#content .post .author-info .avatar {
	display: none;
}
/* --- Comments ---- */
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 95%;
}
#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;
}
#comments img.avatar {
	display: none;
}
a#cancel-comment-reply-link {
	width: 100%;
	margin:5px 0 15px;
	display: block;
}
/* --- Post Nav Below --- */
#content #nav-below .nav-previous a {
	width: 100%;
	display: block;
	float: none;
	margin: 0 0 10px;
}
#content #nav-below .nav-next a {
	width: 100%;
	display: block;
	text-align: right;
}
#content #nav-below .nav-previous a:hover, #content #nav-below .nav-next a:hover {
	text-decoration: none;
}
/* --- Post Formats ---- */
#content .entry-post-format .entry-content-gallery {
	width: 100%;
	float: none;
}
#content .entry-post-format .gallery-thumb {
	width: 100%;
	float: none;
	margin: 5px 15px 15px 0;
}
/* --- Pages ---- */
#content .page .wpcf7 input.textfield {
	width: 95%;
}
/* Footer */

#colophon {
	width: 100%;
	float: none;
}

.flogos1 div, .flogos2 div {float:left;	padding: 0px 8px 10px 8px;
}
.flogos3 {	
	    margin-top: 10px;
}

#flogo1{width: 40px; height: 46px; background-size: 40px 46px;}
#flogo2{width: 75px; height: 46px; background-size: 75px 46px;}
#flogo3{width: 30px; height: 46px; background-size: 30px 46px;}
#flogo4{width: 75px; height: 46px; background-size: 75px 46px;}
#flogo5{width: 75px; height: 46px; background-size: 75px 46px;}
#flogo6{width: 40px; height: 46px; background-size: 40px 46px;}
#flogo7{width: 60px; height: 46px; background-size: 60px 46px;}
#flogo12{width: 60px; height: 46px; background-size: 60px 46px;}

#flogo8{width: 88px; height: 46px; background-size: 88px 46px;}
#flogo9{width: 80px; height: 46px; background-size: 80px 46px;}
#flogo10{width: 80px; height: 46px; background-size: 80px 46px;}
#flogo11{width: 40px; height: 46px; background-size: 40px 46px;}

#flogo17{width: 60px; height: 46px; background-size: 60px 46px;}



}


/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width : 420px) {
	#content h2 {
    margin: 22px 0 5px;
    font: bold 0.93em/1.4 'Open Sans', arial, sans-serif;
    text-transform: none; 
}
#content .page p{
	font-size: 0.87em;	
	}
	
	
.bigtypo{
font-size: 1.8rem !important;
line-height: 1.2;
letter-spacing: 0px;
font-family: 'Libre Baskerville', Georgia, serif;
}
}

/* --- Retina Displays --- */
@media (-moz-min-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5) {
.widget_sociallinks a.twitter {
	background:url(images/x2/socialicons.png) 0 0 no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.facebook {
	background:url(images/x2/socialicons.png) 0 -17px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.googleplus {
	background:url(images/x2/socialicons.png) 0 -34px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.pinterest {
	background:url(images/x2/socialicons.png) 0 -51px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.vimeo {
	background:url(images/x2/socialicons.png) 0 -68px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.youtube {
	background:url(images/x2/socialicons.png) 0 -85px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.instagram {
	background:url(images/x2/socialicons.png) 0 -102px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.flickr {
	background:url(images/x2/socialicons.png) 0 -119px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.dribbble {
	background:url(images/x2/socialicons.png) 0 -136px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.github {
	background:url(images/x2/socialicons.png) 0 -153px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.foursquare {
	background:url(images/x2/socialicons.png) 0 -170px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.wordpress {
	background:url(images/x2/socialicons.png) 0 -187px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.xing {
	background:url(images/x2/socialicons.png) 0 -204px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.linkedin {
	background:url(images/x2/socialicons.png) 0 -221px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.delicious {
	background:url(images/x2/socialicons.png) 0 -238px no-repeat;
	background-size: 16px 271px;
}
.widget_sociallinks a.rss {
	background:url(images/x2/socialicons.png) 0 -255px no-repeat;
	background-size: 16px 271px;
}
