/* -------------------------------------------------------------
  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/courgette-v1.css");
@import url("https://static.ladies-cdn.de/shared/fonts/roboto-v1.css");
#wrapper .owl-carousel .owl-item img {
  max-height: 350px;
}
.owl-item {
  /** NEIN! margin: 0 15px; **/
  /** Ist padding dann in ordnung?! **/
  /** ja padding geht :-) **/
  padding: 0 15px;
}
.content a {
  color: white;
}
.content a:hover {
  color: #facf5b;
}
footer.main_footer a, .mobi_footer_menu a, ul#menu li a {
  color: #facf5b;
}
footer.main_footer a:hover, .mobi_footer_menu a:hover, ul#menu li a:hover {
  color: white;
}
.main_menu {
  bottom: -5px;
  position: relative;
}
.menuitem .text {
  top: 0;
  transition: 300ms all-ease;
}
.menuitem:hover .text {
  color: white !important;
}
.menuitem .text:after {
  content: "";
  border-bottom: 0px solid white;
  transform: scaleX(0);
  width: 100%;
  height: 2px;
  position: relative;
  display: block;
  transition: transform 250ms ease-in-out;
}
.menu li .text {
  transition: 300ms all ease;
}
.menuitem:hover .text {
  padding: 0;
  margin: 0;
  text-shadow: none;
  top: 5px;
  color: white;
}
.menuitem:hover .text:after {
  content: "";
  border-bottom: 3px solid white;
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.attent a {
  font-size: 16px;
  color: white !important;
  border: 1px solid #f60000;
  background-color: #9f0606;
  padding: 10px 0px;
  width: 100%;
  transition: 300ms all ease;
  display: block;
}
.attent a:hover {
  background-color: white;
}
a.external-content-accept-button {
  font-size: 1.6rem;
}
.gallery.gallery-image-list {
  width: 100%;
}
.gallery-title {
  display: none;
}
.owl-stage-outer {
  max-height: 400px;
}
.main_menu {
  text-align: center;
  font-family: "Courgette";
}
.menuitem .text {
  font-size: 20px !important;
  margin-right: 20px !important;
  text-shadow: 2px 1px 1px #000000;
}
.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/********* MENU ********/
ul#menu {
  padding-left: 5px;
}
ul#menu li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  list-style: none;
  margin-left: 11px;
  float: left;
}
ul#menu li a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  list-style: none;
  -webkit-transition: all 500ms ease-out;
  -khtml-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
ul#menu li a:hover {
  color: red;
  -webkit-transition: all 500ms ease-out;
  -khtml-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
#menu a, a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  list-style: none;
  -webkit-transition: all 500ms ease-out;
  -khtml-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.menu li {
  margin-top: 8px;
}
.list-item .auftrags-lage {
  display: block;
  position: relative;
  text-align: center;
}
.hinweis_co {
  border: 2px solid red;
  padding: 15px;
  text-align: center;
  font-size: 21px !important;
  margin-bottom: 40px;
}
.zeiten_container {
  display: none;
}
.gallery-oeffnungszeiten {
  display: block !important;
  position: relative;
  margin-top: 1em;
  margin-bottom: 2em;
}
.gallery-oeffnungszeiten::before {
  font-weight: bold;
}
h1 {
  background-image: url(../images/h1_bg.png);
  background-repeat: no-repeat;
  color: #facf5b;
  font-family: "Courgette", sans-serif !important;
  font-size: 37px;
  height: 76px;
  margin-left: -60px;
  padding-bottom: 10px;
  text-shadow: 3px 1px 1px #000000;
  width: 1010px;
  -webkit-transition: all 300ms ease-out;
  -khtml-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.gallery-sedcard {
  display: none !important;
}
/* PopUp */
.popup_text {
  display: none;
}
.popup_image {
  width: 600px;
}
.popup_thumb {
  float: left;
  margin-right: 10px;
  width: 650px;
}
/*-----------------PASSIVE DAMENGALERIE-------------*/
.starter-list-item {
  text-align: center;
  min-height: 320px;
  margin-bottom: 2.5rem;
}
.starter-list-item.columns, .starter-list-item.column {
  padding-left: 20px;
  padding-right: 20px;
}
.starter-list-item .list-headline {
  padding: 10px 0px;
}
.starter-list-item .auftrags-lage {
  padding: 10px 0px 10px;
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;
  margin-bottom: 10px;
}
.starter-list-item .list-website-name {
  font-size: 18px;
}
.starter-list.row {
  margin-left: -20px;
  margin-right: -20px;
}
.column-content {
  padding: 15px 0px 10px 0px;
}
.cookie-notice-dsvgo a {
  text-shadow: 0 0 0 #fff;
  color: black !important;
}
.starter-list-item a {
  text-shadow: 0 0 0 #000;
}
.mobile .starter-list-item {
  min-height: auto;
}
@media screen and (max-width: 358px) {
  .starter-list-item {
    margin-bottom: 35px;
  }
}
/*************************** MOBILE!!! **************************/
.mobile h1 {
  background-image: url(../images/mobi_bg_ueberschrift.png);
  background-repeat: repeat;
  color: #facf5b;
  float: none;
  font-family: "Courgette", sans-serif !important;
  font-size: 37px;
  height: auto;
  min-height: 50px;
  margin: 20px 0px 5px 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-shadow: 3px 1px 1px #000;
  width: auto;
  -webkit-transition: all 300ms ease-out;
  -khtml-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  border: 1px solid #facf5b;
  white-space: unset;
}
.mobile .main_header {
  font-size: 0px;
  font-weight: 200;
  margin-left: 0px !important;
  margin-top: 0px !important;
  position: relative;
}
.mobile .main_headline {
  padding-left: 0px;
  padding-top: 65px;
  background-image: none;
  width: 100%;
  margin-left: 0px;
}
.mobile .logo, .mobile .logo_retina {
  width: 309px !important;
  height: 128px !important;
  top: 28px;
}
.mobile .menu_button {
  top: 13px;
  right: 9px;
}
.mobile .main_content {
  margin: 0px 0px;
  margin: 0px auto !important;
  max-width: 115% !important;
}
.mobile .main_footer {
  border-top: solid 1px #E3C85B;
  border-bottom: solid 1px #E3C85B;
}
.mobile .no_icons .menuitem .text {
  text-align: left;
  font-family: "Courgette", sans-serif !important;
}
.mobile .as_litebox .anzeigentext_html {
  display: -webkit-inline-box;
  text-align: left;
}
.mobile .saddr {
  margin-top: 15px;
}
.mobile .gb_left {
  float: left;
  margin-top: 10px;
  padding-bottom: 5px;
  width: 100% !important;
}
.mobile .gbuch_menu .gb_right {
  float: left;
  width: 100%;
}
.mobile .gbuch_menu .gbuch_count_entry_title {
  font-size: 18px;
  padding: 0px 10px 20px 0px;
}
.mobile .gbuch_search_title {
  font-size: 18px;
}
.mobile .page_gaestebuch .gbuch_count_entry_text {
  width: 11%;
}
.mobile .gb_right, .mobile .gb_right form {
  float: left;
}
.mobile .gb_left2, .mobile .inactive {
  width: 41%;
}
.mobile .gb_right2 {
  width: 41%;
}
#logo_startseite {
  margin-left: 5px;
  width: 309px;
  left: 50%;
  position: inherit;
  margin-left: -138px;
}
#mieterinnen {
  margin-right: 12px !important;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
}
/***************************************************************/
.gbuch_seite {
  float: left;
  margin-left: 11px;
}
.input, input {
  width: 100% !important;
}
.page_anfahrt .btn_route_berechnen {
  width: 20% !important;
  color: black !important;
  background-color: #ffffff;
}
.page_anfahrt .saddr {
  height: 35px !important;
  width: 30%;
  padding: 5px;
  color: black !important;
  background-color: #ffffff;
}
.field_textarea .input textarea {
  width: 100% !important;
  height: 150px !important;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: black;
}
@font-face {
  font-family: "leier";
  src: url("../sonstige/Courgette.ttf");
}
span.counter {
  font-size: 14px;
}
#popup_0 {
  top: 10% !important;
  margin-top: 0px !important;
}
body {
  font-family: Roboto, sans-serif !important;
  font-weight: 300;
  text-shadow: -1px -1px 1px #000000;
}
.js-marquee {
  color: #FF0000;
  font-size: 22px;
}
header {
  font-size: 36px;
  font-weight: 200;
  margin-left: 20px;
  margin-top: -67px;
  position: absolute;
  text-shadow: 2px 2px 1px #000000;
}
article.main_article header {
  position: relative;
}
.galerie_headline {
  display: none;
}
/********** KONTAKTFORMULAR ********/
.page_gaestebuch .input, .page_gaestebuch input {
  width: 100% !important;
  height: 30px;
}
.page_gaestebuch input, .page_gaestebuch textarea {
  padding-left: 5px;
  color: black !important;
  background-color: #ffffff;
}
.page_gaestebuch textarea {
  padding-top: 1%;
  height: 160px;
}
.page_gaestebuch .field {
  margin: 0 0 1em;
}
.page_gaestebuch .field_checkbox_datenschutz label {
  font-weight: 400;
}
.page_gaestebuch .submit_button:hover {
  outline: none !important;
}
.page_gaestebuch select {
  height: 30px;
  color: black !important;
  background-color: #ffffff;
  outline: none;
  width: 100%;
}
.page_gaestebuch .gbuch_newentry.open {
  margin-top: 25px;
  max-height: 740px;
}
.page_gaestebuch .gb_entry_count {
  float: left;
  margin: 2px;
}
.page_gaestebuch .gbuch_count_entry_title {
  font-size: 15px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
}
.page_gaestebuch .gbuch_count_entry_text {
  width: 10%;
}
.page_gaestebuch .gbuch_entry {
  padding: 0;
  border: 1px solid rgba(255, 197, 103, 0.7);
}
.page_gaestebuch .gbuch_entry_bg {
  margin: 0;
  padding: 15px;
  background-color: #6d1f1d;
  border-bottom: 1px dotted rgba(255, 197, 103, 0.7);
}
.page_gaestebuch .gbuch_entry_title {
  font-size: 22px;
  padding: 0;
}
.page_gaestebuch .gbuch_entry_count {
  font-size: inherit;
  margin-left: -0.7em;
  margin-top: 2px;
}
.page_gaestebuch .gb_addentry {
  font-size: 20px;
}
.page_gaestebuch .gbuch_entry_author, .page_gaestebuch .gbuch_entry_date {
  font-size: 18px;
  margin: 0;
  font-weight: 200;
  color: #ffffff;
}
.page_gaestebuch .gbuch_entry_text {
  margin: 0;
  padding: 15px;
  background-color: #501210;
  font-size: 16px;
}
#gbuch_content {
  background-image: url(/images/content_top_shadow.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
