@charset "UTF-8";
/*
    naslovi “znotraj” strani, določeni v wireframe-ih (hotel in vrtec, tekalna steza, pohodniški izleti in sprehodi, hrana, itd.)
    linki
    ozadje footer-ja
    alineje v obliki krogcev
    puščica “gor”, ki se pojavi v spodnjem desnem kotu, ko user preskrola za eno stran
*/
/*

###USAGE
.sidebar {
  width: 60%;
  float: left;
  margin: 0 2% 0 0;
  @include min860 {
    width: 100%;
    float: none;
    margin: 0;
  }
}

*/
/*@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i');*/
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?98681721");
  src: url("../font/fontello.eot?98681721#iefix") format("embedded-opentype"), url("../font/fontello.woff2?98681721") format("woff2"), url("../font/fontello.woff?98681721") format("woff"), url("../font/fontello.ttf?98681721") format("truetype"), url("../font/fontello.svg?98681721#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?98681721#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-open:before {
  content: '\e800';
}

/* '' */
.icon-up-open:before {
  content: '\e801';
}

/* '' */
.icon-menu-1:before {
  content: '\e802';
}

/* '' */
.icon-facebook-squared:before {
  content: '\f308';
}

/* '' */
.icon-instagram:before {
  content: '\f32d';
}

/* '' */
.pbfont {
  font-family: "fontello";
}

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;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0;
  font-family: 'Muli', sans-serif;
}

b, strong {
  font-weight: 600;
}

i, em {
  font-style: italic;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 38px;
  font-size: 2.375rem;
}

@media only screen and (max-width: 760px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

h4 {
  font-size: 21px;
  font-size: 1.3125rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

p {
  font-weight: 300;
  line-height: 1.3;
}

a {
  color: #756DB5;
  text-decoration: none;
}

a:focus {
  outline: none;
}

ol, ul {
  list-style: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  padding-left: 1em;
  text-indent: -.7em;
  line-height: 1.3;
}

li:before {
  content: "• ";
  color: #756DB5;
  /* or whatever color you prefer */
}

table {
  width: 90%;
}

.hidden {
  display: none;
}

iframe {
  margin: auto;
  display: -webkit-box;
  display: flex;
  max-width: 750px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

div#top_nav {
  border-bottom: 1px ridge #f1f1f1;
  background-color: #FFFFFF;
  width: 100%;
  height: 90px;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300000;
}

div#top_nav div, div#top_nav li, div#top_nav ul, div#top_nav a, div#top_nav span, div#top_nav input, div#top_nav label, div#top_nav hr {
  box-sizing: border-box;
  color: #4A4A4A;
}

div#top_nav div:before, div#top_nav div:after, div#top_nav li:before, div#top_nav li:after, div#top_nav ul:before, div#top_nav ul:after, div#top_nav a:before, div#top_nav a:after, div#top_nav span:before, div#top_nav span:after, div#top_nav input:before, div#top_nav input:after, div#top_nav label:before, div#top_nav label:after, div#top_nav hr:before, div#top_nav hr:after {
  box-sizing: inherit;
}

div#top_nav li:before, div#top_nav li:after {
  content: "";
  padding: 0;
  margin: 0;
}

div#top_nav .nav_cont {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  /*
      @include max1400{
          padding-left: 1em;
      }
      @include max640{
        padding-right: 1em;
      }
      */
}

div#top_nav .nav_cont div.logo_cont {
  display: -webkit-box;
  display: flex;
  min-width: 380px;
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 3em;
}

@media only screen and (max-width: 980px) {
  div#top_nav .nav_cont div.logo_cont {
    display: block;
    min-width: 300px;
    padding-left: 0em;
  }
}

@media only screen and (max-width: 760px) {
  div#top_nav .nav_cont div.logo_cont {
    min-width: 200px;
  }
}

div#top_nav .nav_cont div.logo_cont a.logo {
  display: inline-block;
  min-width: 270px;
}

@media only screen and (max-width: 980px) {
  div#top_nav .nav_cont div.logo_cont a.logo {
    padding-left: 2em;
  }
}

div#top_nav .nav_cont div.logo_cont a.logo img {
  width: 250px;
}

@media only screen and (max-width: 760px) {
  div#top_nav .nav_cont div.logo_cont {
    margin-left: -10px;
    width: 230px;
  }
  div#top_nav .nav_cont div.logo_cont a.logo {
    max-width: 230px;
  }
  div#top_nav .nav_cont div.logo_cont a.logo {
    min-width: 230px;
  }
}

div#top_nav .nav_cont #nav-main {
  padding-top: .8em;
  -webkit-box-flex: 2.4;
  flex: 2.4;
  width: 100%;
  padding-left: 5em;
  padding-right: 4em;
}

@media only screen and (max-width: 980px) {
  div#top_nav .nav_cont #nav-main {
    padding-left: 4em;
    padding-right: 2em;
  }
}

div#top_nav .nav_cont #nav-main .navicon {
  display: none;
}

div#top_nav .nav_cont #nav-main label {
  display: none;
}

@media only screen and (max-width: 640px) {
  div#top_nav .nav_cont #nav-main label {
    float: right;
    cursor: pointer;
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  div#top_nav .nav_cont #nav-main label {
    font-family: "fontello";
    font-size: 2.5em;
    display: block;
    /*
      width: 50px;
      height: 40px;
      */
    line-height: .1em;
    padding: .4em .4em .4em;
    margin-left: auto;
    margin-right: -10px;
    color: #A8A9AD;
  }
}

div#top_nav .nav_cont #nav-main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

div#top_nav .nav_cont #nav-main ul a {
  display: inline-block;
  font-weight: 400;
  color: #A8A9AD;
}

div#top_nav .nav_cont #nav-main ul a:hover {
  font-weight: 600;
  color: #4A4A4A;
}

div#top_nav .nav_cont #nav-main ul a.active {
  font-weight: 600;
  color: #4A4A4A;
}

@media only screen and (max-width: 640px) {
  div#top_nav .nav_cont #nav-main ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
}

div#top_nav .nav_cont #nav-main input.navicon:checked ~ ul {
  opacity: 1;
  visibility: visible;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 640px) {
  div#top_nav .nav_cont #nav-main input.navicon:checked ~ ul {
    border-top: 1px solid rgba(223, 223, 222, 0.7);
    border-bottom: 1px solid rgba(223, 223, 222, 0.7);
  }
}

div#top_nav .nav_cont #nav-main input.navicon:checked ~ ul li {
  display: -webkit-box;
  display: flex;
  padding-left: 2em;
  height: 3em;
}

div#top_nav .nav_cont #nav-main input.navicon:checked ~ ul li a {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  height: 3em;
}

div#top_nav .nav_cont #nav-main input.navicon:checked ~ ul li a.active {
  font-weight: 600;
}

.page {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.page .sidebar {
  display: none;
}

.page .txt {
  color: #4A4A4A;
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 1440px;
  -webkit-box-align: stretch;
  align-items: stretch;
  font-weight: 300;
  position: relative;
}

.page .txt.nc {
  pointer-events: none;
}

.page .txt.nc .caption p {
  font-weight: 400;
}

.page .txt .caption {
  display: -webkit-box;
  display: flex;
  min-width: 380px;
  background-color: rgba(223, 223, 222, 0.7);
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 980px) {
  .page .txt .caption {
    display: block;
  }
}

.page .txt .caption p {
  padding-top: 2em;
  font-weight: 300;
}

.page .txt .caption .caption_content {
  min-width: 270px;
  padding-top: 1.5em;
  padding-bottom: 0;
  line-height: 1.3;
}

@media only screen and (max-width: 980px) {
  .page .txt .caption .caption_content {
    padding: 2em;
  }
  .page .txt .caption .caption_content:empty {
    display: none;
  }
}

.page .txt .caption .caption_content.center {
  -ms-grid-row-align: center;
  align-self: center;
  padding: 1.5em 3.4em 0 4em;
}

@media only screen and (max-width: 980px) {
  .page .txt .caption .caption_content.center {
    padding: 2em;
  }
}

.page .txt .caption .caption_content.sml {
  /*
          @include min980{
            padding-top:2em;
          }
          */
}

.page .txt .main {
  -webkit-box-flex: 2.4;
  flex: 2.4;
  padding-left: 4em;
  padding-top: 2em;
  padding-right: 4em;
  padding-bottom: 0.8em;
  /*
      padding-left:50px;
      padding-top:40px;
      */
}

@media only screen and (max-width: 980px) {
  .page .txt .main:empty {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  .page .txt .main {
    padding: 2em;
  }
}

.page.top .txt .main {
  padding-top: 4em;
}

@media only screen and (max-width: 980px) {
  .page.top .txt .main {
    padding-top: 2em;
  }
}

.page.top .txt .caption .caption_content {
  padding-top: 3.5em;
}

@media only screen and (max-width: 980px) {
  .page.top .txt .caption .caption_content {
    padding: 2em;
  }
  .page.top .txt .caption .caption_content:empty {
    display: none;
  }
}

.page.btm_pad .main {
  padding-bottom: 4em;
}

@media only screen and (max-width: 980px) {
  .page.btm_pad .main {
    padding-bottom: 2em;
  }
}

#footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #756DB5;
  width: 100%;
}

#footer .footer_body {
  box-sizing: border-box;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: auto;
  text-align: left;
  flex-wrap: wrap;
  padding: 2em 4em;
}

#footer .footer_body a {
  display: inline-block;
  padding: 2px;
  text-decoration: none;
  color: #FFFFFF;
}

@media only screen and (max-width: 980px) {
  #footer .footer_body {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

#footer .footer_body div.footer_contact {
  min-width: 250px;
  padding-top: 2em;
}

#footer .footer_body div.footer_contact p {
  font-weight: 400;
  padding: 5px;
}

#footer .footer_body div.footer_strok {
  min-width: 280px;
  line-height: 1.5;
  padding-top: 2em;
}

#footer .footer_body div.footer_strok p {
  padding: 4px;
}

#footer .footer_body div.footer_links {
  padding-top: 2em;
  min-width: 280px;
}

#footer .footer_body div.footer_links ul li {
  text-indent: -0.7em;
}

#footer .footer_body div.footer_links p {
  padding: 4px;
}

#footer .footer_body div.footer_social {
  padding-top: 2em;
  max-width: 50px;
}

@media only screen and (max-width: 760px) {
  #footer .footer_body {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 0;
  }
  #footer .footer_body div {
    /*
          &.footer_contact{
            flex: 0 1 auto;
          }
          &.footer_strok{
            flex: 0 1 auto;
            line-height: 1.5;
          }
          &.footer_links{
            flex: 0 1 auto;
          }
          &.footer_social{
            flex: 0 1 auto;
          }
          */
    padding: 2em;
  }
}

@media only screen and (max-width: 400px) {
  #footer .footer_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0;
  }
  #footer .footer_body div {
    padding: 2em;
  }
}

#copyright {
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgba(223, 223, 222, 0.7);
}

#copyright .txt {
  padding: 4em;
  color: #4A4A4A;
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 1440px;
  font-weight: 300;
  position: relative;
}

@media only screen and (max-width: 760px) {
  #copyright .txt {
    padding: 2em;
  }
}

.slider {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

.slider .sliderPage {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .slider .sliderPage {
    bottom: 40px;
  }
}

@media only screen and (max-width: 560px) {
  .slider .sliderPage {
    bottom: 20px;
  }
}

.slider .sliderPage li {
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 50%;
  display: inline-block;
  margin: .2em;
  border: 1px solid white;
  background-color: transparent;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.slider .sliderPage li.active {
  background-color: #756DB5;
}

.slider .sliderPage li:before {
  content: "";
  padding: 0;
  width: 0;
  height: 0;
}

.slider.bg {
  left: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
}

@media only screen and (max-width: 980px) {
  .slider.bg {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
  }
}

.slider .slide {
  width: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.slider .slide.showshow {
  opacity: 1;
}

.slider .slide .slide_img img {
  pointer-events: none;
}

#pikaboo_theme {
  width: 100%;
  overflow-x: hidden;
  padding-top: 90px;
  /*
    @include max980{
      .section{
        display: flex;
        flex-direction: column;
        .page{
          display: flex;
          flex-direction: column;
          .txt{
            display: flex;
            flex-direction: column;
            height:auto;
            .caption{
                .caption_content{
                   &:empty{
                      display: none;
                    }
                }
            }
            .main{

              /*
              padding:0;
              padding-bottom:2em;
              margin:.1px;
              * /
            }
          }
        }
        &:first-child{
          .page{
            flex-direction: column-reverse;
            .txt{
              .caption{
                display: block;
                .caption_content{
                    &:empty{
                      display:none;
                    }
                }
              }
            }
          }
        }

      }
    }*/
}

@media only screen and (max-width: 980px) {
  #pikaboo_theme .section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media only screen and (max-width: 980px) {
  #pikaboo_theme .section .page {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media only screen and (max-width: 980px) {
  #pikaboo_theme .section .page .txt {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
  }
}

#pikaboo_theme .section .page .txt .caption .caption_content {
  /*
              @include max980 {
                &:empty {
                  display: none;
                }
              }
              */
}

@media only screen and (max-width: 980px) {
  #pikaboo_theme .section .page .txt .caption .caption_content {
    padding: 0;
  }
}

@media only screen and (max-width: 980px) {
  #pikaboo_theme .section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #pikaboo_theme .section .caption {
    padding: 2em;
  }
  #pikaboo_theme .section .page {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #pikaboo_theme .section .page .txt {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  #pikaboo_theme .section .page .txt .main {
    padding: 2em;
    padding-bottom: 0em;
  }
  #pikaboo_theme .section .page.mpad .txt .main {
    padding-bottom: 2em;
  }
  #pikaboo_theme .section:first-child .page {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  #pikaboo_theme .section:first-child .page .txt .caption {
    display: block;
    min-width: 0;
    width: 100%;
  }
  #pikaboo_theme .section:first-child .page .txt .caption .caption_content {
    min-width: 0;
    width: 100%;
  }
  #pikaboo_theme .section:first-child .page .txt .caption .caption_content:empty {
    padding: 0;
  }
}

@media only screen and (max-width: 980px) {
  #o-pikaboo .page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

#o-pikaboo .page .slide_img {
  position: relative;
}

@media only screen and (max-width: 980px) {
  #o-pikaboo .page .slide_img:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7em;
    /* background: green; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,282828+100&0+0,0.65+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(40, 40, 40, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(40, 40, 40, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6282828',GradientType=0 );
    /* IE6-9 */
  }
}

#o-pikaboo .page .slide_img img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 980px) {
  #o-pikaboo .page .slide_img .txt {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#o-pikaboo .page .slide_img .main:after {
  content: "";
  display: inline-block;
  position: absolute;
  /* left: 0; */
  bottom: 0;
  width: 100%;
  height: 7em;
  /* background: green; */
  margin-left: -4em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,282828+100&0+0,0.65+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(40, 40, 40, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(40, 40, 40, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6282828',GradientType=0 );
  /* IE6-9 */
}

@media only screen and (max-width: 980px) {
  #o-pikaboo .page .slide_img .main {
    display: none;
  }
}

#o-pikaboo .page > .txt.accord {
  overflow: hidden;
  height: 12em;
  margin-top: -13em;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media only screen and (max-width: 980px) {
  #o-pikaboo .page > .txt.accord {
    height: 9em;
    margin-top: -9em;
  }
}

@media only screen and (max-width: 560px) {
  #o-pikaboo .page > .txt.accord {
    height: 6em;
    margin-top: -6em;
  }
}

#o-pikaboo .page > .txt.accord .caption {
  background-color: transparent;
}

@media only screen and (max-width: 980px) {
  #o-pikaboo .page > .txt.accord .caption {
    display: none;
  }
}

#o-pikaboo .page > .txt.accord.open {
  margin-top: 0px;
  height: auto;
}

#o-pikaboo .page > .txt.accord.open .caption {
  background-color: rgba(223, 223, 222, 0.7);
}

#o-pikaboo .page > .txt.accord.open .main {
  padding-bottom: 4em;
  border-bottom: 1px solid #f1f1f1;
  background-color: transparent;
}

#o-pikaboo .page > .txt.accord.open .main:after {
  -webkit-transition: all 2s;
  transition: all 2s;
  font-family: "fontello";
  content: "\e801";
  display: inline-block;
  position: absolute;
  left: 0;
  /* top: 3em; */
  cursor: pointer;
  /* left: 0; */
  bottom: 1.2em;
  margin: auto;
  text-align: center;
  right: 0;
  font-size: 1.8em;
  color: #A8A9AD;
}

@media only screen and (max-width: 560px) {
  #o-pikaboo .page > .txt.accord.open .main:after {
    font-size: 1.2em;
  }
}

#o-pikaboo .page > .txt.accord .main {
  display: -webkit-box;
  display: flex;
  margin: auto;
  position: relative;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media only screen and (max-width: 980px) {
  #o-pikaboo .page > .txt.accord .main {
    display: block;
  }
}

@media only screen and (max-width: 980px) {
  #o-pikaboo .page > .txt.accord .main {
    margin: initial;
  }
}

#o-pikaboo .page > .txt.accord .main p {
  font-weight: 300;
}

#o-pikaboo .page > .txt.accord .main p span {
  font-weight: 300 !important;
}

#o-pikaboo .page > .txt.accord .short {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding-left: 5px;
  padding-right: 1px;
  max-width: 540px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 22px;
  font-size: 1.375rem;
}

#o-pikaboo .page > .txt.accord .short:before {
  color: white;
  font-family: fontello;
  content: "\e800";
  display: inline-block;
  position: absolute;
  left: 48%;
  top: 1.8em;
  cursor: pointer;
  font-size: 1.2em;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  #o-pikaboo .page > .txt.accord .short:before {
    top: 1.6em;
  }
}

@media only screen and (max-width: 560px) {
  #o-pikaboo .page > .txt.accord .short {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

#kontakt .contact_datas {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#kontakt .contact_datas .contact_data {
  padding-bottom: 3em;
}

@media only screen and (max-width: 980px) {
  #kontakt .contact_datas .contact_data {
    padding-bottom: 2em;
  }
}

#kontakt .contact_datas .contact_data .page .txt .main p, #kontakt .contact_datas .contact_data .page .txt .main h3 {
  padding-left: 0;
  padding-right: 0;
}

#kontakt .contact_datas .contact_data strong {
  font-size: 22px;
}

#kontakt .contact_map {
  display: block;
}

#kontakt .contact_map img {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  width: 90%;
  max-width: 750px;
  margin-bottom: 64px;
}

#kontakt .contact_map iframe {
  display: -webkit-box;
  display: flex;
  width: 90%;
  max-width: 750px;
  margin-bottom: 64px;
}

/*# sourceMappingURL=app.css.map */
