/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body, html {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

header {
  position: absolute;
  z-index: 100;
  width: 80%;
  top: 2em;
  left: 10%;
  height: 3.5em;
  line-height: 3.5em;
  border-radius: 15px;
  background-color: #FFBB00;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content auto;
  -ms-grid-columns: max-content auto;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
}
header .open-menu {
  display: none;
}
header h2 {
  margin: 0 0 0 1.5em;
}
header ul {
  float: right;
  padding: 0;
  margin: 0 1.5em 0 0;
}
header ul li {
  margin: 0 0.5em;
  font-size: 1.3em;
  display: inline-block;
  position: relative;
}
header ul li a {
  color: white;
  text-decoration: none;
}
header ul li::after {
  content: "";
  border-top: 3px solid white;
  position: absolute;
  bottom: 0.8rem;
  width: 0;
  left: 50%;
  opacity: 0;
  -webkit-transition: 0.3s left, 0.3s width, 0.3s opacity;
  -o-transition: 0.3s left, 0.3s width, 0.3s opacity;
  transition: 0.3s left, 0.3s width, 0.3s opacity;
}
header ul li:hover::after {
  left: 25%;
  width: 50%;
  opacity: 1;
}
header ul li.selected::after {
  left: 25%;
  width: 50%;
  opacity: 1;
}
header ul li.selected:hover::after {
  left: 0;
  width: 100%;
  opacity: 1;
}

div#slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.5em auto 4.5em;
  grid-template-columns: 4.5em auto 4.5em;
  width: 80%;
  margin: 2em auto 0 auto;
}
div#slider .left, div#slider .right {
  font-size: 3em;
  background-color: #FFBB00;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  color: white;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}
div#slider .content {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 5em;
}
div#slider .content hr {
  position: absolute;
  display: inline-block;
  width: 100%;
  border: none;
  border-top: 3px solid black;
  margin: 0;
  height: 0;
  top: calc(50% - 2px);
}
div#slider .content .bubble {
  position: absolute;
  width: 3vw;
  max-width: 3rem;
  height: 3vw;
  max-height: 3rem;
  border: 0.15vw solid #FFBB00;
  line-height: 3vw;
  text-align: center;
  border-radius: 50%;
  font-size: 1.5vw;
  top: calc(50% - 1.5vw - 3px);
  background-color: white;
  -webkit-transition: 1s background-color, 1s color, 1s -webkit-transform;
  transition: 1s background-color, 1s color, 1s -webkit-transform;
  -o-transition: 1s background-color, 1s transform, 1s color;
  transition: 1s background-color, 1s transform, 1s color;
  transition: 1s background-color, 1s transform, 1s color, 1s -webkit-transform;
  z-index: 100;
  font-weight: bold;
}
div#slider .content .bubble.main {
  background-color: #FFBB00;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  color: white;
}
div#slider .content-phone {
  display: none;
}
div#slider .content-phone hr {
  position: absolute;
  display: inline-block;
  width: 100%;
  border: none;
  border-top: 3px solid black;
  margin: 0;
  height: 0;
  top: calc(50% - 2px);
}
div#slider .content-phone .bubble {
  position: absolute;
  width: 3vw;
  max-width: 3rem;
  height: 3vw;
  max-height: 3rem;
  border: 0.15vw solid #FFBB00;
  line-height: 3vw;
  text-align: center;
  border-radius: 50%;
  font-size: 1.5vw;
  background-color: white;
  -webkit-transition: 1s background-color, 1s color, 1s -webkit-transform;
  transition: 1s background-color, 1s color, 1s -webkit-transform;
  -o-transition: 1s background-color, 1s transform, 1s color;
  transition: 1s background-color, 1s transform, 1s color;
  transition: 1s background-color, 1s transform, 1s color, 1s -webkit-transform;
  z-index: 100;
  font-weight: bold;
}
div#slider .content-phone .bubble.main {
  background-color: #FFBB00;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  color: white;
}

p#slidertext {
  width: 50%;
  margin: 2em auto 0 auto;
  font-size: 1.3em;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}

body#home img.splash {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: brightness(35%);
          filter: brightness(35%);
}
body#home div.splash {
  position: absolute;
  z-index: 1;
  top: calc(3.5em + 4em);
  width: 50%;
  left: 25%;
  color: white;
  text-align: center;
}
body#home div.splash h1, body#home div.splash p {
  text-align: justify;
}
body#home div.splash p {
  margin-bottom: 3em;
}
body#home div.splash a {
  background-color: #FFBB00;
  color: white;
  text-decoration: none;
  padding: 1em 3em;
  font-size: 1.5em;
  border-radius: 15px;
}
body#home h2.title {
  text-align: center;
  font-size: 3em;
  margin: 1em 0;
}
body#home #zastotavanice {
  border-top: 1px solid #1D1D1D;
  border-bottom: 1px solid #1D1D1D;
  width: 80%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  padding: 2em 0;
  margin-top: 3em;
}
body#home #zastotavanice .left {
  text-align: center;
  border-right: 1px solid #1D1D1D;
}
body#home #zastotavanice .left h2 {
  font-size: 3em;
}
body#home #zastotavanice .right {
  display: inline-block;
}
body#home #zastotavanice .right p {
  display: inline-block;
  font-size: 1.2em;
  text-align: justify;
  padding: 0.5em;
  width: calc(100% - 1em);
}
body#home #onama h1 {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFBB00;
          text-decoration-color: #FFBB00;
  font-weight: 600;
  text-align: center;
  font-size: 3em;
}
body#home #onama .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 45%;
  grid-template-columns: 55% 45%;
  width: 80%;
  margin: 0 auto;
}
body#home #onama .grid .left p {
  font-size: 1.2em;
  padding: 0 2em;
  margin: 0;
  text-align: justify;
}
body#home #onama .grid .left a {
  background-color: #FFBB00;
  color: white;
  padding: 1rem 3rem;
  display: inline-block;
  margin: 1em 0 0 2.8rem;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.3em;
}
body#home #onama .grid .right {
  border: 1px solid black;
  width: 100%;
  height: 100%;
}

body#onama div.splash {
  margin-top: 5em;
  height: 55vh;
}
body#onama div.splash img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: top;
     object-position: top;
}
body#onama div.content {
  width: 80%;
  margin: 0 auto;
}
body#onama div.content h1 {
  font-size: 2.5em;
}
body#onama div.content p {
  font-size: 1.3em;
  text-align: justify;
}
body#onama div.content p span.zuto {
  color: #FFBB00;
  font-weight: bold;
}

body#galerija h1 {
  font-size: 2.8em;
  font-weight: bold;
  margin-top: 7rem;
  text-align: center;
}
body#galerija div.content {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin: 0 auto;
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 2em;
}
body#galerija div.content .slika {
  width: 100%;
  height: 15em;
  border: 1px solid black;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body#galerija div#bg {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.75;
  z-index: 1000000;
  display: none;
}
body#galerija img#slika {
  position: fixed;
  left: 10vw;
  top: 10vh;
  width: 80vw;
  height: 80vh;
  z-index: 1000001;
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
}

body#kontakt h1 {
  font-size: 2.8em;
  font-weight: bold;
  margin-top: 7rem;
  text-align: center;
}
body#kontakt .content {
  width: 70%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
body#kontakt .content .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 2.5em;
}
body#kontakt .content .info .data {
  font-size: 1.5em;
  width: 100%;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #FFBB00;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "icon head" "icon text";
  -ms-grid-columns: 2.5em 0.7em auto;
  grid-template-columns: 2.5em auto;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  cursor: default;
}
body#kontakt .content .info .data i {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: icon;
  font-size: 2em;
  vertical-align: middle;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
body#kontakt .content .info .data p {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: text;
  margin: 0;
}
body#kontakt .content .info .data p.head {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: head;
}
body#kontakt .content .info .data p a {
  color: black;
}
body#kontakt .content .info .data:hover i {
  color: #FFBB00;
}
body#kontakt .content .map {
  width: 100%;
}
body#kontakt .content .map iframe {
  width: 100%;
  height: 100%;
}

body#tavanice div.splash img {
  width: 100%;
}
body#tavanice div#cont-1 {
  width: 80%;
  margin: 5vh auto;
}
body#tavanice div#cont-1 h2 {
  font-size: 2.5em;
}
body#tavanice div#cont-1 p {
  font-size: 15pt;
  text-align: justify;
}
body#tavanice div#cont-2 {
  width: 80%;
  margin: 5vh auto;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "h1 h1" "h2 h2" "p p" "img1 img2";
  -ms-grid-columns: 1.5fr 25vw 1fr;
  grid-template-columns: 1.5fr 1fr;
  -webkit-column-gap: 25vw;
     -moz-column-gap: 25vw;
          column-gap: 25vw;
}
body#tavanice div#cont-2 h1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: h1;
  font-size: 3em;
}
body#tavanice div#cont-2 h2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: h2;
  font-size: 2.5em;
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body#tavanice div#cont-2 h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  top: calc(100% + .2em);
  left: 0;
  background-color: #FFBB00;
  display: inline-block;
}
body#tavanice div#cont-2 p {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  font-size: 15pt;
  grid-area: p;
  text-align: justify;
}
body#tavanice div#cont-2 img {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  width: 100%;
  grid-area: img1;
}
body#tavanice div#cont-2 img:last-child {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
  grid-area: img2;
}
body#tavanice div#cont-3 {
  width: 80%;
  margin: 5vh auto;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "h2 img" "p img";
  -ms-grid-columns: 2fr 5vw 1fr;
  grid-template-columns: 2fr 1fr;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
body#tavanice div#cont-3 h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: h2;
  font-size: 2.5em;
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body#tavanice div#cont-3 h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  top: calc(100% + .2em);
  left: 0;
  background-color: #FFBB00;
  display: inline-block;
}
body#tavanice div#cont-3 p {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: p;
  font-size: 15pt;
  text-align: justify;
}
body#tavanice div#cont-3 img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: img;
  height: 90%;
  margin-top: 10%;
  width: 100%;
  text-align: right;
  -o-object-fit: cover;
     object-fit: cover;
}
body#tavanice div#cont-4 {
  width: 80%;
  margin: 5vh auto;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "h2 h2" "p img2" "img1 img2";
  -ms-grid-columns: 1.5fr 7vw 1fr;
  grid-template-columns: 1.5fr 1fr;
  -webkit-column-gap: 7vw;
     -moz-column-gap: 7vw;
          column-gap: 7vw;
}
body#tavanice div#cont-4 h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: h2;
  font-size: 2.5em;
}
body#tavanice div#cont-4 p {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: p;
  font-size: 15pt;
  text-align: justify;
}
body#tavanice div#cont-4 img {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  width: 100%;
  grid-area: img1;
}
body#tavanice div#cont-4 img:last-child {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: img2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body#tavanice div#cont-5 {
  width: 80%;
  margin: 5vh auto;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "h2 h2" "p img";
  -ms-grid-columns: 1.3fr 3vw 1fr;
  grid-template-columns: 1.3fr 1fr;
  -webkit-column-gap: 3vw;
     -moz-column-gap: 3vw;
          column-gap: 3vw;
}
body#tavanice div#cont-5 h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: h2;
  font-size: 2.5em;
}
body#tavanice div#cont-5 p {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: p;
  font-size: 15pt;
  text-align: justify;
}
body#tavanice div#cont-5 img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  grid-area: img;
  width: 100%;
}
body#tavanice div#cont-6 {
  width: 80%;
  margin: 5vh auto;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "h2 h2" "p img";
  -ms-grid-columns: 1.8fr 3vw 1fr;
  grid-template-columns: 1.8fr 1fr;
  -webkit-column-gap: 3vw;
     -moz-column-gap: 3vw;
          column-gap: 3vw;
}
body#tavanice div#cont-6 h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: h2;
  font-size: 2.5em;
}
body#tavanice div#cont-6 p {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: p;
  font-size: 15pt;
  text-align: justify;
}
body#tavanice div#cont-6 img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  grid-area: img;
  width: 100%;
}
body#tavanice div#cont-7 {
  width: 80%;
  margin: 5vh auto;
}
body#tavanice div#cont-7 h2 {
  font-size: 2.5em;
  font-weight: normal;
}
body#tavanice div#cont-7 p {
  text-align: justify;
  font-size: 15pt;
}

body#cena div.splash {
  width: 100%;
}
body#cena div.splash img {
  width: 100%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
body#cena h1 {
  width: 80%;
  left: 10%;
  font-size: 3em;
  display: inline-block;
  position: relative;
}
body#cena h1::after {
  content: "";
  position: absolute;
  top: calc(100% + .3em);
  left: 0;
  width: 15%;
  height: 3px;
  background-color: #FFBB00;
}
body#cena img.slika {
  width: 80%;
  margin: 0 10%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
body#cena > p {
  font-size: 15pt;
  width: 80%;
  margin: 5vh auto;
}
body#cena > ul {
  list-style: none;
  padding: 0;
  width: 80%;
  margin: 0 auto;
}
body#cena > ul li {
  margin: 1em 0;
}
body#cena > ul li a {
  text-decoration: underline;
  color: black;
  font-size: 17pt;
}

body#vesti div.splash {
  width: 100%;
  height: 35vh;
  position: relative;
}
body#vesti div.splash img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
body#vesti div.splash h1 {
  color: white;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0.3vw;
  font-size: 3em;
}
body#vesti div#vesti {
  width: 80%;
  margin: 5vh auto;
}
body#vesti div#vesti .vest {
  padding: 3vh 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: 5vh;
}
body#vesti div#vesti .vest h2 {
  margin-top: 0;
}
body#vesti div#vesti .vest h2 a {
  color: black;
}
body#vesti div#vesti .vest p {
  text-align: justify;
}
body#vesti div#vesti .vest > span {
  color: gray;
  font-style: italic;
}
body#vesti div#vesti .vest > span span {
  margin-left: 3em;
}
body#vesti div#vest {
  width: 70%;
  margin: 5vh auto;
}
body#vesti div#vest h1 {
  font-size: 3em;
}
body#vesti div#vest p {
  font-size: 15pt;
  text-align: justify;
  text-indent: 1em;
}
body#vesti div#vest > span {
  color: gray;
  font-style: italic;
}
body#vesti div#vest > span span {
  margin-left: 3em;
}

body#login .cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100vh;
  grid-template-rows: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#login .cont form {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
body#login .cont form input:not([type=submit]) {
  width: 60vw;
  font-size: 1.2em;
  display: block;
  border: none;
  outline: none;
  text-align: center;
  border-bottom: 1px solid black;
  margin-bottom: 1em;
}
body#login .cont form input[type=submit] {
  font-size: 1.2em;
  padding: 0 1em;
}

body#panel form {
  width: 100%;
}
body#panel form input:not([type=submit]), body#panel form textarea, body#panel form select {
  display: block;
  width: calc(100% - 14px);
  resize: vertical;
  font-size: 1rem;
  margin-bottom: 0.7em;
  padding: 3px 7px;
  border-radius: 10px;
  border: 1px solid black;
  outline: none;
}
body#panel form input[type=submit] {
  background-color: #FFBB00;
  color: white;
  padding: 1em 2em;
  border: none;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
body#panel fieldset {
  width: 60%;
  text-align: center;
  color: #888888;
  font-style: italic;
  font-size: 2em;
  border: none;
  display: inline-block;
  margin: 0 20%;
}

footer {
  width: 80%;
  margin: 5vw auto;
  background-color: #FFBB00;
  color: white;
  font-weight: bold;
  border-radius: 15px;
}
footer p {
  margin: 1.5em;
  display: inline-block;
  font-weight: bold;
}
footer p a {
  color: white;
}

@media only screen and (max-device-width: 768px) {
  body {
    overflow-x: hidden;
    width: 100vw;
    font-size: 0.8em;
  }

  header {
    display: block;
    position: initial;
    width: 100%;
    height: 3.5em;
    border-radius: 0;
  }
  header .title {
    display: inline-block;
    position: absolute;
    z-index: 100001;
  }
  header .title h2 {
    margin-left: 0.7em;
  }
  header .menu {
    background-color: #FFBB00;
    height: calc(100% - 3.5em);
    width: 100%;
    top: -100vh;
    left: 0;
    -webkit-transition: 0.5s top;
    -o-transition: 0.5s top;
    transition: 0.5s top;
    z-index: 100000;
    position: fixed;
  }
  header .menu ul {
    float: none;
    margin: 0;
  }
  header .menu ul li {
    text-align: center;
    display: block;
    border-bottom: 1px solid white;
  }
  header .menu ul li.selected {
    font-weight: bold;
  }
  header .menu ul li::after {
    content: none;
  }
  header .menu ul li:first-child {
    border-top: 1px solid white;
  }
  header .open-menu {
    display: inline-block;
    position: absolute;
    color: white;
    line-height: 3.5em;
    height: 3.5em;
    right: 1em;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    z-index: 100001;
  }
  header .open-menu::before {
    font-size: 1.7em;
  }
  header .open-menu.down {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  footer {
    width: 90%;
  }
  footer p {
    font-size: 10px;
  }

  body#home div.splash {
    width: 90%;
    left: 5%;
    top: 4em;
  }
  body#home h1.title {
    text-align: center !important;
  }
  body#home h2.title {
    font-size: 2em;
  }
  body#home div#slider {
    -ms-grid-columns: 3em auto 3em;
    grid-template-columns: 3em auto 3em;
    width: 90%;
  }
  body#home div#slider .left, body#home div#slider .right {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 7px;
    font-size: 2em;
  }
  body#home div#slider .content {
    display: none;
  }
  body#home div#slider .content-phone {
    display: initial;
    position: relative;
    height: auto;
    overflow-y: visible;
  }
  body#home div#slider .content-phone .cont {
    width: 100%;
    height: 100%;
  }
  body#home div#slider .content-phone .bubble:not(.main) {
    display: none;
  }
  body#home div#slider .content-phone .bubble.main {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  body#home div#slider .content-phone hr {
    border-width: 1.5px;
  }
  body#home p#slidertext {
    width: 80%;
    text-align: center;
  }
  body#home #zastotavanice {
    width: 90%;
    padding: 1em 0;
  }
  body#home #zastotavanice .left h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0.5em;
  }
  body#home #zastotavanice .right p {
    font-size: 1em;
    margin: 0 4px;
    padding: 0.5em;
    width: calc(100% - 1em);
  }
  body#home #onama .grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    width: 80%;
  }
  body#home #onama .grid .left {
    text-align: center;
  }
  body#home #onama .grid .left p {
    padding: 0;
  }
  body#home #onama .grid .left a {
    margin: 1.5em 0 0 0;
  }
  body#home #onama .grid img {
    display: none;
  }

  body#onama div.splash {
    height: auto;
    margin: 0;
  }
  body#onama div.content {
    width: 90%;
  }
  body#onama div.content h1 {
    font-size: 1.8em;
  }
  body#onama div.content p {
    font-size: 1em;
  }

  body#cena h1 {
    font-size: 1.7em;
    width: 90%;
    left: 5%;
  }
  body#cena img.slika {
    width: 90%;
    margin: 0 5%;
  }
  body#cena p {
    text-align: justify;
    width: 90%;
  }
  body#cena > ul {
    width: 90%;
    text-align: center;
  }
  body#cena > ul li a {
    font-size: 15pt;
  }

  body#tavanice > div > h1 {
    font-size: 2.5em !important;
  }
  body#tavanice > div > h2 {
    font-size: 1.8em !important;
  }
  body#tavanice div#cont-1 {
    width: 90%;
  }
  body#tavanice div#cont-2 {
    width: 90%;
    -ms-grid-columns: 1fr 5vw 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
  }
  body#tavanice div#cont-3 {
    width: 90%;
        grid-template-areas: "h2" "p" "img";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  body#tavanice div#cont-3 img {
    height: auto;
  }
  body#tavanice div#cont-4 {
    width: 90%;
        grid-template-areas: "h2" "p" "img1";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  body#tavanice div#cont-4 img:last-child {
    display: none;
  }
  body#tavanice div#cont-5 {
    width: 90%;
        grid-template-areas: "h2" "p" "img";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  body#tavanice div#cont-6 {
    width: 90%;
        grid-template-areas: "h2" "img" "p";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  body#tavanice div#cont-7 {
    width: 90%;
  }

  body#galerija h1 {
    font-size: 2em;
    margin-top: 5vh;
  }
  body#galerija div.content {
    width: 90%;
    -ms-grid-columns: 1fr 5vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
    row-gap: 5vw;
  }
  body#galerija div.content .slika {
    width: 100%;
  }

  body#kontakt h1 {
    font-size: 2em;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  body#kontakt .content {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    width: 90%;
  }
  body#tavanice div#cont-3 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-4 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-5 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-6 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-3 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-4 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-5 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-6 > p {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-4 > img {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  body#tavanice div#cont-3 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-4 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-5 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-6 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-3 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-4 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-5 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-6 > p {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-3 img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body#tavanice div#cont-5 > img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body#tavanice div#cont-6 > img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body#tavanice div#cont-3 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-4 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-5 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-6 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-3 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-4 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-5 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-6 > p {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-4 > img {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  body#tavanice div#cont-3 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-4 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-5 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-6 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-3 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-4 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-5 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-6 > p {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-5 img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body#tavanice div#cont-5 > img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body#tavanice div#cont-6 > img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body#tavanice div#cont-3 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-4 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-5 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-6 > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-3 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-4 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-5 > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-6 > p {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body#tavanice div#cont-6 img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body#tavanice div#cont-5 > img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body#tavanice div#cont-6 > img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}