:root {

/* color */
--color-default: #0f0f0f;

--size-default: 18px;

}

html, body { height: 100% !important; min-height: 100% !important; position: relative; min-width: 350px; width: 100%; max-width: 100%; }

.form-control, .form-label { font-size: 14px; }
.form-text { font-size: 12px; }

.form-control:focus, .btn:focus,
.form-control:checked, .btn:checked,
.form-control:active, .btn:active,
.form-control:active:focus, .btn:active:focus { box-shadow: unset !important; }

.form-control::-webkit-input-placeholder { color: var(--color-default); opacity: 1; }
.form-control::-moz-placeholder { color: var(--color-default); opacity: 1; }
.form-control:-ms-input-placeholder { color: var(--color-default); opacity: 1; }
.form-control::-ms-input-placeholder { color: var(--color-default); opacity: 1; }
.form-control::placeholder { color: var(--color-default); opacity: 1; }

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus, .form-select { box-shadow: none !important; }
.form-check-input.is-valid:checked[type=radio], .was-validated .form-check-input:valid:checked[type=radio] { background-image: unset; background-color: var(--color-blue); outline: 1px solid var(--color-blue); border: 1px solid var(--color-blue); }
.form-check-input.is-valid, .was-validated .form-check-input:valid {}
.form-control.is-valid, .was-validated .form-control:valid { border: 1px solid #2da069; padding-right: unset; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232da069' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }
.form-control.is-invalid, .was-validated .form-control:invalid { border: 1px solid var(--color-red); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label { color: var(--color-default); }

.form-floating > label { color: var(--color-default); font-size: 14px; }

.form-control::file-selector-button { padding: 1.096rem .75rem; }

.form-check-input:checked { background-color: var(--color-default); border-color: var(--color-default); box-shadow: unset; }


.card-img-top  { position: relative; width: 100%; padding-top: 56.25%; margin: 0px; }
.card-img-top img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); }

.card-body { display: flex; flex-direction: column; justify-content: space-between; }

.sharing-container { display: flex; list-style-type: none; }
.sharing-container .sharing { border: unset; margin-left: 20px; border: 1px solid var(--color-default); width: 50px; height: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.sharing-container .sharing:hover { border: unset; }
.sharing-container .sharing i { font-size: 22px; }
.sharing-container .sharing:hover i { font-size: 30px; }


small, .small { font-size: 12px; }

a { text-decoration: none; cursor: pointer !important; }
a:hover { text-decoration: none; color: var(--color-default); }
body { position: relative; background-image: url(../../images/background.jpeg); background-repeat: no-repeat; background-size: cover; background-position: left bottom; background-attachment: fixed; }
img.background { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; object-position: left bottom; object-fit: cover; z-index: -1; display: none; }
img.background.show { display: block; }
body, body * { font-family: 'Montserrat', sans-serif !important; font-size: 16px; line-height: 150%; font-weight: 300; color: var(--color-default); font-size: var(--size-default); transition: all 0.3s; }

b, .bold, .bold * { font-weight: 600 !important; }

ul { list-style: none; margin: 0px; padding: 0px; }
ul li { margin: 0px; padding: 0px; }

.liner br { margin-bottom: 15px; }

.btn { min-height: 40px; font-weight: 700; text-transform: uppercase; font-size: 12px; line-height: 14px; color: #fff; border: 1px solid #fff; border-radius: 6px; padding: 12px 17px 12px 17px; background-color: transparent; margin: 0px !important; }
.btn:hover { background-color: #fff; color: var(--color-default); }

.btn.inv { min-height: 40px; font-weight: 700; text-transform: uppercase; font-size: 12px; line-height: 14px; color: var(--color-default); border: 1px solid var(--color-default); border-radius: 6px; padding: 12px 17px 12px 17px; background-color: transparent; margin: 0px !important; }
.btn.inv:hover { background-color: var(--color-default); color: #fff; }

.btn.color { min-height: 40px; font-weight: 700; text-transform: uppercase; font-size: 12px; line-height: 14px; color: var(--color-default); border: 1px solid var(--color-yellow); border-radius: 6px; padding: 12px 17px 12px 17px; background-color: var(--color-yellow); margin: 0px !important; }
.btn.color:hover { background-color: var(--color-default); color: #fff; }

.link { font-weight: 700; text-transform: uppercase; font-size: 12px; line-height: 14px; color: var(--color-default); }
.link:hover { color: var(--color-yellow); }


h1 { font-size: 90px; font-weight: 300; line-height: 110%; }
h2 { font-size: 70px; font-weight: 300; line-height: 110%; }
h3 { font-size: 40px; font-weight: 600; line-height: 110%; }
h4 { font-size: 20px; font-weight: 600; line-height: 110%; }

@media (max-width: 1200px) { 

	h1 { font-size: 75px; }


	:root {

	--size-default: 14px;

	}

}

@media (max-width: 997px) { 

	h1 { font-size: 70px; }
}

@media (max-width: 576px) { 

	h1 { font-size: 60px; }
	h2 { font-size: 40px; font-weight: 600; }
	h3 { font-size: 30px; }
	h4 { font-size: 14px; }

}

.header { position: fixed; top: 0px; left: 0px; width: 100%; z-index: 999; background-color: #fff; }

header { margin-top: 10px; margin-bottom: 10px; }
header nav { width: 100%; margin-right: 25px; padding-left: 20px; }
header nav > ul { width: fit-content; display: inline-flex; justify-content: space-between; }
header nav > ul li { position: relative; margin-right: 15px }
header nav > ul li a:hover, header nav > ul li a.active, header nav > ul li a:not([href]):hover, header nav > ul li a:not([href]).active { color: var(--color-tervezes-kivitelezes) !important; }
header nav > ul li.submenu ul { z-index: -1; opacity: 0; height: 0px; overflow: hidden; visibility: hidden; display: block; position: absolute; left: 0px; top: 100%; background: #fff; box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); padding: 20px; border-radius: 15px; }
header nav > ul li.submenu ul li a, header nav > ul li.submenu ul li a:not([href]) { color: var(--color-default); font-size: 12px; text-transform: uppercase; white-space: nowrap; }
header nav.show > ul li.submenu ul li a { color: #222; font-size: 12px; text-transform: uppercase; white-space: nowrap; }

header .logo { display: block; width: 180px; height: 44px; background-image: url(../../images/egyedi-butor-logo.svg); background-repeat: no-repeat; background-size: 100% 100%; }
header nav { border-left: 1px solid #fff; }
header nav > ul li a, header nav > ul li a:not([href]) { color: var(--color-default); font-size: 12px; line-height: 200%; text-transform: uppercase; }

header .social a { line-height: 1px; }
header .social li:not(:first-child) { padding-left: 5px; }
header .social a i { color: #fff; }

.mobilmenu { display: flex; align-items: center; margin-left: 30px; display: none; }
.mobilmenu i { font-size: 25px; }

@media (max-width: 997px) { 
	.mobilmenu { display: flex; }
	header nav { height: 0px; max-height: 0px; overflow: hidden; opacity: 0; visibility: hidden; position: absolute; left: -1px; width: 101%; top: 64px; background-color: #fff; padding: 20px; box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25); }
	header nav.show { height: fit-content; max-height: unset; overflow: unset; opacity: 1; visibility: visible; max-height: 100vh; overflow: scroll; padding-bottom: 90px; }
	header nav.show > ul { display: block; }
}

header nav > ul li.submenu > a { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(0, 0, 0, 1);transform: ;msFilter:;'%3E%3Cpath d='M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'%3E%3C/path%3E%3C/svg%3E"); background-size: 14px; background-repeat: no-repeat; background-position: right center; padding-right: 13px; }

header nav:not(.show) > ul li.submenu:hover ul { z-index: 99; opacity: 1; height: fit-content; width: fit-content; overflow: unset; visibility: visible; position: absolute; left: 0px; top: 100%; background: #fff; box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); }
header nav.show > ul li.submenu ul { z-index: unset; opacity: unset; height: fit-content; width: fit-content; overflow: unset; visibility: visible; position: relative; left: unset; top: unset; background: unset; box-shadow: unset; padding: 0px; margin-left: 20px; }

main { width: 100%; max-width: 100%; overflow-x: hidden; }

.dark { background-color: var(--color-default); }
.dark * { color: #fff; }
.light { background-color: rgba(255, 255, 255, .5); }
.top { padding-top: 15%; }

/* cover */

.cover { width: 100%; max-width: 100%; height: 100vh; overflow: hidden; position: relative; }
.cover h1 { margin-top: 10%; }
.cover img.img { height: 55%; position: absolute; right: 0px; bottom: 0px; }
.cover #carouselExampleSlidesOnly img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cover #carouselExampleSlidesOnly { z-index: 9; position: absolute; bottom: 0px; height: 250px; width: 50%; left: 10%; }
.cover .card, .cover .card * { border-radius: unset; border: unset; }
.cover .card { border: 10px solid #fff }
.cover .card { background-color: var(--color-default); }
.cover .card .card-title { font-size: 36px; line-height: 44px; font-weight: 400; color: #fff; }
.cover .card .card-body { height: 100%; }
.cover .card .card-body p { font-size: 11px; text-transform: uppercase; font-weight: 600; color: #fff; margin: unset; }
.cover .card .card-body i { font-size: 16px; color: #fff; }


@media (max-width: 1200px) { 


}
@media (max-width: 997px) { 

	.cover h1 { margin-top: 20%; }

	.cover img.img { width: 50%; min-width: 280px; height: unset; }



	.cover .card .card-title { font-size: 28px; line-height: 33px; }
}
@media (max-width:576px) { 

	.cover h1 { margin-top: 40%; }


}


/* rólunk */

section#rolunk { width: 100%; height: 100vh; position: relative; }
section#rolunk img { position: absolute; bottom: 0px; right: 0px; height: 90%; }

@media (max-width: 1200px) { 

	section#rolunk img { height: 70%; }
}

@media (max-width: 997px) { 

	section#rolunk img { height: 45%; right: 0px; }
	section#rolunk h2 { margin-top: 22%; }
}








/* küldetésünk */

section#kuldetesunk { width: 100%; height: 100vh; position: relative; background-image: url(../../images/background-konyha.jpeg); background-repeat:no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-position: left bottom;  background-attachment: fixed; overflow: hidden; }
section#kuldetesunk .bg { background: rgba(0, 0, 0, .7); }
section#kuldetesunk * { color: #fff; }

@media (max-width: 997px) { 

	section#kuldetesunk { height: 100%; }
	section#kuldetesunk h2 { margin-top: 22%; }
}

section#kuldetesunk img.background { z-index: 1; position: absolute; }
section#kuldetesunk .container-fluid { z-index: 2; position: relative; }





/* így dolgozunk */

section#igy-dolgozunk { width: 100%; height: 100vh; position: relative; background-image: url(../../images/igy-dolgozunk.jpeg); background-repeat:no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-position: left bottom;  background-attachment: fixed; overflow: hidden; }
section#igy-dolgozunk .bg { background: rgba(0, 0, 0, .7); }
section#igy-dolgozunk * { color: #fff; }
section#igy-dolgozunk [data-step]::before { content: attr(data-step); margin-right: 10px; font-size: 36px; font-weight: 600; }

@media (max-width: 997px) { 

	section#igy-dolgozunk { height: 100%; }
	section#igy-dolgozunk h2 { margin-top: 22%; }
}

section#igy-dolgozunk img.background { z-index: 1; position: absolute; }
section#igy-dolgozunk .container-fluid { z-index: 2; position: relative; }




/* Munkáink */

section#munkaink { width: 100%; min-height: 100vh; }
section#munkaink img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; border: 2px solid #fff; border-radius: 6px; filter: grayscale(100%); }
section#munkaink img:hover { filter: grayscale(0); }
.vbox-close-icon { fill: #fff; }
section#munkaink h2 { margin-top: 22%; }

@media (max-width: 997px) { 


	section#munkaink { height: 100%; }
}





/* kapcsolat */

section#kapcsolat { width: 100%; height: 100vh; position: relative; background-image: url(../../images/kapcsolat.jpeg); background-repeat:no-repeat; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-position: left bottom;  background-attachment: fixed; overflow: hidden; }
section#kapcsolat .bg { background: rgba(0, 0, 0, .7); }
section#kapcsolat * { color: #fff; }

@media (max-width: 997px) { 

	section#kapcsolat { height: 100%; }
	section#kapcsolat h2 { margin-top: 22%; }
}

section#kapcsolat img.background { z-index: 1; position: absolute; }
section#kapcsolat .container-fluid { z-index: 2; position: relative; }





/* Kategória */

section#kategoria { width: 100%; height: 100vh; }
section#kategoria img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; border: 2px solid #fff; border-radius: 6px; filter: grayscale(100%); }
section#kategoria img:hover { filter: grayscale(0); }
.vbox-close-icon { fill: #fff; }
section#kategoria .title { margin-top: 22%; }

@media (max-width: 997px) { 


	section#kategoria { height: 100%; }
}





.carousel-control-next, .carousel-control-prev { width: 10%; }




