﻿@charset "utf-8";

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

a {
	text-decoration: none;
	transition: all 700ms;
}

#wrapper {
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
	position: fixed;
	z-index: 400;
}

#logo {
	width: 192px;
	height: 128px;
	background-color: #07213f;
	background-image: url("img/uv_duna_logo.svg");
	background-size: 144px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 16px 0px 0px 16px;
	z-index: 300;
	transition: all 700ms;
}

#header {
	max-width: 1440px;
	width: 100%;
	height: 128px;
	margin: 0px auto;
	background: linear-gradient(225deg, rgba(7,33,63,0.5) 50%, rgba(7,33,63,0) 100%);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	z-index: 200;
	border-radius: 16px;
	transition: all 700ms;
}

#header a:hover {
	color: #c0c0c0;
	transition: all 700ms;
}

#menu a {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-optical-sizing: auto;
	font-size: 16px;
	color: white;
	box-sizing: border-box;
	transition: all 700ms;
}

#container {
	width: 100%;
	height: 100%;
	padding-right: 16px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

#content {
	flex-grow: 10;
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

#menu {
	display: flex;
	align-items: center;
	gap: 16px;
}

#home .button {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-optical-sizing: auto;
	font-size: 16px;
	padding: 8px 16px;
	border-radius: 16px;
	color: #07213f;
	background-color: #ffffff;
	text-shadow: none;
	transition: all 700ms;
}

#home .button:hover {
	color: #ffffff;
	background-color: #07213f;
}

section {
	width: 100%;
	min-height: 100%;
	padding-top: 160px;
	box-sizing: border-box;
	display: flex;
	margin: 0px auto;
	transition: all 700ms;
}

p {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	font-size: 16px;
	line-height: 24px;
	margin: 16px 0px 0px 0px;
	color: #000000;
}

h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-optical-sizing: auto;
	font-size: 48px;
	line-height: 48px;
	margin: 0px;
	color: #07213f;
	transition: all 700ms;
}

h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-optical-sizing: auto;
	font-size: 32px;
	line-height: 32px;
	margin: 0px;
	color: #07213f;
	transition: all 700ms;
}

h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-optical-sizing: auto;
	font-size: 24px;
	margin: 16px 0px 16px 0px;
	color: #07213f;
	transition: all 700ms;
}

.white {
	color: #ffffff;
}

#company {
	display: flex;
	align-items: center;
}

#company p {
	font-weight: 700;
	color: #ffffff;
	margin: 0px;
}

#home .container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	margin-bottom: 32px;
}

#home {
	background-image: url("img/home.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0px 16px;
	justify-content: center;
}

#home h1, #home h3, #home p {
	text-align: center;
	text-shadow: 0px 0px 8px #07213f;
}

#rolunk, #kapcsolat {
	align-items: center;
	gap: 16px;
}

#hero {
	width: 32%;
	height: 64vh;
	background-image: url("img/rolunk.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 0px 16px 16px 0px;	
}

#rolunk .container, #kapcsolat .container {
	width: 100%;
	padding-right: 16px;
}

#teruleteink .container {
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 16px;
}

#teruletek {
	padding: 16px 0px;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	gap: 16px;
}

.terulet {
	min-height: 128px;
	background-color: #07213f;
	cursor: pointer;
	padding: 16px;
	border-radius: 16px;
	flex-grow: 1;
	transition: all 700ms;
}

#teruletek .image {
	width: 12%;
	min-height: 128px;
	border-radius: 16px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-grow: 4;
	transition: all 700ms;
}

#teruletek .image:nth-of-type(2) {
	background-image: url("img/terulet_01.webp");
}

#teruletek .image:nth-of-type(4) {
	background-image: url("img/terulet_02.webp");
}

#teruletek .image:nth-of-type(6) {
	background-image: url("img/terulet_03.webp");
}

#teruletek .image:nth-of-type(8) {
	background-image: url("img/terulet_04.webp");
}

#teruletek .image:nth-of-type(10) {
	background-image: url("img/terulet_05.webp");
}

.arrow {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.terulet li {
	width: 23px;
	height: 23px;
	background-image: url("img/arrow.svg");
	background-repeat: no-repeat;
	display: inline-block;
	transition: all 700ms;
}

.close {
	background-position: top;
	transform: rotate(180deg);
}

.open {
	background-color: rgba(7, 33, 63, 1);
	background-position: bottom;
	transform: translateX(-23px);
}

.up {
	background-color: rgba(7, 33, 63, 0);
	background-position: center;
	transform: translateX(-23px) translateY(-4px);
}

.description {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	background-color: #0e4380;
	margin: 16px 0px 0px -16px;
	padding: 16px 16px 16px 32px;
	border-radius: 16px;
	position: absolute;
	z-index: 50;
}

.description li {
	width: auto;
	height: auto;
	display: list-item;
	line-height: 24px;
	color: #ffffff;
	background-image: none;
}

.description li:nth-of-type(1) {
	margin-top: 0px;
}

.highlight {
	font-weight: 700;
	list-style-type: none;
	margin: 16px 0px 0px -16px;
}

#logos {
	width: 100%;
	height: 192px;
	margin-top: 16px;
	display: flex;
	gap: 16px;
}

.logo {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
}

.logo p {
	width: 100%;
	text-align: center;
	margin-top: 128px;
}

.logo:nth-of-type(1) {
	background-image: url("img/ultraqua_logo.svg");
}

.logo:nth-of-type(2) {
	background-image: url("img/valter_skupina_logo.svg");
}

.logo:nth-of-type(3) {
	background-image: url("img/xylem_logo.svg");
}

#referenciaink .container, #szerviz .container {
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 16px;
}

#referenciaink h1, #referenciaink h2, #referenciaink p {
	text-align: center;
}

.bold {
	font-weight: 700;
}

#projects {
	margin-top: 16px;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.project {
	min-height: 192px;
	background-color: #07213f;
	padding: 16px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
}

#projects .image {
	width: 20%;
	min-height: 192px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 16px;
	flex-grow: 1;
}

#projects .image:nth-of-type(2) {
	background-image: url("img/reference_01.webp");
}

#projects .image:nth-of-type(4) {
	background-image: url("img/reference_02.webp");
}

#projects .image:nth-of-type(6) {
	background-image: url("img/reference_03.webp");
}

#projects .image:nth-of-type(8) {
	background-image: url("img/reference_04.webp");
}

#projects .image:nth-of-type(10) {
	background-image: url("img/reference_05.webp");
}

#projects .image:nth-of-type(12) {
	background-image: url("img/reference_06.webp");
}

#projects .image:nth-of-type(14) {
	background-image: url("img/reference_07.webp");
}

#projects .image:nth-of-type(16) {
	background-image: url("img/reference_08.webp");
}

#projects .image:nth-of-type(18) {
	background-image: url("img/reference_09.webp");
}

.project h2, .project p {
	color: #ffffff;
}

#services, #contacts {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.service {
	background-color: #07213f;
	padding: 16px 16px 0px 16px;
	border-radius: 16px;
	flex-grow: 4;
}

.service ul {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	margin: 0px 0px 0px -16px;
	padding: 16px 16px 16px 32px;
}

.service li {
	display: list-item;
	line-height: 24px;
	color: #ffffff;
}

#map {
	width: 64%;
	height: 64vh;
	border-radius: 0px 16px 16px 0px;
}

#kapcsolat .button {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-optical-sizing: auto;
	font-size: 16px;
	padding: 8px 16px;
	border: 1px solid #07213f;
	border-radius: 16px;
	color: #07213f;
	transition: all 700ms;
}

#kapcsolat .button:hover {
	color: #ffffff;
	background-color: #07213f;
}
.contact {
	margin-top: 16px;
}

#footer {
	background-color: #c0c0c0;
	padding: 16px;
}

#footer p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width: 800px) {

#header, #logo {
	height: 216px;	
}

section {
	padding-top: 248px;
}

#container {
	align-items: center;
}	

#content, #menu {
	flex-wrap: wrap;
}

#company {
	align-items: normal;
}

h1 {
	font-size: 32px;
	line-height: 32px;
}

h2 {
	font-size: 24px;
	line-height: 24px;
}

#rolunk, #kapcsolat {
	flex-direction: column;
	align-items: flex-start;
}

#rolunk .container, #kapcsolat .container {
	width: 100%;
	margin: 0px auto;
	padding: 0px 16px 16px 16px;
	box-sizing: border-box;
}

#hero, #map {
	width: calc(100% - 16px);
	height: 320px;
	margin-left: 0px;
}

#teruleteink .container {
	flex-direction: column;
}

.description {
	max-width: calc(100% - 80px);
}

#logos {
	height: 320px;
	flex-direction: column;
	gap: 0px;
}

.logo {
	width: 100%;
}

}