/*
	Theme Name: Piraten im Landtag SH
	Description: Wordpress-Theme für die Piraten im Landtag SH
	Version: 1.0.0 (DS)
	Author: vektorrausch GmbH & Todd Motto
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    HELPER
\*------------------------------------*/

/*
 * All
 */
#debug-device {
	padding: 6px 0;
	text-align: center;
	background: #464646;
	color: #fff;
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 32px;
	z-index: 999;
	line-height: 20px;
	display: block;
}
	.admin-bar #debug-device {
		top: 28px;
	}

#debug-device + .wrapper {
	margin-top: 32px;
}

.nowrap {
	white-space: nowrap;
}

html.js .js-hide {
	display: none;
}

.ir {  /* Kellum Method */
  display: block !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.element-hidden {
	display: none;
}

.element-invisible {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	/* IE6, IE7 */
  	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
	clip: auto;
	height: auto;
	overflow: visible;
	position: static !important;
	width: auto;
}

.offscreen {
  position: absolute;
  top: -99999em;
  width: 1px;
  height: 1px;
  overflow: hidden;
  outline: 0;
}

.sidebar .widget-area-inner > ul > li:after,
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .sidebar .widget-area-inner > ul > li.cat-item,
* html .clearfix {
	height: 1%;
}

:first-child + html .sidebar .widget-area-inner > ul > li.cat-item,
:first-child + html .clearfix {
	min-height: 1%;
}

.clearer {
	clear: both;
	display: block;
}

.d-block,
.display-b,
.display-block {
	display: block;
}

.d-inline,
.display-i,
.display-inline {
	display: inline;
}

.d-inline-block,
.display-ib,
.display-inline-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*
 * Big Desktop
 */
@media only screen and (min-width: 1280px) {
	.hide-desktop-max,
	.hide-desktop,
	.show-smartphone,
	.show-tablet {
		display: none !important;
	}
}

/*
 * Desktop
 */
@media only screen and (min-width: 960px) {
	.hide-desktop,
	.show-smartphone,
	.show-tablet,
	.show-desktop-max {
		display: none !important;
	}
	
	.pull-desktop {
		margin-right: -40px !important;
		margin-left: -40px !important;
	}
	
	.pull-desktop-15 {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}
	
	.pull-desktop-left {
		margin-left: -40px !important;
	}
	
	.pull-desktop-right {
		margin-right: -40px !important;
	}
	
	.push-desktop {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
	
	.push-desktop-15 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	.push-desktop-left {
		padding-left: 40px !important;
	}
	
	.push-desktop-right {
		padding-right: 40px !important;
	}
}

/*
 * Tablet
 */
@media only screen and (min-width: 640px) and (max-width: 959px) {
	.hide-tablet,
	.show-smartphone,
	.show-desktop,
	.show-desktop-max {
		display: none !important;
	}
	
	.pull-tablet {
		margin-right: -25px !important;
		margin-left: -25px !important;
	}
	
	.pull-tablet-left {
		margin-left: -25px !important;
	}
	
	.pull-tablet-right {
		margin-right: -25px !important;
	}
	
	.push-tablet {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}
	
	.push-tablet-left {
		padding-left: 25px !important;
	}
	
	.push-tablet-right {
		padding-right: 25px !important;
	}
}

/*
 * Smartphone
 */
@media only screen and (max-width: 639px) {
	.hide-smartphone,
	.show-tablet,
	.show-desktop,
	.show-desktop-max {
		display: none !important;
	}
	
	.pull-smartphone {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}
	
	.pull-smartphone-left {
		margin-left: -15px !important;
	}
	
	.pull-smartphone-right {
		margin-right: -15px !important;
	}
	
	.push-smartphone {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	.push-smartphone-left {
		padding-left: 15px !important;
	}
	
	.push-smartphone-right {
		padding-right: 15px !important;
	}
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	outline: none;
}

html {
	font-size: 16px;
}
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.375em;
	color: #000;
	min-width: 320px;
}
/* clear */
.em-search-main:before,
.em-search-main:after,
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.em-search-main:after,
.clear:after {
    clear:both;
}

.em-search-main,
.clear {
    *zoom:1;
}

p, pre {
	margin: 0 0 1.375em;
}

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

a {
	color: #ff8800;
	text-decoration: none;
}

a:hover {
	color: #ff8800;
}

a:focus {
	text-decoration: underline;
}

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

input:focus {

}

h1 {
	margin-top: 0;
}

h1,
h2 {
	font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1em;
}

h3 {
	font-size: 20px;
	margin: 10px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
}
	h1 a:hover,
	h1 a:focus,
	h2 a:hover,
	h2 a:focus,
	h3 a:hover,
	h3 a:focus,
	h4 a:hover,
	h4 a:focus,
	h5 a:hover,
	h5 a:focus,
	h6 a:hover,
	h6 a:focus {
		text-decoration: none;
	} 

hr {
	border: 0;
	height: 1px;
	width: 100%;
	background: #e2e2e2;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* container */
.nav-container {
	background: #111;
}

.header-container {
	border-bottom: 1px solid #e2e2e2;
}

.quick-access-container {
	margin: 10px 0;
}

.footer-container {
	background: #111;
}

.meta-container {
	background: #222;
}

/* wrapper */
.wrapper,
section[role="main"] {
	max-width:1280px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.content {
	max-width:1280px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 10px;
}

/* header */
.header {
	
}

.logo {
	width: 100%;
	max-width: 320px;
	padding: 30px 5px 20px;
	float: left;
}

.logo-img {
	
}

/* sidebar */
aside.sidebar {
	padding: 50px 0 0;
}

/* footer */
.footer {
	
}


/*------------------------------------*\
    MENUS
\*------------------------------------*/

/* quick access */
.quick-access ul {
	margin: 0;
	padding: 0;
}

.quick-access li {
	float: left;
	width: 25%;
	font-family: 'PoliticsHeadBold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	list-style: none;
}
	.quick-access li:first-child {
		border-left: 0;
	}

.quick-access li span {
	display: none;
}

.quick-access li a {
	display: block;
	background: no-repeat center center #ff8800;
	background-size: 26px 26px;
	height: 50px;
}
	.quick-access li.stream a {
		background-image: url(img/icon-stream.png);
		background-color: #ff8800;
	}
	.quick-access li.videos a {
		background-image: url(img/icon-video.png);
		background-color: #ff961f;
	}
	.quick-access li.podcasts a {
		background-image: url(img/icon-podcast.png);
		background-color: #ffa43d;
	}
	.quick-access li.images a {
		background-image: url(img/icon-image.png);
		background-color: #ffb35c;
	}
	
.quick-access li a:hover {
	background-color: #ee7f00 !important; 
}

/* meta menu */
.meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.meta li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 15px;
	padding: 10px 0;
	
}
	.meta li:first-child {
		margin: 0;
	}

.meta li a {
	color: #c4c4c4;
	font-family: 'PoliticsHeadBold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	display: block;
	line-height: 30px;
	border-left: 1px solid #333;
	padding-left: 15px;
}
	.meta li:first-child a {
		border-left: 0;
		padding-left: 0;
	}

.meta li.piraten-sh a {
	background: url(img/icon-logo.png) no-repeat 15px center;
	background-size: 26px 26px;
	padding-left: 45px;
	color: #fff;
}

/*------------------------------------*\
    SIDEBARS
\*------------------------------------*/

.sidebar .widget-title {
	font-family: 'PoliticsHeadBold', Helvetica, Arial, sans-serif;
	color: #000;
	margin-top: 0;
}

.sidebar .widget-area-inner > ul,
.sidebar .widget-area-inner .textwidget > ul  {
	margin: 0;
	padding: 0;
}

.sidebar .widget-area-inner > ul > li,
.sidebar .widget-area-inner .textwidget > ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #777;
	font-size: 14px;
	padding: 2px 0;
	border-top: 1px solid #e2e2e2;
}
	.sidebar .widget-area-inner > ul > li:first-child,
	.sidebar .widget-area-inner .textwidget > ul > li:first-child {
		border: 0;
	}
	.sidebar .widget_categories .widget-area-inner > ul > li,
	.sidebar .widget_categories .widget-area-inner .textwidget > ul > li {
		text-align: right;
	}

.sidebar .widget-area-inner > ul > li a,
.sidebar .widget-area-inner .textwidget > ul > li a {
	color: #333;
}
	.sidebar .widget_categories .widget-area-inner > ul > li a,
	.sidebar .widget_categories .widget-area-inner .textwidget > ul > li a {
		float: left;
		display: block;
	}

.widget_tag_cloud a {
	font-size: 14px !important;
	color: #fff;
	display: block;
	background: #61b39d;
	padding: 4px 6px 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
	.widget_tag_cloud.event-tags a {
		background: #2D7DC5;
	}


/*------------------------------------*\
    WIDGET-AREAS (WIDGETS IN THIS AREA)
\*------------------------------------*/

/* footer */
#widget-area-footer-container {
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
}

#widget-area-footer-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#widget-area-footer-container li {
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	border-top: 1px solid #333;
}
	#widget-area-footer-container li:first-child {
		border: 0;
	}

#widget-area-footer-container .widget-title a,
#widget-area-footer-container .widget-title {
	font-family: 'PoliticsHeadBold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
}

#widget-area-header-container {
  float: right;
  margin-top: 45px;
}

#widget-area-header-widgets .widget-area-outer {
  margin-bottom: 0;
}

/* social-widget */
#widget-area-header-widgets .social-widget {
  float: left;
  margin-top: 10px;
}

#widget-area-header-widgets .social-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#widget-area-header-widgets .social-widget li {
  float: left;
  margin-left: 10px;
}

#widget-area-header-widgets .social-widget li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #ff8800;
  font-size: 24px;
}
  #widget-area-header-widgets .social-widget li a:hover {
    background: #000;
    color: #ff8800;
  }

/* social-list */
.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: -5px;
  padding: 5px 0 0;
  margin-bottom: -5px;
}

.social-list li {
  float: left;
  width: 25%;
  padding-right: 5px;
}

.social-list li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #ff8800;
  font-size: 24px;
}

/* search-form */
#widget-area-header-widgets .search-form {
  float: left;
  width: 280px;
  margin-left: 35px;
}

/*------------------------------------*\
    WIDGETS (WIDGETS IN ALL AREAS)
\*------------------------------------*/

/* Digitale Revolution */
.digitale-revolution img {
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

/* widgets */
.widget-area-outer {
	margin-bottom: 50px;
}

/* rss */
.widget_rss .rsswidget img {
	display: none;
}

.widget_rss .widget-title {
	position: relative;
	padding-right: 22px;
	float: left;
}

.widget_rss .widget-title a:first-child {
	background: url(img/icon-rss.png) no-repeat right center;
	background-size: 16px 16px;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
}
	.widget_rss .widget-title a:first-child:hover {
		background-image: url(img/icon-rss-hover.png);
	}

.widget_rss .widget-title a:hover,
.widget_rss .widget-title a:focus {
	color: #ff8800 !important;
}

.widget_rss ul {
	clear: left;
}

.widget_rss li {
	position: relative;
	padding-top: 30px !important;
}

.widget_rss .rss-date {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	font-weight: bold;
}

.widget_rss a {
	color: #c4c4c4;
}

table.em-calendar {
	width: 100%;
}

table.em-calendar thead tr {
	background: #ff8800;
	color: #fff;
}

table.em-calendar thead a {
	color: #fff;
}

table.em-calendar tbody {
	background: #f7f7f7;
}

table.em-calendar td {
  font-size: 14px;
  width: 14.25%;
}

table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
    background-color: #2D7DC5;
}

table.em-calendar td.eventful-pre a,
table.em-calendar td.eventful-post a {
	border: 2px solid #CCC;
  color: #AAAAAA;
  display: inline-block;
  line-height: 24px;
  width: 28px;
  text-decoration: none;
}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
  border: 2px solid #FF8800;
  color: #000000;
  display: inline-block;
  width: 28px;
}

table.em-calendar td.eventless-today, table.em-calendar td.eventful-today a {
	border-color: #fff;
	color: #fff;
}

table.em-calendar td.eventless a:hover, table.em-calendar td.eventful a:hover {
	color: #ff8800;
	text-decoration: none;
}

.tablepress.noborder tbody td,
.tablepress.noborder tfoot th {
	border-top: none;
}

.dataTables_wrapper {
	width: 100%;
	overflow-x: auto;
}

/*------------------------------------*\
    FEATURED SLIDER
\*------------------------------------*/
.featured-slider .flex-direction-nav {
	display: none;
}

/*------------------------------------*\
    FRONT TEASER
\*------------------------------------*/

.page-template-page-front .content {
  margin-top: 15px;
  margin-bottom: 5px;
}

.list-teaser {}

.list-teaser .item {
  display: block;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
}

.list-teaser .item .bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  display: block; 
  padding-top: 56.25%;
  -moz-transition: all ease 0.3s;	
  -webkit-transition: all ease 0.3s;	
  transition: all ease 0.3s;
}

.list-teaser .item .title {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}

.list-teaser .item .title h2 {
  font-size: 18px;
  font-family: 'PoliticsHeadBold', Helvetica, Arial, sans-serif;
  margin: 0;
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/

section[role="main"] .page-entry a,
section[role="main"] .post-entry a {
	color: #61b39d;
}

section[role="main"] .page-entry ul,
section[role="main"] .post-entry ul {
	margin: 1.375em 0;
	padding: 0;
	padding-left: 1.375em;
}

section[role="main"] .page-entry li,
section[role="main"] .post-entry li {
	margin-bottom: 2px;
}

section[role="main"] .page-entry h2,
section[role="main"] .post-entry h2 {
	font-size: 28px;
}

.post-edit-link,
.comment-edit-link {
	font-size: 12px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 2px 5px 0px;
	color: #fff !important;
	background: #ff8800;
	margin-bottom: 22px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page article {
	padding-top: 0;
}

/*------------------------------------*\
    POSTS
\*------------------------------------*/
article {
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
	.single article {
		padding-top: 0;
	}

article.thumbnail {
	padding-top: 0;
}

article.sticky {
	background: #4e4e4e;
	color: #fff;
	margin-bottom: 0;
}

article h2 {
	margin-bottom: 0.355em;
}

article.sticky h2 a {
	color: #fff;
}
	article.sticky h2 a:hover,
	article.sticky h2 a:focus {
		color: #ff8800;
	}

article .thumbnail {
	margin-bottom: 25px;
}

.post-entry {
	padding: 12px 0 0;
}

.post-meta {
	padding: 5px 0;
	border-bottom: 1px solid #e2e2e2;
	color: #777;
	font-size: 12px;
	position: relative;
	z-index: 1;
}
	.sticky .post-meta {
		border-bottom: 1px solid #5e5e5e;
		color: #c4c4c4;
	}

.post-meta .author-image {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	padding: 0 !important;
	margin: 0 !important;
}

.post-meta .date {
	background: url(img/icon-date.png) no-repeat left 2px;
	background-size: 16px 16px;
	padding-left: 20px;
	margin-right: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
	.sticky .post-meta .date {
		background-image: url(img/icon-date-sticky.png);
	}

.post-meta .author {
	background: url(img/icon-author.png) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 20px;
	margin-right: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 16px;
}
	.sticky .post-meta .author {
		background-image: url(img/icon-author-sticky.png);
	}

.post-meta .author-twitter {
	background: url(img/icon-twitter.png) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 20px;
	margin-right: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 16px;
}

.post-meta .author-website {
	background: url(img/icon-website.png) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 16px;
}

.post-meta a {
	color: #777;
}
	.sticky .post-meta a {
		color: #c4c4c4;
	}
		.sticky .post-meta a:hover {
			color: #fff;
		}
	.post-meta a:hover {
		color: #000;
	}
	
.post-meta .comments {
	float: right;
	text-align: right;
}

.post-meta .location {
	background: url(img/icon-location.png) no-repeat left 4px;
	background-size: 16px 16px;
	padding-left: 20px;
	margin-right: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.location a {
	color: #2D7DC5;
}

.post-details {
	padding: 5px 0;
	border-top: 1px solid #e2e2e2;
	color: #777;
	font-size: 12px;
}
	.sticky .post-details {
		color: #c4c4c4;
		border-top: 1px solid #5e5e5e;
	}

.post-details .categories {
	display: block;
	margin-bottom: 5px;
}

.post-details .categories label {
	background: url(img/icon-category.png) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 20px;
	display: block;
	float: left;
}
	.sticky .post-details .categories label {
		background-image: url(img/icon-category-sticky.png);
	}

.post-details .categories .list {
	padding-left: 96px;
	display: block;
}

.post-details .categories a {
	color: #333;
}
	.sticky .post-details .categories a {
		color: #ccc;
	}

.post-details .tags {
	display: block;
	margin-bottom: 5px;
}

.post-details .tags label {
	background: url(img/icon-tag.png) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 20px;
	display: block;
	float: left;
}
	.sticky .post-details .tags label {
		background-image: url(img/icon-tag-sticky.png);
	}

.post-details .tags .list {
	padding-left: 96px;
	display: block;
}

.post-details .tags a {
	color: #61b39d;
}
	.single-event .post-details .tags a {
		color: #2D7DC5;
	}

.post-details .comments {
	display: block;
	text-align: right;
	margin-top: 20px;
}

.post-meta .comments a,
.post-details .comments a,
.post-meta .comments span,
.post-details .comments span {
	background: url(img/icon-comment.png) no-repeat right center;
	background-size: 26px 26px;
	padding-right: 28px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #777;
}
	.sticky .post-meta .comments a,
	.sticky .post-details .comments a,
	.sticky .post-meta .comments span,
	.sticky .post-details .comments span {
		background-image: url(img/icon-comment-sticky.png);
		color: #c4c4c4;
	}
		.sticky .post-meta .comments a:hover,
		.sticky .post-details .comments a:hover {
			background-image: url(img/icon-comment-sticky.png);
			color: #fff;
		}
	.post-meta .comments a:hover,
	.post-details .comments a:hover {
		color: #000;
	}

.post-entry .more-link {
	color: #ff8800 !important;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.post-spacer {
	height: 6px;
	background: #e2e2e2;
	border-top: 1px solid #d2d2d2;
}


/*------------------------------------*\
    EVENTS
\*------------------------------------*/

.veranstaltungen article,
.veranstaltungen article {
	padding-top: 0;
}

.event-wrapper {
	padding: 20px 0 10px;
}

.event-wrapper .event-title {
	margin-bottom: 0.21em;
}

section[role="main"] .page-entry .event-title a {
	color: #000;
}
	section[role="main"] .page-entry .event-title a:hover {
		color: #ff8800;
	}

.event-wrapper .post-meta {
	border: 0;
	padding: 0;
}

.em-location-map-container {
	width: 100% !important;
}

/* searchform */
div.css-search {
	padding: 10px;
}

div.css-search form {
	max-width: 100%;
}

div.css-search div.em-search-main .em-search-submit {
  background: #ff8800;
  border: 0;
  border-radius: 6px 6px 6px 6px;
  position: static;
  margin-top: 5px;
  width: 100%;
  display: block;
  padding: 10px;
}

div.css-search div.em-search-main .em-search-submit:hover,
div.css-search div.em-search-main .em-search-submit:focus {
	background: #2d7dc5;
}

div.css-search div.em-search-main div {
    display: block;
    width: 100%;
}

div.css-search.has-search-geo.has-search-term input.em-search-text, div.css-search.has-search-geo.has-search-term input.em-search-geo {
    width: 100%;
}

div.css-search div.em-search-text {
  background: url(img/icon-search.png) no-repeat scroll left center transparent;
  background-size: 16px 16px;
  margin: 0;
  padding-left: 26px;
}

div.css-search div.em-search-geo {
    background: url(img/icon-location.png) no-repeat scroll 0 center transparent;
    background-size: 20px 20px;
    margin: 0;
    padding-left: 26px;
}

div.css-search div.em-search-advanced label {
    display: block;
    min-width: 100px;
    float: none;
}

div.css-search input, div.css-search select {
    display: block;
    padding: 5px;
    width: 100%;
}

.veranstaltungsorte .em-search-options {
	display: none !important;
}

div.css-search.has-advanced div.em-search-main {
    border-bottom: 0;
    padding-bottom: 0;
}

.em-map-balloon-content a {
	color: #61B39D;
}

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/

.pagination {
	padding: 1px 0 15px;
}

.pagination .page-prev,
.pagination .page-next {
	display: block;
	float: left;
}

.pagination .page-prev a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(img/icon-prev.png) no-repeat center center #e2e2e2;
	background-size: 48px 48px;
	margin-right: 1px;
}
	.pagination .page-prev a:hover,
	.pagination .page-prev a:focus {
		background-color: #d2d2d2;
	}

.pagination .page-prev span.no-posts {
	display: block;
	width: 48px;
	height: 48px;
	background: url(img/icon-prev.png) no-repeat center center #f2f2f2;
	background-size: 48px 48px;
	margin-right: 1px;
}

.pagination .page-next a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(img/icon-next.png) no-repeat center center #e2e2e2;
	background-size: 48px 48px;
}
	.pagination .page-next a:hover,
	.pagination .page-next a:focus {
		background-color: #d2d2d2;
	}
	
.pagination .page-next span.no-posts {
	display: block;
	width: 48px;
	height: 48px;
	background: url(img/icon-next.png) no-repeat center center #f2f2f2;
	background-size: 48px 48px;
}

.pagination .page-count {
	float: right;
	font-size: 12px;
	color: #777;
	display: block;
	line-height: 48px;
}


/*------------------------------------*\
    COMMENTS
\*------------------------------------*/
.comments h2 {
	font-family: 'PoliticsHeadBold', Helvetica, Arial, sans-serif;
	font-size: 20px;
}

.comments ul {
 	margin: 0;
 	padding: 0;
 	list-style: none;
}
 
.comment-body {
 	position: relative;
	padding: 35px 0 15px;
	border-top: 5px solid #333;
}

.children .comment-body {
	padding-left: 30px;
}

.children .children .comment-body {
	padding-left: 45px;
}

.comment-number {
	font-family: 'PoliticsHeadBold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	background: #333;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
}

.comment-reply {
	position: absolute;
	top: 55px;
	right: 15px;
	display: block;
	background: #e2e2e2;
	text-align: center;
	padding: 0px 6px;
	
}
	.comment-reply a {
		font-size: 12px;
		color: #777;
	}

.comment-author cite {
	font-weight: bold;
	color: #000;
	font-style: normal;
}

.comment-meta {
	color: #777;
	font-size: 12px;
	margin-bottom: 20px;
}

#respond {
	position: relative;
	margin: 0 -15px;
	padding: 15px 15px 15px;
	border-top: 5px solid #fff;
	background: #f0f0f0;
}

#reply-title {
	font-family: 'PoliticsHeadBold', Helvetica, Arial, sans-serif;
	font-size: 20px;
}

.logged-in-as {
	font-size: 14px;
}

.comment-form-comment label {
	display: none;
}

.form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}

#commentform p {
	margin-bottom: 10px;
}

.placeholder #commentform label {
	display: none;
}

.comment-notes {
	font-size: 14px;
}

.comment-form-author,
.comment-form-email {
	position: relative;
}

.comment-form-author input[type="text"],
.comment-form-email input[type="text"] {
	padding-right: 80px !important;
}

#commentform .optional {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 1;
	font-size: 14px;
	color: #aaa;
}

#commentform .cptch_block {
	font-size: 12px;
	clear: left;
}

#commentform .cptch_block br {
	display: none;
}

#commentform .cptch_block label {
	display: block;
}

#commentform .cptch_block label .required {
	display: none;
}

#commentform .cptch_block #cptch_input {
	width: 60px !important;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="file"],
#commentform textarea {
	border-bottom: 0px solid #dedede;
	border-right: 0px solid #ededed;
}


/*------------------------------------*\
    FORMS
\*------------------------------------*/

form {
	max-width: 632px;
}

.wpcf7 label {
	padding-left: 10px;
	font-size: 14px;
}

.wpcf7 p {
	margin-bottom: 10px;
	position: relative;
}

.placeholder .wpcf7 label {
	display: none;
}

input[type="text"],
input[type="email"],
input[type="file"],
input[type="search"],
input[type="password"] {
	border: 0;
	border-radius: 6px;
	width: 100%;
	max-width: 100%;
	font-size: 14px !important;
	padding: 14px 10px 8px !important;
	-moz-box-shadow: 1px 1px 0px 1px #dadada inset;
	-webkit-box-shadow: 1px 1px 0px 1px #dadada inset;
	box-shadow: 1px 1px 0px 1px #dadada inset;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #ededed;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-appearance: none;
}

textarea {
	border: 0;
	border-radius: 6px;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	padding: 14px 10px 8px;
	-moz-box-shadow: 1px 1px 0px 1px #dadada inset;
	-webkit-box-shadow: 1px 1px 0px 1px #dadada inset;
	box-shadow: 1px 1px 0px 1px #dadada inset;
	min-height: 120px;
	resize: vertical;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #ededed;
	-webkit-appearance: none;
}

.wpcf7 .file-notice {
	font-size: 12px;
	padding: 6px 10px;
	display: block;
	line-height: 1.35em;
}

.wpcf7 .wpcf7-captchac {
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 10;
}

input[type="submit"],
button,
.btn {
	background: #ff8800;
	padding: 14px 10px 10px;
	text-align: center;
	border: 0;
	color: #fff;
	width: 100%;
	font-size: 14px;
	border-radius: 6px;
}
	input[type="submit"]:hover,
	input[type="submit"]:focus,
	input[type="submit"]:active,
	button:hover,
	button:focus,
	button:active,
	.btn:hover,
	.btn:focus,
	.btn:active {
		color: #ff8800;
		background: #111;
	}

#ui-datepicker-div {
	font-size: 12px;
	line-height: 14px;
}

/*------------------------------------*\
    SEARCHFORM
\*------------------------------------*/

form.search {
	position: relative;
	padding: 10px;
	background: #f0f0f0;
	width: 100%;
	max-width: 100%;
}
	.hide-desktop form.search {
  	margin-top: 10px;
		margin-bottom: 10px;
	}

input.search-input {
	padding-right: 35px !important;
}

button.search-submit {
	background: none;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 21px;
	padding: 0;
}

button.search-submit img {
	max-width: 100%;
}

/*------------------------------------*\
    VERANSTALTUNGEN
\*------------------------------------*/

#em-wrapper .em-events-search {
	background: #f0f0f0;
}

#mapdiv .olControlAttribution {
	bottom: 0px;
	font-size: 12px;
}

#em-booking .em-booking-form {
  clear: none;
  position: relative;
}

#em-booking .em-booking-form-details {
  float: none;
  padding: 0px;
  width: 100%;
}

#em-booking .em-booking-login {
  border-left: 0;
  background: #ffeedd;
  margin: 25px 0 0;
  padding: 10px;
  font-size: 12px;
}

#em-booking .em-booking-login label {
  width: auto;
}

#em-booking .em-booking-form-details input.input,
#em-booking .em-booking-form-details textarea {
	width: 100%;
}

#em-booking .em-bookings-ticket-table-spaces {
	padding-left: 25px;
}

#em-booking .em-booking-login p:first-child {
	font-size: 16px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#ff8800;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#ff8800;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#ff8800;
	color:#FFF;
	text-shadow:none;
}


   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

.responsive-container {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1.375em;
}

.responsive-container > * {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    NO JAVASCRIPT
\*------------------------------------*/

.no-js .em-search-advanced {
	display: block !important;
}

.no-js .em-search-options {
	display: none !important;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}