html {
	height: 100%;
}

* {
	box-sizing: border-box;
    --font_basic: 'Roboto', sans-serif;
}

img {
	max-width: 100%;
}



body {
	margin: 0;
	padding: 0;
	background: url(../images/hom_ipar_non_aqua2.jpg);
	background-color: rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: var(--font_basic);
	font-size: 18px;
	color: #5B5B5B;
}


html {
	height: 100%;
	width: 100%;
	min-width: 300px;
}

/*ScrollBarStart*/



/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.2);
	border-radius: 20px;
}

/*Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,.2);
}

/*ScrollBarEnd*/


/*BasicStart*/
h1, h2, h3 {
	margin: 0 0 25px 0;
	padding: 0;
	font-family: var(--font_basic);
	font-weight: 200;
	color: #CFCFCF;
}


.title {
    font-size: 4vw;
}

#Inli {
    font-size: 3.5vw;
}


h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: var(--font_basic);
	font-weight: 200;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-size: 110%;
	color: whitesmoke;
	list-style-type: none;
}

.pintro{
  padding: 10px 10px 25px 10px;
	margin: 10px 0;
	border-radius: 15px;
	background-color: rgba(255,255,255,.1);
  line-height: 175%;
  font-size: 120%;

}

.header_connect{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}


.header_social>p,.header_social>p>a,.header_motto>p{
	color: white;
}


.header_social p,.header_social>p>h1{
	display: inline;
	font-size: 20px;
}

.mottoh1{
	font-size: 25px;
	margin:3px 5px 3px 5px;
}

.header_social{
	margin: auto 0;
}


/*BasicEnd*/


/*HeaderStart*/

#header {
	max-width: 1000px;
	min-width: 300px;
	height: 150px;
	margin: 0 auto;
}


#logo {
	float: left;
	max-width: 300px;
	margin: 20px auto 20px auto;
	padding: 0 0 0 20px;
	color: #FFFFFF;
}


/* Menu */

.menu {
	float: right;
	max-width: 500px;
	height: 150px;
	margin: 0 auto;
	padding: 0 10px 0 0;
}

.menu .mainmenu {
	padding: 50px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}



.mainmenu .menuitemwithsub .submenu {
	position: absolute;
}

.submenu {
	padding: 0;
	list-style: none;
	line-height: normal;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 7px;
	display: none;
}

#price {
	font-size: 250%;
	text-align: center;
	font-style: oblique;
	font-family: var(--font_basic);
	color: white;
	font-weight: bolder;
}


.menu>ul>li {
	float: left;
	padding: 5px;
	color: navajowhite;
}



.menuitem>a,.menuitemwithsub>a{
	border-radius: 7px;
	display: block;
	background-color: rgba(0,0,0,.2);
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	font-family: var(--font_basic);
	font-size: 23px;
	font-weight: 200;
	color: #FFFFFF;
}


.submenu>li>a {
	border-radius: 7px;
	display: block;
	background-color: rgba(0,0,0,.2);
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: left;
	font-family: var(--font_basic);
	font-size: 21px;
	font-weight: 200;
	width: 200px;
	color: #FFFFFF;
}




.menu a:hover{
	background-color: rgba(0,0,0,.4);
	text-decoration: none;
}



.menuitemwithsub:hover .submenu{
	display: block;
	background-color: rgba(0,0,0,.4);
	text-decoration: none;
}

.mainmenumobil,.menumobil,.menuitemwithsubmobil,.submenumobil,.menumobilicon,.menumobiliconrow,.mainmenumobilul {
	display: none;
}


#banner {
	max-width: 1000px;
	min-width: 300px;
	margin: 0 auto 20px auto;
	height: 400px;
	border-radius: 15px;
}

#banner a img{
	margin: auto;
	width: 100%;
	height: 100%;
	border-radius: 15px;

}

/*HeaderEnd*/

/* Page */

.page, #page_general, #page_general1 {
	max-width: 1000px;
	min-width: 300px;
	margin: 0 auto 20px auto;
	border-radius: 15px;
	background-color: rgba(0,0,0,.4);
	color: black;
}

#header_contact, #header_contact_trapez,#header_contact_cserepes,#header_contact_eresz{
	max-width: 1000px;
	min-width: 300px;
	margin: 0 auto 20px auto;
	background-color: rgba(0,0,0,.4);
	color: black;
}

 .content_qa,.prod_littles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 0 -10px
}

.quality {
	width: 300px;
	max-height: 500px;
	margin: 0 10px 20px 10px;
	padding: 5px;
	border-radius: 15px;
	background-color: rgba(255,255,255,.1);
	overflow: auto;
}


.prodLittle {
	position: relative;
	width: 300px;
	max-height: 700px;
	margin: 0 10px 20px 10px;
	padding: 7px;
	border-radius: 15px;
	background-color: rgba(255,255,255,.1);
	overflow: auto;
}

.prodLittle>h3 {
	text-align: center;
	line-height: normal;
}

.prodLittle>p {
	text-align: justify;
	font-size: 110%;
	line-height: normal;
	margin: 10px 15px;

}


.product {
	width: 300px;
	max-height: 400px;
	margin: 0 10px 20px 10px;
  padding: 5px 5px 15px 5px;
	border-radius: 15px;
	background-color: rgba(255,255,255,.1);
}

.productname {
	width: 300px;
	max-height: 400px;
	margin: 0 10px 20px 10px;
	padding: 5px;
	border-radius: 15px;
	background-color: rgba(255,255,255,.1);
}
.productname {
	width: 470px;
	max-height: 100%;
}

.productname>h3{
  font-size: 140%;
	text-align: center;
}

.content_prod{
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-around;
	margin: 0 -10px
}

.colorsPar{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 auto 10px auto;
	background-color: rgba(255,255,255,.1);
	border-radius: 15px;
}


.colorgroup {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 0 27px;
	max-width: 650px;
}


.colortype {
	margin: -20px 0 0 35px;
}
.colortype>p {
	font-size: 130%;
	margin-bottom: 0px;
	margin-top: 50px;
	line-height: 70%;
	color: whitesmoke;
}
.qa_img{
	align-self: auto;
}

.prodsize{
	width: 400px;
	height: 100px;
}

.prodpics{
	width: 400px;
	height: 200px;
}


.prodpics_other{
	width: 400px;
	height: 400px;
}

.prodpack{
	width: 400px;
	height: 150px;
}


.ral{
	margin: 10px 0 0 10px;
}

.proddesc {
	width: 400px;
	margin: 0 10px 20px 10px;
	padding: 7px;
	border-radius: 15px;
	background-color: rgba(255,255,255,.1);
}
.proddesc>p{
	margin: 10px 10px 20px 10px;
	line-height: 150%;
	color: whitesmoke;
}


.ral>p,.shine>p{
	color: whitesmoke;
}


.prodimg {
	width: 400px;
	padding: 5px 5px 15px 5px;
}


.prodimg>img{
	margin: 10% auto;
}

.prodimg>div>p{
	margin: 0 15px;
	line-height: 100%;
	text-align: center;
	color: whitesmoke;
}

.proddatatable {
	margin: 5px 10px;
	border-collapse: collapse;
	max-width: 100%;
	min-width: 90%;

}

.proddatatable tr {
	border-bottom:  rgba(255,255,255,.1) solid 1px;
	color: whitesmoke;
}

.hambmain{
  display: none;
}

.proddatatable td:nth-child(2) { text-align: right; }

.proddatatablelittle {
	margin: 10px 15px;
	border-collapse: collapse;
	max-width: 100%;
	min-width: 90%;

}

.proddatatablelittle tr {
	border-bottom:  rgba(255,255,255,.1) solid 1px;
	color: whitesmoke;
}


.proddatatablelittle td:nth-child(2) { text-align: right; }

.proddatatablelittle td {
	font-size: 90%;
}

h3 {
	color: white;
	margin-top: 10px;
	text-align: center;
  font-size: 140%;
}


.qa {
	text-align: center;
}


.quality img,.product img,.productname img {
	display: block;
	margin: 10px auto 10px auto;
}

.product img{
	width: 200px;
	height: 150px;
}

.prodLittle>img {
	display: block;
	margin: -20px auto 10px auto;
}


.post,#post_cserepes,#post_cserepes_main,#post_trapez, #post_trapez_main,#post_kert_main,#post_ereszalj,#post_ereszalj_m11ain,
#post_ereszcsatorna,#post_ereszcsatorna_main,#post_kerites_main,#post_kerites{
	border-radius: 15px;
	padding: 10px 20px;
	padding: -7px 0px 0px 0px;
	letter-spacing: -0.5px;
}


.title>p {
	font-size: 200%;
}

.post>p>a,.title>p>a,#post_cserepes>p>a,#post_trapez>p>a,#post_ereszalj>p>a,#post_ereszcsatorna>p>a,#post_kerites>p>a {
	display: block;
	color: lightgrey;
	line-height: 60%;
	text-decoration: none;
}

.button>a {
	display: block;
	width: 88px;
	background-color: rgba(0,0,0,.3);
	padding: 5px 5px;
	margin: 0 auto;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 100%;
	font-weight: normal;
}


#footer-content {
	display: flex;
  text-align: right;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	overflow: hidden;
	max-width: 1000px;
	min-width: 300px;
	margin: 0px auto;
	padding: 40px 20px 20px 20px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,.2);
	border-radius: 15px;
}

.style1 {
	padding-left: 0;
}

#footer-content h2 {
	color: #FFFFFF;
	font-size: 110%;
	font-family: var(--font_basic);
}

#footer-content a {
  color: #ffffff;
	text-decoration: none;
	font-size: 110%;
	font-family: var(--font_basic);
}


#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 26px;
	color: #FFFFFF;
}

.desc {
    color: white;
    margin: 10px auto;
    text-align: center;
    max-width: 200px;
}

.fbox {
  width: 45%;
  /* margin-left: 5%; */
  margin: 0 2.5%;
}


.fbox:first-child{
	text-align: left;
}


.fbox:last-child{
	text-align: right;
}

/* Footer */

#footer {
	height: 40px;
	margin: auto;
	padding: 5px 0 5px 0;
	font-family: var(--font_basic);
}

#footer p>a,#footer>p {
	margin: 0;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 20px;
	text-align: center;
	color: black;
	text-decoration: none;
    	opacity: 0.5;
}


#Inli {margin: 0 0 25px 0;
	padding: 0;
	font-family: var(--font_basic);
	font-weight: 200;
	color: #CFCFCF;
	text-align: center;
}

.InliH3 {margin: 10px 0 15px 0;
	padding: 0;
	font-family: var(--font_basic);
	font-weight: bold;
	color: #CFCFCF;
	font-size: 1.3em;
	text-align: center;
	text-decoration: underline;
}

.InliH4 {
  margin: 10px 0 10px 0;
	padding: 0;
	font-family: var(--font_basic);
	font-weight: 200;
	color: #CFCFCF;
	font-size: 1.2em;
	text-align: center;
}

.indexUL{
	padding-inline-start: 0;}


@media only screen
and (min-width : 400px)
and (max-width : 750px) {

	#logo {
		max-width: 270px;
	}

	.menumobiliconrows{
		margin-top: 52px;
		margin-right: 20px;
	}

	.product,.productname {
		width: 170px;
		max-height: 400px;
		margin: 0 5px 10px 5px;
	}

	#indexbasicdesc .product {
			width: 320px;
	}
}



@media only screen
and (min-width : 10px)
and (max-width : 399px) {

	#logo {
		max-width: 250px;
	}


	.menumobiliconrows{
		margin-top: 47px;
		margin-right: 5px;
	}

	.product,.productname {
		width: 90%;
		max-height: 400px;
		margin: 0 5px 10px 5px;
	}

}


@media only screen
and (min-width : 10px)
and (max-width : 580px) {

	.littleconnect {
		display:none;
	}

}


@media only screen
and (min-width : 10px)
and (max-width : 650px) {

	#footer-content {
	    flex-wrap: wrap;
	}

	.fbox, .fbox:first-child ,.fbox:last-child  {
    text-align: center;
    margin: 20px 0 10px 0;
	}

}





@media only screen
and (min-width : 10px)
and (max-width : 750px	) {
	.menumobil, .mainmenumobil, .menuitemwithsubmobil, .submenumobil, .menumobilicon, .mainmenumobilul {
		display: block;
	}

	.mainmenumobil .menuitemwithsubmobil .submenumobil {
		position: absolute;
	}

	.mottoh1 {
		font-size: 19px;
	}

	.hambmain {
		display: block;
		position: absolute;
		right: 1.5%;
		z-index: 101;
	}


	.hamburger {
		width: 2.5em;
		float: right;
		position: absolute;
		top: 15px;
		right: 15px;
		height: 5px;
		display: block;
		background: black;
		cursor: pointer;
		z-index: 110;
		transition: 0.2s transform ease-in-out;
		border-radius: 4px
	}

	.hamburger::after,
	.hamburger::before {
		content: "";
		z-index: 110;
		position: absolute;
		height: 5px;
		width: 2.5em;
		left: 0;
		background: inherit;
		/*  width: inherit;
      height: inherit;*/

		transition: 0.2s transform ease-in-out;
		border-radius: 4px;
	}

	.hamburger::after {
		top: 0.65em;
	}

	.hamburger::before {
		bottom: 0.65em;
	}

	.close::after,
	.close::before {
		top: 0;
		transition: 0.2s transform ease-in-out;
	}

	.close::before {
		display: none;
		visibility: hidden;
	}

	.close {
		transform: rotate(45deg);
		transition: 0.2s transform ease-in-out;
	}

	.close::after {
		transform: rotate(-90deg);
	}

	/* reveal menu */
	input[type="checkbox"]:checked + .mainmenumobil {
		display: block;
	}

	.menumobil {
		float: right;
		max-width: 500px;
		height: 150px;
		margin: 0 auto;
		padding: 0 10px 0 0;
	}

	.mainmenumobil {
		float: right;
		margin-top: 100px;
		margin-right: 5px;
		/*
        position: relative;
    */
		display: none;
	}

	.submenumobil {
		padding: 1px 0;
		list-style: none;
		line-height: normal;
		/*
        position: relative;
    */
		background: rgba(0, 0, 0, .5);
		border-radius: 7px;
	}

	.mainmenumobilul {
		margin: 2px auto;
		width: 100%;
		padding: 0;
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.4);
	}

	.menuitemwithsubmobil, .mainmenumobilli {
		margin: 2px auto;
		width: 100%;
		padding: 0;
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.4);
	}

	.mainmenumobil {
		overflow: auto;
	}


	.menumobil:hover .mainmenumobil {
		display: block;
	}

	.menuitemwithsubmobil a, .mainmenumobilli a, .submenumobil a {
		border-radius: 7px;
		display: block;
		background-color: rgba(0, 0, 0, 1);
		padding: 5px 20px 5px 20px;
		text-decoration: none;
		font-family: var(--font_basic);
		font-size: 19px;
		font-weight: 200;
		color: #FFFFFF;
	}


	.submenumobil a {
		text-align: right;
	}


	.submenumobil a:hover, .mainmenumobilli a:hover {
		background-color: rgba(210, 180, 140, 1);
	}

	.menumobil {
		position: absolute;
		right: 5px;
		top: 5px;
	}


	.menumobiliconrow {
		display: block;
		width: 40px;
		height: 6px;
		background-color: black;
		margin: 6px 0;
		border-radius: 3px;
	}


	.mainmenu, .menu, .menuitemwithsub, .submenu {
		display: none;
	}


	#banner {
		height: 200px
	}


	.title {
		font-size: 7vw;
	}

	#Inli {
		font-size: 6vw;
	}

	.productname > h3 {
		font-size: 25px;
		text-align: center;
	}

	.product > h3 {
		font-size: 25px;
	}

	.post > p {
		line-height: 160%;
		text-align: justify;
		font-size: 110%;
	}


	.product img {
		width: 200px;
		height: 100px;
	}


	#footer-content {
		justify-content: space-evenly;
	}

	.fbox {
		width: 300px;
		margin: 20px 0 10px 0;
	}

	.style1 > li > a {
		text-align: center;
	}
}

	@media only screen
	and (min-width : 1000px){
		.title,#Inli {
			font-size: 41px;
		}
	}


h4 {
	font-size: 1.2em;
	margin: 10px 0;
	padding: 0;
	color: #fffdf2;
	text-align: center;
}
.price-box {
	padding: 7px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .1);	
}
h4 .price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #ffdd00;
}
