@font-face {
    font-family: 'ClearSans-Regular';
	src: url('../fonts/clearsans-regular.ttf');
}
@font-face {
    font-family: 'ClearSans-Bold';
	src: url('../fonts/clearsans-bold.ttf');
}

body {
    font-family: 'ClearSans-Regular';
}

h1, h2, h3, h4 {
    font-family: 'ClearSans-Bold';
}

h2 {
    font-size: 32px;
    color: #AA3E92;
}

h4 {
    font-size: 22px;
}

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }

.idk_font_sm { font-size: 14px; }
.idk_margin_top30 { margin-top: 30px; }
.idk_margin_top50 { margin-top: 50px; }
.idk_margin_top100 { margin-top: 100px; }
.idk_margin_top150 { margin-top: 150px; }

a.idk_btn:link {
    display: inline-block;
    padding: 20px 80px;
    color: #FFFFFF;
    background-color: #AA3E92;
    font-size: 18px;
    font-family: 'ClearSans-Bold';
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
}

a.idk_btnc:link {
    display: inline-block;
    padding: 20px 80px;
    color: #FFFFFF;
    background-color: #BF966A;
    font-size: 18px;
    font-family: 'ClearSans-Bold';
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
}

a.idk_btnc:visited {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'ClearSans-Bold';
    text-decoration: none;
}

a.idk_btn:visited {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'ClearSans-Bold';
    text-decoration: none;
}

a.idk_btn:hover {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'ClearSans-Bold';
    text-decoration: none;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0);
}

a.idk_btn_txt:link {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 18px;
    font-family: 'ClearSans-Bold';
}

a.idk_btn_txt:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

a.idk_btn_txt:hover {
    color: #FFFFFF;
    text-decoration: none;
}

header {
    position: relative;
    width: 100%;
    min-height: 850px;
    padding-bottom: 30px;
}

header .idk_header_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

header .idk_header_bg_filter {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 60%;
    height: auto;
    z-index: -1;
}

header h1 {
    font-size: 32px;
    color: #FFFFFF;
}

header p {
    font-size: 18px;
    color: #FFFFFF;
}

.idk_section {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
}

.idk_section img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.idk_section .idk_section_content {
    padding: 200px 0px;
}

.before-after-wrapper {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-bottom: 30px;
}

.image-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.after-image,
.before-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    display: block;
    border-radius: 10px;
}

.before-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}

.slider-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #fff;
    z-index: 3;
    cursor: ew-resize;
    transform: translateX(-50%);
}

.slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.slider-handle img {
    margin-top: 7px;
}

.idk_video {
    width: 100%;
    height: 350px;
}

.idk_price_box {
    width: 100%;
    height: auto;
    padding: 40px 30px;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 30px;
}

.idk_price_box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #AA3E92;
    margin-bottom: 15px;
}

.idk_price_box p {
    font-size: 14px;
}

.idk_pice_old {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #BF966A;
}

.idk_pice_old .price_old {
    position: relative;
    display: inline-block;
}

.idk_pice_old .price_old::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #AA3E92;
    transform: rotate(10deg);
    transform-origin: center;
}

.idk_price h5 {
    font-size: 26px;
    font-weight: 700;
    color: #AA3E92;
    margin-top: 10px;
    margin-bottom: 0px;
}

.idk_price h4 {
    font-size: 48px;
    font-weight: 700;
    color: #BF966A;
    margin-bottom: 50px;
}

.idk_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.idk_form input {
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #AA3E92;
    border-radius: 10px;
    margin-bottom: 20px;
}

.idk_form button {
    display: inline-block;
    padding: 10px 80px;
    color: #FFFFFF;
    border: 0px;
    background-color: #AA3E92;
    font-size: 18px;
    font-family: 'ClearSans-Bold';
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
}

.idk_form ul {
    margin: 0px;
}

.idk_form a:link {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.idk_form a:visited {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.idk_form a:hover {
    color: #AA3E92;
}

.idk_gallery img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    margin-top: 30px;
    object-fit: cover;
}

.idk_behandlung_box {
    margin-bottom: 30px;
}

.idk_display_none {
    display: block;
}

.idk_display_block {
    display: none;
}




















































.slick-slide {
      margin: 0 15px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -15px;
  }

#lightcase-nav a {
	color: #FFFFFF !important;
}

a.lightcase-icon-close {
	color: #FFFFFF !important;
}

/* IDK Menu Start */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	background: #333333;
}

#cssmenu > ul > li {
	float: left;
}

#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right > ul > li {
	float: right;
}

#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
	text-transform: uppercase;
}

#cssmenu > ul > li:hover > a {
	color: #ffffff;
}

#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu li:hover > ul {
	left: auto;
}

#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}

#cssmenu li:hover > ul > li {
	height: 35px;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 400;
	background: #333333;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	color: #ffffff;
}

#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {
		width: 100%;
	}

	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu.align-center > ul {
		text-align: left;
	}

	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid rgba(120, 120, 120, 0.2);
	}

	#cssmenu ul ul li,
	#cssmenu li:hover > ul > li {
		height: auto;
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
	}

	#cssmenu > ul > li {
		float: none;
	}

	#cssmenu ul ul li a {
		padding-left: 25px;
	}

	#cssmenu ul ul ul li a {
		padding-left: 35px;
	}

	#cssmenu ul ul li a {
		color: #dddddd;
		background: none;
	}

	#cssmenu ul ul li:hover > a,
	#cssmenu ul ul li.active > a {
		color: #ffffff;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul,
	#cssmenu.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}

	#cssmenu > ul > li.has-sub > a:after,
	#cssmenu > ul > li.has-sub > a:before,
	#cssmenu ul ul > li.has-sub > a:after,
	#cssmenu ul ul > li.has-sub > a:before {
		display: none;
	}

	#cssmenu #menu-button {
		display: block;
		padding: 17px;
		color: #dddddd;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 700;
	}

	#cssmenu #menu-button:after {
		position: absolute;
		top: 22px;
		right: 17px;
		display: block;
		height: 8px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: '';
	}

	#cssmenu #menu-button:before {
		position: absolute;
		top: 16px;
		right: 17px;
		display: block;
		height: 2px;
		width: 20px;
		background: #dddddd;
		content: '';
	}

	#cssmenu #menu-button.menu-opened:after {
		top: 23px;
		border: 0;
		height: 2px;
		width: 15px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#cssmenu #menu-button.menu-opened:before {
		top: 23px;
		background: #ffffff;
		width: 15px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.2);
		height: 46px;
		width: 46px;
		cursor: pointer;
	}

	#cssmenu .submenu-button.submenu-opened {
		background: #262626;
	}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #dddddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #ffffff;
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #dddddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}
}
.idk_header_bg_filter_m { display: none; }
/* IDK Menu End */

@media (max-width: 1500px) {

    header .idk_header_bg_filter {
        max-width: 65%;
    }

}

@media (max-width: 1400px) {

    header .idk_header_bg_filter {
        max-width: 75%;
    }

    a.idk_btn:link {
        padding: 20px 50px;
    }

}

@media (max-width: 1200px) {

    header .idk_header_bg_filter {
        max-width: 95%;
    }

}

@media (max-width: 1100px) {


    .idk_display_none {
        display: none;
    }

    .idk_display_block {
        display: block;
    }


}

@media (max-width: 992px) {

    header .idk_header_bg_filter {
        display: none;
    }

    .idk_header_bg_filter_m {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(170, 62, 146, 0.9);
        z-index: -1
    }

    .idk_img {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .idk_gallery img {
        height: 150px;
    }

}

@media (max-width: 500px) {

    .idk_margin_top30m { margin-top: 30px; }

}
