/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2022 | 08:26:05 */
@media screen and (max-width: 549px) {
	.logo a {margin: auto;}
}
/* scroll-to anchor fixed header offset */
/* with negative fixed header height */
/*:target::before {
  content: ' ';
  display: block;
  height: 160px;
  margin: -120px 0 0; 
}*/
.elementor-menu-anchor {
    position: relative;
    top: -100px;
    visibility: hidden;
}
@media screen and (max-width: 849px) {
	.elementor-menu-anchor {
		top: -105px;
	}
}
/* scroll-to END */

.ctcc-left-side {font-size: 12px}
.ctcc-right-side {font-size: 10px}
div.form .form_field {margin-bottom: 10px;}

h1, h2, h3, h4, h5, h6, .heading-font {
	font-weight: 500;
	line-height: 1.2;
}
.h1,h1{
	text-transform: uppercase;
    color: #49bed6;
	font-size:1.7em;
	line-height:1.3;
	font-weight: 700;
}
.h2,h2{
	text-transform: uppercase;
    color: #49bed6;
	font-size:1.25em;
	line-height:1.3
}
.h3,h3{
	font-size:1.25em
}
.h4,h4{
	font-size:1.125em
}
.h5,h5{
	font-size:1em
}
.h6,h6{
	font-size:.85em;opacity:.8
}
.elementor-image-box-title {
  text-transform: uppercase;
}
th {
	font-weight: 500;
}
table a, .elementor table a {
	color: #757575;
	text-decoration: none;
	border-bottom: 1px solid #49bed6
}
strong, b {font-weight: 700;}
.page-inner ul {
    padding-left: 25px;
}
.elementor-tab-content ul {
    margin-left: 25px;
}
.widget-title {color: #7a7a7a;}
.nav > li > a {
  font-size: .9em;
	font-weight: 400;
}
.nav-column li>a, .nav-dropdown>li>a {font-size:90%;}
span.widget-title {
    font-size: 0.9em;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.widget_nav_menu .current-menu-item a {
    color: #444;
}
#secondary a {
    color: #7a7a7a;
}
#secondary .current_page_item a,
#secondary .widget-title {
    color: #49bed6;
}

.footer-1 {
	padding-bottom: 10px;
}

@media (min-width: 1024px) {
  
/*  #footer {
    padding: 0;
    margin: 0;
    height: 0;
  }
  .footer {
    padding: 0;
    margin: 0;
    height: 0;
  }*/

  .absolute-footer {
    margin-top: -1px;
  }
}



/* Akkordeon */
.elementor-accordion .elementor-tab-title {
    font-weight: 500;
    font-size: 15px;
}
/* Toogle / Umschalter */
.elementor-tab-content.elementor-active {
    min-height: 370px;
}

/* no sidebar on mobile */
@media (max-width: 549px) { 
	#secondary,
	#content + .large-3 {
		display: none;
	}
	#content, .page-wrapper {
		padding-bottom: 0;
	}
}

/* Mobile nav */
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
	width: 80%;
	min-width: 260px;
}

/* mobile buttons in nav */
a.btn {
    font-size: 14px;
    font-family: Lato;
    letter-spacing: 0.05em;
    display: block;
    margin: 0 0 15px 0;
}
/* Termin Button */
@media (max-width: 849px) {
	.header-wrapper {border-bottom:1px solid #efefef;}
	.header-wrapper.stuck {border-bottom:0;}
.header-main li.html.custom.html_top_right_text {
    display: block; 
}
	a.terminbtn span::after {
    content: 'Book';
    color: #747474;
    font-size: 9px;
    display: block;
    margin: 2px 0 -7px;
    font-weight: 400;
}
}

/* Social Media Links mobil */
@media (max-width: 549px) {
.sidebar-menu .html.custom img {
  width: 36px;
  height: 36px;
	/*filter: invert(.5) sepia(1) saturate(5) hue-rotate(355deg);*/
    border-radius: 50%;
    background: #fff;
}
.sidebar-menu .html.custom {
  padding: 10px 15px;
  text-align: center;
	display: block;
}
.sidebar-menu .html.custom p {display: flex;}
.sidebar-menu .html.custom p a {margin: auto; flex: 1 1 auto;}
}

/* Label Menu */
.label-comingsoon.menu-item > a:after {
	content: 'Coming soon'; /* Change text */
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	letter-spacing: -0.1px;
	margin-left: 4px;
	background-color: #454545; /* Change color */
	font-weight: bolder;
	border-radius: 2px;
	color: #fff;
	padding: 2px 3px 3px;
	position: relative;
	top: -2px;
}

/* Bild Unterschrift */
@media (max-width: 550px) {
	.elementor-image .wp-caption .wp-caption-text {
		display: none;
	}
}

/* Forms */
.wpcf7, label {color: #7a7a7a;}
input[type='checkbox'], input[type='radio'] {margin-bottom: 0;font-weight:400;}
.woocommerce-breadcrumb {display:none}
/*#billing_address_1_field label abbr::before, html[lang='de-DE'] #shipping_address_1_field label abbr::before {
content: ' und Hausnummer ';
display: inline-block;
margin: 0 5px 0 0;
}*/

textarea {
	min-height: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;

}
.wpcf7 textarea {
	min-height: 120px;
	-webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
}

form .col {
    padding-bottom: 10px;
    margin: 0;
}
.wpcf7 .col .wpcf7-form-control-wrap {
    margin-bottom: 0;
    padding: 0;
}
.wpcf7 .col .date-day > * {width: 100%}

.wpcf7 .wpcf7-response-output {
	border-radius: 3px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 5px 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 5px 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
	display: none;
    font: 26px/30px FontAwesome;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content:'\f00c';
	display: none;
}
div.wpcf7-validation-errors:before {
    content:'\f057';
	display:none;
}
/* dates mobile/desktop */
@media (min-width: 1024px) {
    .datepicker {
        display: block;
    }
    .mobile {
        display: none;
    }
}
@media (max-width: 1023px) {
    .datepicker {
        display: none;
    }
    .mobile {
        display: block;
    }
}

.elementor-widget-container .wpcf7 form .row {
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}


/* Blog */
.entry-header .entry-meta,
.blog-archive .entry-meta { display: none; }
.entry-image.relative {
    box-shadow: 0 10px 35px rgba(0,0,0,0.03);
}

/* WooCommerce Shop */
/* show cart button after product is added */
@media (max-width: 576px) {
	.message-container .wc-forward {display: block; margin: 0 auto 1rem;}
	.message-container .icon-checkmark {display: none;}
} 
.shop-page-title {display:none}
.out-of-stock-label {display:none}
.woocommerce-variation-availability {display:none}
.checkout-page-title {display:none}
.payment_method_sofortgateway img {
max-width: 51px;
margin: 0 10px;
position: relative;
top: -2px;
}
.button, button, input[type='submit'], input[type='reset'], input[type='button'] {
	font-weight: 500;
}
body.cookies-not-set {margin-bottom: 40px;}
#cookie-notice .cn-button {margin-bottom: 0; margin-right: 0;}

/* Woocommerce */
label {font-weight: 500;    color: #444;}
.validate-email {
	line-height: 1.2;
}
.validate-email small {
	display: inline; font-weight: 400;
}
.glsr-shortcode, .glsr-default.glsr-summary {
  font-size:14px;
}
.shortcode-site-reviews-summary {
  border: 1px solid gainsboro;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.wp-gr .wp-google-left img {
  box-shadow: none !important;
}

/* Home Slider */
.flickity-prev-next-button {
	border: 0 !important;
}

.flickity-prev-next-button.next {
	right: 4%;
}
.flickity-prev-next-button.previous {
	left: 4%;
}

/* Subpages Nav on parent page */
.button-list ul, .button-list li {
    margin: 0;
    padding: 0;
}
.button-list ul {
    margin-top: 20px;
    padding-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
}
.button-list li {
    margin-bottom: 10px;
    flex: 0 1 100%;
    margin: 0 10px 20px 10px;
}
@media (min-width: 750px) {
    .button-list li {  
        flex-basis: calc(50% - 20px);
    }
}
/*.button-list .page-item-127,
.button-list .page-item-131 {
    display: none;
}*/
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    padding: 10px 20px !important;
}
.button-list a, .button-list a:hover, .button-list a:active {
    display: block;
    border: 2px solid #747474;
    text-align: center;
    border-radius: 2px;
    color: #222;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.button-list a:hover, .button-list a:active {
    border-color: #444;
}
.elementor-nav-menu--main .elementor-nav-menu a::after {
    display: block !important;
    opacity: 0;
    visibility: hidden;
}

/* Elementor Buttons */
.elementor-kit-2018 a.elementor-button,
.elementor-widget-button .elementor-button, 
.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: #fff;
    border-radius: 2px;
}

/* Elementor Typography */
h2.elementor-heading-title {
	font-weight: 500;
	color: #49BED6;
	text-transform: uppercase;
}
h3.elementor-heading-title,
.elementor-text-editor h3 {
	font-weight: 500;
	color: #54595F;
	text-transform: normal;
}
h4.elementor-heading-title,
.elementor-accordion .elementor-tab-title {
    font-weight: 500;
    font-size: 16px;
}

/* tables */
td[rowspan] + td {
    padding-left: 0 !important;
}

/* Elementor Blog Posts */
.elementor-post__card .elementor-post__thumbnail {
  padding-bottom: calc(.37*100%);
}
@media (max-width: 767px) {
  .elementor-post__card .elementor-post__thumbnail {
    padding-bottom: calc(.37*100%) !important;
  }
}

/* Table of Content */
.elementor-widget-table-of-contents {
  margin-bottom: 30px;
}
.elementor-widget-table-of-contents .elementor-widget-container {
	border-color: gainsboro;
}
.elementor-toc__header {
    padding: 12px 15px;
	border-bottom-color: gainsboro;
}
.elementor-toc__header-title {
    font-size: 16px;
    color: #54595F;
}
.elementor-toc__body {}
.elementor-toc__list-wrapper .elementor-toc__list-item { 
	margin-left: 6px;
}
/* hide 1st and 2nd list item */
.elementor-toc__list-item:first-child,
.elementor-toc__list-item:first-child + .elementor-toc__list-item {
  display: none;
}

/* FAQ Schema */
.uael-faq-wrapper {}
.uael-faq-container  {}
.uael-faq-container .uael-faq-accordion {
    border: 1px solid #d4d4d4;
    border-bottom: 0;
}
.uael-faq-accordion .uael-accordion-title, 
.uael-accordion-title {
	padding: 12px 15px !important;
}
.uael-accordion-title, .uael-accordion-title h3 {
	color: #54595F;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	line-height: 1.2em;
}
.uael-faq-accordion .uael-accordion-content {
  	border-width: 0;
    border-top: 1px solid #d4d4d4;
    padding: 10px 15px !important;
}

.elementor-widget-uael-faq .uael-accordion-icon-closed { fill: #54595f; }
.uael-accordion-title.uael-title-active *,
.uael-accordion-title:active *, .uael-accordion-title *:active,
.uael-accordion-title:focus *, .uael-accordion-title *:focus { color: #49BED6; outline: none; }
.page-inner ul,
.uael-accordion-content ul { padding-left: 25px; }
.uael-accordion-content li { margin-bottom: 0; }
.uael-faq-accordion .uael-accordion-content p { margin-bottom: 1.3em; }
.uael-faq-accordion .uael-accordion-content p:last-child { margin-bottom: 0; }

/* Streichpreise */
del {
	color: #747474;
}
/* strike not Supported in HTML5 */
s,
strike {
  text-decoration: none;
  /*we're replacing the default line-through*/
  position: relative;
  display: inline-block;
  /* keeps it from wrapping across multiple lines */
  padding: 0 3px;
}

s:after,
strike:after {
  content: "";
  /* required property */
  position: absolute;
  bottom: 2px;
  left: 0;
  border-top: 2px solid #49BED6;
  height: 45%;
  /* adjust as necessary, depending on line thickness */
  /* or use calc() if you don't need to support IE8: */
  height: calc(50% - 1px);
  /* 1px = half the line thickness */
  width: 100%;
  transform: rotateZ(-4deg);
}

/* Booked */
body .booked-calendarSwitcher.calendar {
  padding: 0 10px 0 5px;
}
body .booked-calendarSwitcher.calendar select {
  display: inline-block;
  margin-bottom: 0;
}
body .booked-calendarSwitcher.calendar p:before {
  top: 10px;
}
body .booked-calendarSwitcher.calendar p i.booked-icon {
  display: none;
}

/* BookingsWP - Book online */
/* Price adjustments */
.woocommerce-Price-amount::before {
	display: inline-block;
	content: "from";
	padding: 0 3px 0 0;
}
tfoot tr:last-child .woocommerce-Price-amount::after {
	display: block;
	content: "Payment is made at the clinic. \A The price varies depending on product and amount.";
	font-weight: bold;
	white-space: pre-wrap;
}
#order_review tfoot tr:last-child .woocommerce-Price-amount::after {
	display: block;
	content: "Payment is made at the clinic. ";
	font-weight: normal;
}

/* Termine Staff select */
.wc_appointments_field_staff .select2-selection {
    padding: 3px 12px !important;
}

/* Cart */
dl.variation {
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
}

td.product-thumbnail {
    width: 0;
    padding: 0;
    min-width: 10px;
    max-width: none;
}
.shop_table .cart_item .product-thumbnail > * {
    display: none;
}

.woocommerce-table__product-purchase-note td:last-of-type {
    text-align: left !important; 
}
td.product-price,
td.product-quantity,
td.product-subtotal {
    max-width: 90px !important;
}

.payment_methods p {
  font-size: 85%;
}

.page-checkout .is-well {
  box-shadow: none;
}

/* MessengerPeople chat */
.mpChipWidget {
    /*right: 45px;*/
	margin-right: 35px;
}
.bc-MuiIconButton-root,
.bc-MuiButtonBase-root,
.mpChipWidget .MuiButtonBase-root,
.mpChipWidget .MuiFab-root {
	line-height: 1;
	min-height: 0 !important;
	border-radius: 50% !important;
}
.MuiScopedCssBaseline-root textarea {
	min-height: 0;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
}

/* ics calendar import */
#ics-file {
    background: #f2f2f2;
    padding: 20px;
	margin: 0 0 20px;
}
#ics-file p {
    margin: 0;
}
#ics-file a {
    background: transparent url('http://wordpress.p624101.webspaceconfig.de/wp-content/uploads/2022/07/calendar_plus.png') no-repeat left;
    background-size: auto 24px;
    padding: 5px 0 5px 30px;
    line-height: 2;
}