input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    border: 1px solid #333;
}



#bundesland {
    appearance: none;
    -webkit-appearance: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.osm-form-row-3-2 {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.osm-form-row-3-2 > p {
    flex: 1;
    margin: 0;
}

.osm-form-row-3-2 label {
    display: block;
    margin-bottom: 6px;
}

.osm-form-row-3-2 input {
    width: 100%;
    box-sizing: border-box;
}


#osm-termin{width:200px;}
label{color:#000;}

/* Auf Smartphones untereinander */
@media only screen and (max-width: 768px) {

    div.osm-form-row.osm-form-row-3-2 {
        display: block !important;
        width: 100% !important;
    }

    div.osm-form-row.osm-form-row-3-2 > p {
        display: block !important;
        float: none !important;
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 0 15px 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    div.osm-form-row.osm-form-row-3-2 > p > input {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}
/*Ende Formular einreichen*/

input[type="file"]::file-selector-button {
  background: #f6f6f6;
  color: #000;
  font-size:1.2em;
  border: 1px solid #000;
  padding: 10px 18px;
  border-radius: 3px;
  cursor: pointer;
  height:50px;
}
input[type="file"]::file-selector-button:hover {
  border:none;
  background:#e9e9e9; 
}
 
.osm-button {
  position: relative;
  font-size:1.2em;
  line-height:1.2em;
  padding:0 10px 0 20px;
  /*x
  height:50px;
  border:1px solid #000000; border-radius:3px; background:#f6f6f6;
  */
  height:50px; border:1px solid #000000; border-radius:3px; background:#ffffff;  cursor:pointer;
}

.osm-button:hover{
	border:1px solid #e9e9e9; background:#e9e9e9;}

.osm-button::after {
  content: "›";
  opacity: 0;
  margin-left: 0;
  font-size:2em;
  transition: all 0.3s ease;
}

.osm-button:hover::after {
  opacity: 1;
  margin-left: 8px;
}

.single-post .post-meta .author a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

.single-post .post-meta {
    font-size: 0;
}

.single-post .post-meta .author,
.single-post .post-meta .comments-number {
    font-size: initial;
}

.single-post .post-meta .published,
.single-post .post-meta a[rel="category tag"] {
    display: none;
}

.osm-verifizierung-meldung{border:2px solid red;padding:20px;text-align:center;margin:0 0 10px 0;color:#000;background:#f5fffa;}

/* ========================================
   Veranstaltung Formular  saergt6df
======================================== */

#wp-osm_beschreibung-wrap {
    width: 400px;
    max-width: 100%;
}

.mce-menu-item .mce-text {
    color: #000 !important; 
}

.osm-veranstaltung-form {
    width: 100%;
    max-width: 1000px;
}


/* Grid-Zeilen */

.osm-form-row {
    display: grid;
    gap: 20px;
    margin-bottom: 10px;
}


/* 2 Spalten */

.osm-form-row-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


/* 3 Spalten */

.osm-form-row-3 {
    grid-template-columns: 1fr 1fr 2fr;
}
.osm-form-row-3-2 {
    grid-template-columns: 1fr 1fr 1fr;
}


/* Formularfelder */

.osm-veranstaltung-form p {
    margin: 0 0 20px;
}


.osm-veranstaltung-form label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}


.osm-veranstaltung-form input[type="text"],
.osm-veranstaltung-form input[type="email"],
.osm-veranstaltung-form input[type="datetime-local"],
.osm-veranstaltung-form select
 {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.osm-veranstaltung-form select{width:200px;}


/* Beschreibung / Blogseite */

.osm-veranstaltung-form .wp-editor-wrap {
    width: 100%;
}


/* Trennlinie */

.osm-veranstaltung-form hr {
    margin: 25px 0;
}


/* Kleine Zusatzinfos */

.osm-veranstaltung-form small {
    display: block;
    margin-top: 5px;
}


/* Mobil */

@media (max-width: 700px) {

    .osm-form-row-2,
    .osm-form-row-3 {
        grid-template-columns: 1fr;
    }

}
/* ENDE Veranstaltung Formular */

/* Veranstaltungsdaten im Divi Blog Grid */ 
.osm-divi-veranstaltungsdaten { margin: 0 0 15px 0; line-height: 1.5; } 
.osm-divi-veranstaltungsdaten div { margin: 0;color:#000; }
.wp-editor-tabs {
    display: none !important;
}
/*
.author {
    display:none;
}*/


/* ========================================= Divi Blog Grid – einheitliche Kartenhöhe ========================================= */ /* Gleiche Höhe für alle Blog-Karten */ 
.et_pb_blog_grid .et_pb_post { display: flex; flex-direction: column; height: 450px; } 
/* Einheitliche Bildhöhe */ 
.et_pb_blog_grid .et_pb_image_container, .et_pb_blog_grid .et_pb_post .entry-featured-image-url { height: 220px; overflow: hidden; } 
/* Bilder füllen die definierte Fläche */ 
.et_pb_blog_grid .et_pb_post .entry-featured-image-url img { width: 100%; height: 100%; object-fit: cover; object-position: center; } 
/* Mehr lesen nach unten */ 
.et_pb_blog_grid .et_pb_post .more-link { margin-top: auto; } 
/* Veranstaltungsdaten */ 
.et_pb_blog_grid .osm-divi-veranstaltungsdaten { margin-top: 10px; margin-bottom: 15px; line-height: 1.5; }
.submit:hover{background:#000 !important;}

/* ========================================= OSM Anmeldeformular ========================================= */ 
.osm-anmeldung-form { width: 100%; max-width: 600px; } 
.osm-anmeldung-form form { width: 100%; } 
.osm-form-field { width: 100%; margin-bottom: 18px; } 
.osm-form-field label { display: block; width: 100%; margin-bottom: 6px; color: #000; } 
.osm-anmeldung-form 
.osm-input { display: block; width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px 12px; font-size: 16px; line-height: 1.4; } 
/* Button */ 
.osm-anmeldung-form #submit-register { max-width: 100%; } 
/* ========================================= Smartphone ========================================= */ 
@media (max-width: 767px) { 
.osm-anmeldung-form { width: 100%; max-width: 100%; } 
.osm-anmeldung-form .osm-input { width: 100%; font-size: 16px; padding: 12px; } 
.osm-anmeldung-form #submit-register { width: 100%; margin-top: 5px; } 
}

/* Beitragsbild im Enzelbeitrag ausblenden */
.et_post_meta_wrapper img{display:none;}

.more-link{color:#fff;background:#27408b;padding:10px;border-radius:4px;}
.more-link:hover{background:#000;}
/* NEU */
.et_pb_posts.et_grid_module .et_pb_post {
    display: flex !important;
    flex-direction: column !important;
}

.et_pb_posts.et_grid_module .post-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
}

.et_pb_posts.et_grid_module .post-content-inner {
    flex: 1 1 auto !important;
}

.et_pb_posts.et_grid_module .more-link {
    margin-top: auto !important;
    display: block !important;
	background:#19924a !important;
}
/* Ende NEU */

.osm-layout {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
}

.osm-termine {
    flex: 1 1 40%;
    min-width: 0;
}

.osm-karte {
    flex: 1 1 60%;
    min-width: 650px;
}

#deutschlandkarte-wrapper {
    width: 100%;
    position: relative;
}

#deutschlandkarte {
    width: 100%;
    height:650px;border-radius:10px;    display: none;
}


/* Smartphone */
@media (max-width: 768px) {

    .osm-layout {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .osm-termine,
    .osm-karte {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        flex: none;
        box-sizing: border-box;
    }

    #deutschlandkarte {
        height: 480px;
    }
	
	/* Suche */
	
    .osm-form-zeile {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
        box-sizing: border-box;
    }

    .osm-form-zeile > label {
        width: 100%;
        box-sizing: border-box;
    }

    .osm-form-zeile .custom-kategorie-select {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0;
        padding-right: 0;
        flex: none !important;
        align-self: stretch !important;
        box-sizing: border-box;
    }

    .osm-form-zeile .custom-kategorie-selected {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .osm-form-zeile .select-wrapper {
        width: 100% !important;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex: none !important;
        box-sizing: border-box;
    }

    .osm-form-zeile .select-wrapper select {
        width: 100%;
        box-sizing: border-box;
    }

    .osm-form-zeile .osm-button {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex: none !important;
        box-sizing: border-box;
    }
}



/* Vorschaltseite */
#karten-hinweis {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height:350px;text-align:center;background:#ffffff;border:1px solid #e53935;color:#000000;    padding: 30px;
    box-sizing: border-box;
}

.terminliste {
    background:#19924a;min-height:650px;    padding: 5px;
}
.terminliste-link{display:block; 
border:1px solid #000000;color:#000000;background:#ffffff; padding:0 0 0 10px;margin: 0 0 5px 0;}

.fh2{color:#000;margin:0;padding:0;}

.osm-input{height:50px !important;}

.leaflet-bottom{display:none;}

/* =========================================
   Roter Karten-Pin
   ========================================= */

.roter-karten-pin {
    background: transparent;
    border: none;
}

.roter-karten-pin .pin-kopf {
    width: 28px;
    height: 30px;
    /*x background: #e53935;
    border: 3px solid #ffffff;
    border-radius: 50% 50% 50% 0;
	width: 28px; height: 30px; background: #e53935; border: 3px solid #ffffff;*/
	width: 28px; height: 30px; background: #e53935; border: 3px solid #ffffff; border-radius: 50% 50% 50% 0;	
    transform: rotate(-45deg);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
    position: relative;
	
}

.roter-karten-pin .pin-kopf::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 50%;
    top: 7px;
    left: 7px;
}


/* =========================================
   Veranstaltungsname dauerhaft anzeigen
   ========================================= */

.event-label-karte {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 4px 8px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: #222222;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
/* Tooltip auf Karte */
.leaflet-tooltip.event-label-karte {
	/*x background: #ffffff;
    border: 1px solid #dddddd;
    color: #222222;*/
	background:#ffffff;border:1px solid #dddddd;color:#222222;}

.leaflet-tooltip.event-label-karte::before {
    border-right-color: #dddddd;
}


/* =========================================
   Popup
   ========================================= */

.osm-event-popup {
    min-width: 240px;
    max-width: 320px;
    font-family: Arial, sans-serif;
    line-height: 1.45;
	/* background:#ffffff;
	color:#000000;*/
	background:#ffffff;color:#000000;}

.osm-event-popup .event-titel {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.osm-event-popup .event-zeile {
    margin: 6px 0;
}

.osm-event-popup .event-label {
    font-weight: 700;
}

.osm-event-popup .event-beschreibung {
    margin-top: 12px;
}

.osm-event-popup .event-button {
    display: inline-block;
    margin-top: 14px;
    padding: 8px 14px;
    /*x background: #e53935;
    color: #ffffff !important;
    border-radius: 5px;
    font-weight: 600;*/
	background: #e53935; color: #ffffff !important; border-radius: 5px; font-weight: 600;	text-decoration: none !important;
}

.osm-event-popup .event-button:hover {
    /*x background: #c62828;
	color:#ffffff;*/
	background: #c62828; color:#ffffff;}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
	
	/* front.php */
	.osm-form-zeile {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    width: 100%;
    flex-wrap: nowrap;
}

.osm-form-zeile > label {
    display: flex;
    align-items: center;
    margin: 0;
}

.osm-form-zeile .custom-kategorie-select {
    width: 200px !important;
    flex: 0 0 200px;
}

.osm-form-zeile #bundesland {
    width: 200px;
    height: 44px;
    flex: 0 0 200px;
    box-sizing: border-box;
}

.osm-form-zeile > .osm-button {
    height: 44px;
    flex: 0 0 auto;
    white-space: nowrap;
}

/* Kategorie Select */
.custom-kategorie-select {
    position: relative;
    width: 200px;
}

/* Ausgewählter Wert */
.custom-kategorie-selected {
    display: flex;
    align-items: center;

    width: 200px;
    height: 44px;

    padding: 0 12px;
    box-sizing: border-box;

    background: #fff;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.custom-kategorie-selected:hover {
    border-color: #999;
}

/* Farbpunkt */
.kategorie-farbe {
    display: inline-block;

    width: 14px;
    height: 14px;
    min-width: 14px;

    margin-right: 10px;

    border-radius: 50%;
    border: 1px solid #ccc;

    box-sizing: border-box;
}

/* Kategorie-Name */
.kategorie-name {
    flex: 1;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:13px;
    color: inherit;
}

/* Pfeil */
.kategorie-arrow {
    margin-left: 10px;

    font-size: 16px;
    color: inherit;
}

/* Dropdown */
.custom-kategorie-options {
    display: none;

    position: absolute;
    z-index: 9999;

    top: 47px;
    left: 0;

    width: 200px;
    max-height: 260px;

    overflow-y: auto;

    background: #fff;

    border: 1px solid #c9c9c9;
    border-radius: 4px;

    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Dropdown geöffnet */
.custom-kategorie-select.open .custom-kategorie-options {
    display: block;
}

/* Einzelne Option */
.custom-kategorie-option {
    display: flex;
    align-items: center;

    min-height: 42px;

    padding: 8px 12px;
    box-sizing: border-box;

    cursor: pointer;

    color: #333;
    white-space: nowrap;
}

/* Hover */
.custom-kategorie-option:hover {
    background: #f0f0f0;
}

/* Farbpunkt in den Optionen */
.custom-kategorie-option .kategorie-farbe {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 0;
}