@import url("https://fonts.googleapis.com/css?family=Lato:400,900&subset=latin-ext");
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-size: 100%;
  font: inherit;
  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; }

body {
  line-height: 1; }

ol, li, ul {
  list-style: none;
  text-decoration: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Lato', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #39363D; }

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #47434C;
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 5%;
  height: 20vh; }
  @media only screen and (max-width: 812px) and (orientation: landscape) {
    header {
      padding: 0; } }
  header .menu-button {
    position: absolute;
    right: 2vh;
    top: 3vh; }
  header .container_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media only screen and (max-width: 812px) and (orientation: landscape) {
      header .container_title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 0 5%; } }
    header .container_title .title {
      height: 50%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (max-width: 812px) and (orientation: landscape) {
        header .container_title .title {
          width: auto; } }
      header .container_title .title h1 {
        text-transform: uppercase;
        font-size: 2.2rem;
        font-weight: 700; }
      header .container_title .title p {
        color: #FF5400;
        line-height: 10px; }
    header .container_title .container_kontakt {
      height: 50%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding: 10px 0 1% 0; }
      @media only screen and (min-width: 768px) {
        header .container_title .container_kontakt {
          height: 40%; } }
      @media only screen and (max-width: 812px) and (orientation: landscape) {
        header .container_title .container_kontakt {
          height: 100%;
          width: auto;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding-left: 5%; } }
      header .container_title .container_kontakt .telefon,
      header .container_title .container_kontakt .email {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header .container_title .container_kontakt .telefon p,
        header .container_title .container_kontakt .email p {
          font-size: 1rem;
          color: #FFFFFF;
          text-decoration: none; }
          @media only screen and (max-width: 812px) and (orientation: landscape) {
            header .container_title .container_kontakt .telefon p,
            header .container_title .container_kontakt .email p {
              font-size: .9rem; } }
        header .container_title .container_kontakt .telefon i,
        header .container_title .container_kontakt .email i {
          font-size: 1.8rem;
          margin-right: 16px;
          color: #FF5400; }
      header .container_title .container_kontakt .email i {
        font-size: 1.2rem; }
  header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center; }
    header .logo div:last-child {
      display: flex;
      flex-direction: column; }
    @media only screen and (min-width: 768px) {
      header .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (max-width: 812px) and (orientation: landscape) {
      header .logo {
        flex-direction: row; } }
    header .logo a {
      color: #FFFFFF;
      font-size: .7rem; }
      @media only screen and (min-width: 768px) {
        header .logo a {
          font-size: 1rem; } }
    header .logo i {
      font-size: 2rem;
      transition: .5s; }
      header .logo i:hover {
        color: #FF5400; }
      @media only screen and (min-width: 768px) {
        header .logo i {
          font-size: 3rem; } }
    header .logo .language {
      cursor: pointer; }
      @media only screen and (max-width: 812px) and (orientation: landscape) {
        header .logo .language {
          order: 1;
          padding: 0 25px; } }
  header .nadPasek {
    position: absolute;
    top: calc(50% - 22px);
    right: -100%;
    width: 200px;
    height: 42px;
    transition: 2s; }
    header .nadPasek .pasek {
      background-color: #FF5400;
      width: 100%;
      height: 100%;
      border: 1px solid #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      header .nadPasek .pasek img {
        cursor: pointer;
        max-width: 100%;
        padding: 0 2%; }
  header .right {
    right: 0; }
    @media only screen and (max-width: 812px) and (orientation: landscape) {
      header .right {
        right: 60px; } }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #FF5400;
  padding: 2%;
  margin: 3%;
  background-color: #39363D; }
  .container .foto {
    width: 100%; }
  .container .foto img {
    max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .container .bgc {
    width: 100%;
    background-color: #47434C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5%; }
  .container h1 {
    font-size: 2rem;
    font-weight: 400;
    color: #FF5400;
    padding-bottom: 3%;
    width: 100%; }
  .container p {
    color: #FFFFFF;
    line-height: 1.4rem;
    font-size: 1.2rem;
    width: 100%; }

.container1 {
  margin-top: calc(20vh + 2%); }

/*# sourceMappingURL=style_diana_trans.css.map */
