body {
  margin: auto;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

h1 {
  font-weight: 600;
}

h2 {
  font-weight: 500;
}

p {
  font-weight: 200;
}

ul li {
  font-weight: 200;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
  color: rgb(143, 216, 181);
}

* {
  box-sizing: border-box;
}

[class*="col-"] {
  float: left;
  border: 1px solid rgb(255, 255, 255, 0);
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.felsoeltartas {
  padding-top: 80px;
}

.minitext {
  font-size: 85%;
  text-align: right;
}

.szekcioeltart {
  padding-bottom: 12px;
}

.logoeltart {
  padding-bottom: 48px;
}

