/*  File common.css made with jAlbum 37.5.6 with PhotoSwipe version 5.9.5, Blue.css style, album creation date 2025-06-11
 *   
 *  Style sheet for the combined index / slide / template pages.
 *  Last change: 2025-06-11 by André Wolff
 */

html,body{margin:0;padding:0;border:0;outline:0;}
/* panorama layout */
.jDiorama,.jDiorama-viewport{width:100%;height:100%;overflow:hidden}
.jDiorama,.jDiorama-container{position:relative}
.jDiorama-container img{height:100%;position:absolute;top:0}

/* panorama style */
.jDiorama-viewport.cursorHand{cursor:url(grab.cur),default}
.jDiorama-viewport.cursorDrag{cursor:url(grabbing.cur),default}
.jDiorama-viewport.cursorLeftArrow{cursor:url(left.cur),default}
.jDiorama-viewport.cursorRightArrow{cursor:url(right.cur),default}
.jDiorama-viewport img{user-select:none;-o-user-select:none;-moz-user-select:none;-webkit-user-select:none}

.jDiorama { display:none; }

.inactive {
	color: #999;
}			 
.exifInfo {
	cursor: pointer;
	text-align: left;  
}

 .moreInfo {
	display:none;
}

.triggerMoreInfo {     
   display: inline-block;     
   position: relative;    
   z-index: 1; 
   cursor: pointer;    
   padding: 2em;     
   margin: -2em; 
}

html, body {
	height: 100%; /* Make 98 if unexpected vertical scrollbar in Chrome */	
} 		

body {
	text-align: center;
	overflow-x: hidden;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	font-size:18px;
	background-color: rgba(12,40,62,1.0);
	color: #ffffff;
	margin: 0px;
/* See https://forums.adobe.com/thread/1184309 */
	-webkit-user-select: none; /* Chrome all / Safari all */
	-o-user-select: none;
	user-select: none;
	-webkit-touch-callout:none;
}

.justified-gallery > a > .caption {
	font-family: 'Quicksand', sans-serif;
	font-size:14px;
}

img { border: 0px; }  /* required for IE */

/* Custom link styles */

a:link, .dummyLink { 
color: #00ccff; 
font-style: normal;
font-weight: bold;
text-decoration: none;
}  
a:visited {	
color: #00ccff; 
font-style: normal;	
font-weight: bold;	
text-decoration: none; 
} 
a:active  { 
color: #00ccff; 
font-style: normal; 
font-weight: bold; 
text-decoration: none;
}
a:hover   { 
color: #ffff00; 
font-weight: bold; 
text-decoration: none;
}

#nextSlide  {
	position: absolute;
	display:none;
	right: 10px;
	top: 48%;
	z-index: 9999;
}
#prevSlide  {
	position: absolute;
	display:none;
	left: 10px;
	top: 48%;
	z-index: 9999;
}

#expandPano  {
	position: absolute;
	display:none;
	right: 49%;
	top: 58px;
	z-index: 9999;
}

#link--play  {
	position: absolute;
	right: 132px;
	padding: 6px;
	z-index: 9999;
}
#nav {
	display: none;
}

.homeBtn {
  width: 24px;
  height: 24px;
}


.top-nav a:hover, .top-nav a:active, .HorNav a:hover, .HorNav a:active, #NavHor a:focus {
	color: #ffff00;  
	background-color: rgba(153,153,153,1.0);
	text-decoration: none; 
	box-shadow: inset 2px 2px 2px 2px rgba(153,153,153,1.0);
}

/*********************************** Start BootstrapTop navigation */
.navbar-custom, .dropdown-menu {
    background-color: #ffffff;  /* this is no JAlphaColorSelector but a JColorSelector */
}

.navbar-custom .navbar-nav .nav-link, .navbar-custom .navbar-nav .nav-link:focus {
  color: #ffffff;
}
.navbar-custom .navbar-nav li .nav-link:hover {
  color:  #ffff00;
}
.navbar-custom .navbar-nav li:hover {
  background-color: rgba(153,153,153,1.0);
}
.custom-toggler.navbar-toggler {
    border-color:  #ffffff;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.btn-primary.custom-btn {
    background-color: #ffffff;
    border-color: #ffffff;
    color:  #ffffff;
}

.btn-primary.custom-btn:hover {
     background-color: rgba(153,153,153,1.0);
    color:  #ffff00;
}

/* see:  https://stackoverflow.com/questions/19827605/change-bootstrap-navbar-collapse-breakpoint-without-using-less 
*/
@media (min-width: 1190px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}
/*********************************** End BootstrapTop navigation */
  /* Copy this css */
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar > .show > a:focus {
    background: transparent;
    outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}
.HorNav{
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	line-height: 50px;
}

.HorNav  img {
	vertical-align: middle;
	height: 30px;
	width: 30px;
	padding-bottom: 2px;
}

.HorNav a, .HorNav b, .HorNav a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	color: #ffffff;
	background-color: rgba(49,84,110,1.0);	
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ffffff;
}
.HorNav b {
	color: #ffffff;
	font-weight: bold;
}
.HorNav ul {
 display:inline-block;
 list-style-type: none;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}
.HorNav li {
	float: left;
	width: auto;
}
#indexDiv {
	display: none;
	position: relative;
}

#indexDiv #swipeMe p img {
	vertical-align: bottom;
}

.roundbutton {
  opacity: 1.00;
  cursor: pointer;
}
.HorNav  .roundbutton {
	vertical-align: middle;
}
button {
	font-size: 28px;
	cursor:pointer;
	text-decoration:none;
	margin-top: 10px;
	margin-bottom: 10px;
}


.button {
	cursor: pointer;
}

.filename {
	height: 54px;
	font-size: small;
	text-align: center;
}

.description {
	height: 54px;
	text-align: center;
}

.thumbs {
	margin-right: auto;
	margin-left: auto;
}

.thumbs img:hover,
.thumbs-jg img:hover,
.masonry_thumbs img:hover {  
	 -webkit-transform: scale(1.0);
	 -moz-transform: scale(1.0);
	 -o-transform: scale(1.0);
	 transform: scale(1.0);
}

.thumb-video { /* for thumbs on slide page */
	border: 2px solid  rgba(254,0,55,1.0);
}

.thumbs-jg img {
	cursor: zoom-in;
	box-sizing: border-box;
	border:0px solid !important; 
	border-color: rgba(49,84,110,1.0)  !important; 
	padding: 0px!important;
	border-radius:  0px;
}
.video-icon img {
	position: absolute;
	top: 3px;
	left: 5px;
	width: 32px;
	height: 32px;
	border: none !important; 
}
img.video {
	border-color: rgba(254,0,55,1.0) !important;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
 	bottom: 0px;
	left: 0px;
	right: 0px;
}

/*
.jg-entry {
	border: px solid ;
	position: relative;
}
*/

#folders img {  /* Folder thumbs */
	cursor: zoom-in;
	border-radius:  4px;
	padding:  0px;
	border: 1px solid;
	border-color: rgba(49,84,110,1.0);
	 -webkit-touch-callout: none;  /* Disable save image, and prevents a pop-up  */
	 -webkit-user-select: none;    /* disable copy, inv css  */
	 user-select: none;
}

.thumbsgallery {
	background-color: rgba(255,255,255,0.0);
}
.thumbsgallery img{
	cursor: zoom-in;
}

#folders .box {
vertical-align: top;
	display: inline-block; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 6px;
	word-break: break-word; /* was break-all */
	cursor: pointer;
	border-radius:  4px;
	border: 1px solid;
	border-color: rgba(255,255,255,1.0);
	color: #ffffff;
	background-color: rgba(49,84,110,1.0);
	max-width: 90%;  /* for mobile phones in portrait mode */
}

#folders .box img {
	border-color: rgba(255,255,255,1.0);
 	object-fit: cover;
	max-width: 90%;  /* for mobile phones in portrait mode */
}

#folders .box .folderDescription{
  font-size: 14px;
  font-weight: lighter;
}

#swipeMe {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:  6px;
	margin-left:  6px;
}

/* Header */
#themeImage {
	position: relative;
	overflow:hidden;
	clear:both;   /* for FF   */
	width: 100%;  /* for IE 6 */
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
}

#themeImage img {
	border-radius:  12px;
	padding:  0px;
	border: 2px solid;
	border-color: rgba(49,84,110,1.0);
	 -webkit-touch-callout: none;  /* Disable save image, inv css  */
	 -webkit-user-select: none;   /*  disable copy, inv css  */
	 user-select: none;
}




h1 {
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	color: #ffffff;
	font-family: 'Arima Madurai', sans-serif;
}
#title_in_image {
	font-size: 5.0vw;
	line-height: 5.0vw;
	position: absolute;
	margin: 0px;
	display:none;
	width: auto;
	text-align: right;
	color: #ffffff;
	text-shadow: 2px 2px 2px #333333;
}

#title_above_image {
	display:none;
}
#title_above_image {
	width: 100%;
}
        
#title_above_image h1 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

h2, h3 {
	font-weight: bold;
	width: 100%; 
	font-family: 'Arima Madurai', sans-serif;
}

 
#profileImage {
	margin-top: 10px;
	border-radius:  12px;
} 

#indexDiv audio {
	margin-top: 10px;
}

audio::-webkit-media-controls-panel {
	background-color:  rgba(49,84,109,0.39607844);
}

audio {
    width: 250px; /* 150: problem on iPad */
    height: 30px;
    opacity: 0.5;
    max-width: 90%;
}

audio:hover   { 
   opacity: 1;
}

.audioSlide {
  position: absolute;
  height: 100px;
  top: 50%;
  margin-top: -70px;
  width: 60%;
  left:20%;
}

#imageinfo {
	visibility: hidden;
}

#askfs {
	margin-top: 5px;
	text-align: right;
}

#google_translate_element a {
    padding-left:10px;
    padding-right:10px; 
}
#google_translate_element {
  margin: 10px;
}
/* See https://chat.openai.com/share/6473c453-400f-4391-8d26-87d8139a9114  */
.goog-te-gadget {
            display: block !important;
}
/*
.skiptranslate iframe {
    z-index: 0;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display:none;
*/

#footer {
	margin-top: 10px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
#footer #footer_left {
	float: left;
	width: 50%;
	text-align: left;
}

#footer #footer_right {
	float: right;
	width:50%;
	text-align: right;
}

#facebook  {
	position: absolute;
	top: 68px;
	left: 0px;
	width: 150px;
}

figure {
	display: none;
}

.panslidenavigation  {
	position: fixed;
	z-index: 999;
	display: none;
	background: rgba(49,84,109,0.39607844);
	padding: 10px;
	right: 0px;
}

#panorama {
	display:none;
	height: 100%;
	overflow:hidden;
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:10;
	white-space: nowrap;
}

#panorama img {
	height: 100%;
}

#Pan_container {
	width: 100%;
	height: 100%;
}

#mapDiv {
	display:none;
	height: 100%;
	width: 100%;
	overflow:hidden;
	position:absolute; 
	left:0px; 
	top:0px; 
	padding: 0px;
}
#map {
        height: 100%;
}
#mapnavigation {
		z-index: 999;
		position: absolute;
		top: 8px;
		right: 8px;
}

@media screen and (max-height: 480px) {
#mapnavigation a svg {
width: 32px;
height: 32px;
}
}

#links  img {
	cursor: pointer;
}

.buttonDiv { /* Only used for pano viewers  and template files */
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}

.creditlink {
	font-size: 10px;
}


#indexDiv #swipeMe .albumDescription {
	margin-bottom: 25px;
	width: 96%; 
	margin-right: auto;
	margin-left: auto;
	display:inline-block;
}
#indexDiv #swipeMe .commandButtons {
	height: 60px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#indexDiv #swipeMe .commandButtons img {
	max-height: 60px;
	vertical-align: middle;
	margin-right: 12px;
	margin-left: 12px;
}
#indexDiv #swipeMe .commandButtons button {
	margin-right: 12px;
	margin-left: 12px;
}


/* extra tooltip styles */

.tippy-tooltip.user-theme {
  background-color: rgba(255,255,255,1.0);
  border: 1px solid #000000;
  font-weight: bold;
  color: #000000;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.user-theme .tippy-arrow {
    border-right: 7px solid #000000;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.user-theme .tippy-arrow {
    border-left: 7px solid #000000;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.user-theme .tippy-arrow {
    border-top: 7px solid #000000;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.user-theme .tippy-arrow {
    border-bottom: 7px solid #000000;
}

/* copy skin colors */
.slicknav_menu { 
  font-size:18px;
   background-color: rgba(49,84,110,1.0);
 } 

 .slicknav_nav a {
    color: #ffffff;
	border: 1px solid #ffffff;
 } 
	
.slicknav_nav a:hover {
      background-color: rgba(153,153,153,1.0);
      color: #ffff00;
}	

/* To hide the hamburger button on large devices */
.slicknav_menu {
	display:none; 
}

@media screen and (max-width: 1190px) {
	#navigation {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
}



/* Styles for the templates */
/*
	styles.css - custom styles for the skin's Page templates
	Last change by André Wolff: 2023-04-14
	
*/

/************** Map page */

#map-page {
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 60px;
}
#map-page .map {
	background-color:#eee;
}

/************** About_album page */

#about_album-page {
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 60px;
}

#about_album-page .texts {
	overflow:hidden;
}
#about_album-page .texts p {
	line-height:1.5em;
}

/************** About page */

#about-page {
	margin:10px 10%;
}

/************** Music page */

#music-page {
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 60px;
}
#music-page  .texts {
	overflow:hidden;
}
#music-page  .texts p {
	line-height:1.5em;
}
/************** Contact page */

#contact-page .texts  .left {
	text-align: right;
	width: 49%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 1%;
}
#contact-page .texts  .right {
	text-align: left;
	width: 50%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contact-page .texts #address {
	font-weight: bold;	
}

.modalWindow {
    display: none; 
    position: fixed; /* Stay in place */
    overflow-y: auto;
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
	font-family: 'Quicksand', sans-serif;
	font-size:18px;
}

.modalWindow .roundbutton {
    z-index: 999;
    float: right;
    margin-left: 25px;
    margin-bottom: 15px; 
}

.modalWindow h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-shadow: none;
}

.modal-content {
    margin: 10% auto;
    border: 1px solid  #ffffff;
    position: relative;
    background-color: rgba(12,40,62,1.0);
    color: #ffffff;
    padding: 20px;
    width: 85%;
    display: block; /* to overrule display:flex which moves the buttons to the left */
}

#exifWindow .modal-content  {
    max-width: 420px; 
}
#exifContents {
    text-align: left;
    padding-top: 35px;
}

#settingsDiv .modal-content  {
    width: 90%;
    max-width: 620px; 
}

#settingsDiv #settings select {
    font-size: 24px; /* For the combo-boxes */
    height: 40px; 
    margin-top: 20px;
    margin-bottom: 20px;
}

#shareWindow  .modal-content  {
    max-width: 360px;
}

.shareImage img {
    border: 4px solid #ffffff;
}

/*  New Photoswipe 5 code */

/* Photswipe background */

 /* .pswp__scroll-wrap {   */
 .pswp__bg {
 /*  background-color: ; */
  	background-color: rgba(12,40,62,1.0);


}


.pswp { 
  --pswp-icon-color: #ffffff;
  --pswp-icon-color-secondary: black;
}
.pswp__icn-shadow { display: none }   

/* Kan er weer in als we een spediale button kleur hebben toegevoegd in de UI 
.pswp__top-bar {
   background: rgba(49,84,109,0.39607844);   
}
*/

.pswp__button {         
  background: rgba(49,84,109,0.39607844);
  opacity: 1; 
}

.pswp__button--arrow {
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
}

.pswp__button--arrow .pswp__icn {
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
  }
.pswp__Mycounter {
    color: #ffffff; /* werkt ook als we bovenstaande  .pswp{ --pswp-icon-color: #ffffff; weghalen. */
    background: rgba(49,84,109,0.39607844);
    opacity:1;
    font-size:18px;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto; /* align left */
    text-align: center;
    white-space: nowrap; /* voorkomt tekstafbreking */
}

/* caption */
.pswp__dynamic-caption {
  color: #ffffff;
  background: rgba(49,84,110,1.0);
  opacity: 1;   
}
.pswp__dynamic-caption--aside {
  max-width: 20%;
  padding: 5px 14px;
  margin-top: 0px;
  max-height: 90vh;
  overflow-y: auto;
   text-align: center;
}
.pswp__dynamic-caption--below {
  padding: 5px 14px;
  max-height: 50vh;
  overflow-y: auto;
  max-width: 100%;
   text-align: center;
}
.pswp__dynamic-caption--mobile {
  padding: 10px 14px;  /* 10px to display above iPhone lower handle */
  max-height: 20vh;
  overflow-y: auto;
  max-width: 100%;
   text-align: center;
}

.pswp__zoom-wrap > audio {
    position: relative;
    top: 50%;
    margin-top: -30px;
    height: 60px;
}

.pswp__img {
 	cursor: pointer;   /* because option imageClickAction: 'toggle-controls', is used  */
}

.pswp .pswp__button {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.pswp--buttons-visible .pswp__button {
  opacity: 1;
}


video.videocontrol {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  max-width: 100%;
}

iframe.webvideo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}

iframe.webloc {
	position: relative;
	margin-top: 60px;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 100%;
  }

  iframe.pdf-file {
	position: relative;
	margin-top: 60px;
	height: 100%;
	width: 100%;
  }
   /* Styling for Small-Screen Devices */
@media screen and (max-width: 480px) {
	

  .pswp__button {
     top: -14px;
     width: 28px; 
     height: 34px;
  }

  .pswp__button svg {
    width: 20px;
    height: 20px;
}
.pswp__preloader {
   display: none;
}

  .pswp__button--arrow {
    height: 32px;
    width: 60px;
    top: 50%;
    margin-top: -30px;
}

.pswp__Mycounter {
    font-size:10px;
    height: 20px;
    line-height: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

  .HorNav a, .HorNav b, .HorNav a:visited {
     padding-right: 1px;  /* 3px*/
     padding-left: 1px;
  }

  .HorNav{
     line-height: 24px; /* 26 */
  }

}

/*
iframe.webloc {
    overflow: hidden;
    margin-top: 64px;
    height: calc(92% - 64px); 
    width: 92%;
}
*/



