/*
	Theme Name: alpinegoat
	Theme URI: http://experimental.zutrinken.com/

	Author: Peter Amende (edited by Fuchsy)
	Author URI: http://www.zutrinken.com

	Version: 1.5.3

	Description: This Theme is made by <a target="_blank" href="http://zutrinken.com">Peter Amende</a> for the <a target="_blank" href="http://berlin.piratenpartei.de">Piratenpartei Berlin</a>, Germany.
	Tags: light, white, grey, two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready


	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*

	##		Index

	01		Fonts
	02		Reset
	03		WP-Presets
	04		Presets
	05		Arcticle
	06		Comments
	07		Layout
	08		Frontpage
	09		Widgets
	10		Navigation
	11		Media Queries

	 ▲
	▲ ▲


	Grey:	#f4f4f4
			#d1d1d1
			#bfbfbf
			#808080
			#404040
			#232323
			#181818

	Orange:	#ff9f40
			#ff7f00

	Blue:	#0077b3

*/


/* __________________________________________________________________.01 Fonts */

@font-face {
	font-family: 'DejaWeb';
	font-style: normal;
	font-weight: normal;
	src: local('☺'), local('DejaWeb'), url('fonts/DejaWeb.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'PoliticsHeadBold';
	font-style: normal;
	font-weight: normal;
	src: local('☺'), local('PoliticsHeadBold'), url('fonts/PoliticsHeadBold.woff') format('woff');
	font-display: swap;
}

/* __________________________________________________________________.02 Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font-family: sans-serif; *font-size:small; } 
select, input, textarea, button { font-family: sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
a:focus { outline: thin dotted; }
ul, ol { margin-left: 0; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: middle; }
input[type="checkbox"] { vertical-align: middle; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection { background: #0077b3; color: #fff; text-shadow: none; }
::selection { background:#0077b3; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #0077b3; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6, h7 {}
a, a:active, a:visited { color: inherit; text-decoration: none;}
a:hover, a:focus {}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after, .clear { clear: both; }
.clearfix { zoom: 1; }



/* __________________________________________________________________.03 WP-Presets */



	/* ------------------------------ Alignments */

.alignnone {
	margin: 1.5em auto 1.5em;
}
.aligncenter,
.center {
	text-align: center;
	display: block;
	margin: 1em auto 1.5em;
}
figure.aligncenter,
img.center,
img[align="center"] {
	display: block;
	margin: 1em auto 1.5em;
}
.alignleft {
	float: left;
}
figure.alignleft,
img.alignleft,
img[align="left"] {
	float: left;
	margin: 2.7em 2em 2.7em 0;
}
.alignright {
	float: right;
}
figure.alignright,
img.alignright,
img[align="right"] {
	float: right;
	margin: 1em 0 1.5em 3em;
}

	/* ------------------------------ Caption */

.wp-caption {
	max-width: 100%;
	height: auto;
	font-size: 0.7em;
	line-height: 1em;
}
.wp-caption .wp-caption-text {
	display: block;
	text-align: center;
	margin: 0.2em 0 0;
	padding: 0;
	color: #808080;
}
.wp-caption .wp-caption-text a,
.wp-caption .wp-caption-text a:active
.wp-caption .wp-caption-text a:visited {
	color: inherit;
	text-decoration: underline;
}
.wp-caption .wp-caption-text a:hover,
.wp-caption .wp-caption-text a:focus {
	text-decoration: none;
}

	/* ------------------------------ Gallery */

.gallery {
	margin: auto;
	font-size: 0.7em;
	line-height: 1em;
}
.gallery .gallery-item {
	text-align: center;
	margin: auto;
}
.gallery .gallery-item .gallery-icon {
	padding: 10px;
}
.gallery .gallery-item .gallery-icon img {
	border: 2px solid #fff !important;
	
	-webkit-box-shadow: 0 0 5px #bbb;
	-moz-box-shadow: 0 0 5px #bbb;
	box-shadow: 0 0 5px #bbb;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.gallery .gallery-item:hover .gallery-icon img,
.gallery .gallery-item:focus .gallery-icon img {
	-webkit-box-shadow: 0 0 0 5px #ddd;
	-moz-box-shadow: 0 0 0 5px #ddd;
	box-shadow: 0 0 0 5px #ddd;
}
.gallery .gallery-item .gallery-caption {
	margin: 0;
	color: #808080;
}

.gallery .gallery-item .gallery-caption a,
.gallery .gallery-item .gallery-caption a:active
.gallery .gallery-item .gallery-caption a:visited {
	color: inherit;
	text-decoration: underline;
}
.gallery .gallery-item .gallery-caption a:hover,
.gallery .gallery-item .gallery-caption a:focus {
	text-decoration: none;
}


	/* ------------------------------ Shortcodes */

.two-columns-one {
	width:48%;
}
.three-columns-one {
	width:30.66666666666667%;
}
.three-columns-two {
	width:65.333%;
}
.four-columns-one {
	width: 22%;
}
.four-columns-two {
	width:44%;
}
.four-columns-three {
	width: 74%;
}
.two-columns-one,
.three-columns-one,
.three-columns-two, 
.four-columns-one, 
.four-columns-two, 
.four-columns-three {
	position:relative;
	float:left;
	margin-right:4%;
	margin-bottom:0;
}
.last {
	clear: right;
	margin-right: 0;
}
.divider {
	width: 100%;
	margin-bottom: 1.5em;
	padding-top: 1.5em;
	display: block;
	clear: both;
}

	/* ------------------------------ Searchform */

.searchform {
	background: #fff;
	margin: 4px;
	padding: 1px;
	overflow: auto;

	-webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 0 4px rgba(0,0,0,0.05);
	box-shadow: 0 0 0 4px rgba(0,0,0,0.05);
}
.searchform .searchinput {
	float: left;
	width: 50%;
	color: #808080;
	border: 0;
	background: transparent;
	padding: 4px 0 4px 4px;
	margin: 0 10% 0 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.searchform .searchinput:hover,
.searchform .searchinput:focus {
	color: #404040;
	border: 0;
	background: transparent;
}
.searchform .searchsubmit,
.searchform .searchsubmit:hover,
.searchform .searchsubmit:focus {
	float: right;
	border: 0;
	font-size: 1.5em;
	display: block;
	padding: 0;
	margin: 0 4px 0 0;
	color: transparent !important;
	min-width: 14px;
	background: url('images/icon-search.png') center center scroll no-repeat;
	background-size: 14px 14px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


	
/* __________________________________________________________________.04 Presets */

body,
input,
select,
textarea {
	font-family: 'DejaWeb', 'Helvetica Neue', 'Arial', Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
	vertical-align: baseline;
	color: #404040;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}

	/* ------------------------------ Headlines */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'PoliticsHeadBold', 'DejaWeb', 'Helvetica Neue', 'Arial', Sans-Serif;
	font-weight: 400;
	margin: 1em 0;
	color: #412565;
}

h1 {
	font-size: 2.4em;
	line-height: 1em;
}
h2 {
	font-size: 1.9em;
	line-height: 1em;
}
h3 {
	font-size: 1.5em;
	line-height: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1em;
}
h5 {
	font-size: 1em;
	line-height: 1em;
}
h6 {
	font-size: 1em;
	line-height: 1em;
}

	/* ------------------------------ Text */

a,
a:active,
a:visited {
	color: #ff9f40;
}
a:hover,
a:focus {
	color: #ff7f00;
}

p {
	margin: 1.5em 0;
}
strong {
	font-weight: 700;
}
hr {
	height: 1px;
	margin: 3em 0;
	background: #808080;
}
em,
i {
	font-style: italic;
}

q:before,
q:after {
	color: #0077b3;
}
q:before {
	content: '„';
}
q:after {
	content: '“';
}

blockquote:before {
    color: #0077b3;
    content: '”';
    font-size: 3em;
    line-height: 100%;
	font-weight: 700;
    position: absolute;
    top: 0;
    left: 0.25em;
    height: auto;
    margin: 0;
    padding: 0;
}
blockquote {
	font-style: italic;
	color: #808080;
	padding: 0 0 0 4em;
	margin: 1.5em 0;	
	position: relative;
}
cite,
small {
	font-size: 0.8em;
}
pre {
	overflow: hidden;
	margin: 2em 0;
	background: #f4f4f4;
	padding: 1em;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
code {
	font-size: 0.8em;
}

pre code {
	display: block;
	padding: 2em;
	margin: -1.2em;
	color: #bfbfbf;
	background: #404040;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


	/* ------------------------------ Forms */

input,
textarea {
	background: #eee;
	padding: 2px 4px;
	border: 1px solid #ccc;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:hover,
textarea:hover {
	border: 1px solid #c8c8c8;
	background: #f4f4f4;
}
input:focus,
textarea:focus {
	color: #404040;
	border: 1px solid #c2c2c2;
	background: #fff;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
.button {
	background: #ff9f40;
	color: #fff !important;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 8px;
	border: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
.button:hover,
.button:focus {
	background: #ff7f00;
}
input[type="radio"],
input[type="checkbox"] {
	background: transparent;
	padding: 0;
	border: 0;
}

	/* ------------------------------ Lists */

.article ul,
.article ol,
.article dl {
	margin: 1.5em 0 1.5em 2em;
}
.article ul ul,
.article ol ol,
.article ul ol,
.article ol ul {
	margin: 0 0 0 2em;
}
.article ul {
	list-style: none;
}
.article ol {
    list-style: decimal outside none;
}
.article ol ol {
    list-style: upper-alpha outside none;
}
.article ol ol ol {
    list-style: lower-roman outside none;
}
.article ol ol ol ol {
    list-style: lower-alpha outside none;
}
.article li {
	margin: 0;
	padding: 0.1em;
}
.article ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	margin: 0 0 0 -1.8em;
	padding: 0.1em;
	background: transparent url('images/icon-list.png') no-repeat scroll center center;
	background-size: 15px 15px;
}
.article dt {
	font-weight: 700;
	color: #0077b3;
}
.article dd {
	margin: 0 0 1.5em;
}

	/* ------------------------------ Tables */

.article table {
    margin: 1.5em 0;
    width: 100%;   
}
.article th {
	text-align: left;
 	color: #0077b3;
	font-weight: 700;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #bfbfbf;
}
.article td {
	border-bottom: 1px solid #bfbfbf;
	padding: 6px 10px 6px 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

	/* ------------------------------ Figures */

.size-thumbnail {}
.size-medium {}
.size-large {}
.size-full {}

img {
	max-width: 100%;
	height: auto;
}

object,
audio {
	max-width: 100%;
}


/* __________________________________________________________________.05 Article */

	/* ------------------------------ Article */


.header {
	overflow: hidden;
}

.post {
	margin: 0 0 100px;
	position: relative;
}
.page {
	position: relative;
}
.post-title {
	font-size: 2.4em;
	line-height: 1em;
	color: #181818;
	padding: 0.5em 0;
	margin: 0;
	overflow: hidden;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.post-title a,
.post-title a:active,
.post-title a:visited {
	color: #412565;
}
.post-title a:hover,
.post-title a:focus {
	color: #000;
}

.post-image {
	position: relative;
	display: block;
	overflow: hidden;
	margin: -40px -40px 40px;

	max-height: 320px;
}
.full-image {
	max-height: none !important;
}

.post-image img {
	display: block;
	width: 100%;
}
.meta-thumbnail-caption {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	
	display: block;
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-size: 0.8em;
	line-height: 1.3em;
	
	padding: 0.1em 0.4em;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.article {
	font-size: 1.2em;
	line-height: 1.6em;
}

.info {
	overflow: auto;
	margin: 0;
	padding: 0 0 1em;
	border-bottom: 1px solid #d1d1d1;
}
.footer {
	padding: 1em 0 0;
	border-top: 1px solid #d1d1d1;
	overflow: auto;
}

.meta {
	color: #808080;
	font-size: 0.9em;
	line-height: 1.2em;
}
.meta a,
.meta a:active,
.meta a:visited {
	color: #808080;
}
.meta a:hover,
.meta a:focus {
	color: #404040;
}
.post-date,
.post-author,
.replys,
.categories,
.tags {
	display: block;
	min-height: 1.2em;
	line-height: 1.2em;
	margin: 0 20px 0 0;
	padding: 4px 10px 4px 30px;
	float: left;

	background-attachment: scroll;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.post-date {
	background-image: url('images/icon-meta-calendar.png');
}
.post-author {
	background-image: url('images/icon-meta-pencil.png');
}
.replys {
	background-image: url('images/icon-meta-speech.png');
}
.categories {
	background-image: url('images/icon-meta-folder.png');
}
.tags {
	background-image: url('images/icon-meta-tag.png');
}

.post-date,
.post-author,
.replys {
	float: left;
}

.categories a,
.categories a:active,
.categories a:visited,
.tags a,
.tags a:active,
.tags a:visited {
	color: #0077b3;
	border-bottom: 1px solid #e3e3e3;
}
.categories a:hover,
.categories a:focus,
.tags a:hover,
.tags a:focus {
	color: #404040;
	border-bottom: 1px solid #bfbfbf;
}


.excerpt p {
	color: #666;
	margin: 0 0 1.5em 0;
	font-size: 1.1em;
}

	/* ------------------------------ Front Post */


.front-post {
	margin: 0 0 100px;
}
.front-post:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 240px;
	height: 40px;
	margin: 0 0 0 -100px;
	background: url('images/bg-front-post.png') no-repeat center center scroll;
	background-size: 240px 16px;
}

	/* ------------------------------ Archive Post */


.archive-post {
	border-bottom: 1px solid #d1d1d1;
	padding: 2em 40px 3em;
	margin: 0 -40px;
}
.archive-post:first-child {
	border-top: 1px solid #d1d1d1;
}
.archive-post:last-child {
	margin-bottom: 40px;
}
.archive-post:nth-child(odd) {
	background: #f4f4f4;
	
	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 2px 3px #e3e3e3, inset 0 -1px 1px #e3e3e3;
	-moz-box-shadow: inset 0 2px 3px #e3e3e3, inset 0 -1px 1px #e3e3e3;
	box-shadow: inset 0 2px 3px #e3e3e3, inset 0 -1px 1px #e3e3e3;
}

.archive-post .header {
	margin: 0 30% 0 0;
}
.archive-post .post-title {
	font-size: 1.8em;
}
.archive-post .article {
	font-size: 1em;
	line-height: 1.333em;
}
.archive-post .post-image {
	margin: 0.5em 0 1em 1em;
	float: right;
	width: 25%;
	max-width: 150px;

	border: 2px solid #fff !important;
	
	-webkit-box-shadow: 0 0 5px #bfbfbf;
	-moz-box-shadow: 0 0 5px #bfbfbf;
	box-shadow: 0 0 5px #bfbfbf;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.archive-post .post-image:hover,
.archive-post .post-image:focus {
	-webkit-box-shadow: 0 0 0 5px #d1d1d1;
	-moz-box-shadow: 0 0 0 5px #d1d1d1;
	box-shadow: 0 0 0 5px #d1d1d1;
}

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

.sticky {}  
.sticky .header {
	background: #404040;
	border: 0;
	padding: 0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.sticky .post-title {
	border-bottom: 1px solid rgba(255,255,255,0.25);
	padding: 10px 20px;
	margin: 0;
}
.sticky .post-title a,
.sticky .post-title a:active,
.sticky .post-title a:visited {
	color: #fff;
	text-decoration: none;
}
.sticky .post-title a:hover,
.sticky .post-title a:focus {
	color: #fff;
}
.sticky .info {
	padding: 10px 20px;
	color: #fff;
	border: 0;
}
.sticky .info a,
.sticky .info a:active,
.sticky .info a:visited {
	color: #fff;
}
.sticky .info a:hover,
.sticky .info a:focus {
	color: #fff;
}

	/* ------------------------------ Format Status */

.front-post.format-status {
	background: #404040;
	border: 0;
	padding: 0;
	margin-left: -40px;
	margin-right: -40px;
	color: #e3e3e3;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.front-post.format-status:first-child {
	margin-top: -40px;
}
.front-post.format-status .header {
	background: transparent;
}
.front-post.format-status .post-image {
	margin: 0;
}
.front-post.format-status .post-title {
	border-bottom: 1px solid rgba(255,255,255,0.25);
	padding: 20px 40px;
	margin: 0;
}
.front-post.format-status .post-title a,
.front-post.format-status .post-title a:active,
.front-post.format-status .post-title a:visited,
.front-post.format-status .post-title a:hover,
.front-post.format-status .post-title a:focus {
	color: #fff;
}
.front-post.format-status .info {
	padding: 10px 40px;
	color: #bfbfbf;
	border: 0;
}
.front-post.format-status .info a,
.front-post.format-status .info a:active,
.front-post.format-status .info a:visited {
	color: #bfbfbf;
}
.front-post.format-status .info a:hover,
.front-post.format-status .info a:focus {
	color: #fff;
}
.front-post.format-status .article {
	padding: 0 40px 20px;
}

	/* ------------------------------ Single-Post - Meta Infos */

.post-info {
	margin: 0 0 40px;
	overflow: auto;
	height: 100%;
}
.post-info > * {
	float: none;
	margin: 10px 0;
}
.post-info > *:first-child {
	margin: 0 0 10px;
}



	/* ------------------------------ Single-Post - Author Infos */

.author-meta {
	margin: 0;
	overflow: auto;
	height: 100%;
	
	font-size: 0.9em;
	line-height: 1.4em;
	color: #808080;
}
.author-meta .author_avatar {}
.author-meta .author_avatar .avatar {
	display: block;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	margin: 0 0 20px;
}
.author-meta .author_meta_row {
	display: block;
	margin: 20px 0 0;
}
.author-meta .author_meta_row:first-child {
	margin: 0;
}
.author-meta .author_meta_row .label {
	display: block;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: 700;
	color: #404040;
}


/* __________________________________________________________________.06 Comments */


	/* ------------------------------ Comment List */

#replys {
	clear: both;
	overflow:auto;
}
.nocomments {
	display: none;
}
#comments {
	margin: 1em 0;
}
.commentlist {
	margin: 0;
	list-style: none;
}
.commentlist li {
	position: relative;
	border-top: 3px solid #404040;
	padding: 0 0 0 24px;
	margin: 0 0 5em;
}
.commentlist li .comment-number {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #404040;
	color: #fff;
	z-index: 100;
	font-weight: 700;
}
.commentlist ul {
	list-style: none;
	border-bottom: 1px solid #bfbfbf;
}
.commentlist li li {
	overflow: auto;
	background: rgba(0,0,0,0.05);
	border-top: 1px solid #bfbfbf;
	padding: 0;
	margin: 0;
}
.commentlist ul ul {
	margin: 0;
	border-bottom: 0;
}


	/* ------------------------------ Comment Content */

.comment-body {
	margin: 0x;
	position: relative;
	overflow: auto;
}
.comment-body .comment-info {
	width: 20%;
	padding: 0 2%;
	float: left;
}
.comment-body .comment-text {
	width: 70%;
	padding: 0 2%;
	float: right;
}
.comment-body .unlock {
	font-weight: 700;
	color: #181818;
}
.comment-body .comment-author {
	margin: 1.5em 0 0;
}
.comment-body .comment-author .avatar {
	float: left;
	margin: 0 10px 10px 0;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.comment-body .comment-author .fn {
	font-size: 1em;
	font-weight: 700;
	color: #404040;
}
.comment-body .comment-author .fn  a, 
.comment-body .comment-author .fn  a:active,
.comment-body .comment-author .fn  a:visited,
.comment-body .comment-author .fn  a:hover,
.comment-body .comment-author .fn  a:focus {
	color: inherit;
}
.comment-body .comment-meta {
	margin: 0 0 1.5em;
	clear: both;
	font-size: 0.8em;
}
.comment-body .comment-meta a, 
.comment-body .comment-meta a:active,
.comment-body .comment-meta a:visited {
	color: #808080;
}
.comment-body .comment-meta a:hover,
.comment-body .comment-meta a:focus {
	color: #404040;
}
.comment-body .reply {
	display: block;
}
.comment-body .reply a, 
.comment-body .reply a:active,
.comment-body .reply a:visited {
	color: #fff;
	background: #bfbfbf;
	padding: 0 0.3em;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.comment-body .reply a:hover,
.comment-body .reply a:focus {
	color: #fff;
	background: #808080;
}

	/* ------------------------------ Pingbacks */

.pingback {
	border-top: 1px dashed #000;
	padding: 30px 0 30px 10px;
}
.pingback .comment-body {
	padding: 0;
}
.pingback .comment-body .comment-author .avatar,
.pingback .comment-body .reply {
	display: none;
}

	/* ------------------------------ Commentform */

#respond {}
#respond h3 {
	margin: 10px 0;
}
#commentform {
	overflow: auto;
	padding: 0 10px;
	margin: 2em 0 0;
	background: #404040;
	color: #bfbfbf;
}
#commentform p {
	margin: 10px 0;
	overflow: auto;
}
#commentform label {
	padding: 0;
	font-size: 0.75em;
}
#commentform .input {
	float: right;
	clear: right;
	width: 70%;
}
#commentform input[type="text"] {
	padding: 5px;
	
	border: 0;
}
#commentform textarea {
	height: 160px;
	padding: 5px;

	border: 0;
}
#commentform input[type="submit"] {
	padding: 5px;
	background: #bfbfbf;
}
#commentform input[type="submit"]:hover,
#commentform input[type="submit"]:focus {
	background: #808080;
}


/* __________________________________________________________________.07 Layout */

body {
	background: #f4f4f4 url('images/bg-main.png') repeat top center scroll;
	background-size: 100px 100px;
}
.inside {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 40px;
}

	/* ------------------------------ Header */

#main-nav-outside {
	background: #472b69;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3MmI2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTQ5N2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #472b69 0%, #65497f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#472b69), color-stop(100%,#65497f));
	background: -webkit-linear-gradient(top,  #472b69 0%,#65497f 100%);
	background: -o-linear-gradient(top,  #472b69 0%,#65497f 100%);
	background: -ms-linear-gradient(top,  #472b69 0%,#65497f 100%);
	background: linear-gradient(to bottom,  #472b69 0%,#65497f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472b69', endColorstr='#65497f',GradientType=0 );
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#main-nav-inside {}

#header-outside {}
#header-inside {}

#logo {
	float: left;
	clear: left;
	width: 480px;
	max-width: 50%;
	padding: 0;
	font-family: 'PoliticsHeadBold', 'Helvetica Neue', 'Arial', Sans-Serif;
	font-size: 2.8em;
	line-height: 100%;
	vertical-align: bottom;
	text-transform: uppercase;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
	
	z-index: 9999;
}
#logo a,
#logo a:active,
#logo a:visited,
#logo a:hover,
#logo a:focus {
	color: #303d40;
}
#logo img {
	display: block;
}
#logo-text {
	display: block;
	padding: 55px 0;
	line-height: 75%;
}
#description-outer {
	float: right;
	clear: right;
	max-width: 33%;
	margin: 35px 0;
	padding: 0;
	line-height: 100%;
	display: table;
}
#description-inner {
	display: table-cell;
	vertical-align: middle;
}
#description {
	display: block;
	text-align: right;

	color: #808080;
}
#header-social-links {
	margin: 0 auto 10px;
	text-align: right;
}


#breadcrumb-outside {}
#breadcrumb-inside {}


	/* ------------------------------ Wrapper */

#wrapper-outside {}
#wrapper-inside {
}

#container {
	padding: 0 0 40px;
}
#full {
	position: relative;
	overflow: auto;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 40px;
	background: #fff;
	border: 1px solid #e3e3e3;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
#content {
	position: relative;
	width: 73%;
	float: left;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 40px;
	background: #fff;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
#sidebar {
	position: relative;
	width: 23%;
	float: right;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	/* ------------------------------ Footer */


#footer-top-outside {
	background: #232323;
	padding: 10px 0;
}
#footer-top-inside {}
#footer-search {
	float: right;
	width: 23%;
}
#footer-social-links {
	float: left;
}

#footer-outside {
	background: #181818;
	padding: 40px 0;
	border-top: 1px solid #333;
}
#footer-inside {}

#footer-widgets {
	margin: 0 auto 80px;
	
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;

	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

#footer-nav-outside {
background: rgb(69,72,77);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );


	padding: 40px 0;
	border-top: 1px solid #404040;
}
#footer-nav-inside {}

#end-outside {
	background: #000;
	font-size:1em;
}
#end-inside {}
#end {
	font-size: 0.7em;
	padding: 0.5em 0;
	text-align: center;
	font-family: Arial,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
#end a {
	color: #b2b2b2 !important;
}
#end a:hover,
#end a:focus {
	color: #fff !important;
}



	/* ------------------------------ Archives */

.heading {
	padding: 0;
	margin: 0 0 40px;
	overflow: auto;

	font-size: 0.9em;
	line-height: 1.3em;
	color: #808080;
}
.heading a {
	color: #61B39D;
}
.heading .avatar {
	float: left;
	margin: 0 20px 0 0;
	display: inline;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.heading .sub-title-links {
	overflow: auto;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #404040;
}
.heading .sub-title-links .sub-title-link {
	margin: 0 20px 0 0;
	float: left;
}
.heading .sub-title-links .sub-title-link .label {
	font-size: 0.813em;
	line-height: 1.125em;
	color: #404040;
}
.heading .sub-title-description {
	display: block;
}

	/* ------------------------------ Social Icons */

.social-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 2px 0;
	text-indent: -10000px;
	text-align: center;
	background-color: #0077b3;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.social-icon:hover,
.social-icon:focus {
	background-color: #404040 !important;
}
.social-icon.rss {
	background-image: url('images/icon-social-rss.png');
	background-color: #ee9900;
}
.social-icon.twitter {
	background-image: url('images/icon-social-twitter.png');
	background-color: #3ea9dd;
}
.social-icon.facebook {
	background-image: url('images/icon-social-facebook.png');
	background-color: #3c5a98;
}
.social-icon.google {
	background-image: url('images/icon-social-plus.png');
	background-color: #d14836;
}
.social-icon.youtube {
	background-image: url('images/icon-social-youtube.png');
	background-color: #c6312b;
}
.social-icon.mail {
	background-image: url('images/icon-social-mail.png');
	background-color: #efbf00;
}
.social-icon.podcast {
	background-image: url('images/icon-social-podcast.png');
	background-color: #408ad2;
}


/* __________________________________________________________________.08 Frontpage */


.no-js #front-page-header-outside {
	display: none;
}
#front-page-header-outside {
	position: relative;
}
#front-page-header-inside {
	position: relative;
}
#toggling {
	background: #232323;
	margin: 0 0 40px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

#slideshow {
	position: relative;
	width: 100%;
	height: 320px;
}

#front-page-slider {
	height: 320px;
	overflow: hidden;
}
#front-page-slider .front-page-slide {
	overflow: hidden;
	width: 100% !important;
	height: 320px !important;
	background: #404040;
	position: relative;
	background: url('images/bg-featured-1.jpg') no-repeat scroll 0 0 #404040;
}
#front-page-slider li:nth-child(1n) .front-page-slide {
	background: url('images/bg-featured-1.jpg') no-repeat scroll 0 0 #404040;	
}
#front-page-slider li:nth-child(2n) .front-page-slide {
	background: url('images/bg-featured-2.jpg') no-repeat scroll 0 0 #404040;
}
#front-page-slider li:nth-child(3n) .front-page-slide {
	background: url('images/bg-featured-3.jpg') no-repeat scroll 0 0 #404040;
}
#front-page-slider li:nth-child(4n) .front-page-slide {
	background: url('images/bg-featured-4.jpg') no-repeat scroll 0 0 #404040;
}
#front-page-slider li:nth-child(5n) .front-page-slide {
	background: url('images/bg-featured-5.jpg') no-repeat scroll 0 0 #404040;
}

#front-page-slider .front-page-slide .slide-image {
	width: 100%;
	height: 320px;
	overflow: hidden;
	background: #181818;
}
#front-page-slider .front-page-slide .slide-image img {
	min-height: 100%;
	min-width: 100%;
	max-width: 150%;
}
#front-page-slider .front-page-slide .slide-text {
	max-width: 92%;
	margin: 0 0 32px 32px;
	height: auto;
	padding: 10px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}

#front-page-slider .front-page-slide .slide-text .slide-text-title {
	margin: 0;
	padding: 4px 10px;
	font-size: 36px;
	line-height: 38px;
	color: #000;
	background: #ffcc04;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzkyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #ffcc04 0%, #f39200 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffcc04), color-stop(100%,#f39200));
	background: -webkit-linear-gradient(left,  #ffcc04 0%,#f39200 100%);
	background: -o-linear-gradient(left,  #ffcc04 0%,#f39200 100%);
	background: -ms-linear-gradient(left,  #ffcc04 0%,#f39200 100%);
	background: linear-gradient(to right,  #ffcc04 0%,#f39200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc04', endColorstr='#f39200',GradientType=1 );
	border: 5px solid #FFF;
	transform: rotate(358.5deg) ;
	-webkit-transform: rotate(358.5deg) ;
	-moz-transform: rotate(358.5deg) ;
	-o-transform: rotate(358.5deg) ;
	-ms-transform: rotate(358.5deg) ;
}
#front-page-slider .front-page-slide .slide-text .slide-text-title a {
	color: #000;
}

#front-page-adverts {
	width: 100%;
	height: 60px;

	background: #bfbfbf;
	font-size: 16px;
	line-height: 100%;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-o-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;

	overflow: hidden;

	background: #472b69;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3MmI2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTQ5N2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #472b69 0%, #65497f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#472b69), color-stop(100%,#65497f));
	background: -webkit-linear-gradient(top,  #472b69 0%,#65497f 100%);
	background: -o-linear-gradient(top,  #472b69 0%,#65497f 100%);
	background: -ms-linear-gradient(top,  #472b69 0%,#65497f 100%);
	background: linear-gradient(to bottom,  #472b69 0%,#65497f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472b69', endColorstr='#65497f',GradientType=0 );
	border-top: 5px solid #FFF;
}
#front-page-adverts #featured-links {
	text-transform: uppercase;
}
#front-page-adverts #featured-links ul {
	margin: 0;
	list-style: none;
}
#front-page-adverts #featured-links ul li {
	display: table;
	width: 25%;
	position: relative;
	float: left;

	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#front-page-adverts #featured-links ul li:hover,
#front-page-adverts #featured-links ul li:focus {
	-webkit-box-shadow: inset 0 4px 12px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 4px 12px rgba(0,0,0,0.2);
	box-shadow: inset 0 4px 12px rgba(0,0,0,0.2);

	background: #65497F;
}
#front-page-adverts #featured-links ul li .featured-link {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 59px;

	color: #FFF;
	font-weight: 400;

	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;

	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#front-page-adverts #featured-links ul li:first-child .featured-link {
	border-left: 1px solid #FFF;
}
#front-page-adverts #featured-links ul li:hover .featured-link,
#front-page-adverts #featured-links ul li:focus .featured-link {
	color: #fff;
}

#front-page-header-image-outside {
	position: relative;
}
#front-page-header-image-inside {
	position: relative;
}
.custom-header {
	height: 320px;
	margin: 0 0 40px;
}

/* __________________________________________________________________.09 Widgets */
	
.widget {
	overflow: auto;
	height: 100%;
	padding: 20px;
	margin: 0 0 4em;

	font-size: 0.8em;
	line-height: 1.3em;

	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #523671;
	color: #FFF;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}
.widget-inner {
	overflow: auto;
	height: 100%;

	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;


	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-title {
	color: #FFF;
	padding: 0 0 0.5em;
	margin: 0;
}
.widget a,
.widget a:active,
.widget a:visited {
}
.widget a:hover,
.widget a:focus {
}

.widget ul {
	margin: 0;
	list-style: none;
}
.widget ul li {
	border-bottom: 1px solid #808080;
	padding: 1em 0;
	margin: 0;
}




/* Specials */

#text-2 {
	background-image: url(images/bg-newsletter.png);
	background-repeat: no-repeat;
	background-position: right -10px;
}

#text-3 {
	background-image: url(images/bg-support.png);
	background-repeat: no-repeat;
	background-position: right -10px;
}


/* Newsletter-Formular */

#text-2 form {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #FFFFFF;
    float: left;
    margin: 10px 0;
    padding: 0;
}

#text-2 #inputEmail {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    box-shadow: none;
    color: #FFF;
    float: left;
    margin: 0 10% 0 0;
    padding: 8px;
    width: 65%;
}

#text-2 button {
    background: none repeat scroll 0 0 transparent;
    border: none;
    color: #FFF;
    float: right;
    font-size: 1.2em;
	padding: 0;
	margin: 7px;
}

	/* ------------------------------ Widget Sidebar */

.widget-sidebar {}
.widget-sidebar:first-child {
	padding-top: 0;
}
.widget-sidebar:last-child {
	padding-bottom: 0;
}
.widget-sidebar .widget-inner {
	padding: 0;
}
.widget-sidebar .widget-title {}


	/* ------------------------------ Widget Footer */

.widget-footer {
	color: #808080;
}
.widget-footer .widget-inner {
	min-height: 13.37em;
}
.widget-footer .widget-title {
	color: #bfbfbf;
}
.widget-footer ul {}
.widget-footer ul li {
	border-bottom: 1px solid #404040;
}
.widget-footer a,
.widget-footer a:active,
.widget-footer a:visited {
	color: #bfbfbf;
}
.widget-footer a:hover,
.widget-footer a:focus {
	color: #fff;
}

	/* ------------------------------ Widget Types */

	/* Widget Banner */

.widget_banner {}
.widget_banner .widget-inner {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

	/* Widget Submenu */

.widget_nav_menu,
.widget_pages {
	margin: -20px -20px 30px -20px;
	background: transparent !important;
}
.widget-footer.widget_nav_menu,
.widget-footer.widget_pages {
	position: relative;
	top: -20px;
}
.widget_nav_menu .widget-inner,
.widget_pages .widget-inner {
	background: #232323 !important;
	border: 0 !important;
	padding: 20px !important;
}

.widget_pages .widget-inner {
	background: transparent !important;
	padding: 0 !important;
}

.widget_nav_menu .widget-title,
.widget_pages .widget-title {
	border-bottom: 1px solid #523671;
	color: #523671;
	margin: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.widget_nav_menu ul,
.widget_pages ul {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0;
}
.widget_nav_menu ul li,
.widget_pages ul li {
	border: 0;
	border-top: 1px dotted #8B8B8B ;
	padding: 0;
}
.widget_nav_menu ul li:hover,
.widget_nav_menu ul li:focus,
.widget_pages ul li:hover,
.widget_pages ul li:focus {
	background: transparent;
}
.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child {
	border: 0;
}
.widget_nav_menu ul li a,
.widget_pages ul li a  {
	display: block;
	padding: 0.5em 0;
}
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li a:focus,
.widget_pages ul li a:hover,
.widget_pages ul li a:focus {
	background: transparent;
}
.widget_nav_menu ul li.current_page_item > a,
.widget_pages ul li.current_page_item > a {
	color: #000 !important;
}
.widget_nav_menu ul ul,
.widget_pages ul ul {
	border-top: 1px solid #523671;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
.widget_nav_menu ul ul li,
.widget_pages ul ul li {
	margin: 0 0 0 20px;
}
.widget_nav_menu ul ul ul,
.widget_pages ul ul ul {
	font-size: 1em;
}

	/* Widget Text */

.widget_text {
	text-align: left;
}

	/* Widget Calendar */


.widget_calendar {}
.widget_calendar .widget-inner {} 

#wp-calendar {
	position: relative;
	overflow: visible;

	text-align: center;
	width: 100%;
	border: 0;
}
.widget_calendar caption {
	height: 2em;
	line-height: 2em;
	margin: 0;
	padding: 0 0 0.3em;
	border-bottom: 1px solid #808080;
}
.widget_calendar tr {
	border: 0;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	height: 2em;
	line-height: 2em;
	border: 2px solid transparent;
}
.widget_calendar tfoot {
	height: 0;
}
.widget_calendar tfoot .pad {
	display: none;
}
.widget_calendar #prev,
.widget_calendar #next {
	width: 22%;
	white-space: nowrap;
	border: 0;
	display: block;
	position: absolute;
	top: 0;
}
.widget_calendar #prev {
	float: left;
	left: 0;
}
.widget_calendar #next {
	float: right;
	right: 0;
}
.widget_calendar #prev a,
.widget_calendar #next a {
	text-align: center;
	display: block;
}
.widget_calendar .pad {}
.widget_calendar #today {
	color: #f80;
	font-weight: 700;
}
.widget_calendar tbody a {
	display: block;
	color: #000;
	background: rgba(0,0,0,0.1);
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background: rgba(0,0,0,0.2);
}
.widget-footer.widget_calendar tbody a {
	color: #fff;
	background: rgba(255,255,255,0.1);
}
.widget-footer.widget_calendar tbody a:hover,
.widget-footer.widget_calendar tbody a:focus {
	background: rgba(255,255,255,0.2);
}



	/* Widget Tagcloud */

.widget_tag_cloud {}
.widget_tag_cloud .tagcloud {
	padding: 0.5em 0;
}
.widget_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a:active,
.widget_tag_cloud .tagcloud a:visited {
	font-size: inherit !important;
	display: inline-block;
	background: #0077b3;
	color: #fff;
	padding: 0.3em 0.6em;
	margin: 0.15em 0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus {
	background: #404040;
	color: #fff;
}

.widget-footer.widget_tag_cloud a,
.widget-footer.widget_tag_cloud a:active,
.widget-footer.widget_tag_cloud a:visited {
	color: #000;
}
.widget-footer.widget_tag_cloud a:hover,
.widget-footer.widget_tag_cloud a:focus {
	background: #bfbfbf;
	color: #000;
}

	/* Widget RSS */

.widget_rss {}
.widget_rss ul {}
.widget_rss ul li {}
.widget_rss ul li a.rsswidget {
	display: block;
	font-weight: 700;
	margin: 1em 0;

	font-size: 1.2em;
	line-height: 1.2em;
}
.widget_rss ul li span.rss-date {
	display: block;
	margin: 0 0 2em;

	font-weight: 700;
	font-size: 0.8em;
	line-height: 1.1em;
}
.widget_rss ul li .rssSummary {
	font-size: 0.8em;
	line-height: 1.3em;
}
.widget_rss ul li cite {
	display: block;
	margin: 1em 0;

	font-weight: 700;
	font-size: 0.8em;
	line-height: 1.1em;
}

	/* Widget Meta */

.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {
	padding: 0;
}
.widget_meta ul li a {
	display: block;
	padding: 1em 0;
}

	/* Widget Archive */

.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {
	padding: 0;
}
.widget_archive ul li a {
	display: block;
	padding: 1em 0;
}

	/* Widget Links */

.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}

	/* Widget Recent Entries */

.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {
	padding: 0;
}
.widget_recent_entries ul li a {
	display: block;
	padding: 1em 0;
}

	/* Widget Search */

.widget_search {}
.widget_search .searchform {
	background: #fff;
	border: 1px solid #bfbfbf;
}
.widget_search .searchform .searchinput {}
.widget_search .searchform .searchinput:hover,
.widget_search .searchform .searchinput:focus {}
.widget_search .searchform .searchsubmit {}
.widget_search .searchform .searchsubmit:hover,
.widget_search .searchform .searchsubmit:focus {}


/* __________________________________________________________________.10 Navigation */



	/* ------------------------------ Postnav */

.post-nav {
	overflow: auto;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 auto 40px;
}
.post-nav a,
.post-nav a:active,
.post-nav a:visited {
	color: #fff;
	
	padding: 5px 10px;
}
.post-nav a:hover,
.post-nav a:focus {
	color: #fff;
}
.post-nav .post-nav-prev,
.post-nav .post-nav-next {
	display: block;
	width: auto;
	line-height: 1.6em;
	text-align: center;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	background-color: #0077b3;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	
	width: 49.5%;
}
.post-nav .post-nav-prev:hover,
.post-nav .post-nav-prev:focus,
.post-nav .post-nav-next:hover,
.post-nav .post-nav-next:focus {
	background-color: #404040;
}
.post-nav .post-nav-prev a,
.post-nav .post-nav-next a {
	display: block;
}

.post-nav .post-nav-prev {
	float: left;
	
	background-image: url('images/arrow-bold-left.png');
	background-position: left center;
}
.post-nav .post-nav-prev a {
	padding-left: 30px;
}
.post-nav .post-nav-next {
	float: right;

	background-image: url('images/arrow-bold-right.png');
	background-position: right center;
}
.post-nav .post-nav-next a {
	padding-right: 30px;
}


	/* ------------------------------ Pagination */

#pagination {
	clear: both;
	float: none;
	overflow: auto;
	padding: 0.1em 0;
	margin: 0;
	text-align: center;
}
#pagination .pagination-info {
	float: left;
	color: #bfbfbf;
	line-height: 2em;
	display: block;
}
#pagination .pagination {
	float: right;
}

#pagination .pagination a,
#pagination .pagination span {
	display: inline-block;
	text-align: center;
	color: #0077b3;
	width: 2em;
	height: 2em;
	line-height: 2em;
	margin: 0;
	border: 1px solid #bfbfbf;
	margin: 0 0 0 -1px;
}
#pagination .pagination span {
	color: #bfbfbf;
}
#pagination .pagination a.pagination-current-page {
	background: #f4f4f4;
	color: #808080;
}
#pagination .pagination .pagination-previous {
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
#pagination .pagination .pagination-next {
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
#pagination .pagination a:hover,
#pagination .pagination a:focus {
	background: #f4f4f4;
}
#pagination .pagination .pagination-dots {
	color: #808080;
}







.pagination_post {
	text-align: right;
}
.pagination_post a {
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #0077b3;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagination_post a:hover,
.pagination_post a:focus {
	background: #404040;
}


	/* ------------------------------ Breadcrumb */

#breadcrumb {
	padding: 0;
	margin: 0;

	color: #808080;
}
#breadcrumb .breadcrumb-seperator {}
#breadcrumb .breadcrumb-item {
	color: #0077b3;
}


	/* ------------------------------ Header Navigation */

#main-nav {
	font-size: 1.4em;
}
#main-nav div {
	display: block;
}
#main-nav ul {
	padding: 0;
}
#main-nav ul li {
	float: left;
	margin: 0;
	position: relative;
}
#main-nav ul li:hover,
#main-nav ul li:focus {
	background: #65497F;
}
#main-nav ul li a {
	color: #FFF;
	display: block;
	margin: 0;
	padding: 0 1.3em;
	height: 2.8em;
	line-height: 2.8em;
   /*Transition*/
    -webkit-transition: background-position .4s ease-in-out, -webkit-transform .3s ease;
    -moz-transition: background-position .4s ease-in-out, -moz-transform .3s ease;
    -o-transition: background-position .4s ease-in-out, -o-transform .3s ease;
    -ms-transition: background-position .4s ease-in-out, -ms-transform .3s ease;
    transition: background-position .4s ease-in-out, transform .3s ease;
}
#main-nav ul > li.has-children > a {
	padding: 0 1.4em 0 0.7em;
}
#main-nav ul > li.has-children > a:after {
	content: '»';
	font-size: 1em;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0.3em;
	color: #f80;

  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
#main-nav ul > li > a:hover,
#main-nav ul > li > a:focus,
#main-nav ul > li.current-menu-item > a,
#main-nav ul > li.current_page_item > a {
	color: #fff;
}

#main-nav ul > li.menu-item-home a {
	text-indent: -10000px;
	min-width: 32px;
	background: url('images/bg-menu-home.png') no-repeat scroll center center;
}
#main-nav ul > li.menu-item-home a:hover,
#main-nav ul > li.menu-item-home a:focus,
#main-nav ul > li.menu-item-home.current-menu-item a {
	background: url('images/bg-menu-home-hover.png') no-repeat scroll center center;
}

#main-nav ul ul {
	min-height: 1em;
	display: none;
	float: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 99999;
	min-width: 10em;
	
	background: #fff;
	border: 1px solid #bfbfbf;
}
#main-nav ul ul ul {
	left: 100%;
	margin: 0;
	padding: 0;
	top: -1px;
}
#main-nav li li {
	border: 0;
	border-bottom: 1px solid #bfbfbf;
	margin: 0;
	padding: 1px;
	position: relative;
	float: none;
	font-size: 0.8em;
}
#main-nav li li li {
	font-size: 1em;
}
#main-nav li li:hover,
#main-nav li li:focus {
	background: rgba(0,0,0,0.1);
}
#main-nav li li:last-child {
	border-bottom: 0;
}
#main-nav ul ul a {
	background: transparent;
	color: #404040;
	display: block;
	height: auto;
	line-height: 1em;
	margin-bottom: 0;
	padding: 10px;
	white-space: nowrap;
}
#main-nav ul ul li.current-menu-item > a,
#main-nav ul ul li.current_page_item > a,
#main-nav ul ul a:hover,
#main-nav ul ul a:focus {
	background: rgba(0,0,0,0.1);
	color: #232323;
}
#main-nav ul ul > li.has-children > a {
	padding: 10px;
}
#main-nav ul ul > li.has-children > a:after {
	color: #232323;
	content: '»';
	position: absolute;
	top: 0;
	right: 15px;
	padding: 10px 0;

  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
#main-nav ul li:hover > ul,
#main-nav ul li:focus > ul {
	display: block;
}

#main-nav .menu-toggle {
	display: none;
	text-align: center;
	text-indent: -10000px;
	background: #232323 url('images/bg-menu-toggle.png') no-repeat scroll center center;
	padding: 0.7em;
	margin: 0;
		border-top: 1px solid rgba(255,255,255,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.5);
}


#main-nav .searchform {
    background-color: rgba(0, 0, 0, 0.25);
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    float: right;
    margin: 5px;
    padding: 0;
	color: #FFF;
	width: 230px;
}

#main-nav .searchform .searchinput {
	color: #FFF;
	padding: 8px;
	width: 170px;
}

#main-nav .searchform .searchsubmit, #main-nav .searchform .searchsubmit:hover, #main-nav .searchform .searchsubmit:focus {
	background: url('images/icon-search-w.png') center center scroll no-repeat;
	background-size: 14px 14px;
}


/* Specials */
#main-nav ul li.topics a {
	background: url('images/icon-topics.png') no-repeat scroll 15px 5px;
	padding-left: 5.5em;
	min-height: 45px;
}

#main-nav ul li.humans a {
	background: url('images/icon-humans.png') no-repeat scroll 15px 5px;
	padding-left: 4.5em;
	min-height: 45px;
}

#main-nav ul li.support a {
	background: url('images/icon-support.png') no-repeat scroll 15px 5px;
	padding-left: 4.3em;
	min-height: 45px;
}

/* Change Background-Image-Position */
#main-nav ul li.topics a:hover, #main-nav ul li.humans a:hover, #main-nav ul li.support a:hover {
	background-position: 15px -1px;
}

	
	/* ------------------------------ Footer Navigation */

#footer_navigation {
	overflow: auto;
	clear: both;
	padding: 0;
	margin: 0 -1em;
}
#footer_navigation ul {
	text-transform: uppercase;
	line-height: 100%;
	font-size: 1em;
	line-height: 1em;
	font-weight: 700;
}
#footer_navigation ul li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	color: #404040;
}
#footer_navigation ul li a {
	display: block;
	padding: 0 1em;
	height: 2em;
	overflow: hidden;
}
#footer_navigation ul li a,
#footer_navigation ul li a:active,
#footer_navigation ul li a:visited {
	color: #fff;
}
#footer_navigation ul ul {
	float: none;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: 400;
	text-transform: none;
}
#footer_navigation ul ul li {
	float: none;
	width: auto !important;
}
#footer_navigation ul ul li a {
	height: auto;
	padding: 0.5em 1.25em;
}
#footer_navigation ul ul li a,
#footer_navigation ul ul li a:active,
#footer_navigation ul ul li a:visited {
	color: #bfbfbf;
}
#footer_navigation ul ul li:hover a,
#footer_navigation ul ul li:focus a {
	color: #fff;
}


	/* ------------------------------ Frontpage News */


#frontpage-news {
	
}

#frontpage-news h2 {
	color: #666;
	margin: 0.5em 0;
	font-size: 1.5em;
}

#frontpage-news li {
	list-style-type: none;
	font-size: 100%;
	display: block;
	min-height: 32px;
}

#frontpage-news .news-date {
	color: #666;
	min-width: 85px;
	display: block;
	float: left;
}

#frontpage-news li a {
	font-weight: bold;
}


	/* ------------------------------ Veranstaltungskalender */

/* Kalenderwidget */
.widget_ai1ec_agenda_widget {
	background-image: url(images/bg-calendar.png);
	background-repeat: no-repeat;
	background-position: right -10px;
}

.ai1ec-agenda-widget-view .ai1ec-event > a {
	background: none !important;
	border: none !important;
	color: #FF9F40 !important;
}

.ai1ec-agenda-widget-view .ai1ec-event > a:hover {
	color: #FF7F00 !important;
}

/* amr ical events plugin */
.events {
	background-image: url(images/bg-calendar.png);
	background-repeat: no-repeat;
	background-position: right -10px;
}
.events th.group { color:#000;  background: rgba(255,255,255, 0.6);  padding:0.25em 0.4em; text-align:center; font-weight:bold; }
.events td.amrcol1 { color:#fff;  background: rgba(255,255,255, 0.2);  padding:0.25em 0.4em; }
.events td.amrcol2.lastcol { padding:2px; }

/* __________________________________________________________________.11 Media Queries */


	/* ------------------------------ Tablets */

@media only screen and (max-width: 860px) {
	.inside {
		width: auto;
	}
	#header-outside {}
	#header-inside {}
	#logo {}
	#main-nav div {
		display: block;
	}
	#main-nav ul {
	}
	#main-nav ul ul > li {
		margin: auto;
	}
	#footer-top-search {
		width: 25%;
	}
	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
		margin: 100px 0 0;
		padding: 0;
		
		-moz-column-count: 2;
		-moz-column-gap: 40px;
		-webkit-column-count: 2;
		-webkit-column-gap: 40px;
		column-count: 2;
		column-gap: 40px;
	}
	#front-page-header-inside {
		width: auto;
	}
	#front-page-slider {
		height: 240px;
	}
	#front-page-slider .front-page-slide {
		height: 240px !important;
	}
	#front-page-slider .front-page-slide .slide-image {
		height: 240px;
	}
	#front-page-slider .front-page-slide .slide-text .slide-text-title {
		font-size: 28px;
		line-height: 42px;
	}
	#front-page-slider .front-page-slide .slide-text .slide-text-title a {}
	#slideshow #prev,
	#slideshow #next {
		display: block !important;
		bottom: 86px;
		width: 48px;
		color: #fff;
		background-color: rgba(0,0,0,0.5);
	}
	#slideshow #prev:hover,
	#slideshow #prev:focus,
	#slideshow #next:hover,
	#slideshow #next:focus {
		background-color: rgba(0,0,0,0.75);
		color: #fff;
	}
	#slideshow {
		width: 100%;
		height: 240px;
	}
	.custom-header {
		height: 240px;
	}
	
	#footer-widgets {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.widget-sidebar {
		padding: 0 0 50px;
		border: 0;
	}
	.widget-sidebar .widget-inner {
		padding: 10px;
	}
	
	#main-nav .searchform {
    	width: 130px;
	}

	#main-nav .searchform .searchinput {
		width: 90px;
	}
	
	.widget_nav_menu, .widget_pages {
		margin: 0 0 30px 0;
	}
		
}

	/* ------------------------------ Smartphones */


@media only screen and (max-width: 640px)  {
	#main-nav {
		border: 0;
		padding: 0;
		margin: 0;
		text-shadow: 0 -1px 0 #000;
	}
	.js #main-nav .menu-toggle {
		display: block;
	}
	.js #main-nav div, .js #main-nav .searchform {
		display: none;
	}
	#main-nav ul,
	#main-nav ul ul,
	#main-nav ul ul ul {
		display: block;
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
		position: relative;
		left: auto;
		top: auto;
		border: 0;
		background: #232323;
	}
	#main-nav ul {
		font-size: 1.4em;
	}
	.no-js #main-nav ul {
		font-size: 1em;
	}
	#main-nav ul ul {
		background: rgba(0,0,0,0.333);
		font-size: 1em;
		
		-webkit-box-shadow: inset 0 2px 4px #000;
		-moz-box-shadow: inset 0 2px 4px #000;
		box-shadow: inset 0 2px 4px #000;
	}
	#main-nav ul ul:before {
		display: none;
	}
	#main-nav ul ul ul {
		background: rgba(0,0,0,0.666);
		font-size: 1em;
		border-bottom: 0;
	}
	#main-nav ul li,
	#main-nav ul ul li,
	#main-nav ul ul ul li {
		float: none;
		padding: 0;
		margin: 0;
		border: 0;
		background: transparent;
		border-top: 1px solid rgba(255,255,255,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.5);
	}
	#main-nav ul li a,
	#main-nav ul ul li a,
	#main-nav ul ul ul li a,
	#main-nav ul > li.menu-item-home a {
		text-indent: 0;
		margin: 0;
		color: #808080;
		background: transparent;
		width: auto;
		padding-left: 7em !important;
	}
	#main-nav ul li,
	#main-nav ul li:first-child {
		margin: 0;
	}
	#main-nav ul li > a,
	#main-nav ul > li.has-children > a {
		color: #bfbfbf;
	}
	#main-nav ul li:hover,
	#main-nav ul li:focus {
		background: transparent;
	}
	#main-nav ul ul li,
	#main-nav ul ul li:first-child {
		margin: 0;
		border-top: 1px solid rgba(255,255,255,0.05);
		border-bottom: 1px solid rgba(0,0,0,1);
	}
	#main-nav ul > li.has-children > a:after {
		display: none;
	}
	#main-nav ul ul li a,
	#main-nav ul ul > li.has-children > a {
		padding: 0.5em 1em 0.5em 2em;
		color: #808080;
	}
	#main-nav ul ul > li.has-children > a:after {
		display: none;
	}
	#main-nav ul ul ul li {
		border-top: 1px solid rgba(255,255,255,0.05);
		border-bottom: 1px solid rgba(0,0,0,1);
	}
	#main-nav ul ul ul li a,
	#main-nav ul ul ul > li.has-children > a {
		padding: 0.5em 1em 0.5em 4em;
	}
	#main-nav ul > li > a:hover
	#main-nav ul > li > a:focus,
	#main-nav ul ul > li > a:hover,
	#main-nav ul ul > li > a:focus,
	#main-nav ul ul ul > li > a:hover,
	#main-nav ul ul ul > li > a:focus,
	#main-nav ul > li.menu-item-home a:hover,
	#main-nav ul > li.menu-item-home a:focus,
	#main-nav ul > li.current-menu-item > a,
	#main-nav ul ul > li.current-menu-item > a,
	#main-nav ul ul ul > li.current-menu-item > a,
	#main-nav ul > li.menu-item-home.current-menu-item a,
	#main-nav ul > li.current_page_item > a,
	#main-nav ul ul > li.current_page_item > a,
	#main-nav ul ul ul > li.current_page_item > a {
		color: #fff;
		background: transparent;
	}

	#pagination .pagination-info,
	#pagination .pagination {
		float: none;
		margin: 0 0 1em;
	}
	
	.inside {
		width: auto;
		padding: 0 20px;
	}
	#main-nav-inside {
		padding: 0;
		margin: 0;
	}
	#header-outside {
		padding: 0;
	}
	#header-inside {
		padding: 0;
		margin: 0;
	}
	#logo {
		width: auto;
		max-width: 100%;
		clear: both;
		float: none;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
	}
	#logo img {
		display: inline;
		max-height: 160px;
	}
	#description-outer {
		float: none;
		clear: both;
		max-width: none;
		margin: 0 auto;
	}
	#description,
	#header-social-links {
		text-align: center;
	}
	#front-page-header-outside,
	#front-page-header-image-outside {
		display: none;
	}
	#container {
		padding: 30px 0;
	}
	#full,
	#content {
		padding: 20px;
	}
	#post-nav #prev,
	#post-nav #next {
		width: auto;
		float: none;
		margin: 0 0 20px;
	}
	#wrapper-outside {}
	#wrapper-inside {
		width: auto;
		margin: 0 auto;
	}
	#content {
		width: auto;
	}
	#end {
		text-align: center;
	}
	.heading .sub-title .avatar {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.heading .sub-title .sub-title-links .sub-title-link {
		display: block;
		float: none;
	}
	#footer-social-links {
		float: none;
		text-align: center;
	}
	#footer-search {
		display: none;
	}
	#footer_navigation ul li {
		float: none;
		width: 100% !important;
		max-width: 100%;
		margin: 0 0 2em;
	}
	#footer_navigation ul li a {
	}
	#footer_navigation ul li ul {
		max-width: 100%;
	}
	#footer_navigation ul ul li {
		max-width: auto;
		margin: auto;
	}
	.post-image {
		margin: -20px -20px 20px;
		max-height: 180px;
	}
	.front-post:after {
		margin: 0 0 0 -120px;
	}

	.front-post.format-status {
		margin-left: -20px;
		margin-right: -20px;
	}
	.front-post.format-status:first-child {
		margin-top: -20px;
	}
	.front-post.format-status .post-title {
		padding: 10px 20px;
	}
	.front-post.format-status .info {
		padding: 10px 20px;
	}
	.front-post.format-status .article {
		padding: 0 20px 10px;
	}
	.post-image .meta-thumbnail-caption {
		right: 10px;
		bottom: 10px;
	}
	.post-title {
		font-size: 1.6em;
	}
	.article {
		font-size: 1em;
		line-height: 1.333em;
	}
	.front-post .replys {
		display: none;
	}
	.front-post .footer {
		display: none;
	}
	.archive-post {
		padding: 1em 20px 2em;
		margin: 0 -20px;
	}
	.archive-post:first-child {
	}
	.archive-post:last-child {
		margin-bottom: 20px;
	}
	.archive-post .header {
		margin: 0;
	}
	.archive-post .post-title {
		font-size: 1.4em;
	}
	.archive-post .post-image {
		display: none;
	}
	.comment-body .comment-info,
	.comment-body .comment-text {
		padding: 0 5%;
		width: 90%;
		float: none;
		clear: both;
	}
	#commentform .input {
		float: none;
		clear: both;
		width: 100%;
	}
	#commentform label {
		display: block;
		padding: 0;
	}
	.two-columns-one,
	.three-columns-one,
	.three-columns-two,
	.four-columns-one,
	.four-columns-two,
	.four-columns-three {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	/* Derzeit noch keine Suche */
	#main-nav .searchform {
		display: none;
	}
	
	.widget_nav_menu, .widget_pages {
		margin: 0 0 30px 0;
	}
}

@media only screen and (max-width: 480px)  {
	#sidebar {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;

		-webkit-column-gap: 0;
		-moz-column-gap: 0;		
		column-gap: 0;
	}
	#footer-widgets {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;

		-webkit-column-gap: 0;
		-moz-column-gap: 0;		
		column-gap: 0;
	}
}

@media only screen and (min-width: 641px)  {
	#main-nav div {
		display: block !important;
	}
}

	/* ------------------------------ Retina Graphics */

@media	only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (-moz-min-device-pixel-ratio: 2),
		only screen and (-o-min-device-pixel-ratio: 2/1),
		only screen and (min-device-pixel-ratio: 2) {
	body {
		background-image: url('images/bg-main@2x.png');
	}
	.article ul li:before {
		background-image: url('images/icon-list@2x.png');
	}
	.searchform .searchsubmit,
	.searchform .searchsubmit:hover,
	.searchform .searchsubmit:focus {
		background-image: url('images/icon-search@2x.png');
	}
	#main-nav .searchform .searchsubmit,
	#main-nav .searchform .searchsubmit:hover,
	#main-nav .searchform .searchsubmit:focus {
		background-image: url('images/icon-search-w@2x.png');
	}

	#front-page-slider-toggle {
		background-image: url('images/icon-slideshow@2x.png');
	}
	#slideshow #prev {
		background-image: url('images/arrow-left@2x.png');
	}
	#slideshow #next {
		background-image: url('images/arrow-right@2x.png');
	}
	.front-post:after {
		background-image: url('images/bg-front-post@2x.png');
	}
	.post-nav .post-nav-prev {
		background-image: url('images/arrow-bold-left@2x.png');
	}
	.post-nav .post-nav-next {
		background-image: url('images/arrow-bold-right@2x.png');
	}
	.post-date {
		background-image: url('images/icon-meta-calendar@2x.png');
	}
	.post-author {
		background-image: url('images/icon-meta-pencil@2x.png');
	}
	.replys {
		background-image: url('images/icon-meta-speech@2x.png');
	}
	.categories {
		background-image: url('images/icon-meta-folder@2x.png');
	}
	.tags {
		background-image: url('images/icon-meta-tag@2x.png');
	}
	.social-icon.rss {
		background-image: url('images/icon-social-rss@2x.png');
	}
	.social-icon.twitter {
		background-image: url('images/icon-social-twitter@2x.png');
	}
	.social-icon.facebook {
		background-image: url('images/icon-social-facebook@2x.png');
	}
	.social-icon.google {
		background-image: url('images/icon-social-plus@2x.png');
	}
	.social-icon.youtube {
		background-image: url('images/icon-social-youtube@2x.png');
	}
	.social-icon.mail {
		background-image: url('images/icon-social-mail@2x.png');
	}
	.social-icon.podcast {
		background-image: url('images/icon-social-podcast@2x.png');
	}
}

/* c3o */
a.btn {
  background: none repeat scroll 0 0 #009900 !important;
  border-radius: 1em !important;
  box-shadow: -1px 5px 6px rgba(255, 255, 255, 0.5) inset, 1px 1px 2px rgba(0, 0, 0, 0.3), 1px -1px 1px rgba(0, 0, 0, 0.2) inset !important;
  color: #ffffff !important;
  padding: 0.3em 0.9em !important;
  text-decoration: none !important; 
  white-space: nowrap !important;
}

/* petertheone */
.ignitiondeck form ul li:before {
  background: none !important;
}
