* {
margin: 0px;
padding: 0px;
border: 0px;
}

html {
font-size: 16px;
font-family: Poppins;
}

body {
background-color: #fefefe;
color: #636264;
}

a {
text-decoration: none;
color: #636264;
}

a:hover {
transition: 1s;
color: orange;
}

#kapcsolat a {
text-decoration: none;
color: #f1f1f1;
}

#kapcsolat a:hover {
transition: 1s;
color: orange;
}

#egesz {
width: 100%;
height: auto;
}

#menu {
width: 100%;
height: auto;
background-color: #fefefe;
color: #636264;
}

.atolel {
display: flex;
align-items: center;
justify-content: center;
}

.logo {
width: 20%;
height: auto;
}

.menu {
width: 80%;
}

.menu ul {
float: right;
list-style-type: none;	
}

.menu li {
float: left;
padding-left: 20px;
padding-right: 20px;	
}

#hatterkep {
width: 100%;
height: auto;
background-image: url(../fotok/hatterkep.jpg);
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}

.jo {
line-height: 420%;	
margin-bottom: 20px;
}

.sotet {
font-size: 4rem;
font-weight: bold;
color: #636264;
}

.vilagos {
font-size: 4rem;
font-weight: bold;
color: #bc974a;
}

.gombokat {
width: 50%;
display: flex;
gap: 20px;	
}

.vilagos10 {
width: calc(50% - 20px);	
}

.vilagosgomb {
background-color: #ab8939;
text-align: center;	
font-weight: bold;
color: #ffffff;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 10px;
border: solid 1px #ab8939;
}

.vilagosgomb:hover {
transition: 1s;
background-color: #7c530f;	
}

.keretgomb {
background-color: #ffffff;
border: solid 1px #ab8939;
text-align: center;	
font-weight: bold;
color: #222222;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 10px;
}

.keretgomb:hover {
transition: 1s;
background-color: #ead9d9;	
}

#szolgaltatasok {
width: 100%;
height: auto;
}

.border {
width: 90%;
margin-left: 5%;
margin-right: 5%;
border-bottom: solid 1px #c0c0c0;
}

.benneat {
display: flex;
align-items: center;	
}

.benne01 {
width: 20%;	
}

.benne02 {
width: 80%;
}

.szolgaltatasokat {
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
}

.elso {
width: calc(25% - 20px);	
}

#rolunk {
width: 100%;
height: auto;	
}

.rolunkat {
display: flex;
gap: 40px;	
justify-content: center;
}

.roll {
width: calc(33% - 40px);	
}

#kerjen {
width: 100%;
height: auto;	
background-color: #242424;
color: #ffffff;
font-size: 1.6rem;
}

#lent {
width: 100%;
height: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
font-size: 0.8rem;
color: #f1f1f1;
background-color: #1f2122;	
}

#kapcsolat {
width: 100%;
height: auto;	
background-color: #1e2021;
color: #ffffff;
}

.kapcsolatat {
display: flex;
gap: 20px;	
justify-content: center;
}

.kapcsolat {
width: calc(33% - 20px);	
}

.kerjenat {
display: flex;
gap: 20px;	
align-items: center;
}

.ker {
width: calc(50% - 20px);	
}

.margin {
margin-left: 5%;
margin-right: 5%;
}

.padding {
padding: 20px;
}

.clear {
clear: both;
}

.center {
text-align: center;
margin: 0 auto;
}

h1 {
color: #636264;
font-weight: bold;
font-size: 1.6rem;
}

h2 {
color: #636264;
font-weight: bold;
font-size: 1.6rem;
}

h3 {
color: #636264;
font-weight: bold;
font-size: 1.6rem;
}

figure img {
max-width: 100%;
height: auto;
}

@media(max-width: 1280px) {

}