.logo-box {
  background: linear-gradient(135deg, white 50%, #00224e 50%);
  display: flex;
  height: 90px;
  padding-left: 15px;
}

.logged-box {
  background: linear-gradient(135deg, #00224e 50%, white 50%);
  display: flex;
  height: 90px;
  justify-content: right;
  align-items: center;
  text-align: right;
  padding-right: 15px;
}

.logged-button {
  font-family: "Poppins", serif !important;
  font-weight: bold !important;
  font-size: 1.1em !important;
  color: #00224e !important;
  background-image: linear-gradient(90deg, #f7941d 46%, #ffdd00 100%) !important;
}
.logged-button:hover {
  /* background-color: #00224e; */
  color: white !important;
  background-image: linear-gradient(90deg, #00224e 46%, #00224e 100%) !important;
}

.login-box {
  background: linear-gradient(135deg, #00224e 50%, white 50%);
  display: flex;
  height: 90px;
  justify-content: right;
  align-items: center;
  text-align: right;
  padding-right: 15px;
}

.login-button {
  font-family: "Racing Sans One", serif;
  font-size: 1.2em;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: linear-gradient(90deg, #f7941d 46%, #ffdd00 100%);
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.35);
}

.login-button:hover {
  color: #f7941d;
  background-image: none;
  background-color: white;
}

.racing-sans-one-regular {
  font-family: "Racing Sans One", serif;
  font-weight: 400;
  font-style: normal;
}

.title {
  height: 300px;
  line-height: 300px;
  font-family: "Racing Sans One", serif;
  font-size: 75px;
  color: #00224e;
  background-image: url(https://met.czeneorsolya.hu/wp-content/uploads/2024/08/header-bg2.png),
    linear-gradient(125deg, #ffffff 0%, #ffffff 60%, #37b048 60%, #005d29 100%) !important;
  background-size: 100% 100%;
  padding-left: 100px !important;
}
@media screen and (max-width: 600px) {
	.title {
       font-size: 35px;
	}
}

.met-magan {
  background-image: linear-gradient(125deg, #f7941d 38%, #ffdd00 100%);
  border-radius: 3px 3px 3px 3px;
  overflow: hidden;
  height: 350px;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 0;
  position: relative;
  font-family: "Racing Sans One", serif;
  font-size: 2.4em;
  color: white;
  text-align: center;
}
.met-magan::after {
  content: "\f15c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 400px;
  color: rgba(255, 255, 255, 0.2);
  top: 250px;
  left: 350px;
  margin: -300px 0 0 -200px;
  z-index: 1;
}

.met-szerv {
  background-image: linear-gradient(125deg, #00224e 0%, #007ac2 100%);
  border-radius: 3px 3px 3px 3px;
  overflow: hidden;
  height: 350px;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 0;
  position: relative;
  font-family: "Racing Sans One", serif;
  font-size: 2.4em;
  color: white;
  text-align: center;
}
.met-szerv::after {
  content: "\f15c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 400px;
  color: rgba(255, 255, 255, 0.2);
  top: 250px;
  left: 350px;
  margin: -300px 0 0 -200px;
  z-index: 1;
}

.part-magan {
  background-image: linear-gradient(125deg, #005d29 0%, #37b048 100%);
  border-radius: 3px 3px 3px 3px;
  overflow: hidden;
  height: 350px;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 0;
  position: relative;
  font-family: "Racing Sans One", serif;
  font-size: 2.4em;
  color: white;
  text-align: center;
}
.part-magan::after {
  content: "\f15c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 400px;
  color: rgba(255, 255, 255, 0.2);
  top: 250px;
  left: 350px;
  margin: -300px 0 0 -200px;
  z-index: 1;
}

.part-szerv {
  background-image: linear-gradient(125deg, #f7941d 38%, #ffdd00 100%);
  border-radius: 3px 3px 3px 3px;
  overflow: hidden;
  height: 350px;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 0;
  position: relative;
  font-family: "Racing Sans One", serif;
  font-size: 2.4em;
  color: white;
  text-align: center;
}
.part-szerv::after {
  content: "\f15c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 400px;
  color: rgba(255, 255, 255, 0.2);
  top: 250px;
  left: 350px;
  margin: -300px 0 0 -200px;
  z-index: 1;
}

a {
  text-decoration: none !important;
}

.met-button {
  font-family: "Poppins", serif;
  font-size: 20px;
  font-weight: 500;
  background-color: white;
  color: #f7941d;
  text-align: center;
  margin-top: 15px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 15px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.met-button:hover {
  color: black !important;
}

.met-footer {
  font-family: "Poppins", serif;
  font-weight: bold;
  font-size: 1.1em;
  color: white;
  background-color: #00224e;
  text-align: center;
  padding: 15px;
}

.warning {
  font-family: "Poppins", serif;
  font-size: 1em;
  border: 2px outset #005d29;
  padding: 20px;
  padding-bottom: 10;
  margin-top: 50px;
  background-color: #005d29;
  color: white;
}
