/* 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:
    /* 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;
}
/*----------------------------------------------------------------------*/

/*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 #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-moz-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-webkit-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-o-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

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

/* 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: 140px;
}

.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;
}

/*Mobile stuff*/

@media (max-width: 768px) {
	.sponsors img {
		max-width: 220px;
		margin: auto;
	}
}
