body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #000;
  font-family: 'Comfortaa', Arial, Helvetica;
  font-size: 14px;
  color: #e0e0e0;
  text-align: center;
}

h1 {
  font-size: 300%;
  font-weight: normal;
}

h2 {
  font-size: 150%;
  margin: 30px 5px;
  color: #B1BE2D;
}

h3 {
  font-size: 120%;
}

img {
  max-width: 100%;
  border: none;
}

.clear {
  display: block;
  height: 0px;
  clear: both;	
}

.content {
  display: block;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.8);
}

.footer {
  width: 100%;
  background-color: rgba(0,0,0,0.3);	
  background-color: rgba(50,50,50,0.3);
}

.footer p {
  display: inline-block;
  margin: 30px 50px;
  margin: 30px 8%;
  font-size: 80%;
  color: #d0d0d0;
  color: rgba(255,255,255,0.8);
}

.footer p strong {
  color: #f0f0f0;
  color: rgba(255,255,255,0.95);
}

.logo {
  display: inline-block;
  float: left;
  width: 50%;
  height: 60px;
  margin: 34px 0 20px;
  padding: 0;
  text-decoration: none;
}

.logo img {
  height: 62%;
  max-width: 100%;
}

.logo span, .logo_title span {
  color: #B1BE2D;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 90%;
}

.logo span:first-child {
  visibility: hidden;
}

.logo_title {
  display: block;
  float: none;
  width: 100%;
  margin: 10px 0 40px;
  text-align: center;
}

.logo_title img {
  max-width: 100%;
}
.map {
  width: 100%;
  margin: 30px auto;
  height: 350px;
  outline: 1px solid #000000;
}

.menu {
  display: inline-block;
  float: left;
  width: 50%;
  min-height: 46px;
  margin: 40px 0;
  white-space: nowrap;
}

.menu a, .menu_title a, .sortiment_menu a {
  display: inline-block;
  font-size: 135%;
  font-weight: bold;
  text-decoration: none;
  color: #e0e0e0;
  padding: 10px 2%;
  border-bottom: 2px solid #000000;
  transition: all 0.45s ease-in-out 0s;	
}

.menu a:hover, .menu_title a:hover, .sortiment_menu a:hover {
  color: #ffffff;
  border-bottom: 2px solid #B1BE2D;
}

.menu.menu_title {
  width: 100%;
  min-height: 46px;
  margin: 40px 0;
  text-align: center;
  white-space: nowrap;
}

.sortiment_menu {
  margin: 0 0 20px;
}

.menu .active, .sortiment_menu .active {
  color: #ffffff;
  border-bottom: 2px solid #B1BE2D;
}

.tile {
  display: inline-block;
  margin: 35px 2%;
  width: 500px;
  max-width: 96%;
  min-width: 250px;
  text-align: justify;
  vertical-align: top; 
}

.tile.kontakt {
  margin-top: 0;
  width: auto;	
  width: 98%;
}

.tile.kontakt h2 {
  text-align: center;
}

.tile.kontakt p {
  display: table;
  margin: 0 auto;
}  

.tile.motto em {
  font-size: 118%;
}

/*Slider*/
.slider_image {

}
.slider_text {
  position: absolute;
  width: 600px;
  height: 400px;
  top: 10px;
  left: 10px;
  text-align: left;
  line-height: 1.8em;
  font-size: 12px;
}

@media (max-width: 799px) {
  .logo {
  	width: 100%;
  	margin: 5px 0;
  }
  .menu {
  	width: 100%;
  	margin: 5px 0;
  }
  .menu.menu_title {
  	width: 100%;
  	margin: 40px 0;
  }
}

@media (max-width: 480px) {
  .menu a {
  	display: block;
  }
  .menu.menu_title {
  	margin-top: 0;
  }
}

  
