body, html {
	font-family:"DINWKK", sans-serif;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
}
#mobile {
	display: none;
}

#page {
	overflow: hidden;
}
/* TRANSISTIONS */
 
#burger_menue span { 
transition: background 900ms ease-in-out;

}

#fp-nav span, .fp-slidesNav span {
transition: background 900ms ease-in-out !important;	

}

.skip-link:focus-visible; {
	
}

/* NAV */

#burger_menue {
	position: fixed;
    left: 10px;
    top: 10px;
    transition: all 900ms ease-in-out !important;
	z-index: 9999;
}


#burger_menue span { 
	display: block;
    background-color: #FFF;
    width: 40px;
    height: 5px;
    margin-bottom: 4px;
    border-radius: 2px;
	
	transition: all 900ms ease-in-out !important;
}

#burger_menue span.close {
	
	display: block;
    background-color: #FFF;
    width: 40px;
    height: 5px;
    margin-bottom: 4px;
    border-radius: 2px;
    transform: rotate(90deg);
    opacity: 0;
    position: absolute;
    top: 10px;
	
}

.open#burger_menue span {
opacity:0;	
}
.open#burger_menue {
    transform: rotate(45deg);
	
}

.open#burger_menue span {
   
	background-color: #FFF !important;
}

.open#burger_menue span.middle {
opacity:1 !important;		
}

.open#burger_menue span.close {
	opacity:1;
}

#layer_menue {
    color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 999;
	display: none;
}

#layer_menue nav {
	width: 100%;
    
   
    
    z-index: 99;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#layer_menue_bg {
	display: none;
	background-color: rgba(0, 101, 136, 0.885);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
	width: 100%;
    height: 100%;
	position: fixed;
	top: 0;
	left:0;
	z-index: 998;
	
	
}

strong, b {
	font-weight: 500;
}

.home_icon a {
	background-image: url(https://fakenews.wkk.or.at/wp-content/uploads/2025/12/home.svg);
    font-size: 0px !important;
    background-position: center center;
    background-size: auto 40%;
    background-repeat: no-repeat;
}

nav.footer-navigation {
	position: fixed;
	bottom: -90px;
	left: 0;
	width: 100%;
	background-color: #003a5c;
	height: 5vh;
	z-index: 997;
	
	transition: bottom 900ms ease-in-out;
}

.fp-enabled nav.footer-navigation {
	bottom: 0;
}


nav.footer-navigation ul > li span.menu-desc {
	display: none;
}

/* UL als horizontale Leiste */
nav.footer-navigation ul {
  display: flex;      /* horizontal */
  height: 100%;       /* füllende Höhe (vom Parent) */
  margin: 0;
  padding: 0;
  list-style: none;
}

/* LI gleich breit aufteilen */
nav.footer-navigation ul > li {
  flex: 1;            /* alle gleich breit */
	position: relative;	
	 outline: 0px solid #FFF;
	 transition: all 250ms ease-in-out;
}

/* Link füllt Fläche und zentriert Text */
nav.footer-navigation ul > li > a {
  display: flex;
  height: 100%;       /* füllt die Höhe */
  justify-content: center; /* horizontal mittig */
  align-items: center;     /* vertikal mittig */
	color: #FFF;
  text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
}

nav.footer-navigation ul > li > a::after {
	opacity: 0;
	position: absolute;content: "";bottom: 0;left: 0;background-color: #FFF;height: 5px;width: 100%;
	transition: all 500ms ease-in-out;
}

nav.footer-navigation ul > li:hover
{
	
	transform: scale(1.01);
    z-index: 9;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
    outline: 5px solid #FFF;
}

nav.footer-navigation ul {
	list-style: none;
    margin: 0;
    padding: 0;

}

nav.footer-navigation ul li {
	
}

nav.footer-navigation ul li a {
	
}

.fake_1  {
	background-color: #CCC;
}

.fake_1_svg path {
	fill: #000;
}

/* INTRO */

.gradient_wkk {
	background: #006588;
background: linear-gradient(220deg,rgba(0, 101, 136, 1) 50%, rgba(0, 58, 92, 1) 50%);
}
#intro_img {
	width: 30vw;
    
}

.fill_dark {
	 transition: fill 250ms ease-in-out;
}

#intro_logo {
position: absolute;
    right: 5vh;
    width: 230px;
    top: 5vh;	
}

#intro_wkk  {
	font-weight: normal;
	 margin: 0 0 0 10vw;
	color: #FFF;
	    font-size: 3vh;
    line-height: 2em;
}

#intro_wkk strong {
	display: block;
	font-weight: 500;
}

/* MANDL */

.mandl {
	color: #FFF;
}

.mandl_img {
	transition: all 900ms ease-in-out;
	opacity: 0;
	
}

	.mandl .wp-block-group{
		display: flex;
		justify-content: center; /* horizontal */
  align-items: center;     /* vertikal */
	}

.mandl_img img {
border-bottom: 7px solid #FFF;	
	max-width: 100%;
}

.mandl_font {
		opacity: 0;
	 transform: translate(2vw, 0);
	transition: all 900ms ease-in-out;
}

.active .mandl_img { 
	opacity:1;
	
}

.active .mandl_font {
	opacity:1;
	 transform: translate(0%, 0%);
}

.mandl_font {
	font-size: 1.8vh;
    max-width: 40vw;
    padding-left: 100px;
	padding-right: 100px;
    line-height: 1.3em;
}

.mandl_font strong {
	font-size: 4vh;
	line-height: 1em;
}

.mandl_font em {
	font-weight: 500;
	font-style: normal;
}
.mandl_font:after {
	    content: "";
    background-image: url(https://fakenews.wkk.or.at/wp-content/uploads/2025/12/wkk-logo-white.svg);
    display: block;
    height: 40px;
    background-repeat: no-repeat;
    margin-top: 30px;
}

.mandl_font img {
	
}

/*FOOTER */

.footer_wkk  .wp-block-image.size-large img {
	    height: 90px;
}

.footer_wkk  p {
	    padding: 40px;
    color: #FFF;
    font-size: 22px;
    line-height: 1.3em;
} 


.footer_wkk  a {
	color: #FFF;
}


.fp-navigation-arrows {
	display: none !important;
}

/* BURGER NAV */

.header-navigation a {
	color: #FFF;
	text-decoration: none;
}





#header-2-menu, #header-menu {
	    margin: 0;
    padding: 0;
    list-style: none;
}

#header-2-menu a:hover {
	color: #003a5c;
}
#header-menu a:hover {
    outline: 3px solid #FFF;
}

#header-menu  {
	    width: 90%;
	    margin: 5vh auto;
	    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	max-width: 1050px;
	  display: flex;
  align-items: center;
  justify-content: center;
	
	 align-items: stretch; 
}

#header-menu li {
	   border-radius: 5px;
   max-width: 390px;
}

#header-menu  a {
	/* width: 60px;
    height: 60px;
	 border-radius: 200px;
    padding: 0px 0px 0px 0px;
    line-height: 64px;
	display: block;*/
	position: relative;
	    border-radius: 5px;
   padding: 0px 10px 0px 10px;
    line-height: 20px;
   
	
	
	display: flex;
  flex-direction: column;
  justify-content: center; /* optional: Inhalt vertikal mittig */
  height: 100%;   
}

#header-menu  a span.menu-title {
	display:none;
	 /*      font-size: 15px;
    background-color: #fff;
    color: rgba(0, 101, 136, 1);
    border-radius: 200px;
    display: block;
    position: absolute;
    left: -9px;
    top: 8px;
    font-weight: 600;
    letter-spacing: 0;
    width: 20px;
    height: 20px;
    line-height: 24px;
    text-align: center;*/
}

#header-menu  a span.menu-desc {
	    font-size: 20px;
    line-height: 22px;
	display: block;
	padding: 5px 0 5px 0px;
}

#header-menu .home_icon  {
	display:none;
}

#header_logo {
	width: 160px;
}

#nav_img {
	opacity:1;
	transform: translate(0%, 0%);
	
	width: 200px;
	display: inline-block;
  transition: transform 520ms ease, filter 520ms ease, box-shadow 520ms ease, opacity 900ms ease-in-out;
  transform-origin: 30% 80%; /* wirkt bei Sprechblasen oft gut */
	margin-bottom: 50px;
}


#nav_img:hover{
  transform: translateY(-4px) scale(1.02) rotate(-0.8deg);
  filter: drop-shadow(0 15px 18px rgba(0,0,0,.75));
}

.footer_link {
	display: block;
    font-size: 13px;
    line-height: 1.1em;
    margin: 5px 0 5px 0px;
}

.wk_back {
	 background-color: #FFF;
    display: block;
    width: 70px;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    border-radius: 4px;
}

body:not(.home) {
  background-color: #006588;
}

.wk-content-pages article {
	color:#FFF;
	max-width: 600px;
	margin: auto;
	width: 90%;
	    line-height: 1.2em;
}

.wk-content-pages article a {
	color:#FFF;
}

.footer_impressum {
		  display: flex;
  justify-content: center; /* horizontal mittig */
  gap: 12px;              /* Abstand zwischen den Links */
  flex-wrap: wrap;        /* optional: bei kleinen Screens umbrechen */
	
width: 90%;
    margin: auto;

}

.footer_impressum a:hover {
	text-decoration: underline;
}

.redirect {
	text-align:center;
}

.redirect h1 {
	    line-height: 1.1em;
}

.redirect img {
width: 50px;
    margin-top: 30px;
}

.redirect img{
  display: inline-block;
  vertical-align: middle;
  will-change: transform, opacity;
  animation: redirectLoop 1.8s ease-in-out infinite;
}

@keyframes redirectLoop{
  0%   { transform: translateX(0);   opacity: 1; }
  45%  { transform: translateX(8px); opacity: 0; }
  46%  { transform: translateX(0);   opacity: 0; } /* Reset während unsichtbar */
  100% { transform: translateX(0);   opacity: 1; }
}

@media (prefers-reduced-motion: reduce){
  .redirect img{ animation: none; }
}
