.trans {
  transition: 0.3s;
}
.mt-4 {
  margin-top: 32px !important;
}
header {
  display: block;
  position: fixed;
  top: -96px;
  left: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 10000;
}
header.active {
  top: 0;
}
main {
  padding-top: 100vh;
}
#splash {
  background: url('../resources/images/splash.jpg');
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 0 128px;
  text-align: center;
}
#splash #logo-splash {
  margin-bottom: 42px;
  height: 125px;
}
#splash a {
  color: #a6a6a6;
  font-size: 72px;
  transition: 0.3s;
}
#splash a:hover {
  color: #6cc7e1;
}
#splash span {
  color: #bfbebb;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 42px;
}
#index {
  background: url('../resources/images/splash.jpg');
  background-attachment: fixed;
  position: relative;
  z-index: 9999;
}
#index .container {
  padding: 0 0 32px 0;
}
#capacities {
  overflow: hidden;
  margin-bottom: -1px;
}
#capacities .carousel-inner div {
  padding: 0;
}
#capacities .carousel-inner div .col-6 div {
  position: absolute;
  top: 0;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 72px;
}
#capacities .carousel-inner div .col-6 div span {
  color: #6cc7e1;
  text-align: center;
  font-size: 42px;
  font-weight: 300;
}
#capacities .carousel-inner div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#daisy {
  color: white;
  position: relative;
}
#daisy img {
  width: 100%;
}
#daisy a {
  text-transform: uppercase;
  font-weight: 200;
  position: absolute;
  left: 104px;
  top: calc(50% - 162px);
  font-size: 216px;
  border-bottom: 1px solid white;
  color: white;
  transition: 0.3s;
  line-height: normal;
}
#daisy a:hover {
  color: #6cc7e1;
}
#daisy span {
  font-size: 46px;
  position: absolute;
  top: calc(50% - 138px);
  right: 312px;
  text-align: right;
}
#fejlesztok {
  padding-bottom: 32px;
  overflow: hidden;
}
#fejlesztok .carousel-inner {
  color: black;
}
#fejlesztok .col-4 {
  margin: 32px 0;
  text-align: center;
}
#fejlesztok .col-4 div {
  height: 75px;
  display: grid;
  align-items: center;
  justify-content: center;
}
#fejlesztok .img-dev {
  width: 300px;
  max-width: calc(100% - 36px);
  margin-bottom: 16px;
}
#fejlesztok strong,
#fejlesztok span {
  display: block;
  font-size: 26px;
  margin-bottom: 6px;
}
#fejlesztok .img-cmp {
  width: 200px;
  max-width: calc(100% - 16px);
}
#fejlesztok2 {
  display: none;
}
#aktualitasok {
  margin-bottom: -1px;
  overflow: hidden;
}
#aktualitasok .carousel-item {
  position: relative;
}
#aktualitasok .carousel-item img {
  width: 100%;
}
#aktualitasok .carousel-item h2 {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  padding: 26px;
  color: white;
  font-weight: 300;
}
#kapcsolat {
  background: url('../resources/images/kapcsolat.jpg');
  background-size: cover;
  text-align: center;
  padding-bottom: 16px;
  color: white;
}
#kapcsolat h1 {
  color: white;
}
#kapcsolat ul {
  padding: 0;
  margin: 32px 0 0 0;
  list-style: none;
  font-size: 32px;
  font-weight: 300;
}
#kapcsolat h2 {
  font-weight: 300;
  font-size: 32px;
  margin: 64px 0 12px 0;
}
#kapcsolat img {
  width: calc(100% - 32px);
  max-width: 1000px;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 52px;
  }
  #splash #logo-splash {
    height: 75px;
  }
  #splash span {
    font-size: 32px;
  }
  #daisy a {
    font-size: 144px;
    top: calc(50% - 91px);
  }
  #daisy span {
    font-size: 32px;
    right: 126px;
    top: calc(50% - 96px);
  }
  #capacities .carousel-inner div .col-8 div span {
    font-size: 32px;
  }
  #aktualitasok .carousel-item h2 {
    font-size: 26px;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 26px;
    padding: 12px 4px;
  }
  #daisy a {
    font-size: 92px;
    top: calc(50% - 50px);
  }
  #daisy span {
    font-size: 16px;
    top: calc(50% - 48px);
  }
  #capacities .carousel-inner div .col-8 div span {
    font-size: 16px;
  }
  #fejlesztok strong,
  #fejlesztok span {
    font-size: 12px;
  }
  #aktualitasok .carousel-item h2 {
    font-size: 14px;
    padding: 12px;
  }
  #kapcsolat ul {
    font-size: 16px;
  }
  #kapcsolat h2 {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  #splash #logo-splash {
    height: 50px;
    margin-bottom: 12px;
  }
  #splash span {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #daisy a {
    font-size: 52px;
    top: calc(50% - 26px);
    left: 52px;
  }
  #daisy span {
    right: 52px;
  }
  #capacities .carousel-inner div .col-8 div {
    padding: 16px;
  }
}
@media (max-width: 700px) {
  #splash {
    padding: 32px;
  }
  .mt-4 {
    margin-top: 16px !important;
  }
  #index .container {
    padding-bottom: 16px;
  }
  #fejlesztok {
    display: none;
  }
  #fejlesztok2 {
    display: block;
    overflow: hidden;
  }
  #fejlesztok2 .carousel-inner {
    color: black;
  }
  #fejlesztok2 .col-6 {
    margin: 32px 0;
    text-align: center;
  }
  #fejlesztok2 .col-6 div {
    height: 75px;
    display: grid;
    align-items: center;
    justify-content: center;
  }
  #fejlesztok2 .img-dev {
    width: 300px;
    max-width: calc(100% - 12px);
    margin-bottom: 16px;
  }
  #fejlesztok2 .img-cmp {
    width: 200px;
    max-width: calc(100% - 16px);
  }
  #fejlesztok2 strong,
  #fejlesztok2 span {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
  }
}
