/* mulish-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/mulish-v13-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* mulish-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/mulish-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* mulish-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mulish-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  

* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}


/* Google Translater Responsive Fix */

.goog-te-banner-frame {
    position: relative !important;
}

img {
    border: none;
}

.hidden {
    display: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    line-height: 170%;
    margin: 0px 0px 0px 0px;
    font-size: 19px;
    color: #475054;
    position: relative;
    height: 100%;
    overflow-y: scroll;
    background: #ddd;
    
    /* Google Translater Responsive Fix */
    top: 0 !important;
}

body.modal-open {
    overflow: hidden;
}

a {
    color: #4d626d;
    text-decoration: none;
    transition: color 0.3s ease-in;
    border: 0;
}

a:hover {
    color: #68507c;
}

b, strong {
    font-weight: 400;
    color: #68507c;
}

p {
    margin-bottom: 8px;
}

.clearfix, .clr, .clear {
    clear: both;
}

small, .small {
    font-size: 16px;
}

.large {
    font-size: 20px;
    font-weight: 400;
    color: #68507c;
}

.image {
    border: 1px solid #68507c;
    padding: 4px;
}

.full_width {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.left {
    float: left;
}

.right {
    float: right;
}

.right_30px {
    float: right;
    margin-left: 30px;
}

.img_right {
    float: right;
    border: 1px solid #68507c;
    padding: 4px;
    margin-left: 35px;
    margin-bottom: 15px;
    box-sizing: border-box;
    margin-top: 7px;
}

.img_big {
    width: 50%;
    height: auto;
}

.img_ls {
    width: 35%;
    height: auto;
}

.img_pt {
    width: 23%;
    height: auto;
}

.img_sq {
    width: 29%;
    height: auto;
}

.img_nb {
    padding: 0 !important;
    border: none !important;
}

.logo_right {
    float: right;
    margin-left: 50px;
    margin-bottom: 15px;
    height: auto;
}

.logo_isolaz {
    width: 18%;
    margin-top: -1%;
}

.logo_fraxel {
    width: 23%;
    margin-top: 1%;
}

.logo_iovera {
    width: 25%;
    margin-top: 1%;
}

.logo_jetpeel {
    width: 27%;
    margin-top: -1%;
}

.logo_radical_skincare {
    width: 28%;
    margin-top: 0%;
}

.video_border {
    border: 1px solid #68507c;
    padding: 4px;
    background: #fff;
}

.video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.video iframe, .video video {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.panorama {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.panorama iframe {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content ul.img_container {
    list-style: none;
    font-size: 0;
    text-align: left;
    margin-top: 25px;
}

#content ul.img_container li {
    width: 47.5%;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 5%;
    margin-bottom: 5%;
}

#content ul.img_container li:before {
    display: none;
}

#content ul.img_container li:nth-child(2n) {
    margin-right: 0;
}

#content ul.img_container li img {
    width: 47.5%;
    height: auto;
    border: 1px solid #68507c;
    padding: 4px;
    box-sizing: border-box;
}

#content ul.img_container li img:nth-child(1) {
    margin-right: 5%;
}

#wrapper {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    background: #fff;
    overflow: hidden;
}

#header {
    position: relative;
    width: 100%;
    height: 120px;
}

#header_inside {
    position: relative;
    width: 1120px;
    height: 120px;
    margin: 0 auto;
}

#header #logo {
    position: absolute;
    left: 0;
    top: 25px;
    width: auto;
    height: 70px;
}

#header #google_translate_element {
    position: absolute;
    right: 375px;
    top: 66px;
}

#header #google_translate_element > div > div {
    border: 0;
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    font-size: 17px;
}

#header #google_translate_element > div > div a.goog-te-menu-value {
    color: #475054;
}

#header #google_translate_element > div > div a.goog-te-menu-value span:nth-of-type(2) {
    border-left: 1px solid #68507c !important;
}

#header #google_translate_element > div > div a.goog-te-menu-value span:nth-of-type(3) {
    color: #68507c !important;
}



#header #phone {
    height: 36px;
    line-height: 36px;
    top: 25px;
    /* left: 458px; */
    right: 375px;
    position: absolute;
    font-family: 'Mulish', sans-serif;
    font-weight: 200;
    font-size: 32px;
    color: #68507c;
}

#header #phone img {
    float: left;
    margin-right: 12px;
}

#header #suche {
    position: absolute;
    right: 0px;
    top: 42px;
}

#header #facebook {
    position: absolute;
    right: 100px;
    top: 45px;
}

#header #instagram {
    position: absolute;
    right: 165px;
    top: 45px;
}

#header #youtube {
    position: absolute;
    right: 228px;
    top: 42px;
}

#topmenu {
    position: relative;
    height: 40px;
    background: #68507c;
    z-index: 50;
}

#topmenu_inside {
    width: 1120px;
    margin: 0 auto;
    position: relative;
    height: 40px;
}

#topmenu ul {
    height: 40px;
    list-style: none;
    border-left: 1px solid #fff;
    z-index: 999999999;
    position: relative;
}

#topmenu ul li {
    float: left;
    border-right: 1px solid #fff;
    height: 40px;
    position: relative;
}

#topmenu ul li:nth-child(1) {
    width: 89px;
}

#topmenu ul li:nth-child(2) {
    width: 116px;
}

#topmenu ul li:nth-child(3) {
    width: 161px;
}

#topmenu ul li:nth-child(4) {
    width: 172px;
}

#topmenu ul li:nth-child(5) {
    width: 154px;
}

#topmenu ul li:nth-child(6) {
    width: 181px;
}

#topmenu ul li:nth-child(7) {
    width: 136px;
}

#topmenu ul li:nth-child(8) {
    width: 102px;
}

#topmenu ul li:nth-child(2):hover:before,
#topmenu ul li:nth-child(3):hover:before,
#topmenu ul li:nth-child(4):hover:before,
#topmenu ul li:nth-child(5):hover:before,
#topmenu ul li:nth-child(6):hover:before,
#topmenu ul li:nth-child(7):hover:before {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #49355c;
}

#topmenu ul li a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 19px;
}

#topmenu ul li:hover a {
    background: #49355c;
}

#topmenu ul li a:hover, #topmenu ul li.active a {
    background: #49355c;
}

#topmenu ul li ul {
    display: none;
}

#topmenu ul li:hover ul {
    display: block;
    position: absolute;
    background: #49355c;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: auto;
    margin-left: -1px;
    margin-top: 1px;
}

#topmenu ul li:hover ul li {
    float: none;
    height: 38px;
    border: none !important;
    width: auto;
}

#topmenu ul li:hover ul li:before {
    display: none !important;
}

#topmenu ul li:hover ul li a {
    background: #49355c;
    font-size: 18px;
    line-height: 38px;
    text-align: left;
    padding: 0px 18px;
    white-space: nowrap;
}

#topmenu ul li:hover ul li a:hover, #topmenu ul li:hover ul li.active a:hover {
    background: #68507c;
}

#topmenu ul li:hover ul li.active a {
    background: #58426c;
}

#topmenu ul li:hover ul li .nav-header {
    color: #fff;
    display: block;
    padding-left: 20px;
    height: 38px;
    line-height: 48px;
    font-size: 17px;
    font-weight: 400;
}

#topmenu ul li:hover ul li ul {
    display: none;
}

#slider {
    position: relative;
    width: 100%;
    background: #121212;
    height: 0;
    overflow: hidden;
    border-bottom: 8px solid #68507c;
    border-top: 1px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    padding-bottom: 40%;
    /*display: inline-block; /* 1px iPad Footer Fix */
}

#slider a {
    color: #fff;
}

#slider b, #slider strong {
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
}
/*
@media (min-width: 1618px) {
    #slider {
        padding-bottom: 0px;
        height: 650px;
    }
}
*/
#content_wrapper {
    padding-bottom: 300px;
}

#content {
    position: relative;
    width: 1120px;
    margin: 0 auto;
    text-align: justify;
    margin-top: 60px;
}

.with_right:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0px;
    right: 320px;
    width: 1px;
    background: #68507c;
}

#content #content_left {
    width: 749px;
    float: left;
}

#content #right {
    width: 270px;
    float: right;
    text-align: left;
}

#content h1, #content #right h2 {
    font-size: 42px;
    color: #68507c;
    margin-bottom: 20px;
    line-height: 130%;
    font-weight: 200;
    text-align: left;
}

#content h2, #content #right h3 {
    font-size: 36px;
    color: #68507c;
    margin-bottom: 20px;
    line-height: 130%;
    font-weight: 200;
    text-align: left;
}

#content h3 {
    font-size: 21px;
    color: #68507c;
    margin-bottom: 15px;
    line-height: 150%;
    font-weight: 300;
    text-align: left;
}

#content #right h3 {
    margin-bottom: 10px;
}

#content ul {
    list-style: none;
}

#content ul li {
    padding-left: 15px;
    position: relative;
    text-align: left;
    line-height: 160%;
    margin-bottom: 10px;
}

#content ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 12px;
    border-radius: 50%;
    background: #49355c;
}

#content ol {
    padding-left: 22px;
}

#content ol li {
    padding-left: 5px;
    text-align: left;
}

#content .moduletable_contentmenu ul.nav li {
    width: auto;
}

#content ul.nav li, .moduletable_preisliste a.link {
    margin-bottom: 8px;
    width: 250px;
}

#content ul.nav li.active a {
    font-weight: 400;
    color: #68507c;
}

#content ul.nav li a {
    line-height: 140%;
    font-size: 20px;
    display: block;
    transition: padding 0.3s ease-in;
    width: 240px;
}

#content ul.nav li a:hover {
    padding-left: 5px;
}

#content ul.nav li ul {
    margin-top: 5px;
}

#content ul.nav li ul li a {
    line-height: 140%;
    font-size: 18px;
    display: block;
    padding-left: 0px;
}

#content ul.nav li ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid #49355c;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 0;
    background: none;
    top: 9px;
    left: 0;
}

a.link {
    position: relative;
    display: block;
    padding-left: 15px;
    margin-top: 10px;
    transition: padding 0.3s ease-in;
}

a.link:hover {
    padding-left: 20px;
}

#content ul.nav li:before, a.link:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid #49355c;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-radius: 0;
    background: none;
    top: 9px;
    left: 0;
}

a.link:before {
    top: 11px;
}

/* Newsblog */

#content .datecontainer {
    margin-bottom: 25px;
    margin-top: -15px;
}

#content .news_frontpage_datum {
    margin-top: -10px;
    margin-bottom: 15px;
}

#content .blog .items-leading > div, #content #frontpage {
    margin-bottom: 100px;
}

#content .blog .items-leading > div:last-child {
    margin-bottom: 0;
}






#right .moduletable, #content #right .moduletable_preisliste, #right ul.nav {
    margin-bottom: 40px;
}

#content #right .moduletable_facts .facts_image_border {
    width: 260px;
    height: 144px;
    border: 1px solid #68507c;
    padding: 4px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#content #right .moduletable_facts .facts_image_container {
    width: 260px;
    height: 144px;
    overflow: hidden;
    position: relative;
}

#content #right .moduletable_facts img {
    display: block;
    transition: transform 0.3s ease-in;
    width: 260px;
    height: 144px;
}

#content #right .moduletable_facts img:hover {
    transform: scale(1.2);
}

#content #right .moduletable_facts table {
    font-size: 17px;
    width: 100%;
}

#content #right .moduletable_facts table td {
    line-height: 150%;
    vertical-align: top;
    padding: 5px 10px;
}

#content #right .moduletable_facts table td:first-child {
    padding-right: 10px;
}

#content #right .moduletable_facts table tr:nth-child(odd) {
    background: #e8e5eb;
}


#right .moduletable_facts {
    margin-bottom: 60px;
}

table.preisliste {
    width: 100%;
}

table.preisliste tr:nth-child(odd) {
    background: #e8e5eb;
}

table.preisliste td {
    vertical-align: top;
    padding: 5px 15px;
}

table.preisliste td:nth-child(1) {
    text-align: left;
}

table.preisliste td:nth-child(2) {
    text-align: right;
    width: 20%;
}

table.preisliste small {
    line-height: 180%;
    display: inline-block;
}

#content .circle_image {
    border-radius: 50%;
    padding: 3px;
    border: 6px solid #68507c;
    float: left;
    margin-right: 35px;
    width: 220px;
    height: auto;
}

#content .shirin {
    height: 240px;
    line-height: 240px;
    font-size: 36px;
    font-weight: 200;
    color: #68507c;
}

#content .infocontainer {}

#content .infocontainer .infoleft {
    width: 515px;
    float: left;
}

#content .infocontainer .inforight {
    width: 515px;
    float: right;
}


/* Pagination */

.search-pagination .search-pages-counter {
    display: none;
}

.pagination {
    margin-top: 80px !important;
    text-align: center;
}

.pagination .disabled {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0 20px;
    opacity: 0.5;
}
    
.pagination a.pagenav {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0 20px;
    transition: transform 0.2s ease-in;
}

.pagination a.pagenav:hover {
    transform: scale(1.2);
}

.icon-next, .icon-previous {
    display: block;
    background: #68507c;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative;
}

.icon-next:before {
    content: '';
    display: block;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 11px;
    left: 16px;
}

.icon-previous:before {
    content: '';
    display: block;
    border-right: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 11px;
    right: 16px;
}




/* Suche */

#content ol#search-result-list {
    padding-left: 0 !important;
}

#search-form fieldset {
    border: none !important;
}

#search-form fieldset label {
    display: none;
}

#search-results {
    margin-top: 40px !important;
}

#search-results li {
    padding: 0 !important;
    margin-bottom: 40px !important;
    border: none !important;
}

#search-results li .result__title-text {
    font-size: 21px;
    color: #68507c;
    margin-bottom: 5px;
    font-weight: 300;
    text-align: left;
}

#search-results li a.result__title-link {
    color: #68507c;
    display: block;
}

#search-results li:before {
    display: none !important;
}

.result__title-link:focus .result__title-text, .result__title-link:hover .result__title-text {
    text-decoration: none !important;
}

#search-results mark {
    font-weight: 300 !important;
    background: #f0edf2 !important;
    color: #475054 !important; 
}

#search-results li .result__title-text mark {
    color: #68507c !important;    
}

#search-result-empty {
    margin-top: 60px;
}

/* Teamfotos etc */

#content ul.images {
    font-size: 0;
    list-style: none;
}

#content ul.images li {
    width: 29.45%;
    margin-right: 5.825%;
    display: inline-block;
    font-size: 19px;
    /* text-align: center; */
    margin-bottom: 7%;
    padding: 0;
    vertical-align: top;
}

#content ul.images li:before {
    display: none;
}

#content ul.images li:nth-child(3n) {
    margin-right: 0;
}

#content ul.images img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border: 1px solid #68507c;
    padding: 4px;
}



/* Comparison Slider */

.comparison_slider {
    display: flex;
    justify-content: space-between;
}

.comparison_slider > div {
    width: 46%;
}

.comparison_slider > div > div {
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    overflow: hidden;
}

.comparison_slider > div > div img {
    width: 100%;
    display: block;
    height: auto;
}

/* Flash */

.flash {
    text-align: right;
}

.flash div {
    border: 1px solid #68507c;
    padding: 40px 0px;
    text-align: center;
}

/* SIGE */

.sigplus-gallery ul {
    display: flex !important;
    flex-wrap: wrap;
}

.sigplus-gallery ul li {
    width: 21.25%;
    height: 21.25%;
    margin: 0 !important;
    margin-right: 5% !important;
    margin-bottom: 5% !important;
    padding: 0 !important;
}

.sigplus-gallery ul li:nth-child(4n) {
    margin-right: 0 !important;
}

.sigplus-gallery ul li a {
    display: block !important;
    border: 1px solid #68507c !important;
    margin: 0 !important;
    padding: 4px !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    transition: transform 0.3s ease-in;
}

#content .sigplus-gallery ul > li > a, .sigplus-gallery ul > li > div > a, #content .sigplus-gallery ul > li > div > .captionplus > a {
	display: block !important;
}

.sigplus-gallery ul li a:hover {
    transform: scale(1.1);
}

.sigplus-gallery ul li a img {
    display: block;
}

/* Accordeon Contentslider */

ul.acc_slider {
    list-style: none;
}

ul.acc_slider .acc_content {
    display: none;
    text-align: justify;
    margin-bottom: 100px;
}

ul.acc_slider li {
    margin: 0;
    transition: margin 0.3s ease-in;
    padding: 0 !important;
}

ul.acc_slider li:before {
    display: none !important;
}

ul.acc_slider li.open {
    margin: 50px 0;
}

ul.acc_slider a.opener {
    display: block;
}

ul.acc_slider h2, ul.acc_slider h2.closed {
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    transition: padding 0.3s ease-in;
}

ul.acc_slider h2.acc_closed {
    padding-left: 25px !important;
}

ul.acc_slider h2:hover, ul.acc_slider h2.open, ul.acc_slider h2.opening {
    padding-left: 0px;
}

ul.acc_slider h2:before {
    content: "";
    border-left: 12px solid #68507c;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 15px;
    transition: border 0.3s ease-in;
}

ul.acc_slider h2:hover:before, ul.acc_slider h2.open:before, ul.acc_slider h2.opening:before {
    border-left: 0px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

ul.acc_slider h2.acc_closed:before {
    border-left: 12px solid #68507c !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
}


.eb-content .headline {
    font-size: 26px;
    color: #68507c;
}

.eb-content a {
    color: #68507c;
}


/* Kontakt */

#map {
    width: 750px;
    height: 400px;
    position: relative;
}

#map #copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.85);
	z-index: 9999;
	padding: 3px 8px;
	color: #475054;
	font-size: 12px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}

input, button, textarea {
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    padding: 3px 8px;
    font-size: 18px;
    border: 1px solid #68507c;
    outline: none;
}

button {
    cursor: pointer;
}

input#saddr {
    width: 250px;
}

input.gr_button {
    font-size: 16px;
    background: #68507c;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}


/* Direktformular */


.ccforms .row {
	margin-bottom: 10px !important;
}

.ccforms textarea {
	height: 100px !important;
}


#right input, #right textarea {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#right .ccforms button {
    font-size: 17px;
    margin-top: 10px;
}

.ccforms_datenschutz label {
    line-height: 120%;
    padding-left: 26px;
    box-sizing: border-box;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
}

.ccforms_datenschutz label a {
    color: #68507c;
}


.ccforms_datenschutz {
    position: relative;
}

.ccforms_datenschutz input {
    position: absolute;
    left: 0;
    top: 5px;
    width: auto !important;
    max-width: auto !important;
}

.ccforms_ihre-frage {
    margin-bottom: 15px !important;
}


/* Beautymenu */

#beautymenu {
    position: relative;
    width: 1120px;
    margin: 0 auto;
}

#beautymenu .beautymother {
    font-size: 0;
    text-align: center;
    background: #fff;
    margin-top: 200px;
    z-index: 50;
    position: relative;
}

#beautymenu .beautycontainer {
    width: 20.44%;
    display: inline-block;
    margin-right: 6.08%;
    margin-bottom: 7.14%;
    box-sizing: border-box;
    cursor: pointer;
        vertical-align: top;
}

#beautymenu .beautycontainer:nth-child(4), #beautymenu .beautycontainer:nth-child(8) {
    margin-right: 0;
}

#beautymenu .beauty_image_container_border {
    padding: 3px;
    border: 6px solid #68507c;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: top;
}

#beautymenu .beautycontainer .beauty_image_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); /* Fix for iPad transform bug */
}

#beautymenu .beautycontainer img {
    display: block;
    transition: transform 0.3s ease-in;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#beautymenu .beautycontainer:hover img {
    transform: scale(1.2);
}

#beautymenu .beautycontainer .beautymenu_text {
    margin-top: 20px;
    color: #68507c;
    display: block;
    font-size: 28px;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    font-weight: 200;
}



/* Logoleiste */

#logobar {
    position: relative;
    width: 1120px;
    margin: 0 auto;
    height: 100px;
    font-size: 0;
    text-align: justify;
    margin-top: 80px;
}

#logobar:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}

#logobar img {
    display: inline-block;
    vertical-align: middle;
}

#logobar img.fraxel_logo { width: 10.27%; height: auto }
#logobar img.isolaz_logo { width: 6.2%; height: auto }
#logobar img.thermage_logo { width: 9.01%; height: auto }
#logobar img.liposonix_logo { width: 10.71%; height: auto }
#logobar img.elos_plus_logo { width: 9.01%; height: auto }
#logobar img.lumenis_logo { width: 9.33%; height: auto }
#logobar img.restylane_logo { width: 8.03%; height: auto }
#logobar img.radiesse_logo { width: 8.75%; height: auto }
#logobar img.bti_logo { width: 5.75%; height: auto }


#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 300px;
    background: #68507c;
    box-shadow: inset 0 15px 5px -15px #000;
}

#footer_inside {
    position: relative;
    width: 1120px;
    height: 300px;
    color: #fff;
    margin: 0 auto;
}

#jameda {
    position: absolute;
    right: -12px;
    top: 0px;
    z-index: 99999;
}

#footer .video_border {
    float: left;
    position: absolute;
    left: 0;
    top: 36px;
    border: none !important;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.75);
}

#footer .video {
    width: 391px;
}

#footer_inside a {
    color: #fff;
}

#footer strong {
    color: #fff;
}

#footer .btn_footer {
    left: 455px;
    position: absolute;
    width: 270px;
    background: linear-gradient(#876c9c, #49345c);
    border: 4px solid #fff;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.75);
    text-align: center;
    padding: 7px 0px 12px;
    font-size: 21px;
    font-weight: 400;

    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    transition: background 0.3s ease-in;
}

#footer .btn_footer:hover {
    background-position: 0 75px;  
}

#footer .btn_footer span {
    display: block;
    font-weight: 300;
    font-size: 17px;
    text-transform: none;
    background: #fff;
    margin-top: 5px;
    color: #68507c;
    text-shadow: none;
}

#footer #btn_geschenkgutschein {
    top: 36px;
}

#footer #btn_medipay {
    bottom: 36px;
}

#footer .infotext {
    position: absolute;
    left: 787px;
    top: 32px;
    font-size: 16px;
    line-height: 160%;
}

#footer .infotext2 {
    position: absolute;
    right: 0px;
    bottom: 34px;
    font-size: 11px;
    line-height: 180%;
    text-align: right;
}

#footer .infotext p {
    margin-bottom: 28px;
}

#footer .infotext a.link:before {
    top: 9px;
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#footer .isac_member_2025 {
    display: block;
    position: absolute;
    left: 0;
    top: 36px;
    height: 228px;
    width: auto;
}

#footer .isac_member_2026 {
    display: block;
    position: absolute;
    left: 131px;
    top: 36px;
    height: 228px;
    width: auto;
}


.yt_consent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(232,229,235,0.4);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.yt_consent.consent {
    display: none;
}

.yt_consent > div {
    width: 800px;
    padding: 20px 25px 25px;
    margin: auto;
    background: rgba(232,229,235,1);
    text-align: center;
    max-width: 90%;
    box-sizing: border-box;
}

.yt_consent .button_yay_yt {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    background: #68507c;
    margin: 10px 0;
    font-weight: 400;
}



.yt_consent > div a.underline {
    text-decoration: underline;
    color: #475054 !important;
}

.yt_consent > div p.small {
    line-height: 140%;
}



.gt_consent {
    position: relative;
    top: 7px;
}

.gt_consent_modal img {
    display: inline-block;
    height: 19px;
    width: auto;
    vertical-align: center;
    margin-left: 10px;
}

#gt_consent {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.95);
    z-index: 9999999;
    display: flex;
    overflow-y: scroll;
}

#gt_consent.hidden {
    display: none;
}

#gt_consent > div {
    width: 600px;
    max-width: 90%;
    margin: auto;
    padding: 20px 0;
}

#gt_consent > div > div {
    padding: 20px 50px 25px;
    background: rgba(232,229,235,1);
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #68507c;
    text-wrap: balance;
    line-height: 150%;
    position: relative;
}

#gt_consent > div p.small {
    line-height: 145%;
}

#gt_consent > div a.underline {
    text-decoration: underline;
    color: #475054 !important;
}

#gt_consent > div .button_yay_gt {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    background: #68507c;
    margin-top: 15px;
    font-weight: 400;
}

#gt_consent .gt_consent_modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    background: #68507c;
    color: #fff;
    border-radius: 50%;
    font-weight: 400;
    font-size: 18px;
}

@media (max-width: 1180px) {

    body {
        font-size: 16px;
    }

    p {
        margin-bottom: 7px;
    }

    small, .small {
        font-size: 14px;
    }

    .large {
        font-size: 17px;
    }

    .image {
        border: 1px solid #68507c;
        padding: 4px;
    }

    .right_30px {
        margin-left: 26px;
    }

    .img_right {
        float: right;
        border: 1px solid #68507c;
        padding: 4px;
        margin-left: 30px;
        margin-bottom: 13px;
        box-sizing: border-box;
        margin-top: 6px;
    }

    .logo_right {
        float: right;
        margin-left: 42px;
        margin-bottom: 13px;
        height: auto;
    }

    #content ul.img_container {
        list-style: none;
        font-size: 0;
        text-align: left;
        margin-top: 21px;
    }

    #content ul.img_container li {
        width: 47.5%;
        display: inline-block;
        margin: 0;
        padding: 0;
        margin-right: 5%;
        margin-bottom: 5%;
    }

    #content ul.img_container li:before {
        display: none;
    }

    #content ul.img_container li:nth-child(2n) {
        margin-right: 0;
    }

    #content ul.img_container li img {
        width: 47.5%;
        height: auto;
        border: 1px solid #68507c;
        padding: 4px;
        box-sizing: border-box;
    }

    #content ul.img_container li img:nth-child(1) {
        margin-right: 5%;
    }

    #wrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: auto;
        min-height: 100%;
    }

    #header {
        position: relative;
        width: 100%;
        height: 102px;
    }

    #header_inside {
        position: relative;
        width: 952px;
        height: 102px;
        margin: 0 auto;
    }

    #header #logo {
        position: absolute;
        left: 0;
        top: 21px;
        width: auto;
        height: 60px;
    }
    
    #header #google_translate_element {
        right: 319px;
        top: 56px;
    }

    #header #google_translate_element > div > div {
        font-size: 14px;
    }

    #header #phone {
        height: 32px;
        line-height: 32px;
        top: 21px;
        right: 319px;
        position: absolute;
        font-family: 'Mulish', sans-serif;
        font-weight: 200;
        font-size: 27px;
        color: #68507c;
    }

    #header #phone img {
        float: left;
        margin-right: 10px;
        height: 32px;
        width: auto;
    }

    #header #suche {
        position: absolute;
        right: 0px;
        top: 35px;
        height: 32px;
        width: auto;
    }

    #header #instagram {
        position: absolute;
        right: 140px;
        top: 38px;
        height: 26px;
        width: auto;
    }

    #header #facebook {
        position: absolute;
        right: 85px;
        top: 38px;
        height: 26px;
        width: auto;
    }

    #header #youtube {
        position: absolute;
        right: 194px;
        top: 35px;
        height: 32px;
        width: auto;
    }
    
    #topmenu {
        position: relative;
        height: 34px;
        background: #68507c;
        z-index: 50;
    }

    #topmenu_inside {
        width: 952px;
        margin: 0 auto;
        position: relative;
        height: 34px;
    }

    #topmenu ul {
        height: 34px;
        list-style: none;
        border-left: 1px solid #fff;
        z-index: 999999999;
        position: relative;
    }

    #topmenu ul li {
        float: left;
        border-right: 1px solid #fff;
        height: 34px;
        position: relative;
    }

    #topmenu ul li:nth-child(1) {
        width: 76px;
    }

    #topmenu ul li:nth-child(2) {
        width: 99px;
    }

    #topmenu ul li:nth-child(3) {
        width: 136px;
    }

    #topmenu ul li:nth-child(4) {
        width: 145px;
    }

    #topmenu ul li:nth-child(5) {
        width: 131px;
    }

    #topmenu ul li:nth-child(6) {
        width: 153px;
    }

    #topmenu ul li:nth-child(7) {
        width: 116px;
    }

    #topmenu ul li:nth-child(8) {
        width: 87px;
    }

    #topmenu ul li a {
        display: block;
        text-align: center;
        color: #fff;
        line-height: 34px;
        font-size: 16px;
    }

    #topmenu ul li:hover ul li {
        float: none;
        height: 32px;
        border: none !important;
        width: auto;
    }

    #topmenu ul li:hover ul li a {
        background: #49355c;
        font-size: 15px;
        line-height: 32px;
        text-align: left;
        padding: 0px 17px;
        white-space: nowrap;
    }

    #topmenu ul li:hover ul li a:hover {
        background: #68507c;
    }

    #topmenu ul li:hover ul li .nav-header {
        color: #fff;
        display: block;
        padding-left: 17px;
        height: 32px;
        line-height: 41px;
        font-size: 14px;
    }
    
    #slider {
        position: relative;
        width: 100%;
        background: #121212;
        height: 0;
        overflow: hidden;
        border-bottom: 7px solid #68507c;
        border-top: 1px solid #fff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
        padding-bottom: 40%;
    }

    #content_wrapper {
        padding-bottom: 255px;
    }

    #content {
        position: relative;
        width: 952px;
        margin: 0 auto;
        text-align: justify;
        margin-top: 51px;
    }

    .with_right:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        bottom: 0px;
        right: 272px;
        width: 1px;
        background: #68507c;
    }

    #content #content_left {
        width: 636px;
        float: left;
    }

    #content #right {
        width: 230px;
        float: right;
        text-align: left;
    }

    #content h1, #content #right h2 {
        font-size: 36px;
        color: #68507c;
        margin-bottom: 17px;
        line-height: 130%;
        text-align: left;
    }

    #content h2, #content #right h3 {
        font-size: 31px;
        color: #68507c;
        margin-bottom: 17px;
        line-height: 130%;
        text-align: left;
    }

    #content h3 {
        font-size: 18px;
        color: #68507c;
        margin-bottom: 13px;
        line-height: 150%;
        text-align: left;
    }

    #content #right h3 {
        margin-bottom: 9px;
    }

    #content ul {
        list-style: none;
    }

    #content ul li {
        padding-left: 13px;
        position: relative;
        text-align: left;
        line-height: 160%;
        margin-bottom: 9px;
    }

    #content ul li:before {
        content: '';
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        left: 0;
        top: 10px;
        border-radius: 50%;
        background: #49355c;
    }
    
    #content ol {
        padding-left: 19px;
    }

    #content ol li {
        padding-left: 5px;
        text-align: left;
    }

    #content .moduletable_contentmenu ul.nav li {
        width: auto;
    }

    #content ul.nav li, .moduletable_preisliste a.link {
        width: 212px;
        margin-bottom: 7px;
    }

    #content ul.nav li.active a {
        color: #68507c;
    }

    #content ul.nav li a {
        line-height: 140%;
        font-size: 17px;
        display: block;
        transition: padding 0.3s ease-in;
        width: 204px;
    }

    #content ul.nav li a:hover {
        padding-left: 4px;
    }

    #content ul.nav li ul {
        margin-top: 4px;
    }

    #content ul.nav li ul li a {
        line-height: 140%;
        font-size: 15px;
        display: block;
        padding-left: 0px;
    }

    #content ul.nav li ul li:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 5px solid #49355c;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-radius: 0;
        background: none;
        top: 8px;
        left: 0;
    }

    a.link {
        position: relative;
        display: block;
        padding-left: 13px;
        margin-top: 9px;
        transition: padding 0.3s ease-in;
    }

    a.link:hover {
        padding-left: 17px;
    }

    #content ul.nav li:before, a.link:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 6px solid #49355c;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-radius: 0;
        background: none;
        top: 7px;
        left: 0;
    }

    a.link:before {
        top: 9px;
    }



    /* Newsblog */

    #content .datecontainer {
        margin-bottom: 21px;
        margin-top: -13px;
    }

    #content .news_frontpage_datum {
        margin-top: -8px;
        margin-bottom: 13px;
    }

    #content .blog .items-leading > div, #content #frontpage {
        margin-bottom: 85px;
    }

    #content .blog .items-leading > div:last-child {
        margin-bottom: 0;
    }






    #right .moduletable, #content #right .moduletable_preisliste, #right ul.nav {
        margin-bottom: 34px;
    }

    #content #right .moduletable_facts .facts_image_border {
        width: 100%;
        height: auto;
        border: 1px solid #68507c;
        padding: 4px;
        margin-top: 13px;
        margin-bottom: 17px;
        box-sizing: border-box;
    }

    #content #right .moduletable_facts .facts_image_container {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    #content #right .moduletable_facts img {
        display: block;
        transition: transform 0.3s ease-in;
        width: 100%;
        height: auto;
    }

    #content #right .moduletable_facts img:hover {
        transform: scale(1.2);
    }

    #content #right .moduletable_facts table {
        font-size: 15px;
    }

    #content #right .moduletable_facts table td:first-child {
        padding-right: 9px;
        vertical-align: top;
    }

    #right .moduletable_facts {
        margin-bottom: 51px;
    }

    table.preisliste {
        width: 100%;
    }

    table.preisliste tr:nth-child(odd) {
        background: #e8e5eb;
    }

    table.preisliste td {
        vertical-align: top;
        padding: 4px 13px;
    }

    table.preisliste td:nth-child(1) {
        text-align: left;
    }

    table.preisliste td:nth-child(2) {
        text-align: right;
        width: 20%;
    }

    table.preisliste small {
        line-height: 180%;
        display: inline-block;
    }

    #content .circle_image {
        border-radius: 50%;
        padding: 3px;
        border: 5px solid #68507c;
        float: left;
        margin-right: 30px;
        width: 187px;
        height: auto;
    }

    #content .shirin {
        height: 204px;
        line-height: 204px;
        font-size: 31px;
        color: #68507c;
    }

    #content .infocontainer {}

    #content .infocontainer .infoleft {
        width: 438px;
        float: left;
    }

    #content .infocontainer .inforight {
        width: 438px;
        float: right;
    }


    /* Pagination */

    .search-pagination .search-pages-counter {
        display: none;
    }

    .pagination {
        margin-top: 68px !important;
        text-align: center;
    }

    .pagination .disabled {
        display: inline-block;
        width: 39px;
        height: 39px;
        margin: 0 17px;
        opacity: 0.5;
    }

    .pagination a.pagenav {
        display: inline-block;
        width: 39px;
        height: 39px;
        margin: 0 17px;
        transition: transform 0.2s ease-in;
    }

    .pagination a.pagenav:hover {
        transform: scale(1.2);
    }

    .icon-next, .icon-previous {
        display: block;
        background: #68507c;
        width: 39px;
        height: 39px;
        border-radius: 50%;
        position: relative;
    }

    .icon-next:before {
        content: '';
        display: block;
        border-left: 15px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        top: 9px;
        left: 14px;
    }

    .icon-previous:before {
        content: '';
        display: block;
        border-right: 15px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        top: 9px;
        right: 14px;
    }




    /* Suche */

    #search-form fieldset {
        border: none !important;
    }

    #search-form fieldset label {
        display: none;
    }

    #search-results {
        margin-top: 34px !important;
    }

    #search-results li {
        padding: 0 !important;
        margin-bottom: 40px !important;
    }

    #search-results li span.result__title-text {
        font-size: 18px;
        color: #68507c;
        margin-bottom: 4px;
        text-align: left;
    }

    #search-results li a.result__title-link {
        color: #68507c;
    }

    #search-results li:before {
        display: none !important;
    }





    #search-result-empty {
        margin-top: 51px;
    }

    /* Teamfotos etc */

    #content ul.images {
        font-size: 0;
        list-style: none;
    }

    #content ul.images li {
        width: 29.45%;
        margin-right: 5.825%;
        display: inline-block;
        font-size: 16px;
        /* text-align: center; */
        margin-bottom: 7%;
        padding: 0;
        vertical-align: top;
    }

    #content ul.images li:before {
        display: none;
    }

    #content ul.images li:nth-child(3n) {
        margin-right: 0;
    }

    #content ul.images img {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        border: 1px solid #68507c;
        padding: 4px;
    }

    /* Flash */

    .flash {
        text-align: right;
    }

    .flash div {
        border: 1px solid #68507c;
        padding: 40px 0px;
        text-align: center;
    }
    

    /* Accordeon Contentslider */

    ul.acc_slider {
        list-style: none;
    }

    ul.acc_slider .acc_content {
        display: none;
        text-align: justify;
        margin-bottom: 85px;
    }

    ul.acc_slider li {
        margin: 0;
        transition: margin 0.3s ease-in;
        padding: 0 !important;
    }

    ul.acc_slider li:before {
        display: none !important;
    }

    ul.acc_slider li.open {
        margin: 43px 0;
    }

    ul.acc_slider a.opener {
        display: block;
    }

    ul.acc_slider h2, ul.acc_slider h2.closed {
        margin-bottom: 9px;
        position: relative;
        padding-left: 21px;
        transition: padding 0.3s ease-in;
    }

    ul.acc_slider h2.acc_closed {
        padding-left: 21px !important;
    }

    ul.acc_slider h2:hover, ul.acc_slider h2.open, ul.acc_slider h2.opening {
        padding-left: 0px;
    }

    ul.acc_slider h2:before {
        content: "";
        border-left: 10px solid #68507c;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        position: absolute;
        left: 0;
        top: 12px;
        transition: border 0.3s ease-in;
    }

    ul.acc_slider h2:hover:before, ul.acc_slider h2.open:before, ul.acc_slider h2.opening:before {
        border-left: 0px solid #fff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

    ul.acc_slider h2.acc_closed:before {
        border-left: 10px solid #68507c !important;
        border-top: 7px solid transparent !important;
        border-bottom: 7px solid transparent !important;
    }

    .eb-content .headline {
        font-size: 22px;
    }

    /* Kontakt */

    #map {
        width: 637px;
        height: 340px;
    }

    #map #copyright {
        padding: 3px 7px;
        font-size: 11px;
    }

    input, button {
        padding: 3px 7px;
        font-size: 15px;
        border: 1px solid #68507c;
    }

    button {
        cursor: pointer;
    }

    input#saddr {
        width: 212px;
    }

    input.gr_button {
        font-size: 14px;
        background: #68507c;
        color: #fff;
        cursor: pointer;
        margin-top: 9px;
    }
    
    
    
    
    /* Direktformular */


    #right input, #right textarea {
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    #right .ccforms button {
        font-size: 15px;
    }


    /* Beautymenu */

    #beautymenu {
        position: relative;
        width: 952px;
        margin: 0 auto;
    }

    #beautymenu .beautymother {
        font-size: 0;
        text-align: center;
        background: #fff;
        margin-top: 170px;
        z-index: 50;
        position: relative;
    }

    #beautymenu .beautycontainer {
        width: 20.44%;
        display: inline-block;
        margin-right: 6.08%;
        margin-bottom: 7.14%;
        box-sizing: border-box;
        cursor: pointer;
        vertical-align: top;
    }

    #beautymenu .beautycontainer:nth-child(4), #beautymenu .beautycontainer:nth-child(8) {
        margin-right: 0;
    }

    #beautymenu .beauty_image_container_border {
        padding: 3px;
        border: 5px solid #68507c;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-sizing: border-box;
        vertical-align: top;
    }

    #beautymenu .beautycontainer .beauty_image_container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
    }

    #beautymenu .beautycontainer img {
        display: block;
        transition: transform 0.3s ease-in;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    #beautymenu .beautycontainer:hover img {
        transform: scale(1.2);
    }

    #beautymenu .beautycontainer .beautymenu_text {
        margin-top: 17px;
        color: #68507c;
        display: block;
        font-size: 24px;
        text-align: center;
    }



    /* Logoleiste */

    #logobar {
        position: relative;
        width: 952px;
        margin: 0 auto;
        height: 85px;
        font-size: 0;
        text-align: justify;
        margin-top: 68px;
    }


    #footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 255px;
        background: #68507c;
        box-shadow: inset 0 15px 5px -15px #000;
    }

    #footer_inside {
        position: relative;
        width: 952px;
        height: 255px;
        color: #fff;
        margin: 0 auto;
    }

    #jameda {
        transform: scale(0.85);
        transform-origin: right top;
    }

    #footer .video_border {
        float: left;
        position: absolute;
        left: 0;
        top: 30px;
        border: none !important;
        box-shadow: 0px 0px 2px rgba(0,0,0,0.75);
    }
    
    #footer .video {
        width: 332px;
    }

    #footer .btn_footer {
        left: 387px;
        position: absolute;
        width: 230px;
        background: linear-gradient(#876c9c, #49345c);
        border: 4px solid #fff;
        box-shadow: 0px 0px 2px rgba(0,0,0,0.75);
        text-align: center;
        padding: 6px 0px 10px;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        transition: background 0.3s ease-in;
    }

    #footer .btn_footer:hover {
        background-position: 0 64px;  
    }

    #footer .btn_footer span {
        display: block;
        font-size: 14px;
        text-transform: none;
        background: #fff;
        margin-top: 4px;
        color: #68507c;
        text-shadow: none;
    }

    #footer #btn_geschenkgutschein {
        top: 30px;
    }

    #footer #btn_medipay {
        bottom: 30px;
    }

    #footer .infotext {  
        position: absolute;
        left: 669px;
        top: 27px;
        font-size: 14px;
        line-height: 160%;
    }

    #footer .infotext2 {  
        position: absolute;
        right: 0px;
        bottom: 27px;
        font-size: 9px;
        line-height: 180%;
        text-align: right;
    }

    #footer .infotext p {
        margin-bottom: 23px;
    }

    #footer .infotext a.link:before {
        top: 7px;
        border-left: 6px solid #fff;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

    #footer .isac_member_2025 {
        left: 0;
        top: 30px;
        height: 195px;
    }

    #footer .isac_member_2026 {
        left: 111px;
        top: 30px;
        height: 195px;
    }



}



@media (max-width: 980px) {
	
	.mobile {
		display: block !important;
	}
	
	.desktop {
		display: none !important;
	}
    
    .tbpt_show {
        display: inline-block !important;
    }
    
    #wrapper {
        overflow: hidden;
    }
    
    body {
        font-size: 18px;
    }
    
    .img_right {
        margin-left: 5%;
    }
    
    #webpage  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
        position: relative;
    }

    #webpage.menu_active {
        transform: translateX(300px); 
    }
    
    #footer  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
    }
    
    #footer.menu_active {
        transform: translateX(300px); 
    }

    #webpage_overlay, #footer_overlay {
        position: absolute;
        z-index: 60;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.5);
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==');
        transition: opacity 0.3s ease-in, visibility 0s 0.3s; 
        visibility: hidden;
        opacity: 0;
    }

    #webpage_overlay.menu_active, #footer_overlay.menu_active  {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease-in, visibility 0s 0s; 
    }
    
    #menu {
        background: #68507c;
        position: absolute;
        width: 300px;
        padding: 30px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999999;
        transform: translateX(-300px);
        transition: transform 0.3s ease-in;
        box-sizing: border-box;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        display: block !important;
    }

    #menu.menu_active {
        transform: translateX(0); 
    }
    
    #rmenu {
        position: absolute;
        left: 30px;
        top: 30px;
        z-index: 9999999999999999;
        height: 40px;
        cursor: pointer;
        line-height: 38px;
        display: block !important;
        font-size: 18px;
    }

    #rmenu #rmenu_icon {
        display: block;
        width: 40px;
        height: 2px;
        background: rgba(104,80,124,1);
        position: relative;
        top: 19px;
        left: -60px;
        transition: background 0s 0.15s;
    }

    #rmenu.menu_active #rmenu_icon {
        background: rgba(104,80,124,0);
    }

    #rmenu #rmenu_icon:before {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(104,80,124,1);
        position: absolute;
        top: -12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }

    #rmenu_trigger {
        cursor: pointer;
        display: inline-block;
        padding-left: 60px;
    }
    
    #rmenu #rmenu_icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(104,80,124,1);
        position: absolute;
        top: 12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }
    
    #rmenu.menu_active #rmenu_icon:before {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(135deg);
    }

    #rmenu.menu_active #rmenu_icon:after {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(-135deg);
    }

    #menu ul.nav, #menu ul.nav ul {
        list-style: none;
        width: 100%;
        margin: 0;
    }

    #menu ul.nav li {
        width: 100%;
        border-bottom: 1px dotted rgba(255,255,255,0.3);
        margin: 0;
        position: relative;
    }
    
    #menu ul.nav li img {
        display: none;
    }

    #menu ul.nav li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #menu ul.nav li a {
        color: #fff;
        line-height: 130%;
        display: block;
        padding-top: 9px;
        padding-bottom: 8px;
        font-size: 21px;
        width: calc(100% - 15px);
    }
    

    #menu ul.nav li ul li:first-child {
        border-top: 1px dotted rgba(255,255,255,0.3);
        margin-top: 3px;
    }

    #menu ul.nav li a:before {
        content: '';
        display: block;
        position: absolute;
        left: -35px;
        top: 21px;
        width: 5px;
        height: 5px;
        background: #fff;
    }


    #menu ul.nav li.current a:before, #menu ul.nav li a:hover:before {
        left: 0;
    }

    #menu ul.nav li.current a, #menu ul.nav li a:hover {
        padding-left: 15px;
    }

    #menu ul.nav li ul li a, #menu ul.nav li.current ul li a {
        padding-left: 30px;
        font-size: 19px;
        width: calc(100% - 45px);
    }

    #menu ul.nav li ul li.current a, #menu ul.nav li ul li a:hover, #menu ul.nav li.current ul li.current a, #menu ul.nav li.current ul li a:hover  {
        padding-left: 45px;
    }

    #menu ul.nav li.current ul li a:before {
        left: -35px;
    }

    #menu ul.nav li ul li a:before {
        top: 19px;
    }


    #menu ul.nav li ul li.current a:before, #menu ul.nav li ul li a:hover:before {
        left: 30px;
    }
    
    
    #header {
        height: 100px;
    }

    #header_inside {
        width: 100%;
        height: 100px;
    }

    #header #logo {
        position: absolute;
        left: 50%;
        margin-left: -127px;
        top: 20px;
        width: auto;
        height: 60px;
        display: block;
    }
    
    #header #phone {
        display: none;
    }

    #header #suche {
        position: absolute;
        right: 25px;
        width: auto;
        height: 40px !important;
        top: 30px;
    }
        
    #header #facebook {
        display: none;
    }
    
    #header #youtube {
        display: none;
    }
    
    #header #instagram {
        display: none;
        height: 400px;
    }
    
    #header #google_translate_desktop {
       display: none;
    }
    
    #google_translate_mobile {
        margin-top: 25px;
    }

    #topmenu {
        position: relative;
        height: 7px;
        background: #68507c;
        z-index: 50;
    }

    #topmenu_inside {
        display: none;
    }
    
    #slider {
        border-top: none;
    }
    
    #content_wrapper {
        padding-bottom: 150px;
    }

    #content {
        position: relative;
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: justify;
        margin-top: 51px;
    }

    .with_right:before {
        display: none;
    }

    #content #content_left {
        width: 100%;
        float: none;
        border-bottom: 1px solid #68507c;
        padding-bottom: 50px;
    }

    #content #right {
        width: 100%;
        float: none;
        text-align: left;
        margin-top: 60px;

    }
    
    #content h1, #content #right h2 {
        font-size: 40px;
        color: #68507c;
        margin-bottom: 19px;
        line-height: 130%;
        text-align: left;
    }

    #content h2, #content #right h3 {
        font-size: 34px;
        color: #68507c;
        margin-bottom: 19px;
        line-height: 130%;
        text-align: left;
    }

    #content h3 {
        font-size: 20px;
        color: #68507c;
        margin-bottom: 14px;
        line-height: 150%;
        text-align: left;
    }

    #content #right h3 {
        margin-bottom: 10px;
    }


    #content .moduletable_contentmenu ul.nav li {
        width: auto;
    }

    #content ul.nav li {
        width: 100%;
        margin-bottom: 50px;
        padding: 0;
    }

    #content ul.nav li.active a {
        color: #68507c;
    }

    #content ul.nav li a {
        padding: 5px 0;
        border: 1px solid #49355c;
        text-align: center;
        line-height: 150%;
        width: 100%;
        font-size: 20px;
        text-transform: uppercase;
    }

    #content ul.nav li a:hover {
        padding: 5px 0;
        background: #49355c;
        color: #fff;
    }

    #content ul.nav li ul {
        margin-top: 20px;
    }
    
    #content ul.nav li ul li {
        margin-bottom: 20px;
    }
    
    #content ul.nav li ul li:last-child {
        margin-bottom: 50px;
    }

    #content ul.nav li ul li a {
        line-height: 150%;
        font-size: 18px;
        display: block;
        padding: 5px 0;
        text-transform: none;
    }

    #content ul.nav li ul li:before {
        display: none;
    }


     a.link {
        padding: 5px 0 !important;
        border: 1px solid #49355c;
        text-align: center;
        margin-top: 15px;
        line-height: 150%;
    }

    a.link:hover {
        padding: 0;
        background: #49355c;
        color: #fff;
    }

    #content ul.nav li:before, a.link:before {
        display: none;
    }

    a.link:before {
        top: 10px;
    }


    /* Newsblog */

    #content .datecontainer {
        margin-bottom: 21px;
        margin-top: -13px;
    }

    #content .news_frontpage_datum {
        margin-top: -8px;
        margin-bottom: 13px;
    }

    #content .blog .items-leading > div, #content #frontpage {
        margin-bottom: 85px;
    }

    #content .blog .items-leading > div:last-child {
        margin-bottom: 0;
    }





    #right .moduletable, #content #right .moduletable_preisliste, #right ul.nav {
        margin-bottom: 100px;
    }
    
    #content #right ul.nav li {
        margin-bottom: 25px;
    }
    
    #content #right .moduletable_facts {
        width: 100%;
        display: block;
        margin-bottom: 100px;
        box-sizing: border-box;
    }


    #content #right .moduletable_facts .facts_image_border {
        width: 50%;
        height: auto;
        border: 1px solid #68507c;
        padding: 4px;
        margin-top: 13px;
        margin-bottom: 30px;
        margin-right: 5%;
        box-sizing: border-box;
        background: #fff;
        float: left;
    }
 
    #content #right .moduletable_facts .facts_image_container {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    #content #right .moduletable_facts img {
        display: block;
        transition: transform 0.3s ease-in;
        width: 100%;
        height: auto;
    }

    #content #right .moduletable_facts img:hover {
        transform: scale(1.2);
    }

    #content #right .moduletable_facts table {
        font-size: 17px;
        position: relative;
        float: left;
        margin-top: 10px;
        max-width: 45%;
        margin-bottom: 20px;
    }   

    #content #right .moduletable_facts table td:first-child {
        padding-right: 9px;
        vertical-align: top;
    }

    #content #right .moduletable_facts a.link {
        clear: both;
    }
    
    #content #right .moduletable_preisliste {
        display: none;
    }

    table.preisliste {
        width: 100%;
    }

    table.preisliste tr:nth-child(odd) {
        background: #e8e5eb;
    }

    table.preisliste td {
        vertical-align: top;
        padding: 4px 13px;
    }

    table.preisliste td:nth-child(1) {
        text-align: left;
    }

    table.preisliste td:nth-child(2) {
        text-align: right;
        width: 20%;
    }

    table.preisliste small {
        line-height: 180%;
        display: inline-block;
    }

    #content .circle_image {
        border-radius: 50%;
        padding: 3px;
        border: 5px solid #68507c;
        float: left;
        margin-right: 30px;
        width: 187px;
        height: auto;
    }

    #content .shirin {
        height: 204px;
        line-height: 204px;
        font-size: 31px;
        color: #68507c;
    }

    #content .infocontainer {}

    #content .infocontainer .infoleft {
        width: 100%;
        float: none;
        margin-bottom: 80px;
    }

    #content .infocontainer .inforight {
        width: 100%;
        float: none;
    }


    /* Pagination */

    .search-pagination .search-pages-counter {
        display: none;
    }

    .pagination {
        margin-top: 68px !important;
        text-align: center;
    }

    .pagination .disabled {
        display: inline-block;
        width: 39px;
        height: 39px;
        margin: 0 17px;
        opacity: 0.5;
    }

    .pagination a.pagenav {
        display: inline-block;
        width: 39px;
        height: 39px;
        margin: 0 17px;
        transition: transform 0.2s ease-in;
    }

    .pagination a.pagenav:hover {
        transform: scale(1.2);
    }

    .icon-next, .icon-previous {
        display: block;
        background: #68507c;
        width: 39px;
        height: 39px;
        border-radius: 50%;
        position: relative;
    }

    .icon-next:before {
        content: '';
        display: block;
        border-left: 15px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        top: 9px;
        left: 14px;
    }

    .icon-previous:before {
        content: '';
        display: block;
        border-right: 15px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        top: 9px;
        right: 14px;
    }




    /* Suche */

    #search-form fieldset {
        border: none !important;
    }

    #search-form fieldset label {
        display: none;
    }

    #search-results {
        margin-top: 34px !important;
    }

    #search-results li {
        padding: 0 !important;
        margin-bottom: 40px !important;
    }

    #search-results li .result__title-text {
        font-size: 18px;
        color: #68507c;
        margin-bottom: 4px;
        text-align: left;
    }

    #search-results li a.result__title-link {
        color: #68507c;
    }

    #search-results li:before {
        display: none !important;
    }


    #search-result-empty {
        margin-top: 51px;
    }

    /* Teamfotos etc */

    #content ul.images {
        font-size: 0;
        list-style: none;
    }

    #content ul.images li {
        width: 29.45%;
        margin-right: 5.825%;
        display: inline-block;
        font-size: 16px;
        /* text-align: center; */
        margin-bottom: 7%;
        padding: 0;
        vertical-align: top;
    }

    #content ul.images li:before {
        display: none;
    }

    #content ul.images li:nth-child(3n) {
        margin-right: 0;
    }

    #content ul.images img {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        border: 1px solid #68507c;
        padding: 4px;
    }

    /* Flash */
    /*
    .flash {
        display: none;
        text-align: right;
    }
    */
    .flash div {
        border: 1px solid #68507c;
        padding: 40px 0px;
        text-align: center;
    }
    /*
    .flash_mp4 {
        display: block !important;
    }
    */
    /* Accordeon Contentslider */

    ul.acc_slider {
        list-style: none;
    }

    ul.acc_slider .acc_content {
        display: none;
        text-align: justify;
        margin-bottom: 100px;
    }

    ul.acc_slider li {
        margin: 0;
        transition: margin 0.3s ease-in;
        padding: 0 !important;
    }

    ul.acc_slider li:before {
        display: none !important;
    }

    ul.acc_slider li.open {
        margin: 50px 0;
    }

    ul.acc_slider a.opener {
        display: block;
    }

    ul.acc_slider h2, ul.acc_slider h2.closed {
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
        transition: padding 0.3s ease-in;
    }

    ul.acc_slider h2.acc_closed {
        padding-left: 25px !important;
    }

    ul.acc_slider h2:hover, ul.acc_slider h2.open, ul.acc_slider h2.opening {
        padding-left: 0px;
    }

    ul.acc_slider h2:before {
        content: "";
        border-left: 12px solid #68507c;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        position: absolute;
        left: 0;
        top: 15px;
        transition: border 0.3s ease-in;
    }

    ul.acc_slider h2:hover:before, ul.acc_slider h2.open:before, ul.acc_slider h2.opening:before {
        border-left: 0px solid #fff;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    ul.acc_slider h2.acc_closed:before {
        border-left: 12px solid #68507c !important;
        border-top: 8px solid transparent !important;
        border-bottom: 8px solid transparent !important;
    }



    .eb-content .headline {
        font-size: 24.6px;
    }

    /* Kontakt */

    #map {
        width: 320px;
        height: 320px;
    }

    input, button {
        padding: 3px 7px;
        font-size: 15px;
        border: 1px solid #68507c;
    }

    button {
        cursor: pointer;
    }

    input#saddr {
        width: 212px;
    }

    input.gr_button {
        font-size: 14px;
        background: #68507c;
        color: #fff;
        cursor: pointer;
        margin-top: 9px;
    }
    
    
    
    /* Direktformular */


    #right input, #right textarea {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    #right .ccforms button {
        float: left;
        font-size: 17px;
        margin-top: 10px;
    }


    /* Beautymenu */

    #beautymenu { 
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
        box-sizing: border-box;
    }

    #beautymenu .beautymother {
        font-size: 0;
        text-align: center;
        background: #fff;
        margin-top: 170px;
        z-index: 50;
        position: relative;
    }

    #beautymenu .beautycontainer {
        width: 20.44%;
        display: inline-block;
        margin-right: 6.08%;
        margin-bottom: 7.14%;
        box-sizing: border-box;
        cursor: pointer;
        vertical-align: top;
    }

    #beautymenu .beautycontainer:nth-child(4), #beautymenu .beautycontainer:nth-child(8) {
        margin-right: 0;
    }

    #beautymenu .beauty_image_container_border {
        padding: 2px;
        border: 4px solid #68507c;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-sizing: border-box;
        vertical-align: top;
    }

    #beautymenu .beautycontainer .beauty_image_container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
    }

    #beautymenu .beautycontainer img {
        display: block;
        transition: transform 0.3s ease-in;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    #beautymenu .beautycontainer:hover img {
        transform: scale(1.2);
    }

    #beautymenu .beautycontainer .beautymenu_text {
        margin-top: 17px;
        color: #68507c;
        display: block;
        font-size: 24px;
        text-align: center;
    }



    /* Logoleiste */

    #logobar {
        position: relative;
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        margin: 0 auto;
        height: auto;
        font-size: 0;
        text-align: center;
        margin-top: 30px;
    }
    
    #logobar img {
        padding: 2% 3.2%;
    }
    
    #logobar img.fraxel_logo { width: 15.4%; height: auto }
    #logobar img.isolaz_logo { width: 9.3%; height: auto }
    #logobar img.thermage_logo { width: 13.5%; height: auto }
    #logobar img.liposonix_logo { width: 16.06%; height: auto }
    #logobar img.elos_plus_logo { width: 13.5%; height: auto }
    #logobar img.lumenis_logo { width: 13.99%; height: auto }
    #logobar img.restylane_logo { width: 12.04%; height: auto }
    #logobar img.radiesse_logo { width: 13.12%; height: auto }
    #logobar img.bti_logo { width: 8.62%; height: auto }
    
    #footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 150px;
        background: #68507c;
        box-shadow: inset 0 15px 5px -15px #000;
    }

    #footer_inside {
        position: relative;
        width: 100%;
        height: 150px;
        color: #fff;
        margin: 0 auto;
        padding: 0px 30px;
        box-sizing: border-box;
    }

    #jameda {
        transform: scale(0.65);
        transform-origin: right top;
        right: 25px;
    }
    
    #footer_mobile {
        display: block !important;
        height: 40px;
        line-height: 36px;
        top: 55px;
        position: relative;
        font-weight: 200;
        font-size: 30px !important;
    }
    
    #footer_mobile img {
        height: 40px;
        width: auto;
        float: left;
        margin-right: 15px;
    }
    
    #footer .facebook {
        position: absolute;
        right: 230px;
        top: 60px;
        height: 30px;
        width: auto;
    }
    
    #footer .instagram {
        position: absolute;
        right: 290px;
        top: 60px;
        height: 30px;
        width: auto;
    }
    
    #footer .youtube {
        position: absolute;
        right: 350px;
        top: 56px;
        height: 38px;
        width: auto;
    }

    #footer .video_border {
        display: none;
    }

    #footer .btn_footer {
        display: none;
    }

    #footer .infotext {  
        display: none;
    }

    #footer .infotext2 {  
        display: none;
    }

        #footer .isac_member_2025 {
        left: auto;
        right: 106px;
        top: 20px;
        height: 110px;
    }

    #footer .isac_member_2026 {
        left: auto;
        right: 30px;
        top: 20px;
        height: 110px;
    }

    .gt_consent_modal, .gt_consent_modal:hover {
        color: #fff;
        font-size: 21px;
    }

    .gt_consent_modal img {
        margin-left: 0;
        margin-top: 5px;
    }

}



@media (max-width: 760px) {

    .hd_smls {
        display: none;
    }

    body {
        font-size: 16px;
    }
    
    #header {
        height: 80px;
    }
    
    #header_inside {
        width: 100%;
        height: 80px;
    }
    
    #header #logo {
        top: 15px;
        width: auto;
        height: 50px;
        margin-left: -105px;
    }
    
    #header #suche {
        position: absolute;
        right: 25px;
        width: 30px !important;
        height: auto !important;
        top: 27px;
    }

    #menu {
        padding: 25px;
    }
    
    #rmenu {
        left: 25px;
        top: 20px;
    }

    #rmenu #rmenu_icon {
        top: -4px;
        left: 0;
    }
    
    #rmenu_trigger {
        padding-left: 0;
    }

    #topmenu {
        display: none;
    }
    
    #slider {
        position: relative;
        width: 100%;
        background: #121212;
        height: 0;
        overflow: hidden;
        border-bottom: 5px solid #68507c;
        border-top: 5px solid #68507c;
        box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 1);
        padding-bottom: 40%;
    }
    
    #slider .ls-bottom-nav-wrapper {
        display: none !important;
    }
    
    #content_wrapper {
        padding-bottom: 150px;
    }
    
    #content {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: justify;
        padding: 0 25px 80px;
        margin-top: 30px;
        box-sizing: border-box;
        text-align: left;
    }
    
    #content h1, #content #right h2 {
        font-size: 36px;
        color: #68507c;
        margin-bottom: 17px;
        line-height: 130%;
        text-align: left;
    }

    #content h2, #content #right h3 {
        font-size: 31px;
        color: #68507c;
        margin-bottom: 17px;
        line-height: 130%;
        text-align: left;
    }

    #content h3 {
        font-size: 18px;
        color: #68507c;
        margin-bottom: 13px;
        line-height: 150%;
        text-align: left;
    }

    #content #right h3 {
        margin-bottom: 9px;
    }

    #content .circle_image {
        border-radius: 50%;
        padding: 2px;
        border: 4px solid #68507c;
        float: left;
        margin-right: 25px;
        width: 120px;
        height: 120px;
    }
    
    #content .shirin {
        height: 132px;
        line-height: 132px;
        font-size: 31px;
        color: #68507c;
    }
    
    #jameda-widget-container336951 {
        transform: scale(0.85);
        transform-origin: left top;
    }
    
    ul.acc_slider h2:before {
        content: "";
        border-left: 10px solid #68507c;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        position: absolute;
        left: 0;
        top: 12px;
        transition: border 0.3s ease-in;
    }

    ul.acc_slider h2:hover:before, ul.acc_slider h2.open:before, ul.acc_slider h2.opening:before {
        border-left: 0px solid #fff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

    ul.acc_slider h2.acc_closed:before {
        border-left: 10px solid #68507c !important;
        border-top: 7px solid transparent !important;
        border-bottom: 7px solid transparent !important;
    }
    
    /* Direktformular */


    #right input, #right textarea {
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    #right .ccforms button {
        float: left;
        font-size: 15px;
        margin-top: 10px;
    }
    
    
    
    
    
    #beautymenu .beautymother {
        font-size: 0;
        text-align: center;
        background: #fff;
        margin-top: 70px;
        z-index: 50;
        position: relative;
    }
    
    
    .eb-content .headline {
        font-size: 22px;
    }
    
    .map {
        width: 45%;
    }
    
    input#saddr {
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .kontaktdaten { 
        width: 45%;
    }
    
    .kontaktdaten a.link {
        max-width: 80%;
    }
    
    #map {
        width: 100%;
        height: 320px;
    }


    #footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 150px;
        background: #68507c;
        box-shadow: inset 0 15px 5px -15px #000;
    }

    #footer_inside {
        position: relative;
        width: 100%;
        height: 150px;
        color: #fff;
        margin: 0 auto;
        padding: 0px 30px;
        box-sizing: border-box;
    }

    #jameda {
        transform: scale(0.5);
        transform-origin: right top;
        right: 20px;
    }
    
    #footer_mobile {
        display: block !important;
        height: 30px;
        line-height: 30px;
        top: 30px;
        position: relative;
        font-size: 24px !important;
    }
    
    #footer_mobile img {
        height: 30px;
        width: auto;
        float: left;
        margin-right: 15px;
    }
    
    #footer .facebook {
        position: absolute;
        right: auto;
        left: 130px;
        top: auto;
        bottom: 33px;
        height: 26px;
        width: auto;
    }
    
    #footer .instagram {
        position: absolute;
        right: auto;
        left: 80px;
        top: auto;
        bottom: 33px;
        height: 26px;
        width: auto;
    }
    
    #footer .youtube {
        position: absolute;
        right: auto;
        left: 30px;
        top: auto;
        bottom: 30px;
        height: 32px;
        width: auto;
    }

            #footer .isac_member_2025 {
        left: auto;
        right: 106px;
        top: 20px;
        height: 110px;
    }

    #footer .isac_member_2026 {
        left: auto;
        right: 30px;
        top: 20px;
        height: 110px;
    }

    .yt_consent {
        background: rgba(232,229,235,1);
    }

    .yt_consent > div {
        max-width: 100%;
    }

    #gt_consent > div {
        width: 550px;
    }



}

@media (max-width: 550px) {

    #content_wrapper {
        padding-bottom: 140px;
    }

    #footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 150px;
        background: #68507c;
        box-shadow: inset 0 15px 5px -15px #000;
    }

    #footer_inside {
        position: relative;
        width: 100%;
        height: 150px;
        color: #fff;
        margin: 0 auto;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    #jameda {
        transform: scale(0.5);
        transform-origin: right top;
        right: 8px;
    }
    
    #footer_mobile {
        display: block !important;
        height: 28px;
        line-height: 28px;
        top: 25px;
        position: relative;
        font-size: 22px !important;
        font-size: 19px !important;
    }
    
    #footer_mobile img {
        height: 28px;
        width: auto;
        float: left;
        margin-right: 12px;
        margin-right: 8px;
    }
    /*
    #footer .facebook {
        position: absolute;
        right: 50%;
        top: auto;
        bottom: 30px;
        margin-right: -67px;
        height: 26px;
        width: auto;
    }
    
    #footer .instagram {
        position: absolute;
        right: 50%;
        bottom: 30px;
        margin-right: -13px;
        top: auto;
        height: 26px;
        width: auto;
    }
    
    #footer .youtube {
        position: absolute;
        right: auto;
        top: auto;
        bottom: 27px;
        left: 50%;
        margin-left: -65px;
        height: 32px;
        width: auto;
    }
    */



    #footer .facebook {
        left: 120px;
    }
    
    #footer .instagram {
        left: 70px;
    }
    
    #footer .youtube {
        left: 20px;
    }

    #footer .isac_member_2025 {
        right: 76px;
    }

    #footer .isac_member_2026 {
        right: 20px;
    }

}



@media (max-width: 460px) {

    #header, #header_inside {
        height: 70px;
    }
    
    #header #logo {
        top: 15px;
        height: 40px;
        margin-left: -84px;
    }
    
    #header #suche {
        right: 20px;
        top: 22px;
    }
    
    #webpage.menu_active {
        transform: translateX(270px); 
    }
    
    #footer.menu_active {
        transform: translateX(270px); 
    }


    #menu {
        width: 270px;
        padding: 20px;
        transform: translateX(-270px);
    }
    
    #rmenu {
        left: 20px;
        top: 15px;
    }

    
    #content {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: justify;
        padding: 0 20px 0;
        margin-top: 30px;
        box-sizing: border-box;
        text-align: left;
    }

    #content h1, #content #right h2 {
        font-size: 30px;
        color: #68507c;
        margin-bottom: 17px;
        line-height: 130%;
        text-align: left;
    }

    #content h2, #content #right h3 {
        font-size: 26px;
        color: #68507c;
        margin-bottom: 17px;
        line-height: 130%;
        text-align: left;
    }

    #content h3 {
        font-size: 18px;
        color: #68507c;
        margin-bottom: 13px;
        line-height: 150%;
        text-align: left;
    }

    #content #right h3 {
        margin-bottom: 9px;
    }
    
    /* Direktformular */

    #right #newrecaptcha {
        margin-top: 9px;
        transform: scale(0.9);
        transform-origin: left top;
    }

    #right #bfSubmitButton {
        margin-top: 10px;
    }
    
    /* Beautymenu */

    #beautymenu { 
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #beautymenu .beautymother {
        font-size: 0;
        text-align: center;
        background: #fff;
        margin-top: 70px;
        z-index: 50;
        position: relative;
    }

    #beautymenu .beautycontainer {
        width: 20.44%;
        display: inline-block;
        margin-right: 6.08%;
        margin-bottom: 7.14%;
        box-sizing: border-box;
        cursor: pointer;
        vertical-align: top;
    }

    #beautymenu .beautycontainer:nth-child(4), #beautymenu .beautycontainer:nth-child(8) {
        margin-right: 0;
    }

    #beautymenu .beauty_image_container_border {
        padding: 1px;
        border: 2px solid #68507c;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-sizing: border-box;
        vertical-align: top;
    }

    #beautymenu .beautycontainer .beauty_image_container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
    }

    #beautymenu .beautycontainer img {
        display: block;
        transition: transform 0.3s ease-in;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    #beautymenu .beautycontainer:hover img {
        transform: scale(1.2);
    }

    #beautymenu .beautycontainer .beautymenu_text {
        margin-top: 13px;
        color: #68507c;
        display: block;
        font-size: 16px;
        line-height: 130%;
        text-align: center;
    }
    
     #content .circle_image {
        border-radius: 50%;
        padding: 1px;
        border: 3px solid #68507c;
        float: left;
        margin-right: 15px;
        width: 82px;
        height: 82px;
    }
    
    #content .shirin {
        height: 86px;
        line-height: 86px;
        font-size: 22px;
        color: #68507c;
    }
    
    /* Teamfotos etc */

    #content ul.images li {
        width: 100%;
        margin-right:0;
        display: inline-block;
        font-size: 16px;
        margin-bottom: 100px;
        padding: 0;
        vertical-align: top;
    }

    #content ul.images img {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        border: 1px solid #68507c;
        padding: 3px;
    }

    /* Comparison Slider */

    .comparison_slider {
        display: block;
    }

    .comparison_slider > div {
        width: 100%;
    }
    
    .comparison_slider > div:nth-child(1) {
        margin-bottom: 70px;
    }


    /* SIGE */
    
    .sigplus-gallery ul li a {
        padding: 3px !important;
    }

    #content #right .moduletable_facts .facts_image_border {
        width: 100%;
        height: auto;
        border: 1px solid #68507c;
        padding: 3px;
        margin-top: 13px;
        margin-bottom: 20px;
        margin-right: 0;
        float: none;
    }

    #content #right .moduletable_facts img:hover {
        transform: scale(1.2);
    }

    #content #right .moduletable_facts table {
        font-size: 16px;
        position: relative;
        float: none;
        margin-top: 10px;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 20px;
    }   

    #content #right .moduletable_facts table td:first-child {
        padding-right: 9px;
        vertical-align: top;
    }
    
    #jameda-widget-container336951 {
        transform: scale(0.7);
        transform-origin: left top;
    }
    
    ul.acc_slider h2:before {
        content: "";
        border-left: 10px solid #68507c;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        position: absolute;
        left: 0;
        top: 9px;
        transition: border 0.3s ease-in;
    }

    ul.acc_slider h2:hover:before, ul.acc_slider h2.open:before, ul.acc_slider h2.opening:before {
        border-left: 0px solid #fff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

    ul.acc_slider h2.acc_closed:before {
        border-left: 10px solid #68507c !important;
        border-top: 7px solid transparent !important;
        border-bottom: 7px solid transparent !important;
    }
    
    table.preisliste {
        width: 100%;
    }

    table.preisliste tr:nth-child(odd) {
        background: #e8e5eb;
    }

    table.preisliste td {
        display: block;
    }

    table.preisliste td:nth-child(1) {
        text-align: left;
    }

    table.preisliste td:nth-child(2) {
        text-align: left;
        width: 100%;
    }

    table.preisliste small {
        line-height: 180%;
        display: inline-block;
    }
    
    input, button {
        margin-bottom: 10px;
    }
    
   .map {
        width: 100%;
        float: none;
        margin-top: 50px;
    }
    
    input#saddr {
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    
    .kontaktdaten { 
        width: 100%;
        float: none;
    }
    
    .kontaktdaten a.link {
        max-width: 100%;
    }
    
    #map {
        width: 100%;
        height: 320px;
    }

    .video .yt_consent > div {
        padding: 15px 15px 20px;
        font-size: 16px;
        line-height: 140%;
    }

    .video .yt_consent > div .button_yay_yt {
        font-size: 17px;
        line-height: 170%;
    }

    .video .yt_consent > div .small {
        font-size: 13px;
    }


    #gt_consent > div > div {
            padding: 15px 46px 20px;
            font-size: 16px;
    }

    #gt_consent > div .button_yay_gt {
        font-size: 16px;
    }

    #gt_consent > div p.small {
        font-size: 13px;
    }

    #gt_consent .gt_consent_modal_close {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
    }

}
