html,
body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  scroll-behavior: smooth;
}

h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
  font-style: normal;
  text-align: center;
  margin: 9px 15px 12px 15px;
  padding: 9px 15px 12px 15px;
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width : 1366px) {

  h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin: 9px 5px 12px 5px;
    padding: 9px 5px 12px 5px;
    color: #ffffff;
    text-transform: uppercase;
  }

}

@media (max-width : 1366px) {

  h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin: 9px 5px 12px 5px;
    padding: 9px 5px 12px 5px;
    color: #ffffff;
    text-transform: uppercase;
  }

}

@media (max-width : 1024px) {

  h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin: 9px 5px 12px 5px;
    padding: 9px 5px 12px 5px;
    color: #ffffff;
    text-transform: uppercase;
  }

}

@media (max-width : 990px) {

  h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin: 2px 5px 2px 5px;
    padding: 2px 5px 2px 5px;
    color: #ffffff;
    text-transform: uppercase;
  }

}

h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 54px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  margin: 7px 0px 7px 15px;
  padding: 7px 0px 7px 15px;
}

span.imena {
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
  font-size: 28px;
}

h3 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  margin: 7px 15px 7px 15px;
  padding: 7px 15px 7px 15px;
}

h4 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 29px;
  font-weight: 400;
  font-style: normal;
  margin: 26px 15px 2px 15px;
  padding: 26px 15px 2px 15px;
}

@media (max-width : 990px) {
  h4 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-size: 29px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 30px 15px 2px 15px;
    padding: 30px 15px 2px 15px;
  }
}

h5 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  margin: 7px 15px 3px 15px;
  padding: 7px 15px 3px 15px;
  text-align: left;
}

@media (max-width : 990px) {
  h5 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-size: 38px;
    font-weight: 400;
    font-style: normal;
    margin: 7px 10px 7px 10px;
    padding: 7px 5px 7px 5px;
    text-align: center;
  }
}

@media (max-width : 760px) {
  h5 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    margin: 7px 15px 0px 15px;
    padding: 7px 15px 0px 15px;
    text-align: left;
  }
}

h6 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  margin: 7px 15% 7px 15%;
  padding: 7px 15px 7px 15px;
}

@media (max-width : 760px) {
  h6 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    font-style: italic;
    margin: 7px 25px 7px 25px;
    padding: 7px 25px 7px 25px;
  }
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 7px 15px 7px 15px;
  padding: 7px 15px 7px 15px;
  /*
  text-align: justify;
  text-justify: inter-word;
  */
}

a.text_button {
  font-size: 24px;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  color: #000000;
  border: #dadada solid 1px;
  border-radius: 14px;
}

a.text_button:hover {
  background-color: #ededed;
}

@media (max-width : 340px) {
  a.text_button {
    font-size: 18px;
  }
}

a.kontakt_button {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
}

a.kontakt_button:hover {
  text-decoration: underline;
}

a.menu_button {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  padding: 8px 12px 8px 12px;
  text-decoration: none;
  color: #ffffff;
}

a.menu_button:hover {
  color: #5679a7;
}

a.menu_button_active {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  padding: 8px 12px 8px 12px;
  text-decoration: none;
  color: #5679a7;
}

.header {
  position: fixed;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 1);
  z-index: 99999;
  padding: 10px 5px 10px 5px;
}

.header_scroll {
  position: absolute;
  top: 80px;
  right: 10px;
  background: rgba(0, 0, 0, 1);
  z-index: 99999;
  padding: 10px 5px 10px 5px;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media (max-width : 990px) {
  .header {
    display: none;
  }

  .header_scroll {
    display: none;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
}

.oblak {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

.oblak_scroll {
  position: absolute;
  top: 100px;
  left: 0px;
  z-index: 99999;
}

img.oblak_image {
  width: 250px;
  height: 145px;
  border: 0;
}

@media (max-width : 1280px) {

  img.oblak_image {
    width: 230px;
    height: 133px;
    border: 0;
  }

}

@media (max-width : 990px) {
  .oblak_scroll {
    position: absolute;
    top: 120px;
    left: 0px;
    z-index: 99999;
  }

  .oblak {
    position: absolute;
    top: 120px;
    left: 0px;
    z-index: 99999;
  }

  img.oblak_image {
    width: 180px;
    height: 104px;
    border: 0;
  }
}

@media (max-width : 760px) {
  .oblak_scroll {
    position: absolute;
    top: 205px;
    left: 0px;
    z-index: 99999;
  }

  .oblak {
    position: absolute;
    top: 205px;
    left: 0px;
    z-index: 99999;
  }

  img.oblak_image {
    width: 190px;
    height: 110px;
    border: 0;
  }
}

.content {
  width: 100%;
  float: left;
  background-color: #ffffff;
}

.title {
  width: 100%;
  background-color: #344e71;
  float: left;
}

.title_in {
  padding: 10px 20px 10px 20px;
}


.title_mobile {
  width: 100%;
  background-color: #344e71;
  float: left;
  display: none;
}

.title_mobile {
  padding: 10px 20px 10px 20px;
}

@media (max-width : 990px) {

  .title_mobile {
    width: 80%;
    background-color: #344e71;
    float: left;
    display: block;
  }

}

.title_head {
  width: 100%;
  min-height: 100px;
  max-height: 100px;
  background-color: #344e71;
  float: left;
}

.title_head_in {
  padding: 8px 20px 5px 20px;
}

@media (max-width : 990px) {
  .title_head {
    width: 100%;
    min-height: 120px;
    max-height: 120px;
    background-color: #344e71;
    float: left;
  }

  .title_head_in {
    padding: 18px 10px 0px 10px;
  }
}

@media (max-width : 760px) {
  .title_head {
    width: 100%;
    min-height: 205px;
    max-height: 205px;
    background-color: #344e71;
    float: left;
  }

  .title_head_in {
    padding: 18px 10px 0px 10px;
  }
}

.content_in {
  padding: 30px 15% 0 15%;
}

.content_bottom_in {
  padding: 50px 20% 20px 20%;
}

.content_in_potpis {
  padding: 30px 15% 0 15%;
}

div.content_in h4 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 29px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 4px 15px 7px 15px;
  padding: 4px 15px 7px 15px;
}

div.content_bottom_in h4 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 29px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 2px 15px 12px 15px;
  padding: 2px 15px 12px 15px;
}

div.content_bottom_in h5 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  margin: 7px 15px 3px 15px;
  padding: 7px 15px 3px 15px;
  text-align: center;
}

div.content_in p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 3px 15px 3px 15px;
  /*
  text-align: justify;
  text-justify: inter-word;
  */
}

div.content_bottom_in p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 3px 15px 3px 15px;
  /*
  text-align: justify;
  text-justify: inter-word;
  */
}

@media (max-width : 1024px) {
  .content_in {
    padding: 30px 190px 0 190px;
  }
  .content_bottom_in {
    padding: 30px 190px 20px 190px;
  }
  .content_in_potpis {
    padding: 30px 190px 0 190px;
  }
}

@media (max-width : 990px) {
  .content_in {
    padding: 20px 20px 0 20px;
  }

  .content_bottom_in {
    padding: 20px 20px 20px 20px;
  }

  .content_in_potpis {
    padding: 20px 20px 0 20px;
  }
}

@media (max-width : 760px) {
  .content_in {
    padding: 110px 10px 0 10px;
  }

  .content_bottom_in {
    padding: 40px 10px 20px 10px;
  }

  .content_in_potpis {
    padding: 30px 10px 0 10px;
  }
  div.content_bottom_in h4 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-size: 29px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    margin: 2px 15px 12px 15px;
    padding: 2px 15px 12px 15px;
  }
  
  div.content_bottom_in h5 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-size: 38px;
    font-weight: 400;
    font-style: normal;
    margin: 7px 15px 3px 15px;
    padding: 7px 15px 3px 15px;
    text-align: left;
  }
}

.content_catch {
  width: 100%;
  float: left;
  background-color: #ffffff;
}

.content_left_img {
  float: left;
  width: 44%;
  background-image: url("../img/oblak.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 260px 150px;
}

.content_left_img_in {
  padding: 130px 120px 0px 120px;
}

img.content_image {
  width: 100%;
  height: auto;
  border: 0;
}

.content_right {
  float: left;
  width: 56%;
}

.content_right_in {
  padding: 60px 20% 20px 10px;
}

.content_left_in {
  padding: 80px 30px 0 15%;
}

@media (max-width : 990px) {

  .content_left_img {
    float: left;
    width: 100%;
    background-image: url("../img/oblak.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 260px 150px;
  }

  .content_left_img_in {
    padding: 130px 40px 0px 40px;
  }

  img.content_image {
    width: 100%;
    height: auto;
    border: 0;
  }

  .content_right {
    float: left;
    width: 100%;
  }

  .content_right_in {
    padding: 10px 10px 20px 10px;
  }

  .content_left_in {
    padding: 80px 10px 0 10px;
  }

}

@media (max-width : 990px) {

  .content_left_img {
    float: left;
    width: 100%;
    background-image: url("../img/oblak.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 200px 116px;
  }

  .content_left_img_in {
    padding: 100px 40px 0px 40px;
  }

}

.footer_catch {
  width: 100%;
  float: left;
  background-color: #ededed;
}

.footer {
  width: 100%;
  float: left;
  padding: 20px 0 0 0;
  margin: 0 0 0 0;
  background-color: #ededed;
  text-align: center;
}

div.footer p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  margin: 2px 15px 2px 15px;
  padding: 2px 15px 2px 15px;
  text-align: center;
}

div.footer a {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 7px 15px 7px 15px;
  padding: 7px 15px 7px 15px;
  text-align: center;
}

.footer_txt {
  width: 100%;
  float: left;
  padding: 10px 0 0 0;
  margin: 0 0 0 0;
  background-color: #ededed;
  text-align: center;
}

div.footer_txt p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  margin: 7px 15px 7px 15px;
  padding: 7px 15px 7px 15px;
  text-align: center;
}

.footer_txt_in {
  margin: auto;
}

.footer_mp {
  width: 100%;
  float: left;
  padding: 0px 0 0px 0;
  margin: 0 0 0 0;
  background-color: #ededed;
  text-align: center;
}

div.footer_mp a {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 7px 15px 7px 15px;
  padding: 7px 15px 7px 15px;
  text-align: center;
}

img.footer_logo {
  width: 150px;
  height: auto;
  border: 0;
}

.footer_bottom {
  width: 100%;
  float: left;
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  background-color: #ededed;
  text-align: center;
}

div.footer_bottom p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 7px 15px 7px 15px;
  padding: 7px 15px 7px 15px;
  text-align: center;
}

@media (max-width : 990px) {

  .footer {
    width: 100%;
    float: left;
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
    background-color: #ededed;
    text-align: center;
  }

}

.black_line {
  width: 100%;
  float: left;
  height: 5px;
  background-color: #000000;
}

.white_line {
  width: 100%;
  float: left;
  height: 60px;
  background-color: #ffffff;
}

.swiper {
  width: 100%;
  height: 77%;
  background-color: #000000;
  text-align: left;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #000000;
  background-size: auto 100%;
}

.swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
}

img.slide {
  border: 0;
}

.swiper-slide-txt {
  position: absolute;
  top: 33%;
  left: 44%;
  padding: 0 80px 0 0;
}

div.swiper-slide-txt p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 3px 15px 3px 15px;
  padding: 3px 15px 3px 15px;
  text-align: justify;
  text-justify: inter-word;
}

div.swiper-slide-txt h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 62px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  margin: 7px 0px 7px 15px;
  padding: 7px 0px 7px 15px;
}

@media (max-width : 1024px) {
  .swiper-slide-txt {
    position: absolute;
    top: 14%;
    left: 55%;
    padding: 0 40px 0 0;
  }

  div.swiper-slide-txt p {
    line-height: 1.4;
  }
}

@media (max-width : 990px) {
  .swiper {
    width: 100%;
    height: 60vh;
    background-color: #000000;
    text-align: left;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #000000;
    background-size: contain;
  }

  .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
  }

  .swiper-slide-txt {
    position: absolute;
    width: 300px;
    top: 77%;
    left: calc(50% - 150px);
    padding: 0 0 0 0;
  }

  div.swiper-slide-txt h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 38px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin: 7px 10px 7px 10px;
    padding: 7px 10px 7px 10px;
  }

  div.swiper-slide-txt p {
    display: none;
  }
}