*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'CambriaMath';
  src: url('./fonts/cambria-math/cambria-math.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
}

body {
	padding: 0;
  /* + input + btn*/
	font-family: CambriaMath, Verdana, Geneva, Tahoma, sans-serif;
  /* + input + btn*/
	font-weight: 400;
	font-size: 17px;
	background: #fff;
	color: #222;
  
	height: 100%;
}

.flagss {
	display: flex;
	gap: 5px;
}
@media only screen and (max-width: 300px) {
  .flagss {flex-flow: row wrap;}
}
.langSel {
	width: 30px !important;
	height: 22px !important;
	min-width: 30px;
	min-height: 22px;
}
.isActiveLang {
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%); 
}

.socialBlck {
	display: flex;
	gap: 10px;
	flex-flow: row wrap;
}
.socialIcon {
  height: 20px;
}
.socialIcon a {
  max-height: 100%;
}
.socialIcon svg {
  height: 20px;
  max-height: 100%;

}

.hkaWrapper {
  /* background: #fff; */
  /* color: #202020; */
  padding: 0px 0 0;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}
.hkaWrapperSection {
  width: 100%;
  margin: 0 auto 0px;
  padding: 15px 10px 0;
}

.izModule.modId42 {
	margin: 0;
}

html {
  scroll-padding-top: 200px;
}
svg {
  max-width: 100%;
  max-height: 100%;
}

.siteMaxW {
  width: 100%;
  max-width: 1000px;
  /* 	background: #555; */
  margin: 0 auto;
}

img {
  /* ez ne legyen ---> width: auto; */
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
  background: #fff;
}
img.leaflet-marker-icon {
  background: none;
}

.imgToCenter {
  /* text-align: center; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.imgToLeft {
  float: left;
  margin: 4px 15px 15px 0;
  max-width: 50%;
}
.imgToRight {
  float: right;
  margin: 4px 0 15px 15px;
  max-width: 50%;
}
.deskMobFix30 {
  width: 30%;
  max-width: 30% !important;
}
.deskMobFix40 {
  width: 40%;
  max-width: 40% !important;
}
.deskMobFix50 {
  width: 50%;
  max-width: 50% !important;
}
.desk30Mob50 {
  max-width: 30% !important;
}
@media only screen and (max-width: 768px) {
  .desk30Mob50 {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 568px) {
  .desk30Mob50 {
    max-width: 100% !important;
    width: 100% !important;
  }
}


.siteLogoGrid {
	display: grid;
	grid-template-columns: auto auto;
	gap: 10px;
	/* background: #eedfd0; */ 
}

.siteLogoGrid svg,
.siteLogoGrid svg path {
	/* fill: #211E1C; */
  opacity: 1;
}
.siteLogo {
	max-height: 50px;
	/* width: 50px; */
	min-width: 34px;
}
.siteNameDesc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
  color: #000000;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.siteName a {
	text-decoration: none;
	font-weight: bold;
	/* text-transform: uppercase; */
	color: #111;
	letter-spacing: 1px;
	font-size: 24px;
	line-height: 20px;
	display: block;
}
.siteDesc {
	font-weight: normal;
	font-size: 19px;
	padding: 0 0 0 3px;
}
#svgLogo {
  max-width: 100%;
  max-height: 100%;
  fill: #25257b;
  width: 200px;
}

.lockedTable {
	background: aliceblue;
	padding: 10px;
	border: 1px solid #a2ccf0;
}

.lockedTable input[type="checkbox"] {
  display: none;
}

.fullBGRowContentInner.siteMaxW {
	display: grid;
	grid-template-columns: 1fr;
	padding-top: 148px;
	gap: 19px;
}



.greenBtn {
  background: #c29958;
  border: 1px solid #c29958;
}
.greenBtn:hover {
  background: #a37d40;
  border: 1px solid #977031;
}
.redBtn {
  background: #f00;
  border: 1px solid #ca0000;
}
ol {
  margin: 0 0 10px 20px;
  padding: 10px 0 0;
}

.logoNavBFullRow {
	position: relative;
	position: -webkit-sticky;
	top: 0;
	z-index: 99;
	margin: 0 0 0px;
	transition: background-color 500ms ease-in-out;
	background: #fff;
	/* background: #ffffffa3; */
	box-shadow: 0px 2px 10px 0px #d2949426;
}

.mapIframe {
  height: 600px;
}
.mapFull {padding: 0 10px; margin:  0 0 30px;}
#map { height: 500px; }




.flexCenter {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pc-pr-10 {
  padding-right: 10px;
}

.logoNavB {
	margin: 0 auto;
	padding: 4px 0px;
	/* max-width: 1000px; */
/* 	display: grid;
	grid-template-columns: 1fr auto !important; 
	gap: 20px; */
}

.fixTop {
  opacity: 1;
  margin: 0 0 0px;
}

.topRow {
	opacity: 1;
	padding: 10px 10px;
	color: #fff;
	background: #e75632;
  position: relative;
  z-index: 5;
}

.topRow > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topRow svg {
  fill: #fff;
}

#topRight {
	display: flex;
	gap: 10px;
}



.topRInn {
	/* max-width: 1000px; */
	margin: 0 auto;
	padding: 0 8px;
	/* min-height: 72px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#topRCont {
	display: flex;
	gap: 5px 20px;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0;
	width: 100%;
}

#topRCont .lSide {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px 15px;
	color: #dbc4ae;
}

#topRCont .lSide a,
#topRCont .rSide a {
	display: flex;
	align-items: center;
	gap: 5px 5px;
	text-decoration: none;
	font-weight: normal;
	/*letter-spacing: 1px;*/
	letter-spacing: initial;
  font-size: 14px;

}

#topRCont .lSide a > svg, #topRCont .rSide a > svg {
	height: 17px;
	min-height: 17px;
	max-height: 17px;
	max-width: initial;
	width: auto;
}

#topRCont a, #topRCont a > svg {
	color: #fff;
	fill: #fff;
}

#topRCont a > svg:hover {
	fill: #f56649;
}

.trCon {
	display: flex;
  align-items: center;
	gap: 10px;
}


.trCon a {
  display: flex;
  align-items: center;
}

.trCon svg {
  fill: #fff;
  height: 20px;
}

.trPhone svg {
  fill: #fff;
  height: 20px;
}

.footerCenterMenu {
padding: 10px 0 0;
}

.footerCenterMenu ul {
display: flex;
justify-content: center;
align-self: center;
gap: 10px;
flex-flow: row wrap;
}
.footerCenterMenu li {
  list-style-type: none;
}
.footerCenterMenu li a {
	color :#fff;
  text-decoration: none;
}
.footerCenterMenu li:hover a,
.footerCenterMenu li.active a {
  color :#fff;
  text-decoration: underline;
}

.rrr {
	height: 100vh;
	position: absolute;
	top: 0;
	border-left: 10px solid green;
	width: 100px;
	max-width: 100px;
}

.heroImgDesc {
	color: #ffffff;
	font-size: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.heroImgContact {
	padding: 20px 0 0;
	/* background: rgba(255,255,255,.3); */
	/* border-radius: 5px; */
	/* border: 1px solid rgba(255,255,255,.4); */
	/* color: #ffffff; */
	display: flex;
	justify-content: center;
}

.heroImgInfo {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.heroImg1st {
	opacity: 1;
}

.heroTopDiv {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	opacity: 0;
	display: flex;
	flex-direction: column;
	gap: 0px;
	font-size: 23px;
	line-height: 28px;
}

.heroBottomDiv {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	font-size: 20px;
	opacity: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.heroImg1stTxt {
	opacity: .65;
	background: #c7e3e3;
	color: #111;
	text-align: center;
	font-size: 33px;
	border-radius: 25px;
	font-weight: bold;
	padding: 6px 20px;
	letter-spacing: 0px;
}

.heroImg1stDes {
	height: 50px;
	transform: translateY(-12px);
	background: url("./images/starrow.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 85%;
}

.heroImg2nd {
	display: flex;
	justify-content: center;
	transform: translateY(-10px);
}

.heroImg2ndTxt {
	opacity: .65;
	background: #c7e3e3;
	color: #111;
	text-align: center;
	font-size: 25px;
	border-radius: 25px;
	font-weight: bold;
	padding: 6px 15px;
	letter-spacing: 0px;
}



.heroImgContact a {
  color: #ffffff;
}

.heroImgContact textarea {
  font-size: 17px;
}

.heroImgContact .inputRow input[type="text"] {
  width: 100% !important;
	background: rgba(255, 255, 255, .3);
	height: 36px !important;
	border-radius: 5px;
	padding: 5px !important;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	/* font-family: verdana; */
}

.heroImgContact .inputError input,
.heroImgContact  input.inputError::placeholder {
  color: #ff0000;
}

.heroImgContact textarea::placeholder,
.heroImgContact input::placeholder {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.99);
}

.heroImgContact button[type="submit"] {
  width: 100%;
  text-transform: uppercase;
  background: #b62203;
}

.heroImgContact button[type="submit"]:hover {
  background: #8f1800;
  color: #211E1C;
}

.contForm textarea {
  background: rgba(255, 255, 255, .3);
}

.heroImgContact .contForm {
  margin: 0;
  max-width: initial;
}

.heroImgContact .submitRow {
  margin: 0;
}

.heroImgContact .eventInfoCont {
    /* background: #eef7ee; */
    padding: 15px;
    border: 0;
    /* margin: 0 0 20px; */
    max-width: 100%;
    /* margin: 0 auto; */
    color: #211E1C;
}

.heroImgContact .inputError {
	border: 1px solid #fb7272 !important;
	background: #fff0f0 !important;
  color: #610d0d !important;
}

.heroImgContact .contForm textarea {
  color: #ffffff;
  font-weight: bold;
}

.heroSlide a {
	background: #db340b;
	padding: 8px 12px;
	border-radius: 15px;
	text-decoration: none;
	color: #fff;
	text-shadow: none;
	font-weight: bold;
	/* margin: 5px 10px; */
	white-space: nowrap;
	font-size: 18px;
}

/* Teljes képernyős slider konténer */
.heroSlider {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
}

/* A belső wrapper */
.hherrr {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* A slide-okat tartalmazó grid */
.animGrid1 {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.heroSliderProgressBar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	background-color: #e75632;
	width: 0;
	z-index: 5;
	animation: progress 5000ms linear forwards;
	opacity: 0.4;
}

@keyframes progress {
  from { width: 0; }
  to { width: 100%; }
}

/* Egyes slide-ok beállítása */
.heroSlide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.heroSlide.active {
  opacity: 1;
}

.heroSlideContent {
	/* background: rgba(247, 247, 247, 0.35); */
	color: white;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	padding: 42px 20px;
	position: relative;
	height: 100%;
  width: 100%;
}

.heroSlideContent h3 {
	font-size: 44px;
	margin-bottom: 80px;
	font-weight: bold;
	color: #fff;
}

.heroSlideContent p {
  font-size: 1.2rem;
}



.inputError {
	border: 1px solid #fb7272 !important;
	background: #fff0f0 !important;
}

.quoteSelectNbr.usersNbr {
	padding: 0 0 10px 10px;
	font-weight: bold;
}

.quoteLineItems:nth-child(2n) {
	background: aliceblue;
	padding: 10px;
	border-top: 1px solid #bbd9f4;
}
.quoteLineItems:nth-child(2n+1) {
	background: #f8f8f8;
	padding: 10px;
	border-top: 1px solid #d6d6d6;
}

.quoteCB {
	display: flex;
	align-items: center;
}

.personBlock {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.formBlueBlock {
	background: aliceblue;
	padding: 10px;
	border: 1px solid #b1cbe1;
	display: flex;
	flex-direction: column;
	gap: 5px;
  margin: 0 0 15px;
}

.formBlueBlock select,
.formBlueBlock input
 {
	border: 1px solid #b5d3ee !important;
}

.fromToItems {
	display: grid;
	grid-template-columns: 50px 9px 50px 25px 50px 9px 50px;
}

.fromToItems div {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

.mainImgg {
	display: grid;
	grid-template-columns: 315px 1fr;
	gap: 25px;
	font-size: 18px;
}

.mainImgg3 h3 {
  font-size: 36px;
  color: #211E1C;
}

.mainImg2 img {
	width: 100%;
}

.mainFlex {
  padding: 0;
  margin: 0 0 10px;
  display: block;
}

.content-mid {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  margin: 0;
  /*  order: 2; */
}
.leftSide {
  opacity: 1;
  /*  order: 1; */
}

.contentItemList {
	display: grid;
	gap: 10px 30px;
	grid-template-columns: 1fr 1fr 1fr;
}

.contentItemImgDivInner img {
  width: 100%;
  height: auto;
}

.contentInfoBox {
	padding: 5px;
	text-align: center;
}

.contentItemBox a {
  text-decoration: none;
}

main {
	/* background: #fff; */
	/* border: 1px solid #ccc; */
	margin: 0 0 10px;
	padding: 10px 0 20px;
}


table {
  margin: 10px 0 20px;
}
table tr {
  opacity: 1;
}
table tr td {
  border: 1px solid #eee;
  vertical-align: top;
  padding: 5px 10px;
}
textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50px;
  min-height: 30px;
  max-height: 100px;
}

a {
  font-weight: normal;
  color: #111111;
}

button {
  cursor: pointer;
}

p {
  margin: 0 0 20px;
}

.noWrap {
  white-space: nowrap;
}

.contentItemPageMainImg {
	margin: 0 0 20px;
}

.moveFBott.whyUs {
	display: grid;
	grid-template-rows: 1fr auto;
	gap: 0px;
}

.whyUsSvgDIV {
	margin: 0 !important;
	padding: 0 !important;
}

.whyUsMore {
	margin: 0 !important;
	padding: 10px 0 !important;
}

.alert {
	background: hsla(240, 38%, 97%, 0.692);
	/* border: 1px solid #a0d2fd; */
	padding: 10px;
	margin: 0 0 20px;
	border-left: 4px solid #25257b;
	border-radius: 2px;
	font-size: 17px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 600;
  color: #211E1C;
}
h1 {
	font-size: 20px;
}

h2 {
  font-size: 17px;
}
h3 {
  font-size: 16px;
}

.hidden {
  display: none !important;
}

.error {
  background: #ffe0e0;
  color: #b70101;
  border: 1px solid #f04949;
}
.error td {
  background: #ffe0e0 !important;
  color: #b70101 !important;
  border: 1px solid #f04949 !important;
}

.pos65 {
	padding: 10px;
}

button[type="submit"] {
	background: #b62203;
	color: #f3f3f3;
	padding: 9px 20px;
	border: 0;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 400;
	transition: all 200ms;
	text-decoration: none;
	border-radius: 0px;
	font-family: CambriaMath, Verdana, Geneva, Tahoma, sans-serif;
}

button[type="submit"]:hover {
	background: #831600;
	color: #f3f3f3;
}


.fullBGRow {
  width: 100%;
  /* height: 30vh; */
  background: #211E1C;
}

.fullBGRowContent {
	padding: 10px 0px 10px;
	border-radius: 2px;
	/* position: absolute; */
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 100%;
	/* font-size: 35px; */
	display: flex;
	justify-content: center;
}


.fullBGRowContent .mess {
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 0px 15px 0px 5px;
  border-radius: 3px;
}

.smallBGRow {
  width: 100%;
  height: 300px;
  background: #211E1C;
}

.mobMenu ul li.specLink {
  opacity: 1;
}
.mobMenu ul li.specLink a {
  opacity: 1;
}

/* .videoDiv {
  height: 256px;
  width: 1920px;
} */


.idoPontFogl {
  background: #b62203;
  /* border-radius: 5px; */
  padding: 30px 0;
  color: #000;
}


video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactPage {
  margin: 0 0 25px;
}

.errorBox {
  background: #ffeaea;
  padding: 5px;
  border: 1px solid #ff7d7d;
  border-radius: 2px;
  margin: 0 0 15px;
}

.errorBox ul {
  margin: 0;
}

.errorBox p:last-of-type {
  margin-bottom: 0;
}

textarea {
  font-family: CambriaMath, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
}
.hkaInput {
  height: 26px !important;
  padding: 3px !important;
  font-family: CambriaMath, Verdana, Geneva, Tahoma, sans-serif;
}
.hkaSelect {
  height: 26px !important;
}

input[type="text"], input[type="date"] {
	width: 100%;
	border: 1px solid #b62203;
	padding: 10px;
	height: 34px;
	/* border-radius: 5px; */
}

.contForm {
  display: flex;
  flex-direction: column;
  /* padding: 15px; */
  margin: 0 0 20px;
  max-width: 400px;
  border-radius: 2px;
  /* background: none repeat scroll 0 0 #f2f6fc; */
  /* border: 1px solid #c9d4e6; */
  width: 100%;
  gap: 10px;
}

.contForm .inputRow {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.inputRow.aszf label {
  font-size: 14px;
}

/* .contForm a {
  color: #6c41be;
} */

#contSubmitBtn {
  background: #3f7fcc;
  border: 1px solid #1a5fb3;
  color: #fff;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}

#contSubmitBtn:hover {
  background: #2570cc;
  border: 1px solid #0a468f;
}

.contForm input[type="text"] {
  width: 100%;
}

.contForm textarea {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 25px;
	height: 150px;
	max-height: 250px;
	border: 1px solid #b62203;
	border-radius: 5px;
	padding: 5px;
}

.eventPrices {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  margin: 0 0 20px;
}
.eventPriceRow {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: space-between;
}

.contForm .inputRow select,
.inputRow input[type="date"],
.inputRow input[type="text"] {
  width: 100% !important;
  background: #fff;
  height: 30px !important;
  padding: 0 5px;
}

.eventInfoCont {
	background: #e8f4ff;
	padding: 15px;
	border: 1px solid #cde5fb;
	max-width: 400px;
	/* margin: 0 auto; */
	color: #004480;
	border-radius: 5px;
	margin: 0 0 20px;
}

.eventInfoCont p:last-of-type {
  margin: 0;
}
.eventInfoCont .inputRow select {
  border: 2px solid #fdd194;
}

.wsDateTime {
  margin: 0 0 15px;
}

#heroKoll {
	width: 100%;
	height: 300px;
	/* background: #211E1C33 url("./images/kollazs-02.jpg"); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	border-bottom: 1px solid #211E1Cfc;
	border-top: 1px solid #211E1Cfc;
	box-shadow: 0 0 4px 0 #211E1C;
	margin: 0 0 10px;
}

#heroKollCont {
	position: relative;
	/* max-width: 990px; */
	height: 100%;
	margin: 0 auto;
	padding: 30px 20px 220px;
}

.heroText {
	padding: 30px;
	/* text-align: center; */
	font-size: 24px;
	color: #1d6603;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.heroText > div:first-of-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

#heroText h1 {
  font-size: 24px;
  margin: 0;
}




#heroImg {
	width: 100%;
	/* height: 300px; */
/* 	background: #f5e2d4 url("/kepek/global/hero-01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 0 20px;
	margin: 0 0 10px;
	/* border-bottom: 2px solid #ddd; */
	/* border-top: 2px solid #ddd; */
	min-height: 100vh;

    margin-bottom: 45px;
    background: url(./images/heroImg.jpg); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#heroImgCont {
	position: relative;
	/* max-width: 990px; */
	height: 100%;
	margin: 0 auto;
	padding: 30px 20px 220px;
}



.heroText {
	padding: 30px;
	/* text-align: center; */
	font-size: 24px;
	color: #211E1C;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.heroText > div:first-of-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

#heroText h1 {
  font-size: 24px;
  margin: 0;
}



.introInner {
  margin: 0 auto 80px;
	padding: 0 10px;
}
.introBG {
	background: #0c0e34;
	padding: 20px;
	color: #fff;
}

.introBG a {
	background-color: #0144c1;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	text-decoration: none;
	letter-spacing: .5px;
}

.introInner .moduleContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
} 

.introInner .moduleContent > div:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-align: center;
}

.introInner .moduleContent > div:first-of-type h3,
.introInner .moduleContent > div:first-of-type p {
  margin: 0 0 30px;
}

.introInner .moduleContent > div:first-of-type ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}

.introInner .moduleContent > div:first-of-type li {
  text-align: center;
  padding: 0 0 5px;
}




.bold {
  font-weight: bold;
}

main ul {
  margin: 0 0 20px 20px;
}
.p-10 {
  padding: 10px;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.gally {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#catFlex {
  display: flex;
  gap: 20px;
  margin: 0 0 50px;
}
#catFlex .featCat {
  max-width: 330px;
}
#catFlex .featCat a {
  display: block;
  text-decoration: none;
  text-align: center;
}
#catFlex .featCat a img {
  width: 100%;
  margin: 0 0 10px;
  padding: 3px;
  border: 1px solid #ccc;
}
#catFlex .featCat a h3 {
  font-size: 23px;
  color: #c2272d;
}

.resetSrc {
  color: #fff;
  background: #d70000;
  background: #ff0000;
  border: 1px solid #555555;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 10px 2px 15px;
  text-decoration: none;
  font-size: 15px;
  position: relative;
}
.resetSrc::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  clear: both;
  height: 0;
}

/* jogi menu bmax*/
ul.nav.menu {
  list-style-type: none;
}

#footCont tr td {
  padding: 10px 10px;
}
#footCont tr td:last-of-type {
  font-size: 20px;
}

#videoFlex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.video {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 0 25px;
}

.mb10 {
  margin-bottom: 10px;
}

/* MENU ******************************** */
/* MENU ******************************** */
/* MENU ******************************** */
/* MENU ******************************** */

.slideIn .logoNavB,
.slideOut .logoNavB {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  box-shadow: 0 0 3px 0 #962525;
}
.slideIn .logoNavB,
.slideOut .logoNavB {
  position: fixed;
  animation-duration: 450ms;
  animation-timing-function: ease;
}

.slideIn .logoNavB {
  animation-name: slide-in;
}

.slideOut .logoNavB {
  animation-name: slide-out;
  animation-fill-mode: forwards;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    position: fixed;
    transform: translateY(0%);
  }
  99% {
    opacity: 1;
    position: fixed;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    position: absolute;
    transform: translateY(0%);
  }
}

.zuSmenTbl {
  margin: 0 0 20px;
}
.zuSmenTbl tr td {
  padding: 5 10px;
}
#stripePayNow {
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  background: #dd0416;
  border: 1px solid red;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#stripePayNow > div {
  width: 30px;
  height: 30px;
}
#stripePayNow svg {
  opacity: 1;
}
#stripePayNow svg path {
  fill: #fff;
  opacity: 1;
}
.paymentStatusSumm {
  height: 20px;
  display: flex;
  gap: 5px;
}
.paymentStatusSumm svg {
  width: 20px;
  height: 20px;
}
.paymentStatusSumm svg path {
  fill: #01af00;
}

.existingOrder {
  max-width: 800px;
  border: 2px solid #b3d8ff;
  background: aliceblue;
  padding: 0px;
}
.existingOrderInn {
  border: 2px solid #a1cfff;
  background: rgb(255, 255, 255);
  padding: 10px;
}
.existingOrder table {
  margin: 0 !important;
}

.logoHref, .logoHref p {
	color: #211E1C;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	gap: 10px;
	font-size: 16px;
	/* text-transform: uppercase; */
	margin: 0;
}

.logoHref > * {
  margin: 0;
}

.logoHref svg {
	margin: 0;
	fill: #0b4414;
	height: 50px;
	width: 50px;
	min-height: 50px;
	min-width: 50px;
}

header {
	/* position: -webkit-sticky; */
	/* position: sticky; */
	/* padding: 0; */
	/* top: 0; */
	/* left: 0; */
	width: 100%;
	background: #fff;
	/* z-index: 199; */
  margin: 0 0 0px;
}

nav {
  padding: 0 10px;
  margin: 0 0 0px;
  z-index: 5;
  min-height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* background: red; */
}

.mobMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  /* max-width: 1000px; */
  padding: 0px 0px;
 /*  margin: 0 auto;*/
  width: 100%; 
  gap: 40px;
}
#menuTextOut {
	/* display: none; */
	/* justify-content: center; */
	/* align-items: center; */
	padding: 5px 0;
}

.logoHref img {
  height: 50px;
}

.logoText {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.logoText h2 {
  margin: 0;
}

.pos50 {
	background: #1448a9;
	padding: 30px 0;
	color: #fff;
	padding: 50px 10px;
}

.pos50 .moduleContent {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: space-between;
}

.pos50 .moduleContent > div {
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.pos50 .siteMaxW.posInn {
  padding: 0 40px;
}

.pos50 p:last-of-type,
.pos50 h2:last-of-type,
.pos50 h3:last-of-type {
  margin: 0;
}

.pos50 a {
	background: #fff;
	border-radius: 10px;
	text-decoration: none;
	color: #1448a9;
	/* height: 30px; */
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

#blueBtn {
	background: #1d7bce;
	border-radius: 0px;
}

.submitRow {
	margin: 0 0 20px;
}

.qouteCatFullDesc {
	margin: 0 0 20px;
}

#quoteForm {
	max-width: 600px;
	background: #f8f8f8;
	padding: 10px;
	border: 1px solid #dbdbdb;
}

.quoteLineItems {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 0 0px;
	gap: 0;
	/* background: aliceblue; */
}

.quoteLineItems .quoteLineRow {
	display: grid;
	grid-template-columns: 10px auto;
	margin: 0 0 0px;
	gap: 10px;
  padding: 3px 0;
}

.lockedTable .quoteLineItems .quoteLineRow {
  grid-template-columns: 0px auto;
}

.quoteTimePerson {
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
	/* display: flex; */
	font-style: italic;
}

.quoteSelectNbr {
	display: flex;
	gap: 10px;
}

.quotePrice {
	text-align: right;
	white-space: nowrap;
	display: flex;
	justify-content: flex-end;
	align-items: center;
  font-size: 15px;
}

.qouteLineSelectors {
	display: flex;
	justify-content: space-between;
}

.quotePersonInfo {
	width: 65px;
}

.lockedTable .quoteLineItems.hideRow {
	display: none;
}

.quoteLineItems.notAvailable {
	opacity: 0.5;
	cursor: no-drop;
}

.quoteLineItems.notAvailable input,
.quoteLineItems.notAvailable select
{
	display: none;
}

.quotePrice {
  text-align: right;
}

.quoteListFullBrutto {
	text-align: right;
	font-weight: bold;
	padding: 5px 0;
	border-top: 1px solid #aaa;
}

/* desktop */

.mobMenu ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 5px;
}

.mobMenu ul li ul {
	min-width: 200px;
	position: absolute;
	top: 30px;
	display: none;
	animation-name: ul-in;
	animation-duration: 450ms;
	animation-timing-function: ease;
	z-index: 12;
	background: #fff;
	border: 1px solid #211E1C;
	border-radius: 2px;
	/* border-top: 0; */
	padding: 5px 10px;
}


@keyframes ul-in {
  0% {
    opacity: 0;
    left: 40px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}

.mobMenu ul li.clicked > ul {
  display: block;
}

.mobMenu ul li ul li {
  display: block;
  white-space: nowrap;
  padding: 0px;
  position: relative;
}
/* .mobMenu ul li:hover {
  background: #211E1C;
} */

.mobMenu ul li ul li ul {
  position: absolute;
  top: 0px;
  display: none;
  animation-name: ul-ul-in;
  animation-duration: 450ms;
  animation-timing-function: ease;
}
@keyframes ul-ul-in {
  0% {
    opacity: 0;
    top: 40px;
  }
  100% {
    opacity: 1;
    top: 5px;
  }
}

.mobMenu ul li ul li ul {
  position: absolute;
  top: 5px;
  left: 180px;
  /* border: 1px solid #9b7539; */
  padding: 5px;
  border-radius: 2px;
  min-width: 200px;
}
.mobMenu ul li ul li ul li ul {
  position: absolute;
  top: 5px;
  left: 180px;
  /* border: 1px solid #888; */
  padding: 5px;
  border-radius: 2px;
  min-width: 200px;
}
.mobMenu ul li {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  /*  border-right: 1px solid #eee; */
}

.mobMenu ul li:hover {
	background: rgba(255,255,255,.2);
}
.mobMenu ul li.active {
	background: rgba(255,255,255,.2);
}

.noIndex .mobMenu ul li.active a {
  /* color: #ffffff; */
  opacity: 1;
}

.mobMenu ul li ul li {
  display: flex;
  flex-direction: column;
  border: 0;
  /* border-bottom: 1px solid #eee; */
}
.mobMenu ul li ul li:last-of-type {
  border: 0;
}

.mobMenu ul li ul li ul li {
  display: flex;
  flex-direction: column;
}
.mobMenu ul li ul li ul li ul li {
  display: flex;
  flex-direction: column;
}

.slimmed .mobMenu ul li a {
  height: 30px;
}

.mobMenu ul li a {
	height: 30px;
	padding: 0px 3px;
	display: flex;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	/* letter-spacing: .5px; */
	text-align: center;
	text-decoration: none;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	/* text-transform: uppercase; */
	/* background: #ffffff; */
	/* border-bottom: 2px solid rgb(255, 255, 255); */
}
.mobMenu ul li a:hover {
  text-decoration: underline;
}




/* .mobMenu ul li.active > a {
  color: #0fa89d;
} */
/* Underline styles */

/* Fade in */
.mobMenu ul li a span.menuAni {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 3px;
  width: 100%;
}

.mobMenu ul li ul li a {
  height: 36px;
  min-height: initial;
  /* background: #fff; */
  padding: 0 10px 0 10px;
  text-transform: unset;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 0;
  color: #1a1a1a;
  /* border-left: 2px solid #fff; */
}

.mobMenu ul li ul li.active > a {
  /*  border-left: 2px solid #bf9a7b; */
  border-bottom: 0;
}
.mobMenu ul li ul li > a:hover {
	/* background: #fff; */
	color: #1e1e1e;
	text-decoration: underline;
}

.mobMenu ul li ul li > a:hover .menuArrow {
  border-right: 2px solid #33312d;
  border-bottom: 2px solid #33312d;
}

.mobMenu ul li ul li ul li a {
  background: #fff;
  color: #111;
}
.mobMenu ul li ul li ul ul li a {
  background: #fff;
  color: #111;
}

#closeMobMenu {
  display: none;
}

.menuArrow {
  display: block;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-right: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
  transform: rotate(45deg);
}
ul li ul li .menuArrow {
  transform: rotate(-45deg);
  border-right: 2px solid #211e1c;
  border-bottom: 2px solid #211e1c;
  margin: 0;
}



#mobMenuLayer {
  display: none;
}

/* innentől mobil */
/* innentől mobil */
/* innentől mobil */




@media only screen and (max-width: 768px) {
  #heroKoll {
    height: 170px;
  }

  .heroImg1stTxt {
    font-size: 26px;
    font-weight: bold;
    padding: 10px 30px;
  }
  .heroImg1stDes {
    /* background: url("./images/starrow2.png") top center no-repeat; */
    height: 50px;
    transform: translateY(-14px);
    background: url("./images/starrow2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 85%;
  }
  .heroImg2ndTxt {
    font-size: 20px;
    padding: 8px 20px;
  }

  .noIndex .mobMenu ul li a {
    color: #ffffff;
  }
  .mobMenu ul li ul li > a:hover {
    /* background: #fff; */
    color: #ffffff;
    text-decoration: underline;
  }

  .introInner .moduleContent {
    grid-template-columns: 1fr;
    gap: 30px;
  }
/*   .introInner .moduleContent {
    grid-template-columns: 1fr;
    gap: 30px;
  } */

  .pos50 .moduleContent {

    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }

  .fixTop {
    /* grid-template-columns: 60px 1fr; */
    padding: 0;
  }
  .fixTopRight {
    flex-direction: row;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 35px;
  }
  body {
    padding: 0px 0 0;
  }

  .logoHref img {
    /* width: 60px; */
    height: 50px;
  }
  /* override ID */
  .mobMenuLayer {
    position: fixed;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    -webkit-animation: layerFadeIn 0.5s ease-in-out;
    animation: layerFadeIn 0.5s ease-in-out;
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    transition: all 500ms;
  }
  @-webkit-keyframes layerFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes layerFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  /*   .mobMenuLayer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);  
  }
 */
  .menuArrow {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
  }

  ul li ul li .menuArrow {
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }

    .mobMenu ul li > a:hover .menuArrow {
 border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }

  nav {
    /* height: 35px; */
    min-height: initial;
    justify-content: flex-end;
  }
  .mobMenu {
    margin: initial;
    display: flex;
    height: 60px;
    gap: 20px;
  }

  #menuText {
    opacity: 1;
    /*  height: 60px;
    line-height: 40px; */
  }
  #closeMobMenu {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10px;
  }
  .xXy {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .xXy svg {
    fill: #eee;
  }

  #menuUlBox {
    position: fixed;
    display: flex;
    background: #e6e6e6;
    padding-right: 0px;
    flex-direction: column;
    z-index: 44;
    height: 100%;
    width: 290px;
    overflow-x: hidden;
    top: 0;
    left: -300px;
  }

  .stickyClass {
    padding: 10px 10px 50px;
    min-height: 100vh;
    /* width: 270px; */
    /* overflow-x: hidden; */
    position: relative;
    background: #211E1C;
    z-index: 30;
  }

  .menuToRight {
    -webkit-animation: menuToRight 0.5s ease-in-out;
    animation: menuToRight 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes menuToRight {
    0% {
      left: -290px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes menuToRight {
    0% {
      left: -290px;
    }
    100% {
      left: 0;
    }
  }

  .menuToLeft {
    -webkit-animation: menuToLeft 0.5s ease-in-out;
    animation: menuToLeft 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes menuToLeft {
    0% {
      left: 0;
    }
    100% {
      left: -290px;
    }
  }
  @keyframes menuToLeft {
    0% {
      left: 0;
    }
    100% {
      left: -290px;
    }
  }

  #menuTextOut {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* background: #222; */
    padding: 0;
  }

  .logoHref {
    opacity: 1;
  }

  .burgerMenu {
    cursor: pointer;
    z-index: 9;
    position: relative;
    border-radius: 3px;
    padding: 0;
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    /* border: 1px solid #211E1C; */
    padding: 5px;
  }
  .menuDott {
    /* border: 1px dotted #c96; */
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 30px;
    height: 3px;
    background-color: #333333;
    /* margin: 4px 0; */
    transition: 0.5s;
    /* box-shadow: 1.5px 1.5px #0e0d0d; */
  }
  .bar2 {
    margin: 4px 0;
  }
  .change .bar1 {
    /*  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); */
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    /*    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); */
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }

  .mobMenu ul {
    margin: 0;
    /*     background: #cfcfcf;
 */
    display: flex;
    flex-direction: column;
    position: initial;
   /*  width: 250px; */
    gap: 0;
    /* border: 1px solid #6b6b6b; */
  }
.mobMenu ul li ul {
	position: initial;
	width: initial;
	padding: 0px;
	background: #35312F;
	border: 1px solid #555;
	border-radius: 0;
}


  .mobMenu ul li ul li {
    white-space: initial;
  }
  .mobMenu ul li ul li ul {
    position: initial;
    width: initial;
    /* background: #212e37; */
    padding: 0 0 0 20px;
    border: 0;
    /* border-left: 20px solid; */
  }
  .mobMenu ul li ul li ul li ul {
    position: initial;
    width: initial;
    padding-left: 5px;
    background: #333;
  }
  .mobMenu ul li {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li {
    display: flex;
    flex-direction: column;
    border: 0;
    padding: 7px 0;
  }
  .mobMenu ul li ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li ul li ul li ul li {
    display: flex;
    flex-direction: column;
  }
  .mobMenu ul li a {
    height: 40px;
    min-height: initial;
    font-size: 16px;
    padding: 0 10px 0 10px;
    width: 100%;
    /* background: #fff; */
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    border: none;
  }

  .mobMenu ul li ul li a {
    color: #eee;
  };

  .mobMenu ul li.active a {
    color: #fcfcfc !important;
  }
  /*  .mobMenu ul li a:hover {
    color: #c29958;
  }
  .mobMenu ul li.active > a {
    color: #c29958;
  } */


  .mobMenu ul li ul li a {
    padding: 0 10px 0 10px;
    /* background: #111; */
    /* color: #fff; */
    text-align: left;
    justify-content: flex-start;
    height: auto;
    min-height: 25px;
  }
  .mobMenu ul li ul li ul li a {
    padding: 0 5px 0 10px;
    background: none;
    color: #fff;
  }
  .mobMenu ul li ul li ul ul li a {
    padding: 0 5px 0 10px;
    background: none;
    color: #fff;
  }
}

/* <===== MENU ******************************** */

.gyikItemList {
  opacity: 1;
}

.gyikItemList h3 {
  margin: 0 0 0px;
}

.referenceItemBox {
	background: #fff;
	margin: 0 0 15px;
	padding: 15px;
	border: 1px solid #dfa194;
}

.referenceItemBox.grid {
  
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 10px 20px;
}



.referenceItemImgDiv {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 100%;
	max-width: 100%;
	/* border: 4px solid red; */
}

.referenceItemImgDivInner {
	/* height: 100px; */
	max-height: 100px;
	/* border-left: 10px solid blue; */
	display: contents;
}

.referenceItemImgDivInner img {
	border: 2px solid #664422;
	max-height: 220px;
	height: auto !important;
}

.referenceRates {
  opacity: 1;
  margin: 0 0 10px;
}
.referenceRates svg {
	fill: #d93e17;
  height: 20px;
  width: 20px;
}


/* ************************************************ */
table {
  border-collapse: collapse;
}

footer {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #dd451f;
	/* border: 1px solid #222; */
}

.footerPositions {
  font-size: 15px;
  text-align: left;
  max-width: 1070px;
  margin: 0 auto;
}


.footer-inner {
	opacity: 1;
  padding: 10px;
}

.pos95 {
  padding: 10px 0 30px;
  text-align: justify;
}

.footerPositions h3 {
  margin: 0 0 15px;
  font-size: 21px;
}

.footerMenu {
  opacity: 1;
}
.footerMenu ul {
  opacity: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style-type: none;
  gap: 10px 0;
}
.footerMenu ul li {
  opacity: 1;
  position: relative;
  padding: 0 15px 0 14px;
}
.footerMenu ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  background: #fff;
  opacity: 1;
  top: 50%;
  right: 0px;
  transform: translateY(-40%);
}
.footerMenu ul li:last-of-type::after {
  display: none;
}

.footerMenu ul li a {
  color: #fff;
  opacity: 1;
}

.animGrid3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px 30px;
	margin: 0 0 20px;
	padding: 35px 0 10px;
}

.animGrid3 div {
	text-align: center;
	/* box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%); */
	padding: 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	/* border: 1px solid #ededed; */
	transition: all 300ms;
	background: #fbececeb;
	color: #222;
	border-radius: 0px;
}

.animGrid3 div div {
  padding: 0 0 10px;
}

.whyUsA {
	padding: 10px 20px;
	border-radius: 5px;
  font-size: 14px;
	text-decoration: none;
	background: #F9A392;
	color: #111111;
	font-weight: normal;
	text-transform: uppercase;
}

.whyUsA:hover {
	background: #211E1C;
	color: #ffffff;
}

.animGrid3 h3 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #211E1C;
}

.noFlex {
	display: block !important;
}

.animGrid3 p {
  margin: 0;
 }

.animGrid3 div:hover h3 {
  opacity: 1;
/* color: #9fdfa9; */
}



.animGrid3 div:hover {
  /* background: #211E1C; */
  /* color: #fff; */
  z-index: 1;
}

.animGrid3 div.svgDIV {
	padding: 0;
	justify-content: center;
	align-items: center;
	border: 0;
	margin: -40px 0 0;
  background: none;
  display: none;
}

.animGrid3 div.svgDIV:hover {
  background: none;
}

.svgDIV svg {
  opacity: 1;
  position: relative;
  z-index: 2;

}

.svgDIV svg path {
  fill: #664422;
  fill: #211E1C;

}

.animGrid3 div.svgDIVinner {
	justify-content: center ;
	align-items: center ;
	border: 0 ;
	padding: 0px;
	background: #9fdfa9;
	border-radius: 50%;
	height: 70px;
  position: relative;
}

.animGrid3 div.svgDIVinner:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 85px;
  height: 85px;
  /* background: #fff; */
  border-radius: 50%;
}

.animGrid3 div.svgDIVinner:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 85px;
  height: 85px;
  background: #f8f8f8;
  border-radius: 50%;
  transition: all 200ms;
}

@keyframes pulse-border {
0% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
}
100% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
  opacity: 0;
}
}


#animGrid3 {
	text-align: center;
	font-size: 25px;
	/* border-bottom: 2px solid red; */
	/* display: inline-block; */
	position: relative;
}

.animGrid3 img {
  width: 100px;
}




.moveFBottCont {
  opacity: 1;
}
.moveFBottCont .moveFBott {
  opacity: 0;
  transition: opacity 800ms ease-in-out, transform 800ms ease-in-out;
  transform: translateY(40%);
}
.moveFBottCont .moveFBott:nth-child(2n) {
  transition-delay: 0.1s;
}
.moveFBottCont .moveFBott:nth-child(3n) {
  transition-delay: 0.2s;
}
.moveFBottCont .moveFBott:nth-child(4n) {
  transition-delay: 0.3s;
}
.moveFBottCont .moveFBott:nth-child(5n) {
  transition-delay: 0.4s;
}
.moveFBottCont .moveFBott:nth-child(6n) {
  transition-delay: 0.5s;
}

.moveFBottCont .moveFBott.visible {
	opacity: 1;
	transform: translateY(0);
	/* box-shadow: 0 0 6px rgba(230, 189, 158, 0.99); */
}

.izModule {
	margin: 0 auto 0px;
	padding: 0 0 0;
}

.izModule p:last-of-type {
  margin: 0;
}

.pos70 .moduleHead h3 span {
  opacity: 1;
  /* background: #211E1C; */
}

.moduleHead.siteMaxW {
	margin: 0 auto 20px;
	text-align: center;
}

.moduleHead h3 {
	display: inline-block;
	margin: 0 30px;
	margin-bottom: 5px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	color: #211E1C;
}
  
.moduleHead h3 span {
	background: #fff;
	padding: 0 10px;
	z-index: 4;
	position: relative;
	display: block;
	letter-spacing: .5px;
	font-size: 23px;
}

.moduleHead h3::after {
	position: absolute;
	content: "";
	height: 2px;
	top: 18px;
	right: -30px;
	left: -30px;
	background: #211E1C;
}

.moduleHead h4 {
	color: #f76c51;
	font-size: 24px;
}
  

.moduleHead.needAnimation h3, .moduleHead.needAnimation h4 {
  opacity: 0;
  transform: scale(0);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.moduleHead.in-view h3, .moduleHead.in-view h4 {
  opacity: 1;
  transform: scale(1);
}

.needAnimation {
  opacity: 0;
  transform: scale(0);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;

}

.needAnimation.in-view {
  opacity: 1;
  transform: scale(1);
}

.featContBlck {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.featContTxt {
  padding: 10px;
	text-align: center;
}
.featContTxt h3 {
	font-size: 21px;
	font-weight: normal;
	color: #211E1C;
}
.featContGrid {
	display: grid;
	grid-template-rows: 1fr auto;
	height: 100%;
	padding: 0 0 10px;
}

.featContBtnRow {
  padding: 10px;
	text-align: center;
}
.featContBtnRow button {
	padding: 0;
	border-radius: 5px;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	border: 0;
	letter-spacing: 0.5px;
  overflow: hidden;
}

.featContBtnRow button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
	background: #F9A392;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}

.featContBtnRow button:hover a {
  background: #211E1C;
  color: #ffffff;
}

.tFlex {
	padding: 30px;
	display: grid;
	grid-template-columns: 1fr 250px;
	text-align: center;
	font-size: 18px;
  gap: 10px
}

.tFlexTxt {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tFlexUrl {
	display: flex;
	align-items: center;
	justify-content: center;
}

.referenceBlck {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	padding: 10px 0px 0;
  margin: 0 0 25px;
}

.referenceBlck div {
	text-align: center;
	padding: 15px 15px 15px;
	display: flex;
	flex-direction: column;
	/* border: 1px solid #555; */
	transition: all 300ms;
	position: relative;
	/* color: #fff; */
	font-size: 16px;
	background: #fff0ed;
	border-radius: 3px;
	color: #111;
}


.contentListMod {
  display: grid;
	gap: 20px;
  text-align: center;
}
.contentListMod img {
  width: 100%;
  height: auto;
}
.contentListMod a {
  text-decoration: none;
}
.contentListMod h3 {
  margin: 5px 0 10px;
}
.contentListMod.grid3 {
	grid-template-columns: repeat(3, 1fr);
}
.contentListMod.grid2 {
	grid-template-columns: repeat(2, 1fr);
}
.contentListMod.grid1 {
	grid-template-columns: repeat(1, 1fr);
}


.videoGalleryBlck {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	padding: 10px 0px 0;
}

.videoGalleryBlck div {
	text-align: center;
	padding: 0;
	display: flex;
	flex-direction: column;
	/* border: 1px solid #555; */
	transition: all 300ms;
	position: relative;
	/* color: #fff; */
	font-size: 16px;
	background: #c0dace85;
	border-radius: 0;
	color: #111;
}

.referenceBlck h3 {
  margin: 0;
  font-size: 20px;
}


/* .referenceBlck div:hover {
  background: #211E1C;
  color: #fff;
} */

.referenceBlck div.svgDIV {
	padding: 0 ;
	justify-content: center ;
	align-items: center ;
	border: 0 ;
}
.referenceBlck div.svgDIVinner {
	justify-content: center ;
	align-items: center ;
	border: 0 ;
	padding: 15px;
	background: #9fdfa9;
	border-radius: 50%;
	height: 70px;
}

.referenceBlck img {
	width: 110px;
	height: 110px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 0;
	border: 1px solid #ededed;
	border-radius: 50%;
	padding: 10px;
	background: #fff;
}

.referenceBlck p:last-of-type {
  margin: 0;
}

.refHName {
	margin: 0 0 10px;
  color: #664422;
  font-size: 20px;
}
.refHCity {
  margin: 0;
	font-size: 16px;
}



.pos80.posInn {
	padding: 0px 0 40px;
}


.blogModBlck {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	padding: 0px 10px 0;
}

.blogModBlck div {
	opacity: 1;
}

.blogModBlck h3 {
  margin: 0;
  font-size: 20px;
}


/* .blogModBlck div:hover {
  background: #211E1C;
  color: #fff;
} */

.blogModBlck div.svgDIV {
	padding: 0 ;
	justify-content: center ;
	align-items: center ;
	border: 0 ;
}
.blogModBlck div.svgDIVinner {
	justify-content: center ;
	align-items: center ;
	border: 0 ;
	padding: 15px;
	background: #9fdfa9;
	border-radius: 50%;
	height: 70px;
}

.blogModBlck img {
  opacity: 1;
}







.hupiZ {

  background: #9fdfa9;
  color: #2f2c41;
  padding: 50px 10px;
  margin: 0 0 20px;
  letter-spacing: 0.5px;
}
.hupiZInn {
  opacity: 1;
}
.hupiZInn h1 {
	margin: 0;
	font-weight: 700;
	font-size: 35px;
	color: #211E1C;
	text-align: center;
}

.pos90.posInn {
  padding: 40px 0 20px;
}

.footerMenu4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 20px;
  /* margin: 0 0 30px; */
}

.footerMenu4 a {
  color: #211E1C;
  text-decoration: none;
}

.footerMenu4 tr {
	display: grid;
	grid-template-columns: 30px 1fr;
}

.footerMenu4 tr td {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
	min-height: 30px;
	border: 0;
}

.footerMenu4 svg {
	max-width: 25px;
	max-height: 20px;
	fill: #211E1C;
}

.footerMenu4 h3 {
	margin: 0 0 15px;
	font-size: 15px;
	position: relative;
	padding: 0 0 0px;
	letter-spacing: 0.5px;
}

/* .footerMenu4 h3::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50%;
  background: #0fa89d;
  left: 0;
  bottom: 0;
} */

.footerMenu4 ul {
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: none;
  padding: 0;
}

.footerMenu4 ul li {
  opacity: 1;
}

.pos95.posInn {
  padding: 20px 0 0;
  border-top: 1px solid #283751;
}

.copyRight {
  padding: 15px 0px 15px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.5px;
  /* border-top: 1px solid #d9d9d9; */
  display: flex;
  justify-content: space-between;
}
.copyRightInn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.copyRight a {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-decoration: none;
}
.copyRight a:hover {
  color: #eeeeee;
  text-decoration: underline;
}
.underLine {
  text-decoration: underline;
}




.blogItemList {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr;
  margin: 0 0 25px;
}
@media only screen and (max-width: 960px) {
  
  .referenceItemBox.grid {
    grid-template-columns: 1fr 250px;
  }
  .blogItemList {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {

.contentListMod.grid3,
.contentListMod.grid2,
.contentListMod.grid1 {
	grid-template-columns: repeat(1, 1fr);
}


  .referenceItemBox.grid {
    grid-template-columns: 1fr 120px;
  }

  .animGrid3 {
    padding: 30px 10px 10px;
    grid-template-columns: 1fr;
  }
  .referenceBlck {
    grid-template-columns: 1fr;
    gap: 20px 20px;
  }
  .videoGalleryBlck {
    grid-template-columns: 1fr;
    gap: 20px 20px;
  }
  .blogModBlck {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .referenceBlck div {
    text-align: center;
  }




  .copyRightInn {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .blogItemList {
    grid-template-columns: 1fr;
  }
  .footerMenu4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {

  .heroTopDiv,
  .heroBottomDiv {
	font-size: 18px;
	line-height: 20px;
}
.heroSlide a {
  font-size: 16px;
}

  .heroSlideContent {
    font-size: 30px;
    line-height: 43px;
  }

  .heroSlideContent h3 {
    font-size: 35px;
    margin-bottom: 60px;
  }

  .animGrid3 {
    gap: 20px 20px;
  }
  .animGrid3 h3 {
    margin: 0;
    font-size: 16px;
  }
  .animGrid3 div {
    padding: 10px;
  }

  .blogItemList {
    grid-template-columns: 1fr;
  }
  .footerMenu4 {
    grid-template-columns: 1fr;
  }
}

/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */

.minminList {
  /*   background: #eebdbd; */
  opacity: 1;
}
.minminListInner {
  opacity: 1;
  display: flex;
  gap: 10px;
}
.minminListInner h3 {
  margin: 0;
}
.minminListInner .subCatImgDiv {
  opacity: 1;
  width: 40px;
  height: 40px;
  background: #f0f0f0;
  border-radius: 50%;
  overflow: hidden;
}
.smallCount {
  font-size: 14px;
}
.minminList a {
  color: #856c37;
  color: #4f3500;
}

.infoBox {
  margin: 0 0 25px;
  background: #e5f0ff;
  border-left: 4px solid #0170ff;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  color: #222;
}
.infoBox p:last-of-type {
  margin-bottom: 0;
}


.center {
  text-align: center;
}

.dreamList {
  margin: 0 0 20px;
}

.categoryView {
  opacity: 1;
  margin: 0 0 20px;
}

.categoryView h1 {
  color: #222;
  margin: 0px 0px 10px;
  text-align: left;
  font-size: 20px;
}

.subCatBlock {
  margin: 0 0 30px;
}

.mainIntro {
  margin: 0 0 30px;
}

h3.center {
  margin: 0 0 2px;
  font-size: 18px;
}

.grBackTo {
  background: #e6e6e6;
  padding: 5px 10px;
  border-radius: 4px;
  letter-spacing: 1px;
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0 0 20px;
}
.grBackTo svg {
  height: 15px;
  width: 15px;
  fill: #555;
}
.grBackTo.withA {
  padding: 0;
}
.grBackTo a {
  padding: 5px 10px;
  color: #111;
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
}

.pagiTop {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin: 0 0 0px;
}

.pagination {
	padding: 10px;
	display: inline-flex;
	flex-flow: row wrap;
	gap: 10px;
	border: 0;
	box-shadow: 0 0 2px 0 #aaa;
	border-radius: 5px;
}

.pagiUl {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	gap: 8px;
}

.pagiUl li {
	list-style-type: none;
}

.pagiUl li svg {
	max-height: 16px;
}

.pagination a {
	padding: 0;
	font-size: 17px;
	font-weight: normal;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.pagination span.selected {
  background: #e6e6e6;
  display: block;
  padding: 3px 5px;
  border-radius: 3px;
}

.socIcons .modCustom {
  display: flex;
  align-items: center;
  gap: 10px;
}

td.kep img {
  min-width: 100px;
  min-height: 100px;
}
a {
  font-weight: 400;
}

#csomagkezbesites {
  background: #ffffff;
  border: 1px solid #a64646;
  line-height: 17px;
  padding: 15px;
}

.postapontModul {
  background: #ffffff;
  border: 1px solid #a64646;
  line-height: 17px;
  padding: 15px;
}

.adatkezelesModul {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 15px;
}

.focim {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px 20px;
  margin-bottom: 15px;
}

.fejlec-h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.fejlec-h2 a {
  text-transform: uppercase !important;
  font-size: 17px;
  color: #323232;
  text-decoration: none;
  letter-spacing: 1px;
}
.headImg {
  max-width: 20%;
}
.fejlec-mobilszam {
  padding: 15px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 2px;
}

.breadcrumbs {
  margin: 0 0 20px;
}

.breadcrumbs a {
  border: 1px solid #c6c6c6;
  display: inline-block;
  background: #f7f7f7;
  color: #424242;
  border-radius: 5px;
  padding: 3px 10px;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs a span {
  font-weight: bold;
  text-decoration: underline;
}

/*diavetito ---*/

/*--- diavetito*/

.solidOK {
  background: #daffda;
  border: 1px solid #71ee71;
  padding: 10px;
  margin: 0 0 20px;
  border-left: 2px solid #71ee71;
  border-radius: 3px;
}

.solidError {
  background: #ffe6e6;
  border: 1px solid #f73737;
  padding: 10px;
  margin: 0 0 20px;
  color: #860000;
  border-left: 5px solid red;
  border-radius: 3px;
}

/* kiemelt leftbottom ---- */
#kiemelt {
  transition: 2000ms all;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px #211E1C;
  border: 2px solid #c23910;
  min-width: 250px;
  z-index: 88;
}
#kiemelt h3 {
  margin: 0 0 10px;
  cursor: pointer;
  /* background: url(./images/close-2.png) no-repeat right center; */
}
#kiemelt > div > div {
  display: flex;
  justify-content: center;
  border-top: 1px solid #c23910;
  padding: 5px 0 0;
}

.zarva > div > div {
  display: none !important;
}
.zarva h3 {
  margin-bottom: 0px !important;
  /* background: url(./images/open-2.png) no-repeat right center !important; */
}
/* --- kiemelt leftbottom */

#hka-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 0 0 20px;
}
.gall-item {
  margin: 0;
}
.gall-item a {
  padding: 4px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px #888;
  background: #fff;
  display: block;
}
.gall-item a:hover {
  border: 1px solid #464646;
  background: #e8e8e8;
}
.gall-img {
  max-width: 200px;
  max-height: 100px;
  vertical-align: middle;
}
.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
#felso-sav {
  height: 10vh;
  background: #3f3f3f;
}
#also-sav {
  height: 20vh;
  background: #413d3d;
}


.imgGallery {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
}

.contentImgGall.imgGallery {
	margin: 0 0 15px;
}

.focim h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  /* color: #3f0102; */
}

.zarva > div > div {
  display: none !important;
}
.zarva h3 {
  margin-bottom: 0px !important;
  /*background: url(./images/open-2.png) no-repeat right center !important;*/
}

hr {
  margin: 0 0 10px;
}

div.kutyanevlista {
  padding: 5px 0;
}
div.kutyanevlista.kan {
  background: #ceedff;
}
div.kutyanevlista.szuka {
  background: #fbdff8;
}
div.kutyanevlista.uniszex {
  padding: 5px 0;
}

.dogNameBlock {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

div.kutyanevlista h2 {
  padding: 0 5px;
  font-size: 15px;
}

div.kutyanevlista div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5px;
  font-size: 14px;
  color: #333;
  margin: 0 0 2px;
  /* background: red; */
  padding: 2px 0 2px 5px;
}

div.kutyanevlista.kan div:hover {
  background: #b1e1fd;
}

/* div.kutyanevlista div h3 {
} */
div.kutyanevlista h3 a {
  font-size: 16px;
  color: #00f;
  text-decoration: none;
}

.loaderBox {
  width: 60px;
  margin: 30px auto;
}
.loader {
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid red;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#aform {
  max-width: 400px;
}
#aform h3 {
  padding: 5px 15px;
  margin: 0 0 20px;
  font-size: 18px;
}
#aform-inner p {
  margin: 0 0 20px;
}
#aform-inner ul {
  padding: 5px 0 5px 40px;
  margin: 0 0 15px;
}
#aform-inner ul li {
  margin: 0 0 5px;
}
.fr-blk {
  padding: 5px 10px;
  margin: 0 0 5px;
}
.fr-blk input,
.fr-blk textarea {
  width: 100%;
  max-width: 100%;
  min-width: 50%;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 0px #d7d7d7;
}
.fr-blk textarea {
  min-height: 40px;
}
.fr-blk.b {
  display: none;
}
.fr-blk input[type="checkbox"] {
  width: initial;
  min-width: initial;
}
.fr-blk input[type="button"] {
  width: initial;
  min-width: initial;
  color: #fff;
  background: #04c;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 6px 12px;
  cursor: pointer;
}
.fr-blk input[type="button"]:hover {
  background: #0037a5;
  text-decoration: underline;
}
.lable {
  padding: 0 0 2px 3px;
}
.gdpr-A {
  color: #222 !important;
}
.form-error {
  background: #fdcdc9;
}
.form-error input {
  border: 1px solid red;
  box-shadow: 0 0 2px red;
  background: #ffeded;
}
.fr-error {
  color: #c60000 !important;
  font-weight: 700;
  font-size: 15px !important;
  padding: 5px 0 5px !important;
}
.msgback {
  padding: 20px;
  background: rgb(247, 247, 255);
  border: 1px solid rgb(158, 158, 255);
  margin: 0 0 25px;
}
.msgback p:last-of-type {
  margin: 0 !important;
}
.fr-error {
  display: none;
}
.form-error .fr-error {
  display: block;
}
.fs-14 {
  font-size: 14px;
}

.terkep {
  background: #ededee;
  border: 2px solid #222;
  border-radius: 2px;
  margin: 0;
  min-height: 100px;
  height: 308px;
}

.honlap-ajanlo {
  background: #fff;
  text-align: left;
  padding: 15px;
  border: 2px solid #333;
}

.honlap-ajanlo p {
  margin: 0;
}

.honlap-ajanlo a {
  white-space: nowrap;
}

.hka-kiemeles {
  margin: 0 0 20px;
  background: #f7f7f7;
  border-left: 5px solid #f86d18;
  border-radius: 3px;
  padding: 5px 0 5px 10px;
}

.goToList {
  display: inline-block;
  background: #abe63c;
  text-decoration: none;
  font-size: 15px;
  padding: 2px 10px;
  color: #211E1C;
  border-radius: 5px;
  border-bottom: 2px solid #2f670b;
  letter-spacing: 1.5px;
  margin: 0 0 1px;
}

.goToList:hover {
  background: #99cc00;
  border-right: 1px solid #2f670b;
  border-bottom: 3px solid #2f670b;
  margin: 0;
}

.kereso {
  background: #ffffff;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 20px;
  box-shadow: 0 0 3px 1px #555;
}

.kereso form {
  display: flex;
  gap: 5px;
}

.kereso form input[type="text"] {
  border: 1px solid #ff3737;
  border-radius: 2px;
  padding: 3px;
}

.kereso form input[type="submit"] {
  background: #db0000;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #f00;
  font-weight: bold;
  padding: 1px 10px;
  cursor: pointer;
}

.mobilon-hivas {
  color: #222;
  margin: 0 0 5px;
  padding: 5px 0;
  text-decoration: none;
}

.mobphone .bev {
  margin: 0 0 15;
}
.mobphone .cont {
  margin: 0;
}
.hivaslbl {
  display: none;
}

.modalPopUpBlock {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.modalPopUpInner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 5px;
  overflow: hidden;
  max-width: 500px;
  z-index: 1;
  background: #fff;
  padding: 10px 10px 10px;
  max-height: 80vh;
  overflow-y: auto;
}

.modalPopUpInnerHeader {
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 10px;
  /* padding: 5px 10px; */
  background: #fff;
  /*  min-height: 38px;
  line-height: 28px; */
  font-size: 16px;
  font-weight: bold;
}

.destroyModalP {
  background: white;
  display: inline-flex;
  height: 28px;
  width: 28px;
  float: right;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid red;
  cursor: pointer;
}

.modalPopUpInner img {
  max-width: 40%;
  width: 120px;
  float: right;
  margin: 4px 0 12px 12px;
}

.modalPopUpBlock ol {
  margin: 0 0 10px 20px;
  padding: 10px 0 0;
  gap: 10px;
  font-size: 15px;
}
.modalPopUpBlock ol li {
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .mobilon-hivas {
    background: #ff0000;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    /* margin: 0 0 5px; */
    padding: 5px 5px 5px 5px !important;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .hivaslbl {
    display: initial;
  }
}

.logo-mod {
  padding: 0;
}

.artabla {
  padding: 3px 20px 3px 10px;
}
.artabla tr td:last-of-type {
  text-align: right;
}

.slider {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.slider img {
  width: 100%;
}

.ez-a-grides {
  display: flex;
  flex-direction: column;
}

.ez-a-grides {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 3px 1px #555;
  border-radius: 3px;
}
.dupla {
  display: flex;
}

.kiemeles {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 0;
  min-width: 250px;
}

.kiemeles table {
  flex-grow: 1;
}

.kiemeles div {
  flex-grow: 2;
  text-align: left;
  padding: 20px 0 0 00px;
}

.kereso p {
  margin: 0 0 5px;
}

table td {
  border: none;
  padding: 2px 5px;
  vertical-align: top;
}

.hka {
  color: #ccc;
  padding: 15px 0 10px;
  font-size: 15px;
}

.hka a:link,
.hka a:visited {
  color: #ccc;
}
.hka a:hover {
  font-weight: bold;
}

#flexDiv {
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.ajanlok-inner {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 #777;
}

iframe {
	max-width: 100%;
	width: 100%;
	height: 450px;
	border: 2px solid #211E1C !important;
	border-radius: 0px;
}

#gdprD {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9em;
  transition: 1s all;
  display: flex;
  flex-wrap: wrap;
  z-index: 8888;
}
.gdprVis {
  opacity: 1;
}
.gdprHid {
  opacity: 0 !important;
}
#gdprD p {
  margin: 5px;
  align-self: center;
}
#gdprD > div {
  display: flex;
}
#gdprD button {
  border-color: transparent;
  border-radius: 5px;
  display: block;
  padding: 0 0.5em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 10px;
  height: 26px;
}
#gdpr-ok {
  color: #211E1C;
  min-width: 140px;
  background-color: #f1d600;
}
#gdpr-ok:hover {
  background-color: #fffc26;
}
#gdprD a:link,
#gdprD a:visited {
  color: #eee;
  text-decoration: none;
}
#gdprInfo {
  color: #eee;
  min-width: 80px;
  background-color: #444;
}

#toTop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 10px;
	cursor: pointer;
	padding: 0;
	z-index: 105;
	opacity: .8;
	border-radius: 0;
	border: 0;
	overflow: hidden;
	transition: all 400ms;
	background: #e75632;
	/* opacity: 0.9; */
	color: #000;
}
#toTop:hover {
	background: #e75632;

}
.topC {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid #fff; */
}
.topArrow {
	width: 16px;
	height: 16px;
	margin: 0;
}
#toTop:hover .topArrow {
  /*   opacity: 1; */
  /* border: 3px solid #ffffff; */
  border-right: 0;
  border-bottom: 0;
}
.topArrow svg {
	fill: #fff;
}

.leaflet-pane {
  z-index: 18 !important;
}
.leaflet-top, .leaflet-bottom {
	position: absolute;
	z-index: 19 !important;
	pointer-events: none;
}

html {
  scroll-behavior: smooth;
}

.jobbra {
  float: right;
  margin: 4px 0 12px 12px !important;
}
.balra {
  float: left;
  margin: 4px 12px 12px 0 !important;
}
.gallery_A {
  display: inline-block;
  position: relative;
  height: 150px;
  width: 150px;
}
.gallery_A img {
	padding: 3px;
	background: #fff;
	box-shadow: 0px 0px 3px #e75632;
	border: 1px solid #e75632;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.gallery_A:hover img {
  background: #211E1C;
}
.gall-img {
  max-width: 200px;
  max-height: 100px;
  vertical-align: middle;
}

.gallImgCount {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: calc(100% - 8px);
	text-align: center;
	background: #ffffffcc;
	left: 4px;
	padding: 2px 0;
	color: #664422;
  pointer-events: none;
}

.gallery_A:hover .gallImgCount {
  background: #ffffff;
}


.pos111 {
	padding: 60px 0;
	background: #211E1C;
}

.imgGallerySample {
  display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px 30px;
	padding: 0 10px;
}
.imgGallerySample .gallery_A img {
  max-height: initial;
}
.noLightBox {
  padding: 3px;
  border: 1px solid #555;
}

.moreImgGall {
  display: flex;
  justify-content: center;
  padding: 10px 10px 0;
}

.pos400 {
  text-align: center;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.pos400 a, .moreImgGall a {
  padding: 10px;
  background: #F9A392;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
  font-weight: normal;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.pos400 a:hover {
  background: #5eb5a65e;
  color: #000000;
}

.pos400 h5 {
  font-size: 40px;
  color: #fff;
  margin: 0 0 50px;
}


.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
#felso-sav {
  height: 10vh;
  background: #3f3f3f;
}

#also-sav {
  height: 20vh;
  background: #413d3d;
}

.modal-content img {
  width: auto;
  height: auto;
  max-height: 80vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999901;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 30px;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border-radius: 5px;
  width: auto;
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  transition: 1s all;
  display: flex;
  justify-content: center;
}
.modal-content .inner {
  position: relative;
  height: auto;
  transition: 1s all;
  display: inline-flex;
  background: #f5f5f5;
  padding: 6px;
  flex-direction: column;
  border-radius: 5px;
  min-width: 150px;
  min-height: 150px;
}
.close {
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 25px;
  font-weight: 700;
  background: #211E1C;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #fff;
}
.close:focus,
.close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.cursor {
  cursor: pointer;
}
.next,
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgb(0, 0, 0, 0.3);
  transform: translate(0, -50%);
  width: 40px;
}
.next {
  right: 6px;
  border-radius: 3px 0 0 3px;
}
.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px 16px;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 768px) {
  .content-mid {
    order: 1;
  }
  .leftSide {
    order: 2;
  }
  .imgGallerySample {
    grid-template-columns: 1fr;
    }
}

.leftSide {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#sideProdSearch {
  margin: 0;
}
#sideProdSearch .inputRow {
  /*  display: block;
  border: 5px solid #e4eaee;
  background: #e4eaee;
  border-radius: 5px;
 */
  margin: 0;
}
#sideProdSearch .submitRow {
  position: relative;
}
#sideProdSearch input {
  width: 150px;
  height: 28px !important;
  padding: 3px;
  border: 1px solid #90f4d0;
  border-radius: 3px;
}
.searchProdBtn {
  width: 34px;
  height: 26px;
  border-radius: 0;
  border: 0;
  background: #90f4d0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  right: 0px;
  top: 1px;
}
.searchProdBtn:hover {
  background: #6edab2;
}

#hkaProdSearch .submitRow {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 5px;
}

#hkaProdSearch .submitRow button {
  height: 30px;
  padding: 0 10px;
  letter-spacing: 1px;
  background: #2397db;
  border: 1px solid #2a86cb;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.searchStockInfo {
  margin: 0 0 5px;
}

.greenOK,
.redError {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  background: #aadfb7;
  color: #1f642f;
}
.redError {
  background: #f8d7da;
  color: #721c24;
}
/* WEBSHOP ******************************** */
/* WEBSHOP ******************************** */

@media only screen and (max-width: 968px) {
  .xn {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 568px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 348px) {
  .respoGridFrom5 {
    grid-template-columns: 1fr;
  }
}

.authRow {
  /* background: antiquewhite; */
  font-size: 19px;
  display: flex;
  gap: 7px;
  margin: 0 0 10px;
}
.authPic {
  width: 45px;
  height: 45px;
  /*  border: 1px solid #8e2a2a; */
  /*   border-radius: 50%; */
}
.authPic img {
  padding: 0;
  /* border: 2px solid #8e2a2a; */
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.relatedTags {
  border-top: 1px solid #061835;
  padding: 5px 0;
  font-size: 17px;
  display: flex;
  gap: 10px;
}

.relatedTags span,
.relatedTags a {
  white-space: nowrap;
}
.blogItemBox {
	display: grid;
	grid-template-columns: 250px 1fr;
	background: #fefefe;
	padding: 15px;
	border: 1px solid #dbdbdb;
}



.itemInTagPageImg,
.blogItemImgDiv {
  position: relative;
  /* margin: 0 0 10px; */
  /* background: #061835; */
  overflow: hidden;
  /* border-radius: 5px 5px 0 0; */
}
.itemInTagPageImgInner,
.blogItemImgDivInner {
  position: relative;
  display: block;
}

.itemInTagPageImg img,
.blogItemImgDiv img {
  width: 100%;
  height: auto;
  scale: 1;
  image-rendering: optimizeQuality;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transform: scale(1);
}
.itemInTagPageImg:hover img,
.blogItemImgDiv:hover img {
  transform: scale(1);
}

.blogItemCat {
  position: absolute;
  bottom: -12px;
  height: 24px;
  left: 21px;
  border-radius: 3px;
  padding: 0 10px;
}

.blogInfoBox {
	padding: 0px 20px;
}

.blogItemBox a {
  text-decoration: none;
  color: #b62203;
}
.blogCatPageSDesc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* padding: 0px 5px; */
}
.blogInfoTitle h3 {
	/* font-size: 17px; */
	color: #211E1C;
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: 400;
}

.blogItemPageMainImg {
  padding: 3px;
  border: 1px solid #eee;
  margin: 0 0 20px;
  max-width: 600px;
}
.blogItemMainOnly {
  margin: 0 0 10px;
}
.authRowDesc {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #061835;
}
.blogItemSDesc {
  margin: 0 0 15px;
}
.readMoreDiv a {
	height: 26px;
	color: #211E1C;
	/* padding: 0px 10px; */
	border-radius: 0;
	letter-spacing: .2px;
	/* background: #25257b; */
	/* border: 1px solid #25257b; */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	font-size: 15px;
}

.readMoreDiv a:hover {
  background: #fff;
  color: #9fdfa9;
}

.readMoreDiv a svg {
  opacity: 1;
  height: 12px;
}

.readMoreDiv a:hover svg {
  fill: #9fdfa9;
}

.fullTagList a {
  text-decoration: none;
}

.fullTagList,
.blogItemList {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 868px) {
  .fullTagList,
  .blogItemList {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 568px) {
  .fullTagList,
  .blogItemList {
    grid-template-columns: 1fr;
  }
}
.tagRelCount {
  margin: 0 0 10px;
}
.itemInTagPageImg {
  margin: 0 0 10px;
}
.itemInTagPageImg img {
  width: 100%;
}


/*diavetito*/
.diaVetitoFull {
  padding: 0 10px;
}

#diablokk {
  max-width: 990px;
  margin: 0 auto 10px;
  padding: 0;
}
#slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 15px;
}
.diavetito {
  width: 100%;
}

#slider > div#bg {
  position: static;
  display: none;
}
#slider > div {
  width: 100%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: initial;
  top: 0;
  left: 100%;
}
#eloreBtn,
#hatraBtn {
  display: none !important;
}

#slider picture {
  display: block;
}
#slider img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	border-radius: 3px;
}

.pic-title {
  display: block;
  position: relative;
}
.pic-title > h3 {
  font-size: 18px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
.pic-title > h3 > span {
  background: #fff;
  background: rgb(255, 255, 255, 0.7);
  color: #0f0e00;
  padding: 3px 6px;
  border-radius: 0;
  font-size: 17px;
  font-weight: normal;
  display: block;
  width: calc(100% - 6px);
}
.diaLink:hover h3 span {
  background: rgb(255, 255, 255, 0.9);
  color: #1f0000;
}
.diaLink {
  /* border: 1px solid #B5B5B5;  */
  display: block;
  /* padding: 3px;  */
  /* border-radius: 3px; */
}

#sliderEloreBtn, #sliderHatraBtn {
	cursor: pointer;
	position: absolute;
	top: 50%;
	color: #fff;
	font-weight: 700;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
	/* border-radius: 0 3px 3px 0; */
	height: 30px;
	width: 30px;
	left: 5px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	padding: 3px 0;
	border: 0;
	display: none;
	border-radius: 3px;
	background: rgb(134, 35, 35);
	background: rgba(134, 35, 35, 0.55);
}
#sliderEloreBtn {
  left: initial;
  right: 5px;
}
.hka-disabled {
  opacity: 0.3;
}
#sliderEloreBtn:hover,
#sliderHatraBtn:hover {
	background: rgb(134, 35, 35);
	background: rgba(134, 35, 35, 0.55);
}


@media only screen and (min-width: 769px) {
/** MIN WIDTH !!!!**/
/** MIN WIDTH !!!!**/
#slider {
  border: 0px !important;
}
/** MIN WIDTH !!!!**/
/** MIN WIDTH !!!!**/
}
@media only screen and (max-width: 768px) {

  .featContBlck {
    grid-template-columns: 1fr;
  }

  .tFlex {
    padding: 4px;
    grid-template-columns: 1fr;
    font-size: 16px;
  }

  .fullBGRowContentInner.siteMaxW {
    grid-template-columns: 1fr;
    padding-top: 140px;
    gap: 20px;
  }


  .siteName a {
    font-size: 22px;
    line-height: 20px;
  }
  .siteDesc {
    font-size: 17px;
  }

  .heroImgDesc {
    font-size: 28px;
    text-align: center;
  }

  .mainImgg {
    grid-template-columns: 1fr;
  }

  #topRCont {
    justify-content: center;
    text-align: center;
  }

  .trCon {
    gap: 0 25px;
  }

  .fullBGRowContent {
    opacity: 1;
    /* font-size: 25px; */
  }

 

  .blogItemBox {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .blogInfoBox {
    padding: 0;
  }


  .contentItemList {
	grid-template-columns: 1fr 1fr;
	}

  #sliderEloreBtn,
  #sliderHatraBtn {
    display: block;
  }
  /* .diavetito {
    border: 2px solid #211E1C0ff;
    border-radius: 5px;
  } */
  /* .diavetito:hover {
    background: #c1998a;
  } */
  #slider > div#bg {
    display: block;
  }
  #slider img {
    border: 0 !important;
    border-radius: 0;
    padding: 0;
  }
  #slider {
    width: 100%;
    /* background: #c7c7c7; */
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 0 2px 0px #555; */
    border: 2px solid #e75632;
    border-radius: 5px;
  }
  #slider > div {
    width: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .pic-title > h3 > span {
    font-size: 18px;
  }

  .diaLink {
    border: 0px !important;
    padding: 0px !important;
  }
}
.fromRight {
  -webkit-animation: fromRight 1s ease-in-out;
  animation: fromRight 1s ease-in-out;
}
.toLeft {
  -webkit-animation: toLeft 1s ease-in-out;
  animation: toLeft 1s ease-in-out;
}
.fromLeft {
  -webkit-animation: fromLeft 1s ease-in-out;
  animation: fromLeft 1s ease-in-out;
}
.toRight {
  -webkit-animation: toRight 1s ease-in-out;
  animation: toRight 1s ease-in-out;
}
@-webkit-keyframes fromRight {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes fromRight {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes toLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes toLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes fromLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes fromLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes toRight {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes toRight {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}






/* Csak a needAnimation osztályú elemek legyenek kezdetben elrejtve */
.needAnimation {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Animált elemek láthatóvá tétele */
.needAnimation.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Lépcsőzetes animáció késleltetések */
.needAnimation:nth-child(1) { transition-delay: 0.1s; }
.needAnimation:nth-child(2) { transition-delay: 0.2s; }
.needAnimation:nth-child(3) { transition-delay: 0.3s; }
.needAnimation:nth-child(4) { transition-delay: 0.4s; }
.needAnimation:nth-child(5) { transition-delay: 0.5s; }
.needAnimation:nth-child(6) { transition-delay: 0.5s; }
.needAnimation:nth-child(7) { transition-delay: 0.6s; }
.needAnimation:nth-child(8) { transition-delay: 0.6s; }
.needAnimation:nth-child(9) { transition-delay: 0.7s; }
.needAnimation:nth-child(10) { transition-delay: 0.8s; }

.uSelGrid1 {
	grid-template-columns: repeat(1,1fr);
}
.uSelGrid2 {
	grid-template-columns: repeat(2,1fr);
}
.uSelGrid3 {
	grid-template-columns: repeat(3,1fr);
}
.uSelGrid4 {
	grid-template-columns: repeat(4,1fr);
}

@media only screen and (max-width: 768px) {
.uSelGrid2, .uSelGrid3, .uSelGrid4 {
	grid-template-columns: repeat(1,1fr);
}

}



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

  .heroText {
    padding: 10px;
    /* text-align: center; */
    font-size: 20px;
    color: #211E1C;
    display: grid;
    grid-template-columns:  1fr;
    gap: 30px;
  }
  
  .contentItemList {
	grid-template-columns: 1fr;
	}
}