/**********************************
*** PHOTO PAGES
***********************************/
div.photo-album-list-container {
    float: left;
}

.photo-album-list-container div.photo-album-container {
    clear: both;
/*    margin-left: 100px;*/
}

.photo-album-list-container div.photo-album-thumb-container {
    float: left;
    margin-right: 12px;
    margin-bottom: 8px;
    width: 200px;
    text-align: center;
}

.photo-album-list-container img.photo-album-thumb {
    height: 133px;
    /*width: 200px;*/
}

.photo-album-list-container div.photo-album-title-container {
    float: left;
    width: 500px;
}

.photo-album-list-container h5.photo-album-title {
    margin-top: 0px;
    margin-bottom: 3px;
}

.photo-album-list-container p.photo-album-description {
    margin-bottom: 20px;
}


/**********************************
*** VIDEO PAGES
***********************************/
/* Werbung weg */
.wonderplugingallery div[class*='html5gallery-elem-'] > a:nth-child(3),
.wonderplugingallery div[class^=' html5gallery-elem-'] > a:nth-child(3),
.wonderplugingallery div[class*='html5gallery-elem-img'] > a:nth-child(2),
.wonderplugingallery div[class^=' html5gallery-elem-img'] > a:nth-child(2) {
    display: none;
}

/* Videofenster Title... */
.wonderplugingallery div[class*='html5gallery-title-text-'],
.wonderplugingallery div[class^=' html5gallery-title-text-'] {
    font-size: 13px;
    padding: 6px 0px 6px 14px;
    color: #eee;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* (Keine) Runden Ecken */
.wonderplugingallery div[class*='html5gallery-elem-'] iframe,
.wonderplugingallery div[class^=' html5gallery-elem-'] iframe,
.wonderplugingallery div[class*='html5gallery-elem-img-'] img,
.wonderplugingallery div[class^=' html5gallery-elem-img-'] img {
    border-radius: 0px;
}
.wonderplugingallery div[class*='html5gallery-tn-img-'],
.wonderplugingallery div[class^=' html5gallery-tn-img-'] {
    border-radius: 10px;
}

/* Thumbs Hintergrundfarbe weg, margin weg, Höhe setzen */
.wonderplugingallery div[id*='html5gallery-tn-'],
.wonderplugingallery div[id^=' html5gallery-tn-'] {
    background-color: transparent;
    margin: 0px 0px 16px 0px;
    height: 191px;
}
/* Margin für jedes mittle Thumb */
.wonderplugingallery div[id*='html5gallery-tn-']:nth-child(3n+2),
.wonderplugingallery div[id^=' html5gallery-tn-']:nth-child(3n+2) {
    background-color: transparent;
    margin-left: 19px;
    margin-right: 19px;
}

/* Videoliste margin links weg */
.wonderplugingallery div[class*='html5gallery-thumbs-'],
.wonderplugingallery div[class^=' html5gallery-thumbs-'] {
    margin-left: 0px !important;
}

/* Title zweizeilig, Schriftart */
.wonderplugingallery div[class*='html5gallery-tn-title-'],
.wonderplugingallery div[class^=' html5gallery-tn-title-'] {
    height: auto;
    line-height: 20px;
    margin-top: 4px;
    text-align: left !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.wonderplugingallery div[class*='html5gallery-tn-selected-'],
.wonderplugingallery div[class^=' html5gallery-tn-selected-'] {
    text-decoration: underline;
}

/* Abstand unten */
div.wonderplugingallery {
    margin-bottom: 100px;
}

/**********************************
*** ALLGEMEIN
***********************************/
/* Links */
a {
    color: #000;
    text-decoration: underline;
}

/* Seitenbreite etc. */
#page {
    width: 900px;
    margin-bottom: 20px;
}

/* Abstand Header - Content */
.site-content {
    margin: 22px 0px 0px 0px;
}

/* Contentbreite */
#main {
    width: 800px;
    margin: auto;
}

/* Abstand oben */
body .site {
    margin-top: 25px;
}

/* Page Borders weg */
article.page {
      border: none;
}

/* Focus-Linie um geclickte Links weg */
a:focus {
	outline: none;
}

/* Schriftart */
body, body.custom-font-enabled, .entry-content p, .entry-summary p, .comment-content p, .mu_register p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #333
}

/* Paginierung "Seite: 1 2 3 .." */
.page-links {
    border: #333;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-top: 40px;
    font-size: 14px;
}

/* Footer zentrieren */
#colophon {
    text-align: center;
    border: none;
}

/* h1 */
.entry-content h1, .comment-content h1 {
    font-size: 20px;
    line-height: 1.2;
}
/* h1 - 6 */
.entry-content h1, .comment-content h1,
.entry-content h2, .comment-content h2,
.entry-content h3, .comment-content h3,
.entry-content h4, .comment-content h4,
.entry-content h5, .comment-content h5,
.entry-content h6, .comment-content h6 {
    margin: 18px 0px;
}

/* hr */
hr {
    margin: 18px 0px 28px 0px;
}

/* iframe und img content: no margin, round corners*/
.entry-content embed, .entry-content iframe, .entry-content object,
.entry-content video, .entry-content img {
    margin: 0px;
    border-radius: 10px;
}

/* Silbentrennung aus, Blocksatz an */
.site-content article {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-align: justify;
}

/**********************************
*** HEADER
***********************************/
/* Header zentrieren */
#masthead {
	text-align: center;
}

#masthead .header-image {
  height: 95px;
  width: auto;
  margin-top: -4px;
}

/* Abstand zwischen Header und Header Menu */
.main-navigation {
    margin-top: 0px;
}

/* Header Menu: Linie drunter, zentrieren, Abstände */
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 1px dotted;
    border-bottom-color: #c3c3c3;
    text-align: center;
    margin-top: 18px;
    padding-bottom: 5px;
    margin-bottom: 6px;
}

.main-navigation li.menu-item {
    margin: 0px 20px;
}

/* Header Menu Schriftart */
.main-navigation li.menu-item a {
    font-family: Palatino, "Palatino Linotype", Georgia, Serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: normal;
}
.main-navigation li.menu-item a:hover {
    text-decoration: underline;
}

/* Header Submenu Schriftart, Abstände, etc. */
.main-navigation .nav-menu .menu-item ul.sub-menu {
    padding: 10px 10px 8px 10px;
    background-color: #f6f6f6;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15);
}
.main-navigation .nav-menu .menu-item .sub-menu li.menu-item {
    display: inline;
    margin: 0px;
}
.main-navigation .nav-menu .menu-item .sub-menu li.menu-item a {
    font-family: Palatino, "Palatino Linotype", Georgia, Serif;
    font-size: 14px;
    line-height: 22px;
    padding: 0px 12px;
    margin: 0px;
    border: none;
    width: auto;
    min-width: 80px;
    color: #333;
    background-color: transparent;
    text-align: left;
    white-space: nowrap;
}

/* Header Menu Schrift underline, wenn aktive Seite */
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
    text-decoration: underline;
}

/* Dropdown Menu Kram... */
/* Pfeil für Dropdown Menus */
.nav-menu li > a:not(:only-child):before {
    color: #000;
    content: '▾ ';
    margin-right: 0px;
}
/* Normaler Cursor für Dropdowns */
.nav-menu li > a:not(:only-child) {
   cursor: default;
}
/* Hover underline nicht für Dropdowns */
.nav-menu li > a:not(:only-child):hover {
    text-decoration: none;
}
/* Aktive Seite underline nicht für Dropdowns */
.nav-menu .current-menu-item > a:not(:only-child),
.nav-menu .current_page_item > a:not(:only-child) {
    text-decoration: none;
}

/* Sekundäres Menu */
.main-navigation ul.nav-menu-secondary {
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 4px;
    width: 780px;
}
.main-navigation .nav-menu-secondary > li.menu-item {
    margin: 0px 10px;
}
.main-navigation .nav-menu-secondary > li.menu-item > a {
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 20px;
}

/* Special Menu css */
.main-navigation .nav-menu-secondary > li.menu-item.artist-name > a {
    font-size: 18px; /*16px*/
    font-weight: bold;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*cursor: default;*/
    text-decoration: none;
}

.main-navigation .nav-menu-secondary > li.menu-item.peng-shaban-tentakel-artist {
    display: block;
    margin-bottom: 11px;
    margin-top: 3px;
}

/**********************************
*** ARTIST PAGE 
***********************************/
div.artist-container {
   margin-bottom: 0px;
   float: left;
}

div.artist-container-detailed {
   margin-bottom: 20px;
   float: left;
}

div.artist-image-container {
    clear: both;
    float: left;
    padding-bottom: 12px
}

.artist-image-container img.artist-image {
    margin: 5px 20px 0px 0px;
    border-radius: 15px;
}

div.artist-releases-container {
    margin: 3px 0px 10px 2px;
    width: 270px;
}

div.artist-info-container {
    float: left;
    width: 500px;
}

.artist-info-container h2.artist-name,
.artist-info-container h3.artist-name,
.artist-info-container h4.artist-name,
.artist-info-container h5.artist-name,
.artist-info-container h6.artist-name {
    clear: none;
    margin-top: 0px;
    margin-bottom: 5px;
}

.artist-info-container h2.artist-name a {
	text-decoration: none;
}

.artist-info-container div.artist-links {
    margin: 10px 0px;
    text-transform: uppercase;
    text-align: left;
}

.artist-info-container div.artist-links span.artist-links-separator {
    margin-left: 2px;
    margin-right: 2px
}


/**********************************
*** TOURDATES PAGES (ALT)
***********************************/
div.tour-dates {
    margin-bottom: 50px;
    margin-top: -10px;
}

div.tour-dates p {
    margin: 0px;
}

div.tour-dates p, div.tour-dates h1,
div.tour-dates h2, div.tour-dates h3,
div.tour-dates h4, div.tour-dates h5,
div.tour-dates h6 {
    text-align: center;
    line-height: 28px;
}

div.tour-dates p em {
    font-style: normal;
    margin-right: 10px;
}

div.tour-dates-past p, div.tour-dates-past h3,
div.tour-dates-past del, div.tour-dates-past a {
    color: #888;
}


/***************************************
*** TOURDATES PAGES (NEU KREISDATES APP)
***************************************/
  .kd--embed-container {
    text-align: center;
  }
  .kd--embed-container a,
  .kd--embed-container a:hover {
    color: unset;
  }
  .kd--embed-container h5,
  .kd--embed-container .h5 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: larger;
  }
  .kd--embed-container .kd--tourdates {
    margin-bottom: 3rem;
  }
  .kd--embed-container .kd--past-opacity {
    opacity: 0.5;
  }
  .kd--embed-container .kd--tourdate {
    line-height: 175%;
    margin-bottom: 5px;
  }
  .kd--embed-container .kd--tourdate .kd--date {
    margin-right: 10px;
  }
  .kd--embed-container .kd--tourdate .kd--artist {
    font-weight: bold;
    text-transform: uppercase;
  }
  .kd--embed-container .kd--tourdate .kd--town {
    font-weight: bold;
  }
  .kd--embed-container .kd--tourdate .kd--old {
    text-decoration: line-through;
    opacity: 0.5;
    font-weight: normal;
  }
  .kd--embed-container .kd--tourdate .kd--note {
    font-style: italic;
    opacity: 0.7;
  }
  .kd--embed-container .kd--tourdate .kd--tickets {
    margin-left: 10px;
  }
  .kd--embed-container .kd--newsletter-info {
    max-width: 500px;
    margin: auto;
  }
/* END */