@charset "utf-8";
.headline1 {
	background-image: url(../images/title.jpg);
}
.accessList li{
	list-style: outside disc;
	margin-left:20px;
}
@media screen and (max-width: 767px) {


  .map {
    position: relative;
    padding-bottom: 100%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
  }
  .map iframe, .map object, .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}