/* ------- Lightbox -------- */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html,body{
    height: 100%;
}
body{
    margin: 0px;
    padding: 0px;
}
/* --------------------- Anfahrt Consent ---------------------------- */
#anfahrt_modul{
    background-color: #F2F2F2;
    background-image: url("../../../images/map_bg.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 435px;
    position: absolute;
	border:3px solid #fff;
	overflow:hidden;
	-moz-border-radius:20px 20px 20px 20px; /* Firefox */
	-webkit-border-radius:20px 20px 20px 20px; /* WebKit */
	border-radius:20px 20px 20px 20px; /* Standard */ 	
    z-index: 1;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#anfahrt_modul *{
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#anfahrt_consent{
    max-width: 500px;
    min-height: 435px;
    height: 100%;
    line-height: 120%;
    padding: 150px 30px 40px;
    display: block;
    margin: auto;
    text-align: center;
    background-color: rgba(255,255,255,0.5) !important;
}
#anfahrt_consent #box-content{
    background: none;
    border: none;
    width: 100%;
    min-height: 100%;
    padding: 0px;
    margin: 0px;
}
#anfahrt_consent .btn-consent{
    margin-top: 20px;
    color: #444444;
    background-color: #fff;
    padding: 8px 20px;
    min-width: 120px;
    display: inline-block;
    border: 1px solid #aaaaaa;
    text-decoration: none;
    background-image: none;
}
#anfahrt_consent .btn-consent:hover{
    background-color: #aaaaaa;
}

/* Anfahrt -------------------------------------------------------------------- */
#map {
    position:absolute;
    top:0px;
    left:0px;
    margin:0px 0px 0px 0px;
    width: 100%; 
    height: 100%; 
    overflow:hidden;
}

#map.leaflet-bottom.leaflet-right p {
    font-size:10px;
}
#map.leaflet-container .leaflet-control-attribution a {
    font-size:10px;
}
#map #anfahrt_map_infowindow{
	padding:5px 10px;
}

#anfahrt-osm-infowindow{
    padding:10px;
}

#anfahrt-osm-infowindow h2{
    margin-top:10px;
    font-family: OpenSans-Semibold;
    font-size:19px;
    font-weight:bold;
    font-style:normal;
    line-height:24px;
    letter-spacing:0.01em;
    color:#8a0065;
}

#anfahrt-osm-infowindow p{
    margin-top:15px;
    font-size:16px;
    font-family: OpenSans-Regular;
    line-height:20px;
    color: #666666;
}