/* CSS colorbox white */
#cboxOverlay {
background:#002e4d;
background:var(--bgcolor-blue);
background-image: url("../img/fassade_sw_cropped07_30.svg");
background-size:cover;
background-repeat:no-repeat;
background-position: center top;
  background-attachment: fixed;
opacity: 1 !important;
}
#cboxContent, #cboxLoadedContent {
background:var(--bgcolor-blue);
}

#cboxLoadedContent {
border: 2px solid #002e4d;
border-radius:0.3em;
}

#cboxPrevious{
background-image:url("../img/controls_petrol.png");
left:0px;
}

#cboxNext {
background-image:url("../img/controls_petrol.png");
right:0px;
}

#cboxSlideshow {
}

#cboxClose {
background-image:url("../img/controls_petrol.png");
top:0px;

}

#cboxTitle, #cboxCurrent {
color:#333;
}