/*  
Theme Name: Bouda v lese clear theme
Theme URI: https://boudavlese.cz;
Description: Bouda v lese clear theme
Version: 2.2
Author: boudavlese.cz
Author URI: https://boudavlese.cz;
*/
@font-face {
  font-family: m-light;
  src: url(./font/Roboto-Light.ttf); }
@font-face {
  font-family: m-regular;
  src: url(./font/Roboto-Regular.ttf); }
@font-face {
  font-family: m-semibold;
  src: url(./font/Roboto-SemiBold.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/Roboto-Bold.ttf); }
@font-face {
  font-family: m-medium;
  src: url(./font/Roboto-Medium.ttf); }
@font-face {
  font-family: m-italic;
  src: url(./font/Roboto-Italic.ttf); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  font-family: m-regular; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.over_mobile {
  display: none; }

.navbar-toggler {
  display: none; }

header {
  width: 100%;
  z-index: 9999;
  background: white;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%; }
  header #nav {
    padding: 10px 0px;
    height: 100px; }
  header .logo {
    display: block;
    position: relative;
    top: 17px; }
    header .logo img {
      width: 172px; }
  header ul {
    margin: 0;
    padding: 0;
    height: 100px;
    padding-top: 15px; }
    header ul li {
      display: inline-block;
      margin-right: 25px;
      height: 100%;
      position: relative; }
      header ul li:last-of-type {
        margin-right: 0px; }
      header ul li.current-menu-item a {
        font-family: m-light;
        text-decoration: none;
        color: black; }
      header ul li.active a {
        font-family: m-light;
        text-decoration: none;
        color: black;
        text-decoration: underline; }
      header ul li a {
        color: black;
        font-size: 20px;
        height: 100%;
        position: relative;
        transition: all 0.15s;
        font-family: m-light; }
        header ul li a:hover {
          text-decoration: underline;
          color: black; }
  header .navbar {
    padding: 0;
    float: right;
    margin-top: 0;
    padding-top: 0;
    height: 89px; }

.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-l {
  display: flex;
  justify-content: left;
  align-items: center; }

.flex-r {
  display: flex;
  justify-content: right;
  align-items: center; }

#content_style h2 {
  font-family: m-bold;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  color: #024E78; }
#content_style h3 {
  font-family: m-bold;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  color: #024E78; }
#content_style p {
  font-size: 18px; }
#content_style ul li {
  font-size: 18px; }

footer {
  padding: 95px 0px 60px 0px;
  background: #024E78; }
  footer p {
    font-size: 18px;
    margin-bottom: 5px;
    color: white;
    font-family: 'm-light'; }
    footer p strong {
      font-family: m-bold; }
  footer a {
    color: white;
    text-decoration: underline;
    font-size: 18px; }
    footer a:hover {
      color: white; }

@media screen and (max-width: 991px) {
  .head1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .head2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 32px;
    margin-top: 16px;
    margin-right: 5px;
    display: block;
    float: right;
    color: #024E78;
    border: 2px solid #024E78; }

  .over_mobile {
    display: block; }

  #mobile_menu {
    position: absolute;
    top: 100px;
    z-index: 999;
    background: white;
    width: 100%;
    padding: 20px;
    border-top: 2px solid #024E78; }
    #mobile_menu ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none;
      height: auto; }
      #mobile_menu ul li {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px;
        display: block; }
        #mobile_menu ul li.current-menu-item a {
          color: black; }
        #mobile_menu ul li a {
          font-family: m-bold;
          font-size: 16px;
          color: #181E1E;
          height: 100%;
          display: block;
          text-decoration: none; }
      #mobile_menu ul .sub-menu {
        padding-left: 20px; }
        #mobile_menu ul .sub-menu li {
          border-bottom: 0px solid black;
          padding: 10px; }
          #mobile_menu ul .sub-menu li a {
            font-family: m-semibold;
            font-size: 15px;
            color: #181E1E;
            height: 100%;
            display: block; } }

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