/*
	Theme Name: DIE PUMPE
	Description: Wordpress-Theme for DIE PUMPE
	Version: 1.0.0 (DS)
	Author: vektorrausch GmbH (& Todd Motto @html5blank.com)
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    HTML / 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: 0 !important;
}

html {
	font-size: 13px;
}

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.385;
	min-width: 320px;
	-webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

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

* > p:last-child {
	_margin-bottom: 0;
}

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

a {
	color: #fff;
	text-decoration: none;
}
	.main a {
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
	}
		.main a:hover {
			text-decoration: underline;
		}
	
	a:focus {
		text-decoration: none;
	}
		.main a:focus {
			text-decoration: underline;
		}
	
	a:active {
		text-decoration: none;
	}
		.main a:active {
			text-decoration: underline;
		}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.500em;
	color: #fff;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
	font-weight: normal;
}

h5 {
	
}

h6 {
	
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	
}
	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 {

	} 

hr {
	border: 0;
	height: 1px;
	width: 100%;
	background: #333;
	margin: 1.385em 0;
	clear: both;
}

.button {
	display: inline-block;
	text-align: center;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 4px;
	border-bottom: 2px solid #000;
	border: 0;
}

.body ol,
.body ul {
	padding-left: 20px;
	margin: 0 0 1.385em;
}

.body li {
	list-style: square;
	padding: 4px 0;
}

.page-template-page-newsletter-php input[type="text"] {
  height: 34px;
  vertical-align: middle;
  max-width: 360px;
  margin: 0 15px 0 0; 
}

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

.wrapper {
	background: url(img/wrapper-gradient.png) repeat-x #080808;
	position: relative;
}

.container {

}

.detail-top-container {
	background: url(img/stripes-15.png) repeat;
	height: 10px;
	-webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.header-container {
	position: relative;
}

.header {
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo {
	float: left;
	width: 128px;
	height: 58px;
}

.main-container {
	padding: 0 0 5.000em;
}

.main {
	color: #999;
}

.content-column {
	
}

.content {
	
}

.footer-container {
	
}

.footer {

}

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

/* main */
.nav-toggler {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 25;
	background: url(img/icon-menu.png) no-repeat center center;
	background-size: 52px 52px;
	width: 52px;
	height: 85px;
	cursor: pointer;
}
	.nav-toggler.nav-open {
		background-color: #252525;
	}
	
.main-menu-container {
	background: #252525;
	position: absolute;
	z-index: 25;
	width: 100%;
	left: 0;
	top: 85px;
	padding: 15px 0 25px;
	display: none;
}

.main-menu-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu-container li.menu-item-depth-0 {
	padding: 0 15px;
}

.main-menu-container a.menu-link-depth-1 {
	font-size: 14px;
	text-transform: none;
	color: #999;
	padding: 15px;
	border-top: 1px dashed #454545;
	display: block;
	position: relative;
}
  .main-menu-container a.menu-link-depth-1:before {
    content: "›";
    background: none !important;
    margin-right: 0.6875em;
  }

.main-menu-container a.menu-link-depth-0 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 15px;
	border-top: 1px dashed #454545;
	display: block;
	position: relative;
}
	.main-menu-container a.menu-link-depth-0:before {
		content: "";
		position: absolute;
		z-index: 5;
		height: 100%;
		width: 10px;
		left: -15px;
		top: 0;
		background: url(img/stripes-15.png) repeat #009cff;
	}
	
.current-menu-item > a {
	font-weight: bold;
}
	
/* meta */
.meta-menu-container {
	padding: 1.000em 0;
}

.meta-menu-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.meta-menu-container li {
	float: left;
	margin: 0 8px;
}
	.meta-menu-container li:first-child {
		margin-left: 0;
	}

.meta-menu-container a {
	font-size: 13px;
	color: #555555;
}
	.meta-menu-container a:hover {
		color: #fff;
	}

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



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

/* widget-area-attention */
#widget-area-attention-container {
	background: #fff;
	text-transform: uppercase;
}

#widget-area-attention {
	text-align: center;
}

#widget-area-attention .event.canceled,
#widget-area-attention .widget-outer {
	padding: 12px;
}

#widget-area-attention img {
	width: 20px;
	margin-right: 6px;
}

#widget-area-attention .alert {
	font-weight: bold;
}

#widget-area-attention .widget-title {
	display: none;
}

#widget-area-attention .textwidget {
	display: inline;
}

/* widget-area-footer */
#widget-area-footer .fb,
#widget-area-footer .yt {
	color: #fff;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 10px;
	padding: 5px 0 5px 32px;
	background: url(img/icon-fb.png) no-repeat left center;
	background-size: 24px 24px;
	font-size: 19px;
	font-weight: 300;
	opacity: 0.25;
}
	#widget-area-footer .yt {
		background: url(img/icon-yt.png) no-repeat left center;
		background-size: 24px 24px;
	}
	#widget-area-footer .fb:hover,
	#widget-area-footer .yt:hover {
		opacity: 1;
	}

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

/* Rollstuhlgerecht */
.rollstuhlgerecht a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(img/pumpe-rollstuhlgerecht.png) no-repeat center center transparent;
	background-size: 50px;
	text-indent: -999em;
	border-radius: 5px;
}
	.rollstuhlgerecht a:hover {
		background-color: #009cff;
	}

.rollstuhlgerecht p {
	font-size: 14px;
}


/*------------------------------------*\
    FRONT / HOMEPAGE
\*------------------------------------*/



/*------------------------------------*\
    FLEXSLIDER
\*------------------------------------*/

.wrapper .flexslider {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  position: relative;
}

.wrapper .flexslider .featured-thumbnail {
	height: 0;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.wrapper .flexslider .featured-title-date {
	position: absolute;
	z-index: 5;
	bottom: 0;
	width: 100%;
}

.wrapper .flexslider .flex-direction-nav {
	position: absolute;
	z-index: 5;
	top: 15px;
	right: 15px;
}

.wrapper .flexslider .flex-direction-nav li {
	float: left;
	margin-left: 10px;
}

.wrapper .flexslider .flex-direction-nav a {
	text-indent: 0;
	margin: 0;
	text-align: center;
	line-height: 24px;
	width: 24px;
	height: 24px;
	background: #626262;
	border-radius: 50%;
	font-size: 9px;
	text-decoration: none;
	position: relative;
	top: 0;
	left: 0;
}
	.wrapper .flexslider .flex-direction-nav a:hover {
		background: #252525;
		text-decoration: none;
	}

.wrapper .flexslider .flex-direction-nav a img {
	width: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	margin-top: -5px;
	margin-left: -4px;
	min-width: 0;
}

.wrapper .flexslider .flex-prev {
  position: static;
}

.wrapper .flexslider .flex-next {
  position: static;
}

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

.post-thumbnail {
	margin-bottom: 1.333em;
}

.post-thumbnail img {
	min-width: 100%;
}

/*------------------------------------*\
    PAGE
\*------------------------------------*/

/* teaser */
.hentry.teaser {
	position: relative;	
	padding: 8px 5px 8px 5px;
	border-bottom: 1px solid #454545;
	font-size: 13px;
	min-height: 74px;
}
	.hentry.teaser:last-child {
		border-bottom: 0;
		padding-bottom: 32px;
	}

.hentry.teaser .page-title,
.hentry.teaser .event-title {
	font-size: 13px;
	line-height: 1.385em;
	font-weight: bold;
	margin-bottom: 0;
}
	.hentry.teaser .event-title {
		padding-right: 100px;
	}
	  .hentry.teaser .event-title.no-post-thumbnail {
		  padding-right: 0;
	  }

.hentry.teaser .date-location {
	padding-right: 100px;
}

/*------------------------------------*\
    POST
\*------------------------------------*/



/*------------------------------------*\
    EVENT
\*------------------------------------*/

.group-price {
	background: #252525;
	padding: 10px;
	margin-top: 24px;
	margin-bottom: 24px;
}
	#widget-area-desktop-max .group-price {
		background: none;
		padding: 0;
		margin-top: 3em;
		margin-bottom: 6em;
	}

.group-price .group-field {
	color: #999;
}

.group-price .group-field .value {
	color: #fff;
}

.group-price .group-label {
	color: #fff;
}
	#widget-area-desktop-max .group-price .group-field .label {
		font-size: 0.8em;
	}

.group-price .label-above,
#widget-area-desktop-max .group-price > div {
	margin-top: 6px;
}

#widget-area-desktop-max .group-price > div {
	line-height: 1.000em;
}

#widget-area-desktop-max .group-price .group-field-separator {
	display: none;
}

.grouped-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	margin: 0;
	white-space: nowrap;
}

/* teaser */
.event.teaser {
	position: relative;	
	padding: 8px 5px;
}
	.event.teaser.event-kino {
		padding: 12px 5px 16px;
	}

.event.teaser .field-_clubplaner_media {
	position: absolute;
	top: 12px;
	right: 5px;
	width: 80px;
}

.event.teaser .kino-excerpt-smartphone {
	padding-right: 100px;
}
  .event.teaser .event-infos.no-post-thumbnail .kino-excerpt-smartphone {
	  padding-right: 0;
  }
  
.home .upcoming-events .event.teaser.post-view-short {
  min-height: 0;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255, 0.25);
}

.home .upcoming-events .event.teaser.post-view-short .event-title-short {
  font-size: 13px;
  margin-bottom: 0
}

/* full */
.event.full .date-location {
	font-weight: bold;
}

.event.full .body {
	font-size: 13px;
}

.event.full .group-ticket-link {
	margin-top: 48px;
}

.event.full .group-ticket-link .group-label {
	color: #fff;
	font-weight: normal;
	margin-bottom: 8px;
}

.event.full .group-ticket-link a.ticket {
	margin-bottom: 10px;
	width: 100%;
}

/* kino-calendar */
.kino-calendar {
	width: 100%;
	font-size: 12px;
	clear: both;
	margin: 0;
}
	.full .kino-calendar {
		border-bottom: 1px solid #1f1f1f;
		margin: 24px 0;
	}

.kino-calendar th {
	border: 1px solid #d4cc23;
	border-top: 0;
	border-bottom: 0;
	padding: 2px 0;
	background: #f9f029;
	width: 14.25%;
}
	.kino-calendar th:first-child {
		border-left: 0;
	}
	.kino-calendar th:last-child {
		border-right: 0;
	}
	.kino-calendar th.selected-day {
		background: #fff;
	}

.kino-calendar th .day {
	font-weight: bold;
	color: #000;
}

.kino-calendar th .date {
	font-weight: normal;
	color: #000;
	margin: 0 auto;
}

.kino-calendar td {
	border: 1px solid #1f1f1f;
	border-top: 0;
	border-bottom: 0;
	padding: 2px 0;
	color: #fff;
	background: #252525;
}
	.kino-calendar td:first-child {
		border-left: 0;
	}
	.kino-calendar td:last-child {
		border-right: 0;
	}
	.kino-calendar tr.noon td {
		padding: 4px 0 2px;
	}
	.kino-calendar tr.evening td {
		padding: 2px 0 4px;
	}
	.kino-calendar td.no-time {
		padding: 0px 0 !important;
	}

	.kino-calendar td.selected-day a {
		color: #fff !important;
	}

/* events-calendar */
table.em-calendar {
	width: 100%;
	font-weight: bold;
	font-size: 13px;
}

table.em-calendar th {
	padding: 5px;
	white-space: nowrap;
}

table.em-calendar th a {
	color: #000;
	font-size: 13px;
	display: block;
}

table.em-calendar td {
	padding: 0;
}
	table.em-calendar .days-names td {
		color: #fff;
		border-bottom: 1px solid #666;
		padding: 4px 0;
		width: 14.25%;
	}
	table.em-calendar td.eventless-today,
	table.em-calendar td.eventful-today {
		background: #444;
	}
	table.em-calendar td.selected-day {
		background: #fff;
	}

table.em-calendar td a {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none !important;
	padding: 25% 0;
	display: block;
	
}
	table.em-calendar td.eventful a,
	table.em-calendar td.eventless a {
		color: #fff;
	}
	table.em-calendar td.eventful-pre a,
	table.em-calendar td.eventful-post a,
	table.em-calendar td.eventless-pre a,
	table.em-calendar td.eventless-post a {
		color: #666;
		text-decoration: none;
	}
	
	table.em-calendar td.eventless-today a,
	table.em-calendar td.eventful-today a {
		color: #fff;
	}
	table.em-calendar td.selected-day a {
		color: #000;
	}

#em-loading {
	background: url(img/loading.gif) no-repeat scroll 50% 50% #000 !important;
}

/*------------------------------------*\
    GALERIE
\*------------------------------------*/

/* teaser */
.galerie.teaser {
	padding: 0 0 10px;
}

.galerie.teaser a {
	width: 100%;
	display: block;
	position: relative;
}

.galerie.hentry.teaser .page-title {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	padding: 10px;
	color: #009cff;
	margin-bottom: 0;
}
	.galerie.hentry.teaser:hover .page-title {
		color: #fff;
	}

/* full */
.galerie.full .date {
	font-size: 80%;
	color: #888;
	margin-left: 10px;
}

.galerie.full .field-galerie .gallery {
	margin-right: -10px;
}

.galerie.full .field-galerie .gallery-item {
	float: left;
	width: 50%;
	padding-right: 10px;
	padding-bottom: 10px;
}

.galerie.full .field-galerie img {
	min-width: 100%;
}

	
/*------------------------------------*\
    CUSTOM POST TYPE
\*------------------------------------*/



/*------------------------------------*\
    FILTER
\*------------------------------------*/
.filter {
	margin-bottom: 10px;
}

.filter .filter-current {
	background: #000;
	color: #fff;
	padding: 10px 28px 10px 10px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.filter .filter-current img {
	width: 13px;
	margin-right: 8px;
}

.filter .current {
	white-space: nowrap;
}

.filter .current-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
	.filter .current-icon.down {
		background: url(img/icon-caret-down.png) no-repeat right center;
		background-size: 10px 10px;
	}
	
	.filter .current-icon.close {
		background: url(img/icon-close.png) no-repeat right center;
		background-size: 10px 10px;
	}

.filter .filter-more {
	background: #000;
	padding: 10px 28px 10px 10px;
	font-size: 13px;
	display: none;
}

.filter-event-calendar .filter-more-calendar {
	padding: 10px 10px 10px 10px;
	clear: both;
	background: #000;
	display: none;
}

.filter .filter-more a {
	display: block;
	padding: 8px 0;
	text-align: left;
}

/*------------------------------------*\
    BREADCRUMBS
\*------------------------------------*/



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

/* pagination-paged */
.pagination-paged {
	color: #000;
	font-size: 13px;
	padding: 5px;
	margin: 0;
	text-align: right;
}

.pagination-paged .page-count {
	font-weight: bold;
	float: left;
	white-space: nowrap;
}

.pagination-paged .current {
	font-weight: bold;
}

.pagination-paged .page-numbers:hover {
	color: #000;
	text-decoration: none;
}

/*------------------------------------*\
    COMMENTS
\*------------------------------------*/



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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
	background: #f0f0f0;
	border: 0;
	padding: 8px 10px 4px;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
	width: 100%;
	max-width: 580px;
	box-shadow: 2px 2px 4px -2px #000 inset;
}

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

/* general */
.search {
	position: relative;
}

.search .search-submit {
	width: 14px;
	background: none;
	border: 0;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	padding: 0;
}

/* main sidebar */
.main-menu-search {
	padding: 0 15px 5px;
}

.main-menu-search .search-input {
	padding: 12px 36px 8px 12px;
	color: #666;
}

.main-menu-search .search-submit {
	width: 18px;
	background: none;
	border: 0;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin-top: -9px;
	right: 15px;
	padding: 0;
}

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



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

::selection {
	background:#8ACDDD;
	color:#fff;
	text-shadow:none;
}
::-webkit-selection {
	background:#8ACDDD;
	color:#fff;
	text-shadow:none;
}
::-moz-selection {
	background:#8ACDDD;
	color:#fff;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.alignright,
img[style*="float: right"],
img[style*="float:right"] {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft,
.body img[style*="float: left"],
.body img[style*="float:left"] {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

a img.alignright,
.body a img[style*="float: right"],
.body a img[style*="float:right"] {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft,
.body a img[style*="float: left"],
.body a img[style*="float:left"] {
	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 {
	
}

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



