@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.page_ambiente-neu span.gallery-anzeigentext {
  display: none;
}
.page_ambiente-neu .gallery-single .gallery-image-list {
  width: 100%;
}
/* Body */
a, a:visited, a:active, a:hover, a:focus {
  border: 0 none;
  text-decoration: none;
}
#header_h1 {
  display: none !important;
}
/* Body */
/* Menü */
#top_de {
  z-index: 1000;
}
/* Menü */
/* Galerie */
.uebersicht_thumb {
  margin: 0 31px;
  position: relative;
}
.auftrags_zeiten {
  top: -20px;
  width: 100%;
  text-align: center;
}
#bigimage_pfeil_links div {
  width: 17px !important;
}
#bigimage_pfeil_rechts div {
  width: 17px !important;
}
/* Galerie */
input.submit_button {
  color: black;
}
.field .input, .field input, .field select {
  display: inline-block;
  width: 130px;
  color: black;
}
textarea#input_nachricht {
  width: 231px;
  height: 180px;
}
h1 {
  font-size: 16px;
  font-weight: bold;
}
.info_button {
  background-image: url(../images/info_button.png);
  background-color: transparent;
  top: -30px;
  bottom: auto;
  left: 0px;
  right: auto;
  width: 150px;
  height: 37px !important;
}
