body {
background-color: #ffffff;
}
hr {
border: 1px solid #D0D0D0;
margin: 10px 0;
width: 100%;
} .fej-ertesites {
display: flex;
flex-direction: column;
padding: 10px;
width: calc(900px - 20px);
} .fej-felett {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
color: #000000;
padding: 10px;
text-align: center;
width: calc(900px - 20px);
}
.fej-felett a {
cursor: pointer;
}
.fej-felett-bal {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 50%;
justify-content: flex-start;
gap: 20px;
}
.fej-felett-jobb {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 50%;
justify-content: flex-end;
gap: 10px;
}
.fej-felett-jobb img {
height: 40px;
color: #000000;
padding-left: 10px;
padding-right: 10px;
}
@media screen and (max-width: 700px) {
.fej-felett {
justify-content: space-between;
}
.fej-felett-bal {
width: auto;
}
.fej-felett-jobb {
width: auto;
}
} .fej {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
color: #000000;
padding: 10px;
text-align: center;
width: calc(900px - 20px);
}
.fej-logo {
display: flex;
flex-direction: row;
}
.fej-logo-szlogen {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 10px;
}
.fej-logo-szlogen img {
width: 100px;
}
#fej-mobil-menu-dropdown {
display: flex;
justify-content: space-between;
}
#fej-mobil-menu-dropdown a {
font-family: "Montserrat", sans-serif;
font-size: 15px;
font-weight: 700;
text-decoration: none;
padding: 15px;
}
#fej-mobil-menu-dropdown a:hover {
text-decoration: underline;
}
.fej-mobil-menu {
display: none;
}
@media screen and (max-width: 950px) {
.fej-logo {
justify-content: space-between;
width: 100%;
}
.fej-mobil-menu {
display: flex;
flex-direction: column;
justify-content: space-around;
}
.fej-mobil-menu img {
height: 40px;
cursor: pointer;
}
#fej-mobil-menu-dropdown {
justify-content: center;
width: 100%;
}
#fej-mobil-menu-dropdown {
display: none;
flex-direction: column;
}
#fej-mobil-menu-dropdown a {
font-size: 18px;
padding: 20px;
}
} .lab {
display: flex;
flex-direction: column;
width: 100%;
}
.lab-fent {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
width: 100%;
padding-bottom: 20px;
}
.lab-3 {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 10px;
width: calc(33.33% - 20px);
gap: 15px;
}
.lab-lent {
display: flex;
flex-direction: column;
align-items: flex-start;
color: #000000;
padding: 10px;
text-align: center;
width: calc(100% - 20px);
gap: 10px;
}
@media screen and (max-width: 700px) {
.lab-3 {
width: calc(50% - 20px);
}
} .kezdolap-szenzorok {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
}
.szenzor-elem {
transition: 0.5s;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 5px;
padding: 5px;
width: calc(25% - 20px);
overflow: hidden;
object-fit: contain;
box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 12px;
border-radius: 8px;
height: 100%;
min-height: 250px;
gap: 10px;
text-align: center;
}
.szenzor-elem:hover {
transition: 0.5s;
background-color: #85a8db;
}
.szenzor-elem img {
height: 180px;
}
@media screen and (max-width: 700px) {
.szenzor-elem {
width: calc(50% - 20px);
}
}
@media screen and (max-width: 380px) {
.szenzor-elem {
width: calc(100% - 20px);
}
} .kezdolap-termekek {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
}
.kezdolap-termekek .kategoria-termekek {
width: calc(33.33% - 20px);
}
.kezdolap-termekek-cim {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 5px;
padding: 5px;
width: calc(33.33% - 20px);
}
@media screen and (max-width: 700px) {
.kezdolap-termekek-cim {
width: calc(50% - 20px);
}
.kezdolap-termekek .kategoria-termekek {
width: calc(50% - 20px);
}
}
@media screen and (max-width: 380px) {
.kezdolap-termekek-cim {
width: calc(100% - 20px);
}
.kezdolap-termekek .kategoria-termekek {
width: calc(100% - 20px);
}
} .kezdolap-rolam {
display: flex;
flex-direction: row;
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
gap: 10px;
}
.rolam-bal {
display: flex;
flex-direction: column;
width: 70%;
gap: 8px;
}
.rolam-jobb {
display: flex;
flex-direction: column;
justify-content: center;
width: 30%;
}
.rolam-jobb img {
width: 100%;
object-fit: contain;
border-radius: 500px;
}
@media screen and (max-width: 700px) {
.kezdolap-rolam {
flex-direction: column;
}
.rolam-bal {
width: 100%;
}
.rolam-jobb {
width: 100%;
}
.rolam-jobb img {
width: 150px;
}
} .oldal-cim {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 5px 5px 20px 5px;
width: calc(100% - 10px);
gap: 10px;
}
.oldal-tartalom {
display: flex;
flex-direction: column;
gap: 10px;
padding: 5px;
width: calc(100% - 10px);
}
.oldal-tartalom tr{
display: flex;
gap: 10px;
}
.oldal-tartalom ul{
display: flex;
flex-direction: column;
gap: 15px;
} .hatter-diabkek {
background-color: #568bd7;
}
.hatter-kek {
background-color: #d9e6f7;
}
.hatter-kek1 {
background-color: #cfe1f8;
}
.hatter-feher {
background-color: #ffffff;
}
.hatter-feher1 {
background-color: #f3f3f3;
}
.hatter-feher2 {
background-color: #ffffff;
}
.hatter-fekete {
background-color: #131313;
}
.doboz-1 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
background-color: #131313;
padding: 20px;
margin: 10px;
border-radius: 20px;
}
.doboz-1-full {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
background-color: #131313;
width: 100%;
padding: 20px;
margin: 10px;
border-radius: 20px;
}
.fd-row {
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-around;
width: 100%;
padding: 10px;
}
.fd-col {
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-around;
width: 100%;
padding: 10px;
}
@media screen and (max-width: 950px) {
.fd-row {
flex-direction: column;
}
.fd-col {
flex-direction: column;
}
} .kozepre {
display: flex;
justify-content: center;
align-items: center;
}
.w900 {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: calc(900px - 10px);
padding: 5px;
}
.w900-np {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 900px;
}
.padding-t-b-20 {
padding-top: 20px;
padding-bottom: 20px;
}