@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0px;
  font-family: "Roboto";
  background: #eff2f4;
}
.flex {
  width: 100%;
  max-width: 1100px;
  padding: 12px 8px 8px 8px;
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.row {
  display: flex;
}
.row_elem {
  background-color: #eaf2fa;
  color: black;
  border-radius: 10px;
  width: 100%;
  min-height: 50px;
  margin: 0px 5px 10px 5px;
  padding: 15px;
  position: relative;
  padding-bottom: 80px;
  min-height: 55vh;
}
.row_elem.nobottom {
  padding-bottom: 5px;
  padding-top: 5px;
}
.row_elem.flx {
  display: flex;
}
h1 {
  color: #23668b;
  margin: 0px;
}
.row p {
  font-size: 14px;
}
.row_elem.blue {
  color: #23668b;
  min-height: auto;
}
.opus {
  height: 32px;
}
.eon {
  height: 20px;
}
.mvm {
  height: 33px;
}
.mee {
  height: 47px;
}

.bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0px;
}
.bottom.flx {
  width: calc(100% - 20px);
  left: 0px;
  margin: 5px 10px;
  box-sizing: border-box;
  justify-content: space-between;
}
.bottom.elem {
  display: block;
  padding: 0px 10px;
  color: white;
  background: #2a7b9b;
  background: linear-gradient(
    180deg,
    rgba(42, 123, 155, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  bottom: 0px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  padding-top: 80px;
}
.button {
  display: inline-block;
  background: white;
  padding: 10px 15px;
  border-radius: 10px;
  color: #23668b;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s;
  min-width: 140px;
  text-align: center;
  box-sizing: border-box;
}
.button.blue {
  display: inline-block;
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  background: #23668b;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s;
  min-width: 140px;
  text-align: center;
  box-sizing: border-box;
}
.button:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.bottom.elem h2 {
  color: white;
}
.kereso {
  background: url(/img/szerelo-kereso.jpg);
  background-size: cover;
  background-position: right bottom;
}
.szerelo {
  background: url(/img/szereloknek.jpg);
  background-size: cover;
  background-position: right bottom;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #23668b !important;
  background-color: white !important;
}
@media (max-width: 992px) {
  body {
    display: block;
    margin: 10px;
  }
  .row {
    display: block;
  }
  .row_elem {
    width: auto;
    padding-bottom: 0px;
    min-height: auto;
  }
  .bottom {
    position: relative;
  }
  .bottom.flx {
    max-width: 470px;
    margin-top: 40px;
  }
  .kereso,
  .szerelo {
    padding: 0px;
    background-position: right center;
  }
  .kereso .bottom.elem,
  .szerelo .bottom.elem {
    padding: 15px;
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .row_elem.flx {
    display: block;
  }
  .opus {
    height: 27px;
  }
  .eon {
    height: 16px;
  }
  .mvm {
    height: 23px;
  }
  .mee {
    height: 37px;
  }
}
