@charset "UTF-8";
/*
Theme Name: KuKuK
Description: Kunst und Kultur im Köpfchen
Author: Christoph Eschweiler, Bernd Kretschmann
Author URI: http://wp.oechertalente.de
Template: shapely
Version: 1.0
Tags:
*/
/*site title*/
.site-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 52px;
  color: #020054;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

/*Font type Menu*/
.main-navigation .menu li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0px;
  color: #4c4c4c;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
}

.main-navigation .menu > li > ul li a {
  color: #505050;
  width: 100%;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
}

/*vertical space between widgets*/
section {
  padding: 30px 0px;
}

.shapely_home_parallax {
  background-color: #fff;
}

.page-id-1839 div#ui-datepicker-div {
    display: none;
}

/*vertical space on mobiles between widgets*/
@media only screen and (max-width: 600px) {
  section {
    padding: 20px 0px;
  }
}
/*Font type */
body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #606060;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  color: #606060;
}

.thumbnail {
  border: 0;
}

.bg-secondary {
  background: #ffffff !important;
}

.main-container {
  background: #f6f5f2;
}

.pt0 {
  padding-top: 50px;
}

.single-event .col-md-8 {
  width: 100%;
}

.page-id-1839 .col-md-8 {
  width: 100%;
}

/*Font type on mobiles*/
@media only screen and (max-width: 767px) {
  body, p {
    font-size: 18px;
    color: #606060;
  }
  h1, h2, h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    color: #606060;
  }
  h4 {
    font-size: 20px;
    font-weight: 600;
    color: #606060;
  }
}
/* Table */
th, td {
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  line-height: 24px !important;
  font-size: 16px;
}

th {
  text-align: left;
}

.btn-filled {
  background: #745cf9;
  color: #fff;
  line-height: 24px;
  min-width: 200px;
  padding-bottom: 13px;
  padding-top: 13px;
  font-family: inherit;
  border: 2px solid #745cf9;
  padding: 0 26px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
  white-space: normal;
}

/* Events */
.post-wrapper {
  margin-bottom: 1.5em;
}

.css-events-list h2 {
  background: #245c96;
  color: #fff;
  padding: 0 0 0 20px;
  margin-bottom: 0.2em;
  border-radius: 6px;
  font-size: 28px;
  line-height: 36px;
}

.css-events-list .post-wrapper .post-column {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  background-color: #ffffff;
  padding: 0.3em;
  border: grey 1px solid;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
}

.css-events-list .post-wrapper .post-column .wp-post-image {
  display: block !important;
  border-radius: 5px;
}

.css-events-list .post-wrapper .post-column .leftbox {
  display: none;
}

.css-events-list .post-wrapper .post-column .exerpt p {
  font-size: 1.5em;
}

.css-events-list .post-wrapper .post-column .notes p {
  font-size: 1.2em;
}

.css-events-list .post-wrapper .post-column .text {
  float: left;
  width: 80%;
}

.mec-event-detail-wrap {
  margin-left: 0;
  padding: 1em 1em;
}

.event-categories a {
  font-weight: 600;
}

.css-events-list .post-wrapper .post-column .termin {
  color: #3c3c3c;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
}

.css-events-list .post-wrapper .post-column .eventcat {
  clear: both;
  font-size: 1.4em;
  padding: 15px 0 0 0;
}

.css-events-list .post-wrapper .post-column .termin .fett {
  font-size: 0.8em;
  font-weight: 600;
}

.css-events-list .post-wrapper .post-column .eintritt {
  font-size: 0.8em;
}

.css-events-list .post-wrapper .post-column .termin .u-line {
  border-bottom: grey 1px solid;
}

.css-events-list .post-wrapper .post-column .exerpt {
  display: none;
}

.css-event-form .label {
  display: inline;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #606060;
}

#event-form #event-name {
  width: 100%;
}

input[type=text], input[type=search], input[type=email], input[type=tel] {
  width: 100%;
  height: 35px;
  margin-bottom: 2px;
}

input[type=text].em-date-start,
input[type=text].em-date-end {
  width: 135px;
}

input[type=text]#end-days {
  width: 40px;
}

.em-date-range {
  width: 270px;
  float: left;
}

.em-time-range {
  width: 600px;
  clear: both;
}

#start-time, #end-time {
  width: 90px;
}

div.time-picker li {
  cursor: pointer;
  height: 17px;
  font: 12px/1;
  padding: 4px 3px;
}

#event-attributes table td {
  font-size: 18px;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
}

figure.wp-block-video {
  padding: 0;
}

/* single event */
.single-event .em-item.em-item-single.em-event.em-event-single {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  margin-bottom: 3em;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.eventbooking {
  grid-column: 1/2;
  grid-row: 3/4;
  text-align: right;
}

#eventimage {
  grid-column: 1/2;
  grid-row: 1/2;
}

#eventdetails {
  grid-column: 1/2;
  grid-row: 2/3;
}

#eventimage .zeile {
  min-height: 36px;
  margin-left: 1em;
}

.em-booking {
  margin-left: 0;
}

.em-booking-form-details {
  padding: 0;
  width: 335px;
  float: left;
}

.social-elements {
  margin-left: 0;
  clear: left;
}

.em.em-event-booking-form h3.em-booking-section-title {
  width: auto;
  background-color: transparent;
  color: #000;
  font-size: 24px !important;
  font-weight: 700;
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border: none;
  margin: 0;
}

.em.em-event-booking-form .em-tickets {
  margin: 0;
}

.em.em-event-booking-form h3.em-booking-section-title {
  display: none;
}

.em.em-event-booking-form .em-booking-section {
  margin: 0;
  padding: 0;
}

/*Remove footer*/
.footer .footer-credits {
  display: none;
}

footer input[type=email]:focus {
  color: #666;
}

.single-post .post-content .entry-header {
  display: none;
}

.post-content .shapely-category {
  display: none;
}

.single-event .entry-header {
  display: none !important;
}

.eventname {
  margin: 1em 0;
  font-size: 1.5em;
  font-weight: 600;
}

.eventartist {
  margin: 20px 0 20px 0;
  font-size: 1.2em;
}

.eventexerpt {
  margin: 1.5em 0;
  font-size: 1em;
}

.post-content .entry-content .post-title {
  font-size: 31px;
  font-weight: 300;
  line-height: 35px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.wp-block-image figcaption {
  text-align: left;
}

.zuschnitt {
  margin-bottom: 20px;
}

@media screen and (min-width: 60em) {
  h3 {
    font-size: 30px;
    margin: 1em 0;
  }
  /* Events */
  .mec-event-detail-wrap {
    margin-left: 0;
    padding: 0.1em 1em;
  }
  .css-events-list .post-wrapper .post-column {
    display: grid;
    grid-template-columns: 55% auto;
    background-color: #ffffff;
  }
  .css-events-list .post-wrapper .post-column .leftbox {
    display: block;
    float: left;
    width: 80%;
    height: 9em;
    padding-right: 10px;
  }
  .css-events-list .post-wrapper.cats .post-column .leftbox {
    margin-top: -30px;
  }
  .css-events-list.category .post-wrapper .post-column .leftbox {
    height: 7em;
  }
  .css-events-list.category .post-wrapper .post-column {
    margin: 0 0 20px 0;
  }
  .css-events-list .post-wrapper .post-column .exerpt p {
    font-size: 1.5em;
  }
  .css-events-list .post-wrapper .post-column .notes p {
    font-size: 1.2em;
  }
  .css-events-list .post-wrapper .post-column .eventcat {
    clear: both;
    font-size: 1.2em;
    padding: 15px 0 15px 0;
  }
  .css-events-list .post-wrapper .post-column .post-thumbnail {
    float: left;
    width: 90%;
    height: auto;
  }
  .css-events-list .post-wrapper .post-column .wp-post-image {
    display: block !important;
    border-radius: 5px;
  }
  .event-categories a {
    font-weight: 600;
  }
  .css-events-list .post-wrapper .post-column .termin,
#eventdetails .zeile .termin {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.3;
    margin: 10px 20px 10px 0;
  }
  #eventdetails .zeile .eventname {
    font-size: 3em;
    margin-top: 1em;
    font-weight: 600;
  }
  .css-events-list .post-wrapper .post-column .termin .u-line {
    border-bottom: grey 1px solid;
  }
  .css-events-list .post-wrapper .post-column .eintritt {
    font-size: 1em;
    line-height: 1.3;
    margin: 10px 10px 10px 0;
    float: left;
  }
  .css-events-list .post-wrapper .post-column .exerpt {
    display: block;
  }
  .value.left {
    float: left;
    margin-right: 10px;
  }
  /* Single event */
  .single-event .em-item.em-item-single.em-event.em-event-single {
    display: grid;
    grid-template-columns: 50% auto;
    grid-template-rows: auto auto auto 5%;
    margin-bottom: 3em;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
  }
  .back {
    grid-column: 1/3;
    grid-row: 4/5;
    text-align: right;
  }
  #eventbooking {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-right: 14px;
  }
  #eventdetails {
    grid-column: 2/3;
    grid-row: span 3;
  }
  .single-event-image {
    margin: 0 0 30px 0;
    padding: 0 15px 0 0;
  }
  .single-event-image img {
    border-radius: 5px;
  }
  #eventdetails {
    margin: 15px 0 15px 0;
  }
  .em-booking {
    margin-left: 0.5em;
  }
  .em-booking-form-details {
    padding: 0;
    width: 360px;
    float: left;
  }
  .social-elements {
    margin-left: 2em;
    clear: left;
  }
  select, input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], textarea {
    font: inherit;
    line-height: normal;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #F8F8F8;
    color: #666;
    position: relative;
  }
}/*# sourceMappingURL=style.css.map */