* {
  box-sizing: border-box;
}

html {
  font-size: 20px;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #222222;
  color: white;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}
body h3 {
  position: relative;
  margin-top: 20px;
}
body h3::after {
  display: block;
  position: absolute;
  bottom: -10px;
  background-color: #30ee00;
  width: 50px;
  height: 3px;
}
body p {
  font-weight: 300;
  line-height: 1.6;
  color: #CCC;
}
body input, body select, body textarea {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  padding: 1.5rem 1rem;
  color: white;
  background-color: #333333 !important;
  border-color: #555555;
  border-radius: 0;
}
body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #333 inset !important;
  -webkit-text-fill-color: white !important;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}
body .headline {
  font-size: 2.5rem;
  font-weight: 200;
}
body .text-center {
  text-align: center;
}
body header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 30px 30px;
  background-color: #222;
  background-image: linear-gradient(-90deg, #111 0%, #222 50%, #111 100%);
}
body header .logo img {
  max-height: 70px;
  height: 70px;
  width: auto;
}
body header .title {
  font-family: Montserrat;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
}
body header .phone {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
  height: 40px;
  padding: 10px 20px;
  border-radius: 40px;
  background-color: #333333;
  white-space: nowrap;
  user-select: none;
}
body header .phone:hover {
  background-color: #555;
}
body header .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #333333;
}
body header .icon:hover {
  background-color: #555;
}
body header .icon img {
  height: 20px;
}
body header .phone, body header .icon {
  transition: all 0.25s;
}
body section {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
body section .grad-orange {
  height: 10px;
  background-image: linear-gradient(-90deg, #facc22 0%, #ff6400 74%);
}
body section .grad-green {
  height: 10px;
  background-image: linear-gradient(-90deg, #aadd22 0%, #009900 100%);
}
body section .grad-blue {
  height: 10px;
  background-image: linear-gradient(-90deg, #00c0fa 0%, #015eea 100%);
}
body section.management:has(picture:hover) picture:not(:hover) {
  opacity: 0.2;
  filter: grayscale(1) blur(5px);
}
body section.management .profile {
  flex: 1 1 0%;
  overflow: hidden;
}
body section.management .profile p {
  color: white;
  line-height: 1.2;
}
body section.management picture {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 80%;
  background-color: #9aacb4;
  overflow: hidden;
  transition: all 0.5s;
}
body section.management picture:hover .desc {
  opacity: 1;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.15s;
}
body section.management picture .desc {
  position: absolute;
  width: 60%;
  top: 20%;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  transition-delay: 0s;
  font-size: 1.6666666667vw;
  font-weight: 300;
}
body section.management picture .desc small {
  display: block;
  font-size: 1vw;
  font-weight: 400;
}
body section.management picture .desc small strong {
  text-transform: uppercase;
}
body section.management picture.boldi .desc {
  left: 80px;
}
body section.management picture.boldi:hover img {
  object-position: -300%;
  scale: 1.2;
}
body section.management picture.boldi:hover .desc {
  left: 50px;
}
body section.management picture.niki .desc {
  text-align: right;
  right: 80px;
}
body section.management picture.niki:hover img {
  object-position: 455%;
  scale: 1.2;
}
body section.management picture.niki:hover .desc {
  right: 50px;
}
body section.management picture.zsolt .desc {
  left: 80px;
}
body section.management picture.zsolt:hover img {
  object-position: -160%;
  scale: 1.2;
}
body section.management picture.zsolt:hover .desc {
  left: 50px;
}
body section.management picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}
body section.management footer {
  padding: 2rem;
  background-color: #333;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
body section.team picture {
  display: block;
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
body section.team picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.5s;
}
body section.team picture img:hover {
  filter: grayscale(0);
}
body section.team strong, body section.team small {
  display: block;
}
body section.team small {
  color: #aaaaaa;
}

/*# sourceMappingURL=master.css.map */
