/***************************************************************************/
/************************* styles - F.E.G.l.P. e.V. ************************/
/************************ MIT LICENSE ./license.txt ************************/
/***************************************************************************/

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

html,
body {
  height: 100%;
  width: 100%;
  /*scroll-behavior: smooth;*/
}

* {
  /* -webkit-overflow-scrolling: touch; /* ios phone*/
  -webkit-touch-callout: none;
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
}

p,
em {
  color: white;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

h1,
h2,
h3,
h4 {
  color: white;
}

h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

h5 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.site-container li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.site-container blockquote {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  font-style: italic;
}

@media (min-width: 768px) and (max-width: 1199px) {
  h1 {
    font-size: 29px !important;
  }
  h2 {
    font-size: 25px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  h4 {
    font-size: 17px !important;
  }
  h5 {
    font-size: 15px !important;
  }
  p {
    font-size: 17px !important;
  }
  .site-container li {
    font-size: 17px !important;
  }
  .site-container blockquote {
    font-size: 17px !important;
  } 
}

@media (min-width: 1200px) {
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 23px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  p {
    font-size: 18px !important;
  }
  .site-container li {
    font-size: 18px !important;
  }
  .site-container blockquote {
    font-size: 18px !important;
  } 
}

.img-logo {
  content: url("../img/logo.svg");
  height: 130px;
  width: 130px;
  /*filter: brightness(1.0); */
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  border-radius: 50%;
  /*box-shadow: 0.4rem 0.4rem 0.4rem #00000040;*/
  margin-bottom: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .img-logo {
    height: 130px;
    width: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .img-logo {
    height: 150px;
    width: 150px;
  }
}

@media (min-width: 1200px) {
  .img-logo {
    height: 170px;
    width: 170px;
  }
}

.filter {
  --cursor: pointer;
}

.btn-tst {
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  color: #1874cd;
}

.select-txt {
  user-select: text;
}

.fnt-size {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fnt-size {
    font-size: 15px !important;
  }
}

@media (min-width: 1200px) {
  .fnt-size {
    font-size: 15px !important;
  }
}

.a-shw {
  text-shadow:  1px  1px 1px #292929,
                  1px -1px 1px #292929,
                 -1px  1px 1px #292929,
                 -1px -1px 1px #292929;
}

/***************************************************************************/
/************************************ Slideshow ***************************/
/**************************************************************************/

#slideshow-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -11; 
  background-size: cover;
  background-position: center; 
  background-image: url('../img/bg/cross-6703536.webp');
  transform: scale(1.0);
  will-change: transform, opacity;
}

#slideshow-background::before,
#slideshow-background::after {
  content: '';
  position: absolute;
  inset: 0; 
  background-size: cover;
  background-position: center; 
  transition: opacity 5s ease-in-out;
  transform: scale(1.1);
  opacity: 0;
  will-change: transform, opacity;
}

/* Spezifische Animationen */
#slideshow-background::before {
  animation: fade-a 200s infinite; /* Layer A  */
}

#slideshow-background::after {
  animation: fade-b 200s infinite; /* Layer B  */
}

/* --- KEYFRAME-DEFINITIONEN FUER LAYER A (Bilder 1, 3, 5) --- */
@keyframes fade-a {
    /* BILD 1 */
    0%, 20% { /* Sichtbar & Zoom Ende */
        background-image: url('../img/bg/cross-6703536.webp');
        opacity: 1;
        z-index: -9; 
        /* HIER ist der einzige abweichende brightness-Wert: */
        filter: brightness(80%) contrast(120%) blur(5px);
        -webkit-filter: brightness(80%) contrast(120%) blur(5px);
    }

    0.5%, 19% { /* Zoom Start */
        transform: scale(1.0);
        filter: brightness(60%) contrast(120%) blur(0px);
        -webkit-filter: brightness(60%) contrast(120%) blur(0px);
    }

    21%, 39% { /* Unsichtbar */
        opacity: 0;
        transform: scale(1.1);
        filter: brightness(60%) contrast(120%) blur(5px);
        -webkit-filter: brightness(60%) contrast(120%) blur(5px);
    }
    
    /* BILD 3 */
    40%, 60% { /* Sichtbar & Zoom Ende */
        background-image: url('../img/bg/snow-4963715.webp');
        opacity: 1;
        z-index: -7;
        filter: brightness(60%) contrast(120%) blur(5px);
        -webkit-filter: brightness(60%) contrast(120%) blur(5px);
    }

    40.5%, 59% { /* Zoom Start */
        transform: scale(1.0);
        filter: brightness(60%) contrast(120%) blur(0px);
        -webkit-filter: brightness(60%) contrast(120%) blur(0px);
    }
    
    61%, 79% { /* Unsichtbar */
        opacity: 0;
        transform: scale(1.1);
        filter: brightness(60%) contrast(120%) blur(5px);
        -webkit-filter: brightness(60%) contrast(120%) blur(5px);
    }
    
    /* BILD 5 */
    80%, 100% { /* Sichtbar & Zoom Ende */
        background-image: url('../img/bg/crosses-671379.webp');
        opacity: 1;
        z-index: -5;
        filter: brightness(60%) contrast(120%) blur(5px);
        -webkit-filter: brightness(60%) contrast(120%) blur(5px);
    }
    
    80.5%, 99.5% { /* Zoom Start */
        transform: scale(1.0);
        filter: brightness(60%) contrast(120%) blur(0px);
        -webkit-filter: brightness(60%) contrast(120%) blur(0px);
    }
}

/* --- KEYFRAME-DEFINITIONEN FUER LAYER B (Bilder 2, 4) --- */
@keyframes fade-b {
    0%, 19% { /* Unsichtbar */
        opacity: 0;
        transform: scale(1.1);
        filter: brightness(60%) contrast(120%) blur(5px);
        -webkit-filter: brightness(60%) contrast(120%) blur(5px);
    }
    /* BILD 2 */
    20%, 40% { /* Sichtbar & Zoom Ende */
        background-image: url('../img/bg/field-5475003.webp');
        opacity: 1;
        z-index: -8;
        filter: brightness(60%) contrast(120%) blur(5px);
        -webkit-filter: brightness(60%) contrast(120%) blur(5px);
    }
    
    20.5%, 39% { /* Zoom Start */
        transform: scale(1.0);
        filter: brightness(60%) contrast(120%) blur(0px);
        -webkit-filter: brightness(60%) contrast(120%) blur(0px);
    }

    41%, 59% { /* Unsichtbar */
        opacity: 0;
        transform: scale(1.1);
        filter: brightness(60%) contrast(120%) blur(5px);
        -webkit-filter: brightness(60%) contrast(120%) blur(5px);
    }

    /* BILD 4 */
    60%, 80% { /* Sichtbar & Zoom Ende */
        background-image: url('../img/bg/mountains-7437721.webp');
        opacity: 1;
        z-index: -6;
        filter: brightness(60%) contrast(120%) blur(5px);
        -webkit-filter: brightness(60%) contrast(120%) blur(5px);
    }
        
    60.5%, 79% { /* Zoom Start */
        transform: scale(1.0);
        filter: brightness(60%) contrast(120%) blur(0px);
        -webkit-filter: brightness(60%) contrast(120%) blur(0px);
    }

    81%, 100% { /* Unsichtbar */
        opacity: 0;
        transform: scale(1.1);
        filter: brightness(60%) contrast(120%) blur(5px);
        -webkit-filter: brightness(60%) contrast(120%) blur(5px);
    }
}

#mlkglas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.527); 
  backdrop-filter: brightness(190%) contrast(100%) blur(5px);
  -webkit-backdrop-filter: brightness(190%) contrast(100%) blur(5px);
  transition: opacity 500ms ease-in-out;
  will-change: transform, opacity;
}

/* slideshow END */

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-weight: 500;
}

.vert-text h4 {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  font-weight: 400;
}

.vert-text p {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .vert-text h1 {
    font-size: 30px !important;
  }
  .vert-text h4 {
    font-size: 18px !important;
  }
}

@media (min-width: 1200px) {
  .vert-text h1 {
    font-size: 34px !important;
  }
  .vert-text h4 {
    font-size: 20px !important;
  }
}

.vert-text1 {
  padding: 0;
  margin: 0;
}

.vert-text2 {
  padding: 0;
  margin: 0;
}

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}

.header-top {
  display: table;
  height: 1%;
  width: 100%;
  position: relative;
}

.top-container {
  display: table-cell;
  float: right;
  padding-right: 20px;
  color: #f1f1f1;
  top: 20px;
}

/******************************** navbar ******************************/

#nav {
    width: 100%;
    position: fixed; /* Immer oben fixiert */
    top: 5px;
    z-index: 9995;
    transform: translateY(-100%); /* Start ausgeblendet */
    transition: transform 0.5s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

/* Zustand sichtbar */
#nav.visible {
  transform: translateY(0);
}

.navbar-top {
  top: 1px;
}

.navbar-better {
  border-radius: 25px !important;
  background: #383838c7;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
    box-shadow: 
    0 0 0.5rem rgba(75, 75, 75, 0.3),  /* leichter Grundschatten */
    0 0 1rem rgba(37, 37, 37, 0.5),    /* stärkerer mittlerer Schatten */
    0 0 2rem rgba(27, 27, 27, 0.6);    /* kräftiger, weicher Außen-Schatten */
}

.navbar {
  border-radius: 15px !important;
  transition: 0.4s;
}

.navbar-header {
  height: 52px;
}

.navbar-logo {
  height: 22px;
  width: 22px;
}

.scrollUp {
  transform: translateY(-100%);
}

.navbar-new {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-new .navbar-brand {
  color: #f1f1f1;
}

.navbar-brand path {
  fill: #ffffff;
}

.navbar-new .navbar-text {
  color: #f1f1f1;
}

.navbar-new .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-new .navbar-nav > li > a:hover,
.navbar-new .navbar-nav > li > a:active,
.navbar-new .navbar-nav > li > a:after,
.navbar-new .navbar-nav > li > a:focus {
  background-color: transparent;
  border-radius: 10px;
  color: #1874cd;
}

.navbar-new .navbar-toggle {
  border-color: transparent;
}

.navbar-new .navbar-toggle:hover,
.navbar-new .navbar-toggle:active,
.navbar-new .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-new .navbar-toggle {
  background-color: #cccccc;
}

.icon-bar {
  background-color: #cccccc;
}

.navbar-new .navbar-collapse,
.navbar-new .navbar-form {
  border-color: #ececec;
}

/***************************************************************************/
/****************************** navbar burger ******************************/
/***************************************************************************/
/******* From Uiverse.io by prakashdc - Copyright - 2025 prakashdc *********/
/**************** modified from page holder F.E.G.l.P.e.V. *****************/
/***************************************************************************/

.hamburger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  /* The size of the SVG defines the overall size */
  height: 2.8em;
  /* Define the transition for transforming the SVG */
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  /* Define the transition for transforming the Stroke */
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
  transform: rotate(-45deg);
  /*transform: translate(-0.5rem, 0ex);*/
}

.hamburger input:checked + svg .line-top-bottom {
  /*transform: translate(0.2rem, 0ex);*/
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

/****************************** navbar burger END******************************/

/* site items */

.site-item {
  margin-bottom: 15px;
  padding: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.site2-item {
  margin-bottom: 15px;
  padding: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.site-better {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.site-container {
  border-radius: 25px;
  background: #383838c7;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
}

/* site1 */

.site1 {
  padding-top: 90px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.site1-padd {
  padding-top: 90px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

/* site2*/

.site2 {
  padding-top: 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.active {
  background: #3071a9 !important;
  border: 1px solid #bbbbbb !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.label {
  border-radius: 0px !important;
}

label.valid {
  width: 24px;
  height: 24px;
  background: url(../img/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}

label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}

.portfolio {
  background: #f1f1f1;
}

/***************************************************************************/
/****************************** button down ********************************/
/***************************************************************************/

.wrap-center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 10px !important;
}

.scrolldown {
  /* optional
  --color: white;
  --sizeX: 30px;
  --sizeY: 50px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  border: calc(var(--sizeX) / 10) solid var(--color);
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
  cursor: pointer; */

  -webkit-animation: cssAnimation 5s forwards; 
  animation: cssAnimation 5s forwards;
}

@keyframes cssAnimation {
    0%   {opacity: 0;}
    50%  {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 0;}
    50%  {opacity: 0;}
    100% {opacity: 1;}
}

/* optional
.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--color);
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #2a54703b;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }

  40% {
    opacity: 1;
    height: 10px;
  }

  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }

  100% {
    height: 3px;
    opacity: 0;
  }
}
*/
.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chevrondown {
  margin-top: -6px;
  position: relative;
  /* optional
  border: solid var(--color);
  */
  border: solid rgb(91, 113, 131);
  border-width: 0 3px 3px 0;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

.chevrondown:nth-child(3n + 1) {
  animation: puls 750ms ease infinite alternate;
}

.chevrondown:nth-child(3n + 2) {
  animation: puls 750ms ease infinite alternate 250ms;
}
 /* optional
.chevrondown:nth-child(3n + 3) {
  animation: puls 750ms ease infinite alternate 500ms;
}
  */
@keyframes puls {
    0%   {opacity: 0;}
    25%   {opacity: 0.2;}
    50%  {opacity: 0.4;}
    75%  {opacity: 0.5;}
    100% {opacity: 0.7;}
}

@-webkit-keyframes puls {
    0%   {opacity: 0;}
    25%   {opacity: 0.2;}
    50%  {opacity: 0.4;}
    75%  {opacity: 0.5;}
    100% {opacity: 0.7;}
}

/***************************************************************************/
/******************************* button down END ***************************/
/***************************************************************************/

/***************************************************************************/
/******************************* button social *****************************/
/***************************************************************************/

.btnz {
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  background-color: #ffffff42;
}

.btnz:link, .btnz:visited, .btnz:hover, .btnz:active, .btnz:focus, .btnz:focus-visible, .btnz:focus-within {
  width: 110px;
  transition-duration: 0.4s;
  border-radius: 30px;
}

.btnz:link, .btnz:visited, .btnz:hover, .btnz:active, .btnz:focus, .btnz:focus-visible, .btnz:focus-within {
  background-color: #81c0ff;
}

.btnz:link .svgIcon, .btnz:visited .svgIcon, .btnz:hover .svgIcon, .btnz:active .svgIcon, .btnz:focus .svgIcon, .btnz:focus-visible .svgIcon, .btnz:focus-within .svgIcon {
  opacity: 0;
  z-index: -10;
  transition-duration: 0.3s;
  pointer-events: none;
}

.btnz-txt {
  position: absolute;
  color: rgb(255, 255, 255);
  width: 120px;
  font-weight: 600;
  opacity: 0;
  z-index: -10;
  transition-duration: 0.3s;
}

.btnz:link .btnz-txt, .btnz:visited .btnz-txt, .btnz:hover .btnz-txt, .btnz:active .btnz-txt, .btnz:focus .btnz-txt {
  opacity: 1;
  z-index: 10;
  transition-duration: 0.8s;
}

.svgIcon {
  transition-duration: 0.3s;
}

.svgIconz {
  transition-duration: 0.3s;
}

.btnz:link .svgIconz, .btnz:visited .svgIconz, .btnz:hover .svgIconz, .btnz:active .svgIconz, .btnz:focus .svgIconz, .btnz:focus-visible .svgIconz, .btnz:focus-within .svgIconz {
  opacity: 0;
  z-index: -10;
  transition-duration: 0.3s;
  pointer-events: none;
}

.svgIcon path {
  fill: white;
}

/***************************** button social END ***************************/

/***************************************************************************/
/************************** light-darkmode button **************************/
/***************************************************************************/
/**** From Uiverse.io by catraco - Copyright - 2025 catraco (Catraco)  *****/
/**************** modified from page holder F.E.G.l.P.e.V. *****************/
/***************************************************************************/

/*------ Settings ------*/
.container-switch {
  --color: #ffbb00;
  --size: 30px;
  /*display: inline-block; ------*/
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: var(--size);
  user-select: none;
  fill: var(--color);
  margin-right: 40px;
  margin-bottom: 26px;
}

.con-sw-dis {
  display: inline-block !important;
}

/* ------ display ------ */
@media (max-width: 1420px) {
  .container-switch {
    display: none;
  }
}

.sun {
  fill: #ffffff;
  stroke-width: 0; 
  stroke:#ffffff;
  z-index: 9999;
}

.sun2 {
  fill: #ffffff;
  stroke-width: 0; 
  stroke:#ffffff;
  z-index: 9999;
}

.container-switch path:hover {
  fill: #ffbb00;
}

.container-switch input {
  display: none;
}

.container-switch .sun2 {
  position: absolute;
  animation: keyframes-fill 0.5s;
}

.container-switch .sun {
  position: absolute;
  display: none;
  animation: keyframes-fill 0.5s;
}

/* ------ On check event ------ */
.container-switch input:checked ~ .sun2 {
  display: none;
}

.container-switch input:checked ~ .sun {
  display: block;
}

/* ------ Hide the default checkbox ------ */
.container-switch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* ------ Animation ------ */
@keyframes keyframes-fill {
  0% {
    transform: rotate(-360deg) scale(0);
    opacity: 0;
  }

  75% {
    transform: rotate(25deg);
  }
}

/************************* light-darkmode button END ***********************/

/***************************************************************************/
/******************************** bookmark *********************************/
/***************************************************************************/
/******** From Uiverse.io by Galahhad - Copyright - 2025 Galahhad **********/
/**************** modified from page holder F.E.G.l.P.e.V. *****************/
/***************************************************************************/

.ui-bookmark {
  --icon-size: 20px;
  --icon-secondary-color: #ffffff;
  --icon-hover-color: #ffbb00;
  --icon-primary-color: #ffbb00;
  --icon-trans-color: transparent;
  --icon-circle-border: 1px solid var(--icon-trans-color);
  --icon-circle-size: 1px;
  --icon-anmt-duration: 0.3s;
  padding-right: 1px;
  padding-left: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.ui-bkmk-dis {
  display: inline-block !important;
}

/* ------ display ------ */
@media (max-width: 1410px) {
  .ui-bookmark {
    display: none;
  }
}

@media (min-width: 1410px) {
  .ui-bookmark {
    display: inline-block !important;
  }
}

.ui-bookmark input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.ui-bookmark .bookmark {
  width: var(--icon-size);
  height: auto;
  fill: var(--icon-secondary-color);
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-flexbox; /* Safari */
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: block; 
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.bookmark::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 0 30px 0 -4px var(--icon-primary-color),
    30px 0 0 -4px var(--icon-primary-color),
    0 -30px 0 -4px var(--icon-primary-color),
    -30px 0 0 -4px var(--icon-primary-color),
    -22px 22px 0 -4px var(--icon-primary-color),
    -22px -22px 0 -4px var(--icon-primary-color),
    22px -22px 0 -4px var(--icon-primary-color),
    22px 22px 0 -4px var(--icon-primary-color);
  box-shadow: 0 30px 0 -4px var(--icon-primary-color),
    30px 0 0 -4px var(--icon-primary-color),
    0 -30px 0 -4px var(--icon-primary-color),
    -30px 0 0 -4px var(--icon-primary-color),
    -22px 22px 0 -4px var(--icon-primary-color),
    -22px -22px 0 -4px var(--icon-primary-color),
    22px -22px 0 -4px var(--icon-primary-color),
    22px 22px 0 -4px var(--icon-primary-color);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.bookmark::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: var(--icon-circle-border);
  opacity: 0;
}

/* actions */

.ui-bookmark:hover .bookmark {
  fill: var(--icon-hover-color);
}

.ui-bookmark input:checked + .bookmark::after {
  -webkit-animation: circles var(--icon-anmt-duration)
    cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation: circles var(--icon-anmt-duration)
    cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -webkit-animation-delay: var(--icon-anmt-duration);
  animation-delay: var(--icon-anmt-duration);
}

.ui-bookmark input:checked + .bookmark {
  fill: var(--icon-primary-color);
  -webkit-animation: bookmark var(--icon-anmt-duration) forwards;
  animation: bookmark var(--icon-anmt-duration) forwards;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.ui-bookmark input:checked + .bookmark::before {
  -webkit-animation: circle var(--icon-anmt-duration)
    cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation: circle var(--icon-anmt-duration)
    cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -webkit-animation-delay: var(--icon-anmt-duration);
  animation-delay: var(--icon-anmt-duration);
}

@-webkit-keyframes bookmark {
  50% {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes bookmark {
  50% {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes circle {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }

  90% {
    width: var(--icon-circle-size);
    height: var(--icon-circle-size);
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes circle {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }

  90% {
    width: var(--icon-circle-size);
    height: var(--icon-circle-size);
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes circles {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes circles {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}

/******************************* bookmark END *****************************/

/***************************************************************************/
/******************************** notification *****************************/
/**** From Uiverse.io by vinodjangid07 - Copyright - 2025 vinodjangid07 ****/
/**************** modified from page holder F.E.G.l.P.e.V. *****************/
/***************************************************************************/

.notif {
  display: inline;
  position: absolute;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 23px;
  margin-top: 10px;
}

.notif_circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  animation: notif_901 1s ease-in-out infinite;
}

.notif_circle:nth-of-type(1) {
  background-color: #ff4040;
  animation-delay: 0;
}

@keyframes notif_901 {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.2);
  }

  40% {
    transform: scale(1);
  }
}

.button-bell {
  width: 50px;
  height: 50px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  cursor: pointer;
  transition-duration: 0.3s;
  /*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.13);*/
  border: none;
}

.btn-bell-dis {
  display: inline !important;
}

/* ------ display ------ */
@media (max-width: 768px) {
  .btn-bell-dis {
    display: none;
  }
}

@media (max-width: 10768px) {
  .btn-bell-dis2 {
    display: inline;
  }
}

.bell {
  width: 18px;
  animation: bellRing 1s normal 1s;
}

.bell path {
  fill: white;
}

.bell path:hover {
  fill: #ffbb00;
  animation: bellRing 1s;
}

.button-bell:hover path {
  background-color: rgba(255, 255, 255, 0);
  animation: bellRing 1s;
  fill: #ffbb00;
}

.button-bell:hover .bell {
  animation: bellRing 0.9s normal;
}

/* bell ringing animation keyframes*/
@keyframes bellRing {
  0%,
  100% {
    transform-origin: top;
  }

  15% {
    transform: rotateZ(10deg);
  }

  30% {
    transform: rotateZ(-10deg);
  }

  45% {
    transform: rotateZ(5deg);
  }

  60% {
    transform: rotateZ(-5deg);
  }

  75% {
    transform: rotateZ(2deg);
  }
}

.button:active {
  transform: scale(0.8);
}

/******** /error container *****/

.notif-error-container {
  display: inline;
}

.notif-error-con-dis {
  display: inline;
}

/* ------ display none ------ */
@media (max-width: 768px) {
  .notif-error-con-dis {
    display: none;
  }
}

/***************************************************************************/
/* From Uiverse.io by andrew-demchenk0 - Copyright - 2025 andrew-demchenk0 */
/**************** modified from page holder F.E.G.l.P.e.V. *****************/
/***************************************************************************/
.error {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* max-width: 340px; */
  padding: 10px;
  flex-direction: row;
  align-items: left;
  justify-content: start;
  background: #ef665b;
  border-radius: 8px;
  box-shadow: 0px 0px 5px -3px #111;
  position: relative;
  display: flex;
  float: left;
  color: #f1f1f1;
  top: 5px;
}

.error__icon {
  width: 15px;
  height: 15px;
  transform: translateY(-2px);
  margin-right: 5px;
}

.error__icon path {
  fill: #fff;
}

.error__title {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.error__close {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-left: 5px;
}

.error__close path {
  fill: #fff;
}

/***************************** notification END ****************************/

/***************************************************************************/
/******************************** button apps *******************************/
/***************************************************************************/
/******* From Uiverse.io by NelsonDJCR - Copyright - 2025 NelsonDJCR *******/
/**************** modified from page holder F.E.G.l.P.e.V. *****************/
/***************************************************************************/

.button-app {
  height: 50px;
  width: 150px;
  text-align: center;
  align-items: center;
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 0.6em 2.3em 0.5em 0.5em;
  font-size: 16px;
  margin-top: 15px;
  border-radius: 25px;
  background: #474747;
  border: 1px solid #5e5e5e;
  box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
  float: left;
}

.button-app > svg {
  height: 25px;
  position: absolute;
  padding: 0px 5px;
  margin-top: -1px;
}

.button-app:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  /*transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);*/
  z-index: -1;
}

.button-app:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  /*background-color: #2d9aff;*/
  border-radius: 50%;
  display: block;
  /*transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);*/
  z-index: -1;
}

.button-app:active {
  font-size: 15px;
  box-shadow: 0.1rem 0.1rem 0.3rem #00000040;
}

.button-app:hover {
  color: #ffffff;
  border: 1px solid #81c0ff;
}

.button-app:hover:before {
  top: -35%;
  /*background-color: #2d9aff;*/
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button-app:hover:after {
  top: -45%;
  background-color: #1874cd;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/****************************** button apps END *****************************/

/***************************************************************************/
/******************************** qr button *******************************/
/***************************************************************************/

.tooltips-container {
  position: relative;
  display: inline-block;
  padding: 1.1em 1.3em 0.5em 0.5em;
}

.qr-button {
  height: 50px;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
}

.qr-button:hover,
.qr-button:focus {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.tooltips {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 5%;
  transform: translateX(-50%) translateY(10px);
  padding: 12px 20px;
  background: linear-gradient(135deg, #ffffff, #f8f9fa);
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #1f2937;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(229, 231, 235, 1);
}

.tooltip-x {
  cursor: pointer;
  padding-top: 20px;
  margin-left: 50%;
}

/* Tooltip arrow */
.tooltips::after {
  content: "";
  z-index: 10000;
  position: absolute;
  top: 100%;
  left: 62%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.tooltips-container:visited .tooltips,
.tooltips-container:hover .tooltips,
.tooltips-container:active .tooltips,
.qr-button:focus + .tooltips {
  opacity: 1;
  visibility: visible;
  -webkit-visibility: visible;
  transform: translateX(-50%) translateY(0);
}

@keyframes glow {
  0% {
    text-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
  }
  50% {
    text-shadow: 0 0 20px rgba(99, 102, 241, 0.7);
  }
  100% {
    text-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
  }
}

.tooltips strong {
  animation: glow 2s infinite;
  font-weight: 600;
}

.tooltips i {
  margin-right: 6px;
  color: #ff4e42;
}

/******************************** qr button END *******************************/

/***************************************************************************/
/******************************** btn-app2 *******************************/
/***************************************************************************/

.btn-app2 {
  height: 200px;
  width: 100%;
  text-align: center;
  align-items: center;
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin-top: 15px;
  border-radius: 0.8em;
  border: rgb(122, 122, 122) 1px solid;
  box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
  text-shadow: 2px  2px 2px #000000,
             2px -2px 2px #000000,
             -2px  2px 2px #000000,
             -2px -2px 2px #000000;
}

@media (min-width: 591px) and (max-width: 767px) {
  .btn-app2 {
    max-width: 450px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn-app2 {
    max-width: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .btn-app2 {
    max-width: 450px;
  }
}

@media (min-width: 1200px) {
  .btn-app2  {
    max-width: 450px;
  }
}

.btn-app2 > svg {
  height: 25px;
  position: absolute;
  padding: 0px 5px;
  margin-top: -1px;
}

.btn-img1 {
  background: url("../img/btn/img1.webp");
  background-repeat: 3px 5px no-repeat;
  background-size: cover;
}

.btn-img1:hover {
  background-size: 110%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-img2 {
  background: url("../img/btn/img2.webp");
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}

.btn-img2:hover {
  background-size: 110%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-img3 {
  background: url("../img/btn/cal.webp");
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}

.btn-img3:hover {
  background-size: 110%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-img4 {
  background: url("../img/btn/gmaps.webp");
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}

.btn-img4:hover {
  background-size: 110%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-img5 {
  background: url("../img/btn/amaps.webp");
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}

.btn-img5:hover {
  background-size: 110%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-img6 {
  background: url("../img/btn/omaps.webp");
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}

.btn-img6:hover {
  background-size: 110%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/****************************** btn-app2 END *****************************/

/******************************** button to top  ******************************/
/***************************************************************************/
/* From Uiverse.io by vinodjangid07 - Copyright - 2025 vinodjangid07 (Vinod Jangid)*/
/**************** modified from page holder F.E.G.l.P.e.V. *****************/
/***************************************************************************/

.Btn-top {
  width: 48px;
  height: 48px;
  background: #a8a8a8ce;
  bottom: 4.5em;
  right: 1em;
  border-radius: 50%;
  border: none;
  z-index: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.Btn-top svg {
  height: 1.8em;
}

.arrow path {
  fill: white;
}

.text.top {
  font-size: 1.5em;
  width: 100px;
  position: absolute;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -18px;
  opacity: 0;
  transition-duration: 0.7s;
}

.Btn-top:hover .text-top {
  opacity: 1;
  transition-duration: 0.7s;
}

.Btn-top:hover .arrow {
  animation: slide-in-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/***************************************************************************/

.Btn-top-pod {
  position: fixed;
  width: 45px;
  height: 45px;
  background: #a8a8a8ce;
  bottom: 6.4em;
  right: 1em;
  border-radius: 15%;
  border: none;
  z-index: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.Btn-top-pod svg {
  height: 1.5em;
}

.Btn-down-pod {
  position: fixed;
  width: 45px;
  height: 45px;
  background: #a8a8a8ce;
  bottom: 3.0em;
  right: 1em;
  border-radius: 15%;
  border: none;
  z-index: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.Btn-down-pod svg {
  height: 1.6em;
}

.Btn-top-pod:hover .text-top {
  opacity: 1;
  transition-duration: 0.7s;
}

.Btn-top-pod:hover .arrow {
  animation: slide-in-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.Btn-down-pod:hover .text-top {
  opacity: 1;
  transition-duration: 0.7s;
}

.Btn-down-pod:hover .arrow {
  animation: slide-in-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.scrollToTopBtn {
  border: none;
  cursor: pointer;
  position: fixed;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

/* optional

.scrollToTopBtn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    opacity: 0;
    pointer-events: none; 
    transition: opacity 0.3s ease;
}

.scrollToTopBtn.showBtn {
    opacity: 1;
    pointer-events: auto;
}

*/

/***************************************************************************/
/********************************** sitemap ********************************/
/***************************************************************************/

.txt-ul {
font-size: 16px;
}

@media (min-width: 1200px) {
  .txt-ul {
    font-size: 18px !important;
  }
}

/***************************************************************************/
/********************************** footer *********************************/
/***************************************************************************/

#footer {
  bottom: 0;
  width: 100%;
  background-color: transparent;
  padding: 20px;
  margin-top: 50px;
  transition: opacity 0.5s ease-in-out;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.ftr-rtv {
  position: relative;
}

.ftr-fxd {
  position: fixed;
}

#footer .icons {
  margin: 0 0 0.5em 0;
}

#footer .copyright {
  font-size: 0.9em;
  list-style: none;
  padding: 0;
}

#footer .copyright li {
  border-left: solid 1px;
  display: inline-block;
  line-height: 1em;
  margin: 0 0 0 0.75em;
  padding: 0 0 0 0.75em;
}

#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#footer .copyright a {
  color: inherit;
}

#footer:hover {
  opacity: 1;
}

#footer > :last-child {
  margin-bottom: 0;
}

a {
  /*color: #ffffff;*/
  text-decoration: none;
}

a:hover {
  border-bottom-color: transparent;
  /*color: #00c1fc;*/
  text-decoration: none;
}

/* icon */

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
.icon:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.icon,
a:hover {
  color: #1874cd !important;
}

.icon,
a:active {
  color: #ffffff !important;
}

.icon > .label {
  display: none;
}

.icon:before {
  line-height: inherit;
}

.icon.solid:before {
  font-weight: 900;
}

.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon:before {
  font-size: 1.25em;
}

ul.icons li a {
  color: inherit;
}

/* list */

ol,
ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}

/******************************** footer END *******************************/

/********************************** print *********************************/
@media print {
  
  header,
  nav,
  footer,
  aside,
  .sidebar,
  .social-media-buttons,
  form,
  video {
    display: none !important;
  }

  body,
  main,
  .content-area,
  article {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }
  
  body {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt; 
    color: #000000; 
    background: #ffffff; 
    margin: 25px;
    margin-top: 25px;
  }

  a:after {
    content: " (" attr(href) ")";
    font-size: 10pt;
    color: #333333;
  }
  
  h1, h2, h3 {
    page-break-after: avoid; 
  }

  img, table {
    page-break-inside: avoid; 
  }

  .notz-date {
    border: 2px solid #2c2c2c;
    border-radius: 25px;
  }

  .notz-line {
    border: 2px solid #2c2c2c;
    border-radius: 2px;
  }

  .site-livepod-txt {
    display: none !important;
  }

  .nred {
    border: 2px solid #ff0000;
    border-radius: 2px;
  }

  .nyel {
    border: 2px solid #dad600;
    border-radius: 2px;
  }

.nblue {
    border: 2px solid #3872b4;
    border-radius: 2px;
  }

.ngold {
    border: 2px solid #e08f32;
    border-radius: 2px;
  }

}
/********************************** print END *********************************/