/* -------------------------------------------------------------
  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");
.field_checkbox_datenschutz {
  padding-left: 20px;
  color: #000;
}
.page_haus .gallery-single .gallery-title {
  font-weight: bold;
  font-family: "Source Sans Pro";
  font-size: 30px;
  color: #b08581;
  z-index: 99999;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.page_haus .gallery-single .gallery-image-list {
  display: block;
  float: left;
  width: 100%;
  font-size: 0;
}
.page_haus .gallery-single .gallery-sedcard {
  display: inline-block;
  float: right;
  width: 100%;
  padding: 0 20px 20px;
}
/*******Hotfix**************/
.page_home .news-widget h2 {
  margin-top: 0px !important;
}
.page_home .news-widget {
  /* background: url(../images/news-widget.jpg); */
  width: 555px;
  height: 250px;
  position: relative;
  float: left;
  margin-top: 9px;
  background-repeat: no-repeat;
  margin-left: 19px;
  background-size: 100%;
  /* background-position: 40%; */
  background: linear-gradient(rgba(219, 200, 197, 0.7), rgba(219, 200, 197, 0.7)), url(../images/news-widget.jpg);
}
.page_home .newsletter-legal-info {
  position: absolute;
  opacity: 0 !important;
  pointer-events: none;
  color: rgba(245, 222, 179, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page_home input.btn_newsletter {
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  width: 165px;
  height: 105px;
  background-color: #b08581;
  border: 1px solid transparent;
  margin-top: -190px;
  margin-left: 275px;
  position: absolute;
}
.page_home .mobile input.submit_button, .page_home .mobile .pflichtfeld {
  margin-left: 0px;
}
.mobile .news-widget {
  width: 100% !important;
  height: 270px;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  margin-left: 0px;
  background-size: 100%;
  background-position: 50%;
  background-color: #cfaea6;
  margin-top: 25px;
  margin-bottom: 25px;
  background-image: none;
}
.mobile .content.newsletter_Newsletter {
  margin-bottom: 25px;
  padding-bottom: 125px;
  background-color: #cfaea6;
  margin-top: 20px;
}
.mobile .page_home input.btn_newsletter {
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  width: 94%;
  height: 105px;
  background-color: #b08581;
  border: 1px solid transparent;
  margin-top: 10px;
  margin-left: 0px !important;
  position: absolute;
}
/*******ende**********************/
.pflichtfeld {
  font-color: #000 !important;
  margin-top: -5px;
}
.frontpage a {
  color: #fff !important;
}
h1 {
  font-family: "Source Sans Pro";
  font-size: 30pt;
  font-weight: 600;
  color: #4d4f5a;
  margin-top: 10px;
}
.home-text h1 {
  margin-left: 25px;
}
h2 {
  font-family: "Source Sans Pro";
  font-size: 30pt;
  font-weight: 600;
  color: #4d4f5a;
  margin-left: 15px;
  margin-top: 10px;
}
h3 {
  font-family: "Source Sans Pro";
  font-size: 14pt;
  font-weight: 700;
  color: #4d4f5a;
}
h4 {
  font-family: "Source Sans Pro";
  font-size: 15pt;
  font-weight: 500;
  color: #4d4f5a;
}
p {
  font-family: "Source Sans Pro";
  font-size: 13pt;
  color: #4d4f5a;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 25px;
}
.menu li .text {
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  font-size: 14pt;
}
nav.main_menu {
  float: right;
  margin-top: 4px;
}
.girls-slider table {
  width: 268px;
}
.girls-slider .slider-title {
  position: absolute;
  top: 0;
  left: 278px;
  font-size: 30pt;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  color: #4d4f5a;
}
.girls-slider .gallery-anzeigentext {
  position: absolute;
  top: 0;
  left: 278px;
  padding-top: 62px;
  max-height: 335px;
  overflow: hidden;
  font-size: 13pt;
  font-family: "Source Sans Pro";
  color: #4d4f5a;
}
.gesamtwidget .image {
  width: 268px;
}
.gesamtwidget .image img {
  max-height: 405px;
  width: auto;
  display: inline;
}
.gesamtwidget .title {
  position: absolute;
  top: 0;
  left: 278px;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  font-size: 30pt;
  font-weight: 600;
  color: #4d4f5a;
}
.gesamtwidget .text {
  position: relative;
  padding-top: 62px;
  font-family: "Source Sans Pro";
  font-size: 13pt;
  color: #4d4f5a;
  max-height: 335px;
  overflow: hidden;
}
.sedcardlink {
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  background-color: #b08581;
  height: 60px;
  width: 243px;
  padding: 16px 0px 0px 69px;
  position: absolute;
  font-family: "Source Sans Pro";
  font-size: 15pt;
  color: #4d4f5a;
  font-weight: 500;
  z-index: 1050;
  bottom: 17px;
  right: 15px;
}
.sedcardlink:hover {
  background-color: #f9e1d2;
}
.sublayout.sublayout-damen {
  float: left;
}
.sublayout.sublayout-damen .area_content {
  height: 433px;
}
div#div_area_content_damen {
  left: 0;
  top: 0px;
  width: 555px;
}
.home-text {
  width: 555px;
  height: 432px;
  background-color: #d0afa7;
  float: left;
}
/*.is-not-checked-in:after,
.is-checked-in:after {
	content: 'Anwesend';
	background-color: #D0AFA7 !important;
	color: #4D4F5A !important;
	position: absolute;
	bottom: 0px;
	height: 50px;
	font-size: 20px;
	top: 305px;
	left: 0;
	width: 272px;
	padding-top: 11px;
}

.is-not-checked-in:after {
	content: 'Abwesend';
}

.mobile .is-not-checked-in:after,
.mobile .is-checked-in:after {
	content: 'Anwesend';
	background-color: #d0afa7 !important;
	color: #4d4f5a !important;
	position: absolute;
	bottom: 0px;
	height: 50px;
	font-size: 20px;
	top: 190px;
	left: 0;
	width: 135px;
	padding-top: 11px;
}*/
.popup .closebutton {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: transparent;
  padding: 3px 6px;
  cursor: pointer;
  font-size: 22px;
}
.popup_content {
  margin-left: 10px;
}
.popup_image {
  max-width: 100%;
  margin-bottom: 22px;
}
.jobs-widget {
  background-image: url(../images/jobs-widget.jpg);
  width: 555px;
  height: 264px;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  background-size: 100%;
  background-position: 50%;
}
.jobs-widget:hover {
  background-size: 105%;
}
.faq-widget {
  background-image: url(../images/faq-widget.jpg);
  width: 555px;
  height: 264px;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  margin-left: 19px;
  transition: all 0.2s ease-in-out;
  background-size: 100%;
  background-position: 50%;
}
.faq-widget:hover {
  background-size: 105%;
}
.galerie-widget {
  background-image: url(../images/galerie-widget.jpg);
  width: 555px;
  height: 264px;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  background-size: 100%;
  background-position: 50%;
}
.galerie-widget:hover {
  background-size: 105%;
}
.news-widget {
  background-image: url(../images/news-widget.jpg);
  width: 555px;
  height: 264px;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  margin-left: 19px;
  background-size: 100%;
  background-position: 50%;
}
.newsletter_Newsletter {
  margin-top: -23px !important;
}
.content.v3form_Kontakt-home {
  margin-top: -51px !important;
}
.gallery-overview {
  text-align: center;
}
.event_container.list-item {
  width: 272px;
  background-color: #b08581;
  padding-top: 15px;
  margin: 0 5px 75px;
  text-align: center;
}
.event_line_top.list-line-top {
  display: none;
}
.list-thumb.has-gallery {
  width: 235px !important;
  height: 235px !important;
  outline-offset: -20px;
  overflow: hidden;
  margin: 0;
}
.list-thumb.has-gallery img {
  height: 100%;
}
.event_headline.list-headline {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14pt;
  font-weight: 400;
}
.list-item .auftrags-thumb-text {
  display: block;
  text-align: center;
  padding-bottom: 15px;
  background-color: #e5afa3;
  padding-top: 15px;
}
.litebox-gallery.embed-sedcard .litebox-sedcard-toggle, .litebox-gallery {
  background-color: rgba(0, 0, 0, 0.8);
}
.litebox-gallery.embed-sedcard:not(.closed) .litebox-text {
  background-color: #f7daca;
  padding: 37px 35px;
  padding-right: 85px;
}
.home-form .field .input, .home-form .field input, .home-form .field select {
  width: 500px;
  height: 50px;
  border: 1px solid transparent;
  margin-bottom: 12px;
  background-color: transparent;
}
.home-form .field_textarea .input {
  height: 120px;
}
.home-form input#input_name, .home-form input#input_e-mail {
  background-color: #f7dfd1;
}
.home-form .field label {
  font-family: "Source Sans Pro";
  font-size: 11pt;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #4d4f5a;
  display: none !important;
}
.home-form .field_textarea textarea {
  width: 520px;
  height: 120px;
  background-color: #f7dfd1;
  border: 1px solid transparent;
  margin-left: -154px;
}
.home-form .formular_form input.submit_button {
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  height: 50px;
  width: 1132px;
  background-color: #b08581;
  color: #4d4f5a;
  font-family: "Source Sans Pro";
  font-size: 14pt;
  padding: 10px 20px 10px 20px;
  border: 1px solid transparent;
  float: left;
  margin-top: -13px;
  position: relative;
  margin-left: 0px;
}
.home-form input.submit_button:hover {
  background-color: #F7DFD1;
}
.home-form .pflichtfeld {
  float: left;
  position: relative;
  font-family: "Source Sans Pro";
  font-size: 10pt;
  margin-left: 16px;
  margin-top: -53px;
  color: #000;
}
.home-form .field input, .field textarea {
  padding-left: 20px;
}
.home-form .field textarea {
  padding-top: 20px;
}
.home-form form.formular_form.form_kontakt {
  margin-right: -30px;
}
.home-form input#input_foto {
  padding-top: 13px;
}
textarea#input_nachricht {
  background-color: #F7DFD1;
  border: 1px solid transparent;
  height: 120px;
  width: 520px;
  margin-left: 5px;
}
form.formular_form.form_kontakt {
  background-color: #D0AFA7;
}
footer.main_footer {
  margin-top: 45%;
}
.logo-footer {
  background-image: url(../images/logo-footer.png);
  background-repeat: no-repeat;
  height: 112px;
  width: 386px;
  margin-top: -20px;
}
.secmenu_footer .menu {
  text-align: right;
}
.secmenu_footer .menuitem {
  width: auto;
  height: auto;
  padding: 10px !important;
  display: inline-block;
}
.secmenu_footer .menuitem .text {
  font-size: inherit;
  font-family: inherit;
  text-transform: uppercase;
  color: #f7dfd1;
}
.secmenu_footer .menuitem:hover .text {
  color: #43454e;
}
.bezahlmoeglichkeiten {
  margin-left: 56px;
  width: 75%;
}
/**Galerie Mist der ausgeblendet ist **/
/*.bigimage_slideshow {
	right: 50%;
	margin-right: -128px;
	bottom: -70px;
}*/
.old-gallery .bigimage_slideshow {
  bottom: -61px;
  top: auto;
  margin: auto;
  left: auto;
  height: 30px;
  width: 114px;
  left: 50%;
  margin-left: -57px;
}
.info_button {
  display: none;
}
.imagecounter {
  display: none;
}
.uebersicht_thumb {
  width: 272px;
  background-color: #B08581;
  margin-bottom: 75px;
  padding-top: 15px;
}
.auftrag_name {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14pt;
}
.auftrags_zeiten {
  padding-bottom: 15px;
  background-color: #E5AFA3;
  padding-top: 15px;
}
.desktop .anzeigentext_html {
  text-align: justify;
  display: inline-block;
  /*border: 8px solid #D0AFA7;*/
  padding: 40px 0;
  width: 100%;
  position: relative;
  top: 50px;
}
.backlink {
  font-size: 17px;
}
.desktop .galerie_headline {
  font-family: "Source Sans Pro";
  font-size: 30px;
  color: #B08581;
  z-index: 99999;
  width: 100%;
  text-align: center;
}
.page_damen .galerie_headline {
  margin-top: 4em;
}
.page_ambiente .galerie_headline {
  margin-top: 103px;
}
.scroller_frame {
  width: 560px;
}
.thumb_container img {
  width: 235px !important;
  outline-offset: -20px;
  overflow: hidden;
}
.desktop .uebersicht_thumb:hover img {
  width: 235px !important;
  overflow: hidden;
}
.desktop #thumb_container .arrow.right div {
  right: 165px;
}
.desktop #thumb_container .arrow.left div {
  left: 160px;
}
.arrow div {
  width: 32px !important;
  background-position: left center !important;
}
.arrow {
  width: 32px !important;
}
.arrow.left {
  left: -50px !important;
}
.arrow.right {
  right: -50px !important;
}
form.formular_form.form_jobs {
  background-color: #D0AFA7;
  font-size: 12pt;
}
.field .input, .field input, .field select {
  display: inline-block;
  width: 528px;
  height: 45px;
  border: 1px solid transparent;
  background-color: #F7DFD1;
}
.field_upload .input, .field_upload input {
  background-color: #f7dfd1;
}
.formular_form input.submit_button {
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  height: 45px;
  width: 527px;
  margin: 0px 0px 15px 15px;
  background-color: #b08581;
  border: 1px solid transparent;
  margin-left: 583px;
}
input.submit_button:hover {
  background-color: #F7DFD1;
}
.page_jobs #div_area_content .field_textarea textarea {
  min-height: 12em;
  background-color: #F7DFD1;
  border: 1px solid transparent;
}
.page_jobs .form_jobs .input input {
  width: 100%;
}
.page_jobs .form_jobs .field_textarea .input {
  border-color: #d0afa7;
}
.field label {
  width: auto;
}
.field .input br {
  display: none;
}
.field .input label {
  position: relative;
  top: 12px;
}
.field input[type=radio] {
  margin-left: 10px;
  height: 30px;
  margin-top: 8px;
}
form.formular_form.form_feedback {
  background-color: #D0AFA7;
}
textarea#input_haben_sie_weitere_positive_oder_negative_kritik_welche {
  background-color: #F7DFD1;
  border: 1px solid transparent;
}
.page_feedback .form_feedback .input input[type="text"] {
  width: 100%;
}
input.nl_entryfields {
  height: 45px;
  width: 263px;
  background-color: #F7DFD1;
  border: 1px solid transparent;
  padding-left: 15px;
  margin: 0 !important;
}
.nl_field {
  width: 300px;
}
.field.nl_field {
  margin: 10px 0;
}
.nl_field_text {
  margin: 0px 0;
  float: left;
}
input.btn_newsletter {
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  width: 555px;
  height: 50px;
  background-color: #b08581;
  border: 1px solid transparent;
  margin-top: 19px;
  margin-left: -15px;
}
input.btn_newsletter:hover {
  background-color: #F7DFD1;
}
form.nl_form {
  margin-left: 15px;
}
.field .nl_field_text, .nl_field_text {
  display: none;
}
.nl_field.field .input {
  width: 267px;
}
.error {
  display: none;
}
.text-all {
  height: auto;
  width: 1189px;
}
.text-col-1 {
  margin: 15px 25px 15px 0px;
  height: auto;
  width: 366px;
  position: relative;
  float: left;
}
.text-col-2 {
  margin: 15px 25px 15px 0px;
  height: auto;
  width: 366px;
  position: relative;
  float: left;
}
.text-col-3 {
  margin: 15px 25px 15px 0px;
  height: auto;
  width: 366px;
  position: relative;
  float: left;
}
.mobile .girls-slider table {
  width: 100%;
  margin-top: 60px;
}
.mobile .girls-slider table img {
  height: 200px;
  width: auto;
  margin: 0 auto;
}
.mobile .girls-slider .slider-title {
  left: 0;
  width: 100%;
  text-align: center;
}
.mobile .girls-slider .slider-desc {
  display: none;
}
.mobile .girls-slider .litebox-text {
  display: none;
}
.mobile .girls-slider .gallery-anzeigentext {
  display: none;
}
.mobile .frontpage {
  background-color: #d0afa7;
  background-image: url(../images/logo-footer.png);
  background-repeat: no-repeat;
  background-position: center 40px;
}
.mobile .main_content {
  padding: 15px 0px 0px 0px;
}
.mobile #popup_0 {
  min-height: auto !important;
}
.mobile #popup_0 .popup_inner {
  min-height: auto !important;
  width: 100%;
}
.mobile .main_header {
  min-height: 105px;
}
.mobile .content.text {
  padding: 10px;
}
.mobile .home-text {
  height: auto;
  float: none;
  margin: 0 auto;
}
.mobile .sublayout.sublayout-damen {
  margin-top: 25px;
}
.mobile .gesamtwidget .text {
  display: none;
}
.mobile .gesamtwidget .title {
  position: relative;
  left: 0;
  text-align: center;
}
.mobile .content.newsletter_Newsletter {
  margin-bottom: 25px;
  background-color: #CFAEA6;
  margin-top: 20px;
}
.mobile .sedcardlink {
  display: none;
  margin-bottom: 25px;
}
.mobile .as_litebox .mobile_gallery_thumb {
  min-width: 290px;
  max-height: 290px;
}
.mobile .litebox_thumb_container:after, a .event_thumb:after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 290px;
  font-size: 18px;
  text-align: center;
  background-color: #B08582;
  color: #fff;
  padding: 12px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile .litebox_thumb_container {
  position: relative;
  float: none;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 290px;
}
.mobile .as_litebox .anzeigentext_html {
  display: block;
  text-align: left;
  color: #43454e;
  font-size: 14pt;
}
.mobile .main_headline {
  color: #43454e;
  font-size: 14pt;
}
.mobile .galerie_headline {
  display: none;
}
.mobile .field .input {
  display: inline-block;
  width: 349px;
  height: 45px;
  border: 1px solid transparent;
  background-color: #f7dfd1;
}
.mobile input.submit_button, .mobile .pflichtfeld {
  margin-left: 15px;
}
.mobile .field.field_input.field_upload.field_foto {
  width: 349px;
}
.mobile input.submit_button {
  width: calc(100% - 30px);
}
.mobile form.formular_form.form_jobs, form.formular_form.form_feedback {
  margin-bottom: 25px;
}
.mobile .field textarea {
  padding-left: 0px;
  background-color: #F7DFD1;
  border: 0px solid transparent;
}
.main_nav {
  height: auto !important;
  max-height: 0px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.main_nav.open {
  max-height: 900px;
}
.widget-mobile-all {
  float: left;
  position: relative;
}
.widget-mobile {
  float: left;
  position: relative;
  margin: 25px 0px 0px 0px;
  width: 100%;
}
.mobile .sublayout-damen {
  width: 100%;
}
.mobile .gesamtwidget .image {
  width: 100%;
  text-align: center;
}
.mobile .field_radio > .input {
  height: auto;
}
.mobile .field_radio > .input br {
  display: inline;
}
.mobile .field > label {
  display: block;
}
.mobile .news-widget {
  width: 555px;
  height: 270px;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  margin-left: 0px;
  background-size: 100%;
  background-position: 50%;
  background-color: #cfaea6;
  margin-top: 25px;
  margin-bottom: 25px;
  background-image: none;
}
.mobile .logo_retina, .mobile .logo {
  top: 35px;
  width: auto;
  height: 186px;
  max-width: 300px;
}
.mobile .uebersicht_thumb {
  width: 135px;
  background-color: #b08581;
  margin-bottom: 65px;
  padding: 7px;
}
.mobile .menu_button {
  right: 4px;
}
.mobile .no_icons .menuitem .text {
  text-align: center;
  font-size: 23px;
}
.mobile .main_nav .menuitem {
  color: #43454e;
  font-family: inherit;
  border-bottom: 4px solid #43454e;
}
.languages-mobile-en {
  background-image: url(../images/en.jpg);
  background-repeat: no-repeat;
  height: 35px;
  width: 45px;
  position: relative;
  float: left;
  margin-bottom: 15px;
  margin-top: 30px;
  left: 50%;
}
.languages-mobile-de {
  background-image: url(../images/de.jpg);
  background-repeat: no-repeat;
  height: 35px;
  width: 45px;
  position: relative;
  float: left;
  margin-bottom: 15px;
  margin-top: 30px;
  left: 50%;
  margin-left: -40px;
}
.languages-mobile-en:hover {
  background-image: url(../images/en-hover.jpg);
}
.languages-mobile-de:hover {
  background-image: url(../images/de-hover.jpg);
}
.mobile input.btn_newsletter {
  margin-bottom: 15px;
}
.mobile form.formular_form.form_kontakt-home {
  background-color: #d0afa7;
}
.mobile-damen {
  background-color: #b08581;
  height: 50px;
  width: 270px;
  padding: 15px 0;
  text-align: center;
  margin: auto;
}
.mobile-damen a {
  color: #43454e;
}
.cash-icon {
  margin-bottom: -6px;
}
.auftrags_thumb_text {
  padding-bottom: 15px;
  background-color: #e5afa3;
  padding-top: 15px;
}
.arrow:after {
  display: none !important;
}
.mobile .litebox-gallery.embed-sedcard:not(.closed) .litebox-text {
  padding: 15px 15px;
  padding-right: 5px;
}
.mobile .gmap {
  padding-top: 100% !important;
}
.mobile .event_container.list-item {
  text-align: center;
}
.mobile .gallery-list.thumb-view {
  text-align: center;
}
.mobile .page_kontakt .field label {
  display: none;
}
@media (max-width: 720px) {
  .litebox-gallery.embed-sedcard:not(.closed) .litebox-text {
    width: calc(100% - 45px);
    z-index: 100;
  }
  .litebox-gallery.embed-sedcard:not(.closed) .litebox-sedcard-toggle {
    left: calc(100% - 0px);
  }
}
@media and (min-width: 760px) {
  .mobile .litebox-gallery.embed-sedcard:not(.closed) .litebox-text {
    padding-right: 55px;
  }
}
