@charset "utf-8";
/* CSS Document */
/*
Theme Name:BPBau 
Theme URL: https://www.bpbau.hu
Theme Description: Cégünk 1991-ben alakult. A cég alapítói már az alapítás előtt az ingatlan fenntartás, karbantartás, üzemeltetés és az építés-szerelés terén szerzett több évtizedes magyar és nemzetközi szakmai tapasztalattal és gyakorlattal rendelkeztek.
Version: 1.0
Author:tigaman
Author URI: https://www.tigaman.hu
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500&display=swap');
@import url("parallax.css");
@import url("font-awesome.min.css");
@import url("mobil-menu.css");
@import url("preloader.css");


@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;    
  }
}



body {
	margin: 0;
	padding: 0;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1vw;
	font-weight: 300;
	background-color: #000000;
        }
.clear {
	clear: both;
}
blockquote {
      position: relative;
      line-height: 1.6;
      padding: 1em 2em 1em 7em;
      border-left: 20px solid #c5a47e;
      background-color: #222;
      width: calc(70% - 8em - 20px);
      margin: 2em 15%;
      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: #666666;
	padding: 3px 5px;
	margin: 3px;
	display: inline-block;
	border-radius: 2px;
	transition: background-color 0.6s;
	z-index: 1;
	color: #EFEFEF;
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: 2px;
	font-weight: 500;
    }
blockquote span:nth-last-child(-n+3) {
  background-color: #c5a47e;
  color: black;
}
blockquote span.flash {
	background-color: #000000 !important;
	transition: background-color 0.6s;
	color: #978F84;
}
.topsocial {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #CACBC6;
	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: #3D4746;
	text-decoration: none;
	transition: 0.3s ease;
	font-size: 80%; /* opcionális, hogy jól mutasson */
	letter-spacing: 2px;
	font-weight: 500;
}

/* Ikon kör alakú stílus */
.topsocial ul > li > a .fa {
	width: 23px;
	height: 23px;
	background-color: #272727;
	border-radius: 0%;
	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: 80%;
	transition: 0.3s ease;
	flex-shrink: 0;
	color: #CACBC6;
}

/* Hover: ikon háttér változás */
.topsocial ul > li > a:hover .fa {

	color: #c5a47e;

}

/* Hover: szöveg aláhúzás */
.topsocial ul > li > a:hover {


}

.topsocial ul li:not(:last-child)::after {
	content: '|';
	display: inline-block;
	color: #272727;
	font-size: 100%;
	margin: 0 30px;
	transform: translateY(-1px);
}

		
#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: 1000;				
	box-shadow: 0 5px 5px -5px #333;
}
#menu.hidden {
            transform: translateY(-100%);
        }
#menu.scrolled {
	background-color: #c5a47e;
	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 {
	text-decoration: none;
	color: rgba(255,255,255,1);
        }
		
        .menu.scrolled ul li a {
	color: rgba(0,0,0,1);
        }		
	        .menu ul li a:hover {
            color: #c5a47e;
        }	
	        .menu.scrolled ul li a:hover {
	color: #000000;
        }			
 
 .menu a.active {
  border-bottom: 2px solid #ffffff;
}
 
        .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: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;

    filter: invert(100%) grayscale(100%);
    transition: all 2s ease-in-out;
}

.biglogo.absolute {
    position: absolute;
    top: 80%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -80%);
    transition: all 2s ease-in;

}


.content {
	width: calc(80% - 0px);
	padding: 1em 5%;
	margin: 3em auto;
	font-size: 150%;
	color: #CACBC6;

	box-shadow: 0 5px 5px -5px #333;
	background-color: #272727;
}
.content h1 {
	margin: 0;
	font-size: 250%;
	color: #CACBC6;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 2px;
}
.content a {
	color: #A09080;
	text-decoration: none;
	border-bottom: 2px solid rgba(255,255,255,.3);
	transition: 0.6s ease-in;
}
.content a:hover {
	color: #ffffff;
	border-bottom: 2px solid #A09080;
	transition: 0.3s ease-in;
}

.section-title {
	position: relative;
	text-transform: uppercase;
	font-size: 350%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FCCB04;
}

.content p, .content h1 {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.content h1.animal  {
    opacity: 1;
    animation: fadeIn .5s ease forwards;
}
.content p.animal  {
    opacity: 1;
    animation: fadeIn 1s ease forwards;
}


.section-title::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 75%; /* Reszponzív szélesség */
	bottom: -5px;
	background-color: #999999;
	left: 50%; /* Középről indul */
	transform: translateX(-50%); /* Középre igazítjuk */
}

.section-title::after {
	content: '';
	position: absolute;
	height: 6px;
	width: 25%; /* Szélesség beállítása */
	bottom: -7px;
	background-color: #666666;
	left: 50%;
	transform: translateX(-50%); /* Középre igazítjuk */

}

/* 🔥 Hover effekttel középről mozdul jobbra-balra */
.section-title:hover::after {
	animation: moveBar 3s ease-in-out forwards;
}

@keyframes moveBar {
	0% { 
		left: 50%; 
		transform: translateX(-50%); /* Középen */
	}
	50% { 
		left: 75%; 
		transform: translateX(-50%); /* Jobbra */
	}
	75% { 
		left: 25%; 
		transform: translateX(-50%); /* Balra */
	}
	100% { 
		left: 50%; 
		transform: translateX(-50%); /* Vissza középre */
	}
}



.posts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2em;
	margin: 2em auto;
	width: calc(100% - 2em);
} 
.post-slide{
	padding: 0;
	border: 1px solid #ebebeb;
	box-shadow: 0 5px 5px -5px #333;

}
.post-img {
	position: relative;
	width: 100%;
	padding-top: 75%; /* 4:3 arány = 3 / 4 = 0.75 */
	overflow: hidden;
	background-color: #FCCB04;
}

.post-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    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;
    background: #fff;
}
.post-date{
    width:60px;
    height:60px;  
	font-size: 14px;
    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: #556677;	
}

.month {
	background-color: #FCCB04;	
}

.post-slide:hover .date {
	background-color: #FCCB04;    transition: background-color 0.5s ease; 

}
.post-slide:hover .month {
	background-color: #556677;    transition: background-color 0.5s ease; 

}
.post-title{
    margin: 0px 0;
}
.post-title a{
    color:#FCCB04;
    font-size:22px;
    text-transform:capitalize;
    transition: all 0.50s ease 0s;
}
.post-title a:hover{
    color:#333;
    text-decoration: none;
}
.post-description{
    color: #999;
    font-size: 100%;

}
.post-bar{
    padding: 15px 0;
    list-style: none;
    text-align: center;
    background: #FCCB04;
}
.post-bar li{
    display: inline-block;
    margin-right: 5px;
}
.post-bar li a{
    text-transform: capitalize;
    font-size: 12px;
    color: #fff;
    transition:0.2s ease;
}
.post-bar li a:hover{
    text-decoration: none;
    color:#333;
}
.post-bar li i{
    color:#fff;
    margin-right: 5px;
}


.counters {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin: 0 auto;
	width: 96%;

}

.counters div {
	position: relative;
	padding: 50% 0 0 0;
}

.counters div {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.counters div.animal  {
    opacity: 1;
    animation: fadeIn .5s ease forwards;
}




/* Bal oldali fekete vonal, kivéve az utolsót */
.counters div:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -1px;
	top: 25%;
	width: 1px;
	height: 50%;
	background-color: #c5a47e;
}

/* h3 - felül, középen, áttetsző fehér háttérrel */
.counters div h3 {
	position: absolute;
	top: calc(65% - .5em - 2px);
	left: 10px;
	background-color: rgba(0,0,0,.1);
	color: #c5a47e;
	font-size: 100%;
	padding: 0.25em;
	z-index: 1;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 3px;
	width: calc(100% - .5em - 22px);
	text-align: center;
	margin: 0;
	font-weight: 400;
}

/* counter-value (span) - alul, középen */
.counter-value {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 500%;
	z-index: 0;
	color: #FFFFFF;
}



.team {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2em;
	margin: 3em auto;
	width: calc(100% - 2em);
} 

.our-team {
    text-align: center;
    padding: .75em;	
    border: 1px solid #c5a47e;
    box-shadow: 0 5px 5px -5px #333;
    transition: 0.5s ease-in-out;	
}
.our-team:hover {
    transition: 0.5s ease-in-out;
    box-shadow: 5px 0 5px -5px #333;
}

.pic {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px; /* Adjust as needed */
}

.pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease-in-out;
}

/* Shine effect */
.pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    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;
}

.our-team:hover .pic::before {
    left: 100%;
}

/* Social Media Styling */
.social_media_team {
	padding: 11px 0;
	margin-bottom: 0;
	list-style: none;
	text-align: center;
	background-color: #000000;
}

.social_media_team > li {
	display: inline-block;
	color: #c5a47e;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 100%;
	text-transform: uppercase;
}

.social_media_team > li i { 
    line-height: inherit; 
}

.social_media_team > li > a {
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #FCCB04;
    display: block;
    line-height: 30px;
    border-radius: 50%;
    transition: 0.3s ease;
}

.social_media_team > li > a:hover {
    background: #fff;
    color: #FCCB04;
}

/* Team Profile Styling */
.team-prof .post-title {
    margin-top: 30px;
}

.team-prof .post-title > a {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
}

.team-prof .post-title > a:hover {
    text-decoration: none;
}

.team-prof .post {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 12px 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-style: italic;
    color: #333;
    letter-spacing: 0.5px;
}

.team-prof .description {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color: #333;
    margin-bottom: 15px;
}







#footer {
	position: relative;
	width: 100%;
	background-color: #333333;
	min-height: 40px;
}


.footer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 2em;
	width: calc(100% - 4em);
	margin: 0 auto;
	position: absolute;
	padding: 50px 2em;
	left: 50%; 
	transform: translateX(-50%); 	background-color: #333333;

} 
.footer div  {
	padding: 1em;	color: #FFFFFF;
  position: relative; /* biztosítja, hogy az abszolút pozicionálás működjön */
}

.footer div:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px; /* border vastagsága */
  height: 50%; /* border magassága */
  background-color: white; /* fehér szín */
}
.footer h3 {
	text-align: center;
	font-size: 250%;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
}

.footer div:first-child {
	background-image: url(images/footerlogo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80% auto;
}
.footer div:nth-child(2) {
	font-size: 120%;
}


.searchpanel {

	width: 100%;



}
.search {
            display: flex;
            align-items: center;
            width: 100%;
}

.search input {
            flex: 1;
            padding: 10px;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 300;
            border: 1px solid #666666;
            transition: all 400ms ease-in-out;
            height: 50px;
        }

        .search input:focus {
            outline: none;
            color: #000;
        }

        .search button {
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-color: #FCCB04;
	border: none;
	transition: all 400ms ease-in-out;
	margin-left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: white;
        }

        .search button:hover {
            background-color: #0066FF;
        }
		
.search input::placeholder {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    transition: font-size 0.8s ease-in-out, color 0.3s ease-in-out;
}

.search input:focus::placeholder {
    font-size: 8px; /* Kisebb lesz fókuszkor */
    color: rgba(0, 0, 0, 0.3); /* Halványabb lesz */
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* Kis távolság a listaelemek között */
}

.footer ul li a {
  display: flex;
  align-items: center;
  color: #fff; /* Fehér szöveg */
  text-decoration: none;
  font-size: 1.1em;
  margin-right: 5px; /* Távolság az ikon és a szöveg között */
  transition: all 0.3s ease; /* Animáció a hoverhez */
}

/* Ikonok */
.footer ul li a i {
  margin-right: 5px; /* Továbbá az ikonoknak is adunk távolságot */
  transition: transform 0.3s ease; /* Ikon animáció */
}

/* Hover effektus */
.footer ul li a:hover {
	color: #c5a47e; /* Kék szín a szövegre hoverkor */
}

.footer ul li a:hover i {
  transform: scale(1.2); /* Ikon nagyobbá válik hoverkor */
}



.top {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1em;
	color: rgba(0,0,0,1);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	font-size: 130%;
	transition: background-color 0.3s;
	background-color: #c5a47e;
}
.top:hover {
	background-color: rgba(255,255,255,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: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 20px;
}
.hullam2 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 20px;
	transform: scaleY(-1);
}

     /* -----------------------------------------------*/
.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;
}

table{
	font-size: 120%;

	margin: 0px auto;

	border-collapse: collapse;
	text-align: left;
	letter-spacing: 0px;
}
.thead{
	font-weight: bolder;
	text-transform: uppercase;
	background-image: url(images/tbbg.png);
	color: #FFF;
	background-color: #3A3F55;
}


table th
{

	padding: 10px 8px;
	color: #333;

}
table td
{
	padding: 5px 10px;
}

/* =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
}

  #cookie-bar {
    position: fixed;
    bottom: 120vh;
    left: 0;
    width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px 10px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
    transition: bottom 0.5s ease;
  }
  #cookie-bar.show {
    bottom: 0;
  }

  #cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  #cookie-content p {
    margin: 0;
    font-size: 16px;
    flex: 1 1 250px;
  }

  .cookie-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cookie-btn {
	background-color: #C5A47E;
	color: #1e1e1e;
	border: none;
	padding: 10px 18px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
  }
.cookie-btn a  {
	color: #ffffff;


}
.cookie-btn:hover {
	background-color: #C5A47E;
	transform: translateY(-1px);
	box-shadow: 0 3px 6px rgba(256,256,256,0.3);
	color: #ffffff;
}

  @media (max-width: 600px) {
    #cookie-content {
      flex-direction: column;
      gap: 15px;
    }
    .cookie-buttons {
      flex-direction: column;
      gap: 10px;
    }
  }



.mobil{
	display: none;
}
.nomobil{
	display: inline;
}






/* ----------------------------  mobil -------------------------------------   */
@media screen and (max-width: 980px) {
/**/



.mobil{
	display: inline;
}
.nomobil{
	display: none;
}
body {
	font-size: 10px;
}

.topsocial{
	display: none;	 
}

#menu {
	position: fixed;
	top: 5px;
	padding: 10px;

}

#menu img {
	display: none;
}

.menu {
	font-size: 120%;
	letter-spacing: 1.5px;
}

.menu ul li:not(:last-child)::after {
	margin: 0 10px;
}

		





        .slideshow {

	padding: 40% 0 0 0;

	top: 40px;
        }


#content{
	width: 96%;
	padding: 0;
	margin: 0px auto 0 auto;

}
.content{
	width: calc(96% - 2em);
	padding: 15px 5%;
	background-color: rgba(0,0,0,1);		margin: 50px auto;

}
blockquote {
      position: relative;
      font-size: 250%;
      color: #fff;
      line-height: 1.6;
      padding: 1em 1em 1em 1em;

      background-color: #222;
      width: calc(100% - 3em - 20px);
      margin: 1em 0.5em;
      overflow: hidden;
    }
    blockquote::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 15em;
	color: rgba(255,255,255,.05);
	position: absolute;
	top: -35px;
	left: 20px;
	z-index: 0;
	pointer-events: none;
    }


.counters {

	grid-template-columns: repeat(1, 1fr);


}

.counters div {
	position: relative;
	padding: 50% 0 0 0;
}


/* h3 - felül, középen, áttetsző fehér háttérrel */
.counters div h3 {

	top: calc(75% - .5em - 2px);

	font-size: 200%;

}

/* counter-value (span) - alul, középen */
.counter-value {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 800%;
	z-index: 0;
	color: #FFFFFF;
}

.counters div:not(:last-child)::after {
    right: auto;
    left: 0;
    bottom: -1px;
    top: auto;
    width: 100%;
    height: 1px;
  }



.team {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 2em;
	margin: 3em auto;
	width: calc(100% - 2em);
	min-height: 50vh;
} 
.posts {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 2em;
	margin: 2em auto;
	width: calc(100% - 2em);
} 
.footer {

	grid-template-columns: repeat(1, 1fr);
	left: 50%; 
	transform: translateX(-50%); 	

} 
.footer div {
	min-height: 100px;
	padding: 50px 0;

}

  .footer div:not(:last-child)::after {
    top: auto;
    bottom: -1px;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
  }

.hullam {

	height: 20px;
}
.hullam2 {

	height: 20px;

}

dl.gallery-item {
	
	width: 97%;	


	
}

}
