﻿@charset "utf-8";
@media print {.noprint { display:none; visibility:hidden; }}
.sr-only {position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;}
.layer-modal iframe {width: 1px; min-width: 100%;}

.clear {clear:both;}
.hide {display:none;}
.sharpen {filter: url(#sharpen);}
/*body-classes*/
.no-page-padding #page {--wp--style--root--padding-top:0;--wp--style--root--padding-bottom:0}
.no-padding-top, main > .entry-content > :first-child[class*='wp-block-cover'], main > .entry-content > :first-child[class*='wp-block-media-text'] {margin-block-start:calc(-1*var(--wp--style--root--padding-top)) !important}
.no-padding-bottom {margin-bottom:calc(-1*var(--wp--style--root--padding-bottom)) !important}

@media(min-width:361px){.cb-up-360{display: block;} .show-360{display: none !important}}
@media(min-width:481px){.cb-up-480{display: block;} .show-480{display: none !important}}
@media(min-width:601px){.cb-up-600{display: block;} .show-600{display: none !important}}
@media(min-width:769px){.cb-up-768{display: block;} .show-768{display: none !important} body .show-768+* {margin-block-start: 0;}}
@media(min-width:961px){.cb-up-960{display: block;} .show-960{display: none !important}}
@media(min-width:1025px){.cb-up-1024{display: block;} .show-1024{display: none !important}}
@media(max-width:360px){.cb-down-360{display: block;} .hide-360{display: none !important}}
@media(max-width:480px){.cb-down-480{display: block;} .hide-480{display: none !important}}
@media(max-width:600px){.cb-down-600{display: block;} .hide-600{display: none !important}}
@media(max-width:768px){.cb-down-768{display: block;} .hide-768{display: none !important}}
@media(max-width:960px){.cb-down-960{display: block;} .hide-960{display: none !important}}
@media(max-width:1024px){.cb-down-1024{display: block;} .hide-1024{display: none !important}}

.sticky-top{
	position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
.sticky-bottom{
	position: -webkit-sticky;
  position: sticky;
  top: 0;
}

#scrolltop{
	display:block;
	position:fixed;
	bottom:-60px;
	right:20px;
	z-index: 1000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.closeButton {
	position:absolute;
	background-color: transparent;
	-webkit-appearance:none;
	display:block;
	cursor:pointer;
	top:1rem;
	right:1rem;
	z-index:30;
	border: none;
}

/*_________________________________________________________________gallery*/


.button_l {
	position:absolute;
	display:block;
	margin: 0;
	padding: 0;
	cursor:pointer;
	top:0;
	left:0;
	height:100%;
	width:60px;
	z-index:50;
	background-color: transparent;
	border: none;
}
.button_r {
	position:absolute;
	display:block;
	margin: 0;
	padding: 0;
	cursor:pointer;
	top:0;
	right:0;
	height:100%;
	width:60px;
	z-index:51;
	background-color: transparent;
	border: none;
}

/* viewport-heights */


.viewport-height-100{--min-height:100vh;}
.viewport-height-75{--min-height:75vh;}
.viewport-height-66{--min-height:66vh;}
.viewport-height-50{--min-height:50vh;}
.viewport-height-33{--min-height:33vh;}
.viewport-height-25{--min-height:25vh;}
.viewport-height-special{--min-height:calc(100vh - 7em);}

[class*="viewport-height-"] {
	position: relative;
	min-height:var(--min-height,100vh);
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;*/
}

[class*="viewport-height-"] :where(.dynamicgalleryContent,.galleryItem, .wp-block-cover, .wp-block-media-text) {
	min-height:var(--min-height,100vh);
}


[class*="viewport-height-"].bottom, .flexcenter.bottom{-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
[class*="viewport-height-"].top, .flexcenter.top{-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.menuhead .content>.viewport-height-100:first-child, .content>.viewport-height-100:first-child .viewport-height-100{--min-height:calc(100vh - var(--header-height));}
.viewport-height-100 .pagewidth{ height: 100%;}
[class*="viewport-height-"] .gallery, [class*="viewport-height-"] .slideSet, [class*="viewport-height-"] .slideCont, [class*="viewport-height-"] .galleryImg, [class*="viewport-height-"] .galleryImg>.didblock, [class*="viewport-height-"] .galleryImg>picture { min-height: var(--min-height)}
[class*="viewport-height-"] picture{ display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}

[class*="viewport-height-"] .mainwidth, [class*="viewport-height-"] .group{width:100%;z-index: auto;}

.viewport-max-height-100{--max-height: 100vh;}
.viewport-max-height-75{--max-height:75vh;}
.viewport-max-height-66{--max-height:66vh;}
.viewport-max-height-50{--max-height:50vh;}
.viewport-max-height-33{--max-height:33vh;}
.viewport-max-height-25{--max-height:25vh;}
.viewport-max-height-special{--max-height:calc(100vh - 7em);}


[class*="viewport-max-height"]{ max-height: var(--max-height); position: relative; overflow: hidden;}
.menuhead .content>.viewport-max-height-100:first-child, .content>.viewport-max-height-100:first-child .viewport-height-100{--max-height:calc(100vh - var(--header-height)); }
[class*="viewport-max-height"] .pagewidth{ height: 100%;}
[class*="viewport-max-height"] .gallery, [class*="viewport-max-height"] .slideSet, [class*="viewport-max-height"] .slideCont, [class*="viewport-max-height"] .galleryImg, [class*="viewport-max-height"] .galleryImg>.didblock, [class*="viewport-max-height"] picture { height: 100%; max-height: var(--max-height)}
[class*="viewport-max-height"] picture{ display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
[class*="viewport-max-height"][class*="viewport-height-"] .galleryImg>picture>img{height: var(--min-height); width:100%; object-fit: cover;}




.toggleCheckbox {
    position: relative;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #666;
    background-color: var(--wp--preset--color--background-light);
    color: var(--wp--preset--color--textcolor);
    accent-color: var(--wp--preset--color--secondary);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.toggleCheckbox[type="radio"]{border-radius: 50%}
.toggleCheckbox[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 9px;
    top: -1px;
    width: 6px;
    height: 20px;
    border-right: 4px solid var(--wp--preset--color--background);
    border-bottom: 4px solid var(--wp--preset--color--background);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggleCheckbox[type="radio"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 19px;
    height: 19px;
    background-color:var(--wp--preset--color--background);
    border-radius: 50%;
}
.toggleCheckbox[type="checkbox"]:checked, .toggleCheckbox[type="radio"]:checked {
    background-color: var(--wp--preset--color--secondary);
}

.toggleCheckbox + * {display: none;}
.toggleCheckbox:checked + * {display: block;}

/* Custom elements */

main .wp-element-input, main .wp-element-select {
	position: relative;
  border-radius: 0;
  border-width: 0;
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--textcolor);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  /*border-bottom: 4px solid var(--wp--preset--color--secondary);*/
  min-height: 3em;
}
main .wp-element-input:hover, main .wp-element-select:hover, main .wp-element-input:focus, main .wp-element-select:focus {
  background-color: var(--wp--preset--color--background-light);
}
main .wp-element-button[type="submit"] {min-height: 3em}
/*.wp-element-select::after{
	content: '▼';
	position: absolute;
	right: 0.5em;
}
.wp-element-select:focus::after{
	content: '▲';
}*/

button[disabled] {opacity: 0.5; cursor: not-allowed;}

.page-numbers {
    background-color: var(--wp--preset--color--secondary);
    border-radius: 0;
    border-width: 0;
    color: var(--wp--preset--color--primary);
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}
.page-numbers.current {background-color: var(--wp--preset--color--tertiary);}
.page-numbers:not(.current):not(.dots):hover{background-color: var(--wp--preset--color--primary); color: var(--wp--preset--color--white);}

/* WP Blocks */
.wp-block-cover.zoom{overflow: hidden;}






