/*
Theme Name: Abidesign
Author: Kovács Szabolcs
Description: Reszponzív WP sablon
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@200&display=swap');
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;  
}
#slider {
	overflow: hidden;
}
#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 20s slider infinite;
}

#slider figure img {
	width: 20%;
	float: left;
}

@keyframes slider {
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
}

nav {
	background: rgba(0,0,0,.7);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.nav li:last-child a {
    background: #000;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 20px;
 } 
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	float: left;
}
nav::after {
	content:'';
	clear: both;
	display: table;
}
nav a {
    font-size: 18px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	display: block;
	text-decoration: none;
	color: white;
	padding: 0.8rem 1rem;
}
nav a:hover {
    color: black;
	border-radius: 10px;
    transition: 0.8s;
	background:#F9D042;
}

.navigation li:first-child {
	padding: 1.2rem 1rem;
	color: rgba(255,255,255,.5)
}

@media(max-width:800px) {
	.intro {
		margin: 2rem 0;
	}
	.intro img {
		max-width: 200px;
	}
}
@media(max-width:480px) {
	.intro img {
		float: none;
		margin: 1rem auto;
		display: block;
	}
}
.mobile-menu-button {
	width: 50px;
	display: block;
	float: right;
	border: 1px solid rgba(255,255,255,.2);
	padding: 10px;
	margin: 7px 5px 0 0;
	display: none;
}
.mobile-menu-button span {
	display: block;
	height: 4px;
	background: #F9D042;
	margin: 0 0 5px 0;
	border-radius: 2px
}
.mobile-menu-button span:last-of-type {
	margin: 0;
}
.mobile-menu-button + input[type="checkbox"] {
	display: none;
}
.mobile-menu-button + input[type="checkbox"]:checked ~ .navigation li:not(:first-child) {
	display: block;
}
@media(max-width:800px) {
	.mobile-menu-button {
		display: block;
	}
	.navigation li:not(:first-child) {
		display: none;
	}
	.navigation li {
		float: none;
		border-top: 1px solid rgba(3, 3, 3, 0.2);
	}
	.navigation a {
		padding: .8rem 1rem;
	}
}
.content {
	font-family: Oswald;
    margin: 0px auto;
    font-weight: 100;
	background-color: #F9D042;
}
.title {
    font-family: Oswald;
    margin: 0px auto;
	font-weight: 100;
}
.content h1 {
    font-family: 'Oswald';
    color: black;
    text-align: center;
    font-size: 28px;
	font-weight: 400;
}
.h2 {
	font-weight: 400;
}
.title h1 { 
	font-family: 'Oswald';
    color: black;
    text-align: center;
    font-size: 28px;
	font-weight: 400;
}
.block {
    background-color: #a8a6a6;
    padding: 0px 20px;
    margin: auto;
}
div {
    display: block;
}
.wrapper {
    max-width: 1200px;
    margin: 0px auto;
    width: 95%;
}
.box h2 {
    font-family: Oswald;
    text-align: left;
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 2rem;
	position: relative;
}
.box h2::before {
	content: '';
	position: absolute;
	bottom: -10px;
	background-color: #F9D042;
	height: 2px;
	width: 80px;
}
.cim2 {
	font-family: Oswald;
    text-align: left;
    font-weight: 300;
    font-size: 2rem;
	position: relative;}

.box a {
	vertical-align: 0.6ch;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: black;
	text-decoration: none;
  }
  .tags {
    text-align: center;
    margin-top: 20px;
}
.tags a {
    margin-left: 5px;
    margin-right: 5px;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    background-color: blck;
    color: black;
    padding: 5px;
    border-radius: 10px;
    font-size: 18px;
	text-decoration: none;
}

.tags a:hover {
	color: black;
    text-decoration: underline #F9D042;
    text-underline-offset: 5px;
}
.progress div {
    margin: auto;
    flex-basis: 30%;
    text-align: center;
    padding: 0 20px;
}
.progress {
    display: flex;
    flex-flow: row wrap;  
    margin-bottom: 40px;
}
.progress1 div {
    margin: auto;
    flex-basis: 30%;
    text-align: center;
    padding: 0 20px;
}
.progress1 {
    display: flex;
    flex-flow: row wrap;  
    margin-bottom: 40px;
}
h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
	color: black;
	margin-bottom: 15px;
	position: relative;
    text-align: center;
}
.progress h3 {
    font-family: 'Oswald';
	font-weight: 400;
}
h3::before {
    margin-left: auto;
    margin-right: auto;
	content: '';
	position:absolute;
    left: 0px;
	right: 0px;
	bottom: -15px;
	background-color: #F9D042;
	height: 3px;
	width: 100px; 
}
.block1 h2 {
    text-align: left;
    margin: 0 0 40px 30px;
    font-weight: 300;
    font-size: 2rem;
}
.box .order-2 h2 {
    text-align: right;
} 
.fc {
    display: flex;
    flex-flow: row wrap;
    margin: auto;
}
.fc img {
    max-width: 90%;
}
.block1 .fd {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px;
}
.block .box {
    flex-basis: 50%;
    margin: 40px auto 40px auto;
}
.block1 .box {
    flex-basis: 50%;
    padding: 0 20px;
}
.mt-0 {
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 200;
    margin-right: 30px;
    line-height: 1.8rem;
    margin-top: 0 !important;
}
.mt-1 {
    margin-left: 30px;
    line-height: 2rem;
    margin-top: 0 !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
user agent stylesheet

.mb-0 {
    margin-bottom: 0 !important;
}
p {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 200;
    font-size: 18px;
    margin: 1.3rem 0;
}

.fd img {
    margin-right: 50px;
    max-width: 90%;
}
.box  {
    margin-top: 30px;
}
.progress img {
    margin: 20px 0 5px 0;
    width: 150px;
}
.progress1 img {
    margin: 20px 0 5px 0;
    width: 150px;
}
img {
    max-width: 100%;
}
.btn {
    display: inline-block;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    background-color: #F9D042;
    color: rgb(0, 0, 0);
    padding: 5px;
    border-radius: 10px;
    font-size: 20px;
	text-decoration: none;
}
.btn:hover {
    background-color: #949494;
    color: rgb(221, 221, 221);
    transition: 0.5s;
}
.kozep {
    font-size: 30px;
    text-align: left;
    padding: 30px;
}

/*  Galéria */

.container1 {
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    column-count: 2;
	background-color: #fff;
    font-family: Oswald;
    display: flex;
}
.container2 {
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    column-count: 2;
	background-color: #949494;
    font-family: Oswald;
    display: flex;
}
.box {
    column-count;
    margin-left: 10px;
    margin-right: auto;
}
.image {
	border-radius: 10px;
    max-width: 205px;
    max-height: 130px;
    display: inline-block;
    overflow: hidden;
}
img {
    width: 100%;
    transition: 0.25s ease-in-out;
}
.progress1 img:hover {
    transform: scale(1.1);
}
.image:hover img{
    border-radius: var(--border-radius-large);
    border-radius: var(--border-radius);
    transform: scale(1.1);
}
.image:hover h1 {
    opacity: 0.8;
}
h5 {
    margin: 20px;
    color: #F9D042;
    position: absolute;
    font-size: 20px;
    opacity: 0;
    z-index: 1;
    transition: 0.25 ease-in-out;
}

@media screen and (max-width:1024px) {
    h2 {
        font-size: 20px;
    }
}
@media screen and (max-width:768px) {
    
   
    .tags a {
        font-size: 16px;
    }
}
@media screen and (max-width:425px) {
    
    h1 {
        font-size: 12px;
    }
}    
@media screen and (max-width:375px) {
    .container1{
        column-count: 2;
    }
    
    h1 {
        font-size: 15px;
    }
}  


.container{
	max-width: 1200px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #F9D042;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
img {
    max-width: 80%;
}
}
@media(max-width: 585px){
  .footer-col{
    width: 100%;
}
.progress div {
    margin: auto;
    flex-basis: 50%;
}
}
@media(max-width: 465px){
    .progress div {
        margin: auto;
        flex-basis: 100%;
    }
}
.fa {
    padding: 15px;
    font-size: 60px;
    text-decoration: none;
    margin: -20px auto 0 auto;
    border-radius: 50%;
}
  .fa:hover {
      opacity: 0.7;
}
  
  .fa-facebook {
	background: #3B5998;
	color: #ffffffbd;
}
  i {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 800px) {
    .block .box {
        flex-basis: 100%;
        margin: 30px 0px 0px 50px;
    }
    }

	@media(max-width:800px) {
		.intro {
			margin: 2rem 0;
		}
		.intro img {
			max-width: 200px;
		}
	}
	@media(max-width:480px) {
		.intro img {
			float: none;
			margin: 1rem auto;
			display: block;
		}
	}

	@media(max-width:800px) {
		.mobile-menu-button {
			display: block;
		}
		.menu li:not(:first-child) {
			display: none;
		}
		.menu li {
			float: none;
			border-top: 1px solid rgba(3, 3, 3, 0.2);
		}
		.menu a {
			padding: .8rem 1rem;
		}
	}
	/*
	Galéria
	*/
	.tags {
		text-align: center;
		margin-top: 20px;
	}
	.tags a {
		margin-left: 5px;
		margin-right: 5px;
		font-family: 'Oswald', sans-serif;
		display: inline-block;
		background-color: blck;
		color: black;
		padding: 5px;
		border-radius: 10px;
		font-size: 18px;
		text-decoration: none;
	}
	
	.tags a:hover {
		color: black;
		text-decoration: underline #F9D042;
		text-underline-offset: 5px;
	}
	.cim1 {
		background-color: #fff;
		padding: 10px;
		font-family: Oswald;
    text-align: left;
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 2rem;
    position: relative;
	}
	

	.cim1 .h1 {
		font-family: Oswald;
		font-weight: 400;
		text-align: left;
		font-size: 28px;
		margin: 50px 0 20px 10px;
		position: relative;
	}
	.cim1 .h1::before {
		content: '';
		position: absolute;
		bottom: -10px;
		background-color: #F9D042;
		height: 2px;
		width: 200px;
	}
	p {
		font-family: Oswald;
		font-size: 18px;
		margin-right: auto;
	}
	.image {
		border-radius: 10px;
		max-width: 205px;
		max-height: 130px;
		display: inline-block;
		overflow: hidden;
	}
	.a {
		display: inline-block;
		margin-bottom: 10px;
		overflow: hidden;
		width: 100%;
		transition: 0.25s ease-in-out;
	}
	img {
		width: 100%;
		transition: 0.25s ease-in-out;
	}
	.image:hover img{
		border-radius: var(--border-radius-large);
		border-radius: var(--border-radius);
		transform: scale(1.1);
	}
	h5 {
		margin: 20px;
		color: #F9D042;
		background-color: #24262b;
		text-align: center;
		position: absolute;
		font-size: 20px;
		font-weight: 100;
		opacity: 0.7;
		z-index: 0;
		transition: 0.25 ease-in-out;
	}
	
	.image:hover h5 {
		opacity: 0.8;
	}
	
	@media screen and (max-width:900px) {
		h5 {
			z-index: -1;
		}
	}
	@media screen and (max-width:768px) {
		.container1{
			column-count: 3;
		}
		.box1{
			column-count: 3;
		}
		.tags a {
			font-size: 16px;
		}
		element.style {
	max-width:500px;
	max-height: 500px;
}
	}
	@media screen and (max-width:425px) {
		.container1{
			column-count: 2;
		}
		.box1{
			column-count: 2;
		}
		h5 {
			z-index: -1;
		}
	}    
	@media screen and (max-width:375px) {
		.container1{
			column-count: 2;
		}
		h5 {
			z-index: -1;
		}
	}  
	
	.lb-loader,
	.lightbox{text-align:center;line-height:0;position:absolute;left:0}
	body.lb-disable-scrolling{overflow:hidden}
	.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);
	opacity:.8;display:none}
	.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}
	.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid rgba(0, 0, 0, 0.747)}
	.lightbox a img{border:none}
	.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}
	.lb-outerContainer:after{content:"";display:table;clear:both}
	.lb-loader{top:43%;height:25%;width:100%}
	.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(images/loading.gif) no-repeat}
	.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}
	.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
	.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}
	.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
	.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}
	.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
	.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}
	.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}
	.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}
	.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}
	.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}
	.lb-data .lb-caption a{color:#4ae}
	.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}
	.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}
	.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

	/* Kapcsolat */
.fa .fa-whatsapp{
    font-size:48px;
    color:red;
}
.fa .fa-envelope {
    font-size:44px;
    color:#F9D042;
}
.fa .fa-facebook-square {
    font-size:48px;
    color:#4267B2;
}
.element.style {
	width="1280" height="500"
}
