﻿@charset "utf-8";
@media print {.noprint { display:none; visibility:hidden; }}
.sr-only {position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;}
:focus-visible {
  outline: var(--wp--custom--focus--style);
  outline-offset: var(--wp--custom--focus--offset);
}
.layer-modal iframe {/*width: 1px; min-width: 100%;*/}

.clear {clear:both;}
.hide {display:none;}
.sharpen {filter: url(#sharpen);}
/*body-classes*/
.no-page-padding {--wp--style--root--padding-top:0;--wp--style--root--padding-bottom:0}
.no-page-padding-top {--wp--style--root--padding-top:0;}
.no-page-padding-bottom {--wp--style--root--padding-bottom:0}
.no-padding-top, main > .entry-content > :first-child:is([class*='wp-block-cover'],[class*='wp-block-media-text'],[class*='badge']) {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}

.position-relative {position: relative;}

@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:781px){.cb-down-781{display: block;} .hide-781{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}}


@media(max-height:768px){.hide-v-768{display: none !important}}
@media(max-height:600px){.hide-v-600{display: none !important}}

.sticky-top{
	position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.sticky-bottom{
	position: -webkit-sticky;
  position: sticky;
  top: 0;
}


/* 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-y: clip;}
.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--tertiary-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: 2em;
  border-width: 0;
  background-color: var(--root--preset--color--tertiary);
  color: var(--root--preset--color--textcolor);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.5667em + 2px) calc(1.333em + 2px);
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: inset 0 0.25em 0.5em -0.25em rgba(0, 0, 0, 0.5);
  transition:all 0.5s ease;
  /*border-bottom: 4px solid var(--wp--preset--color--secondary);*/
}
main .wp-element-input:hover, main .wp-element-select:hover, main .wp-element-input:focus, main .wp-element-select:focus {
  background-color: var(--root--preset--color--tertiary);
  box-shadow: inset 0 -0.25em 0.75em -0.5em rgba(0, 0, 0, 0.5);
}
/*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;}

/* WP Blocks */
.wp-block-cover.zoom{overflow: hidden;}


.wp-block-button__link.wp-element-button svg {
    margin-left: -0.65em;
    margin-right: 0.5em;
}