/* Silence is Golden */

/*Custom Typography*/
body {
	font-family: field-gothic-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: field-gothic-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
}
strong {
    font-weight: 600;
}
h1 {
	margin-bottom: 38px;
}

h2 {
	max-width: 400px;
	margin: auto;
	margin-bottom: 30px;
}

h3 {
	margin-bottom: 14px;
}

.hfg_header .menu-item-title-wrap, .menu-item a {
	font-family: field-gothic-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
}
  /* FULL HEIGHT ORGANIC GRADIENT ------------------------------------------------------------------------------------------------ */
body > .wrapper {
  background-size: 180% 180%;
  background-position: 0% 0%;
  animation: gradientDrift 18s ease-in-out infinite alternate;
}
body > .wrapper {
  background:
    /* GLOW BLOBS — MIDPOINT SCALE */
    radial-gradient(
      58% 38% at 12% 28%,
      rgba(254,236,133,0.9) 0%,
      rgba(255,174,52,0.75) 24%,
      rgba(236,118,12,0.65) 44%,
      rgba(151,55,22,0.4) 58%,
      transparent 72%
    ),
    radial-gradient(
      50% 42% at 52% 46%,
      rgba(255,174,52,0.85) 0%,
      rgba(236,118,12,0.7) 33%,
      rgba(69,27,14,0.45) 55%,
      transparent 75%
    ),
    radial-gradient(
      54% 46% at 88% 58%,
      rgba(236,118,12,0.8) 0%,
      rgba(151,55,22,0.6) 38%,
      rgba(69,27,14,0.45) 60%,
      transparent 78%
    ),

    /* NAVY SUPPRESSION */
    linear-gradient(
      to bottom,
      #01172b 0%,
      rgba(1,23,43,1) 100%
    ),
    linear-gradient(
      to top,
      #01172b 0%,
      rgba(1,23,43,0.98) 45%,
      transparent 60%
    ),

    /* BASE NAVY */
    linear-gradient(
      to bottom,
      #01172b 0%,
      #01172b 100%
    );

  background-repeat: no-repeat;

  /* MIDPOINT FOOTPRINT */
  background-size: 140% 140%;

  animation: gradientDrift 18s ease-in-out infinite alternate;
}
@keyframes gradientDrift {
  0% {
    background-position:
      0% 0%,
      20% 10%,
      80% 20%,
      0% 0%,
      0% 100%,
      0% 0%;
  }

  50% {
    background-position:
      30% 20%,
      50% 40%,
      70% 60%,
      0% 0%,
      0% 100%,
      0% 0%;
  }

  100% {
    background-position:
      60% 40%,
      80% 60%,
      40% 80%,
      0% 0%,
      0% 100%,
      0% 0%;
  }
}
body > .wrapper {
  animation:
    gradientDrift 18s ease-in-out infinite alternate,
    gradientPulse 12s ease-in-out infinite;
}

@keyframes gradientPulse {
  0%, 100% {
    background-size: 175% 175%;
  }
  50% {
    background-size: 185% 185%;
  }
}


/*----------------------------------------------------------------------*/

/*Logo Animation in Header -------------------------------------------------------------------------------------------------*/
.logo-animation {
  font-size: 31px;
  font-family: 'Matisse ITC', serif;
  text-align: center;
  line-height: 1.4em;
  text-transform: uppercase;
  white-space:nowrap; 
}

.logo-animation span {
  color: #01172b;
  font-family: 'Matisse ITC', cursive;
  font-size: 31px;
  text-transform: UPPERCASE;
  vertical-align: middle;
  /*letter-spacing: .2em;*/
}

.fire {
  animation: animation 1s ease-in-out infinite alternate;
  -moz-animation: animation 1s ease-in-out infinite alternate;
  -webkit-animation: animation 1s ease-in-out infinite alternate;
  -o-animation: animation 1s ease-in-out infinite alternate;
}

.burn {
  animation: animation .65s ease-in-out infinite alternate;
  -moz-animation: animation .65s ease-in-out infinite alternate;
  -webkit-animation: animation .65s ease-in-out infinite alternate;
  -o-animation: animation .65s ease-in-out infinite alternate;
}

@keyframes animation {
  0% {text-shadow:
    0 0 20px hsl(56, 97%, 90%),
    10px -10px 30px hsl(50, 98%, 80%),
    -20px -20px 40px hsl(38, 100%, 65%),
    20px -40px 50px hsl(28, 90%, 55%),
    -20px -60px 60px hsl(20, 94%, 48%),
    0 -80px 70px hsl(16, 75%, 38%),
    10px -90px 80px hsl(14, 65%, 25%);
  }
  100% {text-shadow:
    0 0 20px hsl(56, 97%, 90%),
    10px -10px 30px hsl(56, 97%, 90%),
    -20px -20px 40px hsl(50, 98%, 80%),
    22px -42px 60px hsl(38, 100%, 65%),
    -22px -58px 50px hsl(28, 90%, 55%),
    0 -82px 80px hsl(20, 94%, 48%),
    10px -90px 80px hsl(16, 75%, 38%);
  }
}

@-moz-keyframes animation {
  0% {text-shadow:
    0 0 20px hsl(56, 97%, 90%),
    10px -10px 30px hsl(50, 98%, 80%),
    -20px -20px 40px hsl(38, 100%, 65%),
    20px -40px 50px hsl(28, 90%, 55%),
    -20px -60px 60px hsl(20, 94%, 48%),
    0 -80px 70px hsl(16, 75%, 38%),
    10px -90px 80px hsl(14, 65%, 25%);
  }
  100% {text-shadow:
    0 0 20px hsl(56, 97%, 90%),
    10px -10px 30px hsl(56, 97%, 90%),
    -20px -20px 40px hsl(50, 98%, 80%),
    22px -42px 60px hsl(38, 100%, 65%),
    -22px -58px 50px hsl(28, 90%, 55%),
    0 -82px 80px hsl(20, 94%, 48%),
    10px -90px 80px hsl(16, 75%, 38%);
  }
}
@-webkit-keyframes animation {
  0% {text-shadow:
    0 0 20px hsl(56, 97%, 90%),
    10px -10px 30px hsl(50, 98%, 80%),
    -20px -20px 40px hsl(38, 100%, 65%),
    20px -40px 50px hsl(28, 90%, 55%),
    -20px -60px 60px hsl(20, 94%, 48%),
    0 -80px 70px hsl(16, 75%, 38%),
    10px -90px 80px hsl(14, 65%, 25%);
  }
  100% {text-shadow:
    0 0 20px hsl(56, 97%, 90%),
    10px -10px 30px hsl(56, 97%, 90%),
    -20px -20px 40px hsl(50, 98%, 80%),
    22px -42px 60px hsl(38, 100%, 65%),
    -22px -58px 50px hsl(28, 90%, 55%),
    0 -82px 80px hsl(20, 94%, 48%),
    10px -90px 80px hsl(16, 75%, 38%);
  }
}
@-o-keyframes animation{
  0% {text-shadow:
    0 0 20px hsl(56, 97%, 90%),
    10px -10px 30px hsl(50, 98%, 80%),
    -20px -20px 40px hsl(38, 100%, 65%),
    20px -40px 50px hsl(28, 90%, 55%),
    -20px -60px 60px hsl(20, 94%, 48%),
    0 -80px 70px hsl(16, 75%, 38%),
    10px -90px 80px hsl(14, 65%, 25%);
  }
  100% {text-shadow:
    0 0 20px hsl(56, 97%, 90%),
    10px -10px 30px hsl(56, 97%, 90%),
    -20px -20px 40px hsl(50, 98%, 80%),
    22px -42px 60px hsl(38, 100%, 65%),
    -22px -58px 50px hsl(28, 90%, 55%),
    0 -82px 80px hsl(20, 94%, 48%),
    10px -90px 80px hsl(16, 75%, 38%);
  }
}


/*----------------------------------------------------------------------*/

/* Social Icons Menu */
.menu-item-1974 a:after {
	content: "";
	background: url("https://fidelia.whymedia.ch/wp-content/uploads/2026/01/spotify-svgrepo-com.svg");
	background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    width: 28px;
    height: 28px;
}

.menu-item-1972 a:after {
	content: "";
	background: url("https://fidelia.whymedia.ch/wp-content/uploads/2026/01/instagram-167-svgrepo-com.svg");
	background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    width: 28px;
    height: 28px;
}

.menu-item-1973 a:after {
	content: "";
	background: url("https://fidelia.whymedia.ch/wp-content/uploads/2026/01/facebook-svgrepo-com.svg");
	background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    width: 28px;
    height: 28px;
}

.footer-menu .menu-item-1974 a:after {
	width: 48px;
	height: 48px;
}
.footer-menu .menu-item-1972 a:after {
	width: 48px;
	height: 48px;
}
.footer-menu .menu-item-1973 a:after {
	width: 48px;
	height: 48px;
}
.nav-menu-secondary .menu-item a, .footer-menu .menu-item a {
	font-size: 0px;
}

.nav-menu-secondary .nav-ul>li {
	margin: 0 5px;
}

/*Footer Copyrighthinweis*/
.hfg_footer a {
	text-decoration: none;
}
.footer-bottom-inner {
	display: none;
}

.builder-item .item--inner {
	font-family: field-gothic-condensed, sans-serif;
	font-style: normal;
}

.hfg_footer .widget.widget_block {
	margin-bottom: 0px;
}

.questions-title {
	font-size: 29px;
	font-weight: 600;
}

.footer-question:after  {
	content: "";
	background: url("https://fidelia.whymedia.ch/wp-content/uploads/2026/01/arrow-narrow-up-svgrepo-com.svg");
	background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
	transform: translateX(0px) rotate(90deg);
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-bottom: -5px;
}

.footer-question:hover:after  {
	transform: translateX(8px) rotate(90deg);
	transition: transform 0.6s ease-out;
}

/*Menü*/
.nav-ul .sub-menu {
	background: #071629;
}

/*Startseite*/
.arrow-down {
	transform: rotate(180deg);
}

.entry-paragraph {
	max-width: 730px;
	margin: auto;
}

.wp-block-cover__inner-container {
	max-width: 1170px;
	margin: auto;
}

.wp-block-latest-posts__list.wp-block-latest-posts {
	margin-top: 80px;
}

.wp-block-latest-posts__list.wp-block-latest-posts li {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 140px;
}

.wp-block-latest-posts__post-title {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.35;
	text-align: center;
	margin: auto;
	margin-bottom: 18px;
}

.wp-block-latest-posts__list.wp-block-latest-posts .wp-block-image.size-large {
	max-width: 580px;
}

.wp-block-latest-posts__post-full-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wp-block-latest-posts__post-full-content p {
	max-width: 730px;
	margin: auto;
	text-align: center;
	margin-bottom: 18px;
}

.home .neve-main {
	margin-bottom: 0px;
}

/*Vorstand-grid*/
.vorstand-grid {
	
}

.vorstand-details {
	line-height: 1.17;
	margin-top:9px;
}

/*MiniCam Icon*/
.minicam {
	position: relative;
}
.minicam:before {
	content:"";
	position:absolute;
	top: -110px;
	right:0px;
	background-image: url(https://fidelia.ch/wp-content/uploads/2026/02/PICT0039.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height:120px;
	width:120px;
	transform: rotate(-30deg);
}

/*Mobile stuff*/

@media (max-width: 768px) {
	.sponsors img {
		max-width: 220px;
		margin: auto;
	}
	h1, h2, h3, h4 {
		text-align: left !important;
	}
	h1, h2, h3, h4 {
		margin-bottom: 12px;
	}
	.has-text-align-center.entry-paragraph, .wp-block-latest-posts__post-full-content p, .wp-block-latest-posts__post-title {
		text-align:left;
		margin: unset;
	}
	.wp-block-latest-posts__list.aligncenter.wp-block-latest-posts {
		margin-top: 40px;
	}
	.wp-block-latest-posts__list.wp-block-latest-posts li {
		align-items: stretch;
	}
	.wp-block-latest-posts__list .wp-block-image.size-large {
		margin-top:12px;
	}
	.menu-item.menu-item-type-taxonomy.menu-item-object-category {
		margin-bottom: 24px;
	}
	.site-footer .item--inner.builder-item--footer-two-widgets p {
		text-align: left !important;
	}
	footer .footer--row-inner .row {
		gap: 24px;
	}
	.hfg_footer .footer--row .footer--row-inner {
		padding: 24px 0px;
	}
}


.wp-block-latest-posts__post-full-content .wp-block-gallery {
	    display: grid;
   		grid-template-columns: auto auto auto;
   		gap: 15px;

}