@import "desktop.css";
@import "mobile.css";

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

#flex > div:hover {
  background: red;
}
#flex a span {
	background-image: url("../images/hokameras-kep.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
#f2 > a > span {background-image: url("../images/kifakult-vakolat.jpg");}
#f3 > a > span {background-image: url("../images/szobafestes.jpg");}


#flex a > span > span {
	font-size: 16px;
	margin: 0 0 0;
	background: rgba(255, 0, 0, 0.85);
	color: #fff;
	position: absolute;
	width: calc(100% - 6px);
	bottom: 10px;
	padding: 3px 0;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 100%;
	height: auto;
}

#flex{width:100%;margin:0;display:flex}

#flex > div {
	min-height: 200px;
	border-radius: 1px;
	box-shadow: 0 0 3px 1px #555;
	float: left;
	overflow: hidden;
	width: 100%;
	margin: 10px;
	position: relative;
	padding: 0px;
}

.main-image-mod a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
}


.hka {
	text-align: center;
}





.hka-kiemelt-ajanlat {
	padding: 15px;
	margin: 0 15px 5px;
	background: #F2F6FC;
	border-radius: 3px;
	border: 1px solid #84a7db;
}
.hka-kiemelt-ajanlat p:last-of-type {margin: 0 0 10px;}
.hka-kiemelt-ajanlat h3 {margin: 0 0 10px;}

.phN {
	background: blue;
	color: #fff;
	width: auto;
	padding: 0;
	border: 1px solid blue;
}
.phN a {padding: 3px 5px;display: block;color: #fff;font-weight: bold;text-decoration: none;}













.page_bg {
  background: #ddd url("../images/hatter-01.png") top center repeat;
  padding: 40px 20px 50px;
	height: 100%;
}

.stickyUlDiv {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    background: #222;
}
.stickyUlDiv > div {
    margin: 0 auto;
}
.mobMenu ul li {
    position: relative;
}
.mobMenu ul li ul {
    background: #333;
    display: none;
    animation-name: ul-in;
    animation-duration: 450ms;
    animation-timing-function: ease;
    z-index: 99;
    border-radius: 0;
}
@keyframes ul-in {
    0% {
        opacity: 0;
        left: 40px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
.mobMenu ul li.clicked > ul {
    display: block;
}
.mobMenu ul li ul li {
    display: block;
    white-space: nowrap;
    padding: 0;
    position: relative;
}
.mobMenu ul li:hover {
    background: #1681d1;
}
.mobMenu ul li ul li ul {
    top: 0;
    background: #444;
    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: 0;
    }
}
.mobMenu ul li ul li ul li {
    display: block;
    white-space: nowrap;
}





.ezkell, img {max-width: 100%;}

.menuArrow{display:block;width:8px;height:8px;float:right;margin:21px 0 2px 7px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}ul li ul li .menuArrow{transform:rotate(-45deg)}



#myBtn{display:none;position:fixed;bottom:5px;right:5px;z-index:99;font-size:14px;width:auto;border:none;outline:0;background-color:#111;color:#fff;cursor:pointer;padding:5px 15px;border-radius:4px;animation-name:to-top;animation-duration:1.5s;animation-timing-function:ease;z-index:105}#myBtn:hover{background-color:#111;opacity:1}@keyframes to-top{0%{opacity:0}100%{opacity:.8}}html{scroll-behavior:smooth}


.ajanlasok{display:flex;flex-flow:row wrap;padding:0 15px 15px;background:#fff;border-radius:5px;box-shadow:0 0 3px 0 #222}.ajanlasok>div{padding:15px;flex:50%;display:flex}@media (max-width:650px){.ajanlasok{flex-direction:column}}.ajanlasok p{margin:0}.rkep{margin:2px 10px 0 0;float:left;border:2px solid #333;border-radius:3px;width:94px;height:124px}

.block img{border:1px solid #777;border-radius:4px;box-shadow:0 0 3px #777;float:right;margin:4px 0 15px 20px}.block a:link,.block a:visited{background:red;padding:3px 5px;border-radius:3px;color:#fff;font-weight:700;text-decoration:none;transition:.8s background}.block a:hover{background:#00f}.block p:last-of-type{margin-bottom:0}.full-box{display:flex;flex-flow:row wrap}@media (max-width:800px){.full-box{flex-direction:column}}.full-box>div{padding:18px;flex:50%}.full-box>div>div{padding:15px;background:#fff;box-shadow:0 0 3px 0 #222;border-radius:5px;height:100%;min-height:195px}.full-box>div>div>h2{background:#00f;padding:5px;margin:0 0 10px;border-radius:3px;color:#f7f7f7;font-size:16px;font-family:roboto}






#grid {
	margin: 0 auto 0;
	max-width: 1000px;
	display: grid;
	grid-template-columns: 300px auto;
	grid-gap: 15px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 1);
	padding: 20px 0;
	box-shadow: 0 0 5px 1px #aaa;
}

.hka-row-one{padding: 0 20px;}
.logo-mod{padding: 0 20px;}
.main-image-mod {padding: 0 15px;}
.content-mid {padding: 0 20px;}

.logo-mod h2 {margin: 0px;}


/* etophelo */

.left-side-mod ul,
.content-mid ul {margin: 10px 0 20px 25px;}

.left-side-mod ul li,
.content-mid ul li {margin-bottom: 5px;}
.main-image-mod img {width: 100%;}



ol {margin: 0 0 20px 30px;}
/* --  */    
       


h1{font-size:20px;margin:0 0 15px;}
h2{font-size:18px;margin:0 0 15px;}

p{margin:0px 0 20px;}

.error{background:#fdcdc9;margin:0 0 20px 0;padding:10px;border:none;}

#system-message{margin:0;}
#system-message{border-left:0;border-right:0;background-position:4px top;border-bottom:3px solid #84A7DB;border-top:3px solid #84A7DB;color:#0055BB;list-style:none outside none;margin-bottom:10px;padding:10px;}




/* mobil eleje innen */

/* mobil reszlet vege*/


.csomagokk {width: 100%;}

.csomagokk tr:nth-child(2n+1) { background-color: #f7f7f7;}
.csomagokk tr:nth-child(2n) { background-color: #fff;}
.csomagokk tr:hover {background: #ccc;}
.csomagokk tr:last-of-type:hover {background: none;}

.csomagokk ul{line-height:16px;margin:3px 0;padding-left:20px;}
.csomagokk td{background:none repeat scroll 0 0 transparent;padding:2px 0;text-align:center;}
.csomagokk tr td:first-of-type {text-align:left;}

.csomagokk tr td{ padding: 5px 4px; border:1px solid #DDDDDD;}
.csomagokk tr td:hover{}
.csomagokk a:link, .csomagokk a:visited{background:none repeat scroll 0 0 #11930D;color:#FFFFFF;font-weight:bold;margin:0;padding:5px;text-decoration:none;}
.csomagokk a:hover{background:none repeat scroll 0 0 #036F00;color:#FFFFFF;}

.csomagokk tr td ul li {margin: 8px 0;}

.alapcs, .vevocs, .profitcs {padding: 2px 8px; color: #fff; border-radius: 3px;}
.alapcs {background: #339900;}
.vevocs {background: #0066cc;}
.profitcs {background: #cc0000;}

.utkovetes {background: #eee; border-radius: 3px; display: block;line-height: 23px;margin: 0 0 15px;padding: 5px 10px;}
.utkovetes ul {margin: 0px; padding: 0px;}
.utkovetes ul li {  display: inline-block;  list-style: outside none none;  margin: 0 5px 0 0;}
.utkovetes a:link, .cont .utkovetes a:visited {text-decoration: underline;}

.hka-arlista {width: 100%;}
.hka-arlista tr td:last-of-type {width: 120px;text-align: center;}
.hka-arlista td {border: 1px solid #cdcdcd;  padding: 4px 6px;  text-align: left;  vertical-align: middle;}
.hka-arlista tr:nth-child(2n) {background-color: #f7f7f7;}
.hka-arlista tr:nth-child(2n+1) {background-color: #fff;}
.hka-arlista tr:hover td {background-color: #f2c4bf;}


input.rsform-error {
	border: 1px solid #f00;
	box-shadow: 0 0 2px #f00;
	background: #ffeded;
}
.formError {
	color: #f00 !important;
	font-weight: bold;
	font-size: 13px !important;
	padding: 0 0 5px !important;
	display: block;
}

fieldset {border: 0px;}
input, textarea, button {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ddd;
	color: #222;
	font-size: 13px;
	height: auto;
	padding: 2px;
	border-radius: 3px;
	box-shadow: 0px 0px 2px #bbb;
	width: 100%;
	max-width: 400px;
	margin: 5px 0;
}
input[type="submit"] {
	background: #00f;
	margin: 10px 0 0;
	border: #00f;
	color: #fff;
	font-size: 17px;
	padding: 5px 10px;
	width: auto;
	cursor: pointer;
}
input[type="checkbox"] {
	float: left;
	width: auto;
	margin: 2px 4px 0 0;
}

body {
  font-family: verdana;
  font-size: 14px;
}






.items-row {
	padding: 10px;
	margin: 0 0 25px;
	box-shadow: 1px 1px 3px #333;
	border-radius: 4px;
}
.items-row h1 {
	font-size: 16px;
	margin: 0 0 10px;
}
.items-row .readmore {margin: 10px 0;}

.module {
	background: #f6f6f6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 4px 1px #888888;
	float: left;
	margin: 0 0 25px;
	padding: 15px;
}

.module {position:relative;}
.module a.piros:link, .module a.piros:visited {
	background: #FF0000;
	border-radius: 5px 0 5px 0;
	bottom: 0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 200px;
	font-size: 14px;
}








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