footer .copyright a{
    text-transform: uppercase;
}

.a-top-logo{
  max-width: 175px;
  position: relative;
  top: 0px;
}

.header-fixed > a.a-top-logo{
  left: 1em;
}

.top-logo{
  filter: brightness(0.9);
  max-width: 175px;
  margin-left: 1em;
}

.badge-logo {
  background-color: var(--separator);
  color: white;
  text-align: center;
  border-radius: 3px;
  line-height: normal;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.30));
  rotate: 0deg;
  font-size: small;
  position: absolute;
  left: 175px;
  text-transform: uppercase;
  top: 3px;
  padding: 5px;
  border-radius: 0px 10px 0px 10px;
  }

  .isHidden{
    display: none!important;
    visibility: hidden!important;
    height: 0px!important;
    width: 0px!important;
    margin: 0px!important;
    padding: 0px!important;
  }

  pre{
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace!important;
    font-size: 0.9em;
    margin: 0 0 2em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: var(--matexDefault);
  }

  #queryObj{
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace!important;
    font-size: 0.9em;
    margin: 0 0 2em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: var(--matexDefault);
    width: 50%;
    overflow: auto;
  }



  .search__form{
    display: flex;
    flex-direction: row;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  
  .mtxSearch_close-button{
    display: flex;
    cursor: pointer;
    position: absolute;
    left: 65%;
    top: 10px;
  }
  

  .button{
    font-family: 'MagistralC'!important
  }

  .table__collection-name{
    font-family: 'Calibri', "Open Sans", sans-serif!important;
  }

  table tfoot{
    font-weight: bold;
    font-size: large;
  }

  section.collection{
    margin: 1rem 0;
  }

  .collection__collName h3{    
    display: flex;
    color: var(--matexDefault);
    flex-wrap: wrap;
  }

.collection__badge {
  position: relative;
  top: -5px;
  padding: 0px 7px;
  border-radius: 100px;
  background-color: var(--matexOrange);
  color: white;
  font-size: small;
  height: fit-content;
  width: fit-content;
  filter: drop-shadow(2px 2px 6px #cfcfcf);
}

.collection__post_image{
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
}

#btn2Top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 99;
  font-size: unset;
  outline: none;
  background-color: var(--medium);
  color: var(--matexDefault)!important;
  cursor: pointer;
  padding: 1em;
  border-radius: 10px;
  border: 2px solid white;
  font-weight: bold;
  filter: drop-shadow(2px 2px 4px #00000024);
  }

  tbody tr td h3{
    margin: 0;
  }

  table.collection__table tr th{
    color: var(--matexDefault);
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
    vertical-align: middle;
    background-color: var(--light);
  } 

  table.collection__table  tr.collection__collName-th th:nth-child(1), 
  table.collection__table tr.collection__collName-th td:nth-child(1){
    word-break: break-all;
    -ms-word-break: break-all;
    max-width: 75px;
    font-size: x-small;
  }

  table.collection__table tr th{
    font-size: x-small;
    font-weight: bold;
    text-align: center;
  }

  table.collection__table tr td{
    vertical-align: middle;
    height: 175px;
  }

  table.mtx__previewTable{
    color: var(--matexDefault);
    font-size: small;
  }

  table.mtx__previewTable td{
    background-color: whitesmoke;
  }

  table.mtx__previewTable tr th{
    vertical-align: middle;
    height: auto;
    text-align: left;
  }

  table.mtx__previewTable tr td{
    vertical-align: middle;
    height: auto;
    max-width: 150px;
  }
  
  table.collection__table .mtx__td{
    vertical-align: middle;
    height: fit-content;
  }

  table.collection__table tr td.collection__collName, table.collection__table tr td[name='collChevron']{
    vertical-align: middle;
    height: 55px;
    cursor: pointer;
  }

  table.collection__table tr th.collection__post_image-th{
    width: 150px;
  }
  table.collection__table tr td.collection__post_image{
    width: 150px;
    cursor: pointer;
    min-height: 100px;
    text-align: center;
    max-height: 100px;
  }

  table.collection__table tr td.collection__artikul{
    font-weight: bold;
    color: var(--black);
    width: 100px;
    text-align: center;
  }

  table.collection__table tr th.collection__long_title-th, 
  table.collection__table tr td.collection__long_title{
    font-size: small;
    width: fit-content;
    max-width: 320px;
  }

  table.collection__table tr td.collection__long_title a{
    color:var(--Purple);
    font-weight: bold;
  }

  table.collection__table tr th.collection__barcode-th, 
  table.collection__table tr td.collection__barcode{
    text-align: center;
    font-size: small;
  }

  .collection__coll_num{
    text-align: center;
    width: 75px;
    font-size: small;
  }

  .collection__aFolderLink{
    font-size: 1.5em;
    color: var(--matexDefault);
    cursor: pointer;
  }

  @media screen and (max-width: 499px){
    #header .icons {
        display: none;
    }
  }



  @media screen and (max-width: 736px){
    table.collection__table tr th.collection__barcode-th, 
    table.collection__table tr td.collection__barcode,
    table.collection__table tr th.collection__box_units-th, 
    table.collection__table tr td.collection__box_units,
    table.collection__table tr th.collection__quantity-th, 
    table.collection__table tr td.collection__quantity{
      display: none;
    }
  }

  @media screen and (max-width: 835px){
    table.collection__table tr th.collection__barcode-th, 
    table.collection__table tr td.collection__barcode,
    table.collection__table tr th.collection__box_units-th, 
    table.collection__table tr td.collection__box_units,
    table.collection__table tr th.collection__quantity-th, 
    table.collection__table tr td.collection__quantity{
      display: none;
    }
  }

  @media screen and (max-width: 1100px){
    table.collection__table tr th.collection__barcode-th, 
    table.collection__table tr td.collection__barcode{
      display: none;
    }
  }

  table.collection__table tr th.collection__opt1-th,
  table.collection__table tr th.collection__opt2-th{
    width: 75px;
    font-size: x-small;
    font-weight: bold;
    text-align: center;
  }

  table.collection__table tr th.collection__opt1 > strong,
  table.collection__table tr th.collection__opt2 > strong{
    font-size: small;
    font-weight: bold;
    text-align: center;
  }

  table.collection__table tr td.collection__opt1,
  table.collection__table tr td.collection__opt2{
    width: 75px;
    font-weight: bold;
    font-size: large;
    color: var(--matexDefault);
  }

  table.collection__table tr th.collection__box_units-th, 
  table.collection__table tr th.collection__quantity-th{
    text-align: center;
    font-size: small;
    max-width: 50px;
  }

  table.collection__table tr td.collection__box_units, 
  table.collection__table tr td.collection__quantity{
    text-align: center;
    font-size: small;
    max-width: 50px;
  }

  table.collection__table tr th.collection__in-order-th{
    min-width: 75px;
  }

  table.collection__table tr td.collection__in-order{
    text-align: center;
    color: var(--matexOrange);
    font-weight: bold;
    font-size: xx-large;
    padding: 0;
    vertical-align: middle;
    min-width: 75px;
  }

  table.collection__table tr td[name='collChevron']{
    cursor:pointer;  
    text-align: center;
    width: 1em;
  }

  .collection__collName{
    background-color:var(--white);
    padding-top: 2em;
  }

  .collection__name-row td.isActive{
    background-color:var(--medium);
  }

  .collection__collName > h3 > span.icon{
    position: absolute;
    right: 5em;
    color: var(--separator);
    cursor: pointer;
  }


  input.collection__input-in-order{
    background: var(--white);
    border-radius: 0.375em;
    border: solid 1px var(--medium);
    outline: 0;
    font-size: x-large;
    color: var(--matexOrange);
    width: 75px;
    text-align: center;
    margin: auto;
    max-height: 75px;
    font-weight: 900;
  }

  .collection__totalQuantity-top{
    display: initial;
    padding: 0px 7px;
    border-radius: 100px;
    background-color: var(--matexDefault);
    color: white;
    font-size: unset;
    filter: drop-shadow(2px 2px 6px #cfcfcf);
  }

  .collection__totalQuantity-top-is-closed{
    top: -70px;
    right: -8px;
  }

  .inOrder-top{
    display: flex;
    position: relative;
    right: auto;
    flex-wrap: nowrap;
    color: var(--separator);
    z-index: 2;
    cursor: pointer;
  }

  .inOrder-top-quantity{
    position: relative;
    left: -5px;
    top: -3px;
    padding: 0px 3px;
    border-radius: 100px;
    background-color: var(--matexOrange);
    color: white;
    font-size: 11px;
    height: fit-content;
    width: fit-content;
    filter: drop-shadow(2px 2px 6px #cfcfcf);
  }

  .inOrder-top-sum{
    display: flex;
    position: relative;
    right: auto;
    flex-wrap: nowrap;
    color: var(--separator);
    z-index: 2;
  }

  .inOrder-top-sum-quantity{
    position: relative;
    left: -5px;
    top: -3px;
    padding: 0px 3px;
    border-radius: 100px;
    background-color: var(--Green);
    color: white;
    font-size: 11px;
    height: fit-content;
    width: fit-content;
    filter: drop-shadow(2px 2px 6px #cfcfcf);
  }
  .zeroBg{
    background-color: var(--separator);
  }

  .defaultBg{
    background-color: var(--matexOrange);
  }

  .zeroColor{
    color: var(--matexDefault);
  }

  .defaultColor{
    color: var(--white);
  }


  .mtx__tr-main{
    border-bottom:0;
  }
  .quantityTD{
    transition: 0.3s;
    font-size:x-large;
    color: var(--Purple);
    font-weight: bold;
  }
  .quantityTD-Active{
    transition: 0.3s;
    font-size:x-large;
    color: var(--Purple);
    font-weight: bold;
    box-shadow: 3px 7px 10px 3px var(--separator);
    background-color: white!important;
  }

  .table-wrapper > div.mtx__filter{
    margin-bottom: 1em!important;
    display: flex;
    gap: 0.5em;
  }

  .mtx__Preview-status{
    color: var(--matexDefault);
    font-weight: bold;
  }

  @media screen and (max-width: 736px){
    .inOrder-top-quantity{
      position: relative;
      left: -7px;
      top: -10px;
      padding: 0px 7px;
      border-radius: 100px;
      background-color: transparent;
      color: var(--matexDefault);
      font-size: x-small;
      height: fit-content;
      width: fit-content;
      filter: none;
    }
  
    .zeroBg{
      background-color: transparent!important;
    }
  
    .defaultBg{
      background-color: transparent!important;
    }
  
    .zeroColor{
      color: var(--separator)!important;
    }
  
    .defaultColor{
      color: var(--matexDefault)!important;
    }
  
  
    .inOrder-top-sum-quantity{
      position: relative;
      left: -7px;
      top: -10px;
      padding: 0px 7px;
      border-radius: 100px;
      background-color: transparent;
      color: var(--matexDefault);
      font-size: x-small;
      height: fit-content;
      width: fit-content;
      filter: none;
    }
  }

  .tooltip {
    position: relative;
    cursor: help;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 2px;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    font-size: x-small;
    font-weight: 400;
  }
  .tooltip-left{
    top: -5px;
    bottom: auto;
    right: 128%;
  }

  .tooltip-bottom-left{
    top: 35px;
    bottom: auto;
    right: 12%;
  }

  .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-right {
  top: -5px;
  left: 125%;
}
  
@media screen and (max-width: 499px){
  #header .icons {
      display: none;
  }
}

#leftMenu{
  /*
  overflow: auto;
  max-height: 500px;
  */
  position: static;
  padding: 0em 1em 0em 0em;
  margin: 0 -20px 0px 0px;
}

.leftMenu__iconDiv{
  font-size: unset;
  cursor: pointer;
  display: flex;
  gap: 0.5em;
  max-width: 45%;
}

.leftMenu__iconDiv:hover{
  color: var(--matexDefault);
}

.leftMenu__collapsible {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--medium);
  padding: 1em 0em;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.leftMenu__collapsible .leftMenu__collapsible-active{
  font-weight: bold!important;
  color: var(--matexOrange)!important;
}

.leftMenu__collapsible a{
  font-size: medium;
  color: var(--matexDefault);
  font-weight: bold;
}

.leftMenu__collapsible a:hover{
  color: var(--matexOrange);
}

.leftMenu__collapsible span.icon{
  cursor: pointer;
  margin: 3px 0px 0px 10px;
}

.leftMenu__collapsible-content {
  padding: 0px 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: flex;
  flex-direction: column;
  margin: auto;
  line-height: 2;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.leftMenu__collapsible-content-active{
  max-height: fit-content!important;
}

.leftMenu__collapsible-content a.leftMenu__link{
  color: var(--matexDefault);
}

.leftMenu__collapsible-content>a.leftMenu__linkActive{
  color: var(--matexOrange);
  font-weight: bold;
}

.leftMenu__collapsible-content a:hover{
  color: var(--matexOrange);
}

.modal__close{
  font-family: 'MagistralC'!important;
}

.modalCard__gallery-column {
  float: left;
  width: 14%;
  padding: 10px;
}

.modalCard__gallery-column:hover{
  filter: drop-shadow(2px 2px 10px var(--medium));
}


.modalCard__gallery-column img {
  opacity: 0.9;
  cursor: pointer;
  width: 100%;
  border: 1px solid var(--medium);
  padding: 0.25em;
  border-radius: 5px;
}

.modalCard__gallery-column img.modalCard__thumb-active{
  border: 2px solid var(--matexOrange);
  filter: drop-shadow(2px 2px 10px var(--medium));
}

.modalCard__gallery-column img:hover {
  opacity: 1;
}

.modalCard__gallery-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modalCard__gallery-row:after {
  content: "";
  display: table;
  clear: both;
}

.modalCard__gallery-container {
  position: relative;
  display: none;
  text-align: center;
}

.modalCard__gallery-container .modalCard__gLink-button-shop{
  margin: auto;
  min-width: 60%;
  margin-top: 2em!important;
}

#modalCard__gallery-expandedImg{
  width: 100%;
  height: auto;
  max-width: 450px;
  padding: 3px;
  filter: drop-shadow(2px 5px 8px var(--medium));
  border-radius: 20px;
  border: 1px solid var(--medium);
}

#modalCard__gallery-imgtext {
  position: relative;
  bottom: 10px;
  color: var(--matexDefault);
  font-size: 20px;
  font-weight: bold;
  font-family: 'MagistralC'!important;
}

#modalCard__gallery-color-text {
  position: relative;
  bottom: 10px;
  color: var(--matexDefault);
  font-size: 16px;
  font-weight: bold;
  font-family: 'MagistralC'!important;
  margin: 1em auto;
}

.modalCard__gallery-closebtn {
  position: absolute;
  top: -40px;
  right: 10px;
  color: var(--matexDefault);
  font-size: 35px;
  cursor: pointer;
}

#modal__buttonClose{
  margin-top: 1.5em;
}

.modal__content{
  margin-top: -35px!important;
}

.modal__content hr{
  margin: 1em 0!important;
}

.mtx__modal-collection{
  display: inline-block;
}

.mtx__modal-image-left{
  float: left;
  max-width: 45%;
}

.mtx__modal-image-left img{
  max-width: 95%;
  border-radius: 10px;
  filter: drop-shadow(2px 5px 8px var(--medium));
}

.mtx__modal-collection-desc{
  font-size: small;
  color: var(--matexDefault);
}

.mtx__modal-collection-desc div {
  line-height: 1.75;
}

.modalCard__gLink-button{
  font-size: 0.5em!important;
  background-color: var(--matexDefault)!important;
  margin: 1em;
}

.modalCard__gLink-button:hover{
  color:var(--matexDefault)!important;
}


label.loginEmail{
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
  padding: 5px 0 0 0;
  color: var(--matexDefault);
}

label.loginPass{
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 1em 0;
  padding: 5px 0 0 0;
  color: var(--matexDefault);
}

#loginModal div.modal__content{
  max-width: 250px;
}

#loginModal input.active{
  border: 3px dotted var(--matexOrange);
}
#loginMessage{
  margin: 0em 0 2em 0;
}

#mtxSearch_input{
  max-width: 73%;
  max-height: 44px;
}

#mtxSearch_Submit{
  max-width: 20%;
  max-height: 44px;
}

#mtx__indexPage{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: 100%;
}
#mtx__indexPage ul{
  padding: 0em 2em;
}

#pageContent{
  margin: auto;
  padding: 1em;
}

#mtx__indexPage p{
  margin: 0 0 1em 0;
}

@media only screen and (max-width: 310px){
  #mtx__indexPage{
    margin: 0!important;
    width: 85%!important;
  }
}

.mtxBreadcrumb{
  display: flex;
  justify-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.25em;
}

.mtxBreadcrumb-reset{
  display: flex;
  font-size: small;
  margin: auto;
  color: var(--separator);
  cursor: pointer;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  z-index: 3;
  bottom: 0;
  position: absolute;
  padding: 1em 1em 1em 0em;
}
.mtxBreadcrumb-reset:hover{
  color:var(--matexDefault);
}

.mtxBreadcrumb-a{
  display: flex;
  box-shadow: inset 0 0 0 1px var(--medium);
  color: #878787!important;
  width: 100%;
  word-wrap: break-word;
  font-family: 'Calibri'!important;
  padding: 5px;
  font-size: small;
  line-height: normal;
  cursor: pointer;
  gap: 5px;
  align-items: center;
}

.mtxBreadcrumb-a.isActive{
  background-color: #f1f1f1;
  box-shadow: inset 0 0 0 1px var(--medium);
  color: var(--matexDefault)!important;
}

.mtxBreadcrumb-a.isActive:hover{
  background-color: #f1f1f1;
  box-shadow: inset 0 0 0 1px var(--matexDefault);
  color: var(--matexDefault)!important;
}

.mtxBreadcrumb-a:hover{
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px var(--medium);
}

.breadFilter__bg{
  display: block;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  background-color: #ffffff7d;
  z-index: 10005;
  overflow: auto;
  top: 0;
  left: 0;
  pointer-events: none;
}

.mtxAccordion__block{
  display: flex;
  width: fit-content;
}


.mtxAccordions{
  display: none;
}
.mtxAccordion__button{
  width: fit-content;
}

.mtxAccordion__title {
  /*background-color: var(--light);*/
  cursor: pointer;
  padding: 0.5em;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 5px;
}

.mtxAccordion__title:hover {
  background-color: #f3f3f3;
  color: var(--matexDefault);
}

.mtxAccordion__title i.fa-filter{
  font-size: small;
  color: var(--matexDefault);
  margin-right: 0.5em;
}

.mtxAccordion__icon{
  display: inline;
  font-size: small;
}

.active, .mtxAccordion:hover {
  background-color: #ccc;
}

.mtxAccordion__panel {
  margin: auto;
  padding: 0.5em;
  background-color: whitesmoke;
  overflow: hidden;
  transition: all 0.3s ease-out;
  position: absolute;
  z-index: 2;
  margin-left: auto;
  margin-top: 2px;
  width: 100%;
  height: 100%;
  min-width: 325px;
  max-height: 350px;
  overflow-y: auto;
  filter: drop-shadow(2px 7px 4px rgba(0, 0, 0, 0.2));
  display: flex;
  min-height: 350px;
  border-radius: 10px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.mtxAccordion__panel-catalogfilter{
  margin-left: auto;
}

.mtxAccordion__panel-categoryfilter{
  margin-left: -55px!important;
}

div.mtxAccordion__panel-collectionfilter{
  margin-left: -145px!important;
}

div.mtxAccordion__panel-colorfilter{
  margin-left: -235px!important;
}

.superList{
  width: 100%;
}


.mtx__collectionSlide-container{
  position: relative;
  width: 100%;
  margin: 0px 0px;
  min-height: 125px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  background-color: rgb(245 246 247 / 76%);
  filter: drop-shadow(1px 2px 2px #d5d5d5);
  z-index: 1;
}

.mtx__collectionSlide-content{
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: inherit;
  min-height: 125px;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #0000009c;
  border-radius: 10px;
  justify-content: center;
}
.mtx__collectionSlide-coll_desc-bottom{
  padding: 1em 1em 1em 1em;
  margin: -4px 0em 0px 0em;
  background: whitesmoke;
  color: var(--matexDefault);
  filter: drop-shadow(1px 2px 2px #d5d5d5);
  z-index: 0;
  border-radius: 15px;
  position: relative;
  width: 100%;
}
.mtx__collectionSlide-coll_name{
  color: white;
  display: flex;
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.724));
  flex-wrap: wrap;
  font-size: 1.5em;
}


.mtx__collectionSlide-coll_desc{
  color: white;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.724));
  margin: 0;
  font-size: 1em;
}

.mtx__collectionSlide-coll_desc-breadcrumb{
  color: white;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.724));
  margin: auto;
  font-size: 1em;
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  padding: 0.5em;
  width: fit-content;
  cursor: pointer;
  align-items: center;
}

.mtx__collectionSlide-coll_desc-breadcrumb span.icon{
  font-size: 10px;
  margin-top: 3px;
}


.mtx__collectionSlide-coll_desc-chevron{
  display: flex;
  flex-direction: row-reverse;
  cursor: pointer;
}

.mtx__collectionSlide-coll_desc-chevron h4{
  position: absolute;
  left: -10px;
  top: -5px;
  margin-bottom: 1em;
}

#mtx__collectionSlide-coll_desc-content{
  margin-top: 1em;
}

.wrapper{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#indexText{
  width: 100%;
  background-color: whitesmoke;
  padding: 1em;
  border-radius: 1em;
}

#mtx__indexPage h1{
  margin: 0;
  position: relative;
  width: 100%;
  padding: 5px 10px;
}

.mEdit__button{
  position: absolute;
  display: block;
  top: 0;
  right: 50%;
  margin: auto;
  padding: 0px;
  font-size: xx-large;
  color: whitesmoke;
  filter: drop-shadow(2px 2px 2px darkslategrey);
}

@media only screen and (max-width: 280px){
  .mtxAccordions {
    display: none!important;
  }
  #pageContent{
    margin: auto;
    padding: 0em;
  }
}

@media only screen and (min-width: 281px){
  .mtxAccordions {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    position: fixed;
    top: 60px;
    margin-left: 5px;
    width: fit-content;
  }
  #pageContent{
    margin: auto;
    padding: 0em;
  }
}


@media only screen and (max-width: 736px){
  .mtxAccordions {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    position: fixed;
    top: 60px;
    margin-left: 0px;
    width: fit-content;
  }
  #pageContent{
    margin: auto;
    padding: 0em;
  }
}

@media only screen and (min-width: 737px){
  .mtxAccordions {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    position: fixed;
    top: 20px;
    margin-left: 200px;
  }
  #pageContent{
    margin: auto;
    padding: 0em;
  }
}