/* NEUE FONTS 2024 */

@font-face{  
    font-family: "Barlow-Regular";
    src: url('https://www.kaernten.live/templates/ja_blockk/fonts/barlow/Barlow-Regular.ttf');
}
@import url('../fonts/barlow/Barlow-Regular.ttf');

@font-face{  
    font-family: "Barlow-Medium";
    src: url('https://www.kaernten.live/templates/ja_blockk/fonts/barlow/Barlow-Medium.ttf');
}
@import url('../fonts/barlow/Barlow-Medium.ttf');

@font-face{  
    font-family: "Barlow-Italic";
    src: url('https://www.kaernten.live/templates/ja_blockk/fonts/barlow/Barlow-Italic.ttf');
}
@import url('../fonts/barlow/Barlow-Italic.ttf');

@font-face{  
    font-family: "Barlow-Bold";
    src: url('https://www.kaernten.live/templates/ja_blockk/fonts/barlow/Barlow-Bold.ttf');
}
@import url('../fonts/barlow/Barlow-Bold.ttf');

@font-face{  
    font-family: "BarlowSemiCondensed-Bold";
    src: url('https://www.kaernten.live/templates/ja_blockk/fonts/barlow/BarlowSemiCondensed-Bold.ttf');
}
@import url('../fonts/barlow/BarlowSemiCondensed-Bold.ttf');

@font-face{  
    font-family: "BarlowSemiCondensed-Medium";
    src: url('https://www.kaernten.live/templates/ja_blockk/fonts/barlow/BarlowSemiCondensed-Medium.ttf');
}
@import url('../fonts/barlow/BarlowSemiCondensed-Medium.ttf');

body {
  font-family: "Barlow-Medium", "Barlow", Helvetica;
}

/* MODAL BOX MAP*/
.tingle-modal-box__content {
    padding: 0rem 0rem !important;
}
@media (max-width: 540px) {
.tingle-modal__close {
        height: 60px;
        border: none;
        background-color: #da2b54 !important;
    }
}

/*SEARCH BAR*/
.eb-search-bar-container select {  /* FILTER DATUM SEARCHBAR*/
    display: inline-block;
    height: calc(1.5em + 36px + 4px);
    border: 1px solid var(--input-border-color);
}
input, button, select, optgroup, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: 2rem;
    padding-left: 12px; /*EXTRA*/
}

.eb-search-bar-container { /* SEARCH BOX POSITIONIEREN */
    margin: 0 0 0 0 !important;
    /* padding: 0px 0px 0px 0px; */
    background-color: rgb(255 255 255 / 60%);
    border-radius: 7px;
}
.eb-search-bar-container {
    margin: 0 auto;
    padding: 30px 0 34px 10px;
    background-color: #ffffffa1;
}

/* SPALTENLAYOUT*/
.eb-columns-layout-container .eb-event-wrapper > div, .eb-columns-layout-container .eb-event-wrapper > h2 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.eb-columns-layout-container .eb-event-wrapper {
    background-color: #fff;
    border: 0px solid #d1d1d1; /* RAHMEN UM EVENTBILD PLUS INFO */
    border-radius: 5px; 
    box-shadow: 2px 2px 16px 3px rgb(0 0 0 / 10%);  /* SCHATTEN*/
    position: relative;
    overflow: hidden !important;
    margin: 20px 0;
  	text-align: center; /* CONTENT ZENTRIEREN */
}

.eb-event-box .eb-event-date-time {
    margin-top: 16px;
    font-weight: inherit;
    font-size: 100%;
}

.eb-event-box .eb-event-location-price {
    padding-bottom: 10px;
    padding-top: 2px;
}

.eb-container h1 {    /* TITEL EVENT DETAIL */
    width: auto !important;
    margin: 20px 0 40px 0px !important; /* HGMODUL BodyTop3 ÜBERLAPPT 350px */
    padding: 0 !important;
  	font-size: 2.4rem;/*EXTRA*/
  line-height: 1.2;
    /* font-size: var(--h1-font-size); */
	/* font-weight: 600  EXTRA*/
  	/* text-transform: none; EXTRA*/
  	/* color: ; EXTRA*/
  	/* text-align: center; */
    font-family: "Barlow-ExtraBold", 'BarlowSemiCondensed-Bold', Helvetica, sans;
  	font-weight: normal;
  	word-spacing: 4px;
    color: #222222;   /* HEADLINE zB BUCHEN MIT/OHNE HG BALKEN */
    text-transform: none;
    letter-spacing: 0px;
    background-color: transparent ;
    /* padding: 6px 10px 9px 10px !important; */
    border-radius: 0.0rem;
  /* width: fit-content !important; */
}
@media (max-width: 900px) { /* BEI SCHMALEN SCREEN  - TITEL EVENT DETAIL*/
	.eb-container h1 {
    font-size: 1.8rem;/*EXTRA*/
    margin: 10px 0 30px 0px !important;  
}
}


.eb-container h2 {
    width: auto !important;
    /* margin: 25px 0 20px 10px !important; */
    padding: 0 !important;
  	font-size: 1.3rem;/*EXTRA*/
	/* font-weight: 600;  EXTRA*/
	/*text-transform: uppercase ; EXTRA*/
  	color: #222 ;
    letter-spacing: 0.2px;
    font-family: "BarlowSemiCondensed-Bold", 'BarlowSemiCondensed-Bold', "Rubik", "Rubik-Regular", Helvetica, sans;
    font-weight: inherit;
}
.eb-container h3 {
    width: auto !important;
    margin: 25px 10px 20px 2px !important; */
    padding: 0 !important; 
  	font-size: 1.3rem;/*EXTRA*/
	/* font-weight: 700   *EXTRA*/
  	text-transform: uppercase ; /*EXTRA*/
  	color: #222 ;
    font-family: "BarlowSemiCondensed-Bold", 'BarlowSemiCondensed-Bold', "Rubik", "Rubik-Regular", Helvetica, sans;
  font-weight: normal;

}
.eb-event-box .eb-event-location { /* LOCATION */
	font-weight: inherit;
    margin-top: 4px !important;
    font-family: "Barlow-Medium";
}
.eb-event-box .eb-event-price { /* PREISSCHILD */
    font-weight: inherit;
    text-align: center; /* EXTRA */
    /* margin-top: 5px;  EXTRA */
    /*margin-bottom: 10px;  EXTRA */
  font-family: "Barlow-Bold";
}

.btn.btn-primary {  /* BUTTONS GENERELL */
	padding: 0.46rem 1.4rem 0.4rem 1.4rem; /* EXTRA*/
    font-size: 15px; /* EXTRA*/
    letter-spacing: 0.4px; /* EXTRA*/
  	text-transform: none; /* EXTRA*/
  	margin-right: 10px; /* EXTRA ABSTAND*/
    text-transform: uppercase;
    font-family: "Barlow-Medium";
    border-radius: 2.0rem !important;
}
.eb-taskbar li a:hover, .eb-taskbar li a:link, .eb-taskbar li {
	border-radius: 5px;
}
/* .eb-taskbar li a:hover, .eb-taskbar li a:link, .eb-taskbar li a:visited {   VERHINDERT SEPARATE EINSTELLUNGEN BEI btn-secondary!
    text-decoration: none;
    background-color: #da2b54 !important;  /* ÜBERSCHREIBT PRIMARY + SECONDARY FARBEN*/
/*  	color: #fff !important; /* ÜBERSCHREIBT PRIMARY + SECONDARY FARBEN*/
/*    border-color: #da2b54 !important;
  	border: 0px; /*EXTRA*/
/*}*/

.eb-container:not(.eb-container-j4) .form-group input[type=color], .eb-container:not(.eb-container-j4) .form-group input[type=date], .eb-container:not(.eb-container-j4) .form-group input[type=datetime-local], .eb-container:not(.eb-container-j4) .form-group input[type=datetime], .eb-container:not(.eb-container-j4) .form-group input[type=email], .eb-container:not(.eb-container-j4) .form-group input[type=month], .eb-container:not(.eb-container-j4) .form-group input[type=number], .eb-container:not(.eb-container-j4) .form-group input[type=password], .eb-container:not(.eb-container-j4) .form-group input[type=search], .eb-container:not(.eb-container-j4) .form-group input[type=tel], .eb-container:not(.eb-container-j4) .form-group input[type=text], .eb-container:not(.eb-container-j4) .form-group input[type=time], .eb-container:not(.eb-container-j4) .form-group input[type=url], .eb-container:not(.eb-container-j4) .form-group input[type=week], .eb-container:not(.eb-container-j4) .form-group select, .eb-container:not(.eb-container-j4) .form-group textarea {
    min-width: 210px !important;  /* EXTRA */
    width: 99% !important;  /* STATT  width: 210px!important; */
    min-height: 50px; /* EXTRA */
}

.btn.btn-secondary {
	background-color: #fff !important;
	border-color: var(--color-primary) !important;
  	color: var(--color-primary) !important; /* EXTRA*/
    padding: 0.44rem 1.4rem 0.3rem 1.4rem; /*EXTRA*/
    font-size: 15px; /* EXTRA*/
    letter-spacing: 0.2px; /* EXTRA*/
    text-transform: uppercase;
    font-family: "Barlow-Medium";
  	border-radius: 2.0rem !important;
}
.eb-taskbar li {
    float: left !important;
    list-style-type: none !important;
    background-image: none !important;
    padding: 0 5px 0 0 !important; /* ABSTAND ZW BUTTONS */
    margin: .5em 0 2px !important;
}

.eb-event-date-info {
    font-size: 100%;
    line-height: 150%;
    display: inline-block;
}
.eb-event-date-container {
    background: #222 ;
	border: 1px #222  solid;
    margin: 0 15px 0 -100px;
    padding: 5px;
    width: auto;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    float: left;
    position: relative;
}
  .eb-even-title-container {
    line-height: normal;
    font-size: 2.0em;

}
.eb-event-container {
    background-image: url("../images/dot-ver_dunkler.png") ;  /* PUNKT ERGIBT LINIE   "../images/dot-ver.png"    */
    background-position: 42px 85px;
    background-repeat: repeat-y;
    margin-top: 0;
    padding: 0 0 40px 100px;
}

#eb-categories .eb-category, #eb-events .eb-event {
    margin: 0 0 20px; 
    background: transparent; /*EXTRA*/
}

/* CONTAINERBERICH EVENT DETAILS + BEZAHLEN ::::::::::::::::::::::::::*/

.eb-container { /* GENERELL ALLE GRÖSSEN VON SCREENS */
    text-align: left;
    padding: 10px 10px 10px 10px; /*EXTRA SCHMALER RAHMEN BZW ABSTAND UM ALLES*/
  	/*  background: #fff;  EVENTBLOG + EVENTDETAILS + BUCHUNG */
    border-radius: 0.5rem;
    border: 0.0px solid #e3e3e3;
    


     /* text-align: -webkit-center; EVENTAKTEGORIE-TITEL ZENTRIEREN ABER AUCH ANMELDROMULAR ETC! */
}

@media (max-width: 600px) { /* BEI SCHMALEN SCREENS */
.eb-container {  
    text-align: left;
    padding: 10px 0.3rem 10px 0.3rem;
  max-width: 99.8%; /* MANCHMAL SCROLLBAKLEN */
}
  }
  
.eb-container .form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0;
    margin-top: 30px;
	margin-bottom: 30px; /* EXTRA ABSTAND */
}

@media (min-width: 889px) {
#eb-categories .eb-description, #eb-event-page .eb-description, #eb-events .eb-description {
    background: transparent;
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 0 0px 0px 0px; /* BREITER RAND ZUSÄTZLICH ZUM EB.CONTAINER / NUR BEI BREITEN MONITOREN */
  
}
  }

#eb-categories .eb-box-heading, #eb-events .eb-box-heading, #eb-event-page .eb-box-heading {
	background: transparent;
	border: 0px solid rgba(0, 0, 0, 0.50);
  	border-radius: 0px 0px 0 0;
}
#eb-event-page .eb-box-heading {
      max-width: none;
    /* text-align: -webkit-center; HEADLINES ZENTRIEREN */
    margin-left: 0px;
}
  
.eb-event-date {  /* TERMIN RUND TIMELINE LAYOUT */
    background-image: none !important;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    font-family: inherit;
    height: 80px;
    padding: 12px;
    width: 80px;
    text-align: center;
}
img.eb-thumb-left {
    margin: 0 35px 20px 0 !important;
    float: left !important;

}

@media (min-width: 889px) {
#eb-categories .eb-description, #eb-events .eb-description, #eb-event-page .eb-description {  /*  UPCOMING DEFAULT LAYOUT */
    /*background: #;*/
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 40px; /* ABSTAND AUF DETAILSEITE RUNDHERUM - GROSSE SCREENS*/
  }
}
@media (max-width: 888px) {
#eb-categories .eb-description, #eb-events .eb-description, #eb-event-page .eb-description {  /*  UPCOMING DEFAULT LAYOUT */
    /*background: transparent ;*/
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 15px; /* ABSTAND AUF DETAILSEITE RUNDHERUM - KLEINE SCREENS*/
  }
}

#eb-categories .eb-description, #eb-events .eb-description, #eb-event-page .eb-description { /* RAHMEN WEG RUND UM DETAILSEITE */
    border-bottom: 0px solid #;
	border-left: 0px solid #;
	border-right: 0px solid #;
}
.eb-notice-message {
    font-size: 100%;
    font-weight: 400;
    margin-top: 8px;
    color: #66851d !important; /*EXTRA*/

}
.eb-events-timeline .eb-taskbar {
    padding: 15px 0;
    border-bottom: 1px dotted #a5a5a5;
    margin: -15px 0 0 auto; /* EXTRA*/
    list-style: none;

}
.eb-event-price-container .eb-individual-price { /* PREIS BUTTON*/
    color: #fff;
	display: inline-block;
	padding: 0px 10px 8px 12px;
	font-size: 0.8em;
	background: #d7a144; /*EXTRA*/
}
.eb-events-timeline .eb-taskbar {
    padding: 15px 0 35px 0;
    border-bottom: 1px dotted #222;
    border-bottom-color: #222;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    list-style: none;
}

.eb-container .form-group input[type="text"].input-large, .eb-container .form-group select.input-large, .eb-container .form-group textarea.input-large { /* FELDER*/
    width: 99% !important; /* STATT 210px*/
  	border: 1px solid #d7e1e7; /* EXTRA*/
    border-radius: 6px; /*EXTRA*/
	background-color: #fff; /*EXTRA*/
  	min-height: 60px; /* INSB FÜR DROPDOWN */
}


.eb-container .form-group select, .eb-container .form-group textarea, .eb-container .form-group input[type="text"], .eb-container .form-group input[type="password"], .eb-container .form-group input[type="datetime"], .eb-container .form-group input[type="datetime-local"], .eb-container .form-group input[type="date"], .eb-container .form-group input[type="month"], .eb-container .form-group input[type="time"], .eb-container .form-group input[type="week"], .eb-container .form-group input[type="number"], .eb-container .form-group input[type="email"], .eb-container .form-group input[type="url"], .eb-container .form-group input[type="search"], .eb-container .form-group input[type="tel"], .eb-container .form-group input[type="color"] {
    width: 99% !important; /* STATT 210px*/
  	border: 1px solid #d7e1e7; /* EXTRA*/
  	padding: 0 0 0 10px; /* EXTRA*/
  	background-color: #fff; /*EXTRA*/
  	text-align: left; /*EXTRA WEGEN SEARCHBOX BUTTON WURDE ZENTRIERT*/
  min-height: 60px;
  border-radius:10px;
}


.input-group {
    flex-wrap: inherit !important;  /* EURO+BETRAG FELDER NEBENEINANDER statt wrap */
}

.eb-container .form-group input[type="text"].input-small, .eb-container .form-group select.input-small, .eb-container .form-group textarea.input-small { 
    width: 90px !important;
    border: 1px solid #d7e1e7; /* EXTRA EUROBETRÄGE*/
}

label.checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;   /* AGB AKZEPTIEREN - NICHT NEBENEINANDER, SONDERN IN EINER LINIE - SONST IST RADIOBUTTON ZU KLEIN AUF SMARTPHONES  */
}

/* DETAILS SEITE */


#eb-event-page h1.eb-page-heading { /* DETEAILANSICHT EVENT - EVENT HEADLINE MIT HG BALKEN - ALLE SCREENS */
    margin: 20px 0 40px 0rem !important; /* NACH OBEN ÜBERM SLIDER */
  	color: #222;
    text-transform: none;
    letter-spacing: 0px;
     background-color: transparent;  
    width: fit-content !important; 
    /* padding: 5px 10px 8px 10px !important; */
    border-radius: 0.0rem;
}
@media (max-width: 900px) {
#eb-event-page h1.eb-page-heading { /* DETEAILANSICHT EVENT - HEADLINE MIT HG BALKEN - SCHMALE SCREENS */
    margin: 10px 0 20px 0rem !important; /* WEITER RUNTER */
}
}

#eb-categories .eb-description, #eb-events .eb-description, #eb-event-page .eb-description { /* GESAMTER BEREICH OHNE RAHMEN */
    border-bottom: 0px solid #DBDEE1;
    border-left: 0px solid #fff;
    border-right: 0px solid #DBDEE1;
      border-radius: 0.7rem;
  /* background: #fff;   EB DETAILS Bild, TExte, aber OHNE HEADLINE (innerhalb von .eb-ontainer siehe 227) */
}
.eb-location-description {
    padding-top: 30px;
    padding-bottom: 30px;
}
.eb-taskbar {
    margin: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 30px;
  display: flex; /* EXTRA FÜR ZENTRIERUNG */
  align-items: center; /* EXTRA FÜR ZENTRIERUNG */
  justify-content: center; /* EXTRA FÜR ZENTRIERUNG */
}
#eb-event-info {
    margin-top: 30px;
    margin-bottom: 30px;
}

.table {
    width: 100%;
    margin-bottom: 2.8667rem !important;
    color: #222 !important;
    margin-top: 1.2rem;
  background-color: rgb(255 255 255 / 28%) !important; /* GENERELL TABELL - SPALTEN EXTRA */
}

#eb-event-info table {
    margin-top: 30px;
}
td.eb-event-property-label { /* EIGENSCHAFTEN DER VERANSTALTUNG IN TABELLE */
    width: 110px;
    text-align: left;
    font-weight: 400;
}
/* */
.btn.btn-primary {
    background-color: #222 !important;
    border-color: #222 !important;
    color: #fff !important;

}
.btn-primary, .search .btn-toolbar .btn { /* PRIMARY BUTTONS zB. Preisschild */
    color: #222 !important;
    background-color: #fff !important;
    border: 0px solid var(--color-primary) !important;
}
.btn-primary:hover, .search .btn-toolbar .btn:hover {
    color: #fff;
    background-color: #fff;
    border: 1px solid #b05e3d;
  } 
  .btn-primary:focus, .search .btn-toolbar .btn:focus, .btn-primary.focus, .search .btn-toolbar .focus.btn {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 134, 231, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(38, 134, 231, 0.5) !important; 
} 

/* HAUPTBILD  */
.eb-event-large-image {
  margin: 0 0 50px; /* ABSTAND GRÖSSER*/
}

/* LOCATION - MAPS CSS */
.leaflet-container a {
    color: #161616 !important;
    font-size: 0.9rem;
}
/
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
    height: 440px !important;
}
.leaflet-container {
    font: 12px/1.5 "Barlow-Regular", "Helvetica", Arial, Helvetica, sans-serif !important; /* STATT HELVETICA NEUE */
}

.leaflet-touch .leaflet-bar a {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
    font-size: 30px !important;
}
.leaflet-container {
    outline-offset: 1px;
    opacity: 1;
    mix-blend-mode: luminosity !important; /* BLENDE MIT MODUL HGFARBE */
}






/* FRONTEND STILE NOTWENDIG ::::::::::::::::*/

/* .eb-container .form-group input[type="text"].input-xlarge, .eb-container .form-group select.input-xlarge, .eb-container .form-group textarea.input-xlarge {
    width: 99% !important;
}*/

/* .eb-container .form-group select  {
  	padding: 20px 0 20px 20px;  EXTRA HÖHERE AUSWAHLFELDER 
} 


.eb-container .form-group input[type="text"].input-xlarge, .eb-container .form-group select.input-xlarge, .eb-container .form-group textarea.input-xlarge {
    width: 98% !important;  /* FELDER VERANSTALTER EVENT ANLEGEN*/
    min-height: 50px; /* EXTRA HÖHER */
}

/* LOCATION - HEADER MIT ROUTE + LAGEPLAN */
.eb-page-heading {
    font-size: 21px;
    font-weight: 500;
}


/* SPEZIELL FÜR VERANSTALTER-VERWALTUNG IM BACKEND */ 

.backendklasse1 .form-horizontal .form-group {
    max-width: 1000px; /* BREITE BEGRENZEN - NUR DIESER MENUPUNKT*/
}