.body {
  background-image: url('../images/lion-moss-bck.jpg');
  background-position: 50% 0%;
  background-size: auto 160vh;
  background-repeat: repeat;
  background-attachment: fixed;
}

.grid {
  grid-template-areas: ". ."
    ". Area";
}

.kolumne {
  height: 100vh;
}

.image {
  display: inline;
}

.link-block {
  padding-right: 20vw;
  padding-left: 25vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block {
  position: absolute;
  left: 20vw;
  top: 0%;
  right: 20vw;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.section {
  display: block;
  width: 100vw;
  height: 100vh;
}

.link {
  color: #fff;
  text-align: center;
}

.heading-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.linkovi {
  clear: both;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.linkovi:hover {
  text-decoration: underline;
}

.ko-lu-mn-e {
  font-size: 26px;
  text-align: center;
}

.section-2 {
  height: 10vh;
}

.columns {
  display: inline;
}

@media screen and (max-width: 991px) {
  .image {
    display: block;
    margin-top: 30vh;
  }

  .ko-lu-mn-e {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .ko-lu-mn-e {
    padding-bottom: 30px;
  }

  .section-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .link-block {
    padding-right: 0vw;
    padding-left: 5vw;
  }
}

