





/* ============= Start Fonts =============== */
@font-face {
  font-family: "Open-sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/open-sans/opensans-regular-webfont.woff")
      format("woff"),
    url("/fonts/open-sans/opensans-regular-webfont.woff2")
      format("woff2");
}
@font-face {
  font-family: "Open-sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/open-sans/opensans-bold-webfont.woff")
      format("woff"),
    url("/fonts/open-sans/opensans-bold-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Open-sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/open-sans/opensans-extrabold-webfont.woff")
      format("woff"),
    url("/fonts/open-sans/opensans-extrabold-webfont.woff2")
      format("woff2");
}
@font-face {
  font-family: "Florida-vibes";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/florida-vibes/florida_vibes_by_turbologo-webfont.woff")
      format("woff"),
    url("/fonts/florida-vibes/florida_vibes_by_turbologo-webfont.woff2")
      format("woff2");
}
@font-face {
  font-family: "Florida-vibes";
  font-style: normal;

  font-display: swap;
  src: url("/fonts/florida-vibes/florida_vibes_by_turbologo-webfont.woff")
      format("woff"),
    url("/fonts/florida-vibes/florida_vibes_by_turbologo-webfont.woff2")
      format("woff2");
}

 
/* ============= Finish Fonts =============== */




@font-face {
	font-family: "Kaushan Script"; /* "Bonheur Royale"; /* new / Old "Kaushan Script"; */
	font-style: normal;
	font-weight: 400;
	src: local(""), url("/fonts/kaushan-script-v9-latin-regular.woff2") format("woff2"), url("/fonts/kaushan-script-v9-latin-regular.woff") format("woff")
}

@font-face {
	font-family: "Open Sans Condensed";
	font-style: normal;
	font-weight: 300;
	src: local(""), url("/fonts/open-sans-condensed-v15-latin-300.woff2") format("woff2"), url("/fonts/open-sans-condensed-v15-latin-300.woff") format("woff")
}

 

@font-face {
    font-family: "Bonheur Royale";
    src: url("/fonts/Bonheur_Royale/BonheurRoyale-Regular.woff2") format("woff2"),
         url("/fonts/Bonheur_Royale/BonheurRoyale-Regular.woff") format("woff"),
         url("/fonts/Bonheur_Royale/BonheurRoyale-Regular.ttf") format("truetype");
}



body,
form, 
figure {
	margin: 0;
	padding: 0
}

img {
	border: 0
}

header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
	display: block
}

body {
	font-size: 100.01%
}

select,
input,
textarea {
	font-size: 99%
}

#container,
.inside {
	position: relative
}

#main,
#left,
#right {
	float: left;
	position: relative
}

#main {
	width: 100%
}

#left {
	margin-left: -100%
}

#right {
	margin-right: -100%
}

#footer {
	clear: both
}

#main .inside {
	min-height: 1px
}

.ce_gallery>ul,
.content-gallery>ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none
}

.ce_gallery>ul li,
.content-gallery>ul li {
	float: left
}

.ce_gallery>ul li.col_first,
.content-gallery>ul li.col_first {
	clear: left
}

.float_left,
.media--left>figure {
	float: left
}

.float_right,
.media--right>figure {
	float: right
}

.block {
	overflow: hidden
}

.clear,
#clear {
	height: .1px;
	font-size: .1px;
	line-height: .1px;
	clear: both
}

.invisible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.custom {
	display: block
}

#container:after,
.custom:after {
	content: "";
	display: table;
	clear: both
}

@media (max-width:767px) {
	#wrapper {
		margin: 0;
		width: auto
	}

	#container {
		padding-left: 0;
		padding-right: 0
	}

	#main,
	#left,
	#right {
		float: none;
		width: auto
	}

	#left {
		right: 0;
		margin-left: 0
	}

	#right {
		margin-right: 0
	}
}

img {
	max-width: 100%;
	height: auto
}

.audio_container audio {
	max-width: 100%
}

.video_container video {
	max-width: 100%;
	height: auto
}

.aspect,
.responsive {
	position: relative;
	height: 0
}

.aspect iframe,
.responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.aspect--16\:9,
.responsive.ratio-169 {
	padding-bottom: 56.25%
}

.aspect--16\:10,
.responsive.ratio-1610 {
	padding-bottom: 62.5%
}

.aspect--21\:9,
.responsive.ratio-219 {
	padding-bottom: 42.8571%
}

.aspect--4\:3,
.responsive.ratio-43 {
	padding-bottom: 75%
}

.aspect--3\:2,
.responsive.ratio-32 {
	padding-bottom: 66.6666%
}

header,
footer,
nav,
section,
aside,
main,
article,
figure,
figcaption {
	display: block
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
ol,
ul,
li,
dl,
dt,
dd,
figure,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea {
	margin: 0;
	padding: 0
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

caption,
th,
td {
	text-align: left;
	text-align: start;
	vertical-align: top
}

abbr,
acronym {
	font-variant: normal;
	border-bottom: 1px dotted #666;
	cursor: help
}

blockquote,
q {
	quotes: none
}

fieldset,
img,
iframe {
	border: 0
}

ul {
	list-style-type: none
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

del {
	text-decoration: line-through
}

ins {
	text-decoration: none
}

body {
	font: 12px/1 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #000
}

input,
button,
textarea,
select {
	font-family: inherit;
	font-size: 99%;
	font-weight: inherit
}

pre,
code {
	font-family: Monaco, monospace
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

h1 {
	font-size: 1.8333em
}

h2 {
	font-size: 1.6667em
}

h3 {
	font-size: 1.5em
}

h4 {
	font-size: 1.3333em
}

table {
	font-size: inherit
}

caption,
th {
	font-weight: 700
}

a {
	color: #00f
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 1em
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
table,
ol,
ul,
form {
	margin-bottom: 12px
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
	max-width: none
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

#cboxOverlay {
	background: #000;
	opacity: .9;
	filter: alpha(opacity=90)
}

#colorbox {
	outline: 0
}

#cboxContent {
	margin-top: 20px;
	background: #000
}

.cboxIframe {
	background: #fff
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent {
	border: 5px solid #000;
	background: #fff
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0;
	color: #ccc
}  
  
#cboxLoadingGraphic {
	background: url(/images/loading.gif) no-repeat center center
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: 0 0
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff
}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(../../assets/colorbox/images/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px
}

#cboxPrevious:hover {
	background-position: bottom left
}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(../../assets/colorbox/images/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px
}

#cboxNext:hover {
	background-position: bottom right
}

#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(../../assets/colorbox/images/controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px
}

#cboxClose:hover {
	background-position: bottom center
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #D0AC5C
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 40px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #D0AC5C
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger--3dx .hamburger-box {
	perspective: 80px
}

.hamburger--3dx .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
	transform: rotateY(180deg);
	background-color: transparent !important
}

.hamburger--3dx.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
	perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
	transform: rotateY(-180deg);
	background-color: transparent !important
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
	perspective: 80px
}

.hamburger--3dy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
	transform: rotateX(-180deg);
	background-color: transparent !important
}

.hamburger--3dy.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
	perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
	transform: rotateX(180deg);
	background-color: transparent !important
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
	perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg);
	background-color: transparent !important
}

.hamburger--3dxy.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
	perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
	background-color: transparent !important
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
	transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
	transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
	transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
	transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner {
	transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
	transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
	transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-duration: .275s
}

.hamburger--elastic .hamburger-inner:before {
	top: 10px;
	transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
	top: 20px;
	transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-duration: .275s
}

.hamburger--elastic-r .hamburger-inner:before {
	top: 10px;
	transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
	top: 20px;
	transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
	overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
	top: 10px;
	right: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
	top: -80px;
	left: -80px;
	transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
	top: -80px;
	right: -80px;
	transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
	overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
	top: 10px;
	right: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
	top: 80px;
	left: -80px;
	transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
	top: 80px;
	right: -80px;
	transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
	transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
	transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
	opacity: 0
}

.hamburger--minus.is-active .hamburger-inner:before {
	top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
	bottom: 0
}

.hamburger--slider .hamburger-inner {
	top: 2px
}

.hamburger--slider .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
	top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
	transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
	top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
	top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(90deg)
}

.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
	top: 10px;
	transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
	top: 20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: .22s;
	background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
	transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
	opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
	transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
	transform: rotate(90deg);
	background-color: transparent !important
}

.hamburger--stand.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
	transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
	transform: rotate(-90deg);
	background-color: transparent !important
}

.hamburger--stand-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(45deg)
}

.hamburger--squeeze .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: 75ms
}

.hamburger--squeeze .hamburger-inner:before {
	transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
	transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease, opacity 75ms ease .12s;
	opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
	transition-delay: .1s;
	transition-timing-function: linear;
	transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
	transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
	transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
	transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-duration: .2s
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
	transition-delay: .1s;
	transition-timing-function: linear;
	transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
	transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
	transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
	transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg)
}
 

* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box
}

::placeholder {
	color: #000000;
	letter-spacing: 1px
}

.w25 {
	width: 22.75%
}

.w33 {
	width: 31.33%
}

.w50 {
	width: 48.5%
}

.w66 {
	width: 65.66%
}

.w75 {
	width: 74.25%
}

.w100 {
	width: 100%
}

@media (max-width:1024px) {
	.w33 {
		width: 100%
	}

	.w66 {
		width: 100%
	}
}

@media (max-width:768px) {
	.w50 {
		width: 100%
	}
}

.inner {
	width: 96%;
	max-width: 1160px;
	margin: 0 auto
}

.inner.wide {
	max-width: 1560px
}

.center {
	text-align: center
}

.center ul {
	text-align: left;
	margin-left: auto !important;
	margin-right: auto;
	width: max-content
}

.block {
	overflow: visible
}

figure img {
	vertical-align: top
}

.flex .inner,
.flexdirect {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-reverse .inner {
	flex-direction: row-reverse
}

@media (max-width:768px) {
	.flex-reverse .inner {
		flex-direction: row
	}
}

#footer .mod_article,
#main .mod_article {
	padding: 80px 0
}

p,
li,
a,
input,
textarea,
td,
th,
figcaption,
label,
button,
select,
.toggler,
span.captcha_text {
	font-family: "Open Sans Condensed";
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.5;
	color: #000000;
	text-decoration: none
}

@media (max-width:768px) {

	p,
	li,
	a,
	input,
	textarea,
	td,
	th,
	figcaption,
	label,
	button,
	select,
	.toggler,
	span.captcha_text {
		font-size: 18px
	}
}

legend {
	font-family: "Bonheur Royale"; /* new / Old "Kaushan Script"; */
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	color: #D0AC5C
}

h1 {
	font-family: "Bonheur Royale"; /* new / Old "Kaushan Script"; */
	font-style: normal;
	font-weight: 400;
	font-size: 120px;
	line-height: 175px;
	text-align: center;
	color: #D0AC5C
}

@media (max-width:1500px) {
	h1 {
		font-size: 80px;
		line-height: 100px
	}
}

@media (max-width:768px) {
	h1 {
		font-size: 60px;
		line-height: 80px
	}
}

@media (max-width:500px) {
	h1 {
		font-size: 40px;
		line-height: 60px
	}
}

h1 em {
	display: block;
	color: #000000
}

h2,
h2 a {
	font-family: "Bonheur Royale"; /* new / Old "Kaushan Script"; */
	font-style: normal;
	font-weight: 400;
	font-size: 80px;
	line-height: 115px;
	text-align: center;
	color: #D0AC5C;
	margin-top: 0;
	margin-bottom: 60px
}

@media (max-width:1500px) {

	h2,
	h2 a {
		font-size: 60px;
		line-height: 80px
	}
}

@media (max-width:768px) {

	h2,
	h2 a {
		font-size: 40px;
		line-height: 60px
	}
}

h2 em,
h2 a em {
	display: block;
	color: #000000
}

h1 em,
h2 em,
h3 {
	font-family: "Open Sans Condensed";
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 50px
}

@media (max-width:1500px) {

	h1 em,
	h2 em,
	h3 {
		font-size: 34px;
		line-height: 45px
	}
}

@media (max-width:768px) {

	h1 em,
	h2 em,
	h3 {
		font-size: 26px;
		line-height: 36px
	}
}

h1 em,
h2 em,
h2+h3 {
	color: #D0AC5C
}

.index h1 em,
.index h3 {
	text-align: center
}

h4 {
	font-family: "Open Sans Condensed";
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #000000
}

.ce_accordionStart>h4:first-child {
	margin-top: 0
}

h2+h3 {
	margin-top: -75px
}

.ce_text ul {
	margin-left: 40px
}

.ce_text ul li {
	list-style-image: url("/images/content/li.png")
}

header {
	text-align: center;
	padding-bottom: 30px
}

@media (max-width:1024px) {
	header .ce_image {
		padding-top: 80px
	}
}

header .trigger {
	display: none;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1024px) {
	header .trigger {
		display: block
	}
}

header nav ul {
	display: flex;
	justify-content: space-between
}

@media (max-width:1024px) {
	header nav ul {
		flex-direction: column;
		max-height: 0;
		overflow: hidden;
		transition: all 300ms ease-in-out
	}

	header nav ul.open {
		max-height: 1000px;
		transition: all 300ms ease-in-out
	}
}

header nav ul.level_2,
header nav ul.level_3 {
	display: none
}

header nav ul li a,
header nav ul li strong {
	color: #A35A00; /* Update 1 - old - color: #A35A00; */
	text-transform: uppercase;
	letter-spacing: 1px
}

@media (max-width:1024px) {

	header nav ul li a,
	header nav ul li strong {
		font-size: 22px
	}
}

header nav ul li a:hover {
	color: #351D00 /* Update 2 - old - color: 	color: #000000  */
}

.ctaShop figure {
	text-align: center
}

.ctaShop figure img {
	width: inherit
}

#stage {
	position: relative
}

#stage>div {
	height: 32vw;
	padding: 0 !important;
	overflow: hidden
}

@media (max-width:1024px) {
	#stage>div {
		height: 50vw
	}
}

#stage>div .ce_image {
	height: 100%
}

#stage>div .ce_image figure {
	height: 100%
}

#stage>div .ce_image figure img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#stage>div .ce_text {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none
}

#stage>div .ce_text h1 {
	white-space: nowrap;
	filter: drop-shadow(1px 1px #504324)
}

#stage>div nav {
	position: fixed;
	right: 2.5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10
}

#stage>div nav a,
#stage>div nav strong {
	background-color: #D0AC5C;
	padding: 10px 0px;
	width: 140px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	background-image: url("/images/hover2.png");
	background-repeat: repeat-x;
	background-position: 0 -100%;
	transition: 1.5s ease;
	font-weight: 300
}

#stage>div nav a:hover,
#stage>div nav strong:hover {
	background-position: 500% 100%
}

#stage>div nav .pink a {
	background-image: url("/images/hover3.png");
	background-color: #c13584;
	color: #ffffff;
}

#stage>div nav .whatsapp a {
	background-image: url("/images/hover4.png");
	background-color: #00D054;
	color: black;
}


@media (max-width:1024px) {
	#stage>div nav {
		width: 100%;
		top: 0;
		right: inherit;
		left: 0;
		transform: none
	}

	#stage>div nav ul {
		display: flex
	}

	#stage>div nav ul a {
		width: 33.33vw
	}
}

#stage>div::-webkit-scrollbar {
	display: none
}

body.index #stage>div {
	height: 42vw
}

@media (max-width:1024px) {
	body.index #stage>div {
		height: 60vw
	}
}

.bg-gold {
	background: url("/images/content/cm-kosmetik-index-violett.png") top center no-repeat;
	background-size: cover
}

.bg-bronze {
	background: url("/images/content/cm-kosmetik-index-page_violett_2.png") top center no-repeat;
	background-size: cover
}

.bg-bronze ul.nav-default-image figcaption strong {
	color: #000000
}

.bg-kontakt {
	background: #000000 url("/images/content/kosmetik-rabenstein-chemnitz-bg-kontakt2.jpg") no-repeat;
	background-position-x: center;
	background-size: cover
}

#main figure img {
	width: 100%
}

#main .willkommen {
	position: relative
}

#main .willkommen .lipstick {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%)
}

#main .willkommen .lipstick figure {
	background: url("/images/content/kosmetik-rabenstein-chemnitz-lipstick-closed.png") left / auto 100%
}

#main .willkommen .lipstick img {
	position: relative;
	z-index: -1;
	clip-path: inset(0 0 0 73%)
}

#stage_bottom .terminbuchung {
	padding: 120px 0 80px;
	position: relative
}

#stage_bottom #kontakt {
	padding: 120px 0 80px !important
}

#stage_bottom #kontakt h3 {
	text-align: center
}

ul.nav-default-image {
	justify-content: center
}

ul.nav-default-image li {
	width: 25%;
	padding: 0 1.25%
}

ul.nav-default-image li a figure {
	overflow: hidden
}

ul.nav-default-image li a figure img {
	transition: all 200ms ease-in-out
}

ul.nav-default-image li:hover a figure img {
	transform: rotate(-5deg) scale(1.2);
	transition: all 200ms ease-in-out
}

ul.nav-default-image.round .imgwrapper {
	border-radius: 50%;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black)
}

ul.nav-default-image .imgwrapper {
	overflow: hidden
}

ul.nav-default-image figcaption {
	text-align: center
}

ul.nav-default-image figcaption strong {
	display: block;
	font-weight: 300;
	font-size: 40px;
	line-height: 1.3;
	color: #D0AC5C
}

@media (max-width:1024px) {
	ul.nav-default-image figcaption strong {
		font-size: 32px
	}
}

@media (max-width:768px) {
	ul.nav-default-image figcaption strong {
		font-size: 26px
	}
}

@media (max-width:1024px) {
	.leistungen ul.nav-default-image li {
		width: 50%;
		margin-bottom: 30px
	}

	.studio ul.nav-default-image li {
		width: 33%
	}
}

ul.nav-default-image-teaser li {
	margin-top: 140px
}

ul.nav-default-image-teaser li .teaser {
	width: 48.5%
}

ul.nav-default-image-teaser li .teaser strong {
	font-weight: 300;
	font-size: 40px;
	line-height: 55px;
	color: #D0AC5C
}

ul.nav-default-image-teaser li .image {
	width: 48.5%
}

ul.nav-default-image-teaser li:nth-of-type(2n+2) {
	flex-direction: row-reverse
}

.ce_accordionSingle .toggler {
	padding: 4px 30px 4px 30px;
	cursor: pointer;
	position: relative;
	transition: background 0.4s, color 0.2s
}

.ce_accordionSingle .toggler:before,
.ce_accordionSingle .toggler:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 14px;
	position: absolute;
	left: 10px;
	top: 15px
}

.ce_accordionSingle .toggler:before {
	background: url("/images/content/li.png")
}

.ce_accordionSingle .toggler:after {
	background: url("/images/content/li-black.png");
	opacity: 0;
	transition: opacity 0.4s
}

.ce_accordionSingle .toggler .ui-accordion-header-icon {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("/images/content/toggler.png");
	transform: rotate(180deg);
	transform-origin: center center;
	position: absolute;
	right: 10px;
	top: 13px;
	opacity: 0;
	transition: opacity 0.2s, transform 0.4s ease-in-out
}

.ce_accordionSingle .toggler:hover .ui-accordion-header-icon,
.ce_accordionSingle .toggler.ui-state-active .ui-accordion-header-icon {
	opacity: 1
}

.ce_accordionSingle .toggler:hover {
	color: #D0AC5C
}

.ce_accordionSingle .toggler.ui-state-active {
	background: #D0AC5C;
	transition: background 0.4s, color 0.4s
}

.ce_accordionSingle .toggler.ui-state-active:after {
	opacity: 1
}

.ce_accordionSingle .toggler.ui-state-active .ui-accordion-header-icon {
	transform: rotate(0)
}

.ce_accordionSingle .toggler.ui-state-active:hover {
	color: black
}

@media (hover:none) {
	.ce_accordionSingle .toggler .ui-accordion-header-icon {
		opacity: 1
	}
}

.ce_accordionSingle .accordion {
	padding: 5px 10px;
	background: #e2e2e2
}

.ce_accordionSingle .accordion>div>:last-child {
	margin-bottom: 0
}

.ce_gallery ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}

.ce_gallery ul.cols_1 li {
	width: 100%
}

.ce_gallery ul.cols_2 li {
	width: 50%
}

.ce_gallery ul.cols_3 li {
	width: 33.33%
}

.ce_gallery ul.cols_4 li {
	width: 25%
}

.ce_gallery ul.cols_5 li {
	width: 20%
}

.ce_gallery ul.cols_6 li {
	width: 16.66%
}

.bilderslider {
	background: #D0AC5C;
	padding: 100px 0;
	position: relative
}

@media (max-width:1024px) {
	.bilderslider {
		padding: 50px 0 50px
	}
}

.bilderslider figure {
	padding: 0 50px
}

@media (max-width:1024px) {
	.bilderslider figure {
		padding: 0
	}
}

.bilderslider .slick-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%, 50%);
	margin-bottom: 0
}

@media (max-width:1024px) {
	.bilderslider .slick-dots {
		bottom: -25px
	}
}

.bilderslider .slick-dots li {
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
	height: 14px;
	border: 2px solid #000000;
	border-radius: 50%;
	background: #D0AC5C;
	margin: 0 10px;
	opacity: 0.66
}

@media (max-width:1024px) {
	.bilderslider .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 5px
	}
}

.bilderslider .slick-dots li.slick-active {
	background: #000000
}

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

.mod_newslist>h1,
.mod_newslist>h2,
.mod_newslist>h3 {
	width: 100%
}

.mod_newslist>div {
	width: 45%;
	margin-bottom: 10%
}

@media (max-width:768px) {
	.mod_newslist>div {
		width: 100%
	}
}

.mod_newslist>div h2,
.mod_newslist>div h2 a {
	font-size: 48px;
	line-height: 1.2;
	margin: 30px 0
}

.mod_newsreader .ce_text:first-of-type {
	clear: both;
	overflow: hidden;
	margin-top: 20px
}

.mod_newsreader .ce_text:first-of-type figure {
	float: left;
	margin: 0 40px 40px 0
}

@media (max-width:768px) {
	.mod_newsreader .ce_text:first-of-type figure {
		float: none;
		margin-right: 0
	}
}




 






.ce_table,
.ce_table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px
}

.ce_table tr th {
	background: #D0AC5C;
	padding: 4px 10px;
	font-weight: 600
}

.ce_table tr th:nth-child(2) {
	text-align: center
}

.ce_table tr th:nth-child(3) {
	text-align: center
}

.ce_table tr td {
	padding: 4px 10px
}

.ce_table tr td:nth-child(1) {
	width: 60%
}

.ce_table tr td:nth-child(2) {
	width: 20%;
	text-align: center
}

.ce_table tr td:nth-child(3) {
	width: 20%;
	text-align: center
}

.ce_table tr:nth-child(2n+2) td {
	background: #e2e2e2
}








.ce_tab_massage,
.ce_tab_massage table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px
}

.ce_tab_massage tr th {
   /*	background: #D0AC5C; */
	padding: 4px 10px;
	font-weight: 600
}

.ce_tab_massage tr th:nth-child(2) {
	text-align: center
}

.ce_tab_massage tr th:nth-child(3) {
	text-align: center
}

.ce_tab_massage tr td {
	padding: 4px 10px
}

.ce_tab_massage tr td:nth-child(1) {
	width: 60%
}

.ce_tab_massage tr td:nth-child(2) {
	width: 20%;
	text-align: center
}

.ce_tab_massage tr td:nth-child(3) {
	width: 20%;
	text-align: center
}

.ce_tab_massage tr:nth-child(2n+2) td {
	/*background: #e2e2e2 */
}












.kontakt {
	padding-bottom: 0 !important
}

.kontakt h3 {
	text-align: left
}

@media (max-width:1500px) {
	.kontakt>.flexdirect {
		flex-direction: column-reverse
	}

	.kontakt>.flexdirect .flexdirect {
		margin-left: auto;
		margin-right: auto;
		width: 96% !important
	}

	.kontakt>.flexdirect>.w50 {
		width: 100%
	}
}

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

.iframewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.team:not(.v2) .ce_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 80px
}

.team:not(.v2) .ce_text .text {
	width: 66%
}

@media (max-width:1024px) {
	.team:not(.v2) .ce_text .text {
		width: 48.5%
	}
}

@media (max-width:768px) {
	.team:not(.v2) .ce_text .text {
		width: 100%
	}
}

.team:not(.v2) .ce_text .text h2 {
	text-align: left;
	margin-bottom: 0
}

.team:not(.v2) .ce_text .text h4 {
	margin: -15px 0 20px 10px
}

.team:not(.v2) .ce_text .text em {
	font-family: "Bonheur Royale"; /* new / Old "Kaushan Script"; */
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.4
}

@media (max-width:768px) {
	.team:not(.v2) .ce_text .text em {
		font-size: 22px
	}
}

.team:not(.v2) .ce_text figure {
	width: 31%
}

@media (max-width:1024px) {
	.team:not(.v2) .ce_text figure {
		width: 48.5%
	}
}

@media (max-width:768px) {
	.team:not(.v2) .ce_text figure {
		width: 100%;
		max-width: 480px;
		margin-bottom: 30px
	}
}

.team:not(.v2) .ce_text:nth-of-type(2n+2) {
	flex-direction: row-reverse
}

.team:not(.v2) .ce_text:nth-of-type(2n+2) h2,
.team:not(.v2) .ce_text:nth-of-type(2n+2) h4 {
	text-align: right
}

.team:not(.v2) .ce_text:nth-of-type(2n+2) .text {
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.team:not(.v2) .ce_text:nth-of-type(2n+2) .text p {
	text-align: right
}

.team:not(.v2) .ce_text:last-of-type {
	margin-bottom: 0
}

.team.v2 .inner {
	justify-content: center
}

.team.v2 .inner figure {
	text-align: center
}

.team.v2 .inner figure img {
	border-radius: 50%
}

.team.v2 .inner .ce_text {
	margin-bottom: 40px;
	padding: 1.5%
}

.team.v2 .inner .ce_text .text h2,
.team.v2 .inner .ce_text .text h3 {
	margin-bottom: 20px
}

.team.v2 .inner .ce_text.hyperlink p:last-of-type {
	text-align: center
}

.alternate .inner,
.alternate .flexdirect {
	align-items: center
}

.alternate .flexdirect .text {
	width: 48.5%
}

@media (max-width:768px) {
	.alternate .flexdirect .text {
		width: 100%
	}
}

.alternate .flexdirect figure {
	width: 48.5%
}

@media (max-width:768px) {
	.alternate .flexdirect figure {
		width: 100%
	}
}

.alternate .flexdirect .text h2,
.alternate .flexdirect .text h3,
.alternate .ce_accordionStart .text h2,
.alternate .ce_accordionStart .text h3 {
	text-align: left;
	margin-bottom: 30px;
	margin-top: 0
}

.alternate:nth-child(2n+1) .inner,
.alternate:nth-child(2n+1) .flexdirect {
	flex-direction: row-reverse
}

@media (max-width:768px) {

	.alternate .flexdirect figure,
	.alternate .ce_image {
		margin-bottom: 30px
	}

	.alternate .flexdirect figure img,
	.alternate .ce_image img {
		max-width: 480px
	}
}

p.back,
p.more,
.widget-submit,
.hyperlink,
.ce_hyperlink {
	margin-top: 60px
}

p.back.widget,
p.more.widget,
.widget-submit.widget,
.hyperlink.widget,
.ce_hyperlink.widget {
	text-align: center;
	width: 100%
}

p.back button,
p.back a,
p.more button,
p.more a,
.widget-submit button,
.widget-submit a,
.hyperlink button,
.hyperlink a,
.ce_hyperlink button,
.ce_hyperlink a {
	background-color: #D0AC5C;
	padding: 10px 60px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-image: url("/images/hover2.png");
	background-repeat: repeat-x;
	background-position: 0 -100%;
	transition: 1.5s ease
}

p.back button:hover,
p.back a:hover,
p.more button:hover,
p.more a:hover,
.widget-submit button:hover,
.widget-submit a:hover,
.hyperlink button:hover,
.hyperlink a:hover,
.ce_hyperlink button:hover,
.ce_hyperlink a:hover {
	background-position: 500% 100%
}

p.back.big a,
p.more.big a,
.widget-submit.big a,
.hyperlink.big a,
.ce_hyperlink.big a {
	font-size: 40px;
	line-height: 56px;
	padding: 32px 140px
}

.hyperlink {
	margin-top: 0
}

.hyperlink a {
	margin-top: 60px
}

.kontakt .hyperlink a {
	margin: 20px 0
}

form .w50 .w50 {
	width: 100%
}

form .formbody {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch
}

form legend {
	transform: translateY(-12px)
}

form input:not([type="checkbox"]),
form textarea,
form select {
	background: #D0AC5C;
	width: 100%;
	padding: 10px 20px
}

form .widget-text:not(:last-of-type),
form .widget-select {
	margin-bottom: 40px
}

@media (max-width:768px) {

	form .widget-text:not(:last-of-type),
	form .widget-select {
		margin-bottom: 20px
	}
}

@media (max-width:768px) {
	form .widget-text:last-of-type {
		margin-bottom: 20px
	}
}

form .widget-textarea,
form textarea {
	height: 100%
}

form fieldset.w100 .widget-textarea,
form fieldset.w100 textarea {
	height: auto
}

form .widget-checkbox {
	margin-top: 30px
}

form input[type="checkbox"] {
	opacity: 0;
	height: 1px;
	position: absolute
}

form input[type="checkbox"]+label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -5px 5px 0 0;
	vertical-align: middle;
	cursor: pointer;
	background: url("/images/content/checkbox-radio-sprite-light.png") left top no-repeat
}

form input[type="checkbox"]:checked+label span {
	background-position: -20px 0px
}

form input[type="checkbox"]+label {
	color: #000000
}

form input[type="checkbox"]+label a {
	color: #000000;
	font-weight: 600
}

form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("/images/content/select-sprite-light.png") right center no-repeat
}

form.light input:not([type="checkbox"]),
form.light textarea,
form.light select {
	background-color: #ffffff;
	color: #D0AC5C;
	border: 1px solid #6F7070
}

form.light ::placeholder {
	color: #D0AC5C
}

form.light input[type="checkbox"]+label span {
	background: url("/images/content/checkbox-radio-sprite-light.png") left top no-repeat
}

form.light input[type="checkbox"]:checked+label span {
	background-position: -20px 0px
}

form .pflichtfeld p {
	color: #D0AC5C;
	margin-top: 15px
}

.footer-bottom {}

.footer-bottom * {
	color: #D0AC5C
}

.footer-bottom .oeffnungszeiten {
	margin-left: 40px
}

.footer-bottom tr td:nth-child(2) {
	white-space: nowrap;
	padding-left: 10px
}

.footer-bottom .inner {
	border-top: 1px solid #D0AC5C;
	padding-top: 30px
}

@media (max-width:1024px) {
	.footer-bottom .inner>div {
		width: 100%;
		display: flex;
		justify-content: flex-start
	}

	.footer-bottom .inner>div:first-of-type {
		margin-bottom: 30px
	}
}

.footer-bottom nav.social ul {
	justify-content: flex-start;
	margin-bottom: 20px
}

.footer-bottom nav.social ul li {
	width: inherit;
	padding: 0;
	margin-right: 30px
}

@media (max-width:768px) {
	.footer-bottom nav.social ul li {
		margin-right: 20px
	}

	.footer-bottom nav.social ul li:last-child {
		margin-right: 0
	}
}

.footer-bottom nav.social ul li figure {
	background: #D0AC5C;
	border-radius: 10px
}

.footer-bottom nav.social ul li figure img {
	width: 40px;
	height: auto
}

.footer-bottom nav.social ul li figure figcaption {
	display: none
}

.footer-bottom nav.rechtliches ul {
	display: flex
}

.footer-bottom nav.rechtliches ul li {
	margin-right: 80px
}

@media (max-width:768px) {
	.footer-bottom nav.rechtliches ul li {
		margin-right: 0;
		margin-left: 20px
	}
}

.cm_font_bold {
	font-weight:bold;
}

.cm_massage_title_bold {
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-bottom:10px;
}

.cm_text_description {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.sibling .last {
  padding-left:10px;
}

.active .last {
  padding-left:10px;
}