/*
Theme Name: VF-dlazby-KAMENSTAV
Author: David "Dave_CZ" Červinka
Version: 1.0
Author URI: http://www.free-host.cz
*/

@font-face 
{
  font-family: "CenturyGothic";
  src: url('fonts/CenturyGothic.eot');
  src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
       url('fonts/CenturyGothic.woff') format('woff'),
       url('fonts/CenturyGothic.ttf') format('truetype'),
       url('fonts/CenturyGothic.svg#TOMMYHILFIGERAF') format('svg');   
}

body
{
  line-height: 1;
  background: #fefefe;
  font-family: "CenturyGothic", Calibri, Arial, Helvetica, sans-serif;	
  font-size: medium;
  color: #141515;
  margin: 0px;
  padding: 0px;   
  overflow: auto;   
}

#cookies
{
  display: inline-block;
  position: fixed; 
  background: #fefefe;
  width: 100%;
  text-align: center;
  top: -150px;
  transition: top .3s;
  z-index: 102;
}

#cookies.show
{
  top: 0px;
}

#cookies.hide
{
  top: -150px;
}

#cookies #cookies-container
{
  color: #a0a0a0;
  display: inline-block;
  padding: 15px;
  font-size: 80%;
  line-height: 2;
}

#cookies #cookies-container a
{
  font-weight: normal;
  text-decoration: underline;
  color: #a0a0a0;
}

#cookies #cookies-container div
{
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  margin-top: 0px;
}

#cookies #cookies-container div span
{
  padding: 5px 20px 5px 20px;
  background: #808080;
  color: #d0d0d0;
  border-radius: 5px;
}

#cookies #cookies-container div span:hover
{
  cursor: pointer;
  color: #f0f0f0;
  background: #707070;
}

/********Formuláře**********/
form
{
  display: block;
  width: 100%;
  max-width: 560px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

form div
{
  display: block;
  text-align: center;
}

form div#headspin
{
  text-align: left;
  font-size: 80%;
  color: #818181;
  margin-bottom: 12px;
}

input, textarea, select
{
  width: 98%;
  max-width: 560px;
  display: block;
  margin-bottom: 12px;
  height: 35px;
  padding: 3px;
  color: #141515; 
  border: 1px solid #ddd;
  font-size: 110%;
  padding-right: 3px;
  box-shadow:inset 0 1px 2px rgba(0,0,0,0.18);
}

textarea
{
  height: 150px;
}

input.button, button
{
  display: inline-block;
  width: 120px;
  background-color: #9D8048;
  color: #fefefe;
  border: 0px;
  height: 35px;
  color: #141515;
  transition: background-color .3s linear;
  font-weight: bold;
}

input.button:hover, button:hover
{
  background-color: #BF9D58;
  cursor: pointer;
}

#korunka.show
{
  position: fixed;
  background-color: #111;
  opacity: 0.8;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 100;
  top: 0px;
  left: 0px;
}

#pozadi.show
{
  position: fixed;
  display: block;
  height: 0px;
  width: 100%;
  z-index: 101;
  top: 30%;
  left: 0px;
  overflow: visible;
}

#korunka.hide, #pozadi.hide 
{
  display: none;
}

#telo
{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*top: 30%;*/
  margin-bottom: 200px;
  width: 400px;
  height: 200px;
  background-color: rgba(254, 254, 254, 1);
  border-radius: 15px;
}

#telo #closewin
{
  display: block;
  width: 20px;
  height: 20px;
  background: url('./images/exit.png');
  background-size: contain;
  opacity: 0.7;
  float: right;
  position: relative;
  right: 20px;
  top: 10px;
}

#telo #closewin:hover
{
  opacity: 1;
  transition: opacity .3s;
  cursor: pointer;  
}

#telo #msg
{
  position: relative;
  opacity: 1;
  display: block;
  height: 130px;
  top: 85px;
  text-align: center;
  width: 100%;
  font-size: 115%;
  font-weight: bold;
}

#header
{
  width: 100%;
  min-width: 325px;
  display: inline-block; 
  border-bottom: 1px solid #ccc;  
  position: fixed;
  top: 0px;
  z-index: 99;
  transition: top .2s ease-in-out;
  background-color: #fefefe;
  text-align: center;
}

#header #header-container
{
  width: 100%;
  min-width: 325px;
  max-width: 1400px;  
  display: inline-block;
}

#header #header-container #logo
{ 
  position: relative;  
  max-width: 300px;
  display: inline-block;
  padding-top: 10px;
  vertical-align: middle;
  padding-bottom: 10px;
  left: 20px;
}

#header #header-container #logo img
{
  width: 100%;
}

#access
{     
  text-align: right;  
  float: right;
  padding: 30px 22px 22px 22px;
  width: 70%;
}

#access ul.nav-menu
{
  list-style: none;
}

#access .nav-menu li
{
  display: inline-block; 
  padding-right: 25px;
  line-height: 1.5;
}                   

#access .nav-menu li a
{
  color: #555;  
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}  

#access .nav-menu li a:hover
{
  color: #9D8048;
}

#access .nav-menu li.current-menu-item a
{
  color: #9D8048;
}

#access .toolMenu #mobileNav, #access .toolMenuShow #mobileNav
{
  display: none;
}

#wrapp
{
  margin-left: auto;
  margin-right: auto;  
  z-index: 9; 
  margin-top: 93px; 
  max-width: 1400px;  
}

#main
{
  display: inline-block;  
  width: 100%;
}

#main a
{
  font-weight: bold;
  color: #9D8048;
  transition: all .3s ease-in-out;
}

#main a:hover
{
  text-decoration: none;
  color: #333;
}

#post-maintenance
{
  top: 120px;
  position: relative;
  text-align: center;
}

#main #container #content
{
  display: block;
  width: auto;    
}

#content .row
{
  display: block;
  height: 500px;
}

#content .wtr_cont
{
  display: inline-block;
  position: relative;
  margin-top: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 444px;
  min-height: 244px;
  width: 100%;
  font-weight: bold;
}

#content .wtr_cont .overflow
{
  position: relative;
  width: 100%;
  max-height: 444px;
  min-height: 244px;
  background-color: rgba(255,255,255,0.8);
  opacity: 1; 
  text-align: center;
}

#content .wtr_cont .wtr_container
{
  font-family: Calibri;
  font-size: 20px;
  color: #777;
  max-width: 640px;
  width: 100%;
  display: inline-block;
  margin-top: 80px;
  padding-top: 5%;
  transform: translateY(-5%);
  line-height: 2;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

#content .wtr_cont .wtr_container #click_to_show
{  
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #9D8048;
  line-height: 1;
  transition: background-color .3s linear;
  margin-top: 20px;
}

#content .wtr_cont .wtr_container #click_to_show a
{
  display: block;
  font-size: 15pt;
  color: #141515;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

#content .wtr_cont .wtr_container #click_to_show:hover
{
  background-color: #BF9D58;
}

div.page,
div.post
{
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
}

.entry-content
{
  margin-bottom: 40px;
}

.front-page .entry-content,
.sortiment .entry-content
{
  margin-bottom: 0px;
}

.entry-content .block
{
  display: inline-block;
  max-width: 400px;
}

div.post .entry-content p,
div.front-page .entry-content p,
div.sortiment .entry-content p
{
  display: block;
  max-width: 400px;
  width: 100%;
}

.entry-content img.alignleft
{
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.entry-content img.alignright
{
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

.entry-content img.aligncenter
{
  float: none;
  margin-bottom: 10px;
}

.entry-content img
{
  max-width: 100%;
}

div.notfound
{
  text-align: center;
}

div.post h1
{
  position: relative;
  top: -480px;
  color: #fefefe; 
  font-size: 40px;
  text-shadow: 0px 0px 20px black;
}

div.post-438 h1,
div.post-449 h1
{
  text-align: center;
}

div.post h1.entry-title-404
{
  top: 0;
  color: #141515;
  text-shadow: 0 0 0;
}

div.attachment-thumbnail
{
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center !important;
  margin-bottom: 80px;
  overflow: hidden;
}

.overflow
{
  position: relative;
  top: 0px;
  width: 100%;
  height: 500px;
  background: black;
  opacity: 0.1;
}

.attachment-thumbnail .icon
{
  position: relative;
  top: -480px;
}

.slider-product
{
  display: inline-block !important;
  width: 100%;
  max-width: 620px;
  overflow: hidden;
  max-height: 350px; 
  float: right;
}

.slider-product img
{
  width: 620px;
}

.slider-product .slick-list
{
  max-height: 350px;
}

div.archive-attachment-thumbnail
{
  width: 100%;
  height: 250px;
  overflow: hidden;
  box-shadow: 2px 3px 10px #999;
}

div.archive-attachment-thumbnail img
{  
  width: 100%;
  max-width: 520px;
  height: auto;
  min-height: 250px;
}

div.archive-attachment-thumbnail a
{
  position: relative;
  display: block;
  height: 250px;
}

div.post.archive
{
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 50%;
  max-width: 520px;
  margin-bottom: 20px;
  vertical-align: top;
  text-align: left;
}

div.post.archive h2.entry-title,
div.post.archive h3.entry-title 
{   
  display: inline-grid;   
  margin: 0;
  position: relative;
  top: 200px;
  left: 70px;
  transition: top .1s ease-in-out;
  z-index: 2;
}

div.post.archive h2.entry-title a,
div.post.archive h3.entry-title a
{
  text-shadow: 0px 0px 20px black;
  font-size: 35px;
  color: #fefefe !important;
  text-decoration: none;
  line-height: 1;
}

div.post.archive h3.entry-title a
{
  font-size: 25px;  
}

div.post.archive h2.entry-title:hover,
div.post.archive:hover h2.entry-title,
div.post.archive h3.entry-title:hover,
div.post.archive:hover h3.entry-title
{
  top: 205px; 
}

div.post.archive h3.entry-title
{
  left: 10px;
}

div.post.archive:hover img
{
  filter: saturate(0.5);
}

#post-nav
{
  width: 100%;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}

#post-nav #post-cont
{
  display: inline-block;
  width: 100%;
  max-width: 1000px;
}

#post-nav .prev-post
{
  float: left;
  width: 50%;
}

#post-nav .next-post
{
  float: right;
  width: 50%;
}

#post-nav .post-nav-thumb a
{
  position: relative;
  bottom: -50%;
  margin-top: -17px;
  color: #fefefe;
  font-size: 35px;
  display: inline-block;
  opacity: 0.8;
  transition: all .2s ease-in-out;
}

#post-nav .post-nav-thumb a:hover
{
  margin-top: -12px;
  opacity: 1;
}

#post-nav .post-nav-thumb:hover
{
  filter: saturate(0.5);
}

#post-nav .cont
{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: left;
}

#post-nav .cont:first-child
{
  text-align: right;
}

#post-nav .cont h3
{
  color: #999;
  display: block;
  font-size: 15px;
}

#post-nav .post-nav-thumb
{
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%; 
  vertical-align: middle; 
}

.taxonomy-description,
.front-page,
.sortiment
{
  display: inline-block;
  width: 60%;
  max-width: 520px !important;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}

.taxonomy-description
{
  padding-left: 20px;
  padding-right: 20px;
}

.service
{
  background-color: rgba(157,128,72,0.1);
  margin-bottom: 100px;
  border-bottom: 4px solid #c3c3c3;
}

.service .service-container img
{
  width: 90%;
  height: 230px;
  display: block;
  margin: 0 auto;
}

.service .service-container
{
  padding: 40px 20px 40px 20px;
  box-sizing: border-box;
}

.service .service-container .services
{
  display: inline-block;
  width: 33.333333%;
  color: #9D8048;
  vertical-align: bottom;
  margin-top: 50px;
  margin-bottom: 0px;
}

.service .service-container .services p
{
  display: block;
  margin: 0 auto;
  position: relative;
  top: -60px;
  max-width: 250px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #9D8048;
  color: #fefefe;
  border: 1px solid #fefefe;
  line-height: 1.2; 
}

.service-img
{
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

.contact 
{
  margin-bottom: 80px;
  line-height: 2;
}

.contact .contact-container
{
  text-align: center;
}

.contact .contact-container p
{
  display: inline-block;
  min-width: 33.33333%;
  width: 300px;
  max-width: 100%;
  vertical-align: top;
  padding: 20px;
  box-sizing: border-box;
}

.contact .contact-container p:nth-child(2n+1)
{
  background-color: rgba(157,128,72,0.1);
}

#archive-body
{
  display: block;
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#archive-container
{
  display: table;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

#archive-container.slick-slider
{
  display: block;
}

#archive-body h1,
#archive-body h2
{
  padding-left: 10px;
  padding-right: 10px;
}

#footer
{
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 30px 0px 0px 0px;
}

#footer a
{
  color: #141515;
  text-decoration: none;
  transition: opacity .1s ease-in-out;
}

#footer #footer-container
{
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  background-color: rgba(157,128,72,1);
  box-shadow: inset 0px 10px 15px -15px black;
}

#footer a:hover
{
  opacity: 0.7;
}

#footer #copy
{
  font-size: 14px;
  color: #fefefe;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
  text-shadow: 1px 1px #000;
}

#footer #copy a
{
  color: #fefefe;
}

a.buttontop-top
{
  display: block;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  bottom: 10px;
  left: 95%;
  margin-left: -55px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgb(255,255,255); 
  color: #141515; 
  z-index: 99;
  transition: visibility .25s, opacity .25s ease-in-out;
  text-align: center;
}

a.buttontop-top:hover
{
  box-shadow: 0px 5px 50px #555;
  opacity: 1 !important;
}

a.buttontop-top i
{
  position: relative;
  padding-top: 17px;
}

.clear
{
  clear: both;
}

/******Carousel*******/
#carousel-example-generic
{
  margin-top: 0px;
  margin-bottom: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.carousel-thumbnail-active
{
  display: block;
  width: 100%;
  height: 500px; 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

.carousel
{
  height: 500px;
  overflow: hidden;
}

.active
{
  width: 100% !important;
}

.slick-prev,
.slick-next
{
  width: 45px !important;
  height: 45px !important;
  z-index: 3;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}

.slick-prev:hover,
.slick-next:hover
{
  opacity: 1;
}

.slick-prev
{
  background-image: url("./images/lightbox/prev.gif") !important;
  background-size: contain;  
}

.slick-next
{
  background-image: url("./images/lightbox/next.gif") !important;
  background-size: contain;  
}

.slider-product .slick-prev,
#archive-container .slick-prev,
#cert-slick .slick-prev
{
  background-image: url("./images/lightbox/prev.png") !important;  
}

.slider-product .slick-next,
#archive-container .slick-next,
#cert-slick .slick-next
{
  background-image: url("./images/lightbox/next.png") !important;    
}

#archive-container .slick-next
{
  right: 15px !important;
}

.slick-prev:before,
.slick-next:before
{
  font-size: 0 !important;
}

.slick-next
{
  right: 0 !important;
}

.slick-prev
{
  left: 0 !important;
}

ul.slick-dots
{
  position: relative;
  top: -60px;
}

.slick-dots li, .slick-dots li button
{
  width: 25px !important;
  height: 25px !important;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1 !important;
}

.slick-dots li button:before
{
  line-height: 25px !important;
  color: white !important;
  font-size: 8px !important;
  opacity: .45 !important;
}

.slick-dots li.slick-active button:before
{
    opacity: 1 !important;
}

.carousel-caption
{
  position: relative;
  top: -540px;  
  background: rgba(0,0,0,0.3); 
  height: 500px;
  width: 100%;
}

.carousel-text
{
  display: inline-block;
  width: 100%;
  padding: 20px 40px 0px 40px;
  box-sizing: border-box;
  text-align: center !important;
}

.carousel-text p
{
  text-align: left !important;
}

.carousel a
{
  color: #fefefe;
}

.carousel-text .icon,
.attachment-thumbnail .icon
{
  display: block;
  width: 85%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-text img,
.attachment-thumbnail img
{
  width: 100%;
}

.carousel-text .logo
{
  display: block;
  width: 80%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-text span
{
  font-family: Seaweed Script;
  position: relative;
  font-size: 30px;
  color: #866930;
  top: -20px;
  text-shadow: 1px 1px 4px #222;
}

/*******gallery********/

.photogallery
{
  display: block;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 40px;
}

.photogallery .gallery-container
{
  display: table;
  margin-left: auto;
  margin-right: auto; 
  overflow: hidden; 
}

.photogallery h2
{
  text-align: left;
  font-size: 28px;
}

.photogallery .product
{  
  display: inline-block;
  max-width: 230px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: center;
  vertical-align: top;
}

.photogallery .product div.product-name
{                     
  color: #141515;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  min-height: 62px;
  top: 0px;
}

.photogallery .product div
{
  position: relative;
  color: #838383;
  text-align: left;
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  padding: 0px; 
  top: -15px;
}

.photogallery .product div.product-price
{
  color: #141515;
  min-height: 30px;
}

.photogallery img
{
  max-width: 230px;
  max-height: 230px;
  margin-top: 0px;
  height: auto;
  width: auto;
}


/*************widgets*************/
.widget-container
{
  display: block;
  margin: 0 auto;
  width: 100%;
}

.widget-container ul.menu
{
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.5;
  margin: 0;
  box-sizing: border-box;
  background-color: rgba(157,128,72,0.8);
  text-shadow: 1px 1px #000;
}

.widget-container .menu li
{
  display: inline-block; 
  padding-right: 10px;
  padding-left: 5px;
  border-right: 2px solid #fefefe;
  box-shadow: 1px 0px #000;
}  

.widget-container .menu li a
{
  font-weight: bold;
  color: #fefefe !important;
} 

.widget-container .menu li:last-child
{
  padding-right: 0px;
  border-right: 0px;
  box-shadow: 0px 0px #000;
}

.widget-container .menu li:first-child
{
  padding-left: 0px;
} 

.widget-container .partners
{
  background-color: transparent;
}

.widget-container #partners-slick
{
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 1020px;
  margin: 0 auto;
}

.widget-container #partners-slick .slick-slide
{
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.widget-container #partners-slick img
{
  height: auto;
  max-width: 150px;
  margin-left: 10px;
  margin-right: 10px;
}  

.widget-container .kontakt
{
  width: 100%;
  text-align: center;
  background-color: rgba(157,128,72,0.1);
} 

.widget-container .kontakt img
{
  margin-right: 20px;
  max-height: 40px;
  vertical-align: middle;
  transform: rotate(345deg);
}   

.widget-container .kontakt .kontakt-container
{
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 80px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
}         

.widget-container .kontakt .kontakt-container .tel
{
  float: left;
}

.widget-container .kontakt .kontakt-container .mail
{
  float: right;
}

.widget-container .kontakt .kontakt-container .mail img
{
  transform: rotate(0);
}

#cert-slick img
{
  min-width: 271px;
}

@media screen and (max-width: 1147px)
{
  #access
  {
    width: 54%;
  }
}

@media screen and (max-width: 1096px)
{
  .photogallery .gallery-container
  {
    max-width: 750px;
  }
  
  .taxonomy-description,
  .front-page,
  .sortiment
  {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  div.post .entry-content p,
  div.front-page .entry-content p,
  div.sortiment .entry-content p
  {
    max-width: 100%;
  }
  
  .entry-content .block
  {
    max-width: 100%;
  }
  
  .slider-product
  {
    float: none;
    max-height: 400px;
    max-width: 100%;
  } 
  
  .slider-product img
  {
    width: 100%;
    height: auto;
  }
  
  .slider-product .slick-list
  {
    max-height: 400px;
  }
  
  div.post .entry-content p
  {
    max-width: 100%;
  }
}

@media screen and (max-width: 1080px)
{    
  #archive-container.slick-slider
  {
    display: block;
    width: 100%;
    max-width: 520px;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  
  #archive-container .slick-next
  {
    right: 0 !important;
  }
}  

@media screen and (max-width: 1045px)
{
  .widget-container #partners-slick
  {
    max-width: 850px;
  }
}  

@media screen and (max-width: 1024px)
{
  #header #header-container #logo
  {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 50%;
    line-height: 102px;
  }
  
  #header #header-container #logo img
  {
    display: inline-block;
    vertical-align: middle;
  }
  
  #access
  {
    padding: 35px;
    max-width: 35px;
  }
  
  #access .toolMenu #mobileNav, #access .toolMenuShow #mobileNav, #access .toolMenuNoScript #mobileNav
  {
    background-image: url("images/header/mobileMenu.svg");
    background-position: center; 
    background-size: 35px;   
    height: 32px; 
    width: 35px;     
    background-repeat: no-repeat;
    float: right;
    margin-right: 0px; 
    margin-top: 0px;
    display: block;
    transition: background 0.3s;    
  }
  
  #access .toolMenuShow #mobileNav
  {
    background-image: url("images/header/mobileMenuExit.svg");    
  }
  
  #access .toolMenuShow #mobileNav:hover
  {
    opacity: 0.9;
  }
  
  #access .toolMenu #mobileNav:hover
  {
    opacity: 0.9;
  }
  
  #access .toolMenu .nav-menu, #access .toolMenuNoScript .nav-menu
  {
    max-height: 0px;
    display: block;
    width: 100%;   
    overflow: hidden;
    /*background-color: #f4f4f4;*/
    background-color: rgba(250,250,250,1);
    margin-top: 67px;
    padding-top: 0px;
    padding-left: 0px;
    position: absolute;
    z-index: 99;
    left: 0px;
    padding-bottom: 0px;
    transition: max-height 0.5s, border-bottom 0.5s;
    border-bottom: 0px solid #888;
  } 
  
  #access .toolMenuShow .nav-menu, #access:hover .toolMenuNoScript .nav-menu 
  {
    display: block;                    
    width: 100%;
    min-width: 325px;     
    max-height: 500px;
    overflow: auto;
    /*background-color: #f4f4f4;*/
    background-color: rgba(250,250,250,1);
    margin-top: 67px;
    padding-top: 0px;
    padding-left: 0px;
    position: absolute;
    z-index: 99;
    left: 0px;
    padding-bottom: 0px;
    transition: max-height 1s;
    border-bottom: 2px solid #ccc;
  }                                
  
  #access .toolMenuShow .nav-menu li, #access .toolMenu .nav-menu li, #access .toolMenuNoScript .nav-menu li 
  {
    display: block;
    width: 100%;
    min-width: 325px; 
    text-align: center;
    padding: 0px; 
  }
  
  #access .toolMenuShow .nav-menu li:first-child, #access .toolMenu .nav-menu li:first-child, #access .toolMenuNoScript .nav-menu li:first-child
  {
    padding-top: 40px;
  }
  
  #access .toolMenuShow .nav-menu li:last-child, #access .toolMenu .nav-menu li:last-child, #access .toolMenuNoScript .nav-menu li:last-child
  {
    padding-bottom: 60px;
  }
  
  #access .toolMenuShow .nav-menu li a, #access .toolMenu .nav-menu li a, #access .toolMenuNoScript .nav-menu li a 
  {
    display: block;
    width: 278px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;      
    border-bottom: 0px solid transparent;
    text-shadow: 0px 0px 0px #444;
    background-color: #ccc;
    border-radius: 12px;
    font-size: 85%;
  }
  
  #access .toolMenuShow .nav-menu li a:hover, #access .toolMenuNoScript .nav-menu li a:hover
  {
    background-color: #eee;
  }
  
  #access .toolMenu .nav-menu li.current-menu-item a, #access .toolMenuShow .nav-menu li.current-menu-item a, #access .toolMenuNoScript .nav-menu li.current-menu-item a
  {
    border-bottom: 0px solid #fefefe;
    background-color: #eee;
  }
} 

@media screen and (max-width: 900px)
{  
  .service .service-container .services
  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    width: 100%;
    max-width: 340px;
  }
}

@media screen and (max-width: 870px)
{
  .widget-container #partners-slick
  {
    max-width: 680px;
  }
}   

@media screen and (max-width: 850px)
{    
  div.post.archive
  {
    width: 100%;
    text-align: left;
  }
  
  #archive-body
  {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 806px)
{
  .photogallery .gallery-container
  {
    max-width: 500px;
  }
}

@media screen and (max-width: 700px)
{
  .widget-container #partners-slick
  {
    max-width: 510px;
  }
}

@media screen and (max-width: 690px)
{
  #post-nav .post-nav-thumb
  {
    height: 100px;
    width: 100px;
  }
}

@media screen and (max-width: 635px)
{
  #post-nav .prev-post,
  #post-nav .next-post 
  {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    width: 80%;
  }
  
  #post-nav .cont
  {
    float: left;
    text-align: right;
  }
  
  #post-nav .post-nav-thumb
  {
    float: none; 
  }
}

@media screen and (max-width: 600px)
{
  .widget-container .kontakt .kontakt-container .tel
  {
    float: none;
  }
  
  .widget-container .kontakt .kontakt-container .mail
  {
    float: none;
  }
}

@media screen and (max-width: 556px)
{
  .photogallery .gallery-container
  {
    max-width: 250px;
  }
}   

@media screen and (max-width: 525px)
{
  .widget-container #partners-slick
  {
    max-width: 340px;
  }
}

@media screen and (max-width: 400px)
{
  div.post.archive h3.entry-title a
  {
    font-size: 15px;  
  }
  
  div.post.archive h2.entry-title a
  {
    font-size: 25px;
  }
  
  div.post.archive h2.entry-title,
  div.post.archive h3.entry-title
  {
    left: 5px;
  }
  
  div.post h1
  {
    font-size: 30px;
  }  
}  

@media screen and (max-height: 530px)
{
  #access .toolMenuShow .nav-menu, #access:hover .toolMenuNoScript .nav-menu 
  {     
    max-height: 200px;
  }
}  