/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 8, ../sass/screen.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-image: url("../images/lightpaperfibers.png");
}

/* line 18, ../sass/screen.scss */
h1 {
  font-size: 4.0em;
  font-family: 'Oswald', sans-serif;
}

/* line 19, ../sass/screen.scss */
h2 {
  font-size: 3.5em;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  line-height: 1.5em;
}

/* line 20, ../sass/screen.scss */
h3 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.2m;
  color: #7c7c7c;
}

/* line 21, ../sass/screen.scss */
h4 {
  font-size: 1.8em;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}

/* line 22, ../sass/screen.scss */
p {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.7em;
  margin-bottom: 15px;
}

/* line 24, ../sass/screen.scss */
iframe {
  width: 100%;
}

/* line 25, ../sass/screen.scss */
strong {
  font-weight: 600;
}

/* line 27, ../sass/screen.scss */
.wrap {
  max-width: 1170px;
  margin: auto;
}

/* line 31, ../sass/screen.scss */
.clearfix {
  clear: both;
}

/* line 33, ../sass/screen.scss */
.right {
  float: right;
}

/* line 34, ../sass/screen.scss */
.left {
  float: left;
}

/* line 35, ../sass/screen.scss */
.center {
  text-align: center;
}

/* line 36, ../sass/screen.scss */
.no-marg {
  margin: 0 !important;
}

/* line 38, ../sass/screen.scss */
a:hover {
  transition: .33s;
  transform: scale3d(1.1, 1.1, 1.1);
}

/*FORM*/
/* line 48, ../sass/screen.scss */
form {
  margin-top: 15px;
}
/* line 50, ../sass/screen.scss */
form input[type=text], form input[type=email], form input[type=tel] {
  width: 50%;
  height: 25px;
  background: transparent;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
/* line 58, ../sass/screen.scss */
form input[type=submit] {
  background-color: #fff;
  font-size: 1.4em;
  border: solid 1px #000;
  padding: 5px 20px;
  color: #000;
  cursor: pointer;
}
/* line 66, ../sass/screen.scss */
form input[type=submit]:hover {
  background-color: #cfcfcf;
}
/* line 69, ../sass/screen.scss */
form label {
  display: block;
  font-size: 1.4em;
  margin: 5px 0;
  font-weight: 300;
}
/* line 76, ../sass/screen.scss */
form textarea {
  width: 80%;
  display: block;
  margin-bottom: 15px;
  background: transparent;
  border: 1px solid #000;
  height: 100px;
  background-color: #fff;
  color: #000;
}

/*BOXSES*/
/* line 89, ../sass/screen.scss */
.left-box {
  display: inline-block;
  width: 45%;
  margin-right: 9%;
}
/* line 94, ../sass/screen.scss */
.left-box img {
  width: 100%;
}

/* line 97, ../sass/screen.scss */
.right-box {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
/* line 102, ../sass/screen.scss */
.right-box ul {
  margin-top: 40px;
  display: inline-block;
  /*width: 45%*/
  margin-right: 9%;
}
/* line 103, ../sass/screen.scss */
.right-box ul li {
  font-size: 1.6em;
  margin-bottom: 20px;
}
/* line 106, ../sass/screen.scss */
.right-box ul li i {
  padding-right: 5px;
}

/* line 111, ../sass/screen.scss */
.img-box {
  width: 25%;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}

/* line 117, ../sass/screen.scss */
#shadow {
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.53);
}

/* line 125, ../sass/screen.scss */
header {
  position: relative;
  z-index: 10;
  margin-top: -89px;
}
/* line 130, ../sass/screen.scss */
header .cover-white {
  background-color: #fff;
  opacity: 0.8;
  position: relative;
  height: 88px;
  top: 132px;
  z-index: 1;
}
/* line 132, ../sass/screen.scss */
header .head-contact {
  background-color: #0b0b0b;
  padding: 15px 0;
  font-weight: 300;
  font-size: 1.4em;
  color: #848484;
}
/* line 140, ../sass/screen.scss */
header .head-contact .contact-bar, header .head-contact .social-bar, header .head-contact .lang-bar {
  display: inline-block;
}
/* line 143, ../sass/screen.scss */
header .head-contact .contact-bar span {
  display: inline-block;
  margin-right: 10px;
}
/* line 146, ../sass/screen.scss */
header .head-contact .contact-bar span i {
  margin-right: 10px;
  color: #339966;
}
/* line 148, ../sass/screen.scss */
header .head-contact .contact-bar span:nth-child(2) {
  margin: 0 10px;
}
/* line 151, ../sass/screen.scss */
header .head-contact .contact-bar span:last-child {
  margin-left: 10px;
}
/* line 156, ../sass/screen.scss */
header .head-contact .social-bar {
  margin: 0 15px;
}
/* line 158, ../sass/screen.scss */
header .head-contact .social-bar i {
  margin-right: 15px;
}
/* line 159, ../sass/screen.scss */
header .head-contact .social-bar i:hover {
  color: #339966;
  cursor: pointer;
  transform: scale(1.1);
}
/* line 163, ../sass/screen.scss */
header .head-contact .lang-bar ul li {
  padding: 0 10px;
  display: block;
}
/* line 164, ../sass/screen.scss */
header .head-contact .lang-bar ul li a {
  text-decoration: none;
  color: #848484;
}
/* line 165, ../sass/screen.scss */
header .head-contact .lang-bar ul li img {
  padding-right: 10px;
}
/* line 168, ../sass/screen.scss */
header .head-contact .lang-bar ul li ul {
  display: none;
}
/* line 169, ../sass/screen.scss */
header .head-contact .lang-bar ul li {
  display: block;
  height: 31px;
  width: 77px;
}
/* line 170, ../sass/screen.scss */
header .head-contact .lang-bar ul li:hover ul {
  display: block;
  height: 51px;
}
/* line 172, ../sass/screen.scss */
header .head-contact .lang-bar ul li ul li {
  position: relative;
  background-color: #fff;
  height: 13px !important;
  padding: 10px;
  border: 1px solid #DFDFDF;
  z-index: 99;
  margin-top: 15px;
  margin-left: -10px;
}
/* line 182, ../sass/screen.scss */
header .head-contact .lang-bar ul li ul li:hover {
  background-color: #339966;
  transition: .33s;
  transform: scale3d(1, 1, 1);
}
/* line 186, ../sass/screen.scss */
header .head-contact .lang-bar ul li ul li:hover a {
  color: #fff;
  transition: .33s;
  transform: scale3d(1.1, 1.1, 1.1);
}
/* line 196, ../sass/screen.scss */
header .logo {
  margin: 10px 0;
  display: inline-block;
  position: relative;
  z-index: 5;
}
/* line 201, ../sass/screen.scss */
header nav {
  display: inline-block;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
/* line 204, ../sass/screen.scss */
header nav ul li {
  display: inline-block;
  margin-right: 20px;
}
/* line 207, ../sass/screen.scss */
header nav ul li a {
  text-decoration: none;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  font-size: 2.0em;
  color: #393939;
}
/* line 210, ../sass/screen.scss */
header nav ul li a:hover {
  color: #339966;
}
/* line 211, ../sass/screen.scss */
header nav ul li a i {
  margin-right: 5px;
}
/* line 215, ../sass/screen.scss */
header nav ul li:last-child {
  margin: 0;
}
/* line 219, ../sass/screen.scss */
header nav ul li.selected a {
  color: #339966;
}

/* line 227, ../sass/screen.scss */
section.slider {
  display: block;
  position: relative;
  z-index: 2;
  height: 560px;
  top: -86px;
}
/* line 234, ../sass/screen.scss */
section.slider .wrap {
  max-width: 100%;
}
/* line 236, ../sass/screen.scss */
section.slider img {
  height: 563px;
}
/* line 237, ../sass/screen.scss */
section.slider h1 {
  display: block;
  text-align: center;
  position: relative;
  top: -350px;
  font-size: 6.0em;
  text-shadow: 2px 2px #000;
  color: #fff;
  text-transform: uppercase;
}
/* line 238, ../sass/screen.scss */
section.slider span {
  text-align: center;
  position: relative;
  top: -350px;
  color: #fff;
  text-shadow: 1px 1px #000;
  display: block;
  font-size: 2.1em;
  margin-top: 20px;
}
/* line 240, ../sass/screen.scss */
section.slider .owl-carousel .owl-item img {
  width: auto !important;
}

/* line 245, ../sass/screen.scss */
section.slider.short {
  height: 350px;
}
/* line 248, ../sass/screen.scss */
section.slider.short h1 {
  top: -350px;
}
/* line 249, ../sass/screen.scss */
section.slider.short span {
  top: -350px;
}

/* line 254, ../sass/screen.scss */
section.short-info {
  position: relative;
  margin-top: -150px;
  z-index: 10;
}
/* line 260, ../sass/screen.scss */
section.short-info .one-three-box {
  display: inline-block;
  width: 40%;
  margin-right: 4%;
  border-radius: 1px;
  background-color: #fff;
  padding: 20px 0;
}
/* line 268, ../sass/screen.scss */
section.short-info .one-three-box a {
  text-decoration: none;
}
/* line 270, ../sass/screen.scss */
section.short-info .one-three-box a h4 {
  color: #000;
}
/* line 272, ../sass/screen.scss */
section.short-info .one-three-box a:hover {
  opacity: 0.7;
}
/* line 274, ../sass/screen.scss */
section.short-info .one-three-box h4 {
  text-align: center;
  font-size: 2.0em;
  line-height: 2.0em;
  margin-bottom: 15px;
}
/* line 275, ../sass/screen.scss */
section.short-info .one-three-box p {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.2m;
  color: #7c7c7c;
  width: 90%;
  margin: auto;
  text-align: center;
}
/* line 276, ../sass/screen.scss */
section.short-info .one-three-box i {
  display: block;
  text-align: center;
  font-size: 3.0em;
  color: #339966;
}
/* line 278, ../sass/screen.scss */
section.short-info .last {
  margin-right: 0px;
  float: right;
}

/* line 287, ../sass/screen.scss */
section.katalozi {
  position: relative;
  margin-top: -150px;
  z-index: 10;
}
/* line 293, ../sass/screen.scss */
section.katalozi .one-three-box {
  display: inline-block;
  width: 24%;
  margin-right: 1%;
  border-radius: 1px;
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 40px;
  text-align: center;
}
/* line 303, ../sass/screen.scss */
section.katalozi .one-three-box img {
  height: 350px;
  width: 260px;
}
/* line 306, ../sass/screen.scss */
section.katalozi .one-three-box h4 {
  text-align: center;
  font-size: 2.0em;
  line-height: 1.0em;
  margin-bottom: 15px;
}
/* line 307, ../sass/screen.scss */
section.katalozi .one-three-box p {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.2m;
  color: #7c7c7c;
  width: 90%;
  margin: auto;
  text-align: center;
}
/* line 308, ../sass/screen.scss */
section.katalozi .one-three-box i {
  display: block;
  text-align: center;
  font-size: 3.0em;
  color: #339966;
}
/* line 310, ../sass/screen.scss */
section.katalozi .last {
  margin-right: 0px;
  float: right;
}

/* line 318, ../sass/screen.scss */
section.category-info {
  margin-top: 60px;
}
/* line 320, ../sass/screen.scss */
section.category-info .respons-disp {
  display: none;
}
/* line 321, ../sass/screen.scss */
section.category-info .regul-disp {
  display: block;
}

/* line 326, ../sass/screen.scss */
section.o-nama .wrap {
  max-width: 100%;
}
/* line 328, ../sass/screen.scss */
section.o-nama .inner-box {
  display: inline-block;
  width: 585px;
  color: #fff;
}
/* line 334, ../sass/screen.scss */
section.o-nama .inner-box.right {
  width: 560px;
  padding-right: 25px;
}
/* line 335, ../sass/screen.scss */
section.o-nama .left-box {
  margin: 0;
  padding: 46px 0;
  background-color: #238956;
  width: 50%;
}
/* line 341, ../sass/screen.scss */
section.o-nama .left-box a {
  color: #000;
  text-decoration: none;
  padding: 5px 15px;
  background-color: #fff;
  font-size: 1.6em;
  float: right;
  border: 1px solid #000;
}
/* line 350, ../sass/screen.scss */
section.o-nama .left-box a:hover {
  opacity: 0.7;
  transition: 0;
  transform: none;
}
/* line 352, ../sass/screen.scss */
section.o-nama .left-box p {
  margin-bottom: 30px;
}
/* line 355, ../sass/screen.scss */
section.o-nama .right-box {
  position: relative;
  margin-left: -2px;
  width: 49.8%;
}
/* line 359, ../sass/screen.scss */
section.o-nama .right-box img {
  width: 100%;
  height: 393px;
}

/* line 363, ../sass/screen.scss */
section.sertifikati {
  margin: 20px 0;
  text-align: center;
}
/* line 365, ../sass/screen.scss */
section.sertifikati h3 {
  margin-bottom: 20px;
}
/* line 369, ../sass/screen.scss */
section.sertifikati .img-box {
  width: 100%;
  text-align: center;
}
/* line 373, ../sass/screen.scss */
section.sertifikati .img-box img {
  width: 100px;
}

/* line 380, ../sass/screen.scss */
ul.politika-firme {
  margin: 10px 0;
}
/* line 382, ../sass/screen.scss */
ul.politika-firme li {
  font-size: 1.6em;
  font-style: italic;
  margin-bottom: 9px;
  list-style: disc;
  list-style-position: inside;
  font-weight: 300;
}

/* line 395, ../sass/screen.scss */
footer {
  background-color: #000;
  padding: 10px 0;
  color: #fff;
  margin-top: -2px;
}
/* line 399, ../sass/screen.scss */
footer h4 {
  color: #fff;
  margin-bottom: 10px;
}
/* line 400, ../sass/screen.scss */
footer i {
  margin-right: 10px;
}
/* line 403, ../sass/screen.scss */
footer .one-three-box {
  display: inline-block;
  width: 30%;
  margin-right: 4.5%;
  vertical-align: top;
  border: 1px solid #000;
}
/* line 410, ../sass/screen.scss */
footer .one-three-box h4 {
  text-align: left;
  font-weight: 400;
  font-size: 2.4em;
}
/* line 412, ../sass/screen.scss */
footer .one-three-box a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 1.8em;
  font-weight: 300;
}
/* line 421, ../sass/screen.scss */
footer .last {
  margin-right: 0px;
  float: right;
}

/* line 430, ../sass/screen.scss */
section.kontakt-info {
  position: relative;
  z-index: 10;
}
/* line 434, ../sass/screen.scss */
section.kontakt-info .wrap {
  max-width: 100%;
}
/* line 436, ../sass/screen.scss */
section.kontakt-info .inner-box {
  display: inline-block;
  width: 585px;
  color: #fff;
  clear: both;
}
/* line 443, ../sass/screen.scss */
section.kontakt-info .inner-box.right {
  width: 560px;
  padding-right: 25px;
}
/* line 444, ../sass/screen.scss */
section.kontakt-info .left-box {
  margin: 0;
  padding: 46px 0;
  background-color: #238956;
  width: 50%;
}
/* line 451, ../sass/screen.scss */
section.kontakt-info .right-box {
  position: relative;
  margin-left: -2px;
  width: 49.8%;
  height: 469px;
  padding: 46px 0;
  background-color: #95375c;
}
/* line 459, ../sass/screen.scss */
section.kontakt-info .right-box .move-box {
  padding-left: 60px;
  color: #fff;
}
/* line 462, ../sass/screen.scss */
section.kontakt-info .right-box .move-box a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
/* line 464, ../sass/screen.scss */
section.kontakt-info .right-box .move-box p span.firma {
  font-weight: 600;
  font-size: 1.6em;
  display: block;
  padding-top: 20px;
}

/* line 474, ../sass/screen.scss */
section.kontakt-info1 {
  position: relative;
  background-color: #fff;
  z-index: 10;
  padding: 20px;
}
/* line 477, ../sass/screen.scss */
section.kontakt-info1 iframe {
  padding: 10px;
}
/* line 478, ../sass/screen.scss */
section.kontakt-info1 .left-box {
  width: 49%;
  margin-right: 4%;
}

/* line 487, ../sass/screen.scss */
section.onama {
  position: relative;
  background-color: #fff;
  z-index: 10;
  padding-top: 20px;
}
/* line 489, ../sass/screen.scss */
section.onama img {
  height: 300px;
}

/* line 497, ../sass/screen.scss */
.grid_2 {
  height: 200px;
  width: auto;
  display: inline-block;
}
/* line 500, ../sass/screen.scss */
.grid_2 img {
  width: 100%;
  height: 200px;
}

@media all and (max-width: 1200px) {
  /* line 506, ../sass/screen.scss */
  .wrap {
    width: 90%;
  }

  /* line 508, ../sass/screen.scss */
  section.slider .wrap, section.o-nama .wrap {
    width: 100%;
  }

  /* line 509, ../sass/screen.scss */
  section.o-nama .inner-box.right {
    width: 90%;
  }

  /* line 510, ../sass/screen.scss */
  section.o-nama .right-box img {
    width: auto;
  }

  /* line 512, ../sass/screen.scss */
  section.kontakt-info .wrap {
    width: 100%;
  }

  /* line 513, ../sass/screen.scss */
  section.kontakt-info .inner-box.right {
    width: 90%;
  }
}
@media all and (max-width: 1070px) {
  /* line 515, ../sass/screen.scss */
  header .head-contact .wrap .contact-bar span:last-child {
    display: none;
  }
}
@media all and (max-width: 900px) {
  /* line 518, ../sass/screen.scss */
  header nav ul li {
    margin-right: 15px;
  }

  /* line 519, ../sass/screen.scss */
  header nav ul li a {
    font-size: 1.8em;
  }

  /* line 520, ../sass/screen.scss */
  section.short-info .one-three-box {
    width: 46%;
  }

  /* line 521, ../sass/screen.scss */
  section.category-info .regul-disp {
    display: none;
  }

  /* line 523, ../sass/screen.scss */
  section.category-info .respons-disp {
    display: block;
  }

  /* line 524, ../sass/screen.scss */
  section.short-info .one-three-box p {
    text-align: justify;
  }
}
@media all and (max-width: 860px) {
  /* line 528, ../sass/screen.scss */
  header .head-contact .wrap .contact-bar span:nth-child(2) {
    display: none;
  }

  /* line 529, ../sass/screen.scss */
  section.short-info .one-three-box h4 {
    font-size: 1.7em;
  }

  /* line 530, ../sass/screen.scss */
  section.short-info .one-three-box p {
    font-size: 1.4em;
  }
}
@media all and (max-width: 800px) {
  /* line 534, ../sass/screen.scss */
  section.o-nama .right-box {
    width: 100%;
  }

  /* line 535, ../sass/screen.scss */
  section.o-nama .left-box {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  /* line 538, ../sass/screen.scss */
  header {
    margin-top: -125px;
  }

  /* line 539, ../sass/screen.scss */
  header nav {
    margin-top: 15px;
  }

  /* line 540, ../sass/screen.scss */
  header .cover-white {
    height: 125px;
    top: 169px;
  }

  /* line 541, ../sass/screen.scss */
  header .logo {
    text-align: center;
    display: block;
  }

  /* line 542, ../sass/screen.scss */
  nav.right {
    float: none;
    text-align: center;
    display: block;
  }

  /* line 543, ../sass/screen.scss */
  section.slider {
    top: -114px;
  }

  /* line 545, ../sass/screen.scss */
  section.onama .left-box {
    width: 100%;
    margin-right: 0px;
  }

  /* line 546, ../sass/screen.scss */
  section.onama .right-box {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 700px) {
  /* line 550, ../sass/screen.scss */
  section.category-info .wrap .left-box, section.category-info .wrap .right-box {
    width: 100%;
  }

  /* line 551, ../sass/screen.scss */
  section.sertifikati .wrap .img-box {
    width: 50%;
  }
}
@media all and (max-width: 640px) {
  /* line 555, ../sass/screen.scss */
  header {
    margin-top: -165px;
  }

  /* line 556, ../sass/screen.scss */
  header .cover-white {
    height: 160px;
    top: 203px;
  }

  /* line 557, ../sass/screen.scss */
  header nav ul li {
    margin-bottom: 15px;
  }

  /* line 558, ../sass/screen.scss */
  section.slider {
    top: -150px;
  }

  /* line 559, ../sass/screen.scss */
  section.short-info {
    margin-top: -226px;
  }

  /* line 562, ../sass/screen.scss */
  section.kontakt-info .left-box, section.kontakt-info .right-box {
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  /* line 565, ../sass/screen.scss */
  header .head-contact .contact-bar span {
    display: none;
  }

  /* line 566, ../sass/screen.scss */
  section.onama img {
    height: 200px;
  }
}
@media all and (max-width: 400px) {
  /* line 569, ../sass/screen.scss */
  header nav ul li a {
    font-size: 1.6em;
  }
}
@media all and (max-width: 350px) {
  /* line 572, ../sass/screen.scss */
  header nav ul li a {
    font-size: 1.4em;
  }
}
