/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}

.q_desktop_hide {
  display: none;
}

.q_events_wrapper {
  max-width: unset !important;
}

.q_events_wrapper p {
  line-height: 20px;
  font-size: 16px;
  color: #666;
  margin: 0px;
}

.q_events_wrapper i {
  color: rgba(2,31,63,.57);
  height: 20px;
  margin-right: 5px;
  width: 20px;
}

.list .q_event_single {
  border: 1px solid #666 !important;
  border-radius: 2px;
  display: flex;
  margin-bottom: 20px;
  min-height: 182px;
  padding-right: 30px;
  width: 100%;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.15);
}

.list .q_event_picture {
  margin-right: 10px;
  border-radius: 10px 0 0 10px;
}

.list .q_event_picture img {
  display: block;
  min-height: 100%;
  object-fit: cover;
  width: 180px;
}

.list .q_event_details {
  max-width: 60%;
  min-width: 60%;
}

.q_event_details {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  padding: 5px 0;
}

.q_event_name {
  font-size: 22px;
  font-weight: bold;
  color: #000 !important;
}

.q_event_comment {
  font-size: 13px;
}

.q_event_subtitle {
  font-size: 16px;
}

.list .q_event_location {
  border-right: 1px solid #333 !important;
  margin: auto 30px auto 0;
  padding-right: 30px;
  text-align: center;
  width: 25%;
}

.q_event_location i {
  width: 48px;
  height: 48px;
}

.q_event_location i::before {
  font-size: 48px;
}

.list .q_event_ticket {
  margin: auto 0 auto auto;
  position: relative;
  text-align: center;
  width: 15%;
}

.q_event_ticket .dashicons {
  color: #333;
  width: 48px;
  height: 48px;
}

.q_event_ticket .dashicons::before {
  font-size: 48px;
}

.q_events_wrapper .q_event_price {
  font-size: 22px;
  margin-top: 5px;
}

.q_event_single .q_event_systems {
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin-top: 10px;
	flex-wrap: wrap;
}

.q_event_single .q_event_systems a:nth-child(n+3) {
	margin-top: 10px;
}
.list .q_event_single .q_event_systems a:nth-child(n+2) {
	margin-top: 5px;
}

.q_event_single .q_event_systems a.button {
  align-items: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding: 10px 5px;
  width: 48%;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin-top: 0px;
}
.entry .entry-content .q_event_single .q_event_systems a.button {
	display: flex;
}

.list .q_event_single .q_event_systems a.button {
	width: 100%;
}

.q_event_single .q_event_systems a.button:hover {
  background: #3b82f6;
}

.q_event_single .q_event_systems a.button:only-child {
  width: 100% !important;
  color: #FFF;
}
.q_event_systems .button {
  background: #2563eb !important;
}
.q_event_systems .button:hover {
  background: #3b82f6 !important;
  text-decoration: none;
}
.q_event_systems.ticket_ausverkauft .button,
.q_event_systems.ticket_ausverkauft .button:hover {
  background: #970202 !important;
}
.q_event_systems.ticket_folgen .button,
.q_event_systems.ticket_folgen .button:hover {
  background: rgba(2,31,63,.57) !important;
}

.list .q_event_picture_details {
  width: 60%;
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
}

.q_events_wrapper.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.q_events_wrapper.grid .q_event_single {
  border: 1px solid #666 !important;
  border-radius: 10px;
  margin-bottom: 20px !important;
  margin-right: 20px;
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.15);
}

.q_events_wrapper.grid .q_event_single:nth-child(3n) {
  margin-right: 0;
}

.grid .q_event_picture img {
  border-radius: 10px 10px 0 0;
  display: block;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.grid .datetime-location-ticket-wrapper {
  padding: 10px;
}

.grid .q_event_details {
  padding: 10px;
}

.grid .datetime-location-ticket {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.grid .datetime-location {
  width: 60%;
}

.grid .q_event_ticket {
  display: flex;
  justify-content: flex-end;
  width: 40%;
}

.grid .q_event_ticket .dashicons::before {
  font-size: 24px;
}
.grid .q_event_ticket .dashicons {
  margin-right: 5px;
  height: 24px;
  width: 24px;
}

.grid .q_event_location {
  display: flex;
  /*flex-wrap: wrap;*/
}
.grid .q_event_location i::before {
  font-size: 18px;
  vertical-align: top;
}
.grid .q_event_location i {
  width: 20px;
  height: 20px;
}

.grid .q_event_schedule p {
  display: flex;
}
.grid .q_event_schedule {
  display: flex;
  flex-wrap: wrap;
}

.grid .q_event_single .q_event_systems {
  min-height: 25px;
}

.grid .q_event_location_name {
  white-space: pre;
}

.grid i::before {
  vertical-align: middle;
}

.genre-typ span {
  background-color: rgba(2,31,63,.57);
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
}

.verlegen_info {
  background-color: #f8f26c;
}

.nachholtermin_info {
  background-color: #1bd89e;
}

.new_location_info {
  background-color: #fe667b;
}

.q_event_moved_info span {
  border-radius: 15px;
  color: #000000;
  display: inline-block;
  font-size: 9px;
  padding: 0px 5px;
  vertical-align: text-bottom;
}

.grid .q_event_moved_info {
  flex-shrink: 0;
  text-align: right;
  display: revert;
}

.grid .q_event_details {
  flex-direction: column;
  justify-content: space-between;
}

.list .q_event_moved_info {
  display: flex;
  flex-wrap: wrap;
}

.list .q_event_moved_info span {
  margin-bottom: 3px;
  margin-right: 3px;
  padding-bottom: 0;
  padding-top: 0;
}

.artist_list .genre-typ {
  background-color: rgba(2,31,63,.57);
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
}
.artist_list .q_event_single {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.artist_list .q_event_single:nth-child(2n + 1) {
  background-color: #e0e2e3;
}
.artist_list .q_event_left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.artist_list .q_event_details {
  display: inline-block;
  padding: 0;
  align-self: center;
}
.artist_list .q_event_event_date {
  background-color: #00aeef;
  margin-right: 10px;
  padding: 5px;
  text-align: center;
  height: 100%;
}
.artist_list .q_event_event_date p {
  color: #000000;
}
.artist_list .q_event_event_date .event_day_short {
  font-size: 18px;
  font-weight: 700;
}
.artist_list .event_date {
  font-size: 14px;
}
.artist_list .q_event_schedule i {
  height: 14px;
  width: 14px;
}
.artist_list .q_event_schedule i::before {
  font-size: 14px;
}
.q_event_location_moved_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.artist_list .q_event_schedule {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3px;
  margin-right: 10px;
}
.artist_list .q_event_schedule > div {
  display: flex;
  align-items: center;
}
.artist_list .q_event_location {
  margin-right: 20px;
}
.artist_list .q_event_price {
  display: inline-block;
  width: max-content;
}
.artist_list .q_event_ticket .dashicons {
  height: 20px;
  vertical-align: baseline;
  width: 20px;
}
.artist_list .q_event_ticket .dashicons::before {
  font-size: 20px;
}
.artist_list .q_event_single .q_event_systems {
  margin-top: 0px;
}
.artist_list .q_event_ticket {
  text-align: right;
}
.artist_list .q_event_ticket .event_price {
  width: max-content;
}
.artist_list .artist-genre-typ-info {
  display: inline-block;
}

.q_events_kontaktdaten p {
  color: rgba(2,31,63,.57);
  line-height: 1;
}

.q_event_details .q_event_info {
  float: left;
}

.list .q_event_info {
  margin-bottom: 5px;
}

.artist_list .q_event_single .q_event_systems a.button {
  padding: 3px 5px;
}

span.artist_name_program {
  color: #000;
}

.q_events_wrapper.list .q_event_schedule p, .q_events_wrapper.grid .datetime-location p {
  font-size: 14px;
}
.q_event_location_new, .q_event_location_old {
  line-height: 15px;
  display: inline-block;
}

.q_event_location_area {
  width: calc(100% - 25px);
  line-height: 15px;
}

.q_event_location_area p {
  display: inline;
}
.q_event_location_old {
  position: relative;
}
.artist_list .q_event_location_area, .list .q_event_location_area {
  width: auto;
}
.q_event_location_old p {
  text-decoration: line-through;
  text-decoration-color: #fe667b;
}
.q_event_location_name_old, .q_event_city_old {
  font-size: 13px !important;
}
p.q_event_subtitle {
  font-size: 14px;
}
.q_events_wrapper.list p.q_event_name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: 10px !important;
}

.grid .main_artist p.q_event_subtitle {
  font-size: 16px;
}
.grid .q_event_single.main_artist.no-event-details {
  justify-content: start;
}

.list .main_artist p.q_event_subtitle {
  font-size: 16px;
}

.q_events_wrapper.list .q_event_single.main_artist.no-event-details .q_event_schedule p {
  font-size: 16px;
}

.artist_list .q_event_single.main_artist.no-event-details .q_event_left {
  align-items: center;
}

p.q_event_list_fblink {
	display: flex;
	margin-left:10px;
	color: #333;
}

p.q_event_fblink span {
  margin-left: -1px;
  font-size: 21px;
}

.q_event_moved_info .q_event_fblink span {
  font-size: 21px;
}

.dashicons .q_events_fb_di .dashicons-facebook {
	margin-top:-1px;
	font-size: 24px;
}

.q_event_fblink a {
  color: #333;
  text-decoration: none !important;
}

.q_event_fblink a:hover, .q_event_fblink a:hover .dashicons {
  color: #008ec2;
}
.artist_list span.q_event_fblink {
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.artist_list .q_event_single.main_artist.no-event-details .q_event_info {
  display: none;
}
.q_event_systems.ticket_folgen a:hover,
.q_event_systems.ticket_ausverkauft a:hover {
  cursor: default !important;
}

.ellipsis_long_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fs-12 {
  font-size: 12px!important;
}
.q_event_moved_info {
  display: inline-block;
}
.q_events_wrapper .q_event_schedule p {
  font-size: 14px;
}

span.artist-list-comment {
  font-size: 10px;
  line-height: 10px;
}