.page__title a {
     color: #fff; 
     font-size: 0.7em;
  }
  
  .page__title a:hover {
      color: rgb(255, 190, 0);
  }
  
  #centermap {
  	   float: right;
       margin-top: -50px;
  }


  
@media screen and (max-width: 30em){
 
   #map-page .wrapper {
	   padding-left: 2em;
	   padding-right: 2em;
   }
}


#cookie-bar {background:#ffbe00; height:auto; line-height:24px; color:#666; text-align:center; padding:3px 0; z-index: 999;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#666; display:inline-block; border-radius:0px; text-decoration:underline; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background: transparent;}
#cookie-bar .cb-enable:hover {background: transparent;}
#cookie-bar .cb-disable {background:transparent;}
#cookie-bar .cb-disable:hover {background:transparent;}
#cookie-bar .cb-policy {background:transparent;}
#cookie-bar .cb-policy:hover {background:transparent;}

.footer__credit {
  bottom: 0!important;
}