/*
 *
 * css for myleaflet extension
 *
 */

#mapContainer {
	background-color:white;
}
#mapContainer.opacity-map {
	opacity:0.2;
}

.tx-myleaflet .ajaxMessage {
	background-color: #0000f0;
	color: white;
	padding: 10px;
}



.tx-myleaflet-detail {
	box-sizing:border-box;
	background-image: url("../Images/WGB-abriss-2-artikel.svg");
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: left bottom;
	padding: 18px 18px 200px 18px;
	max-width: 800px;
	width:100%;
	top:20px;
	position:absolute;
	z-index:10000;
	display:block;
}
.tx-myleaflet-article {
	box-sizing:border-box;
	height:100%;
	width:100%;
	padding:32px 56px 32px 32px;
	background-color:white;
	overflow-y:scroll;
	position:relative;
}

.tx-myleaflet-article h1 {
	padding-right:30px;
}
.tx-myleaflet-article .owner-header {
	display:table;
}

.tx-myleaflet-article .owner-header label {
	display: table-cell;
	width:110px;
	vertical-align:top;
}
.tx-myleaflet-article .owner-header span {
	display: table-cell;
	vertical-align:top;
}
.tx-myleaflet-article span:last-child {
	/*display: inline-block;*/
}
.tx-myleaflet-article figure {
	display: inline-block;
	vertical-align:top;
	margin-right:0;
	margin-bottom:20px;
}
.tx-myleaflet-article-home-button {
	color:rgb(217,249,3);
	position:absolute;
	top:25px;
	right:45px;
	font-size:30px;
	z-index:10002;
}

.tx-myleaflet-article .video-vimeo {
	padding:0;
	position:relative;
	width:640px;
	height:365px;
}

/* individual Popup */
.leaflet-popup-content-wrapper {
	box-sizing:border-box;
	border:5px solid rgb(217,249,3);
	border-radius:0;
	max-width:220px;
}
.leaflet-popup-tip {
	background-color:rgb(217,249,3);
}
.leaflet-container a.leaflet-popup-close-button {
	color:rgb(217,249,3);
}
.leaflet-container a.leaflet-popup-close-button:hover {
	color:rgb(38,66,82);
}
.leaflet-container .infoWindow a {
	color:rgb(38,66,82);
}
.leaflet-container .infoWindow a:hover {
	color:rgb(38,66,82);
}

.infoWindow-headline {
	font-weight:bold;
	margin-bottom:5px;
}

/* Lists in Article */
.tx-myleaflet-article ul,
.tx-myleaflet-article ol {
	margin:8px 0 12px 14px;
}
.tx-myleaflet-article ul li,
.tx-myleaflet-article ol li {
	margin-bottom:8px;
}
.tx-myleaflet-article ul {
	list-style-type: square;
}

/* Address List */
.tx-myleaflet-list h2 {
	margin:15px 0 5px;
	
}
.tx-myleaflet-list .district-list {
	line-height:28px;
	
}
.tx-myleaflet-list .district-list .address-list-item {
	border-bottom:5px solid rgb(255,255,255);
	background-color:rgb(245,247,237);
	padding: 0 5px;
}
.tx-myleaflet-list .district-list .address-list-item a {
	color:rgb(38,66,82);
}
.tx-myleaflet-list .district-list .address-list-item a:hover {
	color:rgba(38,66,82,0.8);
}
.tx-myleaflet-list .district-list .address-list-item:last-child {
	border-bottom:none;
}

