@charset "UTF-8";
/* CSS Document */
/*
Theme Name:tigaman webdesign 2026
Theme URL: https://www.tigaman.hu
Theme Description: 26 éves tapasztalatunk és 475 elkészült weboldal biztosítja a minőséget a vállalt keret és határidő szerint. Szolgáltatásainkat a mesterséges intelligencia megoldásaival is bővítettük. Ehhez 17 részletes cikket kínálunk az online tartalomkészítéshez. 
Version: 18.0
Author:tigaman
Author URI: https://www.tigaman.hu
*/
      
@import url("font-awesome.min.css");
@import url("mobil-menu.css");
@import url("calculator.css");
@import url("timeline.css");
@import url("arlista.css");
@import url("csomagok.css");
@import url("preloader.css");
@import url("cookie-bar.css");
@import url("donate.css");
@import url("passcheckandgen.css");
@import url("diagnostic.css");
@import url("slidingpanel.css");
@import url("llms.css");
@import url("wow.css");
@import url("aitest.css");
@import url("freepage.css");
@import url("speedtest.css");
/*
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}/*  */
body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-size: .75vw;
	font-weight: 400;
	font-display: swap;           
  background-color: #0b0a14; 
  
  background-image: radial-gradient(
    circle at 30% 30%, 
    #1c1833 0%,    /* Világosabb, telítettebb indigo mag (a glow) */
    #110f22 45%,   /* Köztes átmeneti mélylila */
    #0b0a14 100%   /* Teljesen besötétedett éjfekete-lila a széleken */
  );
  
  background-attachment: fixed; 
  
  background-attachment: fixed; /* Görgetés közben is fixen tartja a fény középpontját */

	

        }
.clear {
	clear: both;
}
a {
	text-decoration: none;
}
a:hover {
	transition: 1s ease;
}
.tigaman-ar {color: #D6008F;	font-weight: 600;
}

blockquote {
      position: relative;
      font-size: 100%;
      color: #fff;
      line-height: 1.6;
      padding: 1em 1em 1em 6em;
      border-left: 20px solid #D6008F;
      background-color: #222;
      width: calc(100% - 9em - 20px);
      margin: 1em 1em;
      overflow: hidden;    box-shadow: 0 5px 5px -5px #333;

    }
    blockquote::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 5em;
	color: rgba(255,255,255,.25);
	position: absolute;
	top: -15px;
	left: 20px;
	z-index: 0;
	pointer-events: none;
    }

    blockquote span {
      position: relative;
      background-color: #D6008F !important;
      padding: 3px 10px;
      margin: 7px;
      display: inline-block;
      border-radius: 4px;
      transition: background-color 0.6s;
      z-index: 1;
    }

blockquote span.flash {
	background-color: #FF0000 !important;      
	transition: background-color 0.6s;
}
small {
    font-size: 60%;

}
.topsocial {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D6008F !important;
	padding: 0;
	margin: 0;
	font-size: 120%;
}
.topsocial i {

	font-size: 120%;

}
.topsocial ul {
    display: flex;
    gap: 0px; /* Egyenlő távolság az ikonok között */
    padding: 0;
    margin: 0;
    list-style: none;
}

.topsocial ul > li {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}

.topsocial ul > li > a {
    display: inline-flex; /* nem teljes soros, csak amekkora kell */
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 100%; /* opcionális, hogy jól mutasson */
}

/* Ikon kör alakú stílus */
.topsocial ul > li > a .fa {
    width: 23px;
    height: 23px;
    background-color: #D6008F !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; /* térköz az ikon és a szöveg között */
    font-size: 130%;
    transition: 0.3s ease;
    flex-shrink: 0;
}

/* Hover: ikon háttér változás */
.topsocial ul > li > a:hover .fa {
	background-color: #fff;
	color: #D6008F;

}

/* Hover: szöveg aláhúzás */
.topsocial ul > li > a:hover {
	border-bottom: 2px dotted #FFFFFF;

}

.topsocial ul li:not(:last-child)::after {
	content: '|';
	display: inline-block;
	color: #fff;
	font-size: 100%;
	margin: 0 30px;
	transform: translateY(-1px);
}


/* 1. A tároló fixálása */
.topsocial ul li.menu-item-4997 {
    position: relative;
    overflow: hidden;
    height: 30px; 
    margin: 0 10px;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

/* 2. A link alapállapota - Fehér háttér */
.topsocial ul li.menu-item-4997 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 10px;
	background-color: #D6008F !important;
	color: #ffffff !important;
	text-decoration: none !important;
	border-bottom: none !important; /* Tiltjuk az eredeti alsó vonalat */
	transition: transform 0.5s ease;
	animation: flipToRed 10s infinite ease-in-out;
	left: 0px;	font-weight: 600;
}

/* 3. A váltó réteg - Piros háttér */
.topsocial ul li.menu-item-4997 a::after {
	content: attr(title);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #9090D4;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: none !important;
	font-weight: 600;
}

/* 4. Hover állapot - Csak a mozgás áll le, nincs border változás */
.topsocial ul li.menu-item-4997 a:hover {
    border-bottom: none !important;
    animation-play-state: paused;
    background-color: #ffffff; /* Megtartja a fehéret hoverkor is */
}

/* 5. Az animáció ütemezése */
@keyframes flipToRed {
    0%, 50% {
        transform: translateY(0);
    }
    51%, 95% {
        transform: translateY(-100%); /* Itt vált pirosra */
    }
    100% {
        transform: translateY(0);
    }
}

/* Az elválasztó | jel kikapcsolása ennél az elemnél */
.topsocial ul li.menu-item-4997::after {
    display: none !important;
}

#menu {
	position: fixed;
	top: 30px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s, transform 0.3s;
	z-index: 10;				
box-shadow: 
    0 12px 20px -5px rgba(255, 255, 255, 0.15), /* A második érték (12px) tolja lefelé */
    0 25px 40px -10px rgba(255, 255, 255, 0.08); /* A negatív utolsó érték (-10px) összeszűkíti a két szélét */
    
}
#menu.hidden {
            transform: translateY(-100%);
        }
#menu.scrolled {
	background-color: #D6008F !important;
	top: 0px;
        }
#menu img {
	height: 40px;
	margin: 0 0 0 0;
	position: absolute;
	left: 20px; /* Adjust horizontal position */
	top: 50%;
	transform: translateY(-50%); /* Center vertically */
	/*filter: invert(100%) grayscale(100%);*/
	opacity: 0;	
	transition: all 1s ease-in;
}
#menu.scrolled img {
	opacity: 1; transition: all 1s ease-in;
}
.menu {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 120%;
	letter-spacing: 2px;
	font-weight: 500;
}
        .menu ul {
            list-style: none;
            display: flex;
            margin: 0;
            padding: 0;
        }
        .menu ul li {
            display: flex;
            align-items: center;
        }
        .menu ul li:not(:last-child)::after {
            content: '\2022';
            margin: 0 20px;
        }





.menu ul li a {
	position: relative;
	color: #FFFFFF; /* link szín */
	text-decoration: none;
	font-weight: 500;
}

.menu ul li a::after {
  content: "";
  position: absolute;
  bottom: -3px; /* kicsit a szöveg alá */
  left: 50%;
  width: 0;
  height: 1px;
  background-color: currentColor; /* ugyanaz a szín, mint a link */
  transition: width 0.8s ease, left 0.4s ease;
}

.menu ul li a:hover::after {
  width: 100%;
  left: 0;
}





        .slideshow {
            position: relative;
            width: 100%;
            padding: 40% 0 0 0;
            background-color: #000000;
        }

        .slide {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 2s ease-in-out;
            top: 0px;
            left: 0px;
            z-index: 0;
        }
        .slide.active {
            opacity: 1;
}


.biglogo {
	position: absolute;
	top: 60px;
	left: 110px;
	width: 200px;
	transform: translate(-50%, -50%);
	/*   filter: invert(100%) grayscale(100%);*/
	transition: all 2s ease-in-out;
	height: auto;
	z-index: 11;
}


#content {
	width: 96%;
	margin: 50px auto 50px auto;
	position: relative;
}




#mobil-menu-space {
	height: 0px;
	width: 100%;
	display: block;
}
.post-header {
	position: relative;
	width: 100%;
	padding-top: 35%; /* magasság arányosan */
	overflow: hidden;
	text-transform: uppercase;
}

.post-header .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.post-header .header-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	height: 80%;   /* a szülő padding-top magasságát követi */
	width: auto;    /* arányt megtartja */
	z-index: 2;

}


.post-header h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #fff;
	text-align: center;
	padding: 0 10px;	
	min-width: 80%;

}
.post-header h1 .titlebg {
	margin: 0px;
	padding: 1px 10px;
	background-color: #000000;
	color: inherit;                       /* örökli a h1 színét (fehér) */
	border-radius: 3px;
	transition: background-color .25s ease, color .25s ease, transform .15s ease;
	font-size: 130%;
	min-width: 80%;
}

/* flash állapot: kontrasztosabb, finom kicsit nagyobb méret */
.post-header h1 .titlebg.flash {
	background-color: #D6008F !important; /* világos sárga */
	color: #FFF;               /* sötét betű a jobb olvashatóságért */
	transform: scale(1.06);
}

.content_thumbnail_date {
	position: absolute;
	top: 50px;
	left: 5px;
	z-index: 2;
}
.facebooksvg {
	z-index: 2;
	left: 2%;
	bottom: 45px;
	width: 3%;
	height: auto;
	position: absolute;
}
.xsvg {
	z-index: 2;
	left: 6%;
	bottom: 45px;
	width: 3%;
	height: auto;
	position: absolute;
}
.xsvg:hover,.facebooksvg:hover {
  animation: svghover 3.6s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes svghover {
  0% { transform: scale(1) }
  5.55556% { transform:scale(.9) rotate(-8deg) }
  11.11111% { transform:scale(.8) rotate(-8deg) }
  16.66667% { transform:scale(0.9) rotate(8deg) }
  22.22222% { transform:scale(0.8) rotate(-8deg) }
  27.77778% { transform:scale(0.9) rotate(8deg) }
  33.33333% { transform:scale(0.8) rotate(-8deg) }
  38.88889% { transform:scale(0.9) rotate(8deg) }
  44.44444% { transform:scale(1) rotate(0) }
  100% { transform:scale(1) rotate(0) }
}
.fleft {
	width: 70%;
	float: left;
	margin: 0 0 0 0;
}

.content.home {
	width: calc(80% - 2px - 2em);


}

.content {
	width: calc(96% - 42px);
	padding: 10px  20px;
	margin: 80px auto 80px auto;
	font-size: 200%;
	color: #FFFFFF;
 border: 1px solid rgba(255, 255, 255, 0.2); /* Jól látható, 20%-os fehér szegély */
  border-radius: 10px;
    box-shadow: 
    0 0 15px 0 rgba(255, 255, 255, 0.15),   /* Közeli, intenzívebb belső aura */
    0 0 40px 5px rgba(255, 255, 255, 0.08),  /* Szélesebb, lágy külső köd */
    inset 0 0 12px 0 rgba(255, 255, 255, 0.1); /* BELSŐ izzás, amitől a kártya szélei ragyogni fognak */
    
  backdrop-filter: blur(16px);
}



.content a {
	position: relative;
	color: #FF99FF; /* link szín */
	text-decoration: none;
	font-weight: 500;
}

.content a::after {
  content: "";
  position: absolute;
  bottom: -3px; /* kicsit a szöveg alá */
  left: 50%;
  width: 0;
  height: 2px;
  background-color: currentColor; /* ugyanaz a szín, mint a link */
  transition: width 0.4s ease, left 0.4s ease;
}

.content a:hover::after {
  width: 100%;
  left: 0;
}

.content .counter-value {
	display: inline-block;
	width: 3ch;          /* mindig 3 karakter széles */
	text-align: center;  /* középre igazítja a számot */
	font-family: monospace; /* hogy minden számjegy ugyanakkora széles legyen */
	color: #FF99FF;
	font-weight: 600;
}



/* A teljes elem a bal alsó sarokban */
.content details {
    position: absolute;
    bottom: 5px;
    left: 30px;
    z-index: 999;
}

/* A háromszög stílusa */
.content details summary {
	cursor: pointer;
	color: #D6008F;
	font-size: 24px;
	list-style: disclosure-closed;
	width: 25px;
	height: 25px;
}

/* A summary-ben lévő szöveg elrejtése, hogy csak a háromszög maradjon */
.content details summary strong {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* A szövegdoboz pozicionálása a háromszög FÖLÉ */
.content details[open] p {
    position: absolute;
    bottom: 20px; /* A háromszög felett ennyivel kezdődik */
    left: 20px;
    width: 500px; /* Szélesség igény szerint állítható */
    margin: 0;
    padding: 15px;
    background-color: #ffffff;
    border: 2px solid #D6008F;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    font-size: 90%;
    line-height: 1.5;
    color: #333333;
}


.twd_list_attachments {
	border: 1px solid #ffffff;
	color: #ffffff;
	background: linear-gradient(to left, #D6008F 50%, #ffffff 50%) right;
}
.twd_list_attachments a {
	color: #ffffff;
}
.twd_list_attachments:hover a{
	color: #D6008F;
}




.twd_list_attachments:hover {
	border: 1px solid #D6008F;
	color: #D6008F;
}
.twd_list_attachments_size {
	border-color: #ffffff;
}
 .twd_list_attachments:hover .twd_list_attachments_size {
	border-color: #D6008F;
}
.twd_list_attachments {
	display: flex;
	align-items: center;
	margin: 10px 0;
	cursor: pointer;
	background-size: 200%;
	transition: .5s ease-out;
	font-size: 1.0rem;
}
.twd_list_attachments a {
	text-decoration: none;
}
.twd_list_attachments:hover {
	background-position: left;
}

.twd_list_attachments_name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(89% - 64px);	
	float: left;
	padding: 30px 0;
	margin: 0 0 0 2%;
	display: block;
}
.twd_list_attachments_size {
	width: 60px;
	float: left;
	text-align: center;
	border-style: solid;
	border-width: 0 2px 0px 2px;
	font-size: 0.8rem;
}
.twd_list_attachments_type {
	margin: 0 2.5%;
	float: left;
	text-align: center;
}

.sidebar {
	width: calc(30% - 1em);
	float: left;
	margin: 0 0 0 1em;
	font-size: 130%;
}

.box {
	width: calc(100% - 4px);
	border: 2px solid #D6008F;
	background-color: #FFFFFF;
	margin: 0em 0 1em 0;
	text-transform: uppercase;
	position: relative;
}

.boxtitle {
	background-color: #D6008F !important;
	color: #fff;
	margin: 0 0 .5em 0;
	padding: .5em .5em .5em 1em;
	text-transform: uppercase;
}
.boxcontent {
	padding: 0 1em 1em 1em;
	width: calc(100% - 2em);
}

.boxcontent ul {
	margin: 0 0 0 0%;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 80%;
}
.boxcontent ul li a {
	color: #FFFFFF;
	display: block;
	transition: background-position .3s;
	background-image: linear-gradient(to left, #D6008F 50%, #333 50%);
	background-size: 200% 200%;
	margin: 0;
	text-decoration: none;
	padding: 0.75em 1em 0.75em 1em;
	margin: 2px 0;

}

.boxcontent ul li a:hover {
	background-position: 100% 0
}


.boxcontent li a:hover {
	background-position: 100% 0
}

#latestnews {
  margin: 0 0 0px 0;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 20;

}

#latestnews > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



#popular {
  margin: 0 0 0px 0;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 17;

}

#popular > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Szülő elem: középre igazítás */
.section-title-wrapper {
  text-align: center; /* minden inline/inline-block elem középre */
}

/* A cím */
.section-title {
	position: relative;
	text-transform: uppercase;
	font-size: 350%;
	color: #FFFFFF;
	display: inline-block; /* együtt maradnak a span-ek */
}

/* span a második szóhoz */
.section-title span {
	font-weight: 400;
}

/* Pseudo-elemek */
.section-title::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 2px dashed #FF99FF;
}

.section-title::after {
	content: '';
	position: absolute;
	height: 3px;
	width: 10%;
	bottom: -6px;
	background-color: #FF99FF;
	left: 50%;
	transform: translateX(-50%);
}

.section-title:hover::after {
  animation: moveBar 3s ease-in-out forwards;
}
.section-title.animal::after {
  animation: moveBar 1s ease-in-out 5;
}
@keyframes moveBar {
  0% { left: 50%; transform: translateX(-50%); }
  50% { left: 0%; transform: translateX(-50%); }
  75% { left: 100%; transform: translateX(-50%); }
  100% { left: 50%; transform: translateX(-50%); }
}




.posts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2em;
	margin: 2em auto;
	width: calc(96% - 2px - 2em); 

} 

.relatedposts  {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
	margin: 2em auto;
	width: calc(100% - 2px - 2em); }
.post-slide{
	padding: 0;
	width: calc(100% - 2px - 2em);
	cursor: pointer;
	height: 100%;
	background-color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.2); /* Jól látható, 20%-os fehér szegély */
	box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.15),   /* Közeli, intenzívebb belső aura */
    0 0 40px 5px rgba(255, 255, 255, 0.08),  /* Szélesebb, lágy külső köd */
    inset 0 0 12px 0 rgba(255, 255, 255, 0.1); /* BELSŐ izzás, amitől a kártya szélei ragyogni fognak */
	backdrop-filter: blur(16px);
	margin: 5px auto;
}
.post-img {
	position: relative;
	width: 100%;
	padding-top: 75%; /* 4:3 arány = 3 / 4 = 0.75 */
	overflow: hidden;
	background-color: #D6008F !important;
}

.post-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(40%);
    opacity: 0.8;
    transform: scale(1,1);
    transition: all 0.3s ease-in-out 0s;
}

.post-slide:hover .post-img img {
    transform: scale(1.2,1.2);
    filter: none;
    opacity: 1;
}
.post-content{
    padding: calc(1em + 30px) 1em 1em 1em;
    position: relative;
}
.post-date{
    width:60px;
    height:60px;  
	font-size: 140%;
    position: absolute;
    top: -30px;
    left: 30px;
}

.month, .date {
	display: flex;
	justify-content: center; /* vízszintesen középre */
	align-items: center;     /* függőlegesen középre */
	width: 60px;
	height: 30px;	
	color: #fff;
	text-transform: uppercase;
    transition: background-color 0.5s ease; 	
}
.date {
	background-color: #0b0a14;	
}

.month {
	background-color:#D6008F;	
}

.post-slide:hover .date {
	background-color: #D6008F;    
	transition: background-color 0.5s ease; 

}
.post-slide:hover .month {
	background-color: #0b0a14;
	transition: background-color 0.5s ease;
}
.post-title{
    margin: 0px 0;    font-size:220%;
}
.post-title a{
    color:#D6008F;
 
    transition: all 0.50s ease 0s;
}
.post-title a:hover{
    color:#333;
    text-decoration: none;
}
.post-description{
	color: #333;
	padding: 0 0 0px 0;
	font-size: 130%;
}
.post-description p{
	margin: 0 0 50px 0;

}
.post-bar{
	padding: 0px 0;
	list-style: none;
	text-align: center;
	background-color: #D6008F !important;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0px 0 0 0;
	height: 40px;
	display: flex;               /* Flexbox engedélyezése */
	align-items: center;         /* Függőleges középre igazítás */
	justify-content: center;     /* Vízszintes középre igazítás */
	text-align: center;
}
.post-bar li{
    display: inline-block;
    margin-right: 5px;

	text-transform: uppercase;
	font-size: 120%;
	color: #fff;
	transition: 0.2s ease;
	font-weight: 600;
	letter-spacing: 2px;
}
.post-bar li a {

	color: #fff;

}
.post-slide:hover .post-bar li a{
	text-decoration: underline;
}
.post-bar li i{
    color:#fff;
    margin-right: 5px;
}
.load-more-btn {
	display: block;        /* Blokkos elemként viselkedik */
	width: max-content;
	padding: 10px 15px;
	margin: 10px auto;
	background-color: #D6008F; /* Ha elhagyható, vedd ki innen az !important-ot */
	color: #fff !important;    /* Biztosítja, hogy a link szövege is fehér maradjon */
	font-size: 120%;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	text-decoration: none; /* Eltünteti az alapértelmezett link aláhúzást */
	transition: background-color 0.2s ease;
	border: 1px solid white;
}

/* Opcionális: egy finom hover effektus, ha már nincs span */
.load-more-btn:hover {
	background-color: #0b0a14; 
}
.load-more-btn a {
	color: #FFFFFF;
}



.pagination {
	display: flex;
	justify-content: space-between;
	width: 30%;
	margin: 20px auto 50px auto;
}

.pagination div {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
	padding: 20px 0;  
}

.pagination div:first-child, .pagination div:last-child {
	background-color: #D6008F !important;
	color: #FFFFFF;
	cursor: pointer;
}
.pagination div:first-child:hover, .pagination div:last-child:hover {
	background-color: #666666;
	color: #FFFFFF;
}
.pagination div a {
	color: #FFFFFF;
}


.services {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 0 auto;
	width: calc(96% - 0em);	
	font-size: .75vw;

} 
.content .services {

	grid-template-columns: repeat(3, 1fr);


}
.our-services {
	background-color: #fff;
	text-align: justify;
	padding: 1em;
 border: 1px solid rgba(255, 255, 255, 0.2); /* Jól látható, 20%-os fehér szegély */
  border-radius: 10px;
    box-shadow: 
    0 0 15px 0 rgba(255, 255, 255, 0.15),   /* Közeli, intenzívebb belső aura */
    0 0 40px 5px rgba(255, 255, 255, 0.08),  /* Szélesebb, lágy külső köd */
    inset 0 0 12px 0 rgba(255, 255, 255, 0.1); /* BELSŐ izzás, amitől a kártya szélei ragyogni fognak */
 	margin: 10px auto;   
  backdrop-filter: blur(16px);
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
.our-services:hover {
	transition: 0.5s ease-in-out;
	box-shadow: 5px 0 5px -5px #333;

}

.our-services-pic {
	position: relative;
	overflow: hidden; /* így a csillanás nem lóghat ki */
	padding: 60% 0 0 0;
}

.our-services-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; /* a kép a háttér */
}

.our-services-pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    background: linear-gradient(
        120deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.5) 50%, 
        rgba(255, 255, 255, 0.1) 100%
    );
    transform: skewX(-25deg);
    transition: left 0.7s ease-in-out;
    z-index: 2; /* shine mindig a kép fölött */
}

@keyframes zoomFilterIn {
  from {
    filter: brightness(1) contrast(1);
  }
  to {
    filter: brightness(1.4) contrast(1.07);
  }
}

@keyframes zoomFilterOut {
  from {
    filter: brightness(1.4) contrast(1.07);
  }
  to {
    filter: brightness(1) contrast(1);
  }
}

.our-services-pic img {
  animation: zoomFilterOut 0.7s ease-in-out forwards; /* alapból visszaállított állapot */
}

.our-services:hover .our-services-pic img {
  animation: zoomFilterIn 0.7s ease-in-out forwards;
}

.our-services.animal .our-services-pic::before {
    left: 100%;
    transition-delay: 2s; /* ha kell késleltetés */
}
/* services */
.our-services-title {
	padding: 11px 0;
	margin: 0;
	list-style: none;
	text-align: center;
	background-color: #D6008F !important; /* KÖTELEZŐEN SÖTÉTEBB KÉK */
	font-size: 150%;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}


.our-services-title  a {
    color: #fff;	

}

.our-services-title a:hover, .our-services:hover .our-services-title a {
	border-bottom: 2px solid white;
}


.our-services-description {
    font-size: 130%;
    font-weight: 400;
    color: #333333 !important;

    margin-bottom: 15px;
}


.slide-in-left {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

/* Final state: positioned on-screen */
.slide-in-left.animal {
    transform: translateX(0);
    opacity: 1;
}
/* Starting state: positioned off-screen to the right */
.slide-in-right {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

/* Final state: positioned on-screen */
.slide-in-right.animal {
    transform: translateX(0);
    opacity: 1;
}
/* Starting state: positioned off-screen above */
.slide-in-top {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}
/* Final state: positioned on-screen */
.slide-in-top.animal {
    transform: translateY(0);
    opacity: 1;
}
.slide-in-bottom {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}
.slide-in-bottom.animal {
    transform: translateY(0);
    opacity: 1;
}

.fade-in {
  opacity: 0.5;
  filter: blur(10px);
  transition: opacity 4s cubic-bezier(0.25, 0.8, 0.25, 1),
              filter 4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fade-in.animal {
  opacity: 1;
  filter: blur(0);
}


.flash-in {
  opacity: 0;
  filter: brightness(3);
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.flash-in.animate {
  opacity: 1;
  filter: brightness(1);
}

#footer {
	width: 100%;	
	background-color: #D6008F;
}


.footer {
	display: grid;
grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 2em;
	width: calc(96% - 0em);
	margin: 0 auto;
	padding: 20px 0em 0 0;	


} 
.footer div  {

	color: #FFFFFF;
	font-size: 130%;
}

.footer div a  {
	color: #FFFFFF;
	text-decoration: underline;

}



.footer h2, .footer h3 {
	text-align: center;
	font-size: 250%;
	text-transform: uppercase;
}



.searchpanel {

	width: 100%;



}
.search {
	display: flex;
	align-items: center;
	width: calc(100% - 20px);
	padding: 0px 10px;
}

.search input {
	flex: 1;
	padding: 10px;
	font-size: 100%;
	font-weight: 300;
	border: 1px solid #ffffff;
	transition: all 400ms ease-in-out;
	height: 50px;
        }

.search input:focus {
	outline: none;
	color: #000000;
}

.search button {
	width: 48px;
	height: 48px;
	cursor: pointer;
	background-color: #D6008F;
	border:1px solid #FFFFFF;
	transition: all 400ms ease-in-out;
	margin-left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 180%;
	color: white;
}

.search button:hover {
	background-color: #9090D4;
}
		
.search input::placeholder {
    color: rgba(0, 0, 0, 0.5); font-size:150%;
}

.search input:focus::placeholder {
    color: rgba(0, 0, 0, 0.1); /* Halványabb lesz */
}
.footer > div:nth-child(2) .counter-value {
	display: inline-block;
	width: 3ch;          /* mindig 3 karakter széles */
	text-align: center;  /* középre igazítja a számot */
	font-family: monospace; /* hogy minden számjegy ugyanakkora széles legyen */
	color: #FFFFFF;
	font-weight: 600;
}
/* Konténer */
.footer > div:nth-child(3) ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px; /* Margó helyett gap: így egyenletes a távolság a sorok közt */
}

.footer > div:nth-child(3) ul li {
    display: flex !important;
    align-items: center !important;
}

.footer > div:nth-child(3) ul li a {
    display: inline-flex !important; /* Így a padding és magasság érvényesül */
    align-items: center;
    padding: 3px 0 !important;      /* Felül-alul 8-8px, hogy meglegyen a 24px magasság */
    color: #fff;
    text-decoration: none;
}
/* Ikon távolsága a szövegtől */
.footer > div:nth-child(3) ul li a i {
  margin-right: 8px; /* Kicsit nagyobb hely jobban néz ki */
  width: 20px;       /* Fix szélesség az ikonnak, hogy a szövegek függőlegesen igazodjanak */
  text-align: center;
  transition: transform 0.3s ease;
}

/* Hover állapot */
.footer > div:nth-child(3) ul li a:hover {
  color: #D6008F;
}

.footer > div:nth-child(3) ul li a:hover i {
  transform: scale(1.2);
}



.top {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1em;
	color: rgba(255,255,255,1);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	font-size: 350%;
	transition: background-color 0.3s;
	background-color: #D6008F !important;
	border: 2px solid #ffffff;
}
.top:hover {
	background-color: rgba(0, 0, 0, 0.6); /* Transparent red */	transition: background-color 0.3s;
}
.showtopbutton {
    opacity: 1;
    transition: opacity .6s ease;
}

.hidetopbutton {
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease;
}
.hullam {
	position: absolute;
	bottom: -25px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: auto;
}
.hullam2 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: auto;
	transform: scaleY(-1);
}


.masonry {
    column-gap: 1.5em;
    font-size: 0.85em;
}

.masonry div {
    display: inline-block;
    width: 100%;
    padding: 1.5em;
    margin: 0 0 1.5em;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.48);
    border-radius: 3px;
	transition:1.4s ease-in-out;
}
.masonry div:hover {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.68);
	background-color: e0e0e0;
	transition: .4s ease-in;
}
.masonry div img {
    max-width: 100%;
    height: auto;
    display: block;    margin: 0 auto; /* vízszintesen középre */
}

/* Responsive column count */
@media (min-width: 700px) {
    .masonry {
        column-count: 2;
    }
}

@media (min-width: 900px) {
    .masonry {
        column-count: 3;
    }
}

@media (min-width: 1100px) {
    .masonry {
        column-count: 4;
    }
}

@media (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}



     /* -----------------------------------------------*/
.gallery {
				margin: auto;
}


.gallery-icon a img {
	display: block;
	margin: 0px auto;
	width: 100%;	
	height: auto;}


dl.gallery-item {
	float: left;
	margin-bottom: 10px;	
	width: 22%;	
	margin-right: calc(2% - 2px);
	box-shadow: 0 0 5px #666;
	padding: 5px 0.5% 5px 0.5%;

	border: 1px solid #999;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;

	
}
dl.gallery-item:hover {
	-webkit-transform: scale(1.10); /* Safari and Chrome */
	-moz-transform: scale(1.10); /* Firefox */
	-ms-transform: scale(1.10); /* IE 9 */
	-o-transform: scale(1.10); /* Opera */
	transform: scale(1.10);
	background-color: rgba(255,51,0,0.8);
}


.gallery .gallery-caption {
	
}


.wp-caption {

	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;

}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;	
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	background-color: #ffffff;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
	
}

.wp-caption-text {
	text-align: center;

	font-size: 120%;
	color: #454f40;
	margin: 15px 0 0 0;
	font-weight: 300;
}


#map_div{
	width: 80%;
	height: 400px;
	border: 6px solid #F4F4F4;
	margin: 20px auto 0 auto;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 20px 20px 10px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}





.mobil{
	display: none;
}
.nomobil{
	display: inline;
}






/* ----------------------------  mobil -------------------------------------   */
@media screen and (max-width: 980px) {
/**/



.mobil{
	display: inline;
}
.nomobil{
	display: none;
}
body {
	font-size: 8px;
}

.topsocial,#menu{
	display: none;	 
}

        .slideshow {

	padding: 40% 0 0 0;

	top: 60px;
        }


#content{
	width: 100%;
	padding: 0;
	margin: 0px auto 0 auto;

}
#mobil-menu-space {
	height: 60px;
	width: 100%;
	display: block;
}
.post-header {

	padding-top: 45%; /* magasság arányosan */

}
.post-header h1 {
	font-size: 110%;
}

.facebooksvg {
	left: 2%;
	bottom: 45px;
	width: 10%;
}
.xsvg {
	left: 2%;
	bottom: 130px;
	width: 10%;
}


.fleft {
	width: 100%;
}

.content {

}
.content.home {
	width: calc(100% - 20px);
	padding: 10px;


}

.pagination {

	width: 80%;
}
.sidebar {
	width: calc(100% - 2em);
	float: left;
	margin: 0em 1em 0 1em;

}
blockquote {
      position: relative;
      font-size: 110%;
      color: #fff;
      padding: 10px;
      border-left: 20px solid #D6008F;
      background-color: #222;
      width: calc(100% - 0px);
      margin: 10px 0;
      overflow: hidden;
    }
    blockquote::before {

	font-size: 10em;

	top: -70px;
	left: 20px;

    }

.services  {

	grid-template-columns: repeat(1, 1fr);

} 





.our-services-title{
	font-size: 16px;
}
.our-services-description {
	font-size: 12px;
}

.posts {

	grid-template-columns: repeat(1, 1fr);

}

.relatedposts  {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 2em;
	margin: 2em auto;
	width: calc(100% - 2em);
}



 
.footer {
	grid-template-columns: repeat(1, 1fr);

} 
.footer div:nth-child(1),
.footer div:nth-child(2) {
  border-bottom: 1px solid #ffffff;
}
/* Mobil nézetben */
.footer > div:nth-child(3) ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important; /* Ez a "térköz" (spacing) amit a hibaüzenet kér */
}

.footer > div:nth-child(3) ul li {
    margin: 0 !important;
}

.footer > div:nth-child(3) ul li a {
    display: inline-flex !important;
    align-items: center;
    min-height: 24px !important; /* A minimum magasság amit kér */
    padding: 8px 0 !important;   /* De adunk hozzá extra területet */
    width: 100%;
}






.hullam {


}
.hullam2 {



}

dl.gallery-item {
	
	width: 97%;	


	
}

}
