/**
  * default less template startingpoint
  * author: Frank Fuchs BrainSellers Mediendesign
  * @brainseller http://frankfuchs.net
**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
a,
input,
button {
  touch-action: manipulation;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ========== responsive breakpoint =========== */
/*  ============= retina ============== */
/**
  * default less template startingpoint
  * author: Frank Fuchs BrainSellers Mediendesign
  * @brainseller http://frankfuchs.net
**/
/* ------------------------------------- *\
          mixins (CSS3 Helpers)
\* ------------------------------------- */
/* ======== rounded corners ======== */
/* ======== box shadow ======== */
/* ======== transition ======== */
/* ======== transform ======== */
/* ======== top-to-bottom gradient ======== */
/* ======== left-to-right gradient ======== */
/* ======== top-to-bottom 3 stop gradient ======== */
/* ======== left-to-right 3 stop gradient ======== */
/* ======== top-to-bottom 4 stop gradient ======== */
/* ======== left-to-right 4 stop gradient ======== */
/* ------------------------------------- *\
            variables
\* ------------------------------------- */
/* ======== colors ======== */
/* ======== sizes ======== */
/* Clearfix
   ========================================================================== */
header::after,
footer::after,
nav ul::after,
nav ol::after,
.container::after,
.paginator::after {
  display: table;
  clear: both;
  content: "";
}
/* ==========================================================================
   Styling and layout for screen media (mobile first)
   ========================================================================== */
@media screen {
  /* Layout
     ========================================================================== */
  /**
   * 1. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   */
  html {
    /* 1 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  /**
   * 1. Set `body` to `relative` to allow positioning of absolute elements.
   * 2. Remove default margin.
   */
  body {
    /* 1 */
    position: relative;
    /* 2 */
    margin: 0;
  }
}
/* ------------------------------------- *\
            CSS document
            Basics and typography
\* ------------------------------------- */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: normal;
  background-color: #232323;
  background-image: -webkit-linear-gradient(#AACF00 0%, #AACF00 6px, #000000 6px, #232323 60%);
  color: #fafafa;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Comfortaa", Helvetica, Arial, sans-serif;
  color: #AACF00;
  line-height: 1em;
}
p,
ul,
table,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.125em;
}
@media screen and (max-width: 530px) {
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.875em;
  }
  h3 {
    font-size: 1.25em;
  }
  h4 {
    font-size: 1.125em;
  }
  h5 {
    font-size: 1em;
  }
}
ul {
  padding: 0 0 0 1em;
}
a {
  color: #FF6B00;
}
a:hover {
  color: #fafafa;
}
em {
  font-style: italic;
}
.small {
  font-size: 0.8em;
}
::selection {
  color: #010101;
  background-color: #AACF00;
}
::-moz-selection {
  color: #010101;
  background-color: #AACF00;
}
article img {
  border-radius: 0.3em;
}
article iframe {
  border-radius: 0.3em;
}
/*forms*/
input,
textarea {
  padding: 0.5em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  border-radius: 0.3em;
}
.button {
  font-size: 1em;
  text-shadow: none;
  border-radius: 0.3em;
  border: 2px solid #FF6B00;
  background: transparent;
  color: #FF6B00;
  cursor: pointer;
}
.button:hover {
  background-color: #333;
}
.button.disabled {
  border-color: #662b00;
  color: #662b00;
  cursor: default;
}
/* layout ------------------------------------------------------------ */
.container {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.siteHeader {
  width: 90%;
  max-width: 960px;
  margin: auto;
  max-width: 1000px;
  margin: 2em auto;
  padding-right: 20px;
}
.siteTitle {
  font-size: 1em;
  line-height: 1;
  width: 292px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.siteTitle a {
  display: block;
  width: 292px;
  height: 186px;
  background: url(../images/pb_logo@2x.png) no-repeat;
  background-size: 100%;
  text-indent: -9999em;
}
@media screen and (max-width: 850px) {
  .siteTitle a {
    width: 219px;
    height: 140px;
    background-size: 100%;
  }
}
.bandTitle a {
  background-image: url(../images/pbb_logo@2x.png);
}
.content {
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding: 1em 0 3em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 730px) {
  .content {
    display: block;
  }
}
.mainContent {
  flex-grow: 2;
  max-width: 60%;
}
@media screen and (max-width: 730px) {
  .mainContent {
    max-width: inherit;
  }
}
.sideContent {
  flex-grow: 1;
  max-width: 33%;
}
@media screen and (max-width: 730px) {
  .sideContent {
    max-width: inherit;
  }
}
article,
.module {
  margin: 4em 0;
}
.heading {
  position: relative;
  min-height: 1em;
}
.entryTitle {
  line-height: 1em;
  text-transform: lowercase;
  font-weight: normal;
  padding: 5px 5px 5px 0;
  margin-bottom: 5px;
}
.entryTitle a {
  text-decoration: none;
}
.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 0.25em 0.25em;
  min-width: 100%;
  padding: 0.5em 0.5em 0.25em 0;
}
.stickyTitle {
  color: #AACF00;
}
.blogTitle {
  color: #AACF00;
  font-size: 2.2em;
  text-transform: lowercase;
}
.published {
  font-size: 0.7em;
  color: #aaa;
  text-transform: lowercase;
}
p.commentInvite {
  font-size: 0.7em;
  text-transform: lowercase;
}
.mainNav {
  list-style: none;
  float: right;
  margin-top: 64px;
  margin-right: 3.57142857%;
  z-index: 99;
}
.mainNav li {
  float: left;
  line-height: 1;
}
.mainNav li a {
  color: #fafafa;
  font-size: 18px;
  text-decoration: none;
  text-transform: lowercase;
  margin-left: 30px;
}
.mainNav li a:hover {
  color: #FF6B00;
}
.mainNav li a.active {
  font-weight: bold;
  color: #AACF00;
}
@media screen and (max-width: 780px) {
  .mainNav {
    float: none;
    width: 100%;
    margin: 0 auto;
    height: 48px;
  }
}
@media screen and (max-width: 530px) {
  .mainNav {
    height: auto;
  }
  .mainNav li {
    margin: 0;
    float: none;
    width: 30%;
    display: inline-block;
  }
  .mainNav li a {
    display: inline-block;
    margin: 10px 10px 10px 0;
    font-size: 1.375em;
  }
  .mainNav li a.active {
    margin-bottom: 7px;
  }
}
.booking,
.jetztNeu {
  display: block;
  width: 150px;
  height: 150px;
  background-color: #AACF00;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  -o-border-radius: 75px;
  border-radius: 75px;
  padding: 20px;
  text-align: center;
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.booking h4,
.jetztNeu h4 {
  color: #fff;
}
.booking p,
.jetztNeu p {
  font-size: 0.75em;
  margin: 0 0 0.5em;
  line-height: 1.2em;
  text-align: center;
  color: #010101;
  font-weight: bold;
}
.jetztNeu {
  background-color: #FF6B00;
  padding: 25px 20px 20px;
}
.jetztNeu a {
  color: #000;
  font-size: 1.25em;
}
.jetztNeu a:hover {
  color: #fafafa;
}
.pagination {
  display: flex;
  justify-content: space-between;
  font-family: "Comfortaa", Helvetica, Arial, sans-serif;
}
.pagination a {
  text-decoration: none;
  border-bottom: 1px solid #FF6B00;
  padding-bottom: 2px;
  margin-right: 1em;
}
.pagination a::last-child {
  margin-right: 0;
}
/* sidebar ------------------------------------------------------------------------------- */
.sideDates {
  list-style: none;
  margin-left: 0;
}
.sideDates li {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.sideDates .date {
  font-weight: bold;
  font-size: 1.125em;
  margin-right: 1em;
}
.sideDates .dateFacts {
  line-height: 1em;
}
.sideDates .location {
  font-size: 0.625em;
  display: block;
  margin: 0;
}
.sideDates .town {
  font-size: 0.875em;
  display: block;
  margin: 0;
}
.tweets {
  font-size: 0.8em;
  line-height: 1.4em;
  list-style: none;
  margin-left: 0;
}
.tweets li {
  margin: 0.5em 0;
}
.tweetTime {
  margin-top: -0.5em;
}
/* footer -------------------------------------------------------------------------------- */
.mainFooter {
  background-color: #AACF00;
  padding: 3em 0;
}
.footNav {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.footNavList {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footNavList li {
  line-height: 2em;
  margin-right: 2em;
}
.footNavList li a {
  color: #010101;
  font-size: 18px;
  text-decoration: none;
  text-transform: lowercase;
}
.footNavList li a:hover {
  color: #FF6B00;
}
.footNavList li a.active {
  font-weight: bold;
  border-bottom: 3px solid #FF6B00;
}
.searchfield {
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding: 3em 0;
}
#suchFeld {
  border: 2px solid #dbff36;
  background-color: rgba(255, 255, 255, 0.4);
}
#searchBut {
  font-size: 1em;
  text-shadow: none;
  border-radius: 0.3em;
  border: 2px solid #FF6B00;
  background: transparent;
  color: #FF6B00;
  cursor: pointer;
}
#searchBut:hover {
  background-color: #333;
}
#searchBut.disabled {
  border-color: #662b00;
  color: #662b00;
  cursor: default;
}
#searchBut:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.socialLinks {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.socialLinkList {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 640px;
  min-width: 50%;
  max-width: 100%;
}
.socialLinkList a {
  display: block;
  text-indent: -8000px;
  width: 64px;
  height: 64px;
  background-image: url(../images/social-icons@2x.png);
  background-size: auto 64px;
}
.socialFeed {
  background-position: 64px 0;
}
.socialFacebook {
  background-position: -64px 0px;
}
.socialSoundcloud {
  background-position: 192px 0px;
}
.socialInstagram {
  background-position: -128px 0;
}
.socialYoutube {
  background-position: 128px 0;
}
/* inverted colors ----------------------------------------------------------------------- */
body.inverted {
  background-color: #AACF00;
  color: #010101;
}
body.inverted #headWrapper {
  background-color: #010101;
  color: #fafafa;
}
body.inverted .mainNav li a {
  color: #fafafa;
}
body.inverted .mainNav li a:hover {
  color: #FF6B00;
}
body.inverted .published {
  color: #666;
}
body.inverted #footWrapper {
  background-color: #010101;
}
/* info ---------------------------------------------------------------------------------- */
.colContent {
  flex-wrap: wrap;
}
.colContent .entry {
  width: 48%;
}
.colContent .entry .entryTitle {
  color: #fafafa;
}
@media screen and (max-width: 730px) {
  .colContent .entry {
    width: 100%;
  }
}
.greenSub,
.orangeSub {
  margin-top: -5px;
}
.greenSub {
  color: #AACF00;
}
/* termine ------------------------------------------------------------------------------- */
.terminTitle {
  margin-bottom: 2em;
}
.dateList {
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.dateList li {
  margin-bottom: 2em;
}
.dateList li p {
  margin: 0 0 0.2em;
}
.termin {
  overflow: hidden;
}
.date {
  padding: 5px 0 0;
  font-family: "Comfortaa", Helvetica, Arial, sans-serif;
  font-size: 1.875em;
}
.event {
  font-family: "Comfortaa", Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  line-height: 1em;
  margin: 0;
}
.event a {
  text-decoration: none;
}
.locInfo {
  line-height: 1em;
}
.town {
  margin-left: 1em;
}
.einlass,
.preis {
  font-size: 0.75em;
}
.private {
  color: #999 !important;
}
.bandDate {
  background: url(../images/pbb_logo_termin.png) no-repeat right top;
  background-size: 80px;
}
/* comments ------------------------------------------------------------------------------ */
.commentList li {
  list-style: decimal;
  font-size: 2em;
  font-weight: bold;
  color: #aaa;
  margin: 0.5em 0 0.5em 1.5em;
}
.commentList li p {
  font-size: 0.4375em;
  font-weight: normal;
  color: #fafafa;
}
.commentList li p.small {
  font-size: 0.375em;
}
.commentList .footnote {
  font-size: 0.75rem;
}
.comment-body {
  font-size: 1.25em;
  line-height: 1.6rem;
}
.preview {
  font-size: 0.875em;
  padding: 10px 30px;
  background-color: #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.comment-author,
.comment-anchor {
  font-size: 1.5rem;
}
#txpCommentInputForm {
  list-style: none;
  margin: 20px 0;
}
#txpCommentInputForm li {
  margin: 1em 0;
}
#txpCommentInputForm label {
  display: block;
}
#txpCommentInputForm .comment_name_input,
#txpCommentInputForm .comment_email_input,
#txpCommentInputForm .comment_web_input,
#txpCommentInputForm .txpCommentInputMessage {
  width: 100%;
  font-size: 1em;
  background-color: #aaa;
  border: 2px solid #999;
  border-radius: 0.3em;
  padding: 0.5em 0.5em;
}
#txpCommentInputForm .comment_name_input:focus,
#txpCommentInputForm .comment_email_input:focus,
#txpCommentInputForm .comment_web_input:focus,
#txpCommentInputForm .txpCommentInputMessage:focus {
  background-color: #ccc;
}
.rememberBox,
#comments-help {
  font-size: 0.75em;
  padding-left: 23%;
}
ul.comments_error {
  color: red;
  font-size: 0.75em;
}
.comment_email_input.comments_error,
.comment_name_input.comments_error,
.txpCommentInputMessage.comments_error {
  border: 2px solid red;
  padding: 3px 8px;
}
/* contact form -------------------------------------------------------------------------- */
.comConnectForm label {
  display: block;
}
.comConnectForm input.comText,
.comConnectForm input.comEmail,
.comConnectForm textarea.comTextarea {
  width: 100%;
  margin: 1em 0;
  font-size: 1em;
  background-color: #aaa;
  border: 2px solid #999;
  border-radius: 0.3em;
  padding: 0.5em 0.5em;
}
.comConnectForm input.comText:focus,
.comConnectForm input.comEmail:focus,
.comConnectForm textarea.comTextarea:focus {
  background-color: #ccc;
}
.comConnectForm input.comText.comRequirederrorElement,
.comConnectForm input.comEmail.comRequirederrorElement,
.comConnectForm textarea.comTextarea.comRequirederrorElement {
  padding: 4px 9px;
  border: 1px solid red;
}
.comConnectForm ul.comError {
  list-style: none;
  color: red;
  font-size: 0.75em;
}
.comConnectForm .comSubmit {
  font-size: 1em;
  text-shadow: none;
  border-radius: 0.3em;
  border: 2px solid #FF6B00;
  background: transparent;
  color: #FF6B00;
  cursor: pointer;
}
.comConnectForm .comSubmit:hover {
  background-color: #333;
}
.comConnectForm .comSubmit.disabled {
  border-color: #662b00;
  color: #662b00;
  cursor: default;
}