/* -------------------------------------------------------------
  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

------------------------------------------------------------- */
@import url("https://static.ladies-cdn.de/shared/fonts/source-sans-pro-v1.css");
/* Quickinfo
font-family: 'Source Sans Pro', sans-serif;
// BODY - GENERAL
// H TAGS
// MENU NAVIGATION
// GALLERY
// EVENTS
// ANGEBOTE
// FORMS
// GAESTEBUCH
COLOR
borders, h1  #E3B382
menu  #ffebd7
*/
/***  MOBILE */
a.tel {
  font-size: 17px;
  color: #FF5858;
}
.mobile li.menuitem.menuitem {
  background: none;
}
.no_icons .menuitem {
  display: block;
  padding: 10px;
  margin-left: 6px;
  font-size: 20px;
}
.logo, .logo_retina {
  width: 239px !important;
  height: 48px;
}
.logo, .logo_retina {
  background-size: 231px;
  top: 18px;
  left: -20px;
  margin-bottom: -30px;
  width: 471px;
  height: 72px;
}
/*.logo_retina:after,
.logo:after {
	content: '';
	background-image: url('../images/model_mobile.png');
	height: 101px;
	width: 500px;
	top: 35px;
	left: 29px;
	position: absolute;
	background-size: 500px;
}*/
.menu_button:after {
  border-bottom: 17px double #fee3c5;
  border-top: 6px solid #fee3c5;
  height: 28px;
  width: 30px;
  position: absolute;
  top: 12px;
  right: 15px;
  content: "";
}
.menu_button {
  background-image: none;
  border-top: 0;
  border-bottom: 0;
}
.mobile .anzeigentext {
  text-align: left;
  padding: 10px 0px;
  font-size: 18px;
  color: #ff4545 !important;
  border-bottom: solid 1px white;
  margin-bottom: 40px;
  margin-top: 10px;
  border-top: solid 1px white;
}
.mobile h1 {
  font-size: 20px;
  width: 140px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
}
.mobile .uebersicht_thumb {
  width: 120px;
  min-height: 170px;
}
/*** BODY - GENERAL */
.mark_red {
  font-size: 18px;
  color: #EA3737;
}
.meldung {
  font-size: 40px;
  color: #ffebd2;
  font-weight: 400;
  background: #330001;
  padding: 20px;
  text-align: center;
  border: #e4b482 solid 6px;
  margin: 0px;
  text-shadow: -1px 0 #ffd398, 0 1px #ffd398, 1px 0 #ffd398, 0 -1px #ffd398;
}
.mark_yellow {
  font-size: 18px;
  color: #ffd18a;
  font-weight: 400;
}
body {
  color: white;
  font-size: 16px !important;
  font-weight: 200 !important;
  font-family: "Source Sans Pro", sans-serif !important;
}
.content_box {
  margin-bottom: 20px;
}
.mobile .page_kontakt .content_box {
  margin-bottom: 35px;
}
.mobile .content.galerie .content_box {
  padding-bottom: 40px;
  margin-top: -20px;
}
a:hover, input:hover {
  color: #ea3737 !important;
}
/*** CONTENT MOBILE */
.mobile .main_content {
  color: white;
  background-color: rgba(0, 0, 0, 0.11);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 15px !important;
  margin-bottom: auto;
  font-size: inherit;
}
/*** H TAGS */
.desktop h1 {
  width: 140px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  background-color: rgba(46, 0, 0, 0.52);
  border: 2px solid #e3b382;
  color: white;
  padding: 5px;
}
h3 {
  border: 5px solid #E3B382;
  padding: 6px;
  width: 140px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 800;
}
/*** MENU NAVIGATION */
.menuitem .text {
  color: #ffebd7 !important;
  font-size: 18px !important;
  font-style: italic;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase !important;
  transition: all 150ms ease-in-out;
}
.secmenu_desktop_footer .menu li .text {
  font-size: 15px !important;
}
.menuitem:hover .text {
  color: #EA3737 !important;
  font-weight: bold;
}
.secmenu_desktop_footer .menuitem:hover .text {
  color: #EA3737 !important;
  font-weight: 300 !important;
}
.home_container_info {
  color: #FFF4E8;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  bottom: 4px;
  position: relative;
}
/*** GALLERY */
.auftrag_name {
  font-size: 20px;
}
.gallery-title {
  font-size: 20px;
  margin-bottom: 20px;
}
/*** GALLERY GIRLS */
.starter-list {
  text-align: center;
}
.girls-infotext {
  border: 5px solid #DFB47D;
  padding: 5px 10px;
  font-size: 25px;
  background-color: rgba(52, 8, 9, 0.86);
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.desktop header#Girls {
  display: none;
}
.desktop .thumb_container_girls {
  padding: 20px 0;
}
.mobile .main_headline {
  color: rgba(0, 0, 0, 0);
}
.mobile .galerie_headline {
  color: rgba(0, 0, 0, 0);
}
.litebox_thumb_container:after, a .event_thumb:after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  font-size: 12px;
  text-align: center;
  background-color: rgba(48, 4, 6, 0.7);
  color: #fff;
  padding: 2px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile .as_litebox .anzeigentext_html {
  display: inline-block;
  text-align: left;
  margin-top: 10px;
}
.desktop .uebersicht_thumb {
  min-height: 230px !important;
}
.mobile .uebersicht_thumb {
  min-height: 220px !important;
}
.auftrags_zeiten {
  color: #E62628;
}
/*** EVENT */
.desktop header#Events {
  display: none;
}
.button_events {
  cursor: pointer;
  height: 109px;
  width: 288px;
  margin-top: -15px;
  margin-left: -17px;
  float: left;
}
.event_headline {
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
}
.event_text {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 5px solid #DEB482;
}
.event_line_bottom, .desktop .event_line_top {
  display: none;
}
/*** Anfahrt INPUTS */
.field_nachricht label, .gbuch_newentry label {
  margin-bottom: 15px;
}
.desktop .mark_yellow.text-anfahrt {
  margin-left: 271px;
  position: absolute;
  margin-top: 14px;
}
.desktop form.search_route_form {
  margin-bottom: 30px;
}
input.btn_route_berechnen, input#saddr {
  color: black;
}
input#saddr {
  padding: 0 5px;
}
input#input_name, input#input_e-mail, input#input_nachricht, textarea#input_nachricht, input.submit_button, input#saddr, input.btn_route_berechnen, .galerie_html_right, .galerie_html_left, textarea.required, input[type="submit"], select#count_entry_select {
  background-color: rgba(46, 0, 0, 0.52);
  border: 2px solid #E3B382;
  color: white;
  padding: 5px;
}
.gaestebuch input[type="submit"] {
  padding: 6px !important;
}
input[type="text"] {
  background-color: #1D0000;
  border: 2px solid #E3B382;
  padding: 0 5px;
}
textarea#input_nachricht {
  max-width: 400px !important;
  height: 200px;
}
.input input {
  max-width: 300px !important;
  width: 300px !important;
}
/*** ANGEBOTE */
.desktop .home_container_angebote {
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: -7px;
  width: 600px;
  left: -6px;
}
.desktop .anzeigentext {
  color: #fff;
  text-align: center;
}
.mobile .anzeigentext {
  color: #fff;
}
/*** FORM */
.column .inner {
  padding: 20px 0px !important;
}
.bieten .mark_red {
  font-size: 25px;
  color: #ea3737;
}
.bieten {
  font-size: 18px;
}
/*** FOOTER */
#div_area_7 {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  width: 280px;
  height: 1px;
  left: 50%;
  margin-left: -149px;
  bottom: 169px;
  top: auto;
  z-index: 1070;
  background-position-y: 10px;
}
section.secmenu_desktop_footer {
  margin-left: 6px;
}
.footer_anschrift {
  width: 300px;
  position: absolute;
  right: 22px;
  top: 21px;
  text-align: right;
  float: right;
  font-size: 16px;
}
.desktop .secmenu_desktop_footer li.menuitem {
  padding: 0 20px 0 0;
  margin-right: -10px;
}
/*** GAESTEBUCH */
a.gb_addentry {
  border: 2px solid #e3b382;
  background-color: rgba(46, 0, 0, 0.52);
  padding: 10px;
}
.mobile .gbuch_newentry.open form {
  margin-top: 20px;
}
.mobile select#count_entry_select {
  margin-top: 10px;
}
.mobile input[type="submit"] {
  margin-top: 10px;
}
.mobile .gb_err_msg.bigmargin {
  padding-top: 10px;
}
.desktop .gbuch_count_entry_title {
  margin-top: 8px;
  margin-right: 5px;
}
