/*
Theme Name: Polygenos
Theme URI: http://www.polygenos.de/
Description: Polygenos Kulturhaus eG
Author: Thorsten Duhn
Author URI: http://www.editorial.de/
Template: twentythirteen
Version: 0.2
*/
/* @see <http://wordpress.transformnews.com/tutorials/how-to-create-twentythirteen-child-theme-for-wordpress-220> */
 
/* This is must */
@import url("../twentythirteen/style.css");  

/* Style available in TinyMCE */ 
@import url("editor-style.css");  

/* @see <https://unindented.org/articles/github-ribbon-using-css-transforms/> */
.ribbon {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 180px;
  overflow:hidden;
}
.ribbon-red   { background-color: #a52d23; }
.ribbon-blue  { background-color: #274e9a; }
.ribbon-green { background-color: #237c30; }
.ribbon-red a   { border: 1px solid #fdcfcb; }
.ribbon-blue a  { border: 1px solid #cadafb; }
.ribbon-green a { border: 1px solid #b4dcba; }
.ribbon-red, .ribbon-blue, .ribbon-green {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -50px;
  top: 40px;
  width: 240px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0 0 10px #888;
     -moz-box-shadow: 0 0 10px #888;
          box-shadow: 0 0 10px #888;
}
.ribbon-red a, .ribbon-blue a, .ribbon-green a {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 15px;
  margin: 1px 0;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px #444;
}
@media (max-width: 767px) {
  .ribbon-red, .ribbon-blue, .ribbon-green { display: none; }
}
@media print {
  .ribbon {
    display:none;
  }
}

/* Header im Wechsel 03.2021 */
.site-header .site-title,
.site-header .site-description {
    color: #ffffff;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}

/* Header Schindeln 11.2016 */
.site-header .site-title {
    padding-top: 72px;
}
.site-header .site-description {
    font-weight: 400;
}
.site-header .social-link {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.site-header .social-link .social-box {
    position: absolute;
    background-color:rgba(255,255,255,.5);
    padding: 6px;
    top: 186px;
    right: 20px;
}
@media (max-width: 767px) {
    .site-header .social-link .social-box {
        top: 40px;
    }
}
@media (max-width: 643px) {
    .site-header .social-link .social-box {
        top: 34px;
    }
    .site-header h2.site-description {
        padding-right: 44px;
    }
}
@media (max-width: 359px) {
    .site-header .social-link .social-box {
        display: none;
    }
}
.site-main {
    /* Workaround, .sidebar-container ist absolut positioniert und verhindert so clear */
    min-height: 450px;
}

h1, .h1 { font-size: 28px; } /* 34px */
h2, .h2 { font-size: 24px; } /* 28px */
h3, .h3 { font-size: 22px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Bitter,Georgia,serif;
    line-height: 1.3;
}
p, table.blind.para {
    margin: 0 0 12px 0;
    /* font-size: 12px; */
}
table.blind {
    border-bottom: 0;
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    width: auto;
}
table.blind tr {}
table.blind th, table.blind td {
    border-top: 0;
    padding: 0;
}

article {
    border-bottom: 1px dotted #cccccc;
}
article:last-child {
    border-bottom: 0;
}
.hentry {
    padding: 20px 0;
}
.entry-content blockquote {
    font-size: 18px;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin-left: 0px;
}

.event-archive header.entry-header {
    margin-bottom: 10px;
}
.event-archive h1.entry-title {
    margin-top: 40px;
}
.event-archive article.hentry {
    padding: 20px 0;
}
.sticky .entry-header,
.sticky .entry-meta {
    display: none;
}
.sticky .entry-content .entry-title a {
     color: #141412;
}
.sticky .entry-content .entry-title a:hover {
     color: #ea9629;
}

.category-empfehlung > header > h1,
.event-category-empfehlung > .entry-content > h2:first-child {
    background: url('images/wir-empfehlen.png') transparent top right no-repeat;
    padding: 28px 60px 0 0;
    margin-right: -60px;
}
ul.eo-events-widget li.eo-event-cat-empfehlung {}

.entry-content .schindel-banner {
    background-color: #f9f8ee;
    padding: 8px 12px;
}
.entry-content .schindel-banner h2 {
    font-size: 26px;
    margin: 0;
}
.entry-content .schindel-banner a > img.alignright {
    margin-right: 0;
    margin-top: -8px;
}
.entry-content .schindel-banner > div.label {
    text-align: right;
    font-size: 0.8em;
    margin-top: 8px;
    text-transform: uppercase;
}
.entry-content .schindel-banner > p > .wish {
    font-size: 1.2em;
}

#stats-meter {
    height: 24px;
    position: relative;
    background: #888;
    padding: 6px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    margin: 0 0 3px 0;
}
#stats-meter > span {
    display: block;
    height: 100%;
    background-color: rgb(242,202,2);
    background-image: linear-gradient(
        center bottom,
        rgb(242,202,2) 37%,
        rgb(230,170,28) 69%
    );
    box-shadow:
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

.caldera-grid button:hover,
.caldera-grid button:focus,
.caldera-grid button:active,
.caldera-grid input[type="submit"]:hover,
.caldera-grid input[type="button"]:hover,
.caldera-grid input[type="reset"]:hover,
.caldera-grid input[type="submit"]:focus,
.caldera-grid input[type="button"]:focus,
.caldera-grid input[type="reset"]:focus,
.caldera-grid input[type="submit"]:active,
.caldera-grid input[type="button"]:active,
.caldera-grid input[type="reset"]:active {
    background:linear-gradient(#ED6A31 0%, #E55627 100%);
}
.caldera-grid button,
.caldera-grid input[type="submit"],
.caldera-grid input[type="button"],
.caldera-grid input[type="reset"] {
    background:linear-gradient(#EBCE94 0%, #D5B584 100%);
}


.entry-content .simcal-default-calendar-grid .simcal-events>.simcal-event {
    overflow: hidden;
    white-space: nowrap;
}
.entry-content .simcal-default-calendar-grid .simcal-events {
    font-size: .88em;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
} 
.clearfix::after {
    clear: both;
}
.clearfix {
    *zoom: 1; /* Für den IE6 und IE7 */
}

footer {
    clear: both;
    margin-top: 44px;
}
