/*
Theme Name: Karli Comedy
Theme URI: https://karlicomedy.de
Description: Child Theme von hello-elementor
Author: Karli
Template: hello-elementor
Version: 1.0
Text Domain: karlicomedy
*/

.e-con-inner {
	
	background-color: #F6EEE3;
	
}
/*
.show_kategorie-open-mic .ticket_adressleiste{
	
	background-color : orange !important;

}

.show_kategorie-solo .ticket_container .ticket_adressleiste{
        
        background-color : gray !important;
        
}
*/

h1 {
 font-family: "Tallica-VF", Sans-serif;
 font-size: 120px;
 font-weight: bold;
 color: #2E3D44;
}

h2 {
 font-family: "Stackyard", Sans-serif;
 font-size: 70px;
 font-weight: 400;
 color: #2E3D44;
}

h3 {
  font-family: "Tallica-VF", Sans-serif;
  font-size: 70px;
  font-weight: bold;
  color: #F6EEE3;
}

h4 {
font-family: "Stackyard", Sans-serif;
font-size: 50px;
font-weight: normal;
color: #F6EEE3;
}

.ticket_container::before {
  content: "Spezial";
  position: absolute;
  top: 16px;
  right: 16px;

  background: rgba(0, 0, 0, 0.75);
  color: #fff;

  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  border-radius: 4px;
  z-index: 5;
}

.page-header {
  display: none !important;
}

/* Ausverkauft - 31 =  Maskierung fuer 1 */
.ticket_container[\31]::before {
  content: "AUSVERKAUFT";
  position: absolute;
  top: 0px;
  right: 16px;

  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  /*schrift*/
  font-family: "Tallica-VF", Sans-serif;
  font-size: 150px;
  font-weight: normal;
  color: #F6EEE3;

  padding: 110px 35px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  border-radius: 4px;
  z-index: 5;
}

/* Checkboxes - Styling*/

.e-filter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background:#2E3D44;
  padding-left:20px;
}

.e-filter-item {
  position: relative;
  padding-left: 30px !important;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.e-filter-item::before {
  content: "";
  position: absolute;
  left: 0;
  margin-right:20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #F6EEE3;
}

.e-filter-item[aria-pressed="true"]::after {
 /* content: "✓";*/
  content: "x";
  color: #A5272B;
  line-height: 1;
  position: absolute;
left: -2px;
top: 45%;
transform: translateY(-50%);
/* font-size: 20px; */
font-family: "Comic Sans", sans-serif;
font-size: 42px;
font-weight: 400;
}
