.pea_cook_wrapper {
position: fixed;
padding: 8px 21px;
margin: 0;
border-radius: 5px;
z-index: 10000;
text-align: center;
}
.pea_cook_control {
width:80%;
padding: 8px 21px;
margin: 20px auto;
border-radius: 5px;
z-index: 10000;
text-align: center;
color:white;
}
.eu_control_btn {
border: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor:pointer;
margin: 10px;
}
.pea_cook_wrapper.pea_cook_topleft {
top:30px;
left:30px;
margin-right:5%;
}
.pea_cook_wrapper.pea_cook_topright {
top:30px;
right:30px;
margin-left:5%;
}
.pea_cook_wrapper.pea_cook_topcenter {
top:30px;
left:30px;
margin: 0 25%;
}
.pea_cook_wrapper.pea_cook_bottomleft {
bottom:30px;
left:30px;
margin-right:5%;
}
.pea_cook_wrapper.pea_cook_bottomright {
bottom:30px;
right:30px;
margin-left:5%;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
bottom:30px;
left:30px;
margin: 0 25%;
}
.pea_cook_wrapper p{
bottom: 30px;
font-family: "helvetica neue", helvetica, arial, sans-serif;
font-size: 11px;
margin: 0;
font-weight: bold;
}
.pea_cook_wrapper a {
border-bottom: dotted thin #eee;
text-decoration: none;
}
.pea_cook_wrapper a:hover {
text-decoration: none;
border-bottom-style: solid;
}
a#fom, a#pea_close {border-bottom: 1px dotted;}
a#pea_close {
padding-top: 20px;
display: block;
}
button.pea_cook_btn {
background: #e3e3e3;
border: 1px solid #bbb;
border-radius: 5px;
box-shadow: inset 0 0 1px 1px #f6f6f6;
color: #333;
font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
line-height: 1;
padding: 5px 0;
text-align: center;
text-shadow: 0 1px 0 #fff;
width: 100px; 
margin-left: 20px;
}
button.pea_cook_btn:hover {
background: #d9d9d9;
-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
box-shadow: inset 0 0 1px 1px #eaeaea;
color: #222;
cursor: pointer; }
button.pea_cook_btn:active {
background: #d0d0d0;
-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
-moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
box-shadow: inset 0 0 1px 1px #e3e3e3;
color: #000; }
.pea_cook_more_info_popover {
display:none;
position: absolute;
top: 0;
z-index: 1000000;
height: 80%;
width: 100%;
left: 0;
}
.pea_cook_more_info_popover_inner {
margin: 40px auto;
min-width: 50%;
min-height: 200px;
padding: 50px;
max-width:60%;
background-color: rgba(0,0,0,0.75); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";    
}
.pea_cook_more_info_popover_inner a {
border-bottom: dotted thin #eee;
text-decoration: none;
}
.pea_cook_more_info_popover_inner a:hover {
text-decoration: none;
border-bottom-style: solid;
color: #ddd;
}
.pea_cook_more_info_popover h2{
font-size: 22px;
font-weight: bold;
}
.pea_cook_more_info_popover h3{
font-size: 22px;  font-weight: bold;
}
.eucookie {
float:left;
border-radius: 5px;
transition: background 0.5s;
margin: 10px;
}
.eucookie:hover {
cursor: pointer;
background-position: -20px -10px!important;
transition: background 0.5s;
}
.eucookie span {
width: 100%;
padding: 10px;
text-align: center;
float:left;
}.bdm-v4,
.bdm-v4 * {
box-sizing: border-box;
forced-color-adjust: none;
}
.bdm-v4 {
--bdm-v4-white: #FFFFFF;
--bdm-v4-beige: #FFF9ED;
--bdm-v4-black: #000000;
--bdm-v4-grey: #8C8C8C;
width: 100%;
margin: 28px auto;
padding: clamp(18px, 2.4vw, 34px);
overflow: hidden;
color: var(--bdm-v4-black) !important;
-webkit-text-fill-color: #000000 !important;
background: var(--bdm-v4-white) !important;
border: 2px solid var(--bdm-v4-black);
border-radius: 20px;
color-scheme: light only;
filter: none !important;
font-family: inherit;
text-shadow: none !important;
}
.bdm-v4 button,
.bdm-v4 a {
font-family: inherit !important;
}
.bdm-v4 [hidden] {
display: none !important;
}
.bdm-v4__tabs {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0 0 22px;
}
body .bdm-v4 button.bdm-v4__tab {
min-height: 48px;
margin: 0 !important;
padding: 10px 18px !important;
appearance: none;
color: var(--bdm-v4-black) !important;
-webkit-text-fill-color: #000000 !important;
background: var(--bdm-v4-white) !important;
border: 2px solid var(--bdm-v4-black) !important;
border-radius: 8px !important;
box-shadow: none !important;
font: inherit;
font-size: 16px !important;
font-weight: 700 !important;
line-height: 1.15 !important;
text-transform: none !important;
text-shadow: none !important;
cursor: pointer;
}
body .bdm-v4 button.bdm-v4__tab:hover,
body .bdm-v4 button.bdm-v4__tab:focus,
body .bdm-v4 button.bdm-v4__tab:focus-visible,
body .bdm-v4 button.bdm-v4__tab[aria-selected="true"] {
color: var(--bdm-v4-beige) !important;
-webkit-text-fill-color: #FFF9ED !important;
background: var(--bdm-v4-black) !important;
border-color: var(--bdm-v4-beige) !important;
outline: 2px solid var(--bdm-v4-black);
outline-offset: 2px;
}
body .bdm-v4 button.bdm-v4__tab[aria-selected="true"] {
outline: 0;
}
.bdm-v4__main {
display: grid;
grid-template-columns: minmax(0, 65fr) minmax(280px, 35fr);
width: 100%;
overflow: hidden;
background: var(--bdm-v4-white) !important;
border: 2px solid var(--bdm-v4-black);
border-radius: 14px;
}
.bdm-v4__map-wrap,
.bdm-v4__map {
position: relative;
width: 100%;
min-width: 0;
height: 100%;
min-height: 0;
overflow: hidden;
background: var(--bdm-v4-white) !important;
color-scheme: light only;
filter: none !important;
}
.bdm-v4[data-view="museum"] .bdm-v4__map-wrap {
aspect-ratio: 740 / 650;
}
.bdm-v4[data-view="peninsula"] .bdm-v4__map-wrap {
aspect-ratio: 950 / 636;
}
.bdm-v4[data-view="day-trips"] .bdm-v4__map-wrap {
aspect-ratio: 990 / 816;
}
.bdm-v4__map > svg {
display: block;
width: 100%;
height: 100%;
max-width: none;
overflow: visible;
color-scheme: light only;
filter: none !important;
}
.bdm-v4__legend {
display: grid;
grid-template-rows: repeat(var(--bdm-v4-legend-count, 1), minmax(0, 1fr));
gap: clamp(4px, .55vw, 8px);
width: 100%;
min-width: 0;
min-height: 0;
padding: clamp(10px, 1.25vw, 18px);
overflow: hidden;
background: var(--bdm-v4-white) !important;
border-left: 2px solid var(--bdm-v4-black);
}
body .bdm-v4 button.bdm-v4__legend-button {
display: flex !important;
width: 100% !important;
min-width: 0;
min-height: 0;
align-items: center;
gap: clamp(7px, .8vw, 12px);
margin: 0 !important;
padding: 4px clamp(8px, .85vw, 13px) !important;
appearance: none;
color: var(--bdm-v4-black) !important;
-webkit-text-fill-color: #000000 !important;
background: var(--bdm-v4-white) !important;
border: 1.5px solid var(--bdm-v4-black) !important;
border-radius: 9px !important;
box-shadow: none !important;
font: inherit;
font-size: clamp(13px, 1.15vw, 17px) !important;
font-weight: 700 !important;
line-height: 1.1 !important;
text-align: left !important;
text-transform: none !important;
text-shadow: none !important;
letter-spacing: 0 !important;
cursor: pointer;
}
.bdm-v4__legend-number {
display: inline-flex;
flex: 0 0 clamp(23px, 1.9vw, 28px);
width: clamp(23px, 1.9vw, 28px);
height: clamp(23px, 1.9vw, 28px);
align-items: center;
justify-content: center;
color: var(--bdm-v4-white) !important;
-webkit-text-fill-color: #FFFFFF !important;
background: var(--bdm-v4-black) !important;
border: 2px solid var(--bdm-v4-black);
border-radius: 50%;
font-size: clamp(10px, .85vw, 12px);
font-weight: 800;
line-height: 1;
}
.bdm-v4__legend-label {
min-width: 0;
color: inherit !important;
-webkit-text-fill-color: inherit !important;
white-space: normal !important;
}
body .bdm-v4 button.bdm-v4__legend-button:hover,
body .bdm-v4 button.bdm-v4__legend-button:focus,
body .bdm-v4 button.bdm-v4__legend-button:focus-visible,
body .bdm-v4 button.bdm-v4__legend-button[aria-pressed="true"] {
color: var(--bdm-v4-beige) !important;
-webkit-text-fill-color: #FFF9ED !important;
background: var(--bdm-v4-black) !important;
border-color: var(--bdm-v4-black) !important;
}
body .bdm-v4 button.bdm-v4__legend-button:hover .bdm-v4__legend-number,
body .bdm-v4 button.bdm-v4__legend-button:focus .bdm-v4__legend-number,
body .bdm-v4 button.bdm-v4__legend-button:focus-visible .bdm-v4__legend-number,
body .bdm-v4 button.bdm-v4__legend-button[aria-pressed="true"] .bdm-v4__legend-number {
color: var(--bdm-v4-black) !important;
-webkit-text-fill-color: #000000 !important;
background: var(--bdm-v4-beige) !important;
border-color: var(--bdm-v4-beige);
}
body .bdm-v4 button.bdm-v4__legend-button:focus-visible {
outline: 3px solid var(--bdm-v4-beige) !important;
outline-offset: 2px;
}
.bdm-v4 .map-outline {
fill: var(--bdm-v4-beige) !important;
stroke: var(--bdm-v4-black) !important;
stroke-width: 5px;
stroke-linejoin: round;
}
.bdm-v4 .route {
fill: none !important;
stroke: var(--bdm-v4-grey) !important;
stroke-width: 2px;
stroke-linecap: round;
stroke-linejoin: round;
opacity: .6;
}
.bdm-v4 .building {
fill: var(--bdm-v4-white) !important;
stroke: var(--bdm-v4-black) !important;
stroke-width: 2.4px;
stroke-linejoin: round;
}
.bdm-v4 .bdm-v4-map-water {
fill: var(--bdm-v4-white) !important;
}
.bdm-v4 .bdm-v4-map-image {
filter: none !important;
}
.bdm-v4 .bdm-v4-map-feature {
fill: var(--bdm-v4-black) !important;
stroke: none !important;
opacity: .52;
font-family: inherit;
font-size: 18px;
font-style: italic;
font-weight: 600;
letter-spacing: .02em;
pointer-events: none;
}
.bdm-v4 .bdm-v4-marker {
cursor: pointer;
outline: none;
}
.bdm-v4 .bdm-v4-marker .marker-hit {
fill: var(--bdm-v4-black) !important;
fill-opacity: 0 !important;
pointer-events: all;
}
.bdm-v4 .bdm-v4-marker .marker-face {
fill: var(--bdm-v4-black) !important;
stroke: var(--bdm-v4-white) !important;
stroke-width: 3px !important;
}
.bdm-v4 .bdm-v4-marker .marker-number {
fill: var(--bdm-v4-white) !important;
stroke: none !important;
opacity: 1 !important;
filter: none !important;
font-family: inherit;
font-size: 15px;
font-weight: 800;
pointer-events: none;
text-shadow: none !important;
}
.bdm-v4 .bdm-v4-marker .marker-ring,
.bdm-v4 .bdm-v4-marker .marker-blink {
fill: none !important;
pointer-events: none;
}
.bdm-v4 .bdm-v4-marker .marker-ring {
stroke: var(--bdm-v4-black) !important;
stroke-width: 2.5px !important;
opacity: 0 !important;
}
.bdm-v4 .bdm-v4-marker .marker-blink {
stroke: var(--bdm-v4-black) !important;
stroke-width: 5px !important;
opacity: 0;
}
.bdm-v4 .bdm-v4-marker:hover .marker-face,
.bdm-v4 .bdm-v4-marker:focus .marker-face,
.bdm-v4 .bdm-v4-marker:focus-visible .marker-face,
.bdm-v4 .bdm-v4-marker.is-selected .marker-face {
fill: var(--bdm-v4-beige) !important;
stroke: var(--bdm-v4-black) !important;
}
.bdm-v4 .bdm-v4-marker:hover .marker-number,
.bdm-v4 .bdm-v4-marker:focus .marker-number,
.bdm-v4 .bdm-v4-marker:focus-visible .marker-number,
.bdm-v4 .bdm-v4-marker.is-selected .marker-number {
fill: var(--bdm-v4-black) !important;
}
.bdm-v4 .bdm-v4-marker:focus .marker-ring,
.bdm-v4 .bdm-v4-marker:focus-visible .marker-ring,
.bdm-v4 .bdm-v4-marker.is-selected .marker-ring {
opacity: 1 !important;
}
.bdm-v4 .bdm-v4-marker.is-selected .marker-blink {
animation: bdm-v4-marker-blink 1.8s ease-in-out infinite;
}
.bdm-v4 .bdm-v4-starting-point .marker-face {
fill: var(--bdm-v4-grey) !important;
stroke: var(--bdm-v4-black) !important;
}
.bdm-v4 .bdm-v4-starting-label {
fill: var(--bdm-v4-black) !important;
stroke: none !important;
font-family: inherit;
font-size: 17px;
font-weight: 700;
pointer-events: none;
}
@keyframes bdm-v4-marker-blink {
0%, 100% { opacity: 1; }
50% { opacity: .12; }
}
.bdm-v4__panel {
width: 100%;
margin-top: 24px;
padding: 28px 20px 0;
color: var(--bdm-v4-black) !important;
-webkit-text-fill-color: #000000 !important;
background: var(--bdm-v4-white) !important;
border-top: 1px solid rgba(0, 0, 0, .3);
}
.bdm-v4__panel-kicker,
.bdm-v4__panel-title,
.bdm-v4__panel-default,
.bdm-v4__description,
.bdm-v4__section-title {
text-shadow: none !important;
}
.bdm-v4__panel-kicker {
margin: 0 0 6px !important;
padding: 0 !important;
color: var(--bdm-v4-black) !important;
-webkit-text-fill-color: #000000 !important;
font-size: 15px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
text-transform: none !important;
}
.bdm-v4__panel-title {
margin: 0 !important;
padding: 0 !important;
color: var(--bdm-v4-black) !important;
-webkit-text-fill-color: #000000 !important;
font-size: clamp(32px, 3vw, 42px) !important;
font-weight: 800 !important;
line-height: 1.06 !important;
letter-spacing: -.02em !important;
text-transform: none !important;
}
.bdm-v4__panel-accent {
display: block;
width: 64px;
height: 5px;
margin: 16px 0 22px;
background: var(--bdm-v4-beige) !important;
border: 1px solid var(--bdm-v4-black);
border-radius: 3px;
}
.bdm-v4__panel-default,
.bdm-v4__description {
max-width: 820px;
margin: 0 0 18px !important;
padding: 0 !important;
color: var(--bdm-v4-black) !important;
-webkit-text-fill-color: #000000 !important;
font-size: 18px !important;
font-weight: 600 !important;
line-height: 1.45 !important;
}
.bdm-v4__section-title {
margin: 0 0 12px !important;
padding: 0 !important;
color: var(--bdm-v4-black) !important;
-webkit-text-fill-color: #000000 !important;
font-size: 16px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
text-transform: none !important;
}
.bdm-v4__places {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
gap: 14px 16px;
width: 100%;
}
.bdm-v4__place {
display: flex;
width: 100%;
min-width: 0;
min-height: 54px;
align-items: center;
justify-content: space-between;
gap: 14px;
margin: 0 !important;
padding: 12px 17px !important;
color: var(--bdm-v4-black) !important;
-webkit-text-fill-color: #000000 !important;
background: var(--bdm-v4-beige) !important;
border: 2px solid var(--bdm-v4-black) !important;
border-radius: 9px;
font: inherit;
font-size: 16px !important;
font-weight: 700 !important;
line-height: 1.25 !important;
text-align: left !important;
text-decoration: none !important;
text-shadow: none !important;
}
a.bdm-v4__place::after {
content: "\2192";
flex: 0 0 auto;
font-size: 20px;
line-height: 1;
}
body .bdm-v4 a.bdm-v4__place:hover,
body .bdm-v4 a.bdm-v4__place:focus,
body .bdm-v4 a.bdm-v4__place:focus-visible,
body .bdm-v4 a.bdm-v4__place:active {
color: var(--bdm-v4-beige) !important;
-webkit-text-fill-color: #FFF9ED !important;
background: var(--bdm-v4-black) !important;
}
body .bdm-v4 a.bdm-v4__guides-button,
body .bdm-v4 a.bdm-v4__guides-button:link,
body .bdm-v4 a.bdm-v4__guides-button:visited {
display: flex;
width: 100%;
min-height: 54px;
align-items: center;
justify-content: center;
margin: 24px 0 0 !important;
padding: 12px 18px !important;
color: var(--bdm-v4-black) !important;
-webkit-text-fill-color: #000000 !important;
background: var(--bdm-v4-white) !important;
border: 2px solid var(--bdm-v4-black) !important;
border-radius: 8px;
font: inherit;
font-size: 16px !important;
font-weight: 800 !important;
line-height: 1.25 !important;
text-align: center !important;
text-decoration: none !important;
text-shadow: none !important;
}
body .bdm-v4 a.bdm-v4__guides-button:hover,
body .bdm-v4 a.bdm-v4__guides-button:focus,
body .bdm-v4 a.bdm-v4__guides-button:focus-visible,
body .bdm-v4 a.bdm-v4__guides-button:active {
color: var(--bdm-v4-beige) !important;
-webkit-text-fill-color: #FFF9ED !important;
background: var(--bdm-v4-black) !important;
border-color: var(--bdm-v4-beige) !important;
outline: 2px solid var(--bdm-v4-black);
outline-offset: 2px;
}
.bdm-v4__load-error {
margin: 0 !important;
padding: 24px !important;
color: var(--bdm-v4-black) !important;
background: var(--bdm-v4-beige) !important;
font-size: 17px !important;
font-weight: 700 !important;
} .bdm-v4--single .bdm-v4__main {
display: block;
}
.bdm-v4--single .bdm-v4__map-wrap {
width: 100%;
height: auto;
}
.bdm-v4--single .bdm-v4__legend {
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: none;
gap: 8px;
padding: 14px;
overflow: visible;
border-top: 2px solid var(--bdm-v4-black);
border-left: 0;
}
body .bdm-v4--single button.bdm-v4__legend-button {
min-height: 48px;
padding: 8px 11px !important;
font-size: 16px !important;
}
.bdm-v4--single .bdm-v4__legend-number {
flex-basis: 28px;
width: 28px;
height: 28px;
font-size: 12px;
}
@media (max-width: 1020px) {
.bdm-v4__main {
display: block;
}
.bdm-v4__map-wrap {
width: 100%;
height: auto;
}
.bdm-v4__legend {
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: none;
gap: 8px;
padding: 14px;
overflow: visible;
border-top: 2px solid var(--bdm-v4-black);
border-left: 0;
}
body .bdm-v4 button.bdm-v4__legend-button {
min-height: 48px;
padding: 8px 11px !important;
font-size: 16px !important;
}
.bdm-v4__legend-number {
flex-basis: 28px;
width: 28px;
height: 28px;
font-size: 12px;
}
}
@media (max-width: 680px) {
.bdm-v4 {
margin: 20px auto;
padding: 16px;
border-radius: 14px;
}
body .bdm-v4 button.bdm-v4__tab {
min-height: 46px;
padding: 9px 14px !important;
font-size: 15px !important;
}
.bdm-v4__legend {
grid-template-columns: minmax(0, 1fr);
}
.bdm-v4--single .bdm-v4__legend {
grid-template-columns: minmax(0, 1fr);
}
.bdm-v4__panel {
margin-top: 20px;
padding: 24px 4px 2px;
}
.bdm-v4__panel-title {
font-size: 32px !important;
}
.bdm-v4__places {
grid-template-columns: minmax(0, 1fr);
}
}
@media (prefers-reduced-motion: reduce) {
.bdm-v4 .bdm-v4-marker.is-selected .marker-blink {
animation: none !important;
opacity: 1 !important;
}
}