@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

------------------------------------------------------------- */
/*Corona-Hinweis*/
.hinweis {
  color: white;
  background-color: #d00000;
  padding: 0 15px 25px 15px;
  border: 2px solid red;
  text-align: center;
  font-size: 21px !important;
  margin-top: 40px;
}
.hinweis_co {
  border: 2px solid red;
  padding: 15px;
  text-align: center;
  font-size: 21px !important;
  margin-bottom: 40px;
  background-color: #000;
}
#div_area_bereich_5:hover {
  background-image: url("../images/hover_gelnhausen.png");
}
body, ul, ol, a, a:visited, a:hover {
  font-family: Myriad Pro, Verdana, sans-serif !important;
  font-weight: normal !important;
  font-size: 16px !important;
}
a {
  font-size: 13px !important;
  color: #ffffff !important;
  text-decoration: none;
  -wekit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}
a:hover {
  font-size: 13px !important;
  color: #e2c688 !important;
  text-decoration: none;
  -wekit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}
.mobile h1 {
  line-height: 27px !important;
}
h1 {
  /**background-image: url("../images/headline_bg.png");**/
  background-position: center top;
  background-repeat: repeat;
  color: #DCB965;
  font-size: 18px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: Myriad Pro, Verdana, sans-serif !important;
  font-weight: normal !important;
  margin-bottom: 60px;
}
h2 {
  background-image: url("../images/headline_bg.png");
  background-position: center top;
  background-repeat: repeat;
  color: #DCB965;
  font-size: 15px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: Myriad Pro, Verdana, sans-serif !important;
  font-weight: normal !important;
  margin-bottom: 30px;
}
.mobile h2 {
  margin-bottom: 76px;
}
nav.main_menu {
  text-transform: uppercase;
}
.menu .sub_menu {
  left: -51px;
  width: 190px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #EFD163;
}
.menu {
  white-space: nowrap;
}
.menuitem_damen {
  cursor: pointer;
}
/***Background***************************/
#me {
  background-image: url(../images/hauptseite_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 800px;
  left: 50%;
  margin-left: -925px;
  position: absolute;
  width: 1850px;
  z-index: 5;
}
#me1 {
  background-image: url(../images/triangle_repea.png);
  background-position: center top;
  background-repeat: repeat;
  bottom: 0;
  color: #FFFFFF;
  height: 1500px;
  left: 50%;
  margin-left: 40px;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 10;
}
#me2 {
  background-image: url(../images/triangle_repea.png);
  background-position: center top;
  background-repeat: repeat;
  color: #FFFFFF;
  height: 100%;
  right: 50%;
  margin-right: -40px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
#header_h1 h1 {
  background-image: none !important;
  text-align: center;
  font-size: 18px !important;
  color: #dcb965 !important;
  line-height: 0 !important;
  text-transform: uppercase;
}
#header_h1 {
  margin-left: 14px !important;
}
#content {
  margin-left: 30px;
  margin-top: 50px;
}
#content_area {
  min-height: 500px !important;
}
.big_box {
  margin-top: -13px;
  width: 940px;
}
/***Menü Top***************************/
#bereich_3_de a {
  font-size: 14px !important;
}
#bereich_3_de a:hover {
  font-size: 14px !important;
}
#bereich_3_de a, #bottom a {
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #000000 !important;
  -wekit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#bereich_3_de a:hover, #bottom a:hover {
  color: #DCB965 !important;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px #FFFFFF !important;
  -wekit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#menu_front {
  float: left;
  margin-left: -7px;
  width: 751px;
}
#menu_back {
  float: left;
  margin-left: 70px;
  width: 160px;
}
.horizontal_menu {
  padding-left: 12px;
}
.galerie_headline {
  background-image: url("../images/headline_bg.png");
  background-position: center top;
  background-repeat: repeat;
  color: #DCB965;
  font-size: 18px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: Myriad Pro, Verdana, sans-serif !important;
  font-weight: normal !important;
}
.desktop li.menuitem.menuitem_damen .text {
  font-size: 20px !important;
  color: #D8C882;
}
.desktop li.menuitem.menuitem_damen:hover .text {
  color: #fff !important;
}
/***Preise***************************/
#preise_table {
  border: 1px solid #DEC068;
}
tr {
  background-color: #311415;
}
td {
  padding: 5px;
  width: 225px;
  background-color: #330c0d;
}
tr:hover td {
  background: #68383a !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.td_width {
  width: 250px;
  text-align: right;
  padding: 5px;
  background-color: #311415;
}
/***Galerien***************************/
.starter-list {
  text-align: center;
}
.starter-list-item {
  display: inline-block;
  background-color: #311415;
  border: 1px solid #dcb965;
  margin: 15px 0;
}
.starter-list-item:hover {
  background-color: #dcb957;
  color: #311415;
  -webkit-filter: drop-shadow(1px 15px 14px #130b05);
  -moz-filter: drop-shadow(1px 15px 14px #130b05);
  filter: drop-shadow(1px 15px 14px #130b05);
}
.starter-list-item .list-thumb .link-external {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(29, 12, 11, 0.66);
  transition: all 0.3s linear;
  text-align: center;
  z-index: 1010;
}
.list-website-name {
  display: inline-block;
  padding-bottom: 0.5em;
}
.starter-list-item .list-thumb .link-external .inner {
  color: #dcb957 !important;
  white-space: normal;
}
.auftrags-lage {
  display: none !important;
}
.auftrags-zeiten {
  display: inline !important;
  font-size: 14px;
}
.list-line-top, .list-line-bottom {
  position: relative;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px rgba(0, 0, 0, 0);
  height: 1px;
  clear: left;
  padding: 2px;
}
.list-thumb {
  float: left;
  position: relative;
  margin: 0px;
  height: 145px;
  width: 145px;
  background-color: #333;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
  z-index: 10;
}
.list-thumb::before {
  content: none !important;
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.thumb-view .list-item {
  display: inline-block;
  width: 147px;
  margin: 0 20px 21px;
  padding-bottom: 0em;
  background-color: #311415;
  border: 1px solid #dcb965;
}
.thumb_container {
  width: 940px !important;
}
.uebersicht_thumb {
  margin-top: 20px !important;
  margin-left: 30px !important;
  border: 1px solid #DEC068;
  box-shadow: 0 0 20px #000000;
  background-color: #311415 !important;
  padding-bottom: 6px;
}
#bigimage {
  border: 1px solid #DEC068;
  box-shadow: 0 0 30px #000000;
  max-width: 616px;
}
.bigimage_table, .bigimage_table tr, .bigimage_td {
  background-color: transparent !important;
}
#imagecounter_html {
  margin-top: 10px !important;
}
#flowplayer_video {
  margin-top: 20px !important;
  border: 1px solid #DEC068;
  box-shadow: 0 0 30px #000000;
}
#scroller tr, #scroller td {
  background-color: transparent !important;
}
/***Jobs***************************/
.content_box > #Kontakt, #jobs_form > .gbuch_message {
  background-color: #E2A850;
  color: #5D0600 !important;
  margin-top: 15px;
  padding: 5px;
  width: 917px;
}
#jobs_form {
  margin-top: 20px !important;
}
.form_field {
  float: left;
  height: 50px;
}
input, textarea {
  background-color: #311415;
  border: 1px solid #DEC068;
  color: #ffffff !important;
  padding: 5px;
  resize: none;
  width: 265px !important;
}
select, option {
  background-color: #311415;
  border: 1px solid #DEC068;
  color: #ffffff !important;
  padding: 1px;
  width: 265px !important;
}
#jobs_form > #feld_1, #jobs_form > #feld_3, #jobs_form > #feld_5, #jobs_form > #feld_7, #jobs_form > #feld_9, #jobs_form > #feld_11 {
  float: left;
  width: 450px;
}
#jobs_form > #feld_2, #jobs_form > #feld_4, #jobs_form > #feld_6, #jobs_form > #feld_8, #jobs_form > #feld_10, #jobs_form > #feld_12 {
  float: left;
  margin-left: 50px;
}
#jobs_form .gbuch_feld_captcha .captcha_div {
  margin-top: 90px !important;
  margin-left: 150px !important;
}
#jobs_form #gbuch_captcha, #jobs_form .form_footer {
  margin-left: 150px !important;
}
#jobs_form .abschicken_button, #kontakt_form .btn_send {
  width: 75px !important;
}
.field label {
  display: inline-block;
  width: 130px;
  vertical-align: top;
}
.field_textarea textarea {
  min-height: 7em;
  margin-left: 130px;
  /* margin-bottom: -1px; */
  margin-top: -19px;
}
input.submit_button {
  width: 130px !important;
  margin-left: 135px;
}
.pflichtfeld {
  margin-left: 135px;
}
.field {
  margin: 0 0 1.5em 0;
}
/***Anfahrt***************************/
.btn_route_berechnen {
  width: 40px !important;
}
/*** Gästebuch ***************************/
.gbuch_btn_search input {
  width: 40px !important;
  height: 26px;
}
.gbuch_count_entry_text select {
  width: 50px !important;
}
.gbuch_feld_button .btn_send {
  width: 75px !important;
}
/***Footer***************************/
#bottom {
  background-color: transparent;
  background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;
  border: 0 none;
  font-size: 12px !important;
  color: #ffffff !important;
  text-decoration: none;
  height: 122px;
  left: 50%;
  margin-left: -529px;
  position: absolute;
  width: 1160px;
  z-index: 30;
}
#menu_footer {
  margin-left: 38px;
  margin-top: 86px;
  padding-top: 85px;
}
#bottom a {
  font-size: 13px !important;
}
#bottom a:hover {
  font-size: 13px !important;
}
#link_gelnhausen {
  z-index: 1;
}
#div_area_footer {
  position: relative !important;
}
.massagen {
  margin-left: 25px;
}
.bigimage {
  max-width: 750px;
  border: 1px solid #DEC068;
  box-shadow: 0 0 30px #000000;
}
/*********************** Mobile **************************/
.mobile #footer2 {
  position: fixed;
  width: 100%;
  top: 90%;
  z-index: 2000;
  padding-top: 7px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.8);
}
.mobile .gallery-single .gallery-sedcard {
  margin-top: 20px;
}
.mobile #wrapper {
  min-width: 0px;
}
.mobile #me, #me1, #me2 {
  background: none !important;
  height: 0px;
  left: 0px;
  margin-left: 0px;
  width: 0px;
}
.mobile li.menuitem.menuitem_anfahrt {
  margin-left: 0px;
}
.mobile .field .input {
  width: auto;
}
.mobile .field_textarea textarea {
  margin: auto;
}
.mobile input.submit_button {
  margin: 20px;
  width: 265px !important;
}
.mobile .logo_retina {
  width: auto;
}
.mobile .pflichtfeld {
  margin-left: 20px;
}
.mobile .gallery-title {
  display: none;
}
.mobile .gallery-list {
  text-align: center;
}
#angebot_table {
  width: 500px;
}
.mobile #angebot_table {
  width: 100%;
}
.mobi_footer_menu {
  text-transform: uppercase;
}
.page_preise .mobile #preise_table {
  margin-left: -60px;
  width: 105% !important;
  min-width: 320px !important;
  border-collapse: collapse !important;
  margin-top: 15% !important;
}
@media (max-width: 850px)\a \9 .mobile .main_content {
  .page_preise {
    padding: 1px !important;
    margin: 0 1px 0 1px !important;
  }
}
.page_preise .mobile .columns, .page_preise .column {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.page_preise .close_button {
  float: right;
  position: fixed;
  background-color: #311415;
  border: 1px solid #e2c688;
  margin-top: 316px;
}
span.video-title {
  display: none;
}
.cookie-notice {
  bottom: 35px;
}
.enterbutton a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top, #45494d 0%, #202020);
  background-image: linear-gradient(to bottom, #45494d 0%, #202020);
  position: relative;
  height: 50px;
  padding: 16px 15px;
}
.mobile .cookie-notice {
  bottom: -150px;
}
.mobile .logo {
  display: block !important;
}
.mobile .sublayout-startseite-wrapper {
  background-image: url(../images/start_mobile_bg.png);
  background-repeat: repeat;
  background-position: top center;
}
.mobile .vertical_center td::before {
  content: url(images/logo_ingolstadt.png);
  width: 280px;
  height: 180px;
  background-color: green;
  position: relative;
  display: inline-block;
  margin: 0 auto 2em;
}
.mobile .sublayout-startseite-wrapper {
  background-image: url(../images/start_mobile_bg.png);
  background-repeat: repeat;
  background-position: top center;
}
.page_jobs .columns .inner, .page_jobs .column .inner {
  padding: 0px;
}
.page_jobs .mobile .columns .inner, .page_jobs .column .inner {
  margin-bottom: -17px !important;
  padding-top: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
..mobi_extra_content {
  position: fixed;
  padding-top: 10px;
}
.mobile .logo {
  padding-top: 3%;
  max-width: 100%;
}
.logo {
  content: url(../images/logo_ingolstadt.png);
}
.main_nav .menuitem {
  color: white !important;
  font-family: Myriad Pro !important;
  background: rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid rgba(255, 171, 84, 0.62) !important;
  text-transform: uppercase !important;
  /* box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.8) inset; */
  box-shadow: 0px 0px 14px rgba(255, 239, 156, 0.16) inset !important;
  color: white !important;
}
#gbuch_content {
  background-image: url(/images/);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: transparent;
  color: transparent;
}
