/* ############################################################################################################ */
/* ##  name: Custom CSS                                                                                      ## */
/* ############################################################################################################ */

/*••••• Fonts •••••*/

/* abelpro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'AbelPro';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/AbelPro.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/AbelPro.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* abelpro-bold - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'AbelPro';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/AbelPro-Bold.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/AbelPro-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*••••• Colors •••••*/

:root {
    --maincolor: #aece1c;
    --dark: #124336;
}

/*••••• Cookie Window •••••*/

[data-ref="nureinshop/plugin/cookie_message"] .cookie-message--btn {
    background-color: var(--maincolor)
}

.cookie-message--p {
color: #000;
}

.cookie-message-details td {
color: #000;
}

/*••••• Webseite •••••*/

html {
    background-color: #FFF;
}

body {
    background-color: #FFF;
    font-family: 'AbelPro', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(16px, 4vw, 20px);
    font-weight: 400;
    color: #586469;
    letter-spacing: 0.02em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
	line-height: 1;
	text-transform: none;
}

h1 {
    color: var(--maincolor);
    font-size: clamp(180%, 4.5vw, 300%);
    font-weight: 400;
    letter-spacing: 0.03em;
}

.page-nureinshop-home h1 {
	padding-top: 0;
	margin-top: clamp(0px, 3.5vw, 30px);
}

h1 strong {
    font-weight: 600;
    color: var(--dark);
}

h2 {
    color: var(--maincolor);
    padding-top:15px;
    font-size: clamp(150%, 3.5vw, 200%);
    font-weight: 400;
}

h2 strong {
    color: var(--dark);
    font-weight: 600;
}

h3 {
    font-weight: 700;
    font-size: clamp(110%, 1.2vw, 120%);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
    scroll-margin-top: 40vh;
}

strong {
    font-weight: 700;
    color: var(--dark);
}

sup {
    font-size: 60%;
}

a {
    	text-decoration: underline;
    	text-underline-offset: 3px;
	    color: var(--maincolor);
}

a:hover {
    color: var(--maincolor);
	text-shadow: 0 0 0 var(--maincolor), 0.03em 0 var(--maincolor);
}

table a, table a:hover{
    color: var(--dark);
}

.btn {
	color: #fff;
	background-color: var(--dark);
	border-radius: 0px;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	text-transform: none;
	padding: 2px 10px;
	font-size: 90%;
	transition: 0.2s ease;
}

.btn:hover {
    opacity: 1;
    text-shadow: none;
    transform: scale(1.03);
}

blockquote {
	margin-top: 25px;
	background-color: var(--dark);
	color: #fff;
	padding: 20px;
	
	background-image: url('/pub/media/1d0810798eeb74f0708311325dfca445/macmuseum-blockquote.svg');
    background-repeat: no-repeat;
    background-position: bottom 10px right 10px;
    background-size: 150px;
}

blockquote .btn {
	background-color: var(--maincolor);
	color: var(--dark);
	margin-top: 15px;
}

blockquote .btn:hover {
    color: var(--dark);
    background-color: #fff;
    text-shadow: none;
}

blockquote h1, blockquote h1 strong, blockquote h2, blockquote h2 strong, blockquote h3, blockquote h4, blockquote a, blockquote strong {
	color: #fff;
}

blockquote h2 {
    font-size: clamp(110%, 2.5vw, 180%);
}

blockquote a:hover {
    color: inherit;
    text-shadow: 0 0 0 #fff, 0.03em 0 #fff;
}

blockquote > *:first-child {
    margin-top: 0;
}

.nureinshop-block-accordion--head {
	background-color: var(--maincolor);
	color: #fff;
    	text-decoration: none;
}

.nureinshop-block-accordion--body::after {
    content: "";
    display: table;
    clear: both;
}

#region-content ul {
    margin-left: 20px;
}

#region-content li::marker {
    color: var(--dark);
}

#region-breadcrumb ul li a {
    color: #000;
}

/*••••• Header •••••*/

header {
    background-color: #0f4336;
    position: sticky;
    top: 0;
    display: none;
}

#region-logo .logo {
  position: relative;
  display: inline-block;
  width: fit-content; 
  height: 60px;
  perspective: 1000px;
}

#region-logo .logo img {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s;
  display: block;
  transform: rotateY(0deg);
}

#region-logo .logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/pub/media/4e4a8162f0c65ce83bb158dea76a0f61/schreibergrimm-logo.svg") center/contain no-repeat;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: transform 0.6s;
  background-size: 90% 100%;
  background-repeat: no-repeat;
  background-position: center 5px;
}

/* Hover-Effekt */
#region-logo .logo:hover img {
  transform: rotateY(180deg);
}

#region-logo .logo:hover::after {
  transform: rotateY(0deg);
}

#region-search {
    display: none;
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
  float: left;
  width: auto;
}

#region-logo a {
    padding: 15px 0px 5px 0px;
}

#region-mobile-nav, .offcanvas-header {
    background-color: var(--dark);
}

.page-nureinshop-home .mobile-logo {
  opacity: 0;
  transition: opacity 200ms ease;
}

#region-mobile-nav.scrolled .mobile-logo {
  opacity: 1;
}


.offcanvas-nav {
    padding-top: 20px;
}

.offcanvas-nav li a {
	text-decoration: none;
	color: var(--dark);
	font-weight: 600;
}

#region-mobile-nav ul li img {
    filter: invert(1);
}

[data-id="search"] {
    display:none!important;
}

/*••••• Navigation •••••*/

#region-nav ul li a {
    text-decoration: none
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

#region-nav {
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

#region-nav nav {
  background-color: transparent;
  border: none;
}

#region-nav nav .container {
    width: 100%;
}

#region-nav .level-1 > li > a {
	border-right: none !important;
	color: #fff;
	text-transform: uppercase;
}

#region-nav .level-1 > li:first-of-type > a {
	border-left: none;
}

#region-nav ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#region-nav .level-1 > li:hover > a {
	background-color: #fff;
	color: var(--dark);
}

#region-mobile-nav {
    display: block!important;
    background-color: var(--dark);
    position: sticky;
    border: none;
    padding-top: 15px;
    z-index: 5;
    width: 100%;
    background-color: var(--dark);
    transition: background-color 200ms ease;
}

.page-nureinshop-home #region-mobile-nav {
    background: transparent;
    position: fixed;
}

#region-mobile-nav.scrolled {
  background-color: var(--dark);
}

#region-mobile-nav ul li a {
	background-image: url('/pub/media/9cdffe54e98cfc259043eafd3395122d/macmuseum-burger-menu.svg');
	text-decoration: none;
	background-repeat: no-repeat;
	position: relative;
	filter: drop-shadow(5px 5px 3px var(--dark)) drop-shadow(-5px 5px 3px var(--dark)) drop-shadow(5px -5px 3px var(--dark)) drop-shadow(-5px -5px 3px var(--dark));
}

#region-mobile-nav ul li a::before {
    content: 'Menü';
    text-transform: uppercase;
    color: var(--maincolor);
    font-weight: 600;
    position: absolute;
    right: 37px;
}

#region-mobile-nav ul li a img {
    opacity: 0;
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.hero-slider {
    background-color: #154338;
}

.hero-slider .owl-nav {
    display: none;
}


#hero-scroll-btn {
	position: absolute;
	transform: translateX(-50%);
    width: clamp(25px, 3.5vw, 50px);
    height: clamp(25px, 3.5vw, 50px);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	cursor: pointer;
	z-index: 999;
	animation: bounce 2s infinite;
	background-color: transparent;
	bottom: 30px;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/pub/media/3cec508c701ac110b74d85d1095a719c/macmuseum-down.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

#hero-scroll-btn.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Bounce Animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); }
}

/*••••• Beitragsliste Zeitstrahl Startseite •••••*/

.subpages.subpages-grid article {
	line-height: 1.3;
	border: 1px solid var(--dark);
	padding: 0;
	display: flex;
	flex-direction: column;
}

.subpages.subpages-grid .subpages-content {
	color: #fff;
	background-color: var(--dark);
	padding: 10px;
	height: 100%;
}

.subpages.subpages-grid .subpages-title {
    color: var(--maincolor);
}


.beitragsliste-zeitstrahl .subpages article {
	background-color: transparent;
	display: flex !important;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	margin-top: 30px;
}

.beitragsliste-zeitstrahl.block-nureinshop-subpages {
    overflow-x: clip;
}

.beitragsliste-zeitstrahl.block-nureinshop-subpages .subpages-releasedate {
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	font-size: 170%;
	color: var(--maincolor);
	font-weight: 600;
}

.beitragsliste-zeitstrahl .subpages-list .subpages-content {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 750px) {
    .page-nureinshop-home .subpages-list .subpages-content {
        hyphens: auto;
    }
}

.beitragsliste-zeitstrahl .subpages-list article > a {
	width: 50%;
	display: flex;
	justify-content: center;
}

.beitragsliste-zeitstrahl .subpages-list article > a img {
    max-width: 100%!important;
    max-height: 50vw!important;
}

.beitragsliste-zeitstrahl .subpages article:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.beitragsliste-zeitstrahl .subpages article .subpages-content {
    padding-left: 30px;
    padding-right: 0;
}

.beitragsliste-zeitstrahl .subpages article .subpages-title {
    font-size: clamp(110%, 2.5vw, 180%);
}

.beitragsliste-zeitstrahl .subpages-content a {
    text-decoration: none;
}

.beitragsliste-zeitstrahl .subpages article:nth-of-type(odd) .subpages-content {
    text-align: right;
    padding-right: 30px;
    padding-left: 0;
}

.beitragsliste-zeitstrahl .subpages-list article > a img {
    margin-left: auto;
    width: auto;
}

.beitragsliste-zeitstrahl .subpages article:nth-of-type(odd) > a img {
    margin-left: unset;
    margin-right: auto;
}


.beitragsliste-zeitstrahl.block-nureinshop-subpages .container {
    position: relative;
    padding: 0!important;
}

.beitragsliste-zeitstrahl.block-nureinshop-subpages .container::before {
    width: 50%;
    height: 100%;
    content: '';
    border-right: 3px dashed var(--dark);
    display: inline-block;
    position: absolute;
}

[data-block-id="ac337b8bdc9e8263b10c6f3025ab0a46"] {
    margin-top: 55px;
    padding-top: 40px;
}

[data-block-id="ac337b8bdc9e8263b10c6f3025ab0a46"] .row {
    display: flex;
}

@media only screen and (max-width: 550px) {
    [data-block-id="ac337b8bdc9e8263b10c6f3025ab0a46"] .row {
        display: block;
    }
}

[data-block-id="ac337b8bdc9e8263b10c6f3025ab0a46"] .col-6:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


.nureinshop-plugin-itemfilter--filter {
	max-width: 60%;
}

.beitragsliste-zeitstrahl .nureinshop-plugin-itemfilter {
	margin-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	background: #fff;
}

.nureinshop-plugin-itemfilter--filter label {
    color: #586469;
}

.nureinshop-plugin-itemfilter--selection {
	position: relative;
	border: 1px solid var(--dark);
	border-radius: 0;
	padding: 1px 15px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgZmlsbD0iIzEyNDMzNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPjUyPC90aXRsZT48ZyBkYXRhLW5hbWU9Ikdyb3VwIj48cGF0aCBkYXRhLW5hbWU9IlBhdGgiIGQ9Ik03Mi4yLDM0LjcsNTAsNTYuOCwyNy44LDM0LjdhNCw0LDAsMCwwLTUuNyw1LjdsMjUsMjVhNCw0LDAsMCwwLDUuNywwbDI1LTI1YTQsNCwwLDAsMC01LjctNS43WiIvPjwvZz48L3N2Zz4=");
	background-position: right 10px center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	width: 100%;
	background-color: #FFFFFF;
	cursor: pointer;
	color: #000000;
}

.nureinshop-plugin-itemfilter--reset {
    background-color: var(--dark);
    border-radius: 0;
}

.nureinshop-plugin-itemfilter--filter:has(.nureinshop-plugin-itemfilter--reset) {
  min-width: 0;
  margin-right: -50px;
}

/*••••• Beitragsliste Kacheln •••••*/

.subpages-grid article {
	background-color: #FFFFFF;
	padding: 5px 5px 15px 5px;
	text-align: center;
	/* box-shadow: 3px 4px 6px #c8c8c8; */
}

.subpages-grid .subpages-title {
    font-size: clamp(120%, 2vw, 160%);
}

.subpages-grid article a {
    text-decoration: none;
}

.subpages-grid .subpages-image {
	aspect-ratio: 1/1;
	object-fit: contain;
	padding-left:30px;
	padding-right:30px;
}


/*••••• Grid •••••*/

.nureinshop-block-contengrid--item {
    background-color: var(--maincolor);
    color: var(--dark);
    padding: 10px 20px 15px 35px;
    display: flex;
    flex-direction: column;
}

.nureinshop-block-contengrid--item .arrow {
    transition: 0.3s ease;
}

.nureinshop-block-contengrid--item:hover .arrow {
    transform: rotate(90deg);
}

a.nureinshop-block-contengrid--item {
    text-decoration: none;
    transition: 0.3s ease;
    text-shadow: none;
}

a.nureinshop-block-contengrid--item:hover {
    background-color: var(--dark);
    color: #fff;
    opacity: 1;
}

.pfeil {
    margin-top: auto;
    padding-top: 20px;
}

.nureinshop-block-contengrid--item h2, .nureinshop-block-contengrid--item a {
    color: #fff;
}

.nureinshop-block-contengrid--item h2 {
	margin-top: 0;
	padding-top: 10px;
	font-weight: 600;
	font-size: clamp(150%, 4.5vw, 300%);
}

@media (max-width: 1024px) {
    .nureinshop-block-contengrid--item img:not(.arrow) {
        float: left!important;
        margin-right: 20px!important;
        margin-bottom: 20px!important;
        margin-left: -30px !important;
        margin-top: 0!important;
        top: 0!important;
        left: 0!important;
        bottom: unset!important;
        padding: 0!important;
    }
}


/*••••• Animation Grid Pfeil •••••*/

@keyframes bounce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-8px); }   
  50%  { transform: translateY(0); }      
  65%  { transform: translateY(-3px); }
  80%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

.nureinshop-block-contengrid--item .pfeil {
  display: inline-block;
}

.nureinshop-block-contengrid--item:hover .pfeil {
  animation: bounce 0.9s ease-in-out infinite;
}

@media screen and (max-width: 1024px) {
  .nureinshop-block-contengrid {
    grid-template-columns: minmax(0,1fr);
    row-gap: 40px;
  }
}

/*••••• Animation •••••*/

/* Animation Basis */
.page-nureinshop-home .block-nureinshop-subpages article > a,
.page-nureinshop-home .block-nureinshop-subpages article .subpages-content {
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 0;
}

/* Gerade Artikel */
.page-nureinshop-home .block-nureinshop-subpages article.even > a {
  transform: translateX(-50vw); /* Bild von links */
}
.page-nureinshop-home .block-nureinshop-subpages article.even .subpages-content {
  transform: translateX(50vw); /* Content von rechts */
}

/* Ungerade Artikel */
.page-nureinshop-home .block-nureinshop-subpages article.odd > a {
  transform: translateX(50vw); /* Bild von rechts */
}
.page-nureinshop-home .block-nureinshop-subpages article.odd .subpages-content {
  transform: translateX(-50vw); /* Content von links */
}

/* Sichtbar wenn animiert */
.page-nureinshop-home .block-nureinshop-subpages article.inview > a,
.page-nureinshop-home .block-nureinshop-subpages article.inview .subpages-content {
  transform: translateX(0);
  opacity: 1;
}

/* Accessibility: Disable Animation wenn reduced motion aktiv */
@media (prefers-reduced-motion: reduce) {
  .page-nureinshop-home .block-nureinshop-subpages article > a,
  .page-nureinshop-home .block-nureinshop-subpages article .subpages-content {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/*••••• Zeitstrahl •••••*/

.zeitstrahl table {
    border: none!important;
}

.zeitstrahl tr {
  display: flex;
  min-height: 50px;
  height: fit-content!important;
  background-color: transparent!important;
}

.zeitstrahl td:first-of-type {
    text-align: right;
    font-weight: 600;
    font-size: 120%;
    line-height: 1;
}

.zeitstrahl td:last-of-type {
    text-align: left;
}

.zeitstrahl tr:nth-of-type(even) td:first-of-type {
    text-align: left;
    padding-left: 0;
}

.zeitstrahl tr:nth-of-type(even) td:first-of-type::before {
    content: '◀';
    color: var(--maincolor);
    margin-right: 15px;
    font-size: 120%;
    margin-left: 3px;
    height: 50px;
    float: left;
    margin-top: -3px;
}

.zeitstrahl tr:nth-of-type(odd) td:first-of-type {
    border-right: 5px solid var(--dark) !important;
    padding-right: 0;
}

.zeitstrahl tr:nth-of-type(odd) td:first-of-type::before {
    content: '▶';
    color: var(--maincolor);
    margin-left: 15px;
    margin-right: 3px;
    height: 50px;
    float: right;
    margin-top: 1px;
}

.zeitstrahl tr:nth-of-type(even) {
  flex-direction: row-reverse;
}

.zeitstrahl td {
    width: 50%!important;
    height: fit-content!important;
    min-height: 50px;
    border: none;
    vertical-align: middle;
    align-content: flex-start;
    padding-bottom: 40px;
}

.zeitstrahl tr:nth-of-type(even) td:last-of-type {
    text-align: right;
    border-right: 5px solid var(--dark)!important;
}

.zeitstrahl td:first-of-type {
    height: auto!important;
}

.zeitstrahl p {
    margin-top: 0;
}

.zeitstrahl tr:first-of-type td {
    padding-top: 50px;
}

@media only screen and (max-width: 550px) {
    .zeitstrahl table {
        margin-left: 10px;
        margin-right: -10px;
    }
    .zeitstrahl tr:nth-of-type(odd) td:first-of-type::before {
        float: left;
        margin-left: 3px;
        margin-right: 15px;
        content: '◀'
    }
    .zeitstrahl td {
        width: 90%!important;
        border-right: none;
        border-left: 5px solid var(--dark) !important;
        text-align: left!important;
    }
    .zeitstrahl tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row!important;
    }
    .zeitstrahl td:first-of-type::before {
        content: '◀';
        color: var(--maincolor);
        margin-right: 15px;
        font-size: 120%;
        margin-left: 3px;
        float: none;
    }
    .zeitstrahl tr td, .zeitstrahl tr:nth-of-type(even) td:last-of-type, .zeitstrahl tr:nth-of-type(2n+1) td:first-of-type {
        border-right: none!important;
    }
    .zeitstrahl td:first-of-type {
        padding-bottom: 10px!important;
        padding-left: 0;
    }
    .zeitstrahl td:last-of-type {
        padding-left: 30px;
        padding-top: 0!important;
    }
}

/*••••• Footer & Copyright •••••*/

#region-footer {
    padding-top: 20px;
    background-color: var(--maincolor);
	color: #0f4336;
	background-image: url('/pub/media/1020ce1bcfbfff9debf10196e89cccd9/mac-museum-hintergrund.jpg');
	background-size: cover;
	margin-top: 55px;
}

.prefooter {
    text-align: center;
    margin-bottom: 20px;
}

#region-footer .prefooter h2 {
    font-size: 170%;
}

#region-footer a, #region-footer h2 {
	color: #0f4336;
}

#region-footer h2 {
	font-size: 115%;
	text-transform: none;
}

#region-copyright {
	background: #fff;
	font-size: 80%;
	padding-top: 0;
}

select {
	color: #586469;
	font-size: inherit;
	font-size: 20px;
	-webkit-appearance:none;
	font-weight: 400;
}

/*••••• Nach oben Button •••••*/

#backToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
  transform: rotate(180deg);
}

@media (min-width: 1218px) {
  #backToTopBtn {
    right: calc((100vw - 1140px) / 2 - 30px - 48px);
  }
}

#backToTopBtn img {
	width: 100%;
	filter: drop-shadow(2px 2px 4px #00000057) drop-shadow(-2px -2px 4px #00000057);
}

#backToTopBtn.show {
  opacity: 1;
  visibility: visible;
}


/** generated: 2025-11-03 11:24:29 **/