html, body, div, span,
h1, h2, h3, h4, h5, h6, q, blockquote,
a, p, u, em, i, b, strong, img,
ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, footer, header, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  line-height: 1; }

body {
  font-family: "Muli", sans-serif;
  font-size: 13px;
  width: 100%;
  height: 100vh;
  background: black;
  color: #ffff80; }
  @media (min-width: 650px) {
    body {
      font-size: 15px; } }

* {
  box-sizing: border-box;
  font-family: "Muli", sans-serif; }

strong {
  font-weight: bold; }

a {
  text-decoration: none; }

h1 {
  font-size: 4.5vw;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 2vw;
  text-shadow: 1px 1px 2px #183157; }
  @media (min-width: 650px) {
    h1 {
      font-size: 2.5vw; } }
  @media (min-width: 1000px) {
    h1 {
      font-size: 25px; } }

h2 {
  font-size: 17px;
  padding-top: 8px;
  padding-bottom: 8px; }

h3 {
  font-size: 15px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 8px; }

h4 {
  text-decoration: underline;
  font-size: 17px; }

h5 {
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 4px; }

.red {
  color: red; }

header .logo {
  width: 25%;
  height: 25vw;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center; }
  header .logo img {
    width: 24vw; }
    @media (min-width: 650px) {
      header .logo img {
        width: 12vw; } }
  @media (min-width: 650px) {
    header .logo {
      width: 15vw;
      height: 30vh;
      position: fixed;
      left: 10vw;
      top: 0vh;
      align-items: flex-end; } }
header .copyright {
  width: 100%;
  height: 3vw;
  font-size: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px; }
  header .copyright a {
    color: #ffff80;
    text-decoration: none;
    font-size: 2vw; }
    @media (min-width: 650px) {
      header .copyright a {
        font-size: 10px; } }
  @media (min-width: 650px) {
    header .copyright {
      height: 3vh;
      width: 65vw;
      border-left: 5px solid #ffff80;
      border-right: 5px solid #ffff80;
      border-top: 5px solid #ffff80;
      border-radius: 5px 5px 0px 0px;
      position: absolute;
      left: 25vw;
      top: 0vh;
      font-size: 10px; } }
header .name {
  width: 75%;
  height: 25vw;
  display: flex;
  position: absolute;
  left: 25%;
  top: 3vw;
  justify-content: center;
  align-items: flex-end;
  background-color: #ffff80;
  background-image: url("../img/intro.jpg");
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  color: #ff5a00;
  font-size: 2vw;
  padding-bottom: 4vw;
  text-shadow: 2px 2px 2px #9bacc6; }
  @media (min-width: 650px) {
    header .name {
      width: 65vw;
      height: 15vh;
      border-left: 5px solid #ffff80;
      border-right: 5px solid #ffff80;
      font-weight: bold;
      position: absolute;
      left: 25vw;
      top: 3vh;
      font-size: 2vw;
      padding-bottom: 10px;
      background-position: center; } }

nav {
  width: 100%;
  height: 4vh;
  background: #ffff80;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #ff5a00;
  text-shadow: 1px 1px 1px #183157;
  font-size: 3vw;
  font-weight: bold; }
  @media (min-width: 650px) {
    nav {
      font-size: 1.8vw; } }
  @media (min-width: 1000px) {
    nav {
      font-size: 23px; } }
  nav .navigace {
    width: 15vw;
    height: auto;
    background: linear-gradient(to bottom, rgba(255, 90, 0, 0) 0%, rgba(255, 90, 0, 0.4) 100%);
    border: 0px solid #9bacc6;
    color: black;
    box-shadow: 1px 1px 1px rgba(255, 90, 0, 0.4);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0);
    border-radius: 3px;
    font-size: 2vw;
    font-weight: width;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 650px) {
      nav .navigace {
        width: 9vw;
        height: auto;
        font-weight: normal;
        font-size: 1.2vw; } }
  nav .activeNav {
    width: 15vw;
    height: auto;
    background: linear-gradient(to bottom, rgba(255, 90, 0, 0) 0%, rgba(255, 90, 0, 0.4) 100%);
    border: 0px solid #9bacc6;
    color: #ff5a00;
    box-shadow: 1px 1px 1px #ff5a00;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0);
    border-radius: 3px;
    font-size: 2vw;
    font-weight: bold;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 650px) {
      nav .activeNav {
        width: 9vw;
        height: auto;
        font-size: 1.2vw; } }
  @media (min-width: 650px) {
    nav {
      width: 65vw;
      height: 5vh;
      position: absolute;
      left: 25vw;
      top: 18vh; } }

aside {
  width: 100%;
  height: 4vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, rgba(155, 172, 198, 0) 0%, rgba(155, 172, 198, 0.6) 100%); }
  aside .asd {
    background: rgba(255, 255, 255, 0);
    color: #ffff80;
    font-size: 2.2vw;
    width: 24.5vw;
    height: 4vh;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 650px) {
      aside .asd {
        font-size: 1.1vw;
        background: linear-gradient(135deg, rgba(155, 172, 198, 0) 0%, rgba(155, 172, 198, 0.5) 100%);
        box-shadow: 1px 1px 1px #ffff80;
        border: 0px solid #ffff80;
        width: 13vw;
        padding: 2px;
        height: 30px;
        border-radius: 1px 50px;
        margin-top: 5vh;
        margin-left: 1vw; } }
  aside .activeAsd {
    background: rgba(255, 255, 255, 0);
    color: #ff5a00;
    font-size: 2.2vw;
    width: 25vw;
    height: 4vh;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 650px) {
      aside .activeAsd {
        font-size: 1.1vw;
        background: linear-gradient(135deg, rgba(155, 172, 198, 0) 0%, rgba(155, 172, 198, 0.5) 100%);
        box-shadow: 1px 1px 1px #ff5a00;
        width: 13vw;
        padding: 2px;
        height: 30px;
        border-radius: 1px 50px;
        margin-top: 5vh;
        margin-left: 1vw; } }
  @media (min-width: 650px) {
    aside {
      width: 15vw;
      height: 40vh;
      position: fixed;
      left: 10vw;
      top: 30vh;
      display: inline;
      background: black; } }

.payCard {
  width: 0px;
  height: 0px; }
  @media (min-width: 650px) {
    .payCard {
      width: 15vw;
      height: 30vh;
      position: fixed;
      left: 10vw;
      top: 70vh;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap; } }
  .payCard img {
    height: 0px; }
    @media (min-width: 650px) {
      .payCard img {
        height: 25vh; } }

.vl {
  border-left: 1px solid rgba(155, 172, 198, 0.2);
  height: 4vh; }
  @media (min-width: 650px) {
    .vl {
      border-left: 0px solid rgba(155, 172, 198, 0.2); } }

section {
  width: 100%;
  height: auto;
  background: #9bacc6;
  color: black; }
  section article {
    padding-top: 1vh;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
    min-height: 60vh; }
  section .partneri {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.3);
    font-size: 1.9vw; }
    @media (min-width: 650px) {
      section .partneri {
        font-size: 1.3vw; } }
    @media (min-width: 1000px) {
      section .partneri {
        font-size: 16px; } }
    section .partneri img {
      width: 17vw;
      padding-left: 1vw;
      padding-right: 1vw; }
      @media (min-width: 650px) {
        section .partneri img {
          width: 12vw;
          padding-bottom: 1vh; } }
      @media (min-width: 1000px) {
        section .partneri img {
          width: 170px;
          padding-left: 2vw;
          padding-right: 2vw; } }
  section a {
    color: #183157;
    text-decoration: underline; }
  @media (min-width: 650px) {
    section {
      width: 65vw;
      height: auto;
      border-right: 5px solid #ffff80;
      border-left: 5px solid #ffff80;
      border-radius: 0px 0px 5px 5px;
      position: absolute;
      float: left;
      left: 25vw;
      top: 23vh; } }
  section .tlacidlakotle ul {
    list-style-type: none;
    overflow: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
  section .tlacidlakotle li {
    float: left;
    width: 20%;
    min-width: 200px;
    margin-bottom: 8px;
    padding: 10px;
    text-align: center;
    border: 1px solid #546BAF;
    font-size: 14px;
    text-transform: none;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    color: #000000;
    border-radius: 3px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%); }
  section .cenakotle {
    font-size: 17px;
    font-style: italic;
    text-shadow: 0px 0px 3px #ff5a00; }
  section .cenakotledph {
    font-size: 11px;
    font-style: italic; }
  section .danfoss ul {
    list-style-type: disc;
    padding-left: 30px; }
  section .servis ul {
    list-style-type: circle;
    padding-left: 30px; }
  section .servis ol {
    list-style-type: decimal;
    padding-left: 30px; }
  section .reklamace ol {
    list-style-type: lower-alpha;
    padding-left: 30px; }
  .gdpr ol {
    padding-left: 30px; }

footer {
  width: 100%;
  height: 4vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffff80;
  color: black;
  font-size: 2vw;
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 650px) {
    footer {
      width: 100%;
      height: 5vh;
      position: relative;
      border-radius: 0px 0px 5px 5px;
      left: 0px;
      bottom: 0px;
      font-size: 0.7vw; } }

/*# sourceMappingURL=style.css.map */
