/***************************************************************************/
/************************* styles - F.E.G.l.P. e.V. ************************/
/************************ MIT LICENSE ./license.txt ************************/
/***************************************************************************/

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

@font-face {
    font-family: 'hst-f';
    src: url('../font/high_summit/high_summit.ttf') format('truetype'),
         url('../font/high_summit/high_summit.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

html,
body {
  height: 100%;
  width: 100%;
  /* font-family: 'hst-f', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  /* 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;
}

a {
  -webkit-tap-highlight-color: transparent; 
}

a:focus {
  outline: none;
}

a:active {
  outline: none;
}

a:focus-visible {
  outline: 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: 30px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 18px !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: 34px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  h4 {
    font-size: 22px !important;
  }
  h5 {
    font-size: 20px !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;
}

.font-hst {
    font-family: 'hst-f';
    font-size: 45px
}

@media (min-width: 768px) and (max-width: 1199px) {
  .font-hst {
    font-size: 50px !important;
  }
}

@media (min-width: 1200px) {
  .font-hst {
    font-size: 55px !important;
  }
}

/* space */

.space-con1 {
padding-top: 5px;
}

.space-con2 {
padding-top: 50vh;
}

@media (max-width: 370px) {
  .space-con1 {
    padding-top: 10px;
  }
}

@media (min-width: 371px) and (max-width: 590px) {
  .space-con1 {
    padding-top: 25px;
  }
}

@media (min-width: 591px) and (max-width: 767px) {
  .space-con1 {
    padding-top: 50px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .space-con1 {
    padding-top: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .space-con1 {
    padding-top: 125px;
  }
}

@media (min-width: 1200px) {
  .space-con1  {
    padding-top: 150px;
  }
}

.space-con-all {
padding-top: 50px;
}

/***************************************************************************/
/************************************ 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);
  overflow: hidden;
  /* will-change: transform, opacity; */
  filter: brightness(60%) contrast(120%);
  -webkit-filter: brightness(60%) contrast(120%);
}

#slideshow-background::before,
#slideshow-background::after {
  content: '';
  position: absolute;
  inset: 0; 
  background-size: cover;
  background-position: center; 
  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; 
    }

    0.5%, 19% { /* Zoom Start */
        transform: scale(1.0);
    }

    21%, 39% { /* Unsichtbar */
        opacity: 0;
        transform: scale(1.1);
    }
    
    /* BILD 3 */
    40%, 60% { /* Sichtbar & Zoom Ende */
        background-image: url('../img/bg/snow-4963715.webp');
        opacity: 1;
        z-index: -7;
    }

    40.5%, 59% { /* Zoom Start */
        transform: scale(1.0);
    }
    
    61%, 79% { /* Unsichtbar */
        opacity: 0;
        transform: scale(1.1);
    }
    
    /* BILD 5 */
    80%, 100% { /* Sichtbar & Zoom Ende */
        background-image: url('../img/bg/crosses-671379.webp');
        opacity: 1;
        z-index: -5;
    }
    
    80.5%, 99.5% { /* Zoom Start */
        transform: scale(1.0);
    }
}

/* --- KEYFRAME-DEFINITIONEN FUER LAYER B --- */
@keyframes fade-b {
    0%, 19% { /* Unsichtbar */
        opacity: 0;
        transform: scale(1.1);
    }
    /* BILD 2 */
    20%, 40% { /* Sichtbar & Zoom Ende */
        background-image: url('../img/bg/field-5475003.webp');
        opacity: 1;
        z-index: -8;
    }
    
    20.5%, 39% { /* Zoom Start */
        transform: scale(1.0);
    }

    41%, 59% { /* Unsichtbar */
        opacity: 0;
        transform: scale(1.1);
    }

    /* BILD 4 */
    60%, 80% { /* Sichtbar & Zoom Ende */
        background-image: url('../img/bg/mountains-7437721.webp');
        opacity: 1;
        z-index: -6;
    }
        
    60.5%, 79% { /* Zoom Start */
        transform: scale(1.0);
    }

    81%, 100% { /* Unsichtbar */
        opacity: 0;
        transform: scale(1.1);
    }
}

#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;
}

/* slideshow END */

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  transform: translateY(-20px);
  animation: slideDown1 0.8s ease forwards;
}

@keyframes slideDown1 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.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);
}

.nav a:active,
.nav a:focus-visible {
  transform: scale(0.97);
}

.nav a {
  display: inline-flex;
  border: 3px solid transparent;
  transition: 0.1s ease;
  padding: 12px 15px !important;
}

.nav a:hover {
  border-color: currentColor;
}

.nav-txt-act {
  color: #3fa8ff !important;
}

.navbar-top {
  top: 1px;
}

.navbar-better {
  border-radius: 26px !important;
  background: #383838fc;
  opacity: 0;
  transform: translateY(-20px);
  animation: slideDown3 0.6s ease forwards;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
    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 */
}

@keyframes slideDown3 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar {
  border-radius: 15px !important;
  transition: 0.4s;
}


@media (min-width: 768px) {
  .navbar-nav {
    max-height: 52px !important;
  }
}

.navbar-logo {
  height: 23px;
  width: 23px;
  transition: filter 0.3s ease;
}

.navbar-logo:active,
.navbar-logo:focus-visible {
  transform: scale(0.95);
}

.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: #3fa8ff;
}

.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-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 25px;
  padding-left: 25px;
  border-top: 0px solid transparent;
    border-top-color: transparent;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .navbar-collapse {
  overflow: hidden;
  padding-right: 100px;
  padding-left: 100px;
  }
}

/***************************************************************************/
/****************************** 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: 40px;
  width: auto;
  /* 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 */

.container h1 {
  opacity: 0;
  transform: translateY(-20px);
  animation: slideDown5 0.7s ease forwards;
}

@keyframes slideDown5 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-item {
  margin-bottom: 15px;
  padding: 20px;
}

.site2-item {
  margin-bottom: 15px;
  padding: 20px;
}

.site-better {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.site-container {
  border-radius: 25px;
  /* background: #383838c7; */
  background: #393939f7;
  /* backdrop-filter: blur(15px); */
  /* -webkit-backdrop-filter: blur(15px); */
  box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
  opacity: 0;
  transform: translateY(-20px);
  animation: slideDown4 0.8s ease forwards;
}

@keyframes slideDown4 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-v1 {
  padding-top: 20px;
}

.site-v2 {
  padding-top: 30px;
}

/* site1 */

.site1 {
  padding-top: 90px;
}

.site1-padd {
  padding-top: 90px;
}

/* site2*/

.site2 {
  padding-top: 1px;
}

/*
.active {
  background: #3071a9 !important;
  border: 1px solid #bbbbbb !important;
  background: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
*/

.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 2s forwards; 
  animation: cssAnimation 2s forwards;
}

.scrolldown:active,
.scrolldown:focus-visible {
  transform: scale(0.92);
}

@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 ***************************/

/************************ TOP ACTIONS WRAPPER ************************/

.top-actions {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 0 10px;
  max-width: 140px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: rgba(180, 180, 180, 0.12);
  z-index: 9999;
  opacity: 0;
  transform: translateY(-20px);
  animation: slideDown2 0.6s ease forwards;
}

@keyframes slideDown2 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 591px) {
  .top-actions {
    right: 25px;
  }
}

.top-actions > *:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 1420px) {
  .ta-display {
    display: none;
  }
}

/***************************************************************************/
/************************** light-darkmode button **************************/
/***************************************************************************/

/*------ Settings ------*/
.container-switch {
  --color: #ffbb00;
  --size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: var(--size);
  user-select: none;
  fill: var(--color);
}

.con-sw-dis {
  display: inline-block !important;
}

.theme-dark #sw-sun {
    display: none;
}

.theme-light #sw-moon {
    display: none;
}

@media (max-width: 1420px) {
  .switch-display {
    display: none !important;
  }
}

.container-switch path:hover {
  fill: #ffbb00;
}

/*.container-switch:hover .sun {
  fill: #ffbb00;
}
*/

.container-switch svg:active,
.container-switch svg:focus-visible {
  transform: scale(0.95);
}

.container-switch input {
  display: none;
}

.container-switch .sun2 {
  position: absolute;
  fill: #ffffff;
  animation: keyframes-fill 0.5s;
  z-index: 9997;
}

.container-switch .sun {
  position: absolute;
  fill: #ffffff;
  display: none;
  animation: keyframes-fill 0.5s;
  z-index: 9997;
}

.container-switch .sun2:hover {
fill: #ffbb00;
}

.container-switch .sun:hover {
fill: #ffbb00;
}


.container-switch input:checked ~ .sun2 {
  display: none;
}

.container-switch input:checked ~ .sun {
  display: block;
}

.container-switch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

@keyframes keyframes-fill {
  0% {
    transform: rotate(-360deg) scale(0);
    opacity: 0;
  }

  75% {
    transform: rotate(25deg);
  }
}

/************************* light-darkmode button END ***********************/

/***************************************************************************/
/******************************** bookmark *********************************/
/***************************************************************************/

.ui-bookmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding-right: 4px;
}

.ui-bookmark label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1410px) {
  .ui-bookmark {
    display: none;
  }
}

.dis-inline {
  display: inline-block !important;
}

.ui-bookmark input {
  display: none;
}

.bookmark svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ui-bookmark:hover .bookmark svg {
  fill: #ffbb00;
}

.ui-bookmark input:checked + .bookmark svg {
  fill: #ffbb00;
  transform: scale(0.9);
}

.ui-bookmark:active,
.ui-bookmark:focus-visible {
  transform: scale(0.95);
}

/******************************* 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,
.button-app:focus-visible {
  font-size: 15px;
  transform: scale(0.95);
  box-shadow: 0.1rem 0.1rem 0.2rem #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 {
  /* max-width: 450px; */
  width: 100%;
  height: 165px;
  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;
  transition: transform 0.2s ease;
  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 (max-width: 390px) {
  .btn-app2 {
    height: 165px;
  }
}

@media (min-width: 391px) and (max-width: 590px) {
  .btn-app2 {
    height: 190px;
    width: 97%;
  }
}

@media (min-width: 591px) and (max-width: 969px) {
  .btn-app2 {
    height: 240px;
    width: 90%;
  }
}

@media (min-width: 970px) and (max-width: 1169px) {
  .btn-app2 {
    height: 160px;
    width: 97%;
  }
}

@media (min-width: 1170px) {
  .btn-app2 {
    height: 180px;
    width: 97%;
  }
}

.btn-app2:hover {
  border: #3fa8ff 2px solid;
  box-shadow: inset 0 0 17px rgba(209, 234, 255, 0.477);
  text-shadow: 2px  2px 2px #00345f,
             2px -2px 2px #00345f,
             -2px  2px 2px #00345f,
             -2px -2px 2px #00345f;
}

.btn-app2:active,
.btn-app2:focus-visible {
  transform: scale(0.98);
  font-size: 22px;
  box-shadow: 0.1rem 0.1rem 0.2rem #00000040;
}

.btn-app2 > svg {
  height: 25px;
  position: absolute;
  padding: 0px 5px;
  margin-top: -1px;
}

.btn-img1 {
  background: url("../img/btn/img1.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.btn-img2 {
  background: url("../img/btn/img2.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.btn-img3 {
  background: url("../img/btn/cal.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.btn-img4 {
  background: url("../img/btn/gmaps.webp");
  background-repeat: no-repeat;
  background-position: center top; 
  background-size: cover;
}

.btn-img5 {
  background: url("../img/btn/amaps.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.btn-img6 {
  background: url("../img/btn/omaps.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/****************************** 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:active,
.Btn-top:focus-visible {
  transform: scale(0.92);
}

.Btn-top svg:active,
.Btn-top svg:focus-visible {
  height: 1.6em;
}

@media (min-width: 970px) {
  .Btn-top {
    display: none;
  }
}

.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: #858585;
  bottom: 6.4em;
  right: 1em;
  border-radius: 15%;
  border: none;
  z-index: 8998;
}

.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;
}

.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 ********************************/
/***************************************************************************/

.smp-li {
  font-size: 16px;
  margin: 0;
  padding-left: 10px;
}

.smp-li a {
  color: inherit;
  text-decoration: none;
}

.smp-p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.smp-li li {
  line-height: 1.9 !important;
  list-style: none;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .smp-li {
    font-size: 18px !important;
  }
}

/***************************************************************************/
/********************************** footer *********************************/
/***************************************************************************/

:root {
  --year: "2026";
  --company: "FEGlP";
}

.year::before { content: var(--year); }
.company::before { content: var(--company); }

#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;
  z-index: 1000;
}

.ftr-rtv {
  position: relative;
}

.ftr-abt {
  position: absolute;
}

@media (max-height: 800px) {
  .ftr-abt {
    position: relative;
    margin-top: 500px !important;
  }
}

.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: pointer;
  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;
}

#footer ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}
#footer ol li {
  padding-left: 0.25em;
}

#footer ul {
  list-style: disc;
  margin: 0 0 2em 0;
}
#footer ul li {
  padding-left: 0.7em;
  padding-right: 0.7em;
}

/******************************** footer END *******************************/

/******************************** Modal / Popup ****************************/

#consentModal {
  position: fixed;
  padding: 20px;
  inset: 0;
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 9999;
}

#consentModal.show {
  opacity: 1;
  visibility: visible;
}

.modal-box {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 100px;
  padding: 20px 30px;
  border-radius: 25px;
  border: 1px solid;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s ease;
}

#consentModal.show .modal-box {
  transform: translateY(0);
  opacity: 1;
}

#consentModal:not(.show) .modal-box {
  transform: translateY(-20px);
}

.modal-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}

#consentAccept {
  height: 45px;
  width: 115px;
  background: #2ecc71;
  padding: 10px 14px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: black;
  box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
}

#consentAccept:hover {
  background: #15f171;
}

#consentAccept:active,
#consentAccept:focus-visible {
  font-size: 14px;
  box-shadow: 0.1rem 0.1rem 0.2rem #00000040;
}

#consentDecline {
  height: 45px;
  width: 115px;
  background: #ff8e8e;
  padding: 10px 14px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: black;
  box-shadow: 0.4rem 0.4rem 0.6rem #00000040;
}

#consentDecline:hover {
  background: #ff5151;
}

#consentDecline:active,
#consentDecline:focus-visible {
  font-size: 14px;
  box-shadow: 0.1rem 0.1rem 0.2rem #00000040;
}

.consent-hint {
  margin-top: 10px;
  opacity: 0.8;
}

/******************************** Modal / Popup 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 *********************************/