/* -------------------------------------------
Author: Wilhelm Meister
This css is hand-made with NO use of templates.
--------------------------------------------*/
/* -------------------------------------------
RESET
--------------------------------------------*/

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    line-height: 1.2em;
}


/* -------------------------------------------
FORMAT
--------------------------------------------*/

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
padding-top: 0px;
padding-bottom: 0px;
font-family: Calibri, sans-serif;
font-size: 16px;
color: white;
background-color: rgb(42, 42, 42);
}

a {
text-decoration: none;
transition: 0.3s ease;
}

li {
  list-style: none;
}

.textlink {
  color: black;
  text-decoration: underline;
}
.textlink:link {
  color: black;
  text-decoration: underline;
}
.textlink:visited {
  color: black;
  text-decoration: underline;
}
.textlink:hover {
  color: black;
  text-decoration: underline;
}

.imglink {font-family: Calibri, sans-sans-serif; font-size: 18px; font-weight: normal; color: black; text-decoration: none;}
.imglink:hover {text-decoration: none; color: black;}

/* -------------------------------------------
HEADER
--------------------------------------------*/

.header {
width: 100%;
height: 65px;
box-shadow: none;
position: fixed;
overflow: clip;
text-align: center;
top: 0;
z-index: 50;
  background-color: none;
  background: transparent;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}

@media only screen and (max-width: 768px) {
.header {
  height: 55px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  }}
@media only screen and (max-device-height: 640px) and (orientation: landscape) {
  .header {
  height: 55px;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  }}

.headertitle {
  font-family: Georgia, serif;
font-size: 30px;
padding-top: 13px;
padding-left: 16px;
padding-right: 16px;
color: black;
}
@media only screen and (max-width: 768px) {
.headertitle {
font-size: 24px;
padding-top: 12px;
padding-left: 16px;
padding-right: 16px;
  }}
@media only screen and (max-device-height: 640px) and (orientation: landscape) {
  .headertitle {
    font-size: 24px;
    padding-top: 12px;
padding-left: 16px;
padding-right: 16px;
}}
.headertitlelink {
color: black;
text-decoration: none;
transition: none;
}
  .headertitlelink:hover {
color: black;
}

.headertopiclink {
color: black;
  font-weight: 600;
text-decoration: none;
transition: none;
}
.headertopiclink:hover {
color: black;
}

#pagetop {color: rgba(255, 255, 255, 0); text-decoration: none;}

.pagetopbtnhover {display: none;}

.pagetopbtn {
  position: fixed;
  z-index: 199;
  top: 12px;
  right: 16px;
  width: 20px;
  height: 16px;
}
@media only screen and (max-device-height: 640px) and (orientation: landscape) {
  .pagetopbtn {
  width: 20px;
  height: 16px;
  top: 12px;
  }}
@media only screen and (min-width: 769px) {
  .pagetopbtn {
  width: 25px;
  height: 20px;
  }}
@media (hover: hover) {
  .pagetopbtn:hover {
	opacity: 1;
  	transition: 0.3s ease;
  }}


/* -------------------------------------------
ARTICLE
--------------------------------------------*/

.article {
padding-top: 7em;
padding-left: 4.5em;
padding-right: 4.5em;
padding-bottom: 8em;
font-family: Calibri, sans-serif;
color: white;
background-color: rgb(255, 252, 248);
font-size: 18px;
}

@media only screen and (max-width: 768px) {
.article {
  padding-top: 7em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 8em;
  font-size: 16px;
  }}

.sectionwide {
  max-width: 1100px;
  margin: 0 auto 0;
  padding-bottom: 4em;
} 
.sectionnarrow {
  max-width: 700px;
  margin: 0 auto 0;
  padding-bottom: 6em;
}

.h2 {
font-family: Calibri, sans-serif;
color: black;
font-size: 26px;
font-weight: 600;
padding-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .h2 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 1.5em;
  }}

.h3 {
font-family: Calibri, sans-serif;
color: black;
font-size: 21px;
font-weight: 600;
padding-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .h3 {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 1.5em;
  }}

.h4 {
font-family: Calibri, sans-serif;
color: black;
font-size: 18px;
font-weight: 600;
padding-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 1em;
  }}

h5 {
font-family: Calibri, sans-serif;
color: black;
font-size: 18px;
font-weight: 600;
padding-bottom: 0.25em;
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0.25em;
  }}

.textcenter {
text-align: center;
}


/* -------------------------------------------
PHOTOGRAPHS OVERVIEW
--------------------------------------------*/

.buttonbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.blackbutton {
  list-style: none;
  background: rgba(42, 42, 42, 1);
  color: white;
  padding: 0.5em;
  margin: 0.75em;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 3px;
}
.buttonlink {
  color: white;
  text-decoration: none;
}

.itemsworks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  gap: 2em;
}

.itembox, .itemboxoverview  {
  width: calc(33.333% - 1.5em);
  line-height: 1em;
}
.itembox {/*margin-bottom: 5.5em;*/ margin-bottom: 2em; position: relative;}
@media only screen and (min-width: 769px) {
  .itemboxoverview {margin-bottom: 0em;}}

@media only screen and (min-width: 1921px) {
.itembox, .itemboxoverview {
    width: calc(25% - 2em);
}}
@media only screen and (min-width: 1025px) and (max-width: 1920px) {
.itembox, .itemboxoverview {
    width: calc(33.333% - 1.5em);
}}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
.itembox, .itemboxoverview {
    width: calc(50% - 1em);
}}
@media only screen and (max-width:640px) {
.itembox, .itemboxoverview {
    width: 100%;
}}

.itembox, .itemboxoverview, .imglink, .imgworksoverview, .textinfo {
  display: block;
}

.imglink {
  margin-bottom: 0px;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: rgb(192, 192, 192);
  font-weight: 500;
  transition: none;
}
@media (hover: hover) {
.imglink:hover {
  text-decoration: none;
}}

.imgworksoverview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: rgba(15, 15, 15, 0.5);
  transform: translate(-50%,-50%);
  transition: 0.3s;
}
@media (hover: hover) {
.imgworksoverview:hover {
  width: 102%;
  height: 102%;
}}

.textoverlay {
  position: absolute;
  top: calc(50% - 0.75em);
  left: calc(50% - 2.75em);
  font-size: 26px;
  font-family: Calibri, sans-sans-serif;
  color: white;
}
@media only screen and (max-width: 768px) {.textoverlay {font-size: 24px;}}

.texttitle {
  font-size: 16px; 
  font-family: Calibri, sans-sans-serif; 
  font-weight: 300; 
  padding-bottom: 0.75em; 
  text-align: center; color: black;}
.textinfo {
  font-size: 14px; 
  font-family: Calibri, sans-sans-serif; 
  font-weight: 200; 
  text-align: center; color: black;}
@media only screen and (max-width: 768px) {
  .texttitle {font-size: 15px;} .textinfo {font-size: 13px;}
}

.infolink {
  transition: none;
  text-decoration: none;
  font-family: Calibri, sans-sans-serif;
  color: black;
}


/* -------------------------------------------
PHOTOGRAPHS PAGES
--------------------------------------------*/

.articlewv {
 	padding-top: 5em;
	padding-left: 4.5em;
	padding-right: 4.5em;
    padding-bottom: 6em;
	font-family: Calibri, sans-serif;
	color: black;
	background-color: rgb(255, 252, 248);
	font-size: 18px;
}
@media only screen and (max-width: 768px) {
.articlewv {
  padding-top: 5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 6em;
}}
@media only screen and (max-width: 640px) {
  .articlewv {font-size: 16px;}}

.imgworkswv {
  width: 100%;
}
.imgworkswv, .imgworkswv-width075, .imgworkswv-width056 {
  display: block;
  font-size: 17px;
  margin-bottom: 1em;
  background-color: rgba(15, 15, 15, 0.5);
  }
@media only screen and (max-width: 940px) {
  .imgworkswv {font-size: 15px;}
}
.imgworkswv-width075 {display: block; width: 75%; position: relative; left: 12.5%;} /* for portrait */
.imgworkswv-width056 {display: block; width: 56.2%; position: relative; left: 21.9%;} /* for portrait */

video {
  background-color: transparent !important; 
  margin: 0; 
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
}

.wvtitle {
  font-size: 19px;
  font-family: Calibri, sans-sans-serif;
  font-weight: 400;
  padding-bottom: 4em;
  text-align: left;
}
@media only screen and (max-width: 940px) {
  .wvtitle {
    font-size: 17px;
}}

.wvdate, .wvloc, .wvnumber {
  display: none; /*DISPLAY NONE*/
  font-size: 17px;
  font-family: Calibri, sans-sans-serif;
  font-weight: 200;  
  padding-bottom: 0.25em;
  text-align: center;
}
@media only screen and (max-width: 940px) {
  .wvdate, .wvloc, .wvnumber {
    font-size: 15px; 
    font-family: Calibri, sans-sans-serif;
  }}
.wvloc {padding-bottom: 1em;}

.prevnextbtnwrapper {
  justify-content: space-between;  
  padding-bottom: 4em;
  background-color: rgb(255, 252, 248);
}
.wvprevbtn, .wvnextbtn {
  font-size: 18px;
  font-weight: normal;
  font-family: Calibri, sans-serif; 
  color: white;
  text-decoration: none;
  background: rgba(15, 15, 15, 0.5);
  padding: 0.5em;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 3px;   
}
@media only screen and (max-width: 640px) {
  .wvprevbtn, .wvnextbtn {
    font-size: 16px;
    font-weight: normal;
    font-family: Calibri, sans-serif;
    color: white;
    text-decoration: none;
  }}
@media only screen and and (min-width: 641px) and (max-width: 940px) {
  .wvprevbtn, .wvnextbtn {
    font-size: 18px;
    font-weight: normal;
    font-family: Calibri, sans-serif;
    color: white;
    text-decoration: none;
  }}  
@media only screen and (min-width: 941px) {
  .wvprevbtn, .wvnextbtn {
    font-size: 20px;
    font-weight: normal;
    font-family: Calibri, sans-serif;
    color: white;
    text-decoration: none;  
  }}
.wvprevbtn {position: absolute; left: 1em;}
.wvnextbtn {position: absolute; right: 1em;}
@media only screen and (min-width: 769px) {
.wvprevbtn {left: 1.5em;}
.wvnextbtn {right: 1.5em;}
}
.wvprevbtn:hover, .wvnextbtn:hover {
  text-decoration: none; 
  color: white;
  background-color: rgba(15, 15, 15, 0.9);
}


/* -------------------------------------------
FOOTER
--------------------------------------------*/

.footer {
bottom: 0;
padding-top: 2em;
padding-bottom: 5.25em;
height: calc(86px + 10px);
min-width: 100%;
max-width: 100%;
font-family: Calibri, sans-serif;
color: white;
background-color: rgb(42, 42, 42);
font-size: 18px;
line-height: 1.4em;
}
@media only screen and (max-width: 768px) {
  .footer {
    height: 86px;
    font-size: 16px;
}}
@media only screen and (max-height: 680px) and (orientation: landscape) { .footer { height: 86px; }}

.ulfooter {}

.lifooter {
padding: 0.75em;
text-align: center;
font-size: 18px;
line-height: 1.4em;
}
@media only screen and (max-width: 768px) {
  .lifooter {
    font-size: 16px;
}}

.footerlink {
color: white;
text-decoration: none;
}
.footerlink:hover {
color: white;
  text-decoration: none;
}


/* -------------------------------------------
PAGETOP BUTTON + CONTACT BUTTON
--------------------------------------------*/

.pagetopandcontactbtn {
  position: fixed;
  z-index: 199;
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
}

.contactbtn {
  position: fixed;
  bottom: 1rem;
  right: 1.5rem;
  width: 50px;
  opacity: 1;
  z-index: 199;
  cursor: pointer;
  transition: 0.3s ease;  
  }
@media only screen and (max-device-height: 640px) and (orientation: landscape) {
  .contactbtn {
      bottom: 0.5rem;
      width: 40px;    
  }}
@media only screen and (max-width: 768px) {
  .contactbtn {
      width: 40px;
  }}
@media (hover: hover) {
  .contactbtn:hover {
	opacity: 0;
  }}

.contactbtnhover {
  position: fixed;
  bottom: 1rem;
  right: 1.5rem;
  width: 50px;
  opacity: 0;
  z-index: 199;
  cursor: pointer;
  transition: 0.3s ease;  
  }
@media only screen and (max-device-height: 640px) and (orientation: landscape) {
  .contactbtnhover {
      bottom: 0.5rem;
      width: 40px;    
  }}
@media only screen and (max-width: 768px) {
  .contactbtnhover {
      width: 40px;
  }}
@media (hover: hover) {
  .contactbtnhover:hover {
	opacity: 1;
  }}


/* -------------------------------------------
NAV/MENU BUTTON IMAGES
--------------------------------------------*/

.navopenhover {
    width: 50px;
    height: 50px;
 	position: fixed;
    bottom: 1rem;
  	left: calc(50% - 25px);
  	cursor: pointer;
  	transition: 0.3s;
  	z-index: 300;
  	opacity: 0;
}

@media (hover: hover) {
.navopenhover:hover {
opacity: 0.9;
}
.navopenpart1:hover {
    opacity: 0;
}}

.navopenpart1 {
    width: 50px;
    height: 50px;
   	position: fixed;
    bottom: 1rem;
  	left: calc(50% - 25px);
  	z-index: 290;
    opacity: 0.5;
}

.navopenpart2 {
    width: 50px;
    height: 50px;
   	position: fixed;
    bottom: 1rem;
  	left: calc(50% - 25px);
  	z-index: 292;
  	opacity: 1;
}

.navclosepart2 {
    width: 50px;
    height: 50px;
 	position: fixed;
    bottom: 1rem;
  	left: calc(50% - 25px);
  	cursor: pointer;
  	z-index: 300;
  	opacity: 0.9;
}

@media only screen and (max-width: 768px) {
.navclosepart2 {
  opacity: 0;
  }}

.navclosepart1 {
    width: 50px;
    height: 50px;
   	position: fixed;
    bottom: 1rem;
  	left: calc(50% - 25px);
  	z-index: 299;
  	opacity: 1;
}

@media only screen and (min-width: 769px) {
  .navopenhover, .navopenpart1, .navopenpart2, .navclosepart1, .navclosepart2 {
    bottom: 1rem;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
  }}
@media only screen and (min-width: 769px) {
  .navopenpart1 {opacity: 0.5;}}

@media only screen and (max-device-height: 640px) and (orientation: landscape) {
  .navopenhover, .navopenpart1, .navopenpart2, .navclosepart1, .navclosepart2 {
      bottom: 0.5rem;
    left: calc(50% - 25px);    
      width: 50px;
      height: 50px;
  }}


/* -------------------------------------------
NAV/MENU
--------------------------------------------*/

#menuicon {}

#openmenuicon {
z-index: 295;
}

#closemenuicon {
display: none;
z-index: 305;
}

@media only screen and (min-width: 769px) {
  #sidebar {
  display: none;
  position: fixed;
  width: 345px;
  height: 100%;
  right: 0px;
  padding-top: 0px;
  background-color: rgba(15, 15, 15, 0.9);
  overflow: auto;
  z-index: 200;
    animation-name: sidebarmoveleft;
    animation-duration: 0.3s;
}}
  
@media only screen and (max-width: 768px) {
#sidebar {
  display: none;
  position: fixed; 
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0;
  background-color: rgba(15, 15, 15, 0.9);
  overflow: auto;
  z-index: 200;
    animation-name: sidebarmoveup;
  animation-duration: 0.3s;
}}

@keyframes sidebarmoveleft {
  from {left: 100%}
  to {left: calc(100% - 346px)}
  }

@keyframes sidebarmoveup {
  from {top: 100%}
  to {top: calc(100% - 100%)}
}

.navitems {
  text-align: center;  
  margin: 0;
  padding-top: 1.2em;
  padding-bottom: 0;
  font-size: 24px;
  }
@media only screen and (max-width: 768px) {
  .navitems {
  position: absolute;
  top: calc(50% - 7.6em);
  left: calc(50% - 3.4em);
}}

.linav {
  	list-style: none;
	font-family: Calibri, sans-serif;
	color: white;
	font-size: 24px;
  	padding: 1.2em;
  	text-align: center;
  	letter-spacing: 1px;
  }
@media only screen and (max-width: 768px) {
  .linav, .navitems {
    font-size: 20px;
}}
@media only screen and (max-device-height: 640px) and (orientation: landscape) {
  .linav, .navitems {
    font-size: 20px;
}}

.navlink {
 	color: white;
	text-decoration: none;
	transition: 0.3s ease;
  }

@media (hover: hover) {
  .navlink:hover {
    animation-name: navlinkhover;
    animation-duration: 0.3s;
  -webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: white;
  	transition: 0.3s ease;
  }}

@keyframes navlinkhover {
  from {opacity: 0.8}
  to {opacity: 1}
  }


/* -------------------------------------------
END OF STYLESHEET
--------------------------------------------*/