.screen-size {
  height: 100vh;
  width: 100%; }

.white-section {
  background: #fff; }

.section {
  color: #000;
  padding: 90px 0 90px; }

.gray-section {
  background: #f4f4f4; }

.space {
  background: #ffdd25;
  width: 40px;
  height: 7px;
  margin: 40px auto;
  display: block; }

.heading-text {
  font-family: mainBold;
  font-size: 36px; }

.top-space-40 {
  margin-top: 40px; }

@media (max-width: 991px) {
  .mobile-text-center {
    text-align: center; } }

@font-face {
  font-family: mainBold;
  src: url(../font/NunitoSans_7pt_Condensed-Bold.ttf); }

@font-face {
  font-family: mainMedium;
  src: url(../font/NunitoSans_7pt_Condensed-Medium.ttf); }

@font-face {
  font-family: mainLight;
  src: url(../font/NunitoSans_7pt_Condensed-Light.ttf); }

html, body {
  padding: 0;
  margin: 0;
  font-family: mainLight; }

.website-background {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../image/20230605_164643.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }

p {
  font-size: 20px; }

@media (max-width: 767px) {
  .pull-right-mobile {
    float: right; } }

@media (min-width: 992px) {
  #logo {
  position: absolute;
  width: 100px;
  top: 0;
  padding-top: 56px;
  }
  nav {
    position: absolute;
    top: 0px;
    padding-top: 66px;
    -webkit-transform: translateY(-53px);
    -ms-transform: translateY(-53px);
    transform: translateY(-53px);
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    }
    nav ul {
      float: right;
      margin: -15px 0 0 0;
      padding: 0;
      list-style: none; }
      nav ul li {
        float: left;
        display: block; }
      nav ul a {
        display: block;
        font-size: 16px;
        color: #000;
        font-family: mainBold;
        padding: 15px; } }
      @media (min-width: 992px) and (min-width: 992px) {
        nav ul a {
          font-size: 14px; } }
      @media (min-width: 992px) and (min-width: 1200px) {
        nav ul a {
          font-size: 16px; } }

@media (min-width: 992px) {
    nav.silent-menu #logo {
      padding-top: 0px;
      }
    nav ul a.active {
      color: #ff0000; }
    nav.silent-menu {
      background: rgba(255, 255, 255, 0.8);
      z-index: 9;
      position: fixed;
      top: 0;
      padding-top: 0px;
      transition: transform 1s;
      border-bottom: 1px #000; }
      nav.silent-menu ul { margin: 0; }
      nav.silent-menu a {
        color: #000;
        position: relative;
        padding: 15px; } }
      @media (min-width: 992px) and (min-width: 1200px) {
        nav.silent-menu a {
          padding: 15px 25px; } }

@media (min-width: 992px) {
        nav.silent-menu a::after {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          left: 0;
          bottom: 0;
          height: 0;
          background: rgba(0, 0, 0, 0.1);
          transition: 0.2s; }
        nav.silent-menu a:hover::after {
          height: 100%; }
      nav.silent-menu.sticky {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); } }

#menuTrigger {
  display: none; }

@media (max-width: 991px) {
  body.menu-open {
    overflow: hidden; }
  #menuTrigger {
    display: block !important;
    position: fixed;
    z-index: 10;
    top: 20px;
    right: 20px;
    padding: 5px;
    background: #fff;
    cursor: pointer;
    border: 1px dashed #000;
    }
  nav {
    opacity: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -2;
    padding: 55px 10px 30px;
    background: white;
    transition: 0.2s;
    overflow: auto; }
    nav ul {
      padding: 0;
      margin: 30px 0 0 0;
      list-style: none; }
      nav ul a {
        color: #000;
        padding: 10px 0;
        border-bottom: 1px #000;
        display: block;
        font-family: mainBold;
        font-size: 22px;}
        nav ul a.active {
          color: #ffdd25; }
  nav.mobile-open {
    display: block !important;
    opacity: 1;
    z-index: 9; } }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center; }
  header h1 {
	font-family: mainBold;
    font-size: 42px;
    color: #fff;
    margin: 0; }
    @media (min-width: 768px) {
        header h1 { font-size: 60px; }
    }
    @media (min-width: 1200px) {
      header h1 span {
        display: block; } }
  header p {
    font-family: mainLight;
    font-size: 22px;
    padding-bottom: 45px;
    letter-spacing: 20px;
    color: #fff;
    margin: 0; }

header .header-text-container {
  padding: 15px;
  background: rgba(255, 255, 255, 0.3);
}

.bullet-points {
  padding-top: 40px; }

.bullet-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  margin-bottom: 15px; }
  .bullet-wrapper .bullet-point {
    float: left;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background: #d4d4d4;
    color: #fff; }
    .bullet-wrapper .bullet-point span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .bullet-wrapper .bullet-text {
    margin-left: 40px;
    float: left;
    font-size: 14px;
    text-align: left; }

.section-transparent {
  background: url(../image/20230701_124025.jpg);
  background-size: cover;
  background-attachment: fixed;
  font-size: 20px;
  color: #fff; }
  .section-quote p {
    display: block;
    font-family: mainMedium; }
  .section-quote strong {
    display: block;
    font-family: mainBold; }

footer {
  min-height: 60px;
  background: #000;
  padding: 20px 40px;
  color: #fff; }
  @media (min-width: 992px) {
    footer .footer__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center; } }
  @media (min-width: 992px) {
    footer .footer__right span {
      padding-left: 20px; } }
  @media (max-width: 991px) {
    footer .footer__right span {
      display: block;
      color: #fff; } }

@media (max-width: 991px){
    #mainMenu > .container {
        width: auto!important;
    }
}
}

#mainMenu.silent-menu .lang-selector__dropdown.selected {
    display: none;
}

#carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transition: opacity 1s ease-in-out;
}

.carousel-item {
    flex: 1;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out;
}

.hiddeni {
    opacity: 0;
    pointer-events: none;
}

.himage {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
 }

 .justified-text {
 display: block;
 font-size: 40px;
 padding-top: 20px;
 font-weight: 700;
 text-justify: inter-word;
 text-align: justify;
 text-justify: inter-word;
 text-align-last: center;
 -ms-text-align-last: center;
 }

@media (min-width: 992px) {
 .justified-text {
    word-spacing: 2em;
 }
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.thumbnail {
    margin: 10px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal img {
    max-width: 100%;
    max-height: 100%;
    border: 4px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}


.kontakt-breaker {
display: block;
width: 100%;
height: 1px;
background: rgb(131, 131, 131);
margin-bottom: 25px;
}