body {
  font-family: "PT Serif", serif;
  font-size: 14px;
}
.container{
  margin: 0 auto;
  text-align: center;
  align-items: center;
  align-content: center;
}
.scroller_anchor{
  height:0px; margin:0; padding:0;
}
.container .gallery{
  margin: auto;
  display: grid;
  gap: 10px;
  user-select: none;
  grid-template-columns: repeat(auto-fit, 165px);
  grid-auto-rows: 200px;
  grid-auto-flow:dense;
  align-items: center;
  justify-content: center;
  max-height: calc(100vh - 300px);
  min-height: 215px;
  overflow-y:scroll;
  overflow-x: hidden;
  padding-top: 10px;
}
.container .gallery a img {
  max-height: 150px;
  max-width: 150px;
  border-radius: 6px;
  
}
.container .gallery img {
  max-height: 150px;
  max-width: 150px;
  border-radius: 6px;
  
}
.container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 103px;
  right:8px;
  height: 48px;
  width: 48px;
  pointer-events: none;
  border-radius: 12px;
  opacity: 90%;
  
}
.container input[type=checkbox]:checked ~ .checkmark {
  background-image: url('/img/check-mark-8-64.png');
  background-position: center;
  background-size: cover;
  box-shadow: 3px 3px 2px rgba(0,0,0,0.50);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
  
}
.gallery .gallerycell {
  padding:5px 0px 5px 0px;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  text-align: center;
  margin: auto;
  background-color: rgba(0, 85, 16, 0.795);
  border-radius: 9px;
  max-width: 160px;
  max-height: max-content;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  box-shadow: 4px 4px 2px rgba(0,0,0,0.50);
}

.gallerycell.selectedcell{
  margin: 1px;
  box-shadow: 4px 4px 12px rgb(43, 112, 10);
  -webkit-box-shadow: 0px 0px 12px rgb(43, 112, 10);
}
.container .gallery .imagetitle {
  width: 150px;
  margin: auto;
  text-align: center;
  font-size: 1em;
  background-color: white;
  border-radius: 6px;
  margin: 0px 5px 0px 5px;
  overflow: inherit;
  white-space: inherit;
  text-overflow: inherit;
  box-sizing: border-box;
  padding: 5px;
}
@media only screen and (min-width: 801px) {
  .container .gallery .gallerycell:hover:not(.selectedcell) {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
    box-shadow: 6px 6px 4px rgba(0,0,0,0.40);
    border-radius: 8px;
    display: float;
    white-space: pre-wrap;
    max-height: max-content;
  }
  .container .gallery .gallerycell:hover .imagetitle {
    max-height: 80px;
    text-overflow: initial;
  }
  .container .gallery .gallerycell:active {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    border: 1px solid rgba(0, 85, 16, 0.795);
  }
}
.ytlogo {
  height: 1.5em;
}
.youtubeiframe {
  width: 560px;
  height: 315px;
  border-radius: 9px;
  border:0px;
  margin-left: 20px;
  margin-right: 20px;
  background: url("/img/yt_playlist_thumb.jpg");
  display: inline-flex;
  background-size: cover;
}
.youtubeplaybutton{
  width: 64px;
  height: 45px;
  position: relative;
  margin:auto;
}
@media only screen and (max-width: 1024px) {
  .youtubeiframe {
    max-width: 360px;
    min-width: 265px;
    max-height: 351px;
    min-height: 149px;
    width: auto;
    height: auto;
    border-radius: 9px;
    border: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.youtuberow {
  width: auto;
  height: 50px;
  padding: 10px;
  padding-top: 15px;
  margin: 0 auto;
  display: flex;
}
.youtubelinkimg {
  display: inline-block;
  width: 223px;
  height: 50px;
  margin: auto;
  margin-left: 0px;
}
.youtubelinktext {
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  margin: auto;
}
.youtubelinktext a:link {
  color: #008a0b;
  text-decoration: none;
}
.youtubelinktext a:visited {
  color: #008a0b;
  text-decoration: underline;
}
.youtubelinktext a:hover {
  color: #004206;
}
body {
  background-image:url(/img/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
}
@media only screen and (max-width: 1024px) {
  body {
    background-image:url(/img/background_mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.notfound {
  display: none;
}

.infodialog {
  display: none;
}
.infodialogcopyright{
  font-size: 0.65em;
  position:absolute;
  bottom: 5px;
  right: 5px;
  margin: auto;
}
.shut-up {
  float: left;
  display: block;
  margin-top: 1em;
  font-size: 1em;
} 
/* .logos {
  padding: 0px;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 20px;
  border-radius: 16px;
  background-color: rgba(225,225,225,0.8);
  border-width: 8px;
  box-shadow: 5px 5px 3px rgba(0,0,0,0.4);
  padding-bottom: 20px;
  min-width: 230px;
  min-height: 190px;
}
.logostitle {
	font-size: 2.5em;
	font-weight: bold;
	margin: auto;
  margin-bottom: 20px;
  background: linear-gradient(to bottom, #257531 5%, #103816 100%);
	color: rgb(255,255,255);
	padding-bottom:3px;
	border-radius: 16px 16px 6px 6px;
}
.logosicon {
	display: table-cell;
	margin: auto;
	padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .logostitle{
    font-size: x-large;
  }
}*/
.title {
  font-size: 2.5em;
  font-weight: 800;
  background: linear-gradient(to bottom, #257531 5%, #103816 100%);
  padding-bottom: 3px;
  border-radius: 16px 16px 6px 6px;
  color: #ffffff;
  text-shadow: 3px 3px 3px #000000;
}
div.thumbcell {
  text-align: center;
  width: auto;
  height: auto;
  vertical-align: bottom;
  
}
.videos {
  padding: 0px;
  margin: 0 auto;
  border-radius: 16px;
  background-color: rgba(255,255,255,0.80);
  display:inline-table;
  padding-bottom: 15px;
  box-shadow: 5px 5px 3px rgba(0,0,0,0.4);
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* .videostitle {
  font-size: xx-large;
  font-weight: bolder;
  background: linear-gradient(to bottom, #257531 5%, #103816 100%);
  margin: auto;
  color: #FFF;
  padding-bottom: 3px;
  border-radius: 16px 16px 6px 6px;
} */
/* @media only screen and (max-width: 1024px) {
  .videostitle {
    font-size: x-large;
  }
} */
.toprow {
  display: inline-flex;
  align-items: baseline;
}
.catalogs {
  border-radius: 16px;
  background-color: rgba(225,225,225,0.80);
  box-shadow: 5px 5px 3px rgba(0,0,0,0.4);
  
  padding-bottom: 10px;
  margin-top: 60px;
  margin-bottom: 10px;
  width: auto;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
/* @media only screen and (min-width:2190px){
  .catalogs {
    margin-right: 10px;
  }
} */
/* .catalogstitle {
  font-size: xx-large;
  font-weight: bold;
  background: linear-gradient(to bottom, #257531 5%, #103816 100%);
  margin: auto;
  color: rgb(255,255,255);
  padding-bottom:3px;
  border-radius: 16px 16px 6px 6px;
} */
.catalogslist {
  margin: auto;
  display: inline-flex;
  height:fit-content;
  width: fit-content;
}
.catalogcell {
  margin: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width: fit-content;
  height: fit-content;
  border-radius: 12px;
  background-color: #1e5f28;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 40%);
}
.catalogcell:nth-of-type(1) {
  margin-left: 10px;
}
.catalogcell:nth-last-of-type(1) {
  margin-right: 10px;
}
.catalogicon a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.catalogicon {
  display: table-cell;
  margin: auto;
  padding: 5px;
}
.catalogicon img {
  border-radius: 9px;
}
.catalogtitle {
  font-weight: 600;
  font-size: 1.25em;
  color:#000000;
  text-decoration: none;
  display: inline-block;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 9px;
  width: stretch;
  width: -webkit-fill-available;
}
/* .catalogtitle:link {
  font-weight: 600;
  font-size: larger;
  color:#ffffff;
  text-decoration: none;
  display: inline-block;
  background-color: #1e5f28;
} */
/* .catalogtitle:active {
  font-weight: bolder;
  font-size: larger;
  color:#ffffff;
  text-decoration: none;
  display: inline-block;
  background-color: #1e5f28;
} */
@media only screen and (max-width: 1750px) {
  .toprow {
    display: initial;
  }

}
/* @media only screen and (max-width: 775px) {
  .catalogs {
    margin-left: 5px;
    margin-right: 5px;
  }
  .catalogstitle {
    font-size:x-large;
  }
  .catalogslist{
    overflow-y: auto;
    overflow-x: auto;
  }
}
*/
/* @media only screen and (max-width: 480px) {
  .catalogslist img {
    max-width: 100px;
    max-height: 100px;
    min-width: 50px;
    min-height: 50px;
    width: auto;
    height: auto;
  }
} */
.products {
  margin: 0 auto;
  background-color: rgba(255,255,255,0.8);
  border-radius: 16px;
  padding-bottom: 20px;
  margin-bottom: 48px;
  margin-left:15px;
  margin-right:15px;
  margin-top: 5px;
  box-shadow: 5px 5px 3px rgba(0,0,0,0.4);
}
.form-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.form-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
  align-items: center;
}

.form-label {
  width: 35%;
  text-align: right;
  padding-right: 1em;
  font-weight: bold;
}

.form-input {
  width: 65%;
  padding: 0.5em;
  border-radius: 5px;
  border: 3px solid gray;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.form-input.error {
  border: 3px solid #721616;
}
/* @media only screen and (max-width: 1024px) {
  .productstitle{
    font-size: 1em;
  }
} */
.requestdialog {
  display: none;
}
.requestdialog-initial {
  width: 400px;
  height: 280px;
  font-size: 1em;
}
.request-form div {
  align-content:space-evenly;
}
/*
.request-form label {
  float: left;
}
.request-form input {
  float: right;
}
*/
.downloaddialog {
  display: none;
}
.downloaddialog-initial {
  width: 450px;
  height: 100px;
  font-size: 1em;
}
@media only screen and (max-width: 1024px) {
    .requestdialog-initial {
    width: 300px;
    height: auto;
    min-height: 75px;
    font-size: 0.7em;
  }
  .downloaddialog-initial {
    width: 300px;
    height: auto;
    min-height: 75px;
    font-size: 0.7em;
  }
}
.downloaddialog-message {
  font-weight: 600;
}
.downloaddialog-detail {
  font-size: 0.7em;
}
.downloaddialog-progresstext {
  font-size: 0.7em;
}
.cancelbutton {
  background-color: #b82626;
  border: 1px solid #fa8b8b;
}
.successbutton {
  background-color: #1e5f28 ;
  border: 1px solid #b2e67a;
  font-size: 2em;
  font-weight: bold;
  padding: 5px;
  outline: none;
  color: #ffffff;
}
.selection-area {
  background: rgba(62, 162, 31, 0.31);
  border: 2px solid rgba(24, 88, 19, 0.911);
  border-radius: 0.3em;
  z-index: 2;
}
.contextmenu {
  z-index: 3;
  font-size: 0.8em;
  box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.7);
  border-radius: 6px;
  width: 200px;
  padding: 3px;
}
.ui-menu kbd {
  font-size: 0.85em;
  font-weight: 600;
  float: right;
  width: min-content;
  left: 0;
  top:0;
  /* right: 5px; */
}
.ui-widget-header{
  word-wrap: break-word;
  word-break: break-all;
}
.ui-widget-header div {
  text-align: center;
}
.downloadbuttondiv {
  display: flex;
  float: right;
  box-shadow: 0px 10px 14px -7px #000000;
  border-radius: 6px;
}
.downloadbutton {
	
	background:linear-gradient(60deg, #69ad47 5%, #386621 100%);
	background-color:#69ad47;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	padding:10px 10px;
	text-decoration:none;
	text-shadow:3px 3px 7px #000000;
  border-radius: 0px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right-width: 2px;
  border-right-style: inset;
}
.downloadbutton:nth-of-type(2) {
  background:linear-gradient(60deg, #ad4747 5%, #662121 100%);
  background-color:#ad4747;
	border:1px solid #8f2929;
  border-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left-width: 2px;
  border-left-style: inset;
}
.downloadbutton.disabled {
  background:linear-gradient(60deg, #a1a39f 5%, #595c58 100%);
	background-color:#858a82;
  border-color: #636b5f;
  cursor:not-allowed;
	text-decoration:none;
	text-shadow:3px 3px 7px #000000;
}
@media only screen and (max-width: 775px){
  .downloadbutton {
    font-size:14px;
    padding:6px 5px;
  }
}
.downloadbutton:hover:not(.disabled) {
  background:linear-gradient(120deg, #69ad47 5%, #386621 100%);
	background-color:#386621;
}
.downloadbutton:nth-of-type(2):hover:not(.disabled) {
  background:linear-gradient(120deg, #ad4747 5%, #662121 100%);
	background-color:#662121;
}
.downloadbutton:active {
	position:relative;
	top:1px;
}

.backbuttondiv {
  display: flex;
  float: left;
  box-shadow: 0px 10px 14px -7px #000000;
  border-radius: 6px;
}
.backbutton {
  background: linear-gradient(to bottom, #69ad47 5%, #386621 100%);
  background-color: #69ad47;
  border-radius: 6px;
  border: 1px solid #4b8f29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 3px 3px 7px #000000;
}
.backbutton:hover {
	background:linear-gradient(120deg, #386621 5%, #69ad47 100%);
	background-color:#386621;
}
.backbutton:active {
	position:relative;
	top:1px;
}
@media only screen and (max-width: 775px){
  .backbutton {
    font-size:14px;
    padding: 6px 10px;
  }
}
.search {
  display:block;
  position: relative;
}
.search .searchbutton {
  position: absolute;
  top:0px;
  right: 10px;
}
.search .searchbox {
  text-align: center;
  background-color: rgba(255,255,255,0.8);
  padding: 12px;
  border-radius: 10px;
  border: 5px solid rgba(0, 85, 16, 0.795);
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.search .searchbox .searchboxdiv {
  background: linear-gradient(to bottom, #69ad47 5%, #386621 100%);
  background-color: #69ad47;
  border: 1px solid #4b8f29;
  width: fit-content;
  background-color: rgba(0, 85, 16, 0.795);
  border-radius: 12px;
  color: #ffffff;
  margin: auto;
  box-shadow: 0px 10px 14px -7px #000000;
  display: inline-flex;
}
.search .searchtitle{
  background: url("/img/filled-filter-48.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: padding-box;
  width: auto;
  height: auto;
  padding-left: 1em;
  margin-left: 0.3em;
  margin-right: 0.3em;
  font-size: 1.45em;
}
.search .searchbox input[type="search"]::-webkit-search-cancel-button{
  position:relative;
  right:-9px;
  top: -1px;
  -webkit-appearance: none;
  width: 56px;
  height: 28px;
  background-position: center;
  background-size: 95%;
  background-repeat: no-repeat;
  border-radius: 8px;
  background:linear-gradient(to bottom, #ca4b4b 5%, #7c2222 100%);
  background-color:#ad4747;
  content: url("/img/clear-white-64-32.png");
  box-shadow: 0px 10px 14px -7px #000000;
}
.search .searchbox input[type="search"]::-webkit-search-cancel-button:hover {
  background:linear-gradient(to bottom, #7c2222 5%, #ca4b4b 100%);
}
.search .searchbox input[type="search"] {
  font-size:1.5em;
  font-weight: 600;
  border-radius: 9px;
  border-style: revert;
  border-width: 2px;
  border-color: #1e5f28;
  outline: none;
  text-align:center;
  padding: 5px 10px;
  margin:5px;
}
.search input:active{
  outline: none;
}
.search .searchicon {
  background-image: url("/img/search_icon.png");
  background-size: cover;
}
@media only screen and (max-width: 775px) {
  .search .searchbox input[type="search"] {
    font-size: 1em;
    padding: 3px 10px; 
  }
}
.titleline {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
  border:rgba(30,95, 40, 1) 3px solid;
  border-top: 0px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: rgba(225,225,225,0.8);
  box-shadow: 5px 5px 3px rgba(0,0,0,0.4);
  font-size: 2em;
  width: calc(100% - 40px);
  height: 50px;
  position: fixed;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
}
.brandlogo {
  position: absolute;
  left: 35px;
  right: auto;
}
.titletext{
  top: 5px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap:wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: keep-all;
}
@media only screen and (max-width: 1024px) {
  .titleline {
    font-size: large;
  }
}
.header {
  margin: 0 auto;
  text-align: center;
  font-size:medium;
  border-radius: 16px;
  background-color: rgba(225,225,225,0.6);
  padding: 8px;
}
.footer {
  height: 30px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: -webkit-fill-available;
  width: stretch;
  background: rgba(255,255,255,0.7);
  padding-top: 5px;
  border-top: 3px solid rgba(0, 85, 16, 0.795);
  border-left: 3px solid rgba(0, 85, 16, 0.795);
  border-right: 3px solid rgba(0, 85, 16, 0.795);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 5px 5px 3px rgba(0,0,0,0.4);
  margin-left: 10px;
  margin-right: 10px;
  z-index: 1;
}
.footer2 {
  height: 60;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: -webkit-fill-available;
  width: stretch;
  background: rgba(255,255,255,0.7);
  padding-top: 5px;
  border-top: 3px solid rgba(0, 85, 16, 0.795);
  border-left: 3px solid rgba(0, 85, 16, 0.795);
  border-right: 3px solid rgba(0, 85, 16, 0.795);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 5px 5px 3px rgba(0,0,0,0.4);
  margin-left: 10px;
  margin-right: 10px;
  z-index: 1;
}
@media only screen and (max-width: 1024px){
  .footer {
    font-size: small;
  }
}
.navigation {
	display: grid;
	grid-template-columns: 0.05fr, 0.9fr, 0.05fr;
}
.navigation {
  display: grid;
}
.divTable{
	display: table;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
@media only screen and (max-width:1024px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 801px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/css/fonts/PT_Serif_Normal-400-swap.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/css/fonts/PT_Serif_Normal-400-swap-cyrillic.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/css/fonts/PT_Serif_Normal-400-swap-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/css/fonts/PT_Serif_Normal-400-swap-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}