/*
Theme Name: HRO 2012
Theme URI: 
Description:
Author: 
Version: 0.1
Tags:
*/
/* ### VARIABLES ### */
.pie {
  behavior: url("http://www.humanistenkw.de/wp-content/themes/hro2012/js/PIE.htc");
}
/* ### --- ### */
html,
body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}
html {
  background: #eeeeee url(img/bg.png);
}
body {
  font-family: 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: #404040;
  background: url(img/bg-verband.png) repeat-x;
}
/* ### TRANSITIONS ### */
a,
ul li,
.hotlink,
.stopper {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
/* ### GENERAL ### */
a:link {
  color: #478add;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #dd47aa;
  text-decoration: underline;
}
a:visited {
  color: #72a5e5;
}
a:visited:hover,
a:visited:focus,
a:visited:active {
  color: #e572be;
}
h2,
h3,
h4 {
  font-family: 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
  color: #478add;
}
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active,
h4 a:hover,
h4 a:focus,
h4 a:active {
  text-decoration: none;
}
h2 {
  margin-bottom: 0.2em;
  font-size: 2.8em;
  line-height: 1em;
}
h3 {
  margin-bottom: 0.4em;
  font-size: 1.8em;
  line-height: 1.2em;
}
.box {
  position: relative;
  background: #fff;
  background: #ffffff;
  -moz-border-radius: 2px;
  /* -webkit-border-radius: @radius; */
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  /* -webkit-box-shadow: @shadow-x @shadow-y @shadow-blur @shadow-spread @shadow-color;  */
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  /* -webkit-border-radius: @radius; */
  border-radius: 3px;
  behavior: url("http://www.humanistenkw.de/wp-content/themes/hro2012/js/PIE.htc");
  overflow: hidden;
}
.box:hover {
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  /* -webkit-box-shadow: @shadow-x @shadow-y @shadow-blur @shadow-spread @shadow-color;  */
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  behavior: url("http://www.humanistenkw.de/wp-content/themes/hro2012/js/PIE.htc");
}
.box .grid-inner {
  margin: 16px;
}
.border-bottom {
  border-bottom: 6px solid #478add;
}
/* for webkit border-radius + border bug see EOD */
/* ### STRUCTURE ### */
#wrapper-0 {
  position: relative;
  z-index: 3;
  margin: 0px auto;
}
#footer {
  clear: both;
}
/* ### HEADER ### */
#head {
  position: relative;
}
/*

#bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #bg {
    position: fixed;
  }
}

#bg img {
  width: 100%;
}

*/
h1 {
  position: absolute;
  height: 86px;
  width: 386px;
  top: 32px;
  left: 6px;
}
h1 a {
  display: block;
  height: 86px;
  width: 386px;
  text-indent: -9999px;
  background: url(img/h1-blau.png) left top no-repeat;
}
.logo_bar {
  position: absolute;
  display: none;
  top: 26px;
  right: 32px;
  height: 80px;
  width: 90px;
  background: url(img/logo_bar.png) left top no-repeat;
}
@media screen and (min-width: 768px) {
  .logo_bar {
    display: block;
  }
}
/* navigation */
.main-navigation {
  margin: 136px 0px 18px;
}
#menu-navigation li {
  display: block;
  float: left;
  width: 100%;
  font-family: 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #menu-navigation li {
    width: 25%;
  }
}
@media screen and (min-width: 1008px) {
  #menu-navigation {
    display: table;
    width: 100%;
  }
  #menu-navigation li {
    display: table-cell;
    float: none;
    width: auto;
    white-space: normal;
  }
}
#menu-navigation li a {
  position: relative;
  display: block;
  padding: 0.8em 16px;
}
#menu-navigation li a:hover,
#menu-navigation li a:focus,
#menu-navigation li a:active {
  text-decoration: none;
}
#menu-navigation li.current-menu-item,
#menu-navigation li.current-page-ancestor,
#menu-navigation li.current-menu-parent {
  background: #478add;
}
#menu-navigation li.current-menu-item a,
#menu-navigation li.current-page-ancestor a,
#menu-navigation li.current-menu-parent a {
  position: relative;
  color: #fff;
}
/* ### CONTENT ### */
p {
  margin-bottom: 1.4em;
}
p:last-child {
  margin-bottom: 0;
}
.content ul {
  margin-bottom: 1.4em;
  list-style-type: none;
}
.content ul li {
  position: relative;
  padding-left: 1.4em;
}
.content ul li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #478add;
}
.content table {
  border: none;
  border-collapse: collapse;
}
.content table tr {
  border-bottom: 1px solid #d9d9d9;
}
.content table tr:last-child {
  border-bottom: none;
}
.content table tr td {
  padding: 0.2em 0.4em;
}
img.alignleft {
  float: left;
  margin: 0 1.4em 1.2em 0;
}
img.alignright {
  float: right;
  margin: 0 0 1.2em 1.4em;
}
iframe {
  /* youtube video */
  width: 100%;
  height: 368px;
}
.meta {
  display: block;
  margin-bottom: 0.4em;
  font-family: 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.8em;
  color: #a6a6a6;
}
.meta.section {
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wp-post-image,
.dummy {
  display: block;
  margin: -16px 0px 8px -16px;
  background: #478add;
}
/* teaser */
.teaser p {
  max-width: 620px;
  font-size: 1.2em;
  line-height: 140%;
  color: #8d8d8d;
}
/* stopper */
.stopper {
  background: #478add;
  color: #fff;
  overflow: visible;
}
.stopper::after {
  content: "";
  position: absolute;
  top: -32px;
  right: 0px;
  display: none;
  width: 108px;
  height: 108px;
  background: url(img/star_aktuell.png) left top no-repeat;
  transition: right 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .stopper {
    overflow: auto;
  }
  .stopper::after {
    display: none !important;
  }
}
.stopper + .stopper::after {
  display: none;
}
.stopper:hover::after {
  right: 0px;
}
@media screen and (min-width: 768px) {
  .stopper::after {
    right: -56px;
  }
  .stopper:hover::after {
    right: -64px;
  }
}
.stopper:hover {
  background: #dd47aa;
}
.stopper h3,
.stopper h3 a {
  margin-bottom: 0;
  color: #fff !important;
}
.stopper h3 a {
  display: block;
}
.more {
  position: absolute;
  bottom: -3px;
  right: 0px;
  display: block;
  width: 1em;
  height: 1em;
  font-family: 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: normal;
  text-align: center;
  color: #fff !important;
  background: #478add;
}
.more:hover,
.more:active,
.more:focus {
  text-decoration: none;
}
/* side navigation */
.side-navigation ul {
  padding: 16px 0;
  font-family: 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.side-navigation ul a {
  display: block;
  padding: 0.2em 16px;
}
.side-navigation ul a:hover,
.side-navigation ul a:active,
.side-navigation ul a:focus {
  text-decoration: none;
}
.side-navigation ul li.current-menu-item a,
.side-navigation ul li.current-menu-parent a,
.side-navigation ul li.current_page_item a {
  padding-left: 10px;
  border-left: 6px solid #478add;
}
.side-navigation ul li.current_page_ancestor a {
  padding-left: 16px !important;
  border: none !important;
}
.side-navigation ul li.current-menu-item a:hover,
.side-navigation ul li.current-menu-item a:active,
.side-navigation ul li.current-menu-item a:focus,
.side-navigation ul li.current-menu-parent a:hover,
.side-navigation ul li.current-menu-parent a:active,
.side-navigation ul li.current-menu-parent a:focus,
.side-navigation ul li.current_page_item a:hover,
.side-navigation ul li.current_page_item a:active,
.side-navigation ul li.current_page_item a:focus {
  border-color: #dd47aa;
}
.side-navigation ul li ul {
  /* display: none; uncomment to hide when not selected */
  padding: 0px 0px;
}
.side-navigation ul li.current-menu-item ul,
.side-navigation ul li.current-menu-parent ul {
  /* display: block; uncomment to hide when not selected */
}
.side-navigation ul li ul li a {
  padding-left: 26px !important;
  font-weight: normal;
  letter-spacing: 1px;
}
.side-navigation ul li ul li.current-menu-item a {
  padding-left: 20px;
}
.side-navigation ul li.current-menu-item ul li a,
.side-navigation ul li.current-menu-parent ul li a {
  border-left: none !important;
  padding-left: 26px !important;
}
.side-navigation ul li.current-menu-parent ul li.current-menu-item a {
  border-left: 6px solid #478add !important;
  padding-left: 20px !important;
}
/* fix the marker of Aktuelles + Veranstaltungen... */
body.tax-sections .side-navigation ul li.menu-item-object-event_sections.current-menu-item a,
body.tax-sections .side-navigation ul li.menu-item-object-album_sections.current-menu-item a,
body.single-post .side-navigation ul li.menu-item-object-event_sections.current-menu-parent a,
body.single-post .side-navigation ul li.menu-item-object-album_sections.current-menu-parent a,
body.tax-event_sections .side-navigation ul li.menu-item-object-sections.current-menu-item a,
body.tax-event_sections .side-navigation ul li.menu-item-object-album_sections.current-menu-item a,
body.single-events .side-navigation ul li.menu-item-object-sections.current-menu-parent a,
body.single-events .side-navigation ul li.menu-item-object-album_sections.current-menu-parent a,
body.tax-album_sections .side-navigation ul li.menu-item-object-event_sections.current-menu-item a,
body.tax-album_sections .side-navigation ul li.menu-item-object-sections.current-menu-item a,
body.single-albums .side-navigation ul li.menu-item-object-event_sections.current-menu-parent a,
body.single-albums .side-navigation ul li.menu-item-object-sections.current-menu-parent a {
  padding-left: 16px;
  border-left: none;
}
/* bloglist */
.bloglist li h3 {
  height: 2.4em;
  overflow: hidden;
}
.bloglist li p {
  height: 7.5em;
  /* 5 lines x 1.5em line-height = 7.5em */
  overflow: hidden;
}
.bloglist li .wp-post-image,
.bloglist li .dummy {
  width: 110%;
  height: auto;
}
.bloglist li .dummy {
  display: none;
}
@media screen and (min-width: 1008px) {
  .bloglist li .dummy {
    display: block;
  }
  .bloglist li .wp-post-image,
  .bloglist li .dummy {
    width: 316px;
    height: 210px;
  }
}
.bloglist li:hover,
.eventlist li:hover,
.pagelist li:hover {
  border-color: #dd47aa;
}
.bloglist li:hover h3 a,
.eventlist li:hover h3 a,
.pagelist li:hover h3 a {
  color: #dd47aa;
}
.bloglist li:hover .more,
.bloglist li:hover .dummy,
.eventlist li:hover .more,
.eventlist li:hover .dummy,
.pagelist li:hover .more,
.pagelist li:hover .dummy {
  background: #dd47aa;
  color: #fff;
}
/* eventlist / pagelist */
.eventlist li,
.pagelist li {
  min-height: 6.7em;
}
.eventlist li .wp-post-image,
.eventlist li .dummy,
.pagelist li .wp-post-image,
.pagelist li .dummy {
  float: left;
  width: 148px;
  height: 98px;
  margin-right: 16px;
  margin-bottom: 0px;
}
.eventlist li h3 .date {
  display: block;
  color: #d9d9d9;
}
/* pagelist */
.pagelist li p {
  float: none;
  margin-bottom: 0;
  overflow: hidden;
}
.pagelist li h3,
.pagelist li p {
  margin-left: 148px;
}
.pagelist li .thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}
.pagelist li .thumb img {
  margin: 0px;
  width: auto !important;
  height: auto !important;
}
.pagelist li .thumb .dummy {
  height: 100%;
  width: 148px;
  margin: 0px;
}
/* pagination */
.pagination ul {
  display: block;
}
.pagination ul li {
  float: left;
}
.pagination ul li a,
.pagination ul li .current {
  display: block;
  padding: 4px 12px;
  font-family: 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
}
.pagination ul li .current {
  background: #478add;
  color: #fff;
}
.pagination ul li a:hover,
.pagination ul li a:active,
.pagination ul li a:focus {
  text-decoration: none;
  background: #dd47aa;
  color: #fff !important;
}
/* single / page */
.single .wp-post-image,
.page .wp-post-image {
  width: 652px;
  height: 366px;
  margin-bottom: 18px;
}
.single .dummy,
.page .dummy {
  height: 0px;
}
.single h3.date {
  color: #d9d9d9;
}
/* comment form */
#commentform .required {
  display: none;
}
/* commentslist */
.commentslist li {
  list-style-type: none;
}
.commentslist li .comment-author {
  margin-top: 16px;
  text-align: right;
}
.commentslist li .comment-author cite {
  display: block;
  font-family: 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #478add;
}
.commentslist li .grid-6 {
  position: relative;
  overflow: visible;
}
.commentslist li .grid-6::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -24px;
  display: block;
  height: 0px;
  width: 0px;
  border-style: solid;
  border-width: 12px;
  border-color: transparent #fff transparent transparent;
}
.commentslist li ul li {
  margin-left: 64px !important;
}
/* hot links */
.hotlink {
  display: block;
  background: #478add;
}
.hotlink:hover,
.hotlink:active,
.hotlink:focus {
  background: #dd47aa;
}
.hotlink a {
  display: block;
  color: #fff !important;
}
/* albumlist */
.albumlist li h4 {
  height: 2.8em;
  margin-top: 0.4em;
  overflow: hidden;
}
.albumlist li img {
  margin: -16px 16px 0px -16px;
}
/* imagelist */
.imagelist li {
  height: 98px;
}
/* home */
.grid-4 .eventlist li {
  margin-bottom: 1.4em;
}
/* widgets */
.widgets li {
  position: relative;
  clear: left;
}
/* eventlist */
.grid-4 .eventlist li {
  min-height: 0;
}
/* image widget */
ul.wGallery {
  position: relative;
  background: #fff;
  background: #ffffff;
  -moz-border-radius: 2px;
  /* -webkit-border-radius: @radius; */
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  /* -webkit-box-shadow: @shadow-x @shadow-y @shadow-blur @shadow-spread @shadow-color;  */
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  /* -webkit-border-radius: @radius; */
  border-radius: 3px;
  behavior: url("http://www.humanistenkw.de/wp-content/themes/hro2012/js/PIE.htc");
  overflow: hidden;
  height: 210px;
  margin-bottom: 18px;
}
ul.wGallery li {
  position: absolute;
  top: 0px;
  left: 0px;
}
ul.wGallery li a {
  position: relative;
  display: block;
}
ul.wGallery li img {
  width: 316px;
  min-height: 210px;
}
@media screen and (max-width: 768px) {
  ul.wGallery li {
    width: 100%;
    height: 100%;
  }
  ul.wGallery li img {
    width: 100%;
    height: 100%;
    min-height: auto;
  }
}
ul.wGallery li a::after {
  content: "zur Galerie";
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  width: 276px;
  padding: 16px 20px 18px;
  font-family: 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
/* comment widget */
.widget_hroRecentComments {
  padding: 16px;
  position: relative;
  background: #fff;
  background: #ffffff;
  -moz-border-radius: 2px;
  /* -webkit-border-radius: @radius; */
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  /* -webkit-box-shadow: @shadow-x @shadow-y @shadow-blur @shadow-spread @shadow-color;  */
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  /* -webkit-border-radius: @radius; */
  border-radius: 3px;
  behavior: url("http://www.humanistenkw.de/wp-content/themes/hro2012/js/PIE.htc");
  overflow: hidden;
  border-bottom: 6px solid #478add;
}
.widget_hroRecentComments .commentslist > li {
  float: left;
  width: 100%;
  margin: 0 0 0.6em 0;
}
.widget_hroRecentComments .commentslist > li:last-child {
  margin-bottom: 0;
}
.widget_hroRecentComments .commentslist > li .comment-author {
  display: block;
  margin-bottom: 0.4em;
  font-family: 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.8em;
  color: #a6a6a6;
  float: left;
  margin: 8px 0 0 0;
}
.widget_hroRecentComments .commentslist > li .comment-post {
  display: block;
  margin-bottom: 0.4em;
  font-family: 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.8em;
  color: #a6a6a6;
  float: right;
  margin: 8px 0 0 0;
}
.widget_hroRecentComments .commentslist > li .comment-content {
  display: block;
  clear: both;
  -moz-border-radius: 3px;
  /* -webkit-border-radius: @radius; */
  border-radius: 3px;
  behavior: url("http://www.humanistenkw.de/wp-content/themes/hro2012/js/PIE.htc");
}
.widget_hroRecentComments .commentslist > li .comment-content > a {
  position: relative;
  display: block;
  padding: 4px 8px;
  text-decoration: none;
  background: #478add;
  color: #fff;
  -moz-border-radius: 3px;
  /* -webkit-border-radius: @radius; */
  border-radius: 3px;
  behavior: url("http://www.humanistenkw.de/wp-content/themes/hro2012/js/PIE.htc");
}
.widget_hroRecentComments .commentslist > li .comment-content > a:hover,
.widget_hroRecentComments .commentslist > li .comment-content > a:active,
.widget_hroRecentComments .commentslist > li .comment-content > a:focus {
  background: #dd47aa;
  text-decoration: none;
}
.widget_hroRecentComments .commentslist > li .comment-content > a::before {
  content: " ";
  position: absolute;
  bottom: -16px;
  left: 8px;
  display: block;
  height: 0;
  width: 0;
  border-color: #478add transparent transparent transparent;
  border-style: solid;
  border-width: 8px;
}
.widget_hroRecentComments .commentslist > li .comment-content > a:hover::before,
.widget_hroRecentComments .commentslist > li .comment-content > a:active::before,
.widget_hroRecentComments .commentslist > li .comment-content > a:focus::before {
  border-color: #dd47aa transparent transparent transparent;
}
/* ### FOOTER ### */
/* once prepared for a claim 

#footer h3 {
  clear: left;

  width: 90%;
  margin: 1em auto;

  font-family: @font-one;
  font-weight: normal;
  font-style: italic;
  
  line-height: 1.2;
  
  text-align: center;
  
  color: lighten( @text, 30% ) !important;
  color: rgba(0,0,0,0.2) !important;
}

*/
/* navigation */
.footer-navigation li {
  float: left;
  margin: 0px 16px 0px 0px;
}
.footer-navigation li a {
  color: #c0c0c0 !important;
  color: rgba(0, 0, 0, 0.4) !important;
}
.footer-navigation li a:hover,
.footer-navigation li a:focus,
.footer-navigation li a:active {
  color: #a6a6a6 !important;
  color: rgba(0, 0, 0, 0.6) !important;
  text-decoration: none;
}
/* footer widgets */
#footer .widgets > li {
  clear: none;
}
/* ### CLEARFIX ### */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
/* ### FIX WEBKIT BORDER RADIUS BUG ### */
#menu-navigation li:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#menu-navigation li:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bloglist li .wp-post-image,
.bloglist li .dummy,
.albumlist li img,
.albumlist li .dummy,
.single .wp-post-image,
.single .dummy,
.page .wp-post-image,
.page .dummy {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.eventlist li .wp-post-image,
.eventlist li .dummy,
.pagelist li .wp-post-image,
.pagelist li .dummy {
  -webkit-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
ul.wGallery li img,
.imagelist li img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pagination ul li:first-child .current,
.pagination ul li:first-child a {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* ### AND ANOTHER WEIRD WEBKIT BORDER + BORDER-RADIUS BUG */
/* fix weird webkit border-radius + border bug by adding "webkit" to body's class by JS */
.webkit .border-bottom {
  border-bottom: none;
}
.webkit .border-bottom::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  height: 6px;
  width: 100%;
  background: #478add;
  border-radius: 0 0 3px 3px;
}
.webkit .border-bottom:hover::after {
  background: #dd47aa !important;
}
.webkit .more {
  bottom: 0px !important;
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 0 3px 0;
  -webkit-transition: none;
  transition: none;
}
