/*
Theme Name: ASSEMBLY THEME (responsive)
Theme URI: http://zalabit.hu
Description: Developer Theme 
Author: Assembly
Author URI: http://assembly.hu
Version: 2016.01
*/

body{
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 190px 0 0;
    background-color:#fff;
}

table {
width: 100%;
    border-collapse: collapse;
}

td, th {
padding: 10px;
    border-bottom: 1px solid #888;
} 

body, input, select, textarea {
font-family: "Poppins", sans-serif;
}

.de #nav-menu-item-141, .en #nav-menu-item-141 {
display:none;
}

a, .fast {
  transition: all 300ms ease;
}

.anim {
  transition: all 600ms ease;
}

.slow {
  transition: all 1200ms ease;
}

.plusheader {
    position: absolute;
}

.relative {
position:relative;
}

.graybk {
    background-color: #f8f8f8;
}

.backpic img {
    position: absolute;
    width: 45%;
    height: 100% !important;
    z-index: 1;
    top: -30px;
    object-fit: cover;
    padding: 2%;
    box-sizing: border-box;
    border-radius: 16px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
    background-color: white;
}

.leftside .backpic img {
    right: 20px;
}

.rightside .backpic img {
    left: 20px;
}

.leftside, .rightside {
    margin-bottom: 80px;
}

.bigbackpic img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    z-index: 0;
    top: 0;
    right: 0;
    object-fit: cover;
    filter: grayscale(1) contrast(15);
    opacity: .02;
}

.frontext {
    color: #333;
    padding: 5% 0;
    position: relative;
    z-index: 100;
    width: 50%;
}

.rightside .frontext {
    padding-left: 50%;
}

.frontext .sidetitle {
    font-size: 48px;
    margin-top: 0;
}

.aprobetus {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
}

#aboutme {
    margin: 0 auto;
    max-width: 1200px;
    padding: 5% 0;
}

#aboutmepic img {
    float: left;
    border-radius: 50%;
    width: 300px;
    height: auto;
    border: 25px solid #ffffff;
    box-shadow: 10px 10px 20px #00000022;
    max-width: calc(100% - 60px);
}

#aboutmetext {
float:right;
width:calc(100% - 440px);
}

#blog {
    margin: 0 auto;
    max-width: 1200px;
    padding: 5% 0;
}

.blogfront {
    margin-bottom: 40px;
}

#blogpic img {
    float: left;
    border-radius: 36px;
    max-width: 300px;
    height: auto;
    border: 25px solid #ffffff;
    box-shadow: 10px 10px 20px #00000022;
}

#blogtext {
float:right;
width:calc(100% - 440px);
}

#aboutmetext h2 {
    font-weight: normal;
    font-size: 36px;
}

#aboutmetext h3 {
    font-weight: normal;
    font-size: 30px;
}

.entry {
    line-height: 1.5em;
    font-size: 18px;
}

table.jtable {
    width: 100%;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    max-width: 1000px;
}

.jtable tr {
}

.jtable th {
color: white;
    background-color: #3e64af;
}

.jtable td {
}

.jtable td, .jtable th {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align:center;
}

.jtable tr:last-child td {
    border-bottom: none;
}



#katalogus {
max-width: 240px;
    margin: 40px auto;
    display: block;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
}

a:link, a:visited{
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.breadcrumb {
    font-size: 11px;
    margin-bottom: 70px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.4em;
    padding: 0;
}

.breadcrumb .padding {
padding:0px;
}

.breadcrumb li {
  display: inline-block;
  color: rgba(255,255,255,.7);
}

.breadcrumb a {
  text-decoration: none;
    color: rgba(255,255,255,.9);
}

.parent::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f054";
  margin: 0 13px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
        line-height: 1.3em;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

.wrapper{
	margin: 0 auto;
	max-width:1700px;
  position:relative;
padding:0;
}

#tophead {
    position: relative;
    background-color: #000;
    overflow: hidden;
    background-size: cover;
}

#tophead img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .8;
    width: auto;
    height: auto;
}

#tophead h1 {
    font-size: 54px;
    font-weight: bold;
    color: #fdfdfd;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    margin: 5% 0 0px;
    line-height: 1.2em;
}

.button {
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffffcc;
    border: none;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    -webkit-appearance: none;
    text-decoration: none;
    border: none;
    background-color: #dc2360;
    display: inline-block;
}

.button:hover {
    background-color: #3e64af;
}

.cancel {
background-color:#DE716E;
}

#feltoltes-form input[type="file"]{
  display: none;
}

input {
font-size:16px !important;
}

.formline {
margin-bottom: 10px;
}

label {
    display: block;
    width: 100px;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
}

#fieldboxes {
font-size:0;
}

.fieldbox {
width: 33%;
    display: inline-block;
    margin-bottom: 20px;
}

.field {
    padding: 7px 10px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #BBB;
    width: calc(100% - 22px);
}

.fieldbox .field {
       width: calc(100% - 42px);
}

.dropdown {
width: calc(100% - 110px);
  padding: 5px;
  border-radius: 0px;
  border: 1px solid #BBB;
}

#contactform textarea {
    width: calc(100% - 50px);
    padding: 7px 10px;
    font-size: 16px;
    min-height: 150px;
    display: inline-block;
    border: 1px solid #BBB;
    max-width: calc(100% - 22px);
}

.infotext {
  font-size: 12px;
  text-align: right;
  opacity: 0.7;
}

#statusbar {
    position: relative;
    padding: 7px 0px 0;
    color: #ccc;
    font-size: 12px;
    overflow: hidden;
    height: 25px;
    background-color: #f8f8f8;
}

#icons {
    position: relative;
    right: 0;
    top: 0;
    text-align: right;
}

div#language {
    display: inline-block;
}

#lang {
    display: inline-block;
    color: white;
    padding: 0 10px;
    font-size: 13px;
    vertical-align: middle;
}

#icons a {
    display: inline-block;
    color: #4d4949;
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    text-decoration: none;
    background-color: white;
    border-radius: 4px;
}


header{
    box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    z-index: 300;
    position: fixed;
    width: 100%;
    opacity: 1;
    background-color: #fff;
    backdrop-filter: blur(10px);
    top: 0;
}

header a, h3 a {
text-decoration:none;
}

.headon {

}

.headon #logo {
padding:10px 0;
}

.headon #logo img {
width:240px;
}

.headon #statusbar {
padding: 0;
    height: 0;
}

#logo2 {
display:none;
    padding: 40px 0px;
    line-height: 0;
}

#logo2 img {
  width: 300px;
  height: auto;
}

#logo {
    position: relative;
    padding: 40px 0px;
    display: inline-block;
    line-height: 0;
}

#logo img {
  width: 300px;
  height: auto;
}

#topmenu {
	position:absolute;
top: calc(50% - 1.5em);
right:0px;
}

#fullmenu {
  position: relative;
  background-color: #0193dd;
}

#fullmenu .nav {
  display: inline-block;
}

#fullmenu .nav li a {
color:white;
}

#hamburger {
  display: none;
}

#hambi div {
  background-color: #444;
  width: 60%;
  height: 2px;
  margin: 4px auto;
  border-radius: 1px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.hambitox #x1 {
  transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -webkit-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -moz-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -ms-transform: rotateZ(45deg) translateY(4px) translateX(4px);
  -o-transform: rotateZ(45deg) translateY(4px) translateX(4px);
}

.hambitox #x2 {
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
}

.hambitox #x3 {
  transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -webkit-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -moz-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -ms-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
  -o-transform:rotateZ(-45deg) translateY(-4.5px) translateX(4.5px);
}

.nav {
	list-style:none;
  padding:0;
  margin:0;
  font-size:0;
}

.nav li{
	display:inline-block;
	position:relative;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;

}

.nav li:last-child {
border-right: none;
}

.nav li a{
    display: block;
    text-decoration: none;
    color: #333;
    padding: 15px 18px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav ul {
background-color: #fff;
position: absolute;
top: 100%;
left: 0;
float: left;
z-index: 99999;
padding: 0;
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.5);
visibility:hidden;
opacity:0;
transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}

.nav li:hover > ul{
  visibility:visible;
  opacity:1;
  transition-delay:0s;
}

.nav ul ul{
	top: 30%;
	left:100%;
	background: #343434;
}

.nav ul li {
border-top:1px solid;
width: 100%;
border-color:inherit;
}

.nav ul a{
height: auto;
line-height: 1em;
padding: 15px 20px;
border-left: none;
border-right: none;
display: inline-block;
width: initial;
white-space: nowrap;
}

.nav li:hover > a {
	color: #000;
	background-color:#eee;
}

.nav li:active, .nav li:focus, .clicked{
background-color:#eee;
}

/* Az aktív menüpont stílusa */
.current-menu-item {
  position: relative;
  /* Opcionális: a szöveg színét is megváltoztathatod sötétebbre */
  color: #333; 
  font-weight: bold;
}

/* A szivárványos csík létrehozása */
.current-menu-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px; /* A szöveg alatt 5px-el */
  width: 100%;  /* A teljes szövegszélesség */
  height: 3px;  /* A csík vastagsága */
  
  /* A logó 5 színe, balról jobbra */
  background: linear-gradient(to right, 
    #fba549, 
    #3e64af, 
    #aad25b, 
    #dc2360, 
    #52bbf8
  );
  
  /* Opcionális: lekerekített végek a csíknak */
  border-radius: 2px;
}

#slider {
}

.owl-buttons {
position: absolute;
top: 0;
width: 100%;
height: 100%;
overflow:hidden;
font-weight:300;
}

.owl-prev, .owl-next {
position: absolute;
top: 0;
color: #FFF;
font-size: 140px;
line-height: 350px;
width: 45%;
height: 100%;
opacity: 0;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
vertical-align: middle;
}

.owl-prev {
left:0;
padding-left:5%;
}

.owl-next {
right:0;
text-align:right;
padding-right:5%;
}

.owl-prev:hover, .owl-next:hover {
opacity:0.5;
}

#slider .slide {
height: 400px;
background-size: cover;
background-position: center center;
}

article {
float: left;
    width: calc(93% - 320px);
    position: relative;
}


.padding {
margin:0 3%;
position:relative;
}

.editpostlink {
position: absolute;
    right: 0px;
    top: 10px;
    opacity:1;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;    
}


.card {
    display: inline-block;
    border: 1px solid #bbb;
    padding: 20px;
    margin-right: 20px;
    max-width: 365px;
    margin-top: 20px;
    vertical-align: top;
    width: calc(50% - 65px);
}

.card div {
text-align:center;
}

.card .nev {
    font-size: 19px;
    font-weight: bold;
}

.card .titulus {
    font-size: 14px;
    margin-bottom: 5px;
}

div#map {
    margin-top: 40px;
}

.message {
    padding: 20px;
    background-color: #eee;
    margin-bottom: 30px;
    font-weight: bold;
}

.post {
    padding: 0;
    position: relative;
    margin: 70px 0;
}

.entry a, aside a {
	color: #dc2360
}

.entry a:hover{
	color: #000;
}

.entry img {
max-width: 100%;
height: auto;
}

.alignright {
    float: right;
    margin: 0 0 25px 25px;
}

.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.alignleft, .alignright {
width:40%;
  font-size: 0;
      border-radius: 16px;
}

.alignleft img, .alignright img {
  border-radius: 8px;
}

.ui-sortable-handle {
float:left;
  width: auto;
  height: 80px;
position:relative;
margin:0 10px 10px 0;
border:1px solid #ccc;
}

.ui-sortable-handle:first-child::after { 
content: "kiemelt kép";
  position: absolute;
  left: 50%;
  background-color: #FFF;
  font-size: 13px;
  bottom: -5px;
  transform: translateX(-50%);
  padding: 0 3px;
  border-radius: 4px;
  opacity: 0.9;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}


.ui-sortable-handle label {
  width: auto;
  padding: 0;
}

.ui-sortable-handle img {
  width: auto;
  height: 80px;
}

.ui-sortable-placeholder {
}

.torles {
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #FFF;
  border: 3px solid #D64642;
  color: #D64642;
  text-decoration: none;
  width: 15px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.plus {
cursor:pointer;
}

aside {
float: right;
    width: 290px;
    list-style: none;
    padding: 70px 30px;
    overflow:hidden;
}

aside h2 {
margin-top:0;
}

#facebook {
overflow:hidden;
}

footer{
    clear: both;
    text-align: center;
    padding: 30px;
    background-color: #eee;
    color: #333;
    font-size: 14px;
}

footer a {
color:#000;
text-decoration:none;
font-weight:bold;
}

footer a:hover {
color:#000;
}

footer span {
display:inline-block;
}

#footsocial {
margin-bottom:20px;
}

#footsocial a {
    background-color: white;
    display: inline-block;
    padding: 20px 15px;
    border-radius: 50%;
    font-size: 22px;
    color: #444;
    width: 40px;
    height: 30px;
    text-align: center;
    margin: 8px;
          box-shadow: 0 0 0 0px #eee inset;
}

.fa-facebook-f {
    color: #3e64af;
}

.fa-instagram {
    color: #dc2360;
}

.fa-envelope {
    color: #52bbf8;
}

#footsocial a:hover {
  transform:scale(1.2);
      box-shadow: 0 0 0 10px #eee inset;
}

#footlogo img {
    width: 60%;
    max-width: 150px;
}

.clear {
clear:both;
}

@media screen and (max-width: 1700px) {
.nav li a {
    padding: 15px 15px;
    font-size: 15px;
    margin: 0 0px;
}
}

@media screen and (max-width: 1500px) {
.nav li a {
    padding: 15px 10px;
    font-size: 14px;
}

#logo img {
    width: 260px;
}

}

@media screen and (max-width: 1300px) {
#tophead h1 {
    font-size: 44px;
    margin: 6% 0 0px;
}

#hamburger {
display: inline-block;
    position: absolute;
    right: 0;
    width: 50px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


nav {
height: auto;
  width: 100%;
	transition: all 300ms ease;
	background-color:#fff;
	z-index:30;
	top:100% !important;
	right:inherit;
	transform:translateY(-100%);
	right:0 !important;
	background-color:#eee;
	opacity:0;
	visibility:hidden;
}

.nav ul li {
text-align:center;
background-color:#222;
} 

.menuon {
	transform:translateY(0) !important;
	opacity:1;
		visibility:visible;
}

.nav  {
padding:0;
}

.nav ul {
width:100%;
}

.nav ul li a {
border-top:none;
font-size: 12px;
}

.nav li {
text-align:center;
width:100%;
}

.nav li:last-child, .nav li:first-child {
border-left:none;
border-right:none;
}

.nav li a {
border-left: 0px solid;
border-top: 1px solid;
border-color:rgba(255, 255, 255, 0.4);
}

.nav li:last-child {
border-right: 0px;
}

}

@media screen and (max-width: 1000px) {
#aboutme {
    text-align: center;
}

#aboutmepic img {
    float: none;
}

#aboutmetext {
        float: none;
        width: 100%;
        margin-bottom: 40px;
}

.frontext .sidetitle {
    font-size: 38px;
}

.frontext {
        padding-left: 0 !important;
        width: 100%;
        padding-top: 0;
        overflow: hidden;
}

.backpic img {
    left: 20px;
    position: relative;
    width: calc(100% - 40px);
    height: 300px !important;
}
}

@media screen and (max-width: 800px) {
#tophead h1 {
    font-size: 34px;
    margin: 9% 0 0px;
}

#blogpic img {
    float: none;
    max-width: initial;
    height: auto;
    width: calc(100% - 40px);
}

#blogtext {
        float: none;
        width: auto;
        margin-bottom: 40px;
}

    .backpic img {
        height: 200px !important;
    }
    

#slider .slide {
height: 300px;
}

.owl-prev, .owl-next {
line-height: 270px;
}

article {
width:100%;
float:none;
}

.editpostlink {
opacity:1;
}

aside {
    width: calc(100% - 60px);
    float: none;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

}

@media screen and (max-width: 600px) {
    .frontext .sidetitle {
        font-size: 30px;
    }

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}



#aboutmetext h3 {
    font-size: 25px;
}

#tophead h1 {
    font-size: 30px;
    margin: 12% 0 0px;
}

#headerback {
    background-position: left center;
    background-size: auto 100%;
}

#logo img {
    width: 240px;
}

}

@media screen and (max-width: 400px) {


label {
display:block;
width:auto;
padding-bottom: 0;
}

.field, textarea {
display:block;
width: calc(100% - 22px);
max-width: calc(100% - 22px);
}

.fieldbox {
width:100%;
}

.alignright, .alignleft {
  float: none;
  margin: 0;
    width:100%;
}

.alignright img, .alignleft img {
  width:100%;
}

.card {
    width: calc(100% - 50px);
}

}

/* Blog bejegyzések – kép szélesség és gomb színe */
.blog-list .alignright {
  width: 30%;
}

.blog-list .alignright img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.blog-list .read-more {
  color: #ffffff !important;
}

/* Blog bejegyzések címsor stílus – ne legyen aláhúzva, fekete színnel */
.blog-list .post h2 a {
  color: #000000;
  text-decoration: none;
}

.blog-list .post h2 a:hover {
  color: #e0006e;
  text-decoration: none;
}

/* Single blog – cím és kép egymagasságú elrendezés */
.blog-single .blog-single-header {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.blog-single .blog-single-title {
  flex: 1 1 0;
}

.blog-single .blog-single-image {
  flex: 0 0 auto;
}

.blog-single .blog-single-image img {
  width: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

@media (max-width: 768px) {
  .blog-single .blog-single-header {
    flex-direction: column;
  }

  .blog-single .blog-single-image img {
    width: 100%;
    height: auto !important;
  }
}



.sidebar-blog-list h3 {
  margin: 0 0 1em;
  font-size: 1.1em;
}

.sidebar-blog-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-blog-list li {
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sidebar-blog-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-blog-list a {
    text-decoration: none;
    color: #3e64af;
    font-weight: bold;
}

.sidebar-blog-list a:hover {
  text-decoration: underline;
}